2007-10-05 [paul] 3.0.2cvs12
[claws.git] / ChangeLog
1 2007-10-05 [paul]       3.0.2cvs12
2
3         * configure.ac
4         * src/Makefile.am
5                 fix bug 1347, '-Wno-unused-function, optional'
6
7 2007-10-05 [colin]      3.0.2cvs11
8
9         * src/procmime.c
10         * src/common/mgutils.c
11                 Fix warnings
12
13 2007-10-05 [mones]      3.0.2cvs10
14
15         * manual/advanced.xml
16                 Use full menu name
17         * manual/es/advanced.xml
18                 Synchronise translation
19
20 2007-10-04 [colin]      3.0.2cvs9
21
22         * src/action.c
23         * src/addrbook.c
24         * src/addrindex.c
25         * src/compose.c
26         * src/exporthtml.c
27         * src/exportldif.c
28         * src/folder.c
29         * src/main.c
30         * src/matcher.c
31         * src/mbox.c
32         * src/messageview.c
33         * src/mh.c
34         * src/news.c
35         * src/partial_download.c
36         * src/pop.c
37         * src/procmime.c
38         * src/procmsg.c
39         * src/toolbar.c
40         * src/common/log.c
41         * src/common/mgutils.c
42         * src/common/plugin.c
43         * src/common/utils.c
44         * src/common/xml.c
45         * src/common/xml.h
46         * src/common/xmlprops.c
47         * src/common/xmlprops.h
48         * src/plugins/bogofilter/bogofilter.c
49         * src/plugins/clamav/clamav_plugin.c
50         * src/plugins/dillo_viewer/dillo_prefs.c
51         * src/plugins/pgpcore/prefs_gpg.c
52         * src/plugins/pgpinline/pgpinline.c
53         * src/plugins/pgpmime/pgpmime.c
54         * src/plugins/spamassassin/spamassassin.c
55         * src/plugins/trayicon/trayicon_prefs.c
56                 Verify success on writes. Will fix possible strange
57                 failure on disk full.
58
59 2007-10-04 [paul]       3.0.2cvs8
60
61         * manual/advanced.xml
62                 add further info about Actions
63                 Patch by Emmanuel Briot <briot@adacore.com>
64
65 2007-10-04 [paul]       3.0.2cvs7
66
67         * src/account.c
68                 remove the D column, instead indicate the
69                 default account by use of bold text
70
71 2007-10-03 [colin]      3.0.2cvs6
72
73         * src/common/template.c
74                 Fix templates writing (was prone to disk full problems)
75
76 2007-10-03 [colin]      3.0.2cvs5
77
78         * src/Makefile.am
79         * src/addrduplicates.c
80         * src/addrduplicates.h
81         * src/addressbook.c
82                 Add duplicate deletion. Patch by Holger
83
84 2007-10-03 [colin]      3.0.2cvs4
85
86         * src/matcher.c
87         * src/gtk/quicksearch.c
88                 Fix bug 1340, 'Case insensitive searches with 
89                 non-ascii alphabets fail'.
90
91 2007-10-03 [colin]      3.0.2cvs3
92
93         * src/main.c
94         * src/common/utils.c
95         * src/common/utils.h
96                 Implement run-time alternative config directories
97
98 2007-10-03 [colin]      3.0.2cvs2
99
100         * src/folderview.c
101                 Prevent opening folder item while folder
102                 is scanned in a better way
103
104 2007-10-02 [paul]       3.0.2cvs1
105
106         * NEWS
107         * README
108         * RELEASE_NOTES
109         * configure.ac
110                 bump up version number following stable release
111
112 2007-09-30 [colin]      3.0.1cvs49
113
114         * src/imap.c
115                 Refresh session if needed
116
117 2007-09-30 [colin]      3.0.1cvs48
118
119         * src/imap.c
120                 Reset folder's session to NULL
121                 before destroying it
122
123 2007-09-30 [mones]      3.0.1cvs47
124
125         * manual/handling.xml
126                 Use markup quotes instead hardcoded quotes
127         * manual/es/handling.xml
128                 Added new synced section (IMAP subscriptions)
129
130 2007-09-29 [colin]      3.0.1cvs46
131
132         * src/imap.c
133                 Notice disconnections faster
134
135 2007-09-28 [colin]      3.0.1cvs45
136
137         * src/addressbook.c
138         * src/addrindex.c
139                 Fix warnings
140
141 2007-09-28 [paul]       3.0.1cvs44
142
143         * src/mimeview.c
144                 fix maemo build
145
146 2007-09-28 [paul]       3.0.1cvs43
147
148         * src/account.c
149                 use gtk_widget_set_size_request() on the label
150                 so that wrapping works better. get rid of the
151                 (partially deprecated) hbutton_box.
152                 these changes should prevent buttons overlapping
153                 on maemo
154
155 2007-09-28 [colin]      3.0.1cvs42
156
157         * src/pop.c
158                 Fix typo :)
159
160 2007-09-28 [colin]      3.0.1cvs41
161
162         * src/compose.c
163         * src/msgcache.c
164         * src/pop.c
165         * src/procmime.c
166         * src/etpan/imap-thread.c
167                 64bits-related warning fixes
168
169 2007-09-28 [colin]      3.0.1cvs40
170
171         * src/folder_item_prefs.c
172         * src/ldaputil.c
173         * src/mainwindow.c
174         * src/mimeview.c
175         * src/common/tags.c
176                 Fix warnings
177
178 2007-09-28 [colin]      3.0.1cvs39
179
180         * src/plugins/spamassassin/spamassassin.c
181         * src/plugins/spamassassin/spamassassin.h
182         * src/plugins/spamassassin/spamassassin_gtk.c
183                 Add addressbook-based whitelisting
184
185 2007-09-28 [colin]      3.0.1cvs38
186
187         * src/folder.c
188                 Fix bug 1337, 'crash on pressing Send button'
189
190 2007-09-28 [paul]       3.0.1cvs37
191
192         * src/prefs_folder_item.c
193                 give the orphans a parent. makes all prefs
194                 pages visible on maemo
195
196 2007-09-28 [colin]      3.0.1cvs36
197
198         * src/prefs_folder_column.c
199         * src/prefs_summary_column.c
200                 Fix two leaks
201
202 2007-09-27 [colin]      3.0.1cvs35
203
204         * src/gtk/quicksearch.c
205                 Fix bug 1336, 'Segfault if empty space before search-string'
206
207 2007-09-26 [mones]      3.0.1cvs34
208
209         * manual/account.xml
210         * manual/plugins.xml
211                 Fixed irc channel name, added some docbook markup.
212                 Changed text markup to docbook markup. 
213                 Added spamcop as supported in SpamReport description.
214         * manual/fr/plugins.xml
215                 Fixed irc channel name.
216         * manual/es/account.xml
217         * manual/es/advanced.xml
218         * manual/es/claws-mail-manual.xml
219         * manual/es/glossary.xml
220         * manual/es/gpl.xml
221         * manual/es/keyboard.xml
222         * manual/es/plugins.xml
223                 Synced with English version, fixed a couple of typos.
224
225 2007-09-26 [colin]      3.0.1cvs33
226
227         * configure.ac
228                 Explain why "Libgnomeprint: no" on GTK+ 2.10
229
230 2007-09-26 [colin]      3.0.1cvs32
231
232         * src/messageview.c
233         * src/procmsg.c
234         * src/procmsg.h
235                 Optimisation: avoid fetching mail 3 times locally
236                 for displaying
237
238 2007-09-26 [colin]      3.0.1cvs31
239
240         * src/mh.c
241                 Fix missing static
242
243 2007-09-26 [colin]      3.0.1cvs30
244
245         * src/folder.c
246         * src/folder.h
247         * src/mh.c
248         * src/mh.h
249                 Fix MH mtime hack - make it a folder class function
250
251 2007-09-26 [colin]      3.0.1cvs29
252
253         * src/inc.c
254                 Fix bug 1334, 'user defined mail incorporation 
255                 script not run'
256
257 2007-09-25 [colin]      3.0.1cvs28
258
259         * src/codeconv.c
260                 Optimisation: shortcut conv_codeset_strdup
261                 when src_code and dest_code are the same
262         * src/common/xml.c
263         * src/common/xml.h
264                 Optimisation: shortcut code conversions when
265                 files are in UTF-8; faster list walking by
266                 using prepend/reverse.
267
268 2007-09-25 [holger]     3.0.1cvs27
269
270         * src/printing.c
271                 Replace button bar of the preview window
272                 with a real toolbar (patch by Colin)
273                 Add zooming to the preview window
274
275 2007-09-24 [paul]       3.0.1cvs26
276
277         * src/compose.c
278                 compact the character set menu, adding some
279                 missing encodings. Patch by Pawel Pekala
280
281 2007-09-23 [paul]       3.0.1cvs25
282
283         * src/prefs_account.c
284         * src/prefs_folder_item.c
285         * src/prefs_quote.c
286         * src/quote_fmt.c
287         * src/quote_fmt.h
288                 remove unnecessary frame from Templates options
289                 and improve the English of the check button label
290
291 2007-09-22 [colin]      3.0.1cvs24
292
293         * src/gtk/quicksearch.c
294                 Fix bug 1329, 'error in quicksearch.c'
295                 Fix return with value in function returning void
296
297 2007-09-22 [colin]      3.0.1cvs23
298
299         * src/imap.c
300         * src/procmsg.h
301         * src/common/utils.c
302         * src/common/utils.h
303         * src/etpan/imap-thread.c
304                 Optimise fetching IMAP cached emails *a lot*
305                 (remember whether mail is fully cached and \r's
306                  are already stripped)
307
308 2007-09-22 [colin]      3.0.1cvs22
309
310         * src/folder.c
311         * src/folder.h
312         * src/prefs_folder_item.c
313                 Add a button to allow users to drop local caches.
314
315 2007-09-21 [colin]      3.0.1cvs21
316
317         * src/summaryview.c
318                 Remove unnecessary error when cancelling export to mbox.
319                 Patch by Pawel
320
321 2007-09-21 [paul]       3.0.1cvs20
322
323         * src/gtk/prefswindow.c
324                 remove unnecessary frames from the prefs
325                 pages. Patch by Pawel Pekala
326
327 2007-09-21 [paul]       3.0.1cvs19
328
329         * src/prefs_account.c
330         * src/prefs_folder_item.c
331         * src/prefs_quote.c
332         * src/quote_fmt.c
333                 put the Templates options into a tabbed
334                 layout. Patch by Pawel Pekala
335
336 2007-09-21 [paul]       3.0.1cvs18
337
338         * src/mainwindow.c
339                 group together the character set menu items
340                 move the /View/Show or hide/Message view below
341                 .../Toolbar menu item
342                 Patch by Pawel Pekala
343
344 2007-09-21 [mones]      3.0.1cvs17
345
346         * src/compose.c
347                 Fix for bug 1327, 'segfault when replying to a non-existent
348                 news message', thanks to Colin.
349
350 2007-09-21 [colin]      3.0.1cvs16
351
352         * src/folderview.c
353                 Complete 3.0.1cvs15
354
355 2007-09-20 [colin]      3.0.1cvs15
356
357         * src/folderview.c
358         * src/folderview.h
359                 Maybe fix bug 1324, 'Corrupted IMAP cache'
360
361 2007-09-20 [colin]      3.0.1cvs14
362
363         * src/printing.c
364                 Fix a little leak
365
366 2007-09-20 [holger]     3.0.1cvs13
367
368         * src/printing.c
369                 Add page layout to print preview.
370                 Make the close-button in the toolbar
371                 right-aligned.
372
373 2007-09-20 [paul]       3.0.1cvs12
374
375         * po/ru.po
376                 updated by Pavlo Bohmat
377
378 2007-09-19 [colin]      3.0.1cvs11
379
380         * src/common/utils.c
381                 Prevent unquoted mime boundaries, by always
382                 using a /
383
384 2007-09-19 [colin]      3.0.1cvs10
385
386         * src/printing.c
387                 Fix drawing area size, fix DPI change that
388                 can cause total number of lines to decrease
389
390 2007-09-19 [colin]      3.0.1cvs9
391
392         * po/POTFILES.in
393         * src/printing.c
394                 Make print preview more efficient and nicer.
395                 Patch mostly by Holger Berndt <hb@claws-mail.org>
396
397 2007-09-19 [colin]      3.0.1cvs8
398
399         * src/prefs_common.c
400         * src/prefs_common.h
401         * src/printing.c
402                 Add scrolledwindow, default allocation and
403                 size saving to the print preview window.
404
405 2007-09-18 [colin]      3.0.1cvs7
406
407         * src/prefs_common.c
408         * src/prefs_common.h
409         * src/prefs_image_viewer.c
410         * src/printing.c
411                 GtkPrintOperation:
412                 - add image printing support
413                 - add option to print images
414                 - add preview widget
415                 - add saving of a few Page Setup parameters
416
417 2007-09-18 [colin]      3.0.1cvs6
418
419         * AUTHORS
420         * src/gtk/authors.h
421                 Add Guillaume Chazarain
422
423 2007-09-18 [colin]      3.0.1cvs5
424
425         * src/common/utils.c
426                 Fix bug 1321, 'access before allocation 
427                 when scanning for uris'. Patch by 
428                 Guillaume Chazarain <guichaz@yahoo.fr>
429
430 2007-09-18 [colin]      3.0.1cvs4
431
432         * src/toolbar.c
433                 Fix bug 1320, 'Memory leak caused by 
434                 gtk_container_get_children'. Patch by
435                 Guillaume Chazarain <guichaz@yahoo.fr>
436
437 2007-09-18 [colin]      3.0.1cvs3
438
439         * src/printing.c
440         * src/printing.h
441                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
442
443 2007-09-18 [colin]      3.0.1cvs2
444
445         * src/Makefile.am
446         * src/mainwindow.c
447         * src/messageview.c
448         * src/messageview.h
449         * src/prefs_ext_prog.c
450         * src/prefs_fonts.c
451         * src/printing.c
452         * src/printing.h
453         * src/summaryview.c
454                 Use GtkPrintOperation by default on GTK+ >= 2.10
455                 Patch by Holger Berndt <hb@claws-mail.org>
456
457 2007-09-18 [paul]       3.0.1cvs1
458
459         * NEWS
460         * README
461         * RELEASE_NOTES
462         * configure.ac
463                 bump up version number following stable release
464
465 2007-09-16 [colin]      3.0.0cvs18
466
467         * src/folder.c
468                 Fix possible memleak
469
470 2007-09-16 [colin]      3.0.0cvs17
471
472         * src/folderview.c
473                 Fix bug 1311, 'Wrong arrow position 
474                 while moving message into folder when 
475                 column headers hidden'
476         * src/image_viewer.c
477                 Show error in the GUI if image can't
478                 be loaded
479         * src/matcher.c
480                 Fix spurious output
481         * src/messageview.c
482                 Allow setting domain in msgid
483         * src/common/plugin.c
484                 Add timing information
485
486 2007-09-16 [colin]      3.0.0cvs16
487
488         * src/account.c
489         * src/compose.c
490         * src/prefs_account.c
491         * src/prefs_account.h
492         * src/prefs_template.c
493         * src/common/utils.c
494                 Remove Generate Message-ID option. We need
495                 this on some IMAP servers.
496
497 2007-09-16 [colin]      3.0.0cvs15
498
499         * src/prefs_filtering.c
500         * src/prefs_filtering.h
501         * src/prefs_filtering_action.c
502         * src/common/tags.c
503                 Fix tags issues: tags with spaces, renaming
504                 tags.
505
506 2007-09-16 [colin]      3.0.0cvs14
507
508         * src/folderview.c
509         * src/main.c
510         * src/mainwindow.c
511                 Fix bug 1308, 'Claws deletes folderlist.xml after
512                 fetching mail short after start-up'
513
514 2007-09-16 [colin]      3.0.0cvs13
515
516         * src/compose.c
517                 Fix scrolling to cursor
518
519 2007-09-16 [paul]       3.0.0cvs12
520
521         * po/sr.po
522                 updated by Aleksandar Urosevic
523
524 2007-09-16 [paul]       3.0.0cvs11
525
526         * src/folder.c
527                 do not allow locked msgs to be deleted,
528                 even by filtering/processing
529
530 2007-09-07 [paul]       3.0.0cvs10
531
532         * src/prefs_folder_column.c
533         * src/prefs_summary_column.c
534                 implement button sensitivity
535                 patch by Pawel Pekala
536
537 2007-09-06 [wwp]        3.0.0cvs9
538
539         * src/prefs_gtk.c
540                 Add a missing linefeed to a debug message.
541
542 2007-09-05 [colin]      3.0.0cvs8
543
544         * src/inc.c
545                 Fix statusbar/window mismatch on Maemo
546
547 2007-09-05 [colin]      3.0.0cvs7
548
549         * src/ldaputil.c
550                 Fix build without USE_LDAP_TLS
551
552 2007-09-05 [colin]      3.0.0cvs6
553
554         * src/folder.c
555         * src/imap.c
556         * src/inc.c
557         * src/mbox.c
558         * src/send_message.c
559         * src/statusbar.c
560         * src/statusbar.h
561                 Maemo: distinguish various statusbar messages,
562                 in order to display only the most important.
563
564 2007-09-04 [wwp]        3.0.0cvs5
565
566         * src/account.c
567                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
568                 Show protocol "SMTP" and the appropriate server for send-only
569                 accounts, show "-" instead of "" when no value is relevant.
570
571 2007-09-03 [ticho]      3.0.0cvs4
572
573         * src/summaryview.c
574                 Handle plural form better in delete confirmation dialog.
575
576 2007-09-03 [wwp]        3.0.0cvs3
577
578         * src/compose.c
579                 Warn differently when sending or sending later (queueing).
580
581 2007-09-03 [colin]      3.0.0cvs2
582
583         * src/procmime.c
584         * src/procmime.h
585         * src/common/plugin.c
586         * src/common/plugin.h
587                 Add a new plugin API, MimeParser. It allows
588                 plugins to scan email MIME parts and optionally,
589                 transform them.
590
591 2007-09-03 [mones]      3.0.0cvs1
592
593         * po/es.po
594                 Updated translation
595         * src/common/defs.h
596                 While a better solution is made double history sizes
597
598 2007-09-03 [paul]       3.0.0
599
600         * NEWS
601         * README
602         * RELEASE_NOTES
603                 3.0.0 released
604
605 2007-09-03 [paul]       2.10.0cvs191
606
607         * po/bg.po
608         * po/ca.po
609         * po/de.po
610         * po/fi.po
611         * po/fr.po
612         * po/hu.po
613         * po/it.po
614         * po/pl.po
615         * po/pt_BR.po
616         * po/ru.po
617         * po/sk.po
618         * po/zh_CN.po
619                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
620                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
621                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
622                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
623
624 2007-09-02 [colin]      2.10.0cvs190
625
626         * src/edittags.c
627         * src/common/tags.c
628                 Prevent empty or white-space tags
629
630 2007-09-01 [colin]      2.10.0cvs189
631
632         * src/main.c
633                 Fix double-reading of accounts list when
634                 the wizard has been run due to no accounts
635         * src/mainwindow.c
636                 Fix sensitivity of a menu item in case 
637                 there's no account
638
639 2007-09-01 [wwp]        2.10.0cvs188
640
641         * src/wizard.c
642                 Fix wizard crash when Mailbox dir already exists
643                 (thanks to Colin).
644
645 2007-08-31 [colin]      2.10.0cvs187
646
647         * src/etpan/imap-thread.c
648                 Fix unwanted creation of 
649                 libetpan's stream dump file
650         * src/compose.c
651                 Fix coloring of pastes as quotation
652         * src/summaryview.c
653                 Maemo: Fix opening of mails from keypad
654                 in Sent folders
655         * src/addressbook.c
656         * src/folderview.c
657         * src/image_viewer.c
658         * src/mimeview.c
659         * src/gtk/prefswindow.c
660                 Maemo: Fix adjustments changes 
661
662 2007-08-30 [colin]      2.10.0cvs186
663
664         * src/folderview.c
665                 Don't opened selected folder when clicking
666                 on white space
667         * src/mainwindow.c
668                 Maemo: Make Esc close messageviews
669         * src/messageview.c
670                 Maemo: Fix message scrolling to the end on 
671                 opening
672                 Maemo: Fix reopening same message
673         * src/gtk/prefswindow.c
674                 Maemo: try to fix scrollbar. Doesn't work,
675                 it seems as if gtk_adjustment_set_value was
676                 a noop.
677
678 2007-08-30 [colin]      2.10.0cvs185
679
680         * src/compose.c
681         * src/folderview.c
682         * src/main.c
683         * src/prefs_matcher.c
684         * src/prefs_template.c
685         * src/quote_fmt.c
686         * src/send_message.c
687         * src/toolbar.c
688         * src/gtk/gtkaspell.c
689         * src/plugins/bogofilter/bogofilter.c
690         * src/plugins/bogofilter/bogofilter_gtk.c
691         * src/plugins/clamav/clamav_plugin_gtk.c
692         * src/plugins/pgpcore/sgpgme.c
693         * src/plugins/spamassassin/spamassassin.c
694         * src/plugins/spamassassin/spamassassin_gtk.c
695                 Fix all potential misuses of format-string functions
696
697 2007-08-30 [wwp]        2.10.0cvs184
698
699         * src/prefs_template.c
700                 Fix a leak.
701
702 2007-08-29 [colin]      2.10.0cvs183
703
704         * src/plugins/trayicon/trayicon.c
705                 Fix leak of hooks in case of error,
706                 thanks to Holger Berndt
707
708 2007-08-28 [colin]      2.10.0cvs182
709
710         * src/mainwindow.c
711                 Don't use current folder settings when
712                 composing from the compose button's
713                 account selector
714
715 2007-08-28 [colin]      2.10.0cvs181
716
717         * src/quote_fmt_parse.y
718                 Fix cursor offset when quote contains UTF-8
719                 chars
720
721 2007-08-28 [colin]      2.10.0cvs180
722
723         * src/compose.c
724         * src/compose.h
725                 Fix signature replacement when it's been wrapped
726
727 2007-08-27 [colin]      2.10.0cvs179
728
729         * src/summaryview.c
730                 Fix indentation
731
732 2007-08-27 [colin]      2.10.0cvs178
733
734         * src/summaryview.c
735                 Fix Quicksearch's Sticky mode
736
737 2007-08-27 [colin]      2.10.0cvs177
738
739         * src/folder_item_prefs.c
740         * src/folder_item_prefs.h
741         * src/imap_gtk.c
742         * src/mh_gtk.c
743                 Fix loss of subfolders properties when
744                 renaming a folder
745
746 2007-08-26 [wwp]        2.10.0cvs176
747
748         * src/alertpanel.c
749         * src/messageview.c
750         * src/prefs_actions.c
751                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
752                 will have to be used when necessary *before* calling
753                 alertpanel functions.
754
755 2007-08-25 [paul]       2.10.0cvs175
756
757         * src/prefs_actions.c
758                 workaround gettext problem marking
759                 string as c-format when it's not
760
761 2007-08-25 [wwp]        2.10.0cvs174
762
763         * src/alertpanel.c
764         * src/messageview.c
765         * src/prefs_actions.c
766                 Call the pango markup escape function right ince in alertpanel_create
767                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
768                 2.10.0cvs158).
769
770         * src/common/log.c
771                 Fix a crash due to a misuse of g_print(), encountered when the string
772                 passed to g_print was containing printf substitution symbols.
773
774 2007-08-25 [paul]       2.10.0cvs173
775
776         * src/common/log.c
777                 fix a segfault when refreshing RSSyl feeds
778
779 2007-08-25 [paul]       2.10.0cvs172
780
781         * src/gtk/icon_legend.c
782                 add watchthread.xpm
783
784 2007-08-25 [paul]       2.10.0cvs171
785
786         * src/Makefile.am
787         * src/stock_pixmap.c
788         * src/pixmaps/insert_file.xpm
789                 add a new pixmap instead of re-using
790                 paste.xpm. (easier for icon theme authors)
791
792 2007-08-24 [holger]     2.10.0cvs170
793
794         * src/plugins/trayicon/trayicon.c
795                 The same fix for another hook id.
796
797 2007-08-24 [holger]     2.10.0cvs169
798
799         * src/plugins/trayicon/trayicon.c
800                 Micro-fix: Do the error checking for
801                 the right hook id.
802
803 2007-08-24 [paul]       2.10.0cvs168
804
805         * src/folder.h
806                 fix typo causing compiler warning
807
808 2007-08-24 [paul]       2.10.0cvs167
809
810         * README
811                 put back the correct version of this file also
812
813 2007-08-24 [colin]      2.10.0cvs166
814
815         * src/send_message.c
816                 Use progress bar when sending messages
817
818 2007-08-24 [paul]       2.10.0cvs165
819
820         * Makefile.am
821                 oops! if i'm quick no-one will notice
822                 (put back the proper file)
823
824 2007-08-24 [paul]       2.10.0cvs164
825
826         * AUTHORS
827         * Makefile.am
828         * README
829         * src/gtk/authors.h
830         * tools/Makefile.am
831         * tools/README
832         * tools/mew2claws-mail.pl
833                 add new script that imports a Mew address book
834                 submitted by Jerome Lelong
835
836 2007-08-24 [paul]       2.10.0cvs163
837
838         * manual/plugins.xml
839                 remove the obsolete plugins, add the
840                 missing plugins, including the forthcoming
841                 SpamReport plugin
842
843 2007-08-24 [paul]       2.10.0cvs162
844
845         * manual/advanced.xml
846                 add info about the hidden emphasis_color option
847         * manual/keyboard.xml
848                 correct the info about hotkeys
849                 wrap the long lines
850
851 2007-08-24 [paul]       2.10.0cvs161
852
853         * src/folderview.c
854                 add mnemonic to 'Run procesing rules'
855
856 2007-08-24 [paul]       2.10.0cvs160
857
858         * src/account.c
859         * src/folder.c
860         * src/folder.h
861                 use suitable defaults for outbox,
862                 queue, drafts and trash folders
863
864 2007-08-24 [wwp]        2.10.0cvs159
865
866         * src/folderview.c
867                 Update menu item sensitivity if necessary (or we get a
868                 gtk critical message).
869
870 2007-08-23 [wwp]        2.10.0cvs158
871
872         * src/action.c
873         * src/prefs_actions.c
874                 Allow literal % chars in action commands (use %%).
875                 Add a missing p++ to the action parser in action_get_type(),
876                 which was missing it, even if it was neutral.
877                 Fix a pango markup warning at runtime.
878
879 2007-08-23 [wwp]        2.10.0cvs157
880
881         * src/addressbook.c
882                 Contacts are now locale-aware sorted in the address book
883                 (LC_COLLATE matters here).
884                 Fix missing table initializers.
885
886 2007-08-23 [colin]      2.10.0cvs156
887
888         * src/imap.c
889                 Check scan_required on dest folder when copying
890
891 2007-08-23 [colin]      2.10.0cvs155
892
893         * src/imap.c
894                 Fix scanning when folder was empty
895
896 2007-08-22 [colin]      2.10.0cvs154
897
898         * src/msgcache.c
899                 Don't g_warning when g_try_malloc fails(), or it makes
900                 things worse as g_log() allocates. Fixes bug 1290,
901                 'Claws Mail crashes if too little memory when 
902                 rebuilding folder tree'
903
904 2007-08-22 [colin]      2.10.0cvs153
905
906         * src/inc.c
907                 Fix format string vulnerability, thanks to
908                 Ulf Harnhammar, Secunia Research
909
910 2007-08-22 [colin]      2.10.0cvs152
911
912         * src/ldapserver.c
913                 Set tv_usec too
914
915 2007-08-22 [wwp]        2.10.0cvs151
916
917         * src/ldapquery.c
918                 Few better null-ptr checks.
919
920 2007-08-22 [colin]      2.10.0cvs150
921
922         * src/editldap.c
923         * src/editldap_basedn.c
924         * src/ldapquery.c
925         * src/ldapserver.c
926         * src/ldapserver.h
927         * src/ldapupdate.c
928         * src/ldaputil.c
929         * src/ldaputil.h
930                 Fix ldap timeouts
931
932 2007-08-22 [colin]      2.10.0cvs149
933
934         * src/ldapquery.c
935                 Finish previous fix
936
937 2007-08-22 [colin]      2.10.0cvs148
938
939         * src/ldapquery.c
940                 Fix wrong assertions
941
942 2007-08-22 [colin]      2.10.0cvs147
943
944         * src/ldaputil.c
945                 Fix test (set ldap v3 if bindDN is set or TLS is set)
946
947 2007-08-22 [colin]      2.10.0cvs146
948
949         * src/editldap.c
950         * src/ldaputil.c
951                 Fix wrong "Connected successfully to server". Connection only succeeds if
952                 we can get the base DN.
953
954 2007-08-21 [wwp]        2.10.0cvs145
955
956         * src/browseldap.c
957         * src/editldap.c
958         * src/ldapctrl.c
959         * src/ldapquery.c
960         * src/ldapserver.c
961         * src/ldapupdate.c
962         * src/ldaputil.c
963                 More sanity checks in ldap functions.
964
965 2007-08-21 [wwp]        2.10.0cvs144
966
967         * src/prefs_account.c
968                 Don't return a value in a void function().
969
970 2007-08-21 [paul]       2.10.0cvs143
971
972         * src/messageview.c
973                 add check for ftp: to messageview_list_urls()
974
975 2007-08-21 [colin]      2.10.0cvs142
976
977         * src/editldap.c
978         * src/ldapctrl.c
979         * src/ldapctrl.h
980         * src/ldapquery.c
981         * src/ldapupdate.c
982                 Fix bug 1293, 'LDAP address book not working'
983                 Search only on specified fields, but fetch 
984                 every field possible. People will have to 
985                 reset the searched Attributes in their LDAP
986                 servers properties.
987
988 2007-08-21 [wwp]        2.10.0cvs141
989
990         * src/addr_compl.c
991         * src/addrbook.c
992         * src/addrcache.c
993         * src/addrcindex.c
994         * src/addressbook.c
995         * src/addrindex.c
996         * src/browseldap.c
997         * src/crash.c
998         * src/editaddress_other_attributes_ldap.c
999         * src/exporthtml.c
1000         * src/folder.c
1001         * src/folderview.c
1002         * src/imap.c
1003         * src/jpilot.c
1004         * src/ldapserver.c
1005         * src/ldapupdate.c
1006         * src/ldif.c
1007         * src/main.c
1008         * src/mainwindow.c
1009         * src/matcher.c
1010         * src/mh.c
1011         * src/msgcache.c
1012         * src/mutt.c
1013         * src/pine.c
1014         * src/pop.c
1015         * src/prefs_customheader.c
1016         * src/prefs_msg_colors.c
1017         * src/procmime.c
1018         * src/textview.c
1019         * src/vcard.c
1020         * src/wizard.c
1021         * src/common/log.c
1022         * src/common/socket.c
1023         * src/common/ssl_certificate.c
1024         * src/common/utils.c
1025         * src/common/utils.h
1026         * src/gtk/description_window.c
1027         * src/plugins/demo/demo.c
1028         * src/plugins/pgpcore/prefs_gpg.c
1029         * src/plugins/spamassassin/libspamc.c
1030                 Make sure we use glib functions to send text messages (information,
1031                 debug, warning, errors) to stdout/stderr - no more direct puts
1032                 fputs printf fprintf to stdout/stderr when it can be done using
1033                 g_log*() and g_print/g_printerr. Doing this, we make sure every
1034                 stdout/stderr message is saved to log in Windows.
1035
1036
1037 2007-08-21 [wwp]        2.10.0cvs140
1038
1039         * src/main.c
1040         * src/common/utils.h
1041                 Route glib's stdout/stderr messages to a log file (Windows only),
1042                 instead of loosing them.
1043
1044 2007-08-21 [paul]       2.10.0cvs139
1045
1046         * src/mainwindow.c
1047                 replace deprecated g_strncasecmp()
1048         * src/messageview.c
1049                 fix 'List URLS'
1050
1051 2007-08-20 [ticho]      2.10.0cvs138
1052
1053         * src/account.c
1054         * src/prefs_account.h
1055                 Copy all account preferences in account_clone() - some
1056                 were missing.
1057         * src/prefs_account.c
1058                 Handle empty privacy system combobox gracefully (warning
1059                 instead of a crash).
1060
1061 2007-08-20 [colin]      2.10.0cvs137
1062
1063         * src/ldapctrl.c
1064                 Fix a leak
1065
1066 2007-08-20 [paul]       2.10.0cvs136
1067
1068         * src/browseldap.c
1069         * src/editldap.c
1070         * src/ldapctrl.c
1071         * src/ldapquery.c
1072         * src/ldapquery.h
1073         * src/ldapserver.c
1074         * src/ldaputil.c
1075                 add debug_prints
1076                 patch by Michael Rasmussen
1077
1078 2007-08-19 [colin]      2.10.0cvs135
1079
1080         * src/imap.c
1081                 Fix previous commit. Sensitivity update is needed
1082                 for "Cancel receiving". However when batching we
1083                 don't need to do it for every message flag change,
1084                 just once at the start and once at the end.
1085
1086 2007-08-19 [colin]      2.10.0cvs134
1087
1088         * src/imap.c
1089                 Remove useless menu updates on session lock/unlock
1090
1091 2007-08-19 [colin]      2.10.0cvs133
1092
1093         * src/etpan/imap-thread.c
1094                 Make all fetch logs less verbose
1095
1096 2007-08-19 [paul]       2.10.0cvs132
1097
1098         * src/foldersel.c
1099         * src/folderview.c
1100         * src/summaryview.c
1101                 fix bug 1286, 'Can't move a folder into a "Folders
1102                 Only" folder'
1103
1104 2007-08-18 [ticho]      2.10.0cvs131
1105
1106         * src/editaddress_other_attributes_ldap.c
1107                 Converted option menu for other ldap attributes to GtkComboBox.
1108
1109 2007-08-18 [colin]      2.10.0cvs130
1110
1111         * src/compose.c
1112         * src/prefs_common.c
1113         * src/prefs_common.h
1114         * src/prefs_send.c
1115         * src/send_message.c
1116                 Revert 'send_dialog_mode' meaning to 
1117                 'send_dialog_invisible', so that the 
1118                 new checkbox doesn't change the 
1119                 existing behaviour.
1120
1121 2007-08-18 [paul]       2.10.0cvs129
1122
1123         * src/summaryview.c
1124                 add missing menu update
1125
1126 2007-08-17 [colin]      2.10.0cvs128
1127
1128         * src/folder.c
1129                 Set batching after getting flags - maybe fixes
1130                 bug 1292, 'CM crashes on writing mail'
1131
1132 2007-08-16 [ticho]      2.10.0cvs127
1133
1134         * src/prefs_send.c
1135                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1136         * src/gtk/combobox.h
1137         * src/gtk/gtkutils.c
1138                 Allow NULL for GtkComboBox menuitem label, rendering such
1139                 items as row separators.
1140
1141 2007-08-16 [paul]       2.10.0cvs126
1142
1143         * src/plugins/trayicon/trayicon.c
1144                 remove wrongly used gettextisation
1145
1146 2007-08-15 [ticho]      2.10.0cvs125
1147
1148         * src/importldif.c
1149                 Fixed a runtime warning where an attempt to pack an
1150                 already packed GtkLabel was made.
1151
1152 2007-08-15 [ticho]      2.10.0cvs124
1153
1154         * src/prefs_compose_writing.c
1155                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1156                 into GtkComboBox.
1157
1158 2007-08-14 [ticho]      2.10.0cvs123
1159
1160         * src/messageview.c
1161         * src/gtk/gtkutils.c
1162                 Changed return receipt account selector to GtkComboBox.
1163                 Fixed a runtime warning where GTK tried to parse
1164                 "name <email@address" as a Pango markup in an alertpanel label.
1165
1166 2007-08-14 [ticho]      2.10.0cvs122
1167
1168         * src/prefs_logging.c
1169                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1170
1171 2007-08-14 [wwp]        2.10.0cvs121
1172
1173         * tools/Makefile.am
1174         * tools/README
1175         * tools/popfile-link.sh
1176                 Added a new tool: POPFile helper, to open
1177                 selected messages in POPFile control center,
1178                 in order to change the messages' status.
1179
1180 2007-08-14 [ticho]      2.10.0cvs120
1181
1182         * src/compose.c
1183         * src/prefs_common.c
1184         * src/prefs_common.h
1185         * src/prefs_send.c
1186         * src/send_message.c
1187                 Change "Show send dialog" optionmenu to a checkbutton.
1188         * src/prefs_receive.c
1189                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1190
1191 2007-08-13 [wwp]        2.10.0cvs119
1192
1193         * src/addr_compl.c
1194         * src/addressbook.c
1195         * src/addrindex.c
1196         * src/compose.c
1197         * src/filtering.c
1198         * src/folderview.c
1199         * src/inc.c
1200         * src/matcher.c
1201         * src/mh.c
1202         * src/partial_download.c
1203         * src/prefs_gtk.c
1204         * src/procmsg.c
1205         * src/stock_pixmap.c
1206         * src/summaryview.c
1207         * src/common/utils.c
1208         * src/gtk/gtkaspell.c
1209         * src/gtk/menu.c
1210                 Make sure we never pass NULL pointers for %s substitutions
1211                 (prevent from crashing in Windows).
1212
1213 2007-08-13 [wwp]        2.10.0cvs118
1214
1215         * src/msgcache.c
1216                 Re-enable mmap_reads in Windows with some missing
1217                 CloseHandle of mapping objects, thanks to
1218                 Marcus Brinkmann.
1219
1220 2007-08-13 [paul]       2.10.0cvs117
1221
1222         * src/common/utils.c
1223                 fix bug 1287, 'Compile time problem on Solaris
1224                 (nexenta gnu/Solaris) utils.c'
1225                 Thanks to Piotr Chrzczonowicz
1226
1227 2007-08-12 [wwp]        2.10.0cvs116
1228
1229         * src/plugins/pgpcore/prefs_gpg.c
1230                 Don't try to unset a GPG_AGENT_INFO that was not
1231                 set (and don't use a NULL string in Windows, it was
1232                 crashing with --debug if GPG_AGENT_INFO was not set).
1233
1234 2007-08-12 [wwp]        2.10.0cvs115
1235
1236         * src/privacy.h
1237                 Make gcc type-check arguments passed to privacy_set_error().
1238
1239 2007-08-12 [ticho]      2.10.0cvs114
1240
1241         * src/prefs_folder_item.c
1242                 Make sure that folder default account combobox always has some
1243                 account preselected.
1244         * src/gtk/combobox.c
1245                 Handle empty combobox gracefully (warning instead of crash).
1246
1247 2007-08-12 [ticho]      2.10.0cvs114
1248
1249         * src/prefs_folder_item.c
1250                 Make sure that folder default account combobox is not empty.
1251         * src/gtk/combobox.c
1252                 Handle empty combobox gracefully (warning instead of crash).
1253
1254 2007-08-11 [paul]       2.10.0cvs113
1255
1256         * src/addrgather.c
1257         * src/folderview.c
1258                 use 'subfolder' instead of 'sub-folder', matching
1259                 everywhere else the term is used
1260         * src/imap_gtk.c
1261                 fix engrish
1262
1263 2007-08-10 [wwp]        2.10.0cvs112
1264
1265         * src/msgcache.c
1266                 Disable mmap reads in Windows only (at least temporarily), they
1267                 prevent from renaming/removing target cache files.
1268
1269 2007-08-10 [paul]
1270
1271         3.0.0-rc2 released
1272
1273 2007-08-10 [wwp]        2.10.0cvs111
1274
1275         * src/msgcache.c
1276                 fix unpredictable crashes in Windows due to broken
1277                 cache/mark/tags files writting (file were opened for
1278                 writing in text mode).
1279
1280         * src/recv.c
1281                 use gettimeofday() from w32lib.h on Windows.
1282
1283 2007-08-10 [colin]      2.10.0cvs110
1284
1285         * src/imap.c
1286         * src/etpan/imap-thread.c
1287         * src/etpan/imap-thread.h
1288                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1289
1290 2007-08-09 [colin]      2.10.0cvs109
1291
1292         * src/editldap.c
1293                 Fix port being reset to 636 on SSL
1294         * src/folder.c
1295                 Fix folder_item_get_msg_num_by_file
1296                 on drafts/queue folders
1297
1298 2007-08-09 [wwp]        2.10.0cvs108
1299
1300         * src/folder.c
1301                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1302                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1303
1304
1305 2007-08-09 [colin]      2.10.0cvs107
1306
1307         * src/folderview.c
1308         * src/summaryview.c
1309         * src/gtk/prefswindow.c
1310                 A few Maemo layout fixes
1311
1312 2007-08-09 [paul]       2.10.0cvs106
1313
1314         * src/prefs_account.c
1315                 remove the hyphen from plug-ins to
1316                 match everywhere else
1317
1318 2007-08-08 [wwp]        2.10.0cvs105
1319
1320         * src/prefs_folder_item.c
1321                 Fix an extraneous stealth ^L char.
1322
1323 2007-08-08 [wwp]        2.10.0cvs104
1324
1325         * src/prefs_folder_item.c
1326                 Better fix, group variables declarations (USE_ASPELL).
1327
1328 2007-08-08 [wwp]        2.10.0cvs103
1329
1330         * src/prefs_folder_item.c
1331                 Fix compilation w/ USE_ASPELL set (broken
1332                 by 2.10.0cvs102).
1333
1334 2007-08-08 [ticho]      2.10.0cvs102
1335
1336         * src/prefs_folder_item.c
1337                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1338
1339 2007-08-08 [colin]      2.10.0cvs101
1340
1341         * src/imap.c
1342         * src/etpan/imap-thread.c
1343         * src/etpan/imap-thread.h
1344                 Close selected mailbox before doing
1345                 status on it.
1346
1347 2007-08-08 [colin]      2.10.0cvs100
1348
1349         * src/html.c
1350                 Complete symbol table, thanks to wwp.
1351                 Fixes bug 1284, 'The html -> text 
1352                 converter ignores entities'
1353         * src/msgcache.c
1354                 Fix possible fd leak
1355
1356 2007-08-08 [colin]      2.10.0cvs99
1357
1358         * src/imap.c
1359                 Better way to fetch UIDs on non-UIDPLUS servers
1360
1361 2007-08-07 [colin]      2.10.0cvs98
1362
1363         * src/imap.c
1364                 fix bug 1275, 'auto-saved draft messages not 
1365                 always being removed'; Also, make multiple
1366                 copy (in the same account) faster by matching
1367                 source/destination message UIDs.
1368         * src/messageview.c
1369                 Don't try to reshow deleted mail
1370         * src/msgcache.c
1371                 Fix leak on error path
1372
1373 2007-08-07 [wwp]        2.10.0cvs97
1374
1375         * manual/account.xml
1376         * manual/advanced.xml
1377         * manual/fr/account.xml
1378         * manual/fr/advanced.xml
1379                 Updated the reference manual and the French translation to
1380                 reflect 2.10.0cvs84: enable running folder Processing
1381                 rules on demand.
1382
1383 2007-08-06 [wwp]        2.10.0cvs96
1384
1385         * src/prefs_common.c
1386         * src/prefs_common.h
1387         * src/textview.c
1388                 Allow changing the emphasis color used to highlight
1389                 the newsreader/x-mailer header value when it matches
1390                 our preferred mail agent (hidden pref 'emphasis_col' added
1391                 to clawsrc).
1392
1393 2007-08-06 [colin]      2.10.0cvs95
1394
1395         * src/compose.c
1396         * src/compose.h
1397                 Re-commit 2.10.0cvs86, with a protection
1398                 against Pango bug. Also, try to fix 
1399                 bug 1275, 'auto-saved draft messages not 
1400                 always being removed'
1401
1402 2007-08-06 [wwp]        2.10.0cvs94
1403
1404         * src/gtk/quicksearch.c
1405                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1406
1407 2007-08-06 [ticho]      2.10.0cvs93
1408
1409         * src/prefs_account.c
1410         * src/gtk/combobox.c
1411                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1412                 selection in account preferences.
1413
1414 2007-08-06 [wwp]        2.10.0cvs92
1415
1416         * src/plugins/pgpcore/plugin.def
1417                 Apply one more chunk from gpg4win's 03-w32-port patch.
1418
1419 2007-08-05 [colin]      2.10.0cvs91
1420
1421         * src/compose.c
1422         * src/compose.h
1423                 reverting buggy patch for now
1424
1425 2007-08-05 [colin]      2.10.0cvs90
1426
1427         * src/folder.c
1428                 Fix slowdown
1429
1430 2007-08-04 [colin]      2.10.0cvs89
1431
1432         * src/prefs_summaries.c
1433         * src/summary_search.c
1434                 Replace deprecated widgets. Patch by
1435                 Andrej.
1436
1437 2007-08-04 [colin]      2.10.0cvs88
1438
1439         * src/mh.c
1440                 Refresh GUI only every 2000 mails on mh_get_last_num
1441                 This is fast (readdir) and done only once per 
1442                 session/folder
1443
1444 2007-08-03 [colin]      2.10.0cvs87
1445
1446         * src/prefs_account.c
1447         * src/gtk/combobox.h
1448         * src/gtk/gtkutils.c
1449                 Fix a deprecated widget. Patch by
1450                 Andrej
1451
1452 2007-08-03 [colin]      2.10.0cvs86
1453
1454         * src/compose.c
1455         * src/compose.h
1456                 Make colorisation and wrapping algorithms
1457                 faster. Fixes bug 1246, 'compose becomes 
1458                 increasingly slow replying to complex emails'
1459
1460 2007-08-03 [paul]       2.10.0cvs85
1461
1462         * src/mh.c
1463                 keep the window painted
1464
1465 2007-08-02 [paul]       2.10.0cvs84
1466
1467         * src/folderview.c
1468         * src/mainwindow.c
1469         * src/mainwindow.h
1470                 enable running folder Processing
1471                 rules on demand
1472
1473 2007-08-02 [paul]       2.10.0cvs83
1474
1475         * src/textview.c
1476                 speed up/clean up rendering of larger
1477                 msgs
1478                 Thanks to Colin
1479
1480 2007-08-01 [paul]       2.10.0cvs82
1481
1482         * src/mainwindow.h
1483                 clean up cruft
1484         * src/toolbar.c
1485                 change default toolbar layout on maemo
1486         * src/pixmaps/close.xpm
1487                 make the red cross a grey cross
1488         * src/pixmaps/jpilot.xpm
1489                 make icon smaller so it fits better
1490
1491 2007-07-31 [paul]       2.10.0cvs81
1492
1493         * src/setup.c
1494         * src/gtk/gtkutils.c
1495                 fix crash on maemo on first launch
1496
1497 2007-07-30 [paul]       2.10.0cvs80
1498
1499         * src/prefs_matcher.c
1500                 specify the units of age and size
1501
1502 2007-07-30 [paul]       2.10.0cvs79
1503
1504         * src/main.c
1505                 Fix IMAP timeout setting
1506
1507 2007-07-30 [colin]      2.10.0cvs78
1508
1509         * src/prefs_account.c
1510                 Fix a deprecated widget. Patch by
1511                 Andrej
1512
1513 2007-07-27 [paul]       2.10.0cvs77
1514
1515         * src/matcher_parser_parse.y
1516         * src/prefs_filtering_action.c
1517         * src/prefs_matcher.c
1518                 these changes forgotten in cvs74's
1519                 'watch thread' feature
1520
1521 2007-07-27 [paul]       2.10.0cvs76
1522
1523         * src/compose.c
1524                 fix potential crasher
1525                 thanks to Colin
1526
1527 2007-07-27 [paul]       2.10.0cvs75
1528
1529         * src/mainwindow.c
1530         * src/manual.c
1531         * src/manual.h
1532         * src/gtk/gtkutils.c
1533                 make mainwindow's /Help/Manual point to the
1534                 remote copy if the local copy doesn't exist
1535
1536 2007-07-27 [paul]       2.10.0cvs74
1537
1538         * src/Makefile.am
1539         * src/filtering.c
1540         * src/folder.c
1541         * src/mainwindow.c
1542         * src/matcher.c
1543         * src/matcher.h
1544         * src/matcher_parser_parse.y
1545         * src/procmsg.c
1546         * src/procmsg.h
1547         * src/stock_pixmap.c
1548         * src/stock_pixmap.h
1549         * src/summaryview.c
1550         * src/summaryview.h
1551         * src/toolbar.c
1552         * src/toolbar.h
1553         * src/pixmaps/watchthread.xpm
1554                 add 'watch thread' feature
1555
1556 2007-07-27 [paul]       2.10.0cvs73
1557
1558         * src/prefs_folder_item.c
1559                 adjust labels, add tooltips
1560
1561 2007-07-27 [colin]      2.10.0cvs72
1562
1563         * src/summaryview.c
1564                 Maemo: Remove less used menu items
1565
1566 2007-07-26 [colin]      2.10.0cvs71
1567
1568         * src/messageview.c
1569                 Maemo: destroy messageview after trashing mail.
1570                 Maybe should be done on X11 too
1571
1572 2007-07-26 [colin]      2.10.0cvs70
1573
1574         * src/folderview.c
1575         * src/mainwindow.c
1576         * src/prefs_common.c
1577         * src/prefs_common.h
1578         * src/summaryview.c
1579                 Add View/Show or Hide/Column headers
1580
1581 2007-07-26 [colin]      2.10.0cvs69
1582
1583         * src/procmime.c
1584                 Fix unwanted output
1585
1586 2007-07-26 [colin]      2.10.0cvs68
1587
1588         * src/ldapserver.c
1589                 Fix possible crash on cache invalidation
1590         * src/compose.c
1591         * src/procmime.c
1592         * src/procmime.h
1593         * src/quote_fmt_parse.y
1594                 Make replying to mails with big attachments
1595                 much faster. Fixes bug 1224, 'The process of 
1596                 Replying to emails with large attachments 
1597                 seems unreasonably long...'
1598
1599 2007-07-26 [colin]      2.10.0cvs67
1600
1601         * src/mimeview.c
1602         * src/matcher.c
1603         * src/common/ssl.c
1604                 Fix threads use on BSDs
1605
1606 2007-07-26 [paul]       2.10.0cvs66
1607
1608         * src/gtk/prefswindow.c
1609                 fix account prefs breakage
1610                 thanks to Colin
1611
1612 2007-07-26 [paul]       2.10.0cvs65
1613
1614         * configure.ac
1615                 standardise ./configure --help messages
1616
1617 2007-07-26 [colin]      2.10.0cvs64
1618
1619         * src/addressbook.c
1620         * src/editaddress.c
1621                 Fix two vCard-related crashes
1622
1623 2007-07-25 [colin]      2.10.0cvs63
1624
1625         * src/inc.c
1626         * src/prefs_common.c
1627         * src/prefs_common.h
1628         * src/prefs_receive.c
1629                 Maemo: Add a better way to notify of
1630                 new mails
1631         * src/mainwindow.c
1632         * src/statusbar.h
1633         * src/summaryview.c
1634         * src/toolbar.c
1635                 Maemo: Various layout fixes
1636         * src/gtk/prefswindow.c
1637                 Maemo: Better prefs layout
1638
1639 2007-07-25 [paul]       2.10.0cvs62
1640
1641         * src/textview.c
1642                 fix the layout on maemo
1643                 thanks to Colin
1644
1645 2007-07-25 [iwkse]      2.10.0cvs61
1646
1647         * src/summaryview.c
1648                 add 'o' shortcut on summaryview
1649
1650 2007-07-25 [iwkse]      2.10.0cvs60
1651
1652         * src/textview.c
1653                 fix o shortcut
1654
1655 2007-07-24 [colin]      2.10.0cvs59
1656
1657         * src/mh.c
1658                 Fix missing timestamp update on source
1659                 folder when moving
1660         * src/textview.c
1661         * src/textview.h
1662                 Better text layout on part's choices
1663
1664 2007-07-23 [colin]      2.10.0cvs58
1665
1666         * src/mimeview.c
1667         * src/textview.c
1668                 Maemo: Automatically choose the correct application
1669                 to open parts
1670         * src/gtk/quicksearch.c
1671                 Make search run on GDK_KP_Enter too
1672
1673 2007-07-23 [wwp]        2.10.0cvs57
1674
1675         * src/quote_fmt_lex.l
1676                 Revert accidentaly committed lines (account_sig) in
1677                 2.10.0cvs56.
1678
1679 2007-07-23 [wwp]        2.10.0cvs56
1680
1681         * src/quote_fmt_lex.l
1682                 Fix typos around long form expressions in the quote lexer.
1683
1684 2007-07-23 [paul]
1685
1686         3.0.0-rc1 released
1687
1688 2007-07-23 [colin]      2.10.0cvs55
1689
1690         * src/addr_compl.c
1691                 Fix auto-completion on Maemo
1692
1693 2007-07-23 [colin]      2.10.0cvs54
1694
1695         * src/statusbar.c
1696                 Maemo: Fix sticking statusbars
1697
1698 2007-07-22 [colin]      2.10.0cvs53
1699
1700         * src/main.c
1701                 Maemo: Fix the strange "top_application" info
1702                 at startup. We should do something when 
1703                 receiving such a message.
1704
1705 2007-07-20 [paul]       2.10.0cvs52
1706
1707         * src/news_gtk.c
1708                 add missing #include "statusbar.h"
1709
1710 2007-07-20 [colin]      2.10.0cvs51
1711
1712         * src/folder.c
1713         * src/folder.h
1714         * src/folder_item_prefs.c
1715         * src/folder_item_prefs.h
1716         * src/folderview.c
1717         * src/imap.c
1718         * src/imap_gtk.c
1719         * src/imap_gtk.h
1720         * src/news.c
1721         * src/news_gtk.c
1722         * src/news_gtk.h
1723         * src/prefs_folder_item.c
1724                 Implement age-based caching: allow to
1725                 specify a threshold for the offline synchronisation
1726                 feature, and whether old cached bodies should 
1727                 be removed
1728         * src/toolbar.c
1729         * src/toolbar.h
1730                 Fix label/tooltips
1731         * src/plugins/dillo_viewer/dillo_viewer.c
1732                 Check that Dillo's installed
1733
1734 2007-07-20 [wwp]        2.10.0cvs50
1735
1736         * src/mimeview.c
1737         * src/stock_pixmap.c
1738                 Draw a frame around the selected mimeview part icon (instead of the
1739                 shifted 'dancing' icon).
1740
1741 2007-07-20 [colin]      2.10.0cvs49
1742
1743         * src/main.c
1744                 Unref stuff even on error
1745         * src/wizard.c
1746                 disconnect signals only at the very
1747                 end of the wizard save.
1748
1749 2007-07-20 [colin]      2.10.0cvs48
1750
1751         * src/mainwindow.c
1752         * src/messageview.c
1753         * src/toolbar.c
1754         * src/toolbar.h
1755                 Fix random crashes while navigating
1756                 (GTK_EVENTS_FLUSH)
1757
1758 2007-07-19 [colin]      2.10.0cvs47
1759
1760         * configure.ac
1761         * src/main.c
1762         * src/prefs_common.c
1763         * src/prefs_common.h
1764         * src/wizard.c
1765         * src/common/defs.h
1766         * src/common/utils.c
1767                 Maemo: add an easy way to store data (mails
1768                 and IMAP/NNTP caches) on one of the SD cards,
1769                 and protect against unmounts if needed
1770
1771 2007-07-19 [paul]       2.10.0cvs46
1772
1773         * src/Makefile.am
1774         * src/stock_pixmap.c
1775         * src/gtk/about.c
1776         * src/pixmaps/claws-mail_logo-small.xpm
1777                 implement a (slightly) different About
1778                 dialog for maemo and add a small version
1779                 of the logo for it
1780         * src/wizard.c
1781                 use a scrolled window for wizard page 1
1782                 on maemo
1783
1784 2007-07-19 [paul]       2.10.0cvs45
1785
1786         * src/Makefile.am
1787                 too soon for this line
1788
1789 2007-07-19 [paul]       2.10.0cvs44
1790
1791         * src/Makefile.am
1792                 fix build on n800
1793
1794 2007-07-19 [colin]      2.10.0cvs43
1795
1796         * src/wizard.c
1797                 Solve Mail/Mailbox name when specifying
1798                 full /path/to/Mail.
1799
1800 2007-07-18 [colin]      2.10.0cvs42
1801
1802         * src/inc.c
1803         * configure.ac
1804                 Fix build on n770
1805
1806 2007-07-18 [colin]      2.10.0cvs41
1807
1808         * src/inc.c
1809                 Maemo: plug the online/offline system into
1810                 maemo's interfaces to have Claws automatically
1811                 switch according to the system status
1812         * src/statusbar.c
1813                 Maemo: use HildonBanners to display status
1814                 messages. Renders the main statusbar useless.
1815
1816 2007-07-18 [paul]       2.10.0cvs40
1817
1818         * src/filtering.c
1819                 fix screen blanking on moving/copying many msgs
1820         * src/folder.c
1821                 fix processing progressbar and screen blanking
1822                 during processing
1823
1824 2007-07-18 [paul]       2.10.0cvs39
1825
1826         * src/messageview.c
1827                 revert cvs37, breakage on maemo
1828
1829 2007-07-18 [paul]       2.10.0cvs38
1830
1831         * src/gtk/gtkutils.c
1832                 make sure we can still build with older GTK's
1833
1834 2007-07-18 [colin]      2.10.0cvs37
1835
1836         * src/messageview.c
1837                 Only hide the small layout's messageview, instead
1838                 of destroying it when closing
1839         * src/gtk/gtkutils.c
1840                 Use gtk_window_present_with_time to popup windows,
1841                 it seems to make things better with modern WMs
1842                 (actually focusing)
1843
1844 2007-07-17 [colin]      2.10.0cvs36
1845
1846         * src/editaddress.c
1847                 Simplify layout on Maemo
1848         * src/folder.c
1849                 Fix possible crash
1850         * src/prefs_display_header.c
1851                 Remove some headers by default on Maemo
1852
1853 2007-07-17 [paul]       2.10.0cvs35
1854
1855         * src/prefs_common.c
1856         * src/prefs_common.h
1857         * src/prefs_logging.c
1858         * src/common/log.c
1859                 add options to stop/enable writing logs to disc
1860
1861 2007-07-17 [paul]       2.10.0cvs34
1862
1863         * src/edittags.c
1864                 fix some issues with the Apply tags window:
1865                 - set search column (enables autocompl in the treeview)
1866                 - apply tag from "New tag" if it existed
1867                 - clears New tag entry when adding it with the button
1868                 Thanks to Colin
1869
1870 2007-07-17 [paul]       2.10.0cvs33
1871
1872         * src/edittags.c
1873                 fix 'apply tags' dialogue weirdness
1874
1875 2007-07-16 [colin]      2.10.0cvs32
1876
1877         * src/toolbar.c
1878                 Fix double-loading of mails on Maemo
1879
1880 2007-07-16 [colin]      2.10.0cvs31
1881
1882         * src/messageview.c
1883                 Prevent double-loading of the same part under some
1884                 conditions; hide statusbar on Maemo
1885
1886 2007-07-16 [colin]      2.10.0cvs30
1887
1888         * src/edittags.c
1889         * src/edittags.h
1890         * src/mainwindow.c
1891         * src/summaryview.c
1892                 Improve the tag interface - allow
1893                 to set/unset tags from a special
1894                 window.
1895         * src/gtk/gtkvscrollbutton.c
1896         * src/mimeview.c
1897         * src/mimeview.h
1898         * src/stock_pixmap.c
1899                 Fix Mimeview's ugly hacks in the
1900                 icon list. 
1901
1902 2007-07-16 [paul]       2.10.0cvs29
1903
1904         * src/wizard.c
1905                 rework dialog
1906         * src/gtk/icon_legend.c
1907                 put it all in a scrolled window
1908
1909 2007-07-15 [colin]      2.10.0cvs28
1910
1911         * src/mainwindow.c
1912                 Maemo: force layout to be Small screen; the
1913                 others don't make sense
1914
1915 2007-07-14 [colin]      2.10.0cvs27
1916
1917         * src/mimeview.c
1918         * src/gtk/gtkvscrollbutton.c
1919                 Maemo: Fix mimeview's buttons size
1920
1921 2007-07-14 [colin]      2.10.0cvs26
1922
1923         * src/toolbar.c
1924                 Fix the button workaround fix.
1925                 (Use the correct variable)
1926
1927 2007-07-14 [colin]      2.10.0cvs25
1928
1929         * src/mainwindow.c
1930         * src/toolbar.c
1931                 Maemo: put the progress bar in the
1932                 toolbar
1933
1934 2007-07-14 [colin]      2.10.0cvs24
1935
1936         * src/prefs_common.c
1937                 Maemo: hide statusbar by default
1938         * src/Makefile.am
1939         * src/stock_pixmap.c
1940         * src/stock_pixmap.h
1941         * src/toolbar.c
1942         * src/pixmaps/go_folders.xpm
1943                 Maemo: Add a specific icon to go back to
1944                 folder list
1945
1946 2007-07-14 [colin]      2.10.0cvs23
1947
1948         * src/toolbar.c
1949                 Don't set homogeneous finally
1950
1951 2007-07-14 [colin]      2.10.0cvs22
1952
1953         * src/toolbar.c
1954                 Fix button show/hide issues
1955
1956 2007-07-14 [colin]      2.10.0cvs21
1957
1958         * src/toolbar.c
1959                 Fix huge arrows
1960                 Fix button workaround to be able to click
1961                 if mouse was on button when it went un-
1962                 sensitive.
1963                 Revert previous commit, gtk_tool_item_set_homogeneous
1964                 doesn't mean what it seems to mean ;-)
1965
1966 2007-07-14 [paul]       2.10.0cvs20
1967
1968         * src/toolbar.c
1969                 make homogeneous FALSE always
1970
1971 2007-07-13 [colin]      2.10.0cvs19
1972
1973         * src/toolbar.c
1974         * src/toolbar.h
1975                 Rework to fit the non-deprecated API
1976         * src/compose.c
1977         * src/folderview.c
1978         * src/mainwindow.c
1979         * src/messageview.c
1980         * src/summaryview.c
1981                 Maemo layout changes. Better toolbars,
1982                 removal of CTree headers. 
1983
1984 2007-07-13 [paul]       2.10.0cvs18
1985
1986         * src/gtk/colorlabel.c
1987                 fix bug 1261, '[DE] coloring messages in overview 
1988                 keys are not localised'
1989                 the string is now included in claws-mail.pot
1990
1991 2007-07-13 [colin]      2.10.0cvs17
1992
1993         * src/summaryview.c
1994                 Fix bug 1267, 'printing mutliple messages 
1995                 opens one message-dialog after the other'
1996                 Ask for confirmation when printing 10
1997                 messages or more.
1998
1999 2007-07-11 [colin]      2.10.0cvs16
2000
2001         * COPYING
2002         * README
2003         * autogen.sh
2004         * manual/claws-mail-manual.xml
2005         * manual/gpl.xml
2006         * manual/es/claws-mail-manual.xml
2007         * manual/es/gpl.xml
2008         * manual/fr/claws-mail-manual.xml
2009         * manual/fr/gpl.xml
2010         * manual/pl/gpl.xml
2011         * src/account.c
2012         * src/account.h
2013         * src/action.c
2014         * src/action.h
2015         * src/adbookbase.h
2016         * src/addr_compl.c
2017         * src/addr_compl.h
2018         * src/addrbook.c
2019         * src/addrbook.h
2020         * src/addrcache.c
2021         * src/addrcache.h
2022         * src/addrcindex.c
2023         * src/addrcindex.h
2024         * src/addrclip.c
2025         * src/addrclip.h
2026         * src/addrdefs.h
2027         * src/addressadd.c
2028         * src/addressadd.h
2029         * src/addressbook.c
2030         * src/addressbook.h
2031         * src/addressbook_foldersel.c
2032         * src/addressbook_foldersel.h
2033         * src/addressitem.h
2034         * src/addrgather.c
2035         * src/addrgather.h
2036         * src/addrharvest.c
2037         * src/addrharvest.h
2038         * src/addrindex.c
2039         * src/addrindex.h
2040         * src/addritem.c
2041         * src/addritem.h
2042         * src/addrquery.c
2043         * src/addrquery.h
2044         * src/addrselect.c
2045         * src/addrselect.h
2046         * src/alertpanel.c
2047         * src/alertpanel.h
2048         * src/browseldap.c
2049         * src/browseldap.h
2050         * src/codeconv.c
2051         * src/codeconv.h
2052         * src/compose.c
2053         * src/compose.h
2054         * src/crash.c
2055         * src/crash.h
2056         * src/customheader.c
2057         * src/customheader.h
2058         * src/displayheader.c
2059         * src/displayheader.h
2060         * src/editaddress.c
2061         * src/editaddress.h
2062         * src/editaddress_other_attributes_ldap.c
2063         * src/editaddress_other_attributes_ldap.h
2064         * src/editbook.c
2065         * src/editbook.h
2066         * src/editgroup.c
2067         * src/editgroup.h
2068         * src/editjpilot.c
2069         * src/editjpilot.h
2070         * src/editldap.c
2071         * src/editldap.h
2072         * src/editldap_basedn.c
2073         * src/editldap_basedn.h
2074         * src/edittags.c
2075         * src/edittags.h
2076         * src/editvcard.c
2077         * src/editvcard.h
2078         * src/enriched.c
2079         * src/enriched.h
2080         * src/exphtmldlg.c
2081         * src/exphtmldlg.h
2082         * src/expldifdlg.c
2083         * src/expldifdlg.h
2084         * src/export.c
2085         * src/export.h
2086         * src/exporthtml.c
2087         * src/exporthtml.h
2088         * src/exportldif.c
2089         * src/exportldif.h
2090         * src/filtering.c
2091         * src/filtering.h
2092         * src/folder.c
2093         * src/folder.h
2094         * src/folder_item_prefs.c
2095         * src/folder_item_prefs.h
2096         * src/foldersel.c
2097         * src/foldersel.h
2098         * src/folderutils.c
2099         * src/folderutils.h
2100         * src/folderview.c
2101         * src/folderview.h
2102         * src/gedit-print.c
2103         * src/gedit-print.h
2104         * src/grouplistdialog.c
2105         * src/grouplistdialog.h
2106         * src/headerview.c
2107         * src/headerview.h
2108         * src/html.c
2109         * src/html.h
2110         * src/image_viewer.c
2111         * src/image_viewer.h
2112         * src/imap.c
2113         * src/imap.h
2114         * src/imap_gtk.c
2115         * src/imap_gtk.h
2116         * src/import.c
2117         * src/import.h
2118         * src/importldif.c
2119         * src/importldif.h
2120         * src/importmutt.c
2121         * src/importmutt.h
2122         * src/importpine.c
2123         * src/importpine.h
2124         * src/inc.c
2125         * src/inc.h
2126         * src/jpilot.c
2127         * src/jpilot.h
2128         * src/ldapctrl.c
2129         * src/ldapctrl.h
2130         * src/ldaplocate.c
2131         * src/ldaplocate.h
2132         * src/ldapquery.c
2133         * src/ldapquery.h
2134         * src/ldapserver.c
2135         * src/ldapserver.h
2136         * src/ldapupdate.c
2137         * src/ldapupdate.h
2138         * src/ldaputil.c
2139         * src/ldaputil.h
2140         * src/ldif.c
2141         * src/ldif.h
2142         * src/localfolder.c
2143         * src/localfolder.h
2144         * src/main.c
2145         * src/main.h
2146         * src/mainwindow.c
2147         * src/mainwindow.h
2148         * src/manual.c
2149         * src/manual.h
2150         * src/matcher.c
2151         * src/matcher.h
2152         * src/matcher_parser.h
2153         * src/matcher_parser_lex.l
2154         * src/matcher_parser_parse.y
2155         * src/mbox.c
2156         * src/mbox.h
2157         * src/message_search.c
2158         * src/message_search.h
2159         * src/messageview.c
2160         * src/messageview.h
2161         * src/mh.c
2162         * src/mh.h
2163         * src/mh_gtk.c
2164         * src/mh_gtk.h
2165         * src/mimeview.c
2166         * src/mimeview.h
2167         * src/msgcache.c
2168         * src/msgcache.h
2169         * src/mutt.c
2170         * src/mutt.h
2171         * src/news.c
2172         * src/news.h
2173         * src/news_gtk.c
2174         * src/news_gtk.h
2175         * src/noticeview.c
2176         * src/noticeview.h
2177         * src/partial_download.c
2178         * src/partial_download.h
2179         * src/pine.c
2180         * src/pine.h
2181         * src/pop.c
2182         * src/pop.h
2183         * src/prefs_account.c
2184         * src/prefs_account.h
2185         * src/prefs_actions.c
2186         * src/prefs_actions.h
2187         * src/prefs_common.c
2188         * src/prefs_common.h
2189         * src/prefs_compose_writing.c
2190         * src/prefs_compose_writing.h
2191         * src/prefs_customheader.c
2192         * src/prefs_customheader.h
2193         * src/prefs_display_header.c
2194         * src/prefs_display_header.h
2195         * src/prefs_ext_prog.c
2196         * src/prefs_ext_prog.h
2197         * src/prefs_filtering.c
2198         * src/prefs_filtering.h
2199         * src/prefs_filtering_action.c
2200         * src/prefs_filtering_action.h
2201         * src/prefs_folder_column.c
2202         * src/prefs_folder_column.h
2203         * src/prefs_folder_item.c
2204         * src/prefs_folder_item.h
2205         * src/prefs_fonts.c
2206         * src/prefs_fonts.h
2207         * src/prefs_gtk.c
2208         * src/prefs_gtk.h
2209         * src/prefs_image_viewer.c
2210         * src/prefs_image_viewer.h
2211         * src/prefs_logging.c
2212         * src/prefs_logging.h
2213         * src/prefs_matcher.c
2214         * src/prefs_matcher.h
2215         * src/prefs_message.c
2216         * src/prefs_message.h
2217         * src/prefs_msg_colors.c
2218         * src/prefs_msg_colors.h
2219         * src/prefs_other.c
2220         * src/prefs_other.h
2221         * src/prefs_quote.c
2222         * src/prefs_quote.h
2223         * src/prefs_receive.c
2224         * src/prefs_receive.h
2225         * src/prefs_send.c
2226         * src/prefs_send.h
2227         * src/prefs_spelling.c
2228         * src/prefs_spelling.h
2229         * src/prefs_summaries.c
2230         * src/prefs_summaries.h
2231         * src/prefs_summary_column.c
2232         * src/prefs_summary_column.h
2233         * src/prefs_summary_open.c
2234         * src/prefs_summary_open.h
2235         * src/prefs_template.c
2236         * src/prefs_template.h
2237         * src/prefs_themes.c
2238         * src/prefs_themes.h
2239         * src/prefs_toolbar.c
2240         * src/prefs_toolbar.h
2241         * src/prefs_wrapping.c
2242         * src/prefs_wrapping.h
2243         * src/privacy.c
2244         * src/privacy.h
2245         * src/procheader.c
2246         * src/procheader.h
2247         * src/procmime.c
2248         * src/procmime.h
2249         * src/procmsg.c
2250         * src/procmsg.h
2251         * src/quote_fmt.c
2252         * src/quote_fmt_lex.l
2253         * src/quote_fmt_parse.y
2254         * src/recv.c
2255         * src/recv.h
2256         * src/remotefolder.c
2257         * src/remotefolder.h
2258         * src/send_message.c
2259         * src/send_message.h
2260         * src/setup.c
2261         * src/setup.h
2262         * src/simple-gettext.c
2263         * src/sourcewindow.c
2264         * src/sourcewindow.h
2265         * src/ssl_manager.c
2266         * src/ssl_manager.h
2267         * src/statusbar.c
2268         * src/statusbar.h
2269         * src/stock_pixmap.c
2270         * src/stock_pixmap.h
2271         * src/summary_search.c
2272         * src/summary_search.h
2273         * src/summaryview.c
2274         * src/summaryview.h
2275         * src/textview.c
2276         * src/textview.h
2277         * src/toolbar.c
2278         * src/toolbar.h
2279         * src/undo.c
2280         * src/undo.h
2281         * src/unmime.c
2282         * src/unmime.h
2283         * src/uri_opener.c
2284         * src/uri_opener.h
2285         * src/vcard.c
2286         * src/vcard.h
2287         * src/wizard.c
2288         * src/wizard.h
2289         * src/common/base64.c
2290         * src/common/base64.h
2291         * src/common/claws.c
2292         * src/common/claws.h
2293         * src/common/defs.h
2294         * src/common/fnmatch.c
2295         * src/common/fnmatch.h
2296         * src/common/fnmatch_loop.c
2297         * src/common/hooks.c
2298         * src/common/hooks.h
2299         * src/common/log.c
2300         * src/common/log.h
2301         * src/common/md5.c
2302         * src/common/md5.h
2303         * src/common/mgutils.c
2304         * src/common/mgutils.h
2305         * src/common/nntp.c
2306         * src/common/nntp.h
2307         * src/common/passcrypt.c
2308         * src/common/passcrypt.h.in
2309         * src/common/plugin.c
2310         * src/common/plugin.h
2311         * src/common/prefs.c
2312         * src/common/prefs.h
2313         * src/common/progressindicator.c
2314         * src/common/progressindicator.h
2315         * src/common/quoted-printable.c
2316         * src/common/quoted-printable.h
2317         * src/common/session.c
2318         * src/common/session.h
2319         * src/common/smtp.c
2320         * src/common/smtp.h
2321         * src/common/socket.c
2322         * src/common/socket.h
2323         * src/common/ssl.c
2324         * src/common/ssl.h
2325         * src/common/ssl_certificate.c
2326         * src/common/ssl_certificate.h
2327         * src/common/string_match.c
2328         * src/common/string_match.h
2329         * src/common/stringtable.c
2330         * src/common/stringtable.h
2331         * src/common/tags.c
2332         * src/common/tags.h
2333         * src/common/template.c
2334         * src/common/template.h
2335         * src/common/timing.h
2336         * src/common/utils.c
2337         * src/common/utils.h
2338         * src/common/uuencode.c
2339         * src/common/uuencode.h
2340         * src/common/version.h.in
2341         * src/common/w32_dirent.c
2342         * src/common/w32_reg.c
2343         * src/common/w32_signal.c
2344         * src/common/w32_stat.c
2345         * src/common/w32_stdlib.c
2346         * src/common/w32_string.c
2347         * src/common/w32_time.c
2348         * src/common/w32_unistd.c
2349         * src/common/w32_wait.c
2350         * src/common/w32lib.h
2351         * src/common/xml.c
2352         * src/common/xml.h
2353         * src/common/xmlprops.c
2354         * src/common/xmlprops.h
2355         * src/etpan/etpan-errors.h
2356         * src/etpan/etpan-thread-manager-types.h
2357         * src/etpan/etpan-thread-manager.c
2358         * src/etpan/etpan-thread-manager.h
2359         * src/etpan/imap-thread.c
2360         * src/etpan/imap-thread.h
2361         * src/gtk/about.c
2362         * src/gtk/about.h
2363         * src/gtk/colorlabel.c
2364         * src/gtk/colorlabel.h
2365         * src/gtk/colorsel.c
2366         * src/gtk/colorsel.h
2367         * src/gtk/combobox.c
2368         * src/gtk/combobox.h
2369         * src/gtk/description_window.c
2370         * src/gtk/description_window.h
2371         * src/gtk/filesel.c
2372         * src/gtk/filesel.h
2373         * src/gtk/foldersort.c
2374         * src/gtk/foldersort.h
2375         * src/gtk/gtkaspell.c
2376         * src/gtk/gtkaspell.h
2377         * src/gtk/gtksctree.c
2378         * src/gtk/gtkshruler.c
2379         * src/gtk/gtkshruler.h
2380         * src/gtk/gtksourceprintjob.c
2381         * src/gtk/gtksourceprintjob.h
2382         * src/gtk/gtkutils.c
2383         * src/gtk/gtkutils.h
2384         * src/gtk/gtkvscrollbutton.c
2385         * src/gtk/gtkvscrollbutton.h
2386         * src/gtk/icon_legend.c
2387         * src/gtk/icon_legend.h
2388         * src/gtk/inputdialog.c
2389         * src/gtk/inputdialog.h
2390         * src/gtk/logwindow.c
2391         * src/gtk/logwindow.h
2392         * src/gtk/manage_window.c
2393         * src/gtk/manage_window.h
2394         * src/gtk/menu.c
2395         * src/gtk/menu.h
2396         * src/gtk/pluginwindow.c
2397         * src/gtk/pluginwindow.h
2398         * src/gtk/prefswindow.c
2399         * src/gtk/prefswindow.h
2400         * src/gtk/progressdialog.c
2401         * src/gtk/progressdialog.h
2402         * src/gtk/quicksearch.c
2403         * src/gtk/quicksearch.h
2404         * src/gtk/sslcertwindow.c
2405         * src/gtk/sslcertwindow.h
2406         * src/plugins/bogofilter/bogofilter.c
2407         * src/plugins/bogofilter/bogofilter.h
2408         * src/plugins/bogofilter/bogofilter_gtk.c
2409         * src/plugins/clamav/clamav_plugin.c
2410         * src/plugins/clamav/clamav_plugin.h
2411         * src/plugins/clamav/clamav_plugin_gtk.c
2412         * src/plugins/demo/demo.c
2413         * src/plugins/dillo_viewer/dillo_prefs.c
2414         * src/plugins/dillo_viewer/dillo_prefs.h
2415         * src/plugins/dillo_viewer/dillo_viewer.c
2416         * src/plugins/pgpcore/passphrase.c
2417         * src/plugins/pgpcore/passphrase.h
2418         * src/plugins/pgpcore/pgp_viewer.c
2419         * src/plugins/pgpcore/pgp_viewer.h
2420         * src/plugins/pgpcore/plugin.c
2421         * src/plugins/pgpcore/prefs_gpg.c
2422         * src/plugins/pgpcore/prefs_gpg.h
2423         * src/plugins/pgpcore/select-keys.c
2424         * src/plugins/pgpcore/select-keys.h
2425         * src/plugins/pgpcore/sgpgme.c
2426         * src/plugins/pgpcore/sgpgme.h
2427         * src/plugins/pgpinline/pgpinline.c
2428         * src/plugins/pgpinline/pgpinline.h
2429         * src/plugins/pgpinline/plugin.c
2430         * src/plugins/pgpmime/pgpmime.c
2431         * src/plugins/pgpmime/pgpmime.h
2432         * src/plugins/pgpmime/plugin.c
2433         * src/plugins/spamassassin/spamassassin.c
2434         * src/plugins/spamassassin/spamassassin.h
2435         * src/plugins/spamassassin/spamassassin_gtk.c
2436         * src/plugins/trayicon/trayicon.c
2437         * src/plugins/trayicon/trayicon_prefs.c
2438         * src/plugins/trayicon/trayicon_prefs.h
2439         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2440         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2441         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2442         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2443         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2444         * tools/OOo2claws-mail.pl
2445         * tools/README.sylprint
2446         * tools/acroread2claws-mail.pl
2447         * tools/claws-mail-compose-insert-files.pl
2448         * tools/convert_mbox.pl
2449         * tools/filter_conv.pl
2450         * tools/filter_conv_new.pl
2451         * tools/fix_date.sh
2452         * tools/freshmeat_search.pl
2453         * tools/google_search.pl
2454         * tools/kmail-mailbox2claws-mail.pl
2455         * tools/kmail2claws-mail.pl
2456         * tools/kmail2claws-mail_v2.pl
2457         * tools/mairix.sh
2458         * tools/make.themes.project
2459         * tools/multiwebsearch.pl
2460         * tools/nautilus2claws-mail.sh
2461         * tools/outlook2claws-mail.pl
2462         * tools/textviewer.sh
2463         * tools/thunderbird-filters-convertor.pl
2464         * tools/update-po
2465         * tools/uuooffice
2466         * tools/vcard2xml.py
2467         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2468                 Upgrade to GPLv3 or later.
2469
2470 2007-07-10 [wwp]        2.10.0cvs15
2471
2472         * src/main.c
2473                 Fix re-opening of all composing messages that were
2474                 opened when closing the previous instance, thanks
2475                 to Colin.
2476
2477 2007-07-10 [paul]       2.10.0cvs14
2478
2479         * src/editaddress_other_attributes_ldap.c
2480         * src/ldapupdate.c
2481                 fix crash on selecting 'other attributes' combo
2482                 for either a new entry or an old entry with no
2483                 existing attributes.
2484                 fix bug on editing multiple attributes which
2485                 resulted them all having the value of the last
2486                 one changed.
2487                 Thanks to Colin
2488
2489 2007-07-10 [colin]      2.10.0cvs13
2490
2491         * src/editaddress.c
2492         * src/editaddress_other_attributes_ldap.h
2493         * src/ldapupdate.c
2494                 Fix --disable-ldap build
2495
2496 2007-07-09 [colin]      2.10.0cvs12
2497
2498         * src/Makefile.am
2499         * src/addritem.c
2500         * src/addritem.h
2501         * src/editaddress.c
2502         * src/editaddress_other_attributes_ldap.c
2503         * src/editaddress_other_attributes_ldap.h
2504         * src/editldap.c
2505         * src/ldapctrl.c
2506         * src/ldapctrl.h
2507         * src/ldapupdate.c
2508                 Add capability to edit all inetOrgPerson
2509                 attributes on LDAP. Patch by Michael 
2510                 Rasmussen
2511
2512 2007-07-09 [colin]      2.10.0cvs11
2513
2514         * src/Makefile.am
2515         * src/exporthtml.c
2516         * src/mbox.c
2517         * src/msgcache.c
2518         * src/prefs_summaries.c
2519         * src/prefs_themes.c
2520         * src/procheader.c
2521         * src/common/Makefile.am
2522         * src/common/log.c
2523         * src/common/timing.h
2524         * src/common/utils.c
2525         * src/common/utils.h
2526         * src/common/w32_account.c
2527         * src/common/w32lib.h
2528         * src/gtk/Makefile.am
2529         * src/gtk/colorlabel.c
2530         * src/plugins/pgpcore/Makefile.am
2531         * src/plugins/pgpcore/claws.def
2532         * src/plugins/pgpcore/passphrase.c
2533         * src/plugins/pgpcore/pgp_viewer.c
2534         * src/plugins/pgpcore/plugin.def
2535         * src/plugins/pgpcore/sgpgme.c
2536         * src/plugins/pgpinline/Makefile.am
2537         * src/plugins/pgpinline/claws.def
2538         * src/plugins/pgpinline/mypgpcore.def
2539         * src/plugins/pgpinline/plugin.def
2540         * src/plugins/pgpmime/Makefile.am
2541         * src/plugins/pgpmime/claws.def
2542         * src/plugins/pgpmime/mypgpcore.def
2543         * src/plugins/pgpmime/plugin.def
2544                 Commit win32 patch, from Werner Koch and
2545                 Marcus Brinkmann
2546
2547 2007-07-09 [colin]      2.10.0cvs10
2548
2549         * src/prefs_toolbar.c
2550                 Fix crash when no actions exist
2551
2552 2007-07-07 [paul]       2.10.0cvs9
2553
2554         * COPYING
2555         * manual/claws-mail-manual.xml
2556                 update copyright year
2557         * po/fi.po
2558                 updated by Flammie Pirinen
2559
2560 2007-07-05 [wwp]        2.10.0cvs8
2561
2562         * src/plugins/clamav/clamav_plugin_gtk.c
2563                 Make vertical spacing like in other plugin prefs pages.
2564
2565 2007-07-05 [wwp]        2.10.0cvs7
2566
2567         * src/quote_fmt.c
2568                 It's %am that works, not %ae (this doc incoherence has been
2569                 introduced with 2.9.2cvs13).
2570
2571 2007-07-04 [wwp]        2.10.0cvs6
2572
2573         * src/plugins/bogofilter/bogofilter.c
2574                 Gettext-ize an occurrence of "Any" that wasn't.
2575
2576 2007-07-04 [colin]      2.10.0cvs5
2577
2578         * po/POTFILES.in
2579                 Fix untranslated strings; thanks
2580                 to Pader Rezso.
2581
2582 2007-07-03 [colin]      2.10.0cvs4
2583
2584         * src/folder.c
2585         * src/mainwindow.c
2586                 Fix saving of sort mode for tags and
2587                 thread date. Thanks to Pierre Ossman.
2588                 Completes fix for bug 1233
2589
2590 2007-07-03 [paul]       2.10.0cvs3
2591
2592         * src/compose.c
2593                 fix auto-save
2594         * src/summaryview.c
2595                 fix build warnings
2596         Thanks to Colin
2597
2598 2007-07-02 [colin]      2.10.0cvs2
2599
2600         * src/folder.h
2601         * src/mainwindow.c
2602         * src/procmsg.h
2603         * src/summaryview.c
2604                 Add View/Sort/by Thread date
2605                 Fixes bug 1233, 'Capability to sort 
2606                 threads by most recent message'
2607                 Based on a patch by Paul Rolland
2608
2609 2007-07-02 [colin]      2.10.0cvs1
2610
2611         * src/Makefile.am
2612         * src/compose.c
2613         * src/edittags.c
2614         * src/edittags.h
2615         * src/filtering.c
2616         * src/folder.c
2617         * src/folder.h
2618         * src/headerview.c
2619         * src/headerview.h
2620         * src/main.c
2621         * src/mainwindow.c
2622         * src/mainwindow.h
2623         * src/manual.h
2624         * src/matcher.c
2625         * src/matcher.h
2626         * src/matcher_parser_parse.y
2627         * src/mimeview.c
2628         * src/msgcache.c
2629         * src/msgcache.h
2630         * src/prefs_common.c
2631         * src/prefs_common.h
2632         * src/prefs_filtering_action.c
2633         * src/prefs_matcher.c
2634         * src/prefs_summary_column.c
2635         * src/procmsg.c
2636         * src/procmsg.h
2637         * src/quote_fmt.c
2638         * src/quote_fmt_lex.l
2639         * src/quote_fmt_parse.y
2640         * src/summaryview.c
2641         * src/summaryview.h
2642         * src/textview.c
2643         * src/common/Makefile.am
2644         * src/common/defs.h
2645         * src/common/tags.c
2646         * src/common/tags.h
2647         * src/gtk/quicksearch.c
2648         * src/gtk/quicksearch.h
2649                 Add Tags implementation. Tags are arbitrary labels
2650                 that can be applied to messages. It is possible 
2651                 to create, edit, remove tags; apply them to mails;
2652                 filter on tags or tag presence; apply or unset
2653                 tags via filtering actions; reference tags in
2654                 reply templates.
2655
2656 2007-07-02 [paul]       2.10.0
2657
2658         * NEWS
2659         * README
2660         * RELEASE_NOTES
2661                 2.10.0 released
2662
2663 2007-07-02 [paul]       2.9.2cvs78
2664
2665         * po/de.po
2666         * po/en_GB.po
2667         * po/es.po
2668         * po/fr.po
2669         * po/hu.po
2670         * po/pt_BR.po
2671         * po/ru.po
2672         * po/zh_CN.po
2673                 updated by Stephan Sachse, me, Ricardo Mones
2674                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2675                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2676
2677 2007-07-02 [paul]       2.9.2cvs77
2678
2679         * AUTHORS
2680                 updated
2681
2682 2007-06-29 [wwp]        2.9.2cvs76
2683
2684         * src/gtk/headers.h
2685                 Fix a typo (thanks to Ricardo for finding this out).
2686
2687 2007-06-28 [paul]       2.9.2cvs75
2688
2689         * src/folderview.c
2690                 fix build warnings
2691
2692 2007-06-28 [paul]       2.9.2cvs74
2693
2694         * tools/Makefile.am
2695                 fix bug in the autotools build system.
2696                 Files cataloged under EXTRA_DIST were never
2697                 automatically copied to the build tree.
2698                 (fix 'make distcheck')
2699                 Patch by Michael Rasmussen.
2700
2701 2007-06-24 [colin]      2.9.2cvs73
2702
2703         * src/news_gtk.c
2704                 Fix bug 1249, 'Error handling for 
2705                 news errors needs modification'
2706                 Only popup error if the according
2707                 pref in Prefs/Receive is set.
2708
2709 2007-06-21 [colin]      2.9.2cvs72
2710
2711         * src/common/plugin.c
2712         * src/common/plugin.h
2713                 Change plugin API to know whether it's safe to 
2714                 unload plugins or whether we should just hide
2715                 them. Fixes bug 1248, 'Core dumps after 
2716                 unloading plugin and clicking on load plugins'
2717         * src/plugins/bogofilter/bogofilter.c
2718         * src/plugins/clamav/clamav_plugin.c
2719         * src/plugins/demo/demo.c
2720         * src/plugins/dillo_viewer/dillo_viewer.c
2721         * src/plugins/pgpcore/plugin.c
2722         * src/plugins/pgpinline/plugin.c
2723         * src/plugins/pgpmime/plugin.c
2724         * src/plugins/spamassassin/spamassassin.c
2725         * src/plugins/trayicon/trayicon.c
2726                 Update API
2727
2728 2007-06-19 [colin]      2.9.2cvs71
2729
2730         * src/compose.c
2731         * src/messageview.c
2732                 Fix crash mentioned in bug 1246
2733                 Race condition when automatically drafting
2734                 due to insertion on reedit.
2735
2736 2007-06-18 [wwp]        2.9.2cvs70
2737
2738         * src/importldif.c
2739                 LDIF import: use a "Proceed" button to complete
2740                 the process.
2741
2742 2007-06-18 [paul]       2.9.2cvs69
2743
2744         * configure.ac
2745                 use pkgconfig to check for gtk and glib
2746
2747 2007-06-17 [wwp]        2.9.2cvs68
2748
2749         * src/ldif.c
2750         * src/importldif.c
2751                 LDIF import: better error handling, minor code
2752                 and UI cleanup, and renamed the Save button
2753                 to Close, as imported stuff is already saved
2754                 when the Save button is shown.
2755
2756 2007-06-17 [colin]      2.9.2cvs67
2757
2758         * src/prefs_summaries.c
2759         * src/procmsg.c
2760                 Don't set as read when forwarded, only replied to
2761
2762 2007-06-17 [paul]       2.9.2cvs66
2763
2764         * src/alertpanel.c
2765                 add missing #include
2766
2767 2007-06-16 [colin]      2.9.2cvs65
2768
2769         * src/prefs_summaries.c
2770         * src/procmsg.c
2771                 Change the pref "Only mark as read when opened
2772                 in new window" to "..., replied to or forwarded".
2773                 Based on a patch by Paul Rolland.
2774
2775 2007-06-16 [paul]       2.9.2cvs64
2776
2777         * src/gtk/authors.h
2778                 alphabetical order! :)
2779
2780 2007-06-16 [colin]      2.9.2cvs63
2781
2782         * AUTHORS
2783         * src/gtk/authors.h
2784                 Add Michael Rasmussen in authors list
2785
2786 2007-06-16 [colin]      2.9.2cvs62
2787
2788         * src/messageview.c
2789                 Fix messageview_copy_clipboard to take advantage
2790                 of plugins' get_selection.
2791
2792 2007-06-15 [colin]      2.9.2cvs61
2793
2794         * src/action.c
2795         * src/addr_compl.c
2796         * src/addressbook.c
2797         * src/folderview.c
2798         * src/message_search.c
2799         * src/mimeview.c
2800         * src/summary_search.c
2801         * src/summaryview.c
2802         * src/textview.c
2803                 Allow GDK_KP_Enter to do the same as GDK_Return
2804                 Patch by Michael Rasmussen
2805
2806 2007-06-15 [paul]       2.9.2cvs60
2807
2808         * src/compose.c
2809                 fix bug when closing a compose window
2810                 during autosave
2811
2812 2007-06-14 [paul]       2.9.2cvs59
2813
2814         * src/main.c
2815         * src/common/defs.h
2816                 migrate sylpheed config
2817
2818 2007-06-14 [wwp]        2.9.2cvs58
2819
2820         * src/gtk/pluginwindow.c
2821                 Yet another attempt to fix sizing/alignment of the
2822                 button bar in plugins window.
2823
2824 2007-06-12 [colin]      2.9.2cvs57
2825
2826         * po/POTFILES.in
2827         * src/Makefile.am
2828         * src/folderview.c
2829         * src/prefs_common.c
2830         * src/prefs_common.h
2831         * src/prefs_summaries.c
2832         * src/prefs_summary_open.c
2833         * src/prefs_summary_open.h
2834         * src/summaryview.c
2835                 Make "when entering a folder" actions more personalisable
2836
2837 2007-06-12 [wwp]        2.9.2cvs56
2838
2839         * tools/README
2840                 Use short description from Paul (mairix.sh).
2841
2842 2007-06-12 [wwp]        2.9.2cvs55
2843
2844         * tools/README
2845                 Updated info about mairix.sh.
2846
2847 2007-06-11 [paul]       2.9.2cvs54
2848
2849         * src/prefs_logging.c
2850                 rework log window length widgets
2851                 and some sensitivity fixes
2852
2853 2007-06-11 [paul]       2.9.2cvs53
2854
2855         * src/mainwindow.c
2856         * src/prefs_logging.c
2857                 rename 'Protocol Log' to 'Network Log'
2858                 and some function renaming
2859
2860 2007-06-10 [wwp]        2.9.2cvs52
2861
2862         * src/gtk/pluginwindow.c
2863                 Revert 2.9.2cvs51.
2864
2865 2007-06-10 [wwp]        2.9.2cvs51
2866
2867         * src/gtk/pluginwindow.c
2868                 Fix button bar in plugin window, was centered and not
2869                 behaving like other dialogs w/ such button bar.
2870
2871 2007-06-08 [wwp]        2.9.2cvs50
2872
2873         * src/compose.c
2874         * src/compose.h
2875         * src/main.c
2876         * src/mainwindow.c
2877         * src/mainwindow.h
2878                 Provide a way out of automatic draft saving on IMAP, when
2879                 exiting offline.
2880                 Prevent drafting while sending and quitting while sending.
2881                 Thanks for Colin.
2882
2883
2884
2885 2007-06-08 [wwp]        2.9.2cvs49
2886
2887         * src/prefs_account.c
2888         * src/gtk/prefswindow.c
2889         * src/gtk/prefswindow.h
2890                 Activate the Basic page when opening account prefs.
2891
2892 2007-06-08 [wwp]        2.9.2cvs48
2893
2894         * src/common/socket.c
2895                 Don't crash if fork() fails, thanks to Colin.
2896
2897 2007-06-08 [wwp]        2.9.2cvs47
2898
2899         * src/gtk/prefswindow.c
2900                 Wrap some long lines, and reset horizontal scroller's adjusment
2901                 (this was already done, vertically), when changing tab (not page)
2902                 in prefs windows.
2903
2904 2007-06-08 [paul]       2.9.2cvs46
2905
2906         * src/common/utils.c
2907                 use gethostname() instead of uname()
2908                 based on a patch by Michael Hughes
2909                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2910
2911 2007-06-07 [wwp]        2.9.2cvs45
2912
2913         * src/prefs_common.c
2914                 Fix some useless warnings, thanks to Colin.
2915
2916 2007-06-06 [colin]      2.9.2cvs44
2917
2918         * src/ldapupdate.c
2919                 Fix strange allocations. 
2920
2921 2007-06-06 [colin]      2.9.2cvs43
2922
2923         * src/ldapupdate.c
2924                 Patch by Michael Rasmussus to help
2925                 bug 1232
2926
2927 2007-06-05 [wwp]        2.9.2cvs42
2928
2929         * src/prefs_account.c
2930         * src/prefs_folder_item.c
2931         * src/prefs_quote.c
2932         * src/quote_fmt.c
2933         * src/quote_fmt.h
2934                 Per-folder templates can now be applied recursively.
2935                 Always save per-folder templates (formats were erroneously
2936                 saved only if they were enabled).
2937                 Check for validity of quotation marks everywhere there
2938                 are defined.
2939
2940 2007-06-05 [wwp]        2.9.2cvs41
2941
2942         * src/inc.c
2943                 Fix incoming messages from local accounts always getting filtered
2944                 (even if the account prefs say don't), thanks to Colin.
2945
2946 2007-06-05 [wwp]        2.9.2cvs40
2947
2948         * src/compose.c
2949         * src/compose.h
2950                 Use per-folder/per-account quote chars when applying a
2951                 template or inserting text as well. Const'ify some
2952                 vars more.
2953
2954 2007-06-04 [colin]      2.9.2cvs39
2955
2956         * src/compose.c
2957                 More work for wwp :)
2958
2959 2007-06-04 [wwp]        2.9.2cvs38
2960
2961         * src/compose.c
2962                 Same as 2.9.2cvs36 but for forwarding.
2963
2964 2007-06-04 [colin]      2.9.2cvs37
2965
2966         * src/compose.c
2967                 Use original mail file for forward/redirect
2968                 Fixes some forwarded mails to be attached as
2969                 application/octet-stream (when they have binary
2970                 parts), and incidentally fixes bug 848
2971                 'Redirect breaks GnuPG'
2972
2973 2007-06-04 [wwp]        2.9.2cvs36
2974
2975         * src/compose.c
2976                 Fix quote mark mis-initialisation when replying/forwarding
2977                 (introduced w/ 2.9.2cvs20).
2978
2979 2007-06-04 [wwp]        2.9.2cvs35
2980
2981         * src/prefs_compose_writing.c
2982         * src/prefs_quote.c
2983                 Fix a bug where Quotation characters (prefs/compose/writing)
2984                 was cleared (introduced w/ 2.9.2cvs26).
2985
2986 2007-06-04 [wwp]        2.9.2cvs34
2987
2988         * src/prefs_account.c
2989         * src/prefs_account.h
2990                 Better fix for compiling w/o aspell (rollbacks
2991                 2.9.2cvs31).
2992
2993 2007-06-04 [wwp]        2.9.2cvs33
2994
2995         * src/account.c
2996         * src/prefs_account.c
2997         * src/prefs_account.h
2998         * src/procmsg.c
2999                 It's now possible to disable mail filtering plugins
3000                 on a per-account basis.
3001
3002 2007-06-04 [wwp]        2.9.2cvs32
3003
3004         * src/procheader.c
3005         * src/common/utils.c
3006         * src/common/utils.h
3007                 Support CRLF in headers part of messages.
3008                 Support few more date formats (RFC3339 subsets).
3009
3010 2007-06-04 [wwp]        2.9.2cvs31
3011
3012         * src/prefs_account.c
3013                 Fix compiling w/o aspell support.
3014
3015 2007-06-03 [wwp]        2.9.2cvs30
3016
3017         * src/prefs_gtk.c
3018                 Don't decode leading ENV_ and ~ in P_PASSWORD
3019                 values.
3020
3021 2007-06-03 [wwp]        2.9.2cvs29
3022
3023         * src/prefs_gtk.c
3024                 Don't decode leading ENV_ and ~ in P_PASSWORD
3025                 values.
3026
3027 2007-06-03 [wwp]        2.9.2cvs28
3028
3029         * src/prefs_account.c
3030         * src/gtk/prefswindow.c
3031         * src/gtk/prefswindow.h
3032                 Added a way to force preloading of all pages
3033                 (prefswindow).
3034                 Moved tabs to pages in account prefs.
3035
3036 2007-06-02 [colin]      2.9.2cvs27
3037
3038         * src/addressbook.c
3039                 Fix possible crash, fix ldap write bugs
3040         * src/ldapupdate.c
3041                 Fix ldap write bugs - patch by Michael
3042                 Rasmussen
3043         * src/alertpanel.c
3044         * src/alertpanel.h
3045                 Add a hook whenever alertpanel opens/closes
3046
3047 2007-05-31 [wwp]        2.9.2cvs26
3048
3049         * src/prefs_compose_writing.c
3050         * src/prefs_quote.c
3051                 Re-organized writing options a bit:
3052                  - renamed the Quoting page to Templates
3053                  - moved all composing templates to that page
3054                  - moved non-templates options to the Writing one,
3055                    grouped reply-related options, reordered reply and
3056                    forward options.
3057
3058 2007-05-31 [wwp]        2.9.2cvs25
3059
3060         * src/compose.c
3061                 Removed unused code.
3062
3063 2007-05-31 [colin]      2.9.2cvs24
3064
3065         * src/addressbook.c
3066                 Fix missing display name when modifying
3067                 LDAP. Patch by Michael Rasmussen
3068
3069 2007-05-31 [wwp]        2.9.2cvs23
3070
3071         * src/plugins/bogofilter/Makefile.am
3072         * src/plugins/clamav/Makefile.am
3073         * src/plugins/demo/Makefile.am
3074         * src/plugins/dillo_viewer/Makefile.am
3075         * src/plugins/spamassassin/Makefile.am
3076                 Fix building of those plugins in Mac OS X.
3077
3078 2007-05-30 [wwp]        2.9.2cvs22
3079
3080         * src/gtk/quicksearch.c
3081                 Fix missing initialization.
3082
3083 2007-05-30 [wwp]        2.9.2cvs21
3084
3085         * src/procheader.c
3086                 Revert accidental commit (debug outputs).
3087
3088 2007-05-30 [wwp]        2.9.2cvs20
3089
3090         * src/compose.c
3091         * src/folder_item_prefs.c
3092         * src/folder_item_prefs.h
3093         * src/prefs_account.c
3094         * src/prefs_account.h
3095         * src/prefs_folder_item.c
3096         * src/prefs_gtk.c
3097         * src/prefs_gtk.h
3098                 Implemented per-account and per-folder
3099                 compose/reply/forward formats.
3100
3101 2007-05-30 [wwp]        2.9.2cvs19
3102
3103         * src/prefs_compose_writing.c
3104         * src/prefs_quote.c
3105         * src/procheader.c
3106         * src/quote_fmt.c
3107         * src/quote_fmt.h
3108                 Internal API changes (factorize quote format
3109                 prefs and checks).
3110
3111 2007-05-30 [colin]      2.9.2cvs18
3112
3113         * src/compose.c
3114                 Fix race where it's possible to re-click Send
3115                 between end of SMTP session and end of "move to
3116                 sent folder" when sending an email with send
3117                 dialog enabled.
3118
3119 2007-05-30 [colin]      2.9.2cvs17
3120
3121         * src/crash.c
3122                 Ask for backtrace on all threads. Patch by
3123                 Pawel
3124         * src/folderview.c
3125                 Fix stale news statusbar when scanning fails.
3126                 Patch by Pawel
3127         * src/ldapupdate.c
3128                 Fix some LDAP write updates bugs. Patch
3129                 by Michael Rasmussen
3130
3131 2007-05-29 [colin]      2.9.2cvs16
3132
3133         * src/imap.c
3134                 Fix loss of local flags when moving mails
3135                 on IMAP in high-bandwidth mode (UID FETCH)
3136
3137 2007-05-25 [paul]       2.9.2cvs15
3138
3139         * src/common/socket.c
3140                 fix sometimes crasher on cancelling
3141                 message sending
3142
3143 2007-05-25 [colin]      2.9.2cvs14
3144
3145         * src/imap.c
3146                 Fix a memory leak
3147         * src/imap_gtk.c
3148                 Be more helpful in the subscription
3149                 message
3150
3151 2007-05-23 [wwp]        2.9.2cvs13
3152
3153         * src/compose.c
3154         * src/prefs_compose_writing.c
3155         * src/prefs_quote.c
3156         * src/prefs_template.c
3157         * src/prefs_template.h
3158         * src/quote_fmt.c
3159         * src/quote_fmt.h
3160         * src/quote_fmt_lex.l
3161         * src/quote_fmt_parse.y
3162                 Introduced new syntax elements (symbols and commands)
3163                 in templates/quote_fmt. Compatibility w/ old
3164                 symbols is kept.
3165                 Updated and reworked the corresponding Information
3166                 dialog.
3167                 Display the line number in dialogs that talk about
3168                 parser errors (in addition to the error message in
3169                 output).
3170
3171 2007-05-23 [wwp]        2.9.2cvs12
3172
3173         * src/quote_fmt_parse.y
3174                 Fix 2.9.2cvs11, probably a paste accident ;).
3175
3176 2007-05-23 [wwp]        2.9.2cvs11
3177
3178         * src/compose.c
3179         * src/prefs_template.c
3180         * src/quote_fmt.h
3181         * src/quote_fmt_parse.y
3182                 Fix 2.9.2cvs10, which broke --disable-aspell.
3183
3184 2007-05-22 [wwp]        2.9.2cvs10
3185
3186         * src/compose.c
3187         * src/prefs_template.c
3188         * src/quote_fmt.c
3189         * src/quote_fmt.h
3190         * src/quote_fmt_lex.l
3191         * src/quote_fmt_parse.y
3192         * src/gtk/gtkaspell.c
3193         * src/gtk/gtkaspell.h
3194                 Added template/quote format syntactical elements
3195                 to show and query:
3196                         - current dictionary
3197                           %T to show (shows empty if not set or not enabled),
3198                           ?T and !T to check if the default dictionary is
3199                           enabled and set
3200                         - current account's default dictionary
3201                           %aT to show (empty if not set or not enabled),
3202                           ?aT and !aT to check if it's enabled and set
3203                         - name completion for an address, from the address
3204                           book
3205                           %ABf, %ABt, %ABc respectively show the full name got
3206                           from the address book if From, To or Cc match a single
3207                           contact.
3208                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3209                           matches any contact and if the full name is non-empty.
3210                           If From, To or Cc are lists of email addresses, only
3211                           the first address will be checked.
3212                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3213                 that could show a trailing ','.
3214                 Also, template/quote_fmt parser now shows the line number in case
3215                 of parser error.
3216
3217 2007-05-15 [colin]      2.9.2cvs9
3218
3219         * src/main.c
3220         * src/main.h
3221                 Add a public function to know whether Claws
3222                 crashed last time
3223                 Store opened folder when exiting
3224         * src/folder.c
3225         * src/folder.h
3226                 Store last opened message in each FolderItem;
3227                 Reset last seen messages if Claws crashed, so 
3228                 that one can't go in an infinite crash in case 
3229                 a particular mail crashes Claws.
3230         * src/messageview.c
3231         * src/prefs_common.c
3232         * src/prefs_common.h
3233         * src/summaryview.c
3234         * src/prefs_summaries.c
3235                 Add "Select last opened message" when entering
3236                 a folder
3237                 Add "Select last opened folder" at startup.
3238
3239 2007-05-14 [colin]      2.9.2cvs8
3240
3241         * manual/xml2pdf
3242                 Fix bashism, search for xml catalog 
3243                 in /usr/local/share/xml/catalog too
3244                 Patch by Pawel
3245
3246 2007-05-13 [wwp]        2.9.2cvs7
3247
3248         * src/gtk/logwindow.c
3249                 fix raising log windows when they are either minimized or
3250                 in background.
3251
3252 2007-05-11 [colin]      2.9.2cvs6
3253
3254         * src/gtk/filesel.c
3255                 Use Hildon's file chooser on Maemo. Patch
3256                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3257                 'File attachment "manipulation" bugs...'
3258
3259 2007-05-10 [wwp]        2.9.2cvs5
3260
3261         * src/prefs_common.c
3262         * src/prefs_common.h
3263         * src/gtk/quicksearch.c
3264                 Add a quicksearch option to automatically run
3265                 a search selected from the history (this option
3266                 is exclusive towards type-ahead).
3267
3268 2007-05-10 [colin]      2.9.2cvs4
3269
3270         * src/imap.c
3271                 Fix g_warnings, thanks to Brian
3272                 Morrison
3273
3274 2007-05-09 [colin]      2.9.2cvs3
3275
3276         * src/crash.c
3277         * src/exporthtml.c
3278         * src/mbox.c
3279         * src/prefs_summaries.c
3280         * src/procheader.c
3281         * src/common/log.c
3282         * src/common/utils.c
3283         * src/gtk/gtksourceprintjob.c
3284         * src/gtk/sslcertwindow.c
3285                 Use the re-entrant variant of time functions
3286                 Probably fixes bug 1217, 'reentrancy problems 
3287                 with time functions'
3288
3289 2007-05-09 [colin]      2.9.2cvs2
3290
3291         * src/imap.c
3292                 Fix crasher when reconnection fails
3293
3294 2007-05-08 [paul]       2.9.2cvs1
3295
3296         * NEWS
3297         * README
3298         * RELEASE_NOTES
3299         * configure.ac
3300                 bump version number following
3301                 stable release
3302
3303 2007-05-08 [paul]       2.9.1cvs48
3304
3305         * src/plugins/demo/demo.c
3306         * src/plugins/dillo_viewer/dillo_prefs.c
3307         * src/plugins/dillo_viewer/dillo_prefs.h
3308         * src/plugins/dillo_viewer/dillo_viewer.c
3309         * src/plugins/pgpcore/pgp_viewer.c
3310         * src/plugins/pgpcore/pgp_viewer.h
3311         * src/plugins/pgpcore/plugin.c
3312         * src/plugins/pgpcore/prefs_gpg.c
3313         * src/plugins/pgpcore/prefs_gpg.h
3314         * src/plugins/pgpcore/sgpgme.c
3315         * src/plugins/pgpcore/sgpgme.h
3316         * src/plugins/pgpinline/plugin.c
3317         * src/plugins/pgpmime/pgpmime.c
3318         * src/plugins/pgpmime/pgpmime.h
3319         * src/plugins/pgpmime/plugin.c
3320         * src/plugins/spamassassin/spamassassin.c
3321         * src/plugins/spamassassin/spamassassin.h
3322         * src/plugins/spamassassin/spamassassin_gtk.c
3323         * src/plugins/trayicon/README
3324         * tools/README
3325         * tools/README.sylprint
3326         * tools/outlook2claws-mail.pl
3327         * tools/sylprint.pl
3328         * tools/tb2claws-mail
3329         * tools/tbird2claws.py
3330         * tools/update-po
3331         * tools/vcard2xml.py
3332         * tools/kdeservicemenu/README
3333                 cleanups and corrections
3334
3335 2007-05-06 [wwp]        2.9.1cvs47
3336
3337         * tools/uudec
3338                 Fix missing dash to `display` command-line, reported
3339                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3340
3341 2007-05-06 [colin]      2.9.1cvs46
3342
3343         * src/Makefile.am
3344         * src/stock_pixmap.c
3345         * src/stock_pixmap.h
3346         * src/pixmaps/printer.xpm
3347                 Add a printer icon
3348
3349 2007-05-06 [paul]       2.9.1cvs45
3350
3351         * src/compose.c
3352         * src/ldapquery.c
3353         * src/privacy.h
3354         * src/summary_search.c
3355         * src/summaryview.c
3356                 fix build warnings
3357
3358 2007-05-05 [wwp]        2.9.1cvs44
3359
3360         * src/messageview.c
3361         * src/mh.c
3362         * src/prefs_actions.c
3363         * src/prefs_gtk.c
3364         * src/summaryview.c
3365         * src/common/xml.c
3366                 Fix "faild" typos everywhere and capitalization of
3367                 some g_warnings.
3368
3369 2007-05-04 [colin]      2.9.1cvs43
3370
3371         * src/compose.c
3372         * src/privacy.c
3373         * src/privacy.h
3374         * src/plugins/pgpcore/prefs_gpg.c
3375         * src/plugins/pgpcore/prefs_gpg.h
3376         * src/plugins/pgpinline/pgpinline.c
3377         * src/plugins/pgpmime/pgpmime.c
3378                 Add an API to warn about encryption limits,
3379                 and allow to disable these warnings
3380
3381 2007-05-03 [colin]      2.9.1cvs42
3382
3383         * src/summaryview.c
3384         * src/mainwindow.c
3385                 Fix bug 1213, 'Delete more than 
3386                 one thread at once'
3387
3388 2007-05-03 [wwp]        2.9.1cvs41
3389
3390         * src/prefs_common.c
3391         * src/prefs_filtering.c
3392         * src/prefs_template.c
3393         * src/common/template.c
3394         * src/common/template.h
3395         * src/gtk/gtkutils.c
3396         * src/gtk/gtkutils.h
3397                 Templates are no longer automatically sorted
3398                 by name, but can be sorted manually using
3399                 |< < > >| buttons as well as drag'n'drop.
3400
3401 2007-05-03 [wwp]        2.9.1cvs40
3402
3403         * src/plugins/spamassassin/spamassassin.c
3404         * src/plugins/spamassassin/spamassassin.h
3405         * src/plugins/spamassassin/spamassassin_gtk.c
3406         * src/plugins/bogofilter/bogofilter.c
3407         * src/plugins/bogofilter/bogofilter.h
3408         * src/plugins/bogofilter/bogofilter_gtk.c
3409                 Added an option to conditionally mark saved spam
3410                 as read (default is and was to do so).
3411                 Satisfies feature request 1708539 on sf.net tracker.
3412
3413 2007-05-03 [colin]      2.9.1cvs39
3414
3415         * src/inc.c
3416                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3417
3418 2007-05-02 [colin]      2.9.1cvs38
3419
3420         * src/textview.c
3421                 Fix bug 1209, 'Clicking on address 
3422                 in header (mailto uri) selects 
3423                 default account'. Patch adapted from
3424                 G.P. Halkes' patch.
3425
3426 2007-05-02 [colin]      2.9.1cvs37
3427
3428         * src/grouplistdialog.c
3429                 Set cursor to wait cursor while loading
3430                 groups.
3431
3432 2007-05-02 [paul]       2.9.1cvs36
3433
3434         * src/folder.c
3435         * src/common/defs.h
3436                 rename cache and mark files
3437                 (data is preserved)
3438
3439 2007-04-30 [paul]       2.9.1cvs35
3440
3441         * manual/glossary.xml
3442         * manual/plugins.xml
3443                 updates. Patch by Ricardo
3444
3445 2007-04-29 [wwp]        2.9.1cvs34
3446
3447         * src/mainwindow.c
3448         * configure.ac
3449                 Fix few grammatical errors (patch by David Relson < relson at
3450                 osagesoftware dot com >).
3451
3452 2007-04-28 [colin]      2.9.1cvs33
3453
3454         * src/account.c
3455         * src/pop.c
3456         * src/prefs_account.c
3457         * src/prefs_account.h
3458                 Drop the "Download all" preference. It's
3459                 stupidly useless and confuses people from
3460                 time to time.
3461
3462 2007-04-27 [wwp]        2.9.1cvs32
3463
3464         * src/account.c
3465         * src/prefs_account.c
3466         * src/prefs_account.h
3467                 Don't reflect accounts changes to the mainwindow when it's
3468                 not necessary.
3469
3470 2007-04-27 [colin]      2.9.1cvs31
3471
3472         * src/folder.c
3473                 Freeze/thaw when sync'ing flags
3474         * src/imap.c
3475         * src/prefs_account.c
3476         * src/prefs_account.h
3477         * src/etpan/imap-thread.c
3478         * src/etpan/imap-thread.h
3479                 Add a way to use UID FETCH instead
3480                 of searches to fetch message lists
3481                 and flags. More expensive towards
3482                 bandwidth, less expensive towards
3483                 server's CPU. Probably fixes 
3484                 bug 1158, 'Scanning new folders on 
3485                 Exchange 2007 extremely slow'.
3486                 Patch 95% by Hoa.
3487
3488 2007-04-27 [paul]       2.9.1cvs30
3489
3490         * src/mainwindow.c
3491         * src/prefs_logging.c
3492                 improvements to english usage
3493
3494 2007-04-27 [colin]      2.9.1cvs29
3495
3496         * src/imap.c
3497                 Fix build without libetpan (my bad!)
3498
3499 2007-04-26 [colin]      2.9.1cvs28
3500
3501         * src/imap.c
3502         * src/imap.h
3503                 Fix uselessly exported function
3504         * src/textview.c
3505                 Consider "- -- \n" as signature separator
3506                 (that's what signature separators look like
3507                  in PGP/Inline signed mails)
3508
3509 2007-04-26 [colin]      2.9.1cvs27
3510
3511         * configure.ac
3512                 libetpan-0.49 is now required
3513         * src/procmime.c
3514                 Fix double fetching of mails if
3515                 first try failed
3516         * src/imap.c
3517                 Make offline sync faster, by
3518                 remembering last change time, and
3519                 last sync time.
3520
3521 2007-04-26 [hoa]        2.9.1cvs26
3522
3523         * src/imap.c
3524         * src/imap.h
3525         * src/mainwindow.c
3526         * src/toolbar.c
3527         * src/etpan/imap-thread.c
3528         * src/etpan/imap-thread.h
3529                 cancellation of IMAP operations is now allowed.
3530                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3531
3532 2007-04-26 [colin]      2.9.1cvs25
3533
3534         * src/folder.c
3535                 Always fetch body+headers in folders that are
3536                 synched for offline use, if "Synchronise as
3537                 soon as possible" is set.
3538                 Fixes bug 1200, 'Add option to always retrieve full 
3539                 messages'
3540
3541 2007-04-25 [colin]      2.9.1cvs24
3542
3543         * src/compose.c
3544                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3545                 persists...'
3546
3547 2007-04-24 [colin]      2.9.1cvs23
3548
3549         * src/folderview.c
3550                 Fix bug 1195, 'Hardware key navigation' 
3551                 Make GDK_Enter toggle expansion (Maemo)
3552
3553 2007-04-24 [wwp]        2.9.1cvs22
3554
3555         * src/compose.c
3556                 Fix few compiler warnings.
3557
3558 2007-04-24 [paul]       2.9.1cvs21
3559
3560         * src/Makefile.am
3561         * src/stock_pixmap.c
3562         * src/stock_pixmap.h
3563                 complete last commit
3564
3565 2007-04-24 [paul]       2.9.1cvs20
3566
3567         * src/gtk/about.c
3568         * src/pixmaps/active.xpm
3569         * src/pixmaps/checkbox_off.xpm
3570         * src/pixmaps/checkbox_on.xpm
3571         * src/pixmaps/inactive.xpm
3572                 kick out the blobs
3573                 remove transparent border from checkbox icons
3574
3575 2007-04-24 [wwp]        2.9.1cvs19
3576
3577         * src/textview.c
3578         * src/textview.h
3579                 Fix a crash in textview, thanks to Colin.
3580
3581 2007-04-23 [wwp]        2.9.1cvs18
3582
3583         * src/prefs_common.c
3584                 Fix 2.9.1cvs5: no header was being translated at all.
3585
3586 2007-04-23 [colin]      2.9.1cvs17
3587
3588         * src/Makefile.am
3589         * src/stock_pixmap.c
3590         * src/stock_pixmap.h
3591         * src/summaryview.c
3592         * src/summaryview.h
3593         * src/gtk/gtksctree.c
3594         * src/gtk/gtksctree.h
3595         * src/pixmaps/selection.xpm
3596                 Fix bug 1193, 'Need a way to multi-select
3597                 items'. Add a toggle button to the summaryview
3598                 to switch between normal and multiple selection
3599                 (Maemo)
3600
3601 2007-04-23 [colin]      2.9.1cvs16
3602
3603         * src/Makefile.am
3604         * src/stock_pixmap.c
3605         * src/stock_pixmap.h
3606         * src/summaryview.c
3607         * src/summaryview.h
3608         * src/gtk/gtksctree.c
3609         * src/gtk/gtksctree.h
3610         * src/pixmaps/selection.xpm
3611                 Fix bug 1193, 'Need a way to multi-
3612                 select items'
3613                 Add a toggle button in the summaryview
3614                 to enable normal or multiple selection.
3615                 (Maemo)
3616
3617 2007-04-23 [colin]      2.9.1cvs15
3618
3619         * src/compose.c
3620                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3621
3622 2007-04-21 [colin]      2.9.1cvs14
3623
3624         * src/gtk/quicksearch.c
3625                 Fix previous commit (actually use correct
3626                 parameter)
3627
3628 2007-04-21 [colin]      2.9.1cvs13
3629
3630         * src/gtk/quicksearch.c
3631                 Fix changing quicksearch type (after Esc,
3632                 after changing Recursive, ...)
3633
3634 2007-04-20 [wwp]        2.9.1cvs12
3635
3636         * src/gtk/Makefile.am
3637                 Added headers.h (completes 2.9.1cvs5).
3638
3639 2007-04-20 [wwp]        2.9.1cvs11
3640
3641         * src/addressbook.c
3642                 Fix the use of display name in name column,
3643                 it has been overriden w/ the use of nickname
3644                 by 2.9.0cvs3. Now nickname is used (if any)
3645                 in case of LDAP books only.
3646
3647 2007-04-20 [colin]      2.9.1cvs10
3648
3649         * src/mimeview.c
3650         * src/summaryview.c
3651         * src/textview.c
3652                 Add handling of 'a' to loop in a mail's
3653                 mimeparts
3654
3655 2007-04-20 [colin]      2.9.1cvs9
3656
3657         * src/toolbar.c
3658                 Fix bug 1190, 'dir_open' button doesn't work'
3659                 (Maemo)
3660
3661 2007-04-20 [colin]      2.9.1cvs8
3662
3663         * src/folderview.c
3664         * src/mainwindow.c
3665                 Fix bug 1194, 'Hardware keys move from email 
3666                 list to account/directory list, but not back 
3667                 to email list...' (Maemo)
3668
3669 2007-04-20 [colin]      2.9.1cvs7
3670
3671         * src/compose.h
3672                 complete previous commit
3673
3674 2007-04-20 [colin]      2.9.1cvs6
3675
3676         * src/compose.c
3677                 Fix bug 1187, 'Reply-to addressee disappears 
3678                 when reply-to text box is clicked...' (Maemo)
3679
3680 2007-04-20 [wwp]        2.9.1cvs5
3681
3682         * po/POTFILES.in
3683         * src/addressbook.c
3684         * src/compose.c
3685         * src/filtering.c
3686         * src/headerview.c
3687         * src/matcher.c
3688         * src/prefs_common.c
3689         * src/prefs_common.h
3690         * src/prefs_display_header.c
3691         * src/prefs_matcher.c
3692         * src/summaryview.c
3693         * src/gtk/headers.h
3694         * src/gtk/quicksearch.c
3695                 Translate more header names according to the relevant option value,
3696                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3697                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3698                 to prefs_common_translated_header_name().
3699                 Added a headers.h reference file that contains known header names
3700                 (RFC2822 and others) to the translation process' input, so that
3701                 translated header names will still exist even if no occurrence of
3702                 _("headername") is found anymore in the sources.
3703                 Don't translate column name 'Number' following to trans_hdr option
3704                 value as it's not a header name.
3705
3706 2007-04-20 [colin]      2.9.1cvs4
3707
3708         * src/gtk/quicksearch.c
3709         * src/gtk/quicksearch.h
3710                 Add "From, To or Subject" quicksearch
3711                 type. Patch by ulfschaper@users.sf.net
3712
3713 2007-04-20 [colin]      2.9.1cvs3
3714
3715         * src/matcher.c
3716                 Implement proper references filtering condition.
3717                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3718
3719 2007-04-19 [wwp]        2.9.1cvs2
3720
3721         * src/prefs_display_header.c
3722         * src/message_search.c
3723                 Fix few warnings (g_free of const gchar*).
3724
3725 2007-04-19 [paul]       2.9.1cvs1
3726
3727         * NEWS
3728         * README
3729         * RELEASE_NOTES
3730         * configure.ac
3731                 bump version number following
3732                 stable release
3733
3734 2007-04-19 [paul]       2.9.0cvs9
3735
3736         * manual/advanced.xml
3737         * manual/glossary.xml
3738                 fix typos
3739
3740 2007-04-18 [paul]       2.9.0cvs8
3741
3742         * src/pop.c
3743                 fix for CVE-2007-1558 (APOP)
3744                 Thanks to Colin
3745
3746 2007-04-18 [paul]       2.9.0cvs7
3747
3748         * src/messageview.c
3749         * src/mimeview.c
3750         * src/summaryview.c
3751         * src/gtk/filesel.c
3752                 Fix encoding woes wrt saving of
3753                 mails and parts
3754                 Thanks to Colin
3755
3756 2007-04-18 [colin]      2.9.0cvs6
3757
3758         * src/gtk/pluginwindow.c
3759                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3760
3761 2007-04-17 [wwp]        2.9.0cvs5
3762
3763         * src/addressadd.c
3764         * src/addressbook.c
3765         * src/addrindex.c
3766         * src/ldapupdate.c
3767                 Fix --disable-ldap build,
3768                 fix some LDAP annoyances on 
3769                 searches, thanks to Colin.
3770
3771 2007-04-17 [wwp]        2.9.0cvs4
3772
3773         * src/ldapupdate.c
3774                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3775                 like gcc 2.9x. Thanks to Colin.
3776
3777 2007-04-17 [wwp]        2.9.0cvs3
3778
3779         * src/Makefile.am
3780         * src/addressadd.c
3781         * src/addressbook.c
3782         * src/addrindex.c
3783         * src/addritem.c
3784         * src/addritem.h
3785         * src/editaddress.c
3786         * src/ldapctrl.c
3787         * src/ldapctrl.h
3788         * src/ldapquery.c
3789         * src/ldapserver.c
3790         * src/ldapserver.h
3791         * src/ldapupdate.c
3792         * src/ldapupdate.h
3793                 Add LDAP write support. Patch mostly by 
3794                 Michael <mir at datanom dot net>
3795
3796 2007-04-17 [wwp]        2.9.0cvs2
3797
3798         * src/compose.c
3799                 Prepend "Add to address book" to the context menu of compose window's sender and
3800                 recipient fields.
3801
3802 2007-04-16 [paul]       2.9.0cvs1
3803
3804         * src/gtk/authors.h
3805                 add Pader Rezso
3806
3807 2007-04-16 [paul]       2.9.0
3808
3809         * NEWS
3810         * README
3811         * RELEASE_NOTES
3812                 2.9.0 released
3813
3814 2007-04-16 [paul]       2.8.1cvs102
3815
3816         * po/fr.po
3817                 updated by Fabien Vantard
3818
3819 2007-04-16 [paul]       2.8.1cvs101
3820
3821         * po/ca.po
3822         * po/cs.po
3823         * po/de.po
3824         * po/hu.po
3825         * po/pl.po
3826         * po/pt_BR.po
3827         * po/sr.po
3828         * po/zh_CN.po
3829                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3830                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3831                 Aleksandar Urosevic, and Ralgh Young
3832
3833 2007-04-15 [mones]      2.8.1cvs100
3834
3835         * po/es.po
3836                 Updated for release
3837
3838 2007-04-14 [colin]      2.8.1cvs99
3839
3840         * src/message_search.c
3841         * src/prefs_display_header.c
3842         * src/summary_search.c
3843         * src/gtk/combobox.c
3844                 Fix allocations
3845
3846 2007-04-14 [wwp]        2.8.1cvs98
3847
3848         * src/gtk/combobox.c
3849         * src/message_search.c
3850         * src/summary_search.c
3851         * src/prefs_display_header.c
3852                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3853                 returns NULL, get the text value directly from the GtkEntry child.
3854
3855 2007-04-13 [colin]      2.8.1cvs97
3856
3857         * src/gtk/quicksearch.c
3858                 Give the focus back to summaryview when
3859                 emptying the quicksearch with Esc
3860
3861 2007-04-13 [colin]      2.8.1cvs96
3862
3863         * src/message_search.c
3864         * src/prefs_display_header.c
3865         * src/summary_search.c
3866                 Fix possibles crashes when getting text
3867                 from gtk combos
3868
3869 2007-04-13 [colin]      2.8.1cvs95
3870
3871         * src/pop.c
3872                 Add some UIDL debugging
3873
3874 2007-04-12 [colin]      2.8.1cvs94
3875
3876         * src/folder.c
3877                 Force folder scan if necessary after
3878                 copying mails, to be able to reapply
3879                 flags.
3880
3881 2007-04-11 [colin]      2.8.1cvs93
3882
3883         * src/main.c
3884                 don't scan for new mail on startup if --select
3885                 is specified (or race conditions arise). If so,
3886                 do both sequentially.
3887
3888 2007-04-09 [colin]      2.8.1cvs92
3889
3890         * src/common/defs.h
3891                 Use leafpad by default on Maemo. Patch
3892                 by Jean-Luc Biord.
3893
3894 2007-04-06 [colin]      2.8.1cvs91
3895
3896         * src/pixmaps/queue_close.xpm
3897         * src/pixmaps/queue_close_hrm.xpm
3898         * src/pixmaps/queue_close_hrm_mark.xpm
3899         * src/pixmaps/queue_close_mark.xpm
3900         * src/pixmaps/queue_open.xpm
3901         * src/pixmaps/queue_open_hrm.xpm
3902         * src/pixmaps/queue_open_hrm_mark.xpm
3903         * src/pixmaps/queue_open_mark.xpm
3904                 Move the clock one pixel down :)
3905
3906 2007-04-05 [colin]      2.8.1cvs90
3907
3908         * src/mainwindow.c
3909                 Don't sync when switching offline from
3910                 command line - it's usually too late :)
3911
3912 2007-04-05 [paul]       2.8.1cvs89
3913
3914         * src/Makefile.am
3915         * src/stock_pixmap.c
3916         * src/pixmaps/dir_close_hrm.xpm
3917         * src/pixmaps/dir_close_hrm_mark.xpm
3918         * src/pixmaps/drafts_close.xpm
3919         * src/pixmaps/drafts_close_mark.xpm
3920         * src/pixmaps/drafts_open.xpm
3921         * src/pixmaps/drafts_open_mark.xpm
3922         * src/pixmaps/inbox.xpm
3923         * src/pixmaps/inbox_close.xpm
3924         * src/pixmaps/inbox_close_hrm.xpm
3925         * src/pixmaps/inbox_close_hrm_mark.xpm
3926         * src/pixmaps/inbox_close_mark.xpm
3927         * src/pixmaps/inbox_hrm.xpm
3928         * src/pixmaps/inbox_hrm_mark.xpm
3929         * src/pixmaps/inbox_mark.xpm
3930         * src/pixmaps/inbox_open.xpm
3931         * src/pixmaps/inbox_open_hrm.xpm
3932         * src/pixmaps/inbox_open_hrm_mark.xpm
3933         * src/pixmaps/inbox_open_mark.xpm
3934         * src/pixmaps/outbox.xpm
3935         * src/pixmaps/outbox_close.xpm
3936         * src/pixmaps/outbox_close_hrm.xpm
3937         * src/pixmaps/outbox_close_hrm_mark.xpm
3938         * src/pixmaps/outbox_close_mark.xpm
3939         * src/pixmaps/outbox_hrm.xpm
3940         * src/pixmaps/outbox_hrm_mark.xpm
3941         * src/pixmaps/outbox_mark.xpm
3942         * src/pixmaps/outbox_open.xpm
3943         * src/pixmaps/outbox_open_hrm.xpm
3944         * src/pixmaps/outbox_open_hrm_mark.xpm
3945         * src/pixmaps/outbox_open_mark.xpm
3946         * src/pixmaps/queue_close.xpm
3947         * src/pixmaps/queue_close_hrm.xpm
3948         * src/pixmaps/queue_close_hrm_mark.xpm
3949         * src/pixmaps/queue_close_mark.xpm
3950         * src/pixmaps/queue_open.xpm
3951         * src/pixmaps/queue_open_hrm.xpm
3952         * src/pixmaps/queue_open_hrm_mark.xpm
3953         * src/pixmaps/queue_open_mark.xpm
3954                 updated, added and replaced icons
3955                 Icons by Colin
3956
3957 2007-04-04 [colin]      2.8.1cvs88
3958
3959         * src/imap.c
3960                 Fix build without libetpan
3961
3962 2007-04-03 [colin]      2.8.1cvs87
3963
3964         * src/imap.c
3965                 Fix crash with Citadel, and try to make
3966                 things work. this server (and specifically 
3967                 STATUS and APPEND at least) seems broken.
3968
3969 2007-04-03 [colin]      2.8.1cvs86
3970
3971         * src/folderview.c
3972                 Fix icons on folder close
3973
3974 2007-04-03 [colin]      2.8.1cvs85
3975
3976         * src/inc.c
3977                 Fix double-ask of offline override in
3978                 certain cases
3979         * src/imap.c
3980         * src/imap.h
3981         * src/imap_gtk.c
3982                 Much more efficient way to synchronise
3983                 for offline use
3984         * src/etpan/imap-thread.c
3985                 Fix possible segs
3986         * src/folder.c
3987         * src/gtk/quicksearch.c
3988                 Fix some GUI lags
3989
3990 2007-04-03 [paul]       2.8.1cvs84
3991
3992         * src/filtering.c
3993         * src/folder.c
3994         * src/folder.h
3995         * src/prefs_common.c
3996         * src/prefs_common.h
3997         * src/prefs_other.c
3998                 Fix sync being done too late
3999                 Thanks to Colin
4000
4001 2007-04-02 [colin]      2.8.1cvs83
4002
4003         * src/summaryview.c
4004                 Maemo: Put status and quicksearch at the top
4005         * src/plugins/bogofilter/bogofilter.c
4006         * src/plugins/spamassassin/spamassassin.c
4007                 Derive trash from inbox if possible
4008
4009 2007-04-02 [paul]       2.8.1cvs82
4010
4011         * src/plugins/bogofilter/bogofilter_gtk.c
4012                 a few English changes
4013
4014 2007-04-02 [paul]
4015
4016         2.9.0-rc1 released
4017
4018 2007-04-02 [colin]      2.8.1cvs81
4019
4020         * src/image_viewer.c
4021                 Fix transparent images by using
4022                 GtkImage
4023         * src/messageview.c
4024                 Flush events (on new windows) to avoid
4025                 having the textview's image resize fail
4026                 to know the available width
4027
4028 2007-04-01 [colin]      2.8.1cvs80
4029
4030         * src/prefs_account.c
4031                 If no MH mailbox exist, when creating a POP/Local
4032                 account, just create and use the default one 
4033                 instead of bailing with a "Mailbox doesn't exist"
4034                 error
4035
4036 2007-03-31 [colin]      2.8.1cvs79
4037
4038         * src/prefs_account.c
4039                 Create signature file if it doesn't exist
4040                 before editing
4041         * src/prefs_toolbar.c
4042                 Maemo: Move "Use default" on the left so
4043                 that people can find it
4044         * src/common/defs.h
4045                 Maemo: make default editor "Maemopad", 
4046                 default signature file "MyDocs/signature.txt"
4047
4048 2007-03-31 [colin]      2.8.1cvs78
4049
4050         * src/prefs_account.c
4051                 Maemo: rework account prefs so
4052                 that less horizontal scrolling
4053                 is required
4054
4055 2007-03-31 [colin]      2.8.1cvs77
4056
4057         * src/folderview.c
4058         * src/prefs_common.c
4059         * src/prefs_common.h
4060                 Fix bug 1167, 'Allow not displaying zeros 
4061                 in folder list'. Patch by MartinP
4062
4063 2007-03-31 [colin]      2.8.1cvs76
4064
4065         * AUTHORS
4066                 Add Jean-Luc Biord
4067
4068 2007-03-31 [colin]      2.8.1cvs75
4069
4070         * src/imap.c
4071                 Apply patch from bug 1172, direct
4072                 access to the folder's session instead
4073                 of using getter. Patch by MartinP
4074
4075 2007-03-31 [paul]       2.8.1cvs74
4076
4077         * src/gtk/authors.h
4078                 no need to list Fabien twice!
4079
4080 2007-03-31 [colin]      2.8.1cvs73
4081
4082         * src/inc.c
4083                 If we're currently "overriding for %d minutes",
4084                 don't ask
4085
4086 2007-03-31 [colin]      2.8.1cvs72
4087
4088         * src/compose.c
4089         * src/imap.c
4090         * src/inc.c
4091         * src/inc.h
4092         * src/messageview.c
4093         * src/news.c
4094         * src/plugins/spamassassin/spamassassin.c
4095                 Offline override: Add a parameter to allow
4096                 asking even if the override timer is running.
4097                 Allows to ask every time the user makes an
4098                 explicit action needing online access (such
4099                 as Get Mail), and not when the action is 
4100                 implicit (such as opening an IMAP folder)
4101
4102 2007-03-31 [colin]      2.8.1cvs71
4103
4104         * src/inc.c
4105                 Override offline: "No" answer shouldn't
4106                 re-ask after 3 seconds, but 10 minutes. 
4107
4108 2007-03-30 [colin]      2.8.1cvs70
4109
4110         * src/common/socket.c
4111                 Better error reporting on unix socket
4112                 failure (bind usually)
4113         * src/gtk/gtkutils.c
4114         * src/gtk/gtkutils.h
4115                 Label window: add a pulsing progress
4116                 bar to show we're not hung :)
4117         * src/folderview.c
4118         * src/main.c
4119         * src/plugins/pgpcore/sgpgme.c
4120                 Update API
4121
4122 2007-03-30 [colin]      2.8.1cvs69
4123
4124         * src/pop.c
4125         * src/prefs_common.c
4126                 Fix possible trashing of history and uidl
4127                 files on disk full problems
4128
4129 2007-03-30 [paul]       2.8.1cvs68
4130
4131         * src/mainwindow.c
4132         * src/summaryview.c
4133         * src/summaryview.h
4134                 update summary when changing layout type
4135                 (fixes wrong folder icon being displayed)
4136                 Thanks to Colin
4137
4138 2007-03-29 [colin]      2.8.1cvs67
4139
4140         * src/prefs_ext_prog.c
4141                 The browser pref is irrelevant on Maemo
4142
4143 2007-03-29 [colin]      2.8.1cvs66
4144
4145         * src/compose.c
4146         * src/compose.h
4147                 Maemo: dynamically switch headers/text position
4148         * src/prefs_common.c
4149                 Maemo: hide compose's ruler by default
4150         * src/common/socket.c
4151         * src/common/socket.h
4152                 Fix build warning
4153
4154 2007-03-29 [colin]      2.8.1cvs65
4155
4156         * src/common/socket.c
4157         * src/common/socket.h
4158                 Fix build when MAEMO_CFLAGS contains
4159                 _X_OPENSOURCE (resolv.h errors as long
4160                 as we don't add _BSD_SOURCE. Ugly).
4161
4162 2007-03-29 [wwp]        2.8.1cvs64
4163
4164         * src/prefs_logging.c
4165                 Fix sensitivity of clip-log widgets in prefs/logging,
4166                 thanks to Fabien.
4167
4168 2007-03-29 [wwp]        2.8.1cvs63
4169
4170         * po/POTFILES.in
4171                 Updated files list for translations, thanks to Fabien.
4172
4173 2007-03-29 [colin]      2.8.1cvs62
4174
4175         * src/main.c
4176         * src/common/Makefile.am
4177         * src/common/utils.c
4178                 Maybe make URI opening work in Maemo
4179                 Requires testing :)
4180
4181 2007-03-28 [colin]      2.8.1cvs61
4182
4183         * src/folder.c
4184         * src/folder.h
4185         * src/folderview.c
4186                 Add the possibility to sort folders arbitrarily
4187                 (via editing of folderlist.xml only). Patch by
4188                 Martin P <mp26+claws@os.inf.tu-dresden.de>
4189                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
4190                 be changed by the user'
4191
4192 2007-03-28 [colin]      2.8.1cvs60
4193
4194         * src/mimeview.c
4195                 Add popup menu for mime icons
4196
4197 2007-03-28 [colin]      2.8.1cvs59
4198
4199         * src/mainwindow.c
4200                 Fix a layout issue when presenting
4201                 mainwindow in Small screen layout
4202         * src/toolbar.c
4203         * src/toolbar.h
4204                 Add a "Go to folder list" button for
4205                 mainwindow, and make it default in
4206                 the Maemo build
4207
4208 2007-03-28 [colin]      2.8.1cvs58
4209
4210         * src/compose.c
4211                 Don't dynamically update title on Maemo
4212                 Patch by Jean-Luc Biord
4213
4214 2007-03-27 [colin]      2.8.1cvs57
4215
4216         * src/compose.c
4217         * src/folderview.c
4218         * src/summaryview.c
4219                 Enable tap-and-hold on Maemo
4220
4221 2007-03-26 [colin]      2.8.1cvs56
4222
4223         * src/compose.c
4224                 More popup-menu (in attachments list)
4225
4226 2007-03-26 [colin]      2.8.1cvs55
4227
4228         * src/compose.c
4229                 Enable popup-menu signal
4230
4231 2007-03-26 [colin]      2.8.1cvs54
4232
4233         * src/plugins/pgpinline/pgpinline.c
4234                 Fix bug 1111, 'PGP/inline plugin hides text 
4235                 around encrypted text block'. Patch based on
4236                 a patch from Michal Cihar.
4237
4238 2007-03-26 [wwp]        2.8.1cvs53
4239
4240         * src/procmsg.c
4241                 Fix getting a false error when sending queued message
4242                 whereas the sending was fine (if there are subfolders
4243                 in the queue folder), thanks to Colin.
4244
4245 2007-03-26 [paul]       2.8.1cvs52
4246
4247         * src/wizard.c
4248                 update FACE header in welcome message
4249
4250 2007-03-25 [colin]      2.8.1cvs51
4251
4252         * src/Makefile.am
4253                 Fix make dist
4254
4255 2007-03-25 [colin]      2.8.1cvs50
4256
4257         * src/main.c
4258                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4259
4260 2007-03-24 [colin]      2.8.1cvs49
4261
4262         * src/main.c
4263                 Fix a few launch problems on Maemo
4264                 Patch by Jean-Luc Biord
4265
4266 2007-03-24 [wwp]        2.8.1cvs48
4267
4268         * src/alertpanel.c
4269         * src/alertpanel.h
4270         * src/messageview.c
4271         * src/summaryview.c
4272                 Fix wrong action performed when closing the
4273                 "ask about account specific filtering rules
4274                 when filtering manually" dialog by pressing Escape.
4275                 Fix wrong order of buttons in the "return receipt
4276                 notification - the message was sent to several of
4277                 your accounts" dialog.
4278
4279 2007-03-24 [paul]       2.8.1cvs47
4280
4281         * src/folderview.c
4282                 an improvement to English usage
4283         * tools/kdeservicemenu/README
4284                 updated Claws url
4285
4286 2007-03-24 [paul]       2.8.1cvs46
4287
4288         * src/Makefile.am
4289         * src/stock_pixmap.c
4290         * src/pixmaps/edit_extern.xpm
4291         * src/pixmaps/mail_sign.xpm
4292                 rescue long lost icons
4293
4294 2007-03-24 [paul]       2.8.1cvs45
4295
4296         * src/toolbar.c
4297                 fix toolbar (broken in 2.8.1cvs42)
4298
4299 2007-03-23 [colin]      2.8.1cvs44
4300
4301         * src/imap.c
4302                 Correctly unsubscribe/resubscribe after
4303                 RENAME
4304
4305 2007-03-23 [colin]      2.8.1cvs43
4306
4307         * src/prefs_common.c
4308                 Maemo: as the platform is light on RAM, allow
4309                 caches to be discarded faster.
4310
4311 2007-03-23 [colin]      2.8.1cvs42
4312
4313         * src/Makefile.am
4314         * src/compose.c
4315         * src/compose.h
4316         * src/stock_pixmap.c
4317         * src/stock_pixmap.h
4318         * src/summaryview.c
4319         * src/summaryview.h
4320         * src/toolbar.c
4321         * src/toolbar.h
4322         * src/pixmaps/open_mail.xpm
4323                 Maemo changes: Add the possibility to have
4324                 "Open Email" and "Close Window" buttons on 
4325                 toolbars (and use them in Maemo's default
4326                 toolbars)
4327
4328 2007-03-23 [wwp]        2.8.1cvs41
4329
4330         * src/action.c
4331                 Reverted that part of the action dialog closure logics, to
4332                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4333                 done later in a different way (or may not).
4334
4335 2007-03-22 [wwp]        2.8.1cvs40
4336
4337         * src/action.c
4338                 Fix sticky action dialog when got no output but action command
4339                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4340
4341 2007-03-22 [colin]      2.8.1cvs39
4342
4343         * src/prefs_filtering.c
4344         * src/gtk/combobox.h
4345                 Fix escaping account names in filtering prefs
4346
4347 2007-03-22 [colin]      2.8.1cvs38
4348
4349         * src/addrindex.c
4350         * src/ldapctrl.h
4351         * src/ldapquery.c
4352                 Add any attribute specified in LDAP servers'
4353                 Search attributes to the Other Attributes tab
4354                 of contacts; Add 'telephoneNumber' in the
4355                 default list.
4356
4357 2007-03-22 [colin]      2.8.1cvs37
4358
4359         * src/folderview.c
4360         * src/folderview.h
4361         * src/mainwindow.c
4362                 Try to prevent race conditions when
4363                 changing the folder list
4364         * src/summaryview.c
4365                 Fix possible red folder icon when
4366                 switching from Small screen layout
4367                 to any other
4368
4369 2007-03-22 [colin]      2.8.1cvs36
4370
4371         * src/mainwindow.c
4372         * src/mainwindow.h
4373         * src/summaryview.c
4374                 Rename "little screen" to "Small screen"
4375         * src/gtk/Makefile.am
4376         * src/common/utils.c
4377         * src/mh.c
4378                 Fix Maemo-related compilation problems
4379
4380 2007-03-21 [colin]      2.8.1cvs35
4381
4382         * configure.ac
4383                 Fix previous commit
4384         * claws-mail.desktop
4385                 Remove .png from the Icon, it's useless
4386
4387 2007-03-21 [colin]      2.8.1cvs34
4388
4389         * configure.ac
4390         * src/Makefile.am
4391                 Add the necessary lib checking for 
4392                 Maemo
4393
4394 2007-03-21 [colin]      2.8.1cvs33
4395
4396         * src/main.c
4397                 Fix unconditional "error happened" when
4398                 sending via command-line. "lol @ myself"
4399
4400 2007-03-21 [colin]      2.8.1cvs32
4401
4402         * claws-mail-40x40.png
4403         * claws-mail-26x26.png
4404         * src/account.c
4405         * src/addressbook.c
4406         * src/compose.c
4407         * src/folderview.c
4408         * src/folderview.h
4409         * src/main.c
4410         * src/mainwindow.c
4411         * src/mainwindow.h
4412         * src/messageview.c
4413         * src/prefs_account.c
4414         * src/prefs_common.c
4415         * src/summary_search.c
4416         * src/summaryview.c
4417         * src/summaryview.h
4418         * src/gtk/authors.h
4419         * src/gtk/gtkutils.c
4420         * src/gtk/gtkutils.h
4421         * src/gtk/logwindow.c
4422         * src/gtk/menu.c
4423         * src/gtk/prefswindow.c
4424                 Add Maemo port (patch mainly by Jean-Luc Biort)
4425                 Add a new 'Little screen' layout to help on such
4426                 platforms (patch by me)
4427                 Make some default preferences different (more
4428                 adapted) on Maemo (patch by me)
4429
4430 2007-03-21 [wwp]        2.8.1cvs31
4431
4432         * src/prefs_logging.c
4433         * src/prefs_logging.h
4434                 Fixed copyright header of newly added files.
4435
4436 2007-03-21 [wwp]        2.8.1cvs30
4437
4438         * src/Makefile.am
4439         * src/filtering.c
4440         * src/filtering.h
4441         * src/folder.c
4442         * src/folderview.c
4443         * src/imap.c
4444         * src/inc.c
4445         * src/main.c
4446         * src/mainwindow.c
4447         * src/mainwindow.h
4448         * src/matcher.c
4449         * src/messageview.c
4450         * src/news.c
4451         * src/pop.c
4452         * src/prefs_common.c
4453         * src/prefs_common.h
4454         * src/prefs_logging.c
4455         * src/prefs_logging.h
4456         * src/prefs_other.c
4457         * src/procmsg.c
4458         * src/send_message.c
4459         * src/summaryview.c
4460         * src/common/log.c
4461         * src/common/log.h
4462         * src/common/nntp.c
4463         * src/common/session.c
4464         * src/common/smtp.c
4465         * src/common/socket.c
4466         * src/etpan/imap-thread.c
4467         * src/gtk/logwindow.c
4468         * src/gtk/logwindow.h
4469         * src/plugins/bogofilter/bogofilter.c
4470         * src/plugins/spamassassin/spamassassin.c
4471                 Added debugging of filtering/processing rules.
4472                 The debug log is here 'Tools/Filtering debug window',
4473                 the options there 'Configuration/Preferences/Other/Logging',
4474                 and the log file is ~/.claws-mail/filtering.log.
4475                 Moved protocol log prefs to 'Other/Logging' as well.
4476                 To support such debugging feature, the existing log API has
4477                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4478                 this impacts many external modules (commits follow).
4479
4480 2007-03-21 [paul]       2.8.1cvs29
4481
4482         * src/etpan/Makefile.am
4483         * src/etpan/imap-thread.c
4484                 add missing #include
4485
4486 2007-03-21 [colin]      2.8.1cvs28
4487
4488         * src/procmime.c
4489                 Fix bug 1157, 'some broken messages confuse 
4490                 mime parser'. Make sure we can't have MimeInfos
4491                 with negative sizes.
4492
4493 2007-03-20 [colin]      2.8.1cvs27
4494
4495         * src/main.c
4496                 Fix missing \0 on buffer
4497
4498 2007-03-20 [colin]      2.8.1cvs26
4499
4500         * src/mh.c
4501                 Use make_dir_hier instead of make_dir 
4502                 to create the MH mailbox
4503
4504 2007-03-20 [colin]      2.8.1cvs25
4505
4506         * src/folder.c
4507         * src/folder.h
4508         * src/prefs_account.c
4509         * src/wizard.c
4510                 Fix default inbox weirdnesses (after wizard,
4511                 if path is Mail, mailbox identifier is #mh/Mailbox,
4512                 and when creating new accounts)
4513
4514 2007-03-20 [colin]      2.8.1cvs24
4515
4516         * src/account.c
4517                 Write folderlist after adding/deleting accounts
4518                 that have folders
4519
4520 2007-03-20 [colin]      2.8.1cvs23
4521
4522         * src/imap.c
4523         * src/remotefolder.h
4524                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4525                 selected while scanning prior to update'
4526
4527 2007-03-17 [paul]       2.8.1cvs22
4528
4529         * src/main.c
4530                 fix a typo, and be a little more verbose.
4531
4532 2007-03-17 [wwp]        2.8.1cvs21
4533
4534         * src/inc.c
4535                 Fix a compiler warning.
4536
4537 2007-03-16 [wwp]        2.8.1cvs20
4538
4539         * tools/Makefile.am
4540         * tools/README
4541                 Updated to deal w/ the new mairix.sh tool.
4542
4543 2007-03-16 [wwp]        2.8.1cvs19
4544
4545         * src/action.c
4546                 Fix logics issues around the action IO dialog:
4547                 - disable entry widget and exec button when
4548                   the exec button is clicked (don't wait for any
4549                   output line) - fix possible disabling/re-enabling/
4550                   re-disabling of those widgets
4551                 - raise an error if executing a %as{} action either
4552                   empty or invalid, instead of failing silently
4553                 - don't close the dialog if the abort button has been
4554                   clicked and if there was no output yet
4555                 - set focus to the abort button when the exec button
4556                   is clicked
4557                 - fix capitalization of a warning message
4558
4559 2007-03-16 [wwp]        2.8.1cvs18
4560
4561         * tools/mairix.sh
4562                 Added a wrapper to mairix to the tools folder.
4563
4564 2007-03-16 [colin]      2.8.1cvs17
4565
4566         * src/messageview.c
4567         * src/mimeview.h
4568                 Allow mimeviewer plugins to print
4569                 their stuff
4570
4571 2007-03-16 [colin]      2.8.1cvs16
4572
4573         * .cvsignore
4574                 Ignore *.patchset
4575
4576 2007-03-15 [colin]      2.8.1cvs15
4577
4578         * src/messageview.c
4579         * src/mimeview.h
4580                 Add a way for mimeviewer plugins to
4581                 implement body search
4582
4583 2007-03-15 [paul]       2.8.1cvs14
4584
4585         * src/prefs_spelling.c
4586                 fix English usage
4587
4588 2007-03-15 [paul]       2.8.1cvs13
4589
4590         * src/common/quoted-printable.c
4591                 fix decoding of quoted-printable parts
4592
4593 2007-03-14 [wwp]        2.8.1cvs12
4594
4595         * src/gtk/logwindow.h
4596                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4597
4598 2007-03-14 [wwp]        2.8.1cvs11
4599
4600         * src/gtk/logwindow.h
4601                 Complete 2.8.1cvs10.
4602
4603 2007-03-14 [colin]      2.8.1cvs10
4604
4605         * src/gtk/logwindow.c
4606                 Probably fix bug 1149, crash on logwindow
4607                 close - at the expense of performance once
4608                 logwin has been opened
4609
4610 2007-03-14 [colin]      2.8.1cvs9
4611
4612         * src/main.c
4613                 If claws-mail is running on another
4614                 display, warn instead of popping it up
4615                 on the other display
4616
4617 2007-03-12 [colin]      2.8.1cvs8
4618
4619         * src/wizard.c
4620                 Fix bug 1145, 'Setting a different name 
4621                 for the Mailbox name isn't reflected in 
4622                 default account settings'. Patch by wwp
4623
4624 2007-03-12 [colin]      2.8.1cvs7
4625
4626         * src/summaryview.c
4627                 Fix bug 1143, 'Add number of messages to be 
4628                 deleted to confirmation dialog'
4629
4630 2007-03-12 [wwp]        2.8.1cvs6
4631
4632         * src/folderview.c
4633         * src/prefs_common.c
4634         * src/prefs_common.h
4635         * src/prefs_summaries.c
4636                 Changed the option that displays unread messages count
4637                 next to the folder name in folder list: it is now
4638                 possible to either display nothing, display the
4639                 unread messages number only or the unread and total messages
4640                 numbers. The patch includes this extra feature as well
4641                 as some minor fixes by rewriting the algo in folderview.c.
4642                 Thanks to Paul for the original idea and implementation, plus
4643                 testing and proof-reading!
4644
4645 2007-03-09 [paul]       2.8.1cvs5
4646
4647         * tools/Makefile.am
4648         * tools/README
4649         * tools/claws-mail-compose-insert-files.pl
4650                 added a script which enables inserting files
4651                 into the message body of a new Claws Mail
4652                 Compose window from the command line. Additionally
4653                 To, Cc, Subject and files to attach to the message
4654                 can be specified.
4655
4656 2007-03-09 [wwp]        2.8.1cvs4
4657
4658         * src/addr_compl.c
4659         * src/addr_compl.h
4660         * src/filtering.c
4661                 Optimize matching of addresses in the addressbook
4662                 (filtering/processing 'found_in_addressbook' condition).
4663
4664 2007-03-07 [wwp]        2.8.1cvs3
4665
4666         * src/quote_fmt.c
4667         * src/quote_fmt_lex.l
4668         * src/quote_fmt_parse.y
4669                 Add a new quote format symbol: %A to insert the
4670                 sender email address (just the address itself).
4671
4672 2007-03-06 [wwp]        2.8.1cvs2
4673
4674         * src/gtk/gtkutils.c
4675         * src/plugins/trayicon/trayicon_prefs.h
4676         * src/plugins/trayicon/trayicon_prefs.c
4677         * src/plugins/trayicon/trayicon.c
4678         * src/mainwindow.h
4679         * src/mainwindow.c
4680                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4681                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4682
4683
4684 2007-03-06 [paul]       2.8.1cvs1
4685
4686         * NEWS
4687         * README
4688         * RELEASE_NOTES
4689         * configure.ac
4690                 bump version number following
4691                 stable release
4692
4693 2007-03-06 [paul]       2.8.0cvs24
4694
4695         * po/cs.po
4696                 corrected by by Tim <timbrain@post.cz>
4697
4698 2007-03-05 [colin]      2.8.0cvs23
4699
4700         * src/Makefile.am
4701         * src/procmime.c
4702                 Fix mime/globs path on NetBSD
4703                 patch by George Michaelson
4704
4705 2007-03-05 [wwp]        2.8.0cvs22
4706
4707         * src/addr_compl.c
4708                 Remove debug statement (accidentally committed w/ cvs14).
4709
4710 2007-03-05 [paul]       2.8.0cvs21
4711
4712         * src/plugins/pgpcore/prefs_gpg.c
4713                 fix compiler warning
4714
4715 2007-03-05 [wwp]        2.8.0cvs20
4716
4717         * src/matcher_parser_parse.y
4718                 Fix mismerge between cvs17 and cvs19.
4719
4720 2007-03-05 [wwp]        2.8.0cvs19
4721
4722         * src/matcher_parser_parse.y
4723         * src/prefs_filtering_action.c
4724         * src/matcher.c
4725         * src/matcher.h
4726         * src/filtering.c
4727         * src/filtering.h
4728                 Add new 'add_to_addressbook' filtering/processing action.
4729
4730 2007-03-05 [wwp]        2.8.0cvs18
4731
4732         * src/filtering.c
4733                 Fix mark_as_ham filtering/processing action: spam flag
4734                 was not unset.
4735
4736 2007-03-04 [colin]      2.8.0cvs17
4737
4738         * src/filtering.c
4739         * src/matcher.c
4740         * src/matcher.h
4741         * src/matcher_parser_parse.y
4742         * src/prefs_filtering_action.c
4743                 Add 'Mark as spam' and 'Mark as ham' filtering
4744                 actions. Fixes bug 1138.
4745
4746 2007-03-04 [colin]      2.8.0cvs16
4747
4748         * src/imap.c
4749                 Fix bug 1140, wrong return value
4750                 without libetpan
4751
4752 2007-03-04 [wwp]        2.8.0cvs15
4753
4754         * src/addr_compl.c
4755                 Rollback cvs14: don't free stuff that is managed in g_list.
4756
4757 2007-03-04 [wwp]        2.8.0cvs14
4758
4759         * src/addr_compl.c
4760                 Fix a leak in address completion code.
4761
4762 2007-03-04 [colin]      2.8.0cvs13
4763
4764         * src/addr_compl.c
4765                 Maybe fix bug 1136, 'Crash in group 
4766                 address completion'
4767
4768 2007-03-04 [iwkse]      2.8.0cvs12
4769
4770         * src/imap.c
4771                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4772
4773 2007-03-03 [colin]      2.8.0cvs11
4774
4775         * src/plugins/pgpinline/pgpinline.c
4776                 Fix off-by-one, fix double-free. Fixes
4777                 bug 1135, 'cm-segfault on decrypting 
4778                 with PGP/inline'
4779
4780 2007-03-03 [colin]      2.8.0cvs10
4781
4782         * configure.ac
4783         * src/main.c
4784         * src/common/plugin.c
4785                 Fix bug 1134, 'Valgrind macros unhandled 
4786                 by Irix's cc'
4787
4788 2007-03-02 [colin]      2.8.0cvs9
4789
4790         * src/mbox.c
4791                 Don't error out on EAGAIN. Fixes 
4792                 bug 1129, '"local mbox file" account 
4793                 isn't retrieving mails'
4794
4795 2007-03-01 [wwp]        2.8.0cvs8
4796
4797         * src/mainwindow.c
4798         * src/gtk/colorlabel.c
4799                 Remove accels for extra color labels until we set better
4800                 and definitive ones.
4801
4802 2007-02-28 [wwp]        2.8.0cvs7
4803
4804         * src/mainwindow.c
4805         * src/matcher_parser_parse.y
4806         * src/prefs_common.c
4807         * src/prefs_msg_colors.c
4808         * src/procmsg.h
4809         * src/gtk/colorlabel.c
4810         * src/gtk/colorlabel.h
4811                 Add more customizable color labels. Cleaned up a bit
4812                 the color label API to avoid duplicate defines of
4813                 the max number of colors.
4814
4815 2007-02-27 [colin]      2.8.0cvs6
4816
4817         * src/mainwindow.c
4818         * src/common/utils.c
4819         * src/common/utils.h
4820                 Fix '+' in mailto URIs for List-* headers
4821
4822 2007-02-27 [colin]      2.8.0cvs5
4823
4824         * src/gtk/gtkutils.c
4825                 Use gtk_window_set_role instead of 
4826                 _set_wmclass
4827
4828 2007-02-27 [colin]      2.8.0cvs4
4829
4830         * src/inc.c
4831                 Fix "After receiving new mail, go to inbox" on IMAP,
4832                 and make it work only on manual reception
4833
4834 2007-02-27 [wwp]        2.8.0cvs3
4835
4836         * src/prefs_filtering.c
4837         * src/prefs_filtering_action.c
4838         * src/prefs_matcher.c
4839                 Update filtering matcher's and action's color label menus
4840                 when re-opening those dialogs (reflect any change to the
4841                 color labels list in the preferences).
4842
4843 2007-02-27 [colin]      2.8.0cvs2
4844
4845         * src/imap.c
4846         * src/etpan/etpan-thread-manager-types.h
4847         * src/etpan/etpan-thread-manager.c
4848         * src/etpan/imap-thread.c
4849                 Log imap ALERTs as errors in the log.
4850
4851 2007-02-26 [paul]       2.8.0cvs1
4852
4853         * tools/claws.i18n.status.pl
4854                 updated
4855
4856 2007-02-26 [paul]       2.7.2cvs75
4857
4858         * po/ca.po
4859         * po/cs.po
4860         * po/de.po
4861         * po/en_GB.po
4862         * po/fi.po
4863         * po/fr.po
4864         * po/hu.po
4865         * po/pl.po
4866         * po/pt_BR.po
4867         * po/sk.po
4868         * po/sr.po
4869         * po/zh_CN.po
4870                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4871                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4872                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4873                 Aleksandar Urosevic, and Ralgh Young
4874
4875 2007-02-25 [mones]      2.7.2cvs74
4876
4877         * po/es.po
4878                 Updated for release
4879
4880 2007-02-25 [colin]      2.7.2cvs73
4881
4882         * src/main.c
4883                 Clearing the list is only useful
4884                 to prevent a valgrind false-positive
4885
4886 2007-02-25 [paul]       2.7.2cvs72
4887
4888         * tools/Makefile.am
4889         * tools/README
4890         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4891         * tools/maildir2claws-mail.pl  **REMOVED**
4892                 renamed the script, fixed a couple bugs
4893
4894 2007-02-23 [colin]      2.7.2cvs71
4895
4896         * src/addressbook.c
4897                 Fix a leak, check for a few improbable nulls
4898
4899 2007-02-23 [colin]      2.7.2cvs70
4900
4901         * src/main.c
4902         * src/main.h
4903         * src/plugins/trayicon/trayicon.c
4904                 Fix blinking mainwin when starting in tray
4905                 (show mainwindow later in the startup process,
4906                  apart if restarting post-crash)
4907
4908 2007-02-23 [colin]      2.7.2cvs69
4909
4910         * src/folderview.c
4911         * src/imap_gtk.c
4912                 Fix crash when unsubscribing the currently
4913                 selected/opened folder
4914
4915 2007-02-23 [colin]      2.7.2cvs68
4916
4917         * src/compose.c
4918                 Fix bug that prevented colorization to
4919                 work without wrap quotation option
4920
4921 2007-02-23 [colin]      2.7.2cvs67
4922
4923         * src/addr_compl.c
4924                 Fix refcounting, start and end completion who
4925                 behaved as if there couldn't be any other current
4926                 user of completion
4927
4928 2007-02-23 [wwp]        2.7.2cvs66
4929
4930         * src/addressbook.c
4931         * src/addrindex.c
4932                 Address completion fixes: fix addressbook_peek_folder_exists() in
4933                 which the algorithm was ridiculously over-obfuscated and broken.
4934                 Fix addrindex_load_completion() as well, to load addresses in
4935                 completion list with regards to what addressbook_peek_folder_exists()
4936                 returns now.
4937
4938 2007-02-23 [wwp]        2.7.2cvs65
4939
4940         * src/addr_compl.c
4941                 Add addresses to completion when they're non-empty (thanks to Colin).
4942
4943 2007-02-23 [paul]       2.7.2cvs64
4944
4945         * src/plugins/pgpcore/passphrase.c
4946                 remove 'const '
4947
4948 2007-02-23 [colin]      2.7.2cvs63
4949
4950         * src/plugins/pgpcore/prefs_gpg.c
4951         * src/plugins/pgpcore/prefs_gpg.h
4952         * src/plugins/pgpcore/sgpgme.c
4953         * src/plugins/pgpinline/pgpinline.c
4954         * src/plugins/pgpmime/pgpmime.c
4955                 Try harder to respect user's choice wrt
4956                 gpg-agent even with gpg2, by unsetting
4957                 GPG_AGENT_INFO when necessary.
4958
4959 2007-02-22 [paul]       2.7.2cvs62
4960
4961         * src/plugins/pgpcore/sgpgme.c
4962         * src/plugins/pgpcore/sgpgme.h
4963         * src/plugins/pgpcore/passphrase.c
4964         * src/plugins/pgpinline/pgpinline.c
4965         * src/plugins/pgpmime/pgpmime.c
4966                 Fix a leak - gpgme_data_release_and_get_mem
4967                 leaks in recent gpgme. Workaround by using
4968                 our own function.
4969
4970 2007-02-22 [paul]       2.7.2cvs61
4971
4972         * src/gtk/quicksearch.c
4973                 Abandon dynamic search when pressing
4974                 Enter
4975
4976 2007-02-21 [colin]      2.7.2cvs60
4977
4978         * src/procmsg.c
4979         * src/plugins/pgpcore/passphrase.c
4980                 Fix little memory leaks
4981         * src/main.c
4982                 Fix false-positive leak at exit
4983         * src/gtk/quicksearch.c
4984                 Fix potentially big leak in recursive
4985                 Quicksearch
4986
4987 2007-02-21 [wwp]        2.7.2cvs59
4988
4989         * src/summaryview.c
4990                 Add missing newline to a debug message.
4991
4992 2007-02-20 [colin]      2.7.2cvs58
4993
4994         * src/Makefile.am
4995         * src/mimeview.c
4996         * src/stock_pixmap.c
4997         * src/stock_pixmap.h
4998         * src/pixmaps/mime_pgpsig.xpm
4999                 Add icon for application/pgp-signature
5000
5001 2007-02-20 [colin]      2.7.2cvs57
5002
5003         * src/Makefile.am
5004         * src/main.c
5005         * src/mimeview.c
5006         * src/stock_pixmap.c
5007         * src/stock_pixmap.h
5008         * src/pixmaps/mime_calendar.xpm
5009         * src/pixmaps/mime_pdf.xpm
5010         * src/pixmaps/mime_ps.xpm
5011                 Add icons for text/calendar, application/pdf
5012                 and application/postscript
5013
5014 2007-02-20 [colin]      2.7.2cvs56
5015
5016         * autogen.sh
5017         * src/matcher_parser_parse.y
5018         * src/matcher_parser_lex.l
5019                 Fix big memory leak in flex, and
5020                 require flex 2.5.31
5021
5022 2007-02-20 [wwp]        2.7.2cvs55
5023
5024         * src/matcher_parser_parse.y
5025                 Fix a duplicate token definition (thanks to iwkse).
5026
5027 2007-02-20 [wwp]        2.7.2cvs54
5028
5029         * src/matcher_parser_lex.l
5030         * src/quote_fmt_lex.l
5031                 Use proper flex options instead of direct use of #define,
5032                 make the flex-generated C lighter.
5033
5034 2007-02-20 [colin]      2.7.2cvs53
5035
5036         * src/summaryview.c
5037                 Grab focus in message list after hiding
5038                 the quicksearch, instead of leaving it
5039                 "somewhere"
5040
5041 2007-02-19 [colin]      2.7.2cvs52
5042
5043         * src/folderview.c
5044                 Fix bug 1033, 'Automatically refresh 
5045                 message list when new messages arrives'
5046                 Looks like folderview->opened can sometimes
5047                 be wrong...
5048
5049 2007-02-19 [paul]       2.7.2cvs51
5050
5051         * tools/Makefile.am
5052         * tools/README
5053         * tools/thunderbird-filters-convertor.pl
5054                 add new script which converts thunderbird filter
5055                 rules to Claws filter rules
5056
5057 2007-02-18 [paul]       2.7.2cvs50
5058
5059         * src/plugins/pgpcore/prefs_gpg.c
5060         * src/plugins/pgpcore/prefs_gpg.h
5061         * src/plugins/pgpcore/sgpgme.c
5062         * src/plugins/pgpinline/pgpinline.c
5063         * src/plugins/pgpmime/pgpmime.c
5064                 improved GUI interoperability with gpg-agent
5065
5066 2007-02-18 [paul]       2.7.2cvs49
5067
5068         * src/prefs_account.c
5069                 Privacy options sensitivity fix
5070
5071 2007-02-17 [colin]      2.7.2cvs48
5072
5073         * src/messageview.c
5074                 Reset icon to warning in the noticeview
5075
5076 2007-02-15 [colin]      2.7.2cvs47
5077
5078         * src/folderview.c
5079                 Fix a manifestation of bug 1033 (summaryview failing
5080                 to update for new mails), which happens after editing
5081                 account preferences or preferences that cause a 
5082                 folderview reload.
5083
5084 2007-02-15 [colin]      2.7.2cvs46
5085
5086         * src/addressbook.c
5087                 Probably fix bug 1123, 'Segmentation 
5088                 fault while opening address book'. I get
5089                 g_warnings if the saved paned position is
5090                 not greater than 0. Also, save position
5091                 when hiding the addressbook instead of
5092                 via signal.
5093
5094 2007-02-14 [colin]      2.7.2cvs45
5095
5096         * src/plugins/pgpcore/prefs_gpg.c
5097         * src/plugins/pgpcore/prefs_gpg.h
5098         * src/plugins/pgpcore/sgpgme.c
5099         * src/plugins/pgpinline/pgpinline.c
5100         * src/plugins/pgpmime/pgpmime.c
5101                 Add an option "Use gpg-agent if available". Fixes
5102                 annoyances with distro-installed gpg-agent, when
5103                 no pinentry program is installed, and the user's 
5104                 at a loss on why "decryption failed". Makes more
5105                 clear why passphrase isn't saved when gpg-agent is
5106                 used. Defaults to true, to avoid changing the 
5107                 current behaviour.
5108
5109 2007-02-14 [wwp]        2.7.2cvs44
5110
5111         * src/matcher_parser_parse.y
5112                 Fix missing line number reset (wrong line number might appear
5113                 when re-loading filtering rules if there's a parser error).
5114
5115 2007-02-13 [colin]      2.7.2cvs43
5116
5117         * src/common/utils.c
5118                 Don't encode ',' in URIs before passing it
5119                 to the browser command-line. It was probably
5120                 done at a time where commas in URIs made
5121                 mozilla -remote 'openurl(%s,new-window)'
5122                 bug.
5123
5124 2007-02-13 [wwp]        2.7.2cvs42
5125
5126         * src/prefs_matcher.c
5127         * src/plugins/bogofilter/bogofilter_gtk.c
5128                 A bit of string factorization around "Select ..." buttons.
5129
5130 2007-02-11 [colin]      2.7.2cvs41
5131
5132         * src/alertpanel.c
5133                 Make sure to escape the title
5134
5135 2007-02-11 [colin]      2.7.2cvs40
5136
5137         * src/codeconv.c
5138                 Recognize .utf8 locales as .UTF-8 ones
5139
5140 2007-02-11 [colin]      2.7.2cvs39
5141
5142         * src/compose.c
5143                 Fix code conversion when dragging a file
5144
5145 2007-02-09 [colin]      2.7.2cvs38
5146
5147         * src/plugins/clamav/clamav_plugin.c
5148                 Complete Paul's patch with conditional
5149                 compilation to avoid breaking compilation
5150                 on old Dapper and Edgy... Maybe other
5151                 distros too.
5152
5153 2007-02-09 [paul]       2.7.2cvs37
5154
5155         * src/plugins/clamav/clamav_plugin.c
5156                 fix for the upstream changes in libclamav
5157
5158 2007-02-09 [paul]       2.7.2cvs36
5159
5160         * src/main.c
5161         * src/mainwindow.c
5162         * src/procmsg.c
5163         * src/procmsg.h
5164                 fix "warn if there are queued messages" (on exit)
5165                 option, which only checked the first mailbox's
5166                 queue
5167                 don't ask before emptying trash if there are no
5168                 messages in trash, also check and empty all trash
5169                 folders
5170         * src/prefs_other.c
5171                 move "Ask before emptying trash" option
5172                 outside of the "On exit" frame as it's
5173                 not only an "On exit" option
5174
5175 2007-02-09 [paul]       2.7.2cvs35
5176
5177         * src/addrgather.c
5178         * src/alertpanel.c
5179         * src/editldap.c
5180         * src/prefs_account.c
5181         * src/prefs_folder_item.c
5182         * src/prefs_gtk.h
5183         * src/prefs_matcher.c
5184         * src/prefs_message.c
5185         * src/prefs_msg_colors.c
5186         * src/prefs_summaries.c
5187         * src/wizard.c
5188         * src/gtk/inputdialog.c
5189         * src/plugins/bogofilter/bogofilter_gtk.c
5190                 pedantic commit: use 'checkbtn' everywhere
5191                 instead of a mixture of 'checkbtn' and 'chkbtn'
5192
5193 2007-02-09 [paul]       2.7.2cvs34
5194
5195         * src/compose.c
5196                 fix default hotkeys
5197         * src/prefs_other.c
5198         * src/prefs_send.c
5199                 move "Never send Return Receipts" from
5200                 prefs_other to prefs_send
5201                 add an option "Ask about account specific
5202                 filtering rules..." to prefs_other
5203         * src/gtk/gtkutils.c
5204                 fix a compiler warning
5205
5206 2007-02-08 [colin]      2.7.2cvs33
5207
5208         * src/plugins/pgpinline/pgpinline.c
5209                 Fix bug 1110, 'pgpmime fails to process 
5210                 encapsulated openpgp mime (rfc 3156, 6.1 
5211                 -> rfc1847)'
5212                 It was due to an interaction between PGP/Mime
5213                 and PGP/Inline plugin. 
5214
5215 2007-02-08 [colin]      2.7.2cvs32
5216
5217         * src/inc.c
5218         * src/mbox.c
5219         * src/mbox.h
5220                 Fix bug 1117, 'fcntl locking code 
5221                 does not work in mbox.c'
5222
5223 2007-02-08 [colin]      2.7.2cvs31
5224
5225         * src/prefs_account.c
5226                 Fix Gentoo bug 165819, 'can't create 
5227                 a "local mbox file" account'. Patch
5228                 by Olivier <castan.o@free.fr>
5229
5230 2007-02-07 [colin]      2.7.2cvs30
5231
5232         * src/ldapquery.c
5233                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5234                 autocompletion was used'
5235
5236 2007-02-07 [paul]       2.7.2cvs29
5237
5238         * src/folder.c
5239                 cut down on unnecessary debug_prints
5240         * src/imap_gtk.c
5241                 fix menu_set_active() on 'Show only
5242                 subscribed folders'
5243
5244 2007-02-07 [paul]       2.7.2cvs28
5245
5246         * src/plugins/clamav/clamav_plugin.c
5247         * src/plugins/clamav/clamav_plugin.h
5248         * src/plugins/clamav/clamav_plugin_gtk.c
5249                 fix copyright header
5250
5251 2007-02-07 [paul]       2.7.2cvs27
5252
5253         * src/procheader.c
5254                 fix bug 1116, 'summary view allow a 
5255                 subject line break'
5256
5257 2007-02-06 [colin]      2.7.2cvs26
5258
5259         * src/summaryview.c
5260                 Fix delete thread
5261
5262 2007-02-05 [fabien]     2.7.2cvs25
5263
5264         * po/POTFILES.in
5265         * src/uri_opener.c
5266                 i18n related - 1 fix and 1 message for translators.
5267
5268 2007-02-05 [colin]      2.7.2cvs24
5269
5270         * src/gtk/quicksearch.c
5271                 Don't reload summary list if quicksearch wasn't
5272                 active on hiding; move currently selected mail in
5273                 the visible area when showing the quicksearch
5274
5275 2007-02-05 [colin]      2.7.2cvs23
5276
5277         * src/folderview.c
5278                 Add debug to try to solve bug 1104
5279
5280 2007-02-05 [paul]       2.7.2cvs22
5281
5282         * src/mainwindow.c
5283                 confirm before emptying trash on exit is
5284                 a Yes or No answer, use Yes or No in the
5285                 dialog
5286
5287 2007-02-04 [colin]      2.7.2cvs21
5288
5289         * src/compose.c
5290         * src/plugins/pgpcore/passphrase.c
5291         * src/plugins/pgpcore/select-keys.c
5292                 Set wmclass on new windows
5293
5294 2007-02-04 [colin]
5295
5296         2.8.0-rc1 released
5297
5298 2007-02-04 [colin]      2.7.2cvs20
5299
5300         * src/compose.c
5301         * src/compose.h
5302                 Auto save drafts on exit, reopen them
5303                 at startup, instead of asking
5304         * src/account.c
5305         * src/addressadd.c
5306         * src/addressbook.c
5307         * src/addressbook_foldersel.c
5308         * src/addrgather.c
5309         * src/crash.c
5310         * src/editaddress.c
5311         * src/editbook.c
5312         * src/editgroup.c
5313         * src/editjpilot.c
5314         * src/editldap.c
5315         * src/editldap_basedn.c
5316         * src/editvcard.c
5317         * src/exphtmldlg.c
5318         * src/expldifdlg.c
5319         * src/export.c
5320         * src/foldersel.c
5321         * src/gedit-print.c
5322         * src/import.c
5323         * src/importldif.c
5324         * src/importmutt.c
5325         * src/importpine.c
5326         * src/main.c
5327         * src/mainwindow.c
5328         * src/message_search.c
5329         * src/messageview.c
5330         * src/prefs_actions.c
5331         * src/prefs_customheader.c
5332         * src/prefs_display_header.c
5333         * src/prefs_filtering.c
5334         * src/prefs_filtering_action.c
5335         * src/prefs_folder_column.c
5336         * src/prefs_gtk.c
5337         * src/prefs_matcher.c
5338         * src/prefs_other.c
5339         * src/prefs_summaries.c
5340         * src/prefs_summary_column.c
5341         * src/prefs_template.c
5342         * src/sourcewindow.c
5343         * src/ssl_manager.c
5344         * src/summary_search.c
5345         * src/uri_opener.c
5346         * src/gtk/about.c
5347         * src/gtk/description_window.c
5348         * src/gtk/foldersort.c
5349         * src/gtk/gtkutils.c
5350         * src/gtk/gtkutils.h
5351         * src/gtk/icon_legend.c
5352         * src/gtk/logwindow.c
5353         * src/gtk/pluginwindow.c
5354         * src/gtk/prefswindow.c
5355                 Give different wmclass to different
5356                 windows - thanks to sed ;)
5357
5358 2007-02-04 [colin]      2.7.2cvs19
5359
5360         * src/main.c
5361                 Revert previous patch, can't reproduce
5362                 it anymore. 
5363
5364 2007-02-03 [colin]      2.7.2cvs18
5365
5366         * src/main.c
5367                 Don't save the mainwindow size and
5368                 position on emergency exit (libSM's
5369                 "die" callback), Xfce seems to make
5370                 the window smaller just before the
5371                 size's saved.
5372
5373 2007-02-03 [colin]      2.7.2cvs17
5374
5375         * src/plugins/bogofilter/bogofilter.c
5376         * src/plugins/bogofilter/bogofilter.h
5377         * src/plugins/bogofilter/bogofilter_gtk.c
5378         * src/plugins/pgpinline/pgpinline.c
5379         * src/plugins/pgpinline/pgpinline.h
5380                 Fix more copyrights
5381
5382 2007-02-03 [colin]      2.7.2cvs16
5383
5384         * src/partial_download.c
5385         * src/partial_download.h
5386         * src/ssl_manager.c
5387         * src/ssl_manager.h
5388         * src/uri_opener.c
5389         * src/uri_opener.h
5390         * src/wizard.c
5391         * src/wizard.h
5392         * src/common/ssl_certificate.c
5393         * src/common/ssl_certificate.h
5394         * src/gtk/quicksearch.c
5395         * src/gtk/quicksearch.h
5396         * src/gtk/sslcertwindow.c
5397         * src/gtk/sslcertwindow.h
5398                 Fix copyright on my files
5399
5400 2007-02-02 [colin]      2.7.2cvs15
5401
5402         * src/Makefile.am
5403         * src/mainwindow.c
5404         * src/messageview.c
5405         * src/messageview.h
5406         * src/textview.c
5407         * src/textview.h
5408         * src/uri_opener.c
5409         * src/uri_opener.h
5410                 Add Tools/List URIs to allow
5411                 opening any URI in the current mail
5412
5413 2007-02-02 [colin]      2.7.2cvs14
5414
5415         * src/common/valgrind.h ** NEW FILE **
5416         * src/common/Makefile.am
5417         * src/common/plugin.c
5418                 Don't dlclose the plugins if we're running
5419                 under valgrind. (doesn't require valgrind
5420                 either at compile time or run time).
5421
5422 2007-02-01 [paul]       2.7.2cvs13
5423
5424         * AUTHORS
5425         * src/gtk/authors.h
5426         * tools/freshmeat_search.pl
5427         * tools/google_search.pl
5428         * tools/multiwebsearch.pl
5429                 add support for non ISO-8859-1 compatible locales
5430                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5431
5432 2007-02-01 [colin]      2.7.2cvs12
5433
5434         * src/prefs_other.c
5435         * src/prefs_summaries.c
5436                 Move keybinding prefs to the Other page
5437
5438 2007-02-01 [wwp]        2.7.2cvs11
5439
5440         * src/plugins/trayicon/trayicon.c
5441                 Fix a raising issue within KDE.
5442
5443 2007-02-01 [colin]      2.7.2cvs10
5444
5445         * src/codeconv.c
5446                 Fix stray quotes in encoded strings
5447         * src/addressadd.c
5448                 Fix wrong call causing g_warnings
5449         * src/textview.c
5450                 Remove useless message
5451
5452 2007-01-31 [wwp]        2.7.2cvs9
5453
5454         * src/plugins/trayicon/trayicon.c
5455                 fix buggy hiding of main window when closing if close-to-tray
5456                 is not set (bad logics  in the trayicon hook code).
5457                 Changed the quit confirmation message too.
5458
5459 2007-01-30 [colin]      2.7.2cvs8
5460
5461         * src/main.c
5462                 Fix hidden mainwindow after clicking on
5463                 the X close button, if compose windows
5464                 exist and the user chooses not to quit
5465
5466 2007-01-30 [colin]      2.7.2cvs7
5467
5468         * src/main.c
5469         * src/compose.c
5470                 Handle local URIs to attach files (file:///...)
5471                 Fixes attaching files from Thunar for example
5472
5473 2007-01-30 [colin]      2.7.2cvs6
5474
5475         * src/prefs_ext_prog.c
5476                 Add 'mousepad' to the list of text editors.
5477                 Mousepad is XFCE's text editor
5478
5479 2007-01-29 [wwp]        2.7.2cvs5
5480
5481         * po/POTFILES.in
5482         * src/plugins/trayicon/trayicon_prefs.c
5483                 trayicon i18n fixes, thanks to Fabien.
5484
5485 2007-01-28 [wwp]        2.7.2cvs4
5486
5487         * src/mainwindow.c
5488         * src/mainwindow.h
5489         * src/plugins/trayicon/trayicon.c
5490         * src/plugins/trayicon/trayicon_prefs.c
5491         * src/plugins/trayicon/trayicon_prefs.h
5492                 Added a new TrayIcon plugin option to close to tray
5493                 (WM's hotkey and [X] button will hide the window instead
5494                 of closing it - closing CM can be done using the tray icon
5495                 menu or the File menu).
5496                 Improved visibility handling in trayicon, clicking the
5497                 trayicon now raise the window to current desktop when it
5498                 was either minimized/shaded/on another desktop.
5499                 Thanks to Paul for testing and fixing a strange behaviour
5500                 in KDE ;-).
5501
5502 2007-01-27 [paul]       2.7.2cvs3
5503
5504         * src/prefs_folder_item.c
5505         * src/prefs_receive.c
5506         * src/plugins/pgpcore/prefs_gpg.c
5507                 use 'start-up' instead of 'startup' in labels
5508
5509 2007-01-26 [wwp]        2.7.2cvs2
5510
5511         * src/plugins/trayicon/Makefile.am
5512         * src/plugins/trayicon/trayicon.c
5513         * src/plugins/trayicon/trayicon_prefs.c
5514         * src/plugins/trayicon/trayicon_prefs.h
5515                 Add a new TrayIcon option to hide the main window at
5516                 start-up.
5517                 Fix trayicon.c copyright header.
5518
5519 2007-01-26 [paul]       2.7.2cvs1
5520
5521         * NEWS
5522         * README
5523         * RELEASE_NOTES
5524         * configure.ac
5525                 bump up version number following
5526                 stable release
5527
5528 2007-01-25 [mones]      2.7.1cvs60
5529
5530         * po/es.po
5531                 updated thousands of strings (well, probably less ;-)
5532
5533 2007-01-25 [colin]      2.7.1cvs59
5534
5535         * src/matcher.c
5536                 Fix 2nd-run loss of matcherrc on new
5537                 configurations. 
5538
5539 2007-01-25 [wwp]        2.7.1cvs58
5540
5541         * src/mimeview.c
5542                 fix handling of empty value in attach_save_directory too, thanks
5543                 to Colin.
5544
5545 2007-01-25 [wwp]        2.7.1cvs57
5546
5547         * src/gtk/filesel.c
5548                 fix handling of empty value in attach_load_directory,
5549                 thanks to Colin.
5550
5551 2007-01-25 [wwp]        2.7.1cvs56
5552
5553         * src/plugins/dillo_viewer/dillo_prefs.h
5554                 fix a typo.
5555
5556 2007-01-25 [colin]      2.7.1cvs55
5557
5558         * src/matcher.c
5559         * src/matcher.h
5560         * src/matcher_parser_parse.y
5561         * src/prefs_matcher.c
5562                 Add matching on the spam flag
5563
5564 2007-01-24 [colin]      2.7.1cvs54
5565
5566         * src/folder.c
5567         * src/common/xml.c
5568         * src/common/xml.h
5569                 Make sure folderlist.xml is correctly
5570                 written before overwriting it.
5571         * src/procmsg.c
5572         * src/procmsg.h
5573         * src/summaryview.c
5574         * src/plugins/bogofilter/bogofilter.c
5575         * src/plugins/bogofilter/bogofilter.h
5576         * src/plugins/bogofilter/bogofilter_gtk.c
5577         * src/plugins/spamassassin/spamassassin.c
5578         * src/plugins/spamassassin/spamassassin.h
5579         * src/plugins/spamassassin/spamassassin_gtk.c
5580                 Move spam to the correct trash folder after
5581                 learning, if spam directory isn't set.
5582
5583 2007-01-23 [paul]       2.7.1cvs53
5584
5585         * src/plugins/bogofilter/bogofilter_gtk.c
5586                 fix sensitivity of "Insert X-Bogosity header"
5587                 option
5588
5589 2007-01-23 [colin]      2.7.1cvs52
5590
5591         * src/toolbar.c
5592                 Translate toolbar items text if
5593                 they're translatable (default)
5594         * src/addrcache.c
5595         * src/addrcache.h
5596         * src/addritem.c
5597         * src/addritem.h
5598         * src/codeconv.c
5599         * src/codeconv.h
5600         * src/jpilot.c
5601         * src/jpilot.h
5602         * src/ldapctrl.c
5603         * src/ldapctrl.h
5604         * src/ldapquery.h
5605         * src/ldif.c
5606         * src/ldif.h
5607         * src/etpan/etpan-thread-manager.c
5608         * src/etpan/etpan-thread-manager.h
5609         * src/gtk/gtkutils.c
5610         * src/gtk/gtkutils.h
5611                 More static functions
5612
5613 2007-01-22 [fabien]     2.7.1cvs51
5614
5615         * src/gtk/gtkutils.c
5616                 gtkut_get_options_frame() : ability to pass
5617                 a 'NULL' value in frame pointer parameter if
5618                 we don't need it.
5619
5620 2007-01-22 [colin]      2.7.1cvs50
5621
5622         * src/procmsg.c
5623         * src/procmsg.h
5624         * src/plugins/bogofilter/bogofilter.c
5625         * src/plugins/bogofilter/bogofilter_gtk.c
5626         * src/plugins/spamassassin/spamassassin.c
5627         * src/plugins/spamassassin/spamassassin_gtk.c
5628                 Allow moving spams to the account's trash
5629                 instead of default one
5630
5631 2007-01-21 [colin]      2.7.1cvs49
5632
5633         * src/ldapquery.c
5634         * src/ldapquery.h
5635                 Revert a static function that shouldn't
5636                 have been
5637
5638 2007-01-21 [colin]      2.7.1cvs48
5639
5640         * src/ldapquery.c
5641         * src/ldapquery.h
5642                 Same
5643
5644 2007-01-21 [colin]      2.7.1cvs47
5645
5646         * src/procmsg.c
5647         * src/procmsg.h
5648                 Same
5649
5650 2007-01-21 [colin]      2.7.1cvs46
5651
5652         * src/common/socket.c
5653         * src/common/socket.h
5654                 Same
5655
5656 2007-01-21 [colin]      2.7.1cvs45
5657
5658         * src/crash.c
5659         * src/exporthtml.c
5660         * src/exporthtml.h
5661         * src/exportldif.c
5662         * src/exportldif.h
5663         * src/folder.c
5664         * src/folder.h
5665         * src/folder_item_prefs.c
5666         * src/folder_item_prefs.h
5667         * src/folderview.c
5668         * src/folderview.h
5669         * src/gedit-print.c
5670         * src/gedit-print.h
5671         * src/main.c
5672         * src/main.h
5673         * src/common/socket.c
5674         * src/common/socket.h
5675         * src/gtk/gtkaspell.c
5676         * src/gtk/gtkaspell.h
5677         * src/gtk/quicksearch.c
5678         * src/gtk/quicksearch.h
5679                 Same
5680
5681 2007-01-21 [colin]      2.7.1cvs44
5682
5683         * src/common/utils.c
5684         * src/common/utils.h
5685         * src/etpan/etpan-thread-manager.c
5686         * src/etpan/etpan-thread-manager.h
5687                 Same (Funny that etpan_thread_unbind
5688                 is called but not etpan_thread_bind)
5689
5690 2007-01-21 [colin]      2.7.1cvs43
5691
5692         * src/addrselect.c
5693         * src/addrselect.h
5694         * src/codeconv.c
5695         * src/codeconv.h
5696         * src/compose.c
5697         * src/compose.h
5698         * src/etpan/Makefile.am
5699         * src/gtk/colorlabel.c
5700         * src/gtk/colorlabel.h
5701         * src/gtk/sslcertwindow.c
5702         * src/gtk/sslcertwindow.h
5703         * src/etpan/etpan-log.c ** REMOVED **
5704         * src/etpan/etpan-log.h ** REMOVED **
5705                 Same
5706
5707 2007-01-20 [colin]      2.7.1cvs42
5708
5709         * src/addritem.c
5710         * src/addritem.h
5711                 Same
5712
5713 2007-01-20 [colin]      2.7.1cvs41
5714
5715         * src/account.c
5716         * src/account.h
5717         * src/addrbook.c
5718         * src/addrbook.h
5719         * src/addrcache.c
5720         * src/addrcache.h
5721         * src/addrclip.c
5722         * src/addrclip.h
5723         * src/addressbook.c
5724         * src/addressbook.h
5725         * src/addrharvest.c
5726         * src/addrharvest.h
5727         * src/addrindex.c
5728         * src/addrindex.h
5729         * src/editaddress.c
5730         * src/editaddress.h
5731                 Make functions that aren't used in other
5732                 files static
5733
5734 2007-01-20 [colin]      2.7.1cvs40
5735
5736         * src/account.c
5737         * src/addrbook.c
5738         * src/addrcache.c
5739         * src/addressbook.c
5740         * src/addrgather.c
5741         * src/addrindex.c
5742         * src/addrquery.c
5743         * src/addrselect.c
5744         * src/browseldap.c
5745         * src/compose.c
5746         * src/editbook.c
5747         * src/editjpilot.c
5748         * src/editldap.c
5749         * src/editldap_basedn.c
5750         * src/editvcard.c
5751         * src/exporthtml.c
5752         * src/exportldif.c
5753         * src/folder.c
5754         * src/folderview.c
5755         * src/image_viewer.c
5756         * src/imap.c
5757         * src/importmutt.c
5758         * src/importpine.c
5759         * src/jpilot.c
5760         * src/ldapquery.c
5761         * src/main.c
5762         * src/mainwindow.c
5763         * src/matcher.c
5764         * src/messageview.c
5765         * src/mh.c
5766         * src/mimeview.c
5767         * src/msgcache.c
5768         * src/mutt.c
5769         * src/news.c
5770         * src/pine.c
5771         * src/prefs_account.c
5772         * src/prefs_common.c
5773         * src/prefs_compose_writing.c
5774         * src/prefs_ext_prog.c
5775         * src/prefs_folder_item.c
5776         * src/prefs_fonts.c
5777         * src/prefs_message.c
5778         * src/prefs_msg_colors.c
5779         * src/prefs_other.c
5780         * src/prefs_quote.c
5781         * src/prefs_receive.c
5782         * src/prefs_send.c
5783         * src/prefs_spelling.c
5784         * src/prefs_summaries.c
5785         * src/prefs_toolbar.c
5786         * src/prefs_wrapping.c
5787         * src/privacy.c
5788         * src/procmime.c
5789         * src/procmsg.c
5790         * src/ssl_manager.c
5791         * src/statusbar.c
5792         * src/summaryview.c
5793         * src/toolbar.c
5794         * src/vcard.c
5795         * src/common/hooks.c
5796         * src/common/log.c
5797         * src/common/passcrypt.c
5798         * src/common/socket.c
5799         * src/common/ssl.c
5800         * src/common/ssl_certificate.c
5801         * src/common/template.c
5802         * src/common/utils.c
5803         * src/etpan/imap-thread.c
5804         * src/gtk/sslcertwindow.c
5805         * src/gtk/sslcertwindow.h
5806                 Make functions that could be static, static
5807
5808 2007-01-20 [colin]      2.7.1cvs39
5809
5810         * src/editldap.c
5811                 Fix tooltip
5812
5813 2007-01-20 [colin]      2.7.1cvs38
5814
5815         * src/ldapquery.c
5816         * src/ldaputil.c
5817         * src/ldaputil.h
5818                 Fix bug 1102, 'claws-mail-2.7.1 
5819                 makes use of deprecated ldap 
5820                 functions'
5821
5822 2007-01-20 [colin]      2.7.1cvs37
5823
5824         * src/mainwindow.c
5825         * src/mainwindow.h
5826         * src/summaryview.c
5827         * src/gtk/quicksearch.c
5828                 Add Wide message list layout
5829
5830 2007-01-19 [fabien]     2.7.1cvs36
5831
5832         * src/textview.c
5833                 make sure a font change is considered in links of
5834                 headerview.
5835
5836 2007-01-19 [colin]      2.7.1cvs35
5837
5838         * src/main.c
5839         * src/mainwindow.c
5840         * src/mainwindow.h
5841         * src/messageview.c
5842         * src/messageview.h
5843         * src/prefs_common.c
5844         * src/prefs_common.h
5845         * src/summaryview.c
5846         * src/summaryview.h
5847         * src/gtk/quicksearch.c
5848         * src/gtk/quicksearch.h
5849                 Drop 'Separate Folder tree' and 'Separate
5850                 Message View'. Put three layouts in place
5851                 of it.
5852
5853 2007-01-19 [paul]       2.7.1cvs34
5854
5855         * src/prefs_msg_colors.c
5856                 more use of Q_ for translators
5857
5858 2007-01-19 [paul]       2.7.1cvs33
5859
5860         * src/imap_gtk.c
5861         * src/prefs_account.c
5862                 a few changes to the English
5863
5864 2007-01-19 [fabien]     2.7.1cvs32
5865
5866         * src/wizard.c
5867                 factorize translatable string
5868
5869 2007-01-18 [colin]      2.7.1cvs31
5870
5871         * src/main.c
5872                 Don't error out on --sync option. Although
5873                 we don't do anything with it, gtk+ handles
5874                 it, and it's useful for debugging X errors
5875
5876 2007-01-18 [fabien]     2.7.1cvs30
5877
5878         * src/prefs_other.c
5879                 ability to apply on the fly the recent added
5880                 'gtk_can_change_accels' pref (no need to restart).
5881
5882 2007-01-18 [fabien]     2.7.1cvs29
5883
5884         * src/plugins/bogofilter/bogofilter_gtk.c
5885         * src/plugins/bogofilter/bogofilter.c
5886         * src/plugins/spamassassin/spamassassin_gtk.c
5887         * src/addr_compl.c
5888         * src/prefs_account.c
5889                 factorize or rewrite some translatable strings.
5890
5891 2007-01-18 [fabien]     2.7.1cvs28
5892
5893         * src/prefs_gtk.h
5894         * src/compose.c
5895                 set a 4pix space between "Subject:" label and subject entry in
5896                 compose window.
5897
5898 2007-01-18 [wwp]        2.7.1cvs27
5899
5900         * src/addressbook.c
5901                 fix conflicting address-copy/paste when focus is set
5902                 to the embedded edit-person form.
5903  
5904
5905 2007-01-18 [wwp]        2.7.1cvs26
5906
5907         * src/addressbook.h
5908                 complete 2.7.1cvs23 (one more file was missing from that
5909                 commit).
5910
5911 2007-01-18 [colin]      2.7.1cvs25
5912
5913         * src/main.c
5914                 Provide a way to migrate without backup
5915                 Re-ask for migration on next start if 
5916                 it has been refused and wizard has been 
5917                 cancelled after.
5918
5919 2007-01-18 [wwp]        2.7.1cvs24
5920
5921         * src/editaddress.c
5922                 complete 2.7.1.cvs23 (file was missing from previous
5923                 commit).
5924
5925 2007-01-18 [wwp]        2.7.1cvs23
5926
5927         * src/addressbook.c
5928                 fix potential crashes in address book's focus_in/out signal handlers,
5929                 force focus to the edit-person form when clicked the Edit menu entry or
5930                 button (this only matters if the edit-person form is embedded to the
5931                 AB window, in that case, focus is not set when browsing the contacts
5932                 list w/ keys or mouse clicks).
5933
5934 2007-01-18 [paul]       2.7.1cvs22
5935
5936         * src/main.c
5937                 add command line options:
5938                 -h for --help
5939                 -q and --quit for --exit
5940                 -v for --version
5941                 print "Unknown option" for unknown options
5942
5943 2007-01-18 [paul]       2.7.1cvs21
5944
5945         * po/ru.po
5946                 updated by Pavlo Bohmat
5947
5948 2007-01-18 [paul]       2.7.1cvs20
5949
5950         * src/mainwindow.c
5951                 fix sensitivity issues of Mark as Spam/Ham
5952
5953 2007-01-17 [fabien]     2.7.1cvs19
5954
5955         * src/prefs_other.c
5956         * src/prefs_common.c
5957         * src/prefs_common.h
5958         * src/main.c
5959                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5960                 control the corresponding gtk property. It could be used to lock
5961                 all shortcuts (avoid to set one of them by inadvertency).
5962
5963 2007-01-17 [colin]      2.7.1cvs18
5964
5965         * src/summaryview.c
5966                 Fix bug 1100, 'Highlighted e-mail data not visible 
5967                 when color label applied.'. Use a weighted average
5968                 between normal selected foreground color and color
5969                 label instead of a simple one (3/1 instead 1/1).
5970
5971 2007-01-17 [colin]      2.7.1cvs17
5972
5973         * src/messageview.c
5974                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5975                 crash' - don't prevent mail switching while loading
5976
5977 2007-01-17 [colin]      2.7.1cvs16
5978
5979         * src/folder.c
5980         * src/folder.h
5981         * src/folderview.c
5982         * src/folderview.h
5983         * src/imap.c
5984         * src/imap.h
5985         * src/imap_gtk.c
5986                 Manage recursive search of unsubscribed folders
5987                 Rescan tree without checking for new messages 
5988                 after subscriptions changed
5989
5990 2007-01-17 [paul]       2.7.1cvs15
5991
5992         * src/prefs_common.c
5993         * src/gtk/pluginwindow.c
5994                 fix bug 1101, '"Load plugin" button is
5995                 accidentally hidden'
5996                 unset (-1) initial width in prefs_common,
5997                 fix overlapping buttons,
5998                 and other cleanups
5999
6000 2007-01-17 [paul]       2.7.1cvs14
6001
6002         * src/procmime.c
6003                 add #include <errno.h>, it's needed
6004                 on some systems
6005
6006 2007-01-17 [paul]       2.7.1cvs13
6007
6008         * src/common/defs.h
6009         * tools/make.themes.project
6010                 rename .sylpheed_themeinfo to .claws_themeinfo
6011                 and use it
6012         * src/etpan/etpan-errors.h
6013         * src/etpan/etpan-log.c
6014         * src/etpan/etpan-log.h
6015         * src/etpan/etpan-thread-manager-types.h
6016         * src/etpan/etpan-thread-manager.c
6017         * src/etpan/etpan-thread-manager.h
6018         * src/etpan/imap-thread.c
6019         * src/etpan/imap-thread.h
6020                 add copyright header
6021
6022 2007-01-17 [colin]      2.7.1cvs12
6023
6024         * src/plugins/pgpcore/select-keys.c
6025         * src/gtk/pluginwindow.c
6026         * src/prefs_account.c
6027                 Fix warnings
6028
6029 2007-01-16 [colin]      2.7.1cvs11
6030
6031         * src/imap.c
6032         * src/imap.h
6033         * src/imap_gtk.c
6034                 Manage subscribing to subfolders when only
6035                 subscribed folders are shown.
6036
6037 2007-01-16 [colin]      2.7.1cvs10
6038
6039         * src/folderview.c
6040                 Fix annoying vscrollbar going back to top
6041                 on Check for new folders
6042
6043 2007-01-16 [colin]      2.7.1cvs9
6044
6045         * src/imap.c
6046                 Remove printf
6047
6048 2007-01-16 [colin]      2.7.1cvs8
6049
6050         * src/filtering.c
6051                 Bigger buffer for errors
6052         * src/imap.c
6053         * src/imap.h
6054         * src/imap_gtk.c
6055         * src/prefs_account.c
6056         * src/prefs_account.h
6057         * src/wizard.c
6058         * src/etpan/imap-thread.c
6059         * src/etpan/imap-thread.h
6060         * manual/handling.xml
6061                 Add subscriptions management. What it changes:
6062                 Creating a folder subscribes to it
6063                 Deleting a folder unsubscribes it
6064                 New contextual menu item allowing to switch between
6065                 All folders and Subscribed folders, subscribe, and
6066                 unsubscribe. "Creating" an existing but unsubscribed
6067                 folder will subscribe it.
6068                 By default for new accounts, only subscribed folders 
6069                 are shown.
6070
6071
6072 2007-01-16 [paul]       2.7.1cvs7
6073
6074         * src/summaryview.c
6075                 Allow folder classes to specify only sort_key or
6076                 sort_type instead of both or none.
6077
6078 2007-01-16 [paul]       2.7.1cvs6
6079
6080         * src/action.c
6081         * src/compose.c
6082         * src/mimeview.c
6083         * src/procmime.c
6084         * src/textview.c
6085                 Save and use errno for procmime_get_part
6086
6087 2007-01-16 [colin]      2.7.1cvs5
6088
6089         * src/imap.c
6090                 Never remove INBOX when scanning for
6091                 new folders. It's a special folder
6092                 that has to exist.
6093
6094 2007-01-15 [colin]      2.7.1cvs4
6095
6096         * src/imap.c
6097                 Fix 'Check for new folders' when IMAP subdirectory
6098                 is set
6099         * src/etpan/imap-thread.c
6100                 Fix build
6101
6102 2007-01-15 [colin]      2.7.1cvs3
6103
6104         * src/etpan/imap-thread.c
6105                 Fix invalid free on command-connection
6106                 error
6107
6108 2007-01-15 [wwp]        2.7.1cvs2
6109
6110         * src/matcher_parser_lex.l
6111         * src/quote_fmt_lex.l
6112         * src/matcher_parser_parse.y
6113                 fix copyright header in lexers and parsers.
6114
6115 2007-01-15 [paul]       2.7.1cvs1
6116
6117         * NEWS
6118         * README
6119         * RELEASE_NOTES
6120         * configure.ac
6121                 bump up version number following
6122                 stable release
6123
6124 2007-01-15 [paul]       2.7.0cvs31
6125
6126         * AUTHORS
6127         * src/gtk/authors.h
6128                 add Fabien to the Team list
6129                 add the recent contributors
6130                 make a few corrections
6131
6132 2007-01-15 [paul]       2.7.0cvs30
6133
6134         * src/mainwindow.c
6135                 fix compiler warning
6136         * src/plugins/pgpcore/prefs_gpg.c
6137         * src/plugins/pgpcore/prefs_gpg.h
6138                 add missing include
6139                 fix copyright header
6140
6141 2007-01-14 [colin]      2.7.0cvs29
6142
6143         * src/gtk/filesel.c
6144                 Use the 'gtk+' backend. Avoids gnome-vfs use,
6145                 two benefits: faster to open, will fix strange
6146                 dbus-related crash. Thanks to Pascal Terjan.
6147
6148 2007-01-14 [colin]      2.7.0cvs28
6149
6150         * src/etpan/imap-thread.c
6151                 Delete the old imap just after allocating
6152                 the new one. Makes sure we don't get the
6153                 same pointer by sheer luck, which feels
6154                 strange in the debug log.
6155
6156 2007-01-14 [colin]      2.7.0cvs27
6157
6158         * src/gtk/inputdialog.c
6159                 Make sure we don't print passwords in
6160                 clear text when in debug mode
6161
6162 2007-01-14 [colin]      2.7.0cvs26
6163
6164         * src/gtk/gtksctree.c
6165                 Fix bug 1098, 'bogus last row display 
6166                 after expanding a thread'. Patch by
6167                 Jindrich Makovicka <makovick@gmail.com>
6168
6169 2007-01-14 [colin]      2.7.0cvs25
6170
6171         * src/etpan/imap-thread.c
6172                 Close socket manually before
6173                 freeing the imap struct
6174
6175 2007-01-14 [colin]      2.7.0cvs24
6176
6177         * src/etpan/imap-thread.c
6178                 Maybe fix new reconnection issues
6179
6180 2007-01-13 [colin]      2.7.0cvs23
6181
6182         * src/summaryview.c
6183                 Freeze/thaw on thread selection
6184
6185 2007-01-13 [paul]       2.7.0cvs22
6186
6187         * src/mainwindow.c
6188         * src/summaryview.c
6189         * src/summaryview.h
6190                 add 'Edit/Delete thread'
6191
6192 2007-01-13 [colin]      2.7.0cvs21
6193
6194         * src/prefs_account.c
6195         * src/prefs_compose_writing.c
6196         * src/prefs_message.c
6197         * src/prefs_msg_colors.c
6198         * src/prefs_other.c
6199         * src/prefs_receive.c
6200         * src/prefs_spelling.c
6201         * src/prefs_summaries.c
6202         * src/prefs_themes.c
6203         * src/gtk/gtkutils.c
6204         * src/gtk/gtkutils.h
6205         * src/plugins/pgpcore/prefs_gpg.c
6206         * src/plugins/spamassassin/spamassassin_gtk.c
6207                 Factorize gtk frame creation
6208                 Patch by Pawel
6209
6210 2007-01-13 [colin]      2.7.0cvs20
6211
6212         * src/message_search.c
6213         * src/summary_search.c
6214                 Fix Enter in search windows
6215         * src/messageview.c
6216                 Fix body search starting at the
6217                 end of the mail (and asking for loop)
6218
6219 2007-01-13 [colin]      2.7.0cvs19
6220
6221         * src/etpan/imap-thread.c
6222                 Make sure we don't free the same imap
6223                 twice
6224
6225 2007-01-13 [colin]      2.7.0cvs18
6226
6227         * commitHelper
6228                 Allow multiple commitHelpers to
6229                 run at once
6230
6231 2007-01-12 [colin]      2.7.0cvs17
6232
6233         * src/etpan/imap-thread.c
6234                 Make sure we get rid of the previous mailimap
6235                 when connecting - just in case disconnect was
6236                 unclean
6237
6238 2007-01-12 [paul]       2.7.0cvs16
6239
6240         * src/compose.c
6241                 Strip S/MIME signatures when re-editing
6242                 S/MIME signed messages.
6243
6244 2007-01-12 [paul]       2.7.0cvs15
6245
6246         * configure.ac
6247         * src/addressbook.c
6248         * src/foldersel.c
6249         * src/folderview.c
6250         * src/main.c
6251                 no need to define CLAWS anymore, remove
6252                 all that stuff
6253
6254 2007-01-12 [paul]       2.7.0cvs14
6255
6256         * src/mimeview.c
6257                 check if the mail's signed as
6258                 it can change the mail structure
6259                 Thanks to Colin
6260
6261 2007-01-12 [paul]       2.7.0cvs13
6262
6263         * src/procmime.c
6264                 fix Forwarding msgs with attachments
6265                 that have dos line endings
6266                 Thanks to Colin
6267
6268 2007-01-12 [wwp]        2.7.0cvs12
6269
6270         * configure.ac
6271                 Revert accidentally committed extra version tag.
6272
6273 2007-01-12 [wwp]        2.7.0cvs11
6274
6275         * src/prefs_account.c
6276                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6277
6278 2007-01-11 [colin]      2.7.0cvs10
6279
6280         * src/imap.c
6281                 move g_warning to debug_print
6282                 it scares people for no reason
6283
6284 2007-01-11 [colin]      2.7.0cvs9
6285
6286         * po/POTFILES.in
6287                 Fix files to translate. Patch by
6288                 Fabien
6289
6290 2007-01-11 [paul]       2.7.0cvs8
6291
6292         * src/imap.c
6293                 Fix recursion when server lists the
6294                 current subfolder in the response
6295         * src/mimeview.c
6296                 Fix updating of icon_list/ctree
6297         * src/plugins/pgpcore/select-keys.c
6298                 Fix a few annoyances when choosing
6299                 keys for the CMS (S/MIME) protocol
6300
6301 2007-01-11 [wwp]        2.7.0cvs7
6302
6303         * src/compose.c
6304         * src/prefs_account.c
6305         * src/prefs_account.h
6306                 Add per-account spellcheck default dictionaries settings.
6307
6308 2007-01-10 [colin]      2.7.0cvs6
6309
6310         * src/prefs_folder_item.c
6311                 Factorize strings - patch by Fabien
6312
6313 2007-01-10 [colin]      2.7.0cvs5
6314
6315         * src/mainwindow.c
6316                 Fix bug 1095, 'Crash while changing folder 
6317                 columns during incorporation'
6318
6319 2007-01-09 [colin]      2.7.0cvs4
6320
6321         * src/gtk/pluginwindow.c
6322                 Set the plugin window transient. Seems
6323                 like some window managers hide it in
6324                 the background after "load plugin"...
6325
6326 2007-01-09 [colin]      2.7.0cvs3
6327
6328         * src/gtk/filesel.c
6329                 Use the same type for alloc and free
6330
6331 2007-01-08 [paul]       2.7.0cvs2
6332
6333         * po/nl.po
6334                 updated by Tim Dijkstra
6335
6336 2007-01-08 [paul]       2.7.0cvs1
6337
6338         * src/prefs_themes.c
6339         * src/common/utils.c
6340                 Fix resource leaks
6341
6342 2007-01-08 [paul]       2.7.0
6343
6344         * NEWS
6345         * README
6346         * RELEASE_NOTES
6347                 2.7.0 released
6348
6349 2007-01-08 [paul]       2.6.1cvs119
6350
6351         * doc/man/claws-mail.1
6352                 another correction
6353
6354 2007-01-08 [paul]       2.6.1cvs118
6355
6356         * doc/man/claws-mail.1
6357                 corrections
6358         * manual/advanced.xml
6359                 improved English usage
6360
6361 2007-01-08 [paul]       2.6.1cvs117
6362
6363         * po/ca.po
6364         * po/de.po
6365         * po/en_GB.po
6366         * po/fi.po
6367         * po/it.po
6368         * po/pt_BR.po
6369         * po/sk.po
6370         * po/sr.po
6371         * po/zh_CN.po
6372                 updated by Miquel Oliete, Stephan Sachse, me,
6373                 Tommi Pirinen, Andrea Spadaccini, Frederico
6374                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6375                 Urosevic, and Ralgh Young
6376
6377 2007-01-07 [mones]      2.6.1cvs116
6378
6379         * manual/es/advanced.xml
6380         * po/es.po
6381                 Synced manual (unhide mark_as_read_delay)
6382                 and updated translation for release
6383
6384 2007-01-07 [paul]       2.6.1cvs115
6385
6386         * src/prefs_matcher.c
6387                 make the hbox content fit better under
6388                 various languages
6389
6390 2007-01-07 [colin]      2.6.1cvs114
6391
6392         * src/messageview.c
6393                 Fix bug 1088, 'Ctrl-h produces repeatable
6394                 crash'
6395
6396 2007-01-06 [colin]      2.6.1cvs113
6397
6398         * src/etpan/imap-thread.c
6399                 Add casts to int to get certs. Fixes
6400                 bug 1064, 'crash @ etpan_certificate_check() 
6401                 when opening an IMAP folder', with latest
6402                 libetpan CVS or >= 0.49
6403         * src/mainwindow.c
6404         * src/mainwindow.h
6405         * src/imap_gtk.c
6406         * src/news_gtk.c
6407         * src/prefs_folder_item.c
6408                 Grey out the "synchronise" menu items if
6409                 there's nothing to synchronise.
6410         * src/plugins/pgpcore/sgpgme.c
6411                 Make an error clearer than "Unknown error"
6412
6413 2007-01-06 [colin]      2.6.1cvs112
6414
6415         * src/messageview.c
6416                 Don't try to show a message if updating
6417                 Maybe fixes bug 1088, 'ctrl-h produces
6418                 repeatable crash'.
6419
6420 2007-01-06 [colin]      2.6.1cvs111
6421
6422         * src/summaryview.c
6423                 Disable Control-Space (handle it as Space).
6424
6425 2007-01-05 [paul]       2.6.1cvs110
6426
6427         * src/imap.c
6428                 Fix bug 934, 'sylpheed claws 2.1 
6429                 doesn't show Exchanges Public Folders'
6430                 Thanks to Hoa and Colin
6431         * src/msgcache.c
6432                 Refuse to allocate more than 2 MB for a 
6433                 single field, it's a good indication of
6434                 cache corruption.
6435
6436 2007-01-05 [colin]      2.6.1cvs109
6437
6438         * src/mainwindow.c
6439                 Allow --select'ing emails by Message-ID too
6440
6441 2007-01-05 [colin]      2.6.1cvs108
6442
6443         * src/common/quoted-printable.c
6444                 Uh! Third fix :)
6445
6446 2007-01-05 [colin]      2.6.1cvs107
6447
6448         * src/common/quoted-printable.c
6449                 Fix previous commit about bug 1089
6450                 Thanks to Ralf
6451
6452 2007-01-05 [colin]      2.6.1cvs106
6453
6454         * src/common/quoted-printable.c
6455                 Fix my previous commit on bug 1089
6456                 - Thanks to Ralf :)
6457
6458 2007-01-04 [colin]      2.6.1cvs105
6459
6460         * src/common/quoted-printable.c
6461                 Fix bug 1089, 'NUL characters in Subject 
6462                 line are misinterpreted'. Not a pain to
6463                 fix in fact.
6464
6465 2007-01-04 [colin]      
6466
6467         2.7.0-rc3 released
6468
6469 2007-01-04 [wwp]        2.6.1cvs104
6470
6471         * src/image_viewer.c
6472                 Force operator precedence (fix a compiler warning).
6473
6474 2007-01-04 [colin]      2.6.1cvs103
6475
6476         * src/image_viewer.c
6477                 Be cautious there too (same fix as the one
6478                 in textview from cvs33)
6479         * src/messageview.c
6480                 Don't use any MimeViewer plugin when showing
6481                 all headers
6482
6483 2007-01-03 [wwp]        2.6.1cvs102
6484
6485         * src/html.c
6486         * src/html.h
6487                 fixed "cent" sign (use the existing ASCII one),
6488                 decode more HTML entities,
6489                 converted table ASCII entries to UTF-8,
6490                 moved a switch() into a hashtable.
6491
6492 2007-01-03 [paul]       2.6.1cvs101
6493
6494         * src/compose.c
6495         * src/messageview.c
6496         * src/procmsg.c
6497         * src/procmsg.h
6498                 When possible, use move_msg instead of
6499                 copy_msg + remove_msg to move sent mail
6500                 from Queue to Sent. 
6501
6502 2007-01-03 [paul]       2.6.1cvs100
6503
6504         * src/html.c
6505                 add more html entity recognition:
6506                 pounds, euros, and cents
6507
6508 2007-01-03 [colin]      2.6.1cvs99
6509
6510         * src/imap_gtk.c
6511                 Don't display an error on NOSELECT
6512                 folders when synchronising
6513
6514 2007-01-03 [paul]       2.6.1cvs98
6515
6516         * tools/maildir2claws-mail.pl
6517                 only substitute 'sent-mail' if it's
6518                 the full directory name
6519
6520 2007-01-03 [paul]       2.6.1cvs97
6521
6522         * ChangeLog
6523         * ChangeLog.pre2.0.0
6524         * Makefile.am
6525                 archive a chunk of ChangeLog in
6526                 ChangeLog.pre2.0.0
6527         * ChangeLog.gtk1
6528         * doc/src/ChangeLog.claws-pre0.8.0
6529                 remove ChangeLog.claws-pre0.8.0, adding
6530                 its contents to ChangeLog.gtk1
6531
6532 2007-01-03 [paul]       2.6.1cvs96
6533
6534         * src/account.c
6535         * src/account.h
6536         * src/action.c
6537         * src/action.h
6538         * src/adbookbase.h
6539         * src/addr_compl.c
6540         * src/addr_compl.h
6541         * src/addrbook.c
6542         * src/addrcache.c
6543         * src/addrcache.h
6544         * src/addrcindex.c
6545         * src/addrcindex.h
6546         * src/addrclip.c
6547         * src/addrclip.h
6548         * src/addrdefs.h
6549         * src/addressadd.c
6550         * src/addressadd.h
6551         * src/addressbook.c
6552         * src/addressbook.h
6553         * src/addressbook_foldersel.c
6554         * src/addressbook_foldersel.h
6555         * src/addrgather.c
6556         * src/addrgather.h
6557         * src/addrharvest.c
6558         * src/addrharvest.h
6559         * src/addrindex.c
6560         * src/addrindex.h
6561         * src/addritem.c
6562         * src/addritem.h
6563         * src/addrquery.c
6564         * src/addrquery.h
6565         * src/addrselect.c
6566         * src/addrselect.h
6567         * src/alertpanel.c
6568         * src/alertpanel.h
6569         * src/browseldap.c
6570         * src/browseldap.h
6571         * src/codeconv.c
6572         * src/codeconv.h
6573         * src/compose.c
6574         * src/compose.h
6575         * src/customheader.c
6576         * src/customheader.h
6577         * src/displayheader.c
6578         * src/displayheader.h
6579         * src/editaddress.c
6580         * src/editaddress.h
6581         * src/editbook.c
6582         * src/editbook.h
6583         * src/editgroup.c
6584         * src/editgroup.h
6585         * src/editjpilot.c
6586         * src/editjpilot.h
6587         * src/editldap.c
6588         * src/editldap.h
6589         * src/editldap_basedn.c
6590         * src/editldap_basedn.h
6591         * src/editvcard.c
6592         * src/editvcard.h
6593         * src/exphtmldlg.c
6594         * src/exphtmldlg.h
6595         * src/expldifdlg.c
6596         * src/expldifdlg.h
6597         * src/export.c
6598         * src/export.h
6599         * src/exporthtml.c
6600         * src/exporthtml.h
6601         * src/exportldif.c
6602         * src/exportldif.h
6603         * src/filtering.c
6604         * src/filtering.h
6605         * src/folder.c
6606         * src/folder.h
6607         * src/folder_item_prefs.c
6608         * src/folder_item_prefs.h
6609         * src/foldersel.c
6610         * src/foldersel.h
6611         * src/folderutils.c
6612         * src/folderutils.h
6613         * src/folderview.c
6614         * src/folderview.h
6615         * src/grouplistdialog.c
6616         * src/grouplistdialog.h
6617         * src/headerview.c
6618         * src/html.c
6619         * src/html.h
6620         * src/image_viewer.c
6621         * src/image_viewer.h
6622         * src/imap.c
6623         * src/imap.h
6624         * src/imap_gtk.c
6625         * src/imap_gtk.h
6626         * src/import.c
6627         * src/import.h
6628         * src/importldif.c
6629         * src/importldif.h
6630         * src/importmutt.c
6631         * src/importmutt.h
6632         * src/importpine.c
6633         * src/importpine.h
6634         * src/inc.c
6635         * src/inc.h
6636         * src/jpilot.c
6637         * src/jpilot.h
6638         * src/ldapctrl.c
6639         * src/ldapctrl.h
6640         * src/ldaplocate.c
6641         * src/ldaplocate.h
6642         * src/ldapquery.c
6643         * src/ldapquery.h
6644         * src/ldapserver.c
6645         * src/ldapserver.h
6646         * src/ldaputil.c
6647         * src/ldaputil.h
6648         * src/ldif.c
6649         * src/ldif.h
6650         * src/main.c
6651         * src/main.h
6652         * src/mainwindow.c
6653         * src/mainwindow.h
6654         * src/manual.c
6655         * src/manual.h
6656         * src/mbox.c
6657         * src/message_search.c
6658         * src/message_search.h
6659         * src/messageview.c
6660         * src/messageview.h
6661         * src/mh.c
6662         * src/mh.h
6663         * src/mh_gtk.c
6664         * src/mh_gtk.h
6665         * src/mimeview.c
6666         * src/mimeview.h
6667         * src/msgcache.c
6668         * src/msgcache.h
6669         * src/mutt.c
6670         * src/mutt.h
6671         * src/news.c
6672         * src/news.h
6673         * src/news_gtk.c
6674         * src/news_gtk.h
6675         * src/partial_download.c
6676         * src/partial_download.h
6677         * src/pine.c
6678         * src/pine.h
6679         * src/pop.c
6680         * src/pop.h
6681         * src/prefs_account.c
6682         * src/prefs_account.h
6683         * src/prefs_actions.c
6684         * src/prefs_actions.h
6685         * src/prefs_common.c
6686         * src/prefs_common.h
6687         * src/prefs_compose_writing.c
6688         * src/prefs_compose_writing.h
6689         * src/prefs_customheader.c
6690         * src/prefs_customheader.h
6691         * src/prefs_display_header.c
6692         * src/prefs_display_header.h
6693         * src/prefs_filtering.c
6694         * src/prefs_filtering.h
6695         * src/prefs_filtering_action.c
6696         * src/prefs_filtering_action.h
6697         * src/prefs_folder_column.c
6698         * src/prefs_folder_column.h
6699         * src/prefs_folder_item.c
6700         * src/prefs_folder_item.h
6701         * src/prefs_fonts.c
6702         * src/prefs_fonts.h
6703         * src/prefs_gtk.c
6704         * src/prefs_gtk.h
6705         * src/prefs_image_viewer.c
6706         * src/prefs_image_viewer.h
6707         * src/prefs_matcher.c
6708         * src/prefs_matcher.h
6709         * src/prefs_message.c
6710         * src/prefs_msg_colors.c
6711         * src/prefs_msg_colors.h
6712         * src/prefs_other.c
6713         * src/prefs_quote.c
6714         * src/prefs_receive.c
6715         * src/prefs_send.c
6716         * src/prefs_spelling.c
6717         * src/prefs_spelling.h
6718         * src/prefs_summaries.c
6719         * src/prefs_summaries.h
6720         * src/prefs_summary_column.c
6721         * src/prefs_summary_column.h
6722         * src/prefs_template.c
6723         * src/prefs_template.h
6724         * src/prefs_themes.c
6725         * src/prefs_themes.h
6726         * src/prefs_toolbar.c
6727         * src/prefs_toolbar.h
6728         * src/prefs_wrapping.c
6729         * src/prefs_wrapping.h
6730         * src/privacy.c
6731         * src/privacy.h
6732         * src/procheader.c
6733         * src/procheader.h
6734         * src/procmime.c
6735         * src/procmime.h
6736         * src/procmsg.c
6737         * src/procmsg.h
6738         * src/quote_fmt.c
6739         * src/quote_fmt_parse.y
6740         * src/recv.c
6741         * src/recv.h
6742         * src/remotefolder.c
6743         * src/remotefolder.h
6744         * src/send_message.c
6745         * src/send_message.h
6746         * src/setup.c
6747         * src/setup.h
6748         * src/sourcewindow.c
6749         * src/sourcewindow.h
6750         * src/ssl_manager.c
6751         * src/ssl_manager.h
6752         * src/statusbar.c
6753         * src/statusbar.h
6754         * src/stock_pixmap.c
6755         * src/stock_pixmap.h
6756         * src/summary_search.c
6757         * src/summary_search.h
6758         * src/summaryview.c
6759         * src/summaryview.h
6760         * src/textview.c
6761         * src/textview.h
6762         * src/toolbar.c
6763         * src/toolbar.h
6764         * src/undo.c
6765         * src/undo.h
6766         * src/unmime.c
6767         * src/unmime.h
6768         * src/vcard.c
6769         * src/vcard.h
6770         * src/wizard.c
6771         * src/wizard.h
6772         * src/common/base64.c
6773         * src/common/base64.h
6774         * src/common/defs.h
6775         * src/common/hooks.c
6776         * src/common/hooks.h
6777         * src/common/log.c
6778         * src/common/log.h
6779         * src/common/mgutils.c
6780         * src/common/mgutils.h
6781         * src/common/nntp.c
6782         * src/common/nntp.h
6783         * src/common/passcrypt.c
6784         * src/common/passcrypt.h.in
6785         * src/common/plugin.c
6786         * src/common/plugin.h
6787         * src/common/prefs.c
6788         * src/common/prefs.h
6789         * src/common/progressindicator.c
6790         * src/common/progressindicator.h
6791         * src/common/quoted-printable.c
6792         * src/common/quoted-printable.h
6793         * src/common/session.c
6794         * src/common/session.h
6795         * src/common/smtp.c
6796         * src/common/smtp.h
6797         * src/common/socket.c
6798         * src/common/socket.h
6799         * src/common/ssl.c
6800         * src/common/ssl.h
6801         * src/common/ssl_certificate.c
6802         * src/common/ssl_certificate.h
6803         * src/common/stringtable.c
6804         * src/common/stringtable.h
6805         * src/common/template.c
6806         * src/common/template.h
6807         * src/common/timing.h
6808         * src/common/utils.c
6809         * src/common/utils.h
6810         * src/common/version.h.in
6811         * src/common/xml.c
6812         * src/common/xml.h
6813         * src/common/xmlprops.c
6814         * src/common/xmlprops.h
6815         * src/gtk/about.c
6816         * src/gtk/colorlabel.c
6817         * src/gtk/colorsel.c
6818         * src/gtk/colorsel.h
6819         * src/gtk/combobox.c
6820         * src/gtk/combobox.h
6821         * src/gtk/description_window.c
6822         * src/gtk/description_window.h
6823         * src/gtk/filesel.c
6824         * src/gtk/filesel.h
6825         * src/gtk/foldersort.c
6826         * src/gtk/foldersort.h
6827         * src/gtk/gtksctree.c
6828         * src/gtk/gtkutils.c
6829         * src/gtk/gtkutils.h
6830         * src/gtk/inputdialog.c
6831         * src/gtk/inputdialog.h
6832         * src/gtk/logwindow.c
6833         * src/gtk/logwindow.h
6834         * src/gtk/manage_window.c
6835         * src/gtk/manage_window.h
6836         * src/gtk/menu.c
6837         * src/gtk/menu.h
6838         * src/gtk/pluginwindow.c
6839         * src/gtk/pluginwindow.h
6840         * src/gtk/prefswindow.c
6841         * src/gtk/prefswindow.h
6842         * src/gtk/progressdialog.c
6843         * src/gtk/progressdialog.h
6844         * src/gtk/sslcertwindow.c
6845         * src/gtk/sslcertwindow.h
6846         * src/plugins/bogofilter/bogofilter.c
6847         * src/plugins/bogofilter/bogofilter.h
6848         * src/plugins/bogofilter/bogofilter_gtk.c
6849         * src/plugins/clamav/clamav_plugin.c
6850         * src/plugins/clamav/clamav_plugin.h
6851         * src/plugins/clamav/clamav_plugin_gtk.c
6852         * src/plugins/demo/demo.c
6853         * src/plugins/dillo_viewer/dillo_prefs.c
6854         * src/plugins/dillo_viewer/dillo_prefs.h
6855         * src/plugins/dillo_viewer/dillo_viewer.c
6856         * src/plugins/pgpcore/passphrase.c
6857         * src/plugins/pgpcore/passphrase.h
6858         * src/plugins/pgpcore/pgp_viewer.c
6859         * src/plugins/pgpcore/pgp_viewer.h
6860         * src/plugins/pgpcore/plugin.c
6861         * src/plugins/pgpcore/select-keys.c
6862         * src/plugins/pgpcore/select-keys.h
6863         * src/plugins/pgpcore/sgpgme.c
6864         * src/plugins/pgpcore/sgpgme.h
6865         * src/plugins/pgpinline/pgpinline.c
6866         * src/plugins/pgpinline/pgpinline.h
6867         * src/plugins/pgpinline/plugin.c
6868         * src/plugins/pgpmime/pgpmime.c
6869         * src/plugins/pgpmime/pgpmime.h
6870         * src/plugins/pgpmime/plugin.c
6871         * src/plugins/spamassassin/spamassassin.c
6872         * src/plugins/spamassassin/spamassassin.h
6873         * src/plugins/spamassassin/spamassassin_gtk.c
6874         * src/plugins/trayicon/trayicon.c
6875                 it's 2007, update the year in the copyright headers
6876
6877 2007-01-03 [paul]       2.6.1cvs95
6878
6879         * src/gtk/about.c
6880                 it is 2007, use it in the copyright string
6881
6882 2007-01-03 [paul]       2.6.1cvs94
6883
6884         * src/html.c
6885                 html entity conversion:
6886                 move &#153; to a more suitable place
6887                 add &bull; and &ndash;
6888                 make sure &mdash; and &#8212; are both
6889                 converted the same
6890
6891 2007-01-02 [colin]      2.6.1cvs93
6892
6893         * src/addrbook.c
6894                 Fix leak
6895         * src/common/plugin.c
6896                 Add comment
6897         * src/etpan/imap-thread.c
6898                 Fix warning
6899
6900 2006-12-31 [paul]       2.6.1cvs92
6901
6902         * src/prefs_summaries.c
6903                 use gtk_button_new_from_stock()
6904
6905 2006-12-30 [colin]      2.6.1cvs91
6906
6907         * src/folder.c
6908         * src/imap_gtk.c
6909         * src/mh_gtk.c
6910                 Don't update filtering and account paths 
6911                 when copying folders
6912
6913 2006-12-30 [colin]      2.6.1cvs90
6914
6915         * src/prefs_compose_writing.c
6916         * src/prefs_quote.c
6917         * src/prefs_template.c
6918                 Use message font for Writing and 
6919                 Quoting prefs, as well as Templates.
6920
6921 2006-12-30 [colin]      2.6.1cvs89
6922
6923         * src/prefs_summaries.c
6924                 Rework GUI; patch by Pawel
6925
6926 2006-12-29 [colin]      2.6.1cvs88
6927
6928         * src/prefs_folder_item.c
6929                 Fix bug 1085, 'Apply to subfolder 
6930                 doesn't work' - I was mistaken saying
6931                 it worked in every case
6932
6933 2006-12-28 [colin]      2.6.1cvs87
6934
6935         * src/gtk/gtkaspell.c
6936                 Don't assert if use_alternate is true
6937                 and alt_dictionary isn't set -- this 
6938                 is what happens on upgrade! Rather,
6939                 do with it.
6940
6941 2006-12-28 [colin]      2.6.1cvs86
6942
6943         * Makefile.am
6944                 Fix desktop/icon simplification
6945
6946 2006-12-28 [colin]      2.6.1cvs85
6947
6948         * Makefile.am
6949                 Make desktop and icon not 
6950                 dependant on the desktop
6951
6952 2006-12-28 [wwp]        2.6.1cvs84
6953
6954         * src/plugins/pgpmime/claws.def
6955                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6956
6957 2006-12-28 [wwp]        2.6.1cvs83
6958
6959         * src/prefs_folder_item.c
6960                 Fix coloring of "simplify subject regexp" (folder prefs),
6961                 which might be left to red whereas the regexp gets empty.
6962
6963 2006-12-28 [wwp]        2.6.1cvs82
6964
6965         * src/prefs_common.c
6966         * src/prefs_common.h
6967         * src/addressbook.c
6968         * src/addressitem.h
6969                 Save addressbook mainwindow's horizontal and vertical splitter position.
6970
6971 2006-12-27 [wwp]        2.6.1cvs81
6972
6973         * src/gtk/gtkaspell.c
6974         * src/gtk/gtkaspell.h
6975         * src/compose.c
6976                 Fix assignment of compose's default and alternate dictionary from
6977                 account or folder settings. Now gtkaspell_change_dict does rotate
6978                 dicts only when it's called from a menu cb.
6979
6980 2006-12-27 [wwp]        2.6.1cvs80
6981
6982         * src/folder_item_prefs.c
6983                 Fix randomly initialized default-alt-dictionary (folder prefs),
6984                 complete 2.6.1cvs72.
6985
6986 2006-12-27 [paul]       2.6.1cvs79
6987
6988         * src/imap_gtk.c
6989         * src/mh_gtk.c
6990                 Add Copy folder in the folder's contextual
6991                 menu
6992
6993 2006-12-27 [wwp]        2.6.1cvs78
6994
6995         * src/imap.c
6996                 Clean up session locking, thanks to Colin.
6997
6998 2006-12-26 [colin]      2.6.1cvs77
6999
7000         * src/statusbar.c
7001                 Revert previous patch
7002
7003 2006-12-26 [colin]      2.6.1cvs76
7004
7005         * src/folder.c
7006         * src/folderview.c
7007         * src/imap.c
7008         * src/statusbar.c
7009         * src/etpan/imap-thread.c
7010                 Fix previous commit warnings
7011                 Make statusbar update every second if total < 20
7012                 Make IMAP APPEND faster by simplifying log              
7013
7014 2006-12-26 [colin]      2.6.1cvs75
7015
7016         * src/folder.c
7017         * src/folder.h
7018         * src/folderview.c
7019         * src/folderview.h
7020         * src/imap_gtk.c
7021         * src/mh_gtk.c
7022                 Make it possible to copy folders accross
7023                 mailboxes (this was an arbitrary limitation).
7024                 Still make it impossible to move folders 
7025                 accross mailboxes.
7026
7027 2006-12-26 [colin]      2.6.1cvs74
7028
7029         * src/etpan/imap-thread.c
7030                 Fix bug 1081, 'claws-mail 
7031                 segfaults when going offline 
7032                 while it transfers mails via 
7033                 imap'
7034
7035 2006-12-26 [colin]      2.6.1cvs73
7036
7037         * src/folder_item_prefs.c
7038                 Don't forget alt dictionary when
7039                 renaming/moving folders
7040
7041 2006-12-26 [wwp]        2.6.1cvs72
7042
7043         * src/folder_item_prefs.c
7044                 Add missing defaults for per-folder alt dict
7045                 (forgotten in 2.6.1cvs61).
7046
7047 2006-12-26 [colin]      2.6.1cvs71
7048
7049         * src/wizard.c
7050                 Add tooltip to state that specifying
7051                 full path to mailbox is possible
7052
7053 2006-12-26 [wwp]        2.6.1cvs70
7054
7055         * src/partial_download.c
7056         * src/gtk/gtkvscrollbutton.c
7057         * src/plugins/pgpinline/plugin.c
7058                 Fix for few compiler warnings that matter.
7059
7060 2006-12-25 [colin]      2.6.1cvs69
7061
7062         * src/partial_download.c
7063                 Fix marking for download or deletion
7064                 when the header isn't the first
7065         * src/gtk/logwindow.c
7066                 Fix start of scrolling
7067
7068 2006-12-23 [paul]       2.6.1cvs68
7069
7070         * src/compose.c
7071                 change last commit to use the 'academic'
7072                 method instead. Thanks to wwp
7073
7074 2006-12-23 [paul]       2.6.1cvs67
7075
7076         * src/compose.c
7077                 don't warn about empty subject when
7078                 redirecting
7079
7080 2006-12-22 [colin]      2.6.1cvs66
7081
7082         * src/summary_search.c
7083                 Fix previous patch
7084
7085 2006-12-22 [colin]      2.6.1cvs65
7086
7087         * src/gtk/gtkutils.c
7088         * src/imap.c
7089         * src/jpilot.c
7090         * src/summary_search.c
7091                 A few warning fixes
7092
7093 2006-12-23 [paul]       
7094
7095         2.7.0-rc2 released
7096
7097 2006-12-22 [colin]      2.6.1cvs64
7098
7099         * src/toolbar.c
7100         * src/toolbar.h
7101                 Add a combo to the learn spam button
7102         * src/plugins/bogofilter/bogofilter.c
7103         * src/plugins/bogofilter/bogofilter_gtk.c
7104         * src/plugins/bogofilter/bogofilter.h
7105                 Allow to store Unsure mails in a specific
7106                 folder to make better teaching easier
7107
7108 2006-12-21 [wwp]        2.6.1cvs63
7109
7110         * src/compose.c
7111         * src/prefs_common.c
7112         * src/prefs_common.h
7113         * src/prefs_spelling.c
7114         * src/gtk/gtkaspell.c
7115         * src/gtk/gtkaspell.h
7116                 Allow spell-checking using both current and alternate dictionaries
7117                 (thanks to Colin).
7118
7119 2006-12-21 [wwp]        2.6.1cvs62
7120
7121         * src/gtk/gtkaspell.c
7122                 Apply recheck_when_changing_dict (highlight all mispelled words)
7123                 when switching to alternate dictionary.
7124
7125 2006-12-21 [wwp]        2.6.1cvs61
7126
7127         * src/compose.c
7128         * src/folder_item_prefs.h
7129         * src/prefs_common.c
7130         * src/prefs_common.h
7131         * src/prefs_folder_item.c
7132         * src/prefs_spelling.c
7133         * src/gtk/gtkaspell.c
7134         * src/gtk/gtkaspell.h
7135                 Add global and per-folder prefs to set the default
7136                 alternate dictionary.
7137
7138 2006-12-21 [colin]      2.6.1cvs60
7139
7140         * src/folder.c
7141                 Look for folders by path in all folders
7142         * src/html.c
7143                 add &mdash;
7144
7145 2006-12-20 [colin]      2.6.1cvs59
7146
7147         * src/gtk/quicksearch.c
7148                 Make sure in_typing is false when clearing
7149
7150 2006-12-20 [wwp]        2.6.1cvs58
7151
7152         * configure.ac
7153                 change manual's target dir to be LFH-compliant (thanks to Colin).
7154
7155 2006-12-20 [wwp]        2.6.1cvs57
7156
7157         * src/prefs_common.c
7158         * src/prefs_summaries.c
7159                 i18n fix and factorize patch, thanks to Fabien.
7160
7161 2006-12-20 [paul]       2.6.1cvs56
7162
7163         * configure.ac
7164                 last of the renaming (??)
7165         * src/main.c
7166                 correct --help info of --status-full
7167         * src/plugins/bogofilter/bogofilter.c
7168                 make FALSE default of whitelist_ab
7169
7170 2006-12-19 [colin]      2.6.1cvs55
7171
7172         * src/jpilot.c
7173                 Same as before, without depending on
7174                 pisock >= 0.12
7175
7176 2006-12-19 [colin]      2.6.1cvs54
7177
7178         * src/jpilot.c
7179                 Fix bug 1059, 'Better jpilot charset 
7180                 handling'. Use libpisync's charset conversion
7181                 if possible
7182
7183 2006-12-19 [colin]      2.6.1cvs53
7184
7185         * po/fr.po
7186                 Updated by Fabien
7187
7188 2006-12-19 [wwp]        2.6.1cvs52
7189
7190         * src/gtk/about.c
7191                 Add missing #include (thanks to Colin).
7192
7193 2006-12-19 [wwp]        2.6.1cvs51
7194
7195         * src/prefs_receive.c
7196                 Better spacing between widgets in prefs.
7197
7198 2006-12-18 [colin]      2.6.1cvs50
7199
7200         * src/imap.c
7201                 Fix failure to get separator on LIST "" ""
7202                 Try LIST "" "INBOX" too.
7203
7204 2006-12-18 [wwp]        2.6.1cvs49
7205
7206         * src/common/session.c
7207                 Fix a compiler warning (thanks to Fabien).
7208
7209 2006-12-18 [wwp]        2.6.1cvs48
7210
7211         * src/compose.c
7212         * src/prefs_quote.c
7213                 Factorize some strings for translation (it's about error
7214                 messages when applying or checking template/quote format).
7215
7216 2006-12-18 [colin]      2.6.1cvs47
7217
7218         * Makefile.am
7219         * src/common/defs.h
7220         * src/gtk/Makefile.am
7221         * src/gtk/about.c
7222                 Add a Release notes tab from the contents of
7223                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
7224
7225 2006-12-17 [colin]      2.6.1cvs46
7226
7227         * src/mimeview.c
7228         * src/textview.c
7229         * src/gtk/filesel.c
7230                 Correctly convert from/to UTF8/filename encoding
7231                 when loading and saving files. Probably fixes
7232                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7233                 for a file to attach and is blocked...'
7234
7235 2006-12-17 [colin]      2.6.1cvs45
7236
7237         * src/gtk/logwindow.c
7238                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7239                 IMAP folder and is blocked on main thread': 
7240                 make sure we put utf8 in the log.
7241
7242 2006-12-16 [colin]      2.6.1cvs44
7243
7244         * src/toolbar.c
7245         * src/toolbar.h
7246                 Fix bug 1055, 'Add the 'cancel receive' 
7247                 in the available events for the toolbar buttons'
7248
7249 2006-12-16 [colin]      2.6.1cvs43
7250
7251         * po/POTFILES.in
7252         * src/imap.c
7253         * src/common/nntp.c
7254         * src/common/session.c
7255                 Log error when SSL handshakes fail. 
7256                 Fixes bug 1082, 'incorrect / imprecise 
7257                 error message when imap server provides 
7258                 ssl only through STARTTLS but SSL is 
7259                 selected'
7260
7261 2006-12-15 [wwp]        2.6.1cvs42
7262
7263         * src/plugins/bogofilter/bogofilter_gtk.c
7264                 set proper sensitivity to widgets I've recently added.
7265
7266 2006-12-15 [colin]      
7267
7268         2.7.0-rc1 released
7269
7270 2006-12-15 [wwp]        2.6.1cvs41
7271
7272         * src/plugins/bogofilter/bogofilter.c
7273         * src/plugins/bogofilter/bogofilter.h
7274         * src/plugins/bogofilter/bogofilter_gtk.c
7275                 bogofilter's whitelist can now use a subset of
7276                 the addressbook (either a book, a subfolder of a book,
7277                 or the whole addressbook by using "Any"). Re-used there
7278                 some pref_matcher widgets and mechanisms to match a subset
7279                 of the addressbook.
7280
7281 2006-12-15 [wwp]        2.6.1cvs40
7282
7283         * src/wizard.c
7284         * src/common/plugin.c
7285         * src/common/plugin.h
7286         * src/gtk/about.c
7287         * src/plugins/bogofilter/bogofilter.c
7288         * src/plugins/clamav/clamav_plugin.c
7289         * src/plugins/demo/demo.c
7290         * src/plugins/dillo_viewer/dillo_viewer.c
7291         * src/plugins/pgpcore/plugin.c
7292         * src/plugins/pgpinline/plugin.c
7293         * src/plugins/pgpmime/plugin.c
7294         * src/plugins/spamassassin/spamassassin.c
7295         * src/plugins/trayicon/trayicon.c
7296                 factorize some translatable strings (plugins-related),
7297                 fix missing punctuation in several places,
7298                 remove useless translatable \n in about.c,
7299                 and factorize plugin init code w/ a new function
7300                 check_plugin_version() in common/plugin.c.
7301                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7302
7303 2006-12-15 [wwp]        2.6.1cvs39
7304
7305         * src/plugins/bogofilter/bogofilter.c
7306         * src/plugins/bogofilter/bogofilter_gtk.c
7307                 flag whitelisted spams as spam, but don't filter it to the spam
7308                 folder. Thanks to Colin.
7309
7310 2006-12-15 [ticho]      2.6.1cvs38
7311
7312         * src/plugins/bogofilter/bogofilter.c
7313         * src/plugins/bogofilter/bogofilter.h
7314         * src/plugins/bogofilter/bogofilter_gtk.c
7315                 Add option to whitelist senders found in addressbook. Patch by colin.
7316
7317 2006-12-15 [paul]       2.6.1cvs37
7318
7319         * src/folderview.c
7320                 add missing #include "log.h"
7321
7322 2006-12-15 [paul]       2.6.1cvs36
7323
7324         * src/plugins/bogofilter/bogofilter.c
7325         * src/plugins/bogofilter/bogofilter.h
7326         * src/plugins/bogofilter/bogofilter_gtk.c
7327                 Add an option to allow inserting an
7328                 X-Claws-Bogosity header (on MH folders
7329                 only). Patch by Colin
7330
7331 2006-12-14 [colin]      2.6.1cvs35
7332
7333         * src/main.c
7334                 "Yes" should be the default choice for
7335                 migration configuration
7336
7337 2006-12-14 [paul]       2.6.1cvs34
7338
7339         * src/prefs_summaries.c
7340         * manual/advanced.xml
7341                 Unhide mark_as_read_delay
7342
7343 2006-12-14 [paul]       2.6.1cvs33
7344
7345         * src/messageview.c
7346         * src/messageview.h
7347         * src/mimeview.c
7348         * src/mimeview.h
7349         * src/summaryview.c
7350         * src/textview.c
7351         * src/textview.h
7352                 Fix printing of selection
7353                 Fix printing of message parts
7354                 Fix printing of images
7355         * src/gtk/gtksourceprintjob.c
7356                 Fix page count when there are images
7357
7358 2006-12-14 [wwp]        2.6.1cvs32
7359
7360         * src/mainwindow.c
7361         * src/summaryview.c
7362         * src/summaryview.h
7363         * src/gtk/quicksearch.c
7364                 fix quicksearch 'magnify' button status when QS is closed
7365                 using the Escape key, thanks to Colin.
7366
7367 2006-12-14 [wwp]        2.6.1cvs31
7368
7369         * src/mainwindow.c
7370         * src/summaryview.c
7371         * src/summaryview.h
7372         * src/gtk/quicksearch.c
7373                 fix quicksearch 'magnify' button status when QS is closed
7374                 using the Escape key, thanks to Colin.
7375
7376 2006-12-13 [colin]      2.6.1cvs30
7377
7378         * src/ldapquery.c
7379         * src/ldaputil.c
7380                 Use the binary safe version of ldap_get_values,
7381                 to make sure we manipulate null-terminated 
7382                 strings. Maybe fixes bug 1075, 'claws mail 
7383                 segfault when completing ldap adresses'
7384         * src/syldap.c ** REMOVED **
7385         * src/syldap.h ** REMOVED **
7386                 Remove dead files
7387
7388 2006-12-13 [mones]      2.6.1cvs29
7389
7390         * po/es.po
7391                 Fixed piped strings, fixed click translation
7392
7393 2006-12-13 [paul]       2.6.1cvs28
7394
7395         * src/main.c
7396                 don't translate these strings
7397
7398 2006-12-13 [paul]       2.6.1cvs27
7399
7400         * po/en_GB.po
7401                 updated
7402
7403 2006-12-13 [colin]      2.6.1cvs26
7404
7405         * src/main.c
7406         * src/main.h
7407                 Add claws_is_starting()
7408
7409 2006-12-13 [mones]      2.6.1cvs25
7410
7411         * manual/es/advanced.xml
7412         * po/es.po
7413                 Synced manual and updated translation
7414
7415 2006-12-12 [colin]      2.6.1cvs24
7416
7417         * src/wizard.c
7418                 Add an option to use STARTTLS in the
7419                 welcome wizard. Fixes bug 1080, 
7420                 'Using SSL option in wizard for incoming 
7421                 server does not activate SSL with STARTTLS'
7422
7423 2006-12-12 [colin]      2.6.1cvs23
7424
7425         * src/main.c
7426                 Don't exit when there's an incomplete
7427                 mailbox configured - leaves a chance 
7428                 to fix a failing IMAP account. Exit
7429                 if no mailbox at all is loaded (case
7430                 of missing plugin).
7431                 Completes bug 1077's fix (I was wrong
7432                 in this bug's comment #3).
7433
7434 2006-12-12 [colin]      2.6.1cvs22
7435
7436         * src/gtk/menu.h
7437                 Add another menu data type
7438         * src/prefs_account.c
7439                 Complete the completion of bug 1076
7440                 (doesn't lose the pref on apply)
7441
7442 2006-12-12 [paul]       2.6.1cvs21
7443
7444         * src/prefs_account.c
7445                 complete the fix of bug 1076
7446                 also be more verbose with the text
7447
7448 2006-12-12 [paul]       2.6.1cvs20
7449
7450         * src/gtk/combobox.c
7451                 fix compilation warning
7452
7453 2006-12-11 [colin]      2.6.1cvs19
7454
7455         * src/wizard.c
7456                 Document :port in server entry tooltips
7457
7458 2006-12-11 [colin]      2.6.1cvs18
7459
7460         * src/main.c
7461                 Fix compile
7462
7463 2006-12-11 [colin]      2.6.1cvs17
7464
7465         * src/main.c
7466                 Add failing IMAP as a reason for no
7467                 mailbox
7468
7469 2006-12-11 [colin]      2.6.1cvs16
7470
7471         * src/prefs_account.c
7472                 Check for existence of inbox for local
7473                 accounts too
7474         * src/wizard.c
7475                 Allow setting the port to use for servers
7476                 by using the usual "server.example.com:port"
7477                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7478                 not start when IMAP server is unavailable'
7479
7480 2006-12-11 [colin]      2.6.1cvs15
7481
7482         * src/prefs_account.c
7483                 Prevent use of non-existing default inbox
7484
7485 2006-12-11 [colin]      2.6.1cvs14
7486
7487         * src/prefs_account.c
7488                 Fix sensitivity. Fixes bug 1076, 'privacy 
7489                 options are displayed even when pgp plugin 
7490                 not loaded / available'
7491
7492 2006-12-09 [colin]      2.6.1cvs13
7493
7494         * manual/advanced.xml
7495         * src/prefs_common.c
7496         * src/prefs_common.h
7497         * src/common/ssl_certificate.c
7498                 Add a new hidden preference, 'unsafe_ssl_certs',
7499                 which allows to store multiple certificates per
7500                 server/port. This is disabled by default because
7501                 it's less secure (presenting a new certificate
7502                 instead of a changed one raises less alarms).
7503                 This will cause Claws to ask about an unknown
7504                 certificate for people who have used 2.6.1cvs8
7505                 or greater.
7506
7507 2006-12-09 [colin]      2.6.1cvs12
7508
7509         * src/action.c
7510                 Fix cache updating after action
7511
7512 2006-12-07 [wwp]        2.6.1cvs11
7513
7514         * src/compose.c
7515                 fix email address comparison when replying to all
7516                 (avoid replying to ourselves), thanks to Colin.
7517
7518 2006-12-06 [paul]       2.6.1cvs10
7519
7520         * src/addrharvest.c
7521         * src/editldap.c
7522         * src/expldifdlg.c
7523         * src/news.c
7524         * src/toolbar.c
7525         * src/common/utils.c
7526                 ...and more renaming
7527                 Thanks to Colin
7528
7529 2006-12-06 [paul]       2.6.1cvs9
7530
7531         * src/compose.c
7532         * src/messageview.c
7533         * src/procheader.c
7534         * src/procmime.c
7535         * src/procmsg.c
7536         * src/textview.c
7537                 more renaming
7538                 Thanks to Colin
7539
7540 2006-12-06 [colin]      2.6.1cvs8
7541
7542         * src/ssl_manager.c
7543         * src/common/ssl_certificate.c
7544         * src/common/ssl_certificate.h
7545                 Handle multiple certificates per host/port
7546
7547 2006-12-06 [colin]      2.6.1cvs7
7548
7549         * src/etpan/imap-thread.c
7550                 Fix certificate checking on IMAP
7551
7552 2006-12-06 [colin]      2.6.1cvs6
7553
7554         * src/folderview.c
7555                 Fix bug 1072, 'Claws stops fetching newsgroups 
7556                 from server when newsgroup got deleted': continue
7557                 checking other groups
7558
7559 2006-12-05 [wwp]        2.6.1cvs5
7560
7561         * src/message_search.c
7562         * src/summary_search.c
7563         * src/gtk/combobox.c
7564         * src/gtk/combobox.h
7565         * src/gtk/gtkutils.c
7566         * src/gtk/gtkutils.h
7567                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7568                 behave like w/ old comboboxes (summary and message search only).
7569
7570 2006-12-05 [paul]       2.6.1cvs4
7571
7572         * src/wizard.c
7573                 encode headers
7574                 Thanks to Colin
7575
7576 2006-12-05 [paul]       2.6.1cvs3
7577
7578         * tools/README
7579         * tools/textviewer.pl
7580                 script updated and description added
7581
7582 2006-12-04 [colin]      2.6.1cvs2
7583
7584         * src/compose.c
7585                 Run pre-send hook only when checking
7586                 everything
7587
7588 2006-12-04 [paul]       2.6.1cvs1
7589
7590         * NEWS
7591         * README
7592         * RELEASE_NOTES
7593         * configure.ac
7594         * tools/README
7595                 bump up version number following stable release
7596
7597 2006-12-04 [paul]       2.6.0cvs83
7598
7599         * README
7600                 updates and corrections
7601
7602 2006-12-04 [colin]      2.6.0cvs82
7603
7604         * src/common/utils.c
7605                 Probably fix bug 1066, 'Incorrect mailbox 
7606                 size displayed'
7607
7608 2006-12-04 [colin]      2.6.0cvs81
7609
7610         * src/common/utils.c
7611                 Trim tabs from mailcap file too.
7612
7613 2006-12-02 [paul]       2.6.0cvs80
7614
7615         * src/exphtmldlg.c
7616                 fix broken GUI under certain languages
7617         * src/expldifdlg.c
7618                 put the Cancel button to the right
7619
7620 2006-12-01 [paul]       2.6.0cvs79
7621
7622         * tools/Makefile.am
7623                 remove reference to removed file
7624
7625 2006-12-01 [wwp]        2.6.0cvs78
7626
7627         * src/addressbook.c
7628         * src/editaddress.c
7629                 remove forgotten debug statements.
7630
7631 2006-12-01 [wwp]        2.6.0cvs77
7632
7633         * manual/advanced.xml
7634         * manual/fr/advanced.xml
7635         * src/addressbook.c
7636         * src/addressbook.h
7637         * src/addressitem.h
7638         * src/editaddress.c
7639         * src/editaddress.h
7640         * src/prefs_common.c
7641         * src/prefs_common.h
7642         * src/gtk/gtkutils.c
7643         * src/gtk/gtkutils.h
7644                 add a hidden option to allow embedding the editaddress (edit contact details)
7645                 dialog into the addressbook's window. This doesn't change the default
7646                 behaviour.
7647
7648 2006-12-01 [wwp]        2.6.0cvs76
7649
7650         * src/message_search.c
7651         * src/summary_search.c
7652                 fix more focus issues (don't set focus to combobox's entry widget when
7653                 entry's value changed, if entry widget has focus already).
7654
7655 2006-12-01 [wwp]        2.6.0cvs75
7656
7657         * src/gtk/quicksearch.c
7658                 revert last changes to the quicksearch gtk_combo_box, this needs more
7659                 tuning and testing.
7660
7661 2006-12-01 [paul]       2.6.0cvs74
7662
7663         * tools/kdeservicemenu/README
7664         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7665         * tools/kdeservicemenu/install.sh
7666         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7667         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7668                 simplify this stuff, and in so doing,
7669                 fix it. (possibly re-extend it again at
7670                 a later date)
7671
7672 2006-12-01 [wwp]        2.6.0cvs73
7673
7674         * src/gtk/quicksearch.c
7675                 adapt quicksearch code to use modern gtk_combo_box'es.
7676
7677 2006-12-01 [wwp]        2.6.0cvs72
7678
7679         * src/common/defs.h
7680         * src/prefs_common.c
7681         * src/prefs_common.h
7682         * src/message_search.c
7683         * src/summary_search.c
7684         * src/gtk/combobox.c
7685         * src/gtk/combobox.h
7686                 add history combos to all message and summary search fields.
7687
7688 2006-12-01 [wwp]        2.6.0cvs71
7689
7690         * src/summaryview.c
7691                 As the list may change while the mark as read delay
7692                 runs, we can't rely on the 'row' pointer, which can
7693                 be invalid when the timeout is called. As the mark
7694                 as read is only done if the message is still selected,
7695                 use summaryview->selected instead. Thanks to Colin.
7696
7697 2006-11-30 [paul]       2.6.0cvs70
7698
7699         * src/textview.c
7700                 give emphasis to "Sylpheed-Claws"
7701                 as well as "Claws Mail"
7702
7703 2006-11-30 [colin]      2.6.0cvs69
7704
7705         * src/wizard.c
7706                 Put the SSL checkboxes in the receiving
7707                 and sending server pages.
7708
7709 2006-11-29 [colin]      2.6.0cvs68
7710
7711         * src/gtk/gtkutils.c
7712         * src/gtk/gtkvscrollbutton.c
7713                 Revert some deprecated fixes - they seem to
7714                 deprecate stuff as soon as a new one gets out.
7715                 g_object_ref_sink needed glib-2.10.
7716
7717 2006-11-29 [colin]      2.6.0cvs67
7718
7719         * src/common/utils.c
7720                 Create .mailcap if it doesn't exist
7721
7722 2006-11-29 [colin]      2.6.0cvs66
7723
7724         * src/compose.c
7725                 Followup to cvs60: use original list
7726                 of recipients if replying to a mail
7727                 in Sent Drafts or Queue.
7728
7729 2006-11-27 [paul]       2.6.0cvs65
7730
7731         * src/image_viewer.c
7732                 revert the last change for now (it's broken)
7733
7734 2006-11-27 [paul]       2.6.0cvs64
7735
7736         * Makefile.am
7737         * configure.ac
7738         * m4/aclocal-include.m4
7739         * m4/check-type.m4
7740         * src/Makefile.am
7741         * src/addr_compl.c
7742         * src/compose.c
7743         * src/crash.c
7744         * src/export.c
7745         * src/exporthtml.c
7746         * src/exportldif.c
7747         * src/imap.c
7748         * src/import.c
7749         * src/main.c
7750         * src/main.h
7751         * src/matcher.c
7752         * src/mimeview.c
7753         * src/procmsg.c
7754         * src/textview.c
7755         * src/common/Makefile.am
7756         * src/common/claws.c
7757         * src/common/claws.h
7758         * src/common/ssl.c
7759         * src/common/sylpheed.c
7760         * src/common/sylpheed.h
7761         * src/etpan/Makefile.am
7762         * src/gtk/Makefile.am
7763         * src/gtk/claws-marshal.list
7764         * src/gtk/filesel.c
7765         * src/gtk/gtksctree.c
7766         * src/gtk/quicksearch.c
7767         * src/gtk/sylpheed-marshal.list
7768         * src/plugins/bogofilter/bogofilter.c
7769         * src/plugins/bogofilter/bogofilter_gtk.c
7770         * src/plugins/clamav/clamav_plugin.c
7771         * src/plugins/clamav/clamav_plugin_gtk.c
7772         * src/plugins/demo/demo.c
7773         * src/plugins/dillo_viewer/dillo_viewer.c
7774         * src/plugins/pgpcore/Makefile.am
7775         * src/plugins/pgpcore/claws.def
7776         * src/plugins/pgpcore/pgp_viewer.c
7777         * src/plugins/pgpcore/plugin.c
7778         * src/plugins/pgpcore/sylpheed.def
7779         * src/plugins/pgpinline/Makefile.am
7780         * src/plugins/pgpinline/claws.def
7781         * src/plugins/pgpinline/plugin.c
7782         * src/plugins/pgpinline/sylpheed.def
7783         * src/plugins/pgpmime/Makefile.am
7784         * src/plugins/pgpmime/claws.def
7785         * src/plugins/pgpmime/plugin.c
7786         * src/plugins/pgpmime/sylpheed.def
7787         * src/plugins/spamassassin/spamassassin.c
7788         * src/plugins/spamassassin/spamassassin_gtk.c
7789         * src/plugins/trayicon/trayicon.c
7790                 yet more renaming
7791                 remove deprecated gtk_tooltips_set_delay()
7792
7793 2006-11-26 [paul]       2.6.0cvs63
7794
7795         * src/expldifdlg.c
7796         * src/folderview.c
7797         * src/image_viewer.c
7798         * src/mainwindow.c
7799         * src/gtk/gtkutils.c
7800         * src/gtk/gtkvscrollbutton.c
7801         * src/gtk/prefswindow.c
7802         * src/plugins/pgpcore/prefs_gpg.c
7803                 replace more deprecated GTK+ functions
7804
7805 2006-11-26 [paul]       2.6.0cvs62
7806
7807         * src/addr_compl.c
7808         * src/addressbook.c
7809         * src/browseldap.c
7810                 replace deprecated gtk_idle_... functions
7811
7812 2006-11-26 [paul]       2.6.0cvs61
7813
7814         * src/compose.c
7815         * src/folderview.c
7816         * src/inc.c
7817         * src/summaryview.c
7818         * src/gtk/gtkvscrollbutton.c
7819         * src/gtk/quicksearch.c
7820         * src/plugins/pgpcore/passphrase.c
7821                 replace deprecated gtk_timeout_add and
7822                 gtk_timeout_remove
7823
7824 2006-11-26 [paul]       2.6.0cvs60
7825
7826         * src/compose.c
7827                 fix bug that caused the wrong recipient
7828                 to be selected when replying to a msg
7829                 which is From one of our accounts to
7830                 another of our accounts
7831
7832 2006-11-25 [paul]       2.6.0cvs59
7833
7834         * src/summaryview.c
7835                 don't change the From column title to
7836                 To if the To column is visible
7837
7838 2006-11-24 [paul]       2.6.0cvs58
7839
7840         * src/compose.c
7841                 fix bug 1069, 'Sent mails disappear, BCC
7842                 or locking problem?'
7843
7844 2006-11-21 [wwp]        2.6.0cvs57
7845
7846         * src/compose.c
7847                 fix spelling menu when replying (same as 2.3.1cvs39):
7848                 discrepancy between context menu and top menu when
7849                 folder's dictionary isn't the default one.
7850
7851 2006-11-19 [paul]       2.6.0cvs56
7852
7853         * src/summaryview.c
7854                 obey always_show_msg option when
7855                 marking as spam
7856         * src/plugins/bogofilter/bogofilter.c
7857                 fix typo
7858
7859 2006-11-18 [paul]       2.6.0cvs55
7860
7861         * AUTHORS
7862         * README
7863         * debian/copyright
7864         * manual/ack.xml
7865         * manual/es/ack.xml
7866         * manual/fr/ack.xml
7867         * manual/pl/ack.xml
7868         * src/gtk/authors.h
7869         * src/gtk/icon_legend.c
7870         * src/gtk/icon_legend.h
7871         * tools/OOo2claws-mail.pl
7872         * tools/README
7873         * tools/acroread2claws-mail.pl
7874         * tools/claws.i18n.status.pl
7875         * tools/filter_conv.pl
7876         * tools/filter_conv_new.pl
7877         * tools/freshmeat_search.pl
7878         * tools/google_search.pl
7879         * tools/kmail2claws-mail.pl
7880         * tools/kmail2claws-mail_v2.pl
7881         * tools/maildir2claws-mail.pl
7882         * tools/make.themes.project
7883         * tools/multiwebsearch.pl
7884         * tools/outlook2claws-mail.pl
7885         * tools/tb2claws-mail
7886         * tools/kdeservicemenu/README
7887         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7888                 update mine and wwp's email addresses in
7889                 several places
7890                 Patch by wwp
7891         * src/prefs_compose_writing.c
7892                 set sensitivity on 'new message format' frame
7893
7894 2006-11-17 [paul]       2.6.0cvs54
7895
7896         * src/gtk/about.c
7897                 more reworking of the GUI
7898                 Patch by Fabien Vantard
7899
7900 2006-11-16 [paul]       2.6.0cvs53
7901
7902         * src/gtk/about.c
7903                 set a minimum size for the window, allow
7904                 it to automatically expand as necessary
7905
7906 2006-11-16 [wwp]        2.6.0cvs52
7907
7908         * src/gtk/about.c
7909                 better wrap of copyright info on some systems.
7910
7911 2006-11-16 [paul]       2.6.0cvs51
7912
7913         * src/gtk/about.c
7914                 move the tech info from the upper panel
7915                 to the Info tab
7916                 use a gtk_text_view for the features tab
7917
7918 2006-11-16 [paul]       2.6.0cvs50
7919
7920         * po/Makevars
7921                 update my email address
7922         * src/addressbook.c
7923         * src/compose.c
7924         * src/imap_gtk.c
7925         * src/mh_gtk.c
7926         * src/news_gtk.c
7927         * src/summaryview.c
7928         * src/plugins/trayicon/trayicon.c
7929                 don't offer simple menu separators
7930                 for translation
7931         * src/folderview.c
7932                 add separator between 'mark all read'
7933                 and 'search folder'
7934
7935 2006-11-15 [wwp]        2.6.0cvs49
7936
7937         * src/gtk/authors.h
7938                 updated manuals authors.
7939
7940 2006-11-14 [paul]       2.6.0cvs48
7941
7942         * src/compose.c
7943                 Fix Options/Reply mode after draft save
7944
7945 2006-11-14 [paul]       2.6.0cvs47
7946
7947         * src/Makefile.am
7948                 Fix make DESTDIR=...
7949         * src/mbox.c
7950                 Optimise speed
7951         * src/plugins/pgpinline/pgpinline.c
7952                 Probably fix bug 1061
7953
7954 2006-11-14 [paul]       2.6.0cvs46
7955
7956         * po/Makevars
7957                 enable Q_ macro
7958         * src/Makefile.am
7959         * src/stock_pixmap.c
7960         * src/stock_pixmap.h
7961         * src/gtk/about.c
7962         * src/pixmaps/active.xpm
7963         * src/pixmaps/inactive.xpm
7964                 add a new page, 'Features', to the About dialog
7965                 showing which features are compiled in and which
7966                 are not
7967
7968 2006-11-14 [paul]       2.6.0cvs45
7969
7970         * po/ru.po
7971                 updated by Pavlo Bohmat
7972
7973 2006-11-14 [colin]      2.6.0cvs44
7974
7975         * src/compose.c
7976         * src/inc.c
7977         * src/messageview.c
7978         * src/news.c
7979         * src/pop.c
7980         * src/procmsg.c
7981         * src/gtk/gtkaspell.c
7982                 Fix 64-bit-related warnings
7983         * src/ssl_manager.c
7984                 Fix possible infinite loop
7985         * src/plugins/pgpcore/sgpgme.c
7986                 Remove useless check
7987
7988 2006-11-13 [colin]      2.6.0cvs43
7989
7990         * src/gtk/Makefile.am
7991                 authors.h isn't generated
7992
7993 2006-11-13 [colin]      2.6.0cvs42
7994
7995         * src/plugins/pgpinline/pgpinline.c
7996         * src/plugins/pgpmime/pgpmime.c
7997                 Very probably fix bug 1061, 'crash on 
7998                 opening signed email'. Another cast
7999                 problem
8000
8001 2006-11-13 [colin]      2.6.0cvs41
8002
8003         * src/plugins/pgpcore/sgpgme.c
8004                 Maybe fix bug 1061, 'crash on opening 
8005                 signed email'
8006
8007 2006-11-13 [wwp]        2.6.0cvs40
8008
8009         * src/plugins/pgpinline/pgpinline.c
8010                 fix candidate for bug #1057, thanks to Colin.
8011
8012 2006-11-13 [wwp]        2.6.0cvs39
8013
8014         * src/compose.c
8015         * src/quote_fmt_parse.y
8016                 fix bug 1052: current parser buffer was not always 
8017                 allocated, ptr to this buffer could be returned as 
8018                 NULL whereas no parser error has occurred. in 
8019                 consequence, defining a template body as "%d" 
8020                 (w/o the quotes) for the first time of the instance 
8021                 of claws-mail, was reporting a parser error. make 
8022                 sure that the buffer is always allocated, even to 
8023                 an empty string.
8024                 fix mis-unescaping in compose.:compose_quote_fmt(): 
8025                 unescaping of the fmt string was always done 
8026                 whereas it must be done *only* when receiving 
8027                 quote format strings issued from the prefs 
8028                 (compose new message, reply, forward, redirect 
8029                 formats), *not* when applying templates.  in 
8030                 consequences, applying templates w/ sequences 
8031                 like \\|p{echo} were failing. make sure that 
8032                 unescaping is done only when necessary.
8033
8034 2006-11-12 [colin]      2.6.0cvs38
8035
8036         * po/de.po
8037                 Fix typo (s/KB/MB)
8038
8039 2006-11-12 [colin]      2.6.0cvs37
8040
8041         * src/plugins/pgpinline/pgpinline.c
8042         * src/plugins/pgpmime/pgpmime.c
8043                 Release GPG context at the latest 
8044                 possible moment. Maybe fixes 
8045                 bug 1057, 'crash on sending signed 
8046                 message to a newsgroup'
8047                 
8048
8049 2006-11-12 [colin]      2.6.0cvs36
8050
8051         * src/plugins/pgpcore/sgpgme.c
8052                 Tell a bit more when gpg's status doesn't
8053                 contain any signature
8054
8055 2006-11-12 [colin]      2.6.0cvs35
8056
8057         * src/compose.c
8058                 Fix bug 1060, 'compilation error with 
8059                 Irix's cc'
8060
8061 2006-11-12 [paul]       2.6.0cvs34
8062
8063         * doc/man/claws-mail.1
8064         * src/prefs_gtk.c
8065         * src/plugins/clamav/README
8066         * src/plugins/spamassassin/README
8067         * tools/README
8068         * tools/freshmeat_search.pl
8069         * tools/google_search.pl
8070         * tools/multiwebsearch.pl
8071                 more renaming
8072         * src/plugins/trayicon/trayicon.c
8073                 fix compiliation warning
8074
8075 2006-11-11 [colin]      2.6.0cvs33
8076
8077         * src/folderview.c
8078                 Forbid drag and drop from/to different
8079                 folders of type F_UNKNOWN
8080
8081 2006-11-11 [colin]      2.6.0cvs32
8082
8083         * src/plugins/pgpinline/pgpinline.c
8084                 Fix typo in previous commit:
8085                 - gpgme_new(&ctx);
8086                 + if ((err = gpgme_new(&data->ctx)) ...)
8087
8088 2006-11-11 [colin]      2.6.0cvs31
8089
8090         * src/plugins/pgpinline/pgpinline.c
8091         * src/plugins/pgpmime/pgpmime.c
8092                 Check success after calling gpgme_new
8093                 Maybe fixes bug 1057, 'crash on sending 
8094                 signed message to a newsgroup'
8095
8096 2006-11-11 [colin]      2.6.0cvs30
8097
8098         * src/undo.c
8099                 init undostruct to 0s (from
8100                 valgrind log of bug 1057)
8101
8102 2006-11-10 [colin]      2.6.0cvs29
8103
8104         * src/mainwindow.c
8105                 Set cursor to wait before filtering
8106                 duplicates in all folders
8107         * src/plugins/bogofilter/bogofilter.c
8108         * src/plugins/bogofilter/bogofilter.h
8109         * src/plugins/bogofilter/bogofilter_gtk.c
8110                 Completely thread away the bogofilter
8111                 filtering
8112
8113 2006-11-10 [mones]      2.6.0cvs28
8114
8115         * src/compose.c
8116         * src/compose.h
8117                 added COMPOSE_CHECK_BEFORE_SEND hook
8118
8119 2006-11-10 [paul]       2.6.0cvs27
8120
8121         * src/crash.c
8122                 more renaming
8123                 add libSM to get_compiled_in_features()
8124         * src/main.c
8125                 more renaming
8126
8127 2006-11-10 [colin]      2.6.0cvs26
8128
8129         * src/etpan/imap-thread.c
8130                 Add a reference to libetpan's sasl engine
8131                 so that sasl_done() doesn't get called by
8132                 libetpan, and doesn't break openssl.
8133                 Should fix bug 1053, 'SC fails to reestablish 
8134                 a secure connection'
8135                 Patch by Hoa
8136
8137 2006-11-10 [colin]      2.6.0cvs25
8138
8139         * manual/addrbook.xml
8140         * manual/advanced.xml
8141         * manual/faq.xml
8142         * manual/intro.xml
8143                 Some more renaming
8144
8145 2006-11-09 [colin]      2.6.0cvs24
8146
8147         * src/plugins/bogofilter/bogofilter_gtk.c
8148                 Add comment about annoyance
8149
8150 2006-11-09 [colin]      2.6.0cvs23
8151
8152         * src/plugins/bogofilter/bogofilter.c
8153         * src/plugins/bogofilter/bogofilter_gtk.c
8154                 Prepare things needed to thread bogofilter
8155                 filtering: separate bogo stuff and possible GUI
8156                 stuff. 
8157
8158 2006-11-09 [colin]      2.6.0cvs22
8159
8160         * src/account.c
8161         * src/compose.c
8162                 Search for one of our accounts in Delivered-To
8163                 (helps for auto-account selection when 
8164                  replying/forwarding)
8165         * src/folderview.c
8166         * src/mainwindow.c
8167         * src/mainwindow.h
8168         * src/plugins/trayicon/trayicon.c
8169                 Allow opening a new mail with any account from
8170                 the contextual menu
8171
8172 2006-11-09 [wwp]        2.6.0cvs21
8173
8174         * src/compose.c
8175         * src/prefs_common.c
8176         * src/prefs_common.h
8177         * src/prefs_compose_writing.c
8178                 add a compose new message format (in prefs/compose/writing), it's a
8179                 simple subject+body template to use when opening a new composition
8180                 window. It's similar to the existent reply and forward formats.
8181
8182                 enhanced the template/format % symbols substitution mechanism to
8183                 use current composition window information when % are used in
8184                 the compose new message format or in templates applied to new
8185                 messages (there were useless in that situations before). When
8186                 applied to new messages, %d corresponds to the system time/date.
8187
8188 2006-11-09 [paul]       2.6.0cvs20
8189
8190         * src/gtk/authors.h
8191                 fix last commit
8192
8193 2006-11-09 [paul]       2.6.0cvs19
8194
8195         * src/gtk/authors.h
8196                 keep tje alphabetical order
8197
8198 2006-11-08 [colin]      2.6.0cvs18
8199
8200         * src/etpan/imap-thread.c
8201                 Fix bug 1054, 'Slowness logging big 
8202                 data chunks'
8203
8204 2006-11-08 [paul]       2.6.0cvs17
8205
8206         * tools/Makefile.am
8207                 fix the renaming
8208
8209 2006-11-08 [paul]       2.6.0cvs16
8210
8211         * src/common/defs.h
8212                 update BUGZILLA_URI
8213
8214 2006-11-08 [paul]       2.6.0cvs15
8215
8216         * tools/Makefile.am
8217         * tools/OOo2claws-mail.pl
8218         * tools/OOo2sylpheed.pl
8219         * tools/README
8220         * tools/acroread2claws-mail.pl
8221         * tools/acroread2sylpheed.pl
8222         * tools/kmail2claws-mail.pl
8223         * tools/kmail2claws-mail_v2.pl
8224         * tools/kmail2sylpheed.pl
8225         * tools/kmail2sylpheed_v2.pl
8226         * tools/maildir2claws-mail.pl
8227         * tools/maildir2sylpheed.pl
8228         * tools/nautilus2claws-mail.sh
8229         * tools/nautilus2sylpheed.sh
8230         * tools/outlook2claws-mail.pl
8231         * tools/outlook2sylpheed.pl
8232         * tools/tb2claws-mail
8233         * tools/tb2sylpheed
8234         * tools/tbird2claws.py
8235         * tools/tbird2syl.py
8236         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8237         * tools/kdeservicemenu/install.sh
8238         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8239         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8240         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8241         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8242         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8243                 renamed (removed, added) tools files
8244
8245 2006-11-08 [paul]       2.6.0cvs14
8246
8247         * src/main.c
8248         * src/common/defs.h
8249                 Migrate sylpheedrc to clawsrc, and fix the standard
8250                 plugins path in the process
8251
8252 2006-11-07 [colin]      2.6.0cvs13
8253
8254         * src/Makefile.am
8255                 Symlink sylpheed-claws relative to 
8256                 claws-mail
8257
8258 2006-11-07 [colin]      2.6.0cvs12
8259
8260         * src/compose.c
8261                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8262
8263 2006-11-07 [paul]       2.6.0cvs11
8264
8265         * src/gtk/about.c
8266                 Fix a missed occurence of
8267                 Sylpheed-Claws
8268
8269 2006-11-07 [paul]       2.6.0cvs10
8270
8271         * src/Makefile.am
8272                 Fix symlink installation
8273
8274 2006-11-07 [paul]       2.6.0cvs9
8275
8276         * src/Makefile.am
8277                 Symlink claws-mail to sylpheed-claws
8278         * src/common/utils.c
8279                 Fix migrating symlinks
8280         * src/etpan/imap-thread.c
8281                 check certificate only when there's
8282                 no error
8283
8284 2006-11-07 [paul]       2.6.0cvs8
8285
8286         * Makefile.am
8287                 Fix icon breakages with Gtk, which needs a 
8288                 cache updated to see them.
8289
8290 2006-11-07 [paul]       2.6.0cvs7
8291
8292         * .cvsignore
8293         * AUTHORS
8294         * COPYING
8295         * INSTALL
8296         * Makefile.am
8297         * NEWS
8298         * README
8299         * RELEASE_NOTES
8300         * autogen.sh
8301         * claws-mail-128x128.png
8302         * claws-mail-64x64.png
8303         * claws-mail.ico
8304         * claws-mail.pc.in
8305         * claws-mail.png
8306         * configure.ac
8307         * sylpheed-claws-128x128.png
8308         * sylpheed-claws-64x64.png
8309         * sylpheed-claws.desktop
8310         * sylpheed-claws.ico
8311         * sylpheed-claws.pc.in
8312         * sylpheed-claws.png
8313         * debian/README.Debian
8314         * debian/changelog
8315         * debian/claws-mail.desktop
8316         * debian/claws-mail.menu
8317         * debian/claws-mail.postinst.debhelper
8318         * debian/claws-mail.postrm.debhelper
8319         * debian/control
8320         * debian/copyright
8321         * debian/files
8322         * debian/rules
8323         * debian/sylpheed-claws.desktop
8324         * debian/sylpheed-claws.menu
8325         * debian/sylpheed-claws.postinst.debhelper
8326         * debian/sylpheed-claws.postrm.debhelper
8327         * doc/man/Makefile.am
8328         * doc/man/claws-mail.1
8329         * doc/man/sylpheed-claws.1
8330         * doc/src/ChangeLog.claws-pre0.8.0
8331         * manual/Makefile.am
8332         * manual/account.xml
8333         * manual/ack.xml
8334         * manual/addrbook.xml
8335         * manual/advanced.xml
8336         * manual/claws-mail-manual.xml
8337         * manual/faq.xml
8338         * manual/glossary.xml
8339         * manual/handling.xml
8340         * manual/intro.xml
8341         * manual/keyboard.xml
8342         * manual/plugins.xml
8343         * manual/starting.xml
8344         * manual/sylpheed-claws-manual.xml
8345         * manual/xml2pdf
8346         * manual/dist/.cvsignore
8347         * manual/dist/html/.cvsignore
8348         * manual/dist/html/Makefile.am
8349         * manual/dist/pdf/.cvsignore
8350         * manual/dist/pdf/Makefile.am
8351         * manual/dist/ps/.cvsignore
8352         * manual/dist/ps/Makefile.am
8353         * manual/dist/txt/.cvsignore
8354         * manual/dist/txt/Makefile.am
8355         * manual/es/Makefile.am
8356         * manual/es/advanced.xml
8357         * manual/es/claws-mail-manual.xml
8358         * manual/es/faq.xml
8359         * manual/es/glossary.xml
8360         * manual/es/handling.xml
8361         * manual/es/intro.xml
8362         * manual/es/plugins.xml
8363         * manual/es/sylpheed-claws-manual.xml
8364         * manual/es/dist/.cvsignore
8365         * manual/es/dist/html/.cvsignore
8366         * manual/es/dist/html/Makefile.am
8367         * manual/es/dist/pdf/.cvsignore
8368         * manual/es/dist/pdf/Makefile.am
8369         * manual/es/dist/ps/.cvsignore
8370         * manual/es/dist/ps/Makefile.am
8371         * manual/es/dist/txt/.cvsignore
8372         * manual/es/dist/txt/Makefile.am
8373         * manual/fr/Makefile.am
8374         * manual/fr/account.xml
8375         * manual/fr/ack.xml
8376         * manual/fr/addrbook.xml
8377         * manual/fr/advanced.xml
8378         * manual/fr/claws-mail-manual.xml
8379         * manual/fr/faq.xml
8380         * manual/fr/glossary.xml
8381         * manual/fr/handling.xml
8382         * manual/fr/intro.xml
8383         * manual/fr/keyboard.xml
8384         * manual/fr/plugins.xml
8385         * manual/fr/starting.xml
8386         * manual/fr/sylpheed-claws-manual.xml
8387         * manual/fr/dist/.cvsignore
8388         * manual/fr/dist/html/.cvsignore
8389         * manual/fr/dist/html/Makefile.am
8390         * manual/fr/dist/pdf/.cvsignore
8391         * manual/fr/dist/pdf/Makefile.am
8392         * manual/fr/dist/ps/.cvsignore
8393         * manual/fr/dist/ps/Makefile.am
8394         * manual/fr/dist/txt/.cvsignore
8395         * manual/fr/dist/txt/Makefile.am
8396         * manual/pl/Makefile.am
8397         * manual/pl/account.xml
8398         * manual/pl/ack.xml
8399         * manual/pl/addrbook.xml
8400         * manual/pl/advanced.xml
8401         * manual/pl/claws-mail-manual.xml
8402         * manual/pl/faq.xml
8403         * manual/pl/glossary.xml
8404         * manual/pl/handling.xml
8405         * manual/pl/intro.xml
8406         * manual/pl/keyboard.xml
8407         * manual/pl/plugins.xml
8408         * manual/pl/starting.xml
8409         * manual/pl/sylpheed-claws-manual.xml
8410         * manual/pl/dist/.cvsignore
8411         * manual/pl/dist/html/.cvsignore
8412         * manual/pl/dist/html/Makefile.am
8413         * manual/pl/dist/pdf/.cvsignore
8414         * manual/pl/dist/pdf/Makefile.am
8415         * manual/pl/dist/ps/.cvsignore
8416         * manual/pl/dist/ps/Makefile.am
8417         * manual/pl/dist/txt/.cvsignore
8418         * manual/pl/dist/txt/Makefile.am
8419         * po/.cvsignore
8420         * po/Makevars
8421         * src/.cvsignore
8422         * src/Makefile.am
8423         * src/account.c
8424         * src/account.h
8425         * src/action.c
8426         * src/action.h
8427         * src/adbookbase.h
8428         * src/addr_compl.c
8429         * src/addr_compl.h
8430         * src/addrbook.c
8431         * src/addrcache.c
8432         * src/addrcache.h
8433         * src/addrcindex.c
8434         * src/addrcindex.h
8435         * src/addrclip.c
8436         * src/addrclip.h
8437         * src/addrdefs.h
8438         * src/addressadd.c
8439         * src/addressadd.h
8440         * src/addressbook.c
8441         * src/addressbook.h
8442         * src/addressbook_foldersel.c
8443         * src/addressbook_foldersel.h
8444         * src/addrgather.c
8445         * src/addrgather.h
8446         * src/addrharvest.c
8447         * src/addrharvest.h
8448         * src/addrindex.c
8449         * src/addrindex.h
8450         * src/addritem.c
8451         * src/addritem.h
8452         * src/addrquery.c
8453         * src/addrquery.h
8454         * src/addrselect.c
8455         * src/addrselect.h
8456         * src/alertpanel.c
8457         * src/alertpanel.h
8458         * src/browseldap.c
8459         * src/browseldap.h
8460         * src/codeconv.c
8461         * src/codeconv.h
8462         * src/compose.c
8463         * src/crash.c
8464         * src/crash.h
8465         * src/customheader.c
8466         * src/customheader.h
8467         * src/displayheader.c
8468         * src/displayheader.h
8469         * src/editaddress.c
8470         * src/editaddress.h
8471         * src/editbook.c
8472         * src/editbook.h
8473         * src/editgroup.c
8474         * src/editgroup.h
8475         * src/editjpilot.c
8476         * src/editjpilot.h
8477         * src/editldap.c
8478         * src/editldap.h
8479         * src/editldap_basedn.c
8480         * src/editldap_basedn.h
8481         * src/editvcard.c
8482         * src/editvcard.h
8483         * src/exphtmldlg.c
8484         * src/exphtmldlg.h
8485         * src/expldifdlg.c
8486         * src/expldifdlg.h
8487         * src/export.c
8488         * src/exporthtml.c
8489         * src/exporthtml.h
8490         * src/exportldif.c
8491         * src/exportldif.h
8492         * src/filtering.c
8493         * src/filtering.h
8494         * src/folder.c
8495         * src/folder.h
8496         * src/folder_item_prefs.c
8497         * src/folder_item_prefs.h
8498         * src/foldersel.c
8499         * src/foldersel.h
8500         * src/folderutils.c
8501         * src/folderutils.h
8502         * src/folderview.c
8503         * src/folderview.h
8504         * src/grouplistdialog.c
8505         * src/grouplistdialog.h
8506         * src/html.c
8507         * src/html.h
8508         * src/image_viewer.c
8509         * src/image_viewer.h
8510         * src/imap.c
8511         * src/imap.h
8512         * src/imap_gtk.c
8513         * src/imap_gtk.h
8514         * src/import.c
8515         * src/import.h
8516         * src/importldif.c
8517         * src/importldif.h
8518         * src/importmutt.c
8519         * src/importmutt.h
8520         * src/importpine.c
8521         * src/importpine.h
8522         * src/inc.c
8523         * src/inc.h
8524         * src/jpilot.c
8525         * src/jpilot.h
8526         * src/ldapctrl.c
8527         * src/ldapctrl.h
8528         * src/ldaplocate.c
8529         * src/ldaplocate.h
8530         * src/ldapquery.c
8531         * src/ldapquery.h
8532         * src/ldapserver.c
8533         * src/ldapserver.h
8534         * src/ldaputil.c
8535         * src/ldaputil.h
8536         * src/ldif.c
8537         * src/ldif.h
8538         * src/localfolder.c
8539         * src/localfolder.h
8540         * src/main.c
8541         * src/main.h
8542         * src/mainwindow.c
8543         * src/mainwindow.h
8544         * src/manual.c
8545         * src/manual.h
8546         * src/matcher.c
8547         * src/matcher.h
8548         * src/matcher_parser.h
8549         * src/matcher_parser_lex.l
8550         * src/matcher_parser_parse.y
8551         * src/mbox.c
8552         * src/mbox.h
8553         * src/message_search.c
8554         * src/message_search.h
8555         * src/messageview.c
8556         * src/messageview.h
8557         * src/mh.c
8558         * src/mh.h
8559         * src/mh_gtk.c
8560         * src/mh_gtk.h
8561         * src/mimeview.c
8562         * src/mimeview.h
8563         * src/msgcache.c
8564         * src/msgcache.h
8565         * src/mutt.c
8566         * src/mutt.h
8567         * src/news.c
8568         * src/news.h
8569         * src/news_gtk.c
8570         * src/news_gtk.h
8571         * src/noticeview.c
8572         * src/noticeview.h
8573         * src/partial_download.c
8574         * src/partial_download.h
8575         * src/pine.c
8576         * src/pine.h
8577         * src/pop.c
8578         * src/pop.h
8579         * src/prefs_account.c
8580         * src/prefs_account.h
8581         * src/prefs_actions.c
8582         * src/prefs_actions.h
8583         * src/prefs_common.c
8584         * src/prefs_common.h
8585         * src/prefs_compose_writing.c
8586         * src/prefs_compose_writing.h
8587         * src/prefs_customheader.c
8588         * src/prefs_customheader.h
8589         * src/prefs_display_header.c
8590         * src/prefs_display_header.h
8591         * src/prefs_ext_prog.c
8592         * src/prefs_ext_prog.h
8593         * src/prefs_filtering.c
8594         * src/prefs_folder_column.c
8595         * src/prefs_folder_column.h
8596         * src/prefs_folder_item.c
8597         * src/prefs_folder_item.h
8598         * src/prefs_fonts.c
8599         * src/prefs_fonts.h
8600         * src/prefs_gtk.c
8601         * src/prefs_gtk.h
8602         * src/prefs_image_viewer.c
8603         * src/prefs_image_viewer.h
8604         * src/prefs_matcher.c
8605         * src/prefs_matcher.h
8606         * src/prefs_message.c
8607         * src/prefs_message.h
8608         * src/prefs_msg_colors.c
8609         * src/prefs_msg_colors.h
8610         * src/prefs_other.c
8611         * src/prefs_other.h
8612         * src/prefs_quote.c
8613         * src/prefs_quote.h
8614         * src/prefs_receive.c
8615         * src/prefs_receive.h
8616         * src/prefs_send.c
8617         * src/prefs_send.h
8618         * src/prefs_spelling.c
8619         * src/prefs_spelling.h
8620         * src/prefs_summaries.c
8621         * src/prefs_summaries.h
8622         * src/prefs_summary_column.c
8623         * src/prefs_summary_column.h
8624         * src/prefs_template.c
8625         * src/prefs_template.h
8626         * src/prefs_themes.c
8627         * src/prefs_themes.h
8628         * src/prefs_toolbar.c
8629         * src/prefs_toolbar.h
8630         * src/prefs_wrapping.c
8631         * src/prefs_wrapping.h
8632         * src/privacy.c
8633         * src/privacy.h
8634         * src/procheader.c
8635         * src/procheader.h
8636         * src/procmime.c
8637         * src/procmime.h
8638         * src/procmsg.c
8639         * src/procmsg.h
8640         * src/quote_fmt.c
8641         * src/quote_fmt_parse.y
8642         * src/recv.c
8643         * src/recv.h
8644         * src/remotefolder.c
8645         * src/remotefolder.h
8646         * src/send_message.c
8647         * src/send_message.h
8648         * src/setup.c
8649         * src/setup.h
8650         * src/sourcewindow.c
8651         * src/sourcewindow.h
8652         * src/ssl_manager.c
8653         * src/ssl_manager.h
8654         * src/statusbar.c
8655         * src/statusbar.h
8656         * src/stock_pixmap.c
8657         * src/stock_pixmap.h
8658         * src/summary_search.c
8659         * src/summary_search.h
8660         * src/summaryview.c
8661         * src/summaryview.h
8662         * src/syldap.c
8663         * src/syldap.h
8664         * src/textview.c
8665         * src/textview.h
8666         * src/toolbar.c
8667         * src/toolbar.h
8668         * src/undo.c
8669         * src/undo.h
8670         * src/unmime.c
8671         * src/unmime.h
8672         * src/vcard.c
8673         * src/vcard.h
8674         * src/wizard.c
8675         * src/wizard.h
8676         * src/common/base64.c
8677         * src/common/base64.h
8678         * src/common/defs.h
8679         * src/common/hooks.c
8680         * src/common/hooks.h
8681         * src/common/log.c
8682         * src/common/log.h
8683         * src/common/mgutils.c
8684         * src/common/mgutils.h
8685         * src/common/nntp.c
8686         * src/common/nntp.h
8687         * src/common/passcrypt.c
8688         * src/common/passcrypt.h.in
8689         * src/common/plugin.c
8690         * src/common/plugin.h
8691         * src/common/prefs.c
8692         * src/common/prefs.h
8693         * src/common/progressindicator.c
8694         * src/common/progressindicator.h
8695         * src/common/quoted-printable.c
8696         * src/common/quoted-printable.h
8697         * src/common/session.c
8698         * src/common/session.h
8699         * src/common/smtp.c
8700         * src/common/smtp.h
8701         * src/common/socket.c
8702         * src/common/socket.h
8703         * src/common/ssl.c
8704         * src/common/ssl.h
8705         * src/common/stringtable.c
8706         * src/common/stringtable.h
8707         * src/common/sylpheed.c
8708         * src/common/sylpheed.h
8709         * src/common/template.c
8710         * src/common/template.h
8711         * src/common/timing.h
8712         * src/common/utils.c
8713         * src/common/utils.h
8714         * src/common/version.h.in
8715         * src/common/xml.c
8716         * src/common/xml.h
8717         * src/common/xmlprops.c
8718         * src/common/xmlprops.h
8719         * src/gtk/about.c
8720         * src/gtk/colorlabel.c
8721         * src/gtk/colorlabel.h
8722         * src/gtk/colorsel.c
8723         * src/gtk/colorsel.h
8724         * src/gtk/combobox.c
8725         * src/gtk/combobox.h
8726         * src/gtk/description_window.c
8727         * src/gtk/description_window.h
8728         * src/gtk/filesel.c
8729         * src/gtk/filesel.h
8730         * src/gtk/foldersort.c
8731         * src/gtk/foldersort.h
8732         * src/gtk/gtkaspell.c
8733         * src/gtk/gtkaspell.h
8734         * src/gtk/gtksctree.c
8735         * src/gtk/gtkshruler.c
8736         * src/gtk/gtkshruler.h
8737         * src/gtk/gtkutils.c
8738         * src/gtk/gtkutils.h
8739         * src/gtk/icon_legend.c
8740         * src/gtk/icon_legend.h
8741         * src/gtk/logwindow.c
8742         * src/gtk/logwindow.h
8743         * src/gtk/manage_window.c
8744         * src/gtk/manage_window.h
8745         * src/gtk/pluginwindow.c
8746         * src/gtk/pluginwindow.h
8747         * src/gtk/prefswindow.c
8748         * src/gtk/prefswindow.h
8749         * src/gtk/quicksearch.c
8750         * src/gtk/quicksearch.h
8751         * src/pixmaps/claws-mail.xpm
8752         * src/pixmaps/claws-mail_icon.xpm
8753         * src/pixmaps/claws-mail_logo.xpm
8754         * src/pixmaps/sylpheed-claws.xpm
8755         * src/pixmaps/sylpheed-claws_icon.xpm
8756         * src/pixmaps/sylpheed-claws_logo.xpm
8757         * src/plugins/bogofilter/Makefile.am
8758         * src/plugins/bogofilter/bogofilter.c
8759         * src/plugins/bogofilter/bogofilter.h
8760         * src/plugins/bogofilter/bogofilter_gtk.c
8761         * src/plugins/clamav/Makefile.am
8762         * src/plugins/clamav/clamav_plugin.c
8763         * src/plugins/clamav/clamav_plugin.h
8764         * src/plugins/clamav/clamav_plugin_gtk.c
8765         * src/plugins/demo/Makefile.am
8766         * src/plugins/demo/demo.c
8767         * src/plugins/dillo_viewer/Makefile.am
8768         * src/plugins/dillo_viewer/README
8769         * src/plugins/dillo_viewer/dillo_prefs.c
8770         * src/plugins/dillo_viewer/dillo_prefs.h
8771         * src/plugins/dillo_viewer/dillo_viewer.c
8772         * src/plugins/pgpcore/Makefile.am
8773         * src/plugins/pgpcore/passphrase.c
8774         * src/plugins/pgpcore/passphrase.h
8775         * src/plugins/pgpcore/pgp_viewer.c
8776         * src/plugins/pgpcore/pgp_viewer.h
8777         * src/plugins/pgpcore/plugin.c
8778         * src/plugins/pgpcore/prefs_gpg.c
8779         * src/plugins/pgpcore/prefs_gpg.h
8780         * src/plugins/pgpcore/select-keys.c
8781         * src/plugins/pgpcore/select-keys.h
8782         * src/plugins/pgpcore/sgpgme.c
8783         * src/plugins/pgpcore/sgpgme.h
8784         * src/plugins/pgpcore/sylpheed.def
8785         * src/plugins/pgpcore/version.rc
8786         * src/plugins/pgpinline/Makefile.am
8787         * src/plugins/pgpinline/pgpinline.c
8788         * src/plugins/pgpinline/pgpinline.h
8789         * src/plugins/pgpinline/plugin.c
8790         * src/plugins/pgpinline/sylpheed.def
8791         * src/plugins/pgpinline/version.rc
8792         * src/plugins/pgpmime/Makefile.am
8793         * src/plugins/pgpmime/pgpmime.c
8794         * src/plugins/pgpmime/pgpmime.h
8795         * src/plugins/pgpmime/plugin.c
8796         * src/plugins/pgpmime/sylpheed.def
8797         * src/plugins/pgpmime/version.rc
8798         * src/plugins/spamassassin/Makefile.am
8799         * src/plugins/spamassassin/README
8800         * src/plugins/spamassassin/spamassassin.c
8801         * src/plugins/spamassassin/spamassassin.h
8802         * src/plugins/spamassassin/spamassassin_gtk.c
8803         * src/plugins/trayicon/Makefile.am
8804         * src/plugins/trayicon/trayicon.c
8805         * tools/OOo2sylpheed.pl
8806         * tools/README
8807         * tools/README.sylprint
8808         * tools/acroread2sylpheed.pl
8809         * tools/claws.i18n.status.pl
8810         * tools/filter_conv.pl
8811         * tools/filter_conv_new.pl
8812         * tools/freshmeat_search.pl
8813         * tools/google_search.pl
8814         * tools/kmail2sylpheed.pl
8815         * tools/kmail2sylpheed_v2.pl
8816         * tools/make.themes.project
8817         * tools/multiwebsearch.pl
8818         * tools/nautilus2sylpheed.sh
8819         * tools/outlook2sylpheed.pl
8820         * tools/sylprint.pl
8821         * tools/sylprint.rc
8822         * tools/tb2sylpheed
8823         * tools/textviewer.sh
8824         * tools/vcard2xml.py
8825         * tools/kdeservicemenu/README
8826         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8827         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8828         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8829                 Change name to Claws Mail. Announce to follow...
8830
8831 2006-11-06 [wwp]        2.6.0cvs6
8832
8833         * src/prefs_template.c
8834                 unify messages related to quote format/template errors (fix
8835                 capitalization), again.
8836
8837 2006-11-06 [wwp]        2.6.0cvs5
8838
8839         * src/prefs_quote.c
8840                 unify messages related to quote format/template errors.
8841
8842 2006-11-06 [wwp]        2.6.0cvs4
8843
8844         * src/prefs_msg_colors.c
8845                 more uses of Q_ macro for contextual translations, thanks
8846                 to Fabien (fzzzzz).
8847
8848 2006-11-06 [wwp]        2.6.0cvs3
8849
8850         * src/compose.c
8851         * src/common/utils.c
8852         * src/common/utils.h
8853                 show an alertpanel to make sure users are aware that sensitive
8854                 files are attached (it's file blacklist-based). This will fix
8855                 interaction w/ GoogleEarth for instance, thanks to Colin.
8856
8857 2006-11-06 [wwp]        2.6.0cvs2
8858
8859         * src/prefs_quote.c
8860         * src/prefs_template.c
8861         * src/prefs_template.h
8862                 check quote format when applying/closing prefs. For now this only
8863                 shows up an error dialog box, not preventing the user from using
8864                 a broken quote (reply, forwards) format.
8865
8866 2006-11-06 [wwp]        2.6.0cvs1
8867
8868         * src/prefs_template.c
8869                 fix missing checks of some template fields.
8870
8871 2006-11-06 [paul]       2.6.0
8872
8873         * NEWS
8874         * README
8875         * RELEASE_NOTES
8876                 2.6.0 released
8877
8878 2006-11-06 [paul]       2.5.6cvs22
8879
8880         * manual/advanced.xml
8881         * manual/es/advanced.xml
8882                 put 'respect_flowed_format' info in the correct
8883                 place
8884
8885 2006-11-06 [mones]      2.5.6cvs21
8886
8887         * po/es.po
8888                 Minor fixes for release
8889
8890 2006-11-06 [paul]       2.5.6cvs20
8891
8892         * po/cs.po
8893         * po/de.po
8894         * po/fr.po
8895         * po/it.po
8896         * po/nl.po
8897         * po/pt_BR.po
8898         * po/sk.po
8899         * po/sv.po
8900         * po/zh_CN.po
8901                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8902                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8903                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8904                 Young
8905
8906 2006-11-02 [colin]      2.5.6cvs19
8907
8908         * src/imap.c
8909         * src/imap.h
8910         * src/prefs_account.c
8911         * src/etpan/imap-thread.c
8912                 Add GSSAPI support - fixes Debian bug #383274
8913
8914 2006-11-01 [colin]      2.5.6cvs18
8915
8916         * src/jpilot.c
8917                 Handle libpisock12 support. Probably
8918                 fixes bug 1046, 'jpilot AddressDB.pdb 
8919                 import fail'
8920
8921 2006-11-01 [colin]      2.5.6cvs17
8922
8923         * src/folderutils.c
8924                 debug_print() folderutils_mark_all_read()
8925
8926 2006-11-01 [colin]      2.5.6cvs16
8927
8928         * COPYING
8929                 Add missed files to the Apache exception
8930
8931 2006-10-31 [colin]      2.5.6cvs15
8932
8933         * src/folder.c
8934         * src/folder.h
8935                 Add a copy_private_data() func to FolderClasses
8936                 Doesn't break the feature freeze, because we 
8937                 won't use it (right now) in the core.
8938
8939 2006-10-31 [colin]      2.5.6cvs14
8940
8941         * COPYING
8942                 Allow linking with the Apache licensed files in
8943                 src/plugins/spamassassin. Hopefully fixes 
8944                 bug 1048, 'Spamassassin plugin license problem'
8945
8946 2006-10-31 [wwp]        2.5.6cvs13
8947
8948         * src/compose.c
8949                 fix and optimize trimming of leading linefeeds in body loop.
8950
8951 2006-10-31 [colin]      2.5.6cvs12
8952
8953         * src/etpan/imap-thread.c
8954         * src/imap.c
8955                 Make really sure to have NULL sets in case
8956                 of error
8957
8958 2006-10-30 [wwp]        2.5.6cvs11
8959
8960         * src/prefs_common.c
8961         * src/prefs_common.h
8962         * src/compose.c
8963                 fix broken storage of quote format template when it contains \-escape
8964                 sequences. The application of such sequences is also fixed now (\t
8965                 in quote format will be a real tab instead of a 't', for instance).
8966
8967 2006-10-27 [colin]      2.5.6cvs10
8968
8969         * src/compose.c
8970                 Probably fix bug 1045, 'sylpheed-claws 
8971                 doesn't remove the mail from the IMAP 
8972                 Queue folder after sending'. From
8973                 2.5.6cvs3-stable
8974
8975 2006-10-27 [colin]      2.5.6cvs9
8976
8977         * configure.ac
8978                 Require libetpan-0.48. I'm so annoying,
8979                 I know ;-)
8980
8981 2006-10-27 [colin]      2.5.6cvs8
8982
8983         * src/folder.c
8984         * src/imap.c
8985                 Probably fix bug 1044, 'sylpheed-claws 
8986                 segfaults while moving mails' - Fix relation
8987                 usage when moving to an IMAP mailbox from another
8988                 mailbox
8989
8990 2006-10-26 [paul]       2.5.6cvs7
8991
8992         * src/gtk/about.c
8993                 add libSM to compiled-in features
8994                 list
8995
8996 2006-10-24 [colin]      2.5.6cvs6
8997
8998         * src/textview.c
8999         * src/gtk/gtkutils.c
9000                 Fix crash when printing emails with an
9001                 xface
9002
9003 2006-10-24 [mones]      2.5.6cvs5
9004
9005         * manual/es/advanced.xml
9006                 Synchronize hidden option respect_flowed_format
9007         * po/es.po
9008                 Updated translation
9009
9010 2006-10-21 [paul]       2.5.6cvs4
9011
9012         * src/gtk/authors.h
9013         * src/plugins/pgpcore/pgp_viewer.c
9014         * src/plugins/pgpcore/sgpgme.c
9015                 fix building on BSDs
9016                 Thanks to Michael Hughes
9017                 <Sylpheed-Claws_user@thehugheslogcabin.net>
9018
9019 2006-10-20 [colin]      2.5.6cvs3
9020
9021         * configure.ac
9022                 Bump up libetpan requirement
9023                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
9024         * src/common/utils.c
9025         * src/common/utils.h
9026                 Add convenience get_file_mtime()
9027         * src/imap.c
9028         * src/etpan/imap-thread.c
9029         * src/etpan/imap-thread.h
9030                 Implement UIDPLUS support if the server
9031                 supports it - faster sending in this case
9032
9033 2006-10-19 [colin]      2.5.6cvs2
9034
9035         * src/gtk/quicksearch.c
9036                 Fix emptying in type-ahead+extended mode
9037         * src/mainwindow.c
9038         * src/mainwindow.h
9039                 Add a hook for offline state change
9040         * src/plugins/trayicon/trayicon.c
9041                 Use it to display offline icons
9042         * src/plugins/trayicon/Makefile.am
9043         * src/plugins/trayicon/newmail.offline.xpm
9044         * src/plugins/trayicon/newmarkedmail.offline.xpm
9045         * src/plugins/trayicon/nomail.offline.xpm
9046         * src/plugins/trayicon/unreadmail.offline.xpm
9047         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9048                 Add the icons
9049
9050 2006-10-12 [paul]       2.5.6cvs1
9051
9052         * NEWS
9053         * README
9054         * configure.ac
9055                 Update version number following
9056                 stable release
9057
9058 2006-10-19 [colin]      2.5.5cvs18
9059
9060         * manual/handling.xml
9061                 Add type-ahead search
9062
9063 2006-10-18 [colin]      2.5.5cvs17
9064
9065         * src/gtk/quicksearch.c
9066                 Remove "save to history only if there's
9067                 no syntax error", it breaks for some 
9068                 reason which I'll investigate later.
9069
9070 2006-10-18 [colin]      2.5.5cvs16
9071
9072         * src/prefs_common.c
9073         * src/prefs_common.h
9074         * src/summaryview.c
9075         * src/gtk/quicksearch.c
9076         * src/gtk/quicksearch.h
9077                 Add a type-ahead option for fast searches
9078                 Patch by Fabien Vantard
9079
9080 2006-10-18 [colin]      2.5.5cvs15
9081
9082         * src/compose.c
9083         * src/compose.h
9084                 Add Options/Reply mode/ menu to be able to
9085                 change the recipients of a reply on the fly
9086
9087 2006-10-18 [colin]      2.5.5cvs14
9088
9089         * src/compose.c
9090                 Fix redirecting of our own sent mails
9091
9092 2006-10-17 [wwp]        2.5.5cvs13
9093
9094         * src/send_message.c
9095                 Fix duplicate error messages when sending, and missing
9096                 newline in such error messages.
9097
9098 2006-10-17 [colin]      2.5.5cvs12
9099
9100         * src/compose.c
9101                 Compare addresses case-insensitive
9102
9103 2006-10-17 [colin]      2.5.5cvs11
9104
9105         * src/plugins/pgpcore/sgpgme.c
9106                 Fix return status
9107
9108 2006-10-17 [colin]      2.5.5cvs10
9109
9110         * src/plugins/pgpcore/pgp_viewer.c
9111                 Fix return status
9112
9113 2006-10-17 [colin]      2.5.5cvs9
9114
9115         * src/quote_fmt.c
9116                 Fix a typo (thanks to Fabien)
9117
9118 2006-10-16 [colin]      2.5.5cvs8
9119
9120         * src/textview.c
9121                 Fix problem with quote-folding when emails
9122                 don't convert cleanly to UTF-8
9123
9124 2006-10-14 [colin]      2.5.5cvs7
9125
9126         * src/prefs_template.c
9127                 Reset fields when reopening
9128                 the window
9129
9130 2006-10-13 [paul]       2.5.5cvs6
9131
9132         * manual/advanced.xml
9133         * src/prefs_message.c
9134                 make 'respect_flowed_format' a hidden
9135                 option, and add a manual entry for it
9136                 Thanks to Colin
9137
9138 2006-10-12 [colin]      2.5.5cvs5
9139
9140         * src/codeconv.c
9141                 Revert part of 2.5.2cvs21:
9142                 Don't optimise by reusing the 
9143                 last iconv converter if possible:
9144                 it seems slightly broken in a 
9145                 very hard way to reproduce
9146
9147 2006-10-12 [colin]      2.5.5cvs4
9148
9149         * src/prefs_common.c
9150         * src/prefs_common.h
9151         * src/prefs_message.c
9152         * src/procmime.c
9153                 Fix bug 1035, 'Incorrect handling 
9154                 of flowed lines'. We now optionnaly
9155                 handle this format (preference is in
9156                 Message View/Text options section)
9157
9158 2006-10-12 [colin]      2.5.5cvs3
9159
9160         * po/POTFILES.in
9161                 Add new file
9162         * src/plugins/pgpcore/pgp_viewer.c
9163         * src/plugins/pgpcore/sgpgme.c
9164                 Don't try to import without asking
9165
9166 2006-10-12 [colin]      2.5.5cvs2
9167
9168         * src/compose.c
9169                 Fix bug 1036, 'Forwarding a mutlipart
9170                 mail with a "text/html" block to ms
9171                 outlook users leeds to freeze of
9172                 outlook'. Poor outlook users...
9173
9174 2006-10-12 [paul]       2.5.5cvs1
9175
9176         * NEWS
9177         * README
9178         * configure.ac
9179                 Update version number following
9180                 stable release
9181
9182 2006-10-11 [paul]       2.5.4cvs1
9183
9184         * NEWS
9185         * README
9186         * configure.ac
9187                 Update version number following
9188                 stable release
9189
9190 2006-10-11 [paul]       2.5.3cvs32
9191
9192         * src/textview.c
9193                 fix bug 1032, 'Segmentation fault when showing
9194                 message' (bug in quote folding)
9195                 Thanks to Colin
9196
9197 2006-10-10 [colin]      2.5.3cvs31
9198
9199         * src/quote_fmt.c
9200                 Rephrase english a bit
9201
9202 2006-10-10 [colin]      2.5.3cvs30
9203
9204         * src/prefs_compose_writing.c
9205                 Stop making the page larger than the window
9206
9207 2006-10-10 [wwp]        2.5.3cvs29
9208
9209         * src/compose.c
9210         * src/prefs_template.c
9211         * src/quote_fmt.c
9212         * src/quote_fmt.h
9213         * src/quote_fmt_lex.l
9214         * src/quote_fmt_parse.y
9215                 Extend the quote parser a bit: allow to get access to
9216                 basic (composing) account info.
9217
9218 2006-10-10 [colin]      2.5.3cvs28
9219
9220         * src/procheader.c
9221                 Fix this \t problem in subject
9222
9223 2006-10-09 [colin]      2.5.3cvs27
9224
9225         * src/main.c
9226         * src/prefs_gtk.c
9227                 Prepare cache a bit later
9228                 If section already exists, skip the new one 
9229                 (as previously); avoid writing the same block
9230                 twice - if we find a second block with the 
9231                 same id, skip it.
9232         * src/plugins/pgpcore/pgp_viewer.c
9233                 Set cursor to busy when retrieving a key
9234         * src/plugins/pgpcore/sgpgme.c
9235                 allow 5 seconds for gpg to export the key
9236                 
9237
9238 2006-10-09 [colin]      2.5.3cvs26
9239
9240         * configure.ac
9241         * src/msgcache.c
9242         * src/prefs_gtk.c
9243                 Check for existence of fgets_unlocked
9244                 and fwrite_unlocked
9245
9246 2006-10-09 [paul]       2.5.3cvs25
9247
9248         * src/prefs_summaries.c
9249                 replace strftime() with fast_strftime() and in
9250                 the consequence fix the bug in the display of
9251                 AM/PM in the 'Example' string
9252
9253 2006-10-09 [ticho]      2.5.3cvs24
9254
9255         * po/sk.po
9256                 Updated (and fixed up somewhat) Slovak translation.
9257
9258 2006-10-08 [colin]      2.5.3cvs23
9259
9260         * src/prefs_folder_item.c
9261                 Explain why prefs in the top-level folder
9262                 aren't retained, but are still useful
9263
9264 2006-10-08 [colin]      2.5.3cvs22
9265
9266         * src/prefs_gtk.c
9267                 Don't cache anything if caching fails
9268
9269 2006-10-08 [colin]      2.5.3cvs21
9270
9271         * src/common/utils.c
9272                 always include gi18n.h
9273
9274 2006-10-07 [colin]      2.5.3cvs20
9275
9276         * src/plugins/pgpcore/pgp_viewer.c
9277                 Kill gpg after 5 seconds wait
9278
9279 2006-10-07 [colin]      2.5.3cvs19
9280
9281         * src/plugins/pgpcore/pgp_viewer.c
9282         * src/plugins/pgpcore/pgp_viewer.h
9283                 Fix copyright
9284
9285 2006-10-07 [colin]      2.5.3cvs18
9286
9287         * src/plugins/pgpcore/pgp_viewer.c
9288         * src/plugins/pgpcore/pgp_viewer.h
9289                 Actually add the files to CVS
9290
9291 2006-10-07 [colin]      2.5.3cvs17
9292
9293         * src/plugins/pgpcore/sgpgme.c
9294                 Be sure not to crash on 'application/pgp-signature' that
9295                 are not application/pgp-signatures
9296
9297 2006-10-07 [colin]      2.5.3cvs16
9298
9299         * src/textview.c
9300         * src/textview.h
9301                 Make a bit more of the API available
9302         * src/plugins/pgpcore/Makefile.am
9303         * src/plugins/pgpcore/plugin.c
9304         * src/plugins/pgpcore/sgpgme.c
9305                 Add basic key import/export
9306
9307 2006-10-07 [colin]      2.5.3cvs15
9308
9309         * src/folderview.c
9310         * src/imap.c
9311         * src/prefs_account.c
9312         * src/wizard.c
9313                 Warn users *everywhere* if libetpan's not
9314                 linked in
9315
9316 2006-10-06 [mones]      2.5.3cvs14
9317
9318         * po/de.po
9319         * po/es.po
9320                 updated by Stephan Sachse and me
9321
9322 2006-10-06 [colin]      2.5.3cvs13
9323
9324         * src/main.c
9325         * src/common/sylpheed.c
9326                 Don't load common plugins if --exit is passed
9327         * src/prefs_gtk.c
9328         * src/prefs_gtk.h
9329                 Implement a cache to avoid reading the same
9330                 files over and over again at startup
9331
9332 2006-10-06 [colin]      2.5.3cvs12
9333
9334         * src/summaryview.c
9335         * src/gtk/quicksearch.c
9336                 Update display every 5k mails on fast searches
9337
9338 2006-10-06 [colin]      2.5.3cvs11
9339
9340         * src/textview.c
9341                 Don't do quote folding on HTML or ERTF.
9342                 May fix the Cygwin issues if they were
9343                 happening with HTML mails?
9344
9345 2006-10-05 [colin]      2.5.3cvs10
9346
9347         * src/prefs_gtk.c
9348                 Oops, forgot one
9349
9350 2006-10-05 [colin]      2.5.3cvs9
9351
9352         * src/prefs_gtk.c
9353                 Use unlocked_stdio here too
9354
9355 2006-10-05 [colin]      2.5.3cvs8
9356
9357         * src/folderview.c
9358                 Fix go to next * after preferences apply
9359         * src/msgcache.c
9360                 Do the fd lock/unlock ourselves instead of
9361                 letting the libc do it at each write 
9362
9363 2006-10-05 [colin]      2.5.3cvs7
9364
9365         * src/common/utils.c
9366                 Faster division, thanks to Jean Diraison
9367
9368 2006-10-05 [paul]       2.5.3cvs6
9369
9370         * src/common/utils.c
9371                 fix building with --disable-nls
9372
9373 2006-10-04 [colin]      2.5.3cvs5
9374
9375         * src/folder.c
9376                 Maybe fix a segfault
9377
9378 2006-10-04 [wwp]        2.5.3cvs4
9379
9380         * src/prefs_folder_item.c
9381                 Fine-tune layouts in folder item prefs. Suggested by
9382                 Fabien Vantard <fzzzzz@gmail.com>.
9383
9384 2006-10-04 [wwp]        2.5.3cvs3
9385
9386         * src/prefs_folder_item.c
9387                 Kill the clandestine passengers. You didn't see anything.
9388
9389 2006-10-04 [wwp]        2.5.3cvs2
9390
9391         * src/prefs_folder_item.c
9392                 Add a way to test the subject simplify regexp in
9393                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9394                 w/ few layout changes.
9395
9396 2006-20-04 [paul]       2.5.3cvs1
9397
9398         * NEWS
9399         * README
9400         * configure.ac
9401                 Update version number following
9402                 stable release
9403
9404 2006-10-04 [colin]      2.5.2cvs42
9405
9406         * src/folder.c
9407         * src/folder.h
9408         * src/summaryview.c
9409                 Provide a way for folder classes to set their sort
9410                 type and key
9411
9412 2006-10-03 [colin]      2.5.2cvs41
9413
9414         * src/mh.c
9415                 Don't use strlen() to know if the
9416                 string's empty
9417
9418 2006-10-03 [colin]      2.5.2cvs40
9419
9420         * src/mh.c
9421                 Fix "check for new folders" with accentued folders
9422
9423 2006-10-03 [ticho]      2.5.2cvs39
9424
9425         * src/filtering.c
9426         * src/folder.c
9427         * src/inc.c
9428         * src/mbox.c
9429                 Colin's fix for "copy" filtering rules.
9430
9431 2006-10-02 [colin]      2.5.2cvs38
9432
9433         * src/folderview.c
9434                 Fix for double-click too
9435
9436 2006-10-02 [colin]      2.5.2cvs37
9437
9438         * src/folderview.c
9439                 correct fix for cvs36
9440
9441 2006-10-02 [colin]      2.5.2cvs36
9442
9443         * src/folderview.c
9444                 Fix 'goto next unread' after collapsing/expanding 
9445                 a node.
9446
9447 2006-10-02 [colin]      2.5.2cvs35
9448
9449         * src/summaryview.c
9450                 Fix double freeze/thaw
9451         * src/common/utils.c
9452         * src/common/utils.h
9453                 Reimplement strftime
9454         * src/procheader.c
9455                 Use it
9456
9457
9458 2006-10-02 [colin]      2.5.2cvs34
9459
9460         * src/mh.c
9461                 Time mh_write_sequences() - it's fast
9462         * src/summaryview.c
9463                 Init a variable to shut up gcc
9464
9465 2006-10-01 [colin]      2.5.2cvs33
9466
9467         * src/folder.c
9468         * src/mh.c
9469         * src/mh.h
9470         * src/msgcache.c
9471                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9472                 Add fsync but disable it, it's slow as hell
9473
9474 2006-10-01 [colin]      2.5.2cvs32
9475
9476         * src/mh.c
9477         * src/msgcache.c
9478                 fflush() caches and mh_sequences before
9479                 fclose()ing
9480
9481 2006-10-01 [colin]      2.5.2cvs31
9482
9483         * src/msgcache.c
9484                 Don't ftruncate when not using mmap
9485
9486 2006-09-30 [colin]      2.5.2cvs30
9487
9488         * src/main.c
9489                 Write folder list *after* saving caches
9490
9491 2006-09-30 [colin]      2.5.2cvs29
9492
9493         * src/folder.c
9494         * src/mh.c
9495                 Debug forced mtime changes
9496
9497 2006-09-30 [colin]      2.5.2cvs28
9498
9499         * src/folder.c
9500         * src/main.c
9501                 Remove useless debug_print()s (code
9502                 well-tested)
9503
9504 2006-09-30 [colin]      2.5.2cvs27
9505
9506         * src/mh.c
9507                 Do stuff faster when writing mh_sequences
9508
9509 2006-09-30 [colin]      2.5.2cvs26
9510
9511         * src/mh.c
9512                 Don't let the writing of .mh_sequences, which
9513                 can change the folder's mtime, let us think
9514                 we need to scan.
9515
9516 2006-09-30 [colin]      2.5.2cvs25
9517
9518         * src/folder.c
9519                 Move a debug_print where it belongs 
9520                 (processing)
9521         * src/summaryview.c
9522                 Don't mess with a huge slow subject
9523                 table if we're not threading by
9524                 subject
9525
9526 2006-09-30 [colin]      2.5.2cvs24
9527
9528         * src/msgcache.c
9529                 Reenable mmaped reads (*not* writes!)
9530         * src/procmsg.c
9531                 Don't destroy and recreate hashtables just
9532                 for fun
9533         * src/common/utils.c
9534                 Remove useless reply prefixes (it's case
9535                 unsensitive)
9536
9537 2006-09-30 [wwp]        2.5.2cvs23
9538
9539         * tools/fix_date.sh
9540                 Fixed a minor bug in date value extraction, added a switch
9541                 to replace non RFC-compliant Date: value, added a switch
9542                 to use strict RFC matching patterns for dates.
9543
9544 2006-09-29 [colin]      2.5.2cvs22
9545
9546         * src/matcher_parser.h
9547         * src/matcher_parser_parse.y
9548         * src/prefs_filtering.c
9549         * src/statusbar.c
9550         * src/summary_search.c
9551         * src/summaryview.c
9552         * src/gtk/quicksearch.c
9553         * src/gtk/quicksearch.h
9554                 Optimise searches by setting different
9555                 refresh intervals (depending if the 
9556                 search is fast or not)
9557
9558 2006-09-29 [colin]      2.5.2cvs21
9559
9560         * src/codeconv.c
9561                 Optimise by reusing the last iconv converter
9562                 if possible
9563         * src/textview.c
9564                 Optimise a bit (the foldable quotes feature
9565                 still has an awful O(n^2) algo
9566
9567 2006-09-29 [colin]      2.5.2cvs20
9568
9569         * src/gtk/gtksctree.c
9570         * src/gtk/gtksctree.h
9571                 Optimise de-selection via up/down or
9572                 another key
9573
9574 2006-09-28 [colin]      2.5.2cvs19
9575
9576         * src/action.c
9577         * src/compose.c
9578         * src/folderview.c
9579         * src/mainwindow.c
9580         * src/messageview.c
9581         * src/summary_search.c
9582         * src/toolbar.c
9583                 Avoid using summaryview->ctree directly
9584
9585 2006-09-28 [colin]      2.5.2cvs18
9586
9587         * src/summaryview.c
9588         * src/summaryview.h
9589                 Add helpers to freeze/thaw/grab_focus
9590                 Factorize calls to freeze/thaw/grab_focus
9591                 
9592
9593 2006-09-28 [colin]      2.5.2cvs17
9594
9595         * src/main.c
9596                 More guards for the session management
9597
9598 2006-09-28 [colin]      2.5.2cvs16
9599
9600         * src/folderview.c
9601         * src/gtk/gtksctree.c
9602         * src/gtk/gtksctree.h
9603                 Make expanding not recursive in folderview
9604
9605 2006-09-28 [colin]      2.5.2cvs15
9606
9607         * src/addressbook.c
9608                 If nothing is selected in the list (right part)
9609                 and a group is selected in the tree (left part),
9610                 mail this group.
9611
9612 2006-09-28 [colin]      2.5.2cvs14
9613
9614         * src/Makefile.am
9615                 Actually use SM_LIBS
9616
9617 2006-09-28 [ticho]      2.5.2cvs13
9618
9619         * src/export.c
9620         * src/messageview.c
9621         * src/mimeview.c
9622         * src/news.c
9623         * src/pop.c
9624         * src/prefs_themes.c
9625         * src/procmsg.c
9626                 Small i18n string optimization.
9627         * src/send_message.c
9628         * src/summaryview.c
9629         * src/common/session.c
9630         * src/common/smtp.c
9631         * src/common/ssl_certificate.c
9632         * src/common/utils.c
9633                 Use "Couldn't" instead of "Can't" in UI messages,
9634                 where appropriate.
9635
9636 2006-09-28 [colin]      2.5.2cvs12
9637
9638         * configure.ac
9639                 Possibly fix link errors
9640
9641 2006-09-27 [wwp]        2.5.2cvs11
9642
9643         * src/gtk/authors.h
9644         * doc/man/sylpheed-claws.1
9645         * manual/ack.xml
9646         * manual/es/ack.xml
9647         * manual/fr/ack.xml
9648         * manual/pl/ack.xml
9649                 Updated authors info (me, myself and I).
9650
9651 2006-09-27 [colin]      2.5.2cvs10
9652
9653         * src/addressbook.c
9654                 Remove useless printf
9655
9656 2006-09-27 [wwp]        2.5.2cvs9
9657
9658         * src/editgroup.c
9659         * src/send_message.c
9660         * src/inc.c
9661         * src/prefs_common.c
9662         * src/prefs_common.h
9663         * src/gtk/progressdialog.c
9664                 remember more windows' sizes (send dialog, received dialog,
9665                 edit group in addressbook).
9666
9667 2006-09-27 [colin]      2.5.2cvs8
9668
9669         * configure.ac
9670         * src/main.c
9671         * src/mainwindow.h
9672                 Use libSM to communicate with the session
9673                 manager, so that we can know when the 
9674                 session ends, save our caches, and draft
9675                 our compose windows.
9676
9677 2006-09-27 [colin]      2.5.2cvs7
9678
9679         * src/addressbook.c
9680                 Fix issues:
9681                 o Allow Book and Group creation from the tree's
9682                   contextual menu
9683                 o Do not actually delete the contacts when 
9684                   deleting groups from the tree (duh!)
9685
9686 2006-09-27 [colin]      2.5.2cvs6
9687
9688         * src/compose.c
9689         * src/compose.h
9690         * src/mainwindow.c
9691         * src/textview.c
9692         * src/toolbar.c
9693                 o Allow passing an email address to 
9694                   compose_new_with_folderitem
9695                 o Update callers
9696                 o Use current folderitem when clicking
9697                   on a TextView mailto: link
9698                 o Fix a possible leak in TextView
9699
9700 2006-09-27 [colin]      2.5.2cvs5
9701
9702         * src/html.c
9703                 Use UTF-8 chars to replace HTML entities
9704
9705 2006-09-27 [colin]      2.5.2cvs4
9706
9707         * AUTHORS
9708         * src/prefs_account.c
9709         * src/gtk/authors.h
9710                 Fix bug #1024 (Array index out of
9711                 range in sylpheed-claws-2.5.2)
9712                 Patch by Ales Nosek <anosek@suse.cz>
9713
9714 2006-09-27 [colin]      2.5.2cvs3
9715
9716         * src/addr_compl.c
9717                 Actually do the test
9718
9719 2006-09-27 [colin]      2.5.2cvs2
9720
9721         * src/addr_compl.c
9722         * src/addr_compl.h
9723                 Allow completing with comma (in certain cases: vCalendar
9724                 for example doesn't support that)
9725                 Patch by Fabien Vantard
9726
9727 2006-09-26 [colin]      2.5.2cvs1
9728
9729         * src/Makefile.am
9730         * src/addr_compl.c
9731         * src/addr_compl.h
9732         * src/addrbook.c
9733         * src/addrbook.h
9734         * src/addressbook.c
9735         * src/addrindex.c
9736         * src/addrindex.h
9737         * src/compose.c
9738         * src/prefs_common.c
9739         * src/prefs_filtering_action.c
9740         * src/prefs_folder_item.c
9741         * src/prefs_template.c
9742         * src/stock_pixmap.c
9743         * src/stock_pixmap.h
9744         * src/pixmaps/addr_one.xpm
9745         * src/pixmaps/addr_two.xpm
9746                 Add auto-completion on groups
9747
9748 2006-09-26 [colin]      2.5.2
9749
9750         * NEWS
9751         * README
9752         * RELEASE_NOTES
9753                 2.5.2 released
9754
9755 2006-09-26 [colin]      2.5.1cvs5
9756
9757         * src/matcher.c
9758                 Fix condition
9759
9760 2006-09-26 [colin]      2.5.1cvs4
9761
9762         * src/mbox.c
9763                 Revert cvs1 (useless as the message is printed 
9764                 every 500 mails)
9765
9766 2006-09-26 [colin]      2.5.1cvs3
9767
9768         * src/partial_download.c
9769                 Fix crasher found by Alexsandar Urosevic
9770
9771 2006-09-26 [colin]      2.5.1cvs2
9772
9773         * src/summaryview.c
9774                 Fix bug #1023 (Sylpheed deletes too much messages)
9775
9776 2006-09-26 [ticho]      2.5.1cvs1
9777
9778         * src/mbox.c
9779                 Make use of gettext's multiple plurals for statusbar
9780                 progress message.
9781
9782 2006-09-25 [paul]       2.5.1
9783
9784         * NEWS
9785         * README
9786         * RELEASE_NOTES
9787                 2.5.1 released
9788
9789 2006-09-25 [colin]      2.5.0cvs3
9790
9791         * src/plugins/bogofilter/bogofilter.c
9792         * src/plugins/clamav/clamav_plugin.c
9793         * src/plugins/spamassassin/spamassassin.c
9794                 BogoFilter, Spamassassin: Fix double hook registering after
9795                 visiting preferences
9796                 Spamassassin, Clamav: Just set the mails to move instead of
9797                 doing the move - caller will move the things at once.
9798
9799 2006-09-25 [colin]      2.5.0cvs2
9800
9801         * src/imap.c
9802         * src/etpan/imap-thread.c
9803                 Use UID SEARCH ALL instead of UID 1:*
9804                 (braindead servers can't figure out that's
9805                 the same...)
9806
9807 2006-09-25 [wwp]        2.5.0cvs1
9808
9809         * src/message_search.c
9810                 Added the ability to stop a running search (in message body).
9811
9812 2006-09-25 [paul]       2.5.0
9813
9814         * NEWS
9815         * README
9816         * RELEASE_NOTES
9817                 2.5.0 released
9818
9819 2006-09-25 [paul]       2.4.0cvs214
9820
9821         * po/cs.po
9822         * po/de.po
9823         * po/fi.po
9824         * po/fr.po
9825         * po/nl.po
9826         * po/pt_BR.po
9827         * po/sk.po
9828         * po/sr.po
9829         * po/zh_CN.po
9830                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9831                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9832                 Ticho, Aleksander Urosevic, Ralgh Young
9833
9834 2006-09-24 [mones]      2.4.0cvs213
9835
9836         * po/es.po
9837                 Updated for release
9838
9839 2006-09-23 [colin]      2.4.0cvs212
9840
9841         * src/gtk/inputdialog.c
9842                 Fix [ ] remember this appearing in normal
9843                 input dialogs after it's been used by
9844                 mimeview.
9845         * src/folder.c
9846         * src/folderview.c
9847         * src/msgcache.c
9848         * src/procmsg.c
9849         * src/summaryview.c
9850         * src/textview.c
9851         * src/common/timing.h
9852                 Enable timings in debug mode and make it
9853                 look prettier.
9854
9855 2006-09-22 [colin]      2.4.0cvs211
9856
9857         * README
9858                 Revert test change
9859         * commitHelper
9860                 ping the correct URI
9861
9862 2006-09-22 [colin]      2.4.0cvs210
9863
9864         * README
9865                 Let's see if bug #1022 is fixed
9866
9867 2006-09-21 [colin]      2.4.0cvs209
9868
9869         * src/wizard.c
9870         * src/common/plugin.c
9871                 Prepare infra to load predefined plugins when
9872                 no configuration existed. Don't actually load
9873                 anything yet (feat. freeze)
9874
9875 2006-09-21 [wwp]        2.4.0cvs208
9876
9877         * manual/fr/faq.xml
9878                 Partial sync w/ 2.4.0cvs72:
9879                 wrap file and minor updates.
9880
9881 2006-09-21 [wwp]        2.4.0cvs207
9882
9883         * tools/fix_date.sh
9884                 several fixes and enhancements. A new --force switch has been
9885                 added to prevent overriding by default Date: header when
9886                 already existing.
9887
9888 2006-09-21 [paul]       2.4.0cvs206
9889
9890         * src/common/utils.c
9891                 add Chinese UTF8 Re prefix
9892
9893 2006-09-21 [wwp]        2.4.0cvs205
9894
9895         * tools/Makefile.am
9896                 Fics alfabettical order.
9897
9898 2006-09-21 [wwp]        2.4.0cvs204
9899
9900         * tools/fix_date.sh
9901         * tools/Makefile.am
9902                 Added an action tool to fix missing Date field in emails.
9903                 Updated Makefile.am to reflect those last two additions.
9904
9905 2006-09-21 [wwp]        2.4.0cvs203
9906
9907         * tools/uuooffice
9908                 Added a action tool to open uuencoded docs w/
9909                 OpenOffice (based on uudec method).
9910
9911 2006-09-21 [colin]      2.4.0cvs202
9912
9913         * src/compose.c
9914         * src/textview.c
9915                 Workaround possible GTK crash: remove selection 
9916                 clipboard before destroying widget, or GTK+-2.10
9917                 dies. Thanks to Hiro.
9918
9919 2006-09-20 [colin]      2.4.0cvs201
9920
9921         * src/compose.c
9922                 Fix free-after-use in some cases (when 
9923                 procmime_encode_content() frees mimeinfo->data.mem
9924                 and turns it to a temp file)
9925
9926 2006-09-20 [colin]      2.4.0cvs200
9927
9928         * src/folderview.c
9929         * src/summaryview.c
9930         * src/gtk/gtksctree.c
9931         * src/gtk/gtksctree.h
9932                 Add tooltips in the folderview and summaryview
9933                 (Doesn't break string freeze as they already
9934                 exist)
9935         * src/toolbar.c
9936                 Put the spam button in the default configuration
9937                 if compiled with bogo plugin too
9938
9939 2006-09-19 [colin]      2.4.0cvs199
9940
9941         * src/summaryview.c
9942         * src/summaryview.h
9943                 Update folder name label on folder rename
9944         * src/prefs_matcher.c
9945         * src/gtk/logwindow.h
9946                 Fix warnings
9947                 Patches by Fabien
9948
9949 2006-09-19 [wwp]        2.4.0cvs198
9950
9951         * src/summary_search.c
9952                 fix can't click forward/backward buttons in the
9953                 search messages.
9954
9955 2006-09-18 [paul]       2.4.0cvs197
9956
9957         * src/wizard.c
9958                 add missing bracket, capitalise the A of
9959                 'SpamAssassin'
9960
9961 2006-09-18 [paul]       2.4.0cvs196
9962
9963         * src/compose.c
9964                 fix bug 1012 'crashed upon sending mail
9965                 from compose window'
9966                 Thanks to Colin
9967
9968 2006-09-16 [colin]      2.4.0cvs195
9969
9970         * src/folderview.c
9971                 Fix "real-time" sorting by freezing/thawing
9972
9973 2006-09-16 [colin]      2.4.0cvs194
9974
9975         * manual/faq.xml
9976                 Fix the anti-spam entry a bit
9977
9978 2006-09-16 [colin]      2.4.0cvs193
9979
9980         * src/wizard.c
9981                 Make sure reviewers have no excuse when stating
9982                 Sylpheed-Claws doesn't have antispam capabilities.
9983
9984 2006-09-16 [colin]      2.4.0cvs192
9985
9986         * src/main.c
9987                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9988                 as if the SIGPIPE comes from etpan's thread we could
9989                 trigger a GUI update from this thread.
9990
9991 2006-09-16 [colin]      2.4.0cvs191
9992
9993         * src/summaryview.c
9994                 Init all members of the struct
9995
9996 2006-09-16 [paul]       2.4.0cvs190
9997
9998         * src/account.c
9999                 improvements to the English
10000
10001 2006-09-15 [colin]      2.4.0cvs189
10002
10003         * src/summaryview.c
10004                 HIG order on dialog
10005
10006 2006-09-14 [colin]      2.4.0cvs188
10007
10008         * src/common/socket.c
10009         * src/common/socket.h
10010         * src/common/ssl.c
10011         * src/common/ssl_certificate.c
10012         * src/common/ssl_certificate.h
10013         * src/etpan/imap-thread.c
10014                 the get_fqdn() call done to get canonical name when
10015                 checking an SSL certificate is blocking, which is
10016                 sad as we just did a non-blocking lookup to connect.
10017                 Fix that by letting the fqdn available to the SockInfo,
10018                 and use that in ssl_certificate_check(). For IMAP,
10019                 we don't do it as the lookup's done by libetpan, but
10020                 it's less annoying as IMAP connections as much more
10021                 rare than POP3 connections.
10022
10023 2006-09-14 [paul]       2.4.0cvs187
10024
10025         * manual/advanced.xml
10026                 improvements to the English,
10027                 properly place the new hidden options
10028                 within the alphabetical order
10029         * src/gtk/pluginwindow.c
10030                 improvements to the English
10031
10032 2006-09-14 [colin]      2.4.0cvs186
10033
10034         * src/prefs_common.c
10035         * src/prefs_common.h
10036         * src/gtk/gtksctree.c
10037         * manual/advanced.xml
10038                 New hidden pref, stripes_color_offset, to change
10039                 the value added/substracted to normal bgcolor to
10040                 create the stripes in summaries
10041
10042 2006-09-13 [colin]      2.4.0cvs185
10043
10044         * src/gedit-print.c
10045         * src/messageview.c
10046         * src/messageview.h
10047         * src/summaryview.c
10048         * src/textview.c
10049                 Fix misc. printing issues: 
10050                 - Bad font for linkified headers
10051                 - Different font if the mail was displayed or not
10052                 - Factorize the thing
10053
10054 2006-09-13 [colin]      2.4.0cvs184
10055
10056         * src/common/ssl_certificate.c
10057                 Only get FQDN once when checking certificate
10058
10059 2006-09-13 [colin]      2.4.0cvs183
10060
10061         * src/account.c
10062         * src/gtk/pluginwindow.c
10063                 Misc. GUI fixes by Fabien
10064
10065 2006-09-13 [wwp]        2.4.0cvs182
10066
10067         * configure.ac
10068         * src/common/utils.h
10069         * src/common/utils.c
10070                 get rid of unused wide-char functions.
10071
10072 2006-09-13 [wwp]        2.4.0cvs181
10073
10074         * src/plugins/pgpinline/sylpheed.def
10075         * src/textview.c
10076                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
10077                 add privacy_reset_error to the .def file,
10078                 do not fork for an external textviewer.
10079
10080 2006-09-13 [wwp]        2.4.0cvs180
10081
10082         * src/prefs_common.c
10083                 fix broken font entry in prefs (patch issued by the gpg4win team,
10084                 probably by Marcus Brinkmann <marcus@g10code.de>).
10085
10086 2006-09-13 [colin]      2.4.0cvs179
10087
10088         * src/folder.h
10089                 Fix a warning in summaryview.c
10090         * src/mainwindow.c
10091         * src/summaryview.c
10092         * src/summaryview.h
10093                 Add missing Mark/* elements in the
10094                 main menu
10095
10096 2006-09-12 [colin]      2.4.0cvs178
10097
10098         * src/prefs_actions.c
10099         * src/prefs_filtering_action.c
10100         * src/prefs_matcher.c
10101                 Use (New) instead of New everywhere
10102
10103 2006-09-12 [wwp]        2.4.0cvs177
10104
10105         * manual/fr/addrbook.xml
10106         * manual/fr/handling.xml
10107                 updated some quotes in the fr manual to match the fr translation.
10108
10109 2006-09-12 [wwp]        2.4.0cvs176
10110
10111         * src/prefs_matcher.c
10112                 don't store translated string elements in matcher expressions.
10113                 Also fixed a misused of Q_().
10114
10115 2006-09-11 [wwp]        2.4.0cvs175
10116
10117         * src/plugins//bogofilter/bogofilter.c
10118         * src/plugins//clamav/clamav_plugin.c
10119         * src/plugins//demo/demo.c
10120         * src/plugins//dillo_viewer/dillo_viewer.c
10121         * src/plugins//pgpcore/plugin.c
10122         * src/plugins//pgpinline/plugin.c
10123         * src/plugins//pgpmime/plugin.c
10124         * src/plugins//spamassassin/spamassassin.c
10125                 gettext-ize more strings (mostly plugin error messages).
10126
10127 2006-09-11 [colin]      2.4.0cvs174
10128
10129         * src/alertpanel.c
10130                 Make maximum buffer size bigger to avoid
10131                 truncating translated messages. Patch by
10132                 Fabien
10133
10134 2006-09-11 [colin]      2.4.0cvs173
10135
10136         * src/etpan/imap-thread.c
10137                 Fix compilation on OpenBSD, thanks to 
10138                 Landry
10139
10140 2006-09-10 [wwp]        2.4.0cvs172
10141
10142         * manual/account.xml
10143         * manual/addrbook.xml
10144         * manual/handling.xml
10145         * manual/es/handling.xml
10146         * manual/fr/account.xml
10147         * manual/fr/addrbook.xml
10148         * manual/fr/handling.xml
10149                 documented addressbook matching (condition configuration):
10150                   addrbook.xml, en fr
10151                 documented per-account filtering rules (handling/filtering
10152                   section, account section):
10153                   account.xml, handling.xml, en fr
10154                 slightly updated the handling/searching section to tell few
10155                   words about the extended search ability:
10156                   handling.xml, en fr
10157                 added missing <quote></quotes> to Quick Search:
10158                   handling.xml, en fr es
10159                 fixed a typo (auomatically):
10160                   handling.xml, en
10161                 changes revisited by Paul.
10162
10163 2006-09-10 [paul]       2.4.0cvs171
10164
10165         * src/prefs_actions.c
10166         * src/prefs_filtering.c
10167         * src/prefs_template.c
10168                 adjustments to the gui
10169                 Patch by Fabien Vantard (slightly modified)
10170
10171 2006-09-10 [colin]      2.4.0cvs170
10172
10173         * src/summaryview.c
10174                 Check folderitem/summaryview consistency
10175                 (basically automates Update summary). Fixes
10176                 #1011 (wrong (negative) count on unread 
10177                 messages)
10178
10179 2006-09-10 [colin]      2.4.0cvs169
10180
10181         * src/gtk/gtksctree.c
10182                 Fix recursive expansion via mouse
10183         * src/plugins/bogofilter/bogofilter.c
10184                 Use normal filtering way of moving
10185                 messages (batching), possibly fixing
10186                 bug #1015 (Bogofilter plugin doubles 
10187                 new messages)
10188
10189 2006-09-09 [wwp]        2.4.0cvs168
10190
10191         * src/prefs_filtering.c
10192                 better place for this fix.
10193
10194 2006-09-09 [wwp]        2.4.0cvs167
10195
10196         * src/prefs_filtering.c
10197                 fix a minor bug when the enabled status of a filtering/processing
10198                 rule always got set to TRUE when replacing this rule. That still
10199                 make sense when adding a new rule, but now when replacing, we
10200                 don't override the value of 'enabled'.
10201                 Also renamed the func prefs_filtering_list_view_get_rule_name()
10202                 to prefs_filtering_list_view_get_info() as this function not only
10203                 returns the name, but also the account_id and the enabled status.
10204
10205 2006-09-09 [mones]      2.4.0cvs166
10206
10207         * manual/glossary.xml
10208         * manual/plugins.xml
10209                 Minor format corrections
10210         * manual/gpl.xml
10211                 Fix misplaced NO WARRANTY section
10212         * manual/es/advanced.xml
10213         * manual/es/faq.xml
10214         * manual/es/glossary.xml
10215         * manual/es/gpl.xml
10216         * manual/es/handling.xml
10217         * manual/es/plugins.xml
10218         * manual/es/starting.xml
10219                 Incorporate changes from English version
10220         * manual/fr/ack.xml
10221         * manual/pl/ack.xml
10222         * manual/es/ack.xml
10223                 Fix address, (add translation credits in es version)
10224         * po/es.po
10225                 Updated translation
10226
10227 2006-09-09 [wwp]        2.4.0cvs165
10228
10229         * src/prefs_filtering.c
10230                 fix a crash when opening filtering prefs, if matcherrc file contains
10231                 broken data (non-existing account id, which is theoretically not
10232                 possible).
10233
10234 2006-09-08 [colin]      2.4.0cvs164
10235
10236         * src/folder.c
10237                 Wrong assert, make it an if()
10238         * src/gtk/gtksctree.c
10239                 Fix bug #1013 (expand selected thread 
10240                 tree) - expanding is now recursive
10241
10242 2006-09-07 [wwp]        2.4.0cvs163
10243
10244         * src/prefs_matcher.c
10245                 make better sentences about addressbook matching in the
10246                 matcher prefs. This should make translators' work easier
10247                 too.
10248
10249 2006-09-07 [wwp]        2.4.0cvs162
10250
10251         * src/prefs_filtering.c
10252                 code simplification (get rid of dup var. assignment).
10253
10254 2006-09-07 [wwp]        2.4.0cvs161
10255
10256         * src/summaryview.c
10257                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10258                 <fzzzzz@gmail.com>.
10259
10260 2006-09-07 [paul]       2.4.0cvs160
10261
10262         * src/mimeview.c
10263                 fix compilation warnings
10264                 Thanks to Colin
10265
10266 2006-09-07 [paul]       2.4.0cvs159
10267
10268         * src/mimeview.c
10269                 select the mimepart icon when
10270                 displaying as text
10271                 Thanks to Colin
10272
10273 2006-09-06 [paul]       2.4.0cvs158
10274
10275         * src/prefs_filtering.c
10276                 fix labels and table element spacing
10277                 Patch by Fabien Vantard
10278
10279 2006-09-06 [paul]
10280
10281         2.5.0-rc3 released
10282
10283 2006-09-06 [paul]       2.4.0cvs157
10284
10285         * manual/es/advanced.xml
10286                 fix typo
10287
10288 2006-09-06 [wwp]        2.4.0cvs156
10289
10290         * src/mainwindow.c
10291                 fix an dup launch issue when iconified, thanks to Colin.
10292
10293 2006-09-06 [wwp]        2.4.0cvs155
10294
10295         * src/gtk//gtksctree.h
10296                 oops, forgot that one!
10297
10298 2006-09-06 [wwp]        2.4.0cvs154
10299
10300         * manual/pl/advanced.xml
10301         * manual/advanced.xml
10302         * manual/es/advanced.xml
10303         * manual/fr/advanced.xml
10304         * src/prefs_customheader.c
10305         * src/prefs_filtering_action.c
10306         * src/foldersel.c
10307         * src/prefs_summaries.c
10308         * src/prefs_filtering.c
10309         * src/account.c
10310         * src/compose.c
10311         * src/prefs_summary_column.c
10312         * src/addr_compl.c
10313         * src/prefs_actions.c
10314         * src/prefs_folder_column.c
10315         * src/ssl_manager.c
10316         * src/prefs_template.c
10317         * src/prefs_display_header.c
10318         * src/prefs_common.h
10319         * src/prefs_matcher.c
10320         * src/prefs_common.c
10321         * src/prefs_toolbar.c
10322         * src/summaryview.c
10323         * src/folderview.c
10324         * src/gtk/gtksctree.c
10325         * src/gtk/pluginwindow.c
10326         * src/gtk/progressdialog.c
10327         * src/gtk/prefswindow.c
10328                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10329                 to make its meaning more obvious (all versions of the manual reflect
10330                 the change).
10331                 added an extra hidden option use_stripes_in_summary to allow
10332                 discarding these stripes in mainwindow's folder and message lists;
10333                 en and fr manuals only are OK towards this.
10334
10335 2006-09-06 [colin]      2.4.0cvs153
10336
10337         * src/textview.c
10338                 Hide Sylpheed-Claws' internal queue headers
10339                 when showing all headers. They'll be present
10340                 only in Source window.
10341
10342 2006-09-05 [colin]      2.4.0cvs152
10343
10344         * src/plugins/trayicon/trayicon.c
10345                 Fix crash at exit - we have to disconnect
10346                 our handlers
10347         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10348                 Update eggtrayicon - patch adapted from a
10349                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10350                 on Sylpheed's ML
10351
10352 2006-09-05 [colin]      2.4.0cvs151
10353
10354         * src/mainwindow.c
10355         * src/gtk/logwindow.c
10356                 Fix race condition when something writes
10357                 to the log too soon during init. Thanks
10358                 to Fabien Vantard
10359
10360 2006-09-05 [colin]      2.4.0cvs150
10361
10362         * src/mimeview.c
10363                 Don't select part on right-click either
10364
10365 2006-09-05 [paul]       2.4.0cvs149
10366
10367         * src/mimeview.c
10368                 completion of previous commit
10369                 Thanks to Colin
10370
10371 2006-09-05 [colin]      2.4.0cvs148
10372
10373         * src/mimeview.c
10374                 Don't force selection on middle-click, just open
10375
10376 2006-09-04 [colin]      2.4.0cvs147
10377
10378         * src/mimeview.c
10379                 Looks like gtk_notebook_set_current_page()
10380                 sometimes steals focus, and this annoys us
10381                 in MimeViewers as it renders navigation
10382                 keys useless. Take back focus after switching
10383                 pages.
10384
10385 2006-09-04 [colin]      2.4.0cvs146
10386
10387         * src/messageview.c
10388                 Set stop_loading when clicking on Next
10389                 during load. Don't add a callback to 
10390                 avoid over-complicating things.
10391
10392 2006-09-04 [colin]      2.4.0cvs145
10393
10394         * src/mimeview.c
10395         * src/messageview.c
10396                 Fix multiple loads in separate messageview
10397
10398 2006-09-04 [colin]      2.4.0cvs144
10399
10400         * src/summaryview.c
10401                 Let navigation keys be handled during 
10402                 load
10403
10404 2006-09-04 [colin]      2.4.0cvs143
10405
10406         * src/messageview.c
10407         * src/summaryview.c
10408         * src/textview.c
10409         * src/textview.h
10410                 Make loading of huge mails (lots of text and/or
10411                 images) cancellable, so the GUI doesn't block 
10412
10413 2006-09-04 [colin]      2.4.0cvs142
10414
10415         * src/plugins/trayicon/trayicon.c
10416                 Fix annoyance when removing a folder with 
10417                 unread mails: trayicon didn't update
10418
10419 2006-09-04 [paul]       2.4.0cvs141
10420
10421         * src/gtk/icon_legend.c
10422                 straighten up columns
10423                 Patch by Fabien Vantard
10424
10425 2006-09-04 [wwp]        2.4.0cvs140
10426
10427         * src/prefs_filtering.c
10428                 fix new line's account name in filtering prefs:
10429                 was "All", is now "(New)".
10430
10431 2006-09-04 [paul]       2.4.0cvs139
10432
10433         * tools/make.themes.project
10434                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10435                 instead of homebrewed "make release"
10436
10437 2006-09-03 [colin]      2.4.0cvs138
10438
10439         * src/folderview.c
10440                 Fix bug #1007 (Wrong folder highlighted)
10441
10442 2006-09-03 [colin]      2.4.0cvs137
10443
10444         * src/compose.c
10445                 Don't set Newsgroup: header to a mail folder
10446                 path
10447
10448 2006-09-03 [paul]       2.4.0cvs136
10449
10450         * src/prefs_other.c
10451         * src/prefs_spelling.c
10452                 unify the gui
10453
10454 2006-09-03 [paul]       2.4.0cvs135
10455
10456         * src/prefs_summaries.c
10457                 correct menu item text in prefs_keybind_apply_clicked()
10458
10459 2006-09-03 [paul]       2.4.0cvs134
10460
10461         * manual/advanced.xml
10462                 some improvements to the descriptions
10463         * src/mainwindow.c
10464         * src/messageview.c
10465         * src/summaryview.c
10466         * src/gtk/menu.c
10467                 fix menu sensitivity issues
10468         * src/prefs_message.c
10469                 drop the useless word 'short'
10470         * src/prefs_other.c
10471                 add the word 'lines' indicating log length
10472                 is a measure of lines
10473         * src/textview.c
10474                 fix compilation warnings
10475
10476 2006-09-02 [colin]      2.4.0cvs133
10477
10478         * src/messageview.c
10479                 Display a special return-receipt message
10480                 if the message is from the user
10481         * src/summaryview.c
10482                 Fix missing freeze of the list when marking
10483                 all read and unthreading for exec. Thanks
10484                 to Stephan Sachse.
10485
10486 2006-09-02 [paul]       2.4.0cvs132
10487
10488         * src/mainwindow.c
10489         * src/prefs_message.c
10490         * src/summaryview.c
10491                 fix some english
10492
10493 2006-09-02 [wwp]        2.4.0cvs131
10494
10495         * src/prefs_filtering.c
10496                 added an account name column to the filtering rules
10497                 dialog.
10498
10499 2006-09-02 [colin]      2.4.0cvs130
10500
10501         * src/gtk/logwindow.c
10502         * src/gtk/logwindow.h
10503                 Block scrolling if we're not at the end
10504                 of the log
10505
10506 2006-09-02 [colin]      2.4.0cvs129
10507
10508         * src/folder.c
10509                 Make sure account-specific rules can't
10510                 be used in {pre-,post-,}processing
10511         * src/mainwindow.c
10512         * src/gtk/logwindow.c
10513         * src/gtk/logwindow.h
10514                 Jump to last error when clicking on the
10515                 warning icon
10516
10517 2006-09-02 [colin]      2.4.0cvs128
10518
10519         * src/imap.c
10520         * src/import.c
10521         * src/mainwindow.c
10522         * src/mainwindow.h
10523                 Fix warning icon
10524         * src/inc.c
10525         * src/mbox.c
10526         * src/mbox.h
10527                 Let proc_mbox know its account, for
10528                 account-specific rules
10529
10530 2006-09-01 [colin]      2.4.0cvs127
10531
10532         * src/codeconv.c
10533                 Don't uselessly use iconv to convert from
10534                 us-ascii
10535         * src/alertpanel.c
10536         * src/mainwindow.c
10537         * src/mainwindow.h
10538         * src/inc.c
10539                 Fix certain log cases, disable warning icon
10540                 for now, the correct way to display it when
10541                 necessary and only when necessary is probably
10542                 to do it manually rather than use error logs
10543         * src/etpan/imap-thread.c
10544                 Clean up UID logging a bit
10545         * src/gtk/logwindow.c
10546         * src/gtk/logwindow.h
10547                 Make logging faster when the window's closed
10548
10549 2006-09-01 [wwp]        2.4.0cvs126
10550
10551         * manual/fr/account.xml
10552                 reflect changes to the ref. manual (parts of cvs72):
10553                 fix tabnames and quotes.
10554
10555 2006-09-01 [wwp]        2.4.0cvs125
10556
10557         * manual/fr/plugins.xml
10558                 reflect changes to the reference manual (cvs42):
10559                 update IRC channel info.
10560
10561 2006-09-01 [wwp]        2.4.0cvs124
10562
10563         * commitHelper
10564                 use CVSEDITOR env. var. if set, according to `man cvs`.
10565
10566 2006-09-01 [wwp]        2.4.0cvs123
10567
10568         * manual/advanced.xml
10569                 better sentence again (thanks to Paul).
10570
10571 2006-09-01 [wwp]        2.4.0cvs122
10572
10573         * manual/advanced.xml
10574         fix definition of toolbar_detachable and rework a bit the one of
10575         enable_dotted_lines.
10576
10577 2006-09-01 [mones]      2.4.0cvs121
10578
10579         * manual/advanced.xml
10580                 Document enable_dotted_lines
10581
10582 2006-09-01 [paul]       2.4.0cvs120
10583
10584         * src/folderview.c
10585         * src/folderview.h
10586         * src/imap.c
10587         * src/mainwindow.c
10588         * src/summaryview.c
10589                 obey the 'When entering folder...' option
10590                 when using the /View/Go to/... menu items
10591                 Thanks to Colin
10592
10593 2006-08-31 [colin]      2.4.0cvs119
10594
10595         * src/folderview.c
10596                 Revert 2.4.0cvs116, wrong fix.
10597
10598 2006-08-31 [colin]      2.4.0cvs118
10599
10600         * src/gtk/gtksctree.c
10601                 Better state the various copyrights
10602
10603 2006-08-31 [colin]      2.4.0cvs117
10604
10605         * src/prefs_common.c
10606                 fix enable_dotted_lines
10607
10608 2006-08-31 [colin]      2.4.0cvs116
10609
10610         * src/folderview.c
10611                 Use pref "Always open on select" when going
10612                 to next unread folder
10613         * src/gtk/gtksctree.c
10614                 Fix link failure to _gtk_clist_create_cell_layout
10615                 on certain computers. (Why not mine, I wonder)
10616
10617 2006-08-31 [colin]      2.4.0cvs115
10618
10619         * src/procmsg.c
10620         * src/textview.c
10621         * src/plugins/bogofilter/bogofilter.c
10622         * src/plugins/spamassassin/spamassassin.c
10623                 Requalify some "errors" to warnings
10624         * src/mainwindow.c
10625         * src/mainwindow.h
10626         * src/statusbar.c
10627                 Add an icon in the statusbar to notify
10628                 of errors
10629         * src/gtk/gtksctree.c
10630         * src/folderview.c
10631         * src/summaryview.c
10632                 Make the GtkSCTree look more modern by
10633                 alternating background lines
10634         * src/prefs_common.c
10635         * src/prefs_common.h
10636                 Add a pref to let people have the old
10637                 way if they prefer
10638
10639
10640 2006-08-30 [colin]      2.4.0cvs114
10641
10642         * src/procmsg.c
10643         * src/procmsg.h
10644                 Provide a way to filter a list of
10645                 messages in an optimised manner, and
10646                 add a list-filtering hook
10647         * src/folder.c
10648         * src/inc.c
10649         * src/mbox.c
10650                 Use the list filtering
10651         * src/plugins/bogofilter/bogofilter.c
10652                 Use the list-filtering hook
10653                 Use -b (bulk) mode for more speed
10654                 when learning and filtering
10655         * src/etpan/imap-thread.c
10656                 Make log output shorter in UID SEARCH
10657
10658
10659 2006-08-30 [colin]      2.4.0cvs113
10660
10661         * src/plugins/bogofilter/bogofilter.c
10662                 Really fast mass learning - thanks to David
10663                 Relson for the options explanations :)
10664
10665 2006-08-30 [colin]      2.4.0cvs112
10666
10667         * src/msgcache.c
10668                 Fix compilation on FreeBSD. Thanks
10669                 to Michael Hugues
10670
10671 2006-08-29 [colin]      2.4.0cvs111
10672
10673         * src/folderview.c
10674                 Handle "popup_menu" signal (for popping the 
10675                 menu via the keyboard)
10676         * src/mimeview.c
10677         * src/mimeview.h
10678         * src/summaryview.c
10679         * src/textview.c
10680         * src/gtk/gtkutils.c
10681         * src/gtk/gtkutils.h
10682                 Factorize scrolling code, and add an API 
10683                 for MimeViewers to handle scroll orders
10684
10685 2006-08-29 [wwp]        2.4.0cvs110
10686
10687         * src/plugins//bogofilter/bogofilter.c
10688         * src/plugins//spamassassin/spamassassin.c
10689                 make the bogofilter/spamassassin filtering error dialogs at
10690         incorporation obey to the "don't popup error dialog on
10691         receive error" option. If disabled, feed the log window w/
10692         the error message.
10693
10694 2006-08-29 [paul]
10695
10696         2.5.0-rc2 released
10697
10698 2006-08-29 [paul]       2.4.0cvs109
10699
10700         * Makefile.am
10701                 remove 'make release', it's not needed
10702                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10703
10704 2006-08-29 [paul]       2.4.0cvs108
10705
10706         * src/foldersel.c
10707         * src/summary_search.c
10708         * src/gtk/progressdialog.c
10709         * src/plugins/pgpcore/passphrase.c
10710                 replace deprecated gtk_window_set_policy()
10711
10712 2006-08-29 [colin]      2.4.0cvs107
10713
10714         * src/folder.c
10715                 Fix data loss when copy fails during a move:
10716                 only use fast remove_msgs if everything was
10717                 copied OK; else use slow remove_msg on the
10718                 mails that got copied only.
10719
10720 2006-08-28 [paul]       2.4.0cvs106
10721
10722         * src/mh.c
10723                 revert change in 2.4.0cvs104, it breaks
10724                 stuff
10725
10726 2006-08-28 [paul]       2.4.0cvs105
10727
10728         * src/plugins/spamassassin/spamassassin.c
10729                 english fix
10730
10731 2006-08-28 [paul]       2.4.0cvs104
10732
10733         * src/mh.c
10734                 fix data loss when moving to another
10735                 mailbox fails
10736         * src/prefs_spelling.c
10737                 improve the english
10738         * src/gtk/pluginwindow.c
10739                 improve the layout of the dialog text
10740         All thanks to Colin
10741
10742 2006-08-28 [paul]       2.4.0cvs103
10743
10744         * src/plugins/bogofilter/bogofilter.c
10745         * src/plugins/bogofilter/bogofilter_gtk.c
10746                 fix english up a bit, innit
10747
10748 2006-08-28 [paul]       2.4.0cvs102
10749
10750         * configure.ac
10751         * po/Makefile.in.in
10752         * po/Makevars
10753                 require autoconf 2.60, enabling building
10754                 with gettext 0.15 (gettext 0.14.x build still
10755                 possible). Replace Makefiles with versions
10756                 from gettext 0.15.
10757                 Remove configure options --with-localedir and
10758                 --with-mandir. The options that are provided
10759                 directly by autoconf 2.60 can be used instead:
10760                 --mandir --localedir
10761
10762 2006-08-27 [colin]      2.4.0cvs101
10763
10764         * src/plugins/bogofilter/Makefile.am
10765                 Fix make dist (no README)
10766
10767 2006-08-27 [colin]      2.4.0cvs100
10768
10769         * src/folder.c
10770                 Don't use F_UNKNOWN folders for any default
10771                 outbox/trash/etc
10772         * src/plugins/bogofilter/bogofilter.c
10773         * src/plugins/bogofilter/bogofilter.h
10774         * src/plugins/bogofilter/bogofilter_gtk.c
10775                 Add an option to specify the path to bogofilter
10776                 Use single-quotes to be able to learn in folders
10777                 with spaces in their names
10778                 Verify learning status
10779
10780 2006-08-27 [colin]      2.4.0cvs99
10781
10782         * manual/faq.xml
10783         * manual/plugins.xml
10784                 Document Bogofilter plugin
10785
10786 2006-08-27 [colin]      2.4.0cvs98
10787
10788         * src/compose.c
10789         * src/messageview.c
10790         * src/procmsg.c
10791         * src/procmsg.h
10792                 When possible, copy the queued mail to sent folder
10793                 instead of re-adding. Much faster on IMAP.
10794
10795 2006-08-27 [colin]      2.4.0cvs97
10796
10797         * src/msgcache.c
10798                 Disable mmaped caches - huge metadata loss
10799                 here after a power failure.
10800         * src/summaryview.c
10801                 Add quicksearch timing
10802         * src/common/plugin.c
10803         * src/common/plugin.h
10804                 Implement an interface to tell what plugins
10805                 provide. Prevent loading of similar plugins.
10806         * src/plugins/clamav/clamav_plugin.c
10807         * src/plugins/demo/demo.c
10808         * src/plugins/dillo_viewer/dillo_viewer.c
10809         * src/plugins/pgpcore/plugin.c
10810         * src/plugins/pgpinline/pgpinline.c
10811         * src/plugins/pgpmime/pgpmime.c
10812         * src/plugins/spamassassin/spamassassin.c
10813         * src/plugins/trayicon/trayicon.c
10814                 Implement plugin_provides()
10815
10816 2006-08-27 [colin]      2.4.0cvs96
10817
10818         * configure.ac
10819         * src/plugins/Makefile.am
10820         * src/plugins/bogofilter/.cvsignore
10821         * src/plugins/bogofilter/Makefile.am
10822         * src/plugins/bogofilter/bogofilter.c
10823         * src/plugins/bogofilter/bogofilter.h
10824         * src/plugins/bogofilter/bogofilter_gtk.c
10825                 New Bogofilter plugin, provides filtering and
10826                 learning. Spamassassin will go to extra plugins.
10827
10828 2006-08-26 [mones]      2.4.0cvs95
10829
10830         * manual/handling.xml
10831                 Fix subfolder path in the example (thanks to Paul) 
10832
10833 2006-08-26 [mones]      2.4.0cvs94
10834
10835         * manual/glossary.xml
10836                 2.2. + add ISP to the glossary
10837                 7.5. + Add UIDL to glossary
10838                 7.7. + Add TCP to glossary
10839         * manual/handling.xml
10840                 7.1. + Mentions GNU/Linux distribution, what about the non...
10841                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10842                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10843                 7.4. = Use appropriate quotation for commands
10844                 7.6. = change "" to <quote></quote>
10845         * manual/plugins.xml
10846                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10847         * manual/starting.xml
10848                 2.1. + local mbox file: some examples of mbox file locations...
10849                 Also reformatted files requiring it
10850
10851 2006-08-26 [wwp]        2.4.0cvs93
10852
10853         * src/summary_search.c
10854                 disable find buttons while summary search is running.
10855
10856 2006-08-25 [colin]      2.4.0cvs92
10857
10858         * src/folder.c
10859         * src/folderutils.c
10860         * src/mh.c
10861         * src/procmsg.h
10862         * src/summaryview.c
10863                 Speed up MH moving, and add progressbar
10864                 for MH deletion
10865         * src/msgcache.c
10866                 Write cache files using mmap() too
10867
10868 2006-08-25 [wwp]        2.4.0cvs91
10869
10870         * src/summaryview.c
10871                 switch spam<->ham button when a message has been marked as spam or ham
10872                 and is still selected. Thanks to Colin.
10873
10874 2006-08-25 [paul]       2.4.0cvs90
10875
10876         * src/Makefile.am
10877         * src/stock_pixmap.c
10878         * src/stock_pixmap.h
10879         * src/summaryview.c
10880         * src/gtk/icon_legend.c
10881         * src/pixmaps/copied.xpm
10882         * src/pixmaps/moved.xpm
10883                 add icons for delayed execution marked for
10884                 copying, marked for moving
10885
10886 2006-08-25 [mones]      2.4.0cvs89
10887
10888         * manual/glossary.xml
10889                 Fix the other glossary items:
10890                 5.1. = Inmmediate execution -> <quote>immediate execution...
10891                 5.2. = Fix MBOX capitalization -> Mbox
10892                 5.3. + Improve Plugins def. w/ tech. ref.
10893                 5.4. = Quotation -> replace '>' by <quote>></quote>
10894                 5.5. - SMTP Server. -> remove dot
10895         * po/es.po
10896                 Updated translation
10897
10898 2006-08-25 [mones]      2.4.0cvs88
10899
10900         * manual/ack.xml
10901                 Reformatted, changed email address
10902         * manual/glossary.xml
10903                 Reformatted, fixed MANUAL-TODO items:
10904                 8.2. + add ROT-13 to glossary
10905                 8.4. + add URL to glossary
10906         * manual/es/advanced.xml
10907                 Fixed <literal>s
10908
10909 2006-08-25 [paul]       2.4.0cvs87
10910
10911         * src/gtk/icon_legend.c
10912                 add 'marked for deletion' icon
10913                 arrange icons by containing column
10914                 wrap long label text
10915
10916 2006-08-25 [colin]      2.4.0cvs86
10917
10918         * src/common/utils.c
10919         * src/common/utils.h
10920                 Add the sc_g_*list_bigger functions in
10921                 a place everyone can use it
10922         * src/summaryview.c
10923                 Only freeze/thaw the list when working
10924                 on the selection, if it's bigger than 1
10925         * src/gtk/gtksctree.c
10926                 Only freeze/thaw the list when unselec-
10927                 ting 'all' if ('all' != 1)
10928                 This avoids some flickering
10929
10930 2006-08-24 [colin]      2.4.0cvs85
10931
10932         * src/addressbook.c
10933                 Fix strange list selection
10934                 Fix random seg (Invalid read of freed memory)
10935
10936 2006-08-24 [colin]      2.4.0cvs84
10937
10938         * src/alertpanel.c
10939         * src/gtk/inputdialog.c
10940         * src/plugins/pgpcore/passphrase.c
10941                 Revert minimal width patch of 2.4.0cvs67,
10942                 as it is also a maximal width. Use 
10943                 gtk_window_set_default_size instead.
10944
10945 2006-08-24 [colin]      2.4.0cvs83
10946
10947         * src/msgcache.c
10948                 Write cache/mark to temp files before
10949                 overwriting old ones (avoids metadata
10950                 loss if writing the new files fail).
10951                 Use mmap() to read cache/mark file, as
10952                 this makes cache reading faster. Dis-
10953                 abled for big-endian machines until it
10954                 can be tested. (Big-endian users: set
10955                 msgcache_use_mmap = TRUE in the relevant
10956                 #if).
10957         * src/procmsg.h
10958                 Move rarely used fields of MsgInfo in 
10959                 another structure, which will only be
10960                 allocated if needed. Face, X-Face,
10961                 Return receipt headers and List-*
10962                 headers are moved. Mails having none
10963                 of these occupy 52 bytes less with
10964                 this patch, which makes 2.5MB of RAM
10965                 saved on a 50k folder).
10966         * src/headerview.c
10967         * src/mainwindow.c
10968         * src/messageview.c
10969         * src/partial_download.c
10970         * src/procheader.c
10971         * src/procmsg.c
10972         * src/textview.c
10973                 Follow this structure change.
10974
10975 2006-08-24 [wwp]        2.4.0cvs82
10976
10977         * manual/es/.cvsignore
10978         * manual/es/dist/.cvsignore
10979         * manual/es/dist/html/.cvsignore
10980         * manual/es/dist/pdf/.cvsignore
10981         * manual/es/dist/ps/.cvsignore
10982         * manual/es/dist/txt/.cvsignore
10983                 more (generated) files to ignore.
10984
10985 2006-08-24 [colin]      2.4.0cvs81
10986
10987         * src/folder.c
10988         * src/mh.c
10989                 Fix possible problems with local delivery. Check the folder doesn't
10990                 need scan before setting its mtime when saving cache (which can be
10991                 done long after the folder's been modified by an external process);
10992                 Check that the stored item's mtime didn't change in mh functions.
10993
10994 2006-08-24 [mones]      2.4.0cvs80
10995
10996         * manual/advanced.xml
10997                 Rewrapping, some fixes and MANUAL-TODO items:
10998                 8.1. = change "" to <quote></quote>
10999                 8.3. = quote menu items
11000                 8.5. - deploying -> new user ... ideally a new user (redundant)
11001
11002 2006-08-23 [colin]      2.4.0cvs79
11003
11004         * src/gtk/gtksctree.c
11005                 When selecting or deselecting range, only
11006                 freeze/thaw when selection is bigger than 10
11007
11008 2006-08-23 [colin]      2.4.0cvs78
11009
11010         * src/messageview.c
11011         * src/mimeview.c
11012         * src/mimeview.h
11013         * src/plugins/dillo_viewer/dillo_viewer.c
11014                 Provide an API for MimeViewer plugins to
11015                 return a text selection for replying
11016
11017 2006-08-23 [colin]      2.4.0cvs77
11018
11019         * src/image_viewer.c
11020         * src/textview.c
11021                 Use gtk_pixbuf_new_from_file_at_scale(), which
11022                 is faster than getting the pixbuf then resizing
11023                 it.
11024
11025 2006-08-23 [colin]      2.4.0cvs76
11026
11027         * src/procmime.c
11028                 UTF-8 should be sent Quoted-printable
11029
11030 2006-08-22 [colin]      2.4.0cvs75
11031
11032         * src/mh.c
11033                 Check if scan is required before touching
11034                 the folder (or it'll be required every time)
11035
11036 2006-08-22 [colin]      2.4.0cvs74
11037
11038         * configure.ac
11039                 Require libetpan 0.46 (crasher fix when built
11040                 against gnutls)
11041
11042 2006-08-22 [colin]      2.4.0cvs73
11043
11044         * src/folder.c
11045                 Set folder's mtime after writing its
11046                 cache
11047         * src/folderview.c
11048                 Add some timing
11049         * src/procmsg.c
11050                 Don't do useless stuff if we don't 
11051                 thread by subject
11052         * src/summaryview.c
11053                 Add some timing, don't deselect prior
11054                 to selecting (gtksctree does it itself),
11055                 remove crash avoidance hacks as it's been
11056                 properly fixed since a while
11057         * src/common/utils.c
11058                 Optimize to_human_readable(): _() is slow,
11059                 do it only once, and avoid %f format for KB
11060                 (the most common in a summaryview)
11061         * src/gtk/gtksctree.c
11062                 Don't uselessly freeze/thaw (fixes flicker
11063                 on next unread and friends), reduce number
11064                 of g_list_nth/g_list_position where possible
11065         * src/gtk/gtkutils.c
11066         * src/gtk/gtkutils.h
11067                 Reduce number of g_list_nth/g_list_position
11068                 where possible.
11069                 All of this makes loading as 70k folder 2.1
11070                 seconds instead of 3.2 (with hot FS caches).
11071                 (1.3 seconds without Date and Size columns...)
11072
11073 2006-08-22 [paul]       2.4.0cvs72
11074
11075         wrap documents and do some items from mones' MANUAL-TODO:
11076
11077         * manual/account.xml
11078                 4.1. = fix tabname references to <quote>tabname</quote>
11079                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
11080         * manual/faq.xml
11081                 1.1. = mentioned options don't match UI
11082                 Add information about the 'Never send Return Receipts'
11083                 option
11084         * manual/handling.xml
11085                 6.2. = Mentions Extended symbols button, but now is
11086                 named Information
11087                 6.3. = Mentions ... button, which is now Edit
11088
11089 2006-08-22 [colin]      2.4.0cvs71
11090
11091         * src/gtk/pluginwindow.c
11092                 Fix layout in verbose translations (such
11093                 as french)
11094
11095 2006-08-22 [paul]       2.4.0cvs70
11096
11097         * manual/Makefile.am
11098                 build manuals in alphabetical order
11099         * src/addressbook.c
11100         * src/prefs_themes.c
11101                 replace/remove deprecated symbols
11102         * src/gtk/gtkutils.c
11103                 fix a warning
11104         * src/gtk/pluginwindow.c
11105                 replace deprecated symbol
11106                 replace label text and move it
11107         * src/plugins/pgpcore/prefs_gpg.c
11108                 move the 'Generate...' button out of the
11109                 Sign Key frame, replace the English used
11110         * src/plugins/pgpcore/sgpgme.c
11111                 fixes to the English
11112
11113 2006-08-21 [colin]      2.4.0cvs69
11114
11115         * src/plugins/trayicon/trayicon.c
11116                 Add more strings for translation; patch
11117                 by Pawel
11118
11119 2006-08-21 [colin]      2.4.0cvs68
11120
11121         * src/compose.c
11122                 fix replied flag not set after drafting
11123         * src/matcher.c
11124                 fix body quicksearch in non-encoded bodies
11125                 containing '='
11126         * src/msgcache.c
11127                 Get rid of the g_malloc workaround for
11128                 corrupted caches, use g_try_malloc
11129
11130 2006-08-21 [colin]      2.4.0cvs67
11131
11132         * src/alertpanel.c
11133         * src/gtk/inputdialog.c
11134         * src/plugins/pgpcore/passphrase.c
11135                 Set minimal width to 375
11136         * src/mainwindow.c
11137                 Fix switching to offline, asking if it 
11138                 should be overriden for synchronising
11139         * src/mimeview.c
11140                 Don't offer to remember command on Open 
11141                 with for text parts, as the browser or 
11142                 text editor command isn't changed from 
11143                 there
11144
11145 2006-08-20 [paul]       2.4.0cvs66
11146
11147         * po/ko.po
11148         * po/zh_CN.po
11149                 fix plural form errors. revealed by stricter
11150                 checking of gettext 0.15
11151
11152 2006-08-18 [paul]       2.4.0cvs65
11153
11154         * src/stock_pixmap.c
11155                 fix the fix of 2.4.0cvs64
11156                 Thanks to Colin
11157
11158 2006-08-18 [paul]       2.4.0cvs64
11159
11160         * src/stock_pixmap.c
11161                 fix leaks
11162                 Thanks to Colin
11163
11164 2006-08-18 [paul]       2.4.0cvs63
11165
11166         * src/compose.c
11167         * src/procmsg.c
11168                 fix occasional IMAP bug where large msgs
11169                 were left in the queue folder after sending
11170                 Thanks to Colin
11171
11172 2006-08-18 [paul]       2.4.0cvs62
11173
11174         * src/folderview.c
11175                 freeze the summaryview while quicksearch results
11176                 are displayed
11177                 (fixes bug 456 'current message is hidden when the
11178                 view is refreshed and extended search is "unread 
11179                 messages"')
11180                 Thanks to Colin
11181         * src/textview.c
11182                 add missing #include "inputdialog.h"
11183         * src/common/utils.h
11184                 add missing mailcap_update_default() and improve
11185                 readability
11186
11187 2006-08-17 [colin]      2.4.0cvs61
11188
11189         * src/plugins/pgpcore/select-keys.c
11190                 Fix warnings :)
11191
11192 2006-08-17 [colin]      2.4.0cvs60
11193
11194         * src/compose.c
11195                 Don't continue queuing if Cancel is clicked
11196                 in select-keys
11197
11198 2006-08-17 [colin]      2.4.0cvs59
11199
11200         * src/plugins/pgpcore/select-keys.c
11201                 When encrypting, if only one key matches and it 
11202                 matches exactly, automatically use it.
11203
11204 2006-08-17 [colin]      2.4.0cvs58
11205
11206         * src/mimeview.c
11207         * src/prefs_common.c
11208         * src/prefs_common.h
11209         * src/prefs_ext_prog.c
11210         * src/textview.c
11211                 Fix issues with previous patch (text/html)
11212                 Remove outdated prefs
11213
11214 2006-08-17 [colin]      2.4.0cvs57
11215
11216         * src/imap.c
11217                 Add View Log button on auth error
11218         * src/procmsg.c
11219                 Fix encrypted mail marked as new when
11220                 saved in normal folders
11221         * src/plugins/pgpinline/pgpinline.c
11222                 Fix encrypt bug on IMAP
11223         * src/mimeview.c
11224         * src/common/utils.c
11225         * src/common/utils.h
11226         * src/gtk/inputdialog.c
11227         * src/gtk/inputdialog.h
11228                 Get rid of metamail stuff, simplify
11229                 opening, and allow remembering of user's
11230                 choices (by updating ~/.mailcap). There's
11231                 still to drop "Audio player" and "Image
11232                 viewer" preferences.
11233
11234 2006-08-17 [mones]      2.4.0cvs56
11235
11236         * manual/es/sylpheed-claws-manual.xml
11237                 fix DTD path
11238
11239 2006-08-17 [mones]      2.4.0cvs55
11240
11241         * configure.ac
11242         * manual/Makefile.am
11243         * manual/es/Makefile.am
11244         * manual/es/account.xml
11245         * manual/es/ack.xml
11246         * manual/es/addrbook.xml
11247         * manual/es/advanced.xml
11248         * manual/es/faq.xml
11249         * manual/es/glossary.xml
11250         * manual/es/gpl.xml
11251         * manual/es/handling.xml
11252         * manual/es/intro.xml
11253         * manual/es/keyboard.xml
11254         * manual/es/plugins.xml
11255         * manual/es/starting.xml
11256         * manual/es/sylpheed-claws-manual.xml
11257         * manual/es/dist/Makefile.am
11258         * manual/es/dist/html/Makefile.am
11259         * manual/es/dist/pdf/Makefile.am
11260         * manual/es/dist/ps/Makefile.am
11261         * manual/es/dist/txt/Makefile.am
11262                 Spanish translation for the manual
11263
11264 2006-08-16 [colin]      2.4.0cvs54
11265
11266         * src/compose.c
11267         * src/main.c
11268         * src/mainwindow.c
11269                 Fix send button sensitivity at startup
11270                 Set send menu sensitivity (patch by Fabien)
11271         * src/ssl_manager.c
11272                 Enable closing with esc (patch by Fabien)
11273         * src/gtk/foldersort.c
11274                 Enable closing with esc (patch by Fabien)
11275         * src/procmime.c
11276                 Optimisation (no need to copy to tempfile to
11277                 "decode" 7bit and 8bit)
11278         * src/summaryview.c
11279                 Fix cruft in swap_from case
11280         * src/textview.c
11281                 Fix missing last line in some mail cases 
11282                 (Fixes debian #381872)
11283         * src/plugins/pgpcore/prefs_gpg.c
11284         * src/plugins/pgpcore/sgpgme.c
11285         * src/plugins/pgpcore/sgpgme.h
11286                 Don't show "no key found" when user explicitely
11287                 wants to create a key
11288
11289 2006-08-16 [paul]       2.4.0cvs53
11290
11291         * configure.ac
11292         * src/account.c
11293         * src/addressbook.c
11294         * src/headerview.c
11295         * src/prefs_account.c
11296         * src/prefs_message.c
11297         * src/gtk/gtkutils.c
11298                 bump up minimum required versions of GTK+ and
11299                 GLIB to 2.6.0
11300
11301 2006-08-16 [paul]       2.4.0cvs52
11302
11303         * src/toolbar.c
11304                 workaround GTK+ Bug 351600 - 'Can't re-click
11305                 on button after sensitivity update'
11306                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11307                 Thanks to Colin
11308
11309 2006-08-15 [colin]      2.4.0cvs51
11310
11311         * src/plugins/pgpcore/prefs_gpg.c
11312                 Set options sensitivity according to
11313                 key existence
11314         * src/plugins/pgpcore/sgpgme.c
11315                 Allow to create key with no passphrase
11316
11317 2006-08-14 [cleroy]     2.4.0cvs50
11318
11319         * src/gtk/pluginwindow.c
11320                 New layout (maybe to be changed?)
11321         * src/gtk/gtkutils.c
11322                 Fix a bit label_window
11323         * src/plugins/pgpcore/passphrase.c
11324         * src/plugins/pgpcore/passphrase.h
11325         * src/plugins/pgpcore/plugin.c
11326         * src/plugins/pgpcore/prefs_gpg.c
11327         * src/plugins/pgpcore/prefs_gpg.h
11328         * src/plugins/pgpcore/sgpgme.c
11329         * src/plugins/pgpcore/sgpgme.h
11330                 Allow to create a PGP private key via the GUI
11331
11332 2006-08-14 [wwp]        2.4.0cvs49
11333
11334         * src/addressbook_foldersel.c
11335                 fix strict ISO C90 compliance.
11336
11337 2006-08-14 [paul]       2.4.0cvs48
11338
11339         * src/gtk/prefswindow.c
11340                 re-set scrolled window on opening
11341                 Patch by Ticho
11342
11343 2006-08-14 [paul]
11344
11345         2.5.0-rc1 released
11346
11347 2006-08-14 [paul]       2.4.0cvs47
11348
11349         * src/prefs_display_header.c
11350                 re-enable user-defined Displayed Headers
11351
11352 2006-08-14 [paul]       2.4.0cvs46
11353
11354         * src/prefs_account.c
11355                 use GTK_STOCK_EDIT
11356
11357 2006-08-13 [colin]      2.4.0cvs45
11358
11359         * src/common/utils.c
11360                 Fix "a" in quote when the original message is empty,
11361                 by using \0 instead of 'a' to test writability of
11362                 temp files.
11363
11364 2006-08-13 [wwp]        2.4.0cvs44
11365
11366         * src/plugins/spamassassin/spamassassin.c
11367                 fix capitalization of "SpamAssassin" in some debug, log and
11368                 dialog messages.
11369
11370 2006-08-13 [paul]       2.4.0cvs43
11371
11372         * src/editldap.c
11373                 fix overlapping widgets
11374         * src/prefs_account.c
11375                 fix translation of protocol_names[]
11376                 fix label disappearing off the edge of the
11377                 visible area
11378
11379 2006-08-12 [paul]       2.4.0cvs42
11380
11381         * manual/plugins.xml
11382                 update IRC channel info before it gets forgotten
11383                 about
11384
11385 2006-08-11 [colin]      2.4.0cvs41
11386
11387         * src/compose.c
11388         * src/mainwindow.c
11389         * src/mainwindow.h
11390         * src/procmsg.c
11391         * src/procmsg.h
11392         * src/summaryview.c
11393         * src/toolbar.c
11394                 Grey out the Send button if
11395                 - Queue folders are empty, or
11396                 - We're sending already
11397
11398 2006-08-11 [wwp]        2.4.0cvs40
11399
11400         * src/main.c
11401                 fix a logic issue when quitting while a compose window is
11402                 still open, thanks to Colin.
11403
11404 2006-08-10 [colin]      2.4.0cvs39
11405
11406         * src/main.c
11407                 Fix default font size setting after wizard run
11408         * src/imap.c
11409         * src/etpan/imap-thread.c
11410         * src/etpan/imap-thread.h
11411                 Fix bug #999 (Timing out on TSL cert validation 
11412                 dialog makes ugly things happen). Also, STARTTLS
11413                 unconditionnaly if initial capabilities contain
11414                 LOGINDISABLED and STARTTLS.
11415
11416 2006-08-09 [colin]      2.4.0cvs38
11417
11418         * src/mainwindow.c
11419         * src/mainwindow.h
11420                 Fix Tools/Actions sensitivity when there are
11421                 no actions
11422
11423 2006-08-09 [colin]      2.4.0cvs37
11424
11425         * src/prefs_filtering.c
11426                 Warning fix, patch by Paul
11427         * src/messageview.c
11428         * src/prefs_actions.c
11429         * src/prefs_filtering_action.c
11430         * src/prefs_matcher.c
11431                 Uniformisation of "Info ..." to "Info..." (for
11432                 old gtk), patch by Fabien
11433         * src/plugins/clamav/clamav_plugin_gtk.c
11434                 Sensitivity fix by Fabien
11435
11436 2006-08-09 [colin]      2.4.0cvs36
11437
11438         * src/main.c
11439         * src/main.h
11440                 Add a function to know whether we're exiting
11441         * src/plugins/trayicon/trayicon.c
11442                 If exiting, don't do anything. Faster, and
11443                 avoids gtk_main_iteration reentracy causing
11444                 segfaults at exit
11445
11446 2006-08-09 [colin]      2.4.0cvs35
11447
11448         * src/messageview.c
11449         * src/mimeview.c
11450         * src/mimeview.h
11451                 Fix lack of part selection when automatically 
11452                 jumping to a specific part
11453         * src/msgcache.c
11454                 Little optimisation in cache reading
11455
11456 2006-08-09 [colin]      2.4.0cvs34
11457
11458         * src/compose.c
11459                 Fix crash setting the priority on reedit
11460                 (Accessing compose before creating it!)
11461
11462 2006-08-08 [colin]      2.4.0cvs33
11463
11464         * src/procmime.c
11465                 Fix bug #998 (last attachment is not accessible)
11466                 Bad RFC interpretation on multipart close-delimiters
11467         * src/mimeview.c
11468         * src/mimeview.h
11469         * src/gtk/gtkvscrollbutton.c
11470         * src/gtk/gtkvscrollbutton.h
11471                 Make attachments list wheel-scrollable
11472
11473 2006-08-07 [colin]      2.4.0cvs32
11474
11475         * src/gtk/gtkaspell.c
11476                 Fix bug #973 (Unicode punctation characters 
11477                 are not recognized as separators by the
11478                 spell checker); fix unsigned stuff
11479
11480 2006-08-07 [colin]      2.4.0cvs31
11481
11482         * src/compose.c
11483                 Fix bug #956 (DnD text with accents in compose 
11484                 text entry); fix gccc's signed/unsigned fuss
11485
11486 2006-08-06 [colin]      2.4.0cvs30
11487
11488         * src/main.c
11489                 Fix bug #979 (Plugin crashes when exiting 
11490                 sylpheed-claws) : handle exit request only 
11491                 once
11492
11493 2006-08-05 [colin]      2.4.0cvs29
11494
11495         * src/news.c
11496                 Just make sure we have a msgid.
11497
11498 2006-08-05 [colin]      2.4.0cvs28
11499
11500         * src/news.c
11501         * src/summaryview.c
11502                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11503                 by reimplementing it
11504         * src/textview.c
11505                 Fix bug when hiding quotes with level > 3 and quote
11506                 colors are recycled
11507
11508 2006-08-04 [colin]      2.4.0cvs27
11509
11510         * src/compose.c
11511         * src/undo.c
11512         * src/undo.h
11513                 Fix a bit replace-by-pasting undo
11514         * src/mainwindow.c
11515         * src/messageview.c
11516                 Fix Fold quotes menu synchro in
11517                 mainwindow when it changes in 
11518                 messageview
11519         * src/textview.c
11520                 Fix right-click on quotes blocks
11521         * src/common/utils.c
11522                 Verify that the file created by
11523                 my_tmpfile() is writable. Fixes
11524                 bug #988 (very specific filesystem
11525                 issue)
11526         * src/plugins/pgpcore/sgpgme.c
11527                 Fix file descriptor leak
11528         * src/plugins/spamassassin/spamassassin.c
11529                 Warn once if spamd isn't reachable
11530
11531 2006-08-04 [colin]      2.4.0cvs26
11532
11533         * src/toolbar.c
11534                 i18n context patch by Fabien
11535
11536 2006-08-03 [colin]      2.4.0cvs25
11537
11538         * src/mainwindow.c
11539         * src/messageview.c
11540                 Rename "Hide quotes" to "Fold quotes"
11541         * src/textview.c
11542                 Don't use hand cursor on quotes. "all 
11543                 the bonuses of the feature and none of 
11544                 unwelcome side-effects"
11545
11546 2006-08-03 [colin]      2.4.0cvs24
11547
11548         * AUTHORS
11549         * sylpheed-claws.desktop
11550         * src/gtk/authors.h
11551                 Bring the desktop file to XDG compliance
11552                 Patch by Charles A. Edwards
11553
11554 2006-08-03 [colin]      2.4.0cvs23
11555
11556         * src/textview.c
11557                 Fix links offset when they are preceded
11558                 by accentued chars (g_utf8_strlen!)
11559         * src/mainwindow.c
11560                 Fix wrong status when starting offline
11561
11562
11563 2006-08-03 [wwp]        2.4.0cvs22
11564
11565         * src/prefs_common.h
11566                 ask what to do w/ filtering rules that belong to an account when
11567                 applying filtering rules manually from the main window (skip,
11568                 apply regardless of the account, use current account). This dialog
11569                 can be skipped and the last reply used.
11570                 (forgot that file)
11571
11572 2006-08-03 [wwp]        2.4.0cvs21
11573
11574         * src/filtering.c
11575         * src/filtering.h
11576         * src/prefs_common.c
11577         * src/summaryview.c
11578         * src/alertpanel.c
11579         * src/alertpanel.h
11580         * src/messageview.c
11581                 ask what to do w/ filtering rules that belong to an account when
11582                 applying filtering rules manually from the main window (skip,
11583                 apply regardless of the account, use current account). This dialog
11584                 can be skipped and the last reply used.
11585
11586
11587 2006-08-03 [colin]      2.4.0cvs20
11588
11589         * src/textview.c
11590                 Optimize previous patch
11591
11592 2006-08-03 [cleroy]     2.4.0cvs19
11593
11594         * src/textview.c
11595                 Fix quotes getting toggled back when the
11596                 mail has an even number of text parts
11597
11598 2006-08-02 [colin]      2.4.0cvs18
11599
11600         * src/messageview.c
11601                 Add Hide quotes menu
11602
11603 2006-08-02 [colin]      2.4.0cvs17
11604
11605         * src/mainwindow.c
11606         * src/prefs_common.c
11607         * src/textview.c
11608         * src/textview.h
11609         * src/gtk/about.c
11610                 Allow per-level quote hiding,
11611                 Allow toggling quotes by double-clicking them
11612                 Rename RemoteURI to ClickableText to reflect
11613                 the fact it's used for a variety of things
11614
11615 2006-08-02 [wwp]        2.4.0cvs16
11616
11617         * src/mainwindow.c
11618                 fix "View/Hide quotes" menu item status initialization.
11619
11620 2006-08-02 [wwp]        2.4.0cvs15
11621
11622         * src/matcher_parser_parse.y
11623                 remove a debug trace.
11624
11625 2006-08-02 [paul]       2.4.0cvs14
11626
11627         * src/plugins/pgpcore/passphrase.c
11628                 don't set initial dialog size
11629                 make it resizable
11630
11631 2006-08-02 [paul]       2.4.0cvs13
11632
11633         * src/noticeview.c
11634                 remove the rogue '/' character
11635
11636 2006-08-02 [paul]       2.4.0cvs12
11637
11638         * src/noticeview.c
11639                 allow buttons to resize as necessary
11640
11641 2006-08-01 [wwp]        2.4.0cvs11
11642
11643         * src/mbox.c
11644                 fix strict ISO C90 compliance.
11645
11646 2006-08-01 [wwp]        2.4.0cvs10
11647
11648         * tools/update-po
11649                 updated update-po tool to work w/ context-dependent translations.
11650                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11651
11652 2006-08-01 [wwp]        2.4.0cvs9
11653
11654         * src/matcher.c
11655         * src/prefs_filtering.c
11656         * src/prefs_matcher.c
11657                 allow context-dependent translations for "All",
11658                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11659
11660 2006-07-31 [colin]      2.4.0cvs8
11661
11662         * AUTHORS
11663         * src/gtk/authors.h
11664                 Add Rafal to authors
11665
11666 2006-07-31 [colin]      2.4.0cvs7
11667
11668         * src/compose.c
11669         * src/mainwindow.c
11670         * src/messageview.h
11671         * src/prefs_common.c
11672         * src/prefs_common.h
11673         * src/textview.c
11674                 Add 'View/Hide quotes'. Patch based on a patch
11675                 by Rafal Weglarz
11676
11677 2006-07-31 [colin]      2.4.0cvs6
11678
11679         * src/action.c
11680                 Fix problem with "> stuff >" actions
11681
11682 2006-07-31 [paul]       2.4.0cvs5
11683
11684         * po/nb.po
11685                 updated by Geir Helland
11686
11687 2006-07-31 [wwp]        2.4.0cvs4
11688
11689         * src/mainwindow.c
11690         * src/summaryview.c
11691         * src/summaryview.h
11692                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11693                 thanks to Colin.
11694
11695 2006-07-31 [wwp]        2.4.0cvs3
11696
11697         * src/Makefile.am
11698         * src/addr_compl.c
11699         * src/addr_compl.h
11700         * src/addressbook.c
11701         * src/addressbook.h
11702         * src/addressbook_foldersel.c
11703         * src/addressbook_foldersel.h
11704         * src/addrindex.c
11705         * src/addrindex.h
11706         * src/matcher.c
11707         * src/matcher.h
11708         * src/matcher_parser_lex.l
11709         * src/matcher_parser_parse.y
11710         * src/prefs_common.c
11711         * src/prefs_common.h
11712         * src/prefs_filtering.c
11713         * src/prefs_matcher.c
11714         * src/prefs_matcher.h
11715         * src/summaryview.c
11716                 introduce filtering against the address book. It's now possible to add
11717                 matched conditions to determine if any email address in a message matches
11718                 or doesn't match any or all books or folders in the address book.
11719
11720 2006-07-31 [wwp]        2.4.0cvs2
11721
11722         * src/account.c
11723         * src/filtering.c
11724         * src/filtering.h
11725         * src/folder.c
11726         * src/folderview.c
11727         * src/inc.c
11728         * src/mainwindow.c
11729         * src/matcher.c
11730         * src/matcher_parser_lex.l
11731         * src/matcher_parser_parse.y
11732         * src/mbox.c
11733         * src/prefs_filtering.c
11734         * src/prefs_filtering.h
11735         * src/procmsg.c
11736         * src/procmsg.h
11737         * src/summaryview.c
11738                 introduce per-account filtering rules. Each filtering rule can now be assigned
11739                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11740                 when applying filtering rules manually, as all rules will apply - even the ones
11741                 assigned to an account. This issue will be addressed soon.
11742  
11743
11744
11745 2006-07-31 [wwp]        2.4.0cvs1
11746
11747         * src/quote_fmt.c
11748                 make more strings translatable.
11749
11750 2006-07-31 [paul]       2.4.0
11751
11752         2.4.0 released
11753
11754 2006-07-31 [paul]       2.3.1cvs91
11755
11756         * po/ca.po
11757                 updated by Miquel Oliete
11758
11759 2006-07-31 [paul]       2.3.1cvs90
11760
11761         * po/de.po
11762         * po/el.po
11763         * po/fr.po
11764         * po/it.po
11765         * po/pl.po
11766         * po/pt_BR.po
11767         * po/sr.po
11768         * po/zh_CN.po
11769                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11770                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11771                 Aleksandar Urosevic, and Ralgh Young
11772
11773 2006-07-31 [paul]       2.3.1cvs89
11774
11775         * src/account.c
11776         * src/main.c
11777         * src/mainwindow.c
11778         * src/mainwindow.h
11779                 Fix a race condition when, after an SC crash, rescanning
11780                 folders took more than 0.5 seconds
11781                 Thanks to Colin
11782
11783 2006-07-31 [paul]       2.3.1cvs88
11784
11785         * src/folderview.c
11786                 don't translate separator strings
11787
11788 2006-07-30 [mones]      2.3.1cvs87
11789
11790         * doc/man/sylpheed-claws.1
11791                 Fixed non-ASCII chars in Hoa's name
11792         * po/es.po
11793                 Updated for release
11794
11795 2006-07-27 [colin]      2.3.1cvs86
11796
11797         * src/textview.c
11798                 Don't include the leading \n in links
11799                 Patch by Fabien
11800
11801 2006-07-25 [colin]      2.3.1cvs85
11802
11803         * src/mainwindow.c
11804         * src/common/socket.h
11805         * src/etpan/imap-thread.c
11806                 Refresh resolvers before connecting
11807                 to IMAP servers, and after switching
11808                 to online. Thanks to Paul.
11809
11810 2006-07-18 [colin]
11811
11812         * 2.4.0-rc4 released
11813
11814 2006-07-17 [colin]      2.3.1cvs84
11815
11816         * src/inc.c
11817                 Show connection attempt in statusbar before
11818                 connecting (previously first message was
11819                 "Retrieving messages from ..." after the
11820                 connection succeeded.
11821
11822 2006-07-16 [wwp]        2.3.1cvs83
11823
11824         * sylpheed-claws.ico
11825                 Added .ico file (windows multi-size icon file, generated).
11826
11827 2006-07-12 [wwp]        2.3.1cvs82
11828
11829         * src/messageview.c
11830                 remove Message/Re-edit menu entry from messageview window,
11831                 as sent/draft/queued messages are opened in compose window when
11832                 re-edited and it's not possible to re-edit other msgs.
11833
11834 2006-07-12 [paul]       2.3.1cvs81
11835
11836         * AUTHORS
11837         * src/mainwindow.c
11838         * src/gtk/authors.h
11839                 check online state before resetting
11840                 mailcheck timer. Useful if some program
11841                 verifies connection state and updates
11842                 Claws.
11843                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11844
11845 2006-07-12 [paul]       2.3.1cvs80
11846
11847         * sylpheed-claws-128x128.png
11848         * sylpheed-claws-64x64.png
11849         * sylpheed-claws.png
11850         * src/Makefile.am
11851         * src/main.c
11852         * src/prefs_toolbar.c
11853         * src/stock_pixmap.c
11854         * src/stock_pixmap.h
11855         * src/wizard.c
11856         * src/gtk/about.c
11857         * src/gtk/gtkutils.c
11858         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11859         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11860         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11861         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11862         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11863         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11864                 updated and renamed logo/icon files and related
11865                 logo by Jesper Schultz
11866
11867 2006-07-11 [paul]       2.3.1cvs79
11868
11869         * src/main.c
11870                 fix the labels a smidgin
11871
11872 2006-07-09 [colin]      2.3.1cvs78
11873
11874         * src/textview.c
11875                 Show errors in textviewer's command
11876                 Patch by H. Merijn Brand
11877
11878 2006-07-09 [colin]      2.3.1cvs77
11879
11880         * src/compose.c
11881                 Save FMID in drafts too
11882
11883 2006-07-08 [colin]      2.3.1cvs76
11884
11885         * src/compose.c
11886                 Svae RMID in drafted mails too
11887                 Save quote_fmt vars for whole mails,
11888                 don't reset at each quote_fmt_init:
11889                 allows to use the same |i{var} in
11890                 various template fields
11891         * src/prefs_template.c
11892         * src/quote_fmt.h
11893         * src/quote_fmt_parse.y
11894                 Same
11895
11896 2006-07-08 [colin]      2.3.1cvs75
11897
11898         * src/textview.c
11899                 Fix highlighting of attached parts URIs
11900
11901 2006-07-08 [colin]      2.3.1cvs74
11902
11903         * src/main.c
11904                 Prevent bug #981 (sc 2.3.1 segfaults with 
11905                 gtk+ 2.10) from being reported again:
11906                 if Sylpheed-Claws has been compiled against
11907                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11908                 of if Sylpheed-Claws has been compiled against
11909                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11910                 error out.
11911
11912 2006-07-07 [colin]      2.3.1cvs73
11913
11914         * src/prefs_actions.c
11915                 Fix label
11916
11917 2006-07-07 [colin]      2.3.1cvs72
11918
11919         * src/prefs_actions.c
11920                 Fix compile on gtk < 2.8. argh :)
11921
11922 2006-07-07 [paul]       2.3.1cvs71
11923
11924         * src/common/defs.h
11925                 update DONATE_URI
11926
11927 2006-07-07 [colin]      2.3.1cvs70
11928
11929         * po/POTFILES.in
11930         * src/quote_fmt.c
11931         * src/quote_fmt_lex.l
11932         * src/quote_fmt_parse.y
11933                 Add |i{var}, a way to insert user-entered
11934                 text in a template
11935
11936 2006-07-07 [colin]
11937
11938         * 2.4.0-rc3 released
11939
11940 2006-07-07 [colin]      2.3.1cvs69
11941
11942         * src/folder.c
11943                 Don't consider inboxes of UNKNOWN folder 
11944                 classes to be useable as default inboxes
11945
11946 2006-07-07 [paul]       2.3.1cvs68
11947
11948         * src/textview.c
11949                 add missing #include <errno.h>
11950                 Thanks to René J. Blokland
11951
11952 2006-07-07 [paul]       2.3.1cvs67
11953
11954         * src/action.c
11955                 Return now Closes dialog
11956         * src/mimeview.c
11957         * src/mimeview.h
11958         * src/textview.c
11959                 add contextual menu to mime parts listed
11960                 in the textview
11961                 Thanks to Colin
11962         * src/common/utils.c
11963                 reversal: ' is a valid character in URLs
11964
11965 2006-07-06 [colin]      2.3.1cvs66
11966
11967         * src/remotefolder.h
11968                 Forgotten in previous commit
11969
11970 2006-07-06 [colin]      2.3.1cvs65
11971
11972         * src/folder.c
11973                 Set summary update flag whenever
11974                 totals changed
11975         * src/imap.c
11976         * src/prefs_account.c
11977         * src/common/utils.h
11978         * src/etpan/imap-thread.c
11979                 Fix warnings, thanks to Fabien and
11980                 Ricardo
11981
11982 2006-07-06 [wwp]        2.3.1cvs64
11983
11984         * src/gtk/gtkutils.c
11985                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11986
11987 2006-07-06 [wwp]        2.3.1cvs63
11988
11989         * src/account.c
11990         * src/addressbook.c
11991         * src/addressitem.h
11992         * src/folderview.c
11993         * src/mainwindow.c
11994         * src/manual.c
11995         * src/manual.h
11996         * src/message_search.c
11997         * src/prefs_actions.c
11998         * src/prefs_filtering.c
11999         * src/prefs_filtering.h
12000         * src/prefs_template.c
12001         * src/summary_search.c
12002         * src/summaryview.c
12003         * src/gtk/gtkutils.c
12004         * src/gtk/gtkutils.h
12005         * src/gtk/pluginwindow.c
12006                 add help buttons to some dialogs. Clicking such buttons opens a
12007                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
12008
12009 2006-07-06 [paul]       2.3.1cvs62
12010
12011         * src/textview.c
12012                 fix attachments contextual menu
12013                 Thanks to Colin
12014
12015 2006-07-05 [colin]      2.3.1cvs61
12016
12017         * src/textview.c
12018         * src/compose.c
12019                 Handle sftp:// links
12020
12021 2006-07-05 [paul]       2.3.1cvs60
12022
12023         * src/gtk/filesel.c
12024                 grab save button by default
12025                 Thanks to Colin
12026
12027 2006-07-05 [wwp]        2.3.1cvs59
12028
12029         * manual/xml2pdf
12030                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
12031
12032 2006-07-04 [colin]      2.3.1cvs58
12033
12034         * src/mimeview.c
12035         * src/textview.c
12036                 Use left click to select, middle click to open
12037                 on mimeparts links
12038         * src/common/utils.c
12039                 Fix segfault
12040
12041 2006-07-04 [colin]      2.3.1cvs57
12042
12043         * src/mainwindow.c
12044         * src/news.c
12045                 Warning fixes, thanks to Fabien
12046
12047 2006-07-04 [colin]      2.3.1cvs56
12048
12049         * src/mimeview.c
12050         * src/mimeview.h
12051         * src/textview.c
12052                 Allow parts to be selected via their text label
12053                 in textview
12054
12055 2006-07-04 [colin]      2.3.1cvs55
12056
12057         * src/folderview.c
12058                 Feedback when closing (for big folders)
12059         * src/prefs_actions.c
12060         * src/prefs_filtering.c
12061         * src/prefs_matcher.c
12062         * src/prefs_template.c
12063                 Fix default button when closing without
12064                 having saved
12065
12066 2006-07-04 [colin]      2.3.1cvs54
12067
12068         * src/news.c
12069                 Delete local file on deletion
12070
12071 2006-07-03 [colin]      2.3.1cvs53
12072
12073         * src/folderview.c
12074         * src/main.c
12075                 Don't freeze when rescanning after crash
12076
12077 2006-07-03 [wwp]        2.3.1cvs52
12078
12079         * src/compose.c
12080         * src/privacy.c
12081         * src/privacy.h
12082         * src/plugins/pgpinline/pgpinline.c
12083         * src/plugins/pgpmime/pgpmime.c
12084                 don't report an error when the user cancels the passphrase dialog.
12085
12086 2006-07-02 [colin]      2.3.1cvs51
12087
12088         * src/folderview.c
12089                 Open message when crossing folders with Space,
12090                 goto next unread and friends
12091
12092 2006-07-01 [colin]      2.3.1cvs50
12093
12094         * src/prefs_account.c
12095                 Typographic rules varying from language
12096                 to language (in french "Protocole :"),
12097                 we have to do that :)
12098
12099 2006-07-01 [ticho]      2.3.1cvs49
12100
12101         * src/prefs_account.c
12102                 Only use one temporary gchar* variable in
12103                 prefs_account_protocol_set_optmenu().
12104
12105 2006-07-01 [ticho]      2.3.1cvs48
12106
12107         * src/prefs_account.c
12108         * src/prefs_account.h
12109                 Use GtkLabel for existing account protocol name.
12110                 Created an array for protocol names and populate the
12111                 combobox from it in a for() cycle.
12112
12113 2006-06-30 [colin]      2.3.1cvs47
12114
12115         * src/compose.c
12116                 Block undo when changing signature (by changing
12117                 account)
12118
12119 2006-06-30 [paul]       2.3.1cvs46
12120
12121         * src/send_message.c
12122                 when editing From in the Compose window, use that address
12123                 in the Return-Path: header
12124                 Thanks to Colin
12125
12126 2006-06-30 [colin]      2.3.1cvs45
12127
12128         * src/compose.c
12129                 Fix signature replacement:
12130                 - when no newline before separator
12131                 - when reediting
12132
12133 2006-06-29 [colin]      2.3.1cvs44
12134
12135         * src/folderview.c
12136         * src/folderview.h
12137         * src/mainwindow.c
12138         * src/summaryview.c
12139                 Let 'View/Go to/Next marked' work like
12140                 Next new & Next unread: across folders
12141                 Change the select_on_entry pref to do
12142                 what we want when changing folder
12143         * src/common/utils.c
12144                 Fix single-quoted links 
12145
12146 2006-06-29 [colin]      2.3.1cvs43
12147
12148         * src/gtk/gtkaspell.c
12149                 "Sylpheed" and "Sylpheed-Claws" do exist !
12150
12151 2006-06-29 [colin]      2.3.1cvs42
12152
12153         * src/imap.c
12154                 Forgot to remove debug
12155
12156 2006-06-29 [colin]      2.3.1cvs41
12157
12158         * src/imap.c
12159         * src/imap.h
12160         * src/mainwindow.c
12161                 Disconnect from IMAP servers when going
12162                 offline. Fixes bug #978 (going to offline-mode 
12163                 won't close connections)
12164
12165 2006-06-29 [colin]      2.3.1cvs40
12166
12167         * src/main.c
12168                 Fix transient setting on failing plugins
12169                 Patch by Fabien
12170         * src/plugins/pgpcore/sgpgme.c
12171                 Only warn for OpenPGP. Most people don't
12172                 have CMS available.
12173
12174 2006-06-29 [colin]      2.3.1cvs39
12175
12176         * src/compose.c
12177                 Fix Spelling menu (discrepancy between context menu
12178                 and top menu when folder's dictionary isn't the 
12179                 default one)
12180         * src/plugins/pgpcore/sgpgme.c
12181                 More error reporting about why gpgme can fail
12182
12183 2006-06-29 [wwp]        2.3.1cvs38
12184
12185         * src/mainwindow.c
12186                 honor the display-header-pane setting even when the message view
12187                 is a separate window.
12188
12189 2006-06-29 [wwp]        2.3.1cvs37
12190
12191         * src/prefs_actions.c
12192                 forgot to commit that one (use of GTK_STOCK_INFO).
12193
12194 2006-06-29 [colin]      2.3.1cvs36
12195
12196         * src/imap.c
12197                 Better handling of login errors (ask the password
12198                 again once), alert in case of error. Fix three
12199                 signedness warnings.
12200
12201 2006-06-28 [wwp]        2.3.1cvs35
12202
12203         * src/prefs_template.c
12204         * src/prefs_matcher.c
12205         * src/prefs_filtering_action.c
12206         * src/prefs_quote.c
12207                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
12208                 patch by Fabien Vantard, slightly modified.
12209
12210 2006-06-28 [paul]
12211
12212         2.4.0-rc2 released
12213
12214 2006-06-28 [colin]      2.3.1cvs34
12215
12216         * src/prefs_account.c
12217                 Fix bug #977 (Can't add or edit imap accounts)
12218
12219 2006-06-28 [colin]      2.3.1cvs33
12220
12221         * src/mimeview.c
12222                 Fix previous
12223
12224 2006-06-28 [colin]      2.3.1cvs32
12225
12226         * src/mimeview.c
12227                 Save named inlined attachments with "Save all"
12228         * src/main.c
12229         * src/mbox.c
12230         * src/common/plugin.c
12231         * src/common/plugin.h
12232         * src/common/sylpheed.c
12233         * src/common/utils.c
12234         * src/plugins/pgpcore/sylpheed.def
12235         * src/plugins/pgpinline/sylpheed.def
12236         * src/plugins/pgpmime/sylpheed.def
12237                 Win32 compatibility patch, by
12238                 Werner Koch
12239
12240 2006-06-28 [wwp]        2.3.1cvs31
12241
12242         * src/imap.c
12243         * src/prefs_folder_item.c
12244                 less compilation warnings (thanks to Fabien Vantard), less typos.
12245
12246 2006-06-28 [paul]       2.3.1cvs30
12247
12248         * src/gtk/gtkutils.c
12249                 gtk_combo_box_set_focus_on_click() is only
12250                 available since gtk 2.6.0
12251
12252 2006-06-28 [paul]       2.3.1cvs29
12253
12254         * src/prefs_ext_prog.c
12255                 fix engrish and add a tooltip for the
12256                 'command for 'Display as text' option
12257
12258 2006-06-28 [paul]
12259
12260         2.4.0-rc1 released
12261
12262 2006-06-28 [paul]       2.3.1cvs28
12263
12264         * ChangeLog
12265         * tools/Makefile.am
12266                 include textviewer.pl in releases
12267
12268 2006-06-28 [paul]       2.3.1cvs27
12269
12270         * src/prefs_ext_prog.c
12271                 hide Print command option if libgnomeprint
12272                 support is present
12273
12274 2006-06-27 [colin]      2.3.1cvs26
12275
12276         * src/compose.c
12277                 Fix Esc handling in insert/attach dialog
12278                 Don't show this dialog if dragging something
12279                 else than text/uri-list
12280                 Thanks to Fabien Vantard
12281         * tools/textviewer.pl
12282                 Filter script to display stuff as text
12283                 by H. Merijn Brand
12284
12285 2006-06-27 [wwp]        2.3.1cvs25
12286
12287         * src/messageview.c
12288                 use the exact product name (message view title), patch
12289                 by Fabien Vantard.
12290
12291 2006-06-27 [ticho]      2.3.1cvs24
12292
12293         * src/prefs_account.c
12294         * src/prefs_common.c
12295         * src/prefs_common.h
12296         * src/prefs_ext_prog.c
12297         * src/textview.c
12298                 Add a preference (Preferences/External programs)
12299                 to allow "Display as text" to be done via a script
12300                 (patch by H.Merijn Brand).
12301                 Use GtkComboBox for protocol selection in account
12302                 preferences.
12303                 Only include current choice for existing accounts, and
12304                 insensitivize the combobox.
12305
12306 2006-06-27 [paul]       2.3.1cvs23
12307
12308         * src/mbox.c
12309                 fix crasher introduced in cvs21.
12310                 Thanks to Colin
12311
12312 2006-06-26 [colin]      2.3.1cvs22
12313
12314         * src/mbox.c
12315                 Fix double-frees when leaving folders
12316                 after exporting to mbox
12317
12318 2006-06-26 [colin]      2.3.1cvs21
12319
12320         * src/mbox.c
12321                 More feedback (and optimisation)
12322                 on import/export
12323         * src/common/utils.c
12324                 Fix case when looking for mail addresses
12325         * src/gtk/gtkutils.c
12326                 Extra check for (X-)Face
12327
12328 2006-06-25 [ticho]      2.3.1cvs20
12329
12330         * src/compose.c
12331         * src/exphtmldlg.c
12332         * src/gtk/gtkutils.c
12333         * src/gtk/gtkutils.h
12334                 Added second argument to gtkut_sc_combobox_create() to
12335                 control focus-on-click for the widget.
12336                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12337
12338 2006-06-25 [ticho]      2.3.1cvs19
12339
12340         * src/compose.c
12341         * src/gtk/Makefile.am
12342         * src/gtk/combobox.c
12343         * src/gtk/combobox.h
12344         * src/gtk/gtkutils.c
12345         * src/gtk/gtkutils.h
12346                 Use GtkComboBox instead of deprecated GtkOptionMenu
12347                 for account selector in compose window and for encoding
12348                 selector in attachment properties.
12349                 Also factorise working with the new GtkComboBox somewhat.
12350
12351 2006-06-24 [paul]       2.3.1cvs18
12352
12353         * src/prefs_common.c
12354                 use the correct default value
12355
12356 2006-06-24 [paul]       2.3.1cvs17
12357
12358         * src/compose.c
12359         * src/prefs_common.c
12360         * src/prefs_common.h
12361         * src/prefs_compose_writing.c
12362                 enable setting of default action when
12363                 dnd'ing files in the compose window.
12364                 (Collaborative effort with wwp)
12365
12366 2006-06-23 [wwp]        2.3.1cvs16
12367
12368         * src/compose.c
12369                 i18n fix (thanks to Fabien Vantard)
12370
12371 2006-06-22 [colin]      2.3.1cvs15
12372
12373         * src/prefs_customheader.c
12374                 Don't use filters in custom headers' file 
12375                 selector. Remember, extensions mean nothing :)
12376
12377 2006-06-22 [paul]       2.3.1cvs14
12378
12379         * configure.ac
12380                 allow setting of man directory location
12381
12382 2006-06-22 [colin]      2.3.1cvs13
12383
12384         * src/mainwindow.c
12385                 Add 'View/Go to/Next unread folder'.
12386                 I missed that :)
12387
12388 2006-06-22 [colin]      2.3.1cvs12
12389
12390         * src/common/utils.c
12391                 Add some subject prefixes
12392                 Patch by Bjorn T Johansen <btj@havleik.no>
12393
12394 2006-06-22 [colin]      2.3.1cvs11
12395
12396         * manual/advanced.xml
12397                 Forgotten hidden pref
12398
12399 2006-06-21 [paul]       2.3.1cvs10
12400
12401         * src/prefs_account.c
12402                 complete the removal of 'Add date header' option
12403
12404 2006-06-21 [paul]       2.3.1cvs9
12405
12406         * src/account.c
12407         * src/compose.c
12408         * src/prefs_account.c
12409         * src/prefs_account.h
12410                 remove option to add date header - always
12411                 add date header
12412         * src/etpan/imap-thread.c
12413                 fix warnings (Thanks to Colin)
12414
12415 2006-06-21 [wwp]        2.3.1cvs8
12416
12417         * src/folder.c
12418                 set the attachment flag when inline text part are (file)named. This is more convenient
12419                 when receiving (for instance) inline source files or patches sent using thunderbird.
12420
12421 2006-06-21 [paul]       2.3.1cvs7
12422
12423         * src/inc.c
12424                 fix off-by-one count of current msg in
12425                 statusbar filtering progressbar
12426
12427 2006-06-21 [paul]       2.3.1cvs6
12428
12429         * src/folder.c
12430                 Show attachment icon even if the part is 'inline'
12431                 if the following conditions are met:
12432                 - content-type != 'text/plain'
12433                 - content-type != '*/pgp-signature'
12434                 - either 'name' or 'filename' parameter is not NULL
12435                 
12436                 Thanks to Colin
12437
12438 2006-06-21 [paul]       2.3.1cvs5
12439
12440         * src/messageview.c
12441         * src/prefs_common.c
12442         * src/prefs_common.h
12443         * src/prefs_other.c
12444                 add an option to 'Never send Return
12445                 Receipts'
12446                 Thanks to Colin
12447
12448 2006-06-20 [mones]      2.3.1cvs4
12449
12450         * po/es.po
12451                 updated
12452         * src/compose.c
12453                 typo fixed (space after comma)
12454         * tools/make.themes.project
12455                 remove exec mode from tarball files
12456
12457 2006-06-20 [colin]      2.3.1cvs3
12458
12459         * src/news.c
12460         * src/procheader.c
12461         * src/unmime.c
12462                 Better fix for \n's in headers (don't 
12463                 break Received: and others)
12464
12465 2006-06-20 [paul]       2.3.1cvs2
12466
12467         * src/alertpanel.c
12468         * src/textview.c
12469                 improve legibility of phishing attempt
12470                 dialog
12471
12472 2006-06-20 [paul]       2.3.1cvs1
12473
12474         * NEWS
12475         * README
12476         * configure.ac
12477                 Update version number following
12478                 stable release
12479
12480 2006-06-20 [colin]      2.3.0cvs26
12481
12482         * src/compose.c
12483                 When dragging a file to the text of the compose
12484                 window, ask whether we want to insert or attach
12485                 (I know lots of people who do that to attach)
12486
12487 2006-06-20 [colin]      2.3.0cvs25
12488
12489         * src/etpan/imap-thread.c
12490                 Fix threshold (the append command is often > 32 bytes)
12491
12492 2006-06-19 [colin]      2.3.0cvs24
12493
12494         * src/imap.c
12495         * src/etpan/imap-thread.c
12496                 Workaround Rockliffe IMAP server bug: replace
12497                 "x UID SEARCH (ANSWERED UID 1:*)" with
12498                 "x UID SEARCH ANSWERED"
12499                 (Rockliffe doesn't handle the parenthesis)
12500
12501 2006-06-19 [colin]      2.3.0cvs23
12502
12503         * src/compose.c
12504         * src/imap.c
12505         * src/etpan/imap-thread.c
12506                 Probably fix bug #972 (Freezes when adding 
12507                 an attachment to the message)
12508         * src/common/defs.h
12509                 Modernize Firefox cmd
12510
12511
12512 2006-06-18 [colin]      2.3.0cvs22
12513
12514         * src/prefs_customheader.c
12515                 Only allow correct filenames for various
12516                 custom headers
12517
12518 2006-06-18 [colin]      2.3.0cvs21
12519
12520         * src/prefs_customheader.c
12521                 Add a 'From File...' button in custom headers prefs, which
12522                 try to do the right thing: 
12523                 for normal headers, use file as plaintext,
12524                 for X-Face, calls compface,
12525                 for Face, encode to b64.
12526
12527 2006-06-17 [colin]      2.3.0cvs20
12528
12529         * src/mh.c
12530                 Warning fix
12531
12532 2006-06-16 [colin]      2.3.0cvs19
12533
12534         * src/summaryview.c
12535                 Recursive quicksearch: show message list
12536                 in current folder, *then* search children
12537                 in the background.
12538
12539 2006-06-16 [colin]      2.3.0cvs18
12540
12541         * src/main.c
12542                 Instead of ignoring SIGPIPE, save caches
12543                 when getting one. Will fix the fact that
12544                 hot caches are out-of-date when logging 
12545                 out of Xorg.
12546         * src/compose.c
12547         * src/prefs_compose_writing.c
12548                 Only save text (not attachments) when 
12549                 auto-saving to drafts
12550         * src/unmime.c
12551                 Always replace \n, \r and \t with spaces
12552                 in headers
12553         * manual/dist/html/Makefile.am
12554         * manual/dist/pdf/Makefile.am
12555         * manual/dist/ps/Makefile.am
12556         * manual/dist/txt/Makefile.am
12557         * manual/fr/dist/html/Makefile.am
12558         * manual/fr/dist/pdf/Makefile.am
12559         * manual/fr/dist/ps/Makefile.am
12560         * manual/fr/dist/txt/Makefile.am
12561         * manual/pl/dist/html/Makefile.am
12562         * manual/pl/dist/pdf/Makefile.am
12563         * manual/pl/dist/ps/Makefile.am
12564         * manual/pl/dist/txt/Makefile.am
12565                 Fix make clean removing pregenerated manuals
12566
12567
12568 2006-06-16 [colin]      2.3.0cvs17
12569
12570         * src/plugins/pgpcore/sgpgme.c
12571         * src/plugins/pgpmime/pgpmime.c
12572         * src/plugins/pgpinline/pgpinline.c
12573                 Better error reporting in setup_signers.
12574                 Don't fallback to default key if specified
12575                 key isn't found.
12576                 Don't allow signing if more than one secret
12577                 key matches the one specified in prefs.
12578
12579 2006-06-15 [colin]      2.3.0cvs16
12580
12581         * src/folderview.c
12582                 Add "Send queue" in the folder's contextual
12583                 menu
12584         * src/compose.c
12585         * src/messageview.c
12586         * src/privacy.c
12587         * src/privacy.h
12588         * src/procmime.c
12589         * src/procmsg.c
12590         * src/plugins/pgpcore/passphrase.c
12591         * src/plugins/pgpcore/sgpgme.c
12592         * src/plugins/pgpinline/pgpinline.c
12593         * src/plugins/pgpmime/pgpmime.c
12594                 Better error reporting
12595         * src/mbox.c
12596                 Probably fix bug #971 (2.2.3 cannot read mail 
12597                 from local mbox)
12598
12599
12600 2006-06-15 [mones]      2.3.0cvs15
12601
12602         * tools/make.themes.project
12603                 creates the themes project from the web page
12604
12605 2006-06-15 [colin]      2.3.0cvs14
12606
12607         * src/folder.c
12608                 Better fix (avoid losing the folder if scan_tree 
12609                 fails)
12610
12611 2006-06-15 [cleroy]     2.3.0cvs13
12612
12613         * src/folder.c
12614                 Probably fix Bug #969 (crash on rebuilding 
12615                 imap folder)
12616
12617 2006-06-14 [colin]      2.3.0cvs12
12618
12619         * manual/dtd/manual.xsl
12620         * manual/sylpheed-claws-manual.xml
12621         * manual/fr/sylpheed-claws-manual.xml
12622         * manual/pl/sylpheed-claws-manual.xml
12623                 Insert pagebreaks between sections
12624
12625 2006-06-14 [paul]       2.3.0cvs11
12626
12627         * configure.ac
12628                 better fix than 2.3.0cvs10
12629
12630 2006-06-14 [paul]       2.3.0cvs10
12631
12632         * configure.ac
12633                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12634                 (backwards compatible)
12635
12636 2006-06-13 [colin]      2.3.0cvs9
12637
12638         * src/messageview.c
12639                 Fix sending of return receipt with the new queue folders
12640
12641 2006-06-13 [wwp]        2.3.0cvs8
12642
12643         * src/quote_fmt_lex.l
12644                 fix wrong tokens returned in quote_fmt lexer, query not().
12645
12646 2006-06-13 [wwp]        2.3.0cvs7
12647
12648         * src/folder.c
12649         * src/prefs_folder_item.c
12650                 allow changing folder type even when folder is not a top-level one,
12651                 thanks to Colin.
12652
12653 2006-06-12 [colin]      2.3.0cvs6
12654
12655         * src/folderview.c
12656                 Fix double-ask of "Do you want to mark all
12657                 as read"
12658
12659 2006-06-12 [colin]      2.3.0cvs5
12660
12661         * src/compose.c
12662         * src/compose.h
12663         * src/folder.c
12664         * src/folder.h
12665         * src/imap.c
12666         * src/inc.c
12667         * src/main.c
12668         * src/messageview.c
12669         * src/mh.c
12670         * src/prefs_folder_item.c
12671         * src/procheader.c
12672         * src/procmime.c
12673         * src/procmsg.c
12674         * src/procmsg.h
12675         * src/send_message.c
12676         * src/summaryview.c
12677         * src/toolbar.c
12678                 Apply bug #964's patch (Queue and drafts aren't normal)
12679                 The Drafts and Queue folder now contain RFC-822 files,
12680                 allowing to move and copy mails from and to these 
12681                 folders. Moving from Drafts to Queue will prepare the
12682                 mail for sending (PGP signature, encryption, etc).
12683                 This patch also rework sending errors handling to try
12684                 to be more helpful.
12685                 Also, allow redefining folder types via the GUI 
12686                 (Folder type in its Properties)
12687
12688 2006-06-12 [colin]      2.3.0cvs4
12689
12690         * src/summaryview.c
12691         * src/prefs_common.c
12692         * src/prefs_common.h
12693         * src/gedit-print.c
12694                 Allow to define a specific print font - patch
12695                 by Bernhard Walle <bernhard.walle@gmx.de>
12696         * src/prefs_fonts.c
12697         * manual/advanced.xml
12698         * manual/fr/advanced.xml
12699                 Add a hidden pref to allow deletion without
12700                 confirmation
12701
12702 2006-06-12 [wwp]        2.3.0cvs3
12703
12704         * .cvsignore
12705                 more files to ignore.
12706
12707 2006-06-12 [wwp]        2.3.0cvs2
12708
12709         * src/quote_fmt.c
12710         * src/quote_fmt_lex.l
12711         * src/quote_fmt_parse.y
12712                 extend the quote_fmt parser (templates and quotes):
12713                 - allow limited sub-expressions in |p{} and |f{} expressions,
12714                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12715                 - implemented/fixed missing implementation of query_references and show_references,
12716                 - completed, fixed contents and format of the symbols help dialog,
12717                 - fix some compilation warnings.
12718
12719 2006-06-12 [wwp]        2.3.0cvs1
12720
12721         * manual/advanced.xml
12722         * manual/fr/advanced.xml
12723                 updates in the "templates" section of the manual (eng/fr):
12724                  - be more precise (both versions)
12725                  - completed to match the english reference (fr version)
12726                  - touchups (both versions)
12727
12728 2006-06-12 [paul]       2.3.0
12729
12730         2.3.0 released
12731
12732 2006-06-12 [paul]       2.2.3cvs14
12733
12734         * po/ca.po
12735         * po/cs.po
12736         * po/de.po
12737         * po/el.po
12738         * po/fr.po
12739         * po/it.po
12740         * po/pt_BR.po
12741         * po/sr.po
12742         * po/zh_CN.po
12743                 updated by Miquel Oliete, Tim, Stephan Sachse,
12744                 Stavros Giannouris, Fabien Vantard, Andrea
12745                 Spadaccini, Frederico Goncalves Guimaraes,
12746                 Aleksandar Urosevic, and Ralgh Young
12747
12748 2006-06-12 [colin]      2.2.3cvs13
12749
12750         * src/mbox.c
12751                 Add missing header
12752
12753 2006-06-11 [colin]      2.2.3cvs12
12754
12755         * src/msgcache.c
12756                 Verify that g_malloc() succeeded
12757
12758 2006-06-11 [colin]      2.2.3cvs11
12759
12760         * src/wizard.c
12761                 Add Face header to welcome mail
12762
12763 2006-06-10 [colin]      2.2.3cvs10
12764
12765         * src/textview.c
12766                 Revert previous (Forgot it changes the
12767                 margin on the whole mail)
12768
12769 2006-06-10 [colin]      2.2.3cvs9
12770
12771         * src/textview.c
12772                 Don't overlap long headers under (X-)Face
12773
12774 2006-06-10 [mones]      2.2.3cvs8
12775
12776         * manual/xml2pdf
12777                 allow generation of manual on systems lacking saxon binary
12778                 but with java and the saxon library installed
12779
12780         * po/es.po
12781                 updated for release
12782
12783 2006-06-09 [colin]      2.2.3cvs7
12784
12785         * src/summaryview.c
12786                 Fix leak when using Display Sender using Addressbook
12787
12788 2006-06-09 [colin]      2.2.3cvs6
12789
12790         * src/compose.c
12791         * src/folder.c
12792         * src/folderview.c
12793         * src/mimeview.c
12794         * src/summaryview.c
12795                 More leaks fixes
12796
12797 2006-06-09 [paul]       2.2.3cvs5
12798
12799         * AUTHORS
12800         * src/gtk/authors.h
12801         * tools/claws.i18n.status.pl
12802                 updated with new info
12803
12804 2006-06-09 [paul]       2.2.3cvs4
12805
12806         * README
12807                 updated
12808         * manual/ack.xml
12809                 add wwp to authors list
12810         * src/gtk/authors.h
12811                 update mine and Colin's addresses
12812
12813 2006-06-08 [colin]      2.2.3cvs3
12814
12815         * src/etpan/imap-thread.c
12816                 Fix leak on SSL cert check
12817
12818 2006-06-08 [colin]      2.2.3cvs2
12819
12820         * src/common/utils.c
12821                 Fix leak
12822
12823 2006-06-08 [paul]       2.2.3cvs1
12824
12825         * configure.ac
12826                 Update version number following
12827                 stable release
12828
12829 2006-06-07 [colin]      2.2.2cvs3
12830
12831         * src/msgcache.c
12832                 Fix catching cache read errors (guint instead of gint)
12833                 Prevent malloc'ing more than 8MB (means cache corruption)
12834
12835 2006-06-07 [paul]       2.2.2cvs2
12836
12837         * src/exporthtml.c
12838         * src/exportldif.c
12839         * src/mh.c
12840         * src/mutt.c
12841         * src/pine.c
12842         * src/common/utils.c
12843                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12844                 obey $HOME'
12845                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12846                 Thanks to Colin
12847
12848 2006-06-06 [paul]       2.2.2cvs1
12849
12850         * configure.ac
12851                 Update version number following
12852                 stable release
12853
12854 2006-06-06 [paul]       2.2.1cvs6
12855
12856         * src/matcher.c
12857                 fix  implicit declaration of
12858                 sylpheed_do_idle()
12859                 Patch by Fabien Vantard
12860
12861 2006-06-06 [paul]       2.2.1cvs5
12862
12863         * src/matcher.c
12864                 fix age_greater and age_lower so that they
12865                 mean what say and not '...or equal to'
12866                 Thanks to Colin
12867
12868 2006-06-06 [paul]       2.2.1cvs4
12869
12870         * src/textview.c
12871         * src/common/utils.c
12872                 fix URI check
12873                 Thanks to Colin
12874
12875 2006-06-05 [wwp]        2.2.1cvs3
12876
12877         * manual/fr/account.xml
12878                 minor language fixes (thanks to Fabien Vantard).
12879
12880 2006-06-05 [colin]      2.2.1cvs2
12881
12882         * src/prefs_folder_item.c
12883         * src/folderview.c
12884                 Allow recursive setting of properties 
12885                 for whole mailboxes
12886         * src/matcher.c
12887                 Don't freeze on 'test' filtering rule
12888
12889 2006-06-05 [colin]      2.2.1cvs1
12890
12891         * configure.ac
12892                 Update version number following
12893                 stable release
12894
12895 2006-06-04 [wwp]        2.2.0cvs82
12896
12897         * manual/glossary.xml
12898         * manual/account.xml
12899         * manual/fr/glossary.xml
12900         * manual/fr/account.xml
12901                 added glossary section and references/links related to the Face custom header.
12902
12903 2006-06-04 [colin]      2.2.0cvs81
12904
12905         * src/summaryview.c
12906                 Skip to next message on move with no
12907                 immediate execution
12908
12909 2006-06-04 [wwp]        2.2.0cvs80
12910
12911         * manual/xml2pdf
12912                 added sanity checks, exit when needed.
12913
12914 2006-06-03 [paul]       2.2.0cvs79
12915
12916         * src/prefs_receive.c
12917                 page name is now 'Receiving'
12918         * src/prefs_send.c
12919                 page name is now 'Sending'
12920
12921 2006-06-03 [colin]      2.2.0cvs78
12922
12923         * src/plugins/spamassassin/spamassassin_gtk.c
12924                 Autoswitch to Localhost if transport was previously
12925                 disabled. Else people had to check [] Enable, then
12926                 *reselect* transport.
12927
12928 2006-06-03 [colin]      2.2.0cvs77
12929
12930         * src/plugins/pgpinline/pgpinline.c
12931         * src/plugins/pgpmime/pgpmime.c
12932                 Check that gpg_data_release_and_get_mem 
12933                 didn't fail (now, why this happens...)
12934
12935 2006-06-03 [colin]      2.2.0cvs76
12936
12937         * src/mbox.c
12938                 Fix bug #962 (Manual and/or UI should 
12939                 warn about incompatible locking 
12940                 causing dataloss)
12941
12942 2006-06-02 [cleroy]     2.2.0cvs75
12943
12944         * src/filtering.c
12945         * src/folder.c
12946         * src/procmsg.c
12947         * src/summaryview.c
12948                 Fix a few leaks
12949
12950 2006-06-02 [colin]      2.2.0cvs74
12951
12952         * src/main.c
12953                 On exit, free caches after writing them
12954                 Shuts up some valgrind false positives
12955         * src/procmsg.c
12956         * src/send_message.c
12957                 Fix races when reusing existing SMTP connections
12958                 Fix inexistant session timeout
12959         * src/toolbar.c
12960                 Display alertpanel after all queues have
12961                 been processed, not after each
12962
12963 2006-06-02 [wwp]        2.2.0cvs73
12964
12965         * manual/fr/glossary.xml
12966         * manual/fr/ack.xml
12967         * manual/ack.xml
12968                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12969
12970 2006-06-02 [wwp]        2.2.0cvs72
12971
12972         * manual/xml2pdf
12973         * manual/dist/pdf/Makefile.am
12974         * manual/dtd/manual.xsl
12975         * manual/fr/dist/pdf/Makefile.am
12976         * manual/pl/dist/pdf/Makefile.am
12977                 we changed the procedure to generate the .pdf version of the manual.
12978                 The procedure is more modern and the .pdf we get now has a valid index.
12979                 Here are the new pre-requisites:
12980
12981                 - JRE 1.x (1.4 here): there must be one from your distro
12982                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12983                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12984                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12985
12986                 See my posts for further info about the installation of this toolchain:
12987
12988                 Date: Fri, 19 May 2006 19:40:06 +0200
12989                 From: wwp <subscript@free.fr>
12990                 To: sylpheed-claws-devel@lists.sourceforge.net
12991                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12992
12993                 and
12994
12995                 Date: Wed, 24 May 2006 12:58:49 +0200
12996                 From: wwp <subscript@free.fr>
12997                 To: sylpheed-claws-devel@lists.sourceforge.net
12998                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12999
13000 2006-06-01 [colin]      2.2.0cvs71
13001
13002         * src/compose.c
13003                 Better guards against IMAP races
13004         * src/main.c
13005         * src/prefs_common.c
13006         * src/prefs_common.h
13007         * src/common/ssl_certificate.c
13008         * src/etpan/imap-thread.c
13009         * src/etpan/imap-thread.h
13010         * src/gtk/sslcertwindow.c
13011                 New hidden option ssl_skip_cert_check to 
13012                 avoid dups of bug #959 (libetpan linked
13013                 against gnutls and gnutls buggy on 64bit)
13014                 Present expired warning only once per
13015                 session/server.
13016         * manual/advanced.xml
13017         * manual/fr/advanced.xml
13018                 Document new option
13019
13020 2006-06-01 [wwp]        2.2.0cvs70
13021
13022         * src/messageview.c
13023                 fix for bug #961 (return receipt dialog 
13024                 complains incorrectly about return-path 
13025                 email adress being different), thanks 
13026                 to Colin.
13027
13028 2006-05-31 [cleroy]     2.2.0cvs69
13029
13030         * src/common/ssl.c
13031                 Guard against NULLs, although this
13032                 should never be an issue
13033
13034 2006-05-31 [colin]      2.2.0cvs68
13035
13036         * src/filtering.c
13037                 Use g_slist_prepend
13038         * src/imap.c
13039                 Don't remove caches when destroying folder, it
13040                 could (should) be done at exit
13041         * src/inc.c
13042                 free processing cache after incorporation
13043         * src/etpan/imap-thread.c
13044                 Maybe fix bug #959 (Crash on moving to emails 
13045                 to a imap account per ssl with a expired 
13046                 certificate.)
13047
13048 2006-05-30 [colin]      2.2.0cvs67
13049
13050         * src/summaryview.c
13051                 Put back event flush when displaying message
13052                 It avoids reading a bunch of messages just
13053                 by hitting shift-n for too long ;)
13054
13055 2006-05-29 [colin]      2.2.0cvs66
13056
13057         * src/summaryview.c
13058                 Remove useless g_warnings
13059
13060 2006-05-29 [colin]      2.2.0cvs65
13061
13062         * src/imap.c
13063                 Fix g_slist_append()s for performance
13064
13065 2006-05-29 [colin]      2.2.0cvs64
13066
13067         * src/compose.c
13068         * src/common/utils.c
13069                 Fix extraneous tab at start of addresses
13070         * src/mainwindow.c
13071                 Fix warnings (thanks to Fabien)
13072                 Fix crash at exit when composing messages 
13073                 exist
13074         * src/pop.c
13075                 Fix progress bar when deleting expired mails
13076                 Thanks to Hiro
13077         * src/summaryview.c
13078         * src/gtk/gtksctree.c
13079                 Fix re-sorting slowness
13080
13081 2006-05-29 [paul]       2.2.0cvs63
13082
13083         * src/mh.c
13084                 fetch full message when moving mails
13085                 from another mailbox, (fixed data loss
13086                 when filtering from IMAP to MH, introduced
13087                 in 2.2.0cvs57).
13088                 Thanks to Colin
13089
13090 2006-05-29 [mones]      2.2.0cvs62
13091
13092         * src/gtk/gtksctree.c
13093                 Unselect faster (patch by Colin)        
13094
13095 2006-05-26 [colin]      2.2.0cvs61
13096
13097         * src/summaryview.c
13098                 Unplug MSGINFO_UPDATE callback on delete too.
13099
13100 2006-05-26 [colin]      2.2.0cvs60
13101
13102         * src/foldersel.c
13103                 Fix bold in folder selection window with glib2.10
13104                 thanks Hiro
13105
13106 2006-05-26 [colin]      2.2.0cvs59
13107
13108         * src/procheader.c
13109                 Convert date only if necessary (and don't
13110                 try to convert from utf8 to utf8, too)
13111         * src/summaryview.c
13112                 Only set column's text if the column's 
13113                 displayed
13114
13115 2006-05-26 [colin]      2.2.0cvs58
13116
13117         * src/summaryview.c
13118         * src/gtk/gtkutils.c
13119                 Fix useless warning
13120
13121 2006-05-26 [colin]      2.2.0cvs57
13122
13123         * src/mainwindow.c
13124                 Make summaryview selectable as long as 
13125                 no message has focus
13126         * src/mh.c
13127                 Faster deletion (by implementing mh_remove_msgs)
13128                 Faster copy (avoid using mh_fetch_msg just to get
13129                 the filename)
13130                 Faster move (using move_file instead of copy_file
13131                 if MSG_IS_MOVE)
13132                 No progressbar if total number of mails to cp/mv 
13133                 is less than 100
13134         * src/summaryview.c
13135                 Fix removal from subject_table when mail gets moved
13136                 Faster deletion (g_slist_prepend instead of append)
13137         * src/gtk/gtksctree.c
13138                 Remove useless code
13139
13140 2006-05-25 [colin]      2.2.0cvs56
13141
13142         * src/common/ssl_certificate.c
13143                 Fix leak in expired cert check
13144
13145 2006-05-25 [colin]      2.2.0cvs55
13146
13147         * src/mh.c
13148                 Disable flags syncing on .mh_sequences - it
13149                 is buggy and marks mails read under unknown
13150                 conditions.
13151
13152 2006-05-25 [paul]
13153
13154         * 2.3.0-rc4 released
13155
13156 2006-05-24 [colin]      2.2.0cvs54
13157
13158         attention cvs users: if you manage to crash
13159         Sylpheed-Claws while moving, copying or deleting
13160         mails, we *are* interested in stack traces and
13161         valgrind logs. It looks stable, but one never
13162         knows...
13163
13164         * src/folder.c
13165                 Add progressbar for cache updates
13166         * src/folderutils.c
13167                 Optimize Mark all read in the current
13168                 folder
13169         * src/mh.c
13170                 Add progressbar for copy/move
13171         * src/procmsg.c
13172                 Optimize O(n^2) in copy/move
13173         * src/summaryview.c
13174         * src/gtk/gtksctree.c
13175                 Optimize O(n^2) algos
13176         * src/common/timing.h
13177                 Display ms instead of us
13178
13179 2006-05-24 [wwp]        2.2.0cvs53
13180
13181         * manual/fr/advanced.xml
13182                 updates to the French manual.
13183
13184 2006-05-24 [wwp]        2.2.0cvs52
13185
13186         * src/common/utils.c
13187                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
13188
13189 2006-05-24 [wwp]        2.2.0cvs51
13190
13191         * src/folderutils.c
13192                 fixed "mark all read" in MH folders (thanks to Colin).
13193
13194 2006-05-24 [paul]       2.2.0cvs50
13195
13196         * doc/man/sylpheed-claws.1
13197                 updated the man page
13198
13199 2006-05-23 [colin]      2.2.0cvs49
13200
13201         * src/folderview.c
13202         * src/imap.c
13203         * src/inc.c
13204         * src/mbox.c
13205         * src/messageview.c
13206         * src/news.c
13207         * src/send_message.c
13208         * src/summaryview.c
13209         * src/gtk/sslcertwindow.c
13210                 alertpanel fixes, by Fabien
13211
13212 2006-05-23 [colin]      2.2.0cvs48
13213
13214         * src/folder.c
13215         * src/folderview.c
13216         * src/msgcache.c
13217         * src/summaryview.c
13218         * src/gtk/gtksctree.c
13219         * src/gtk/gtksctree.h
13220                 More timings
13221                 Fix slow loading problem, which was caused by the
13222                 use of some gtk_ctree funcs and their use of
13223                 g_list_position while gtk_ctree_(un)link'ing.
13224                 Reap more functions from gtkctree.c to be sure we
13225                 use our (fast) version instead of theirs.
13226         * src/mh.c
13227                 Fix copy of unread mails
13228
13229
13230 2006-05-22 [wwp]        2.2.0cvs47
13231
13232         * manual/fr/advanced.xml
13233                 updated.
13234
13235 2006-05-22 [colin]      2.2.0cvs46
13236
13237         * src/filtering.c
13238                 Fix possible infinite loop. 'copy' is not a 
13239                 final action, so when encountering a 'copy',
13240                 we have to check if a previous one was set
13241                 and do it. In the same way, if we encounter
13242                 a 'move' we have to perform a possibly 
13243                 pending 'copy'. This will slow down filtering
13244                 on IMAP if move+copy or multiple copy actions
13245                 are to be done, but handling it via the batch
13246                 would be really too convoluted.
13247
13248 2006-05-22 [wwp]        2.2.0cvs45
13249
13250         * manual/fr/advanced.xml
13251         * manual/fr/faq.xml
13252         * manual/fr/glossary.xml
13253         * manual/fr/handling.xml
13254         * manual/fr/intro.xml
13255         * manual/fr/plugins.xml
13256         * manual/fr/sylpheed-claws-manual.xml
13257                 sync w/ the english manual: updates URIs, documented mailing-list
13258                 support, better explanation about the enabled/disabled feature
13259                 in filtering/processing rules by Paul.
13260
13261 2006-05-21 [colin]      2.2.0cvs44
13262
13263         * src/summaryview.c
13264                 Don't expand after building threads, but during
13265
13266 2006-05-21 [colin]      2.2.0cvs43
13267
13268         * src/procmsg.c
13269         * src/summaryview.c
13270                 More timing possibilities... For next time I have 
13271                 to find out how the hell some 3GHz computer takes
13272                 one minute to open a 30k folder...
13273
13274 2006-05-21 [colin]      2.2.0cvs42
13275
13276         * manual/pl/advanced.xml
13277         * manual/pl/faq.xml
13278         * manual/pl/glossary.xml
13279         * manual/pl/handling.xml
13280         * manual/pl/intro.xml
13281         * manual/pl/plugins.xml
13282         * manual/pl/sylpheed-claws-manual.xml
13283                 Polish manual updated by Pawel
13284
13285 2006-05-20 [colin]
13286
13287         * 2.3.0-rc3 released
13288
13289 2006-05-20 [colin]      2.2.0cvs41
13290
13291         * src/imap.c
13292                 Fix -rc2 problems:
13293                 - remove cache of moved messages from original folder
13294                 - apply new flags to messages even if they aren't appliable
13295                   via IMAP.
13296
13297 2006-05-20 [colin]
13298
13299         * 2.3.0-rc2 released
13300
13301 2006-05-19 [colin]      2.2.0cvs40
13302
13303         * src/imap.c
13304                 Don't issue SELECT in imap_change_flags
13305                 before having checked that we indeed have
13306                 some flags to change. MSG_POSTFILTERED for
13307                 example can't be used on IMAP.
13308                 Fixes bug #955 (copying messages between 
13309                 imap folders is extremely slow), which was
13310                 a regression.
13311
13312 2006-05-19 [colin]      2.2.0cvs39
13313
13314         * src/folder.c
13315         * src/folder.h
13316         * src/folderview.c
13317                 Try to fix bug #830 (Some unread messages 
13318                 get marked read in IMAP inbox):
13319                 - Prevent scanning a folder if it's being 
13320                   opened via the GUI
13321                 - Postpone opening via the GUI of a folder
13322                   currently scanned.
13323
13324
13325 2006-05-19 [wwp]        2.2.0cvs38
13326
13327         * manual/advanced.xml
13328                 fix English+typo (thanks to Paul).
13329
13330 2006-05-19 [wwp]        2.2.0cvs37
13331
13332         * manual/advanced.xml
13333         * manual/fr/advanced.xml
13334         * src/gtk/logwindow.c
13335         * src/prefs_common.c
13336         * src/prefs_common.h
13337                 added hidden prefs to allow customization of colors used in
13338                 protocol log window (useful for dark gtk+ themes).
13339
13340 2006-05-19 [wwp]        2.2.0cvs36
13341
13342         * ChangeLog
13343                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13344
13345 2006-05-19 [paul]       2.2.0cvs35
13346
13347         * src/textview.c
13348                 make Reply-To fully clickable
13349         * src/gtk/logwindow.c
13350                 more colouring (SMTP ESMTP)
13351         Both patches by Pawel Pekala
13352
13353 2006-05-19 [cleroy]     2.2.0cvs34
13354
13355         * src/mh.c
13356                 Don't update flags from current folder
13357                 Probably fixes bug #935 (Read Messages 
13358                 Revert to Being Marked as Unread)
13359
13360 2006-05-18 [colin]      2.2.0cvs33
13361
13362         * src/imap.c
13363                 Warning fix
13364         * src/compose.c
13365         * src/mainwindow.c
13366         * src/summaryview.c
13367         * src/toolbar.c
13368                 Allow replying to multiple emails
13369                 in multiple windows
13370         * src/mimeview.c
13371         * src/etpan/imap-thread.c
13372                 Leak fixes
13373
13374 2006-05-18 [paul]       2.2.0cvs32
13375
13376         * src/summaryview.c
13377                 keep Mailing-List menu refreshed
13378                 Thanks to Colin
13379
13380 2006-05-18 [paul]       2.2.0cvs31
13381
13382         * manual/advanced.xml
13383         * manual/faq.xml
13384         * manual/glossary.xml
13385         * manual/handling.xml
13386         * manual/intro.xml
13387         * manual/plugins.xml
13388         * manual/sylpheed-claws-manual.xml
13389                 update URLs
13390                 add info about mailing-list support
13391                 edit filtering info
13392         * src/wizard.c
13393         * src/common/defs.h
13394         * src/gtk/about.c
13395         * src/plugins/dillo_viewer/README
13396                 update URLs
13397
13398 2006-05-17 [wwp]        2.2.0cvs30
13399
13400         * manual/handling.xml
13401         * manual/fr/handling.xml
13402                 documented the ability to enabled/disable filtering/processing rules.
13403
13404 2006-05-17 [colin]      2.2.0cvs29
13405
13406         * src/main.c
13407                 Don't initialize g_thread subsystem if it's 
13408                 already done (thanks to Hiro)
13409         * src/mimeview.c
13410                 Fix saving of parts when there name can't be
13411                 converted from UTF-8.
13412
13413 2006-05-17 [paul]       2.2.0cvs28
13414
13415         * po/Makefile.in.in
13416                 fix config.status warning with autoconf 2.60
13417
13418 2006-05-17 [paul]       2.2.0cvs27
13419
13420         * po/POTFILES.in
13421                 add src/mbox.c
13422
13423 2006-05-17 [wwp]        2.2.0cvs26
13424
13425         * src/mainwindow.c
13426                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13427
13428 2006-05-17 [wwp]        2.2.0cvs25
13429
13430         * src/plugins/demo/demo.c
13431                 updated product name in plugin demo (many plugins need to be
13432                 sync'ed w/ that change).
13433
13434 2006-05-17 [colin]      2.2.0cvs24
13435
13436         * src/mh.c
13437                 Fix leak
13438
13439 2006-05-16 [colin]      2.2.0cvs23
13440
13441         * src/mainwindow.c
13442                 Stupid me hit again. Fix cvs22.
13443
13444 2006-05-16 [colin]      2.2.0cvs22
13445
13446         * src/mainwindow.c
13447                 Fix bug #922 (sylpheed-claws crashed after 
13448                 pushing on Inbox folder)
13449
13450 2006-05-16 [colin]      2.2.0cvs21
13451
13452         * src/compose.c
13453                 Make From header be copy/paste/select-able
13454
13455 2006-05-16 [wwp]        2.2.0cvs20
13456
13457         * src/export.c
13458         * src/matcher.c
13459         * src/summaryview.c
13460         * src/etpan/imap-thread.c
13461                 fix some compiler warnings (thanks to Colin).
13462
13463 2006-05-16 [wwp]        2.2.0cvs19
13464
13465         * src/action.c
13466         * src/gedit-print.c
13467         * src/inc.c
13468         * src/mainwindow.c
13469         * src/mh.c
13470         * src/statusbar.c
13471         * src/send_message.c
13472         * src/summaryview.c
13473                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13474
13475 2006-05-15 [colin]      2.2.0cvs18
13476
13477         * src/procmsg.c
13478                 Fix automatic rule creation with List-Post
13479
13480 2006-05-15 [paul]       2.2.0cvs17
13481
13482         * tools/filter_conv_new.pl
13483                 updated for rule enabling/disabling
13484                 claws version >= 2.3.x required
13485
13486 2006-05-15 [cleroy]     2.2.0cvs16
13487
13488         * src/main.c
13489                 Revert test
13490
13491 2006-05-15 [cleroy]     2.2.0cvs15
13492
13493         * src/main.c
13494                 test
13495
13496 2006-05-15 [wwp]        2.2.0cvs14
13497
13498         * manual/pl/.cvsignore
13499                 ignore generated files.
13500
13501 2006-05-14 [wwp]        2.3.0-rc1
13502
13503         * 2.3.0-rc1 released
13504
13505 2006-05-13 [wwp]        2.2.0cvs13
13506
13507         * src/filtering.c
13508         * src/filtering.h
13509         * src/matcher.c
13510         * src/matcher_parser_lex.l
13511         * src/matcher_parser_parse.y
13512         * src/prefs_filtering.c
13513                 new feature: provide the ability to disable filtering and processing
13514                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13515                 adaptations.
13516
13517 2006-05-13 [colin]      2.2.0cvs12
13518
13519         * src/compose.c
13520                 Remove useless if (a) b; else b;
13521                 Thanks to wwp
13522
13523 2006-05-13 [wwp]        2.2.0cvs11
13524
13525         * src/export.c
13526         * src/import.c
13527         * src/mainwindow.c
13528         * src/mbox.c
13529         * src/summaryview.c
13530         * src/summaryview.h
13531                 no more silent failures (or at least less ones) when importing
13532                 or exporting from/to mbox. Also start importing/exporting if
13533                 the necessary info is set.
13534
13535 2006-05-13 [wwp]        2.2.0cvs10
13536
13537         * RELEASE_NOTES
13538                 restored up-to-date release notes.
13539
13540 2006-05-13 [paul]       2.2.0cvs9
13541
13542         * po/nl.po
13543         * po/ru.po
13544                 updated by Tim Dijkstra and Pavlo Bohmat
13545
13546 2006-05-12 [colin]      2.2.0cvs8
13547
13548         * src/gtk/quicksearch.c
13549                 Add "k" as shortcut for "colorlabel". Patch
13550                 by ath42@users.sf.net.
13551
13552 2006-05-12 [paul]       2.2.0cvs7
13553
13554         * src/prefs_common.h
13555         * src/prefs_summaries.c
13556         * src/summaryview.c
13557                 when entering a folder also allow
13558                 going directly to first Marked message
13559
13560 2006-05-12 [paul]       2.2.0cvs6
13561
13562         * src/summaryview.c
13563                 always obey 'confirm before marking all
13564                 mails read' option
13565
13566 2006-05-12 [paul]       2.2.0cvs5
13567
13568         * src/textview.c
13569                 make Sender fully clickable
13570
13571 2006-05-12 [colin]      2.2.0cvs4
13572
13573         * src/compose.c
13574         * src/compose.h
13575                 Let From be editable
13576         * src/main.c
13577         * src/mh.c
13578                 Full support of .mh_sequences' Unseen seq
13579
13580 2006-05-12 [colin]      2.2.0cvs3
13581
13582         * src/folder.c
13583         * src/mainwindow.c
13584         * src/mainwindow.h
13585         * src/messageview.c
13586         * src/prefs_spelling.c
13587         * src/procheader.c
13588         * src/procmsg.c
13589         * src/procmsg.h
13590         * src/summaryview.c
13591         * src/toolbar.c
13592         * src/toolbar.h
13593                 Add contextual menu on Compose toolbar
13594                 button. Fixes bug #944 (Automatic
13595                 addresses not applied when changing account
13596                 from compose window)
13597                 add Mailing List support
13598                 based on the old 0.6.5claws25 patch by
13599                 Melvin Hadasht, with finishing touches
13600                 by Colin
13601                 Fix "ignore thread" when mails are threaded by
13602                 subject (and weren't ignored although appearing
13603                 in the thread).
13604                 GUI rework.
13605                 Both patches by Pawel.
13606
13607 2006-05-08 [paul]       2.2.0cvs2
13608
13609         * src/mainwindow.c
13610         * src/mainwindow.h
13611         * src/messageview.c
13612         * src/procheader.c
13613         * src/procmsg.c
13614         * src/procmsg.h
13615         * src/summaryview.c
13616                 add Mailing List support
13617                 based on the old 0.6.5claws25 patch by 
13618                 Melvin Hadasht, with finishing touches
13619                 by Colin
13620
13621 2006-05-08 [colin]      2.2.0cvs1
13622
13623         * src/mainwindow.c
13624         * src/toolbar.c
13625         * src/toolbar.h
13626                 Add contextual menu on Compose toolbar 
13627                 button. Fixes bug #944 (Automatic 
13628                 addresses not applied when changing account 
13629                 from compose window)
13630
13631 2006-05-08 [paul]       2.2.0
13632
13633         2.2.0 released
13634
13635 2006-05-08 [paul]       2.1.1cvs51
13636
13637         * po/cs.po
13638         * po/de.po
13639         * po/en_GB.po
13640         * po/fi.po
13641         * po/fr.po
13642         * po/pt_BR.po
13643         * po/sr.po
13644         * po/zh_CN.po
13645                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13646                 Fabien Vantard, Frederico Goncalves Guimaraes,
13647                 Aleksandar Urosevic, and Ralgh Young
13648
13649 2006-05-12 [colin]      2.1.1cvs50
13650
13651         * po/cs.po
13652         * po/de.po
13653         * po/en_GB.po
13654         * po/es.po
13655         * po/fi.po
13656         * po/fr.po
13657         * po/pt_BR.po
13658         * po/sr.po
13659         * po/zh_CN.po
13660                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13661                 Fabien Vantard, Frederico Goncalves Guimaraes,
13662                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13663
13664 2006-05-05 [colin]      2.1.1cvs49
13665
13666         * manual/Makefile.am
13667         * manual/pl/Makefile.am
13668         * manual/pl/account.xml
13669         * manual/pl/ack.xml
13670         * manual/pl/addrbook.xml
13671         * manual/pl/advanced.xml
13672         * manual/pl/faq.xml
13673         * manual/pl/glossary.xml
13674         * manual/pl/gpl.xml
13675         * manual/pl/handling.xml
13676         * manual/pl/intro.xml
13677         * manual/pl/keyboard.xml
13678         * manual/pl/plugins.xml
13679         * manual/pl/starting.xml
13680         * manual/pl/sylpheed-claws-manual.xml
13681         * manual/pl/dist/.cvsignore
13682         * manual/pl/dist/Makefile.am
13683         * manual/pl/dist/html/.cvsignore
13684         * manual/pl/dist/html/Makefile.am
13685         * manual/pl/dist/pdf/.cvsignore
13686         * manual/pl/dist/pdf/Makefile.am
13687         * manual/pl/dist/ps/.cvsignore
13688         * manual/pl/dist/ps/Makefile.am
13689         * manual/pl/dist/txt/.cvsignore
13690         * manual/pl/dist/txt/Makefile.am
13691                 Add the polish translation of the manual,
13692                 Authored by Pawel Pekala.
13693
13694 2006-05-05 [cleroy]     2.1.1cvs48
13695
13696         * src/main.c
13697                 Re-read matcherrc after loading plugins 
13698                 if some of them add folders.
13699
13700 2006-05-03 [colin]      2.1.1cvs47
13701
13702         * src/imap.c
13703                 I'm idiot
13704
13705 2006-05-03 [colin]      2.1.1cvs46
13706
13707         * src/imap.c
13708                 Be sure to have a session when
13709                 getting separator
13710
13711 2006-05-03 [colin]      2.1.1cvs45
13712
13713         * src/imap.c
13714         * src/imap.h
13715         * src/imap_gtk.c
13716                 Fix preventing renaming with namespace 
13717                 separator.
13718
13719 2006-05-01 [colin]      2.1.1cvs44
13720
13721         * src/action.c
13722                 Don't reload messageview when result of
13723                 action is piped.
13724
13725 2006-04-29 [colin]      2.1.1cvs43
13726
13727         * src/prefs_receive.c
13728         * src/plugins/spamassassin/spamassassin_gtk.c
13729         * src/plugins/clamav/clamav_plugin_gtk.c
13730                 GUI fixes by Pawel
13731
13732 2006-04-29 [colin]      2.1.1cvs42
13733
13734         * src/prefs_compose_writing.c
13735         * src/prefs_quote.c
13736                 Cleanups. Patch by Pawel
13737
13738 2006-04-28 [paul]       2.1.1cvs41
13739
13740         * src/matcher.c
13741                 fix returned quick search results when search
13742                 term contains an underscore.
13743                 Thanks to Colin
13744
13745 2006-04-28 [paul]       2.1.1cvs40
13746
13747         * src/prefs_message.c
13748         * src/prefs_receive.c
13749                 GUI cleanups
13750                 Patches by Pawel Pekala
13751
13752 2006-04-27 [colin]      2.1.1cvs39
13753
13754         * src/wizard.c
13755                 Differentiate subject Welcome from
13756                 window's title Welcome
13757
13758 2006-04-27 [paul]
13759
13760         2.2.0-rc1 released
13761
13762 2006-04-27 [paul]       2.1.1cvs38
13763
13764         * manual/advanced.xml
13765         * manual/fr/advanced.xml
13766                 add info about compose_no_markup hidden pref
13767
13768 2006-04-27 [paul]       2.1.1cvs37
13769
13770         * src/prefs_account.c
13771                 improve privacy labels
13772         * src/prefs_msg_colors.c
13773                 change some strings for translators' convenience
13774         * src/gtk/gtkutils.c
13775                 don't underline the link button text
13776
13777 2006-04-25 [colin]      2.1.1cvs36
13778
13779         * src/folder.c
13780                 Complete 2.1.1cvs33 (once more ;)
13781
13782 2006-04-25 [colin]      2.1.1cvs35
13783
13784         * src/editldap.c
13785                 Fix tooltip
13786
13787 2006-04-25 [cleroy]     2.1.1cvs34
13788
13789         * src/compose.c
13790         * src/gtk/gtkaspell.c
13791                 Fix crash on redirect (related to the return 
13792                 of the aspell menu in compose's toolbar)
13793         * src/prefs_msg_colors.c
13794                 Fix sensitivity widgets
13795         * src/image_viewer.c
13796         * src/gtk/pluginwindow.c
13797         * src/gtk/prefswindow.c
13798                 Change released signals to clicked (Fabien)
13799         * po/POTFILES.in
13800         * src/common/socket.c
13801         * src/plugins/spamassassin/spamassassin.c
13802                 Translate strings (Fabien)
13803
13804 2006-04-25 [paul]       2.1.1cvs33
13805
13806         * src/folder.c
13807         * src/folder.h
13808         * src/folderview.c
13809                 complete the fix of bug #912
13810                 Thanks to Colin
13811
13812 2006-04-25 [colin]      2.1.1cvs32
13813
13814         * src/news.c
13815                 Better progress bar
13816         * src/mimeview.c
13817         * src/summaryview.c
13818         * src/summaryview.h
13819                 Fix focus chain
13820                 Patches by Pawel Pekala
13821
13822 2006-04-24 [colin]      2.1.1cvs31
13823
13824         * src/compose.c
13825                 Fix compilation warnings (Fabien)
13826
13827 2006-04-24 [colin]      2.1.1cvs30
13828
13829         * src/addrindex.c
13830         * src/editldap.c
13831         * src/editldap_basedn.c
13832         * src/editldap_basedn.h
13833         * src/ldapctrl.c
13834         * src/ldapctrl.h
13835         * src/ldapquery.c
13836         * src/ldaputil.c
13837         * src/ldaputil.h
13838                 Fix bug #901 (LDAPS support)
13839
13840 2006-04-24 [colin]      2.1.1cvs29
13841
13842         * src/compose.c
13843                 Fix logic on error with send dialog on
13844         * src/imap.c
13845                 Fix compilation without libetpan, thanks
13846                 to Fabien
13847         * src/summaryview.c
13848                 Fix 'context-menu' key
13849
13850 2006-04-23 [colin]      2.1.1cvs28
13851
13852         * src/folder.c
13853                 Never free current's cache to free up 
13854                 memory. Fixes bug #912 (new count 
13855                 randomly set to message count)
13856
13857 2006-04-23 [colin]      2.1.1cvs27
13858
13859         * src/gtk/quicksearch.c
13860                 And remove printf...
13861
13862 2006-04-23 [colin]      2.1.1cvs26
13863
13864         * src/gtk/quicksearch.c
13865                 Fix replacing in quicksearch, and fix inserting
13866                 in the middle of the string. (introduced at 2.1.0cvs22)
13867
13868 2006-04-23 [colin]      2.1.1cvs25
13869
13870         * src/imap.c
13871                 Make sure uidnext is initialized in get_num_list
13872                 (not for stable, related to 2.1.1cvs8 and friends)
13873
13874 2006-04-23 [colin]      2.1.1cvs24
13875
13876         * src/imap.c
13877                 Output something when login is successful
13878                 too
13879
13880 2006-04-23 [colin]      2.1.1cvs23
13881
13882         * src/etpan/imap-thread.c
13883                 Better logging (line-per-line, hide data in fetch)
13884                 Fix a const warning
13885         * src/gtk/logwindow.c
13886         * src/gtk/logwindow.h
13887                 Better logging (color for input/output)
13888
13889 2006-04-21 [colin]      2.1.1cvs22
13890
13891         * src/gtk/quicksearch.c
13892                 On gtk+-2.8, use stock buttons in quicksearch
13893                 Based on a patch by Fabien and a design by Paul
13894
13895 2006-04-21 [colin]      2.1.1cvs21
13896
13897         * src/folderview.c
13898         * src/mainwindow.c
13899                 Fix occasional flicker in folderview
13900         * src/common/utils.c
13901                 Fix bug #943 (Incorrectly parsed email address 
13902                 list in short headers on message view and in 
13903                 printouts)
13904
13905 2006-04-20 [colin]      2.1.1cvs20
13906
13907         * src/imap.c
13908         * src/imap.h
13909         * src/prefs_account.c
13910                 Add ANONYMOUS auth for IMAP
13911
13912 2006-04-20 [paul]       2.1.1cvs19
13913
13914         * src/main.c
13915                 proper fix for 2.1.1cvs18
13916                 Thanks to Colin
13917
13918 2006-04-20 [paul]       2.1.1cvs18
13919
13920         * src/main.c
13921                 fix build warnings
13922
13923 2006-04-20 [paul]       2.1.1cvs17
13924
13925         * src/gtk/quicksearch.c
13926                 fix standard, non-extended Quick search,
13927                 was broken in 2.1.1cvs15.
13928                 Thanks to Colin.
13929
13930 2006-04-20 [colin]      2.1.1cvs16
13931
13932         * src/prefs_matcher.c
13933                 Fix values when reselecting a ~test
13934                 rule
13935
13936 2006-04-19 [colin]      2.1.1cvs15
13937
13938         * src/compose.c
13939         * src/compose.h
13940         * src/gtk/gtkaspell.c
13941         * src/gtk/gtkaspell.h
13942                 Put back Options menu in Spelling/
13943         * src/gtk/quicksearch.c
13944                 Don't search, and show error, if the
13945                 advanced search has a syntax error
13946
13947 2006-04-18 [colin]      2.1.1cvs14
13948
13949         * src/textview.c
13950                 Fix gdk warnings on set_cursor when textview
13951                 isn't visible
13952
13953 2006-04-18 [colin]      2.1.1cvs13
13954
13955         * src/gtk/gtksctree.c
13956                 Remove seemingly useless refresh that causes
13957                 flicker - watch this commit in case of 
13958                 problems before planned backport to stable
13959
13960 2006-04-18 [colin]      2.1.1cvs12
13961
13962         * src/imap.c
13963                 Factorize get/set_xml code
13964         * src/compose.c
13965         * src/prefs_account.c
13966         * src/prefs_account.h
13967         * src/procmsg.c
13968                 Add Encrypt to self option
13969
13970 2006-04-17 [colin]      2.1.1cvs11
13971
13972         * configure.ac
13973                 Fix search on encrpyt function on dragonfly
13974                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13975
13976 2006-04-17 [colin]      2.1.1cvs10
13977
13978         * src/prefs_account.c
13979                 Be safe by default: remove mails from POP3
13980                 after 7 days, not immediately
13981
13982 2006-04-17 [colin]      2.1.1cvs9
13983
13984         * src/etpan/imap-thread.c
13985                 Fix build on DragonFly - patch by 
13986                 Jonathan Buschmann <jonthn@agmact.com>
13987
13988 2006-04-17 [colin]      2.1.1cvs8
13989
13990         * src/imap.c
13991                 Save uidnext between sessions
13992
13993 2006-04-17 [colin]      2.1.1cvs7
13994
13995         * src/imap.c
13996                 scan is required when uid validity changes
13997
13998 2006-04-17 [colin]      2.1.1cvs6
13999
14000         * src/folderview.c
14001                 Don't scan if not necessary, apart in current
14002                 folder and INBOX to fetch flags.
14003         * src/imap.c
14004                 Scan is necessary if unread count changes
14005
14006 2006-04-17 [colin]      2.1.1cvs5
14007
14008         * src/imap.c
14009                 ...But always fetch ANSWERED and DELETED flags for
14010                 INBOX, as filtering can happen on these flags.
14011
14012 2006-04-17 [colin]      2.1.1cvs4
14013
14014         * src/imap.c
14015                 Don't fetch REPLIED and DELETED flags when synchronising
14016                 flags with a closed folder. We only need UNSEEN and FLAGGED
14017                 to update the folderview.
14018
14019 2006-04-17 [colin]      2.1.1cvs3
14020
14021         * src/imap.c
14022                 Faster flag search when there are new mails 
14023                 in a folder. We can do a full search if the 
14024                 folder contains less messages than the new
14025                 list.
14026
14027 2006-04-17 [colin]      2.1.1cvs2
14028
14029         * po/cs.po
14030         * po/de.po
14031         * po/fr.po
14032         * po/nl.po
14033         * po/pt_BR.po
14034                 Update translations from stable branch
14035
14036 2006-04-17 [colin]      2.1.1cvs1
14037
14038         * configure.ac
14039                 Bump version to follow stable release
14040
14041 2006-04-16 [mones]      2.1.0cvs50
14042
14043         * po/es.po
14044                 Updated for release
14045
14046 2006-04-16 [colin]      2.1.0cvs49
14047
14048         * src/textview.c
14049                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
14050                 with gtk < 2.8. Thanks to Fabien Vantard.
14051
14052 2006-04-15 [colin]      2.1.0cvs48
14053
14054         * src/etpan/imap-thread.c
14055                 Fix bug #919 (libetpan: SEGV when connecting 
14056                 using command)
14057
14058 2006-04-14 [colin]      2.1.0cvs47
14059
14060         * src/main.c
14061                 Fix race on --select (should be done better)
14062
14063 2006-04-14 [wwp]        2.1.0cvs46
14064
14065         * src/send_message.c
14066                 enforce a check for domain in account prefs (a sending
14067                 error could be faced if domain was checked but no value set),
14068                 thanks to Colin.
14069
14070 2006-04-14 [colin]      2.1.0cvs45
14071
14072         * src/codeconv.c
14073                 when converting from unknown to unknown, if the
14074                 string is UTF8, don't convert it to the locale
14075                 (which breaks it)
14076
14077 2006-04-14 [colin]      2.1.0cvs44
14078
14079         * src/compose.c
14080                 Don't try to use ASCII for converting headers
14081                 (as done in body)
14082
14083 2006-04-14 [paul]       2.1.0cvs43
14084
14085         * src/crash.c
14086                 add locale/charset info to crash report
14087         * src/gtk/about.c
14088                 add wwp to doc team
14089                 replace 'e-mail' with preferred 'email'
14090         * src/gtk/authors.h
14091                 ensure contributors list is in alphabetical
14092                 order
14093
14094 2006-04-13 [colin]      2.1.0cvs42
14095
14096         * src/textview.c
14097                 Prevent gdk warnings
14098
14099 2006-04-13 [colin]      2.1.0cvs41
14100
14101         * src/common/ssl_certificate.c
14102         * src/common/ssl_certificate.h
14103         * src/gtk/sslcertwindow.c
14104                 Warn on expired certs, and display the expiration date
14105
14106 2006-04-13 [colin]      2.1.0cvs40
14107
14108         * src/plugins/spamassassin/spamassassin_gtk.c
14109                 Fix missing set_text on unix socket
14110
14111 2006-04-13 [wwp]        2.1.0cvs39
14112
14113         * manual/fr/advanced.xml
14114         * manual/fr/glossary.xml
14115                 applied new spam/ham/email lexicon (pourriel, courriel)
14116
14117 2006-04-13 [paul]       2.1.0cvs38
14118
14119         * src/plugins/pgpmime/plugin.c
14120                 remove the mention of S/MIME from the
14121                 description. This is now handled by the
14122                 S/MIME plugin.
14123
14124 2006-04-13 [paul]       2.1.0cvs37
14125
14126         * src/prefs_msg_colors.c
14127                 rework dialog
14128         * src/prefs_folder_item.c
14129         * src/prefs_spelling.c
14130                 add a tooltip to the colour selector buttons
14131
14132 2006-04-13 [wwp]        2.1.0cvs36
14133
14134         * manual/advanced.xml
14135         * manual/glossary.xml
14136         * manual/handling.xml
14137         * manual/keyboard.xml
14138         * manual/plugins.xml
14139         * manual/starting.xml
14140         * manual/fr/account.xml
14141         * manual/fr/ack.xml
14142         * manual/fr/addrbook.xml
14143         * manual/fr/advanced.xml
14144         * manual/fr/faq.xml
14145         * manual/fr/glossary.xml
14146         * manual/fr/gpl.xml
14147         * manual/fr/handling.xml
14148         * manual/fr/intro.xml
14149         * manual/fr/keyboard.xml
14150         * manual/fr/plugins.xml
14151         * manual/fr/starting.xml
14152         * manual/fr/sylpheed-claws-manual.xml
14153                 fixes to the manuals:
14154                  - summaryview -> Message List (same in French)
14155                  - translate key names
14156                  - fix French punctuation, use non-breakable spaces when
14157                    necessary, don't use &thinsp; which is not portable
14158                  - tell what maildir and mbox formats we support
14159
14160 2006-04-12 [wwp]        2.1.0cvs35
14161
14162         * src/prefs_toolbar.c
14163                 unified a replace button more,
14164                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14165
14166 2006-04-12 [wwp]        2.1.0cvs34
14167
14168         * src/prefs_common.c
14169         * src/prefs_msg_colors.c
14170                 make default color labels translatable,
14171                 patch from Fabien Vantard <fzzzzz@gmail.com>,
14172                 thanks to Tim <timbrain@post.cz> for reporting.
14173
14174 2006-04-12 [wwp]        2.1.0cvs33
14175
14176         * manual/glossary.xml
14177         * manual/intro.xml
14178         * manual/plugins.xml
14179         * manual/starting.xml
14180         * manual/sylpheed-claws-manual.xml
14181         * manual/fr/.cvsignore
14182         * manual/fr/account.xml
14183         * manual/fr/ack.xml
14184         * manual/fr/addrbook.xml
14185         * manual/fr/advanced.xml
14186         * manual/fr/faq.xml
14187         * manual/fr/glossary.xml
14188         * manual/fr/handling.xml
14189         * manual/fr/intro.xml
14190         * manual/fr/keyboard.xml
14191         * manual/fr/plugins.xml
14192         * manual/fr/starting.xml
14193         * manual/fr/sylpheed-claws-manual.xml
14194                 various fixes: typos, missing .fr translations, punctuation,
14195                 capitalization, links, accents and some bad French more.
14196
14197 2006-04-12 [wwp]        2.1.0cvs32
14198
14199         * src/prefs_gtk.c
14200                 fix for bug #935: always store prefs files in UTF-8 (thanks
14201                 to Colin).
14202
14203 2006-04-11 [colin]      2.1.0cvs31
14204
14205         * src/compose.c
14206                 Fix inserting files not in utf8 when locale is utf8
14207
14208 2006-04-11 [colin]      2.1.0cvs30
14209
14210         * src/inc.c
14211                 Don't show error dialog when cancelling connection
14212                 Patch by Pawel
14213
14214 2006-04-11 [cleroy]     2.1.0cvs29
14215
14216         * src/compose.c
14217                 Implement multiple quote levels
14218         * src/prefs_common.c
14219                 Change a little bit the quote bgcolor for 2nd level
14220
14221 2006-04-11 [colin]      2.1.0cvs28
14222
14223         * src/gtk/about.c
14224                 Add locale and charset in the label
14225
14226 2006-04-10 [colin]      2.1.0cvs27
14227
14228         * src/compose.c
14229         * src/prefs_common.c
14230         * src/prefs_common.h
14231         * src/prefs_msg_colors.c
14232         * src/textview.c
14233                 Allow optional background color in quotes
14234                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14235                 GTK+-2.8.x feature
14236
14237 2006-04-10 [colin]      2.1.0cvs26
14238
14239         * src/main.c
14240         * src/mainwindow.c
14241         * src/mainwindow.h
14242                 Implement --select
14243
14244 2006-04-10 [colin]      2.1.0cvs25
14245
14246         * manual/plugins.xml
14247         * manual/fr/plugins.xml
14248                 Document libcurl's proxy variables
14249
14250 2006-04-09 [colin]      2.1.0cvs24
14251
14252         * src/prefs_common.c
14253                 gettext() returns statically allocated stuff. We have
14254                 to strdup it in order to be able to free it.
14255
14256 2006-04-09 [colin]      2.1.0cvs23
14257
14258         * AUTHORS
14259         * src/gtk/authors.h
14260                 Add Alexei
14261
14262 2006-04-09 [colin]      2.1.0cvs22
14263
14264         * src/mainwindow.c
14265         * src/gtk/quicksearch.c
14266                 Fix bug #859 (problems with cyrilic input in 
14267                 search panel) - Patch by Alexey Illarionov 
14268                 <littlesavage@rambler.ru>
14269
14270 2006-04-09 [colin]      2.1.0cvs21
14271
14272         * src/prefs_customheader.c
14273                 I prefer removing then freeing rather than the contrary
14274                 (even if it doesn't change anything ;-)
14275         * src/prefs_account.c
14276                 Fix bug #933 (Crash re-entering the custom headers list 
14277                 dialog in accounts prefs)
14278                 The problem happened when cancelling the Account 
14279                 Preferences' dialogs - in which case we didn't do 
14280                 anything to the PrefsAccount * struct. In case of applying,
14281                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14282                 working with in this dialog. The problem is that 
14283                 prefs_customheader.c, working on this tmp_ac_prefs, always
14284                 changes the ->customhdr_list pointer, even when cancelled. 
14285                 So in case of cancelling the prefs_account dialog, we still
14286                 have to update ->customhdr_list in the real account.
14287
14288 2006-04-08 [colin]      2.1.0cvs20
14289
14290         * manual/fr/glossary.xml
14291         * manual/fr/keyboard.xml
14292                 Forgot some headers :)
14293
14294 2006-04-08 [colin]      2.1.0cvs19
14295
14296         * manual/Makefile.am
14297         * manual/fr/Makefile.am
14298         * manual/fr/account.xml
14299         * manual/fr/ack.xml
14300         * manual/fr/addrbook.xml
14301         * manual/fr/advanced.xml
14302         * manual/fr/faq.xml
14303         * manual/fr/glossary.xml
14304         * manual/fr/gpl.xml
14305         * manual/fr/handling.xml
14306         * manual/fr/intro.xml
14307         * manual/fr/keyboard.xml
14308         * manual/fr/plugins.xml
14309         * manual/fr/starting.xml
14310         * manual/fr/sylpheed-claws-manual.xml
14311         * manual/fr/dist/.cvsignore
14312         * manual/fr/dist/Makefile.am
14313         * manual/fr/dist/html/.cvsignore
14314         * manual/fr/dist/html/Makefile.am
14315         * manual/fr/dist/pdf/.cvsignore
14316         * manual/fr/dist/pdf/Makefile.am
14317         * manual/fr/dist/ps/.cvsignore
14318         * manual/fr/dist/ps/Makefile.am
14319         * manual/fr/dist/txt/.cvsignore
14320         * manual/fr/dist/txt/Makefile.am
14321                 Add the french translation of the manual. Thanks to
14322                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14323                 account.xml, ack.xml, addrbook.xml and advanced.xml
14324
14325 2006-04-08 [colin]      2.1.0cvs18
14326
14327         * manual/plugins.xml
14328         * manual/starting.xml
14329                 More fixes
14330
14331 2006-04-07 [colin]      2.1.0cvs17
14332
14333         * manual/faq.xml
14334         * manual/intro.xml
14335         * manual/keyboard.xml
14336                 Little fixes
14337
14338 2006-04-07 [colin]      2.1.0cvs16
14339
14340         * README
14341         * src/compose.c
14342         * src/prefs_common.c
14343         * src/prefs_common.h
14344                 Add hidden compose_no_markup pref
14345
14346 2006-04-07 [wwp]        2.1.0cvs15
14347
14348         * src/summary_search.c
14349         * .cvsignore
14350                 Bugfix: stop button was sticky when searching in an empty folder.
14351                 Applied curly brackets code style to the whole file (summary_search.c).
14352                 More files to ignore.
14353
14354 2006-04-07 [wwp]        2.1.0cvs14
14355
14356         * src/message_search.c
14357         * src/summary_search.c
14358                 changed default button when search bumps at file/folder
14359                 beginning or end, for convenience (thanks to Colin).
14360
14361 2006-04-07 [paul]       2.1.0cvs13
14362
14363         * src/plugins/dillo_viewer/dillo_prefs.c
14364                 avoid future potential for namespace collision
14365                 Patch by Colin
14366
14367 2006-04-06 [wwp]        2.1.0cvs12
14368
14369         * src/summary_search.c
14370                 Unify extended/advanced searches names (and thus factorize labels),
14371                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14372
14373 2006-04-06 [wwp]        2.1.0cvs11
14374
14375         * src/folderview.c
14376         * src/prefs_themes.c
14377         * src/summaryview.c
14378                 Fixed some compilation warnings.
14379
14380 2006-04-06 [colin]      2.1.0cvs10
14381
14382         * manual/advanced.xml
14383                 Document the wizard template and how to deploy
14384                 Sylpheed-Claws effectively
14385
14386 2006-04-06 [colin]      2.1.0cvs9
14387
14388         * src/folderview.c
14389                 gettext patch to tell translators about _("#"),
14390                 by Maxim Britov
14391
14392 2006-04-06 [colin]      2.1.0cvs8
14393
14394         * src/textview.c
14395                 Fix invalid GtkTextBIter after clicking "Display as text"
14396
14397 2006-04-06 [mones]      2.1.0cvs7
14398
14399         * src/addr_compl.c
14400         * src/addrindex.c
14401         * src/addritem.c
14402         * src/codeconv.c
14403         * src/compose.c
14404         * src/filtering.c
14405         * src/folder.c
14406         * src/folder_item_prefs.c
14407         * src/folderview.c
14408         * src/localfolder.c
14409         * src/matcher.c
14410         * src/mimeview.c
14411         * src/prefs_msg_colors.c
14412         * src/prefs_spelling.c
14413         * src/prefs_themes.c
14414         * src/procmime.c
14415         * src/procmsg.c
14416         * src/stock_pixmap.c
14417         * src/summaryview.c
14418         * src/textview.c
14419         * src/toolbar.c
14420         * src/common/mgutils.c
14421         * src/common/prefs.c
14422         * src/common/ssl_certificate.c
14423         * src/gtk/colorlabel.c
14424         * src/gtk/quicksearch.c
14425         * src/plugins/pgpmime/pgpmime.c
14426         * src/plugins/spamassassin/spamassassin.c
14427                 Removed redundant NULL checks for g_free() calls.
14428                 Patch by Pawel Pekala.
14429
14430 2006-04-06 [mones]      2.1.0cvs6
14431
14432         * src/prefs_actions.c
14433         * src/prefs_filtering.c
14434         * src/prefs_filtering_action.c
14435         * src/prefs_matcher.c
14436         * src/prefs_template.c
14437         * src/gtk/gtkutils.c
14438         * src/gtk/gtkutils.h
14439                 Have a nice replace button. Patch by Pawel Pekala
14440
14441 2006-04-06 [colin]      2.1.0cvs5
14442
14443         * src/addressbook.c
14444                 Fix crash with empty columns
14445
14446 2006-04-05 [colin]      2.1.0cvs4
14447
14448         * src/wizard.c
14449         * src/prefs_gtk.c
14450                 Allow wizard customization with pre-filled values
14451
14452 2006-04-05 [colin]      2.1.0cvs3
14453
14454         * src/textview.c
14455         * src/mimeview.c
14456         * src/mimeview.h
14457                 Nicer messages in mimeview
14458
14459 2006-04-05 [colin]      2.1.0cvs2
14460
14461         * src/addressbook.c
14462         * src/prefs_summaries.c
14463                 i18n fix
14464
14465 2006-04-05 [colin]      2.1.0cvs1
14466
14467         * src/plugins/pgpcore/plugin.c
14468         * src/plugins/pgpcore/select-keys.c
14469         * src/plugins/pgpcore/select-keys.h
14470         * src/plugins/pgpcore/sgpgme.c
14471         * src/plugins/pgpcore/sgpgme.h
14472         * src/plugins/pgpinline/pgpinline.c
14473         * src/plugins/pgpinline/plugin.c
14474         * src/plugins/pgpmime/pgpmime.c
14475         * src/plugins/pgpmime/plugin.c
14476                 Factorize and generalize a bit 
14477                 Drop S/MIME signature verification from PGP/MIME
14478                 (adding it as another, more complete plugin)
14479
14480 2006-04-05 [paul]       2.1.0
14481
14482         2.1.0 released
14483
14484 2006-04-05 [paul]       2.0.0cvs186
14485
14486         * manual/advanced.xml
14487                 add info on colour labels
14488
14489 2006-04-05 [paul]       2.0.0cvs185
14490
14491         * po/bg.po
14492         * po/cs.po
14493         * po/de.po
14494         * po/el.po
14495         * po/en_GB.po
14496         * po/fi.po
14497         * po/fr.po
14498         * po/it.po
14499         * po/nl.po
14500         * po/pl.po
14501         * po/pt_BR.po
14502         * po/sr.po
14503         * po/zh_CN.po
14504                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14505                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14506                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14507                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14508         * src/gtk/authors.h
14509         * tools/claws.i18n.status.pl
14510                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14511                 and new Czech translator, Tim <timbrain@post.cz>
14512
14513 2006-04-05 [mones]      2.0.0cvs184
14514
14515         * po/es.po
14516                 Updated translation
14517
14518 2006-04-05 [colin]      2.0.0cvs183
14519
14520         * src/gtk/quicksearch.c
14521                 Fix bug #929 (unnecessary reload in quick search bar)
14522
14523 2006-04-05 [colin]      2.0.0cvs182
14524
14525         * src/compose.c
14526                 Fix crash on Reply with no From:
14527                 Show signature and conversion error on queuing 
14528                 (but not sending)
14529         * src/mainwindow.c
14530         * src/summaryview.c
14531         * src/summaryview.h
14532                 Factorize threading code and make sure msginfo 
14533                 is not null when it comes from a GtkCTreeRow's 
14534                 data
14535         * src/gtk/gtkaspell.c
14536                 Check for necessary things
14537         * src/gtk/gtksctree.c
14538         * src/gtk/gtksctree.h
14539                 Reset anchor if necessary when removing node
14540
14541 2006-03-29 [colin]      2.0.0cvs181
14542
14543         * src/folderview.c
14544                 Warn for disabled IMAP accounts (due to lack of
14545                 libetpan). Breaks string-freeze - sorry - but it
14546                 is kind of important ;)
14547
14548 2006-03-28 [colin]      2.0.0cvs180
14549
14550         * src/gtk/gtkutils.c
14551         * src/gtk/gtkutils.h
14552                 Add a gtkut_get_link_btn() function that
14553                 creates a button which acts like an URI
14554         * src/prefs_themes.c
14555         * src/gtk/about.c
14556                 Use this function (factorizes codes)
14557         * src/common/defs.h
14558         * src/gtk/pluginwindow.c
14559                 Add a "Get more..." in the plugins window
14560
14561 2006-03-28 [colin]      2.0.0cvs179
14562
14563         * src/common/smtp.c
14564         * src/common/passcrypt.c
14565         * src/undo.c
14566                 Warning fixes. Patch by Pawel Pekala
14567
14568 2006-03-27 [colin]      2.0.0cvs178
14569
14570         * src/undo.c
14571                 Fix undoing by blocks with spaces
14572
14573 2006-03-27 [colin]      2.0.0cvs177
14574
14575         * src/textview.c
14576                 Set margin to 3px for headers
14577
14578 2006-03-27 [paul]
14579
14580         2.1.0-rc2 released
14581
14582 2006-03-27 [wwp]        2.0.0cvs176
14583
14584         * src/summaryview.c
14585                 don't reset quicksearch when updating the message list.
14586                 Thanks to Colin.
14587
14588 2006-03-26 [wwp]        2.0.0cvs175
14589
14590         * src/compose.c
14591                 use a unified border width ('other' tab in the compose window,
14592                 patch by Pawel Pekala).
14593
14594
14595 2006-03-26 [wwp]        2.0.0cvs174
14596
14597         * src/common/quoted-printable.c
14598         * src/addressbook.c
14599                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14600
14601 2006-03-26 [colin]      2.0.0cvs173
14602
14603         * src/quote_fmt_parse.y
14604                 Fix non-UTF8 date formats messing up the whole quote a 
14605                 little bit
14606
14607 2006-03-26 [colin]      2.0.0cvs172
14608
14609         * src/procheader.c
14610                 Make sure the date is UTF8 valid, or try to make it
14611                 so. IncrediMail is really IncrediStupid.
14612         * src/compose.c
14613                 Fix possible conversions. 
14614                 
14615
14616 2006-03-26 [colin]      2.0.0cvs171
14617
14618         * src/matcher.c
14619                 Fix corner cases in body search. This is still a
14620                 hack... It seems impossible to make it good and 
14621                 reasonably fast at the same time.
14622
14623 2006-03-26 [colin]      2.0.0cvs170
14624
14625         * src/summaryview.c
14626                 I think I killed the twilight zone bug!
14627                 summary_select_node() flushes GTK events in order
14628                 to be able to center the view. But this also 
14629                 flushes keypresses like Ctrl-Alt-U, so this can
14630                 call summary_show from summary_select_node (itself
14631                 called from summary_show, etc.). And the summaryview
14632                 has to be unlocked in this function. So just locking
14633                 while processing GTK events, and bailing if locked, 
14634                 should fix it.
14635                 Fixes bug #927 (SIGSEGV during Update Summary)
14636
14637 2006-03-25 [colin]      2.0.0cvs169
14638
14639         * src/matcher.c
14640                 Fix search in QP-encoded bodies
14641                 Fix utf-8 searches in bodies encoded in the
14642                 locale's encoding
14643         * src/common/quoted-printable.c
14644         * src/common/quoted-printable.h
14645                 Add a decode function that doesn't overwrite
14646                 the original pointer
14647                 
14648
14649 2006-03-24 [colin]      2.0.0cvs168
14650
14651         * src/action.c
14652         * src/summaryview.c
14653         * src/summaryview.h
14654                 Update message cache after action
14655                 Patch by H. Merijn Brand
14656         * src/prefs_msg_colors.c
14657                 Factorize label 
14658                 Patch by Fabien Vantard
14659         * src/plugins/spamassassin/spamassassin_gtk.c
14660                 Remove useless translation
14661                 Patch by Fabien Vantard
14662
14663 2006-03-23 [colin]      2.0.0cvs167
14664
14665         * src/common/ssl.c
14666                 Let 30 seconds to SSL_connect
14667
14668 2006-03-23 [wwp]        2.0.0cvs166
14669
14670         * src/summaryview.c
14671         * src/gtk/description_window.c
14672                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14673                 and headers are translated; adjust description windows' width to fit their
14674                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14675
14676 2006-03-23 [paul]       2.0.0cvs165
14677
14678         * src/common/utils.c
14679                 fix highlighting of URIs containing "()"
14680                 (2.0.0cvs164's reversal fixed)
14681                 Thanks to Colin.
14682
14683 2006-03-23 [paul]       2.0.0cvs164
14684
14685         * src/common/utils.c
14686                 revert patch, (postponing a fix), at 2.0.0cvs120
14687                 as it breaks more URIs than it fixes.
14688                 Allow '-' to be a terminating character in a URI
14689
14690 2006-03-22 [colin]      2.0.0cvs163
14691
14692         * configure.ac
14693                 Require libetpan 0.45
14694                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14695
14696 2006-03-22 [paul]       2.0.0cvs162
14697
14698         * src/editgroup.c
14699                 replace '<-' and '->' buttons with GTK_STOCK graphical
14700                 buttons
14701         * src/summary_search.c
14702                 don't offer '...' for translation
14703                 add a tooltip to advanced search '...' button
14704         * src/gtk/quicksearch.c
14705                 don't offer '...' for translation
14706
14707 2006-03-21 [colin]      2.0.0cvs161
14708
14709         * src/compose.c
14710                 Fix middle-click pasting (insert at click
14711                 position instead of cursor position, don't
14712                 remove existing selection and allow pasting
14713                 our own selection)
14714         * src/addressbook.c
14715                 "LDAP Server" -> "LDAP servers"
14716
14717 2006-03-21 [wwp]        2.0.0cvs160
14718
14719         * src/etpan/imap-thread.c
14720                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14721
14722 2006-03-20 [colin]      2.0.0cvs159
14723
14724         * src/summaryview.c
14725                 Don't reload summaryview after an execute with no
14726                 move action
14727
14728 2006-03-19 [colin]      2.0.0cvs158
14729
14730         * src/addressbook.c
14731                 and put groups at the top, always
14732
14733 2006-03-19 [colin]      2.0.0cvs157
14734
14735         * src/addressbook.c
14736                 Order groups before names, as previously
14737
14738 2006-03-19 [colin]      2.0.0cvs156
14739
14740         * src/addressbook.c
14741                 - Sort case-unsensitive
14742                 - Put the sort arrow at opening too
14743
14744 2006-03-19 [wwp]        2.0.0cvs155
14745
14746         * src/addressbook.c
14747                 allow sorting by name/email/remarks, ensure that right-pane's contents
14748                 matches the left-pane selection (cleared when appropriate).
14749                 Patch by Pawel Pekala <c0rn@o2.pl>.
14750
14751 2006-03-18 [colin]      2.0.0cvs154
14752
14753         * src/textview.c
14754                 Fix text cursor ;)
14755
14756 2006-03-18 [colin]      2.0.0cvs153
14757
14758         * src/gtk/filesel.c
14759                 Make sure we hide the preview if we didn't get
14760                 a filename
14761
14762 2006-03-18 [colin]      2.0.0cvs152
14763
14764         * src/summaryview.c
14765                 Set cursor to watch for execution (fixes lack
14766                 of watch-cursor when dnd'ing hundreds of mails)
14767         * src/gtk/filesel.c
14768                 Check that mime type is 'image/*' before updating
14769                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14770
14771 2006-03-18 [colin]      2.0.0cvs151
14772
14773         * src/mainwindow.c
14774         * src/textview.c
14775         * src/textview.h
14776                 Put a watch cursor in textview too when the mainwindow's
14777                 cursor in a watch
14778
14779 2006-03-18 [colin]      2.0.0cvs150
14780
14781         * src/folder.c
14782                 Change wrong asserts to simple tests
14783
14784 2006-03-17 [colin]      2.0.0cvs149
14785
14786         * src/mainwindow.c
14787         * src/mainwindow.h
14788         * src/prefs_msg_colors.c
14789         * src/summaryview.c
14790         * src/summaryview.h
14791         * src/gtk/colorlabel.c
14792         * src/gtk/colorlabel.h
14793                 Add a color label menu in the main menubar
14794                 Add (fixed) accels Ctrl-{0-7} to change the color
14795                 They have to be fixed because the menu's dynamic,
14796                 the items are complex widgets, hence we can't use
14797                 a GtkItemFactory.
14798
14799
14800 2006-03-17 [wwp]        2.0.0cvs148
14801
14802         * src/compose.c
14803                 rollback few lines from my previous commit (those lines come from
14804                 a pending patch, accidentally commited, even if neutral as they are
14805                 commented out).
14806
14807 2006-03-17 [wwp]        2.0.0cvs147
14808
14809         * src/compose.c
14810                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14811                 applied code style/indentation to the modified function.
14812
14813 2006-03-17 [wwp]        2.0.0cvs146
14814
14815         * src/procmsg.c
14816         * src/compose.c
14817                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14818
14819 2006-03-17 [paul]
14820
14821         2.1.0-rc1 released
14822
14823 2006-03-17 [paul]       2.0.0cvs145
14824
14825         * src/main.c
14826                 addressbook_read_file() was called twice
14827         * src/textview.c
14828                 X-Mailer highlighting
14829
14830 2006-03-16 [colin]      2.0.0cvs144
14831
14832         * src/sourcewindow.c
14833         * src/sourcewindow.h
14834                 And the last one, in source window.
14835
14836 2006-03-16 [colin]      2.0.0cvs143
14837
14838         * src/compose.c
14839         * src/compose.h
14840                 Fix the same stuff in compose
14841
14842 2006-03-16 [colin]      2.0.0cvs142
14843
14844         * src/messageview.c
14845                 Complete the previous messageview crash fix
14846
14847 2006-03-16 [colin]      2.0.0cvs141
14848
14849         * src/procmsg.h
14850         * src/procmsg.c
14851         * src/folder.c
14852                 Fix POSTPROCESSING hook
14853                 Patch by H. Merijn Brand
14854
14855         * src/procmime.c
14856         * src/procmime.h
14857                 Parse Content-Location
14858
14859         * src/toolbar.c
14860         * src/messageview.c
14861         * src/messageview.h
14862                 Don't crash when a top-level MessageView has
14863                 been closed on us. Same problematic than
14864                 yesterday's quicksearch issue.
14865
14866 2006-03-15 [colin]      2.0.0cvs140
14867
14868         * src/gtk/quicksearch.c
14869                 Fix a bitchy race we didn't think about when we
14870                 added quicksearch cancellation:
14871                 If the search is not on cached fields, for example
14872                 body_part matchcase "stuff"
14873                 the matcher code has to get the whole message. If
14874                 we're on IMAP, that can be slow, and in order to
14875                 be non-blocking, the IMAP code idle loop processes
14876                 gtk events too. So it is possible to cancel a
14877                 quicksearch while the matcher is getting the mail's
14878                 body. After matcher got its body, it will start to
14879                 iterate over the matcher list that the Quicksearch's
14880                 clear_search_cb() just freed via prepare_matcher().
14881                 SIGSEGV ensues.
14882                 The fix consists of guarding the matcherlist_match()
14883                 call with a boolean 'matching'. If we reset the
14884                 quicksearch while matching is TRUE, we don't free
14885                 the matcherlist anymore like we did, but we set
14886                 another new flag, deferred_free, to TRUE. Then,
14887                 in quicksearch_match(), just after returning from
14888                 matcherlist_match() and unsetting the matching flag,
14889                 we check the deferred_free flag and do the
14890                 prepare_matcher() (which does the matcherlist_free)
14891                 for real, so we free the matcherlist once it's not
14892                 used anymore.
14893                 As all of this runs via the glib main loop, we
14894                 luckily don't need a mutex.
14895         * src/summaryview.c
14896                 Also, show progress while searching.
14897
14898
14899 2006-03-14 [colin]      2.0.0cvs139
14900
14901         * src/alertpanel.c
14902                 Make alertpanel_is_open non-static
14903
14904 2006-03-14 [colin]      2.0.0cvs138
14905
14906         * src/prefs_spelling.c
14907                 Cleanups - Fabien Vantard
14908
14909 2006-03-14 [wwp]        2.0.0cvs137
14910
14911         * src/main.c
14912                 code style normalization (curly braces, indentation).
14913
14914 2006-03-14 [wwp]        2.0.0cvs137
14915
14916         * src/main.c
14917                 code style (braces, indentation)
14918
14919 2006-03-12 [paul]       2.0.0cvs136
14920
14921         * src/prefs_common.c
14922                 trans_hdr defaults to FALSE to be RFC-savvy
14923         * src/prefs_summaries.c
14924                 add a tooltip to the trans_hdr option
14925                 
14926
14927 2006-03-12 [paul]       2.0.0cvs135
14928
14929         * src/prefs_matcher.c
14930                 give a little more width to the combos
14931         * src/prefs_display_header.c
14932         * src/textview.c
14933                 translate headers if prefs_common.trans_hdr
14934                 is TRUE
14935
14936         Patches by Pawel Pekala
14937
14938 2006-03-12 [paul]       2.0.0cvs134
14939
14940         * src/plugins/clamav/clamav_plugin.c
14941         * src/plugins/dillo_viewer/dillo_viewer.c
14942         * src/plugins/pgpcore/plugin.c
14943         * src/plugins/pgpinline/plugin.c
14944         * src/plugins/pgpmime/plugin.c
14945         * src/plugins/spamassassin/spamassassin.c
14946                 update/add to descriptions
14947         * src/plugins/spamassassin/spamassassin_gtk.c
14948                 fixes to the english, remove superfluous
14949                 tooltips, clean up a little
14950
14951 2006-03-12 [paul]       2.0.0cvs133
14952
14953         * src/compose.c
14954                 fix Bug 924, 'Account combo box shows up wrong 
14955                 if & is in account name'
14956
14957 2006-03-11 [colin]      2.0.0cvs132
14958
14959         * src/summaryview.c
14960                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14961                 messed up shift-selection because is slows down
14962                 moving around summaryview. thanks -users
14963
14964 2006-03-10 [colin]      2.0.0cvs131
14965
14966         * src/plugins/spamassassin/spamassassin_gtk.c
14967                 Put back Paul's engrish fixes
14968
14969 2006-03-10 [colin]      2.0.0cvs130
14970
14971         * src/plugins/spamassassin/spamassassin.c
14972         * src/plugins/spamassassin/spamassassin.h
14973         * src/plugins/spamassassin/spamassassin_gtk.c
14974                 Cleanup SA prefs page (more)
14975                 Patch by Fabien Vantard
14976
14977 2006-03-10 [paul]       2.0.0cvs129
14978
14979         * src/prefs_msg_colors.c
14980         * src/prefs_spelling.c
14981                 widget sensitivity
14982
14983 2006-03-09 [mones]      2.0.0cvs128
14984
14985         * po/es.po
14986                 Update for next RC
14987
14988 2006-03-09 [wwp]        2.0.0cvs127
14989
14990         * configure.ac
14991                 revert accidental commit (requirement for libetpan 0.43), this time
14992                 not in HEAD.
14993
14994 2006-03-09 [wwp]        2.0.0cvs125
14995
14996         * configure.ac
14997                 revert accidental commit (requirement for libetpan 0.43)
14998
14999 2006-03-09 [paul]       2.0.0cvs126
15000
15001         * src/prefs_receive.c
15002                 remove useless frame
15003                 replace 'incorporation' with 'receiving'
15004         * src/plugins/clamav/clamav_plugin_gtk.c
15005         * src/plugins/spamassassin/spamassassin_gtk.c
15006                 improve widget sensitivity
15007                 fix a bit his engrish
15008
15009 2006-03-09 [wwp]        2.0.0cvs125
15010
15011         * src/addressadd.c
15012         * src/foldersel.c
15013         * src/prefs_common.c
15014         * src/prefs_common.h
15015                 remember some more windows' sizes (add to addressbook and
15016                 select folder).
15017
15018 2006-03-09 [paul]       2.0.0cvs124
15019
15020         * src/plugins/pgpcore/prefs_gpg.c
15021                 normalise construction of dialogue
15022
15023 2006-03-09 [paul]       2.0.0cvs123
15024
15025         * src/plugins/trayicon/Makefile.am
15026                 add missing slash
15027
15028 2006-03-08 [colin]      2.0.0cvs122
15029
15030         * src/plugins/trayicon/Makefile.am
15031                 Fix build in separate dir 
15032                 Patch by Bamanzi <bamanzi@gmail.com>
15033
15034 2006-03-08 [colin]      2.0.0cvs121
15035
15036         * src/procmsg.c
15037                 Batch move and copies from summaryview with delayed execution
15038                 too
15039
15040 2006-03-07 [paul]       2.0.0cvs120
15041
15042         * src/common/utils.c
15043                 fix highlighting of URIs containing "()"
15044                 Patch by Pawel Pekala
15045
15046 2006-03-07 [paul]       2.0.0cvs119
15047
15048         * src/folder.c
15049         * src/folder.h
15050         * src/folderview.c
15051                 immediately do alphabetical resort when
15052                 changing a folder's name
15053                 Patch by Pawel Pekala
15054
15055 2006-03-07 [paul]       2.0.0cvs118
15056
15057         * src/news.c
15058         * src/news_gtk.c
15059                 when unsubscribing a newsgroup, remove the
15060                 folder and msgs in .sylpheed-claws/newscache
15061                 Patch by Pawel Pekala <c0rn@gazeta.pl>
15062
15063 2006-03-07 [paul]       2.0.0cvs117
15064
15065         * src/textview.c
15066                 fix wrong Fake URL Warning
15067                 Thanks to Hiro
15068
15069 2006-03-07 [colin]      2.0.0cvs116
15070
15071         * src/imap.c
15072                 Return immediately when password dialog was
15073                 cancelled
15074         * src/gtk/inputdialog.c
15075                 Allow empty strings for passwords
15076
15077
15078 2006-03-06 [colin]      2.0.0cvs115
15079
15080         * src/imap.c
15081                 Prevent double-timeouts when connection fails
15082
15083 2006-03-06 [colin]
15084
15085         2.0.1-rc1 released
15086
15087 2006-03-06 [colin]      2.0.0cvs114
15088
15089         * src/imap.c
15090                 Refresh session during potentially long
15091                 operations
15092
15093 2006-03-06 [wwp]        2.0.0cvs113
15094
15095         * src/prefs_msg_colors.h
15096                 forgot that one (custom color labels).
15097
15098 2006-03-06 [wwp]        2.0.0cvs112
15099
15100         * src/prefs_common.c
15101         * src/prefs_common.h
15102         * src/prefs_msg_colors.c
15103         * src/summaryview.c
15104         * src/summaryview.h
15105         * src/gtk/colorlabel.c
15106         * src/gtk/colorlabel.h
15107                 colors in messages list are now customizable. Color values and names can
15108                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
15109                 Thanks to Paul and Colin for their help with this longstanding patch!
15110
15111 2006-03-06 [wwp]        2.0.0cvs111
15112
15113         * src/textview.c
15114                 don't crash if (x)face is bad.
15115
15116 2006-03-05 [paul]       2.0.0cvs110
15117
15118         * AUTHORS
15119         * configure.ac
15120         * src/Makefile.am
15121         * src/common/Makefile.am
15122         * src/common/utils.h
15123         * src/etpan/imap-thread.c
15124         * src/gtk/authors.h
15125         * src/plugins/clamav/Makefile.am
15126         * src/plugins/demo/Makefile.am
15127         * src/plugins/dillo_viewer/Makefile.am
15128         * src/plugins/pgpcore/Makefile.am
15129         * src/plugins/pgpcore/passphrase.c
15130         * src/plugins/pgpinline/Makefile.am
15131         * src/plugins/pgpmime/Makefile.am
15132         * src/plugins/spamassassin/Makefile.am
15133         * src/plugins/trayicon/Makefile.am
15134                 fix builiding on cygwin
15135                 Patch by Ralgh Young <bamanzi@gmail.com>
15136
15137 2006-03-04 [wwp]        2.0.0cvs109
15138
15139         * manual/keyboard.xml
15140                 fix mixed up/down keys.
15141
15142 2006-03-04 [wwp]        2.0.0cvs108
15143
15144         * README
15145         * INSTALL
15146                 updated links to SpamAssassin.
15147
15148 2006-03-04 [wwp]        2.0.0cvs107
15149
15150         * manual/plugins.xml
15151         * src/plugins/spamassassin/README
15152                 updated SpamAssassin plugin docs to reflect new functional additions
15153                 (also fix/update/documents few technical stuff more, see the README).
15154
15155 2006-03-04 [wwp]        2.0.0cvs106
15156
15157         * src/prefs_message.c
15158                 normalized capitalization of message-prefs paths.
15159
15160 2006-03-04 [wwp]        2.0.0cvs105
15161
15162         * manual/advanced.xml
15163                 typo.
15164
15165 2006-03-03 [colin]      2.0.0cvs104
15166
15167         * src/plugins/clamav/clamav_plugin_gtk.c
15168                 Rework prefs page, patch by Fabien 
15169
15170 2006-03-03 [colin]      2.0.0cvs103
15171
15172         * src/plugins/clamav/clamav_plugin.c
15173                 Set error on all errors
15174
15175 2006-03-03 [colin]      2.0.0cvs102
15176
15177         * src/common/plugin.c
15178                 Initialize error to avoid crashing when a plugin fails
15179                 without setting error
15180
15181 2006-03-02 [wwp]        2.0.0cvs101
15182
15183         * configure.ac
15184                 fixed linker flags for libetpan support on Cygwin
15185                 (thanks to H.Merijn Brand).
15186
15187 2006-03-02 [wwp]        2.0.0cvs100
15188
15189         * src/addressbook.c
15190                 fix some AB error messages: one for punctuation and
15191                 one wrongly duplicate (thanks, maxbritov).
15192
15193 2006-03-02 [wwp]        2.0.0cvs99
15194
15195         * src/plugins/spamassassin/spamassassin.c
15196                 make sync calls to sa-learn/spamc to prevent
15197                 system (whatever local or client/server) overload.
15198
15199 2006-03-02 [colin]      2.0.0cvs98
15200
15201         * src/summaryview.c
15202                 Put the spam icon in the status column instead of the
15203                 mark one
15204
15205 2006-03-01 [colin]      2.0.0cvs97
15206
15207         * src/plugins/spamassassin/spamassassin.c
15208                 Fix segfault (g_file_set_contents fails for some 
15209                 reason and err==0x2f. Can't find out why with
15210                 valgrind, using working function :-)
15211
15212 2006-03-01 [colin]      2.0.0cvs96
15213
15214         * src/inc.c
15215                 Offline overriding: let 'No' be cached only 3 seconds
15216
15217 2006-03-01 [colin]      2.0.0cvs95
15218
15219         * src/addr_compl.c
15220         * src/addrbook.c
15221         * src/addressbook.c
15222         * src/addrindex.c
15223         * src/folder_item_prefs.c
15224         * src/headerview.c
15225         * src/imap.c
15226         * src/inc.c
15227         * src/ldif.c
15228         * src/mainwindow.c
15229         * src/mh.c
15230         * src/msgcache.c
15231         * src/prefs_common.h
15232         * src/prefs_msg_colors.c
15233         * src/procheader.c
15234         * src/procheader.h
15235         * src/procmime.c
15236         * src/procmsg.c
15237         * src/procmsg.h
15238         * src/send_message.h
15239         * src/simple-gettext.c
15240         * src/summaryview.c
15241         * src/summaryview.h
15242         * src/syldap.c
15243         * src/textview.c
15244         * src/undo.c
15245         * src/common/ssl_certificate.c
15246         * src/common/utils.c
15247         * src/gtk/colorsel.c
15248         * src/gtk/gtksctree.c
15249         * src/gtk/gtkshruler.c
15250         * src/plugins/trayicon/trayicon.c
15251                 #if 0 goes to /dev/null
15252
15253 2006-03-01 [colin]      2.0.0cvs94
15254
15255         * src/compose.c
15256         * src/imap.c
15257         * src/inc.c
15258         * src/inc.h
15259         * src/messageview.c
15260         * src/news.c
15261         * src/plugins/spamassassin/spamassassin.c
15262                 Allow to add information in the "working offline"
15263                 window
15264
15265 2006-03-01 [wwp]        2.0.0cvs93
15266
15267         * src/plugins/spamassassin/spamassassin.c
15268                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15269                 'cause it seems that calling `spamc ... < inputfile` with
15270                 g_spawn_(a)sync simply.. erm doesn't work :-).
15271
15272 2006-03-01 [wwp]        2.0.0cvs92
15273
15274         * src/toolbar.c
15275         * src/toolbar.h
15276                 simplify the adding of spam/ham button to the messageview toolbar
15277                 (it gets more clear now that the same button will be "Mark as spam"
15278                 or "Mark as ham" according to the current message status,
15279                 thanks to Colin).
15280
15281 2006-03-01 [wwp]        2.0.0cvs91
15282
15283         * src/messageview.c
15284         * src/procmsg.c
15285         * src/procmsg.h
15286         * src/summaryview.c
15287         * src/plugins/spamassassin/spamassassin.c
15288         * src/plugins/spamassassin/spamassassin.h
15289                 make learner callbacks return a status (0 for ok),
15290                 handle it in main code to avoid setting flags when learning failed,
15291                 don't learn on TCP if offline in spamassassin,
15292                 thanks to Colin.
15293
15294                 
15295
15296 2006-03-01 [wwp]        2.0.0cvs90
15297
15298         * src/compose.c
15299                 some work around the compose window's account menu,
15300                 patch by Fabien Vantard.
15301
15302 2006-03-01 [wwp]        2.0.0cvs89
15303
15304         * src/plugins/spamassassin/spamassassin.c
15305                 fixed bad logics, was using spamc in local mode and sa-learn
15306                 in remote mode (thanks, Colin).
15307
15308 2006-03-01 [wwp]        2.0.0cvs88
15309
15310         * src/plugins/spamassassin/spamassassin.c
15311         * src/plugins/spamassassin/spamassassin.h
15312         * src/plugins/spamassassin/spamassassin_gtk.c
15313                 made processing of emails w/ sa-plugin an option (default is TRUE),
15314                 fixed Engrish some tooltips, capitalization of some debug messages
15315                 and warnings. The spamassassin plugin now provides two separate
15316                 services: process emails upon incorporation and spamd training.
15317                 Both services (un)register independently but use some common
15318                 plugin settings (transport settings, spam storage location).
15319
15320 2006-02-28 [wwp]        2.0.0cvs87
15321
15322         * src/plugins/spamassassin/spamassassin.c
15323                 fix async flag to spamc cmdline execution (batch exec should
15324                 be asynchronous).
15325
15326 2006-02-27 [wwp]        2.0.0cvs86
15327
15328         * src/plugins/spamassassin/spamassassin.c
15329         * src/plugins/spamassassin/spamassassin.h
15330         * src/plugins/spamassassin/spamassassin_gtk.c
15331                 - added the ability to learn a remote spamassassin server (spamd),
15332                 using spamc.
15333                 - added the spamassassin option 'username', that applies to all
15334                 spamassassin operations (filtering, learning, local or remote).
15335                 The default username is the current unix user (if left blank
15336                 from gtk prefs or config file).
15337                 - commented out some unused code (notebook widget), removed unused
15338                 layout (hbox1).
15339                 - make more widgets sensitive to the transport type.
15340
15341 2006-02-27 [colin]      2.0.0cvs85
15342
15343         * src/plugins/spamassassin/spamassassin.c
15344                 Fix sa-learn call when offline
15345
15346 2006-02-27 [colin]      2.0.0cvs84
15347
15348         * configure.ac
15349         * src/Makefile.am
15350         * src/mainwindow.c
15351         * src/mainwindow.h
15352         * src/messageview.c
15353         * src/messageview.h
15354         * src/prefs_toolbar.c
15355         * src/procmsg.c
15356         * src/stock_pixmap.c
15357         * src/stock_pixmap.h
15358         * src/summaryview.c
15359         * src/toolbar.c
15360         * src/toolbar.h
15361         * src/pixmaps/ham_btn.xpm
15362         * src/pixmaps/spam.xpm
15363         * src/pixmaps/spam_btn.xpm
15364         * src/plugins/spamassassin/spamassassin.c
15365                 Add button in toolbar for spam learning
15366                 Fix a few bugs from the last related commit
15367                 Revert 1.9.6cvs23 which messed up shift-selection
15368
15369 2006-02-24 [colin]      2.0.0cvs83
15370
15371         * src/procmsg.c
15372         * src/summaryview.c
15373         * src/summaryview.h
15374         * src/plugins/spamassassin/spamassassin.c
15375         * src/plugins/spamassassin/spamassassin.h
15376         * src/plugins/spamassassin/spamassassin_gtk.c
15377                 Unregister learner when spamassassin is either
15378                 disabled or over tcp
15379
15380 2006-02-24 [colin]      2.0.0cvs82
15381
15382         * src/Makefile.am
15383         * src/mainwindow.c
15384         * src/mainwindow.h
15385         * src/procmsg.c
15386         * src/procmsg.h
15387         * src/stock_pixmap.c
15388         * src/stock_pixmap.h
15389         * src/summaryview.c
15390         * src/summaryview.h
15391         * src/gtk/icon_legend.c
15392         * src/pixmaps/spam.xpm  ** NEW FILE **
15393         * src/plugins/spamassassin/spamassassin.c
15394         * src/plugins/spamassassin/spamassassin_gtk.c
15395                 Add spam learning interface (Mark/Mark as 
15396                 (spam|ham) menus)
15397
15398 2006-02-24 [wwp]        2.0.0cvs81
15399
15400         * src/compose.c
15401         * src/compose.h
15402         * src/filtering.c
15403                 hide compose window when sending message in batch mode
15404                 (filtering: forward and redirect). Also fixed a wrong
15405                 value returned when sending failed, neutral anyway.
15406                 (Colin, me) 
15407
15408 2006-02-24 [wwp]        2.0.0cvs80
15409
15410         * src/mainwindow.c
15411                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15412
15413 2006-02-24 [paul]       2.0.0cvs79
15414
15415         * src/news.c
15416         * src/news.h
15417         * src/news_gtk.c
15418                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15419                 Thanks to Colin
15420
15421 2006-02-23 [colin]      2.0.0cvs78
15422
15423         * src/alertpanel.c
15424                 Change OK to Close in alertpanel with View log
15425                 button; add accel to View log. Patch by Fabien
15426                 Vantard
15427
15428 2006-02-23 [wwp]        2.0.0cvs77
15429
15430         * src/compose.c
15431                 silly me, there were much more tests to perform, since toolbars can
15432                 really have down to 1 element only.
15433
15434 2006-02-23 [wwp]        2.0.0cvs76
15435
15436         * commitHelper
15437                 fixed indentation from my previous commit. Fallback to VISUAL if
15438                 EDITOR is not set (and to vi, at last resort).
15439
15440 2006-02-23 [wwp]        2.0.0cvs75
15441
15442         * commitHelper
15443                 improved error detection (Colin, me).
15444
15445 2006-02-23 [wwp]        2.0.0cvs74
15446
15447         * src/prefs_toolbar.c
15448                 simplify and fix prefs/toolbars layouting. Combos' contents can
15449                 now be really displayed.
15450
15451 2006-02-23 [wwp]        2.0.0cvs73
15452         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15453         be really displayed.
15454
15455 2006-02-22 [wwp]        2.0.0cvs72
15456
15457         * src/compose.c
15458                 fix a typo in my previous commit (sorry!).
15459
15460 2006-02-22 [wwp]        2.0.0cvs71
15461
15462         * src/prefs_toolbar.c
15463                 fix a crash when adding separators to toolbars,
15464                 also fix some separator item information.
15465
15466 2006-02-22 [wwp]        2.0.0cvs70
15467
15468         * src/compose.c
15469                 fix a crash when redirecting (for instance) when compose window's
15470                 toolbar contents has been customized (when some buttons have been
15471                 removed in fact).
15472
15473 2006-02-21 [wwp]        2.0.0cvs69
15474
15475         * src/summaryview.c
15476         * src/gtk/pluginwindow.c
15477         * src/plugins/pgpcore/prefs_gpg.c
15478                 fix some compilation warnings (feat. remains of removed code).
15479
15480 2006-02-21 [wwp]        2.0.0cvs68
15481
15482         * src/gtk/gtkutils.c
15483                 fix two compilation issues, thanks to Stephan Sachse.
15484
15485 2006-02-20 [colin]      2.0.0cvs67
15486
15487         * src/mainwindow.c
15488                 Don't reselect displayed mail on refocus
15489                 This fixes actions misbehaving 
15490
15491 2006-02-20 [wwp]        2.0.0cvs66
15492
15493         * src/summaryview.c
15494         * src/gtk/gtksctree.c
15495         * src/gtk/gtkshruler.c
15496                 changed more runtime typecast checks.
15497
15498 2006-02-20 [wwp]        2.0.0cvs65
15499
15500         * src/summary_search.c
15501                 find all - summaryview refresh issue fixed, thanks to Colin.
15502
15503 2006-02-20 [wwp]        2.0.0cvs64
15504
15505         * src/gtk/gtkutils.c
15506                 better runtime typecast checks.
15507
15508 2006-02-20 [wwp]        2.0.0cvs63
15509
15510         * src/summary_search.c
15511                 enhancements to the summary search:
15512                         - add the ability to stop the running search
15513                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15514                         - don't search if no criteria (From/To/Subject/Body) is set
15515                         - ensure that a busy mouse pointer is always shown when searching,
15516                           show it even a bit earlier
15517
15518 2006-02-19 [colin]      2.0.0cvs62
15519
15520         * src/compose.c
15521         * src/imap.c
15522         * src/etpan/imap-thread.c
15523         * src/etpan/imap-thread.h
15524                 (Future) IMAP speed improvement on sending
15525                 Will require a libetpan update
15526         * src/summaryview.c
15527         * src/gtk/quicksearch.c
15528                 Make quicksearch clearable while running.
15529
15530 2006-02-17 [colin]      2.0.0cvs61
15531
15532         * src/imap.c
15533         * src/etpan/imap-thread.c
15534         * src/etpan/imap-thread.h
15535                 Check for IMAP certificates
15536                 ** Requires libetpan-0.42-cvs4 
15537                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15538
15539 2006-02-17 [colin]      2.0.0cvs60
15540
15541         * src/messageview.c
15542         * src/prefs_common.c
15543         * src/prefs_common.h
15544         * src/prefs_message.c
15545                 Add pref to display HTML-only mails with plugin, 
15546                 if possible (defaulting to FALSE of course).
15547
15548 2006-02-16 [colin]      2.0.0cvs59
15549
15550         * src/main.c
15551         * src/common/plugin.c
15552         * src/common/plugin.h
15553         * src/gtk/pluginwindow.c
15554                 Keep track of requested (but unloaded) plugins
15555                 in some error cases.
15556
15557 2006-02-16 [wwp]        2.0.0cvs58
15558
15559         * src/gtk/gtkaspell.c
15560         * src/gtk/gtkaspell.h
15561         * src/prefs_spelling.c
15562         * src/compose.c
15563         * src/prefs_common.c
15564         * src/prefs_common.h
15565                 implemented new optional spellchecker behaviour: re-check message when
15566                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15567
15568 2006-02-16 [wwp]        2.0.0cvs57
15569
15570         * src/quote_fmt_parse.y
15571                 pclose popen'ed pipe.
15572
15573 2006-02-15 [colin]      2.0.0cvs56
15574
15575         * src/mimeview.c
15576         * src/mimeview.h
15577                 Let MimeViewers know which MimeView they
15578                 depend of.
15579         * src/summaryview.c
15580                 Swap From/To columns in Sent/Queue/Drafts
15581                 folders
15582         * src/etpan/imap-thread.c
15583                 Use mailstream_low_tls_open() for STARTTLS
15584                 instead of mailstream_low_ssl_open()
15585                 ** REQUIRES libetpan 0.42cvs3 **
15586
15587 2006-02-15 [wwp]        2.0.0cvs55
15588
15589         * src/compose.c
15590         * src/compose.h
15591         * src/message_search.c
15592         * src/message_search.h
15593         * src/textview.c
15594         * src/gtk/gtkutils.c
15595         * src/gtk/gtkutils.h
15596                 added the ability to Find text in the compose window (and a bit
15597                 of code factorization).
15598
15599 2006-02-15 [wwp]        2.0.0cvs54
15600
15601         * src/prefs_gtk.c
15602                 yet another one file was missing (fix for some widgets' sensitivity).
15603                 Thanks Colin!
15604
15605 2006-02-15 [wwp]        2.0.0cvs53
15606
15607         * src/prefs_gtk.h
15608                 oops forgot that file (fix for some widgets' sensitivity).
15609
15610 2006-02-15 [wwp]        2.0.0cvs52
15611
15612         * src/summary_search.c
15613                 implemented advanced summary search options (added the ability
15614                 to use matcher conditions in an advanced search mode).
15615
15616 2006-02-15 [wwp]        2.0.0cvs51
15617
15618         * src/plugins/pgpcore/prefs_gpg.c
15619         * src/prefs_account.c
15620                 fix some widget sensitivity, mostly around some labels in
15621                 account prefs.
15622
15623 2006-02-15 [paul]       2.0.0cvs50
15624
15625         * manual/advanced.xml
15626                 improve Templates info
15627                 written by wwp
15628
15629 2006-02-14 [colin]      2.0.0cvs49
15630
15631         * src/pixmaps/address_book.xpm
15632         * src/pixmaps/preferences.xpm
15633         * src/pixmaps/properties.xpm
15634                 Fix pixmap size - patch by Fabien Vantard
15635
15636 2006-02-13 [colin]      2.0.0cvs48
15637
15638         * src/procmime.c
15639                 Add missing fclose()s on error
15640         * src/textview.c
15641                 Remove unused code
15642         * src/common/utils.c
15643                 Fix temp files not being deleted on windows
15644         Patches by Thomas Gilgin
15645
15646 2006-02-13 [colin]      2.0.0cvs47
15647
15648         * src/mainwindow.c
15649                 Fix exit crash
15650
15651 2006-02-13 [wwp]        2.0.0cvs46
15652
15653         * src/plugins/pgpcore/prefs_gpg.c
15654                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15655
15656 2006-02-12 [colin]      2.0.0cvs45
15657
15658         * src/folderview.c
15659         * src/main.c
15660         * src/mainwindow.c
15661                 Fix "stuff" when quitting
15662
15663 2006-02-12 [wwp]        2.0.0cvs44
15664
15665         * src/prefs_themes.c
15666                 fix typos in debug messages.
15667
15668 2006-02-11 [colin]      2.0.0cvs43
15669
15670         * src/summaryview.c
15671                 don't allow drag/drop from ourself
15672
15673 2006-02-10 [wwp]        2.0.0cvs42
15674
15675         * src/exporthtml.c
15676         * src/html.c
15677         * src/html.h
15678         * src/procmime.c
15679         * src/textview.c
15680                 renamed html_ prefixed functions and data structures to avoid
15681                 namespace clashes w/ other software (gtkhtml2 for instance).
15682                 Closes bug #907.
15683
15684
15685 2006-02-09 [colin]      2.0.0cvs41
15686
15687         * src/summaryview.c
15688                 Fix shitty logic messed up. Thanks Ticho for the hint!
15689
15690 2006-02-09 [wwp]        2.0.0cvs40
15691
15692         * src/gtk/about.c
15693         * src/compose.c
15694         * src/prefs_account.c
15695         * src/prefs_gtk.h
15696         * src/editaddress.c
15697                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15698                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15699                 Browse buttons in accounts prefs.
15700
15701 2006-02-09 [colin]      2.0.0cvs39
15702
15703         * src/matcher.c
15704                 Check for pointer before using its members
15705         * src/gtk/gtksourceprintjob.c
15706                 Fix a wrong warning
15707
15708 2006-02-09 [wwp]        2.0.0cvs38
15709
15710         * src/gtk/filesel.c
15711                 fix few compiler warnings (type mismatch).
15712
15713 2006-02-09 [paul]       2.0.0cvs37
15714
15715         * po/fr.po
15716                 updated by Fabien Vantard
15717
15718 2006-02-08 [colin]      2.0.0cvs36
15719
15720         * src/prefs_common.c
15721         * src/common/defs.h
15722         * src/common/plugin.c
15723                 allow windows and linux configurations to coexist
15724                 patch by Thomas Gilgin
15725
15726 2006-02-08 [colin]      2.0.0cvs35
15727
15728         * src/filtering.c
15729         * src/matcher.c
15730         * src/matcher.h
15731         * src/matcher_parser_parse.y
15732         * src/prefs_filtering_action.c
15733         * src/prefs_matcher.c
15734                 Add the "Ignore thread" filtering
15735                 action
15736
15737 2006-02-08 [colin]      2.0.0cvs34
15738
15739         * src/compose.c
15740         * src/procmime.c
15741         * src/procmime.h
15742                 Fix bug #905 (damaged attachment)
15743                 text files with raw \0's aren't really text files
15744         FOR_STABLE
15745
15746 2006-02-08 [colin]      2.0.0cvs33
15747
15748         * src/summaryview.c
15749                 Fix crasher introduced yesterday
15750
15751 2006-02-08 [wwp]        2.0.0cvs32
15752
15753         * src/compose.c
15754         * src/compose.h
15755                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15756
15757 2006-02-08 [wwp]        2.0.0cvs31
15758
15759         * src/prefs_template.c
15760                 templates enhancement: allow address completion for Cc and Bcc fields
15761                 (it was currently possible for the To field only)
15762
15763 2006-02-08 [colin]      2.0.0cvs30
15764
15765         * src/compose.c
15766                 Don't unblock if not blocked
15767         FOR_STABLE
15768
15769 2006-02-07 [colin]      2.0.0cvs29
15770
15771         * src/action.c
15772                 Forgot to refresh summaryview
15773
15774 2006-02-07 [colin]      2.0.0cvs28
15775
15776         * src/action.c
15777                 Freeze/thaw message list and folder list while
15778                 processing %as{} actions 
15779         * src/compose.c
15780                 Fix auto-wrap disabling after a middle-click
15781                 paste - FOR_STABLE
15782
15783 2006-02-07 [paul]       2.0.0cvs27
15784
15785         * src/folder.c
15786                 fix freeing of uninitialised pointers
15787                 Thanks to Colin
15788
15789 2006-02-06 [colin]      2.0.0cvs26
15790
15791         * src/folder.c
15792                 Use g_slist_prepend in potentially big list
15793
15794 2006-02-06 [colin]      2.0.0cvs25
15795
15796         * src/folder.c
15797                 Completely skip processing if it doesn't 
15798                 exist (faster!)
15799
15800 2006-02-06 [colin]      2.0.0cvs24
15801
15802         * src/folder.c
15803         * src/summaryview.c
15804                 Batch filtering in summaryview (from Tools menu)
15805                 and pre/post//-processing too
15806
15807 2006-02-06 [colin]      2.0.0cvs23
15808
15809         * src/procmsg.h
15810         * src/filtering.c
15811                 Use a special field for batch filtering instead
15812                 of stepping on deferred execution's toes
15813
15814 2006-02-06 [colin]      2.0.0cvs22
15815
15816         * src/action.c
15817         * src/filtering.c
15818         * src/filtering.h
15819         * src/folder.c
15820         * src/summaryview.c
15821                 Fix filtering via menus and actions
15822
15823 2006-02-06 [colin]      2.0.0cvs21
15824
15825         * src/imap.c
15826                 Put the added file directly to cache if possible (will work
15827                 with next libetpan)
15828         * src/filtering.c
15829         * src/filtering.h
15830         * src/inc.c
15831         * src/folder.c
15832         * src/mbox.c
15833         * src/procmsg.h
15834                 Move and copy filtered messages by batches instead of one
15835                 by one - faster on IMAP
15836         * src/procmsg.c
15837                 Add a function that'll possibly be useful later
15838
15839 2006-02-06 [colin]      2.0.0cvs20
15840
15841         * src/addressbook.c
15842                 Use internal mime-type instead of text/plain for d'n'd
15843         * src/compose.c
15844                 Allow attaching files from mimeview's icon list via d'n'd
15845         * src/folderview.c
15846         * src/folderview.h
15847                 Use internal mime-type instead of text/plain for d'n'd
15848                 Don't try to selected opened folder if none is
15849                 Factorize d'n'd from other apps code
15850         * src/headerview.c
15851         * src/textview.c
15852         * src/gtk/gtkutils.c
15853         * src/gtk/gtkutils.h
15854                 Factorize Face/X-Face stuff
15855         * src/mimeview.c
15856                 Fix d'n'd to other apps
15857         * src/prefs_message.c
15858                 Let the XFace pref be usable without libcompface as it also
15859                 applies to Face
15860         * src/summaryview.c
15861                 Fix d'n'd to other apps
15862                 Factorize d'n'd from other apps code
15863
15864 2006-02-06 [wwp]        2.0.0cvs19
15865
15866         * po/it.po
15867                 Italian translation fixes by Andrea Spadaccini (no more confusion
15868                 between filtering and processing, and few changes in the About
15869                 dialog).
15870
15871
15872 2006-02-06 [mones]      2.0.0cvs18
15873
15874         * src/gtk/icon_legend.c
15875                 Improved descriptions allowing better translations
15876
15877 2006-02-05 [colin]      2.0.0cvs17
15878
15879         * src/imap.c
15880                 Add the f*cking missing expunge that caused imap_fetch_env
15881                 to fail after an add_msgs ! :-///
15882         * src/etpan/imap-thread.c
15883                 Add a bit of debug
15884         FOR_STABLE
15885
15886 2006-02-05 [colin]      2.0.0cvs16
15887
15888         * src/common/utils.c
15889                 Don't check for return-path (or we can't put
15890                 back non-sent mails)
15891
15892 2006-02-05 [colin]      2.0.0cvs15
15893
15894         * src/textview.c
15895                 Don't try to display Face header in textview
15896                 when teh headerview's active
15897
15898 2006-02-05 [colin]      2.0.0cvs14
15899
15900         * tools/tbird2syl.py
15901         * tools/Makefile.am
15902                 Add script to import Thunderbird mails
15903
15904 2006-02-05 [colin]      2.0.0cvs13
15905
15906         * src/headerview.c
15907         * src/procheader.c
15908         * src/procmsg.c
15909         * src/procmsg.h
15910         * src/textview.c
15911                 Show Face headers - patch partially by Klaus Flittner
15912
15913 2006-02-05 [colin]      2.0.0cvs12
15914
15915         * src/folderview.c
15916         * src/summaryview.c
15917         * src/common/utils.c
15918         * src/common/utils.h
15919                 Let dnd work from mime icons to summaryview
15920                 and to folderview too
15921                 Add a crude test to avoid trying to add files
15922                 drag'n'dropped when they're not mails
15923
15924 2006-02-04 [colin]      2.0.0cvs11
15925
15926         * src/summaryview.c
15927         * src/mimeview.c
15928                 Fix utf8 conversion
15929
15930 2006-02-04 [colin]      2.0.0cvs10
15931
15932         * src/compose.c
15933         * src/folderview.c
15934         * src/mimeview.c
15935         * src/summaryview.c
15936         * src/summaryview.h
15937                 Added various drag and drop capas:
15938                 From                    To
15939                 summaryview             other apps
15940                 mimeview icons          other apps
15941                 other apps              summaryview
15942                 other apps              folderview
15943
15944                 This shouldn't have broken the existing:
15945                 From                    To
15946                 summaryview             folderview
15947                 folderview              folderview
15948                 summaryview             compose's attachments
15949
15950         Tests welcomed.
15951
15952 2006-02-02 [paul]       2.0.0cvs9
15953
15954         * src/mainwindow.c
15955                 move global option 'Set displayed columns...' out
15956                 of folder option grouping.
15957                 fix sensitivity of 'harvest addresses'
15958         FOR_STABLE
15959
15960 2006-02-01 [colin]      2.0.0cvs8
15961
15962         * src/mimeview.c
15963                 Revert the alertpanel patch, it sucks (intrusive
15964                 and gets in the way of "open")
15965
15966 2006-02-01 [colin]      2.0.0cvs7
15967
15968         * src/compose.c
15969         * src/prefs_account.c
15970         * src/prefs_common.c
15971         * src/common/defs.h
15972         * src/common/utils.c
15973         * src/common/utils.h
15974                 Add ability to edit the signature file
15975                 from the account preferences, and use
15976                 a default for the text editor.
15977                 Patch by Fabien Vantard
15978
15979 2006-02-01 [colin]      2.0.0cvs6
15980
15981         * src/mimeview.c
15982                 Try to get mime type by extension if it is
15983                 application/octet-stream
15984                 Display a window with possible choices when
15985                 encountering unknown mime types
15986         * src/gtk/filesel.c
15987         * src/gtk/filesel.h
15988                 Add preview
15989                 Allow multiple selection in filtered filesel
15990                 (patch by Fabien Vantard)
15991         * src/gtk/pluginwindow.c
15992                 Use it (patch by Fabien Vantard)
15993
15994 2006-02-01 [paul]       2.0.0cvs5
15995
15996         * src/jpilot.c
15997                 fix crash on creating jpilot address book
15998                 Thanks to Colin - FOR_STABLE
15999         * src/prefs_summaries.c
16000         * src/prefs_wrapping.c
16001         * src/gtk/icon_legend.c
16002         * src/gtk/quicksearch.c
16003                 string fixes and additions
16004
16005 2006-02-01 [paul]       2.0.0cvs4
16006
16007         * src/compose.c
16008         * src/mainwindow.c
16009         * src/messageview.c
16010         * src/prefs_send.c
16011                 add Arabic encoding option
16012                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
16013
16014 2006-01-31 [colin]      2.0.0cvs3
16015
16016         * src/plugins/pgpcore/passphrase.c
16017                 Convert passphrase to locale encoding
16018         * src/compose.c
16019                 Fix drafting on IMAP. Crappy bug sneaked in
16020                 the release :-/
16021         FOR_STABLE
16022
16023 2006-01-30 [paul]       2.0.0cvs2
16024
16025         * src/gtk/icon_legend.c
16026                 show the new entries
16027
16028 2006-01-30 [colin]      2.0.0cvs1
16029
16030         * src/manual.c
16031                 Check for the file to be present before 
16032                 enabling the menu - FOR_STABLE
16033         * src/gtk/icon_legend.c
16034                 Add folders icons (not all of them, there
16035                 are too much, but the most intriguing ones)
16036
16037 2006-01-30 [paul]       2.0.0
16038
16039         version 2.0.0 released
16040
16041 [For previous entries, see ChangeLog.pre2.0.0]