c35627b76e107925efd0b37c8645381c91872ec3
[claws.git] / ChangeLog
1 2007-10-07 [colin]      3.0.2cvs27
2
3         * src/prefs_toolbar.c
4                 Only use icons that wouldn't look stupid in the toolbar
5
6 2007-10-07 [colin]      3.0.2cvs26
7
8         * src/prefs_toolbar.c
9                 Fix old icon being used when none is selected
10
11 2007-10-07 [colin]      3.0.2cvs25
12
13         * src/toolbar.c
14                 Fix copy/paste error
15
16 2007-10-07 [colin]      3.0.2cvs24
17
18         * src/prefs_toolbar.c
19         * src/toolbar.c
20         * src/toolbar.h
21                 Update icon to default one when changing event
22                 Make the icon chooser nicer (handle Esc, Enter,
23                 double-click)
24
25 2007-10-06 [colin]      3.0.2cvs23
26
27         * src/prefs_toolbar.c
28                 Fix text reset; patch by Pawel
29
30 2007-10-06 [colin]      3.0.2cvs22
31
32         * src/toolbar.h
33                 Complete previous commit
34
35 2007-10-06 [colin]      3.0.2cvs21
36
37         * src/prefs_toolbar.c
38         * src/toolbar.c
39                 Set toolbar text automatically to the default
40                 when changing Event executed on click
41
42 2007-10-06 [colin]      3.0.2cvs20
43
44         * src/prefs_toolbar.c
45                 Invert Text and Event fields
46
47 2007-10-06 [colin]      3.0.2cvs19
48
49         * src/prefs_toolbar.c
50         * src/toolbar.c
51                 Make toolbar prefs look much better
52                 Patch by Pawel Pekala
53
54 2007-10-06 [paul]       3.0.2cvs18
55
56         * src/account.c
57         * src/prefs_filtering.c
58                 fix checkbuttons in gtktreeview on maemo by
59                 setting maemo's "allow-checkbox-mode" to FALSE
60
61 2007-10-06 [colin]      3.0.2cvs17
62
63         * configure.ac
64                 Export -DSOLARIS in CFLAGS for all
65                 Solaris (not just 2.8) and OpenSolaris
66
67 2007-10-06 [paul]       3.0.2cvs16
68
69         * AUTHORS
70         * src/exporthtml.c
71         * src/mbox.c
72         * src/gtk/authors.h
73                 fix build on solaris where ctime_r takes
74                 3 arguments rather than 2.
75                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
76
77 2007-10-05 [colin]      3.0.2cvs15
78
79         * src/etpan/imap-thread.c
80                 Fix wrong error codepath
81
82 2007-10-05 [wwp]        3.0.2cvs14
83
84         * src/filtering.c
85                 Fix unexpected logging of quicksearches:
86                 debug_filtering_session flag was never reset to FALSE, causing
87                 matcher functions to log when called from a quicksearch
88                 (if a filtering session happened before).
89
90 2007-10-05 [paul]       3.0.2cvs13
91
92         * src/prefs_actions.c
93         * src/prefs_filtering.c
94         * src/prefs_template.c
95                 fix bug 1343, 'Filtering..'s close button
96                 silently discards new filter'
97                 Thanks to Colin
98
99 2007-10-05 [paul]       3.0.2cvs12
100
101         * configure.ac
102         * src/Makefile.am
103                 fix bug 1347, '-Wno-unused-function, optional'
104
105 2007-10-05 [colin]      3.0.2cvs11
106
107         * src/procmime.c
108         * src/common/mgutils.c
109                 Fix warnings
110
111 2007-10-05 [mones]      3.0.2cvs10
112
113         * manual/advanced.xml
114                 Use full menu name
115         * manual/es/advanced.xml
116                 Synchronise translation
117
118 2007-10-04 [colin]      3.0.2cvs9
119
120         * src/action.c
121         * src/addrbook.c
122         * src/addrindex.c
123         * src/compose.c
124         * src/exporthtml.c
125         * src/exportldif.c
126         * src/folder.c
127         * src/main.c
128         * src/matcher.c
129         * src/mbox.c
130         * src/messageview.c
131         * src/mh.c
132         * src/news.c
133         * src/partial_download.c
134         * src/pop.c
135         * src/procmime.c
136         * src/procmsg.c
137         * src/toolbar.c
138         * src/common/log.c
139         * src/common/mgutils.c
140         * src/common/plugin.c
141         * src/common/utils.c
142         * src/common/xml.c
143         * src/common/xml.h
144         * src/common/xmlprops.c
145         * src/common/xmlprops.h
146         * src/plugins/bogofilter/bogofilter.c
147         * src/plugins/clamav/clamav_plugin.c
148         * src/plugins/dillo_viewer/dillo_prefs.c
149         * src/plugins/pgpcore/prefs_gpg.c
150         * src/plugins/pgpinline/pgpinline.c
151         * src/plugins/pgpmime/pgpmime.c
152         * src/plugins/spamassassin/spamassassin.c
153         * src/plugins/trayicon/trayicon_prefs.c
154                 Verify success on writes. Will fix possible strange
155                 failure on disk full.
156
157 2007-10-04 [paul]       3.0.2cvs8
158
159         * manual/advanced.xml
160                 add further info about Actions
161                 Patch by Emmanuel Briot <briot@adacore.com>
162
163 2007-10-04 [paul]       3.0.2cvs7
164
165         * src/account.c
166                 remove the D column, instead indicate the
167                 default account by use of bold text
168
169 2007-10-03 [colin]      3.0.2cvs6
170
171         * src/common/template.c
172                 Fix templates writing (was prone to disk full problems)
173
174 2007-10-03 [colin]      3.0.2cvs5
175
176         * src/Makefile.am
177         * src/addrduplicates.c
178         * src/addrduplicates.h
179         * src/addressbook.c
180                 Add duplicate deletion. Patch by Holger
181
182 2007-10-03 [colin]      3.0.2cvs4
183
184         * src/matcher.c
185         * src/gtk/quicksearch.c
186                 Fix bug 1340, 'Case insensitive searches with 
187                 non-ascii alphabets fail'.
188
189 2007-10-03 [colin]      3.0.2cvs3
190
191         * src/main.c
192         * src/common/utils.c
193         * src/common/utils.h
194                 Implement run-time alternative config directories
195
196 2007-10-03 [colin]      3.0.2cvs2
197
198         * src/folderview.c
199                 Prevent opening folder item while folder
200                 is scanned in a better way
201
202 2007-10-02 [paul]       3.0.2cvs1
203
204         * NEWS
205         * README
206         * RELEASE_NOTES
207         * configure.ac
208                 bump up version number following stable release
209
210 2007-09-30 [colin]      3.0.1cvs49
211
212         * src/imap.c
213                 Refresh session if needed
214
215 2007-09-30 [colin]      3.0.1cvs48
216
217         * src/imap.c
218                 Reset folder's session to NULL
219                 before destroying it
220
221 2007-09-30 [mones]      3.0.1cvs47
222
223         * manual/handling.xml
224                 Use markup quotes instead hardcoded quotes
225         * manual/es/handling.xml
226                 Added new synced section (IMAP subscriptions)
227
228 2007-09-29 [colin]      3.0.1cvs46
229
230         * src/imap.c
231                 Notice disconnections faster
232
233 2007-09-28 [colin]      3.0.1cvs45
234
235         * src/addressbook.c
236         * src/addrindex.c
237                 Fix warnings
238
239 2007-09-28 [paul]       3.0.1cvs44
240
241         * src/mimeview.c
242                 fix maemo build
243
244 2007-09-28 [paul]       3.0.1cvs43
245
246         * src/account.c
247                 use gtk_widget_set_size_request() on the label
248                 so that wrapping works better. get rid of the
249                 (partially deprecated) hbutton_box.
250                 these changes should prevent buttons overlapping
251                 on maemo
252
253 2007-09-28 [colin]      3.0.1cvs42
254
255         * src/pop.c
256                 Fix typo :)
257
258 2007-09-28 [colin]      3.0.1cvs41
259
260         * src/compose.c
261         * src/msgcache.c
262         * src/pop.c
263         * src/procmime.c
264         * src/etpan/imap-thread.c
265                 64bits-related warning fixes
266
267 2007-09-28 [colin]      3.0.1cvs40
268
269         * src/folder_item_prefs.c
270         * src/ldaputil.c
271         * src/mainwindow.c
272         * src/mimeview.c
273         * src/common/tags.c
274                 Fix warnings
275
276 2007-09-28 [colin]      3.0.1cvs39
277
278         * src/plugins/spamassassin/spamassassin.c
279         * src/plugins/spamassassin/spamassassin.h
280         * src/plugins/spamassassin/spamassassin_gtk.c
281                 Add addressbook-based whitelisting
282
283 2007-09-28 [colin]      3.0.1cvs38
284
285         * src/folder.c
286                 Fix bug 1337, 'crash on pressing Send button'
287
288 2007-09-28 [paul]       3.0.1cvs37
289
290         * src/prefs_folder_item.c
291                 give the orphans a parent. makes all prefs
292                 pages visible on maemo
293
294 2007-09-28 [colin]      3.0.1cvs36
295
296         * src/prefs_folder_column.c
297         * src/prefs_summary_column.c
298                 Fix two leaks
299
300 2007-09-27 [colin]      3.0.1cvs35
301
302         * src/gtk/quicksearch.c
303                 Fix bug 1336, 'Segfault if empty space before search-string'
304
305 2007-09-26 [mones]      3.0.1cvs34
306
307         * manual/account.xml
308         * manual/plugins.xml
309                 Fixed irc channel name, added some docbook markup.
310                 Changed text markup to docbook markup. 
311                 Added spamcop as supported in SpamReport description.
312         * manual/fr/plugins.xml
313                 Fixed irc channel name.
314         * manual/es/account.xml
315         * manual/es/advanced.xml
316         * manual/es/claws-mail-manual.xml
317         * manual/es/glossary.xml
318         * manual/es/gpl.xml
319         * manual/es/keyboard.xml
320         * manual/es/plugins.xml
321                 Synced with English version, fixed a couple of typos.
322
323 2007-09-26 [colin]      3.0.1cvs33
324
325         * configure.ac
326                 Explain why "Libgnomeprint: no" on GTK+ 2.10
327
328 2007-09-26 [colin]      3.0.1cvs32
329
330         * src/messageview.c
331         * src/procmsg.c
332         * src/procmsg.h
333                 Optimisation: avoid fetching mail 3 times locally
334                 for displaying
335
336 2007-09-26 [colin]      3.0.1cvs31
337
338         * src/mh.c
339                 Fix missing static
340
341 2007-09-26 [colin]      3.0.1cvs30
342
343         * src/folder.c
344         * src/folder.h
345         * src/mh.c
346         * src/mh.h
347                 Fix MH mtime hack - make it a folder class function
348
349 2007-09-26 [colin]      3.0.1cvs29
350
351         * src/inc.c
352                 Fix bug 1334, 'user defined mail incorporation 
353                 script not run'
354
355 2007-09-25 [colin]      3.0.1cvs28
356
357         * src/codeconv.c
358                 Optimisation: shortcut conv_codeset_strdup
359                 when src_code and dest_code are the same
360         * src/common/xml.c
361         * src/common/xml.h
362                 Optimisation: shortcut code conversions when
363                 files are in UTF-8; faster list walking by
364                 using prepend/reverse.
365
366 2007-09-25 [holger]     3.0.1cvs27
367
368         * src/printing.c
369                 Replace button bar of the preview window
370                 with a real toolbar (patch by Colin)
371                 Add zooming to the preview window
372
373 2007-09-24 [paul]       3.0.1cvs26
374
375         * src/compose.c
376                 compact the character set menu, adding some
377                 missing encodings. Patch by Pawel Pekala
378
379 2007-09-23 [paul]       3.0.1cvs25
380
381         * src/prefs_account.c
382         * src/prefs_folder_item.c
383         * src/prefs_quote.c
384         * src/quote_fmt.c
385         * src/quote_fmt.h
386                 remove unnecessary frame from Templates options
387                 and improve the English of the check button label
388
389 2007-09-22 [colin]      3.0.1cvs24
390
391         * src/gtk/quicksearch.c
392                 Fix bug 1329, 'error in quicksearch.c'
393                 Fix return with value in function returning void
394
395 2007-09-22 [colin]      3.0.1cvs23
396
397         * src/imap.c
398         * src/procmsg.h
399         * src/common/utils.c
400         * src/common/utils.h
401         * src/etpan/imap-thread.c
402                 Optimise fetching IMAP cached emails *a lot*
403                 (remember whether mail is fully cached and \r's
404                  are already stripped)
405
406 2007-09-22 [colin]      3.0.1cvs22
407
408         * src/folder.c
409         * src/folder.h
410         * src/prefs_folder_item.c
411                 Add a button to allow users to drop local caches.
412
413 2007-09-21 [colin]      3.0.1cvs21
414
415         * src/summaryview.c
416                 Remove unnecessary error when cancelling export to mbox.
417                 Patch by Pawel
418
419 2007-09-21 [paul]       3.0.1cvs20
420
421         * src/gtk/prefswindow.c
422                 remove unnecessary frames from the prefs
423                 pages. Patch by Pawel Pekala
424
425 2007-09-21 [paul]       3.0.1cvs19
426
427         * src/prefs_account.c
428         * src/prefs_folder_item.c
429         * src/prefs_quote.c
430         * src/quote_fmt.c
431                 put the Templates options into a tabbed
432                 layout. Patch by Pawel Pekala
433
434 2007-09-21 [paul]       3.0.1cvs18
435
436         * src/mainwindow.c
437                 group together the character set menu items
438                 move the /View/Show or hide/Message view below
439                 .../Toolbar menu item
440                 Patch by Pawel Pekala
441
442 2007-09-21 [mones]      3.0.1cvs17
443
444         * src/compose.c
445                 Fix for bug 1327, 'segfault when replying to a non-existent
446                 news message', thanks to Colin.
447
448 2007-09-21 [colin]      3.0.1cvs16
449
450         * src/folderview.c
451                 Complete 3.0.1cvs15
452
453 2007-09-20 [colin]      3.0.1cvs15
454
455         * src/folderview.c
456         * src/folderview.h
457                 Maybe fix bug 1324, 'Corrupted IMAP cache'
458
459 2007-09-20 [colin]      3.0.1cvs14
460
461         * src/printing.c
462                 Fix a little leak
463
464 2007-09-20 [holger]     3.0.1cvs13
465
466         * src/printing.c
467                 Add page layout to print preview.
468                 Make the close-button in the toolbar
469                 right-aligned.
470
471 2007-09-20 [paul]       3.0.1cvs12
472
473         * po/ru.po
474                 updated by Pavlo Bohmat
475
476 2007-09-19 [colin]      3.0.1cvs11
477
478         * src/common/utils.c
479                 Prevent unquoted mime boundaries, by always
480                 using a /
481
482 2007-09-19 [colin]      3.0.1cvs10
483
484         * src/printing.c
485                 Fix drawing area size, fix DPI change that
486                 can cause total number of lines to decrease
487
488 2007-09-19 [colin]      3.0.1cvs9
489
490         * po/POTFILES.in
491         * src/printing.c
492                 Make print preview more efficient and nicer.
493                 Patch mostly by Holger Berndt <hb@claws-mail.org>
494
495 2007-09-19 [colin]      3.0.1cvs8
496
497         * src/prefs_common.c
498         * src/prefs_common.h
499         * src/printing.c
500                 Add scrolledwindow, default allocation and
501                 size saving to the print preview window.
502
503 2007-09-18 [colin]      3.0.1cvs7
504
505         * src/prefs_common.c
506         * src/prefs_common.h
507         * src/prefs_image_viewer.c
508         * src/printing.c
509                 GtkPrintOperation:
510                 - add image printing support
511                 - add option to print images
512                 - add preview widget
513                 - add saving of a few Page Setup parameters
514
515 2007-09-18 [colin]      3.0.1cvs6
516
517         * AUTHORS
518         * src/gtk/authors.h
519                 Add Guillaume Chazarain
520
521 2007-09-18 [colin]      3.0.1cvs5
522
523         * src/common/utils.c
524                 Fix bug 1321, 'access before allocation 
525                 when scanning for uris'. Patch by 
526                 Guillaume Chazarain <guichaz@yahoo.fr>
527
528 2007-09-18 [colin]      3.0.1cvs4
529
530         * src/toolbar.c
531                 Fix bug 1320, 'Memory leak caused by 
532                 gtk_container_get_children'. Patch by
533                 Guillaume Chazarain <guichaz@yahoo.fr>
534
535 2007-09-18 [colin]      3.0.1cvs3
536
537         * src/printing.c
538         * src/printing.h
539                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
540
541 2007-09-18 [colin]      3.0.1cvs2
542
543         * src/Makefile.am
544         * src/mainwindow.c
545         * src/messageview.c
546         * src/messageview.h
547         * src/prefs_ext_prog.c
548         * src/prefs_fonts.c
549         * src/printing.c
550         * src/printing.h
551         * src/summaryview.c
552                 Use GtkPrintOperation by default on GTK+ >= 2.10
553                 Patch by Holger Berndt <hb@claws-mail.org>
554
555 2007-09-18 [paul]       3.0.1cvs1
556
557         * NEWS
558         * README
559         * RELEASE_NOTES
560         * configure.ac
561                 bump up version number following stable release
562
563 2007-09-16 [colin]      3.0.0cvs18
564
565         * src/folder.c
566                 Fix possible memleak
567
568 2007-09-16 [colin]      3.0.0cvs17
569
570         * src/folderview.c
571                 Fix bug 1311, 'Wrong arrow position 
572                 while moving message into folder when 
573                 column headers hidden'
574         * src/image_viewer.c
575                 Show error in the GUI if image can't
576                 be loaded
577         * src/matcher.c
578                 Fix spurious output
579         * src/messageview.c
580                 Allow setting domain in msgid
581         * src/common/plugin.c
582                 Add timing information
583
584 2007-09-16 [colin]      3.0.0cvs16
585
586         * src/account.c
587         * src/compose.c
588         * src/prefs_account.c
589         * src/prefs_account.h
590         * src/prefs_template.c
591         * src/common/utils.c
592                 Remove Generate Message-ID option. We need
593                 this on some IMAP servers.
594
595 2007-09-16 [colin]      3.0.0cvs15
596
597         * src/prefs_filtering.c
598         * src/prefs_filtering.h
599         * src/prefs_filtering_action.c
600         * src/common/tags.c
601                 Fix tags issues: tags with spaces, renaming
602                 tags.
603
604 2007-09-16 [colin]      3.0.0cvs14
605
606         * src/folderview.c
607         * src/main.c
608         * src/mainwindow.c
609                 Fix bug 1308, 'Claws deletes folderlist.xml after
610                 fetching mail short after start-up'
611
612 2007-09-16 [colin]      3.0.0cvs13
613
614         * src/compose.c
615                 Fix scrolling to cursor
616
617 2007-09-16 [paul]       3.0.0cvs12
618
619         * po/sr.po
620                 updated by Aleksandar Urosevic
621
622 2007-09-16 [paul]       3.0.0cvs11
623
624         * src/folder.c
625                 do not allow locked msgs to be deleted,
626                 even by filtering/processing
627
628 2007-09-07 [paul]       3.0.0cvs10
629
630         * src/prefs_folder_column.c
631         * src/prefs_summary_column.c
632                 implement button sensitivity
633                 patch by Pawel Pekala
634
635 2007-09-06 [wwp]        3.0.0cvs9
636
637         * src/prefs_gtk.c
638                 Add a missing linefeed to a debug message.
639
640 2007-09-05 [colin]      3.0.0cvs8
641
642         * src/inc.c
643                 Fix statusbar/window mismatch on Maemo
644
645 2007-09-05 [colin]      3.0.0cvs7
646
647         * src/ldaputil.c
648                 Fix build without USE_LDAP_TLS
649
650 2007-09-05 [colin]      3.0.0cvs6
651
652         * src/folder.c
653         * src/imap.c
654         * src/inc.c
655         * src/mbox.c
656         * src/send_message.c
657         * src/statusbar.c
658         * src/statusbar.h
659                 Maemo: distinguish various statusbar messages,
660                 in order to display only the most important.
661
662 2007-09-04 [wwp]        3.0.0cvs5
663
664         * src/account.c
665                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
666                 Show protocol "SMTP" and the appropriate server for send-only
667                 accounts, show "-" instead of "" when no value is relevant.
668
669 2007-09-03 [ticho]      3.0.0cvs4
670
671         * src/summaryview.c
672                 Handle plural form better in delete confirmation dialog.
673
674 2007-09-03 [wwp]        3.0.0cvs3
675
676         * src/compose.c
677                 Warn differently when sending or sending later (queueing).
678
679 2007-09-03 [colin]      3.0.0cvs2
680
681         * src/procmime.c
682         * src/procmime.h
683         * src/common/plugin.c
684         * src/common/plugin.h
685                 Add a new plugin API, MimeParser. It allows
686                 plugins to scan email MIME parts and optionally,
687                 transform them.
688
689 2007-09-03 [mones]      3.0.0cvs1
690
691         * po/es.po
692                 Updated translation
693         * src/common/defs.h
694                 While a better solution is made double history sizes
695
696 2007-09-03 [paul]       3.0.0
697
698         * NEWS
699         * README
700         * RELEASE_NOTES
701                 3.0.0 released
702
703 2007-09-03 [paul]       2.10.0cvs191
704
705         * po/bg.po
706         * po/ca.po
707         * po/de.po
708         * po/fi.po
709         * po/fr.po
710         * po/hu.po
711         * po/it.po
712         * po/pl.po
713         * po/pt_BR.po
714         * po/ru.po
715         * po/sk.po
716         * po/zh_CN.po
717                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
718                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
719                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
720                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
721
722 2007-09-02 [colin]      2.10.0cvs190
723
724         * src/edittags.c
725         * src/common/tags.c
726                 Prevent empty or white-space tags
727
728 2007-09-01 [colin]      2.10.0cvs189
729
730         * src/main.c
731                 Fix double-reading of accounts list when
732                 the wizard has been run due to no accounts
733         * src/mainwindow.c
734                 Fix sensitivity of a menu item in case 
735                 there's no account
736
737 2007-09-01 [wwp]        2.10.0cvs188
738
739         * src/wizard.c
740                 Fix wizard crash when Mailbox dir already exists
741                 (thanks to Colin).
742
743 2007-08-31 [colin]      2.10.0cvs187
744
745         * src/etpan/imap-thread.c
746                 Fix unwanted creation of 
747                 libetpan's stream dump file
748         * src/compose.c
749                 Fix coloring of pastes as quotation
750         * src/summaryview.c
751                 Maemo: Fix opening of mails from keypad
752                 in Sent folders
753         * src/addressbook.c
754         * src/folderview.c
755         * src/image_viewer.c
756         * src/mimeview.c
757         * src/gtk/prefswindow.c
758                 Maemo: Fix adjustments changes 
759
760 2007-08-30 [colin]      2.10.0cvs186
761
762         * src/folderview.c
763                 Don't opened selected folder when clicking
764                 on white space
765         * src/mainwindow.c
766                 Maemo: Make Esc close messageviews
767         * src/messageview.c
768                 Maemo: Fix message scrolling to the end on 
769                 opening
770                 Maemo: Fix reopening same message
771         * src/gtk/prefswindow.c
772                 Maemo: try to fix scrollbar. Doesn't work,
773                 it seems as if gtk_adjustment_set_value was
774                 a noop.
775
776 2007-08-30 [colin]      2.10.0cvs185
777
778         * src/compose.c
779         * src/folderview.c
780         * src/main.c
781         * src/prefs_matcher.c
782         * src/prefs_template.c
783         * src/quote_fmt.c
784         * src/send_message.c
785         * src/toolbar.c
786         * src/gtk/gtkaspell.c
787         * src/plugins/bogofilter/bogofilter.c
788         * src/plugins/bogofilter/bogofilter_gtk.c
789         * src/plugins/clamav/clamav_plugin_gtk.c
790         * src/plugins/pgpcore/sgpgme.c
791         * src/plugins/spamassassin/spamassassin.c
792         * src/plugins/spamassassin/spamassassin_gtk.c
793                 Fix all potential misuses of format-string functions
794
795 2007-08-30 [wwp]        2.10.0cvs184
796
797         * src/prefs_template.c
798                 Fix a leak.
799
800 2007-08-29 [colin]      2.10.0cvs183
801
802         * src/plugins/trayicon/trayicon.c
803                 Fix leak of hooks in case of error,
804                 thanks to Holger Berndt
805
806 2007-08-28 [colin]      2.10.0cvs182
807
808         * src/mainwindow.c
809                 Don't use current folder settings when
810                 composing from the compose button's
811                 account selector
812
813 2007-08-28 [colin]      2.10.0cvs181
814
815         * src/quote_fmt_parse.y
816                 Fix cursor offset when quote contains UTF-8
817                 chars
818
819 2007-08-28 [colin]      2.10.0cvs180
820
821         * src/compose.c
822         * src/compose.h
823                 Fix signature replacement when it's been wrapped
824
825 2007-08-27 [colin]      2.10.0cvs179
826
827         * src/summaryview.c
828                 Fix indentation
829
830 2007-08-27 [colin]      2.10.0cvs178
831
832         * src/summaryview.c
833                 Fix Quicksearch's Sticky mode
834
835 2007-08-27 [colin]      2.10.0cvs177
836
837         * src/folder_item_prefs.c
838         * src/folder_item_prefs.h
839         * src/imap_gtk.c
840         * src/mh_gtk.c
841                 Fix loss of subfolders properties when
842                 renaming a folder
843
844 2007-08-26 [wwp]        2.10.0cvs176
845
846         * src/alertpanel.c
847         * src/messageview.c
848         * src/prefs_actions.c
849                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
850                 will have to be used when necessary *before* calling
851                 alertpanel functions.
852
853 2007-08-25 [paul]       2.10.0cvs175
854
855         * src/prefs_actions.c
856                 workaround gettext problem marking
857                 string as c-format when it's not
858
859 2007-08-25 [wwp]        2.10.0cvs174
860
861         * src/alertpanel.c
862         * src/messageview.c
863         * src/prefs_actions.c
864                 Call the pango markup escape function right ince in alertpanel_create
865                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
866                 2.10.0cvs158).
867
868         * src/common/log.c
869                 Fix a crash due to a misuse of g_print(), encountered when the string
870                 passed to g_print was containing printf substitution symbols.
871
872 2007-08-25 [paul]       2.10.0cvs173
873
874         * src/common/log.c
875                 fix a segfault when refreshing RSSyl feeds
876
877 2007-08-25 [paul]       2.10.0cvs172
878
879         * src/gtk/icon_legend.c
880                 add watchthread.xpm
881
882 2007-08-25 [paul]       2.10.0cvs171
883
884         * src/Makefile.am
885         * src/stock_pixmap.c
886         * src/pixmaps/insert_file.xpm
887                 add a new pixmap instead of re-using
888                 paste.xpm. (easier for icon theme authors)
889
890 2007-08-24 [holger]     2.10.0cvs170
891
892         * src/plugins/trayicon/trayicon.c
893                 The same fix for another hook id.
894
895 2007-08-24 [holger]     2.10.0cvs169
896
897         * src/plugins/trayicon/trayicon.c
898                 Micro-fix: Do the error checking for
899                 the right hook id.
900
901 2007-08-24 [paul]       2.10.0cvs168
902
903         * src/folder.h
904                 fix typo causing compiler warning
905
906 2007-08-24 [paul]       2.10.0cvs167
907
908         * README
909                 put back the correct version of this file also
910
911 2007-08-24 [colin]      2.10.0cvs166
912
913         * src/send_message.c
914                 Use progress bar when sending messages
915
916 2007-08-24 [paul]       2.10.0cvs165
917
918         * Makefile.am
919                 oops! if i'm quick no-one will notice
920                 (put back the proper file)
921
922 2007-08-24 [paul]       2.10.0cvs164
923
924         * AUTHORS
925         * Makefile.am
926         * README
927         * src/gtk/authors.h
928         * tools/Makefile.am
929         * tools/README
930         * tools/mew2claws-mail.pl
931                 add new script that imports a Mew address book
932                 submitted by Jerome Lelong
933
934 2007-08-24 [paul]       2.10.0cvs163
935
936         * manual/plugins.xml
937                 remove the obsolete plugins, add the
938                 missing plugins, including the forthcoming
939                 SpamReport plugin
940
941 2007-08-24 [paul]       2.10.0cvs162
942
943         * manual/advanced.xml
944                 add info about the hidden emphasis_color option
945         * manual/keyboard.xml
946                 correct the info about hotkeys
947                 wrap the long lines
948
949 2007-08-24 [paul]       2.10.0cvs161
950
951         * src/folderview.c
952                 add mnemonic to 'Run procesing rules'
953
954 2007-08-24 [paul]       2.10.0cvs160
955
956         * src/account.c
957         * src/folder.c
958         * src/folder.h
959                 use suitable defaults for outbox,
960                 queue, drafts and trash folders
961
962 2007-08-24 [wwp]        2.10.0cvs159
963
964         * src/folderview.c
965                 Update menu item sensitivity if necessary (or we get a
966                 gtk critical message).
967
968 2007-08-23 [wwp]        2.10.0cvs158
969
970         * src/action.c
971         * src/prefs_actions.c
972                 Allow literal % chars in action commands (use %%).
973                 Add a missing p++ to the action parser in action_get_type(),
974                 which was missing it, even if it was neutral.
975                 Fix a pango markup warning at runtime.
976
977 2007-08-23 [wwp]        2.10.0cvs157
978
979         * src/addressbook.c
980                 Contacts are now locale-aware sorted in the address book
981                 (LC_COLLATE matters here).
982                 Fix missing table initializers.
983
984 2007-08-23 [colin]      2.10.0cvs156
985
986         * src/imap.c
987                 Check scan_required on dest folder when copying
988
989 2007-08-23 [colin]      2.10.0cvs155
990
991         * src/imap.c
992                 Fix scanning when folder was empty
993
994 2007-08-22 [colin]      2.10.0cvs154
995
996         * src/msgcache.c
997                 Don't g_warning when g_try_malloc fails(), or it makes
998                 things worse as g_log() allocates. Fixes bug 1290,
999                 'Claws Mail crashes if too little memory when 
1000                 rebuilding folder tree'
1001
1002 2007-08-22 [colin]      2.10.0cvs153
1003
1004         * src/inc.c
1005                 Fix format string vulnerability, thanks to
1006                 Ulf Harnhammar, Secunia Research
1007
1008 2007-08-22 [colin]      2.10.0cvs152
1009
1010         * src/ldapserver.c
1011                 Set tv_usec too
1012
1013 2007-08-22 [wwp]        2.10.0cvs151
1014
1015         * src/ldapquery.c
1016                 Few better null-ptr checks.
1017
1018 2007-08-22 [colin]      2.10.0cvs150
1019
1020         * src/editldap.c
1021         * src/editldap_basedn.c
1022         * src/ldapquery.c
1023         * src/ldapserver.c
1024         * src/ldapserver.h
1025         * src/ldapupdate.c
1026         * src/ldaputil.c
1027         * src/ldaputil.h
1028                 Fix ldap timeouts
1029
1030 2007-08-22 [colin]      2.10.0cvs149
1031
1032         * src/ldapquery.c
1033                 Finish previous fix
1034
1035 2007-08-22 [colin]      2.10.0cvs148
1036
1037         * src/ldapquery.c
1038                 Fix wrong assertions
1039
1040 2007-08-22 [colin]      2.10.0cvs147
1041
1042         * src/ldaputil.c
1043                 Fix test (set ldap v3 if bindDN is set or TLS is set)
1044
1045 2007-08-22 [colin]      2.10.0cvs146
1046
1047         * src/editldap.c
1048         * src/ldaputil.c
1049                 Fix wrong "Connected successfully to server". Connection only succeeds if
1050                 we can get the base DN.
1051
1052 2007-08-21 [wwp]        2.10.0cvs145
1053
1054         * src/browseldap.c
1055         * src/editldap.c
1056         * src/ldapctrl.c
1057         * src/ldapquery.c
1058         * src/ldapserver.c
1059         * src/ldapupdate.c
1060         * src/ldaputil.c
1061                 More sanity checks in ldap functions.
1062
1063 2007-08-21 [wwp]        2.10.0cvs144
1064
1065         * src/prefs_account.c
1066                 Don't return a value in a void function().
1067
1068 2007-08-21 [paul]       2.10.0cvs143
1069
1070         * src/messageview.c
1071                 add check for ftp: to messageview_list_urls()
1072
1073 2007-08-21 [colin]      2.10.0cvs142
1074
1075         * src/editldap.c
1076         * src/ldapctrl.c
1077         * src/ldapctrl.h
1078         * src/ldapquery.c
1079         * src/ldapupdate.c
1080                 Fix bug 1293, 'LDAP address book not working'
1081                 Search only on specified fields, but fetch 
1082                 every field possible. People will have to 
1083                 reset the searched Attributes in their LDAP
1084                 servers properties.
1085
1086 2007-08-21 [wwp]        2.10.0cvs141
1087
1088         * src/addr_compl.c
1089         * src/addrbook.c
1090         * src/addrcache.c
1091         * src/addrcindex.c
1092         * src/addressbook.c
1093         * src/addrindex.c
1094         * src/browseldap.c
1095         * src/crash.c
1096         * src/editaddress_other_attributes_ldap.c
1097         * src/exporthtml.c
1098         * src/folder.c
1099         * src/folderview.c
1100         * src/imap.c
1101         * src/jpilot.c
1102         * src/ldapserver.c
1103         * src/ldapupdate.c
1104         * src/ldif.c
1105         * src/main.c
1106         * src/mainwindow.c
1107         * src/matcher.c
1108         * src/mh.c
1109         * src/msgcache.c
1110         * src/mutt.c
1111         * src/pine.c
1112         * src/pop.c
1113         * src/prefs_customheader.c
1114         * src/prefs_msg_colors.c
1115         * src/procmime.c
1116         * src/textview.c
1117         * src/vcard.c
1118         * src/wizard.c
1119         * src/common/log.c
1120         * src/common/socket.c
1121         * src/common/ssl_certificate.c
1122         * src/common/utils.c
1123         * src/common/utils.h
1124         * src/gtk/description_window.c
1125         * src/plugins/demo/demo.c
1126         * src/plugins/pgpcore/prefs_gpg.c
1127         * src/plugins/spamassassin/libspamc.c
1128                 Make sure we use glib functions to send text messages (information,
1129                 debug, warning, errors) to stdout/stderr - no more direct puts
1130                 fputs printf fprintf to stdout/stderr when it can be done using
1131                 g_log*() and g_print/g_printerr. Doing this, we make sure every
1132                 stdout/stderr message is saved to log in Windows.
1133
1134
1135 2007-08-21 [wwp]        2.10.0cvs140
1136
1137         * src/main.c
1138         * src/common/utils.h
1139                 Route glib's stdout/stderr messages to a log file (Windows only),
1140                 instead of loosing them.
1141
1142 2007-08-21 [paul]       2.10.0cvs139
1143
1144         * src/mainwindow.c
1145                 replace deprecated g_strncasecmp()
1146         * src/messageview.c
1147                 fix 'List URLS'
1148
1149 2007-08-20 [ticho]      2.10.0cvs138
1150
1151         * src/account.c
1152         * src/prefs_account.h
1153                 Copy all account preferences in account_clone() - some
1154                 were missing.
1155         * src/prefs_account.c
1156                 Handle empty privacy system combobox gracefully (warning
1157                 instead of a crash).
1158
1159 2007-08-20 [colin]      2.10.0cvs137
1160
1161         * src/ldapctrl.c
1162                 Fix a leak
1163
1164 2007-08-20 [paul]       2.10.0cvs136
1165
1166         * src/browseldap.c
1167         * src/editldap.c
1168         * src/ldapctrl.c
1169         * src/ldapquery.c
1170         * src/ldapquery.h
1171         * src/ldapserver.c
1172         * src/ldaputil.c
1173                 add debug_prints
1174                 patch by Michael Rasmussen
1175
1176 2007-08-19 [colin]      2.10.0cvs135
1177
1178         * src/imap.c
1179                 Fix previous commit. Sensitivity update is needed
1180                 for "Cancel receiving". However when batching we
1181                 don't need to do it for every message flag change,
1182                 just once at the start and once at the end.
1183
1184 2007-08-19 [colin]      2.10.0cvs134
1185
1186         * src/imap.c
1187                 Remove useless menu updates on session lock/unlock
1188
1189 2007-08-19 [colin]      2.10.0cvs133
1190
1191         * src/etpan/imap-thread.c
1192                 Make all fetch logs less verbose
1193
1194 2007-08-19 [paul]       2.10.0cvs132
1195
1196         * src/foldersel.c
1197         * src/folderview.c
1198         * src/summaryview.c
1199                 fix bug 1286, 'Can't move a folder into a "Folders
1200                 Only" folder'
1201
1202 2007-08-18 [ticho]      2.10.0cvs131
1203
1204         * src/editaddress_other_attributes_ldap.c
1205                 Converted option menu for other ldap attributes to GtkComboBox.
1206
1207 2007-08-18 [colin]      2.10.0cvs130
1208
1209         * src/compose.c
1210         * src/prefs_common.c
1211         * src/prefs_common.h
1212         * src/prefs_send.c
1213         * src/send_message.c
1214                 Revert 'send_dialog_mode' meaning to 
1215                 'send_dialog_invisible', so that the 
1216                 new checkbox doesn't change the 
1217                 existing behaviour.
1218
1219 2007-08-18 [paul]       2.10.0cvs129
1220
1221         * src/summaryview.c
1222                 add missing menu update
1223
1224 2007-08-17 [colin]      2.10.0cvs128
1225
1226         * src/folder.c
1227                 Set batching after getting flags - maybe fixes
1228                 bug 1292, 'CM crashes on writing mail'
1229
1230 2007-08-16 [ticho]      2.10.0cvs127
1231
1232         * src/prefs_send.c
1233                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1234         * src/gtk/combobox.h
1235         * src/gtk/gtkutils.c
1236                 Allow NULL for GtkComboBox menuitem label, rendering such
1237                 items as row separators.
1238
1239 2007-08-16 [paul]       2.10.0cvs126
1240
1241         * src/plugins/trayicon/trayicon.c
1242                 remove wrongly used gettextisation
1243
1244 2007-08-15 [ticho]      2.10.0cvs125
1245
1246         * src/importldif.c
1247                 Fixed a runtime warning where an attempt to pack an
1248                 already packed GtkLabel was made.
1249
1250 2007-08-15 [ticho]      2.10.0cvs124
1251
1252         * src/prefs_compose_writing.c
1253                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1254                 into GtkComboBox.
1255
1256 2007-08-14 [ticho]      2.10.0cvs123
1257
1258         * src/messageview.c
1259         * src/gtk/gtkutils.c
1260                 Changed return receipt account selector to GtkComboBox.
1261                 Fixed a runtime warning where GTK tried to parse
1262                 "name <email@address" as a Pango markup in an alertpanel label.
1263
1264 2007-08-14 [ticho]      2.10.0cvs122
1265
1266         * src/prefs_logging.c
1267                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1268
1269 2007-08-14 [wwp]        2.10.0cvs121
1270
1271         * tools/Makefile.am
1272         * tools/README
1273         * tools/popfile-link.sh
1274                 Added a new tool: POPFile helper, to open
1275                 selected messages in POPFile control center,
1276                 in order to change the messages' status.
1277
1278 2007-08-14 [ticho]      2.10.0cvs120
1279
1280         * src/compose.c
1281         * src/prefs_common.c
1282         * src/prefs_common.h
1283         * src/prefs_send.c
1284         * src/send_message.c
1285                 Change "Show send dialog" optionmenu to a checkbutton.
1286         * src/prefs_receive.c
1287                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1288
1289 2007-08-13 [wwp]        2.10.0cvs119
1290
1291         * src/addr_compl.c
1292         * src/addressbook.c
1293         * src/addrindex.c
1294         * src/compose.c
1295         * src/filtering.c
1296         * src/folderview.c
1297         * src/inc.c
1298         * src/matcher.c
1299         * src/mh.c
1300         * src/partial_download.c
1301         * src/prefs_gtk.c
1302         * src/procmsg.c
1303         * src/stock_pixmap.c
1304         * src/summaryview.c
1305         * src/common/utils.c
1306         * src/gtk/gtkaspell.c
1307         * src/gtk/menu.c
1308                 Make sure we never pass NULL pointers for %s substitutions
1309                 (prevent from crashing in Windows).
1310
1311 2007-08-13 [wwp]        2.10.0cvs118
1312
1313         * src/msgcache.c
1314                 Re-enable mmap_reads in Windows with some missing
1315                 CloseHandle of mapping objects, thanks to
1316                 Marcus Brinkmann.
1317
1318 2007-08-13 [paul]       2.10.0cvs117
1319
1320         * src/common/utils.c
1321                 fix bug 1287, 'Compile time problem on Solaris
1322                 (nexenta gnu/Solaris) utils.c'
1323                 Thanks to Piotr Chrzczonowicz
1324
1325 2007-08-12 [wwp]        2.10.0cvs116
1326
1327         * src/plugins/pgpcore/prefs_gpg.c
1328                 Don't try to unset a GPG_AGENT_INFO that was not
1329                 set (and don't use a NULL string in Windows, it was
1330                 crashing with --debug if GPG_AGENT_INFO was not set).
1331
1332 2007-08-12 [wwp]        2.10.0cvs115
1333
1334         * src/privacy.h
1335                 Make gcc type-check arguments passed to privacy_set_error().
1336
1337 2007-08-12 [ticho]      2.10.0cvs114
1338
1339         * src/prefs_folder_item.c
1340                 Make sure that folder default account combobox always has some
1341                 account preselected.
1342         * src/gtk/combobox.c
1343                 Handle empty combobox gracefully (warning instead of crash).
1344
1345 2007-08-12 [ticho]      2.10.0cvs114
1346
1347         * src/prefs_folder_item.c
1348                 Make sure that folder default account combobox is not empty.
1349         * src/gtk/combobox.c
1350                 Handle empty combobox gracefully (warning instead of crash).
1351
1352 2007-08-11 [paul]       2.10.0cvs113
1353
1354         * src/addrgather.c
1355         * src/folderview.c
1356                 use 'subfolder' instead of 'sub-folder', matching
1357                 everywhere else the term is used
1358         * src/imap_gtk.c
1359                 fix engrish
1360
1361 2007-08-10 [wwp]        2.10.0cvs112
1362
1363         * src/msgcache.c
1364                 Disable mmap reads in Windows only (at least temporarily), they
1365                 prevent from renaming/removing target cache files.
1366
1367 2007-08-10 [paul]
1368
1369         3.0.0-rc2 released
1370
1371 2007-08-10 [wwp]        2.10.0cvs111
1372
1373         * src/msgcache.c
1374                 fix unpredictable crashes in Windows due to broken
1375                 cache/mark/tags files writting (file were opened for
1376                 writing in text mode).
1377
1378         * src/recv.c
1379                 use gettimeofday() from w32lib.h on Windows.
1380
1381 2007-08-10 [colin]      2.10.0cvs110
1382
1383         * src/imap.c
1384         * src/etpan/imap-thread.c
1385         * src/etpan/imap-thread.h
1386                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1387
1388 2007-08-09 [colin]      2.10.0cvs109
1389
1390         * src/editldap.c
1391                 Fix port being reset to 636 on SSL
1392         * src/folder.c
1393                 Fix folder_item_get_msg_num_by_file
1394                 on drafts/queue folders
1395
1396 2007-08-09 [wwp]        2.10.0cvs108
1397
1398         * src/folder.c
1399                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1400                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1401
1402
1403 2007-08-09 [colin]      2.10.0cvs107
1404
1405         * src/folderview.c
1406         * src/summaryview.c
1407         * src/gtk/prefswindow.c
1408                 A few Maemo layout fixes
1409
1410 2007-08-09 [paul]       2.10.0cvs106
1411
1412         * src/prefs_account.c
1413                 remove the hyphen from plug-ins to
1414                 match everywhere else
1415
1416 2007-08-08 [wwp]        2.10.0cvs105
1417
1418         * src/prefs_folder_item.c
1419                 Fix an extraneous stealth ^L char.
1420
1421 2007-08-08 [wwp]        2.10.0cvs104
1422
1423         * src/prefs_folder_item.c
1424                 Better fix, group variables declarations (USE_ASPELL).
1425
1426 2007-08-08 [wwp]        2.10.0cvs103
1427
1428         * src/prefs_folder_item.c
1429                 Fix compilation w/ USE_ASPELL set (broken
1430                 by 2.10.0cvs102).
1431
1432 2007-08-08 [ticho]      2.10.0cvs102
1433
1434         * src/prefs_folder_item.c
1435                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1436
1437 2007-08-08 [colin]      2.10.0cvs101
1438
1439         * src/imap.c
1440         * src/etpan/imap-thread.c
1441         * src/etpan/imap-thread.h
1442                 Close selected mailbox before doing
1443                 status on it.
1444
1445 2007-08-08 [colin]      2.10.0cvs100
1446
1447         * src/html.c
1448                 Complete symbol table, thanks to wwp.
1449                 Fixes bug 1284, 'The html -> text 
1450                 converter ignores entities'
1451         * src/msgcache.c
1452                 Fix possible fd leak
1453
1454 2007-08-08 [colin]      2.10.0cvs99
1455
1456         * src/imap.c
1457                 Better way to fetch UIDs on non-UIDPLUS servers
1458
1459 2007-08-07 [colin]      2.10.0cvs98
1460
1461         * src/imap.c
1462                 fix bug 1275, 'auto-saved draft messages not 
1463                 always being removed'; Also, make multiple
1464                 copy (in the same account) faster by matching
1465                 source/destination message UIDs.
1466         * src/messageview.c
1467                 Don't try to reshow deleted mail
1468         * src/msgcache.c
1469                 Fix leak on error path
1470
1471 2007-08-07 [wwp]        2.10.0cvs97
1472
1473         * manual/account.xml
1474         * manual/advanced.xml
1475         * manual/fr/account.xml
1476         * manual/fr/advanced.xml
1477                 Updated the reference manual and the French translation to
1478                 reflect 2.10.0cvs84: enable running folder Processing
1479                 rules on demand.
1480
1481 2007-08-06 [wwp]        2.10.0cvs96
1482
1483         * src/prefs_common.c
1484         * src/prefs_common.h
1485         * src/textview.c
1486                 Allow changing the emphasis color used to highlight
1487                 the newsreader/x-mailer header value when it matches
1488                 our preferred mail agent (hidden pref 'emphasis_col' added
1489                 to clawsrc).
1490
1491 2007-08-06 [colin]      2.10.0cvs95
1492
1493         * src/compose.c
1494         * src/compose.h
1495                 Re-commit 2.10.0cvs86, with a protection
1496                 against Pango bug. Also, try to fix 
1497                 bug 1275, 'auto-saved draft messages not 
1498                 always being removed'
1499
1500 2007-08-06 [wwp]        2.10.0cvs94
1501
1502         * src/gtk/quicksearch.c
1503                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1504
1505 2007-08-06 [ticho]      2.10.0cvs93
1506
1507         * src/prefs_account.c
1508         * src/gtk/combobox.c
1509                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1510                 selection in account preferences.
1511
1512 2007-08-06 [wwp]        2.10.0cvs92
1513
1514         * src/plugins/pgpcore/plugin.def
1515                 Apply one more chunk from gpg4win's 03-w32-port patch.
1516
1517 2007-08-05 [colin]      2.10.0cvs91
1518
1519         * src/compose.c
1520         * src/compose.h
1521                 reverting buggy patch for now
1522
1523 2007-08-05 [colin]      2.10.0cvs90
1524
1525         * src/folder.c
1526                 Fix slowdown
1527
1528 2007-08-04 [colin]      2.10.0cvs89
1529
1530         * src/prefs_summaries.c
1531         * src/summary_search.c
1532                 Replace deprecated widgets. Patch by
1533                 Andrej.
1534
1535 2007-08-04 [colin]      2.10.0cvs88
1536
1537         * src/mh.c
1538                 Refresh GUI only every 2000 mails on mh_get_last_num
1539                 This is fast (readdir) and done only once per 
1540                 session/folder
1541
1542 2007-08-03 [colin]      2.10.0cvs87
1543
1544         * src/prefs_account.c
1545         * src/gtk/combobox.h
1546         * src/gtk/gtkutils.c
1547                 Fix a deprecated widget. Patch by
1548                 Andrej
1549
1550 2007-08-03 [colin]      2.10.0cvs86
1551
1552         * src/compose.c
1553         * src/compose.h
1554                 Make colorisation and wrapping algorithms
1555                 faster. Fixes bug 1246, 'compose becomes 
1556                 increasingly slow replying to complex emails'
1557
1558 2007-08-03 [paul]       2.10.0cvs85
1559
1560         * src/mh.c
1561                 keep the window painted
1562
1563 2007-08-02 [paul]       2.10.0cvs84
1564
1565         * src/folderview.c
1566         * src/mainwindow.c
1567         * src/mainwindow.h
1568                 enable running folder Processing
1569                 rules on demand
1570
1571 2007-08-02 [paul]       2.10.0cvs83
1572
1573         * src/textview.c
1574                 speed up/clean up rendering of larger
1575                 msgs
1576                 Thanks to Colin
1577
1578 2007-08-01 [paul]       2.10.0cvs82
1579
1580         * src/mainwindow.h
1581                 clean up cruft
1582         * src/toolbar.c
1583                 change default toolbar layout on maemo
1584         * src/pixmaps/close.xpm
1585                 make the red cross a grey cross
1586         * src/pixmaps/jpilot.xpm
1587                 make icon smaller so it fits better
1588
1589 2007-07-31 [paul]       2.10.0cvs81
1590
1591         * src/setup.c
1592         * src/gtk/gtkutils.c
1593                 fix crash on maemo on first launch
1594
1595 2007-07-30 [paul]       2.10.0cvs80
1596
1597         * src/prefs_matcher.c
1598                 specify the units of age and size
1599
1600 2007-07-30 [paul]       2.10.0cvs79
1601
1602         * src/main.c
1603                 Fix IMAP timeout setting
1604
1605 2007-07-30 [colin]      2.10.0cvs78
1606
1607         * src/prefs_account.c
1608                 Fix a deprecated widget. Patch by
1609                 Andrej
1610
1611 2007-07-27 [paul]       2.10.0cvs77
1612
1613         * src/matcher_parser_parse.y
1614         * src/prefs_filtering_action.c
1615         * src/prefs_matcher.c
1616                 these changes forgotten in cvs74's
1617                 'watch thread' feature
1618
1619 2007-07-27 [paul]       2.10.0cvs76
1620
1621         * src/compose.c
1622                 fix potential crasher
1623                 thanks to Colin
1624
1625 2007-07-27 [paul]       2.10.0cvs75
1626
1627         * src/mainwindow.c
1628         * src/manual.c
1629         * src/manual.h
1630         * src/gtk/gtkutils.c
1631                 make mainwindow's /Help/Manual point to the
1632                 remote copy if the local copy doesn't exist
1633
1634 2007-07-27 [paul]       2.10.0cvs74
1635
1636         * src/Makefile.am
1637         * src/filtering.c
1638         * src/folder.c
1639         * src/mainwindow.c
1640         * src/matcher.c
1641         * src/matcher.h
1642         * src/matcher_parser_parse.y
1643         * src/procmsg.c
1644         * src/procmsg.h
1645         * src/stock_pixmap.c
1646         * src/stock_pixmap.h
1647         * src/summaryview.c
1648         * src/summaryview.h
1649         * src/toolbar.c
1650         * src/toolbar.h
1651         * src/pixmaps/watchthread.xpm
1652                 add 'watch thread' feature
1653
1654 2007-07-27 [paul]       2.10.0cvs73
1655
1656         * src/prefs_folder_item.c
1657                 adjust labels, add tooltips
1658
1659 2007-07-27 [colin]      2.10.0cvs72
1660
1661         * src/summaryview.c
1662                 Maemo: Remove less used menu items
1663
1664 2007-07-26 [colin]      2.10.0cvs71
1665
1666         * src/messageview.c
1667                 Maemo: destroy messageview after trashing mail.
1668                 Maybe should be done on X11 too
1669
1670 2007-07-26 [colin]      2.10.0cvs70
1671
1672         * src/folderview.c
1673         * src/mainwindow.c
1674         * src/prefs_common.c
1675         * src/prefs_common.h
1676         * src/summaryview.c
1677                 Add View/Show or Hide/Column headers
1678
1679 2007-07-26 [colin]      2.10.0cvs69
1680
1681         * src/procmime.c
1682                 Fix unwanted output
1683
1684 2007-07-26 [colin]      2.10.0cvs68
1685
1686         * src/ldapserver.c
1687                 Fix possible crash on cache invalidation
1688         * src/compose.c
1689         * src/procmime.c
1690         * src/procmime.h
1691         * src/quote_fmt_parse.y
1692                 Make replying to mails with big attachments
1693                 much faster. Fixes bug 1224, 'The process of 
1694                 Replying to emails with large attachments 
1695                 seems unreasonably long...'
1696
1697 2007-07-26 [colin]      2.10.0cvs67
1698
1699         * src/mimeview.c
1700         * src/matcher.c
1701         * src/common/ssl.c
1702                 Fix threads use on BSDs
1703
1704 2007-07-26 [paul]       2.10.0cvs66
1705
1706         * src/gtk/prefswindow.c
1707                 fix account prefs breakage
1708                 thanks to Colin
1709
1710 2007-07-26 [paul]       2.10.0cvs65
1711
1712         * configure.ac
1713                 standardise ./configure --help messages
1714
1715 2007-07-26 [colin]      2.10.0cvs64
1716
1717         * src/addressbook.c
1718         * src/editaddress.c
1719                 Fix two vCard-related crashes
1720
1721 2007-07-25 [colin]      2.10.0cvs63
1722
1723         * src/inc.c
1724         * src/prefs_common.c
1725         * src/prefs_common.h
1726         * src/prefs_receive.c
1727                 Maemo: Add a better way to notify of
1728                 new mails
1729         * src/mainwindow.c
1730         * src/statusbar.h
1731         * src/summaryview.c
1732         * src/toolbar.c
1733                 Maemo: Various layout fixes
1734         * src/gtk/prefswindow.c
1735                 Maemo: Better prefs layout
1736
1737 2007-07-25 [paul]       2.10.0cvs62
1738
1739         * src/textview.c
1740                 fix the layout on maemo
1741                 thanks to Colin
1742
1743 2007-07-25 [iwkse]      2.10.0cvs61
1744
1745         * src/summaryview.c
1746                 add 'o' shortcut on summaryview
1747
1748 2007-07-25 [iwkse]      2.10.0cvs60
1749
1750         * src/textview.c
1751                 fix o shortcut
1752
1753 2007-07-24 [colin]      2.10.0cvs59
1754
1755         * src/mh.c
1756                 Fix missing timestamp update on source
1757                 folder when moving
1758         * src/textview.c
1759         * src/textview.h
1760                 Better text layout on part's choices
1761
1762 2007-07-23 [colin]      2.10.0cvs58
1763
1764         * src/mimeview.c
1765         * src/textview.c
1766                 Maemo: Automatically choose the correct application
1767                 to open parts
1768         * src/gtk/quicksearch.c
1769                 Make search run on GDK_KP_Enter too
1770
1771 2007-07-23 [wwp]        2.10.0cvs57
1772
1773         * src/quote_fmt_lex.l
1774                 Revert accidentaly committed lines (account_sig) in
1775                 2.10.0cvs56.
1776
1777 2007-07-23 [wwp]        2.10.0cvs56
1778
1779         * src/quote_fmt_lex.l
1780                 Fix typos around long form expressions in the quote lexer.
1781
1782 2007-07-23 [paul]
1783
1784         3.0.0-rc1 released
1785
1786 2007-07-23 [colin]      2.10.0cvs55
1787
1788         * src/addr_compl.c
1789                 Fix auto-completion on Maemo
1790
1791 2007-07-23 [colin]      2.10.0cvs54
1792
1793         * src/statusbar.c
1794                 Maemo: Fix sticking statusbars
1795
1796 2007-07-22 [colin]      2.10.0cvs53
1797
1798         * src/main.c
1799                 Maemo: Fix the strange "top_application" info
1800                 at startup. We should do something when 
1801                 receiving such a message.
1802
1803 2007-07-20 [paul]       2.10.0cvs52
1804
1805         * src/news_gtk.c
1806                 add missing #include "statusbar.h"
1807
1808 2007-07-20 [colin]      2.10.0cvs51
1809
1810         * src/folder.c
1811         * src/folder.h
1812         * src/folder_item_prefs.c
1813         * src/folder_item_prefs.h
1814         * src/folderview.c
1815         * src/imap.c
1816         * src/imap_gtk.c
1817         * src/imap_gtk.h
1818         * src/news.c
1819         * src/news_gtk.c
1820         * src/news_gtk.h
1821         * src/prefs_folder_item.c
1822                 Implement age-based caching: allow to
1823                 specify a threshold for the offline synchronisation
1824                 feature, and whether old cached bodies should 
1825                 be removed
1826         * src/toolbar.c
1827         * src/toolbar.h
1828                 Fix label/tooltips
1829         * src/plugins/dillo_viewer/dillo_viewer.c
1830                 Check that Dillo's installed
1831
1832 2007-07-20 [wwp]        2.10.0cvs50
1833
1834         * src/mimeview.c
1835         * src/stock_pixmap.c
1836                 Draw a frame around the selected mimeview part icon (instead of the
1837                 shifted 'dancing' icon).
1838
1839 2007-07-20 [colin]      2.10.0cvs49
1840
1841         * src/main.c
1842                 Unref stuff even on error
1843         * src/wizard.c
1844                 disconnect signals only at the very
1845                 end of the wizard save.
1846
1847 2007-07-20 [colin]      2.10.0cvs48
1848
1849         * src/mainwindow.c
1850         * src/messageview.c
1851         * src/toolbar.c
1852         * src/toolbar.h
1853                 Fix random crashes while navigating
1854                 (GTK_EVENTS_FLUSH)
1855
1856 2007-07-19 [colin]      2.10.0cvs47
1857
1858         * configure.ac
1859         * src/main.c
1860         * src/prefs_common.c
1861         * src/prefs_common.h
1862         * src/wizard.c
1863         * src/common/defs.h
1864         * src/common/utils.c
1865                 Maemo: add an easy way to store data (mails
1866                 and IMAP/NNTP caches) on one of the SD cards,
1867                 and protect against unmounts if needed
1868
1869 2007-07-19 [paul]       2.10.0cvs46
1870
1871         * src/Makefile.am
1872         * src/stock_pixmap.c
1873         * src/gtk/about.c
1874         * src/pixmaps/claws-mail_logo-small.xpm
1875                 implement a (slightly) different About
1876                 dialog for maemo and add a small version
1877                 of the logo for it
1878         * src/wizard.c
1879                 use a scrolled window for wizard page 1
1880                 on maemo
1881
1882 2007-07-19 [paul]       2.10.0cvs45
1883
1884         * src/Makefile.am
1885                 too soon for this line
1886
1887 2007-07-19 [paul]       2.10.0cvs44
1888
1889         * src/Makefile.am
1890                 fix build on n800
1891
1892 2007-07-19 [colin]      2.10.0cvs43
1893
1894         * src/wizard.c
1895                 Solve Mail/Mailbox name when specifying
1896                 full /path/to/Mail.
1897
1898 2007-07-18 [colin]      2.10.0cvs42
1899
1900         * src/inc.c
1901         * configure.ac
1902                 Fix build on n770
1903
1904 2007-07-18 [colin]      2.10.0cvs41
1905
1906         * src/inc.c
1907                 Maemo: plug the online/offline system into
1908                 maemo's interfaces to have Claws automatically
1909                 switch according to the system status
1910         * src/statusbar.c
1911                 Maemo: use HildonBanners to display status
1912                 messages. Renders the main statusbar useless.
1913
1914 2007-07-18 [paul]       2.10.0cvs40
1915
1916         * src/filtering.c
1917                 fix screen blanking on moving/copying many msgs
1918         * src/folder.c
1919                 fix processing progressbar and screen blanking
1920                 during processing
1921
1922 2007-07-18 [paul]       2.10.0cvs39
1923
1924         * src/messageview.c
1925                 revert cvs37, breakage on maemo
1926
1927 2007-07-18 [paul]       2.10.0cvs38
1928
1929         * src/gtk/gtkutils.c
1930                 make sure we can still build with older GTK's
1931
1932 2007-07-18 [colin]      2.10.0cvs37
1933
1934         * src/messageview.c
1935                 Only hide the small layout's messageview, instead
1936                 of destroying it when closing
1937         * src/gtk/gtkutils.c
1938                 Use gtk_window_present_with_time to popup windows,
1939                 it seems to make things better with modern WMs
1940                 (actually focusing)
1941
1942 2007-07-17 [colin]      2.10.0cvs36
1943
1944         * src/editaddress.c
1945                 Simplify layout on Maemo
1946         * src/folder.c
1947                 Fix possible crash
1948         * src/prefs_display_header.c
1949                 Remove some headers by default on Maemo
1950
1951 2007-07-17 [paul]       2.10.0cvs35
1952
1953         * src/prefs_common.c
1954         * src/prefs_common.h
1955         * src/prefs_logging.c
1956         * src/common/log.c
1957                 add options to stop/enable writing logs to disc
1958
1959 2007-07-17 [paul]       2.10.0cvs34
1960
1961         * src/edittags.c
1962                 fix some issues with the Apply tags window:
1963                 - set search column (enables autocompl in the treeview)
1964                 - apply tag from "New tag" if it existed
1965                 - clears New tag entry when adding it with the button
1966                 Thanks to Colin
1967
1968 2007-07-17 [paul]       2.10.0cvs33
1969
1970         * src/edittags.c
1971                 fix 'apply tags' dialogue weirdness
1972
1973 2007-07-16 [colin]      2.10.0cvs32
1974
1975         * src/toolbar.c
1976                 Fix double-loading of mails on Maemo
1977
1978 2007-07-16 [colin]      2.10.0cvs31
1979
1980         * src/messageview.c
1981                 Prevent double-loading of the same part under some
1982                 conditions; hide statusbar on Maemo
1983
1984 2007-07-16 [colin]      2.10.0cvs30
1985
1986         * src/edittags.c
1987         * src/edittags.h
1988         * src/mainwindow.c
1989         * src/summaryview.c
1990                 Improve the tag interface - allow
1991                 to set/unset tags from a special
1992                 window.
1993         * src/gtk/gtkvscrollbutton.c
1994         * src/mimeview.c
1995         * src/mimeview.h
1996         * src/stock_pixmap.c
1997                 Fix Mimeview's ugly hacks in the
1998                 icon list. 
1999
2000 2007-07-16 [paul]       2.10.0cvs29
2001
2002         * src/wizard.c
2003                 rework dialog
2004         * src/gtk/icon_legend.c
2005                 put it all in a scrolled window
2006
2007 2007-07-15 [colin]      2.10.0cvs28
2008
2009         * src/mainwindow.c
2010                 Maemo: force layout to be Small screen; the
2011                 others don't make sense
2012
2013 2007-07-14 [colin]      2.10.0cvs27
2014
2015         * src/mimeview.c
2016         * src/gtk/gtkvscrollbutton.c
2017                 Maemo: Fix mimeview's buttons size
2018
2019 2007-07-14 [colin]      2.10.0cvs26
2020
2021         * src/toolbar.c
2022                 Fix the button workaround fix.
2023                 (Use the correct variable)
2024
2025 2007-07-14 [colin]      2.10.0cvs25
2026
2027         * src/mainwindow.c
2028         * src/toolbar.c
2029                 Maemo: put the progress bar in the
2030                 toolbar
2031
2032 2007-07-14 [colin]      2.10.0cvs24
2033
2034         * src/prefs_common.c
2035                 Maemo: hide statusbar by default
2036         * src/Makefile.am
2037         * src/stock_pixmap.c
2038         * src/stock_pixmap.h
2039         * src/toolbar.c
2040         * src/pixmaps/go_folders.xpm
2041                 Maemo: Add a specific icon to go back to
2042                 folder list
2043
2044 2007-07-14 [colin]      2.10.0cvs23
2045
2046         * src/toolbar.c
2047                 Don't set homogeneous finally
2048
2049 2007-07-14 [colin]      2.10.0cvs22
2050
2051         * src/toolbar.c
2052                 Fix button show/hide issues
2053
2054 2007-07-14 [colin]      2.10.0cvs21
2055
2056         * src/toolbar.c
2057                 Fix huge arrows
2058                 Fix button workaround to be able to click
2059                 if mouse was on button when it went un-
2060                 sensitive.
2061                 Revert previous commit, gtk_tool_item_set_homogeneous
2062                 doesn't mean what it seems to mean ;-)
2063
2064 2007-07-14 [paul]       2.10.0cvs20
2065
2066         * src/toolbar.c
2067                 make homogeneous FALSE always
2068
2069 2007-07-13 [colin]      2.10.0cvs19
2070
2071         * src/toolbar.c
2072         * src/toolbar.h
2073                 Rework to fit the non-deprecated API
2074         * src/compose.c
2075         * src/folderview.c
2076         * src/mainwindow.c
2077         * src/messageview.c
2078         * src/summaryview.c
2079                 Maemo layout changes. Better toolbars,
2080                 removal of CTree headers. 
2081
2082 2007-07-13 [paul]       2.10.0cvs18
2083
2084         * src/gtk/colorlabel.c
2085                 fix bug 1261, '[DE] coloring messages in overview 
2086                 keys are not localised'
2087                 the string is now included in claws-mail.pot
2088
2089 2007-07-13 [colin]      2.10.0cvs17
2090
2091         * src/summaryview.c
2092                 Fix bug 1267, 'printing mutliple messages 
2093                 opens one message-dialog after the other'
2094                 Ask for confirmation when printing 10
2095                 messages or more.
2096
2097 2007-07-11 [colin]      2.10.0cvs16
2098
2099         * COPYING
2100         * README
2101         * autogen.sh
2102         * manual/claws-mail-manual.xml
2103         * manual/gpl.xml
2104         * manual/es/claws-mail-manual.xml
2105         * manual/es/gpl.xml
2106         * manual/fr/claws-mail-manual.xml
2107         * manual/fr/gpl.xml
2108         * manual/pl/gpl.xml
2109         * src/account.c
2110         * src/account.h
2111         * src/action.c
2112         * src/action.h
2113         * src/adbookbase.h
2114         * src/addr_compl.c
2115         * src/addr_compl.h
2116         * src/addrbook.c
2117         * src/addrbook.h
2118         * src/addrcache.c
2119         * src/addrcache.h
2120         * src/addrcindex.c
2121         * src/addrcindex.h
2122         * src/addrclip.c
2123         * src/addrclip.h
2124         * src/addrdefs.h
2125         * src/addressadd.c
2126         * src/addressadd.h
2127         * src/addressbook.c
2128         * src/addressbook.h
2129         * src/addressbook_foldersel.c
2130         * src/addressbook_foldersel.h
2131         * src/addressitem.h
2132         * src/addrgather.c
2133         * src/addrgather.h
2134         * src/addrharvest.c
2135         * src/addrharvest.h
2136         * src/addrindex.c
2137         * src/addrindex.h
2138         * src/addritem.c
2139         * src/addritem.h
2140         * src/addrquery.c
2141         * src/addrquery.h
2142         * src/addrselect.c
2143         * src/addrselect.h
2144         * src/alertpanel.c
2145         * src/alertpanel.h
2146         * src/browseldap.c
2147         * src/browseldap.h
2148         * src/codeconv.c
2149         * src/codeconv.h
2150         * src/compose.c
2151         * src/compose.h
2152         * src/crash.c
2153         * src/crash.h
2154         * src/customheader.c
2155         * src/customheader.h
2156         * src/displayheader.c
2157         * src/displayheader.h
2158         * src/editaddress.c
2159         * src/editaddress.h
2160         * src/editaddress_other_attributes_ldap.c
2161         * src/editaddress_other_attributes_ldap.h
2162         * src/editbook.c
2163         * src/editbook.h
2164         * src/editgroup.c
2165         * src/editgroup.h
2166         * src/editjpilot.c
2167         * src/editjpilot.h
2168         * src/editldap.c
2169         * src/editldap.h
2170         * src/editldap_basedn.c
2171         * src/editldap_basedn.h
2172         * src/edittags.c
2173         * src/edittags.h
2174         * src/editvcard.c
2175         * src/editvcard.h
2176         * src/enriched.c
2177         * src/enriched.h
2178         * src/exphtmldlg.c
2179         * src/exphtmldlg.h
2180         * src/expldifdlg.c
2181         * src/expldifdlg.h
2182         * src/export.c
2183         * src/export.h
2184         * src/exporthtml.c
2185         * src/exporthtml.h
2186         * src/exportldif.c
2187         * src/exportldif.h
2188         * src/filtering.c
2189         * src/filtering.h
2190         * src/folder.c
2191         * src/folder.h
2192         * src/folder_item_prefs.c
2193         * src/folder_item_prefs.h
2194         * src/foldersel.c
2195         * src/foldersel.h
2196         * src/folderutils.c
2197         * src/folderutils.h
2198         * src/folderview.c
2199         * src/folderview.h
2200         * src/gedit-print.c
2201         * src/gedit-print.h
2202         * src/grouplistdialog.c
2203         * src/grouplistdialog.h
2204         * src/headerview.c
2205         * src/headerview.h
2206         * src/html.c
2207         * src/html.h
2208         * src/image_viewer.c
2209         * src/image_viewer.h
2210         * src/imap.c
2211         * src/imap.h
2212         * src/imap_gtk.c
2213         * src/imap_gtk.h
2214         * src/import.c
2215         * src/import.h
2216         * src/importldif.c
2217         * src/importldif.h
2218         * src/importmutt.c
2219         * src/importmutt.h
2220         * src/importpine.c
2221         * src/importpine.h
2222         * src/inc.c
2223         * src/inc.h
2224         * src/jpilot.c
2225         * src/jpilot.h
2226         * src/ldapctrl.c
2227         * src/ldapctrl.h
2228         * src/ldaplocate.c
2229         * src/ldaplocate.h
2230         * src/ldapquery.c
2231         * src/ldapquery.h
2232         * src/ldapserver.c
2233         * src/ldapserver.h
2234         * src/ldapupdate.c
2235         * src/ldapupdate.h
2236         * src/ldaputil.c
2237         * src/ldaputil.h
2238         * src/ldif.c
2239         * src/ldif.h
2240         * src/localfolder.c
2241         * src/localfolder.h
2242         * src/main.c
2243         * src/main.h
2244         * src/mainwindow.c
2245         * src/mainwindow.h
2246         * src/manual.c
2247         * src/manual.h
2248         * src/matcher.c
2249         * src/matcher.h
2250         * src/matcher_parser.h
2251         * src/matcher_parser_lex.l
2252         * src/matcher_parser_parse.y
2253         * src/mbox.c
2254         * src/mbox.h
2255         * src/message_search.c
2256         * src/message_search.h
2257         * src/messageview.c
2258         * src/messageview.h
2259         * src/mh.c
2260         * src/mh.h
2261         * src/mh_gtk.c
2262         * src/mh_gtk.h
2263         * src/mimeview.c
2264         * src/mimeview.h
2265         * src/msgcache.c
2266         * src/msgcache.h
2267         * src/mutt.c
2268         * src/mutt.h
2269         * src/news.c
2270         * src/news.h
2271         * src/news_gtk.c
2272         * src/news_gtk.h
2273         * src/noticeview.c
2274         * src/noticeview.h
2275         * src/partial_download.c
2276         * src/partial_download.h
2277         * src/pine.c
2278         * src/pine.h
2279         * src/pop.c
2280         * src/pop.h
2281         * src/prefs_account.c
2282         * src/prefs_account.h
2283         * src/prefs_actions.c
2284         * src/prefs_actions.h
2285         * src/prefs_common.c
2286         * src/prefs_common.h
2287         * src/prefs_compose_writing.c
2288         * src/prefs_compose_writing.h
2289         * src/prefs_customheader.c
2290         * src/prefs_customheader.h
2291         * src/prefs_display_header.c
2292         * src/prefs_display_header.h
2293         * src/prefs_ext_prog.c
2294         * src/prefs_ext_prog.h
2295         * src/prefs_filtering.c
2296         * src/prefs_filtering.h
2297         * src/prefs_filtering_action.c
2298         * src/prefs_filtering_action.h
2299         * src/prefs_folder_column.c
2300         * src/prefs_folder_column.h
2301         * src/prefs_folder_item.c
2302         * src/prefs_folder_item.h
2303         * src/prefs_fonts.c
2304         * src/prefs_fonts.h
2305         * src/prefs_gtk.c
2306         * src/prefs_gtk.h
2307         * src/prefs_image_viewer.c
2308         * src/prefs_image_viewer.h
2309         * src/prefs_logging.c
2310         * src/prefs_logging.h
2311         * src/prefs_matcher.c
2312         * src/prefs_matcher.h
2313         * src/prefs_message.c
2314         * src/prefs_message.h
2315         * src/prefs_msg_colors.c
2316         * src/prefs_msg_colors.h
2317         * src/prefs_other.c
2318         * src/prefs_other.h
2319         * src/prefs_quote.c
2320         * src/prefs_quote.h
2321         * src/prefs_receive.c
2322         * src/prefs_receive.h
2323         * src/prefs_send.c
2324         * src/prefs_send.h
2325         * src/prefs_spelling.c
2326         * src/prefs_spelling.h
2327         * src/prefs_summaries.c
2328         * src/prefs_summaries.h
2329         * src/prefs_summary_column.c
2330         * src/prefs_summary_column.h
2331         * src/prefs_summary_open.c
2332         * src/prefs_summary_open.h
2333         * src/prefs_template.c
2334         * src/prefs_template.h
2335         * src/prefs_themes.c
2336         * src/prefs_themes.h
2337         * src/prefs_toolbar.c
2338         * src/prefs_toolbar.h
2339         * src/prefs_wrapping.c
2340         * src/prefs_wrapping.h
2341         * src/privacy.c
2342         * src/privacy.h
2343         * src/procheader.c
2344         * src/procheader.h
2345         * src/procmime.c
2346         * src/procmime.h
2347         * src/procmsg.c
2348         * src/procmsg.h
2349         * src/quote_fmt.c
2350         * src/quote_fmt_lex.l
2351         * src/quote_fmt_parse.y
2352         * src/recv.c
2353         * src/recv.h
2354         * src/remotefolder.c
2355         * src/remotefolder.h
2356         * src/send_message.c
2357         * src/send_message.h
2358         * src/setup.c
2359         * src/setup.h
2360         * src/simple-gettext.c
2361         * src/sourcewindow.c
2362         * src/sourcewindow.h
2363         * src/ssl_manager.c
2364         * src/ssl_manager.h
2365         * src/statusbar.c
2366         * src/statusbar.h
2367         * src/stock_pixmap.c
2368         * src/stock_pixmap.h
2369         * src/summary_search.c
2370         * src/summary_search.h
2371         * src/summaryview.c
2372         * src/summaryview.h
2373         * src/textview.c
2374         * src/textview.h
2375         * src/toolbar.c
2376         * src/toolbar.h
2377         * src/undo.c
2378         * src/undo.h
2379         * src/unmime.c
2380         * src/unmime.h
2381         * src/uri_opener.c
2382         * src/uri_opener.h
2383         * src/vcard.c
2384         * src/vcard.h
2385         * src/wizard.c
2386         * src/wizard.h
2387         * src/common/base64.c
2388         * src/common/base64.h
2389         * src/common/claws.c
2390         * src/common/claws.h
2391         * src/common/defs.h
2392         * src/common/fnmatch.c
2393         * src/common/fnmatch.h
2394         * src/common/fnmatch_loop.c
2395         * src/common/hooks.c
2396         * src/common/hooks.h
2397         * src/common/log.c
2398         * src/common/log.h
2399         * src/common/md5.c
2400         * src/common/md5.h
2401         * src/common/mgutils.c
2402         * src/common/mgutils.h
2403         * src/common/nntp.c
2404         * src/common/nntp.h
2405         * src/common/passcrypt.c
2406         * src/common/passcrypt.h.in
2407         * src/common/plugin.c
2408         * src/common/plugin.h
2409         * src/common/prefs.c
2410         * src/common/prefs.h
2411         * src/common/progressindicator.c
2412         * src/common/progressindicator.h
2413         * src/common/quoted-printable.c
2414         * src/common/quoted-printable.h
2415         * src/common/session.c
2416         * src/common/session.h
2417         * src/common/smtp.c
2418         * src/common/smtp.h
2419         * src/common/socket.c
2420         * src/common/socket.h
2421         * src/common/ssl.c
2422         * src/common/ssl.h
2423         * src/common/ssl_certificate.c
2424         * src/common/ssl_certificate.h
2425         * src/common/string_match.c
2426         * src/common/string_match.h
2427         * src/common/stringtable.c
2428         * src/common/stringtable.h
2429         * src/common/tags.c
2430         * src/common/tags.h
2431         * src/common/template.c
2432         * src/common/template.h
2433         * src/common/timing.h
2434         * src/common/utils.c
2435         * src/common/utils.h
2436         * src/common/uuencode.c
2437         * src/common/uuencode.h
2438         * src/common/version.h.in
2439         * src/common/w32_dirent.c
2440         * src/common/w32_reg.c
2441         * src/common/w32_signal.c
2442         * src/common/w32_stat.c
2443         * src/common/w32_stdlib.c
2444         * src/common/w32_string.c
2445         * src/common/w32_time.c
2446         * src/common/w32_unistd.c
2447         * src/common/w32_wait.c
2448         * src/common/w32lib.h
2449         * src/common/xml.c
2450         * src/common/xml.h
2451         * src/common/xmlprops.c
2452         * src/common/xmlprops.h
2453         * src/etpan/etpan-errors.h
2454         * src/etpan/etpan-thread-manager-types.h
2455         * src/etpan/etpan-thread-manager.c
2456         * src/etpan/etpan-thread-manager.h
2457         * src/etpan/imap-thread.c
2458         * src/etpan/imap-thread.h
2459         * src/gtk/about.c
2460         * src/gtk/about.h
2461         * src/gtk/colorlabel.c
2462         * src/gtk/colorlabel.h
2463         * src/gtk/colorsel.c
2464         * src/gtk/colorsel.h
2465         * src/gtk/combobox.c
2466         * src/gtk/combobox.h
2467         * src/gtk/description_window.c
2468         * src/gtk/description_window.h
2469         * src/gtk/filesel.c
2470         * src/gtk/filesel.h
2471         * src/gtk/foldersort.c
2472         * src/gtk/foldersort.h
2473         * src/gtk/gtkaspell.c
2474         * src/gtk/gtkaspell.h
2475         * src/gtk/gtksctree.c
2476         * src/gtk/gtkshruler.c
2477         * src/gtk/gtkshruler.h
2478         * src/gtk/gtksourceprintjob.c
2479         * src/gtk/gtksourceprintjob.h
2480         * src/gtk/gtkutils.c
2481         * src/gtk/gtkutils.h
2482         * src/gtk/gtkvscrollbutton.c
2483         * src/gtk/gtkvscrollbutton.h
2484         * src/gtk/icon_legend.c
2485         * src/gtk/icon_legend.h
2486         * src/gtk/inputdialog.c
2487         * src/gtk/inputdialog.h
2488         * src/gtk/logwindow.c
2489         * src/gtk/logwindow.h
2490         * src/gtk/manage_window.c
2491         * src/gtk/manage_window.h
2492         * src/gtk/menu.c
2493         * src/gtk/menu.h
2494         * src/gtk/pluginwindow.c
2495         * src/gtk/pluginwindow.h
2496         * src/gtk/prefswindow.c
2497         * src/gtk/prefswindow.h
2498         * src/gtk/progressdialog.c
2499         * src/gtk/progressdialog.h
2500         * src/gtk/quicksearch.c
2501         * src/gtk/quicksearch.h
2502         * src/gtk/sslcertwindow.c
2503         * src/gtk/sslcertwindow.h
2504         * src/plugins/bogofilter/bogofilter.c
2505         * src/plugins/bogofilter/bogofilter.h
2506         * src/plugins/bogofilter/bogofilter_gtk.c
2507         * src/plugins/clamav/clamav_plugin.c
2508         * src/plugins/clamav/clamav_plugin.h
2509         * src/plugins/clamav/clamav_plugin_gtk.c
2510         * src/plugins/demo/demo.c
2511         * src/plugins/dillo_viewer/dillo_prefs.c
2512         * src/plugins/dillo_viewer/dillo_prefs.h
2513         * src/plugins/dillo_viewer/dillo_viewer.c
2514         * src/plugins/pgpcore/passphrase.c
2515         * src/plugins/pgpcore/passphrase.h
2516         * src/plugins/pgpcore/pgp_viewer.c
2517         * src/plugins/pgpcore/pgp_viewer.h
2518         * src/plugins/pgpcore/plugin.c
2519         * src/plugins/pgpcore/prefs_gpg.c
2520         * src/plugins/pgpcore/prefs_gpg.h
2521         * src/plugins/pgpcore/select-keys.c
2522         * src/plugins/pgpcore/select-keys.h
2523         * src/plugins/pgpcore/sgpgme.c
2524         * src/plugins/pgpcore/sgpgme.h
2525         * src/plugins/pgpinline/pgpinline.c
2526         * src/plugins/pgpinline/pgpinline.h
2527         * src/plugins/pgpinline/plugin.c
2528         * src/plugins/pgpmime/pgpmime.c
2529         * src/plugins/pgpmime/pgpmime.h
2530         * src/plugins/pgpmime/plugin.c
2531         * src/plugins/spamassassin/spamassassin.c
2532         * src/plugins/spamassassin/spamassassin.h
2533         * src/plugins/spamassassin/spamassassin_gtk.c
2534         * src/plugins/trayicon/trayicon.c
2535         * src/plugins/trayicon/trayicon_prefs.c
2536         * src/plugins/trayicon/trayicon_prefs.h
2537         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2538         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2539         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2540         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2541         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2542         * tools/OOo2claws-mail.pl
2543         * tools/README.sylprint
2544         * tools/acroread2claws-mail.pl
2545         * tools/claws-mail-compose-insert-files.pl
2546         * tools/convert_mbox.pl
2547         * tools/filter_conv.pl
2548         * tools/filter_conv_new.pl
2549         * tools/fix_date.sh
2550         * tools/freshmeat_search.pl
2551         * tools/google_search.pl
2552         * tools/kmail-mailbox2claws-mail.pl
2553         * tools/kmail2claws-mail.pl
2554         * tools/kmail2claws-mail_v2.pl
2555         * tools/mairix.sh
2556         * tools/make.themes.project
2557         * tools/multiwebsearch.pl
2558         * tools/nautilus2claws-mail.sh
2559         * tools/outlook2claws-mail.pl
2560         * tools/textviewer.sh
2561         * tools/thunderbird-filters-convertor.pl
2562         * tools/update-po
2563         * tools/uuooffice
2564         * tools/vcard2xml.py
2565         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2566                 Upgrade to GPLv3 or later.
2567
2568 2007-07-10 [wwp]        2.10.0cvs15
2569
2570         * src/main.c
2571                 Fix re-opening of all composing messages that were
2572                 opened when closing the previous instance, thanks
2573                 to Colin.
2574
2575 2007-07-10 [paul]       2.10.0cvs14
2576
2577         * src/editaddress_other_attributes_ldap.c
2578         * src/ldapupdate.c
2579                 fix crash on selecting 'other attributes' combo
2580                 for either a new entry or an old entry with no
2581                 existing attributes.
2582                 fix bug on editing multiple attributes which
2583                 resulted them all having the value of the last
2584                 one changed.
2585                 Thanks to Colin
2586
2587 2007-07-10 [colin]      2.10.0cvs13
2588
2589         * src/editaddress.c
2590         * src/editaddress_other_attributes_ldap.h
2591         * src/ldapupdate.c
2592                 Fix --disable-ldap build
2593
2594 2007-07-09 [colin]      2.10.0cvs12
2595
2596         * src/Makefile.am
2597         * src/addritem.c
2598         * src/addritem.h
2599         * src/editaddress.c
2600         * src/editaddress_other_attributes_ldap.c
2601         * src/editaddress_other_attributes_ldap.h
2602         * src/editldap.c
2603         * src/ldapctrl.c
2604         * src/ldapctrl.h
2605         * src/ldapupdate.c
2606                 Add capability to edit all inetOrgPerson
2607                 attributes on LDAP. Patch by Michael 
2608                 Rasmussen
2609
2610 2007-07-09 [colin]      2.10.0cvs11
2611
2612         * src/Makefile.am
2613         * src/exporthtml.c
2614         * src/mbox.c
2615         * src/msgcache.c
2616         * src/prefs_summaries.c
2617         * src/prefs_themes.c
2618         * src/procheader.c
2619         * src/common/Makefile.am
2620         * src/common/log.c
2621         * src/common/timing.h
2622         * src/common/utils.c
2623         * src/common/utils.h
2624         * src/common/w32_account.c
2625         * src/common/w32lib.h
2626         * src/gtk/Makefile.am
2627         * src/gtk/colorlabel.c
2628         * src/plugins/pgpcore/Makefile.am
2629         * src/plugins/pgpcore/claws.def
2630         * src/plugins/pgpcore/passphrase.c
2631         * src/plugins/pgpcore/pgp_viewer.c
2632         * src/plugins/pgpcore/plugin.def
2633         * src/plugins/pgpcore/sgpgme.c
2634         * src/plugins/pgpinline/Makefile.am
2635         * src/plugins/pgpinline/claws.def
2636         * src/plugins/pgpinline/mypgpcore.def
2637         * src/plugins/pgpinline/plugin.def
2638         * src/plugins/pgpmime/Makefile.am
2639         * src/plugins/pgpmime/claws.def
2640         * src/plugins/pgpmime/mypgpcore.def
2641         * src/plugins/pgpmime/plugin.def
2642                 Commit win32 patch, from Werner Koch and
2643                 Marcus Brinkmann
2644
2645 2007-07-09 [colin]      2.10.0cvs10
2646
2647         * src/prefs_toolbar.c
2648                 Fix crash when no actions exist
2649
2650 2007-07-07 [paul]       2.10.0cvs9
2651
2652         * COPYING
2653         * manual/claws-mail-manual.xml
2654                 update copyright year
2655         * po/fi.po
2656                 updated by Flammie Pirinen
2657
2658 2007-07-05 [wwp]        2.10.0cvs8
2659
2660         * src/plugins/clamav/clamav_plugin_gtk.c
2661                 Make vertical spacing like in other plugin prefs pages.
2662
2663 2007-07-05 [wwp]        2.10.0cvs7
2664
2665         * src/quote_fmt.c
2666                 It's %am that works, not %ae (this doc incoherence has been
2667                 introduced with 2.9.2cvs13).
2668
2669 2007-07-04 [wwp]        2.10.0cvs6
2670
2671         * src/plugins/bogofilter/bogofilter.c
2672                 Gettext-ize an occurrence of "Any" that wasn't.
2673
2674 2007-07-04 [colin]      2.10.0cvs5
2675
2676         * po/POTFILES.in
2677                 Fix untranslated strings; thanks
2678                 to Pader Rezso.
2679
2680 2007-07-03 [colin]      2.10.0cvs4
2681
2682         * src/folder.c
2683         * src/mainwindow.c
2684                 Fix saving of sort mode for tags and
2685                 thread date. Thanks to Pierre Ossman.
2686                 Completes fix for bug 1233
2687
2688 2007-07-03 [paul]       2.10.0cvs3
2689
2690         * src/compose.c
2691                 fix auto-save
2692         * src/summaryview.c
2693                 fix build warnings
2694         Thanks to Colin
2695
2696 2007-07-02 [colin]      2.10.0cvs2
2697
2698         * src/folder.h
2699         * src/mainwindow.c
2700         * src/procmsg.h
2701         * src/summaryview.c
2702                 Add View/Sort/by Thread date
2703                 Fixes bug 1233, 'Capability to sort 
2704                 threads by most recent message'
2705                 Based on a patch by Paul Rolland
2706
2707 2007-07-02 [colin]      2.10.0cvs1
2708
2709         * src/Makefile.am
2710         * src/compose.c
2711         * src/edittags.c
2712         * src/edittags.h
2713         * src/filtering.c
2714         * src/folder.c
2715         * src/folder.h
2716         * src/headerview.c
2717         * src/headerview.h
2718         * src/main.c
2719         * src/mainwindow.c
2720         * src/mainwindow.h
2721         * src/manual.h
2722         * src/matcher.c
2723         * src/matcher.h
2724         * src/matcher_parser_parse.y
2725         * src/mimeview.c
2726         * src/msgcache.c
2727         * src/msgcache.h
2728         * src/prefs_common.c
2729         * src/prefs_common.h
2730         * src/prefs_filtering_action.c
2731         * src/prefs_matcher.c
2732         * src/prefs_summary_column.c
2733         * src/procmsg.c
2734         * src/procmsg.h
2735         * src/quote_fmt.c
2736         * src/quote_fmt_lex.l
2737         * src/quote_fmt_parse.y
2738         * src/summaryview.c
2739         * src/summaryview.h
2740         * src/textview.c
2741         * src/common/Makefile.am
2742         * src/common/defs.h
2743         * src/common/tags.c
2744         * src/common/tags.h
2745         * src/gtk/quicksearch.c
2746         * src/gtk/quicksearch.h
2747                 Add Tags implementation. Tags are arbitrary labels
2748                 that can be applied to messages. It is possible 
2749                 to create, edit, remove tags; apply them to mails;
2750                 filter on tags or tag presence; apply or unset
2751                 tags via filtering actions; reference tags in
2752                 reply templates.
2753
2754 2007-07-02 [paul]       2.10.0
2755
2756         * NEWS
2757         * README
2758         * RELEASE_NOTES
2759                 2.10.0 released
2760
2761 2007-07-02 [paul]       2.9.2cvs78
2762
2763         * po/de.po
2764         * po/en_GB.po
2765         * po/es.po
2766         * po/fr.po
2767         * po/hu.po
2768         * po/pt_BR.po
2769         * po/ru.po
2770         * po/zh_CN.po
2771                 updated by Stephan Sachse, me, Ricardo Mones
2772                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2773                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2774
2775 2007-07-02 [paul]       2.9.2cvs77
2776
2777         * AUTHORS
2778                 updated
2779
2780 2007-06-29 [wwp]        2.9.2cvs76
2781
2782         * src/gtk/headers.h
2783                 Fix a typo (thanks to Ricardo for finding this out).
2784
2785 2007-06-28 [paul]       2.9.2cvs75
2786
2787         * src/folderview.c
2788                 fix build warnings
2789
2790 2007-06-28 [paul]       2.9.2cvs74
2791
2792         * tools/Makefile.am
2793                 fix bug in the autotools build system.
2794                 Files cataloged under EXTRA_DIST were never
2795                 automatically copied to the build tree.
2796                 (fix 'make distcheck')
2797                 Patch by Michael Rasmussen.
2798
2799 2007-06-24 [colin]      2.9.2cvs73
2800
2801         * src/news_gtk.c
2802                 Fix bug 1249, 'Error handling for 
2803                 news errors needs modification'
2804                 Only popup error if the according
2805                 pref in Prefs/Receive is set.
2806
2807 2007-06-21 [colin]      2.9.2cvs72
2808
2809         * src/common/plugin.c
2810         * src/common/plugin.h
2811                 Change plugin API to know whether it's safe to 
2812                 unload plugins or whether we should just hide
2813                 them. Fixes bug 1248, 'Core dumps after 
2814                 unloading plugin and clicking on load plugins'
2815         * src/plugins/bogofilter/bogofilter.c
2816         * src/plugins/clamav/clamav_plugin.c
2817         * src/plugins/demo/demo.c
2818         * src/plugins/dillo_viewer/dillo_viewer.c
2819         * src/plugins/pgpcore/plugin.c
2820         * src/plugins/pgpinline/plugin.c
2821         * src/plugins/pgpmime/plugin.c
2822         * src/plugins/spamassassin/spamassassin.c
2823         * src/plugins/trayicon/trayicon.c
2824                 Update API
2825
2826 2007-06-19 [colin]      2.9.2cvs71
2827
2828         * src/compose.c
2829         * src/messageview.c
2830                 Fix crash mentioned in bug 1246
2831                 Race condition when automatically drafting
2832                 due to insertion on reedit.
2833
2834 2007-06-18 [wwp]        2.9.2cvs70
2835
2836         * src/importldif.c
2837                 LDIF import: use a "Proceed" button to complete
2838                 the process.
2839
2840 2007-06-18 [paul]       2.9.2cvs69
2841
2842         * configure.ac
2843                 use pkgconfig to check for gtk and glib
2844
2845 2007-06-17 [wwp]        2.9.2cvs68
2846
2847         * src/ldif.c
2848         * src/importldif.c
2849                 LDIF import: better error handling, minor code
2850                 and UI cleanup, and renamed the Save button
2851                 to Close, as imported stuff is already saved
2852                 when the Save button is shown.
2853
2854 2007-06-17 [colin]      2.9.2cvs67
2855
2856         * src/prefs_summaries.c
2857         * src/procmsg.c
2858                 Don't set as read when forwarded, only replied to
2859
2860 2007-06-17 [paul]       2.9.2cvs66
2861
2862         * src/alertpanel.c
2863                 add missing #include
2864
2865 2007-06-16 [colin]      2.9.2cvs65
2866
2867         * src/prefs_summaries.c
2868         * src/procmsg.c
2869                 Change the pref "Only mark as read when opened
2870                 in new window" to "..., replied to or forwarded".
2871                 Based on a patch by Paul Rolland.
2872
2873 2007-06-16 [paul]       2.9.2cvs64
2874
2875         * src/gtk/authors.h
2876                 alphabetical order! :)
2877
2878 2007-06-16 [colin]      2.9.2cvs63
2879
2880         * AUTHORS
2881         * src/gtk/authors.h
2882                 Add Michael Rasmussen in authors list
2883
2884 2007-06-16 [colin]      2.9.2cvs62
2885
2886         * src/messageview.c
2887                 Fix messageview_copy_clipboard to take advantage
2888                 of plugins' get_selection.
2889
2890 2007-06-15 [colin]      2.9.2cvs61
2891
2892         * src/action.c
2893         * src/addr_compl.c
2894         * src/addressbook.c
2895         * src/folderview.c
2896         * src/message_search.c
2897         * src/mimeview.c
2898         * src/summary_search.c
2899         * src/summaryview.c
2900         * src/textview.c
2901                 Allow GDK_KP_Enter to do the same as GDK_Return
2902                 Patch by Michael Rasmussen
2903
2904 2007-06-15 [paul]       2.9.2cvs60
2905
2906         * src/compose.c
2907                 fix bug when closing a compose window
2908                 during autosave
2909
2910 2007-06-14 [paul]       2.9.2cvs59
2911
2912         * src/main.c
2913         * src/common/defs.h
2914                 migrate sylpheed config
2915
2916 2007-06-14 [wwp]        2.9.2cvs58
2917
2918         * src/gtk/pluginwindow.c
2919                 Yet another attempt to fix sizing/alignment of the
2920                 button bar in plugins window.
2921
2922 2007-06-12 [colin]      2.9.2cvs57
2923
2924         * po/POTFILES.in
2925         * src/Makefile.am
2926         * src/folderview.c
2927         * src/prefs_common.c
2928         * src/prefs_common.h
2929         * src/prefs_summaries.c
2930         * src/prefs_summary_open.c
2931         * src/prefs_summary_open.h
2932         * src/summaryview.c
2933                 Make "when entering a folder" actions more personalisable
2934
2935 2007-06-12 [wwp]        2.9.2cvs56
2936
2937         * tools/README
2938                 Use short description from Paul (mairix.sh).
2939
2940 2007-06-12 [wwp]        2.9.2cvs55
2941
2942         * tools/README
2943                 Updated info about mairix.sh.
2944
2945 2007-06-11 [paul]       2.9.2cvs54
2946
2947         * src/prefs_logging.c
2948                 rework log window length widgets
2949                 and some sensitivity fixes
2950
2951 2007-06-11 [paul]       2.9.2cvs53
2952
2953         * src/mainwindow.c
2954         * src/prefs_logging.c
2955                 rename 'Protocol Log' to 'Network Log'
2956                 and some function renaming
2957
2958 2007-06-10 [wwp]        2.9.2cvs52
2959
2960         * src/gtk/pluginwindow.c
2961                 Revert 2.9.2cvs51.
2962
2963 2007-06-10 [wwp]        2.9.2cvs51
2964
2965         * src/gtk/pluginwindow.c
2966                 Fix button bar in plugin window, was centered and not
2967                 behaving like other dialogs w/ such button bar.
2968
2969 2007-06-08 [wwp]        2.9.2cvs50
2970
2971         * src/compose.c
2972         * src/compose.h
2973         * src/main.c
2974         * src/mainwindow.c
2975         * src/mainwindow.h
2976                 Provide a way out of automatic draft saving on IMAP, when
2977                 exiting offline.
2978                 Prevent drafting while sending and quitting while sending.
2979                 Thanks for Colin.
2980
2981
2982
2983 2007-06-08 [wwp]        2.9.2cvs49
2984
2985         * src/prefs_account.c
2986         * src/gtk/prefswindow.c
2987         * src/gtk/prefswindow.h
2988                 Activate the Basic page when opening account prefs.
2989
2990 2007-06-08 [wwp]        2.9.2cvs48
2991
2992         * src/common/socket.c
2993                 Don't crash if fork() fails, thanks to Colin.
2994
2995 2007-06-08 [wwp]        2.9.2cvs47
2996
2997         * src/gtk/prefswindow.c
2998                 Wrap some long lines, and reset horizontal scroller's adjusment
2999                 (this was already done, vertically), when changing tab (not page)
3000                 in prefs windows.
3001
3002 2007-06-08 [paul]       2.9.2cvs46
3003
3004         * src/common/utils.c
3005                 use gethostname() instead of uname()
3006                 based on a patch by Michael Hughes
3007                 <Sylpheed-Claws_user@thehugheslogcabin.net>
3008
3009 2007-06-07 [wwp]        2.9.2cvs45
3010
3011         * src/prefs_common.c
3012                 Fix some useless warnings, thanks to Colin.
3013
3014 2007-06-06 [colin]      2.9.2cvs44
3015
3016         * src/ldapupdate.c
3017                 Fix strange allocations. 
3018
3019 2007-06-06 [colin]      2.9.2cvs43
3020
3021         * src/ldapupdate.c
3022                 Patch by Michael Rasmussus to help
3023                 bug 1232
3024
3025 2007-06-05 [wwp]        2.9.2cvs42
3026
3027         * src/prefs_account.c
3028         * src/prefs_folder_item.c
3029         * src/prefs_quote.c
3030         * src/quote_fmt.c
3031         * src/quote_fmt.h
3032                 Per-folder templates can now be applied recursively.
3033                 Always save per-folder templates (formats were erroneously
3034                 saved only if they were enabled).
3035                 Check for validity of quotation marks everywhere there
3036                 are defined.
3037
3038 2007-06-05 [wwp]        2.9.2cvs41
3039
3040         * src/inc.c
3041                 Fix incoming messages from local accounts always getting filtered
3042                 (even if the account prefs say don't), thanks to Colin.
3043
3044 2007-06-05 [wwp]        2.9.2cvs40
3045
3046         * src/compose.c
3047         * src/compose.h
3048                 Use per-folder/per-account quote chars when applying a
3049                 template or inserting text as well. Const'ify some
3050                 vars more.
3051
3052 2007-06-04 [colin]      2.9.2cvs39
3053
3054         * src/compose.c
3055                 More work for wwp :)
3056
3057 2007-06-04 [wwp]        2.9.2cvs38
3058
3059         * src/compose.c
3060                 Same as 2.9.2cvs36 but for forwarding.
3061
3062 2007-06-04 [colin]      2.9.2cvs37
3063
3064         * src/compose.c
3065                 Use original mail file for forward/redirect
3066                 Fixes some forwarded mails to be attached as
3067                 application/octet-stream (when they have binary
3068                 parts), and incidentally fixes bug 848
3069                 'Redirect breaks GnuPG'
3070
3071 2007-06-04 [wwp]        2.9.2cvs36
3072
3073         * src/compose.c
3074                 Fix quote mark mis-initialisation when replying/forwarding
3075                 (introduced w/ 2.9.2cvs20).
3076
3077 2007-06-04 [wwp]        2.9.2cvs35
3078
3079         * src/prefs_compose_writing.c
3080         * src/prefs_quote.c
3081                 Fix a bug where Quotation characters (prefs/compose/writing)
3082                 was cleared (introduced w/ 2.9.2cvs26).
3083
3084 2007-06-04 [wwp]        2.9.2cvs34
3085
3086         * src/prefs_account.c
3087         * src/prefs_account.h
3088                 Better fix for compiling w/o aspell (rollbacks
3089                 2.9.2cvs31).
3090
3091 2007-06-04 [wwp]        2.9.2cvs33
3092
3093         * src/account.c
3094         * src/prefs_account.c
3095         * src/prefs_account.h
3096         * src/procmsg.c
3097                 It's now possible to disable mail filtering plugins
3098                 on a per-account basis.
3099
3100 2007-06-04 [wwp]        2.9.2cvs32
3101
3102         * src/procheader.c
3103         * src/common/utils.c
3104         * src/common/utils.h
3105                 Support CRLF in headers part of messages.
3106                 Support few more date formats (RFC3339 subsets).
3107
3108 2007-06-04 [wwp]        2.9.2cvs31
3109
3110         * src/prefs_account.c
3111                 Fix compiling w/o aspell support.
3112
3113 2007-06-03 [wwp]        2.9.2cvs30
3114
3115         * src/prefs_gtk.c
3116                 Don't decode leading ENV_ and ~ in P_PASSWORD
3117                 values.
3118
3119 2007-06-03 [wwp]        2.9.2cvs29
3120
3121         * src/prefs_gtk.c
3122                 Don't decode leading ENV_ and ~ in P_PASSWORD
3123                 values.
3124
3125 2007-06-03 [wwp]        2.9.2cvs28
3126
3127         * src/prefs_account.c
3128         * src/gtk/prefswindow.c
3129         * src/gtk/prefswindow.h
3130                 Added a way to force preloading of all pages
3131                 (prefswindow).
3132                 Moved tabs to pages in account prefs.
3133
3134 2007-06-02 [colin]      2.9.2cvs27
3135
3136         * src/addressbook.c
3137                 Fix possible crash, fix ldap write bugs
3138         * src/ldapupdate.c
3139                 Fix ldap write bugs - patch by Michael
3140                 Rasmussen
3141         * src/alertpanel.c
3142         * src/alertpanel.h
3143                 Add a hook whenever alertpanel opens/closes
3144
3145 2007-05-31 [wwp]        2.9.2cvs26
3146
3147         * src/prefs_compose_writing.c
3148         * src/prefs_quote.c
3149                 Re-organized writing options a bit:
3150                  - renamed the Quoting page to Templates
3151                  - moved all composing templates to that page
3152                  - moved non-templates options to the Writing one,
3153                    grouped reply-related options, reordered reply and
3154                    forward options.
3155
3156 2007-05-31 [wwp]        2.9.2cvs25
3157
3158         * src/compose.c
3159                 Removed unused code.
3160
3161 2007-05-31 [colin]      2.9.2cvs24
3162
3163         * src/addressbook.c
3164                 Fix missing display name when modifying
3165                 LDAP. Patch by Michael Rasmussen
3166
3167 2007-05-31 [wwp]        2.9.2cvs23
3168
3169         * src/plugins/bogofilter/Makefile.am
3170         * src/plugins/clamav/Makefile.am
3171         * src/plugins/demo/Makefile.am
3172         * src/plugins/dillo_viewer/Makefile.am
3173         * src/plugins/spamassassin/Makefile.am
3174                 Fix building of those plugins in Mac OS X.
3175
3176 2007-05-30 [wwp]        2.9.2cvs22
3177
3178         * src/gtk/quicksearch.c
3179                 Fix missing initialization.
3180
3181 2007-05-30 [wwp]        2.9.2cvs21
3182
3183         * src/procheader.c
3184                 Revert accidental commit (debug outputs).
3185
3186 2007-05-30 [wwp]        2.9.2cvs20
3187
3188         * src/compose.c
3189         * src/folder_item_prefs.c
3190         * src/folder_item_prefs.h
3191         * src/prefs_account.c
3192         * src/prefs_account.h
3193         * src/prefs_folder_item.c
3194         * src/prefs_gtk.c
3195         * src/prefs_gtk.h
3196                 Implemented per-account and per-folder
3197                 compose/reply/forward formats.
3198
3199 2007-05-30 [wwp]        2.9.2cvs19
3200
3201         * src/prefs_compose_writing.c
3202         * src/prefs_quote.c
3203         * src/procheader.c
3204         * src/quote_fmt.c
3205         * src/quote_fmt.h
3206                 Internal API changes (factorize quote format
3207                 prefs and checks).
3208
3209 2007-05-30 [colin]      2.9.2cvs18
3210
3211         * src/compose.c
3212                 Fix race where it's possible to re-click Send
3213                 between end of SMTP session and end of "move to
3214                 sent folder" when sending an email with send
3215                 dialog enabled.
3216
3217 2007-05-30 [colin]      2.9.2cvs17
3218
3219         * src/crash.c
3220                 Ask for backtrace on all threads. Patch by
3221                 Pawel
3222         * src/folderview.c
3223                 Fix stale news statusbar when scanning fails.
3224                 Patch by Pawel
3225         * src/ldapupdate.c
3226                 Fix some LDAP write updates bugs. Patch
3227                 by Michael Rasmussen
3228
3229 2007-05-29 [colin]      2.9.2cvs16
3230
3231         * src/imap.c
3232                 Fix loss of local flags when moving mails
3233                 on IMAP in high-bandwidth mode (UID FETCH)
3234
3235 2007-05-25 [paul]       2.9.2cvs15
3236
3237         * src/common/socket.c
3238                 fix sometimes crasher on cancelling
3239                 message sending
3240
3241 2007-05-25 [colin]      2.9.2cvs14
3242
3243         * src/imap.c
3244                 Fix a memory leak
3245         * src/imap_gtk.c
3246                 Be more helpful in the subscription
3247                 message
3248
3249 2007-05-23 [wwp]        2.9.2cvs13
3250
3251         * src/compose.c
3252         * src/prefs_compose_writing.c
3253         * src/prefs_quote.c
3254         * src/prefs_template.c
3255         * src/prefs_template.h
3256         * src/quote_fmt.c
3257         * src/quote_fmt.h
3258         * src/quote_fmt_lex.l
3259         * src/quote_fmt_parse.y
3260                 Introduced new syntax elements (symbols and commands)
3261                 in templates/quote_fmt. Compatibility w/ old
3262                 symbols is kept.
3263                 Updated and reworked the corresponding Information
3264                 dialog.
3265                 Display the line number in dialogs that talk about
3266                 parser errors (in addition to the error message in
3267                 output).
3268
3269 2007-05-23 [wwp]        2.9.2cvs12
3270
3271         * src/quote_fmt_parse.y
3272                 Fix 2.9.2cvs11, probably a paste accident ;).
3273
3274 2007-05-23 [wwp]        2.9.2cvs11
3275
3276         * src/compose.c
3277         * src/prefs_template.c
3278         * src/quote_fmt.h
3279         * src/quote_fmt_parse.y
3280                 Fix 2.9.2cvs10, which broke --disable-aspell.
3281
3282 2007-05-22 [wwp]        2.9.2cvs10
3283
3284         * src/compose.c
3285         * src/prefs_template.c
3286         * src/quote_fmt.c
3287         * src/quote_fmt.h
3288         * src/quote_fmt_lex.l
3289         * src/quote_fmt_parse.y
3290         * src/gtk/gtkaspell.c
3291         * src/gtk/gtkaspell.h
3292                 Added template/quote format syntactical elements
3293                 to show and query:
3294                         - current dictionary
3295                           %T to show (shows empty if not set or not enabled),
3296                           ?T and !T to check if the default dictionary is
3297                           enabled and set
3298                         - current account's default dictionary
3299                           %aT to show (empty if not set or not enabled),
3300                           ?aT and !aT to check if it's enabled and set
3301                         - name completion for an address, from the address
3302                           book
3303                           %ABf, %ABt, %ABc respectively show the full name got
3304                           from the address book if From, To or Cc match a single
3305                           contact.
3306                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3307                           matches any contact and if the full name is non-empty.
3308                           If From, To or Cc are lists of email addresses, only
3309                           the first address will be checked.
3310                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3311                 that could show a trailing ','.
3312                 Also, template/quote_fmt parser now shows the line number in case
3313                 of parser error.
3314
3315 2007-05-15 [colin]      2.9.2cvs9
3316
3317         * src/main.c
3318         * src/main.h
3319                 Add a public function to know whether Claws
3320                 crashed last time
3321                 Store opened folder when exiting
3322         * src/folder.c
3323         * src/folder.h
3324                 Store last opened message in each FolderItem;
3325                 Reset last seen messages if Claws crashed, so 
3326                 that one can't go in an infinite crash in case 
3327                 a particular mail crashes Claws.
3328         * src/messageview.c
3329         * src/prefs_common.c
3330         * src/prefs_common.h
3331         * src/summaryview.c
3332         * src/prefs_summaries.c
3333                 Add "Select last opened message" when entering
3334                 a folder
3335                 Add "Select last opened folder" at startup.
3336
3337 2007-05-14 [colin]      2.9.2cvs8
3338
3339         * manual/xml2pdf
3340                 Fix bashism, search for xml catalog 
3341                 in /usr/local/share/xml/catalog too
3342                 Patch by Pawel
3343
3344 2007-05-13 [wwp]        2.9.2cvs7
3345
3346         * src/gtk/logwindow.c
3347                 fix raising log windows when they are either minimized or
3348                 in background.
3349
3350 2007-05-11 [colin]      2.9.2cvs6
3351
3352         * src/gtk/filesel.c
3353                 Use Hildon's file chooser on Maemo. Patch
3354                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3355                 'File attachment "manipulation" bugs...'
3356
3357 2007-05-10 [wwp]        2.9.2cvs5
3358
3359         * src/prefs_common.c
3360         * src/prefs_common.h
3361         * src/gtk/quicksearch.c
3362                 Add a quicksearch option to automatically run
3363                 a search selected from the history (this option
3364                 is exclusive towards type-ahead).
3365
3366 2007-05-10 [colin]      2.9.2cvs4
3367
3368         * src/imap.c
3369                 Fix g_warnings, thanks to Brian
3370                 Morrison
3371
3372 2007-05-09 [colin]      2.9.2cvs3
3373
3374         * src/crash.c
3375         * src/exporthtml.c
3376         * src/mbox.c
3377         * src/prefs_summaries.c
3378         * src/procheader.c
3379         * src/common/log.c
3380         * src/common/utils.c
3381         * src/gtk/gtksourceprintjob.c
3382         * src/gtk/sslcertwindow.c
3383                 Use the re-entrant variant of time functions
3384                 Probably fixes bug 1217, 'reentrancy problems 
3385                 with time functions'
3386
3387 2007-05-09 [colin]      2.9.2cvs2
3388
3389         * src/imap.c
3390                 Fix crasher when reconnection fails
3391
3392 2007-05-08 [paul]       2.9.2cvs1
3393
3394         * NEWS
3395         * README
3396         * RELEASE_NOTES
3397         * configure.ac
3398                 bump version number following
3399                 stable release
3400
3401 2007-05-08 [paul]       2.9.1cvs48
3402
3403         * src/plugins/demo/demo.c
3404         * src/plugins/dillo_viewer/dillo_prefs.c
3405         * src/plugins/dillo_viewer/dillo_prefs.h
3406         * src/plugins/dillo_viewer/dillo_viewer.c
3407         * src/plugins/pgpcore/pgp_viewer.c
3408         * src/plugins/pgpcore/pgp_viewer.h
3409         * src/plugins/pgpcore/plugin.c
3410         * src/plugins/pgpcore/prefs_gpg.c
3411         * src/plugins/pgpcore/prefs_gpg.h
3412         * src/plugins/pgpcore/sgpgme.c
3413         * src/plugins/pgpcore/sgpgme.h
3414         * src/plugins/pgpinline/plugin.c
3415         * src/plugins/pgpmime/pgpmime.c
3416         * src/plugins/pgpmime/pgpmime.h
3417         * src/plugins/pgpmime/plugin.c
3418         * src/plugins/spamassassin/spamassassin.c
3419         * src/plugins/spamassassin/spamassassin.h
3420         * src/plugins/spamassassin/spamassassin_gtk.c
3421         * src/plugins/trayicon/README
3422         * tools/README
3423         * tools/README.sylprint
3424         * tools/outlook2claws-mail.pl
3425         * tools/sylprint.pl
3426         * tools/tb2claws-mail
3427         * tools/tbird2claws.py
3428         * tools/update-po
3429         * tools/vcard2xml.py
3430         * tools/kdeservicemenu/README
3431                 cleanups and corrections
3432
3433 2007-05-06 [wwp]        2.9.1cvs47
3434
3435         * tools/uudec
3436                 Fix missing dash to `display` command-line, reported
3437                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3438
3439 2007-05-06 [colin]      2.9.1cvs46
3440
3441         * src/Makefile.am
3442         * src/stock_pixmap.c
3443         * src/stock_pixmap.h
3444         * src/pixmaps/printer.xpm
3445                 Add a printer icon
3446
3447 2007-05-06 [paul]       2.9.1cvs45
3448
3449         * src/compose.c
3450         * src/ldapquery.c
3451         * src/privacy.h
3452         * src/summary_search.c
3453         * src/summaryview.c
3454                 fix build warnings
3455
3456 2007-05-05 [wwp]        2.9.1cvs44
3457
3458         * src/messageview.c
3459         * src/mh.c
3460         * src/prefs_actions.c
3461         * src/prefs_gtk.c
3462         * src/summaryview.c
3463         * src/common/xml.c
3464                 Fix "faild" typos everywhere and capitalization of
3465                 some g_warnings.
3466
3467 2007-05-04 [colin]      2.9.1cvs43
3468
3469         * src/compose.c
3470         * src/privacy.c
3471         * src/privacy.h
3472         * src/plugins/pgpcore/prefs_gpg.c
3473         * src/plugins/pgpcore/prefs_gpg.h
3474         * src/plugins/pgpinline/pgpinline.c
3475         * src/plugins/pgpmime/pgpmime.c
3476                 Add an API to warn about encryption limits,
3477                 and allow to disable these warnings
3478
3479 2007-05-03 [colin]      2.9.1cvs42
3480
3481         * src/summaryview.c
3482         * src/mainwindow.c
3483                 Fix bug 1213, 'Delete more than 
3484                 one thread at once'
3485
3486 2007-05-03 [wwp]        2.9.1cvs41
3487
3488         * src/prefs_common.c
3489         * src/prefs_filtering.c
3490         * src/prefs_template.c
3491         * src/common/template.c
3492         * src/common/template.h
3493         * src/gtk/gtkutils.c
3494         * src/gtk/gtkutils.h
3495                 Templates are no longer automatically sorted
3496                 by name, but can be sorted manually using
3497                 |< < > >| buttons as well as drag'n'drop.
3498
3499 2007-05-03 [wwp]        2.9.1cvs40
3500
3501         * src/plugins/spamassassin/spamassassin.c
3502         * src/plugins/spamassassin/spamassassin.h
3503         * src/plugins/spamassassin/spamassassin_gtk.c
3504         * src/plugins/bogofilter/bogofilter.c
3505         * src/plugins/bogofilter/bogofilter.h
3506         * src/plugins/bogofilter/bogofilter_gtk.c
3507                 Added an option to conditionally mark saved spam
3508                 as read (default is and was to do so).
3509                 Satisfies feature request 1708539 on sf.net tracker.
3510
3511 2007-05-03 [colin]      2.9.1cvs39
3512
3513         * src/inc.c
3514                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3515
3516 2007-05-02 [colin]      2.9.1cvs38
3517
3518         * src/textview.c
3519                 Fix bug 1209, 'Clicking on address 
3520                 in header (mailto uri) selects 
3521                 default account'. Patch adapted from
3522                 G.P. Halkes' patch.
3523
3524 2007-05-02 [colin]      2.9.1cvs37
3525
3526         * src/grouplistdialog.c
3527                 Set cursor to wait cursor while loading
3528                 groups.
3529
3530 2007-05-02 [paul]       2.9.1cvs36
3531
3532         * src/folder.c
3533         * src/common/defs.h
3534                 rename cache and mark files
3535                 (data is preserved)
3536
3537 2007-04-30 [paul]       2.9.1cvs35
3538
3539         * manual/glossary.xml
3540         * manual/plugins.xml
3541                 updates. Patch by Ricardo
3542
3543 2007-04-29 [wwp]        2.9.1cvs34
3544
3545         * src/mainwindow.c
3546         * configure.ac
3547                 Fix few grammatical errors (patch by David Relson < relson at
3548                 osagesoftware dot com >).
3549
3550 2007-04-28 [colin]      2.9.1cvs33
3551
3552         * src/account.c
3553         * src/pop.c
3554         * src/prefs_account.c
3555         * src/prefs_account.h
3556                 Drop the "Download all" preference. It's
3557                 stupidly useless and confuses people from
3558                 time to time.
3559
3560 2007-04-27 [wwp]        2.9.1cvs32
3561
3562         * src/account.c
3563         * src/prefs_account.c
3564         * src/prefs_account.h
3565                 Don't reflect accounts changes to the mainwindow when it's
3566                 not necessary.
3567
3568 2007-04-27 [colin]      2.9.1cvs31
3569
3570         * src/folder.c
3571                 Freeze/thaw when sync'ing flags
3572         * src/imap.c
3573         * src/prefs_account.c
3574         * src/prefs_account.h
3575         * src/etpan/imap-thread.c
3576         * src/etpan/imap-thread.h
3577                 Add a way to use UID FETCH instead
3578                 of searches to fetch message lists
3579                 and flags. More expensive towards
3580                 bandwidth, less expensive towards
3581                 server's CPU. Probably fixes 
3582                 bug 1158, 'Scanning new folders on 
3583                 Exchange 2007 extremely slow'.
3584                 Patch 95% by Hoa.
3585
3586 2007-04-27 [paul]       2.9.1cvs30
3587
3588         * src/mainwindow.c
3589         * src/prefs_logging.c
3590                 improvements to english usage
3591
3592 2007-04-27 [colin]      2.9.1cvs29
3593
3594         * src/imap.c
3595                 Fix build without libetpan (my bad!)
3596
3597 2007-04-26 [colin]      2.9.1cvs28
3598
3599         * src/imap.c
3600         * src/imap.h
3601                 Fix uselessly exported function
3602         * src/textview.c
3603                 Consider "- -- \n" as signature separator
3604                 (that's what signature separators look like
3605                  in PGP/Inline signed mails)
3606
3607 2007-04-26 [colin]      2.9.1cvs27
3608
3609         * configure.ac
3610                 libetpan-0.49 is now required
3611         * src/procmime.c
3612                 Fix double fetching of mails if
3613                 first try failed
3614         * src/imap.c
3615                 Make offline sync faster, by
3616                 remembering last change time, and
3617                 last sync time.
3618
3619 2007-04-26 [hoa]        2.9.1cvs26
3620
3621         * src/imap.c
3622         * src/imap.h
3623         * src/mainwindow.c
3624         * src/toolbar.c
3625         * src/etpan/imap-thread.c
3626         * src/etpan/imap-thread.h
3627                 cancellation of IMAP operations is now allowed.
3628                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3629
3630 2007-04-26 [colin]      2.9.1cvs25
3631
3632         * src/folder.c
3633                 Always fetch body+headers in folders that are
3634                 synched for offline use, if "Synchronise as
3635                 soon as possible" is set.
3636                 Fixes bug 1200, 'Add option to always retrieve full 
3637                 messages'
3638
3639 2007-04-25 [colin]      2.9.1cvs24
3640
3641         * src/compose.c
3642                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3643                 persists...'
3644
3645 2007-04-24 [colin]      2.9.1cvs23
3646
3647         * src/folderview.c
3648                 Fix bug 1195, 'Hardware key navigation' 
3649                 Make GDK_Enter toggle expansion (Maemo)
3650
3651 2007-04-24 [wwp]        2.9.1cvs22
3652
3653         * src/compose.c
3654                 Fix few compiler warnings.
3655
3656 2007-04-24 [paul]       2.9.1cvs21
3657
3658         * src/Makefile.am
3659         * src/stock_pixmap.c
3660         * src/stock_pixmap.h
3661                 complete last commit
3662
3663 2007-04-24 [paul]       2.9.1cvs20
3664
3665         * src/gtk/about.c
3666         * src/pixmaps/active.xpm
3667         * src/pixmaps/checkbox_off.xpm
3668         * src/pixmaps/checkbox_on.xpm
3669         * src/pixmaps/inactive.xpm
3670                 kick out the blobs
3671                 remove transparent border from checkbox icons
3672
3673 2007-04-24 [wwp]        2.9.1cvs19
3674
3675         * src/textview.c
3676         * src/textview.h
3677                 Fix a crash in textview, thanks to Colin.
3678
3679 2007-04-23 [wwp]        2.9.1cvs18
3680
3681         * src/prefs_common.c
3682                 Fix 2.9.1cvs5: no header was being translated at all.
3683
3684 2007-04-23 [colin]      2.9.1cvs17
3685
3686         * src/Makefile.am
3687         * src/stock_pixmap.c
3688         * src/stock_pixmap.h
3689         * src/summaryview.c
3690         * src/summaryview.h
3691         * src/gtk/gtksctree.c
3692         * src/gtk/gtksctree.h
3693         * src/pixmaps/selection.xpm
3694                 Fix bug 1193, 'Need a way to multi-select
3695                 items'. Add a toggle button to the summaryview
3696                 to switch between normal and multiple selection
3697                 (Maemo)
3698
3699 2007-04-23 [colin]      2.9.1cvs16
3700
3701         * src/Makefile.am
3702         * src/stock_pixmap.c
3703         * src/stock_pixmap.h
3704         * src/summaryview.c
3705         * src/summaryview.h
3706         * src/gtk/gtksctree.c
3707         * src/gtk/gtksctree.h
3708         * src/pixmaps/selection.xpm
3709                 Fix bug 1193, 'Need a way to multi-
3710                 select items'
3711                 Add a toggle button in the summaryview
3712                 to enable normal or multiple selection.
3713                 (Maemo)
3714
3715 2007-04-23 [colin]      2.9.1cvs15
3716
3717         * src/compose.c
3718                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3719
3720 2007-04-21 [colin]      2.9.1cvs14
3721
3722         * src/gtk/quicksearch.c
3723                 Fix previous commit (actually use correct
3724                 parameter)
3725
3726 2007-04-21 [colin]      2.9.1cvs13
3727
3728         * src/gtk/quicksearch.c
3729                 Fix changing quicksearch type (after Esc,
3730                 after changing Recursive, ...)
3731
3732 2007-04-20 [wwp]        2.9.1cvs12
3733
3734         * src/gtk/Makefile.am
3735                 Added headers.h (completes 2.9.1cvs5).
3736
3737 2007-04-20 [wwp]        2.9.1cvs11
3738
3739         * src/addressbook.c
3740                 Fix the use of display name in name column,
3741                 it has been overriden w/ the use of nickname
3742                 by 2.9.0cvs3. Now nickname is used (if any)
3743                 in case of LDAP books only.
3744
3745 2007-04-20 [colin]      2.9.1cvs10
3746
3747         * src/mimeview.c
3748         * src/summaryview.c
3749         * src/textview.c
3750                 Add handling of 'a' to loop in a mail's
3751                 mimeparts
3752
3753 2007-04-20 [colin]      2.9.1cvs9
3754
3755         * src/toolbar.c
3756                 Fix bug 1190, 'dir_open' button doesn't work'
3757                 (Maemo)
3758
3759 2007-04-20 [colin]      2.9.1cvs8
3760
3761         * src/folderview.c
3762         * src/mainwindow.c
3763                 Fix bug 1194, 'Hardware keys move from email 
3764                 list to account/directory list, but not back 
3765                 to email list...' (Maemo)
3766
3767 2007-04-20 [colin]      2.9.1cvs7
3768
3769         * src/compose.h
3770                 complete previous commit
3771
3772 2007-04-20 [colin]      2.9.1cvs6
3773
3774         * src/compose.c
3775                 Fix bug 1187, 'Reply-to addressee disappears 
3776                 when reply-to text box is clicked...' (Maemo)
3777
3778 2007-04-20 [wwp]        2.9.1cvs5
3779
3780         * po/POTFILES.in
3781         * src/addressbook.c
3782         * src/compose.c
3783         * src/filtering.c
3784         * src/headerview.c
3785         * src/matcher.c
3786         * src/prefs_common.c
3787         * src/prefs_common.h
3788         * src/prefs_display_header.c
3789         * src/prefs_matcher.c
3790         * src/summaryview.c
3791         * src/gtk/headers.h
3792         * src/gtk/quicksearch.c
3793                 Translate more header names according to the relevant option value,
3794                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3795                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3796                 to prefs_common_translated_header_name().
3797                 Added a headers.h reference file that contains known header names
3798                 (RFC2822 and others) to the translation process' input, so that
3799                 translated header names will still exist even if no occurrence of
3800                 _("headername") is found anymore in the sources.
3801                 Don't translate column name 'Number' following to trans_hdr option
3802                 value as it's not a header name.
3803
3804 2007-04-20 [colin]      2.9.1cvs4
3805
3806         * src/gtk/quicksearch.c
3807         * src/gtk/quicksearch.h
3808                 Add "From, To or Subject" quicksearch
3809                 type. Patch by ulfschaper@users.sf.net
3810
3811 2007-04-20 [colin]      2.9.1cvs3
3812
3813         * src/matcher.c
3814                 Implement proper references filtering condition.
3815                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3816
3817 2007-04-19 [wwp]        2.9.1cvs2
3818
3819         * src/prefs_display_header.c
3820         * src/message_search.c
3821                 Fix few warnings (g_free of const gchar*).
3822
3823 2007-04-19 [paul]       2.9.1cvs1
3824
3825         * NEWS
3826         * README
3827         * RELEASE_NOTES
3828         * configure.ac
3829                 bump version number following
3830                 stable release
3831
3832 2007-04-19 [paul]       2.9.0cvs9
3833
3834         * manual/advanced.xml
3835         * manual/glossary.xml
3836                 fix typos
3837
3838 2007-04-18 [paul]       2.9.0cvs8
3839
3840         * src/pop.c
3841                 fix for CVE-2007-1558 (APOP)
3842                 Thanks to Colin
3843
3844 2007-04-18 [paul]       2.9.0cvs7
3845
3846         * src/messageview.c
3847         * src/mimeview.c
3848         * src/summaryview.c
3849         * src/gtk/filesel.c
3850                 Fix encoding woes wrt saving of
3851                 mails and parts
3852                 Thanks to Colin
3853
3854 2007-04-18 [colin]      2.9.0cvs6
3855
3856         * src/gtk/pluginwindow.c
3857                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3858
3859 2007-04-17 [wwp]        2.9.0cvs5
3860
3861         * src/addressadd.c
3862         * src/addressbook.c
3863         * src/addrindex.c
3864         * src/ldapupdate.c
3865                 Fix --disable-ldap build,
3866                 fix some LDAP annoyances on 
3867                 searches, thanks to Colin.
3868
3869 2007-04-17 [wwp]        2.9.0cvs4
3870
3871         * src/ldapupdate.c
3872                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3873                 like gcc 2.9x. Thanks to Colin.
3874
3875 2007-04-17 [wwp]        2.9.0cvs3
3876
3877         * src/Makefile.am
3878         * src/addressadd.c
3879         * src/addressbook.c
3880         * src/addrindex.c
3881         * src/addritem.c
3882         * src/addritem.h
3883         * src/editaddress.c
3884         * src/ldapctrl.c
3885         * src/ldapctrl.h
3886         * src/ldapquery.c
3887         * src/ldapserver.c
3888         * src/ldapserver.h
3889         * src/ldapupdate.c
3890         * src/ldapupdate.h
3891                 Add LDAP write support. Patch mostly by 
3892                 Michael <mir at datanom dot net>
3893
3894 2007-04-17 [wwp]        2.9.0cvs2
3895
3896         * src/compose.c
3897                 Prepend "Add to address book" to the context menu of compose window's sender and
3898                 recipient fields.
3899
3900 2007-04-16 [paul]       2.9.0cvs1
3901
3902         * src/gtk/authors.h
3903                 add Pader Rezso
3904
3905 2007-04-16 [paul]       2.9.0
3906
3907         * NEWS
3908         * README
3909         * RELEASE_NOTES
3910                 2.9.0 released
3911
3912 2007-04-16 [paul]       2.8.1cvs102
3913
3914         * po/fr.po
3915                 updated by Fabien Vantard
3916
3917 2007-04-16 [paul]       2.8.1cvs101
3918
3919         * po/ca.po
3920         * po/cs.po
3921         * po/de.po
3922         * po/hu.po
3923         * po/pl.po
3924         * po/pt_BR.po
3925         * po/sr.po
3926         * po/zh_CN.po
3927                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3928                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3929                 Aleksandar Urosevic, and Ralgh Young
3930
3931 2007-04-15 [mones]      2.8.1cvs100
3932
3933         * po/es.po
3934                 Updated for release
3935
3936 2007-04-14 [colin]      2.8.1cvs99
3937
3938         * src/message_search.c
3939         * src/prefs_display_header.c
3940         * src/summary_search.c
3941         * src/gtk/combobox.c
3942                 Fix allocations
3943
3944 2007-04-14 [wwp]        2.8.1cvs98
3945
3946         * src/gtk/combobox.c
3947         * src/message_search.c
3948         * src/summary_search.c
3949         * src/prefs_display_header.c
3950                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3951                 returns NULL, get the text value directly from the GtkEntry child.
3952
3953 2007-04-13 [colin]      2.8.1cvs97
3954
3955         * src/gtk/quicksearch.c
3956                 Give the focus back to summaryview when
3957                 emptying the quicksearch with Esc
3958
3959 2007-04-13 [colin]      2.8.1cvs96
3960
3961         * src/message_search.c
3962         * src/prefs_display_header.c
3963         * src/summary_search.c
3964                 Fix possibles crashes when getting text
3965                 from gtk combos
3966
3967 2007-04-13 [colin]      2.8.1cvs95
3968
3969         * src/pop.c
3970                 Add some UIDL debugging
3971
3972 2007-04-12 [colin]      2.8.1cvs94
3973
3974         * src/folder.c
3975                 Force folder scan if necessary after
3976                 copying mails, to be able to reapply
3977                 flags.
3978
3979 2007-04-11 [colin]      2.8.1cvs93
3980
3981         * src/main.c
3982                 don't scan for new mail on startup if --select
3983                 is specified (or race conditions arise). If so,
3984                 do both sequentially.
3985
3986 2007-04-09 [colin]      2.8.1cvs92
3987
3988         * src/common/defs.h
3989                 Use leafpad by default on Maemo. Patch
3990                 by Jean-Luc Biord.
3991
3992 2007-04-06 [colin]      2.8.1cvs91
3993
3994         * src/pixmaps/queue_close.xpm
3995         * src/pixmaps/queue_close_hrm.xpm
3996         * src/pixmaps/queue_close_hrm_mark.xpm
3997         * src/pixmaps/queue_close_mark.xpm
3998         * src/pixmaps/queue_open.xpm
3999         * src/pixmaps/queue_open_hrm.xpm
4000         * src/pixmaps/queue_open_hrm_mark.xpm
4001         * src/pixmaps/queue_open_mark.xpm
4002                 Move the clock one pixel down :)
4003
4004 2007-04-05 [colin]      2.8.1cvs90
4005
4006         * src/mainwindow.c
4007                 Don't sync when switching offline from
4008                 command line - it's usually too late :)
4009
4010 2007-04-05 [paul]       2.8.1cvs89
4011
4012         * src/Makefile.am
4013         * src/stock_pixmap.c
4014         * src/pixmaps/dir_close_hrm.xpm
4015         * src/pixmaps/dir_close_hrm_mark.xpm
4016         * src/pixmaps/drafts_close.xpm
4017         * src/pixmaps/drafts_close_mark.xpm
4018         * src/pixmaps/drafts_open.xpm
4019         * src/pixmaps/drafts_open_mark.xpm
4020         * src/pixmaps/inbox.xpm
4021         * src/pixmaps/inbox_close.xpm
4022         * src/pixmaps/inbox_close_hrm.xpm
4023         * src/pixmaps/inbox_close_hrm_mark.xpm
4024         * src/pixmaps/inbox_close_mark.xpm
4025         * src/pixmaps/inbox_hrm.xpm
4026         * src/pixmaps/inbox_hrm_mark.xpm
4027         * src/pixmaps/inbox_mark.xpm
4028         * src/pixmaps/inbox_open.xpm
4029         * src/pixmaps/inbox_open_hrm.xpm
4030         * src/pixmaps/inbox_open_hrm_mark.xpm
4031         * src/pixmaps/inbox_open_mark.xpm
4032         * src/pixmaps/outbox.xpm
4033         * src/pixmaps/outbox_close.xpm
4034         * src/pixmaps/outbox_close_hrm.xpm
4035         * src/pixmaps/outbox_close_hrm_mark.xpm
4036         * src/pixmaps/outbox_close_mark.xpm
4037         * src/pixmaps/outbox_hrm.xpm
4038         * src/pixmaps/outbox_hrm_mark.xpm
4039         * src/pixmaps/outbox_mark.xpm
4040         * src/pixmaps/outbox_open.xpm
4041         * src/pixmaps/outbox_open_hrm.xpm
4042         * src/pixmaps/outbox_open_hrm_mark.xpm
4043         * src/pixmaps/outbox_open_mark.xpm
4044         * src/pixmaps/queue_close.xpm
4045         * src/pixmaps/queue_close_hrm.xpm
4046         * src/pixmaps/queue_close_hrm_mark.xpm
4047         * src/pixmaps/queue_close_mark.xpm
4048         * src/pixmaps/queue_open.xpm
4049         * src/pixmaps/queue_open_hrm.xpm
4050         * src/pixmaps/queue_open_hrm_mark.xpm
4051         * src/pixmaps/queue_open_mark.xpm
4052                 updated, added and replaced icons
4053                 Icons by Colin
4054
4055 2007-04-04 [colin]      2.8.1cvs88
4056
4057         * src/imap.c
4058                 Fix build without libetpan
4059
4060 2007-04-03 [colin]      2.8.1cvs87
4061
4062         * src/imap.c
4063                 Fix crash with Citadel, and try to make
4064                 things work. this server (and specifically 
4065                 STATUS and APPEND at least) seems broken.
4066
4067 2007-04-03 [colin]      2.8.1cvs86
4068
4069         * src/folderview.c
4070                 Fix icons on folder close
4071
4072 2007-04-03 [colin]      2.8.1cvs85
4073
4074         * src/inc.c
4075                 Fix double-ask of offline override in
4076                 certain cases
4077         * src/imap.c
4078         * src/imap.h
4079         * src/imap_gtk.c
4080                 Much more efficient way to synchronise
4081                 for offline use
4082         * src/etpan/imap-thread.c
4083                 Fix possible segs
4084         * src/folder.c
4085         * src/gtk/quicksearch.c
4086                 Fix some GUI lags
4087
4088 2007-04-03 [paul]       2.8.1cvs84
4089
4090         * src/filtering.c
4091         * src/folder.c
4092         * src/folder.h
4093         * src/prefs_common.c
4094         * src/prefs_common.h
4095         * src/prefs_other.c
4096                 Fix sync being done too late
4097                 Thanks to Colin
4098
4099 2007-04-02 [colin]      2.8.1cvs83
4100
4101         * src/summaryview.c
4102                 Maemo: Put status and quicksearch at the top
4103         * src/plugins/bogofilter/bogofilter.c
4104         * src/plugins/spamassassin/spamassassin.c
4105                 Derive trash from inbox if possible
4106
4107 2007-04-02 [paul]       2.8.1cvs82
4108
4109         * src/plugins/bogofilter/bogofilter_gtk.c
4110                 a few English changes
4111
4112 2007-04-02 [paul]
4113
4114         2.9.0-rc1 released
4115
4116 2007-04-02 [colin]      2.8.1cvs81
4117
4118         * src/image_viewer.c
4119                 Fix transparent images by using
4120                 GtkImage
4121         * src/messageview.c
4122                 Flush events (on new windows) to avoid
4123                 having the textview's image resize fail
4124                 to know the available width
4125
4126 2007-04-01 [colin]      2.8.1cvs80
4127
4128         * src/prefs_account.c
4129                 If no MH mailbox exist, when creating a POP/Local
4130                 account, just create and use the default one 
4131                 instead of bailing with a "Mailbox doesn't exist"
4132                 error
4133
4134 2007-03-31 [colin]      2.8.1cvs79
4135
4136         * src/prefs_account.c
4137                 Create signature file if it doesn't exist
4138                 before editing
4139         * src/prefs_toolbar.c
4140                 Maemo: Move "Use default" on the left so
4141                 that people can find it
4142         * src/common/defs.h
4143                 Maemo: make default editor "Maemopad", 
4144                 default signature file "MyDocs/signature.txt"
4145
4146 2007-03-31 [colin]      2.8.1cvs78
4147
4148         * src/prefs_account.c
4149                 Maemo: rework account prefs so
4150                 that less horizontal scrolling
4151                 is required
4152
4153 2007-03-31 [colin]      2.8.1cvs77
4154
4155         * src/folderview.c
4156         * src/prefs_common.c
4157         * src/prefs_common.h
4158                 Fix bug 1167, 'Allow not displaying zeros 
4159                 in folder list'. Patch by MartinP
4160
4161 2007-03-31 [colin]      2.8.1cvs76
4162
4163         * AUTHORS
4164                 Add Jean-Luc Biord
4165
4166 2007-03-31 [colin]      2.8.1cvs75
4167
4168         * src/imap.c
4169                 Apply patch from bug 1172, direct
4170                 access to the folder's session instead
4171                 of using getter. Patch by MartinP
4172
4173 2007-03-31 [paul]       2.8.1cvs74
4174
4175         * src/gtk/authors.h
4176                 no need to list Fabien twice!
4177
4178 2007-03-31 [colin]      2.8.1cvs73
4179
4180         * src/inc.c
4181                 If we're currently "overriding for %d minutes",
4182                 don't ask
4183
4184 2007-03-31 [colin]      2.8.1cvs72
4185
4186         * src/compose.c
4187         * src/imap.c
4188         * src/inc.c
4189         * src/inc.h
4190         * src/messageview.c
4191         * src/news.c
4192         * src/plugins/spamassassin/spamassassin.c
4193                 Offline override: Add a parameter to allow
4194                 asking even if the override timer is running.
4195                 Allows to ask every time the user makes an
4196                 explicit action needing online access (such
4197                 as Get Mail), and not when the action is 
4198                 implicit (such as opening an IMAP folder)
4199
4200 2007-03-31 [colin]      2.8.1cvs71
4201
4202         * src/inc.c
4203                 Override offline: "No" answer shouldn't
4204                 re-ask after 3 seconds, but 10 minutes. 
4205
4206 2007-03-30 [colin]      2.8.1cvs70
4207
4208         * src/common/socket.c
4209                 Better error reporting on unix socket
4210                 failure (bind usually)
4211         * src/gtk/gtkutils.c
4212         * src/gtk/gtkutils.h
4213                 Label window: add a pulsing progress
4214                 bar to show we're not hung :)
4215         * src/folderview.c
4216         * src/main.c
4217         * src/plugins/pgpcore/sgpgme.c
4218                 Update API
4219
4220 2007-03-30 [colin]      2.8.1cvs69
4221
4222         * src/pop.c
4223         * src/prefs_common.c
4224                 Fix possible trashing of history and uidl
4225                 files on disk full problems
4226
4227 2007-03-30 [paul]       2.8.1cvs68
4228
4229         * src/mainwindow.c
4230         * src/summaryview.c
4231         * src/summaryview.h
4232                 update summary when changing layout type
4233                 (fixes wrong folder icon being displayed)
4234                 Thanks to Colin
4235
4236 2007-03-29 [colin]      2.8.1cvs67
4237
4238         * src/prefs_ext_prog.c
4239                 The browser pref is irrelevant on Maemo
4240
4241 2007-03-29 [colin]      2.8.1cvs66
4242
4243         * src/compose.c
4244         * src/compose.h
4245                 Maemo: dynamically switch headers/text position
4246         * src/prefs_common.c
4247                 Maemo: hide compose's ruler by default
4248         * src/common/socket.c
4249         * src/common/socket.h
4250                 Fix build warning
4251
4252 2007-03-29 [colin]      2.8.1cvs65
4253
4254         * src/common/socket.c
4255         * src/common/socket.h
4256                 Fix build when MAEMO_CFLAGS contains
4257                 _X_OPENSOURCE (resolv.h errors as long
4258                 as we don't add _BSD_SOURCE. Ugly).
4259
4260 2007-03-29 [wwp]        2.8.1cvs64
4261
4262         * src/prefs_logging.c
4263                 Fix sensitivity of clip-log widgets in prefs/logging,
4264                 thanks to Fabien.
4265
4266 2007-03-29 [wwp]        2.8.1cvs63
4267
4268         * po/POTFILES.in
4269                 Updated files list for translations, thanks to Fabien.
4270
4271 2007-03-29 [colin]      2.8.1cvs62
4272
4273         * src/main.c
4274         * src/common/Makefile.am
4275         * src/common/utils.c
4276                 Maybe make URI opening work in Maemo
4277                 Requires testing :)
4278
4279 2007-03-28 [colin]      2.8.1cvs61
4280
4281         * src/folder.c
4282         * src/folder.h
4283         * src/folderview.c
4284                 Add the possibility to sort folders arbitrarily
4285                 (via editing of folderlist.xml only). Patch by
4286                 Martin P <mp26+claws@os.inf.tu-dresden.de>
4287                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
4288                 be changed by the user'
4289
4290 2007-03-28 [colin]      2.8.1cvs60
4291
4292         * src/mimeview.c
4293                 Add popup menu for mime icons
4294
4295 2007-03-28 [colin]      2.8.1cvs59
4296
4297         * src/mainwindow.c
4298                 Fix a layout issue when presenting
4299                 mainwindow in Small screen layout
4300         * src/toolbar.c
4301         * src/toolbar.h
4302                 Add a "Go to folder list" button for
4303                 mainwindow, and make it default in
4304                 the Maemo build
4305
4306 2007-03-28 [colin]      2.8.1cvs58
4307
4308         * src/compose.c
4309                 Don't dynamically update title on Maemo
4310                 Patch by Jean-Luc Biord
4311
4312 2007-03-27 [colin]      2.8.1cvs57
4313
4314         * src/compose.c
4315         * src/folderview.c
4316         * src/summaryview.c
4317                 Enable tap-and-hold on Maemo
4318
4319 2007-03-26 [colin]      2.8.1cvs56
4320
4321         * src/compose.c
4322                 More popup-menu (in attachments list)
4323
4324 2007-03-26 [colin]      2.8.1cvs55
4325
4326         * src/compose.c
4327                 Enable popup-menu signal
4328
4329 2007-03-26 [colin]      2.8.1cvs54
4330
4331         * src/plugins/pgpinline/pgpinline.c
4332                 Fix bug 1111, 'PGP/inline plugin hides text 
4333                 around encrypted text block'. Patch based on
4334                 a patch from Michal Cihar.
4335
4336 2007-03-26 [wwp]        2.8.1cvs53
4337
4338         * src/procmsg.c
4339                 Fix getting a false error when sending queued message
4340                 whereas the sending was fine (if there are subfolders
4341                 in the queue folder), thanks to Colin.
4342
4343 2007-03-26 [paul]       2.8.1cvs52
4344
4345         * src/wizard.c
4346                 update FACE header in welcome message
4347
4348 2007-03-25 [colin]      2.8.1cvs51
4349
4350         * src/Makefile.am
4351                 Fix make dist
4352
4353 2007-03-25 [colin]      2.8.1cvs50
4354
4355         * src/main.c
4356                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4357
4358 2007-03-24 [colin]      2.8.1cvs49
4359
4360         * src/main.c
4361                 Fix a few launch problems on Maemo
4362                 Patch by Jean-Luc Biord
4363
4364 2007-03-24 [wwp]        2.8.1cvs48
4365
4366         * src/alertpanel.c
4367         * src/alertpanel.h
4368         * src/messageview.c
4369         * src/summaryview.c
4370                 Fix wrong action performed when closing the
4371                 "ask about account specific filtering rules
4372                 when filtering manually" dialog by pressing Escape.
4373                 Fix wrong order of buttons in the "return receipt
4374                 notification - the message was sent to several of
4375                 your accounts" dialog.
4376
4377 2007-03-24 [paul]       2.8.1cvs47
4378
4379         * src/folderview.c
4380                 an improvement to English usage
4381         * tools/kdeservicemenu/README
4382                 updated Claws url
4383
4384 2007-03-24 [paul]       2.8.1cvs46
4385
4386         * src/Makefile.am
4387         * src/stock_pixmap.c
4388         * src/pixmaps/edit_extern.xpm
4389         * src/pixmaps/mail_sign.xpm
4390                 rescue long lost icons
4391
4392 2007-03-24 [paul]       2.8.1cvs45
4393
4394         * src/toolbar.c
4395                 fix toolbar (broken in 2.8.1cvs42)
4396
4397 2007-03-23 [colin]      2.8.1cvs44
4398
4399         * src/imap.c
4400                 Correctly unsubscribe/resubscribe after
4401                 RENAME
4402
4403 2007-03-23 [colin]      2.8.1cvs43
4404
4405         * src/prefs_common.c
4406                 Maemo: as the platform is light on RAM, allow
4407                 caches to be discarded faster.
4408
4409 2007-03-23 [colin]      2.8.1cvs42
4410
4411         * src/Makefile.am
4412         * src/compose.c
4413         * src/compose.h
4414         * src/stock_pixmap.c
4415         * src/stock_pixmap.h
4416         * src/summaryview.c
4417         * src/summaryview.h
4418         * src/toolbar.c
4419         * src/toolbar.h
4420         * src/pixmaps/open_mail.xpm
4421                 Maemo changes: Add the possibility to have
4422                 "Open Email" and "Close Window" buttons on 
4423                 toolbars (and use them in Maemo's default
4424                 toolbars)
4425
4426 2007-03-23 [wwp]        2.8.1cvs41
4427
4428         * src/action.c
4429                 Reverted that part of the action dialog closure logics, to
4430                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4431                 done later in a different way (or may not).
4432
4433 2007-03-22 [wwp]        2.8.1cvs40
4434
4435         * src/action.c
4436                 Fix sticky action dialog when got no output but action command
4437                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4438
4439 2007-03-22 [colin]      2.8.1cvs39
4440
4441         * src/prefs_filtering.c
4442         * src/gtk/combobox.h
4443                 Fix escaping account names in filtering prefs
4444
4445 2007-03-22 [colin]      2.8.1cvs38
4446
4447         * src/addrindex.c
4448         * src/ldapctrl.h
4449         * src/ldapquery.c
4450                 Add any attribute specified in LDAP servers'
4451                 Search attributes to the Other Attributes tab
4452                 of contacts; Add 'telephoneNumber' in the
4453                 default list.
4454
4455 2007-03-22 [colin]      2.8.1cvs37
4456
4457         * src/folderview.c
4458         * src/folderview.h
4459         * src/mainwindow.c
4460                 Try to prevent race conditions when
4461                 changing the folder list
4462         * src/summaryview.c
4463                 Fix possible red folder icon when
4464                 switching from Small screen layout
4465                 to any other
4466
4467 2007-03-22 [colin]      2.8.1cvs36
4468
4469         * src/mainwindow.c
4470         * src/mainwindow.h
4471         * src/summaryview.c
4472                 Rename "little screen" to "Small screen"
4473         * src/gtk/Makefile.am
4474         * src/common/utils.c
4475         * src/mh.c
4476                 Fix Maemo-related compilation problems
4477
4478 2007-03-21 [colin]      2.8.1cvs35
4479
4480         * configure.ac
4481                 Fix previous commit
4482         * claws-mail.desktop
4483                 Remove .png from the Icon, it's useless
4484
4485 2007-03-21 [colin]      2.8.1cvs34
4486
4487         * configure.ac
4488         * src/Makefile.am
4489                 Add the necessary lib checking for 
4490                 Maemo
4491
4492 2007-03-21 [colin]      2.8.1cvs33
4493
4494         * src/main.c
4495                 Fix unconditional "error happened" when
4496                 sending via command-line. "lol @ myself"
4497
4498 2007-03-21 [colin]      2.8.1cvs32
4499
4500         * claws-mail-40x40.png
4501         * claws-mail-26x26.png
4502         * src/account.c
4503         * src/addressbook.c
4504         * src/compose.c
4505         * src/folderview.c
4506         * src/folderview.h
4507         * src/main.c
4508         * src/mainwindow.c
4509         * src/mainwindow.h
4510         * src/messageview.c
4511         * src/prefs_account.c
4512         * src/prefs_common.c
4513         * src/summary_search.c
4514         * src/summaryview.c
4515         * src/summaryview.h
4516         * src/gtk/authors.h
4517         * src/gtk/gtkutils.c
4518         * src/gtk/gtkutils.h
4519         * src/gtk/logwindow.c
4520         * src/gtk/menu.c
4521         * src/gtk/prefswindow.c
4522                 Add Maemo port (patch mainly by Jean-Luc Biort)
4523                 Add a new 'Little screen' layout to help on such
4524                 platforms (patch by me)
4525                 Make some default preferences different (more
4526                 adapted) on Maemo (patch by me)
4527
4528 2007-03-21 [wwp]        2.8.1cvs31
4529
4530         * src/prefs_logging.c
4531         * src/prefs_logging.h
4532                 Fixed copyright header of newly added files.
4533
4534 2007-03-21 [wwp]        2.8.1cvs30
4535
4536         * src/Makefile.am
4537         * src/filtering.c
4538         * src/filtering.h
4539         * src/folder.c
4540         * src/folderview.c
4541         * src/imap.c
4542         * src/inc.c
4543         * src/main.c
4544         * src/mainwindow.c
4545         * src/mainwindow.h
4546         * src/matcher.c
4547         * src/messageview.c
4548         * src/news.c
4549         * src/pop.c
4550         * src/prefs_common.c
4551         * src/prefs_common.h
4552         * src/prefs_logging.c
4553         * src/prefs_logging.h
4554         * src/prefs_other.c
4555         * src/procmsg.c
4556         * src/send_message.c
4557         * src/summaryview.c
4558         * src/common/log.c
4559         * src/common/log.h
4560         * src/common/nntp.c
4561         * src/common/session.c
4562         * src/common/smtp.c
4563         * src/common/socket.c
4564         * src/etpan/imap-thread.c
4565         * src/gtk/logwindow.c
4566         * src/gtk/logwindow.h
4567         * src/plugins/bogofilter/bogofilter.c
4568         * src/plugins/spamassassin/spamassassin.c
4569                 Added debugging of filtering/processing rules.
4570                 The debug log is here 'Tools/Filtering debug window',
4571                 the options there 'Configuration/Preferences/Other/Logging',
4572                 and the log file is ~/.claws-mail/filtering.log.
4573                 Moved protocol log prefs to 'Other/Logging' as well.
4574                 To support such debugging feature, the existing log API has
4575                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4576                 this impacts many external modules (commits follow).
4577
4578 2007-03-21 [paul]       2.8.1cvs29
4579
4580         * src/etpan/Makefile.am
4581         * src/etpan/imap-thread.c
4582                 add missing #include
4583
4584 2007-03-21 [colin]      2.8.1cvs28
4585
4586         * src/procmime.c
4587                 Fix bug 1157, 'some broken messages confuse 
4588                 mime parser'. Make sure we can't have MimeInfos
4589                 with negative sizes.
4590
4591 2007-03-20 [colin]      2.8.1cvs27
4592
4593         * src/main.c
4594                 Fix missing \0 on buffer
4595
4596 2007-03-20 [colin]      2.8.1cvs26
4597
4598         * src/mh.c
4599                 Use make_dir_hier instead of make_dir 
4600                 to create the MH mailbox
4601
4602 2007-03-20 [colin]      2.8.1cvs25
4603
4604         * src/folder.c
4605         * src/folder.h
4606         * src/prefs_account.c
4607         * src/wizard.c
4608                 Fix default inbox weirdnesses (after wizard,
4609                 if path is Mail, mailbox identifier is #mh/Mailbox,
4610                 and when creating new accounts)
4611
4612 2007-03-20 [colin]      2.8.1cvs24
4613
4614         * src/account.c
4615                 Write folderlist after adding/deleting accounts
4616                 that have folders
4617
4618 2007-03-20 [colin]      2.8.1cvs23
4619
4620         * src/imap.c
4621         * src/remotefolder.h
4622                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4623                 selected while scanning prior to update'
4624
4625 2007-03-17 [paul]       2.8.1cvs22
4626
4627         * src/main.c
4628                 fix a typo, and be a little more verbose.
4629
4630 2007-03-17 [wwp]        2.8.1cvs21
4631
4632         * src/inc.c
4633                 Fix a compiler warning.
4634
4635 2007-03-16 [wwp]        2.8.1cvs20
4636
4637         * tools/Makefile.am
4638         * tools/README
4639                 Updated to deal w/ the new mairix.sh tool.
4640
4641 2007-03-16 [wwp]        2.8.1cvs19
4642
4643         * src/action.c
4644                 Fix logics issues around the action IO dialog:
4645                 - disable entry widget and exec button when
4646                   the exec button is clicked (don't wait for any
4647                   output line) - fix possible disabling/re-enabling/
4648                   re-disabling of those widgets
4649                 - raise an error if executing a %as{} action either
4650                   empty or invalid, instead of failing silently
4651                 - don't close the dialog if the abort button has been
4652                   clicked and if there was no output yet
4653                 - set focus to the abort button when the exec button
4654                   is clicked
4655                 - fix capitalization of a warning message
4656
4657 2007-03-16 [wwp]        2.8.1cvs18
4658
4659         * tools/mairix.sh
4660                 Added a wrapper to mairix to the tools folder.
4661
4662 2007-03-16 [colin]      2.8.1cvs17
4663
4664         * src/messageview.c
4665         * src/mimeview.h
4666                 Allow mimeviewer plugins to print
4667                 their stuff
4668
4669 2007-03-16 [colin]      2.8.1cvs16
4670
4671         * .cvsignore
4672                 Ignore *.patchset
4673
4674 2007-03-15 [colin]      2.8.1cvs15
4675
4676         * src/messageview.c
4677         * src/mimeview.h
4678                 Add a way for mimeviewer plugins to
4679                 implement body search
4680
4681 2007-03-15 [paul]       2.8.1cvs14
4682
4683         * src/prefs_spelling.c
4684                 fix English usage
4685
4686 2007-03-15 [paul]       2.8.1cvs13
4687
4688         * src/common/quoted-printable.c
4689                 fix decoding of quoted-printable parts
4690
4691 2007-03-14 [wwp]        2.8.1cvs12
4692
4693         * src/gtk/logwindow.h
4694                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4695
4696 2007-03-14 [wwp]        2.8.1cvs11
4697
4698         * src/gtk/logwindow.h
4699                 Complete 2.8.1cvs10.
4700
4701 2007-03-14 [colin]      2.8.1cvs10
4702
4703         * src/gtk/logwindow.c
4704                 Probably fix bug 1149, crash on logwindow
4705                 close - at the expense of performance once
4706                 logwin has been opened
4707
4708 2007-03-14 [colin]      2.8.1cvs9
4709
4710         * src/main.c
4711                 If claws-mail is running on another
4712                 display, warn instead of popping it up
4713                 on the other display
4714
4715 2007-03-12 [colin]      2.8.1cvs8
4716
4717         * src/wizard.c
4718                 Fix bug 1145, 'Setting a different name 
4719                 for the Mailbox name isn't reflected in 
4720                 default account settings'. Patch by wwp
4721
4722 2007-03-12 [colin]      2.8.1cvs7
4723
4724         * src/summaryview.c
4725                 Fix bug 1143, 'Add number of messages to be 
4726                 deleted to confirmation dialog'
4727
4728 2007-03-12 [wwp]        2.8.1cvs6
4729
4730         * src/folderview.c
4731         * src/prefs_common.c
4732         * src/prefs_common.h
4733         * src/prefs_summaries.c
4734                 Changed the option that displays unread messages count
4735                 next to the folder name in folder list: it is now
4736                 possible to either display nothing, display the
4737                 unread messages number only or the unread and total messages
4738                 numbers. The patch includes this extra feature as well
4739                 as some minor fixes by rewriting the algo in folderview.c.
4740                 Thanks to Paul for the original idea and implementation, plus
4741                 testing and proof-reading!
4742
4743 2007-03-09 [paul]       2.8.1cvs5
4744
4745         * tools/Makefile.am
4746         * tools/README
4747         * tools/claws-mail-compose-insert-files.pl
4748                 added a script which enables inserting files
4749                 into the message body of a new Claws Mail
4750                 Compose window from the command line. Additionally
4751                 To, Cc, Subject and files to attach to the message
4752                 can be specified.
4753
4754 2007-03-09 [wwp]        2.8.1cvs4
4755
4756         * src/addr_compl.c
4757         * src/addr_compl.h
4758         * src/filtering.c
4759                 Optimize matching of addresses in the addressbook
4760                 (filtering/processing 'found_in_addressbook' condition).
4761
4762 2007-03-07 [wwp]        2.8.1cvs3
4763
4764         * src/quote_fmt.c
4765         * src/quote_fmt_lex.l
4766         * src/quote_fmt_parse.y
4767                 Add a new quote format symbol: %A to insert the
4768                 sender email address (just the address itself).
4769
4770 2007-03-06 [wwp]        2.8.1cvs2
4771
4772         * src/gtk/gtkutils.c
4773         * src/plugins/trayicon/trayicon_prefs.h
4774         * src/plugins/trayicon/trayicon_prefs.c
4775         * src/plugins/trayicon/trayicon.c
4776         * src/mainwindow.h
4777         * src/mainwindow.c
4778                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4779                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4780
4781
4782 2007-03-06 [paul]       2.8.1cvs1
4783
4784         * NEWS
4785         * README
4786         * RELEASE_NOTES
4787         * configure.ac
4788                 bump version number following
4789                 stable release
4790
4791 2007-03-06 [paul]       2.8.0cvs24
4792
4793         * po/cs.po
4794                 corrected by by Tim <timbrain@post.cz>
4795
4796 2007-03-05 [colin]      2.8.0cvs23
4797
4798         * src/Makefile.am
4799         * src/procmime.c
4800                 Fix mime/globs path on NetBSD
4801                 patch by George Michaelson
4802
4803 2007-03-05 [wwp]        2.8.0cvs22
4804
4805         * src/addr_compl.c
4806                 Remove debug statement (accidentally committed w/ cvs14).
4807
4808 2007-03-05 [paul]       2.8.0cvs21
4809
4810         * src/plugins/pgpcore/prefs_gpg.c
4811                 fix compiler warning
4812
4813 2007-03-05 [wwp]        2.8.0cvs20
4814
4815         * src/matcher_parser_parse.y
4816                 Fix mismerge between cvs17 and cvs19.
4817
4818 2007-03-05 [wwp]        2.8.0cvs19
4819
4820         * src/matcher_parser_parse.y
4821         * src/prefs_filtering_action.c
4822         * src/matcher.c
4823         * src/matcher.h
4824         * src/filtering.c
4825         * src/filtering.h
4826                 Add new 'add_to_addressbook' filtering/processing action.
4827
4828 2007-03-05 [wwp]        2.8.0cvs18
4829
4830         * src/filtering.c
4831                 Fix mark_as_ham filtering/processing action: spam flag
4832                 was not unset.
4833
4834 2007-03-04 [colin]      2.8.0cvs17
4835
4836         * src/filtering.c
4837         * src/matcher.c
4838         * src/matcher.h
4839         * src/matcher_parser_parse.y
4840         * src/prefs_filtering_action.c
4841                 Add 'Mark as spam' and 'Mark as ham' filtering
4842                 actions. Fixes bug 1138.
4843
4844 2007-03-04 [colin]      2.8.0cvs16
4845
4846         * src/imap.c
4847                 Fix bug 1140, wrong return value
4848                 without libetpan
4849
4850 2007-03-04 [wwp]        2.8.0cvs15
4851
4852         * src/addr_compl.c
4853                 Rollback cvs14: don't free stuff that is managed in g_list.
4854
4855 2007-03-04 [wwp]        2.8.0cvs14
4856
4857         * src/addr_compl.c
4858                 Fix a leak in address completion code.
4859
4860 2007-03-04 [colin]      2.8.0cvs13
4861
4862         * src/addr_compl.c
4863                 Maybe fix bug 1136, 'Crash in group 
4864                 address completion'
4865
4866 2007-03-04 [iwkse]      2.8.0cvs12
4867
4868         * src/imap.c
4869                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4870
4871 2007-03-03 [colin]      2.8.0cvs11
4872
4873         * src/plugins/pgpinline/pgpinline.c
4874                 Fix off-by-one, fix double-free. Fixes
4875                 bug 1135, 'cm-segfault on decrypting 
4876                 with PGP/inline'
4877
4878 2007-03-03 [colin]      2.8.0cvs10
4879
4880         * configure.ac
4881         * src/main.c
4882         * src/common/plugin.c
4883                 Fix bug 1134, 'Valgrind macros unhandled 
4884                 by Irix's cc'
4885
4886 2007-03-02 [colin]      2.8.0cvs9
4887
4888         * src/mbox.c
4889                 Don't error out on EAGAIN. Fixes 
4890                 bug 1129, '"local mbox file" account 
4891                 isn't retrieving mails'
4892
4893 2007-03-01 [wwp]        2.8.0cvs8
4894
4895         * src/mainwindow.c
4896         * src/gtk/colorlabel.c
4897                 Remove accels for extra color labels until we set better
4898                 and definitive ones.
4899
4900 2007-02-28 [wwp]        2.8.0cvs7
4901
4902         * src/mainwindow.c
4903         * src/matcher_parser_parse.y
4904         * src/prefs_common.c
4905         * src/prefs_msg_colors.c
4906         * src/procmsg.h
4907         * src/gtk/colorlabel.c
4908         * src/gtk/colorlabel.h
4909                 Add more customizable color labels. Cleaned up a bit
4910                 the color label API to avoid duplicate defines of
4911                 the max number of colors.
4912
4913 2007-02-27 [colin]      2.8.0cvs6
4914
4915         * src/mainwindow.c
4916         * src/common/utils.c
4917         * src/common/utils.h
4918                 Fix '+' in mailto URIs for List-* headers
4919
4920 2007-02-27 [colin]      2.8.0cvs5
4921
4922         * src/gtk/gtkutils.c
4923                 Use gtk_window_set_role instead of 
4924                 _set_wmclass
4925
4926 2007-02-27 [colin]      2.8.0cvs4
4927
4928         * src/inc.c
4929                 Fix "After receiving new mail, go to inbox" on IMAP,
4930                 and make it work only on manual reception
4931
4932 2007-02-27 [wwp]        2.8.0cvs3
4933
4934         * src/prefs_filtering.c
4935         * src/prefs_filtering_action.c
4936         * src/prefs_matcher.c
4937                 Update filtering matcher's and action's color label menus
4938                 when re-opening those dialogs (reflect any change to the
4939                 color labels list in the preferences).
4940
4941 2007-02-27 [colin]      2.8.0cvs2
4942
4943         * src/imap.c
4944         * src/etpan/etpan-thread-manager-types.h
4945         * src/etpan/etpan-thread-manager.c
4946         * src/etpan/imap-thread.c
4947                 Log imap ALERTs as errors in the log.
4948
4949 2007-02-26 [paul]       2.8.0cvs1
4950
4951         * tools/claws.i18n.status.pl
4952                 updated
4953
4954 2007-02-26 [paul]       2.7.2cvs75
4955
4956         * po/ca.po
4957         * po/cs.po
4958         * po/de.po
4959         * po/en_GB.po
4960         * po/fi.po
4961         * po/fr.po
4962         * po/hu.po
4963         * po/pl.po
4964         * po/pt_BR.po
4965         * po/sk.po
4966         * po/sr.po
4967         * po/zh_CN.po
4968                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4969                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4970                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4971                 Aleksandar Urosevic, and Ralgh Young
4972
4973 2007-02-25 [mones]      2.7.2cvs74
4974
4975         * po/es.po
4976                 Updated for release
4977
4978 2007-02-25 [colin]      2.7.2cvs73
4979
4980         * src/main.c
4981                 Clearing the list is only useful
4982                 to prevent a valgrind false-positive
4983
4984 2007-02-25 [paul]       2.7.2cvs72
4985
4986         * tools/Makefile.am
4987         * tools/README
4988         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4989         * tools/maildir2claws-mail.pl  **REMOVED**
4990                 renamed the script, fixed a couple bugs
4991
4992 2007-02-23 [colin]      2.7.2cvs71
4993
4994         * src/addressbook.c
4995                 Fix a leak, check for a few improbable nulls
4996
4997 2007-02-23 [colin]      2.7.2cvs70
4998
4999         * src/main.c
5000         * src/main.h
5001         * src/plugins/trayicon/trayicon.c
5002                 Fix blinking mainwin when starting in tray
5003                 (show mainwindow later in the startup process,
5004                  apart if restarting post-crash)
5005
5006 2007-02-23 [colin]      2.7.2cvs69
5007
5008         * src/folderview.c
5009         * src/imap_gtk.c
5010                 Fix crash when unsubscribing the currently
5011                 selected/opened folder
5012
5013 2007-02-23 [colin]      2.7.2cvs68
5014
5015         * src/compose.c
5016                 Fix bug that prevented colorization to
5017                 work without wrap quotation option
5018
5019 2007-02-23 [colin]      2.7.2cvs67
5020
5021         * src/addr_compl.c
5022                 Fix refcounting, start and end completion who
5023                 behaved as if there couldn't be any other current
5024                 user of completion
5025
5026 2007-02-23 [wwp]        2.7.2cvs66
5027
5028         * src/addressbook.c
5029         * src/addrindex.c
5030                 Address completion fixes: fix addressbook_peek_folder_exists() in
5031                 which the algorithm was ridiculously over-obfuscated and broken.
5032                 Fix addrindex_load_completion() as well, to load addresses in
5033                 completion list with regards to what addressbook_peek_folder_exists()
5034                 returns now.
5035
5036 2007-02-23 [wwp]        2.7.2cvs65
5037
5038         * src/addr_compl.c
5039                 Add addresses to completion when they're non-empty (thanks to Colin).
5040
5041 2007-02-23 [paul]       2.7.2cvs64
5042
5043         * src/plugins/pgpcore/passphrase.c
5044                 remove 'const '
5045
5046 2007-02-23 [colin]      2.7.2cvs63
5047
5048         * src/plugins/pgpcore/prefs_gpg.c
5049         * src/plugins/pgpcore/prefs_gpg.h
5050         * src/plugins/pgpcore/sgpgme.c
5051         * src/plugins/pgpinline/pgpinline.c
5052         * src/plugins/pgpmime/pgpmime.c
5053                 Try harder to respect user's choice wrt
5054                 gpg-agent even with gpg2, by unsetting
5055                 GPG_AGENT_INFO when necessary.
5056
5057 2007-02-22 [paul]       2.7.2cvs62
5058
5059         * src/plugins/pgpcore/sgpgme.c
5060         * src/plugins/pgpcore/sgpgme.h
5061         * src/plugins/pgpcore/passphrase.c
5062         * src/plugins/pgpinline/pgpinline.c
5063         * src/plugins/pgpmime/pgpmime.c
5064                 Fix a leak - gpgme_data_release_and_get_mem
5065                 leaks in recent gpgme. Workaround by using
5066                 our own function.
5067
5068 2007-02-22 [paul]       2.7.2cvs61
5069
5070         * src/gtk/quicksearch.c
5071                 Abandon dynamic search when pressing
5072                 Enter
5073
5074 2007-02-21 [colin]      2.7.2cvs60
5075
5076         * src/procmsg.c
5077         * src/plugins/pgpcore/passphrase.c
5078                 Fix little memory leaks
5079         * src/main.c
5080                 Fix false-positive leak at exit
5081         * src/gtk/quicksearch.c
5082                 Fix potentially big leak in recursive
5083                 Quicksearch
5084
5085 2007-02-21 [wwp]        2.7.2cvs59
5086
5087         * src/summaryview.c
5088                 Add missing newline to a debug message.
5089
5090 2007-02-20 [colin]      2.7.2cvs58
5091
5092         * src/Makefile.am
5093         * src/mimeview.c
5094         * src/stock_pixmap.c
5095         * src/stock_pixmap.h
5096         * src/pixmaps/mime_pgpsig.xpm
5097                 Add icon for application/pgp-signature
5098
5099 2007-02-20 [colin]      2.7.2cvs57
5100
5101         * src/Makefile.am
5102         * src/main.c
5103         * src/mimeview.c
5104         * src/stock_pixmap.c
5105         * src/stock_pixmap.h
5106         * src/pixmaps/mime_calendar.xpm
5107         * src/pixmaps/mime_pdf.xpm
5108         * src/pixmaps/mime_ps.xpm
5109                 Add icons for text/calendar, application/pdf
5110                 and application/postscript
5111
5112 2007-02-20 [colin]      2.7.2cvs56
5113
5114         * autogen.sh
5115         * src/matcher_parser_parse.y
5116         * src/matcher_parser_lex.l
5117                 Fix big memory leak in flex, and
5118                 require flex 2.5.31
5119
5120 2007-02-20 [wwp]        2.7.2cvs55
5121
5122         * src/matcher_parser_parse.y
5123                 Fix a duplicate token definition (thanks to iwkse).
5124
5125 2007-02-20 [wwp]        2.7.2cvs54
5126
5127         * src/matcher_parser_lex.l
5128         * src/quote_fmt_lex.l
5129                 Use proper flex options instead of direct use of #define,
5130                 make the flex-generated C lighter.
5131
5132 2007-02-20 [colin]      2.7.2cvs53
5133
5134         * src/summaryview.c
5135                 Grab focus in message list after hiding
5136                 the quicksearch, instead of leaving it
5137                 "somewhere"
5138
5139 2007-02-19 [colin]      2.7.2cvs52
5140
5141         * src/folderview.c
5142                 Fix bug 1033, 'Automatically refresh 
5143                 message list when new messages arrives'
5144                 Looks like folderview->opened can sometimes
5145                 be wrong...
5146
5147 2007-02-19 [paul]       2.7.2cvs51
5148
5149         * tools/Makefile.am
5150         * tools/README
5151         * tools/thunderbird-filters-convertor.pl
5152                 add new script which converts thunderbird filter
5153                 rules to Claws filter rules
5154
5155 2007-02-18 [paul]       2.7.2cvs50
5156
5157         * src/plugins/pgpcore/prefs_gpg.c
5158         * src/plugins/pgpcore/prefs_gpg.h
5159         * src/plugins/pgpcore/sgpgme.c
5160         * src/plugins/pgpinline/pgpinline.c
5161         * src/plugins/pgpmime/pgpmime.c
5162                 improved GUI interoperability with gpg-agent
5163
5164 2007-02-18 [paul]       2.7.2cvs49
5165
5166         * src/prefs_account.c
5167                 Privacy options sensitivity fix
5168
5169 2007-02-17 [colin]      2.7.2cvs48
5170
5171         * src/messageview.c
5172                 Reset icon to warning in the noticeview
5173
5174 2007-02-15 [colin]      2.7.2cvs47
5175
5176         * src/folderview.c
5177                 Fix a manifestation of bug 1033 (summaryview failing
5178                 to update for new mails), which happens after editing
5179                 account preferences or preferences that cause a 
5180                 folderview reload.
5181
5182 2007-02-15 [colin]      2.7.2cvs46
5183
5184         * src/addressbook.c
5185                 Probably fix bug 1123, 'Segmentation 
5186                 fault while opening address book'. I get
5187                 g_warnings if the saved paned position is
5188                 not greater than 0. Also, save position
5189                 when hiding the addressbook instead of
5190                 via signal.
5191
5192 2007-02-14 [colin]      2.7.2cvs45
5193
5194         * src/plugins/pgpcore/prefs_gpg.c
5195         * src/plugins/pgpcore/prefs_gpg.h
5196         * src/plugins/pgpcore/sgpgme.c
5197         * src/plugins/pgpinline/pgpinline.c
5198         * src/plugins/pgpmime/pgpmime.c
5199                 Add an option "Use gpg-agent if available". Fixes
5200                 annoyances with distro-installed gpg-agent, when
5201                 no pinentry program is installed, and the user's 
5202                 at a loss on why "decryption failed". Makes more
5203                 clear why passphrase isn't saved when gpg-agent is
5204                 used. Defaults to true, to avoid changing the 
5205                 current behaviour.
5206
5207 2007-02-14 [wwp]        2.7.2cvs44
5208
5209         * src/matcher_parser_parse.y
5210                 Fix missing line number reset (wrong line number might appear
5211                 when re-loading filtering rules if there's a parser error).
5212
5213 2007-02-13 [colin]      2.7.2cvs43
5214
5215         * src/common/utils.c
5216                 Don't encode ',' in URIs before passing it
5217                 to the browser command-line. It was probably
5218                 done at a time where commas in URIs made
5219                 mozilla -remote 'openurl(%s,new-window)'
5220                 bug.
5221
5222 2007-02-13 [wwp]        2.7.2cvs42
5223
5224         * src/prefs_matcher.c
5225         * src/plugins/bogofilter/bogofilter_gtk.c
5226                 A bit of string factorization around "Select ..." buttons.
5227
5228 2007-02-11 [colin]      2.7.2cvs41
5229
5230         * src/alertpanel.c
5231                 Make sure to escape the title
5232
5233 2007-02-11 [colin]      2.7.2cvs40
5234
5235         * src/codeconv.c
5236                 Recognize .utf8 locales as .UTF-8 ones
5237
5238 2007-02-11 [colin]      2.7.2cvs39
5239
5240         * src/compose.c
5241                 Fix code conversion when dragging a file
5242
5243 2007-02-09 [colin]      2.7.2cvs38
5244
5245         * src/plugins/clamav/clamav_plugin.c
5246                 Complete Paul's patch with conditional
5247                 compilation to avoid breaking compilation
5248                 on old Dapper and Edgy... Maybe other
5249                 distros too.
5250
5251 2007-02-09 [paul]       2.7.2cvs37
5252
5253         * src/plugins/clamav/clamav_plugin.c
5254                 fix for the upstream changes in libclamav
5255
5256 2007-02-09 [paul]       2.7.2cvs36
5257
5258         * src/main.c
5259         * src/mainwindow.c
5260         * src/procmsg.c
5261         * src/procmsg.h
5262                 fix "warn if there are queued messages" (on exit)
5263                 option, which only checked the first mailbox's
5264                 queue
5265                 don't ask before emptying trash if there are no
5266                 messages in trash, also check and empty all trash
5267                 folders
5268         * src/prefs_other.c
5269                 move "Ask before emptying trash" option
5270                 outside of the "On exit" frame as it's
5271                 not only an "On exit" option
5272
5273 2007-02-09 [paul]       2.7.2cvs35
5274
5275         * src/addrgather.c
5276         * src/alertpanel.c
5277         * src/editldap.c
5278         * src/prefs_account.c
5279         * src/prefs_folder_item.c
5280         * src/prefs_gtk.h
5281         * src/prefs_matcher.c
5282         * src/prefs_message.c
5283         * src/prefs_msg_colors.c
5284         * src/prefs_summaries.c
5285         * src/wizard.c
5286         * src/gtk/inputdialog.c
5287         * src/plugins/bogofilter/bogofilter_gtk.c
5288                 pedantic commit: use 'checkbtn' everywhere
5289                 instead of a mixture of 'checkbtn' and 'chkbtn'
5290
5291 2007-02-09 [paul]       2.7.2cvs34
5292
5293         * src/compose.c
5294                 fix default hotkeys
5295         * src/prefs_other.c
5296         * src/prefs_send.c
5297                 move "Never send Return Receipts" from
5298                 prefs_other to prefs_send
5299                 add an option "Ask about account specific
5300                 filtering rules..." to prefs_other
5301         * src/gtk/gtkutils.c
5302                 fix a compiler warning
5303
5304 2007-02-08 [colin]      2.7.2cvs33
5305
5306         * src/plugins/pgpinline/pgpinline.c
5307                 Fix bug 1110, 'pgpmime fails to process 
5308                 encapsulated openpgp mime (rfc 3156, 6.1 
5309                 -> rfc1847)'
5310                 It was due to an interaction between PGP/Mime
5311                 and PGP/Inline plugin. 
5312
5313 2007-02-08 [colin]      2.7.2cvs32
5314
5315         * src/inc.c
5316         * src/mbox.c
5317         * src/mbox.h
5318                 Fix bug 1117, 'fcntl locking code 
5319                 does not work in mbox.c'
5320
5321 2007-02-08 [colin]      2.7.2cvs31
5322
5323         * src/prefs_account.c
5324                 Fix Gentoo bug 165819, 'can't create 
5325                 a "local mbox file" account'. Patch
5326                 by Olivier <castan.o@free.fr>
5327
5328 2007-02-07 [colin]      2.7.2cvs30
5329
5330         * src/ldapquery.c
5331                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5332                 autocompletion was used'
5333
5334 2007-02-07 [paul]       2.7.2cvs29
5335
5336         * src/folder.c
5337                 cut down on unnecessary debug_prints
5338         * src/imap_gtk.c
5339                 fix menu_set_active() on 'Show only
5340                 subscribed folders'
5341
5342 2007-02-07 [paul]       2.7.2cvs28
5343
5344         * src/plugins/clamav/clamav_plugin.c
5345         * src/plugins/clamav/clamav_plugin.h
5346         * src/plugins/clamav/clamav_plugin_gtk.c
5347                 fix copyright header
5348
5349 2007-02-07 [paul]       2.7.2cvs27
5350
5351         * src/procheader.c
5352                 fix bug 1116, 'summary view allow a 
5353                 subject line break'
5354
5355 2007-02-06 [colin]      2.7.2cvs26
5356
5357         * src/summaryview.c
5358                 Fix delete thread
5359
5360 2007-02-05 [fabien]     2.7.2cvs25
5361
5362         * po/POTFILES.in
5363         * src/uri_opener.c
5364                 i18n related - 1 fix and 1 message for translators.
5365
5366 2007-02-05 [colin]      2.7.2cvs24
5367
5368         * src/gtk/quicksearch.c
5369                 Don't reload summary list if quicksearch wasn't
5370                 active on hiding; move currently selected mail in
5371                 the visible area when showing the quicksearch
5372
5373 2007-02-05 [colin]      2.7.2cvs23
5374
5375         * src/folderview.c
5376                 Add debug to try to solve bug 1104
5377
5378 2007-02-05 [paul]       2.7.2cvs22
5379
5380         * src/mainwindow.c
5381                 confirm before emptying trash on exit is
5382                 a Yes or No answer, use Yes or No in the
5383                 dialog
5384
5385 2007-02-04 [colin]      2.7.2cvs21
5386
5387         * src/compose.c
5388         * src/plugins/pgpcore/passphrase.c
5389         * src/plugins/pgpcore/select-keys.c
5390                 Set wmclass on new windows
5391
5392 2007-02-04 [colin]
5393
5394         2.8.0-rc1 released
5395
5396 2007-02-04 [colin]      2.7.2cvs20
5397
5398         * src/compose.c
5399         * src/compose.h
5400                 Auto save drafts on exit, reopen them
5401                 at startup, instead of asking
5402         * src/account.c
5403         * src/addressadd.c
5404         * src/addressbook.c
5405         * src/addressbook_foldersel.c
5406         * src/addrgather.c
5407         * src/crash.c
5408         * src/editaddress.c
5409         * src/editbook.c
5410         * src/editgroup.c
5411         * src/editjpilot.c
5412         * src/editldap.c
5413         * src/editldap_basedn.c
5414         * src/editvcard.c
5415         * src/exphtmldlg.c
5416         * src/expldifdlg.c
5417         * src/export.c
5418         * src/foldersel.c
5419         * src/gedit-print.c
5420         * src/import.c
5421         * src/importldif.c
5422         * src/importmutt.c
5423         * src/importpine.c
5424         * src/main.c
5425         * src/mainwindow.c
5426         * src/message_search.c
5427         * src/messageview.c
5428         * src/prefs_actions.c
5429         * src/prefs_customheader.c
5430         * src/prefs_display_header.c
5431         * src/prefs_filtering.c
5432         * src/prefs_filtering_action.c
5433         * src/prefs_folder_column.c
5434         * src/prefs_gtk.c
5435         * src/prefs_matcher.c
5436         * src/prefs_other.c
5437         * src/prefs_summaries.c
5438         * src/prefs_summary_column.c
5439         * src/prefs_template.c
5440         * src/sourcewindow.c
5441         * src/ssl_manager.c
5442         * src/summary_search.c
5443         * src/uri_opener.c
5444         * src/gtk/about.c
5445         * src/gtk/description_window.c
5446         * src/gtk/foldersort.c
5447         * src/gtk/gtkutils.c
5448         * src/gtk/gtkutils.h
5449         * src/gtk/icon_legend.c
5450         * src/gtk/logwindow.c
5451         * src/gtk/pluginwindow.c
5452         * src/gtk/prefswindow.c
5453                 Give different wmclass to different
5454                 windows - thanks to sed ;)
5455
5456 2007-02-04 [colin]      2.7.2cvs19
5457
5458         * src/main.c
5459                 Revert previous patch, can't reproduce
5460                 it anymore. 
5461
5462 2007-02-03 [colin]      2.7.2cvs18
5463
5464         * src/main.c
5465                 Don't save the mainwindow size and
5466                 position on emergency exit (libSM's
5467                 "die" callback), Xfce seems to make
5468                 the window smaller just before the
5469                 size's saved.
5470
5471 2007-02-03 [colin]      2.7.2cvs17
5472
5473         * src/plugins/bogofilter/bogofilter.c
5474         * src/plugins/bogofilter/bogofilter.h
5475         * src/plugins/bogofilter/bogofilter_gtk.c
5476         * src/plugins/pgpinline/pgpinline.c
5477         * src/plugins/pgpinline/pgpinline.h
5478                 Fix more copyrights
5479
5480 2007-02-03 [colin]      2.7.2cvs16
5481
5482         * src/partial_download.c
5483         * src/partial_download.h
5484         * src/ssl_manager.c
5485         * src/ssl_manager.h
5486         * src/uri_opener.c
5487         * src/uri_opener.h
5488         * src/wizard.c
5489         * src/wizard.h
5490         * src/common/ssl_certificate.c
5491         * src/common/ssl_certificate.h
5492         * src/gtk/quicksearch.c
5493         * src/gtk/quicksearch.h
5494         * src/gtk/sslcertwindow.c
5495         * src/gtk/sslcertwindow.h
5496                 Fix copyright on my files
5497
5498 2007-02-02 [colin]      2.7.2cvs15
5499
5500         * src/Makefile.am
5501         * src/mainwindow.c
5502         * src/messageview.c
5503         * src/messageview.h
5504         * src/textview.c
5505         * src/textview.h
5506         * src/uri_opener.c
5507         * src/uri_opener.h
5508                 Add Tools/List URIs to allow
5509                 opening any URI in the current mail
5510
5511 2007-02-02 [colin]      2.7.2cvs14
5512
5513         * src/common/valgrind.h ** NEW FILE **
5514         * src/common/Makefile.am
5515         * src/common/plugin.c
5516                 Don't dlclose the plugins if we're running
5517                 under valgrind. (doesn't require valgrind
5518                 either at compile time or run time).
5519
5520 2007-02-01 [paul]       2.7.2cvs13
5521
5522         * AUTHORS
5523         * src/gtk/authors.h
5524         * tools/freshmeat_search.pl
5525         * tools/google_search.pl
5526         * tools/multiwebsearch.pl
5527                 add support for non ISO-8859-1 compatible locales
5528                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5529
5530 2007-02-01 [colin]      2.7.2cvs12
5531
5532         * src/prefs_other.c
5533         * src/prefs_summaries.c
5534                 Move keybinding prefs to the Other page
5535
5536 2007-02-01 [wwp]        2.7.2cvs11
5537
5538         * src/plugins/trayicon/trayicon.c
5539                 Fix a raising issue within KDE.
5540
5541 2007-02-01 [colin]      2.7.2cvs10
5542
5543         * src/codeconv.c
5544                 Fix stray quotes in encoded strings
5545         * src/addressadd.c
5546                 Fix wrong call causing g_warnings
5547         * src/textview.c
5548                 Remove useless message
5549
5550 2007-01-31 [wwp]        2.7.2cvs9
5551
5552         * src/plugins/trayicon/trayicon.c
5553                 fix buggy hiding of main window when closing if close-to-tray
5554                 is not set (bad logics  in the trayicon hook code).
5555                 Changed the quit confirmation message too.
5556
5557 2007-01-30 [colin]      2.7.2cvs8
5558
5559         * src/main.c
5560                 Fix hidden mainwindow after clicking on
5561                 the X close button, if compose windows
5562                 exist and the user chooses not to quit
5563
5564 2007-01-30 [colin]      2.7.2cvs7
5565
5566         * src/main.c
5567         * src/compose.c
5568                 Handle local URIs to attach files (file:///...)
5569                 Fixes attaching files from Thunar for example
5570
5571 2007-01-30 [colin]      2.7.2cvs6
5572
5573         * src/prefs_ext_prog.c
5574                 Add 'mousepad' to the list of text editors.
5575                 Mousepad is XFCE's text editor
5576
5577 2007-01-29 [wwp]        2.7.2cvs5
5578
5579         * po/POTFILES.in
5580         * src/plugins/trayicon/trayicon_prefs.c
5581                 trayicon i18n fixes, thanks to Fabien.
5582
5583 2007-01-28 [wwp]        2.7.2cvs4
5584
5585         * src/mainwindow.c
5586         * src/mainwindow.h
5587         * src/plugins/trayicon/trayicon.c
5588         * src/plugins/trayicon/trayicon_prefs.c
5589         * src/plugins/trayicon/trayicon_prefs.h
5590                 Added a new TrayIcon plugin option to close to tray
5591                 (WM's hotkey and [X] button will hide the window instead
5592                 of closing it - closing CM can be done using the tray icon
5593                 menu or the File menu).
5594                 Improved visibility handling in trayicon, clicking the
5595                 trayicon now raise the window to current desktop when it
5596                 was either minimized/shaded/on another desktop.
5597                 Thanks to Paul for testing and fixing a strange behaviour
5598                 in KDE ;-).
5599
5600 2007-01-27 [paul]       2.7.2cvs3
5601
5602         * src/prefs_folder_item.c
5603         * src/prefs_receive.c
5604         * src/plugins/pgpcore/prefs_gpg.c
5605                 use 'start-up' instead of 'startup' in labels
5606
5607 2007-01-26 [wwp]        2.7.2cvs2
5608
5609         * src/plugins/trayicon/Makefile.am
5610         * src/plugins/trayicon/trayicon.c
5611         * src/plugins/trayicon/trayicon_prefs.c
5612         * src/plugins/trayicon/trayicon_prefs.h
5613                 Add a new TrayIcon option to hide the main window at
5614                 start-up.
5615                 Fix trayicon.c copyright header.
5616
5617 2007-01-26 [paul]       2.7.2cvs1
5618
5619         * NEWS
5620         * README
5621         * RELEASE_NOTES
5622         * configure.ac
5623                 bump up version number following
5624                 stable release
5625
5626 2007-01-25 [mones]      2.7.1cvs60
5627
5628         * po/es.po
5629                 updated thousands of strings (well, probably less ;-)
5630
5631 2007-01-25 [colin]      2.7.1cvs59
5632
5633         * src/matcher.c
5634                 Fix 2nd-run loss of matcherrc on new
5635                 configurations. 
5636
5637 2007-01-25 [wwp]        2.7.1cvs58
5638
5639         * src/mimeview.c
5640                 fix handling of empty value in attach_save_directory too, thanks
5641                 to Colin.
5642
5643 2007-01-25 [wwp]        2.7.1cvs57
5644
5645         * src/gtk/filesel.c
5646                 fix handling of empty value in attach_load_directory,
5647                 thanks to Colin.
5648
5649 2007-01-25 [wwp]        2.7.1cvs56
5650
5651         * src/plugins/dillo_viewer/dillo_prefs.h
5652                 fix a typo.
5653
5654 2007-01-25 [colin]      2.7.1cvs55
5655
5656         * src/matcher.c
5657         * src/matcher.h
5658         * src/matcher_parser_parse.y
5659         * src/prefs_matcher.c
5660                 Add matching on the spam flag
5661
5662 2007-01-24 [colin]      2.7.1cvs54
5663
5664         * src/folder.c
5665         * src/common/xml.c
5666         * src/common/xml.h
5667                 Make sure folderlist.xml is correctly
5668                 written before overwriting it.
5669         * src/procmsg.c
5670         * src/procmsg.h
5671         * src/summaryview.c
5672         * src/plugins/bogofilter/bogofilter.c
5673         * src/plugins/bogofilter/bogofilter.h
5674         * src/plugins/bogofilter/bogofilter_gtk.c
5675         * src/plugins/spamassassin/spamassassin.c
5676         * src/plugins/spamassassin/spamassassin.h
5677         * src/plugins/spamassassin/spamassassin_gtk.c
5678                 Move spam to the correct trash folder after
5679                 learning, if spam directory isn't set.
5680
5681 2007-01-23 [paul]       2.7.1cvs53
5682
5683         * src/plugins/bogofilter/bogofilter_gtk.c
5684                 fix sensitivity of "Insert X-Bogosity header"
5685                 option
5686
5687 2007-01-23 [colin]      2.7.1cvs52
5688
5689         * src/toolbar.c
5690                 Translate toolbar items text if
5691                 they're translatable (default)
5692         * src/addrcache.c
5693         * src/addrcache.h
5694         * src/addritem.c
5695         * src/addritem.h
5696         * src/codeconv.c
5697         * src/codeconv.h
5698         * src/jpilot.c
5699         * src/jpilot.h
5700         * src/ldapctrl.c
5701         * src/ldapctrl.h
5702         * src/ldapquery.h
5703         * src/ldif.c
5704         * src/ldif.h
5705         * src/etpan/etpan-thread-manager.c
5706         * src/etpan/etpan-thread-manager.h
5707         * src/gtk/gtkutils.c
5708         * src/gtk/gtkutils.h
5709                 More static functions
5710
5711 2007-01-22 [fabien]     2.7.1cvs51
5712
5713         * src/gtk/gtkutils.c
5714                 gtkut_get_options_frame() : ability to pass
5715                 a 'NULL' value in frame pointer parameter if
5716                 we don't need it.
5717
5718 2007-01-22 [colin]      2.7.1cvs50
5719
5720         * src/procmsg.c
5721         * src/procmsg.h
5722         * src/plugins/bogofilter/bogofilter.c
5723         * src/plugins/bogofilter/bogofilter_gtk.c
5724         * src/plugins/spamassassin/spamassassin.c
5725         * src/plugins/spamassassin/spamassassin_gtk.c
5726                 Allow moving spams to the account's trash
5727                 instead of default one
5728
5729 2007-01-21 [colin]      2.7.1cvs49
5730
5731         * src/ldapquery.c
5732         * src/ldapquery.h
5733                 Revert a static function that shouldn't
5734                 have been
5735
5736 2007-01-21 [colin]      2.7.1cvs48
5737
5738         * src/ldapquery.c
5739         * src/ldapquery.h
5740                 Same
5741
5742 2007-01-21 [colin]      2.7.1cvs47
5743
5744         * src/procmsg.c
5745         * src/procmsg.h
5746                 Same
5747
5748 2007-01-21 [colin]      2.7.1cvs46
5749
5750         * src/common/socket.c
5751         * src/common/socket.h
5752                 Same
5753
5754 2007-01-21 [colin]      2.7.1cvs45
5755
5756         * src/crash.c
5757         * src/exporthtml.c
5758         * src/exporthtml.h
5759         * src/exportldif.c
5760         * src/exportldif.h
5761         * src/folder.c
5762         * src/folder.h
5763         * src/folder_item_prefs.c
5764         * src/folder_item_prefs.h
5765         * src/folderview.c
5766         * src/folderview.h
5767         * src/gedit-print.c
5768         * src/gedit-print.h
5769         * src/main.c
5770         * src/main.h
5771         * src/common/socket.c
5772         * src/common/socket.h
5773         * src/gtk/gtkaspell.c
5774         * src/gtk/gtkaspell.h
5775         * src/gtk/quicksearch.c
5776         * src/gtk/quicksearch.h
5777                 Same
5778
5779 2007-01-21 [colin]      2.7.1cvs44
5780
5781         * src/common/utils.c
5782         * src/common/utils.h
5783         * src/etpan/etpan-thread-manager.c
5784         * src/etpan/etpan-thread-manager.h
5785                 Same (Funny that etpan_thread_unbind
5786                 is called but not etpan_thread_bind)
5787
5788 2007-01-21 [colin]      2.7.1cvs43
5789
5790         * src/addrselect.c
5791         * src/addrselect.h
5792         * src/codeconv.c
5793         * src/codeconv.h
5794         * src/compose.c
5795         * src/compose.h
5796         * src/etpan/Makefile.am
5797         * src/gtk/colorlabel.c
5798         * src/gtk/colorlabel.h
5799         * src/gtk/sslcertwindow.c
5800         * src/gtk/sslcertwindow.h
5801         * src/etpan/etpan-log.c ** REMOVED **
5802         * src/etpan/etpan-log.h ** REMOVED **
5803                 Same
5804
5805 2007-01-20 [colin]      2.7.1cvs42
5806
5807         * src/addritem.c
5808         * src/addritem.h
5809                 Same
5810
5811 2007-01-20 [colin]      2.7.1cvs41
5812
5813         * src/account.c
5814         * src/account.h
5815         * src/addrbook.c
5816         * src/addrbook.h
5817         * src/addrcache.c
5818         * src/addrcache.h
5819         * src/addrclip.c
5820         * src/addrclip.h
5821         * src/addressbook.c
5822         * src/addressbook.h
5823         * src/addrharvest.c
5824         * src/addrharvest.h
5825         * src/addrindex.c
5826         * src/addrindex.h
5827         * src/editaddress.c
5828         * src/editaddress.h
5829                 Make functions that aren't used in other
5830                 files static
5831
5832 2007-01-20 [colin]      2.7.1cvs40
5833
5834         * src/account.c
5835         * src/addrbook.c
5836         * src/addrcache.c
5837         * src/addressbook.c
5838         * src/addrgather.c
5839         * src/addrindex.c
5840         * src/addrquery.c
5841         * src/addrselect.c
5842         * src/browseldap.c
5843         * src/compose.c
5844         * src/editbook.c
5845         * src/editjpilot.c
5846         * src/editldap.c
5847         * src/editldap_basedn.c
5848         * src/editvcard.c
5849         * src/exporthtml.c
5850         * src/exportldif.c
5851         * src/folder.c
5852         * src/folderview.c
5853         * src/image_viewer.c
5854         * src/imap.c
5855         * src/importmutt.c
5856         * src/importpine.c
5857         * src/jpilot.c
5858         * src/ldapquery.c
5859         * src/main.c
5860         * src/mainwindow.c
5861         * src/matcher.c
5862         * src/messageview.c
5863         * src/mh.c
5864         * src/mimeview.c
5865         * src/msgcache.c
5866         * src/mutt.c
5867         * src/news.c
5868         * src/pine.c
5869         * src/prefs_account.c
5870         * src/prefs_common.c
5871         * src/prefs_compose_writing.c
5872         * src/prefs_ext_prog.c
5873         * src/prefs_folder_item.c
5874         * src/prefs_fonts.c
5875         * src/prefs_message.c
5876         * src/prefs_msg_colors.c
5877         * src/prefs_other.c
5878         * src/prefs_quote.c
5879         * src/prefs_receive.c
5880         * src/prefs_send.c
5881         * src/prefs_spelling.c
5882         * src/prefs_summaries.c
5883         * src/prefs_toolbar.c
5884         * src/prefs_wrapping.c
5885         * src/privacy.c
5886         * src/procmime.c
5887         * src/procmsg.c
5888         * src/ssl_manager.c
5889         * src/statusbar.c
5890         * src/summaryview.c
5891         * src/toolbar.c
5892         * src/vcard.c
5893         * src/common/hooks.c
5894         * src/common/log.c
5895         * src/common/passcrypt.c
5896         * src/common/socket.c
5897         * src/common/ssl.c
5898         * src/common/ssl_certificate.c
5899         * src/common/template.c
5900         * src/common/utils.c
5901         * src/etpan/imap-thread.c
5902         * src/gtk/sslcertwindow.c
5903         * src/gtk/sslcertwindow.h
5904                 Make functions that could be static, static
5905
5906 2007-01-20 [colin]      2.7.1cvs39
5907
5908         * src/editldap.c
5909                 Fix tooltip
5910
5911 2007-01-20 [colin]      2.7.1cvs38
5912
5913         * src/ldapquery.c
5914         * src/ldaputil.c
5915         * src/ldaputil.h
5916                 Fix bug 1102, 'claws-mail-2.7.1 
5917                 makes use of deprecated ldap 
5918                 functions'
5919
5920 2007-01-20 [colin]      2.7.1cvs37
5921
5922         * src/mainwindow.c
5923         * src/mainwindow.h
5924         * src/summaryview.c
5925         * src/gtk/quicksearch.c
5926                 Add Wide message list layout
5927
5928 2007-01-19 [fabien]     2.7.1cvs36
5929
5930         * src/textview.c
5931                 make sure a font change is considered in links of
5932                 headerview.
5933
5934 2007-01-19 [colin]      2.7.1cvs35
5935
5936         * src/main.c
5937         * src/mainwindow.c
5938         * src/mainwindow.h
5939         * src/messageview.c
5940         * src/messageview.h
5941         * src/prefs_common.c
5942         * src/prefs_common.h
5943         * src/summaryview.c
5944         * src/summaryview.h
5945         * src/gtk/quicksearch.c
5946         * src/gtk/quicksearch.h
5947                 Drop 'Separate Folder tree' and 'Separate
5948                 Message View'. Put three layouts in place
5949                 of it.
5950
5951 2007-01-19 [paul]       2.7.1cvs34
5952
5953         * src/prefs_msg_colors.c
5954                 more use of Q_ for translators
5955
5956 2007-01-19 [paul]       2.7.1cvs33
5957
5958         * src/imap_gtk.c
5959         * src/prefs_account.c
5960                 a few changes to the English
5961
5962 2007-01-19 [fabien]     2.7.1cvs32
5963
5964         * src/wizard.c
5965                 factorize translatable string
5966
5967 2007-01-18 [colin]      2.7.1cvs31
5968
5969         * src/main.c
5970                 Don't error out on --sync option. Although
5971                 we don't do anything with it, gtk+ handles
5972                 it, and it's useful for debugging X errors
5973
5974 2007-01-18 [fabien]     2.7.1cvs30
5975
5976         * src/prefs_other.c
5977                 ability to apply on the fly the recent added
5978                 'gtk_can_change_accels' pref (no need to restart).
5979
5980 2007-01-18 [fabien]     2.7.1cvs29
5981
5982         * src/plugins/bogofilter/bogofilter_gtk.c
5983         * src/plugins/bogofilter/bogofilter.c
5984         * src/plugins/spamassassin/spamassassin_gtk.c
5985         * src/addr_compl.c
5986         * src/prefs_account.c
5987                 factorize or rewrite some translatable strings.
5988
5989 2007-01-18 [fabien]     2.7.1cvs28
5990
5991         * src/prefs_gtk.h
5992         * src/compose.c
5993                 set a 4pix space between "Subject:" label and subject entry in
5994                 compose window.
5995
5996 2007-01-18 [wwp]        2.7.1cvs27
5997
5998         * src/addressbook.c
5999                 fix conflicting address-copy/paste when focus is set
6000                 to the embedded edit-person form.
6001  
6002
6003 2007-01-18 [wwp]        2.7.1cvs26
6004
6005         * src/addressbook.h
6006                 complete 2.7.1cvs23 (one more file was missing from that
6007                 commit).
6008
6009 2007-01-18 [colin]      2.7.1cvs25
6010
6011         * src/main.c
6012                 Provide a way to migrate without backup
6013                 Re-ask for migration on next start if 
6014                 it has been refused and wizard has been 
6015                 cancelled after.
6016
6017 2007-01-18 [wwp]        2.7.1cvs24
6018
6019         * src/editaddress.c
6020                 complete 2.7.1.cvs23 (file was missing from previous
6021                 commit).
6022
6023 2007-01-18 [wwp]        2.7.1cvs23
6024
6025         * src/addressbook.c
6026                 fix potential crashes in address book's focus_in/out signal handlers,
6027                 force focus to the edit-person form when clicked the Edit menu entry or
6028                 button (this only matters if the edit-person form is embedded to the
6029                 AB window, in that case, focus is not set when browsing the contacts
6030                 list w/ keys or mouse clicks).
6031
6032 2007-01-18 [paul]       2.7.1cvs22
6033
6034         * src/main.c
6035                 add command line options:
6036                 -h for --help
6037                 -q and --quit for --exit
6038                 -v for --version
6039                 print "Unknown option" for unknown options
6040
6041 2007-01-18 [paul]       2.7.1cvs21
6042
6043         * po/ru.po
6044                 updated by Pavlo Bohmat
6045
6046 2007-01-18 [paul]       2.7.1cvs20
6047
6048         * src/mainwindow.c
6049                 fix sensitivity issues of Mark as Spam/Ham
6050
6051 2007-01-17 [fabien]     2.7.1cvs19
6052
6053         * src/prefs_other.c
6054         * src/prefs_common.c
6055         * src/prefs_common.h
6056         * src/main.c
6057                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
6058                 control the corresponding gtk property. It could be used to lock
6059                 all shortcuts (avoid to set one of them by inadvertency).
6060
6061 2007-01-17 [colin]      2.7.1cvs18
6062
6063         * src/summaryview.c
6064                 Fix bug 1100, 'Highlighted e-mail data not visible 
6065                 when color label applied.'. Use a weighted average
6066                 between normal selected foreground color and color
6067                 label instead of a simple one (3/1 instead 1/1).
6068
6069 2007-01-17 [colin]      2.7.1cvs17
6070
6071         * src/messageview.c
6072                 Better fix for bug 1088, 'Ctrl-h produces repeatable
6073                 crash' - don't prevent mail switching while loading
6074
6075 2007-01-17 [colin]      2.7.1cvs16
6076
6077         * src/folder.c
6078         * src/folder.h
6079         * src/folderview.c
6080         * src/folderview.h
6081         * src/imap.c
6082         * src/imap.h
6083         * src/imap_gtk.c
6084                 Manage recursive search of unsubscribed folders
6085                 Rescan tree without checking for new messages 
6086                 after subscriptions changed
6087
6088 2007-01-17 [paul]       2.7.1cvs15
6089
6090         * src/prefs_common.c
6091         * src/gtk/pluginwindow.c
6092                 fix bug 1101, '"Load plugin" button is
6093                 accidentally hidden'
6094                 unset (-1) initial width in prefs_common,
6095                 fix overlapping buttons,
6096                 and other cleanups
6097
6098 2007-01-17 [paul]       2.7.1cvs14
6099
6100         * src/procmime.c
6101                 add #include <errno.h>, it's needed
6102                 on some systems
6103
6104 2007-01-17 [paul]       2.7.1cvs13
6105
6106         * src/common/defs.h
6107         * tools/make.themes.project
6108                 rename .sylpheed_themeinfo to .claws_themeinfo
6109                 and use it
6110         * src/etpan/etpan-errors.h
6111         * src/etpan/etpan-log.c
6112         * src/etpan/etpan-log.h
6113         * src/etpan/etpan-thread-manager-types.h
6114         * src/etpan/etpan-thread-manager.c
6115         * src/etpan/etpan-thread-manager.h
6116         * src/etpan/imap-thread.c
6117         * src/etpan/imap-thread.h
6118                 add copyright header
6119
6120 2007-01-17 [colin]      2.7.1cvs12
6121
6122         * src/plugins/pgpcore/select-keys.c
6123         * src/gtk/pluginwindow.c
6124         * src/prefs_account.c
6125                 Fix warnings
6126
6127 2007-01-16 [colin]      2.7.1cvs11
6128
6129         * src/imap.c
6130         * src/imap.h
6131         * src/imap_gtk.c
6132                 Manage subscribing to subfolders when only
6133                 subscribed folders are shown.
6134
6135 2007-01-16 [colin]      2.7.1cvs10
6136
6137         * src/folderview.c
6138                 Fix annoying vscrollbar going back to top
6139                 on Check for new folders
6140
6141 2007-01-16 [colin]      2.7.1cvs9
6142
6143         * src/imap.c
6144                 Remove printf
6145
6146 2007-01-16 [colin]      2.7.1cvs8
6147
6148         * src/filtering.c
6149                 Bigger buffer for errors
6150         * src/imap.c
6151         * src/imap.h
6152         * src/imap_gtk.c
6153         * src/prefs_account.c
6154         * src/prefs_account.h
6155         * src/wizard.c
6156         * src/etpan/imap-thread.c
6157         * src/etpan/imap-thread.h
6158         * manual/handling.xml
6159                 Add subscriptions management. What it changes:
6160                 Creating a folder subscribes to it
6161                 Deleting a folder unsubscribes it
6162                 New contextual menu item allowing to switch between
6163                 All folders and Subscribed folders, subscribe, and
6164                 unsubscribe. "Creating" an existing but unsubscribed
6165                 folder will subscribe it.
6166                 By default for new accounts, only subscribed folders 
6167                 are shown.
6168
6169
6170 2007-01-16 [paul]       2.7.1cvs7
6171
6172         * src/summaryview.c
6173                 Allow folder classes to specify only sort_key or
6174                 sort_type instead of both or none.
6175
6176 2007-01-16 [paul]       2.7.1cvs6
6177
6178         * src/action.c
6179         * src/compose.c
6180         * src/mimeview.c
6181         * src/procmime.c
6182         * src/textview.c
6183                 Save and use errno for procmime_get_part
6184
6185 2007-01-16 [colin]      2.7.1cvs5
6186
6187         * src/imap.c
6188                 Never remove INBOX when scanning for
6189                 new folders. It's a special folder
6190                 that has to exist.
6191
6192 2007-01-15 [colin]      2.7.1cvs4
6193
6194         * src/imap.c
6195                 Fix 'Check for new folders' when IMAP subdirectory
6196                 is set
6197         * src/etpan/imap-thread.c
6198                 Fix build
6199
6200 2007-01-15 [colin]      2.7.1cvs3
6201
6202         * src/etpan/imap-thread.c
6203                 Fix invalid free on command-connection
6204                 error
6205
6206 2007-01-15 [wwp]        2.7.1cvs2
6207
6208         * src/matcher_parser_lex.l
6209         * src/quote_fmt_lex.l
6210         * src/matcher_parser_parse.y
6211                 fix copyright header in lexers and parsers.
6212
6213 2007-01-15 [paul]       2.7.1cvs1
6214
6215         * NEWS
6216         * README
6217         * RELEASE_NOTES
6218         * configure.ac
6219                 bump up version number following
6220                 stable release
6221
6222 2007-01-15 [paul]       2.7.0cvs31
6223
6224         * AUTHORS
6225         * src/gtk/authors.h
6226                 add Fabien to the Team list
6227                 add the recent contributors
6228                 make a few corrections
6229
6230 2007-01-15 [paul]       2.7.0cvs30
6231
6232         * src/mainwindow.c
6233                 fix compiler warning
6234         * src/plugins/pgpcore/prefs_gpg.c
6235         * src/plugins/pgpcore/prefs_gpg.h
6236                 add missing include
6237                 fix copyright header
6238
6239 2007-01-14 [colin]      2.7.0cvs29
6240
6241         * src/gtk/filesel.c
6242                 Use the 'gtk+' backend. Avoids gnome-vfs use,
6243                 two benefits: faster to open, will fix strange
6244                 dbus-related crash. Thanks to Pascal Terjan.
6245
6246 2007-01-14 [colin]      2.7.0cvs28
6247
6248         * src/etpan/imap-thread.c
6249                 Delete the old imap just after allocating
6250                 the new one. Makes sure we don't get the
6251                 same pointer by sheer luck, which feels
6252                 strange in the debug log.
6253
6254 2007-01-14 [colin]      2.7.0cvs27
6255
6256         * src/gtk/inputdialog.c
6257                 Make sure we don't print passwords in
6258                 clear text when in debug mode
6259
6260 2007-01-14 [colin]      2.7.0cvs26
6261
6262         * src/gtk/gtksctree.c
6263                 Fix bug 1098, 'bogus last row display 
6264                 after expanding a thread'. Patch by
6265                 Jindrich Makovicka <makovick@gmail.com>
6266
6267 2007-01-14 [colin]      2.7.0cvs25
6268
6269         * src/etpan/imap-thread.c
6270                 Close socket manually before
6271                 freeing the imap struct
6272
6273 2007-01-14 [colin]      2.7.0cvs24
6274
6275         * src/etpan/imap-thread.c
6276                 Maybe fix new reconnection issues
6277
6278 2007-01-13 [colin]      2.7.0cvs23
6279
6280         * src/summaryview.c
6281                 Freeze/thaw on thread selection
6282
6283 2007-01-13 [paul]       2.7.0cvs22
6284
6285         * src/mainwindow.c
6286         * src/summaryview.c
6287         * src/summaryview.h
6288                 add 'Edit/Delete thread'
6289
6290 2007-01-13 [colin]      2.7.0cvs21
6291
6292         * src/prefs_account.c
6293         * src/prefs_compose_writing.c
6294         * src/prefs_message.c
6295         * src/prefs_msg_colors.c
6296         * src/prefs_other.c
6297         * src/prefs_receive.c
6298         * src/prefs_spelling.c
6299         * src/prefs_summaries.c
6300         * src/prefs_themes.c
6301         * src/gtk/gtkutils.c
6302         * src/gtk/gtkutils.h
6303         * src/plugins/pgpcore/prefs_gpg.c
6304         * src/plugins/spamassassin/spamassassin_gtk.c
6305                 Factorize gtk frame creation
6306                 Patch by Pawel
6307
6308 2007-01-13 [colin]      2.7.0cvs20
6309
6310         * src/message_search.c
6311         * src/summary_search.c
6312                 Fix Enter in search windows
6313         * src/messageview.c
6314                 Fix body search starting at the
6315                 end of the mail (and asking for loop)
6316
6317 2007-01-13 [colin]      2.7.0cvs19
6318
6319         * src/etpan/imap-thread.c
6320                 Make sure we don't free the same imap
6321                 twice
6322
6323 2007-01-13 [colin]      2.7.0cvs18
6324
6325         * commitHelper
6326                 Allow multiple commitHelpers to
6327                 run at once
6328
6329 2007-01-12 [colin]      2.7.0cvs17
6330
6331         * src/etpan/imap-thread.c
6332                 Make sure we get rid of the previous mailimap
6333                 when connecting - just in case disconnect was
6334                 unclean
6335
6336 2007-01-12 [paul]       2.7.0cvs16
6337
6338         * src/compose.c
6339                 Strip S/MIME signatures when re-editing
6340                 S/MIME signed messages.
6341
6342 2007-01-12 [paul]       2.7.0cvs15
6343
6344         * configure.ac
6345         * src/addressbook.c
6346         * src/foldersel.c
6347         * src/folderview.c
6348         * src/main.c
6349                 no need to define CLAWS anymore, remove
6350                 all that stuff
6351
6352 2007-01-12 [paul]       2.7.0cvs14
6353
6354         * src/mimeview.c
6355                 check if the mail's signed as
6356                 it can change the mail structure
6357                 Thanks to Colin
6358
6359 2007-01-12 [paul]       2.7.0cvs13
6360
6361         * src/procmime.c
6362                 fix Forwarding msgs with attachments
6363                 that have dos line endings
6364                 Thanks to Colin
6365
6366 2007-01-12 [wwp]        2.7.0cvs12
6367
6368         * configure.ac
6369                 Revert accidentally committed extra version tag.
6370
6371 2007-01-12 [wwp]        2.7.0cvs11
6372
6373         * src/prefs_account.c
6374                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6375
6376 2007-01-11 [colin]      2.7.0cvs10
6377
6378         * src/imap.c
6379                 move g_warning to debug_print
6380                 it scares people for no reason
6381
6382 2007-01-11 [colin]      2.7.0cvs9
6383
6384         * po/POTFILES.in
6385                 Fix files to translate. Patch by
6386                 Fabien
6387
6388 2007-01-11 [paul]       2.7.0cvs8
6389
6390         * src/imap.c
6391                 Fix recursion when server lists the
6392                 current subfolder in the response
6393         * src/mimeview.c
6394                 Fix updating of icon_list/ctree
6395         * src/plugins/pgpcore/select-keys.c
6396                 Fix a few annoyances when choosing
6397                 keys for the CMS (S/MIME) protocol
6398
6399 2007-01-11 [wwp]        2.7.0cvs7
6400
6401         * src/compose.c
6402         * src/prefs_account.c
6403         * src/prefs_account.h
6404                 Add per-account spellcheck default dictionaries settings.
6405
6406 2007-01-10 [colin]      2.7.0cvs6
6407
6408         * src/prefs_folder_item.c
6409                 Factorize strings - patch by Fabien
6410
6411 2007-01-10 [colin]      2.7.0cvs5
6412
6413         * src/mainwindow.c
6414                 Fix bug 1095, 'Crash while changing folder 
6415                 columns during incorporation'
6416
6417 2007-01-09 [colin]      2.7.0cvs4
6418
6419         * src/gtk/pluginwindow.c
6420                 Set the plugin window transient. Seems
6421                 like some window managers hide it in
6422                 the background after "load plugin"...
6423
6424 2007-01-09 [colin]      2.7.0cvs3
6425
6426         * src/gtk/filesel.c
6427                 Use the same type for alloc and free
6428
6429 2007-01-08 [paul]       2.7.0cvs2
6430
6431         * po/nl.po
6432                 updated by Tim Dijkstra
6433
6434 2007-01-08 [paul]       2.7.0cvs1
6435
6436         * src/prefs_themes.c
6437         * src/common/utils.c
6438                 Fix resource leaks
6439
6440 2007-01-08 [paul]       2.7.0
6441
6442         * NEWS
6443         * README
6444         * RELEASE_NOTES
6445                 2.7.0 released
6446
6447 2007-01-08 [paul]       2.6.1cvs119
6448
6449         * doc/man/claws-mail.1
6450                 another correction
6451
6452 2007-01-08 [paul]       2.6.1cvs118
6453
6454         * doc/man/claws-mail.1
6455                 corrections
6456         * manual/advanced.xml
6457                 improved English usage
6458
6459 2007-01-08 [paul]       2.6.1cvs117
6460
6461         * po/ca.po
6462         * po/de.po
6463         * po/en_GB.po
6464         * po/fi.po
6465         * po/it.po
6466         * po/pt_BR.po
6467         * po/sk.po
6468         * po/sr.po
6469         * po/zh_CN.po
6470                 updated by Miquel Oliete, Stephan Sachse, me,
6471                 Tommi Pirinen, Andrea Spadaccini, Frederico
6472                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6473                 Urosevic, and Ralgh Young
6474
6475 2007-01-07 [mones]      2.6.1cvs116
6476
6477         * manual/es/advanced.xml
6478         * po/es.po
6479                 Synced manual (unhide mark_as_read_delay)
6480                 and updated translation for release
6481
6482 2007-01-07 [paul]       2.6.1cvs115
6483
6484         * src/prefs_matcher.c
6485                 make the hbox content fit better under
6486                 various languages
6487
6488 2007-01-07 [colin]      2.6.1cvs114
6489
6490         * src/messageview.c
6491                 Fix bug 1088, 'Ctrl-h produces repeatable
6492                 crash'
6493
6494 2007-01-06 [colin]      2.6.1cvs113
6495
6496         * src/etpan/imap-thread.c
6497                 Add casts to int to get certs. Fixes
6498                 bug 1064, 'crash @ etpan_certificate_check() 
6499                 when opening an IMAP folder', with latest
6500                 libetpan CVS or >= 0.49
6501         * src/mainwindow.c
6502         * src/mainwindow.h
6503         * src/imap_gtk.c
6504         * src/news_gtk.c
6505         * src/prefs_folder_item.c
6506                 Grey out the "synchronise" menu items if
6507                 there's nothing to synchronise.
6508         * src/plugins/pgpcore/sgpgme.c
6509                 Make an error clearer than "Unknown error"
6510
6511 2007-01-06 [colin]      2.6.1cvs112
6512
6513         * src/messageview.c
6514                 Don't try to show a message if updating
6515                 Maybe fixes bug 1088, 'ctrl-h produces
6516                 repeatable crash'.
6517
6518 2007-01-06 [colin]      2.6.1cvs111
6519
6520         * src/summaryview.c
6521                 Disable Control-Space (handle it as Space).
6522
6523 2007-01-05 [paul]       2.6.1cvs110
6524
6525         * src/imap.c
6526                 Fix bug 934, 'sylpheed claws 2.1 
6527                 doesn't show Exchanges Public Folders'
6528                 Thanks to Hoa and Colin
6529         * src/msgcache.c
6530                 Refuse to allocate more than 2 MB for a 
6531                 single field, it's a good indication of
6532                 cache corruption.
6533
6534 2007-01-05 [colin]      2.6.1cvs109
6535
6536         * src/mainwindow.c
6537                 Allow --select'ing emails by Message-ID too
6538
6539 2007-01-05 [colin]      2.6.1cvs108
6540
6541         * src/common/quoted-printable.c
6542                 Uh! Third fix :)
6543
6544 2007-01-05 [colin]      2.6.1cvs107
6545
6546         * src/common/quoted-printable.c
6547                 Fix previous commit about bug 1089
6548                 Thanks to Ralf
6549
6550 2007-01-05 [colin]      2.6.1cvs106
6551
6552         * src/common/quoted-printable.c
6553                 Fix my previous commit on bug 1089
6554                 - Thanks to Ralf :)
6555
6556 2007-01-04 [colin]      2.6.1cvs105
6557
6558         * src/common/quoted-printable.c
6559                 Fix bug 1089, 'NUL characters in Subject 
6560                 line are misinterpreted'. Not a pain to
6561                 fix in fact.
6562
6563 2007-01-04 [colin]      
6564
6565         2.7.0-rc3 released
6566
6567 2007-01-04 [wwp]        2.6.1cvs104
6568
6569         * src/image_viewer.c
6570                 Force operator precedence (fix a compiler warning).
6571
6572 2007-01-04 [colin]      2.6.1cvs103
6573
6574         * src/image_viewer.c
6575                 Be cautious there too (same fix as the one
6576                 in textview from cvs33)
6577         * src/messageview.c
6578                 Don't use any MimeViewer plugin when showing
6579                 all headers
6580
6581 2007-01-03 [wwp]        2.6.1cvs102
6582
6583         * src/html.c
6584         * src/html.h
6585                 fixed "cent" sign (use the existing ASCII one),
6586                 decode more HTML entities,
6587                 converted table ASCII entries to UTF-8,
6588                 moved a switch() into a hashtable.
6589
6590 2007-01-03 [paul]       2.6.1cvs101
6591
6592         * src/compose.c
6593         * src/messageview.c
6594         * src/procmsg.c
6595         * src/procmsg.h
6596                 When possible, use move_msg instead of
6597                 copy_msg + remove_msg to move sent mail
6598                 from Queue to Sent. 
6599
6600 2007-01-03 [paul]       2.6.1cvs100
6601
6602         * src/html.c
6603                 add more html entity recognition:
6604                 pounds, euros, and cents
6605
6606 2007-01-03 [colin]      2.6.1cvs99
6607
6608         * src/imap_gtk.c
6609                 Don't display an error on NOSELECT
6610                 folders when synchronising
6611
6612 2007-01-03 [paul]       2.6.1cvs98
6613
6614         * tools/maildir2claws-mail.pl
6615                 only substitute 'sent-mail' if it's
6616                 the full directory name
6617
6618 2007-01-03 [paul]       2.6.1cvs97
6619
6620         * ChangeLog
6621         * ChangeLog.pre2.0.0
6622         * Makefile.am
6623                 archive a chunk of ChangeLog in
6624                 ChangeLog.pre2.0.0
6625         * ChangeLog.gtk1
6626         * doc/src/ChangeLog.claws-pre0.8.0
6627                 remove ChangeLog.claws-pre0.8.0, adding
6628                 its contents to ChangeLog.gtk1
6629
6630 2007-01-03 [paul]       2.6.1cvs96
6631
6632         * src/account.c
6633         * src/account.h
6634         * src/action.c
6635         * src/action.h
6636         * src/adbookbase.h
6637         * src/addr_compl.c
6638         * src/addr_compl.h
6639         * src/addrbook.c
6640         * src/addrcache.c
6641         * src/addrcache.h
6642         * src/addrcindex.c
6643         * src/addrcindex.h
6644         * src/addrclip.c
6645         * src/addrclip.h
6646         * src/addrdefs.h
6647         * src/addressadd.c
6648         * src/addressadd.h
6649         * src/addressbook.c
6650         * src/addressbook.h
6651         * src/addressbook_foldersel.c
6652         * src/addressbook_foldersel.h
6653         * src/addrgather.c
6654         * src/addrgather.h
6655         * src/addrharvest.c
6656         * src/addrharvest.h
6657         * src/addrindex.c
6658         * src/addrindex.h
6659         * src/addritem.c
6660         * src/addritem.h
6661         * src/addrquery.c
6662         * src/addrquery.h
6663         * src/addrselect.c
6664         * src/addrselect.h
6665         * src/alertpanel.c
6666         * src/alertpanel.h
6667         * src/browseldap.c
6668         * src/browseldap.h
6669         * src/codeconv.c
6670         * src/codeconv.h
6671         * src/compose.c
6672         * src/compose.h
6673         * src/customheader.c
6674         * src/customheader.h
6675         * src/displayheader.c
6676         * src/displayheader.h
6677         * src/editaddress.c
6678         * src/editaddress.h
6679         * src/editbook.c
6680         * src/editbook.h
6681         * src/editgroup.c
6682         * src/editgroup.h
6683         * src/editjpilot.c
6684         * src/editjpilot.h
6685         * src/editldap.c
6686         * src/editldap.h
6687         * src/editldap_basedn.c
6688         * src/editldap_basedn.h
6689         * src/editvcard.c
6690         * src/editvcard.h
6691         * src/exphtmldlg.c
6692         * src/exphtmldlg.h
6693         * src/expldifdlg.c
6694         * src/expldifdlg.h
6695         * src/export.c
6696         * src/export.h
6697         * src/exporthtml.c
6698         * src/exporthtml.h
6699         * src/exportldif.c
6700         * src/exportldif.h
6701         * src/filtering.c
6702         * src/filtering.h
6703         * src/folder.c
6704         * src/folder.h
6705         * src/folder_item_prefs.c
6706         * src/folder_item_prefs.h
6707         * src/foldersel.c
6708         * src/foldersel.h
6709         * src/folderutils.c
6710         * src/folderutils.h
6711         * src/folderview.c
6712         * src/folderview.h
6713         * src/grouplistdialog.c
6714         * src/grouplistdialog.h
6715         * src/headerview.c
6716         * src/html.c
6717         * src/html.h
6718         * src/image_viewer.c
6719         * src/image_viewer.h
6720         * src/imap.c
6721         * src/imap.h
6722         * src/imap_gtk.c
6723         * src/imap_gtk.h
6724         * src/import.c
6725         * src/import.h
6726         * src/importldif.c
6727         * src/importldif.h
6728         * src/importmutt.c
6729         * src/importmutt.h
6730         * src/importpine.c
6731         * src/importpine.h
6732         * src/inc.c
6733         * src/inc.h
6734         * src/jpilot.c
6735         * src/jpilot.h
6736         * src/ldapctrl.c
6737         * src/ldapctrl.h
6738         * src/ldaplocate.c
6739         * src/ldaplocate.h
6740         * src/ldapquery.c
6741         * src/ldapquery.h
6742         * src/ldapserver.c
6743         * src/ldapserver.h
6744         * src/ldaputil.c
6745         * src/ldaputil.h
6746         * src/ldif.c
6747         * src/ldif.h
6748         * src/main.c
6749         * src/main.h
6750         * src/mainwindow.c
6751         * src/mainwindow.h
6752         * src/manual.c
6753         * src/manual.h
6754         * src/mbox.c
6755         * src/message_search.c
6756         * src/message_search.h
6757         * src/messageview.c
6758         * src/messageview.h
6759         * src/mh.c
6760         * src/mh.h
6761         * src/mh_gtk.c
6762         * src/mh_gtk.h
6763         * src/mimeview.c
6764         * src/mimeview.h
6765         * src/msgcache.c
6766         * src/msgcache.h
6767         * src/mutt.c
6768         * src/mutt.h
6769         * src/news.c
6770         * src/news.h
6771         * src/news_gtk.c
6772         * src/news_gtk.h
6773         * src/partial_download.c
6774         * src/partial_download.h
6775         * src/pine.c
6776         * src/pine.h
6777         * src/pop.c
6778         * src/pop.h
6779         * src/prefs_account.c
6780         * src/prefs_account.h
6781         * src/prefs_actions.c
6782         * src/prefs_actions.h
6783         * src/prefs_common.c
6784         * src/prefs_common.h
6785         * src/prefs_compose_writing.c
6786         * src/prefs_compose_writing.h
6787         * src/prefs_customheader.c
6788         * src/prefs_customheader.h
6789         * src/prefs_display_header.c
6790         * src/prefs_display_header.h
6791         * src/prefs_filtering.c
6792         * src/prefs_filtering.h
6793         * src/prefs_filtering_action.c
6794         * src/prefs_filtering_action.h
6795         * src/prefs_folder_column.c
6796         * src/prefs_folder_column.h
6797         * src/prefs_folder_item.c
6798         * src/prefs_folder_item.h
6799         * src/prefs_fonts.c
6800         * src/prefs_fonts.h
6801         * src/prefs_gtk.c
6802         * src/prefs_gtk.h
6803         * src/prefs_image_viewer.c
6804         * src/prefs_image_viewer.h
6805         * src/prefs_matcher.c
6806         * src/prefs_matcher.h
6807         * src/prefs_message.c
6808         * src/prefs_msg_colors.c
6809         * src/prefs_msg_colors.h
6810         * src/prefs_other.c
6811         * src/prefs_quote.c
6812         * src/prefs_receive.c
6813         * src/prefs_send.c
6814         * src/prefs_spelling.c
6815         * src/prefs_spelling.h
6816         * src/prefs_summaries.c
6817         * src/prefs_summaries.h
6818         * src/prefs_summary_column.c
6819         * src/prefs_summary_column.h
6820         * src/prefs_template.c
6821         * src/prefs_template.h
6822         * src/prefs_themes.c
6823         * src/prefs_themes.h
6824         * src/prefs_toolbar.c
6825         * src/prefs_toolbar.h
6826         * src/prefs_wrapping.c
6827         * src/prefs_wrapping.h
6828         * src/privacy.c
6829         * src/privacy.h
6830         * src/procheader.c
6831         * src/procheader.h
6832         * src/procmime.c
6833         * src/procmime.h
6834         * src/procmsg.c
6835         * src/procmsg.h
6836         * src/quote_fmt.c
6837         * src/quote_fmt_parse.y
6838         * src/recv.c
6839         * src/recv.h
6840         * src/remotefolder.c
6841         * src/remotefolder.h
6842         * src/send_message.c
6843         * src/send_message.h
6844         * src/setup.c
6845         * src/setup.h
6846         * src/sourcewindow.c
6847         * src/sourcewindow.h
6848         * src/ssl_manager.c
6849         * src/ssl_manager.h
6850         * src/statusbar.c
6851         * src/statusbar.h
6852         * src/stock_pixmap.c
6853         * src/stock_pixmap.h
6854         * src/summary_search.c
6855         * src/summary_search.h
6856         * src/summaryview.c
6857         * src/summaryview.h
6858         * src/textview.c
6859         * src/textview.h
6860         * src/toolbar.c
6861         * src/toolbar.h
6862         * src/undo.c
6863         * src/undo.h
6864         * src/unmime.c
6865         * src/unmime.h
6866         * src/vcard.c
6867         * src/vcard.h
6868         * src/wizard.c
6869         * src/wizard.h
6870         * src/common/base64.c
6871         * src/common/base64.h
6872         * src/common/defs.h
6873         * src/common/hooks.c
6874         * src/common/hooks.h
6875         * src/common/log.c
6876         * src/common/log.h
6877         * src/common/mgutils.c
6878         * src/common/mgutils.h
6879         * src/common/nntp.c
6880         * src/common/nntp.h
6881         * src/common/passcrypt.c
6882         * src/common/passcrypt.h.in
6883         * src/common/plugin.c
6884         * src/common/plugin.h
6885         * src/common/prefs.c
6886         * src/common/prefs.h
6887         * src/common/progressindicator.c
6888         * src/common/progressindicator.h
6889         * src/common/quoted-printable.c
6890         * src/common/quoted-printable.h
6891         * src/common/session.c
6892         * src/common/session.h
6893         * src/common/smtp.c
6894         * src/common/smtp.h
6895         * src/common/socket.c
6896         * src/common/socket.h
6897         * src/common/ssl.c
6898         * src/common/ssl.h
6899         * src/common/ssl_certificate.c
6900         * src/common/ssl_certificate.h
6901         * src/common/stringtable.c
6902         * src/common/stringtable.h
6903         * src/common/template.c
6904         * src/common/template.h
6905         * src/common/timing.h
6906         * src/common/utils.c
6907         * src/common/utils.h
6908         * src/common/version.h.in
6909         * src/common/xml.c
6910         * src/common/xml.h
6911         * src/common/xmlprops.c
6912         * src/common/xmlprops.h
6913         * src/gtk/about.c
6914         * src/gtk/colorlabel.c
6915         * src/gtk/colorsel.c
6916         * src/gtk/colorsel.h
6917         * src/gtk/combobox.c
6918         * src/gtk/combobox.h
6919         * src/gtk/description_window.c
6920         * src/gtk/description_window.h
6921         * src/gtk/filesel.c
6922         * src/gtk/filesel.h
6923         * src/gtk/foldersort.c
6924         * src/gtk/foldersort.h
6925         * src/gtk/gtksctree.c
6926         * src/gtk/gtkutils.c
6927         * src/gtk/gtkutils.h
6928         * src/gtk/inputdialog.c
6929         * src/gtk/inputdialog.h
6930         * src/gtk/logwindow.c
6931         * src/gtk/logwindow.h
6932         * src/gtk/manage_window.c
6933         * src/gtk/manage_window.h
6934         * src/gtk/menu.c
6935         * src/gtk/menu.h
6936         * src/gtk/pluginwindow.c
6937         * src/gtk/pluginwindow.h
6938         * src/gtk/prefswindow.c
6939         * src/gtk/prefswindow.h
6940         * src/gtk/progressdialog.c
6941         * src/gtk/progressdialog.h
6942         * src/gtk/sslcertwindow.c
6943         * src/gtk/sslcertwindow.h
6944         * src/plugins/bogofilter/bogofilter.c
6945         * src/plugins/bogofilter/bogofilter.h
6946         * src/plugins/bogofilter/bogofilter_gtk.c
6947         * src/plugins/clamav/clamav_plugin.c
6948         * src/plugins/clamav/clamav_plugin.h
6949         * src/plugins/clamav/clamav_plugin_gtk.c
6950         * src/plugins/demo/demo.c
6951         * src/plugins/dillo_viewer/dillo_prefs.c
6952         * src/plugins/dillo_viewer/dillo_prefs.h
6953         * src/plugins/dillo_viewer/dillo_viewer.c
6954         * src/plugins/pgpcore/passphrase.c
6955         * src/plugins/pgpcore/passphrase.h
6956         * src/plugins/pgpcore/pgp_viewer.c
6957         * src/plugins/pgpcore/pgp_viewer.h
6958         * src/plugins/pgpcore/plugin.c
6959         * src/plugins/pgpcore/select-keys.c
6960         * src/plugins/pgpcore/select-keys.h
6961         * src/plugins/pgpcore/sgpgme.c
6962         * src/plugins/pgpcore/sgpgme.h
6963         * src/plugins/pgpinline/pgpinline.c
6964         * src/plugins/pgpinline/pgpinline.h
6965         * src/plugins/pgpinline/plugin.c
6966         * src/plugins/pgpmime/pgpmime.c
6967         * src/plugins/pgpmime/pgpmime.h
6968         * src/plugins/pgpmime/plugin.c
6969         * src/plugins/spamassassin/spamassassin.c
6970         * src/plugins/spamassassin/spamassassin.h
6971         * src/plugins/spamassassin/spamassassin_gtk.c
6972         * src/plugins/trayicon/trayicon.c
6973                 it's 2007, update the year in the copyright headers
6974
6975 2007-01-03 [paul]       2.6.1cvs95
6976
6977         * src/gtk/about.c
6978                 it is 2007, use it in the copyright string
6979
6980 2007-01-03 [paul]       2.6.1cvs94
6981
6982         * src/html.c
6983                 html entity conversion:
6984                 move &#153; to a more suitable place
6985                 add &bull; and &ndash;
6986                 make sure &mdash; and &#8212; are both
6987                 converted the same
6988
6989 2007-01-02 [colin]      2.6.1cvs93
6990
6991         * src/addrbook.c
6992                 Fix leak
6993         * src/common/plugin.c
6994                 Add comment
6995         * src/etpan/imap-thread.c
6996                 Fix warning
6997
6998 2006-12-31 [paul]       2.6.1cvs92
6999
7000         * src/prefs_summaries.c
7001                 use gtk_button_new_from_stock()
7002
7003 2006-12-30 [colin]      2.6.1cvs91
7004
7005         * src/folder.c
7006         * src/imap_gtk.c
7007         * src/mh_gtk.c
7008                 Don't update filtering and account paths 
7009                 when copying folders
7010
7011 2006-12-30 [colin]      2.6.1cvs90
7012
7013         * src/prefs_compose_writing.c
7014         * src/prefs_quote.c
7015         * src/prefs_template.c
7016                 Use message font for Writing and 
7017                 Quoting prefs, as well as Templates.
7018
7019 2006-12-30 [colin]      2.6.1cvs89
7020
7021         * src/prefs_summaries.c
7022                 Rework GUI; patch by Pawel
7023
7024 2006-12-29 [colin]      2.6.1cvs88
7025
7026         * src/prefs_folder_item.c
7027                 Fix bug 1085, 'Apply to subfolder 
7028                 doesn't work' - I was mistaken saying
7029                 it worked in every case
7030
7031 2006-12-28 [colin]      2.6.1cvs87
7032
7033         * src/gtk/gtkaspell.c
7034                 Don't assert if use_alternate is true
7035                 and alt_dictionary isn't set -- this 
7036                 is what happens on upgrade! Rather,
7037                 do with it.
7038
7039 2006-12-28 [colin]      2.6.1cvs86
7040
7041         * Makefile.am
7042                 Fix desktop/icon simplification
7043
7044 2006-12-28 [colin]      2.6.1cvs85
7045
7046         * Makefile.am
7047                 Make desktop and icon not 
7048                 dependant on the desktop
7049
7050 2006-12-28 [wwp]        2.6.1cvs84
7051
7052         * src/plugins/pgpmime/claws.def
7053                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
7054
7055 2006-12-28 [wwp]        2.6.1cvs83
7056
7057         * src/prefs_folder_item.c
7058                 Fix coloring of "simplify subject regexp" (folder prefs),
7059                 which might be left to red whereas the regexp gets empty.
7060
7061 2006-12-28 [wwp]        2.6.1cvs82
7062
7063         * src/prefs_common.c
7064         * src/prefs_common.h
7065         * src/addressbook.c
7066         * src/addressitem.h
7067                 Save addressbook mainwindow's horizontal and vertical splitter position.
7068
7069 2006-12-27 [wwp]        2.6.1cvs81
7070
7071         * src/gtk/gtkaspell.c
7072         * src/gtk/gtkaspell.h
7073         * src/compose.c
7074                 Fix assignment of compose's default and alternate dictionary from
7075                 account or folder settings. Now gtkaspell_change_dict does rotate
7076                 dicts only when it's called from a menu cb.
7077
7078 2006-12-27 [wwp]        2.6.1cvs80
7079
7080         * src/folder_item_prefs.c
7081                 Fix randomly initialized default-alt-dictionary (folder prefs),
7082                 complete 2.6.1cvs72.
7083
7084 2006-12-27 [paul]       2.6.1cvs79
7085
7086         * src/imap_gtk.c
7087         * src/mh_gtk.c
7088                 Add Copy folder in the folder's contextual
7089                 menu
7090
7091 2006-12-27 [wwp]        2.6.1cvs78
7092
7093         * src/imap.c
7094                 Clean up session locking, thanks to Colin.
7095
7096 2006-12-26 [colin]      2.6.1cvs77
7097
7098         * src/statusbar.c
7099                 Revert previous patch
7100
7101 2006-12-26 [colin]      2.6.1cvs76
7102
7103         * src/folder.c
7104         * src/folderview.c
7105         * src/imap.c
7106         * src/statusbar.c
7107         * src/etpan/imap-thread.c
7108                 Fix previous commit warnings
7109                 Make statusbar update every second if total < 20
7110                 Make IMAP APPEND faster by simplifying log              
7111
7112 2006-12-26 [colin]      2.6.1cvs75
7113
7114         * src/folder.c
7115         * src/folder.h
7116         * src/folderview.c
7117         * src/folderview.h
7118         * src/imap_gtk.c
7119         * src/mh_gtk.c
7120                 Make it possible to copy folders accross
7121                 mailboxes (this was an arbitrary limitation).
7122                 Still make it impossible to move folders 
7123                 accross mailboxes.
7124
7125 2006-12-26 [colin]      2.6.1cvs74
7126
7127         * src/etpan/imap-thread.c
7128                 Fix bug 1081, 'claws-mail 
7129                 segfaults when going offline 
7130                 while it transfers mails via 
7131                 imap'
7132
7133 2006-12-26 [colin]      2.6.1cvs73
7134
7135         * src/folder_item_prefs.c
7136                 Don't forget alt dictionary when
7137                 renaming/moving folders
7138
7139 2006-12-26 [wwp]        2.6.1cvs72
7140
7141         * src/folder_item_prefs.c
7142                 Add missing defaults for per-folder alt dict
7143                 (forgotten in 2.6.1cvs61).
7144
7145 2006-12-26 [colin]      2.6.1cvs71
7146
7147         * src/wizard.c
7148                 Add tooltip to state that specifying
7149                 full path to mailbox is possible
7150
7151 2006-12-26 [wwp]        2.6.1cvs70
7152
7153         * src/partial_download.c
7154         * src/gtk/gtkvscrollbutton.c
7155         * src/plugins/pgpinline/plugin.c
7156                 Fix for few compiler warnings that matter.
7157
7158 2006-12-25 [colin]      2.6.1cvs69
7159
7160         * src/partial_download.c
7161                 Fix marking for download or deletion
7162                 when the header isn't the first
7163         * src/gtk/logwindow.c
7164                 Fix start of scrolling
7165
7166 2006-12-23 [paul]       2.6.1cvs68
7167
7168         * src/compose.c
7169                 change last commit to use the 'academic'
7170                 method instead. Thanks to wwp
7171
7172 2006-12-23 [paul]       2.6.1cvs67
7173
7174         * src/compose.c
7175                 don't warn about empty subject when
7176                 redirecting
7177
7178 2006-12-22 [colin]      2.6.1cvs66
7179
7180         * src/summary_search.c
7181                 Fix previous patch
7182
7183 2006-12-22 [colin]      2.6.1cvs65
7184
7185         * src/gtk/gtkutils.c
7186         * src/imap.c
7187         * src/jpilot.c
7188         * src/summary_search.c
7189                 A few warning fixes
7190
7191 2006-12-23 [paul]       
7192
7193         2.7.0-rc2 released
7194
7195 2006-12-22 [colin]      2.6.1cvs64
7196
7197         * src/toolbar.c
7198         * src/toolbar.h
7199                 Add a combo to the learn spam button
7200         * src/plugins/bogofilter/bogofilter.c
7201         * src/plugins/bogofilter/bogofilter_gtk.c
7202         * src/plugins/bogofilter/bogofilter.h
7203                 Allow to store Unsure mails in a specific
7204                 folder to make better teaching easier
7205
7206 2006-12-21 [wwp]        2.6.1cvs63
7207
7208         * src/compose.c
7209         * src/prefs_common.c
7210         * src/prefs_common.h
7211         * src/prefs_spelling.c
7212         * src/gtk/gtkaspell.c
7213         * src/gtk/gtkaspell.h
7214                 Allow spell-checking using both current and alternate dictionaries
7215                 (thanks to Colin).
7216
7217 2006-12-21 [wwp]        2.6.1cvs62
7218
7219         * src/gtk/gtkaspell.c
7220                 Apply recheck_when_changing_dict (highlight all mispelled words)
7221                 when switching to alternate dictionary.
7222
7223 2006-12-21 [wwp]        2.6.1cvs61
7224
7225         * src/compose.c
7226         * src/folder_item_prefs.h
7227         * src/prefs_common.c
7228         * src/prefs_common.h
7229         * src/prefs_folder_item.c
7230         * src/prefs_spelling.c
7231         * src/gtk/gtkaspell.c
7232         * src/gtk/gtkaspell.h
7233                 Add global and per-folder prefs to set the default
7234                 alternate dictionary.
7235
7236 2006-12-21 [colin]      2.6.1cvs60
7237
7238         * src/folder.c
7239                 Look for folders by path in all folders
7240         * src/html.c
7241                 add &mdash;
7242
7243 2006-12-20 [colin]      2.6.1cvs59
7244
7245         * src/gtk/quicksearch.c
7246                 Make sure in_typing is false when clearing
7247
7248 2006-12-20 [wwp]        2.6.1cvs58
7249
7250         * configure.ac
7251                 change manual's target dir to be LFH-compliant (thanks to Colin).
7252
7253 2006-12-20 [wwp]        2.6.1cvs57
7254
7255         * src/prefs_common.c
7256         * src/prefs_summaries.c
7257                 i18n fix and factorize patch, thanks to Fabien.
7258
7259 2006-12-20 [paul]       2.6.1cvs56
7260
7261         * configure.ac
7262                 last of the renaming (??)
7263         * src/main.c
7264                 correct --help info of --status-full
7265         * src/plugins/bogofilter/bogofilter.c
7266                 make FALSE default of whitelist_ab
7267
7268 2006-12-19 [colin]      2.6.1cvs55
7269
7270         * src/jpilot.c
7271                 Same as before, without depending on
7272                 pisock >= 0.12
7273
7274 2006-12-19 [colin]      2.6.1cvs54
7275
7276         * src/jpilot.c
7277                 Fix bug 1059, 'Better jpilot charset 
7278                 handling'. Use libpisync's charset conversion
7279                 if possible
7280
7281 2006-12-19 [colin]      2.6.1cvs53
7282
7283         * po/fr.po
7284                 Updated by Fabien
7285
7286 2006-12-19 [wwp]        2.6.1cvs52
7287
7288         * src/gtk/about.c
7289                 Add missing #include (thanks to Colin).
7290
7291 2006-12-19 [wwp]        2.6.1cvs51
7292
7293         * src/prefs_receive.c
7294                 Better spacing between widgets in prefs.
7295
7296 2006-12-18 [colin]      2.6.1cvs50
7297
7298         * src/imap.c
7299                 Fix failure to get separator on LIST "" ""
7300                 Try LIST "" "INBOX" too.
7301
7302 2006-12-18 [wwp]        2.6.1cvs49
7303
7304         * src/common/session.c
7305                 Fix a compiler warning (thanks to Fabien).
7306
7307 2006-12-18 [wwp]        2.6.1cvs48
7308
7309         * src/compose.c
7310         * src/prefs_quote.c
7311                 Factorize some strings for translation (it's about error
7312                 messages when applying or checking template/quote format).
7313
7314 2006-12-18 [colin]      2.6.1cvs47
7315
7316         * Makefile.am
7317         * src/common/defs.h
7318         * src/gtk/Makefile.am
7319         * src/gtk/about.c
7320                 Add a Release notes tab from the contents of
7321                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
7322
7323 2006-12-17 [colin]      2.6.1cvs46
7324
7325         * src/mimeview.c
7326         * src/textview.c
7327         * src/gtk/filesel.c
7328                 Correctly convert from/to UTF8/filename encoding
7329                 when loading and saving files. Probably fixes
7330                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7331                 for a file to attach and is blocked...'
7332
7333 2006-12-17 [colin]      2.6.1cvs45
7334
7335         * src/gtk/logwindow.c
7336                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7337                 IMAP folder and is blocked on main thread': 
7338                 make sure we put utf8 in the log.
7339
7340 2006-12-16 [colin]      2.6.1cvs44
7341
7342         * src/toolbar.c
7343         * src/toolbar.h
7344                 Fix bug 1055, 'Add the 'cancel receive' 
7345                 in the available events for the toolbar buttons'
7346
7347 2006-12-16 [colin]      2.6.1cvs43
7348
7349         * po/POTFILES.in
7350         * src/imap.c
7351         * src/common/nntp.c
7352         * src/common/session.c
7353                 Log error when SSL handshakes fail. 
7354                 Fixes bug 1082, 'incorrect / imprecise 
7355                 error message when imap server provides 
7356                 ssl only through STARTTLS but SSL is 
7357                 selected'
7358
7359 2006-12-15 [wwp]        2.6.1cvs42
7360
7361         * src/plugins/bogofilter/bogofilter_gtk.c
7362                 set proper sensitivity to widgets I've recently added.
7363
7364 2006-12-15 [colin]      
7365
7366         2.7.0-rc1 released
7367
7368 2006-12-15 [wwp]        2.6.1cvs41
7369
7370         * src/plugins/bogofilter/bogofilter.c
7371         * src/plugins/bogofilter/bogofilter.h
7372         * src/plugins/bogofilter/bogofilter_gtk.c
7373                 bogofilter's whitelist can now use a subset of
7374                 the addressbook (either a book, a subfolder of a book,
7375                 or the whole addressbook by using "Any"). Re-used there
7376                 some pref_matcher widgets and mechanisms to match a subset
7377                 of the addressbook.
7378
7379 2006-12-15 [wwp]        2.6.1cvs40
7380
7381         * src/wizard.c
7382         * src/common/plugin.c
7383         * src/common/plugin.h
7384         * src/gtk/about.c
7385         * src/plugins/bogofilter/bogofilter.c
7386         * src/plugins/clamav/clamav_plugin.c
7387         * src/plugins/demo/demo.c
7388         * src/plugins/dillo_viewer/dillo_viewer.c
7389         * src/plugins/pgpcore/plugin.c
7390         * src/plugins/pgpinline/plugin.c
7391         * src/plugins/pgpmime/plugin.c
7392         * src/plugins/spamassassin/spamassassin.c
7393         * src/plugins/trayicon/trayicon.c
7394                 factorize some translatable strings (plugins-related),
7395                 fix missing punctuation in several places,
7396                 remove useless translatable \n in about.c,
7397                 and factorize plugin init code w/ a new function
7398                 check_plugin_version() in common/plugin.c.
7399                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7400
7401 2006-12-15 [wwp]        2.6.1cvs39
7402
7403         * src/plugins/bogofilter/bogofilter.c
7404         * src/plugins/bogofilter/bogofilter_gtk.c
7405                 flag whitelisted spams as spam, but don't filter it to the spam
7406                 folder. Thanks to Colin.
7407
7408 2006-12-15 [ticho]      2.6.1cvs38
7409
7410         * src/plugins/bogofilter/bogofilter.c
7411         * src/plugins/bogofilter/bogofilter.h
7412         * src/plugins/bogofilter/bogofilter_gtk.c
7413                 Add option to whitelist senders found in addressbook. Patch by colin.
7414
7415 2006-12-15 [paul]       2.6.1cvs37
7416
7417         * src/folderview.c
7418                 add missing #include "log.h"
7419
7420 2006-12-15 [paul]       2.6.1cvs36
7421
7422         * src/plugins/bogofilter/bogofilter.c
7423         * src/plugins/bogofilter/bogofilter.h
7424         * src/plugins/bogofilter/bogofilter_gtk.c
7425                 Add an option to allow inserting an
7426                 X-Claws-Bogosity header (on MH folders
7427                 only). Patch by Colin
7428
7429 2006-12-14 [colin]      2.6.1cvs35
7430
7431         * src/main.c
7432                 "Yes" should be the default choice for
7433                 migration configuration
7434
7435 2006-12-14 [paul]       2.6.1cvs34
7436
7437         * src/prefs_summaries.c
7438         * manual/advanced.xml
7439                 Unhide mark_as_read_delay
7440
7441 2006-12-14 [paul]       2.6.1cvs33
7442
7443         * src/messageview.c
7444         * src/messageview.h
7445         * src/mimeview.c
7446         * src/mimeview.h
7447         * src/summaryview.c
7448         * src/textview.c
7449         * src/textview.h
7450                 Fix printing of selection
7451                 Fix printing of message parts
7452                 Fix printing of images
7453         * src/gtk/gtksourceprintjob.c
7454                 Fix page count when there are images
7455
7456 2006-12-14 [wwp]        2.6.1cvs32
7457
7458         * src/mainwindow.c
7459         * src/summaryview.c
7460         * src/summaryview.h
7461         * src/gtk/quicksearch.c
7462                 fix quicksearch 'magnify' button status when QS is closed
7463                 using the Escape key, thanks to Colin.
7464
7465 2006-12-14 [wwp]        2.6.1cvs31
7466
7467         * src/mainwindow.c
7468         * src/summaryview.c
7469         * src/summaryview.h
7470         * src/gtk/quicksearch.c
7471                 fix quicksearch 'magnify' button status when QS is closed
7472                 using the Escape key, thanks to Colin.
7473
7474 2006-12-13 [colin]      2.6.1cvs30
7475
7476         * src/ldapquery.c
7477         * src/ldaputil.c
7478                 Use the binary safe version of ldap_get_values,
7479                 to make sure we manipulate null-terminated 
7480                 strings. Maybe fixes bug 1075, 'claws mail 
7481                 segfault when completing ldap adresses'
7482         * src/syldap.c ** REMOVED **
7483         * src/syldap.h ** REMOVED **
7484                 Remove dead files
7485
7486 2006-12-13 [mones]      2.6.1cvs29
7487
7488         * po/es.po
7489                 Fixed piped strings, fixed click translation
7490
7491 2006-12-13 [paul]       2.6.1cvs28
7492
7493         * src/main.c
7494                 don't translate these strings
7495
7496 2006-12-13 [paul]       2.6.1cvs27
7497
7498         * po/en_GB.po
7499                 updated
7500
7501 2006-12-13 [colin]      2.6.1cvs26
7502
7503         * src/main.c
7504         * src/main.h
7505                 Add claws_is_starting()
7506
7507 2006-12-13 [mones]      2.6.1cvs25
7508
7509         * manual/es/advanced.xml
7510         * po/es.po
7511                 Synced manual and updated translation
7512
7513 2006-12-12 [colin]      2.6.1cvs24
7514
7515         * src/wizard.c
7516                 Add an option to use STARTTLS in the
7517                 welcome wizard. Fixes bug 1080, 
7518                 'Using SSL option in wizard for incoming 
7519                 server does not activate SSL with STARTTLS'
7520
7521 2006-12-12 [colin]      2.6.1cvs23
7522
7523         * src/main.c
7524                 Don't exit when there's an incomplete
7525                 mailbox configured - leaves a chance 
7526                 to fix a failing IMAP account. Exit
7527                 if no mailbox at all is loaded (case
7528                 of missing plugin).
7529                 Completes bug 1077's fix (I was wrong
7530                 in this bug's comment #3).
7531
7532 2006-12-12 [colin]      2.6.1cvs22
7533
7534         * src/gtk/menu.h
7535                 Add another menu data type
7536         * src/prefs_account.c
7537                 Complete the completion of bug 1076
7538                 (doesn't lose the pref on apply)
7539
7540 2006-12-12 [paul]       2.6.1cvs21
7541
7542         * src/prefs_account.c
7543                 complete the fix of bug 1076
7544                 also be more verbose with the text
7545
7546 2006-12-12 [paul]       2.6.1cvs20
7547
7548         * src/gtk/combobox.c
7549                 fix compilation warning
7550
7551 2006-12-11 [colin]      2.6.1cvs19
7552
7553         * src/wizard.c
7554                 Document :port in server entry tooltips
7555
7556 2006-12-11 [colin]      2.6.1cvs18
7557
7558         * src/main.c
7559                 Fix compile
7560
7561 2006-12-11 [colin]      2.6.1cvs17
7562
7563         * src/main.c
7564                 Add failing IMAP as a reason for no
7565                 mailbox
7566
7567 2006-12-11 [colin]      2.6.1cvs16
7568
7569         * src/prefs_account.c
7570                 Check for existence of inbox for local
7571                 accounts too
7572         * src/wizard.c
7573                 Allow setting the port to use for servers
7574                 by using the usual "server.example.com:port"
7575                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7576                 not start when IMAP server is unavailable'
7577
7578 2006-12-11 [colin]      2.6.1cvs15
7579
7580         * src/prefs_account.c
7581                 Prevent use of non-existing default inbox
7582
7583 2006-12-11 [colin]      2.6.1cvs14
7584
7585         * src/prefs_account.c
7586                 Fix sensitivity. Fixes bug 1076, 'privacy 
7587                 options are displayed even when pgp plugin 
7588                 not loaded / available'
7589
7590 2006-12-09 [colin]      2.6.1cvs13
7591
7592         * manual/advanced.xml
7593         * src/prefs_common.c
7594         * src/prefs_common.h
7595         * src/common/ssl_certificate.c
7596                 Add a new hidden preference, 'unsafe_ssl_certs',
7597                 which allows to store multiple certificates per
7598                 server/port. This is disabled by default because
7599                 it's less secure (presenting a new certificate
7600                 instead of a changed one raises less alarms).
7601                 This will cause Claws to ask about an unknown
7602                 certificate for people who have used 2.6.1cvs8
7603                 or greater.
7604
7605 2006-12-09 [colin]      2.6.1cvs12
7606
7607         * src/action.c
7608                 Fix cache updating after action
7609
7610 2006-12-07 [wwp]        2.6.1cvs11
7611
7612         * src/compose.c
7613                 fix email address comparison when replying to all
7614                 (avoid replying to ourselves), thanks to Colin.
7615
7616 2006-12-06 [paul]       2.6.1cvs10
7617
7618         * src/addrharvest.c
7619         * src/editldap.c
7620         * src/expldifdlg.c
7621         * src/news.c
7622         * src/toolbar.c
7623         * src/common/utils.c
7624                 ...and more renaming
7625                 Thanks to Colin
7626
7627 2006-12-06 [paul]       2.6.1cvs9
7628
7629         * src/compose.c
7630         * src/messageview.c
7631         * src/procheader.c
7632         * src/procmime.c
7633         * src/procmsg.c
7634         * src/textview.c
7635                 more renaming
7636                 Thanks to Colin
7637
7638 2006-12-06 [colin]      2.6.1cvs8
7639
7640         * src/ssl_manager.c
7641         * src/common/ssl_certificate.c
7642         * src/common/ssl_certificate.h
7643                 Handle multiple certificates per host/port
7644
7645 2006-12-06 [colin]      2.6.1cvs7
7646
7647         * src/etpan/imap-thread.c
7648                 Fix certificate checking on IMAP
7649
7650 2006-12-06 [colin]      2.6.1cvs6
7651
7652         * src/folderview.c
7653                 Fix bug 1072, 'Claws stops fetching newsgroups 
7654                 from server when newsgroup got deleted': continue
7655                 checking other groups
7656
7657 2006-12-05 [wwp]        2.6.1cvs5
7658
7659         * src/message_search.c
7660         * src/summary_search.c
7661         * src/gtk/combobox.c
7662         * src/gtk/combobox.h
7663         * src/gtk/gtkutils.c
7664         * src/gtk/gtkutils.h
7665                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7666                 behave like w/ old comboboxes (summary and message search only).
7667
7668 2006-12-05 [paul]       2.6.1cvs4
7669
7670         * src/wizard.c
7671                 encode headers
7672                 Thanks to Colin
7673
7674 2006-12-05 [paul]       2.6.1cvs3
7675
7676         * tools/README
7677         * tools/textviewer.pl
7678                 script updated and description added
7679
7680 2006-12-04 [colin]      2.6.1cvs2
7681
7682         * src/compose.c
7683                 Run pre-send hook only when checking
7684                 everything
7685
7686 2006-12-04 [paul]       2.6.1cvs1
7687
7688         * NEWS
7689         * README
7690         * RELEASE_NOTES
7691         * configure.ac
7692         * tools/README
7693                 bump up version number following stable release
7694
7695 2006-12-04 [paul]       2.6.0cvs83
7696
7697         * README
7698                 updates and corrections
7699
7700 2006-12-04 [colin]      2.6.0cvs82
7701
7702         * src/common/utils.c
7703                 Probably fix bug 1066, 'Incorrect mailbox 
7704                 size displayed'
7705
7706 2006-12-04 [colin]      2.6.0cvs81
7707
7708         * src/common/utils.c
7709                 Trim tabs from mailcap file too.
7710
7711 2006-12-02 [paul]       2.6.0cvs80
7712
7713         * src/exphtmldlg.c
7714                 fix broken GUI under certain languages
7715         * src/expldifdlg.c
7716                 put the Cancel button to the right
7717
7718 2006-12-01 [paul]       2.6.0cvs79
7719
7720         * tools/Makefile.am
7721                 remove reference to removed file
7722
7723 2006-12-01 [wwp]        2.6.0cvs78
7724
7725         * src/addressbook.c
7726         * src/editaddress.c
7727                 remove forgotten debug statements.
7728
7729 2006-12-01 [wwp]        2.6.0cvs77
7730
7731         * manual/advanced.xml
7732         * manual/fr/advanced.xml
7733         * src/addressbook.c
7734         * src/addressbook.h
7735         * src/addressitem.h
7736         * src/editaddress.c
7737         * src/editaddress.h
7738         * src/prefs_common.c
7739         * src/prefs_common.h
7740         * src/gtk/gtkutils.c
7741         * src/gtk/gtkutils.h
7742                 add a hidden option to allow embedding the editaddress (edit contact details)
7743                 dialog into the addressbook's window. This doesn't change the default
7744                 behaviour.
7745
7746 2006-12-01 [wwp]        2.6.0cvs76
7747
7748         * src/message_search.c
7749         * src/summary_search.c
7750                 fix more focus issues (don't set focus to combobox's entry widget when
7751                 entry's value changed, if entry widget has focus already).
7752
7753 2006-12-01 [wwp]        2.6.0cvs75
7754
7755         * src/gtk/quicksearch.c
7756                 revert last changes to the quicksearch gtk_combo_box, this needs more
7757                 tuning and testing.
7758
7759 2006-12-01 [paul]       2.6.0cvs74
7760
7761         * tools/kdeservicemenu/README
7762         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7763         * tools/kdeservicemenu/install.sh
7764         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7765         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7766                 simplify this stuff, and in so doing,
7767                 fix it. (possibly re-extend it again at
7768                 a later date)
7769
7770 2006-12-01 [wwp]        2.6.0cvs73
7771
7772         * src/gtk/quicksearch.c
7773                 adapt quicksearch code to use modern gtk_combo_box'es.
7774
7775 2006-12-01 [wwp]        2.6.0cvs72
7776
7777         * src/common/defs.h
7778         * src/prefs_common.c
7779         * src/prefs_common.h
7780         * src/message_search.c
7781         * src/summary_search.c
7782         * src/gtk/combobox.c
7783         * src/gtk/combobox.h
7784                 add history combos to all message and summary search fields.
7785
7786 2006-12-01 [wwp]        2.6.0cvs71
7787
7788         * src/summaryview.c
7789                 As the list may change while the mark as read delay
7790                 runs, we can't rely on the 'row' pointer, which can
7791                 be invalid when the timeout is called. As the mark
7792                 as read is only done if the message is still selected,
7793                 use summaryview->selected instead. Thanks to Colin.
7794
7795 2006-11-30 [paul]       2.6.0cvs70
7796
7797         * src/textview.c
7798                 give emphasis to "Sylpheed-Claws"
7799                 as well as "Claws Mail"
7800
7801 2006-11-30 [colin]      2.6.0cvs69
7802
7803         * src/wizard.c
7804                 Put the SSL checkboxes in the receiving
7805                 and sending server pages.
7806
7807 2006-11-29 [colin]      2.6.0cvs68
7808
7809         * src/gtk/gtkutils.c
7810         * src/gtk/gtkvscrollbutton.c
7811                 Revert some deprecated fixes - they seem to
7812                 deprecate stuff as soon as a new one gets out.
7813                 g_object_ref_sink needed glib-2.10.
7814
7815 2006-11-29 [colin]      2.6.0cvs67
7816
7817         * src/common/utils.c
7818                 Create .mailcap if it doesn't exist
7819
7820 2006-11-29 [colin]      2.6.0cvs66
7821
7822         * src/compose.c
7823                 Followup to cvs60: use original list
7824                 of recipients if replying to a mail
7825                 in Sent Drafts or Queue.
7826
7827 2006-11-27 [paul]       2.6.0cvs65
7828
7829         * src/image_viewer.c
7830                 revert the last change for now (it's broken)
7831
7832 2006-11-27 [paul]       2.6.0cvs64
7833
7834         * Makefile.am
7835         * configure.ac
7836         * m4/aclocal-include.m4
7837         * m4/check-type.m4
7838         * src/Makefile.am
7839         * src/addr_compl.c
7840         * src/compose.c
7841         * src/crash.c
7842         * src/export.c
7843         * src/exporthtml.c
7844         * src/exportldif.c
7845         * src/imap.c
7846         * src/import.c
7847         * src/main.c
7848         * src/main.h
7849         * src/matcher.c
7850         * src/mimeview.c
7851         * src/procmsg.c
7852         * src/textview.c
7853         * src/common/Makefile.am
7854         * src/common/claws.c
7855         * src/common/claws.h
7856         * src/common/ssl.c
7857         * src/common/sylpheed.c
7858         * src/common/sylpheed.h
7859         * src/etpan/Makefile.am
7860         * src/gtk/Makefile.am
7861         * src/gtk/claws-marshal.list
7862         * src/gtk/filesel.c
7863         * src/gtk/gtksctree.c
7864         * src/gtk/quicksearch.c
7865         * src/gtk/sylpheed-marshal.list
7866         * src/plugins/bogofilter/bogofilter.c
7867         * src/plugins/bogofilter/bogofilter_gtk.c
7868         * src/plugins/clamav/clamav_plugin.c
7869         * src/plugins/clamav/clamav_plugin_gtk.c
7870         * src/plugins/demo/demo.c
7871         * src/plugins/dillo_viewer/dillo_viewer.c
7872         * src/plugins/pgpcore/Makefile.am
7873         * src/plugins/pgpcore/claws.def
7874         * src/plugins/pgpcore/pgp_viewer.c
7875         * src/plugins/pgpcore/plugin.c
7876         * src/plugins/pgpcore/sylpheed.def
7877         * src/plugins/pgpinline/Makefile.am
7878         * src/plugins/pgpinline/claws.def
7879         * src/plugins/pgpinline/plugin.c
7880         * src/plugins/pgpinline/sylpheed.def
7881         * src/plugins/pgpmime/Makefile.am
7882         * src/plugins/pgpmime/claws.def
7883         * src/plugins/pgpmime/plugin.c
7884         * src/plugins/pgpmime/sylpheed.def
7885         * src/plugins/spamassassin/spamassassin.c
7886         * src/plugins/spamassassin/spamassassin_gtk.c
7887         * src/plugins/trayicon/trayicon.c
7888                 yet more renaming
7889                 remove deprecated gtk_tooltips_set_delay()
7890
7891 2006-11-26 [paul]       2.6.0cvs63
7892
7893         * src/expldifdlg.c
7894         * src/folderview.c
7895         * src/image_viewer.c
7896         * src/mainwindow.c
7897         * src/gtk/gtkutils.c
7898         * src/gtk/gtkvscrollbutton.c
7899         * src/gtk/prefswindow.c
7900         * src/plugins/pgpcore/prefs_gpg.c
7901                 replace more deprecated GTK+ functions
7902
7903 2006-11-26 [paul]       2.6.0cvs62
7904
7905         * src/addr_compl.c
7906         * src/addressbook.c
7907         * src/browseldap.c
7908                 replace deprecated gtk_idle_... functions
7909
7910 2006-11-26 [paul]       2.6.0cvs61
7911
7912         * src/compose.c
7913         * src/folderview.c
7914         * src/inc.c
7915         * src/summaryview.c
7916         * src/gtk/gtkvscrollbutton.c
7917         * src/gtk/quicksearch.c
7918         * src/plugins/pgpcore/passphrase.c
7919                 replace deprecated gtk_timeout_add and
7920                 gtk_timeout_remove
7921
7922 2006-11-26 [paul]       2.6.0cvs60
7923
7924         * src/compose.c
7925                 fix bug that caused the wrong recipient
7926                 to be selected when replying to a msg
7927                 which is From one of our accounts to
7928                 another of our accounts
7929
7930 2006-11-25 [paul]       2.6.0cvs59
7931
7932         * src/summaryview.c
7933                 don't change the From column title to
7934                 To if the To column is visible
7935
7936 2006-11-24 [paul]       2.6.0cvs58
7937
7938         * src/compose.c
7939                 fix bug 1069, 'Sent mails disappear, BCC
7940                 or locking problem?'
7941
7942 2006-11-21 [wwp]        2.6.0cvs57
7943
7944         * src/compose.c
7945                 fix spelling menu when replying (same as 2.3.1cvs39):
7946                 discrepancy between context menu and top menu when
7947                 folder's dictionary isn't the default one.
7948
7949 2006-11-19 [paul]       2.6.0cvs56
7950
7951         * src/summaryview.c
7952                 obey always_show_msg option when
7953                 marking as spam
7954         * src/plugins/bogofilter/bogofilter.c
7955                 fix typo
7956
7957 2006-11-18 [paul]       2.6.0cvs55
7958
7959         * AUTHORS
7960         * README
7961         * debian/copyright
7962         * manual/ack.xml
7963         * manual/es/ack.xml
7964         * manual/fr/ack.xml
7965         * manual/pl/ack.xml
7966         * src/gtk/authors.h
7967         * src/gtk/icon_legend.c
7968         * src/gtk/icon_legend.h
7969         * tools/OOo2claws-mail.pl
7970         * tools/README
7971         * tools/acroread2claws-mail.pl
7972         * tools/claws.i18n.status.pl
7973         * tools/filter_conv.pl
7974         * tools/filter_conv_new.pl
7975         * tools/freshmeat_search.pl
7976         * tools/google_search.pl
7977         * tools/kmail2claws-mail.pl
7978         * tools/kmail2claws-mail_v2.pl
7979         * tools/maildir2claws-mail.pl
7980         * tools/make.themes.project
7981         * tools/multiwebsearch.pl
7982         * tools/outlook2claws-mail.pl
7983         * tools/tb2claws-mail
7984         * tools/kdeservicemenu/README
7985         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7986                 update mine and wwp's email addresses in
7987                 several places
7988                 Patch by wwp
7989         * src/prefs_compose_writing.c
7990                 set sensitivity on 'new message format' frame
7991
7992 2006-11-17 [paul]       2.6.0cvs54
7993
7994         * src/gtk/about.c
7995                 more reworking of the GUI
7996                 Patch by Fabien Vantard
7997
7998 2006-11-16 [paul]       2.6.0cvs53
7999
8000         * src/gtk/about.c
8001                 set a minimum size for the window, allow
8002                 it to automatically expand as necessary
8003
8004 2006-11-16 [wwp]        2.6.0cvs52
8005
8006         * src/gtk/about.c
8007                 better wrap of copyright info on some systems.
8008
8009 2006-11-16 [paul]       2.6.0cvs51
8010
8011         * src/gtk/about.c
8012                 move the tech info from the upper panel
8013                 to the Info tab
8014                 use a gtk_text_view for the features tab
8015
8016 2006-11-16 [paul]       2.6.0cvs50
8017
8018         * po/Makevars
8019                 update my email address
8020         * src/addressbook.c
8021         * src/compose.c
8022         * src/imap_gtk.c
8023         * src/mh_gtk.c
8024         * src/news_gtk.c
8025         * src/summaryview.c
8026         * src/plugins/trayicon/trayicon.c
8027                 don't offer simple menu separators
8028                 for translation
8029         * src/folderview.c
8030                 add separator between 'mark all read'
8031                 and 'search folder'
8032
8033 2006-11-15 [wwp]        2.6.0cvs49
8034
8035         * src/gtk/authors.h
8036                 updated manuals authors.
8037
8038 2006-11-14 [paul]       2.6.0cvs48
8039
8040         * src/compose.c
8041                 Fix Options/Reply mode after draft save
8042
8043 2006-11-14 [paul]       2.6.0cvs47
8044
8045         * src/Makefile.am
8046                 Fix make DESTDIR=...
8047         * src/mbox.c
8048                 Optimise speed
8049         * src/plugins/pgpinline/pgpinline.c
8050                 Probably fix bug 1061
8051
8052 2006-11-14 [paul]       2.6.0cvs46
8053
8054         * po/Makevars
8055                 enable Q_ macro
8056         * src/Makefile.am
8057         * src/stock_pixmap.c
8058         * src/stock_pixmap.h
8059         * src/gtk/about.c
8060         * src/pixmaps/active.xpm
8061         * src/pixmaps/inactive.xpm
8062                 add a new page, 'Features', to the About dialog
8063                 showing which features are compiled in and which
8064                 are not
8065
8066 2006-11-14 [paul]       2.6.0cvs45
8067
8068         * po/ru.po
8069                 updated by Pavlo Bohmat
8070
8071 2006-11-14 [colin]      2.6.0cvs44
8072
8073         * src/compose.c
8074         * src/inc.c
8075         * src/messageview.c
8076         * src/news.c
8077         * src/pop.c
8078         * src/procmsg.c
8079         * src/gtk/gtkaspell.c
8080                 Fix 64-bit-related warnings
8081         * src/ssl_manager.c
8082                 Fix possible infinite loop
8083         * src/plugins/pgpcore/sgpgme.c
8084                 Remove useless check
8085
8086 2006-11-13 [colin]      2.6.0cvs43
8087
8088         * src/gtk/Makefile.am
8089                 authors.h isn't generated
8090
8091 2006-11-13 [colin]      2.6.0cvs42
8092
8093         * src/plugins/pgpinline/pgpinline.c
8094         * src/plugins/pgpmime/pgpmime.c
8095                 Very probably fix bug 1061, 'crash on 
8096                 opening signed email'. Another cast
8097                 problem
8098
8099 2006-11-13 [colin]      2.6.0cvs41
8100
8101         * src/plugins/pgpcore/sgpgme.c
8102                 Maybe fix bug 1061, 'crash on opening 
8103                 signed email'
8104
8105 2006-11-13 [wwp]        2.6.0cvs40
8106
8107         * src/plugins/pgpinline/pgpinline.c
8108                 fix candidate for bug #1057, thanks to Colin.
8109
8110 2006-11-13 [wwp]        2.6.0cvs39
8111
8112         * src/compose.c
8113         * src/quote_fmt_parse.y
8114                 fix bug 1052: current parser buffer was not always 
8115                 allocated, ptr to this buffer could be returned as 
8116                 NULL whereas no parser error has occurred. in 
8117                 consequence, defining a template body as "%d" 
8118                 (w/o the quotes) for the first time of the instance 
8119                 of claws-mail, was reporting a parser error. make 
8120                 sure that the buffer is always allocated, even to 
8121                 an empty string.
8122                 fix mis-unescaping in compose.:compose_quote_fmt(): 
8123                 unescaping of the fmt string was always done 
8124                 whereas it must be done *only* when receiving 
8125                 quote format strings issued from the prefs 
8126                 (compose new message, reply, forward, redirect 
8127                 formats), *not* when applying templates.  in 
8128                 consequences, applying templates w/ sequences 
8129                 like \\|p{echo} were failing. make sure that 
8130                 unescaping is done only when necessary.
8131
8132 2006-11-12 [colin]      2.6.0cvs38
8133
8134         * po/de.po
8135                 Fix typo (s/KB/MB)
8136
8137 2006-11-12 [colin]      2.6.0cvs37
8138
8139         * src/plugins/pgpinline/pgpinline.c
8140         * src/plugins/pgpmime/pgpmime.c
8141                 Release GPG context at the latest 
8142                 possible moment. Maybe fixes 
8143                 bug 1057, 'crash on sending signed 
8144                 message to a newsgroup'
8145                 
8146
8147 2006-11-12 [colin]      2.6.0cvs36
8148
8149         * src/plugins/pgpcore/sgpgme.c
8150                 Tell a bit more when gpg's status doesn't
8151                 contain any signature
8152
8153 2006-11-12 [colin]      2.6.0cvs35
8154
8155         * src/compose.c
8156                 Fix bug 1060, 'compilation error with 
8157                 Irix's cc'
8158
8159 2006-11-12 [paul]       2.6.0cvs34
8160
8161         * doc/man/claws-mail.1
8162         * src/prefs_gtk.c
8163         * src/plugins/clamav/README
8164         * src/plugins/spamassassin/README
8165         * tools/README
8166         * tools/freshmeat_search.pl
8167         * tools/google_search.pl
8168         * tools/multiwebsearch.pl
8169                 more renaming
8170         * src/plugins/trayicon/trayicon.c
8171                 fix compiliation warning
8172
8173 2006-11-11 [colin]      2.6.0cvs33
8174
8175         * src/folderview.c
8176                 Forbid drag and drop from/to different
8177                 folders of type F_UNKNOWN
8178
8179 2006-11-11 [colin]      2.6.0cvs32
8180
8181         * src/plugins/pgpinline/pgpinline.c
8182                 Fix typo in previous commit:
8183                 - gpgme_new(&ctx);
8184                 + if ((err = gpgme_new(&data->ctx)) ...)
8185
8186 2006-11-11 [colin]      2.6.0cvs31
8187
8188         * src/plugins/pgpinline/pgpinline.c
8189         * src/plugins/pgpmime/pgpmime.c
8190                 Check success after calling gpgme_new
8191                 Maybe fixes bug 1057, 'crash on sending 
8192                 signed message to a newsgroup'
8193
8194 2006-11-11 [colin]      2.6.0cvs30
8195
8196         * src/undo.c
8197                 init undostruct to 0s (from
8198                 valgrind log of bug 1057)
8199
8200 2006-11-10 [colin]      2.6.0cvs29
8201
8202         * src/mainwindow.c
8203                 Set cursor to wait before filtering
8204                 duplicates in all folders
8205         * src/plugins/bogofilter/bogofilter.c
8206         * src/plugins/bogofilter/bogofilter.h
8207         * src/plugins/bogofilter/bogofilter_gtk.c
8208                 Completely thread away the bogofilter
8209                 filtering
8210
8211 2006-11-10 [mones]      2.6.0cvs28
8212
8213         * src/compose.c
8214         * src/compose.h
8215                 added COMPOSE_CHECK_BEFORE_SEND hook
8216
8217 2006-11-10 [paul]       2.6.0cvs27
8218
8219         * src/crash.c
8220                 more renaming
8221                 add libSM to get_compiled_in_features()
8222         * src/main.c
8223                 more renaming
8224
8225 2006-11-10 [colin]      2.6.0cvs26
8226
8227         * src/etpan/imap-thread.c
8228                 Add a reference to libetpan's sasl engine
8229                 so that sasl_done() doesn't get called by
8230                 libetpan, and doesn't break openssl.
8231                 Should fix bug 1053, 'SC fails to reestablish 
8232                 a secure connection'
8233                 Patch by Hoa
8234
8235 2006-11-10 [colin]      2.6.0cvs25
8236
8237         * manual/addrbook.xml
8238         * manual/advanced.xml
8239         * manual/faq.xml
8240         * manual/intro.xml
8241                 Some more renaming
8242
8243 2006-11-09 [colin]      2.6.0cvs24
8244
8245         * src/plugins/bogofilter/bogofilter_gtk.c
8246                 Add comment about annoyance
8247
8248 2006-11-09 [colin]      2.6.0cvs23
8249
8250         * src/plugins/bogofilter/bogofilter.c
8251         * src/plugins/bogofilter/bogofilter_gtk.c
8252                 Prepare things needed to thread bogofilter
8253                 filtering: separate bogo stuff and possible GUI
8254                 stuff. 
8255
8256 2006-11-09 [colin]      2.6.0cvs22
8257
8258         * src/account.c
8259         * src/compose.c
8260                 Search for one of our accounts in Delivered-To
8261                 (helps for auto-account selection when 
8262                  replying/forwarding)
8263         * src/folderview.c
8264         * src/mainwindow.c
8265         * src/mainwindow.h
8266         * src/plugins/trayicon/trayicon.c
8267                 Allow opening a new mail with any account from
8268                 the contextual menu
8269
8270 2006-11-09 [wwp]        2.6.0cvs21
8271
8272         * src/compose.c
8273         * src/prefs_common.c
8274         * src/prefs_common.h
8275         * src/prefs_compose_writing.c
8276                 add a compose new message format (in prefs/compose/writing), it's a
8277                 simple subject+body template to use when opening a new composition
8278                 window. It's similar to the existent reply and forward formats.
8279
8280                 enhanced the template/format % symbols substitution mechanism to
8281                 use current composition window information when % are used in
8282                 the compose new message format or in templates applied to new
8283                 messages (there were useless in that situations before). When
8284                 applied to new messages, %d corresponds to the system time/date.
8285
8286 2006-11-09 [paul]       2.6.0cvs20
8287
8288         * src/gtk/authors.h
8289                 fix last commit
8290
8291 2006-11-09 [paul]       2.6.0cvs19
8292
8293         * src/gtk/authors.h
8294                 keep tje alphabetical order
8295
8296 2006-11-08 [colin]      2.6.0cvs18
8297
8298         * src/etpan/imap-thread.c
8299                 Fix bug 1054, 'Slowness logging big 
8300                 data chunks'
8301
8302 2006-11-08 [paul]       2.6.0cvs17
8303
8304         * tools/Makefile.am
8305                 fix the renaming
8306
8307 2006-11-08 [paul]       2.6.0cvs16
8308
8309         * src/common/defs.h
8310                 update BUGZILLA_URI
8311
8312 2006-11-08 [paul]       2.6.0cvs15
8313
8314         * tools/Makefile.am
8315         * tools/OOo2claws-mail.pl
8316         * tools/OOo2sylpheed.pl
8317         * tools/README
8318         * tools/acroread2claws-mail.pl
8319         * tools/acroread2sylpheed.pl
8320         * tools/kmail2claws-mail.pl
8321         * tools/kmail2claws-mail_v2.pl
8322         * tools/kmail2sylpheed.pl
8323         * tools/kmail2sylpheed_v2.pl
8324         * tools/maildir2claws-mail.pl
8325         * tools/maildir2sylpheed.pl
8326         * tools/nautilus2claws-mail.sh
8327         * tools/nautilus2sylpheed.sh
8328         * tools/outlook2claws-mail.pl
8329         * tools/outlook2sylpheed.pl
8330         * tools/tb2claws-mail
8331         * tools/tb2sylpheed
8332         * tools/tbird2claws.py
8333         * tools/tbird2syl.py
8334         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8335         * tools/kdeservicemenu/install.sh
8336         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8337         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8338         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8339         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8340         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8341                 renamed (removed, added) tools files
8342
8343 2006-11-08 [paul]       2.6.0cvs14
8344
8345         * src/main.c
8346         * src/common/defs.h
8347                 Migrate sylpheedrc to clawsrc, and fix the standard
8348                 plugins path in the process
8349
8350 2006-11-07 [colin]      2.6.0cvs13
8351
8352         * src/Makefile.am
8353                 Symlink sylpheed-claws relative to 
8354                 claws-mail
8355
8356 2006-11-07 [colin]      2.6.0cvs12
8357
8358         * src/compose.c
8359                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8360
8361 2006-11-07 [paul]       2.6.0cvs11
8362
8363         * src/gtk/about.c
8364                 Fix a missed occurence of
8365                 Sylpheed-Claws
8366
8367 2006-11-07 [paul]       2.6.0cvs10
8368
8369         * src/Makefile.am
8370                 Fix symlink installation
8371
8372 2006-11-07 [paul]       2.6.0cvs9
8373
8374         * src/Makefile.am
8375                 Symlink claws-mail to sylpheed-claws
8376         * src/common/utils.c
8377                 Fix migrating symlinks
8378         * src/etpan/imap-thread.c
8379                 check certificate only when there's
8380                 no error
8381
8382 2006-11-07 [paul]       2.6.0cvs8
8383
8384         * Makefile.am
8385                 Fix icon breakages with Gtk, which needs a 
8386                 cache updated to see them.
8387
8388 2006-11-07 [paul]       2.6.0cvs7
8389
8390         * .cvsignore
8391         * AUTHORS
8392         * COPYING
8393         * INSTALL
8394         * Makefile.am
8395         * NEWS
8396         * README
8397         * RELEASE_NOTES
8398         * autogen.sh
8399         * claws-mail-128x128.png
8400         * claws-mail-64x64.png
8401         * claws-mail.ico
8402         * claws-mail.pc.in
8403         * claws-mail.png
8404         * configure.ac
8405         * sylpheed-claws-128x128.png
8406         * sylpheed-claws-64x64.png
8407         * sylpheed-claws.desktop
8408         * sylpheed-claws.ico
8409         * sylpheed-claws.pc.in
8410         * sylpheed-claws.png
8411         * debian/README.Debian
8412         * debian/changelog
8413         * debian/claws-mail.desktop
8414         * debian/claws-mail.menu
8415         * debian/claws-mail.postinst.debhelper
8416         * debian/claws-mail.postrm.debhelper
8417         * debian/control
8418         * debian/copyright
8419         * debian/files
8420         * debian/rules
8421         * debian/sylpheed-claws.desktop
8422         * debian/sylpheed-claws.menu
8423         * debian/sylpheed-claws.postinst.debhelper
8424         * debian/sylpheed-claws.postrm.debhelper
8425         * doc/man/Makefile.am
8426         * doc/man/claws-mail.1
8427         * doc/man/sylpheed-claws.1
8428         * doc/src/ChangeLog.claws-pre0.8.0
8429         * manual/Makefile.am
8430         * manual/account.xml
8431         * manual/ack.xml
8432         * manual/addrbook.xml
8433         * manual/advanced.xml
8434         * manual/claws-mail-manual.xml
8435         * manual/faq.xml
8436         * manual/glossary.xml
8437         * manual/handling.xml
8438         * manual/intro.xml
8439         * manual/keyboard.xml
8440         * manual/plugins.xml
8441         * manual/starting.xml
8442         * manual/sylpheed-claws-manual.xml
8443         * manual/xml2pdf
8444         * manual/dist/.cvsignore
8445         * manual/dist/html/.cvsignore
8446         * manual/dist/html/Makefile.am
8447         * manual/dist/pdf/.cvsignore
8448         * manual/dist/pdf/Makefile.am
8449         * manual/dist/ps/.cvsignore
8450         * manual/dist/ps/Makefile.am
8451         * manual/dist/txt/.cvsignore
8452         * manual/dist/txt/Makefile.am
8453         * manual/es/Makefile.am
8454         * manual/es/advanced.xml
8455         * manual/es/claws-mail-manual.xml
8456         * manual/es/faq.xml
8457         * manual/es/glossary.xml
8458         * manual/es/handling.xml
8459         * manual/es/intro.xml
8460         * manual/es/plugins.xml
8461         * manual/es/sylpheed-claws-manual.xml
8462         * manual/es/dist/.cvsignore
8463         * manual/es/dist/html/.cvsignore
8464         * manual/es/dist/html/Makefile.am
8465         * manual/es/dist/pdf/.cvsignore
8466         * manual/es/dist/pdf/Makefile.am
8467         * manual/es/dist/ps/.cvsignore
8468         * manual/es/dist/ps/Makefile.am
8469         * manual/es/dist/txt/.cvsignore
8470         * manual/es/dist/txt/Makefile.am
8471         * manual/fr/Makefile.am
8472         * manual/fr/account.xml
8473         * manual/fr/ack.xml
8474         * manual/fr/addrbook.xml
8475         * manual/fr/advanced.xml
8476         * manual/fr/claws-mail-manual.xml
8477         * manual/fr/faq.xml
8478         * manual/fr/glossary.xml
8479         * manual/fr/handling.xml
8480         * manual/fr/intro.xml
8481         * manual/fr/keyboard.xml
8482         * manual/fr/plugins.xml
8483         * manual/fr/starting.xml
8484         * manual/fr/sylpheed-claws-manual.xml
8485         * manual/fr/dist/.cvsignore
8486         * manual/fr/dist/html/.cvsignore
8487         * manual/fr/dist/html/Makefile.am
8488         * manual/fr/dist/pdf/.cvsignore
8489         * manual/fr/dist/pdf/Makefile.am
8490         * manual/fr/dist/ps/.cvsignore
8491         * manual/fr/dist/ps/Makefile.am
8492         * manual/fr/dist/txt/.cvsignore
8493         * manual/fr/dist/txt/Makefile.am
8494         * manual/pl/Makefile.am
8495         * manual/pl/account.xml
8496         * manual/pl/ack.xml
8497         * manual/pl/addrbook.xml
8498         * manual/pl/advanced.xml
8499         * manual/pl/claws-mail-manual.xml
8500         * manual/pl/faq.xml
8501         * manual/pl/glossary.xml
8502         * manual/pl/handling.xml
8503         * manual/pl/intro.xml
8504         * manual/pl/keyboard.xml
8505         * manual/pl/plugins.xml
8506         * manual/pl/starting.xml
8507         * manual/pl/sylpheed-claws-manual.xml
8508         * manual/pl/dist/.cvsignore
8509         * manual/pl/dist/html/.cvsignore
8510         * manual/pl/dist/html/Makefile.am
8511         * manual/pl/dist/pdf/.cvsignore
8512         * manual/pl/dist/pdf/Makefile.am
8513         * manual/pl/dist/ps/.cvsignore
8514         * manual/pl/dist/ps/Makefile.am
8515         * manual/pl/dist/txt/.cvsignore
8516         * manual/pl/dist/txt/Makefile.am
8517         * po/.cvsignore
8518         * po/Makevars
8519         * src/.cvsignore
8520         * src/Makefile.am
8521         * src/account.c
8522         * src/account.h
8523         * src/action.c
8524         * src/action.h
8525         * src/adbookbase.h
8526         * src/addr_compl.c
8527         * src/addr_compl.h
8528         * src/addrbook.c
8529         * src/addrcache.c
8530         * src/addrcache.h
8531         * src/addrcindex.c
8532         * src/addrcindex.h
8533         * src/addrclip.c
8534         * src/addrclip.h
8535         * src/addrdefs.h
8536         * src/addressadd.c
8537         * src/addressadd.h
8538         * src/addressbook.c
8539         * src/addressbook.h
8540         * src/addressbook_foldersel.c
8541         * src/addressbook_foldersel.h
8542         * src/addrgather.c
8543         * src/addrgather.h
8544         * src/addrharvest.c
8545         * src/addrharvest.h
8546         * src/addrindex.c
8547         * src/addrindex.h
8548         * src/addritem.c
8549         * src/addritem.h
8550         * src/addrquery.c
8551         * src/addrquery.h
8552         * src/addrselect.c
8553         * src/addrselect.h
8554         * src/alertpanel.c
8555         * src/alertpanel.h
8556         * src/browseldap.c
8557         * src/browseldap.h
8558         * src/codeconv.c
8559         * src/codeconv.h
8560         * src/compose.c
8561         * src/crash.c
8562         * src/crash.h
8563         * src/customheader.c
8564         * src/customheader.h
8565         * src/displayheader.c
8566         * src/displayheader.h
8567         * src/editaddress.c
8568         * src/editaddress.h
8569         * src/editbook.c
8570         * src/editbook.h
8571         * src/editgroup.c
8572         * src/editgroup.h
8573         * src/editjpilot.c
8574         * src/editjpilot.h
8575         * src/editldap.c
8576         * src/editldap.h
8577         * src/editldap_basedn.c
8578         * src/editldap_basedn.h
8579         * src/editvcard.c
8580         * src/editvcard.h
8581         * src/exphtmldlg.c
8582         * src/exphtmldlg.h
8583         * src/expldifdlg.c
8584         * src/expldifdlg.h
8585         * src/export.c
8586         * src/exporthtml.c
8587         * src/exporthtml.h
8588         * src/exportldif.c
8589         * src/exportldif.h
8590         * src/filtering.c
8591         * src/filtering.h
8592         * src/folder.c
8593         * src/folder.h
8594         * src/folder_item_prefs.c
8595         * src/folder_item_prefs.h
8596         * src/foldersel.c
8597         * src/foldersel.h
8598         * src/folderutils.c
8599         * src/folderutils.h
8600         * src/folderview.c
8601         * src/folderview.h
8602         * src/grouplistdialog.c
8603         * src/grouplistdialog.h
8604         * src/html.c
8605         * src/html.h
8606         * src/image_viewer.c
8607         * src/image_viewer.h
8608         * src/imap.c
8609         * src/imap.h
8610         * src/imap_gtk.c
8611         * src/imap_gtk.h
8612         * src/import.c
8613         * src/import.h
8614         * src/importldif.c
8615         * src/importldif.h
8616         * src/importmutt.c
8617         * src/importmutt.h
8618         * src/importpine.c
8619         * src/importpine.h
8620         * src/inc.c
8621         * src/inc.h
8622         * src/jpilot.c
8623         * src/jpilot.h
8624         * src/ldapctrl.c
8625         * src/ldapctrl.h
8626         * src/ldaplocate.c
8627         * src/ldaplocate.h
8628         * src/ldapquery.c
8629         * src/ldapquery.h
8630         * src/ldapserver.c
8631         * src/ldapserver.h
8632         * src/ldaputil.c
8633         * src/ldaputil.h
8634         * src/ldif.c
8635         * src/ldif.h
8636         * src/localfolder.c
8637         * src/localfolder.h
8638         * src/main.c
8639         * src/main.h
8640         * src/mainwindow.c
8641         * src/mainwindow.h
8642         * src/manual.c
8643         * src/manual.h
8644         * src/matcher.c
8645         * src/matcher.h
8646         * src/matcher_parser.h
8647         * src/matcher_parser_lex.l
8648         * src/matcher_parser_parse.y
8649         * src/mbox.c
8650         * src/mbox.h
8651         * src/message_search.c
8652         * src/message_search.h
8653         * src/messageview.c
8654         * src/messageview.h
8655         * src/mh.c
8656         * src/mh.h
8657         * src/mh_gtk.c
8658         * src/mh_gtk.h
8659         * src/mimeview.c
8660         * src/mimeview.h
8661         * src/msgcache.c
8662         * src/msgcache.h
8663         * src/mutt.c
8664         * src/mutt.h
8665         * src/news.c
8666         * src/news.h
8667         * src/news_gtk.c
8668         * src/news_gtk.h
8669         * src/noticeview.c
8670         * src/noticeview.h
8671         * src/partial_download.c
8672         * src/partial_download.h
8673         * src/pine.c
8674         * src/pine.h
8675         * src/pop.c
8676         * src/pop.h
8677         * src/prefs_account.c
8678         * src/prefs_account.h
8679         * src/prefs_actions.c
8680         * src/prefs_actions.h
8681         * src/prefs_common.c
8682         * src/prefs_common.h
8683         * src/prefs_compose_writing.c
8684         * src/prefs_compose_writing.h
8685         * src/prefs_customheader.c
8686         * src/prefs_customheader.h
8687         * src/prefs_display_header.c
8688         * src/prefs_display_header.h
8689         * src/prefs_ext_prog.c
8690         * src/prefs_ext_prog.h
8691         * src/prefs_filtering.c
8692         * src/prefs_folder_column.c
8693         * src/prefs_folder_column.h
8694         * src/prefs_folder_item.c
8695         * src/prefs_folder_item.h
8696         * src/prefs_fonts.c
8697         * src/prefs_fonts.h
8698         * src/prefs_gtk.c
8699         * src/prefs_gtk.h
8700         * src/prefs_image_viewer.c
8701         * src/prefs_image_viewer.h
8702         * src/prefs_matcher.c
8703         * src/prefs_matcher.h
8704         * src/prefs_message.c
8705         * src/prefs_message.h
8706         * src/prefs_msg_colors.c
8707         * src/prefs_msg_colors.h
8708         * src/prefs_other.c
8709         * src/prefs_other.h
8710         * src/prefs_quote.c
8711         * src/prefs_quote.h
8712         * src/prefs_receive.c
8713         * src/prefs_receive.h
8714         * src/prefs_send.c
8715         * src/prefs_send.h
8716         * src/prefs_spelling.c
8717         * src/prefs_spelling.h
8718         * src/prefs_summaries.c
8719         * src/prefs_summaries.h
8720         * src/prefs_summary_column.c
8721         * src/prefs_summary_column.h
8722         * src/prefs_template.c
8723         * src/prefs_template.h
8724         * src/prefs_themes.c
8725         * src/prefs_themes.h
8726         * src/prefs_toolbar.c
8727         * src/prefs_toolbar.h
8728         * src/prefs_wrapping.c
8729         * src/prefs_wrapping.h
8730         * src/privacy.c
8731         * src/privacy.h
8732         * src/procheader.c
8733         * src/procheader.h
8734         * src/procmime.c
8735         * src/procmime.h
8736         * src/procmsg.c
8737         * src/procmsg.h
8738         * src/quote_fmt.c
8739         * src/quote_fmt_parse.y
8740         * src/recv.c
8741         * src/recv.h
8742         * src/remotefolder.c
8743         * src/remotefolder.h
8744         * src/send_message.c
8745         * src/send_message.h
8746         * src/setup.c
8747         * src/setup.h
8748         * src/sourcewindow.c
8749         * src/sourcewindow.h
8750         * src/ssl_manager.c
8751         * src/ssl_manager.h
8752         * src/statusbar.c
8753         * src/statusbar.h
8754         * src/stock_pixmap.c
8755         * src/stock_pixmap.h
8756         * src/summary_search.c
8757         * src/summary_search.h
8758         * src/summaryview.c
8759         * src/summaryview.h
8760         * src/syldap.c
8761         * src/syldap.h
8762         * src/textview.c
8763         * src/textview.h
8764         * src/toolbar.c
8765         * src/toolbar.h
8766         * src/undo.c
8767         * src/undo.h
8768         * src/unmime.c
8769         * src/unmime.h
8770         * src/vcard.c
8771         * src/vcard.h
8772         * src/wizard.c
8773         * src/wizard.h
8774         * src/common/base64.c
8775         * src/common/base64.h
8776         * src/common/defs.h
8777         * src/common/hooks.c
8778         * src/common/hooks.h
8779         * src/common/log.c
8780         * src/common/log.h
8781         * src/common/mgutils.c
8782         * src/common/mgutils.h
8783         * src/common/nntp.c
8784         * src/common/nntp.h
8785         * src/common/passcrypt.c
8786         * src/common/passcrypt.h.in
8787         * src/common/plugin.c
8788         * src/common/plugin.h
8789         * src/common/prefs.c
8790         * src/common/prefs.h
8791         * src/common/progressindicator.c
8792         * src/common/progressindicator.h
8793         * src/common/quoted-printable.c
8794         * src/common/quoted-printable.h
8795         * src/common/session.c
8796         * src/common/session.h
8797         * src/common/smtp.c
8798         * src/common/smtp.h
8799         * src/common/socket.c
8800         * src/common/socket.h
8801         * src/common/ssl.c
8802         * src/common/ssl.h
8803         * src/common/stringtable.c
8804         * src/common/stringtable.h
8805         * src/common/sylpheed.c
8806         * src/common/sylpheed.h
8807         * src/common/template.c
8808         * src/common/template.h
8809         * src/common/timing.h
8810         * src/common/utils.c
8811         * src/common/utils.h
8812         * src/common/version.h.in
8813         * src/common/xml.c
8814         * src/common/xml.h
8815         * src/common/xmlprops.c
8816         * src/common/xmlprops.h
8817         * src/gtk/about.c
8818         * src/gtk/colorlabel.c
8819         * src/gtk/colorlabel.h
8820         * src/gtk/colorsel.c
8821         * src/gtk/colorsel.h
8822         * src/gtk/combobox.c
8823         * src/gtk/combobox.h
8824         * src/gtk/description_window.c
8825         * src/gtk/description_window.h
8826         * src/gtk/filesel.c
8827         * src/gtk/filesel.h
8828         * src/gtk/foldersort.c
8829         * src/gtk/foldersort.h
8830         * src/gtk/gtkaspell.c
8831         * src/gtk/gtkaspell.h
8832         * src/gtk/gtksctree.c
8833         * src/gtk/gtkshruler.c
8834         * src/gtk/gtkshruler.h
8835         * src/gtk/gtkutils.c
8836         * src/gtk/gtkutils.h
8837         * src/gtk/icon_legend.c
8838         * src/gtk/icon_legend.h
8839         * src/gtk/logwindow.c
8840         * src/gtk/logwindow.h
8841         * src/gtk/manage_window.c
8842         * src/gtk/manage_window.h
8843         * src/gtk/pluginwindow.c
8844         * src/gtk/pluginwindow.h
8845         * src/gtk/prefswindow.c
8846         * src/gtk/prefswindow.h
8847         * src/gtk/quicksearch.c
8848         * src/gtk/quicksearch.h
8849         * src/pixmaps/claws-mail.xpm
8850         * src/pixmaps/claws-mail_icon.xpm
8851         * src/pixmaps/claws-mail_logo.xpm
8852         * src/pixmaps/sylpheed-claws.xpm
8853         * src/pixmaps/sylpheed-claws_icon.xpm
8854         * src/pixmaps/sylpheed-claws_logo.xpm
8855         * src/plugins/bogofilter/Makefile.am
8856         * src/plugins/bogofilter/bogofilter.c
8857         * src/plugins/bogofilter/bogofilter.h
8858         * src/plugins/bogofilter/bogofilter_gtk.c
8859         * src/plugins/clamav/Makefile.am
8860         * src/plugins/clamav/clamav_plugin.c
8861         * src/plugins/clamav/clamav_plugin.h
8862         * src/plugins/clamav/clamav_plugin_gtk.c
8863         * src/plugins/demo/Makefile.am
8864         * src/plugins/demo/demo.c
8865         * src/plugins/dillo_viewer/Makefile.am
8866         * src/plugins/dillo_viewer/README
8867         * src/plugins/dillo_viewer/dillo_prefs.c
8868         * src/plugins/dillo_viewer/dillo_prefs.h
8869         * src/plugins/dillo_viewer/dillo_viewer.c
8870         * src/plugins/pgpcore/Makefile.am
8871         * src/plugins/pgpcore/passphrase.c
8872         * src/plugins/pgpcore/passphrase.h
8873         * src/plugins/pgpcore/pgp_viewer.c
8874         * src/plugins/pgpcore/pgp_viewer.h
8875         * src/plugins/pgpcore/plugin.c
8876         * src/plugins/pgpcore/prefs_gpg.c
8877         * src/plugins/pgpcore/prefs_gpg.h
8878         * src/plugins/pgpcore/select-keys.c
8879         * src/plugins/pgpcore/select-keys.h
8880         * src/plugins/pgpcore/sgpgme.c
8881         * src/plugins/pgpcore/sgpgme.h
8882         * src/plugins/pgpcore/sylpheed.def
8883         * src/plugins/pgpcore/version.rc
8884         * src/plugins/pgpinline/Makefile.am
8885         * src/plugins/pgpinline/pgpinline.c
8886         * src/plugins/pgpinline/pgpinline.h
8887         * src/plugins/pgpinline/plugin.c
8888         * src/plugins/pgpinline/sylpheed.def
8889         * src/plugins/pgpinline/version.rc
8890         * src/plugins/pgpmime/Makefile.am
8891         * src/plugins/pgpmime/pgpmime.c
8892         * src/plugins/pgpmime/pgpmime.h
8893         * src/plugins/pgpmime/plugin.c
8894         * src/plugins/pgpmime/sylpheed.def
8895         * src/plugins/pgpmime/version.rc
8896         * src/plugins/spamassassin/Makefile.am
8897         * src/plugins/spamassassin/README
8898         * src/plugins/spamassassin/spamassassin.c
8899         * src/plugins/spamassassin/spamassassin.h
8900         * src/plugins/spamassassin/spamassassin_gtk.c
8901         * src/plugins/trayicon/Makefile.am
8902         * src/plugins/trayicon/trayicon.c
8903         * tools/OOo2sylpheed.pl
8904         * tools/README
8905         * tools/README.sylprint
8906         * tools/acroread2sylpheed.pl
8907         * tools/claws.i18n.status.pl
8908         * tools/filter_conv.pl
8909         * tools/filter_conv_new.pl
8910         * tools/freshmeat_search.pl
8911         * tools/google_search.pl
8912         * tools/kmail2sylpheed.pl
8913         * tools/kmail2sylpheed_v2.pl
8914         * tools/make.themes.project
8915         * tools/multiwebsearch.pl
8916         * tools/nautilus2sylpheed.sh
8917         * tools/outlook2sylpheed.pl
8918         * tools/sylprint.pl
8919         * tools/sylprint.rc
8920         * tools/tb2sylpheed
8921         * tools/textviewer.sh
8922         * tools/vcard2xml.py
8923         * tools/kdeservicemenu/README
8924         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8925         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8926         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8927                 Change name to Claws Mail. Announce to follow...
8928
8929 2006-11-06 [wwp]        2.6.0cvs6
8930
8931         * src/prefs_template.c
8932                 unify messages related to quote format/template errors (fix
8933                 capitalization), again.
8934
8935 2006-11-06 [wwp]        2.6.0cvs5
8936
8937         * src/prefs_quote.c
8938                 unify messages related to quote format/template errors.
8939
8940 2006-11-06 [wwp]        2.6.0cvs4
8941
8942         * src/prefs_msg_colors.c
8943                 more uses of Q_ macro for contextual translations, thanks
8944                 to Fabien (fzzzzz).
8945
8946 2006-11-06 [wwp]        2.6.0cvs3
8947
8948         * src/compose.c
8949         * src/common/utils.c
8950         * src/common/utils.h
8951                 show an alertpanel to make sure users are aware that sensitive
8952                 files are attached (it's file blacklist-based). This will fix
8953                 interaction w/ GoogleEarth for instance, thanks to Colin.
8954
8955 2006-11-06 [wwp]        2.6.0cvs2
8956
8957         * src/prefs_quote.c
8958         * src/prefs_template.c
8959         * src/prefs_template.h
8960                 check quote format when applying/closing prefs. For now this only
8961                 shows up an error dialog box, not preventing the user from using
8962                 a broken quote (reply, forwards) format.
8963
8964 2006-11-06 [wwp]        2.6.0cvs1
8965
8966         * src/prefs_template.c
8967                 fix missing checks of some template fields.
8968
8969 2006-11-06 [paul]       2.6.0
8970
8971         * NEWS
8972         * README
8973         * RELEASE_NOTES
8974                 2.6.0 released
8975
8976 2006-11-06 [paul]       2.5.6cvs22
8977
8978         * manual/advanced.xml
8979         * manual/es/advanced.xml
8980                 put 'respect_flowed_format' info in the correct
8981                 place
8982
8983 2006-11-06 [mones]      2.5.6cvs21
8984
8985         * po/es.po
8986                 Minor fixes for release
8987
8988 2006-11-06 [paul]       2.5.6cvs20
8989
8990         * po/cs.po
8991         * po/de.po
8992         * po/fr.po
8993         * po/it.po
8994         * po/nl.po
8995         * po/pt_BR.po
8996         * po/sk.po
8997         * po/sv.po
8998         * po/zh_CN.po
8999                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
9000                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
9001                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
9002                 Young
9003
9004 2006-11-02 [colin]      2.5.6cvs19
9005
9006         * src/imap.c
9007         * src/imap.h
9008         * src/prefs_account.c
9009         * src/etpan/imap-thread.c
9010                 Add GSSAPI support - fixes Debian bug #383274
9011
9012 2006-11-01 [colin]      2.5.6cvs18
9013
9014         * src/jpilot.c
9015                 Handle libpisock12 support. Probably
9016                 fixes bug 1046, 'jpilot AddressDB.pdb 
9017                 import fail'
9018
9019 2006-11-01 [colin]      2.5.6cvs17
9020
9021         * src/folderutils.c
9022                 debug_print() folderutils_mark_all_read()
9023
9024 2006-11-01 [colin]      2.5.6cvs16
9025
9026         * COPYING
9027                 Add missed files to the Apache exception
9028
9029 2006-10-31 [colin]      2.5.6cvs15
9030
9031         * src/folder.c
9032         * src/folder.h
9033                 Add a copy_private_data() func to FolderClasses
9034                 Doesn't break the feature freeze, because we 
9035                 won't use it (right now) in the core.
9036
9037 2006-10-31 [colin]      2.5.6cvs14
9038
9039         * COPYING
9040                 Allow linking with the Apache licensed files in
9041                 src/plugins/spamassassin. Hopefully fixes 
9042                 bug 1048, 'Spamassassin plugin license problem'
9043
9044 2006-10-31 [wwp]        2.5.6cvs13
9045
9046         * src/compose.c
9047                 fix and optimize trimming of leading linefeeds in body loop.
9048
9049 2006-10-31 [colin]      2.5.6cvs12
9050
9051         * src/etpan/imap-thread.c
9052         * src/imap.c
9053                 Make really sure to have NULL sets in case
9054                 of error
9055
9056 2006-10-30 [wwp]        2.5.6cvs11
9057
9058         * src/prefs_common.c
9059         * src/prefs_common.h
9060         * src/compose.c
9061                 fix broken storage of quote format template when it contains \-escape
9062                 sequences. The application of such sequences is also fixed now (\t
9063                 in quote format will be a real tab instead of a 't', for instance).
9064
9065 2006-10-27 [colin]      2.5.6cvs10
9066
9067         * src/compose.c
9068                 Probably fix bug 1045, 'sylpheed-claws 
9069                 doesn't remove the mail from the IMAP 
9070                 Queue folder after sending'. From
9071                 2.5.6cvs3-stable
9072
9073 2006-10-27 [colin]      2.5.6cvs9
9074
9075         * configure.ac
9076                 Require libetpan-0.48. I'm so annoying,
9077                 I know ;-)
9078
9079 2006-10-27 [colin]      2.5.6cvs8
9080
9081         * src/folder.c
9082         * src/imap.c
9083                 Probably fix bug 1044, 'sylpheed-claws 
9084                 segfaults while moving mails' - Fix relation
9085                 usage when moving to an IMAP mailbox from another
9086                 mailbox
9087
9088 2006-10-26 [paul]       2.5.6cvs7
9089
9090         * src/gtk/about.c
9091                 add libSM to compiled-in features
9092                 list
9093
9094 2006-10-24 [colin]      2.5.6cvs6
9095
9096         * src/textview.c
9097         * src/gtk/gtkutils.c
9098                 Fix crash when printing emails with an
9099                 xface
9100
9101 2006-10-24 [mones]      2.5.6cvs5
9102
9103         * manual/es/advanced.xml
9104                 Synchronize hidden option respect_flowed_format
9105         * po/es.po
9106                 Updated translation
9107
9108 2006-10-21 [paul]       2.5.6cvs4
9109
9110         * src/gtk/authors.h
9111         * src/plugins/pgpcore/pgp_viewer.c
9112         * src/plugins/pgpcore/sgpgme.c
9113                 fix building on BSDs
9114                 Thanks to Michael Hughes
9115                 <Sylpheed-Claws_user@thehugheslogcabin.net>
9116
9117 2006-10-20 [colin]      2.5.6cvs3
9118
9119         * configure.ac
9120                 Bump up libetpan requirement
9121                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
9122         * src/common/utils.c
9123         * src/common/utils.h
9124                 Add convenience get_file_mtime()
9125         * src/imap.c
9126         * src/etpan/imap-thread.c
9127         * src/etpan/imap-thread.h
9128                 Implement UIDPLUS support if the server
9129                 supports it - faster sending in this case
9130
9131 2006-10-19 [colin]      2.5.6cvs2
9132
9133         * src/gtk/quicksearch.c
9134                 Fix emptying in type-ahead+extended mode
9135         * src/mainwindow.c
9136         * src/mainwindow.h
9137                 Add a hook for offline state change
9138         * src/plugins/trayicon/trayicon.c
9139                 Use it to display offline icons
9140         * src/plugins/trayicon/Makefile.am
9141         * src/plugins/trayicon/newmail.offline.xpm
9142         * src/plugins/trayicon/newmarkedmail.offline.xpm
9143         * src/plugins/trayicon/nomail.offline.xpm
9144         * src/plugins/trayicon/unreadmail.offline.xpm
9145         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9146                 Add the icons
9147
9148 2006-10-12 [paul]       2.5.6cvs1
9149
9150         * NEWS
9151         * README
9152         * configure.ac
9153                 Update version number following
9154                 stable release
9155
9156 2006-10-19 [colin]      2.5.5cvs18
9157
9158         * manual/handling.xml
9159                 Add type-ahead search
9160
9161 2006-10-18 [colin]      2.5.5cvs17
9162
9163         * src/gtk/quicksearch.c
9164                 Remove "save to history only if there's
9165                 no syntax error", it breaks for some 
9166                 reason which I'll investigate later.
9167
9168 2006-10-18 [colin]      2.5.5cvs16
9169
9170         * src/prefs_common.c
9171         * src/prefs_common.h
9172         * src/summaryview.c
9173         * src/gtk/quicksearch.c
9174         * src/gtk/quicksearch.h
9175                 Add a type-ahead option for fast searches
9176                 Patch by Fabien Vantard
9177
9178 2006-10-18 [colin]      2.5.5cvs15
9179
9180         * src/compose.c
9181         * src/compose.h
9182                 Add Options/Reply mode/ menu to be able to
9183                 change the recipients of a reply on the fly
9184
9185 2006-10-18 [colin]      2.5.5cvs14
9186
9187         * src/compose.c
9188                 Fix redirecting of our own sent mails
9189
9190 2006-10-17 [wwp]        2.5.5cvs13
9191
9192         * src/send_message.c
9193                 Fix duplicate error messages when sending, and missing
9194                 newline in such error messages.
9195
9196 2006-10-17 [colin]      2.5.5cvs12
9197
9198         * src/compose.c
9199                 Compare addresses case-insensitive
9200
9201 2006-10-17 [colin]      2.5.5cvs11
9202
9203         * src/plugins/pgpcore/sgpgme.c
9204                 Fix return status
9205
9206 2006-10-17 [colin]      2.5.5cvs10
9207
9208         * src/plugins/pgpcore/pgp_viewer.c
9209                 Fix return status
9210
9211 2006-10-17 [colin]      2.5.5cvs9
9212
9213         * src/quote_fmt.c
9214                 Fix a typo (thanks to Fabien)
9215
9216 2006-10-16 [colin]      2.5.5cvs8
9217
9218         * src/textview.c
9219                 Fix problem with quote-folding when emails
9220                 don't convert cleanly to UTF-8
9221
9222 2006-10-14 [colin]      2.5.5cvs7
9223
9224         * src/prefs_template.c
9225                 Reset fields when reopening
9226                 the window
9227
9228 2006-10-13 [paul]       2.5.5cvs6
9229
9230         * manual/advanced.xml
9231         * src/prefs_message.c
9232                 make 'respect_flowed_format' a hidden
9233                 option, and add a manual entry for it
9234                 Thanks to Colin
9235
9236 2006-10-12 [colin]      2.5.5cvs5
9237
9238         * src/codeconv.c
9239                 Revert part of 2.5.2cvs21:
9240                 Don't optimise by reusing the 
9241                 last iconv converter if possible:
9242                 it seems slightly broken in a 
9243                 very hard way to reproduce
9244
9245 2006-10-12 [colin]      2.5.5cvs4
9246
9247         * src/prefs_common.c
9248         * src/prefs_common.h
9249         * src/prefs_message.c
9250         * src/procmime.c
9251                 Fix bug 1035, 'Incorrect handling 
9252                 of flowed lines'. We now optionnaly
9253                 handle this format (preference is in
9254                 Message View/Text options section)
9255
9256 2006-10-12 [colin]      2.5.5cvs3
9257
9258         * po/POTFILES.in
9259                 Add new file
9260         * src/plugins/pgpcore/pgp_viewer.c
9261         * src/plugins/pgpcore/sgpgme.c
9262                 Don't try to import without asking
9263
9264 2006-10-12 [colin]      2.5.5cvs2
9265
9266         * src/compose.c
9267                 Fix bug 1036, 'Forwarding a mutlipart
9268                 mail with a "text/html" block to ms
9269                 outlook users leeds to freeze of
9270                 outlook'. Poor outlook users...
9271
9272 2006-10-12 [paul]       2.5.5cvs1
9273
9274         * NEWS
9275         * README
9276         * configure.ac
9277                 Update version number following
9278                 stable release
9279
9280 2006-10-11 [paul]       2.5.4cvs1
9281
9282         * NEWS
9283         * README
9284         * configure.ac
9285                 Update version number following
9286                 stable release
9287
9288 2006-10-11 [paul]       2.5.3cvs32
9289
9290         * src/textview.c
9291                 fix bug 1032, 'Segmentation fault when showing
9292                 message' (bug in quote folding)
9293                 Thanks to Colin
9294
9295 2006-10-10 [colin]      2.5.3cvs31
9296
9297         * src/quote_fmt.c
9298                 Rephrase english a bit
9299
9300 2006-10-10 [colin]      2.5.3cvs30
9301
9302         * src/prefs_compose_writing.c
9303                 Stop making the page larger than the window
9304
9305 2006-10-10 [wwp]        2.5.3cvs29
9306
9307         * src/compose.c
9308         * src/prefs_template.c
9309         * src/quote_fmt.c
9310         * src/quote_fmt.h
9311         * src/quote_fmt_lex.l
9312         * src/quote_fmt_parse.y
9313                 Extend the quote parser a bit: allow to get access to
9314                 basic (composing) account info.
9315
9316 2006-10-10 [colin]      2.5.3cvs28
9317
9318         * src/procheader.c
9319                 Fix this \t problem in subject
9320
9321 2006-10-09 [colin]      2.5.3cvs27
9322
9323         * src/main.c
9324         * src/prefs_gtk.c
9325                 Prepare cache a bit later
9326                 If section already exists, skip the new one 
9327                 (as previously); avoid writing the same block
9328                 twice - if we find a second block with the 
9329                 same id, skip it.
9330         * src/plugins/pgpcore/pgp_viewer.c
9331                 Set cursor to busy when retrieving a key
9332         * src/plugins/pgpcore/sgpgme.c
9333                 allow 5 seconds for gpg to export the key
9334                 
9335
9336 2006-10-09 [colin]      2.5.3cvs26
9337
9338         * configure.ac
9339         * src/msgcache.c
9340         * src/prefs_gtk.c
9341                 Check for existence of fgets_unlocked
9342                 and fwrite_unlocked
9343
9344 2006-10-09 [paul]       2.5.3cvs25
9345
9346         * src/prefs_summaries.c
9347                 replace strftime() with fast_strftime() and in
9348                 the consequence fix the bug in the display of
9349                 AM/PM in the 'Example' string
9350
9351 2006-10-09 [ticho]      2.5.3cvs24
9352
9353         * po/sk.po
9354                 Updated (and fixed up somewhat) Slovak translation.
9355
9356 2006-10-08 [colin]      2.5.3cvs23
9357
9358         * src/prefs_folder_item.c
9359                 Explain why prefs in the top-level folder
9360                 aren't retained, but are still useful
9361
9362 2006-10-08 [colin]      2.5.3cvs22
9363
9364         * src/prefs_gtk.c
9365                 Don't cache anything if caching fails
9366
9367 2006-10-08 [colin]      2.5.3cvs21
9368
9369         * src/common/utils.c
9370                 always include gi18n.h
9371
9372 2006-10-07 [colin]      2.5.3cvs20
9373
9374         * src/plugins/pgpcore/pgp_viewer.c
9375                 Kill gpg after 5 seconds wait
9376
9377 2006-10-07 [colin]      2.5.3cvs19
9378
9379         * src/plugins/pgpcore/pgp_viewer.c
9380         * src/plugins/pgpcore/pgp_viewer.h
9381                 Fix copyright
9382
9383 2006-10-07 [colin]      2.5.3cvs18
9384
9385         * src/plugins/pgpcore/pgp_viewer.c
9386         * src/plugins/pgpcore/pgp_viewer.h
9387                 Actually add the files to CVS
9388
9389 2006-10-07 [colin]      2.5.3cvs17
9390
9391         * src/plugins/pgpcore/sgpgme.c
9392                 Be sure not to crash on 'application/pgp-signature' that
9393                 are not application/pgp-signatures
9394
9395 2006-10-07 [colin]      2.5.3cvs16
9396
9397         * src/textview.c
9398         * src/textview.h
9399                 Make a bit more of the API available
9400         * src/plugins/pgpcore/Makefile.am
9401         * src/plugins/pgpcore/plugin.c
9402         * src/plugins/pgpcore/sgpgme.c
9403                 Add basic key import/export
9404
9405 2006-10-07 [colin]      2.5.3cvs15
9406
9407         * src/folderview.c
9408         * src/imap.c
9409         * src/prefs_account.c
9410         * src/wizard.c
9411                 Warn users *everywhere* if libetpan's not
9412                 linked in
9413
9414 2006-10-06 [mones]      2.5.3cvs14
9415
9416         * po/de.po
9417         * po/es.po
9418                 updated by Stephan Sachse and me
9419
9420 2006-10-06 [colin]      2.5.3cvs13
9421
9422         * src/main.c
9423         * src/common/sylpheed.c
9424                 Don't load common plugins if --exit is passed
9425         * src/prefs_gtk.c
9426         * src/prefs_gtk.h
9427                 Implement a cache to avoid reading the same
9428                 files over and over again at startup
9429
9430 2006-10-06 [colin]      2.5.3cvs12
9431
9432         * src/summaryview.c
9433         * src/gtk/quicksearch.c
9434                 Update display every 5k mails on fast searches
9435
9436 2006-10-06 [colin]      2.5.3cvs11
9437
9438         * src/textview.c
9439                 Don't do quote folding on HTML or ERTF.
9440                 May fix the Cygwin issues if they were
9441                 happening with HTML mails?
9442
9443 2006-10-05 [colin]      2.5.3cvs10
9444
9445         * src/prefs_gtk.c
9446                 Oops, forgot one
9447
9448 2006-10-05 [colin]      2.5.3cvs9
9449
9450         * src/prefs_gtk.c
9451                 Use unlocked_stdio here too
9452
9453 2006-10-05 [colin]      2.5.3cvs8
9454
9455         * src/folderview.c
9456                 Fix go to next * after preferences apply
9457         * src/msgcache.c
9458                 Do the fd lock/unlock ourselves instead of
9459                 letting the libc do it at each write 
9460
9461 2006-10-05 [colin]      2.5.3cvs7
9462
9463         * src/common/utils.c
9464                 Faster division, thanks to Jean Diraison
9465
9466 2006-10-05 [paul]       2.5.3cvs6
9467
9468         * src/common/utils.c
9469                 fix building with --disable-nls
9470
9471 2006-10-04 [colin]      2.5.3cvs5
9472
9473         * src/folder.c
9474                 Maybe fix a segfault
9475
9476 2006-10-04 [wwp]        2.5.3cvs4
9477
9478         * src/prefs_folder_item.c
9479                 Fine-tune layouts in folder item prefs. Suggested by
9480                 Fabien Vantard <fzzzzz@gmail.com>.
9481
9482 2006-10-04 [wwp]        2.5.3cvs3
9483
9484         * src/prefs_folder_item.c
9485                 Kill the clandestine passengers. You didn't see anything.
9486
9487 2006-10-04 [wwp]        2.5.3cvs2
9488
9489         * src/prefs_folder_item.c
9490                 Add a way to test the subject simplify regexp in
9491                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9492                 w/ few layout changes.
9493
9494 2006-20-04 [paul]       2.5.3cvs1
9495
9496         * NEWS
9497         * README
9498         * configure.ac
9499                 Update version number following
9500                 stable release
9501
9502 2006-10-04 [colin]      2.5.2cvs42
9503
9504         * src/folder.c
9505         * src/folder.h
9506         * src/summaryview.c
9507                 Provide a way for folder classes to set their sort
9508                 type and key
9509
9510 2006-10-03 [colin]      2.5.2cvs41
9511
9512         * src/mh.c
9513                 Don't use strlen() to know if the
9514                 string's empty
9515
9516 2006-10-03 [colin]      2.5.2cvs40
9517
9518         * src/mh.c
9519                 Fix "check for new folders" with accentued folders
9520
9521 2006-10-03 [ticho]      2.5.2cvs39
9522
9523         * src/filtering.c
9524         * src/folder.c
9525         * src/inc.c
9526         * src/mbox.c
9527                 Colin's fix for "copy" filtering rules.
9528
9529 2006-10-02 [colin]      2.5.2cvs38
9530
9531         * src/folderview.c
9532                 Fix for double-click too
9533
9534 2006-10-02 [colin]      2.5.2cvs37
9535
9536         * src/folderview.c
9537                 correct fix for cvs36
9538
9539 2006-10-02 [colin]      2.5.2cvs36
9540
9541         * src/folderview.c
9542                 Fix 'goto next unread' after collapsing/expanding 
9543                 a node.
9544
9545 2006-10-02 [colin]      2.5.2cvs35
9546
9547         * src/summaryview.c
9548                 Fix double freeze/thaw
9549         * src/common/utils.c
9550         * src/common/utils.h
9551                 Reimplement strftime
9552         * src/procheader.c
9553                 Use it
9554
9555
9556 2006-10-02 [colin]      2.5.2cvs34
9557
9558         * src/mh.c
9559                 Time mh_write_sequences() - it's fast
9560         * src/summaryview.c
9561                 Init a variable to shut up gcc
9562
9563 2006-10-01 [colin]      2.5.2cvs33
9564
9565         * src/folder.c
9566         * src/mh.c
9567         * src/mh.h
9568         * src/msgcache.c
9569                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9570                 Add fsync but disable it, it's slow as hell
9571
9572 2006-10-01 [colin]      2.5.2cvs32
9573
9574         * src/mh.c
9575         * src/msgcache.c
9576                 fflush() caches and mh_sequences before
9577                 fclose()ing
9578
9579 2006-10-01 [colin]      2.5.2cvs31
9580
9581         * src/msgcache.c
9582                 Don't ftruncate when not using mmap
9583
9584 2006-09-30 [colin]      2.5.2cvs30
9585
9586         * src/main.c
9587                 Write folder list *after* saving caches
9588
9589 2006-09-30 [colin]      2.5.2cvs29
9590
9591         * src/folder.c
9592         * src/mh.c
9593                 Debug forced mtime changes
9594
9595 2006-09-30 [colin]      2.5.2cvs28
9596
9597         * src/folder.c
9598         * src/main.c
9599                 Remove useless debug_print()s (code
9600                 well-tested)
9601
9602 2006-09-30 [colin]      2.5.2cvs27
9603
9604         * src/mh.c
9605                 Do stuff faster when writing mh_sequences
9606
9607 2006-09-30 [colin]      2.5.2cvs26
9608
9609         * src/mh.c
9610                 Don't let the writing of .mh_sequences, which
9611                 can change the folder's mtime, let us think
9612                 we need to scan.
9613
9614 2006-09-30 [colin]      2.5.2cvs25
9615
9616         * src/folder.c
9617                 Move a debug_print where it belongs 
9618                 (processing)
9619         * src/summaryview.c
9620                 Don't mess with a huge slow subject
9621                 table if we're not threading by
9622                 subject
9623
9624 2006-09-30 [colin]      2.5.2cvs24
9625
9626         * src/msgcache.c
9627                 Reenable mmaped reads (*not* writes!)
9628         * src/procmsg.c
9629                 Don't destroy and recreate hashtables just
9630                 for fun
9631         * src/common/utils.c
9632                 Remove useless reply prefixes (it's case
9633                 unsensitive)
9634
9635 2006-09-30 [wwp]        2.5.2cvs23
9636
9637         * tools/fix_date.sh
9638                 Fixed a minor bug in date value extraction, added a switch
9639                 to replace non RFC-compliant Date: value, added a switch
9640                 to use strict RFC matching patterns for dates.
9641
9642 2006-09-29 [colin]      2.5.2cvs22
9643
9644         * src/matcher_parser.h
9645         * src/matcher_parser_parse.y
9646         * src/prefs_filtering.c
9647         * src/statusbar.c
9648         * src/summary_search.c
9649         * src/summaryview.c
9650         * src/gtk/quicksearch.c
9651         * src/gtk/quicksearch.h
9652                 Optimise searches by setting different
9653                 refresh intervals (depending if the 
9654                 search is fast or not)
9655
9656 2006-09-29 [colin]      2.5.2cvs21
9657
9658         * src/codeconv.c
9659                 Optimise by reusing the last iconv converter
9660                 if possible
9661         * src/textview.c
9662                 Optimise a bit (the foldable quotes feature
9663                 still has an awful O(n^2) algo
9664
9665 2006-09-29 [colin]      2.5.2cvs20
9666
9667         * src/gtk/gtksctree.c
9668         * src/gtk/gtksctree.h
9669                 Optimise de-selection via up/down or
9670                 another key
9671
9672 2006-09-28 [colin]      2.5.2cvs19
9673
9674         * src/action.c
9675         * src/compose.c
9676         * src/folderview.c
9677         * src/mainwindow.c
9678         * src/messageview.c
9679         * src/summary_search.c
9680         * src/toolbar.c
9681                 Avoid using summaryview->ctree directly
9682
9683 2006-09-28 [colin]      2.5.2cvs18
9684
9685         * src/summaryview.c
9686         * src/summaryview.h
9687                 Add helpers to freeze/thaw/grab_focus
9688                 Factorize calls to freeze/thaw/grab_focus
9689                 
9690
9691 2006-09-28 [colin]      2.5.2cvs17
9692
9693         * src/main.c
9694                 More guards for the session management
9695
9696 2006-09-28 [colin]      2.5.2cvs16
9697
9698         * src/folderview.c
9699         * src/gtk/gtksctree.c
9700         * src/gtk/gtksctree.h
9701                 Make expanding not recursive in folderview
9702
9703 2006-09-28 [colin]      2.5.2cvs15
9704
9705         * src/addressbook.c
9706                 If nothing is selected in the list (right part)
9707                 and a group is selected in the tree (left part),
9708                 mail this group.
9709
9710 2006-09-28 [colin]      2.5.2cvs14
9711
9712         * src/Makefile.am
9713                 Actually use SM_LIBS
9714
9715 2006-09-28 [ticho]      2.5.2cvs13
9716
9717         * src/export.c
9718         * src/messageview.c
9719         * src/mimeview.c
9720         * src/news.c
9721         * src/pop.c
9722         * src/prefs_themes.c
9723         * src/procmsg.c
9724                 Small i18n string optimization.
9725         * src/send_message.c
9726         * src/summaryview.c
9727         * src/common/session.c
9728         * src/common/smtp.c
9729         * src/common/ssl_certificate.c
9730         * src/common/utils.c
9731                 Use "Couldn't" instead of "Can't" in UI messages,
9732                 where appropriate.
9733
9734 2006-09-28 [colin]      2.5.2cvs12
9735
9736         * configure.ac
9737                 Possibly fix link errors
9738
9739 2006-09-27 [wwp]        2.5.2cvs11
9740
9741         * src/gtk/authors.h
9742         * doc/man/sylpheed-claws.1
9743         * manual/ack.xml
9744         * manual/es/ack.xml
9745         * manual/fr/ack.xml
9746         * manual/pl/ack.xml
9747                 Updated authors info (me, myself and I).
9748
9749 2006-09-27 [colin]      2.5.2cvs10
9750
9751         * src/addressbook.c
9752                 Remove useless printf
9753
9754 2006-09-27 [wwp]        2.5.2cvs9
9755
9756         * src/editgroup.c
9757         * src/send_message.c
9758         * src/inc.c
9759         * src/prefs_common.c
9760         * src/prefs_common.h
9761         * src/gtk/progressdialog.c
9762                 remember more windows' sizes (send dialog, received dialog,
9763                 edit group in addressbook).
9764
9765 2006-09-27 [colin]      2.5.2cvs8
9766
9767         * configure.ac
9768         * src/main.c
9769         * src/mainwindow.h
9770                 Use libSM to communicate with the session
9771                 manager, so that we can know when the 
9772                 session ends, save our caches, and draft
9773                 our compose windows.
9774
9775 2006-09-27 [colin]      2.5.2cvs7
9776
9777         * src/addressbook.c
9778                 Fix issues:
9779                 o Allow Book and Group creation from the tree's
9780                   contextual menu
9781                 o Do not actually delete the contacts when 
9782                   deleting groups from the tree (duh!)
9783
9784 2006-09-27 [colin]      2.5.2cvs6
9785
9786         * src/compose.c
9787         * src/compose.h
9788         * src/mainwindow.c
9789         * src/textview.c
9790         * src/toolbar.c
9791                 o Allow passing an email address to 
9792                   compose_new_with_folderitem
9793                 o Update callers
9794                 o Use current folderitem when clicking
9795                   on a TextView mailto: link
9796                 o Fix a possible leak in TextView
9797
9798 2006-09-27 [colin]      2.5.2cvs5
9799
9800         * src/html.c
9801                 Use UTF-8 chars to replace HTML entities
9802
9803 2006-09-27 [colin]      2.5.2cvs4
9804
9805         * AUTHORS
9806         * src/prefs_account.c
9807         * src/gtk/authors.h
9808                 Fix bug #1024 (Array index out of
9809                 range in sylpheed-claws-2.5.2)
9810                 Patch by Ales Nosek <anosek@suse.cz>
9811
9812 2006-09-27 [colin]      2.5.2cvs3
9813
9814         * src/addr_compl.c
9815                 Actually do the test
9816
9817 2006-09-27 [colin]      2.5.2cvs2
9818
9819         * src/addr_compl.c
9820         * src/addr_compl.h
9821                 Allow completing with comma (in certain cases: vCalendar
9822                 for example doesn't support that)
9823                 Patch by Fabien Vantard
9824
9825 2006-09-26 [colin]      2.5.2cvs1
9826
9827         * src/Makefile.am
9828         * src/addr_compl.c
9829         * src/addr_compl.h
9830         * src/addrbook.c
9831         * src/addrbook.h
9832         * src/addressbook.c
9833         * src/addrindex.c
9834         * src/addrindex.h
9835         * src/compose.c
9836         * src/prefs_common.c
9837         * src/prefs_filtering_action.c
9838         * src/prefs_folder_item.c
9839         * src/prefs_template.c
9840         * src/stock_pixmap.c
9841         * src/stock_pixmap.h
9842         * src/pixmaps/addr_one.xpm
9843         * src/pixmaps/addr_two.xpm
9844                 Add auto-completion on groups
9845
9846 2006-09-26 [colin]      2.5.2
9847
9848         * NEWS
9849         * README
9850         * RELEASE_NOTES
9851                 2.5.2 released
9852
9853 2006-09-26 [colin]      2.5.1cvs5
9854
9855         * src/matcher.c
9856                 Fix condition
9857
9858 2006-09-26 [colin]      2.5.1cvs4
9859
9860         * src/mbox.c
9861                 Revert cvs1 (useless as the message is printed 
9862                 every 500 mails)
9863
9864 2006-09-26 [colin]      2.5.1cvs3
9865
9866         * src/partial_download.c
9867                 Fix crasher found by Alexsandar Urosevic
9868
9869 2006-09-26 [colin]      2.5.1cvs2
9870
9871         * src/summaryview.c
9872                 Fix bug #1023 (Sylpheed deletes too much messages)
9873
9874 2006-09-26 [ticho]      2.5.1cvs1
9875
9876         * src/mbox.c
9877                 Make use of gettext's multiple plurals for statusbar
9878                 progress message.
9879
9880 2006-09-25 [paul]       2.5.1
9881
9882         * NEWS
9883         * README
9884         * RELEASE_NOTES
9885                 2.5.1 released
9886
9887 2006-09-25 [colin]      2.5.0cvs3
9888
9889         * src/plugins/bogofilter/bogofilter.c
9890         * src/plugins/clamav/clamav_plugin.c
9891         * src/plugins/spamassassin/spamassassin.c
9892                 BogoFilter, Spamassassin: Fix double hook registering after
9893                 visiting preferences
9894                 Spamassassin, Clamav: Just set the mails to move instead of
9895                 doing the move - caller will move the things at once.
9896
9897 2006-09-25 [colin]      2.5.0cvs2
9898
9899         * src/imap.c
9900         * src/etpan/imap-thread.c
9901                 Use UID SEARCH ALL instead of UID 1:*
9902                 (braindead servers can't figure out that's
9903                 the same...)
9904
9905 2006-09-25 [wwp]        2.5.0cvs1
9906
9907         * src/message_search.c
9908                 Added the ability to stop a running search (in message body).
9909
9910 2006-09-25 [paul]       2.5.0
9911
9912         * NEWS
9913         * README
9914         * RELEASE_NOTES
9915                 2.5.0 released
9916
9917 2006-09-25 [paul]       2.4.0cvs214
9918
9919         * po/cs.po
9920         * po/de.po
9921         * po/fi.po
9922         * po/fr.po
9923         * po/nl.po
9924         * po/pt_BR.po
9925         * po/sk.po
9926         * po/sr.po
9927         * po/zh_CN.po
9928                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9929                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9930                 Ticho, Aleksander Urosevic, Ralgh Young
9931
9932 2006-09-24 [mones]      2.4.0cvs213
9933
9934         * po/es.po
9935                 Updated for release
9936
9937 2006-09-23 [colin]      2.4.0cvs212
9938
9939         * src/gtk/inputdialog.c
9940                 Fix [ ] remember this appearing in normal
9941                 input dialogs after it's been used by
9942                 mimeview.
9943         * src/folder.c
9944         * src/folderview.c
9945         * src/msgcache.c
9946         * src/procmsg.c
9947         * src/summaryview.c
9948         * src/textview.c
9949         * src/common/timing.h
9950                 Enable timings in debug mode and make it
9951                 look prettier.
9952
9953 2006-09-22 [colin]      2.4.0cvs211
9954
9955         * README
9956                 Revert test change
9957         * commitHelper
9958                 ping the correct URI
9959
9960 2006-09-22 [colin]      2.4.0cvs210
9961
9962         * README
9963                 Let's see if bug #1022 is fixed
9964
9965 2006-09-21 [colin]      2.4.0cvs209
9966
9967         * src/wizard.c
9968         * src/common/plugin.c
9969                 Prepare infra to load predefined plugins when
9970                 no configuration existed. Don't actually load
9971                 anything yet (feat. freeze)
9972
9973 2006-09-21 [wwp]        2.4.0cvs208
9974
9975         * manual/fr/faq.xml
9976                 Partial sync w/ 2.4.0cvs72:
9977                 wrap file and minor updates.
9978
9979 2006-09-21 [wwp]        2.4.0cvs207
9980
9981         * tools/fix_date.sh
9982                 several fixes and enhancements. A new --force switch has been
9983                 added to prevent overriding by default Date: header when
9984                 already existing.
9985
9986 2006-09-21 [paul]       2.4.0cvs206
9987
9988         * src/common/utils.c
9989                 add Chinese UTF8 Re prefix
9990
9991 2006-09-21 [wwp]        2.4.0cvs205
9992
9993         * tools/Makefile.am
9994                 Fics alfabettical order.
9995
9996 2006-09-21 [wwp]        2.4.0cvs204
9997
9998         * tools/fix_date.sh
9999         * tools/Makefile.am
10000                 Added an action tool to fix missing Date field in emails.
10001                 Updated Makefile.am to reflect those last two additions.
10002
10003 2006-09-21 [wwp]        2.4.0cvs203
10004
10005         * tools/uuooffice
10006                 Added a action tool to open uuencoded docs w/
10007                 OpenOffice (based on uudec method).
10008
10009 2006-09-21 [colin]      2.4.0cvs202
10010
10011         * src/compose.c
10012         * src/textview.c
10013                 Workaround possible GTK crash: remove selection 
10014                 clipboard before destroying widget, or GTK+-2.10
10015                 dies. Thanks to Hiro.
10016
10017 2006-09-20 [colin]      2.4.0cvs201
10018
10019         * src/compose.c
10020                 Fix free-after-use in some cases (when 
10021                 procmime_encode_content() frees mimeinfo->data.mem
10022                 and turns it to a temp file)
10023
10024 2006-09-20 [colin]      2.4.0cvs200
10025
10026         * src/folderview.c
10027         * src/summaryview.c
10028         * src/gtk/gtksctree.c
10029         * src/gtk/gtksctree.h
10030                 Add tooltips in the folderview and summaryview
10031                 (Doesn't break string freeze as they already
10032                 exist)
10033         * src/toolbar.c
10034                 Put the spam button in the default configuration
10035                 if compiled with bogo plugin too
10036
10037 2006-09-19 [colin]      2.4.0cvs199
10038
10039         * src/summaryview.c
10040         * src/summaryview.h
10041                 Update folder name label on folder rename
10042         * src/prefs_matcher.c
10043         * src/gtk/logwindow.h
10044                 Fix warnings
10045                 Patches by Fabien
10046
10047 2006-09-19 [wwp]        2.4.0cvs198
10048
10049         * src/summary_search.c
10050                 fix can't click forward/backward buttons in the
10051                 search messages.
10052
10053 2006-09-18 [paul]       2.4.0cvs197
10054
10055         * src/wizard.c
10056                 add missing bracket, capitalise the A of
10057                 'SpamAssassin'
10058
10059 2006-09-18 [paul]       2.4.0cvs196
10060
10061         * src/compose.c
10062                 fix bug 1012 'crashed upon sending mail
10063                 from compose window'
10064                 Thanks to Colin
10065
10066 2006-09-16 [colin]      2.4.0cvs195
10067
10068         * src/folderview.c
10069                 Fix "real-time" sorting by freezing/thawing
10070
10071 2006-09-16 [colin]      2.4.0cvs194
10072
10073         * manual/faq.xml
10074                 Fix the anti-spam entry a bit
10075
10076 2006-09-16 [colin]      2.4.0cvs193
10077
10078         * src/wizard.c
10079                 Make sure reviewers have no excuse when stating
10080                 Sylpheed-Claws doesn't have antispam capabilities.
10081
10082 2006-09-16 [colin]      2.4.0cvs192
10083
10084         * src/main.c
10085                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
10086                 as if the SIGPIPE comes from etpan's thread we could
10087                 trigger a GUI update from this thread.
10088
10089 2006-09-16 [colin]      2.4.0cvs191
10090
10091         * src/summaryview.c
10092                 Init all members of the struct
10093
10094 2006-09-16 [paul]       2.4.0cvs190
10095
10096         * src/account.c
10097                 improvements to the English
10098
10099 2006-09-15 [colin]      2.4.0cvs189
10100
10101         * src/summaryview.c
10102                 HIG order on dialog
10103
10104 2006-09-14 [colin]      2.4.0cvs188
10105
10106         * src/common/socket.c
10107         * src/common/socket.h
10108         * src/common/ssl.c
10109         * src/common/ssl_certificate.c
10110         * src/common/ssl_certificate.h
10111         * src/etpan/imap-thread.c
10112                 the get_fqdn() call done to get canonical name when
10113                 checking an SSL certificate is blocking, which is
10114                 sad as we just did a non-blocking lookup to connect.
10115                 Fix that by letting the fqdn available to the SockInfo,
10116                 and use that in ssl_certificate_check(). For IMAP,
10117                 we don't do it as the lookup's done by libetpan, but
10118                 it's less annoying as IMAP connections as much more
10119                 rare than POP3 connections.
10120
10121 2006-09-14 [paul]       2.4.0cvs187
10122
10123         * manual/advanced.xml
10124                 improvements to the English,
10125                 properly place the new hidden options
10126                 within the alphabetical order
10127         * src/gtk/pluginwindow.c
10128                 improvements to the English
10129
10130 2006-09-14 [colin]      2.4.0cvs186
10131
10132         * src/prefs_common.c
10133         * src/prefs_common.h
10134         * src/gtk/gtksctree.c
10135         * manual/advanced.xml
10136                 New hidden pref, stripes_color_offset, to change
10137                 the value added/substracted to normal bgcolor to
10138                 create the stripes in summaries
10139
10140 2006-09-13 [colin]      2.4.0cvs185
10141
10142         * src/gedit-print.c
10143         * src/messageview.c
10144         * src/messageview.h
10145         * src/summaryview.c
10146         * src/textview.c
10147                 Fix misc. printing issues: 
10148                 - Bad font for linkified headers
10149                 - Different font if the mail was displayed or not
10150                 - Factorize the thing
10151
10152 2006-09-13 [colin]      2.4.0cvs184
10153
10154         * src/common/ssl_certificate.c
10155                 Only get FQDN once when checking certificate
10156
10157 2006-09-13 [colin]      2.4.0cvs183
10158
10159         * src/account.c
10160         * src/gtk/pluginwindow.c
10161                 Misc. GUI fixes by Fabien
10162
10163 2006-09-13 [wwp]        2.4.0cvs182
10164
10165         * configure.ac
10166         * src/common/utils.h
10167         * src/common/utils.c
10168                 get rid of unused wide-char functions.
10169
10170 2006-09-13 [wwp]        2.4.0cvs181
10171
10172         * src/plugins/pgpinline/sylpheed.def
10173         * src/textview.c
10174                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
10175                 add privacy_reset_error to the .def file,
10176                 do not fork for an external textviewer.
10177
10178 2006-09-13 [wwp]        2.4.0cvs180
10179
10180         * src/prefs_common.c
10181                 fix broken font entry in prefs (patch issued by the gpg4win team,
10182                 probably by Marcus Brinkmann <marcus@g10code.de>).
10183
10184 2006-09-13 [colin]      2.4.0cvs179
10185
10186         * src/folder.h
10187                 Fix a warning in summaryview.c
10188         * src/mainwindow.c
10189         * src/summaryview.c
10190         * src/summaryview.h
10191                 Add missing Mark/* elements in the
10192                 main menu
10193
10194 2006-09-12 [colin]      2.4.0cvs178
10195
10196         * src/prefs_actions.c
10197         * src/prefs_filtering_action.c
10198         * src/prefs_matcher.c
10199                 Use (New) instead of New everywhere
10200
10201 2006-09-12 [wwp]        2.4.0cvs177
10202
10203         * manual/fr/addrbook.xml
10204         * manual/fr/handling.xml
10205                 updated some quotes in the fr manual to match the fr translation.
10206
10207 2006-09-12 [wwp]        2.4.0cvs176
10208
10209         * src/prefs_matcher.c
10210                 don't store translated string elements in matcher expressions.
10211                 Also fixed a misused of Q_().
10212
10213 2006-09-11 [wwp]        2.4.0cvs175
10214
10215         * src/plugins//bogofilter/bogofilter.c
10216         * src/plugins//clamav/clamav_plugin.c
10217         * src/plugins//demo/demo.c
10218         * src/plugins//dillo_viewer/dillo_viewer.c
10219         * src/plugins//pgpcore/plugin.c
10220         * src/plugins//pgpinline/plugin.c
10221         * src/plugins//pgpmime/plugin.c
10222         * src/plugins//spamassassin/spamassassin.c
10223                 gettext-ize more strings (mostly plugin error messages).
10224
10225 2006-09-11 [colin]      2.4.0cvs174
10226
10227         * src/alertpanel.c
10228                 Make maximum buffer size bigger to avoid
10229                 truncating translated messages. Patch by
10230                 Fabien
10231
10232 2006-09-11 [colin]      2.4.0cvs173
10233
10234         * src/etpan/imap-thread.c
10235                 Fix compilation on OpenBSD, thanks to 
10236                 Landry
10237
10238 2006-09-10 [wwp]        2.4.0cvs172
10239
10240         * manual/account.xml
10241         * manual/addrbook.xml
10242         * manual/handling.xml
10243         * manual/es/handling.xml
10244         * manual/fr/account.xml
10245         * manual/fr/addrbook.xml
10246         * manual/fr/handling.xml
10247                 documented addressbook matching (condition configuration):
10248                   addrbook.xml, en fr
10249                 documented per-account filtering rules (handling/filtering
10250                   section, account section):
10251                   account.xml, handling.xml, en fr
10252                 slightly updated the handling/searching section to tell few
10253                   words about the extended search ability:
10254                   handling.xml, en fr
10255                 added missing <quote></quotes> to Quick Search:
10256                   handling.xml, en fr es
10257                 fixed a typo (auomatically):
10258                   handling.xml, en
10259                 changes revisited by Paul.
10260
10261 2006-09-10 [paul]       2.4.0cvs171
10262
10263         * src/prefs_actions.c
10264         * src/prefs_filtering.c
10265         * src/prefs_template.c
10266                 adjustments to the gui
10267                 Patch by Fabien Vantard (slightly modified)
10268
10269 2006-09-10 [colin]      2.4.0cvs170
10270
10271         * src/summaryview.c
10272                 Check folderitem/summaryview consistency
10273                 (basically automates Update summary). Fixes
10274                 #1011 (wrong (negative) count on unread 
10275                 messages)
10276
10277 2006-09-10 [colin]      2.4.0cvs169
10278
10279         * src/gtk/gtksctree.c
10280                 Fix recursive expansion via mouse
10281         * src/plugins/bogofilter/bogofilter.c
10282                 Use normal filtering way of moving
10283                 messages (batching), possibly fixing
10284                 bug #1015 (Bogofilter plugin doubles 
10285                 new messages)
10286
10287 2006-09-09 [wwp]        2.4.0cvs168
10288
10289         * src/prefs_filtering.c
10290                 better place for this fix.
10291
10292 2006-09-09 [wwp]        2.4.0cvs167
10293
10294         * src/prefs_filtering.c
10295                 fix a minor bug when the enabled status of a filtering/processing
10296                 rule always got set to TRUE when replacing this rule. That still
10297                 make sense when adding a new rule, but now when replacing, we
10298                 don't override the value of 'enabled'.
10299                 Also renamed the func prefs_filtering_list_view_get_rule_name()
10300                 to prefs_filtering_list_view_get_info() as this function not only
10301                 returns the name, but also the account_id and the enabled status.
10302
10303 2006-09-09 [mones]      2.4.0cvs166
10304
10305         * manual/glossary.xml
10306         * manual/plugins.xml
10307                 Minor format corrections
10308         * manual/gpl.xml
10309                 Fix misplaced NO WARRANTY section
10310         * manual/es/advanced.xml
10311         * manual/es/faq.xml
10312         * manual/es/glossary.xml
10313         * manual/es/gpl.xml
10314         * manual/es/handling.xml
10315         * manual/es/plugins.xml
10316         * manual/es/starting.xml
10317                 Incorporate changes from English version
10318         * manual/fr/ack.xml
10319         * manual/pl/ack.xml
10320         * manual/es/ack.xml
10321                 Fix address, (add translation credits in es version)
10322         * po/es.po
10323                 Updated translation
10324
10325 2006-09-09 [wwp]        2.4.0cvs165
10326
10327         * src/prefs_filtering.c
10328                 fix a crash when opening filtering prefs, if matcherrc file contains
10329                 broken data (non-existing account id, which is theoretically not
10330                 possible).
10331
10332 2006-09-08 [colin]      2.4.0cvs164
10333
10334         * src/folder.c
10335                 Wrong assert, make it an if()
10336         * src/gtk/gtksctree.c
10337                 Fix bug #1013 (expand selected thread 
10338                 tree) - expanding is now recursive
10339
10340 2006-09-07 [wwp]        2.4.0cvs163
10341
10342         * src/prefs_matcher.c
10343                 make better sentences about addressbook matching in the
10344                 matcher prefs. This should make translators' work easier
10345                 too.
10346
10347 2006-09-07 [wwp]        2.4.0cvs162
10348
10349         * src/prefs_filtering.c
10350                 code simplification (get rid of dup var. assignment).
10351
10352 2006-09-07 [wwp]        2.4.0cvs161
10353
10354         * src/summaryview.c
10355                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10356                 <fzzzzz@gmail.com>.
10357
10358 2006-09-07 [paul]       2.4.0cvs160
10359
10360         * src/mimeview.c
10361                 fix compilation warnings
10362                 Thanks to Colin
10363
10364 2006-09-07 [paul]       2.4.0cvs159
10365
10366         * src/mimeview.c
10367                 select the mimepart icon when
10368                 displaying as text
10369                 Thanks to Colin
10370
10371 2006-09-06 [paul]       2.4.0cvs158
10372
10373         * src/prefs_filtering.c
10374                 fix labels and table element spacing
10375                 Patch by Fabien Vantard
10376
10377 2006-09-06 [paul]
10378
10379         2.5.0-rc3 released
10380
10381 2006-09-06 [paul]       2.4.0cvs157
10382
10383         * manual/es/advanced.xml
10384                 fix typo
10385
10386 2006-09-06 [wwp]        2.4.0cvs156
10387
10388         * src/mainwindow.c
10389                 fix an dup launch issue when iconified, thanks to Colin.
10390
10391 2006-09-06 [wwp]        2.4.0cvs155
10392
10393         * src/gtk//gtksctree.h
10394                 oops, forgot that one!
10395
10396 2006-09-06 [wwp]        2.4.0cvs154
10397
10398         * manual/pl/advanced.xml
10399         * manual/advanced.xml
10400         * manual/es/advanced.xml
10401         * manual/fr/advanced.xml
10402         * src/prefs_customheader.c
10403         * src/prefs_filtering_action.c
10404         * src/foldersel.c
10405         * src/prefs_summaries.c
10406         * src/prefs_filtering.c
10407         * src/account.c
10408         * src/compose.c
10409         * src/prefs_summary_column.c
10410         * src/addr_compl.c
10411         * src/prefs_actions.c
10412         * src/prefs_folder_column.c
10413         * src/ssl_manager.c
10414         * src/prefs_template.c
10415         * src/prefs_display_header.c
10416         * src/prefs_common.h
10417         * src/prefs_matcher.c
10418         * src/prefs_common.c
10419         * src/prefs_toolbar.c
10420         * src/summaryview.c
10421         * src/folderview.c
10422         * src/gtk/gtksctree.c
10423         * src/gtk/pluginwindow.c
10424         * src/gtk/progressdialog.c
10425         * src/gtk/prefswindow.c
10426                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10427                 to make its meaning more obvious (all versions of the manual reflect
10428                 the change).
10429                 added an extra hidden option use_stripes_in_summary to allow
10430                 discarding these stripes in mainwindow's folder and message lists;
10431                 en and fr manuals only are OK towards this.
10432
10433 2006-09-06 [colin]      2.4.0cvs153
10434
10435         * src/textview.c
10436                 Hide Sylpheed-Claws' internal queue headers
10437                 when showing all headers. They'll be present
10438                 only in Source window.
10439
10440 2006-09-05 [colin]      2.4.0cvs152
10441
10442         * src/plugins/trayicon/trayicon.c
10443                 Fix crash at exit - we have to disconnect
10444                 our handlers
10445         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10446                 Update eggtrayicon - patch adapted from a
10447                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10448                 on Sylpheed's ML
10449
10450 2006-09-05 [colin]      2.4.0cvs151
10451
10452         * src/mainwindow.c
10453         * src/gtk/logwindow.c
10454                 Fix race condition when something writes
10455                 to the log too soon during init. Thanks
10456                 to Fabien Vantard
10457
10458 2006-09-05 [colin]      2.4.0cvs150
10459
10460         * src/mimeview.c
10461                 Don't select part on right-click either
10462
10463 2006-09-05 [paul]       2.4.0cvs149
10464
10465         * src/mimeview.c
10466                 completion of previous commit
10467                 Thanks to Colin
10468
10469 2006-09-05 [colin]      2.4.0cvs148
10470
10471         * src/mimeview.c
10472                 Don't force selection on middle-click, just open
10473
10474 2006-09-04 [colin]      2.4.0cvs147
10475
10476         * src/mimeview.c
10477                 Looks like gtk_notebook_set_current_page()
10478                 sometimes steals focus, and this annoys us
10479                 in MimeViewers as it renders navigation
10480                 keys useless. Take back focus after switching
10481                 pages.
10482
10483 2006-09-04 [colin]      2.4.0cvs146
10484
10485         * src/messageview.c
10486                 Set stop_loading when clicking on Next
10487                 during load. Don't add a callback to 
10488                 avoid over-complicating things.
10489
10490 2006-09-04 [colin]      2.4.0cvs145
10491
10492         * src/mimeview.c
10493         * src/messageview.c
10494                 Fix multiple loads in separate messageview
10495
10496 2006-09-04 [colin]      2.4.0cvs144
10497
10498         * src/summaryview.c
10499                 Let navigation keys be handled during 
10500                 load
10501
10502 2006-09-04 [colin]      2.4.0cvs143
10503
10504         * src/messageview.c
10505         * src/summaryview.c
10506         * src/textview.c
10507         * src/textview.h
10508                 Make loading of huge mails (lots of text and/or
10509                 images) cancellable, so the GUI doesn't block 
10510
10511 2006-09-04 [colin]      2.4.0cvs142
10512
10513         * src/plugins/trayicon/trayicon.c
10514                 Fix annoyance when removing a folder with 
10515                 unread mails: trayicon didn't update
10516
10517 2006-09-04 [paul]       2.4.0cvs141
10518
10519         * src/gtk/icon_legend.c
10520                 straighten up columns
10521                 Patch by Fabien Vantard
10522
10523 2006-09-04 [wwp]        2.4.0cvs140
10524
10525         * src/prefs_filtering.c
10526                 fix new line's account name in filtering prefs:
10527                 was "All", is now "(New)".
10528
10529 2006-09-04 [paul]       2.4.0cvs139
10530
10531         * tools/make.themes.project
10532                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10533                 instead of homebrewed "make release"
10534
10535 2006-09-03 [colin]      2.4.0cvs138
10536
10537         * src/folderview.c
10538                 Fix bug #1007 (Wrong folder highlighted)
10539
10540 2006-09-03 [colin]      2.4.0cvs137
10541
10542         * src/compose.c
10543                 Don't set Newsgroup: header to a mail folder
10544                 path
10545
10546 2006-09-03 [paul]       2.4.0cvs136
10547
10548         * src/prefs_other.c
10549         * src/prefs_spelling.c
10550                 unify the gui
10551
10552 2006-09-03 [paul]       2.4.0cvs135
10553
10554         * src/prefs_summaries.c
10555                 correct menu item text in prefs_keybind_apply_clicked()
10556
10557 2006-09-03 [paul]       2.4.0cvs134
10558
10559         * manual/advanced.xml
10560                 some improvements to the descriptions
10561         * src/mainwindow.c
10562         * src/messageview.c
10563         * src/summaryview.c
10564         * src/gtk/menu.c
10565                 fix menu sensitivity issues
10566         * src/prefs_message.c
10567                 drop the useless word 'short'
10568         * src/prefs_other.c
10569                 add the word 'lines' indicating log length
10570                 is a measure of lines
10571         * src/textview.c
10572                 fix compilation warnings
10573
10574 2006-09-02 [colin]      2.4.0cvs133
10575
10576         * src/messageview.c
10577                 Display a special return-receipt message
10578                 if the message is from the user
10579         * src/summaryview.c
10580                 Fix missing freeze of the list when marking
10581                 all read and unthreading for exec. Thanks
10582                 to Stephan Sachse.
10583
10584 2006-09-02 [paul]       2.4.0cvs132
10585
10586         * src/mainwindow.c
10587         * src/prefs_message.c
10588         * src/summaryview.c
10589                 fix some english
10590
10591 2006-09-02 [wwp]        2.4.0cvs131
10592
10593         * src/prefs_filtering.c
10594                 added an account name column to the filtering rules
10595                 dialog.
10596
10597 2006-09-02 [colin]      2.4.0cvs130
10598
10599         * src/gtk/logwindow.c
10600         * src/gtk/logwindow.h
10601                 Block scrolling if we're not at the end
10602                 of the log
10603
10604 2006-09-02 [colin]      2.4.0cvs129
10605
10606         * src/folder.c
10607                 Make sure account-specific rules can't
10608                 be used in {pre-,post-,}processing
10609         * src/mainwindow.c
10610         * src/gtk/logwindow.c
10611         * src/gtk/logwindow.h
10612                 Jump to last error when clicking on the
10613                 warning icon
10614
10615 2006-09-02 [colin]      2.4.0cvs128
10616
10617         * src/imap.c
10618         * src/import.c
10619         * src/mainwindow.c
10620         * src/mainwindow.h
10621                 Fix warning icon
10622         * src/inc.c
10623         * src/mbox.c
10624         * src/mbox.h
10625                 Let proc_mbox know its account, for
10626                 account-specific rules
10627
10628 2006-09-01 [colin]      2.4.0cvs127
10629
10630         * src/codeconv.c
10631                 Don't uselessly use iconv to convert from
10632                 us-ascii
10633         * src/alertpanel.c
10634         * src/mainwindow.c
10635         * src/mainwindow.h
10636         * src/inc.c
10637                 Fix certain log cases, disable warning icon
10638                 for now, the correct way to display it when
10639                 necessary and only when necessary is probably
10640                 to do it manually rather than use error logs
10641         * src/etpan/imap-thread.c
10642                 Clean up UID logging a bit
10643         * src/gtk/logwindow.c
10644         * src/gtk/logwindow.h
10645                 Make logging faster when the window's closed
10646
10647 2006-09-01 [wwp]        2.4.0cvs126
10648
10649         * manual/fr/account.xml
10650                 reflect changes to the ref. manual (parts of cvs72):
10651                 fix tabnames and quotes.
10652
10653 2006-09-01 [wwp]        2.4.0cvs125
10654
10655         * manual/fr/plugins.xml
10656                 reflect changes to the reference manual (cvs42):
10657                 update IRC channel info.
10658
10659 2006-09-01 [wwp]        2.4.0cvs124
10660
10661         * commitHelper
10662                 use CVSEDITOR env. var. if set, according to `man cvs`.
10663
10664 2006-09-01 [wwp]        2.4.0cvs123
10665
10666         * manual/advanced.xml
10667                 better sentence again (thanks to Paul).
10668
10669 2006-09-01 [wwp]        2.4.0cvs122
10670
10671         * manual/advanced.xml
10672         fix definition of toolbar_detachable and rework a bit the one of
10673         enable_dotted_lines.
10674
10675 2006-09-01 [mones]      2.4.0cvs121
10676
10677         * manual/advanced.xml
10678                 Document enable_dotted_lines
10679
10680 2006-09-01 [paul]       2.4.0cvs120
10681
10682         * src/folderview.c
10683         * src/folderview.h
10684         * src/imap.c
10685         * src/mainwindow.c
10686         * src/summaryview.c
10687                 obey the 'When entering folder...' option
10688                 when using the /View/Go to/... menu items
10689                 Thanks to Colin
10690
10691 2006-08-31 [colin]      2.4.0cvs119
10692
10693         * src/folderview.c
10694                 Revert 2.4.0cvs116, wrong fix.
10695
10696 2006-08-31 [colin]      2.4.0cvs118
10697
10698         * src/gtk/gtksctree.c
10699                 Better state the various copyrights
10700
10701 2006-08-31 [colin]      2.4.0cvs117
10702
10703         * src/prefs_common.c
10704                 fix enable_dotted_lines
10705
10706 2006-08-31 [colin]      2.4.0cvs116
10707
10708         * src/folderview.c
10709                 Use pref "Always open on select" when going
10710                 to next unread folder
10711         * src/gtk/gtksctree.c
10712                 Fix link failure to _gtk_clist_create_cell_layout
10713                 on certain computers. (Why not mine, I wonder)
10714
10715 2006-08-31 [colin]      2.4.0cvs115
10716
10717         * src/procmsg.c
10718         * src/textview.c
10719         * src/plugins/bogofilter/bogofilter.c
10720         * src/plugins/spamassassin/spamassassin.c
10721                 Requalify some "errors" to warnings
10722         * src/mainwindow.c
10723         * src/mainwindow.h
10724         * src/statusbar.c
10725                 Add an icon in the statusbar to notify
10726                 of errors
10727         * src/gtk/gtksctree.c
10728         * src/folderview.c
10729         * src/summaryview.c
10730                 Make the GtkSCTree look more modern by
10731                 alternating background lines
10732         * src/prefs_common.c
10733         * src/prefs_common.h
10734                 Add a pref to let people have the old
10735                 way if they prefer
10736
10737
10738 2006-08-30 [colin]      2.4.0cvs114
10739
10740         * src/procmsg.c
10741         * src/procmsg.h
10742                 Provide a way to filter a list of
10743                 messages in an optimised manner, and
10744                 add a list-filtering hook
10745         * src/folder.c
10746         * src/inc.c
10747         * src/mbox.c
10748                 Use the list filtering
10749         * src/plugins/bogofilter/bogofilter.c
10750                 Use the list-filtering hook
10751                 Use -b (bulk) mode for more speed
10752                 when learning and filtering
10753         * src/etpan/imap-thread.c
10754                 Make log output shorter in UID SEARCH
10755
10756
10757 2006-08-30 [colin]      2.4.0cvs113
10758
10759         * src/plugins/bogofilter/bogofilter.c
10760                 Really fast mass learning - thanks to David
10761                 Relson for the options explanations :)
10762
10763 2006-08-30 [colin]      2.4.0cvs112
10764
10765         * src/msgcache.c
10766                 Fix compilation on FreeBSD. Thanks
10767                 to Michael Hugues
10768
10769 2006-08-29 [colin]      2.4.0cvs111
10770
10771         * src/folderview.c
10772                 Handle "popup_menu" signal (for popping the 
10773                 menu via the keyboard)
10774         * src/mimeview.c
10775         * src/mimeview.h
10776         * src/summaryview.c
10777         * src/textview.c
10778         * src/gtk/gtkutils.c
10779         * src/gtk/gtkutils.h
10780                 Factorize scrolling code, and add an API 
10781                 for MimeViewers to handle scroll orders
10782
10783 2006-08-29 [wwp]        2.4.0cvs110
10784
10785         * src/plugins//bogofilter/bogofilter.c
10786         * src/plugins//spamassassin/spamassassin.c
10787                 make the bogofilter/spamassassin filtering error dialogs at
10788         incorporation obey to the "don't popup error dialog on
10789         receive error" option. If disabled, feed the log window w/
10790         the error message.
10791
10792 2006-08-29 [paul]
10793
10794         2.5.0-rc2 released
10795
10796 2006-08-29 [paul]       2.4.0cvs109
10797
10798         * Makefile.am
10799                 remove 'make release', it's not needed
10800                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10801
10802 2006-08-29 [paul]       2.4.0cvs108
10803
10804         * src/foldersel.c
10805         * src/summary_search.c
10806         * src/gtk/progressdialog.c
10807         * src/plugins/pgpcore/passphrase.c
10808                 replace deprecated gtk_window_set_policy()
10809
10810 2006-08-29 [colin]      2.4.0cvs107
10811
10812         * src/folder.c
10813                 Fix data loss when copy fails during a move:
10814                 only use fast remove_msgs if everything was
10815                 copied OK; else use slow remove_msg on the
10816                 mails that got copied only.
10817
10818 2006-08-28 [paul]       2.4.0cvs106
10819
10820         * src/mh.c
10821                 revert change in 2.4.0cvs104, it breaks
10822                 stuff
10823
10824 2006-08-28 [paul]       2.4.0cvs105
10825
10826         * src/plugins/spamassassin/spamassassin.c
10827                 english fix
10828
10829 2006-08-28 [paul]       2.4.0cvs104
10830
10831         * src/mh.c
10832                 fix data loss when moving to another
10833                 mailbox fails
10834         * src/prefs_spelling.c
10835                 improve the english
10836         * src/gtk/pluginwindow.c
10837                 improve the layout of the dialog text
10838         All thanks to Colin
10839
10840 2006-08-28 [paul]       2.4.0cvs103
10841
10842         * src/plugins/bogofilter/bogofilter.c
10843         * src/plugins/bogofilter/bogofilter_gtk.c
10844                 fix english up a bit, innit
10845
10846 2006-08-28 [paul]       2.4.0cvs102
10847
10848         * configure.ac
10849         * po/Makefile.in.in
10850         * po/Makevars
10851                 require autoconf 2.60, enabling building
10852                 with gettext 0.15 (gettext 0.14.x build still
10853                 possible). Replace Makefiles with versions
10854                 from gettext 0.15.
10855                 Remove configure options --with-localedir and
10856                 --with-mandir. The options that are provided
10857                 directly by autoconf 2.60 can be used instead:
10858                 --mandir --localedir
10859
10860 2006-08-27 [colin]      2.4.0cvs101
10861
10862         * src/plugins/bogofilter/Makefile.am
10863                 Fix make dist (no README)
10864
10865 2006-08-27 [colin]      2.4.0cvs100
10866
10867         * src/folder.c
10868                 Don't use F_UNKNOWN folders for any default
10869                 outbox/trash/etc
10870         * src/plugins/bogofilter/bogofilter.c
10871         * src/plugins/bogofilter/bogofilter.h
10872         * src/plugins/bogofilter/bogofilter_gtk.c
10873                 Add an option to specify the path to bogofilter
10874                 Use single-quotes to be able to learn in folders
10875                 with spaces in their names
10876                 Verify learning status
10877
10878 2006-08-27 [colin]      2.4.0cvs99
10879
10880         * manual/faq.xml
10881         * manual/plugins.xml
10882                 Document Bogofilter plugin
10883
10884 2006-08-27 [colin]      2.4.0cvs98
10885
10886         * src/compose.c
10887         * src/messageview.c
10888         * src/procmsg.c
10889         * src/procmsg.h
10890                 When possible, copy the queued mail to sent folder
10891                 instead of re-adding. Much faster on IMAP.
10892
10893 2006-08-27 [colin]      2.4.0cvs97
10894
10895         * src/msgcache.c
10896                 Disable mmaped caches - huge metadata loss
10897                 here after a power failure.
10898         * src/summaryview.c
10899                 Add quicksearch timing
10900         * src/common/plugin.c
10901         * src/common/plugin.h
10902                 Implement an interface to tell what plugins
10903                 provide. Prevent loading of similar plugins.
10904         * src/plugins/clamav/clamav_plugin.c
10905         * src/plugins/demo/demo.c
10906         * src/plugins/dillo_viewer/dillo_viewer.c
10907         * src/plugins/pgpcore/plugin.c
10908         * src/plugins/pgpinline/pgpinline.c
10909         * src/plugins/pgpmime/pgpmime.c
10910         * src/plugins/spamassassin/spamassassin.c
10911         * src/plugins/trayicon/trayicon.c
10912                 Implement plugin_provides()
10913
10914 2006-08-27 [colin]      2.4.0cvs96
10915
10916         * configure.ac
10917         * src/plugins/Makefile.am
10918         * src/plugins/bogofilter/.cvsignore
10919         * src/plugins/bogofilter/Makefile.am
10920         * src/plugins/bogofilter/bogofilter.c
10921         * src/plugins/bogofilter/bogofilter.h
10922         * src/plugins/bogofilter/bogofilter_gtk.c
10923                 New Bogofilter plugin, provides filtering and
10924                 learning. Spamassassin will go to extra plugins.
10925
10926 2006-08-26 [mones]      2.4.0cvs95
10927
10928         * manual/handling.xml
10929                 Fix subfolder path in the example (thanks to Paul) 
10930
10931 2006-08-26 [mones]      2.4.0cvs94
10932
10933         * manual/glossary.xml
10934                 2.2. + add ISP to the glossary
10935                 7.5. + Add UIDL to glossary
10936                 7.7. + Add TCP to glossary
10937         * manual/handling.xml
10938                 7.1. + Mentions GNU/Linux distribution, what about the non...
10939                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10940                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10941                 7.4. = Use appropriate quotation for commands
10942                 7.6. = change "" to <quote></quote>
10943         * manual/plugins.xml
10944                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10945         * manual/starting.xml
10946                 2.1. + local mbox file: some examples of mbox file locations...
10947                 Also reformatted files requiring it
10948
10949 2006-08-26 [wwp]        2.4.0cvs93
10950
10951         * src/summary_search.c
10952                 disable find buttons while summary search is running.
10953
10954 2006-08-25 [colin]      2.4.0cvs92
10955
10956         * src/folder.c
10957         * src/folderutils.c
10958         * src/mh.c
10959         * src/procmsg.h
10960         * src/summaryview.c
10961                 Speed up MH moving, and add progressbar
10962                 for MH deletion
10963         * src/msgcache.c
10964                 Write cache files using mmap() too
10965
10966 2006-08-25 [wwp]        2.4.0cvs91
10967
10968         * src/summaryview.c
10969                 switch spam<->ham button when a message has been marked as spam or ham
10970                 and is still selected. Thanks to Colin.
10971
10972 2006-08-25 [paul]       2.4.0cvs90
10973
10974         * src/Makefile.am
10975         * src/stock_pixmap.c
10976         * src/stock_pixmap.h
10977         * src/summaryview.c
10978         * src/gtk/icon_legend.c
10979         * src/pixmaps/copied.xpm
10980         * src/pixmaps/moved.xpm
10981                 add icons for delayed execution marked for
10982                 copying, marked for moving
10983
10984 2006-08-25 [mones]      2.4.0cvs89
10985
10986         * manual/glossary.xml
10987                 Fix the other glossary items:
10988                 5.1. = Inmmediate execution -> <quote>immediate execution...
10989                 5.2. = Fix MBOX capitalization -> Mbox
10990                 5.3. + Improve Plugins def. w/ tech. ref.
10991                 5.4. = Quotation -> replace '>' by <quote>></quote>
10992                 5.5. - SMTP Server. -> remove dot
10993         * po/es.po
10994                 Updated translation
10995
10996 2006-08-25 [mones]      2.4.0cvs88
10997
10998         * manual/ack.xml
10999                 Reformatted, changed email address
11000         * manual/glossary.xml
11001                 Reformatted, fixed MANUAL-TODO items:
11002                 8.2. + add ROT-13 to glossary
11003                 8.4. + add URL to glossary
11004         * manual/es/advanced.xml
11005                 Fixed <literal>s
11006
11007 2006-08-25 [paul]       2.4.0cvs87
11008
11009         * src/gtk/icon_legend.c
11010                 add 'marked for deletion' icon
11011                 arrange icons by containing column
11012                 wrap long label text
11013
11014 2006-08-25 [colin]      2.4.0cvs86
11015
11016         * src/common/utils.c
11017         * src/common/utils.h
11018                 Add the sc_g_*list_bigger functions in
11019                 a place everyone can use it
11020         * src/summaryview.c
11021                 Only freeze/thaw the list when working
11022                 on the selection, if it's bigger than 1
11023         * src/gtk/gtksctree.c
11024                 Only freeze/thaw the list when unselec-
11025                 ting 'all' if ('all' != 1)
11026                 This avoids some flickering
11027
11028 2006-08-24 [colin]      2.4.0cvs85
11029
11030         * src/addressbook.c
11031                 Fix strange list selection
11032                 Fix random seg (Invalid read of freed memory)
11033
11034 2006-08-24 [colin]      2.4.0cvs84
11035
11036         * src/alertpanel.c
11037         * src/gtk/inputdialog.c
11038         * src/plugins/pgpcore/passphrase.c
11039                 Revert minimal width patch of 2.4.0cvs67,
11040                 as it is also a maximal width. Use 
11041                 gtk_window_set_default_size instead.
11042
11043 2006-08-24 [colin]      2.4.0cvs83
11044
11045         * src/msgcache.c
11046                 Write cache/mark to temp files before
11047                 overwriting old ones (avoids metadata
11048                 loss if writing the new files fail).
11049                 Use mmap() to read cache/mark file, as
11050                 this makes cache reading faster. Dis-
11051                 abled for big-endian machines until it
11052                 can be tested. (Big-endian users: set
11053                 msgcache_use_mmap = TRUE in the relevant
11054                 #if).
11055         * src/procmsg.h
11056                 Move rarely used fields of MsgInfo in 
11057                 another structure, which will only be
11058                 allocated if needed. Face, X-Face,
11059                 Return receipt headers and List-*
11060                 headers are moved. Mails having none
11061                 of these occupy 52 bytes less with
11062                 this patch, which makes 2.5MB of RAM
11063                 saved on a 50k folder).
11064         * src/headerview.c
11065         * src/mainwindow.c
11066         * src/messageview.c
11067         * src/partial_download.c
11068         * src/procheader.c
11069         * src/procmsg.c
11070         * src/textview.c
11071                 Follow this structure change.
11072
11073 2006-08-24 [wwp]        2.4.0cvs82
11074
11075         * manual/es/.cvsignore
11076         * manual/es/dist/.cvsignore
11077         * manual/es/dist/html/.cvsignore
11078         * manual/es/dist/pdf/.cvsignore
11079         * manual/es/dist/ps/.cvsignore
11080         * manual/es/dist/txt/.cvsignore
11081                 more (generated) files to ignore.
11082
11083 2006-08-24 [colin]      2.4.0cvs81
11084
11085         * src/folder.c
11086         * src/mh.c
11087                 Fix possible problems with local delivery. Check the folder doesn't
11088                 need scan before setting its mtime when saving cache (which can be
11089                 done long after the folder's been modified by an external process);
11090                 Check that the stored item's mtime didn't change in mh functions.
11091
11092 2006-08-24 [mones]      2.4.0cvs80
11093
11094         * manual/advanced.xml
11095                 Rewrapping, some fixes and MANUAL-TODO items:
11096                 8.1. = change "" to <quote></quote>
11097                 8.3. = quote menu items
11098                 8.5. - deploying -> new user ... ideally a new user (redundant)
11099
11100 2006-08-23 [colin]      2.4.0cvs79
11101
11102         * src/gtk/gtksctree.c
11103                 When selecting or deselecting range, only
11104                 freeze/thaw when selection is bigger than 10
11105
11106 2006-08-23 [colin]      2.4.0cvs78
11107
11108         * src/messageview.c
11109         * src/mimeview.c
11110         * src/mimeview.h
11111         * src/plugins/dillo_viewer/dillo_viewer.c
11112                 Provide an API for MimeViewer plugins to
11113                 return a text selection for replying
11114
11115 2006-08-23 [colin]      2.4.0cvs77
11116
11117         * src/image_viewer.c
11118         * src/textview.c
11119                 Use gtk_pixbuf_new_from_file_at_scale(), which
11120                 is faster than getting the pixbuf then resizing
11121                 it.
11122
11123 2006-08-23 [colin]      2.4.0cvs76
11124
11125         * src/procmime.c
11126                 UTF-8 should be sent Quoted-printable
11127
11128 2006-08-22 [colin]      2.4.0cvs75
11129
11130         * src/mh.c
11131                 Check if scan is required before touching
11132                 the folder (or it'll be required every time)
11133
11134 2006-08-22 [colin]      2.4.0cvs74
11135
11136         * configure.ac
11137                 Require libetpan 0.46 (crasher fix when built
11138                 against gnutls)
11139
11140 2006-08-22 [colin]      2.4.0cvs73
11141
11142         * src/folder.c
11143                 Set folder's mtime after writing its
11144                 cache
11145         * src/folderview.c
11146                 Add some timing
11147         * src/procmsg.c
11148                 Don't do useless stuff if we don't 
11149                 thread by subject
11150         * src/summaryview.c
11151                 Add some timing, don't deselect prior
11152                 to selecting (gtksctree does it itself),
11153                 remove crash avoidance hacks as it's been
11154                 properly fixed since a while
11155         * src/common/utils.c
11156                 Optimize to_human_readable(): _() is slow,
11157                 do it only once, and avoid %f format for KB
11158                 (the most common in a summaryview)
11159         * src/gtk/gtksctree.c
11160                 Don't uselessly freeze/thaw (fixes flicker
11161                 on next unread and friends), reduce number
11162                 of g_list_nth/g_list_position where possible
11163         * src/gtk/gtkutils.c
11164         * src/gtk/gtkutils.h
11165                 Reduce number of g_list_nth/g_list_position
11166                 where possible.
11167                 All of this makes loading as 70k folder 2.1
11168                 seconds instead of 3.2 (with hot FS caches).
11169                 (1.3 seconds without Date and Size columns...)
11170
11171 2006-08-22 [paul]       2.4.0cvs72
11172
11173         wrap documents and do some items from mones' MANUAL-TODO:
11174
11175         * manual/account.xml
11176                 4.1. = fix tabname references to <quote>tabname</quote>
11177                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
11178         * manual/faq.xml
11179                 1.1. = mentioned options don't match UI
11180                 Add information about the 'Never send Return Receipts'
11181                 option
11182         * manual/handling.xml
11183                 6.2. = Mentions Extended symbols button, but now is
11184                 named Information
11185                 6.3. = Mentions ... button, which is now Edit
11186
11187 2006-08-22 [colin]      2.4.0cvs71
11188
11189         * src/gtk/pluginwindow.c
11190                 Fix layout in verbose translations (such
11191                 as french)
11192
11193 2006-08-22 [paul]       2.4.0cvs70
11194
11195         * manual/Makefile.am
11196                 build manuals in alphabetical order
11197         * src/addressbook.c
11198         * src/prefs_themes.c
11199                 replace/remove deprecated symbols
11200         * src/gtk/gtkutils.c
11201                 fix a warning
11202         * src/gtk/pluginwindow.c
11203                 replace deprecated symbol
11204                 replace label text and move it
11205         * src/plugins/pgpcore/prefs_gpg.c
11206                 move the 'Generate...' button out of the
11207                 Sign Key frame, replace the English used
11208         * src/plugins/pgpcore/sgpgme.c
11209                 fixes to the English
11210
11211 2006-08-21 [colin]      2.4.0cvs69
11212
11213         * src/plugins/trayicon/trayicon.c
11214                 Add more strings for translation; patch
11215                 by Pawel
11216
11217 2006-08-21 [colin]      2.4.0cvs68
11218
11219         * src/compose.c
11220                 fix replied flag not set after drafting
11221         * src/matcher.c
11222                 fix body quicksearch in non-encoded bodies
11223                 containing '='
11224         * src/msgcache.c
11225                 Get rid of the g_malloc workaround for
11226                 corrupted caches, use g_try_malloc
11227
11228 2006-08-21 [colin]      2.4.0cvs67
11229
11230         * src/alertpanel.c
11231         * src/gtk/inputdialog.c
11232         * src/plugins/pgpcore/passphrase.c
11233                 Set minimal width to 375
11234         * src/mainwindow.c
11235                 Fix switching to offline, asking if it 
11236                 should be overriden for synchronising
11237         * src/mimeview.c
11238                 Don't offer to remember command on Open 
11239                 with for text parts, as the browser or 
11240                 text editor command isn't changed from 
11241                 there
11242
11243 2006-08-20 [paul]       2.4.0cvs66
11244
11245         * po/ko.po
11246         * po/zh_CN.po
11247                 fix plural form errors. revealed by stricter
11248                 checking of gettext 0.15
11249
11250 2006-08-18 [paul]       2.4.0cvs65
11251
11252         * src/stock_pixmap.c
11253                 fix the fix of 2.4.0cvs64
11254                 Thanks to Colin
11255
11256 2006-08-18 [paul]       2.4.0cvs64
11257
11258         * src/stock_pixmap.c
11259                 fix leaks
11260                 Thanks to Colin
11261
11262 2006-08-18 [paul]       2.4.0cvs63
11263
11264         * src/compose.c
11265         * src/procmsg.c
11266                 fix occasional IMAP bug where large msgs
11267                 were left in the queue folder after sending
11268                 Thanks to Colin
11269
11270 2006-08-18 [paul]       2.4.0cvs62
11271
11272         * src/folderview.c
11273                 freeze the summaryview while quicksearch results
11274                 are displayed
11275                 (fixes bug 456 'current message is hidden when the
11276                 view is refreshed and extended search is "unread 
11277                 messages"')
11278                 Thanks to Colin
11279         * src/textview.c
11280                 add missing #include "inputdialog.h"
11281         * src/common/utils.h
11282                 add missing mailcap_update_default() and improve
11283                 readability
11284
11285 2006-08-17 [colin]      2.4.0cvs61
11286
11287         * src/plugins/pgpcore/select-keys.c
11288                 Fix warnings :)
11289
11290 2006-08-17 [colin]      2.4.0cvs60
11291
11292         * src/compose.c
11293                 Don't continue queuing if Cancel is clicked
11294                 in select-keys
11295
11296 2006-08-17 [colin]      2.4.0cvs59
11297
11298         * src/plugins/pgpcore/select-keys.c
11299                 When encrypting, if only one key matches and it 
11300                 matches exactly, automatically use it.
11301
11302 2006-08-17 [colin]      2.4.0cvs58
11303
11304         * src/mimeview.c
11305         * src/prefs_common.c
11306         * src/prefs_common.h
11307         * src/prefs_ext_prog.c
11308         * src/textview.c
11309                 Fix issues with previous patch (text/html)
11310                 Remove outdated prefs
11311
11312 2006-08-17 [colin]      2.4.0cvs57
11313
11314         * src/imap.c
11315                 Add View Log button on auth error
11316         * src/procmsg.c
11317                 Fix encrypted mail marked as new when
11318                 saved in normal folders
11319         * src/plugins/pgpinline/pgpinline.c
11320                 Fix encrypt bug on IMAP
11321         * src/mimeview.c
11322         * src/common/utils.c
11323         * src/common/utils.h
11324         * src/gtk/inputdialog.c
11325         * src/gtk/inputdialog.h
11326                 Get rid of metamail stuff, simplify
11327                 opening, and allow remembering of user's
11328                 choices (by updating ~/.mailcap). There's
11329                 still to drop "Audio player" and "Image
11330                 viewer" preferences.
11331
11332 2006-08-17 [mones]      2.4.0cvs56
11333
11334         * manual/es/sylpheed-claws-manual.xml
11335                 fix DTD path
11336
11337 2006-08-17 [mones]      2.4.0cvs55
11338
11339         * configure.ac
11340         * manual/Makefile.am
11341         * manual/es/Makefile.am
11342         * manual/es/account.xml
11343         * manual/es/ack.xml
11344         * manual/es/addrbook.xml
11345         * manual/es/advanced.xml
11346         * manual/es/faq.xml
11347         * manual/es/glossary.xml
11348         * manual/es/gpl.xml
11349         * manual/es/handling.xml
11350         * manual/es/intro.xml
11351         * manual/es/keyboard.xml
11352         * manual/es/plugins.xml
11353         * manual/es/starting.xml
11354         * manual/es/sylpheed-claws-manual.xml
11355         * manual/es/dist/Makefile.am
11356         * manual/es/dist/html/Makefile.am
11357         * manual/es/dist/pdf/Makefile.am
11358         * manual/es/dist/ps/Makefile.am
11359         * manual/es/dist/txt/Makefile.am
11360                 Spanish translation for the manual
11361
11362 2006-08-16 [colin]      2.4.0cvs54
11363
11364         * src/compose.c
11365         * src/main.c
11366         * src/mainwindow.c
11367                 Fix send button sensitivity at startup
11368                 Set send menu sensitivity (patch by Fabien)
11369         * src/ssl_manager.c
11370                 Enable closing with esc (patch by Fabien)
11371         * src/gtk/foldersort.c
11372                 Enable closing with esc (patch by Fabien)
11373         * src/procmime.c
11374                 Optimisation (no need to copy to tempfile to
11375                 "decode" 7bit and 8bit)
11376         * src/summaryview.c
11377                 Fix cruft in swap_from case
11378         * src/textview.c
11379                 Fix missing last line in some mail cases 
11380                 (Fixes debian #381872)
11381         * src/plugins/pgpcore/prefs_gpg.c
11382         * src/plugins/pgpcore/sgpgme.c
11383         * src/plugins/pgpcore/sgpgme.h
11384                 Don't show "no key found" when user explicitely
11385                 wants to create a key
11386
11387 2006-08-16 [paul]       2.4.0cvs53
11388
11389         * configure.ac
11390         * src/account.c
11391         * src/addressbook.c
11392         * src/headerview.c
11393         * src/prefs_account.c
11394         * src/prefs_message.c
11395         * src/gtk/gtkutils.c
11396                 bump up minimum required versions of GTK+ and
11397                 GLIB to 2.6.0
11398
11399 2006-08-16 [paul]       2.4.0cvs52
11400
11401         * src/toolbar.c
11402                 workaround GTK+ Bug 351600 - 'Can't re-click
11403                 on button after sensitivity update'
11404                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11405                 Thanks to Colin
11406
11407 2006-08-15 [colin]      2.4.0cvs51
11408
11409         * src/plugins/pgpcore/prefs_gpg.c
11410                 Set options sensitivity according to
11411                 key existence
11412         * src/plugins/pgpcore/sgpgme.c
11413                 Allow to create key with no passphrase
11414
11415 2006-08-14 [cleroy]     2.4.0cvs50
11416
11417         * src/gtk/pluginwindow.c
11418                 New layout (maybe to be changed?)
11419         * src/gtk/gtkutils.c
11420                 Fix a bit label_window
11421         * src/plugins/pgpcore/passphrase.c
11422         * src/plugins/pgpcore/passphrase.h
11423         * src/plugins/pgpcore/plugin.c
11424         * src/plugins/pgpcore/prefs_gpg.c
11425         * src/plugins/pgpcore/prefs_gpg.h
11426         * src/plugins/pgpcore/sgpgme.c
11427         * src/plugins/pgpcore/sgpgme.h
11428                 Allow to create a PGP private key via the GUI
11429
11430 2006-08-14 [wwp]        2.4.0cvs49
11431
11432         * src/addressbook_foldersel.c
11433                 fix strict ISO C90 compliance.
11434
11435 2006-08-14 [paul]       2.4.0cvs48
11436
11437         * src/gtk/prefswindow.c
11438                 re-set scrolled window on opening
11439                 Patch by Ticho
11440
11441 2006-08-14 [paul]
11442
11443         2.5.0-rc1 released
11444
11445 2006-08-14 [paul]       2.4.0cvs47
11446
11447         * src/prefs_display_header.c
11448                 re-enable user-defined Displayed Headers
11449
11450 2006-08-14 [paul]       2.4.0cvs46
11451
11452         * src/prefs_account.c
11453                 use GTK_STOCK_EDIT
11454
11455 2006-08-13 [colin]      2.4.0cvs45
11456
11457         * src/common/utils.c
11458                 Fix "a" in quote when the original message is empty,
11459                 by using \0 instead of 'a' to test writability of
11460                 temp files.
11461
11462 2006-08-13 [wwp]        2.4.0cvs44
11463
11464         * src/plugins/spamassassin/spamassassin.c
11465                 fix capitalization of "SpamAssassin" in some debug, log and
11466                 dialog messages.
11467
11468 2006-08-13 [paul]       2.4.0cvs43
11469
11470         * src/editldap.c
11471                 fix overlapping widgets
11472         * src/prefs_account.c
11473                 fix translation of protocol_names[]
11474                 fix label disappearing off the edge of the
11475                 visible area
11476
11477 2006-08-12 [paul]       2.4.0cvs42
11478
11479         * manual/plugins.xml
11480                 update IRC channel info before it gets forgotten
11481                 about
11482
11483 2006-08-11 [colin]      2.4.0cvs41
11484
11485         * src/compose.c
11486         * src/mainwindow.c
11487         * src/mainwindow.h
11488         * src/procmsg.c
11489         * src/procmsg.h
11490         * src/summaryview.c
11491         * src/toolbar.c
11492                 Grey out the Send button if
11493                 - Queue folders are empty, or
11494                 - We're sending already
11495
11496 2006-08-11 [wwp]        2.4.0cvs40
11497
11498         * src/main.c
11499                 fix a logic issue when quitting while a compose window is
11500                 still open, thanks to Colin.
11501
11502 2006-08-10 [colin]      2.4.0cvs39
11503
11504         * src/main.c
11505                 Fix default font size setting after wizard run
11506         * src/imap.c
11507         * src/etpan/imap-thread.c
11508         * src/etpan/imap-thread.h
11509                 Fix bug #999 (Timing out on TSL cert validation 
11510                 dialog makes ugly things happen). Also, STARTTLS
11511                 unconditionnaly if initial capabilities contain
11512                 LOGINDISABLED and STARTTLS.
11513
11514 2006-08-09 [colin]      2.4.0cvs38
11515
11516         * src/mainwindow.c
11517         * src/mainwindow.h
11518                 Fix Tools/Actions sensitivity when there are
11519                 no actions
11520
11521 2006-08-09 [colin]      2.4.0cvs37
11522
11523         * src/prefs_filtering.c
11524                 Warning fix, patch by Paul
11525         * src/messageview.c
11526         * src/prefs_actions.c
11527         * src/prefs_filtering_action.c
11528         * src/prefs_matcher.c
11529                 Uniformisation of "Info ..." to "Info..." (for
11530                 old gtk), patch by Fabien
11531         * src/plugins/clamav/clamav_plugin_gtk.c
11532                 Sensitivity fix by Fabien
11533
11534 2006-08-09 [colin]      2.4.0cvs36
11535
11536         * src/main.c
11537         * src/main.h
11538                 Add a function to know whether we're exiting
11539         * src/plugins/trayicon/trayicon.c
11540                 If exiting, don't do anything. Faster, and
11541                 avoids gtk_main_iteration reentracy causing
11542                 segfaults at exit
11543
11544 2006-08-09 [colin]      2.4.0cvs35
11545
11546         * src/messageview.c
11547         * src/mimeview.c
11548         * src/mimeview.h
11549                 Fix lack of part selection when automatically 
11550                 jumping to a specific part
11551         * src/msgcache.c
11552                 Little optimisation in cache reading
11553
11554 2006-08-09 [colin]      2.4.0cvs34
11555
11556         * src/compose.c
11557                 Fix crash setting the priority on reedit
11558                 (Accessing compose before creating it!)
11559
11560 2006-08-08 [colin]      2.4.0cvs33
11561
11562         * src/procmime.c
11563                 Fix bug #998 (last attachment is not accessible)
11564                 Bad RFC interpretation on multipart close-delimiters
11565         * src/mimeview.c
11566         * src/mimeview.h
11567         * src/gtk/gtkvscrollbutton.c
11568         * src/gtk/gtkvscrollbutton.h
11569                 Make attachments list wheel-scrollable
11570
11571 2006-08-07 [colin]      2.4.0cvs32
11572
11573         * src/gtk/gtkaspell.c
11574                 Fix bug #973 (Unicode punctation characters 
11575                 are not recognized as separators by the
11576                 spell checker); fix unsigned stuff
11577
11578 2006-08-07 [colin]      2.4.0cvs31
11579
11580         * src/compose.c
11581                 Fix bug #956 (DnD text with accents in compose 
11582                 text entry); fix gccc's signed/unsigned fuss
11583
11584 2006-08-06 [colin]      2.4.0cvs30
11585
11586         * src/main.c
11587                 Fix bug #979 (Plugin crashes when exiting 
11588                 sylpheed-claws) : handle exit request only 
11589                 once
11590
11591 2006-08-05 [colin]      2.4.0cvs29
11592
11593         * src/news.c
11594                 Just make sure we have a msgid.
11595
11596 2006-08-05 [colin]      2.4.0cvs28
11597
11598         * src/news.c
11599         * src/summaryview.c
11600                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11601                 by reimplementing it
11602         * src/textview.c
11603                 Fix bug when hiding quotes with level > 3 and quote
11604                 colors are recycled
11605
11606 2006-08-04 [colin]      2.4.0cvs27
11607
11608         * src/compose.c
11609         * src/undo.c
11610         * src/undo.h
11611                 Fix a bit replace-by-pasting undo
11612         * src/mainwindow.c
11613         * src/messageview.c
11614                 Fix Fold quotes menu synchro in
11615                 mainwindow when it changes in 
11616                 messageview
11617         * src/textview.c
11618                 Fix right-click on quotes blocks
11619         * src/common/utils.c
11620                 Verify that the file created by
11621                 my_tmpfile() is writable. Fixes
11622                 bug #988 (very specific filesystem
11623                 issue)
11624         * src/plugins/pgpcore/sgpgme.c
11625                 Fix file descriptor leak
11626         * src/plugins/spamassassin/spamassassin.c
11627                 Warn once if spamd isn't reachable
11628
11629 2006-08-04 [colin]      2.4.0cvs26
11630
11631         * src/toolbar.c
11632                 i18n context patch by Fabien
11633
11634 2006-08-03 [colin]      2.4.0cvs25
11635
11636         * src/mainwindow.c
11637         * src/messageview.c
11638                 Rename "Hide quotes" to "Fold quotes"
11639         * src/textview.c
11640                 Don't use hand cursor on quotes. "all 
11641                 the bonuses of the feature and none of 
11642                 unwelcome side-effects"
11643
11644 2006-08-03 [colin]      2.4.0cvs24
11645
11646         * AUTHORS
11647         * sylpheed-claws.desktop
11648         * src/gtk/authors.h
11649                 Bring the desktop file to XDG compliance
11650                 Patch by Charles A. Edwards
11651
11652 2006-08-03 [colin]      2.4.0cvs23
11653
11654         * src/textview.c
11655                 Fix links offset when they are preceded
11656                 by accentued chars (g_utf8_strlen!)
11657         * src/mainwindow.c
11658                 Fix wrong status when starting offline
11659
11660
11661 2006-08-03 [wwp]        2.4.0cvs22
11662
11663         * src/prefs_common.h
11664                 ask what to do w/ filtering rules that belong to an account when
11665                 applying filtering rules manually from the main window (skip,
11666                 apply regardless of the account, use current account). This dialog
11667                 can be skipped and the last reply used.
11668                 (forgot that file)
11669
11670 2006-08-03 [wwp]        2.4.0cvs21
11671
11672         * src/filtering.c
11673         * src/filtering.h
11674         * src/prefs_common.c
11675         * src/summaryview.c
11676         * src/alertpanel.c
11677         * src/alertpanel.h
11678         * src/messageview.c
11679                 ask what to do w/ filtering rules that belong to an account when
11680                 applying filtering rules manually from the main window (skip,
11681                 apply regardless of the account, use current account). This dialog
11682                 can be skipped and the last reply used.
11683
11684
11685 2006-08-03 [colin]      2.4.0cvs20
11686
11687         * src/textview.c
11688                 Optimize previous patch
11689
11690 2006-08-03 [cleroy]     2.4.0cvs19
11691
11692         * src/textview.c
11693                 Fix quotes getting toggled back when the
11694                 mail has an even number of text parts
11695
11696 2006-08-02 [colin]      2.4.0cvs18
11697
11698         * src/messageview.c
11699                 Add Hide quotes menu
11700
11701 2006-08-02 [colin]      2.4.0cvs17
11702
11703         * src/mainwindow.c
11704         * src/prefs_common.c
11705         * src/textview.c
11706         * src/textview.h
11707         * src/gtk/about.c
11708                 Allow per-level quote hiding,
11709                 Allow toggling quotes by double-clicking them
11710                 Rename RemoteURI to ClickableText to reflect
11711                 the fact it's used for a variety of things
11712
11713 2006-08-02 [wwp]        2.4.0cvs16
11714
11715         * src/mainwindow.c
11716                 fix "View/Hide quotes" menu item status initialization.
11717
11718 2006-08-02 [wwp]        2.4.0cvs15
11719
11720         * src/matcher_parser_parse.y
11721                 remove a debug trace.
11722
11723 2006-08-02 [paul]       2.4.0cvs14
11724
11725         * src/plugins/pgpcore/passphrase.c
11726                 don't set initial dialog size
11727                 make it resizable
11728
11729 2006-08-02 [paul]       2.4.0cvs13
11730
11731         * src/noticeview.c
11732                 remove the rogue '/' character
11733
11734 2006-08-02 [paul]       2.4.0cvs12
11735
11736         * src/noticeview.c
11737                 allow buttons to resize as necessary
11738
11739 2006-08-01 [wwp]        2.4.0cvs11
11740
11741         * src/mbox.c
11742                 fix strict ISO C90 compliance.
11743
11744 2006-08-01 [wwp]        2.4.0cvs10
11745
11746         * tools/update-po
11747                 updated update-po tool to work w/ context-dependent translations.
11748                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11749
11750 2006-08-01 [wwp]        2.4.0cvs9
11751
11752         * src/matcher.c
11753         * src/prefs_filtering.c
11754         * src/prefs_matcher.c
11755                 allow context-dependent translations for "All",
11756                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11757
11758 2006-07-31 [colin]      2.4.0cvs8
11759
11760         * AUTHORS
11761         * src/gtk/authors.h
11762                 Add Rafal to authors
11763
11764 2006-07-31 [colin]      2.4.0cvs7
11765
11766         * src/compose.c
11767         * src/mainwindow.c
11768         * src/messageview.h
11769         * src/prefs_common.c
11770         * src/prefs_common.h
11771         * src/textview.c
11772                 Add 'View/Hide quotes'. Patch based on a patch
11773                 by Rafal Weglarz
11774
11775 2006-07-31 [colin]      2.4.0cvs6
11776
11777         * src/action.c
11778                 Fix problem with "> stuff >" actions
11779
11780 2006-07-31 [paul]       2.4.0cvs5
11781
11782         * po/nb.po
11783                 updated by Geir Helland
11784
11785 2006-07-31 [wwp]        2.4.0cvs4
11786
11787         * src/mainwindow.c
11788         * src/summaryview.c
11789         * src/summaryview.h
11790                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11791                 thanks to Colin.
11792
11793 2006-07-31 [wwp]        2.4.0cvs3
11794
11795         * src/Makefile.am
11796         * src/addr_compl.c
11797         * src/addr_compl.h
11798         * src/addressbook.c
11799         * src/addressbook.h
11800         * src/addressbook_foldersel.c
11801         * src/addressbook_foldersel.h
11802         * src/addrindex.c
11803         * src/addrindex.h
11804         * src/matcher.c
11805         * src/matcher.h
11806         * src/matcher_parser_lex.l
11807         * src/matcher_parser_parse.y
11808         * src/prefs_common.c
11809         * src/prefs_common.h
11810         * src/prefs_filtering.c
11811         * src/prefs_matcher.c
11812         * src/prefs_matcher.h
11813         * src/summaryview.c
11814                 introduce filtering against the address book. It's now possible to add
11815                 matched conditions to determine if any email address in a message matches
11816                 or doesn't match any or all books or folders in the address book.
11817
11818 2006-07-31 [wwp]        2.4.0cvs2
11819
11820         * src/account.c
11821         * src/filtering.c
11822         * src/filtering.h
11823         * src/folder.c
11824         * src/folderview.c
11825         * src/inc.c
11826         * src/mainwindow.c
11827         * src/matcher.c
11828         * src/matcher_parser_lex.l
11829         * src/matcher_parser_parse.y
11830         * src/mbox.c
11831         * src/prefs_filtering.c
11832         * src/prefs_filtering.h
11833         * src/procmsg.c
11834         * src/procmsg.h
11835         * src/summaryview.c
11836                 introduce per-account filtering rules. Each filtering rule can now be assigned
11837                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11838                 when applying filtering rules manually, as all rules will apply - even the ones
11839                 assigned to an account. This issue will be addressed soon.
11840  
11841
11842
11843 2006-07-31 [wwp]        2.4.0cvs1
11844
11845         * src/quote_fmt.c
11846                 make more strings translatable.
11847
11848 2006-07-31 [paul]       2.4.0
11849
11850         2.4.0 released
11851
11852 2006-07-31 [paul]       2.3.1cvs91
11853
11854         * po/ca.po
11855                 updated by Miquel Oliete
11856
11857 2006-07-31 [paul]       2.3.1cvs90
11858
11859         * po/de.po
11860         * po/el.po
11861         * po/fr.po
11862         * po/it.po
11863         * po/pl.po
11864         * po/pt_BR.po
11865         * po/sr.po
11866         * po/zh_CN.po
11867                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11868                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11869                 Aleksandar Urosevic, and Ralgh Young
11870
11871 2006-07-31 [paul]       2.3.1cvs89
11872
11873         * src/account.c
11874         * src/main.c
11875         * src/mainwindow.c
11876         * src/mainwindow.h
11877                 Fix a race condition when, after an SC crash, rescanning
11878                 folders took more than 0.5 seconds
11879                 Thanks to Colin
11880
11881 2006-07-31 [paul]       2.3.1cvs88
11882
11883         * src/folderview.c
11884                 don't translate separator strings
11885
11886 2006-07-30 [mones]      2.3.1cvs87
11887
11888         * doc/man/sylpheed-claws.1
11889                 Fixed non-ASCII chars in Hoa's name
11890         * po/es.po
11891                 Updated for release
11892
11893 2006-07-27 [colin]      2.3.1cvs86
11894
11895         * src/textview.c
11896                 Don't include the leading \n in links
11897                 Patch by Fabien
11898
11899 2006-07-25 [colin]      2.3.1cvs85
11900
11901         * src/mainwindow.c
11902         * src/common/socket.h
11903         * src/etpan/imap-thread.c
11904                 Refresh resolvers before connecting
11905                 to IMAP servers, and after switching
11906                 to online. Thanks to Paul.
11907
11908 2006-07-18 [colin]
11909
11910         * 2.4.0-rc4 released
11911
11912 2006-07-17 [colin]      2.3.1cvs84
11913
11914         * src/inc.c
11915                 Show connection attempt in statusbar before
11916                 connecting (previously first message was
11917                 "Retrieving messages from ..." after the
11918                 connection succeeded.
11919
11920 2006-07-16 [wwp]        2.3.1cvs83
11921
11922         * sylpheed-claws.ico
11923                 Added .ico file (windows multi-size icon file, generated).
11924
11925 2006-07-12 [wwp]        2.3.1cvs82
11926
11927         * src/messageview.c
11928                 remove Message/Re-edit menu entry from messageview window,
11929                 as sent/draft/queued messages are opened in compose window when
11930                 re-edited and it's not possible to re-edit other msgs.
11931
11932 2006-07-12 [paul]       2.3.1cvs81
11933
11934         * AUTHORS
11935         * src/mainwindow.c
11936         * src/gtk/authors.h
11937                 check online state before resetting
11938                 mailcheck timer. Useful if some program
11939                 verifies connection state and updates
11940                 Claws.
11941                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11942
11943 2006-07-12 [paul]       2.3.1cvs80
11944
11945         * sylpheed-claws-128x128.png
11946         * sylpheed-claws-64x64.png
11947         * sylpheed-claws.png
11948         * src/Makefile.am
11949         * src/main.c
11950         * src/prefs_toolbar.c
11951         * src/stock_pixmap.c
11952         * src/stock_pixmap.h
11953         * src/wizard.c
11954         * src/gtk/about.c
11955         * src/gtk/gtkutils.c
11956         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11957         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11958         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11959         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11960         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11961         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11962                 updated and renamed logo/icon files and related
11963                 logo by Jesper Schultz
11964
11965 2006-07-11 [paul]       2.3.1cvs79
11966
11967         * src/main.c
11968                 fix the labels a smidgin
11969
11970 2006-07-09 [colin]      2.3.1cvs78
11971
11972         * src/textview.c
11973                 Show errors in textviewer's command
11974                 Patch by H. Merijn Brand
11975
11976 2006-07-09 [colin]      2.3.1cvs77
11977
11978         * src/compose.c
11979                 Save FMID in drafts too
11980
11981 2006-07-08 [colin]      2.3.1cvs76
11982
11983         * src/compose.c
11984                 Svae RMID in drafted mails too
11985                 Save quote_fmt vars for whole mails,
11986                 don't reset at each quote_fmt_init:
11987                 allows to use the same |i{var} in
11988                 various template fields
11989         * src/prefs_template.c
11990         * src/quote_fmt.h
11991         * src/quote_fmt_parse.y
11992                 Same
11993
11994 2006-07-08 [colin]      2.3.1cvs75
11995
11996         * src/textview.c
11997                 Fix highlighting of attached parts URIs
11998
11999 2006-07-08 [colin]      2.3.1cvs74
12000
12001         * src/main.c
12002                 Prevent bug #981 (sc 2.3.1 segfaults with 
12003                 gtk+ 2.10) from being reported again:
12004                 if Sylpheed-Claws has been compiled against
12005                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
12006                 of if Sylpheed-Claws has been compiled against
12007                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
12008                 error out.
12009
12010 2006-07-07 [colin]      2.3.1cvs73
12011
12012         * src/prefs_actions.c
12013                 Fix label
12014
12015 2006-07-07 [colin]      2.3.1cvs72
12016
12017         * src/prefs_actions.c
12018                 Fix compile on gtk < 2.8. argh :)
12019
12020 2006-07-07 [paul]       2.3.1cvs71
12021
12022         * src/common/defs.h
12023                 update DONATE_URI
12024
12025 2006-07-07 [colin]      2.3.1cvs70
12026
12027         * po/POTFILES.in
12028         * src/quote_fmt.c
12029         * src/quote_fmt_lex.l
12030         * src/quote_fmt_parse.y
12031                 Add |i{var}, a way to insert user-entered
12032                 text in a template
12033
12034 2006-07-07 [colin]
12035
12036         * 2.4.0-rc3 released
12037
12038 2006-07-07 [colin]      2.3.1cvs69
12039
12040         * src/folder.c
12041                 Don't consider inboxes of UNKNOWN folder 
12042                 classes to be useable as default inboxes
12043
12044 2006-07-07 [paul]       2.3.1cvs68
12045
12046         * src/textview.c
12047                 add missing #include <errno.h>
12048                 Thanks to René J. Blokland
12049
12050 2006-07-07 [paul]       2.3.1cvs67
12051
12052         * src/action.c
12053                 Return now Closes dialog
12054         * src/mimeview.c
12055         * src/mimeview.h
12056         * src/textview.c
12057                 add contextual menu to mime parts listed
12058                 in the textview
12059                 Thanks to Colin
12060         * src/common/utils.c
12061                 reversal: ' is a valid character in URLs
12062
12063 2006-07-06 [colin]      2.3.1cvs66
12064
12065         * src/remotefolder.h
12066                 Forgotten in previous commit
12067
12068 2006-07-06 [colin]      2.3.1cvs65
12069
12070         * src/folder.c
12071                 Set summary update flag whenever
12072                 totals changed
12073         * src/imap.c
12074         * src/prefs_account.c
12075         * src/common/utils.h
12076         * src/etpan/imap-thread.c
12077                 Fix warnings, thanks to Fabien and
12078                 Ricardo
12079
12080 2006-07-06 [wwp]        2.3.1cvs64
12081
12082         * src/gtk/gtkutils.c
12083                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
12084
12085 2006-07-06 [wwp]        2.3.1cvs63
12086
12087         * src/account.c
12088         * src/addressbook.c
12089         * src/addressitem.h
12090         * src/folderview.c
12091         * src/mainwindow.c
12092         * src/manual.c
12093         * src/manual.h
12094         * src/message_search.c
12095         * src/prefs_actions.c
12096         * src/prefs_filtering.c
12097         * src/prefs_filtering.h
12098         * src/prefs_template.c
12099         * src/summary_search.c
12100         * src/summaryview.c
12101         * src/gtk/gtkutils.c
12102         * src/gtk/gtkutils.h
12103         * src/gtk/pluginwindow.c
12104                 add help buttons to some dialogs. Clicking such buttons opens a
12105                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
12106
12107 2006-07-06 [paul]       2.3.1cvs62
12108
12109         * src/textview.c
12110                 fix attachments contextual menu
12111                 Thanks to Colin
12112
12113 2006-07-05 [colin]      2.3.1cvs61
12114
12115         * src/textview.c
12116         * src/compose.c
12117                 Handle sftp:// links
12118
12119 2006-07-05 [paul]       2.3.1cvs60
12120
12121         * src/gtk/filesel.c
12122                 grab save button by default
12123                 Thanks to Colin
12124
12125 2006-07-05 [wwp]        2.3.1cvs59
12126
12127         * manual/xml2pdf
12128                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
12129
12130 2006-07-04 [colin]      2.3.1cvs58
12131
12132         * src/mimeview.c
12133         * src/textview.c
12134                 Use left click to select, middle click to open
12135                 on mimeparts links
12136         * src/common/utils.c
12137                 Fix segfault
12138
12139 2006-07-04 [colin]      2.3.1cvs57
12140
12141         * src/mainwindow.c
12142         * src/news.c
12143                 Warning fixes, thanks to Fabien
12144
12145 2006-07-04 [colin]      2.3.1cvs56
12146
12147         * src/mimeview.c
12148         * src/mimeview.h
12149         * src/textview.c
12150                 Allow parts to be selected via their text label
12151                 in textview
12152
12153 2006-07-04 [colin]      2.3.1cvs55
12154
12155         * src/folderview.c
12156                 Feedback when closing (for big folders)
12157         * src/prefs_actions.c
12158         * src/prefs_filtering.c
12159         * src/prefs_matcher.c
12160         * src/prefs_template.c
12161                 Fix default button when closing without
12162                 having saved
12163
12164 2006-07-04 [colin]      2.3.1cvs54
12165
12166         * src/news.c
12167                 Delete local file on deletion
12168
12169 2006-07-03 [colin]      2.3.1cvs53
12170
12171         * src/folderview.c
12172         * src/main.c
12173                 Don't freeze when rescanning after crash
12174
12175 2006-07-03 [wwp]        2.3.1cvs52
12176
12177         * src/compose.c
12178         * src/privacy.c
12179         * src/privacy.h
12180         * src/plugins/pgpinline/pgpinline.c
12181         * src/plugins/pgpmime/pgpmime.c
12182                 don't report an error when the user cancels the passphrase dialog.
12183
12184 2006-07-02 [colin]      2.3.1cvs51
12185
12186         * src/folderview.c
12187                 Open message when crossing folders with Space,
12188                 goto next unread and friends
12189
12190 2006-07-01 [colin]      2.3.1cvs50
12191
12192         * src/prefs_account.c
12193                 Typographic rules varying from language
12194                 to language (in french "Protocole :"),
12195                 we have to do that :)
12196
12197 2006-07-01 [ticho]      2.3.1cvs49
12198
12199         * src/prefs_account.c
12200                 Only use one temporary gchar* variable in
12201                 prefs_account_protocol_set_optmenu().
12202
12203 2006-07-01 [ticho]      2.3.1cvs48
12204
12205         * src/prefs_account.c
12206         * src/prefs_account.h
12207                 Use GtkLabel for existing account protocol name.
12208                 Created an array for protocol names and populate the
12209                 combobox from it in a for() cycle.
12210
12211 2006-06-30 [colin]      2.3.1cvs47
12212
12213         * src/compose.c
12214                 Block undo when changing signature (by changing
12215                 account)
12216
12217 2006-06-30 [paul]       2.3.1cvs46
12218
12219         * src/send_message.c
12220                 when editing From in the Compose window, use that address
12221                 in the Return-Path: header
12222                 Thanks to Colin
12223
12224 2006-06-30 [colin]      2.3.1cvs45
12225
12226         * src/compose.c
12227                 Fix signature replacement:
12228                 - when no newline before separator
12229                 - when reediting
12230
12231 2006-06-29 [colin]      2.3.1cvs44
12232
12233         * src/folderview.c
12234         * src/folderview.h
12235         * src/mainwindow.c
12236         * src/summaryview.c
12237                 Let 'View/Go to/Next marked' work like
12238                 Next new & Next unread: across folders
12239                 Change the select_on_entry pref to do
12240                 what we want when changing folder
12241         * src/common/utils.c
12242                 Fix single-quoted links 
12243
12244 2006-06-29 [colin]      2.3.1cvs43
12245
12246         * src/gtk/gtkaspell.c
12247                 "Sylpheed" and "Sylpheed-Claws" do exist !
12248
12249 2006-06-29 [colin]      2.3.1cvs42
12250
12251         * src/imap.c
12252                 Forgot to remove debug
12253
12254 2006-06-29 [colin]      2.3.1cvs41
12255
12256         * src/imap.c
12257         * src/imap.h
12258         * src/mainwindow.c
12259                 Disconnect from IMAP servers when going
12260                 offline. Fixes bug #978 (going to offline-mode 
12261                 won't close connections)
12262
12263 2006-06-29 [colin]      2.3.1cvs40
12264
12265         * src/main.c
12266                 Fix transient setting on failing plugins
12267                 Patch by Fabien
12268         * src/plugins/pgpcore/sgpgme.c
12269                 Only warn for OpenPGP. Most people don't
12270                 have CMS available.
12271
12272 2006-06-29 [colin]      2.3.1cvs39
12273
12274         * src/compose.c
12275                 Fix Spelling menu (discrepancy between context menu
12276                 and top menu when folder's dictionary isn't the 
12277                 default one)
12278         * src/plugins/pgpcore/sgpgme.c
12279                 More error reporting about why gpgme can fail
12280
12281 2006-06-29 [wwp]        2.3.1cvs38
12282
12283         * src/mainwindow.c
12284                 honor the display-header-pane setting even when the message view
12285                 is a separate window.
12286
12287 2006-06-29 [wwp]        2.3.1cvs37
12288
12289         * src/prefs_actions.c
12290                 forgot to commit that one (use of GTK_STOCK_INFO).
12291
12292 2006-06-29 [colin]      2.3.1cvs36
12293
12294         * src/imap.c
12295                 Better handling of login errors (ask the password
12296                 again once), alert in case of error. Fix three
12297                 signedness warnings.
12298
12299 2006-06-28 [wwp]        2.3.1cvs35
12300
12301         * src/prefs_template.c
12302         * src/prefs_matcher.c
12303         * src/prefs_filtering_action.c
12304         * src/prefs_quote.c
12305                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
12306                 patch by Fabien Vantard, slightly modified.
12307
12308 2006-06-28 [paul]
12309
12310         2.4.0-rc2 released
12311
12312 2006-06-28 [colin]      2.3.1cvs34
12313
12314         * src/prefs_account.c
12315                 Fix bug #977 (Can't add or edit imap accounts)
12316
12317 2006-06-28 [colin]      2.3.1cvs33
12318
12319         * src/mimeview.c
12320                 Fix previous
12321
12322 2006-06-28 [colin]      2.3.1cvs32
12323
12324         * src/mimeview.c
12325                 Save named inlined attachments with "Save all"
12326         * src/main.c
12327         * src/mbox.c
12328         * src/common/plugin.c
12329         * src/common/plugin.h
12330         * src/common/sylpheed.c
12331         * src/common/utils.c
12332         * src/plugins/pgpcore/sylpheed.def
12333         * src/plugins/pgpinline/sylpheed.def
12334         * src/plugins/pgpmime/sylpheed.def
12335                 Win32 compatibility patch, by
12336                 Werner Koch
12337
12338 2006-06-28 [wwp]        2.3.1cvs31
12339
12340         * src/imap.c
12341         * src/prefs_folder_item.c
12342                 less compilation warnings (thanks to Fabien Vantard), less typos.
12343
12344 2006-06-28 [paul]       2.3.1cvs30
12345
12346         * src/gtk/gtkutils.c
12347                 gtk_combo_box_set_focus_on_click() is only
12348                 available since gtk 2.6.0
12349
12350 2006-06-28 [paul]       2.3.1cvs29
12351
12352         * src/prefs_ext_prog.c
12353                 fix engrish and add a tooltip for the
12354                 'command for 'Display as text' option
12355
12356 2006-06-28 [paul]
12357
12358         2.4.0-rc1 released
12359
12360 2006-06-28 [paul]       2.3.1cvs28
12361
12362         * ChangeLog
12363         * tools/Makefile.am
12364                 include textviewer.pl in releases
12365
12366 2006-06-28 [paul]       2.3.1cvs27
12367
12368         * src/prefs_ext_prog.c
12369                 hide Print command option if libgnomeprint
12370                 support is present
12371
12372 2006-06-27 [colin]      2.3.1cvs26
12373
12374         * src/compose.c
12375                 Fix Esc handling in insert/attach dialog
12376                 Don't show this dialog if dragging something
12377                 else than text/uri-list
12378                 Thanks to Fabien Vantard
12379         * tools/textviewer.pl
12380                 Filter script to display stuff as text
12381                 by H. Merijn Brand
12382
12383 2006-06-27 [wwp]        2.3.1cvs25
12384
12385         * src/messageview.c
12386                 use the exact product name (message view title), patch
12387                 by Fabien Vantard.
12388
12389 2006-06-27 [ticho]      2.3.1cvs24
12390
12391         * src/prefs_account.c
12392         * src/prefs_common.c
12393         * src/prefs_common.h
12394         * src/prefs_ext_prog.c
12395         * src/textview.c
12396                 Add a preference (Preferences/External programs)
12397                 to allow "Display as text" to be done via a script
12398                 (patch by H.Merijn Brand).
12399                 Use GtkComboBox for protocol selection in account
12400                 preferences.
12401                 Only include current choice for existing accounts, and
12402                 insensitivize the combobox.
12403
12404 2006-06-27 [paul]       2.3.1cvs23
12405
12406         * src/mbox.c
12407                 fix crasher introduced in cvs21.
12408                 Thanks to Colin
12409
12410 2006-06-26 [colin]      2.3.1cvs22
12411
12412         * src/mbox.c
12413                 Fix double-frees when leaving folders
12414                 after exporting to mbox
12415
12416 2006-06-26 [colin]      2.3.1cvs21
12417
12418         * src/mbox.c
12419                 More feedback (and optimisation)
12420                 on import/export
12421         * src/common/utils.c
12422                 Fix case when looking for mail addresses
12423         * src/gtk/gtkutils.c
12424                 Extra check for (X-)Face
12425
12426 2006-06-25 [ticho]      2.3.1cvs20
12427
12428         * src/compose.c
12429         * src/exphtmldlg.c
12430         * src/gtk/gtkutils.c
12431         * src/gtk/gtkutils.h
12432                 Added second argument to gtkut_sc_combobox_create() to
12433                 control focus-on-click for the widget.
12434                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12435
12436 2006-06-25 [ticho]      2.3.1cvs19
12437
12438         * src/compose.c
12439         * src/gtk/Makefile.am
12440         * src/gtk/combobox.c
12441         * src/gtk/combobox.h
12442         * src/gtk/gtkutils.c
12443         * src/gtk/gtkutils.h
12444                 Use GtkComboBox instead of deprecated GtkOptionMenu
12445                 for account selector in compose window and for encoding
12446                 selector in attachment properties.
12447                 Also factorise working with the new GtkComboBox somewhat.
12448
12449 2006-06-24 [paul]       2.3.1cvs18
12450
12451         * src/prefs_common.c
12452                 use the correct default value
12453
12454 2006-06-24 [paul]       2.3.1cvs17
12455
12456         * src/compose.c
12457         * src/prefs_common.c
12458         * src/prefs_common.h
12459         * src/prefs_compose_writing.c
12460                 enable setting of default action when
12461                 dnd'ing files in the compose window.
12462                 (Collaborative effort with wwp)
12463
12464 2006-06-23 [wwp]        2.3.1cvs16
12465
12466         * src/compose.c
12467                 i18n fix (thanks to Fabien Vantard)
12468
12469 2006-06-22 [colin]      2.3.1cvs15
12470
12471         * src/prefs_customheader.c
12472                 Don't use filters in custom headers' file 
12473                 selector. Remember, extensions mean nothing :)
12474
12475 2006-06-22 [paul]       2.3.1cvs14
12476
12477         * configure.ac
12478                 allow setting of man directory location
12479
12480 2006-06-22 [colin]      2.3.1cvs13
12481
12482         * src/mainwindow.c
12483                 Add 'View/Go to/Next unread folder'.
12484                 I missed that :)
12485
12486 2006-06-22 [colin]      2.3.1cvs12
12487
12488         * src/common/utils.c
12489                 Add some subject prefixes
12490                 Patch by Bjorn T Johansen <btj@havleik.no>
12491
12492 2006-06-22 [colin]      2.3.1cvs11
12493
12494         * manual/advanced.xml
12495                 Forgotten hidden pref
12496
12497 2006-06-21 [paul]       2.3.1cvs10
12498
12499         * src/prefs_account.c
12500                 complete the removal of 'Add date header' option
12501
12502 2006-06-21 [paul]       2.3.1cvs9
12503
12504         * src/account.c
12505         * src/compose.c
12506         * src/prefs_account.c
12507         * src/prefs_account.h
12508                 remove option to add date header - always
12509                 add date header
12510         * src/etpan/imap-thread.c
12511                 fix warnings (Thanks to Colin)
12512
12513 2006-06-21 [wwp]        2.3.1cvs8
12514
12515         * src/folder.c
12516                 set the attachment flag when inline text part are (file)named. This is more convenient
12517                 when receiving (for instance) inline source files or patches sent using thunderbird.
12518
12519 2006-06-21 [paul]       2.3.1cvs7
12520
12521         * src/inc.c
12522                 fix off-by-one count of current msg in
12523                 statusbar filtering progressbar
12524
12525 2006-06-21 [paul]       2.3.1cvs6
12526
12527         * src/folder.c
12528                 Show attachment icon even if the part is 'inline'
12529                 if the following conditions are met:
12530                 - content-type != 'text/plain'
12531                 - content-type != '*/pgp-signature'
12532                 - either 'name' or 'filename' parameter is not NULL
12533                 
12534                 Thanks to Colin
12535
12536 2006-06-21 [paul]       2.3.1cvs5
12537
12538         * src/messageview.c
12539         * src/prefs_common.c
12540         * src/prefs_common.h
12541         * src/prefs_other.c
12542                 add an option to 'Never send Return
12543                 Receipts'
12544                 Thanks to Colin
12545
12546 2006-06-20 [mones]      2.3.1cvs4
12547
12548         * po/es.po
12549                 updated
12550         * src/compose.c
12551                 typo fixed (space after comma)
12552         * tools/make.themes.project
12553                 remove exec mode from tarball files
12554
12555 2006-06-20 [colin]      2.3.1cvs3
12556
12557         * src/news.c
12558         * src/procheader.c
12559         * src/unmime.c
12560                 Better fix for \n's in headers (don't 
12561                 break Received: and others)
12562
12563 2006-06-20 [paul]       2.3.1cvs2
12564
12565         * src/alertpanel.c
12566         * src/textview.c
12567                 improve legibility of phishing attempt
12568                 dialog
12569
12570 2006-06-20 [paul]       2.3.1cvs1
12571
12572         * NEWS
12573         * README
12574         * configure.ac
12575                 Update version number following
12576                 stable release
12577
12578 2006-06-20 [colin]      2.3.0cvs26
12579
12580         * src/compose.c
12581                 When dragging a file to the text of the compose
12582                 window, ask whether we want to insert or attach
12583                 (I know lots of people who do that to attach)
12584
12585 2006-06-20 [colin]      2.3.0cvs25
12586
12587         * src/etpan/imap-thread.c
12588                 Fix threshold (the append command is often > 32 bytes)
12589
12590 2006-06-19 [colin]      2.3.0cvs24
12591
12592         * src/imap.c
12593         * src/etpan/imap-thread.c
12594                 Workaround Rockliffe IMAP server bug: replace
12595                 "x UID SEARCH (ANSWERED UID 1:*)" with
12596                 "x UID SEARCH ANSWERED"
12597                 (Rockliffe doesn't handle the parenthesis)
12598
12599 2006-06-19 [colin]      2.3.0cvs23
12600
12601         * src/compose.c
12602         * src/imap.c
12603         * src/etpan/imap-thread.c
12604                 Probably fix bug #972 (Freezes when adding 
12605                 an attachment to the message)
12606         * src/common/defs.h
12607                 Modernize Firefox cmd
12608
12609
12610 2006-06-18 [colin]      2.3.0cvs22
12611
12612         * src/prefs_customheader.c
12613                 Only allow correct filenames for various
12614                 custom headers
12615
12616 2006-06-18 [colin]      2.3.0cvs21
12617
12618         * src/prefs_customheader.c
12619                 Add a 'From File...' button in custom headers prefs, which
12620                 try to do the right thing: 
12621                 for normal headers, use file as plaintext,
12622                 for X-Face, calls compface,
12623                 for Face, encode to b64.
12624
12625 2006-06-17 [colin]      2.3.0cvs20
12626
12627         * src/mh.c
12628                 Warning fix
12629
12630 2006-06-16 [colin]      2.3.0cvs19
12631
12632         * src/summaryview.c
12633                 Recursive quicksearch: show message list
12634                 in current folder, *then* search children
12635                 in the background.
12636
12637 2006-06-16 [colin]      2.3.0cvs18
12638
12639         * src/main.c
12640                 Instead of ignoring SIGPIPE, save caches
12641                 when getting one. Will fix the fact that
12642                 hot caches are out-of-date when logging 
12643                 out of Xorg.
12644         * src/compose.c
12645         * src/prefs_compose_writing.c
12646                 Only save text (not attachments) when 
12647                 auto-saving to drafts
12648         * src/unmime.c
12649                 Always replace \n, \r and \t with spaces
12650                 in headers
12651         * manual/dist/html/Makefile.am
12652         * manual/dist/pdf/Makefile.am
12653         * manual/dist/ps/Makefile.am
12654         * manual/dist/txt/Makefile.am
12655         * manual/fr/dist/html/Makefile.am
12656         * manual/fr/dist/pdf/Makefile.am
12657         * manual/fr/dist/ps/Makefile.am
12658         * manual/fr/dist/txt/Makefile.am
12659         * manual/pl/dist/html/Makefile.am
12660         * manual/pl/dist/pdf/Makefile.am
12661         * manual/pl/dist/ps/Makefile.am
12662         * manual/pl/dist/txt/Makefile.am
12663                 Fix make clean removing pregenerated manuals
12664
12665
12666 2006-06-16 [colin]      2.3.0cvs17
12667
12668         * src/plugins/pgpcore/sgpgme.c
12669         * src/plugins/pgpmime/pgpmime.c
12670         * src/plugins/pgpinline/pgpinline.c
12671                 Better error reporting in setup_signers.
12672                 Don't fallback to default key if specified
12673                 key isn't found.
12674                 Don't allow signing if more than one secret
12675                 key matches the one specified in prefs.
12676
12677 2006-06-15 [colin]      2.3.0cvs16
12678
12679         * src/folderview.c
12680                 Add "Send queue" in the folder's contextual
12681                 menu
12682         * src/compose.c
12683         * src/messageview.c
12684         * src/privacy.c
12685         * src/privacy.h
12686         * src/procmime.c
12687         * src/procmsg.c
12688         * src/plugins/pgpcore/passphrase.c
12689         * src/plugins/pgpcore/sgpgme.c
12690         * src/plugins/pgpinline/pgpinline.c
12691         * src/plugins/pgpmime/pgpmime.c
12692                 Better error reporting
12693         * src/mbox.c
12694                 Probably fix bug #971 (2.2.3 cannot read mail 
12695                 from local mbox)
12696
12697
12698 2006-06-15 [mones]      2.3.0cvs15
12699
12700         * tools/make.themes.project
12701                 creates the themes project from the web page
12702
12703 2006-06-15 [colin]      2.3.0cvs14
12704
12705         * src/folder.c
12706                 Better fix (avoid losing the folder if scan_tree 
12707                 fails)
12708
12709 2006-06-15 [cleroy]     2.3.0cvs13
12710
12711         * src/folder.c
12712                 Probably fix Bug #969 (crash on rebuilding 
12713                 imap folder)
12714
12715 2006-06-14 [colin]      2.3.0cvs12
12716
12717         * manual/dtd/manual.xsl
12718         * manual/sylpheed-claws-manual.xml
12719         * manual/fr/sylpheed-claws-manual.xml
12720         * manual/pl/sylpheed-claws-manual.xml
12721                 Insert pagebreaks between sections
12722
12723 2006-06-14 [paul]       2.3.0cvs11
12724
12725         * configure.ac
12726                 better fix than 2.3.0cvs10
12727
12728 2006-06-14 [paul]       2.3.0cvs10
12729
12730         * configure.ac
12731                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12732                 (backwards compatible)
12733
12734 2006-06-13 [colin]      2.3.0cvs9
12735
12736         * src/messageview.c
12737                 Fix sending of return receipt with the new queue folders
12738
12739 2006-06-13 [wwp]        2.3.0cvs8
12740
12741         * src/quote_fmt_lex.l
12742                 fix wrong tokens returned in quote_fmt lexer, query not().
12743
12744 2006-06-13 [wwp]        2.3.0cvs7
12745
12746         * src/folder.c
12747         * src/prefs_folder_item.c
12748                 allow changing folder type even when folder is not a top-level one,
12749                 thanks to Colin.
12750
12751 2006-06-12 [colin]      2.3.0cvs6
12752
12753         * src/folderview.c
12754                 Fix double-ask of "Do you want to mark all
12755                 as read"
12756
12757 2006-06-12 [colin]      2.3.0cvs5
12758
12759         * src/compose.c
12760         * src/compose.h
12761         * src/folder.c
12762         * src/folder.h
12763         * src/imap.c
12764         * src/inc.c
12765         * src/main.c
12766         * src/messageview.c
12767         * src/mh.c
12768         * src/prefs_folder_item.c
12769         * src/procheader.c
12770         * src/procmime.c
12771         * src/procmsg.c
12772         * src/procmsg.h
12773         * src/send_message.c
12774         * src/summaryview.c
12775         * src/toolbar.c
12776                 Apply bug #964's patch (Queue and drafts aren't normal)
12777                 The Drafts and Queue folder now contain RFC-822 files,
12778                 allowing to move and copy mails from and to these 
12779                 folders. Moving from Drafts to Queue will prepare the
12780                 mail for sending (PGP signature, encryption, etc).
12781                 This patch also rework sending errors handling to try
12782                 to be more helpful.
12783                 Also, allow redefining folder types via the GUI 
12784                 (Folder type in its Properties)
12785
12786 2006-06-12 [colin]      2.3.0cvs4
12787
12788         * src/summaryview.c
12789         * src/prefs_common.c
12790         * src/prefs_common.h
12791         * src/gedit-print.c
12792                 Allow to define a specific print font - patch
12793                 by Bernhard Walle <bernhard.walle@gmx.de>
12794         * src/prefs_fonts.c
12795         * manual/advanced.xml
12796         * manual/fr/advanced.xml
12797                 Add a hidden pref to allow deletion without
12798                 confirmation
12799
12800 2006-06-12 [wwp]        2.3.0cvs3
12801
12802         * .cvsignore
12803                 more files to ignore.
12804
12805 2006-06-12 [wwp]        2.3.0cvs2
12806
12807         * src/quote_fmt.c
12808         * src/quote_fmt_lex.l
12809         * src/quote_fmt_parse.y
12810                 extend the quote_fmt parser (templates and quotes):
12811                 - allow limited sub-expressions in |p{} and |f{} expressions,
12812                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12813                 - implemented/fixed missing implementation of query_references and show_references,
12814                 - completed, fixed contents and format of the symbols help dialog,
12815                 - fix some compilation warnings.
12816
12817 2006-06-12 [wwp]        2.3.0cvs1
12818
12819         * manual/advanced.xml
12820         * manual/fr/advanced.xml
12821                 updates in the "templates" section of the manual (eng/fr):
12822                  - be more precise (both versions)
12823                  - completed to match the english reference (fr version)
12824                  - touchups (both versions)
12825
12826 2006-06-12 [paul]       2.3.0
12827
12828         2.3.0 released
12829
12830 2006-06-12 [paul]       2.2.3cvs14
12831
12832         * po/ca.po
12833         * po/cs.po
12834         * po/de.po
12835         * po/el.po
12836         * po/fr.po
12837         * po/it.po
12838         * po/pt_BR.po
12839         * po/sr.po
12840         * po/zh_CN.po
12841                 updated by Miquel Oliete, Tim, Stephan Sachse,
12842                 Stavros Giannouris, Fabien Vantard, Andrea
12843                 Spadaccini, Frederico Goncalves Guimaraes,
12844                 Aleksandar Urosevic, and Ralgh Young
12845
12846 2006-06-12 [colin]      2.2.3cvs13
12847
12848         * src/mbox.c
12849                 Add missing header
12850
12851 2006-06-11 [colin]      2.2.3cvs12
12852
12853         * src/msgcache.c
12854                 Verify that g_malloc() succeeded
12855
12856 2006-06-11 [colin]      2.2.3cvs11
12857
12858         * src/wizard.c
12859                 Add Face header to welcome mail
12860
12861 2006-06-10 [colin]      2.2.3cvs10
12862
12863         * src/textview.c
12864                 Revert previous (Forgot it changes the
12865                 margin on the whole mail)
12866
12867 2006-06-10 [colin]      2.2.3cvs9
12868
12869         * src/textview.c
12870                 Don't overlap long headers under (X-)Face
12871
12872 2006-06-10 [mones]      2.2.3cvs8
12873
12874         * manual/xml2pdf
12875                 allow generation of manual on systems lacking saxon binary
12876                 but with java and the saxon library installed
12877
12878         * po/es.po
12879                 updated for release
12880
12881 2006-06-09 [colin]      2.2.3cvs7
12882
12883         * src/summaryview.c
12884                 Fix leak when using Display Sender using Addressbook
12885
12886 2006-06-09 [colin]      2.2.3cvs6
12887
12888         * src/compose.c
12889         * src/folder.c
12890         * src/folderview.c
12891         * src/mimeview.c
12892         * src/summaryview.c
12893                 More leaks fixes
12894
12895 2006-06-09 [paul]       2.2.3cvs5
12896
12897         * AUTHORS
12898         * src/gtk/authors.h
12899         * tools/claws.i18n.status.pl
12900                 updated with new info
12901
12902 2006-06-09 [paul]       2.2.3cvs4
12903
12904         * README
12905                 updated
12906         * manual/ack.xml
12907                 add wwp to authors list
12908         * src/gtk/authors.h
12909                 update mine and Colin's addresses
12910
12911 2006-06-08 [colin]      2.2.3cvs3
12912
12913         * src/etpan/imap-thread.c
12914                 Fix leak on SSL cert check
12915
12916 2006-06-08 [colin]      2.2.3cvs2
12917
12918         * src/common/utils.c
12919                 Fix leak
12920
12921 2006-06-08 [paul]       2.2.3cvs1
12922
12923         * configure.ac
12924                 Update version number following
12925                 stable release
12926
12927 2006-06-07 [colin]      2.2.2cvs3
12928
12929         * src/msgcache.c
12930                 Fix catching cache read errors (guint instead of gint)
12931                 Prevent malloc'ing more than 8MB (means cache corruption)
12932
12933 2006-06-07 [paul]       2.2.2cvs2
12934
12935         * src/exporthtml.c
12936         * src/exportldif.c
12937         * src/mh.c
12938         * src/mutt.c
12939         * src/pine.c
12940         * src/common/utils.c
12941                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12942                 obey $HOME'
12943                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12944                 Thanks to Colin
12945
12946 2006-06-06 [paul]       2.2.2cvs1
12947
12948         * configure.ac
12949                 Update version number following
12950                 stable release
12951
12952 2006-06-06 [paul]       2.2.1cvs6
12953
12954         * src/matcher.c
12955                 fix  implicit declaration of
12956                 sylpheed_do_idle()
12957                 Patch by Fabien Vantard
12958
12959 2006-06-06 [paul]       2.2.1cvs5
12960
12961         * src/matcher.c
12962                 fix age_greater and age_lower so that they
12963                 mean what say and not '...or equal to'
12964                 Thanks to Colin
12965
12966 2006-06-06 [paul]       2.2.1cvs4
12967
12968         * src/textview.c
12969         * src/common/utils.c
12970                 fix URI check
12971                 Thanks to Colin
12972
12973 2006-06-05 [wwp]        2.2.1cvs3
12974
12975         * manual/fr/account.xml
12976                 minor language fixes (thanks to Fabien Vantard).
12977
12978 2006-06-05 [colin]      2.2.1cvs2
12979
12980         * src/prefs_folder_item.c
12981         * src/folderview.c
12982                 Allow recursive setting of properties 
12983                 for whole mailboxes
12984         * src/matcher.c
12985                 Don't freeze on 'test' filtering rule
12986
12987 2006-06-05 [colin]      2.2.1cvs1
12988
12989         * configure.ac
12990                 Update version number following
12991                 stable release
12992
12993 2006-06-04 [wwp]        2.2.0cvs82
12994
12995         * manual/glossary.xml
12996         * manual/account.xml
12997         * manual/fr/glossary.xml
12998         * manual/fr/account.xml
12999                 added glossary section and references/links related to the Face custom header.
13000
13001 2006-06-04 [colin]      2.2.0cvs81
13002
13003         * src/summaryview.c
13004                 Skip to next message on move with no
13005                 immediate execution
13006
13007 2006-06-04 [wwp]        2.2.0cvs80
13008
13009         * manual/xml2pdf
13010                 added sanity checks, exit when needed.
13011
13012 2006-06-03 [paul]       2.2.0cvs79
13013
13014         * src/prefs_receive.c
13015                 page name is now 'Receiving'
13016         * src/prefs_send.c
13017                 page name is now 'Sending'
13018
13019 2006-06-03 [colin]      2.2.0cvs78
13020
13021         * src/plugins/spamassassin/spamassassin_gtk.c
13022                 Autoswitch to Localhost if transport was previously
13023                 disabled. Else people had to check [] Enable, then
13024                 *reselect* transport.
13025
13026 2006-06-03 [colin]      2.2.0cvs77
13027
13028         * src/plugins/pgpinline/pgpinline.c
13029         * src/plugins/pgpmime/pgpmime.c
13030                 Check that gpg_data_release_and_get_mem 
13031                 didn't fail (now, why this happens...)
13032
13033 2006-06-03 [colin]      2.2.0cvs76
13034
13035         * src/mbox.c
13036                 Fix bug #962 (Manual and/or UI should 
13037                 warn about incompatible locking 
13038                 causing dataloss)
13039
13040 2006-06-02 [cleroy]     2.2.0cvs75
13041
13042         * src/filtering.c
13043         * src/folder.c
13044         * src/procmsg.c
13045         * src/summaryview.c
13046                 Fix a few leaks
13047
13048 2006-06-02 [colin]      2.2.0cvs74
13049
13050         * src/main.c
13051                 On exit, free caches after writing them
13052                 Shuts up some valgrind false positives
13053         * src/procmsg.c
13054         * src/send_message.c
13055                 Fix races when reusing existing SMTP connections
13056                 Fix inexistant session timeout
13057         * src/toolbar.c
13058                 Display alertpanel after all queues have
13059                 been processed, not after each
13060
13061 2006-06-02 [wwp]        2.2.0cvs73
13062
13063         * manual/fr/glossary.xml
13064         * manual/fr/ack.xml
13065         * manual/ack.xml
13066                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
13067
13068 2006-06-02 [wwp]        2.2.0cvs72
13069
13070         * manual/xml2pdf
13071         * manual/dist/pdf/Makefile.am
13072         * manual/dtd/manual.xsl
13073         * manual/fr/dist/pdf/Makefile.am
13074         * manual/pl/dist/pdf/Makefile.am
13075                 we changed the procedure to generate the .pdf version of the manual.
13076                 The procedure is more modern and the .pdf we get now has a valid index.
13077                 Here are the new pre-requisites:
13078
13079                 - JRE 1.x (1.4 here): there must be one from your distro
13080                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
13081                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
13082                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
13083
13084                 See my posts for further info about the installation of this toolchain:
13085
13086                 Date: Fri, 19 May 2006 19:40:06 +0200
13087                 From: wwp <subscript@free.fr>
13088                 To: sylpheed-claws-devel@lists.sourceforge.net
13089                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
13090
13091                 and
13092
13093                 Date: Wed, 24 May 2006 12:58:49 +0200
13094                 From: wwp <subscript@free.fr>
13095                 To: sylpheed-claws-devel@lists.sourceforge.net
13096                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
13097
13098 2006-06-01 [colin]      2.2.0cvs71
13099
13100         * src/compose.c
13101                 Better guards against IMAP races
13102         * src/main.c
13103         * src/prefs_common.c
13104         * src/prefs_common.h
13105         * src/common/ssl_certificate.c
13106         * src/etpan/imap-thread.c
13107         * src/etpan/imap-thread.h
13108         * src/gtk/sslcertwindow.c
13109                 New hidden option ssl_skip_cert_check to 
13110                 avoid dups of bug #959 (libetpan linked
13111                 against gnutls and gnutls buggy on 64bit)
13112                 Present expired warning only once per
13113                 session/server.
13114         * manual/advanced.xml
13115         * manual/fr/advanced.xml
13116                 Document new option
13117
13118 2006-06-01 [wwp]        2.2.0cvs70
13119
13120         * src/messageview.c
13121                 fix for bug #961 (return receipt dialog 
13122                 complains incorrectly about return-path 
13123                 email adress being different), thanks 
13124                 to Colin.
13125
13126 2006-05-31 [cleroy]     2.2.0cvs69
13127
13128         * src/common/ssl.c
13129                 Guard against NULLs, although this
13130                 should never be an issue
13131
13132 2006-05-31 [colin]      2.2.0cvs68
13133
13134         * src/filtering.c
13135                 Use g_slist_prepend
13136         * src/imap.c
13137                 Don't remove caches when destroying folder, it
13138                 could (should) be done at exit
13139         * src/inc.c
13140                 free processing cache after incorporation
13141         * src/etpan/imap-thread.c
13142                 Maybe fix bug #959 (Crash on moving to emails 
13143                 to a imap account per ssl with a expired 
13144                 certificate.)
13145
13146 2006-05-30 [colin]      2.2.0cvs67
13147
13148         * src/summaryview.c
13149                 Put back event flush when displaying message
13150                 It avoids reading a bunch of messages just
13151                 by hitting shift-n for too long ;)
13152
13153 2006-05-29 [colin]      2.2.0cvs66
13154
13155         * src/summaryview.c
13156                 Remove useless g_warnings
13157
13158 2006-05-29 [colin]      2.2.0cvs65
13159
13160         * src/imap.c
13161                 Fix g_slist_append()s for performance
13162
13163 2006-05-29 [colin]      2.2.0cvs64
13164
13165         * src/compose.c
13166         * src/common/utils.c
13167                 Fix extraneous tab at start of addresses
13168         * src/mainwindow.c
13169                 Fix warnings (thanks to Fabien)
13170                 Fix crash at exit when composing messages 
13171                 exist
13172         * src/pop.c
13173                 Fix progress bar when deleting expired mails
13174                 Thanks to Hiro
13175         * src/summaryview.c
13176         * src/gtk/gtksctree.c
13177                 Fix re-sorting slowness
13178
13179 2006-05-29 [paul]       2.2.0cvs63
13180
13181         * src/mh.c
13182                 fetch full message when moving mails
13183                 from another mailbox, (fixed data loss
13184                 when filtering from IMAP to MH, introduced
13185                 in 2.2.0cvs57).
13186                 Thanks to Colin
13187
13188 2006-05-29 [mones]      2.2.0cvs62
13189
13190         * src/gtk/gtksctree.c
13191                 Unselect faster (patch by Colin)        
13192
13193 2006-05-26 [colin]      2.2.0cvs61
13194
13195         * src/summaryview.c
13196                 Unplug MSGINFO_UPDATE callback on delete too.
13197
13198 2006-05-26 [colin]      2.2.0cvs60
13199
13200         * src/foldersel.c
13201                 Fix bold in folder selection window with glib2.10
13202                 thanks Hiro
13203
13204 2006-05-26 [colin]      2.2.0cvs59
13205
13206         * src/procheader.c
13207                 Convert date only if necessary (and don't
13208                 try to convert from utf8 to utf8, too)
13209         * src/summaryview.c
13210                 Only set column's text if the column's 
13211                 displayed
13212
13213 2006-05-26 [colin]      2.2.0cvs58
13214
13215         * src/summaryview.c
13216         * src/gtk/gtkutils.c
13217                 Fix useless warning
13218
13219 2006-05-26 [colin]      2.2.0cvs57
13220
13221         * src/mainwindow.c
13222                 Make summaryview selectable as long as 
13223                 no message has focus
13224         * src/mh.c
13225                 Faster deletion (by implementing mh_remove_msgs)
13226                 Faster copy (avoid using mh_fetch_msg just to get
13227                 the filename)
13228                 Faster move (using move_file instead of copy_file
13229                 if MSG_IS_MOVE)
13230                 No progressbar if total number of mails to cp/mv 
13231                 is less than 100
13232         * src/summaryview.c
13233                 Fix removal from subject_table when mail gets moved
13234                 Faster deletion (g_slist_prepend instead of append)
13235         * src/gtk/gtksctree.c
13236                 Remove useless code
13237
13238 2006-05-25 [colin]      2.2.0cvs56
13239
13240         * src/common/ssl_certificate.c
13241                 Fix leak in expired cert check
13242
13243 2006-05-25 [colin]      2.2.0cvs55
13244
13245         * src/mh.c
13246                 Disable flags syncing on .mh_sequences - it
13247                 is buggy and marks mails read under unknown
13248                 conditions.
13249
13250 2006-05-25 [paul]
13251
13252         * 2.3.0-rc4 released
13253
13254 2006-05-24 [colin]      2.2.0cvs54
13255
13256         attention cvs users: if you manage to crash
13257         Sylpheed-Claws while moving, copying or deleting
13258         mails, we *are* interested in stack traces and
13259         valgrind logs. It looks stable, but one never
13260         knows...
13261
13262         * src/folder.c
13263                 Add progressbar for cache updates
13264         * src/folderutils.c
13265                 Optimize Mark all read in the current
13266                 folder
13267         * src/mh.c
13268                 Add progressbar for copy/move
13269         * src/procmsg.c
13270                 Optimize O(n^2) in copy/move
13271         * src/summaryview.c
13272         * src/gtk/gtksctree.c
13273                 Optimize O(n^2) algos
13274         * src/common/timing.h
13275                 Display ms instead of us
13276
13277 2006-05-24 [wwp]        2.2.0cvs53
13278
13279         * manual/fr/advanced.xml
13280                 updates to the French manual.
13281
13282 2006-05-24 [wwp]        2.2.0cvs52
13283
13284         * src/common/utils.c
13285                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
13286
13287 2006-05-24 [wwp]        2.2.0cvs51
13288
13289         * src/folderutils.c
13290                 fixed "mark all read" in MH folders (thanks to Colin).
13291
13292 2006-05-24 [paul]       2.2.0cvs50
13293
13294         * doc/man/sylpheed-claws.1
13295                 updated the man page
13296
13297 2006-05-23 [colin]      2.2.0cvs49
13298
13299         * src/folderview.c
13300         * src/imap.c
13301         * src/inc.c
13302         * src/mbox.c
13303         * src/messageview.c
13304         * src/news.c
13305         * src/send_message.c
13306         * src/summaryview.c
13307         * src/gtk/sslcertwindow.c
13308                 alertpanel fixes, by Fabien
13309
13310 2006-05-23 [colin]      2.2.0cvs48
13311
13312         * src/folder.c
13313         * src/folderview.c
13314         * src/msgcache.c
13315         * src/summaryview.c
13316         * src/gtk/gtksctree.c
13317         * src/gtk/gtksctree.h
13318                 More timings
13319                 Fix slow loading problem, which was caused by the
13320                 use of some gtk_ctree funcs and their use of
13321                 g_list_position while gtk_ctree_(un)link'ing.
13322                 Reap more functions from gtkctree.c to be sure we
13323                 use our (fast) version instead of theirs.
13324         * src/mh.c
13325                 Fix copy of unread mails
13326
13327
13328 2006-05-22 [wwp]        2.2.0cvs47
13329
13330         * manual/fr/advanced.xml
13331                 updated.
13332
13333 2006-05-22 [colin]      2.2.0cvs46
13334
13335         * src/filtering.c
13336                 Fix possible infinite loop. 'copy' is not a 
13337                 final action, so when encountering a 'copy',
13338                 we have to check if a previous one was set
13339                 and do it. In the same way, if we encounter
13340                 a 'move' we have to perform a possibly 
13341                 pending 'copy'. This will slow down filtering
13342                 on IMAP if move+copy or multiple copy actions
13343                 are to be done, but handling it via the batch
13344                 would be really too convoluted.
13345
13346 2006-05-22 [wwp]        2.2.0cvs45
13347
13348         * manual/fr/advanced.xml
13349         * manual/fr/faq.xml
13350         * manual/fr/glossary.xml
13351         * manual/fr/handling.xml
13352         * manual/fr/intro.xml
13353         * manual/fr/plugins.xml
13354         * manual/fr/sylpheed-claws-manual.xml
13355                 sync w/ the english manual: updates URIs, documented mailing-list
13356                 support, better explanation about the enabled/disabled feature
13357                 in filtering/processing rules by Paul.
13358
13359 2006-05-21 [colin]      2.2.0cvs44
13360
13361         * src/summaryview.c
13362                 Don't expand after building threads, but during
13363
13364 2006-05-21 [colin]      2.2.0cvs43
13365
13366         * src/procmsg.c
13367         * src/summaryview.c
13368                 More timing possibilities... For next time I have 
13369                 to find out how the hell some 3GHz computer takes
13370                 one minute to open a 30k folder...
13371
13372 2006-05-21 [colin]      2.2.0cvs42
13373
13374         * manual/pl/advanced.xml
13375         * manual/pl/faq.xml
13376         * manual/pl/glossary.xml
13377         * manual/pl/handling.xml
13378         * manual/pl/intro.xml
13379         * manual/pl/plugins.xml
13380         * manual/pl/sylpheed-claws-manual.xml
13381                 Polish manual updated by Pawel
13382
13383 2006-05-20 [colin]
13384
13385         * 2.3.0-rc3 released
13386
13387 2006-05-20 [colin]      2.2.0cvs41
13388
13389         * src/imap.c
13390                 Fix -rc2 problems:
13391                 - remove cache of moved messages from original folder
13392                 - apply new flags to messages even if they aren't appliable
13393                   via IMAP.
13394
13395 2006-05-20 [colin]
13396
13397         * 2.3.0-rc2 released
13398
13399 2006-05-19 [colin]      2.2.0cvs40
13400
13401         * src/imap.c
13402                 Don't issue SELECT in imap_change_flags
13403                 before having checked that we indeed have
13404                 some flags to change. MSG_POSTFILTERED for
13405                 example can't be used on IMAP.
13406                 Fixes bug #955 (copying messages between 
13407                 imap folders is extremely slow), which was
13408                 a regression.
13409
13410 2006-05-19 [colin]      2.2.0cvs39
13411
13412         * src/folder.c
13413         * src/folder.h
13414         * src/folderview.c
13415                 Try to fix bug #830 (Some unread messages 
13416                 get marked read in IMAP inbox):
13417                 - Prevent scanning a folder if it's being 
13418                   opened via the GUI
13419                 - Postpone opening via the GUI of a folder
13420                   currently scanned.
13421
13422
13423 2006-05-19 [wwp]        2.2.0cvs38
13424
13425         * manual/advanced.xml
13426                 fix English+typo (thanks to Paul).
13427
13428 2006-05-19 [wwp]        2.2.0cvs37
13429
13430         * manual/advanced.xml
13431         * manual/fr/advanced.xml
13432         * src/gtk/logwindow.c
13433         * src/prefs_common.c
13434         * src/prefs_common.h
13435                 added hidden prefs to allow customization of colors used in
13436                 protocol log window (useful for dark gtk+ themes).
13437
13438 2006-05-19 [wwp]        2.2.0cvs36
13439
13440         * ChangeLog
13441                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13442
13443 2006-05-19 [paul]       2.2.0cvs35
13444
13445         * src/textview.c
13446                 make Reply-To fully clickable
13447         * src/gtk/logwindow.c
13448                 more colouring (SMTP ESMTP)
13449         Both patches by Pawel Pekala
13450
13451 2006-05-19 [cleroy]     2.2.0cvs34
13452
13453         * src/mh.c
13454                 Don't update flags from current folder
13455                 Probably fixes bug #935 (Read Messages 
13456                 Revert to Being Marked as Unread)
13457
13458 2006-05-18 [colin]      2.2.0cvs33
13459
13460         * src/imap.c
13461                 Warning fix
13462         * src/compose.c
13463         * src/mainwindow.c
13464         * src/summaryview.c
13465         * src/toolbar.c
13466                 Allow replying to multiple emails
13467                 in multiple windows
13468         * src/mimeview.c
13469         * src/etpan/imap-thread.c
13470                 Leak fixes
13471
13472 2006-05-18 [paul]       2.2.0cvs32
13473
13474         * src/summaryview.c
13475                 keep Mailing-List menu refreshed
13476                 Thanks to Colin
13477
13478 2006-05-18 [paul]       2.2.0cvs31
13479
13480         * manual/advanced.xml
13481         * manual/faq.xml
13482         * manual/glossary.xml
13483         * manual/handling.xml
13484         * manual/intro.xml
13485         * manual/plugins.xml
13486         * manual/sylpheed-claws-manual.xml
13487                 update URLs
13488                 add info about mailing-list support
13489                 edit filtering info
13490         * src/wizard.c
13491         * src/common/defs.h
13492         * src/gtk/about.c
13493         * src/plugins/dillo_viewer/README
13494                 update URLs
13495
13496 2006-05-17 [wwp]        2.2.0cvs30
13497
13498         * manual/handling.xml
13499         * manual/fr/handling.xml
13500                 documented the ability to enabled/disable filtering/processing rules.
13501
13502 2006-05-17 [colin]      2.2.0cvs29
13503
13504         * src/main.c
13505                 Don't initialize g_thread subsystem if it's 
13506                 already done (thanks to Hiro)
13507         * src/mimeview.c
13508                 Fix saving of parts when there name can't be
13509                 converted from UTF-8.
13510
13511 2006-05-17 [paul]       2.2.0cvs28
13512
13513         * po/Makefile.in.in
13514                 fix config.status warning with autoconf 2.60
13515
13516 2006-05-17 [paul]       2.2.0cvs27
13517
13518         * po/POTFILES.in
13519                 add src/mbox.c
13520
13521 2006-05-17 [wwp]        2.2.0cvs26
13522
13523         * src/mainwindow.c
13524                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13525
13526 2006-05-17 [wwp]        2.2.0cvs25
13527
13528         * src/plugins/demo/demo.c
13529                 updated product name in plugin demo (many plugins need to be
13530                 sync'ed w/ that change).
13531
13532 2006-05-17 [colin]      2.2.0cvs24
13533
13534         * src/mh.c
13535                 Fix leak
13536
13537 2006-05-16 [colin]      2.2.0cvs23
13538
13539         * src/mainwindow.c
13540                 Stupid me hit again. Fix cvs22.
13541
13542 2006-05-16 [colin]      2.2.0cvs22
13543
13544         * src/mainwindow.c
13545                 Fix bug #922 (sylpheed-claws crashed after 
13546                 pushing on Inbox folder)
13547
13548 2006-05-16 [colin]      2.2.0cvs21
13549
13550         * src/compose.c
13551                 Make From header be copy/paste/select-able
13552
13553 2006-05-16 [wwp]        2.2.0cvs20
13554
13555         * src/export.c
13556         * src/matcher.c
13557         * src/summaryview.c
13558         * src/etpan/imap-thread.c
13559                 fix some compiler warnings (thanks to Colin).
13560
13561 2006-05-16 [wwp]        2.2.0cvs19
13562
13563         * src/action.c
13564         * src/gedit-print.c
13565         * src/inc.c
13566         * src/mainwindow.c
13567         * src/mh.c
13568         * src/statusbar.c
13569         * src/send_message.c
13570         * src/summaryview.c
13571                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13572
13573 2006-05-15 [colin]      2.2.0cvs18
13574
13575         * src/procmsg.c
13576                 Fix automatic rule creation with List-Post
13577
13578 2006-05-15 [paul]       2.2.0cvs17
13579
13580         * tools/filter_conv_new.pl
13581                 updated for rule enabling/disabling
13582                 claws version >= 2.3.x required
13583
13584 2006-05-15 [cleroy]     2.2.0cvs16
13585
13586         * src/main.c
13587                 Revert test
13588
13589 2006-05-15 [cleroy]     2.2.0cvs15
13590
13591         * src/main.c
13592                 test
13593
13594 2006-05-15 [wwp]        2.2.0cvs14
13595
13596         * manual/pl/.cvsignore
13597                 ignore generated files.
13598
13599 2006-05-14 [wwp]        2.3.0-rc1
13600
13601         * 2.3.0-rc1 released
13602
13603 2006-05-13 [wwp]        2.2.0cvs13
13604
13605         * src/filtering.c
13606         * src/filtering.h
13607         * src/matcher.c
13608         * src/matcher_parser_lex.l
13609         * src/matcher_parser_parse.y
13610         * src/prefs_filtering.c
13611                 new feature: provide the ability to disable filtering and processing
13612                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13613                 adaptations.
13614
13615 2006-05-13 [colin]      2.2.0cvs12
13616
13617         * src/compose.c
13618                 Remove useless if (a) b; else b;
13619                 Thanks to wwp
13620
13621 2006-05-13 [wwp]        2.2.0cvs11
13622
13623         * src/export.c
13624         * src/import.c
13625         * src/mainwindow.c
13626         * src/mbox.c
13627         * src/summaryview.c
13628         * src/summaryview.h
13629                 no more silent failures (or at least less ones) when importing
13630                 or exporting from/to mbox. Also start importing/exporting if
13631                 the necessary info is set.
13632
13633 2006-05-13 [wwp]        2.2.0cvs10
13634
13635         * RELEASE_NOTES
13636                 restored up-to-date release notes.
13637
13638 2006-05-13 [paul]       2.2.0cvs9
13639
13640         * po/nl.po
13641         * po/ru.po
13642                 updated by Tim Dijkstra and Pavlo Bohmat
13643
13644 2006-05-12 [colin]      2.2.0cvs8
13645
13646         * src/gtk/quicksearch.c
13647                 Add "k" as shortcut for "colorlabel". Patch
13648                 by ath42@users.sf.net.
13649
13650 2006-05-12 [paul]       2.2.0cvs7
13651
13652         * src/prefs_common.h
13653         * src/prefs_summaries.c
13654         * src/summaryview.c
13655                 when entering a folder also allow
13656                 going directly to first Marked message
13657
13658 2006-05-12 [paul]       2.2.0cvs6
13659
13660         * src/summaryview.c
13661                 always obey 'confirm before marking all
13662                 mails read' option
13663
13664 2006-05-12 [paul]       2.2.0cvs5
13665
13666         * src/textview.c
13667                 make Sender fully clickable
13668
13669 2006-05-12 [colin]      2.2.0cvs4
13670
13671         * src/compose.c
13672         * src/compose.h
13673                 Let From be editable
13674         * src/main.c
13675         * src/mh.c
13676                 Full support of .mh_sequences' Unseen seq
13677
13678 2006-05-12 [colin]      2.2.0cvs3
13679
13680         * src/folder.c
13681         * src/mainwindow.c
13682         * src/mainwindow.h
13683         * src/messageview.c
13684         * src/prefs_spelling.c
13685         * src/procheader.c
13686         * src/procmsg.c
13687         * src/procmsg.h
13688         * src/summaryview.c
13689         * src/toolbar.c
13690         * src/toolbar.h
13691                 Add contextual menu on Compose toolbar
13692                 button. Fixes bug #944 (Automatic
13693                 addresses not applied when changing account
13694                 from compose window)
13695                 add Mailing List support
13696                 based on the old 0.6.5claws25 patch by
13697                 Melvin Hadasht, with finishing touches
13698                 by Colin
13699                 Fix "ignore thread" when mails are threaded by
13700                 subject (and weren't ignored although appearing
13701                 in the thread).
13702                 GUI rework.
13703                 Both patches by Pawel.
13704
13705 2006-05-08 [paul]       2.2.0cvs2
13706
13707         * src/mainwindow.c
13708         * src/mainwindow.h
13709         * src/messageview.c
13710         * src/procheader.c
13711         * src/procmsg.c
13712         * src/procmsg.h
13713         * src/summaryview.c
13714                 add Mailing List support
13715                 based on the old 0.6.5claws25 patch by 
13716                 Melvin Hadasht, with finishing touches
13717                 by Colin
13718
13719 2006-05-08 [colin]      2.2.0cvs1
13720
13721         * src/mainwindow.c
13722         * src/toolbar.c
13723         * src/toolbar.h
13724                 Add contextual menu on Compose toolbar 
13725                 button. Fixes bug #944 (Automatic 
13726                 addresses not applied when changing account 
13727                 from compose window)
13728
13729 2006-05-08 [paul]       2.2.0
13730
13731         2.2.0 released
13732
13733 2006-05-08 [paul]       2.1.1cvs51
13734
13735         * po/cs.po
13736         * po/de.po
13737         * po/en_GB.po
13738         * po/fi.po
13739         * po/fr.po
13740         * po/pt_BR.po
13741         * po/sr.po
13742         * po/zh_CN.po
13743                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13744                 Fabien Vantard, Frederico Goncalves Guimaraes,
13745                 Aleksandar Urosevic, and Ralgh Young
13746
13747 2006-05-12 [colin]      2.1.1cvs50
13748
13749         * po/cs.po
13750         * po/de.po
13751         * po/en_GB.po
13752         * po/es.po
13753         * po/fi.po
13754         * po/fr.po
13755         * po/pt_BR.po
13756         * po/sr.po
13757         * po/zh_CN.po
13758                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13759                 Fabien Vantard, Frederico Goncalves Guimaraes,
13760                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13761
13762 2006-05-05 [colin]      2.1.1cvs49
13763
13764         * manual/Makefile.am
13765         * manual/pl/Makefile.am
13766         * manual/pl/account.xml
13767         * manual/pl/ack.xml
13768         * manual/pl/addrbook.xml
13769         * manual/pl/advanced.xml
13770         * manual/pl/faq.xml
13771         * manual/pl/glossary.xml
13772         * manual/pl/gpl.xml
13773         * manual/pl/handling.xml
13774         * manual/pl/intro.xml
13775         * manual/pl/keyboard.xml
13776         * manual/pl/plugins.xml
13777         * manual/pl/starting.xml
13778         * manual/pl/sylpheed-claws-manual.xml
13779         * manual/pl/dist/.cvsignore
13780         * manual/pl/dist/Makefile.am
13781         * manual/pl/dist/html/.cvsignore
13782         * manual/pl/dist/html/Makefile.am
13783         * manual/pl/dist/pdf/.cvsignore
13784         * manual/pl/dist/pdf/Makefile.am
13785         * manual/pl/dist/ps/.cvsignore
13786         * manual/pl/dist/ps/Makefile.am
13787         * manual/pl/dist/txt/.cvsignore
13788         * manual/pl/dist/txt/Makefile.am
13789                 Add the polish translation of the manual,
13790                 Authored by Pawel Pekala.
13791
13792 2006-05-05 [cleroy]     2.1.1cvs48
13793
13794         * src/main.c
13795                 Re-read matcherrc after loading plugins 
13796                 if some of them add folders.
13797
13798 2006-05-03 [colin]      2.1.1cvs47
13799
13800         * src/imap.c
13801                 I'm idiot
13802
13803 2006-05-03 [colin]      2.1.1cvs46
13804
13805         * src/imap.c
13806                 Be sure to have a session when
13807                 getting separator
13808
13809 2006-05-03 [colin]      2.1.1cvs45
13810
13811         * src/imap.c
13812         * src/imap.h
13813         * src/imap_gtk.c
13814                 Fix preventing renaming with namespace 
13815                 separator.
13816
13817 2006-05-01 [colin]      2.1.1cvs44
13818
13819         * src/action.c
13820                 Don't reload messageview when result of
13821                 action is piped.
13822
13823 2006-04-29 [colin]      2.1.1cvs43
13824
13825         * src/prefs_receive.c
13826         * src/plugins/spamassassin/spamassassin_gtk.c
13827         * src/plugins/clamav/clamav_plugin_gtk.c
13828                 GUI fixes by Pawel
13829
13830 2006-04-29 [colin]      2.1.1cvs42
13831
13832         * src/prefs_compose_writing.c
13833         * src/prefs_quote.c
13834                 Cleanups. Patch by Pawel
13835
13836 2006-04-28 [paul]       2.1.1cvs41
13837
13838         * src/matcher.c
13839                 fix returned quick search results when search
13840                 term contains an underscore.
13841                 Thanks to Colin
13842
13843 2006-04-28 [paul]       2.1.1cvs40
13844
13845         * src/prefs_message.c
13846         * src/prefs_receive.c
13847                 GUI cleanups
13848                 Patches by Pawel Pekala
13849
13850 2006-04-27 [colin]      2.1.1cvs39
13851
13852         * src/wizard.c
13853                 Differentiate subject Welcome from
13854                 window's title Welcome
13855
13856 2006-04-27 [paul]
13857
13858         2.2.0-rc1 released
13859
13860 2006-04-27 [paul]       2.1.1cvs38
13861
13862         * manual/advanced.xml
13863         * manual/fr/advanced.xml
13864                 add info about compose_no_markup hidden pref
13865
13866 2006-04-27 [paul]       2.1.1cvs37
13867
13868         * src/prefs_account.c
13869                 improve privacy labels
13870         * src/prefs_msg_colors.c
13871                 change some strings for translators' convenience
13872         * src/gtk/gtkutils.c
13873                 don't underline the link button text
13874
13875 2006-04-25 [colin]      2.1.1cvs36
13876
13877         * src/folder.c
13878                 Complete 2.1.1cvs33 (once more ;)
13879
13880 2006-04-25 [colin]      2.1.1cvs35
13881
13882         * src/editldap.c
13883                 Fix tooltip
13884
13885 2006-04-25 [cleroy]     2.1.1cvs34
13886
13887         * src/compose.c
13888         * src/gtk/gtkaspell.c
13889                 Fix crash on redirect (related to the return 
13890                 of the aspell menu in compose's toolbar)
13891         * src/prefs_msg_colors.c
13892                 Fix sensitivity widgets
13893         * src/image_viewer.c
13894         * src/gtk/pluginwindow.c
13895         * src/gtk/prefswindow.c
13896                 Change released signals to clicked (Fabien)
13897         * po/POTFILES.in
13898         * src/common/socket.c
13899         * src/plugins/spamassassin/spamassassin.c
13900                 Translate strings (Fabien)
13901
13902 2006-04-25 [paul]       2.1.1cvs33
13903
13904         * src/folder.c
13905         * src/folder.h
13906         * src/folderview.c
13907                 complete the fix of bug #912
13908                 Thanks to Colin
13909
13910 2006-04-25 [colin]      2.1.1cvs32
13911
13912         * src/news.c
13913                 Better progress bar
13914         * src/mimeview.c
13915         * src/summaryview.c
13916         * src/summaryview.h
13917                 Fix focus chain
13918                 Patches by Pawel Pekala
13919
13920 2006-04-24 [colin]      2.1.1cvs31
13921
13922         * src/compose.c
13923                 Fix compilation warnings (Fabien)
13924
13925 2006-04-24 [colin]      2.1.1cvs30
13926
13927         * src/addrindex.c
13928         * src/editldap.c
13929         * src/editldap_basedn.c
13930         * src/editldap_basedn.h
13931         * src/ldapctrl.c
13932         * src/ldapctrl.h
13933         * src/ldapquery.c
13934         * src/ldaputil.c
13935         * src/ldaputil.h
13936                 Fix bug #901 (LDAPS support)
13937
13938 2006-04-24 [colin]      2.1.1cvs29
13939
13940         * src/compose.c
13941                 Fix logic on error with send dialog on
13942         * src/imap.c
13943                 Fix compilation without libetpan, thanks
13944                 to Fabien
13945         * src/summaryview.c
13946                 Fix 'context-menu' key
13947
13948 2006-04-23 [colin]      2.1.1cvs28
13949
13950         * src/folder.c
13951                 Never free current's cache to free up 
13952                 memory. Fixes bug #912 (new count 
13953                 randomly set to message count)
13954
13955 2006-04-23 [colin]      2.1.1cvs27
13956
13957         * src/gtk/quicksearch.c
13958                 And remove printf...
13959
13960 2006-04-23 [colin]      2.1.1cvs26
13961
13962         * src/gtk/quicksearch.c
13963                 Fix replacing in quicksearch, and fix inserting
13964                 in the middle of the string. (introduced at 2.1.0cvs22)
13965
13966 2006-04-23 [colin]      2.1.1cvs25
13967
13968         * src/imap.c
13969                 Make sure uidnext is initialized in get_num_list
13970                 (not for stable, related to 2.1.1cvs8 and friends)
13971
13972 2006-04-23 [colin]      2.1.1cvs24
13973
13974         * src/imap.c
13975                 Output something when login is successful
13976                 too
13977
13978 2006-04-23 [colin]      2.1.1cvs23
13979
13980         * src/etpan/imap-thread.c
13981                 Better logging (line-per-line, hide data in fetch)
13982                 Fix a const warning
13983         * src/gtk/logwindow.c
13984         * src/gtk/logwindow.h
13985                 Better logging (color for input/output)
13986
13987 2006-04-21 [colin]      2.1.1cvs22
13988
13989         * src/gtk/quicksearch.c
13990                 On gtk+-2.8, use stock buttons in quicksearch
13991                 Based on a patch by Fabien and a design by Paul
13992
13993 2006-04-21 [colin]      2.1.1cvs21
13994
13995         * src/folderview.c
13996         * src/mainwindow.c
13997                 Fix occasional flicker in folderview
13998         * src/common/utils.c
13999                 Fix bug #943 (Incorrectly parsed email address 
14000                 list in short headers on message view and in 
14001                 printouts)
14002
14003 2006-04-20 [colin]      2.1.1cvs20
14004
14005         * src/imap.c
14006         * src/imap.h
14007         * src/prefs_account.c
14008                 Add ANONYMOUS auth for IMAP
14009
14010 2006-04-20 [paul]       2.1.1cvs19
14011
14012         * src/main.c
14013                 proper fix for 2.1.1cvs18
14014                 Thanks to Colin
14015
14016 2006-04-20 [paul]       2.1.1cvs18
14017
14018         * src/main.c
14019                 fix build warnings
14020
14021 2006-04-20 [paul]       2.1.1cvs17
14022
14023         * src/gtk/quicksearch.c
14024                 fix standard, non-extended Quick search,
14025                 was broken in 2.1.1cvs15.
14026                 Thanks to Colin.
14027
14028 2006-04-20 [colin]      2.1.1cvs16
14029
14030         * src/prefs_matcher.c
14031                 Fix values when reselecting a ~test
14032                 rule
14033
14034 2006-04-19 [colin]      2.1.1cvs15
14035
14036         * src/compose.c
14037         * src/compose.h
14038         * src/gtk/gtkaspell.c
14039         * src/gtk/gtkaspell.h
14040                 Put back Options menu in Spelling/
14041         * src/gtk/quicksearch.c
14042                 Don't search, and show error, if the
14043                 advanced search has a syntax error
14044
14045 2006-04-18 [colin]      2.1.1cvs14
14046
14047         * src/textview.c
14048                 Fix gdk warnings on set_cursor when textview
14049                 isn't visible
14050
14051 2006-04-18 [colin]      2.1.1cvs13
14052
14053         * src/gtk/gtksctree.c
14054                 Remove seemingly useless refresh that causes
14055                 flicker - watch this commit in case of 
14056                 problems before planned backport to stable
14057
14058 2006-04-18 [colin]      2.1.1cvs12
14059
14060         * src/imap.c
14061                 Factorize get/set_xml code
14062         * src/compose.c
14063         * src/prefs_account.c
14064         * src/prefs_account.h
14065         * src/procmsg.c
14066                 Add Encrypt to self option
14067
14068 2006-04-17 [colin]      2.1.1cvs11
14069
14070         * configure.ac
14071                 Fix search on encrpyt function on dragonfly
14072                 Patch by Jonathan Buschmann <jonthn@agmact.com>
14073
14074 2006-04-17 [colin]      2.1.1cvs10
14075
14076         * src/prefs_account.c
14077                 Be safe by default: remove mails from POP3
14078                 after 7 days, not immediately
14079
14080 2006-04-17 [colin]      2.1.1cvs9
14081
14082         * src/etpan/imap-thread.c
14083                 Fix build on DragonFly - patch by 
14084                 Jonathan Buschmann <jonthn@agmact.com>
14085
14086 2006-04-17 [colin]      2.1.1cvs8
14087
14088         * src/imap.c
14089                 Save uidnext between sessions
14090
14091 2006-04-17 [colin]      2.1.1cvs7
14092
14093         * src/imap.c
14094                 scan is required when uid validity changes
14095
14096 2006-04-17 [colin]      2.1.1cvs6
14097
14098         * src/folderview.c
14099                 Don't scan if not necessary, apart in current
14100                 folder and INBOX to fetch flags.
14101         * src/imap.c
14102                 Scan is necessary if unread count changes
14103
14104 2006-04-17 [colin]      2.1.1cvs5
14105
14106         * src/imap.c
14107                 ...But always fetch ANSWERED and DELETED flags for
14108                 INBOX, as filtering can happen on these flags.
14109
14110 2006-04-17 [colin]      2.1.1cvs4
14111
14112         * src/imap.c
14113                 Don't fetch REPLIED and DELETED flags when synchronising
14114                 flags with a closed folder. We only need UNSEEN and FLAGGED
14115                 to update the folderview.
14116
14117 2006-04-17 [colin]      2.1.1cvs3
14118
14119         * src/imap.c
14120                 Faster flag search when there are new mails 
14121                 in a folder. We can do a full search if the 
14122                 folder contains less messages than the new
14123                 list.
14124
14125 2006-04-17 [colin]      2.1.1cvs2
14126
14127         * po/cs.po
14128         * po/de.po
14129         * po/fr.po
14130         * po/nl.po
14131         * po/pt_BR.po
14132                 Update translations from stable branch
14133
14134 2006-04-17 [colin]      2.1.1cvs1
14135
14136         * configure.ac
14137                 Bump version to follow stable release
14138
14139 2006-04-16 [mones]      2.1.0cvs50
14140
14141         * po/es.po
14142                 Updated for release
14143
14144 2006-04-16 [colin]      2.1.0cvs49
14145
14146         * src/textview.c
14147                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
14148                 with gtk < 2.8. Thanks to Fabien Vantard.
14149
14150 2006-04-15 [colin]      2.1.0cvs48
14151
14152         * src/etpan/imap-thread.c
14153                 Fix bug #919 (libetpan: SEGV when connecting 
14154                 using command)
14155
14156 2006-04-14 [colin]      2.1.0cvs47
14157
14158         * src/main.c
14159                 Fix race on --select (should be done better)
14160
14161 2006-04-14 [wwp]        2.1.0cvs46
14162
14163         * src/send_message.c
14164                 enforce a check for domain in account prefs (a sending
14165                 error could be faced if domain was checked but no value set),
14166                 thanks to Colin.
14167
14168 2006-04-14 [colin]      2.1.0cvs45
14169
14170         * src/codeconv.c
14171                 when converting from unknown to unknown, if the
14172                 string is UTF8, don't convert it to the locale
14173                 (which breaks it)
14174
14175 2006-04-14 [colin]      2.1.0cvs44
14176
14177         * src/compose.c
14178                 Don't try to use ASCII for converting headers
14179                 (as done in body)
14180
14181 2006-04-14 [paul]       2.1.0cvs43
14182
14183         * src/crash.c
14184                 add locale/charset info to crash report
14185         * src/gtk/about.c
14186                 add wwp to doc team
14187                 replace 'e-mail' with preferred 'email'
14188         * src/gtk/authors.h
14189                 ensure contributors list is in alphabetical
14190                 order
14191
14192 2006-04-13 [colin]      2.1.0cvs42
14193
14194         * src/textview.c
14195                 Prevent gdk warnings
14196
14197 2006-04-13 [colin]      2.1.0cvs41
14198
14199         * src/common/ssl_certificate.c
14200         * src/common/ssl_certificate.h
14201         * src/gtk/sslcertwindow.c
14202                 Warn on expired certs, and display the expiration date
14203
14204 2006-04-13 [colin]      2.1.0cvs40
14205
14206         * src/plugins/spamassassin/spamassassin_gtk.c
14207                 Fix missing set_text on unix socket
14208
14209 2006-04-13 [wwp]        2.1.0cvs39
14210
14211         * manual/fr/advanced.xml
14212         * manual/fr/glossary.xml
14213                 applied new spam/ham/email lexicon (pourriel, courriel)
14214
14215 2006-04-13 [paul]       2.1.0cvs38
14216
14217         * src/plugins/pgpmime/plugin.c
14218                 remove the mention of S/MIME from the
14219                 description. This is now handled by the
14220                 S/MIME plugin.
14221
14222 2006-04-13 [paul]       2.1.0cvs37
14223
14224         * src/prefs_msg_colors.c
14225                 rework dialog
14226         * src/prefs_folder_item.c
14227         * src/prefs_spelling.c
14228                 add a tooltip to the colour selector buttons
14229
14230 2006-04-13 [wwp]        2.1.0cvs36
14231
14232         * manual/advanced.xml
14233         * manual/glossary.xml
14234         * manual/handling.xml
14235         * manual/keyboard.xml
14236         * manual/plugins.xml
14237         * manual/starting.xml
14238         * manual/fr/account.xml
14239         * manual/fr/ack.xml
14240         * manual/fr/addrbook.xml
14241         * manual/fr/advanced.xml
14242         * manual/fr/faq.xml
14243         * manual/fr/glossary.xml
14244         * manual/fr/gpl.xml
14245         * manual/fr/handling.xml
14246         * manual/fr/intro.xml
14247         * manual/fr/keyboard.xml
14248         * manual/fr/plugins.xml
14249         * manual/fr/starting.xml
14250         * manual/fr/sylpheed-claws-manual.xml
14251                 fixes to the manuals:
14252                  - summaryview -> Message List (same in French)
14253                  - translate key names
14254                  - fix French punctuation, use non-breakable spaces when
14255                    necessary, don't use &thinsp; which is not portable
14256                  - tell what maildir and mbox formats we support
14257
14258 2006-04-12 [wwp]        2.1.0cvs35
14259
14260         * src/prefs_toolbar.c
14261                 unified a replace button more,
14262                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14263
14264 2006-04-12 [wwp]        2.1.0cvs34
14265
14266         * src/prefs_common.c
14267         * src/prefs_msg_colors.c
14268                 make default color labels translatable,
14269                 patch from Fabien Vantard <fzzzzz@gmail.com>,
14270                 thanks to Tim <timbrain@post.cz> for reporting.
14271
14272 2006-04-12 [wwp]        2.1.0cvs33
14273
14274         * manual/glossary.xml
14275         * manual/intro.xml
14276         * manual/plugins.xml
14277         * manual/starting.xml
14278         * manual/sylpheed-claws-manual.xml
14279         * manual/fr/.cvsignore
14280         * manual/fr/account.xml
14281         * manual/fr/ack.xml
14282         * manual/fr/addrbook.xml
14283         * manual/fr/advanced.xml
14284         * manual/fr/faq.xml
14285         * manual/fr/glossary.xml
14286         * manual/fr/handling.xml
14287         * manual/fr/intro.xml
14288         * manual/fr/keyboard.xml
14289         * manual/fr/plugins.xml
14290         * manual/fr/starting.xml
14291         * manual/fr/sylpheed-claws-manual.xml
14292                 various fixes: typos, missing .fr translations, punctuation,
14293                 capitalization, links, accents and some bad French more.
14294
14295 2006-04-12 [wwp]        2.1.0cvs32
14296
14297         * src/prefs_gtk.c
14298                 fix for bug #935: always store prefs files in UTF-8 (thanks
14299                 to Colin).
14300
14301 2006-04-11 [colin]      2.1.0cvs31
14302
14303         * src/compose.c
14304                 Fix inserting files not in utf8 when locale is utf8
14305
14306 2006-04-11 [colin]      2.1.0cvs30
14307
14308         * src/inc.c
14309                 Don't show error dialog when cancelling connection
14310                 Patch by Pawel
14311
14312 2006-04-11 [cleroy]     2.1.0cvs29
14313
14314         * src/compose.c
14315                 Implement multiple quote levels
14316         * src/prefs_common.c
14317                 Change a little bit the quote bgcolor for 2nd level
14318
14319 2006-04-11 [colin]      2.1.0cvs28
14320
14321         * src/gtk/about.c
14322                 Add locale and charset in the label
14323
14324 2006-04-10 [colin]      2.1.0cvs27
14325
14326         * src/compose.c
14327         * src/prefs_common.c
14328         * src/prefs_common.h
14329         * src/prefs_msg_colors.c
14330         * src/textview.c
14331                 Allow optional background color in quotes
14332                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14333                 GTK+-2.8.x feature
14334
14335 2006-04-10 [colin]      2.1.0cvs26
14336
14337         * src/main.c
14338         * src/mainwindow.c
14339         * src/mainwindow.h
14340                 Implement --select
14341
14342 2006-04-10 [colin]      2.1.0cvs25
14343
14344         * manual/plugins.xml
14345         * manual/fr/plugins.xml
14346                 Document libcurl's proxy variables
14347
14348 2006-04-09 [colin]      2.1.0cvs24
14349
14350         * src/prefs_common.c
14351                 gettext() returns statically allocated stuff. We have
14352                 to strdup it in order to be able to free it.
14353
14354 2006-04-09 [colin]      2.1.0cvs23
14355
14356         * AUTHORS
14357         * src/gtk/authors.h
14358                 Add Alexei
14359
14360 2006-04-09 [colin]      2.1.0cvs22
14361
14362         * src/mainwindow.c
14363         * src/gtk/quicksearch.c
14364                 Fix bug #859 (problems with cyrilic input in 
14365                 search panel) - Patch by Alexey Illarionov 
14366                 <littlesavage@rambler.ru>
14367
14368 2006-04-09 [colin]      2.1.0cvs21
14369
14370         * src/prefs_customheader.c
14371                 I prefer removing then freeing rather than the contrary
14372                 (even if it doesn't change anything ;-)
14373         * src/prefs_account.c
14374                 Fix bug #933 (Crash re-entering the custom headers list 
14375                 dialog in accounts prefs)
14376                 The problem happened when cancelling the Account 
14377                 Preferences' dialogs - in which case we didn't do 
14378                 anything to the PrefsAccount * struct. In case of applying,
14379                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14380                 working with in this dialog. The problem is that 
14381                 prefs_customheader.c, working on this tmp_ac_prefs, always
14382                 changes the ->customhdr_list pointer, even when cancelled. 
14383                 So in case of cancelling the prefs_account dialog, we still
14384                 have to update ->customhdr_list in the real account.
14385
14386 2006-04-08 [colin]      2.1.0cvs20
14387
14388         * manual/fr/glossary.xml
14389         * manual/fr/keyboard.xml
14390                 Forgot some headers :)
14391
14392 2006-04-08 [colin]      2.1.0cvs19
14393
14394         * manual/Makefile.am
14395         * manual/fr/Makefile.am
14396         * manual/fr/account.xml
14397         * manual/fr/ack.xml
14398         * manual/fr/addrbook.xml
14399         * manual/fr/advanced.xml
14400         * manual/fr/faq.xml
14401         * manual/fr/glossary.xml
14402         * manual/fr/gpl.xml
14403         * manual/fr/handling.xml
14404         * manual/fr/intro.xml
14405         * manual/fr/keyboard.xml
14406         * manual/fr/plugins.xml
14407         * manual/fr/starting.xml
14408         * manual/fr/sylpheed-claws-manual.xml
14409         * manual/fr/dist/.cvsignore
14410         * manual/fr/dist/Makefile.am
14411         * manual/fr/dist/html/.cvsignore
14412         * manual/fr/dist/html/Makefile.am
14413         * manual/fr/dist/pdf/.cvsignore
14414         * manual/fr/dist/pdf/Makefile.am
14415         * manual/fr/dist/ps/.cvsignore
14416         * manual/fr/dist/ps/Makefile.am
14417         * manual/fr/dist/txt/.cvsignore
14418         * manual/fr/dist/txt/Makefile.am
14419                 Add the french translation of the manual. Thanks to
14420                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14421                 account.xml, ack.xml, addrbook.xml and advanced.xml
14422
14423 2006-04-08 [colin]      2.1.0cvs18
14424
14425         * manual/plugins.xml
14426         * manual/starting.xml
14427                 More fixes
14428
14429 2006-04-07 [colin]      2.1.0cvs17
14430
14431         * manual/faq.xml
14432         * manual/intro.xml
14433         * manual/keyboard.xml
14434                 Little fixes
14435
14436 2006-04-07 [colin]      2.1.0cvs16
14437
14438         * README
14439         * src/compose.c
14440         * src/prefs_common.c
14441         * src/prefs_common.h
14442                 Add hidden compose_no_markup pref
14443
14444 2006-04-07 [wwp]        2.1.0cvs15
14445
14446         * src/summary_search.c
14447         * .cvsignore
14448                 Bugfix: stop button was sticky when searching in an empty folder.
14449                 Applied curly brackets code style to the whole file (summary_search.c).
14450                 More files to ignore.
14451
14452 2006-04-07 [wwp]        2.1.0cvs14
14453
14454         * src/message_search.c
14455         * src/summary_search.c
14456                 changed default button when search bumps at file/folder
14457                 beginning or end, for convenience (thanks to Colin).
14458
14459 2006-04-07 [paul]       2.1.0cvs13
14460
14461         * src/plugins/dillo_viewer/dillo_prefs.c
14462                 avoid future potential for namespace collision
14463                 Patch by Colin
14464
14465 2006-04-06 [wwp]        2.1.0cvs12
14466
14467         * src/summary_search.c
14468                 Unify extended/advanced searches names (and thus factorize labels),
14469                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14470
14471 2006-04-06 [wwp]        2.1.0cvs11
14472
14473         * src/folderview.c
14474         * src/prefs_themes.c
14475         * src/summaryview.c
14476                 Fixed some compilation warnings.
14477
14478 2006-04-06 [colin]      2.1.0cvs10
14479
14480         * manual/advanced.xml
14481                 Document the wizard template and how to deploy
14482                 Sylpheed-Claws effectively
14483
14484 2006-04-06 [colin]      2.1.0cvs9
14485
14486         * src/folderview.c
14487                 gettext patch to tell translators about _("#"),
14488                 by Maxim Britov
14489
14490 2006-04-06 [colin]      2.1.0cvs8
14491
14492         * src/textview.c
14493                 Fix invalid GtkTextBIter after clicking "Display as text"
14494
14495 2006-04-06 [mones]      2.1.0cvs7
14496
14497         * src/addr_compl.c
14498         * src/addrindex.c
14499         * src/addritem.c
14500         * src/codeconv.c
14501         * src/compose.c
14502         * src/filtering.c
14503         * src/folder.c
14504         * src/folder_item_prefs.c
14505         * src/folderview.c
14506         * src/localfolder.c
14507         * src/matcher.c
14508         * src/mimeview.c
14509         * src/prefs_msg_colors.c
14510         * src/prefs_spelling.c
14511         * src/prefs_themes.c
14512         * src/procmime.c
14513         * src/procmsg.c
14514         * src/stock_pixmap.c
14515         * src/summaryview.c
14516         * src/textview.c
14517         * src/toolbar.c
14518         * src/common/mgutils.c
14519         * src/common/prefs.c
14520         * src/common/ssl_certificate.c
14521         * src/gtk/colorlabel.c
14522         * src/gtk/quicksearch.c
14523         * src/plugins/pgpmime/pgpmime.c
14524         * src/plugins/spamassassin/spamassassin.c
14525                 Removed redundant NULL checks for g_free() calls.
14526                 Patch by Pawel Pekala.
14527
14528 2006-04-06 [mones]      2.1.0cvs6
14529
14530         * src/prefs_actions.c
14531         * src/prefs_filtering.c
14532         * src/prefs_filtering_action.c
14533         * src/prefs_matcher.c
14534         * src/prefs_template.c
14535         * src/gtk/gtkutils.c
14536         * src/gtk/gtkutils.h
14537                 Have a nice replace button. Patch by Pawel Pekala
14538
14539 2006-04-06 [colin]      2.1.0cvs5
14540
14541         * src/addressbook.c
14542                 Fix crash with empty columns
14543
14544 2006-04-05 [colin]      2.1.0cvs4
14545
14546         * src/wizard.c
14547         * src/prefs_gtk.c
14548                 Allow wizard customization with pre-filled values
14549
14550 2006-04-05 [colin]      2.1.0cvs3
14551
14552         * src/textview.c
14553         * src/mimeview.c
14554         * src/mimeview.h
14555                 Nicer messages in mimeview
14556
14557 2006-04-05 [colin]      2.1.0cvs2
14558
14559         * src/addressbook.c
14560         * src/prefs_summaries.c
14561                 i18n fix
14562
14563 2006-04-05 [colin]      2.1.0cvs1
14564
14565         * src/plugins/pgpcore/plugin.c
14566         * src/plugins/pgpcore/select-keys.c
14567         * src/plugins/pgpcore/select-keys.h
14568         * src/plugins/pgpcore/sgpgme.c
14569         * src/plugins/pgpcore/sgpgme.h
14570         * src/plugins/pgpinline/pgpinline.c
14571         * src/plugins/pgpinline/plugin.c
14572         * src/plugins/pgpmime/pgpmime.c
14573         * src/plugins/pgpmime/plugin.c
14574                 Factorize and generalize a bit 
14575                 Drop S/MIME signature verification from PGP/MIME
14576                 (adding it as another, more complete plugin)
14577
14578 2006-04-05 [paul]       2.1.0
14579
14580         2.1.0 released
14581
14582 2006-04-05 [paul]       2.0.0cvs186
14583
14584         * manual/advanced.xml
14585                 add info on colour labels
14586
14587 2006-04-05 [paul]       2.0.0cvs185
14588
14589         * po/bg.po
14590         * po/cs.po
14591         * po/de.po
14592         * po/el.po
14593         * po/en_GB.po
14594         * po/fi.po
14595         * po/fr.po
14596         * po/it.po
14597         * po/nl.po
14598         * po/pl.po
14599         * po/pt_BR.po
14600         * po/sr.po
14601         * po/zh_CN.po
14602                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14603                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14604                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14605                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14606         * src/gtk/authors.h
14607         * tools/claws.i18n.status.pl
14608                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14609                 and new Czech translator, Tim <timbrain@post.cz>
14610
14611 2006-04-05 [mones]      2.0.0cvs184
14612
14613         * po/es.po
14614                 Updated translation
14615
14616 2006-04-05 [colin]      2.0.0cvs183
14617
14618         * src/gtk/quicksearch.c
14619                 Fix bug #929 (unnecessary reload in quick search bar)
14620
14621 2006-04-05 [colin]      2.0.0cvs182
14622
14623         * src/compose.c
14624                 Fix crash on Reply with no From:
14625                 Show signature and conversion error on queuing 
14626                 (but not sending)
14627         * src/mainwindow.c
14628         * src/summaryview.c
14629         * src/summaryview.h
14630                 Factorize threading code and make sure msginfo 
14631                 is not null when it comes from a GtkCTreeRow's 
14632                 data
14633         * src/gtk/gtkaspell.c
14634                 Check for necessary things
14635         * src/gtk/gtksctree.c
14636         * src/gtk/gtksctree.h
14637                 Reset anchor if necessary when removing node
14638
14639 2006-03-29 [colin]      2.0.0cvs181
14640
14641         * src/folderview.c
14642                 Warn for disabled IMAP accounts (due to lack of
14643                 libetpan). Breaks string-freeze - sorry - but it
14644                 is kind of important ;)
14645
14646 2006-03-28 [colin]      2.0.0cvs180
14647
14648         * src/gtk/gtkutils.c
14649         * src/gtk/gtkutils.h
14650                 Add a gtkut_get_link_btn() function that
14651                 creates a button which acts like an URI
14652         * src/prefs_themes.c
14653         * src/gtk/about.c
14654                 Use this function (factorizes codes)
14655         * src/common/defs.h
14656         * src/gtk/pluginwindow.c
14657                 Add a "Get more..." in the plugins window
14658
14659 2006-03-28 [colin]      2.0.0cvs179
14660
14661         * src/common/smtp.c
14662         * src/common/passcrypt.c
14663         * src/undo.c
14664                 Warning fixes. Patch by Pawel Pekala
14665
14666 2006-03-27 [colin]      2.0.0cvs178
14667
14668         * src/undo.c
14669                 Fix undoing by blocks with spaces
14670
14671 2006-03-27 [colin]      2.0.0cvs177
14672
14673         * src/textview.c
14674                 Set margin to 3px for headers
14675
14676 2006-03-27 [paul]
14677
14678         2.1.0-rc2 released
14679
14680 2006-03-27 [wwp]        2.0.0cvs176
14681
14682         * src/summaryview.c
14683                 don't reset quicksearch when updating the message list.
14684                 Thanks to Colin.
14685
14686 2006-03-26 [wwp]        2.0.0cvs175
14687
14688         * src/compose.c
14689                 use a unified border width ('other' tab in the compose window,
14690                 patch by Pawel Pekala).
14691
14692
14693 2006-03-26 [wwp]        2.0.0cvs174
14694
14695         * src/common/quoted-printable.c
14696         * src/addressbook.c
14697                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14698
14699 2006-03-26 [colin]      2.0.0cvs173
14700
14701         * src/quote_fmt_parse.y
14702                 Fix non-UTF8 date formats messing up the whole quote a 
14703                 little bit
14704
14705 2006-03-26 [colin]      2.0.0cvs172
14706
14707         * src/procheader.c
14708                 Make sure the date is UTF8 valid, or try to make it
14709                 so. IncrediMail is really IncrediStupid.
14710         * src/compose.c
14711                 Fix possible conversions. 
14712                 
14713
14714 2006-03-26 [colin]      2.0.0cvs171
14715
14716         * src/matcher.c
14717                 Fix corner cases in body search. This is still a
14718                 hack... It seems impossible to make it good and 
14719                 reasonably fast at the same time.
14720
14721 2006-03-26 [colin]      2.0.0cvs170
14722
14723         * src/summaryview.c
14724                 I think I killed the twilight zone bug!
14725                 summary_select_node() flushes GTK events in order
14726                 to be able to center the view. But this also 
14727                 flushes keypresses like Ctrl-Alt-U, so this can
14728                 call summary_show from summary_select_node (itself
14729                 called from summary_show, etc.). And the summaryview
14730                 has to be unlocked in this function. So just locking
14731                 while processing GTK events, and bailing if locked, 
14732                 should fix it.
14733                 Fixes bug #927 (SIGSEGV during Update Summary)
14734
14735 2006-03-25 [colin]      2.0.0cvs169
14736
14737         * src/matcher.c
14738                 Fix search in QP-encoded bodies
14739                 Fix utf-8 searches in bodies encoded in the
14740                 locale's encoding
14741         * src/common/quoted-printable.c
14742         * src/common/quoted-printable.h
14743                 Add a decode function that doesn't overwrite
14744                 the original pointer
14745                 
14746
14747 2006-03-24 [colin]      2.0.0cvs168
14748
14749         * src/action.c
14750         * src/summaryview.c
14751         * src/summaryview.h
14752                 Update message cache after action
14753                 Patch by H. Merijn Brand
14754         * src/prefs_msg_colors.c
14755                 Factorize label 
14756                 Patch by Fabien Vantard
14757         * src/plugins/spamassassin/spamassassin_gtk.c
14758                 Remove useless translation
14759                 Patch by Fabien Vantard
14760
14761 2006-03-23 [colin]      2.0.0cvs167
14762
14763         * src/common/ssl.c
14764                 Let 30 seconds to SSL_connect
14765
14766 2006-03-23 [wwp]        2.0.0cvs166
14767
14768         * src/summaryview.c
14769         * src/gtk/description_window.c
14770                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14771                 and headers are translated; adjust description windows' width to fit their
14772                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14773
14774 2006-03-23 [paul]       2.0.0cvs165
14775
14776         * src/common/utils.c
14777                 fix highlighting of URIs containing "()"
14778                 (2.0.0cvs164's reversal fixed)
14779                 Thanks to Colin.
14780
14781 2006-03-23 [paul]       2.0.0cvs164
14782
14783         * src/common/utils.c
14784                 revert patch, (postponing a fix), at 2.0.0cvs120
14785                 as it breaks more URIs than it fixes.
14786                 Allow '-' to be a terminating character in a URI
14787
14788 2006-03-22 [colin]      2.0.0cvs163
14789
14790         * configure.ac
14791                 Require libetpan 0.45
14792                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14793
14794 2006-03-22 [paul]       2.0.0cvs162
14795
14796         * src/editgroup.c
14797                 replace '<-' and '->' buttons with GTK_STOCK graphical
14798                 buttons
14799         * src/summary_search.c
14800                 don't offer '...' for translation
14801                 add a tooltip to advanced search '...' button
14802         * src/gtk/quicksearch.c
14803                 don't offer '...' for translation
14804
14805 2006-03-21 [colin]      2.0.0cvs161
14806
14807         * src/compose.c
14808                 Fix middle-click pasting (insert at click
14809                 position instead of cursor position, don't
14810                 remove existing selection and allow pasting
14811                 our own selection)
14812         * src/addressbook.c
14813                 "LDAP Server" -> "LDAP servers"
14814
14815 2006-03-21 [wwp]        2.0.0cvs160
14816
14817         * src/etpan/imap-thread.c
14818                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14819
14820 2006-03-20 [colin]      2.0.0cvs159
14821
14822         * src/summaryview.c
14823                 Don't reload summaryview after an execute with no
14824                 move action
14825
14826 2006-03-19 [colin]      2.0.0cvs158
14827
14828         * src/addressbook.c
14829                 and put groups at the top, always
14830
14831 2006-03-19 [colin]      2.0.0cvs157
14832
14833         * src/addressbook.c
14834                 Order groups before names, as previously
14835
14836 2006-03-19 [colin]      2.0.0cvs156
14837
14838         * src/addressbook.c
14839                 - Sort case-unsensitive
14840                 - Put the sort arrow at opening too
14841
14842 2006-03-19 [wwp]        2.0.0cvs155
14843
14844         * src/addressbook.c
14845                 allow sorting by name/email/remarks, ensure that right-pane's contents
14846                 matches the left-pane selection (cleared when appropriate).
14847                 Patch by Pawel Pekala <c0rn@o2.pl>.
14848
14849 2006-03-18 [colin]      2.0.0cvs154
14850
14851         * src/textview.c
14852                 Fix text cursor ;)
14853
14854 2006-03-18 [colin]      2.0.0cvs153
14855
14856         * src/gtk/filesel.c
14857                 Make sure we hide the preview if we didn't get
14858                 a filename
14859
14860 2006-03-18 [colin]      2.0.0cvs152
14861
14862         * src/summaryview.c
14863                 Set cursor to watch for execution (fixes lack
14864                 of watch-cursor when dnd'ing hundreds of mails)
14865         * src/gtk/filesel.c
14866                 Check that mime type is 'image/*' before updating
14867                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14868
14869 2006-03-18 [colin]      2.0.0cvs151
14870
14871         * src/mainwindow.c
14872         * src/textview.c
14873         * src/textview.h
14874                 Put a watch cursor in textview too when the mainwindow's
14875                 cursor in a watch
14876
14877 2006-03-18 [colin]      2.0.0cvs150
14878
14879         * src/folder.c
14880                 Change wrong asserts to simple tests
14881
14882 2006-03-17 [colin]      2.0.0cvs149
14883
14884         * src/mainwindow.c
14885         * src/mainwindow.h
14886         * src/prefs_msg_colors.c
14887         * src/summaryview.c
14888         * src/summaryview.h
14889         * src/gtk/colorlabel.c
14890         * src/gtk/colorlabel.h
14891                 Add a color label menu in the main menubar
14892                 Add (fixed) accels Ctrl-{0-7} to change the color
14893                 They have to be fixed because the menu's dynamic,
14894                 the items are complex widgets, hence we can't use
14895                 a GtkItemFactory.
14896
14897
14898 2006-03-17 [wwp]        2.0.0cvs148
14899
14900         * src/compose.c
14901                 rollback few lines from my previous commit (those lines come from
14902                 a pending patch, accidentally commited, even if neutral as they are
14903                 commented out).
14904
14905 2006-03-17 [wwp]        2.0.0cvs147
14906
14907         * src/compose.c
14908                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14909                 applied code style/indentation to the modified function.
14910
14911 2006-03-17 [wwp]        2.0.0cvs146
14912
14913         * src/procmsg.c
14914         * src/compose.c
14915                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14916
14917 2006-03-17 [paul]
14918
14919         2.1.0-rc1 released
14920
14921 2006-03-17 [paul]       2.0.0cvs145
14922
14923         * src/main.c
14924                 addressbook_read_file() was called twice
14925         * src/textview.c
14926                 X-Mailer highlighting
14927
14928 2006-03-16 [colin]      2.0.0cvs144
14929
14930         * src/sourcewindow.c
14931         * src/sourcewindow.h
14932                 And the last one, in source window.
14933
14934 2006-03-16 [colin]      2.0.0cvs143
14935
14936         * src/compose.c
14937         * src/compose.h
14938                 Fix the same stuff in compose
14939
14940 2006-03-16 [colin]      2.0.0cvs142
14941
14942         * src/messageview.c
14943                 Complete the previous messageview crash fix
14944
14945 2006-03-16 [colin]      2.0.0cvs141
14946
14947         * src/procmsg.h
14948         * src/procmsg.c
14949         * src/folder.c
14950                 Fix POSTPROCESSING hook
14951                 Patch by H. Merijn Brand
14952
14953         * src/procmime.c
14954         * src/procmime.h
14955                 Parse Content-Location
14956
14957         * src/toolbar.c
14958         * src/messageview.c
14959         * src/messageview.h
14960                 Don't crash when a top-level MessageView has
14961                 been closed on us. Same problematic than
14962                 yesterday's quicksearch issue.
14963
14964 2006-03-15 [colin]      2.0.0cvs140
14965
14966         * src/gtk/quicksearch.c
14967                 Fix a bitchy race we didn't think about when we
14968                 added quicksearch cancellation:
14969                 If the search is not on cached fields, for example
14970                 body_part matchcase "stuff"
14971                 the matcher code has to get the whole message. If
14972                 we're on IMAP, that can be slow, and in order to
14973                 be non-blocking, the IMAP code idle loop processes
14974                 gtk events too. So it is possible to cancel a
14975                 quicksearch while the matcher is getting the mail's
14976                 body. After matcher got its body, it will start to
14977                 iterate over the matcher list that the Quicksearch's
14978                 clear_search_cb() just freed via prepare_matcher().
14979                 SIGSEGV ensues.
14980                 The fix consists of guarding the matcherlist_match()
14981                 call with a boolean 'matching'. If we reset the
14982                 quicksearch while matching is TRUE, we don't free
14983                 the matcherlist anymore like we did, but we set
14984                 another new flag, deferred_free, to TRUE. Then,
14985                 in quicksearch_match(), just after returning from
14986                 matcherlist_match() and unsetting the matching flag,
14987                 we check the deferred_free flag and do the
14988                 prepare_matcher() (which does the matcherlist_free)
14989                 for real, so we free the matcherlist once it's not
14990                 used anymore.
14991                 As all of this runs via the glib main loop, we
14992                 luckily don't need a mutex.
14993         * src/summaryview.c
14994                 Also, show progress while searching.
14995
14996
14997 2006-03-14 [colin]      2.0.0cvs139
14998
14999         * src/alertpanel.c
15000                 Make alertpanel_is_open non-static
15001
15002 2006-03-14 [colin]      2.0.0cvs138
15003
15004         * src/prefs_spelling.c
15005                 Cleanups - Fabien Vantard
15006
15007 2006-03-14 [wwp]        2.0.0cvs137
15008
15009         * src/main.c
15010                 code style normalization (curly braces, indentation).
15011
15012 2006-03-14 [wwp]        2.0.0cvs137
15013
15014         * src/main.c
15015                 code style (braces, indentation)
15016
15017 2006-03-12 [paul]       2.0.0cvs136
15018
15019         * src/prefs_common.c
15020                 trans_hdr defaults to FALSE to be RFC-savvy
15021         * src/prefs_summaries.c
15022                 add a tooltip to the trans_hdr option
15023                 
15024
15025 2006-03-12 [paul]       2.0.0cvs135
15026
15027         * src/prefs_matcher.c
15028                 give a little more width to the combos
15029         * src/prefs_display_header.c
15030         * src/textview.c
15031                 translate headers if prefs_common.trans_hdr
15032                 is TRUE
15033
15034         Patches by Pawel Pekala
15035
15036 2006-03-12 [paul]       2.0.0cvs134
15037
15038         * src/plugins/clamav/clamav_plugin.c
15039         * src/plugins/dillo_viewer/dillo_viewer.c
15040         * src/plugins/pgpcore/plugin.c
15041         * src/plugins/pgpinline/plugin.c
15042         * src/plugins/pgpmime/plugin.c
15043         * src/plugins/spamassassin/spamassassin.c
15044                 update/add to descriptions
15045         * src/plugins/spamassassin/spamassassin_gtk.c
15046                 fixes to the english, remove superfluous
15047                 tooltips, clean up a little
15048
15049 2006-03-12 [paul]       2.0.0cvs133
15050
15051         * src/compose.c
15052                 fix Bug 924, 'Account combo box shows up wrong 
15053                 if & is in account name'
15054
15055 2006-03-11 [colin]      2.0.0cvs132
15056
15057         * src/summaryview.c
15058                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
15059                 messed up shift-selection because is slows down
15060                 moving around summaryview. thanks -users
15061
15062 2006-03-10 [colin]      2.0.0cvs131
15063
15064         * src/plugins/spamassassin/spamassassin_gtk.c
15065                 Put back Paul's engrish fixes
15066
15067 2006-03-10 [colin]      2.0.0cvs130
15068
15069         * src/plugins/spamassassin/spamassassin.c
15070         * src/plugins/spamassassin/spamassassin.h
15071         * src/plugins/spamassassin/spamassassin_gtk.c
15072                 Cleanup SA prefs page (more)
15073                 Patch by Fabien Vantard
15074
15075 2006-03-10 [paul]       2.0.0cvs129
15076
15077         * src/prefs_msg_colors.c
15078         * src/prefs_spelling.c
15079                 widget sensitivity
15080
15081 2006-03-09 [mones]      2.0.0cvs128
15082
15083         * po/es.po
15084                 Update for next RC
15085
15086 2006-03-09 [wwp]        2.0.0cvs127
15087
15088         * configure.ac
15089                 revert accidental commit (requirement for libetpan 0.43), this time
15090                 not in HEAD.
15091
15092 2006-03-09 [wwp]        2.0.0cvs125
15093
15094         * configure.ac
15095                 revert accidental commit (requirement for libetpan 0.43)
15096
15097 2006-03-09 [paul]       2.0.0cvs126
15098
15099         * src/prefs_receive.c
15100                 remove useless frame
15101                 replace 'incorporation' with 'receiving'
15102         * src/plugins/clamav/clamav_plugin_gtk.c
15103         * src/plugins/spamassassin/spamassassin_gtk.c
15104                 improve widget sensitivity
15105                 fix a bit his engrish
15106
15107 2006-03-09 [wwp]        2.0.0cvs125
15108
15109         * src/addressadd.c
15110         * src/foldersel.c
15111         * src/prefs_common.c
15112         * src/prefs_common.h
15113                 remember some more windows' sizes (add to addressbook and
15114                 select folder).
15115
15116 2006-03-09 [paul]       2.0.0cvs124
15117
15118         * src/plugins/pgpcore/prefs_gpg.c
15119                 normalise construction of dialogue
15120
15121 2006-03-09 [paul]       2.0.0cvs123
15122
15123         * src/plugins/trayicon/Makefile.am
15124                 add missing slash
15125
15126 2006-03-08 [colin]      2.0.0cvs122
15127
15128         * src/plugins/trayicon/Makefile.am
15129                 Fix build in separate dir 
15130                 Patch by Bamanzi <bamanzi@gmail.com>
15131
15132 2006-03-08 [colin]      2.0.0cvs121
15133
15134         * src/procmsg.c
15135                 Batch move and copies from summaryview with delayed execution
15136                 too
15137
15138 2006-03-07 [paul]       2.0.0cvs120
15139
15140         * src/common/utils.c
15141                 fix highlighting of URIs containing "()"
15142                 Patch by Pawel Pekala
15143
15144 2006-03-07 [paul]       2.0.0cvs119
15145
15146         * src/folder.c
15147         * src/folder.h
15148         * src/folderview.c
15149                 immediately do alphabetical resort when
15150                 changing a folder's name
15151                 Patch by Pawel Pekala
15152
15153 2006-03-07 [paul]       2.0.0cvs118
15154
15155         * src/news.c
15156         * src/news_gtk.c
15157                 when unsubscribing a newsgroup, remove the
15158                 folder and msgs in .sylpheed-claws/newscache
15159                 Patch by Pawel Pekala <c0rn@gazeta.pl>
15160
15161 2006-03-07 [paul]       2.0.0cvs117
15162
15163         * src/textview.c
15164                 fix wrong Fake URL Warning
15165                 Thanks to Hiro
15166
15167 2006-03-07 [colin]      2.0.0cvs116
15168
15169         * src/imap.c
15170                 Return immediately when password dialog was
15171                 cancelled
15172         * src/gtk/inputdialog.c
15173                 Allow empty strings for passwords
15174
15175
15176 2006-03-06 [colin]      2.0.0cvs115
15177
15178         * src/imap.c
15179                 Prevent double-timeouts when connection fails
15180
15181 2006-03-06 [colin]
15182
15183         2.0.1-rc1 released
15184
15185 2006-03-06 [colin]      2.0.0cvs114
15186
15187         * src/imap.c
15188                 Refresh session during potentially long
15189                 operations
15190
15191 2006-03-06 [wwp]        2.0.0cvs113
15192
15193         * src/prefs_msg_colors.h
15194                 forgot that one (custom color labels).
15195
15196 2006-03-06 [wwp]        2.0.0cvs112
15197
15198         * src/prefs_common.c
15199         * src/prefs_common.h
15200         * src/prefs_msg_colors.c
15201         * src/summaryview.c
15202         * src/summaryview.h
15203         * src/gtk/colorlabel.c
15204         * src/gtk/colorlabel.h
15205                 colors in messages list are now customizable. Color values and names can
15206                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
15207                 Thanks to Paul and Colin for their help with this longstanding patch!
15208
15209 2006-03-06 [wwp]        2.0.0cvs111
15210
15211         * src/textview.c
15212                 don't crash if (x)face is bad.
15213
15214 2006-03-05 [paul]       2.0.0cvs110
15215
15216         * AUTHORS
15217         * configure.ac
15218         * src/Makefile.am
15219         * src/common/Makefile.am
15220         * src/common/utils.h
15221         * src/etpan/imap-thread.c
15222         * src/gtk/authors.h
15223         * src/plugins/clamav/Makefile.am
15224         * src/plugins/demo/Makefile.am
15225         * src/plugins/dillo_viewer/Makefile.am
15226         * src/plugins/pgpcore/Makefile.am
15227         * src/plugins/pgpcore/passphrase.c
15228         * src/plugins/pgpinline/Makefile.am
15229         * src/plugins/pgpmime/Makefile.am
15230         * src/plugins/spamassassin/Makefile.am
15231         * src/plugins/trayicon/Makefile.am
15232                 fix builiding on cygwin
15233                 Patch by Ralgh Young <bamanzi@gmail.com>
15234
15235 2006-03-04 [wwp]        2.0.0cvs109
15236
15237         * manual/keyboard.xml
15238                 fix mixed up/down keys.
15239
15240 2006-03-04 [wwp]        2.0.0cvs108
15241
15242         * README
15243         * INSTALL
15244                 updated links to SpamAssassin.
15245
15246 2006-03-04 [wwp]        2.0.0cvs107
15247
15248         * manual/plugins.xml
15249         * src/plugins/spamassassin/README
15250                 updated SpamAssassin plugin docs to reflect new functional additions
15251                 (also fix/update/documents few technical stuff more, see the README).
15252
15253 2006-03-04 [wwp]        2.0.0cvs106
15254
15255         * src/prefs_message.c
15256                 normalized capitalization of message-prefs paths.
15257
15258 2006-03-04 [wwp]        2.0.0cvs105
15259
15260         * manual/advanced.xml
15261                 typo.
15262
15263 2006-03-03 [colin]      2.0.0cvs104
15264
15265         * src/plugins/clamav/clamav_plugin_gtk.c
15266                 Rework prefs page, patch by Fabien 
15267
15268 2006-03-03 [colin]      2.0.0cvs103
15269
15270         * src/plugins/clamav/clamav_plugin.c
15271                 Set error on all errors
15272
15273 2006-03-03 [colin]      2.0.0cvs102
15274
15275         * src/common/plugin.c
15276                 Initialize error to avoid crashing when a plugin fails
15277                 without setting error
15278
15279 2006-03-02 [wwp]        2.0.0cvs101
15280
15281         * configure.ac
15282                 fixed linker flags for libetpan support on Cygwin
15283                 (thanks to H.Merijn Brand).
15284
15285 2006-03-02 [wwp]        2.0.0cvs100
15286
15287         * src/addressbook.c
15288                 fix some AB error messages: one for punctuation and
15289                 one wrongly duplicate (thanks, maxbritov).
15290
15291 2006-03-02 [wwp]        2.0.0cvs99
15292
15293         * src/plugins/spamassassin/spamassassin.c
15294                 make sync calls to sa-learn/spamc to prevent
15295                 system (whatever local or client/server) overload.
15296
15297 2006-03-02 [colin]      2.0.0cvs98
15298
15299         * src/summaryview.c
15300                 Put the spam icon in the status column instead of the
15301                 mark one
15302
15303 2006-03-01 [colin]      2.0.0cvs97
15304
15305         * src/plugins/spamassassin/spamassassin.c
15306                 Fix segfault (g_file_set_contents fails for some 
15307                 reason and err==0x2f. Can't find out why with
15308                 valgrind, using working function :-)
15309
15310 2006-03-01 [colin]      2.0.0cvs96
15311
15312         * src/inc.c
15313                 Offline overriding: let 'No' be cached only 3 seconds
15314
15315 2006-03-01 [colin]      2.0.0cvs95
15316
15317         * src/addr_compl.c
15318         * src/addrbook.c
15319         * src/addressbook.c
15320         * src/addrindex.c
15321         * src/folder_item_prefs.c
15322         * src/headerview.c
15323         * src/imap.c
15324         * src/inc.c
15325         * src/ldif.c
15326         * src/mainwindow.c
15327         * src/mh.c
15328         * src/msgcache.c
15329         * src/prefs_common.h
15330         * src/prefs_msg_colors.c
15331         * src/procheader.c
15332         * src/procheader.h
15333         * src/procmime.c
15334         * src/procmsg.c
15335         * src/procmsg.h
15336         * src/send_message.h
15337         * src/simple-gettext.c
15338         * src/summaryview.c
15339         * src/summaryview.h
15340         * src/syldap.c
15341         * src/textview.c
15342         * src/undo.c
15343         * src/common/ssl_certificate.c
15344         * src/common/utils.c
15345         * src/gtk/colorsel.c
15346         * src/gtk/gtksctree.c
15347         * src/gtk/gtkshruler.c
15348         * src/plugins/trayicon/trayicon.c
15349                 #if 0 goes to /dev/null
15350
15351 2006-03-01 [colin]      2.0.0cvs94
15352
15353         * src/compose.c
15354         * src/imap.c
15355         * src/inc.c
15356         * src/inc.h
15357         * src/messageview.c
15358         * src/news.c
15359         * src/plugins/spamassassin/spamassassin.c
15360                 Allow to add information in the "working offline"
15361                 window
15362
15363 2006-03-01 [wwp]        2.0.0cvs93
15364
15365         * src/plugins/spamassassin/spamassassin.c
15366                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15367                 'cause it seems that calling `spamc ... < inputfile` with
15368                 g_spawn_(a)sync simply.. erm doesn't work :-).
15369
15370 2006-03-01 [wwp]        2.0.0cvs92
15371
15372         * src/toolbar.c
15373         * src/toolbar.h
15374                 simplify the adding of spam/ham button to the messageview toolbar
15375                 (it gets more clear now that the same button will be "Mark as spam"
15376                 or "Mark as ham" according to the current message status,
15377                 thanks to Colin).
15378
15379 2006-03-01 [wwp]        2.0.0cvs91
15380
15381         * src/messageview.c
15382         * src/procmsg.c
15383         * src/procmsg.h
15384         * src/summaryview.c
15385         * src/plugins/spamassassin/spamassassin.c
15386         * src/plugins/spamassassin/spamassassin.h
15387                 make learner callbacks return a status (0 for ok),
15388                 handle it in main code to avoid setting flags when learning failed,
15389                 don't learn on TCP if offline in spamassassin,
15390                 thanks to Colin.
15391
15392                 
15393
15394 2006-03-01 [wwp]        2.0.0cvs90
15395
15396         * src/compose.c
15397                 some work around the compose window's account menu,
15398                 patch by Fabien Vantard.
15399
15400 2006-03-01 [wwp]        2.0.0cvs89
15401
15402         * src/plugins/spamassassin/spamassassin.c
15403                 fixed bad logics, was using spamc in local mode and sa-learn
15404                 in remote mode (thanks, Colin).
15405
15406 2006-03-01 [wwp]        2.0.0cvs88
15407
15408         * src/plugins/spamassassin/spamassassin.c
15409         * src/plugins/spamassassin/spamassassin.h
15410         * src/plugins/spamassassin/spamassassin_gtk.c
15411                 made processing of emails w/ sa-plugin an option (default is TRUE),
15412                 fixed Engrish some tooltips, capitalization of some debug messages
15413                 and warnings. The spamassassin plugin now provides two separate
15414                 services: process emails upon incorporation and spamd training.
15415                 Both services (un)register independently but use some common
15416                 plugin settings (transport settings, spam storage location).
15417
15418 2006-02-28 [wwp]        2.0.0cvs87
15419
15420         * src/plugins/spamassassin/spamassassin.c
15421                 fix async flag to spamc cmdline execution (batch exec should
15422                 be asynchronous).
15423
15424 2006-02-27 [wwp]        2.0.0cvs86
15425
15426         * src/plugins/spamassassin/spamassassin.c
15427         * src/plugins/spamassassin/spamassassin.h
15428         * src/plugins/spamassassin/spamassassin_gtk.c
15429                 - added the ability to learn a remote spamassassin server (spamd),
15430                 using spamc.
15431                 - added the spamassassin option 'username', that applies to all
15432                 spamassassin operations (filtering, learning, local or remote).
15433                 The default username is the current unix user (if left blank
15434                 from gtk prefs or config file).
15435                 - commented out some unused code (notebook widget), removed unused
15436                 layout (hbox1).
15437                 - make more widgets sensitive to the transport type.
15438
15439 2006-02-27 [colin]      2.0.0cvs85
15440
15441         * src/plugins/spamassassin/spamassassin.c
15442                 Fix sa-learn call when offline
15443
15444 2006-02-27 [colin]      2.0.0cvs84
15445
15446         * configure.ac
15447         * src/Makefile.am
15448         * src/mainwindow.c
15449         * src/mainwindow.h
15450         * src/messageview.c
15451         * src/messageview.h
15452         * src/prefs_toolbar.c
15453         * src/procmsg.c
15454         * src/stock_pixmap.c
15455         * src/stock_pixmap.h
15456         * src/summaryview.c
15457         * src/toolbar.c
15458         * src/toolbar.h
15459         * src/pixmaps/ham_btn.xpm
15460         * src/pixmaps/spam.xpm
15461         * src/pixmaps/spam_btn.xpm
15462         * src/plugins/spamassassin/spamassassin.c
15463                 Add button in toolbar for spam learning
15464                 Fix a few bugs from the last related commit
15465                 Revert 1.9.6cvs23 which messed up shift-selection
15466
15467 2006-02-24 [colin]      2.0.0cvs83
15468
15469         * src/procmsg.c
15470         * src/summaryview.c
15471         * src/summaryview.h
15472         * src/plugins/spamassassin/spamassassin.c
15473         * src/plugins/spamassassin/spamassassin.h
15474         * src/plugins/spamassassin/spamassassin_gtk.c
15475                 Unregister learner when spamassassin is either
15476                 disabled or over tcp
15477
15478 2006-02-24 [colin]      2.0.0cvs82
15479
15480         * src/Makefile.am
15481         * src/mainwindow.c
15482         * src/mainwindow.h
15483         * src/procmsg.c
15484         * src/procmsg.h
15485         * src/stock_pixmap.c
15486         * src/stock_pixmap.h
15487         * src/summaryview.c
15488         * src/summaryview.h
15489         * src/gtk/icon_legend.c
15490         * src/pixmaps/spam.xpm  ** NEW FILE **
15491         * src/plugins/spamassassin/spamassassin.c
15492         * src/plugins/spamassassin/spamassassin_gtk.c
15493                 Add spam learning interface (Mark/Mark as 
15494                 (spam|ham) menus)
15495
15496 2006-02-24 [wwp]        2.0.0cvs81
15497
15498         * src/compose.c
15499         * src/compose.h
15500         * src/filtering.c
15501                 hide compose window when sending message in batch mode
15502                 (filtering: forward and redirect). Also fixed a wrong
15503                 value returned when sending failed, neutral anyway.
15504                 (Colin, me) 
15505
15506 2006-02-24 [wwp]        2.0.0cvs80
15507
15508         * src/mainwindow.c
15509                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15510
15511 2006-02-24 [paul]       2.0.0cvs79
15512
15513         * src/news.c
15514         * src/news.h
15515         * src/news_gtk.c
15516                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15517                 Thanks to Colin
15518
15519 2006-02-23 [colin]      2.0.0cvs78
15520
15521         * src/alertpanel.c
15522                 Change OK to Close in alertpanel with View log
15523                 button; add accel to View log. Patch by Fabien
15524                 Vantard
15525
15526 2006-02-23 [wwp]        2.0.0cvs77
15527
15528         * src/compose.c
15529                 silly me, there were much more tests to perform, since toolbars can
15530                 really have down to 1 element only.
15531
15532 2006-02-23 [wwp]        2.0.0cvs76
15533
15534         * commitHelper
15535                 fixed indentation from my previous commit. Fallback to VISUAL if
15536                 EDITOR is not set (and to vi, at last resort).
15537
15538 2006-02-23 [wwp]        2.0.0cvs75
15539
15540         * commitHelper
15541                 improved error detection (Colin, me).
15542
15543 2006-02-23 [wwp]        2.0.0cvs74
15544
15545         * src/prefs_toolbar.c
15546                 simplify and fix prefs/toolbars layouting. Combos' contents can
15547                 now be really displayed.
15548
15549 2006-02-23 [wwp]        2.0.0cvs73
15550         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15551         be really displayed.
15552
15553 2006-02-22 [wwp]        2.0.0cvs72
15554
15555         * src/compose.c
15556                 fix a typo in my previous commit (sorry!).
15557
15558 2006-02-22 [wwp]        2.0.0cvs71
15559
15560         * src/prefs_toolbar.c
15561                 fix a crash when adding separators to toolbars,
15562                 also fix some separator item information.
15563
15564 2006-02-22 [wwp]        2.0.0cvs70
15565
15566         * src/compose.c
15567                 fix a crash when redirecting (for instance) when compose window's
15568                 toolbar contents has been customized (when some buttons have been
15569                 removed in fact).
15570
15571 2006-02-21 [wwp]        2.0.0cvs69
15572
15573         * src/summaryview.c
15574         * src/gtk/pluginwindow.c
15575         * src/plugins/pgpcore/prefs_gpg.c
15576                 fix some compilation warnings (feat. remains of removed code).
15577
15578 2006-02-21 [wwp]        2.0.0cvs68
15579
15580         * src/gtk/gtkutils.c
15581                 fix two compilation issues, thanks to Stephan Sachse.
15582
15583 2006-02-20 [colin]      2.0.0cvs67
15584
15585         * src/mainwindow.c
15586                 Don't reselect displayed mail on refocus
15587                 This fixes actions misbehaving 
15588
15589 2006-02-20 [wwp]        2.0.0cvs66
15590
15591         * src/summaryview.c
15592         * src/gtk/gtksctree.c
15593         * src/gtk/gtkshruler.c
15594                 changed more runtime typecast checks.
15595
15596 2006-02-20 [wwp]        2.0.0cvs65
15597
15598         * src/summary_search.c
15599                 find all - summaryview refresh issue fixed, thanks to Colin.
15600
15601 2006-02-20 [wwp]        2.0.0cvs64
15602
15603         * src/gtk/gtkutils.c
15604                 better runtime typecast checks.
15605
15606 2006-02-20 [wwp]        2.0.0cvs63
15607
15608         * src/summary_search.c
15609                 enhancements to the summary search:
15610                         - add the ability to stop the running search
15611                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15612                         - don't search if no criteria (From/To/Subject/Body) is set
15613                         - ensure that a busy mouse pointer is always shown when searching,
15614                           show it even a bit earlier
15615
15616 2006-02-19 [colin]      2.0.0cvs62
15617
15618         * src/compose.c
15619         * src/imap.c
15620         * src/etpan/imap-thread.c
15621         * src/etpan/imap-thread.h
15622                 (Future) IMAP speed improvement on sending
15623                 Will require a libetpan update
15624         * src/summaryview.c
15625         * src/gtk/quicksearch.c
15626                 Make quicksearch clearable while running.
15627
15628 2006-02-17 [colin]      2.0.0cvs61
15629
15630         * src/imap.c
15631         * src/etpan/imap-thread.c
15632         * src/etpan/imap-thread.h
15633                 Check for IMAP certificates
15634                 ** Requires libetpan-0.42-cvs4 
15635                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15636
15637 2006-02-17 [colin]      2.0.0cvs60
15638
15639         * src/messageview.c
15640         * src/prefs_common.c
15641         * src/prefs_common.h
15642         * src/prefs_message.c
15643                 Add pref to display HTML-only mails with plugin, 
15644                 if possible (defaulting to FALSE of course).
15645
15646 2006-02-16 [colin]      2.0.0cvs59
15647
15648         * src/main.c
15649         * src/common/plugin.c
15650         * src/common/plugin.h
15651         * src/gtk/pluginwindow.c
15652                 Keep track of requested (but unloaded) plugins
15653                 in some error cases.
15654
15655 2006-02-16 [wwp]        2.0.0cvs58
15656
15657         * src/gtk/gtkaspell.c
15658         * src/gtk/gtkaspell.h
15659         * src/prefs_spelling.c
15660         * src/compose.c
15661         * src/prefs_common.c
15662         * src/prefs_common.h
15663                 implemented new optional spellchecker behaviour: re-check message when
15664                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15665
15666 2006-02-16 [wwp]        2.0.0cvs57
15667
15668         * src/quote_fmt_parse.y
15669                 pclose popen'ed pipe.
15670
15671 2006-02-15 [colin]      2.0.0cvs56
15672
15673         * src/mimeview.c
15674         * src/mimeview.h
15675                 Let MimeViewers know which MimeView they
15676                 depend of.
15677         * src/summaryview.c
15678                 Swap From/To columns in Sent/Queue/Drafts
15679                 folders
15680         * src/etpan/imap-thread.c
15681                 Use mailstream_low_tls_open() for STARTTLS
15682                 instead of mailstream_low_ssl_open()
15683                 ** REQUIRES libetpan 0.42cvs3 **
15684
15685 2006-02-15 [wwp]        2.0.0cvs55
15686
15687         * src/compose.c
15688         * src/compose.h
15689         * src/message_search.c
15690         * src/message_search.h
15691         * src/textview.c
15692         * src/gtk/gtkutils.c
15693         * src/gtk/gtkutils.h
15694                 added the ability to Find text in the compose window (and a bit
15695                 of code factorization).
15696
15697 2006-02-15 [wwp]        2.0.0cvs54
15698
15699         * src/prefs_gtk.c
15700                 yet another one file was missing (fix for some widgets' sensitivity).
15701                 Thanks Colin!
15702
15703 2006-02-15 [wwp]        2.0.0cvs53
15704
15705         * src/prefs_gtk.h
15706                 oops forgot that file (fix for some widgets' sensitivity).
15707
15708 2006-02-15 [wwp]        2.0.0cvs52
15709
15710         * src/summary_search.c
15711                 implemented advanced summary search options (added the ability
15712                 to use matcher conditions in an advanced search mode).
15713
15714 2006-02-15 [wwp]        2.0.0cvs51
15715
15716         * src/plugins/pgpcore/prefs_gpg.c
15717         * src/prefs_account.c
15718                 fix some widget sensitivity, mostly around some labels in
15719                 account prefs.
15720
15721 2006-02-15 [paul]       2.0.0cvs50
15722
15723         * manual/advanced.xml
15724                 improve Templates info
15725                 written by wwp
15726
15727 2006-02-14 [colin]      2.0.0cvs49
15728
15729         * src/pixmaps/address_book.xpm
15730         * src/pixmaps/preferences.xpm
15731         * src/pixmaps/properties.xpm
15732                 Fix pixmap size - patch by Fabien Vantard
15733
15734 2006-02-13 [colin]      2.0.0cvs48
15735
15736         * src/procmime.c
15737                 Add missing fclose()s on error
15738         * src/textview.c
15739                 Remove unused code
15740         * src/common/utils.c
15741                 Fix temp files not being deleted on windows
15742         Patches by Thomas Gilgin
15743
15744 2006-02-13 [colin]      2.0.0cvs47
15745
15746         * src/mainwindow.c
15747                 Fix exit crash
15748
15749 2006-02-13 [wwp]        2.0.0cvs46
15750
15751         * src/plugins/pgpcore/prefs_gpg.c
15752                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15753
15754 2006-02-12 [colin]      2.0.0cvs45
15755
15756         * src/folderview.c
15757         * src/main.c
15758         * src/mainwindow.c
15759                 Fix "stuff" when quitting
15760
15761 2006-02-12 [wwp]        2.0.0cvs44
15762
15763         * src/prefs_themes.c
15764                 fix typos in debug messages.
15765
15766 2006-02-11 [colin]      2.0.0cvs43
15767
15768         * src/summaryview.c
15769                 don't allow drag/drop from ourself
15770
15771 2006-02-10 [wwp]        2.0.0cvs42
15772
15773         * src/exporthtml.c
15774         * src/html.c
15775         * src/html.h
15776         * src/procmime.c
15777         * src/textview.c
15778                 renamed html_ prefixed functions and data structures to avoid
15779                 namespace clashes w/ other software (gtkhtml2 for instance).
15780                 Closes bug #907.
15781
15782
15783 2006-02-09 [colin]      2.0.0cvs41
15784
15785         * src/summaryview.c
15786                 Fix shitty logic messed up. Thanks Ticho for the hint!
15787
15788 2006-02-09 [wwp]        2.0.0cvs40
15789
15790         * src/gtk/about.c
15791         * src/compose.c
15792         * src/prefs_account.c
15793         * src/prefs_gtk.h
15794         * src/editaddress.c
15795                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15796                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15797                 Browse buttons in accounts prefs.
15798
15799 2006-02-09 [colin]      2.0.0cvs39
15800
15801         * src/matcher.c
15802                 Check for pointer before using its members
15803         * src/gtk/gtksourceprintjob.c
15804                 Fix a wrong warning
15805
15806 2006-02-09 [wwp]        2.0.0cvs38
15807
15808         * src/gtk/filesel.c
15809                 fix few compiler warnings (type mismatch).
15810
15811 2006-02-09 [paul]       2.0.0cvs37
15812
15813         * po/fr.po
15814                 updated by Fabien Vantard
15815
15816 2006-02-08 [colin]      2.0.0cvs36
15817
15818         * src/prefs_common.c
15819         * src/common/defs.h
15820         * src/common/plugin.c
15821                 allow windows and linux configurations to coexist
15822                 patch by Thomas Gilgin
15823
15824 2006-02-08 [colin]      2.0.0cvs35
15825
15826         * src/filtering.c
15827         * src/matcher.c
15828         * src/matcher.h
15829         * src/matcher_parser_parse.y
15830         * src/prefs_filtering_action.c
15831         * src/prefs_matcher.c
15832                 Add the "Ignore thread" filtering
15833                 action
15834
15835 2006-02-08 [colin]      2.0.0cvs34
15836
15837         * src/compose.c
15838         * src/procmime.c
15839         * src/procmime.h
15840                 Fix bug #905 (damaged attachment)
15841                 text files with raw \0's aren't really text files
15842         FOR_STABLE
15843
15844 2006-02-08 [colin]      2.0.0cvs33
15845
15846         * src/summaryview.c
15847                 Fix crasher introduced yesterday
15848
15849 2006-02-08 [wwp]        2.0.0cvs32
15850
15851         * src/compose.c
15852         * src/compose.h
15853                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15854
15855 2006-02-08 [wwp]        2.0.0cvs31
15856
15857         * src/prefs_template.c
15858                 templates enhancement: allow address completion for Cc and Bcc fields
15859                 (it was currently possible for the To field only)
15860
15861 2006-02-08 [colin]      2.0.0cvs30
15862
15863         * src/compose.c
15864                 Don't unblock if not blocked
15865         FOR_STABLE
15866
15867 2006-02-07 [colin]      2.0.0cvs29
15868
15869         * src/action.c
15870                 Forgot to refresh summaryview
15871
15872 2006-02-07 [colin]      2.0.0cvs28
15873
15874         * src/action.c
15875                 Freeze/thaw message list and folder list while
15876                 processing %as{} actions 
15877         * src/compose.c
15878                 Fix auto-wrap disabling after a middle-click
15879                 paste - FOR_STABLE
15880
15881 2006-02-07 [paul]       2.0.0cvs27
15882
15883         * src/folder.c
15884                 fix freeing of uninitialised pointers
15885                 Thanks to Colin
15886
15887 2006-02-06 [colin]      2.0.0cvs26
15888
15889         * src/folder.c
15890                 Use g_slist_prepend in potentially big list
15891
15892 2006-02-06 [colin]      2.0.0cvs25
15893
15894         * src/folder.c
15895                 Completely skip processing if it doesn't 
15896                 exist (faster!)
15897
15898 2006-02-06 [colin]      2.0.0cvs24
15899
15900         * src/folder.c
15901         * src/summaryview.c
15902                 Batch filtering in summaryview (from Tools menu)
15903                 and pre/post//-processing too
15904
15905 2006-02-06 [colin]      2.0.0cvs23
15906
15907         * src/procmsg.h
15908         * src/filtering.c
15909                 Use a special field for batch filtering instead
15910                 of stepping on deferred execution's toes
15911
15912 2006-02-06 [colin]      2.0.0cvs22
15913
15914         * src/action.c
15915         * src/filtering.c
15916         * src/filtering.h
15917         * src/folder.c
15918         * src/summaryview.c
15919                 Fix filtering via menus and actions
15920
15921 2006-02-06 [colin]      2.0.0cvs21
15922
15923         * src/imap.c
15924                 Put the added file directly to cache if possible (will work
15925                 with next libetpan)
15926         * src/filtering.c
15927         * src/filtering.h
15928         * src/inc.c
15929         * src/folder.c
15930         * src/mbox.c
15931         * src/procmsg.h
15932                 Move and copy filtered messages by batches instead of one
15933                 by one - faster on IMAP
15934         * src/procmsg.c
15935                 Add a function that'll possibly be useful later
15936
15937 2006-02-06 [colin]      2.0.0cvs20
15938
15939         * src/addressbook.c
15940                 Use internal mime-type instead of text/plain for d'n'd
15941         * src/compose.c
15942                 Allow attaching files from mimeview's icon list via d'n'd
15943         * src/folderview.c
15944         * src/folderview.h
15945                 Use internal mime-type instead of text/plain for d'n'd
15946                 Don't try to selected opened folder if none is
15947                 Factorize d'n'd from other apps code
15948         * src/headerview.c
15949         * src/textview.c
15950         * src/gtk/gtkutils.c
15951         * src/gtk/gtkutils.h
15952                 Factorize Face/X-Face stuff
15953         * src/mimeview.c
15954                 Fix d'n'd to other apps
15955         * src/prefs_message.c
15956                 Let the XFace pref be usable without libcompface as it also
15957                 applies to Face
15958         * src/summaryview.c
15959                 Fix d'n'd to other apps
15960                 Factorize d'n'd from other apps code
15961
15962 2006-02-06 [wwp]        2.0.0cvs19
15963
15964         * po/it.po
15965                 Italian translation fixes by Andrea Spadaccini (no more confusion
15966                 between filtering and processing, and few changes in the About
15967                 dialog).
15968
15969
15970 2006-02-06 [mones]      2.0.0cvs18
15971
15972         * src/gtk/icon_legend.c
15973                 Improved descriptions allowing better translations
15974
15975 2006-02-05 [colin]      2.0.0cvs17
15976
15977         * src/imap.c
15978                 Add the f*cking missing expunge that caused imap_fetch_env
15979                 to fail after an add_msgs ! :-///
15980         * src/etpan/imap-thread.c
15981                 Add a bit of debug
15982         FOR_STABLE
15983
15984 2006-02-05 [colin]      2.0.0cvs16
15985
15986         * src/common/utils.c
15987                 Don't check for return-path (or we can't put
15988                 back non-sent mails)
15989
15990 2006-02-05 [colin]      2.0.0cvs15
15991
15992         * src/textview.c
15993                 Don't try to display Face header in textview
15994                 when teh headerview's active
15995
15996 2006-02-05 [colin]      2.0.0cvs14
15997
15998         * tools/tbird2syl.py
15999         * tools/Makefile.am
16000                 Add script to import Thunderbird mails
16001
16002 2006-02-05 [colin]      2.0.0cvs13
16003
16004         * src/headerview.c
16005         * src/procheader.c
16006         * src/procmsg.c
16007         * src/procmsg.h
16008         * src/textview.c
16009                 Show Face headers - patch partially by Klaus Flittner
16010
16011 2006-02-05 [colin]      2.0.0cvs12
16012
16013         * src/folderview.c
16014         * src/summaryview.c
16015         * src/common/utils.c
16016         * src/common/utils.h
16017                 Let dnd work from mime icons to summaryview
16018                 and to folderview too
16019                 Add a crude test to avoid trying to add files
16020                 drag'n'dropped when they're not mails
16021
16022 2006-02-04 [colin]      2.0.0cvs11
16023
16024         * src/summaryview.c
16025         * src/mimeview.c
16026                 Fix utf8 conversion
16027
16028 2006-02-04 [colin]      2.0.0cvs10
16029
16030         * src/compose.c
16031         * src/folderview.c
16032         * src/mimeview.c
16033         * src/summaryview.c
16034         * src/summaryview.h
16035                 Added various drag and drop capas:
16036                 From                    To
16037                 summaryview             other apps
16038                 mimeview icons          other apps
16039                 other apps              summaryview
16040                 other apps              folderview
16041
16042                 This shouldn't have broken the existing:
16043                 From                    To
16044                 summaryview             folderview
16045                 folderview              folderview
16046                 summaryview             compose's attachments
16047
16048         Tests welcomed.
16049
16050 2006-02-02 [paul]       2.0.0cvs9
16051
16052         * src/mainwindow.c
16053                 move global option 'Set displayed columns...' out
16054                 of folder option grouping.
16055                 fix sensitivity of 'harvest addresses'
16056         FOR_STABLE
16057
16058 2006-02-01 [colin]      2.0.0cvs8
16059
16060         * src/mimeview.c
16061                 Revert the alertpanel patch, it sucks (intrusive
16062                 and gets in the way of "open")
16063
16064 2006-02-01 [colin]      2.0.0cvs7
16065
16066         * src/compose.c
16067         * src/prefs_account.c
16068         * src/prefs_common.c
16069         * src/common/defs.h
16070         * src/common/utils.c
16071         * src/common/utils.h
16072                 Add ability to edit the signature file
16073                 from the account preferences, and use
16074                 a default for the text editor.
16075                 Patch by Fabien Vantard
16076
16077 2006-02-01 [colin]      2.0.0cvs6
16078
16079         * src/mimeview.c
16080                 Try to get mime type by extension if it is
16081                 application/octet-stream
16082                 Display a window with possible choices when
16083                 encountering unknown mime types
16084         * src/gtk/filesel.c
16085         * src/gtk/filesel.h
16086                 Add preview
16087                 Allow multiple selection in filtered filesel
16088                 (patch by Fabien Vantard)
16089         * src/gtk/pluginwindow.c
16090                 Use it (patch by Fabien Vantard)
16091
16092 2006-02-01 [paul]       2.0.0cvs5
16093
16094         * src/jpilot.c
16095                 fix crash on creating jpilot address book
16096                 Thanks to Colin - FOR_STABLE
16097         * src/prefs_summaries.c
16098         * src/prefs_wrapping.c
16099         * src/gtk/icon_legend.c
16100         * src/gtk/quicksearch.c
16101                 string fixes and additions
16102
16103 2006-02-01 [paul]       2.0.0cvs4
16104
16105         * src/compose.c
16106         * src/mainwindow.c
16107         * src/messageview.c
16108         * src/prefs_send.c
16109                 add Arabic encoding option
16110                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
16111
16112 2006-01-31 [colin]      2.0.0cvs3
16113
16114         * src/plugins/pgpcore/passphrase.c
16115                 Convert passphrase to locale encoding
16116         * src/compose.c
16117                 Fix drafting on IMAP. Crappy bug sneaked in
16118                 the release :-/
16119         FOR_STABLE
16120
16121 2006-01-30 [paul]       2.0.0cvs2
16122
16123         * src/gtk/icon_legend.c
16124                 show the new entries
16125
16126 2006-01-30 [colin]      2.0.0cvs1
16127
16128         * src/manual.c
16129                 Check for the file to be present before 
16130                 enabling the menu - FOR_STABLE
16131         * src/gtk/icon_legend.c
16132                 Add folders icons (not all of them, there
16133                 are too much, but the most intriguing ones)
16134
16135 2006-01-30 [paul]       2.0.0
16136
16137         version 2.0.0 released
16138
16139 [For previous entries, see ChangeLog.pre2.0.0]