2007-10-04 [paul] 3.0.2cvs8
[claws.git] / ChangeLog
1 2007-10-04 [paul]       3.0.2cvs8
2
3         * manual/advanced.xml
4                 add further info about Actions
5                 Patch by Emmanuel Briot <briot@adacore.com>
6
7 2007-10-04 [paul]       3.0.2cvs7
8
9         * src/account.c
10                 remove the D column, instead indicate the
11                 default account by use of bold text
12
13 2007-10-03 [colin]      3.0.2cvs6
14
15         * src/common/template.c
16                 Fix templates writing (was prone to disk full problems)
17
18 2007-10-03 [colin]      3.0.2cvs5
19
20         * src/Makefile.am
21         * src/addrduplicates.c
22         * src/addrduplicates.h
23         * src/addressbook.c
24                 Add duplicate deletion. Patch by Holger
25
26 2007-10-03 [colin]      3.0.2cvs4
27
28         * src/matcher.c
29         * src/gtk/quicksearch.c
30                 Fix bug 1340, 'Case insensitive searches with 
31                 non-ascii alphabets fail'.
32
33 2007-10-03 [colin]      3.0.2cvs3
34
35         * src/main.c
36         * src/common/utils.c
37         * src/common/utils.h
38                 Implement run-time alternative config directories
39
40 2007-10-03 [colin]      3.0.2cvs2
41
42         * src/folderview.c
43                 Prevent opening folder item while folder
44                 is scanned in a better way
45
46 2007-10-02 [paul]       3.0.2cvs1
47
48         * NEWS
49         * README
50         * RELEASE_NOTES
51         * configure.ac
52                 bump up version number following stable release
53
54 2007-09-30 [colin]      3.0.1cvs49
55
56         * src/imap.c
57                 Refresh session if needed
58
59 2007-09-30 [colin]      3.0.1cvs48
60
61         * src/imap.c
62                 Reset folder's session to NULL
63                 before destroying it
64
65 2007-09-30 [mones]      3.0.1cvs47
66
67         * manual/handling.xml
68                 Use markup quotes instead hardcoded quotes
69         * manual/es/handling.xml
70                 Added new synced section (IMAP subscriptions)
71
72 2007-09-29 [colin]      3.0.1cvs46
73
74         * src/imap.c
75                 Notice disconnections faster
76
77 2007-09-28 [colin]      3.0.1cvs45
78
79         * src/addressbook.c
80         * src/addrindex.c
81                 Fix warnings
82
83 2007-09-28 [paul]       3.0.1cvs44
84
85         * src/mimeview.c
86                 fix maemo build
87
88 2007-09-28 [paul]       3.0.1cvs43
89
90         * src/account.c
91                 use gtk_widget_set_size_request() on the label
92                 so that wrapping works better. get rid of the
93                 (partially deprecated) hbutton_box.
94                 these changes should prevent buttons overlapping
95                 on maemo
96
97 2007-09-28 [colin]      3.0.1cvs42
98
99         * src/pop.c
100                 Fix typo :)
101
102 2007-09-28 [colin]      3.0.1cvs41
103
104         * src/compose.c
105         * src/msgcache.c
106         * src/pop.c
107         * src/procmime.c
108         * src/etpan/imap-thread.c
109                 64bits-related warning fixes
110
111 2007-09-28 [colin]      3.0.1cvs40
112
113         * src/folder_item_prefs.c
114         * src/ldaputil.c
115         * src/mainwindow.c
116         * src/mimeview.c
117         * src/common/tags.c
118                 Fix warnings
119
120 2007-09-28 [colin]      3.0.1cvs39
121
122         * src/plugins/spamassassin/spamassassin.c
123         * src/plugins/spamassassin/spamassassin.h
124         * src/plugins/spamassassin/spamassassin_gtk.c
125                 Add addressbook-based whitelisting
126
127 2007-09-28 [colin]      3.0.1cvs38
128
129         * src/folder.c
130                 Fix bug 1337, 'crash on pressing Send button'
131
132 2007-09-28 [paul]       3.0.1cvs37
133
134         * src/prefs_folder_item.c
135                 give the orphans a parent. makes all prefs
136                 pages visible on maemo
137
138 2007-09-28 [colin]      3.0.1cvs36
139
140         * src/prefs_folder_column.c
141         * src/prefs_summary_column.c
142                 Fix two leaks
143
144 2007-09-27 [colin]      3.0.1cvs35
145
146         * src/gtk/quicksearch.c
147                 Fix bug 1336, 'Segfault if empty space before search-string'
148
149 2007-09-26 [mones]      3.0.1cvs34
150
151         * manual/account.xml
152         * manual/plugins.xml
153                 Fixed irc channel name, added some docbook markup.
154                 Changed text markup to docbook markup. 
155                 Added spamcop as supported in SpamReport description.
156         * manual/fr/plugins.xml
157                 Fixed irc channel name.
158         * manual/es/account.xml
159         * manual/es/advanced.xml
160         * manual/es/claws-mail-manual.xml
161         * manual/es/glossary.xml
162         * manual/es/gpl.xml
163         * manual/es/keyboard.xml
164         * manual/es/plugins.xml
165                 Synced with English version, fixed a couple of typos.
166
167 2007-09-26 [colin]      3.0.1cvs33
168
169         * configure.ac
170                 Explain why "Libgnomeprint: no" on GTK+ 2.10
171
172 2007-09-26 [colin]      3.0.1cvs32
173
174         * src/messageview.c
175         * src/procmsg.c
176         * src/procmsg.h
177                 Optimisation: avoid fetching mail 3 times locally
178                 for displaying
179
180 2007-09-26 [colin]      3.0.1cvs31
181
182         * src/mh.c
183                 Fix missing static
184
185 2007-09-26 [colin]      3.0.1cvs30
186
187         * src/folder.c
188         * src/folder.h
189         * src/mh.c
190         * src/mh.h
191                 Fix MH mtime hack - make it a folder class function
192
193 2007-09-26 [colin]      3.0.1cvs29
194
195         * src/inc.c
196                 Fix bug 1334, 'user defined mail incorporation 
197                 script not run'
198
199 2007-09-25 [colin]      3.0.1cvs28
200
201         * src/codeconv.c
202                 Optimisation: shortcut conv_codeset_strdup
203                 when src_code and dest_code are the same
204         * src/common/xml.c
205         * src/common/xml.h
206                 Optimisation: shortcut code conversions when
207                 files are in UTF-8; faster list walking by
208                 using prepend/reverse.
209
210 2007-09-25 [holger]     3.0.1cvs27
211
212         * src/printing.c
213                 Replace button bar of the preview window
214                 with a real toolbar (patch by Colin)
215                 Add zooming to the preview window
216
217 2007-09-24 [paul]       3.0.1cvs26
218
219         * src/compose.c
220                 compact the character set menu, adding some
221                 missing encodings. Patch by Pawel Pekala
222
223 2007-09-23 [paul]       3.0.1cvs25
224
225         * src/prefs_account.c
226         * src/prefs_folder_item.c
227         * src/prefs_quote.c
228         * src/quote_fmt.c
229         * src/quote_fmt.h
230                 remove unnecessary frame from Templates options
231                 and improve the English of the check button label
232
233 2007-09-22 [colin]      3.0.1cvs24
234
235         * src/gtk/quicksearch.c
236                 Fix bug 1329, 'error in quicksearch.c'
237                 Fix return with value in function returning void
238
239 2007-09-22 [colin]      3.0.1cvs23
240
241         * src/imap.c
242         * src/procmsg.h
243         * src/common/utils.c
244         * src/common/utils.h
245         * src/etpan/imap-thread.c
246                 Optimise fetching IMAP cached emails *a lot*
247                 (remember whether mail is fully cached and \r's
248                  are already stripped)
249
250 2007-09-22 [colin]      3.0.1cvs22
251
252         * src/folder.c
253         * src/folder.h
254         * src/prefs_folder_item.c
255                 Add a button to allow users to drop local caches.
256
257 2007-09-21 [colin]      3.0.1cvs21
258
259         * src/summaryview.c
260                 Remove unnecessary error when cancelling export to mbox.
261                 Patch by Pawel
262
263 2007-09-21 [paul]       3.0.1cvs20
264
265         * src/gtk/prefswindow.c
266                 remove unnecessary frames from the prefs
267                 pages. Patch by Pawel Pekala
268
269 2007-09-21 [paul]       3.0.1cvs19
270
271         * src/prefs_account.c
272         * src/prefs_folder_item.c
273         * src/prefs_quote.c
274         * src/quote_fmt.c
275                 put the Templates options into a tabbed
276                 layout. Patch by Pawel Pekala
277
278 2007-09-21 [paul]       3.0.1cvs18
279
280         * src/mainwindow.c
281                 group together the character set menu items
282                 move the /View/Show or hide/Message view below
283                 .../Toolbar menu item
284                 Patch by Pawel Pekala
285
286 2007-09-21 [mones]      3.0.1cvs17
287
288         * src/compose.c
289                 Fix for bug 1327, 'segfault when replying to a non-existent
290                 news message', thanks to Colin.
291
292 2007-09-21 [colin]      3.0.1cvs16
293
294         * src/folderview.c
295                 Complete 3.0.1cvs15
296
297 2007-09-20 [colin]      3.0.1cvs15
298
299         * src/folderview.c
300         * src/folderview.h
301                 Maybe fix bug 1324, 'Corrupted IMAP cache'
302
303 2007-09-20 [colin]      3.0.1cvs14
304
305         * src/printing.c
306                 Fix a little leak
307
308 2007-09-20 [holger]     3.0.1cvs13
309
310         * src/printing.c
311                 Add page layout to print preview.
312                 Make the close-button in the toolbar
313                 right-aligned.
314
315 2007-09-20 [paul]       3.0.1cvs12
316
317         * po/ru.po
318                 updated by Pavlo Bohmat
319
320 2007-09-19 [colin]      3.0.1cvs11
321
322         * src/common/utils.c
323                 Prevent unquoted mime boundaries, by always
324                 using a /
325
326 2007-09-19 [colin]      3.0.1cvs10
327
328         * src/printing.c
329                 Fix drawing area size, fix DPI change that
330                 can cause total number of lines to decrease
331
332 2007-09-19 [colin]      3.0.1cvs9
333
334         * po/POTFILES.in
335         * src/printing.c
336                 Make print preview more efficient and nicer.
337                 Patch mostly by Holger Berndt <hb@claws-mail.org>
338
339 2007-09-19 [colin]      3.0.1cvs8
340
341         * src/prefs_common.c
342         * src/prefs_common.h
343         * src/printing.c
344                 Add scrolledwindow, default allocation and
345                 size saving to the print preview window.
346
347 2007-09-18 [colin]      3.0.1cvs7
348
349         * src/prefs_common.c
350         * src/prefs_common.h
351         * src/prefs_image_viewer.c
352         * src/printing.c
353                 GtkPrintOperation:
354                 - add image printing support
355                 - add option to print images
356                 - add preview widget
357                 - add saving of a few Page Setup parameters
358
359 2007-09-18 [colin]      3.0.1cvs6
360
361         * AUTHORS
362         * src/gtk/authors.h
363                 Add Guillaume Chazarain
364
365 2007-09-18 [colin]      3.0.1cvs5
366
367         * src/common/utils.c
368                 Fix bug 1321, 'access before allocation 
369                 when scanning for uris'. Patch by 
370                 Guillaume Chazarain <guichaz@yahoo.fr>
371
372 2007-09-18 [colin]      3.0.1cvs4
373
374         * src/toolbar.c
375                 Fix bug 1320, 'Memory leak caused by 
376                 gtk_container_get_children'. Patch by
377                 Guillaume Chazarain <guichaz@yahoo.fr>
378
379 2007-09-18 [colin]      3.0.1cvs3
380
381         * src/printing.c
382         * src/printing.h
383                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
384
385 2007-09-18 [colin]      3.0.1cvs2
386
387         * src/Makefile.am
388         * src/mainwindow.c
389         * src/messageview.c
390         * src/messageview.h
391         * src/prefs_ext_prog.c
392         * src/prefs_fonts.c
393         * src/printing.c
394         * src/printing.h
395         * src/summaryview.c
396                 Use GtkPrintOperation by default on GTK+ >= 2.10
397                 Patch by Holger Berndt <hb@claws-mail.org>
398
399 2007-09-18 [paul]       3.0.1cvs1
400
401         * NEWS
402         * README
403         * RELEASE_NOTES
404         * configure.ac
405                 bump up version number following stable release
406
407 2007-09-16 [colin]      3.0.0cvs18
408
409         * src/folder.c
410                 Fix possible memleak
411
412 2007-09-16 [colin]      3.0.0cvs17
413
414         * src/folderview.c
415                 Fix bug 1311, 'Wrong arrow position 
416                 while moving message into folder when 
417                 column headers hidden'
418         * src/image_viewer.c
419                 Show error in the GUI if image can't
420                 be loaded
421         * src/matcher.c
422                 Fix spurious output
423         * src/messageview.c
424                 Allow setting domain in msgid
425         * src/common/plugin.c
426                 Add timing information
427
428 2007-09-16 [colin]      3.0.0cvs16
429
430         * src/account.c
431         * src/compose.c
432         * src/prefs_account.c
433         * src/prefs_account.h
434         * src/prefs_template.c
435         * src/common/utils.c
436                 Remove Generate Message-ID option. We need
437                 this on some IMAP servers.
438
439 2007-09-16 [colin]      3.0.0cvs15
440
441         * src/prefs_filtering.c
442         * src/prefs_filtering.h
443         * src/prefs_filtering_action.c
444         * src/common/tags.c
445                 Fix tags issues: tags with spaces, renaming
446                 tags.
447
448 2007-09-16 [colin]      3.0.0cvs14
449
450         * src/folderview.c
451         * src/main.c
452         * src/mainwindow.c
453                 Fix bug 1308, 'Claws deletes folderlist.xml after
454                 fetching mail short after start-up'
455
456 2007-09-16 [colin]      3.0.0cvs13
457
458         * src/compose.c
459                 Fix scrolling to cursor
460
461 2007-09-16 [paul]       3.0.0cvs12
462
463         * po/sr.po
464                 updated by Aleksandar Urosevic
465
466 2007-09-16 [paul]       3.0.0cvs11
467
468         * src/folder.c
469                 do not allow locked msgs to be deleted,
470                 even by filtering/processing
471
472 2007-09-07 [paul]       3.0.0cvs10
473
474         * src/prefs_folder_column.c
475         * src/prefs_summary_column.c
476                 implement button sensitivity
477                 patch by Pawel Pekala
478
479 2007-09-06 [wwp]        3.0.0cvs9
480
481         * src/prefs_gtk.c
482                 Add a missing linefeed to a debug message.
483
484 2007-09-05 [colin]      3.0.0cvs8
485
486         * src/inc.c
487                 Fix statusbar/window mismatch on Maemo
488
489 2007-09-05 [colin]      3.0.0cvs7
490
491         * src/ldaputil.c
492                 Fix build without USE_LDAP_TLS
493
494 2007-09-05 [colin]      3.0.0cvs6
495
496         * src/folder.c
497         * src/imap.c
498         * src/inc.c
499         * src/mbox.c
500         * src/send_message.c
501         * src/statusbar.c
502         * src/statusbar.h
503                 Maemo: distinguish various statusbar messages,
504                 in order to display only the most important.
505
506 2007-09-04 [wwp]        3.0.0cvs5
507
508         * src/account.c
509                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
510                 Show protocol "SMTP" and the appropriate server for send-only
511                 accounts, show "-" instead of "" when no value is relevant.
512
513 2007-09-03 [ticho]      3.0.0cvs4
514
515         * src/summaryview.c
516                 Handle plural form better in delete confirmation dialog.
517
518 2007-09-03 [wwp]        3.0.0cvs3
519
520         * src/compose.c
521                 Warn differently when sending or sending later (queueing).
522
523 2007-09-03 [colin]      3.0.0cvs2
524
525         * src/procmime.c
526         * src/procmime.h
527         * src/common/plugin.c
528         * src/common/plugin.h
529                 Add a new plugin API, MimeParser. It allows
530                 plugins to scan email MIME parts and optionally,
531                 transform them.
532
533 2007-09-03 [mones]      3.0.0cvs1
534
535         * po/es.po
536                 Updated translation
537         * src/common/defs.h
538                 While a better solution is made double history sizes
539
540 2007-09-03 [paul]       3.0.0
541
542         * NEWS
543         * README
544         * RELEASE_NOTES
545                 3.0.0 released
546
547 2007-09-03 [paul]       2.10.0cvs191
548
549         * po/bg.po
550         * po/ca.po
551         * po/de.po
552         * po/fi.po
553         * po/fr.po
554         * po/hu.po
555         * po/it.po
556         * po/pl.po
557         * po/pt_BR.po
558         * po/ru.po
559         * po/sk.po
560         * po/zh_CN.po
561                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
562                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
563                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
564                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
565
566 2007-09-02 [colin]      2.10.0cvs190
567
568         * src/edittags.c
569         * src/common/tags.c
570                 Prevent empty or white-space tags
571
572 2007-09-01 [colin]      2.10.0cvs189
573
574         * src/main.c
575                 Fix double-reading of accounts list when
576                 the wizard has been run due to no accounts
577         * src/mainwindow.c
578                 Fix sensitivity of a menu item in case 
579                 there's no account
580
581 2007-09-01 [wwp]        2.10.0cvs188
582
583         * src/wizard.c
584                 Fix wizard crash when Mailbox dir already exists
585                 (thanks to Colin).
586
587 2007-08-31 [colin]      2.10.0cvs187
588
589         * src/etpan/imap-thread.c
590                 Fix unwanted creation of 
591                 libetpan's stream dump file
592         * src/compose.c
593                 Fix coloring of pastes as quotation
594         * src/summaryview.c
595                 Maemo: Fix opening of mails from keypad
596                 in Sent folders
597         * src/addressbook.c
598         * src/folderview.c
599         * src/image_viewer.c
600         * src/mimeview.c
601         * src/gtk/prefswindow.c
602                 Maemo: Fix adjustments changes 
603
604 2007-08-30 [colin]      2.10.0cvs186
605
606         * src/folderview.c
607                 Don't opened selected folder when clicking
608                 on white space
609         * src/mainwindow.c
610                 Maemo: Make Esc close messageviews
611         * src/messageview.c
612                 Maemo: Fix message scrolling to the end on 
613                 opening
614                 Maemo: Fix reopening same message
615         * src/gtk/prefswindow.c
616                 Maemo: try to fix scrollbar. Doesn't work,
617                 it seems as if gtk_adjustment_set_value was
618                 a noop.
619
620 2007-08-30 [colin]      2.10.0cvs185
621
622         * src/compose.c
623         * src/folderview.c
624         * src/main.c
625         * src/prefs_matcher.c
626         * src/prefs_template.c
627         * src/quote_fmt.c
628         * src/send_message.c
629         * src/toolbar.c
630         * src/gtk/gtkaspell.c
631         * src/plugins/bogofilter/bogofilter.c
632         * src/plugins/bogofilter/bogofilter_gtk.c
633         * src/plugins/clamav/clamav_plugin_gtk.c
634         * src/plugins/pgpcore/sgpgme.c
635         * src/plugins/spamassassin/spamassassin.c
636         * src/plugins/spamassassin/spamassassin_gtk.c
637                 Fix all potential misuses of format-string functions
638
639 2007-08-30 [wwp]        2.10.0cvs184
640
641         * src/prefs_template.c
642                 Fix a leak.
643
644 2007-08-29 [colin]      2.10.0cvs183
645
646         * src/plugins/trayicon/trayicon.c
647                 Fix leak of hooks in case of error,
648                 thanks to Holger Berndt
649
650 2007-08-28 [colin]      2.10.0cvs182
651
652         * src/mainwindow.c
653                 Don't use current folder settings when
654                 composing from the compose button's
655                 account selector
656
657 2007-08-28 [colin]      2.10.0cvs181
658
659         * src/quote_fmt_parse.y
660                 Fix cursor offset when quote contains UTF-8
661                 chars
662
663 2007-08-28 [colin]      2.10.0cvs180
664
665         * src/compose.c
666         * src/compose.h
667                 Fix signature replacement when it's been wrapped
668
669 2007-08-27 [colin]      2.10.0cvs179
670
671         * src/summaryview.c
672                 Fix indentation
673
674 2007-08-27 [colin]      2.10.0cvs178
675
676         * src/summaryview.c
677                 Fix Quicksearch's Sticky mode
678
679 2007-08-27 [colin]      2.10.0cvs177
680
681         * src/folder_item_prefs.c
682         * src/folder_item_prefs.h
683         * src/imap_gtk.c
684         * src/mh_gtk.c
685                 Fix loss of subfolders properties when
686                 renaming a folder
687
688 2007-08-26 [wwp]        2.10.0cvs176
689
690         * src/alertpanel.c
691         * src/messageview.c
692         * src/prefs_actions.c
693                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
694                 will have to be used when necessary *before* calling
695                 alertpanel functions.
696
697 2007-08-25 [paul]       2.10.0cvs175
698
699         * src/prefs_actions.c
700                 workaround gettext problem marking
701                 string as c-format when it's not
702
703 2007-08-25 [wwp]        2.10.0cvs174
704
705         * src/alertpanel.c
706         * src/messageview.c
707         * src/prefs_actions.c
708                 Call the pango markup escape function right ince in alertpanel_create
709                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
710                 2.10.0cvs158).
711
712         * src/common/log.c
713                 Fix a crash due to a misuse of g_print(), encountered when the string
714                 passed to g_print was containing printf substitution symbols.
715
716 2007-08-25 [paul]       2.10.0cvs173
717
718         * src/common/log.c
719                 fix a segfault when refreshing RSSyl feeds
720
721 2007-08-25 [paul]       2.10.0cvs172
722
723         * src/gtk/icon_legend.c
724                 add watchthread.xpm
725
726 2007-08-25 [paul]       2.10.0cvs171
727
728         * src/Makefile.am
729         * src/stock_pixmap.c
730         * src/pixmaps/insert_file.xpm
731                 add a new pixmap instead of re-using
732                 paste.xpm. (easier for icon theme authors)
733
734 2007-08-24 [holger]     2.10.0cvs170
735
736         * src/plugins/trayicon/trayicon.c
737                 The same fix for another hook id.
738
739 2007-08-24 [holger]     2.10.0cvs169
740
741         * src/plugins/trayicon/trayicon.c
742                 Micro-fix: Do the error checking for
743                 the right hook id.
744
745 2007-08-24 [paul]       2.10.0cvs168
746
747         * src/folder.h
748                 fix typo causing compiler warning
749
750 2007-08-24 [paul]       2.10.0cvs167
751
752         * README
753                 put back the correct version of this file also
754
755 2007-08-24 [colin]      2.10.0cvs166
756
757         * src/send_message.c
758                 Use progress bar when sending messages
759
760 2007-08-24 [paul]       2.10.0cvs165
761
762         * Makefile.am
763                 oops! if i'm quick no-one will notice
764                 (put back the proper file)
765
766 2007-08-24 [paul]       2.10.0cvs164
767
768         * AUTHORS
769         * Makefile.am
770         * README
771         * src/gtk/authors.h
772         * tools/Makefile.am
773         * tools/README
774         * tools/mew2claws-mail.pl
775                 add new script that imports a Mew address book
776                 submitted by Jerome Lelong
777
778 2007-08-24 [paul]       2.10.0cvs163
779
780         * manual/plugins.xml
781                 remove the obsolete plugins, add the
782                 missing plugins, including the forthcoming
783                 SpamReport plugin
784
785 2007-08-24 [paul]       2.10.0cvs162
786
787         * manual/advanced.xml
788                 add info about the hidden emphasis_color option
789         * manual/keyboard.xml
790                 correct the info about hotkeys
791                 wrap the long lines
792
793 2007-08-24 [paul]       2.10.0cvs161
794
795         * src/folderview.c
796                 add mnemonic to 'Run procesing rules'
797
798 2007-08-24 [paul]       2.10.0cvs160
799
800         * src/account.c
801         * src/folder.c
802         * src/folder.h
803                 use suitable defaults for outbox,
804                 queue, drafts and trash folders
805
806 2007-08-24 [wwp]        2.10.0cvs159
807
808         * src/folderview.c
809                 Update menu item sensitivity if necessary (or we get a
810                 gtk critical message).
811
812 2007-08-23 [wwp]        2.10.0cvs158
813
814         * src/action.c
815         * src/prefs_actions.c
816                 Allow literal % chars in action commands (use %%).
817                 Add a missing p++ to the action parser in action_get_type(),
818                 which was missing it, even if it was neutral.
819                 Fix a pango markup warning at runtime.
820
821 2007-08-23 [wwp]        2.10.0cvs157
822
823         * src/addressbook.c
824                 Contacts are now locale-aware sorted in the address book
825                 (LC_COLLATE matters here).
826                 Fix missing table initializers.
827
828 2007-08-23 [colin]      2.10.0cvs156
829
830         * src/imap.c
831                 Check scan_required on dest folder when copying
832
833 2007-08-23 [colin]      2.10.0cvs155
834
835         * src/imap.c
836                 Fix scanning when folder was empty
837
838 2007-08-22 [colin]      2.10.0cvs154
839
840         * src/msgcache.c
841                 Don't g_warning when g_try_malloc fails(), or it makes
842                 things worse as g_log() allocates. Fixes bug 1290,
843                 'Claws Mail crashes if too little memory when 
844                 rebuilding folder tree'
845
846 2007-08-22 [colin]      2.10.0cvs153
847
848         * src/inc.c
849                 Fix format string vulnerability, thanks to
850                 Ulf Harnhammar, Secunia Research
851
852 2007-08-22 [colin]      2.10.0cvs152
853
854         * src/ldapserver.c
855                 Set tv_usec too
856
857 2007-08-22 [wwp]        2.10.0cvs151
858
859         * src/ldapquery.c
860                 Few better null-ptr checks.
861
862 2007-08-22 [colin]      2.10.0cvs150
863
864         * src/editldap.c
865         * src/editldap_basedn.c
866         * src/ldapquery.c
867         * src/ldapserver.c
868         * src/ldapserver.h
869         * src/ldapupdate.c
870         * src/ldaputil.c
871         * src/ldaputil.h
872                 Fix ldap timeouts
873
874 2007-08-22 [colin]      2.10.0cvs149
875
876         * src/ldapquery.c
877                 Finish previous fix
878
879 2007-08-22 [colin]      2.10.0cvs148
880
881         * src/ldapquery.c
882                 Fix wrong assertions
883
884 2007-08-22 [colin]      2.10.0cvs147
885
886         * src/ldaputil.c
887                 Fix test (set ldap v3 if bindDN is set or TLS is set)
888
889 2007-08-22 [colin]      2.10.0cvs146
890
891         * src/editldap.c
892         * src/ldaputil.c
893                 Fix wrong "Connected successfully to server". Connection only succeeds if
894                 we can get the base DN.
895
896 2007-08-21 [wwp]        2.10.0cvs145
897
898         * src/browseldap.c
899         * src/editldap.c
900         * src/ldapctrl.c
901         * src/ldapquery.c
902         * src/ldapserver.c
903         * src/ldapupdate.c
904         * src/ldaputil.c
905                 More sanity checks in ldap functions.
906
907 2007-08-21 [wwp]        2.10.0cvs144
908
909         * src/prefs_account.c
910                 Don't return a value in a void function().
911
912 2007-08-21 [paul]       2.10.0cvs143
913
914         * src/messageview.c
915                 add check for ftp: to messageview_list_urls()
916
917 2007-08-21 [colin]      2.10.0cvs142
918
919         * src/editldap.c
920         * src/ldapctrl.c
921         * src/ldapctrl.h
922         * src/ldapquery.c
923         * src/ldapupdate.c
924                 Fix bug 1293, 'LDAP address book not working'
925                 Search only on specified fields, but fetch 
926                 every field possible. People will have to 
927                 reset the searched Attributes in their LDAP
928                 servers properties.
929
930 2007-08-21 [wwp]        2.10.0cvs141
931
932         * src/addr_compl.c
933         * src/addrbook.c
934         * src/addrcache.c
935         * src/addrcindex.c
936         * src/addressbook.c
937         * src/addrindex.c
938         * src/browseldap.c
939         * src/crash.c
940         * src/editaddress_other_attributes_ldap.c
941         * src/exporthtml.c
942         * src/folder.c
943         * src/folderview.c
944         * src/imap.c
945         * src/jpilot.c
946         * src/ldapserver.c
947         * src/ldapupdate.c
948         * src/ldif.c
949         * src/main.c
950         * src/mainwindow.c
951         * src/matcher.c
952         * src/mh.c
953         * src/msgcache.c
954         * src/mutt.c
955         * src/pine.c
956         * src/pop.c
957         * src/prefs_customheader.c
958         * src/prefs_msg_colors.c
959         * src/procmime.c
960         * src/textview.c
961         * src/vcard.c
962         * src/wizard.c
963         * src/common/log.c
964         * src/common/socket.c
965         * src/common/ssl_certificate.c
966         * src/common/utils.c
967         * src/common/utils.h
968         * src/gtk/description_window.c
969         * src/plugins/demo/demo.c
970         * src/plugins/pgpcore/prefs_gpg.c
971         * src/plugins/spamassassin/libspamc.c
972                 Make sure we use glib functions to send text messages (information,
973                 debug, warning, errors) to stdout/stderr - no more direct puts
974                 fputs printf fprintf to stdout/stderr when it can be done using
975                 g_log*() and g_print/g_printerr. Doing this, we make sure every
976                 stdout/stderr message is saved to log in Windows.
977
978
979 2007-08-21 [wwp]        2.10.0cvs140
980
981         * src/main.c
982         * src/common/utils.h
983                 Route glib's stdout/stderr messages to a log file (Windows only),
984                 instead of loosing them.
985
986 2007-08-21 [paul]       2.10.0cvs139
987
988         * src/mainwindow.c
989                 replace deprecated g_strncasecmp()
990         * src/messageview.c
991                 fix 'List URLS'
992
993 2007-08-20 [ticho]      2.10.0cvs138
994
995         * src/account.c
996         * src/prefs_account.h
997                 Copy all account preferences in account_clone() - some
998                 were missing.
999         * src/prefs_account.c
1000                 Handle empty privacy system combobox gracefully (warning
1001                 instead of a crash).
1002
1003 2007-08-20 [colin]      2.10.0cvs137
1004
1005         * src/ldapctrl.c
1006                 Fix a leak
1007
1008 2007-08-20 [paul]       2.10.0cvs136
1009
1010         * src/browseldap.c
1011         * src/editldap.c
1012         * src/ldapctrl.c
1013         * src/ldapquery.c
1014         * src/ldapquery.h
1015         * src/ldapserver.c
1016         * src/ldaputil.c
1017                 add debug_prints
1018                 patch by Michael Rasmussen
1019
1020 2007-08-19 [colin]      2.10.0cvs135
1021
1022         * src/imap.c
1023                 Fix previous commit. Sensitivity update is needed
1024                 for "Cancel receiving". However when batching we
1025                 don't need to do it for every message flag change,
1026                 just once at the start and once at the end.
1027
1028 2007-08-19 [colin]      2.10.0cvs134
1029
1030         * src/imap.c
1031                 Remove useless menu updates on session lock/unlock
1032
1033 2007-08-19 [colin]      2.10.0cvs133
1034
1035         * src/etpan/imap-thread.c
1036                 Make all fetch logs less verbose
1037
1038 2007-08-19 [paul]       2.10.0cvs132
1039
1040         * src/foldersel.c
1041         * src/folderview.c
1042         * src/summaryview.c
1043                 fix bug 1286, 'Can't move a folder into a "Folders
1044                 Only" folder'
1045
1046 2007-08-18 [ticho]      2.10.0cvs131
1047
1048         * src/editaddress_other_attributes_ldap.c
1049                 Converted option menu for other ldap attributes to GtkComboBox.
1050
1051 2007-08-18 [colin]      2.10.0cvs130
1052
1053         * src/compose.c
1054         * src/prefs_common.c
1055         * src/prefs_common.h
1056         * src/prefs_send.c
1057         * src/send_message.c
1058                 Revert 'send_dialog_mode' meaning to 
1059                 'send_dialog_invisible', so that the 
1060                 new checkbox doesn't change the 
1061                 existing behaviour.
1062
1063 2007-08-18 [paul]       2.10.0cvs129
1064
1065         * src/summaryview.c
1066                 add missing menu update
1067
1068 2007-08-17 [colin]      2.10.0cvs128
1069
1070         * src/folder.c
1071                 Set batching after getting flags - maybe fixes
1072                 bug 1292, 'CM crashes on writing mail'
1073
1074 2007-08-16 [ticho]      2.10.0cvs127
1075
1076         * src/prefs_send.c
1077                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1078         * src/gtk/combobox.h
1079         * src/gtk/gtkutils.c
1080                 Allow NULL for GtkComboBox menuitem label, rendering such
1081                 items as row separators.
1082
1083 2007-08-16 [paul]       2.10.0cvs126
1084
1085         * src/plugins/trayicon/trayicon.c
1086                 remove wrongly used gettextisation
1087
1088 2007-08-15 [ticho]      2.10.0cvs125
1089
1090         * src/importldif.c
1091                 Fixed a runtime warning where an attempt to pack an
1092                 already packed GtkLabel was made.
1093
1094 2007-08-15 [ticho]      2.10.0cvs124
1095
1096         * src/prefs_compose_writing.c
1097                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1098                 into GtkComboBox.
1099
1100 2007-08-14 [ticho]      2.10.0cvs123
1101
1102         * src/messageview.c
1103         * src/gtk/gtkutils.c
1104                 Changed return receipt account selector to GtkComboBox.
1105                 Fixed a runtime warning where GTK tried to parse
1106                 "name <email@address" as a Pango markup in an alertpanel label.
1107
1108 2007-08-14 [ticho]      2.10.0cvs122
1109
1110         * src/prefs_logging.c
1111                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1112
1113 2007-08-14 [wwp]        2.10.0cvs121
1114
1115         * tools/Makefile.am
1116         * tools/README
1117         * tools/popfile-link.sh
1118                 Added a new tool: POPFile helper, to open
1119                 selected messages in POPFile control center,
1120                 in order to change the messages' status.
1121
1122 2007-08-14 [ticho]      2.10.0cvs120
1123
1124         * src/compose.c
1125         * src/prefs_common.c
1126         * src/prefs_common.h
1127         * src/prefs_send.c
1128         * src/send_message.c
1129                 Change "Show send dialog" optionmenu to a checkbutton.
1130         * src/prefs_receive.c
1131                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1132
1133 2007-08-13 [wwp]        2.10.0cvs119
1134
1135         * src/addr_compl.c
1136         * src/addressbook.c
1137         * src/addrindex.c
1138         * src/compose.c
1139         * src/filtering.c
1140         * src/folderview.c
1141         * src/inc.c
1142         * src/matcher.c
1143         * src/mh.c
1144         * src/partial_download.c
1145         * src/prefs_gtk.c
1146         * src/procmsg.c
1147         * src/stock_pixmap.c
1148         * src/summaryview.c
1149         * src/common/utils.c
1150         * src/gtk/gtkaspell.c
1151         * src/gtk/menu.c
1152                 Make sure we never pass NULL pointers for %s substitutions
1153                 (prevent from crashing in Windows).
1154
1155 2007-08-13 [wwp]        2.10.0cvs118
1156
1157         * src/msgcache.c
1158                 Re-enable mmap_reads in Windows with some missing
1159                 CloseHandle of mapping objects, thanks to
1160                 Marcus Brinkmann.
1161
1162 2007-08-13 [paul]       2.10.0cvs117
1163
1164         * src/common/utils.c
1165                 fix bug 1287, 'Compile time problem on Solaris
1166                 (nexenta gnu/Solaris) utils.c'
1167                 Thanks to Piotr Chrzczonowicz
1168
1169 2007-08-12 [wwp]        2.10.0cvs116
1170
1171         * src/plugins/pgpcore/prefs_gpg.c
1172                 Don't try to unset a GPG_AGENT_INFO that was not
1173                 set (and don't use a NULL string in Windows, it was
1174                 crashing with --debug if GPG_AGENT_INFO was not set).
1175
1176 2007-08-12 [wwp]        2.10.0cvs115
1177
1178         * src/privacy.h
1179                 Make gcc type-check arguments passed to privacy_set_error().
1180
1181 2007-08-12 [ticho]      2.10.0cvs114
1182
1183         * src/prefs_folder_item.c
1184                 Make sure that folder default account combobox always has some
1185                 account preselected.
1186         * src/gtk/combobox.c
1187                 Handle empty combobox gracefully (warning instead of crash).
1188
1189 2007-08-12 [ticho]      2.10.0cvs114
1190
1191         * src/prefs_folder_item.c
1192                 Make sure that folder default account combobox is not empty.
1193         * src/gtk/combobox.c
1194                 Handle empty combobox gracefully (warning instead of crash).
1195
1196 2007-08-11 [paul]       2.10.0cvs113
1197
1198         * src/addrgather.c
1199         * src/folderview.c
1200                 use 'subfolder' instead of 'sub-folder', matching
1201                 everywhere else the term is used
1202         * src/imap_gtk.c
1203                 fix engrish
1204
1205 2007-08-10 [wwp]        2.10.0cvs112
1206
1207         * src/msgcache.c
1208                 Disable mmap reads in Windows only (at least temporarily), they
1209                 prevent from renaming/removing target cache files.
1210
1211 2007-08-10 [paul]
1212
1213         3.0.0-rc2 released
1214
1215 2007-08-10 [wwp]        2.10.0cvs111
1216
1217         * src/msgcache.c
1218                 fix unpredictable crashes in Windows due to broken
1219                 cache/mark/tags files writting (file were opened for
1220                 writing in text mode).
1221
1222         * src/recv.c
1223                 use gettimeofday() from w32lib.h on Windows.
1224
1225 2007-08-10 [colin]      2.10.0cvs110
1226
1227         * src/imap.c
1228         * src/etpan/imap-thread.c
1229         * src/etpan/imap-thread.h
1230                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1231
1232 2007-08-09 [colin]      2.10.0cvs109
1233
1234         * src/editldap.c
1235                 Fix port being reset to 636 on SSL
1236         * src/folder.c
1237                 Fix folder_item_get_msg_num_by_file
1238                 on drafts/queue folders
1239
1240 2007-08-09 [wwp]        2.10.0cvs108
1241
1242         * src/folder.c
1243                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1244                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1245
1246
1247 2007-08-09 [colin]      2.10.0cvs107
1248
1249         * src/folderview.c
1250         * src/summaryview.c
1251         * src/gtk/prefswindow.c
1252                 A few Maemo layout fixes
1253
1254 2007-08-09 [paul]       2.10.0cvs106
1255
1256         * src/prefs_account.c
1257                 remove the hyphen from plug-ins to
1258                 match everywhere else
1259
1260 2007-08-08 [wwp]        2.10.0cvs105
1261
1262         * src/prefs_folder_item.c
1263                 Fix an extraneous stealth ^L char.
1264
1265 2007-08-08 [wwp]        2.10.0cvs104
1266
1267         * src/prefs_folder_item.c
1268                 Better fix, group variables declarations (USE_ASPELL).
1269
1270 2007-08-08 [wwp]        2.10.0cvs103
1271
1272         * src/prefs_folder_item.c
1273                 Fix compilation w/ USE_ASPELL set (broken
1274                 by 2.10.0cvs102).
1275
1276 2007-08-08 [ticho]      2.10.0cvs102
1277
1278         * src/prefs_folder_item.c
1279                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1280
1281 2007-08-08 [colin]      2.10.0cvs101
1282
1283         * src/imap.c
1284         * src/etpan/imap-thread.c
1285         * src/etpan/imap-thread.h
1286                 Close selected mailbox before doing
1287                 status on it.
1288
1289 2007-08-08 [colin]      2.10.0cvs100
1290
1291         * src/html.c
1292                 Complete symbol table, thanks to wwp.
1293                 Fixes bug 1284, 'The html -> text 
1294                 converter ignores entities'
1295         * src/msgcache.c
1296                 Fix possible fd leak
1297
1298 2007-08-08 [colin]      2.10.0cvs99
1299
1300         * src/imap.c
1301                 Better way to fetch UIDs on non-UIDPLUS servers
1302
1303 2007-08-07 [colin]      2.10.0cvs98
1304
1305         * src/imap.c
1306                 fix bug 1275, 'auto-saved draft messages not 
1307                 always being removed'; Also, make multiple
1308                 copy (in the same account) faster by matching
1309                 source/destination message UIDs.
1310         * src/messageview.c
1311                 Don't try to reshow deleted mail
1312         * src/msgcache.c
1313                 Fix leak on error path
1314
1315 2007-08-07 [wwp]        2.10.0cvs97
1316
1317         * manual/account.xml
1318         * manual/advanced.xml
1319         * manual/fr/account.xml
1320         * manual/fr/advanced.xml
1321                 Updated the reference manual and the French translation to
1322                 reflect 2.10.0cvs84: enable running folder Processing
1323                 rules on demand.
1324
1325 2007-08-06 [wwp]        2.10.0cvs96
1326
1327         * src/prefs_common.c
1328         * src/prefs_common.h
1329         * src/textview.c
1330                 Allow changing the emphasis color used to highlight
1331                 the newsreader/x-mailer header value when it matches
1332                 our preferred mail agent (hidden pref 'emphasis_col' added
1333                 to clawsrc).
1334
1335 2007-08-06 [colin]      2.10.0cvs95
1336
1337         * src/compose.c
1338         * src/compose.h
1339                 Re-commit 2.10.0cvs86, with a protection
1340                 against Pango bug. Also, try to fix 
1341                 bug 1275, 'auto-saved draft messages not 
1342                 always being removed'
1343
1344 2007-08-06 [wwp]        2.10.0cvs94
1345
1346         * src/gtk/quicksearch.c
1347                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1348
1349 2007-08-06 [ticho]      2.10.0cvs93
1350
1351         * src/prefs_account.c
1352         * src/gtk/combobox.c
1353                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1354                 selection in account preferences.
1355
1356 2007-08-06 [wwp]        2.10.0cvs92
1357
1358         * src/plugins/pgpcore/plugin.def
1359                 Apply one more chunk from gpg4win's 03-w32-port patch.
1360
1361 2007-08-05 [colin]      2.10.0cvs91
1362
1363         * src/compose.c
1364         * src/compose.h
1365                 reverting buggy patch for now
1366
1367 2007-08-05 [colin]      2.10.0cvs90
1368
1369         * src/folder.c
1370                 Fix slowdown
1371
1372 2007-08-04 [colin]      2.10.0cvs89
1373
1374         * src/prefs_summaries.c
1375         * src/summary_search.c
1376                 Replace deprecated widgets. Patch by
1377                 Andrej.
1378
1379 2007-08-04 [colin]      2.10.0cvs88
1380
1381         * src/mh.c
1382                 Refresh GUI only every 2000 mails on mh_get_last_num
1383                 This is fast (readdir) and done only once per 
1384                 session/folder
1385
1386 2007-08-03 [colin]      2.10.0cvs87
1387
1388         * src/prefs_account.c
1389         * src/gtk/combobox.h
1390         * src/gtk/gtkutils.c
1391                 Fix a deprecated widget. Patch by
1392                 Andrej
1393
1394 2007-08-03 [colin]      2.10.0cvs86
1395
1396         * src/compose.c
1397         * src/compose.h
1398                 Make colorisation and wrapping algorithms
1399                 faster. Fixes bug 1246, 'compose becomes 
1400                 increasingly slow replying to complex emails'
1401
1402 2007-08-03 [paul]       2.10.0cvs85
1403
1404         * src/mh.c
1405                 keep the window painted
1406
1407 2007-08-02 [paul]       2.10.0cvs84
1408
1409         * src/folderview.c
1410         * src/mainwindow.c
1411         * src/mainwindow.h
1412                 enable running folder Processing
1413                 rules on demand
1414
1415 2007-08-02 [paul]       2.10.0cvs83
1416
1417         * src/textview.c
1418                 speed up/clean up rendering of larger
1419                 msgs
1420                 Thanks to Colin
1421
1422 2007-08-01 [paul]       2.10.0cvs82
1423
1424         * src/mainwindow.h
1425                 clean up cruft
1426         * src/toolbar.c
1427                 change default toolbar layout on maemo
1428         * src/pixmaps/close.xpm
1429                 make the red cross a grey cross
1430         * src/pixmaps/jpilot.xpm
1431                 make icon smaller so it fits better
1432
1433 2007-07-31 [paul]       2.10.0cvs81
1434
1435         * src/setup.c
1436         * src/gtk/gtkutils.c
1437                 fix crash on maemo on first launch
1438
1439 2007-07-30 [paul]       2.10.0cvs80
1440
1441         * src/prefs_matcher.c
1442                 specify the units of age and size
1443
1444 2007-07-30 [paul]       2.10.0cvs79
1445
1446         * src/main.c
1447                 Fix IMAP timeout setting
1448
1449 2007-07-30 [colin]      2.10.0cvs78
1450
1451         * src/prefs_account.c
1452                 Fix a deprecated widget. Patch by
1453                 Andrej
1454
1455 2007-07-27 [paul]       2.10.0cvs77
1456
1457         * src/matcher_parser_parse.y
1458         * src/prefs_filtering_action.c
1459         * src/prefs_matcher.c
1460                 these changes forgotten in cvs74's
1461                 'watch thread' feature
1462
1463 2007-07-27 [paul]       2.10.0cvs76
1464
1465         * src/compose.c
1466                 fix potential crasher
1467                 thanks to Colin
1468
1469 2007-07-27 [paul]       2.10.0cvs75
1470
1471         * src/mainwindow.c
1472         * src/manual.c
1473         * src/manual.h
1474         * src/gtk/gtkutils.c
1475                 make mainwindow's /Help/Manual point to the
1476                 remote copy if the local copy doesn't exist
1477
1478 2007-07-27 [paul]       2.10.0cvs74
1479
1480         * src/Makefile.am
1481         * src/filtering.c
1482         * src/folder.c
1483         * src/mainwindow.c
1484         * src/matcher.c
1485         * src/matcher.h
1486         * src/matcher_parser_parse.y
1487         * src/procmsg.c
1488         * src/procmsg.h
1489         * src/stock_pixmap.c
1490         * src/stock_pixmap.h
1491         * src/summaryview.c
1492         * src/summaryview.h
1493         * src/toolbar.c
1494         * src/toolbar.h
1495         * src/pixmaps/watchthread.xpm
1496                 add 'watch thread' feature
1497
1498 2007-07-27 [paul]       2.10.0cvs73
1499
1500         * src/prefs_folder_item.c
1501                 adjust labels, add tooltips
1502
1503 2007-07-27 [colin]      2.10.0cvs72
1504
1505         * src/summaryview.c
1506                 Maemo: Remove less used menu items
1507
1508 2007-07-26 [colin]      2.10.0cvs71
1509
1510         * src/messageview.c
1511                 Maemo: destroy messageview after trashing mail.
1512                 Maybe should be done on X11 too
1513
1514 2007-07-26 [colin]      2.10.0cvs70
1515
1516         * src/folderview.c
1517         * src/mainwindow.c
1518         * src/prefs_common.c
1519         * src/prefs_common.h
1520         * src/summaryview.c
1521                 Add View/Show or Hide/Column headers
1522
1523 2007-07-26 [colin]      2.10.0cvs69
1524
1525         * src/procmime.c
1526                 Fix unwanted output
1527
1528 2007-07-26 [colin]      2.10.0cvs68
1529
1530         * src/ldapserver.c
1531                 Fix possible crash on cache invalidation
1532         * src/compose.c
1533         * src/procmime.c
1534         * src/procmime.h
1535         * src/quote_fmt_parse.y
1536                 Make replying to mails with big attachments
1537                 much faster. Fixes bug 1224, 'The process of 
1538                 Replying to emails with large attachments 
1539                 seems unreasonably long...'
1540
1541 2007-07-26 [colin]      2.10.0cvs67
1542
1543         * src/mimeview.c
1544         * src/matcher.c
1545         * src/common/ssl.c
1546                 Fix threads use on BSDs
1547
1548 2007-07-26 [paul]       2.10.0cvs66
1549
1550         * src/gtk/prefswindow.c
1551                 fix account prefs breakage
1552                 thanks to Colin
1553
1554 2007-07-26 [paul]       2.10.0cvs65
1555
1556         * configure.ac
1557                 standardise ./configure --help messages
1558
1559 2007-07-26 [colin]      2.10.0cvs64
1560
1561         * src/addressbook.c
1562         * src/editaddress.c
1563                 Fix two vCard-related crashes
1564
1565 2007-07-25 [colin]      2.10.0cvs63
1566
1567         * src/inc.c
1568         * src/prefs_common.c
1569         * src/prefs_common.h
1570         * src/prefs_receive.c
1571                 Maemo: Add a better way to notify of
1572                 new mails
1573         * src/mainwindow.c
1574         * src/statusbar.h
1575         * src/summaryview.c
1576         * src/toolbar.c
1577                 Maemo: Various layout fixes
1578         * src/gtk/prefswindow.c
1579                 Maemo: Better prefs layout
1580
1581 2007-07-25 [paul]       2.10.0cvs62
1582
1583         * src/textview.c
1584                 fix the layout on maemo
1585                 thanks to Colin
1586
1587 2007-07-25 [iwkse]      2.10.0cvs61
1588
1589         * src/summaryview.c
1590                 add 'o' shortcut on summaryview
1591
1592 2007-07-25 [iwkse]      2.10.0cvs60
1593
1594         * src/textview.c
1595                 fix o shortcut
1596
1597 2007-07-24 [colin]      2.10.0cvs59
1598
1599         * src/mh.c
1600                 Fix missing timestamp update on source
1601                 folder when moving
1602         * src/textview.c
1603         * src/textview.h
1604                 Better text layout on part's choices
1605
1606 2007-07-23 [colin]      2.10.0cvs58
1607
1608         * src/mimeview.c
1609         * src/textview.c
1610                 Maemo: Automatically choose the correct application
1611                 to open parts
1612         * src/gtk/quicksearch.c
1613                 Make search run on GDK_KP_Enter too
1614
1615 2007-07-23 [wwp]        2.10.0cvs57
1616
1617         * src/quote_fmt_lex.l
1618                 Revert accidentaly committed lines (account_sig) in
1619                 2.10.0cvs56.
1620
1621 2007-07-23 [wwp]        2.10.0cvs56
1622
1623         * src/quote_fmt_lex.l
1624                 Fix typos around long form expressions in the quote lexer.
1625
1626 2007-07-23 [paul]
1627
1628         3.0.0-rc1 released
1629
1630 2007-07-23 [colin]      2.10.0cvs55
1631
1632         * src/addr_compl.c
1633                 Fix auto-completion on Maemo
1634
1635 2007-07-23 [colin]      2.10.0cvs54
1636
1637         * src/statusbar.c
1638                 Maemo: Fix sticking statusbars
1639
1640 2007-07-22 [colin]      2.10.0cvs53
1641
1642         * src/main.c
1643                 Maemo: Fix the strange "top_application" info
1644                 at startup. We should do something when 
1645                 receiving such a message.
1646
1647 2007-07-20 [paul]       2.10.0cvs52
1648
1649         * src/news_gtk.c
1650                 add missing #include "statusbar.h"
1651
1652 2007-07-20 [colin]      2.10.0cvs51
1653
1654         * src/folder.c
1655         * src/folder.h
1656         * src/folder_item_prefs.c
1657         * src/folder_item_prefs.h
1658         * src/folderview.c
1659         * src/imap.c
1660         * src/imap_gtk.c
1661         * src/imap_gtk.h
1662         * src/news.c
1663         * src/news_gtk.c
1664         * src/news_gtk.h
1665         * src/prefs_folder_item.c
1666                 Implement age-based caching: allow to
1667                 specify a threshold for the offline synchronisation
1668                 feature, and whether old cached bodies should 
1669                 be removed
1670         * src/toolbar.c
1671         * src/toolbar.h
1672                 Fix label/tooltips
1673         * src/plugins/dillo_viewer/dillo_viewer.c
1674                 Check that Dillo's installed
1675
1676 2007-07-20 [wwp]        2.10.0cvs50
1677
1678         * src/mimeview.c
1679         * src/stock_pixmap.c
1680                 Draw a frame around the selected mimeview part icon (instead of the
1681                 shifted 'dancing' icon).
1682
1683 2007-07-20 [colin]      2.10.0cvs49
1684
1685         * src/main.c
1686                 Unref stuff even on error
1687         * src/wizard.c
1688                 disconnect signals only at the very
1689                 end of the wizard save.
1690
1691 2007-07-20 [colin]      2.10.0cvs48
1692
1693         * src/mainwindow.c
1694         * src/messageview.c
1695         * src/toolbar.c
1696         * src/toolbar.h
1697                 Fix random crashes while navigating
1698                 (GTK_EVENTS_FLUSH)
1699
1700 2007-07-19 [colin]      2.10.0cvs47
1701
1702         * configure.ac
1703         * src/main.c
1704         * src/prefs_common.c
1705         * src/prefs_common.h
1706         * src/wizard.c
1707         * src/common/defs.h
1708         * src/common/utils.c
1709                 Maemo: add an easy way to store data (mails
1710                 and IMAP/NNTP caches) on one of the SD cards,
1711                 and protect against unmounts if needed
1712
1713 2007-07-19 [paul]       2.10.0cvs46
1714
1715         * src/Makefile.am
1716         * src/stock_pixmap.c
1717         * src/gtk/about.c
1718         * src/pixmaps/claws-mail_logo-small.xpm
1719                 implement a (slightly) different About
1720                 dialog for maemo and add a small version
1721                 of the logo for it
1722         * src/wizard.c
1723                 use a scrolled window for wizard page 1
1724                 on maemo
1725
1726 2007-07-19 [paul]       2.10.0cvs45
1727
1728         * src/Makefile.am
1729                 too soon for this line
1730
1731 2007-07-19 [paul]       2.10.0cvs44
1732
1733         * src/Makefile.am
1734                 fix build on n800
1735
1736 2007-07-19 [colin]      2.10.0cvs43
1737
1738         * src/wizard.c
1739                 Solve Mail/Mailbox name when specifying
1740                 full /path/to/Mail.
1741
1742 2007-07-18 [colin]      2.10.0cvs42
1743
1744         * src/inc.c
1745         * configure.ac
1746                 Fix build on n770
1747
1748 2007-07-18 [colin]      2.10.0cvs41
1749
1750         * src/inc.c
1751                 Maemo: plug the online/offline system into
1752                 maemo's interfaces to have Claws automatically
1753                 switch according to the system status
1754         * src/statusbar.c
1755                 Maemo: use HildonBanners to display status
1756                 messages. Renders the main statusbar useless.
1757
1758 2007-07-18 [paul]       2.10.0cvs40
1759
1760         * src/filtering.c
1761                 fix screen blanking on moving/copying many msgs
1762         * src/folder.c
1763                 fix processing progressbar and screen blanking
1764                 during processing
1765
1766 2007-07-18 [paul]       2.10.0cvs39
1767
1768         * src/messageview.c
1769                 revert cvs37, breakage on maemo
1770
1771 2007-07-18 [paul]       2.10.0cvs38
1772
1773         * src/gtk/gtkutils.c
1774                 make sure we can still build with older GTK's
1775
1776 2007-07-18 [colin]      2.10.0cvs37
1777
1778         * src/messageview.c
1779                 Only hide the small layout's messageview, instead
1780                 of destroying it when closing
1781         * src/gtk/gtkutils.c
1782                 Use gtk_window_present_with_time to popup windows,
1783                 it seems to make things better with modern WMs
1784                 (actually focusing)
1785
1786 2007-07-17 [colin]      2.10.0cvs36
1787
1788         * src/editaddress.c
1789                 Simplify layout on Maemo
1790         * src/folder.c
1791                 Fix possible crash
1792         * src/prefs_display_header.c
1793                 Remove some headers by default on Maemo
1794
1795 2007-07-17 [paul]       2.10.0cvs35
1796
1797         * src/prefs_common.c
1798         * src/prefs_common.h
1799         * src/prefs_logging.c
1800         * src/common/log.c
1801                 add options to stop/enable writing logs to disc
1802
1803 2007-07-17 [paul]       2.10.0cvs34
1804
1805         * src/edittags.c
1806                 fix some issues with the Apply tags window:
1807                 - set search column (enables autocompl in the treeview)
1808                 - apply tag from "New tag" if it existed
1809                 - clears New tag entry when adding it with the button
1810                 Thanks to Colin
1811
1812 2007-07-17 [paul]       2.10.0cvs33
1813
1814         * src/edittags.c
1815                 fix 'apply tags' dialogue weirdness
1816
1817 2007-07-16 [colin]      2.10.0cvs32
1818
1819         * src/toolbar.c
1820                 Fix double-loading of mails on Maemo
1821
1822 2007-07-16 [colin]      2.10.0cvs31
1823
1824         * src/messageview.c
1825                 Prevent double-loading of the same part under some
1826                 conditions; hide statusbar on Maemo
1827
1828 2007-07-16 [colin]      2.10.0cvs30
1829
1830         * src/edittags.c
1831         * src/edittags.h
1832         * src/mainwindow.c
1833         * src/summaryview.c
1834                 Improve the tag interface - allow
1835                 to set/unset tags from a special
1836                 window.
1837         * src/gtk/gtkvscrollbutton.c
1838         * src/mimeview.c
1839         * src/mimeview.h
1840         * src/stock_pixmap.c
1841                 Fix Mimeview's ugly hacks in the
1842                 icon list. 
1843
1844 2007-07-16 [paul]       2.10.0cvs29
1845
1846         * src/wizard.c
1847                 rework dialog
1848         * src/gtk/icon_legend.c
1849                 put it all in a scrolled window
1850
1851 2007-07-15 [colin]      2.10.0cvs28
1852
1853         * src/mainwindow.c
1854                 Maemo: force layout to be Small screen; the
1855                 others don't make sense
1856
1857 2007-07-14 [colin]      2.10.0cvs27
1858
1859         * src/mimeview.c
1860         * src/gtk/gtkvscrollbutton.c
1861                 Maemo: Fix mimeview's buttons size
1862
1863 2007-07-14 [colin]      2.10.0cvs26
1864
1865         * src/toolbar.c
1866                 Fix the button workaround fix.
1867                 (Use the correct variable)
1868
1869 2007-07-14 [colin]      2.10.0cvs25
1870
1871         * src/mainwindow.c
1872         * src/toolbar.c
1873                 Maemo: put the progress bar in the
1874                 toolbar
1875
1876 2007-07-14 [colin]      2.10.0cvs24
1877
1878         * src/prefs_common.c
1879                 Maemo: hide statusbar by default
1880         * src/Makefile.am
1881         * src/stock_pixmap.c
1882         * src/stock_pixmap.h
1883         * src/toolbar.c
1884         * src/pixmaps/go_folders.xpm
1885                 Maemo: Add a specific icon to go back to
1886                 folder list
1887
1888 2007-07-14 [colin]      2.10.0cvs23
1889
1890         * src/toolbar.c
1891                 Don't set homogeneous finally
1892
1893 2007-07-14 [colin]      2.10.0cvs22
1894
1895         * src/toolbar.c
1896                 Fix button show/hide issues
1897
1898 2007-07-14 [colin]      2.10.0cvs21
1899
1900         * src/toolbar.c
1901                 Fix huge arrows
1902                 Fix button workaround to be able to click
1903                 if mouse was on button when it went un-
1904                 sensitive.
1905                 Revert previous commit, gtk_tool_item_set_homogeneous
1906                 doesn't mean what it seems to mean ;-)
1907
1908 2007-07-14 [paul]       2.10.0cvs20
1909
1910         * src/toolbar.c
1911                 make homogeneous FALSE always
1912
1913 2007-07-13 [colin]      2.10.0cvs19
1914
1915         * src/toolbar.c
1916         * src/toolbar.h
1917                 Rework to fit the non-deprecated API
1918         * src/compose.c
1919         * src/folderview.c
1920         * src/mainwindow.c
1921         * src/messageview.c
1922         * src/summaryview.c
1923                 Maemo layout changes. Better toolbars,
1924                 removal of CTree headers. 
1925
1926 2007-07-13 [paul]       2.10.0cvs18
1927
1928         * src/gtk/colorlabel.c
1929                 fix bug 1261, '[DE] coloring messages in overview 
1930                 keys are not localised'
1931                 the string is now included in claws-mail.pot
1932
1933 2007-07-13 [colin]      2.10.0cvs17
1934
1935         * src/summaryview.c
1936                 Fix bug 1267, 'printing mutliple messages 
1937                 opens one message-dialog after the other'
1938                 Ask for confirmation when printing 10
1939                 messages or more.
1940
1941 2007-07-11 [colin]      2.10.0cvs16
1942
1943         * COPYING
1944         * README
1945         * autogen.sh
1946         * manual/claws-mail-manual.xml
1947         * manual/gpl.xml
1948         * manual/es/claws-mail-manual.xml
1949         * manual/es/gpl.xml
1950         * manual/fr/claws-mail-manual.xml
1951         * manual/fr/gpl.xml
1952         * manual/pl/gpl.xml
1953         * src/account.c
1954         * src/account.h
1955         * src/action.c
1956         * src/action.h
1957         * src/adbookbase.h
1958         * src/addr_compl.c
1959         * src/addr_compl.h
1960         * src/addrbook.c
1961         * src/addrbook.h
1962         * src/addrcache.c
1963         * src/addrcache.h
1964         * src/addrcindex.c
1965         * src/addrcindex.h
1966         * src/addrclip.c
1967         * src/addrclip.h
1968         * src/addrdefs.h
1969         * src/addressadd.c
1970         * src/addressadd.h
1971         * src/addressbook.c
1972         * src/addressbook.h
1973         * src/addressbook_foldersel.c
1974         * src/addressbook_foldersel.h
1975         * src/addressitem.h
1976         * src/addrgather.c
1977         * src/addrgather.h
1978         * src/addrharvest.c
1979         * src/addrharvest.h
1980         * src/addrindex.c
1981         * src/addrindex.h
1982         * src/addritem.c
1983         * src/addritem.h
1984         * src/addrquery.c
1985         * src/addrquery.h
1986         * src/addrselect.c
1987         * src/addrselect.h
1988         * src/alertpanel.c
1989         * src/alertpanel.h
1990         * src/browseldap.c
1991         * src/browseldap.h
1992         * src/codeconv.c
1993         * src/codeconv.h
1994         * src/compose.c
1995         * src/compose.h
1996         * src/crash.c
1997         * src/crash.h
1998         * src/customheader.c
1999         * src/customheader.h
2000         * src/displayheader.c
2001         * src/displayheader.h
2002         * src/editaddress.c
2003         * src/editaddress.h
2004         * src/editaddress_other_attributes_ldap.c
2005         * src/editaddress_other_attributes_ldap.h
2006         * src/editbook.c
2007         * src/editbook.h
2008         * src/editgroup.c
2009         * src/editgroup.h
2010         * src/editjpilot.c
2011         * src/editjpilot.h
2012         * src/editldap.c
2013         * src/editldap.h
2014         * src/editldap_basedn.c
2015         * src/editldap_basedn.h
2016         * src/edittags.c
2017         * src/edittags.h
2018         * src/editvcard.c
2019         * src/editvcard.h
2020         * src/enriched.c
2021         * src/enriched.h
2022         * src/exphtmldlg.c
2023         * src/exphtmldlg.h
2024         * src/expldifdlg.c
2025         * src/expldifdlg.h
2026         * src/export.c
2027         * src/export.h
2028         * src/exporthtml.c
2029         * src/exporthtml.h
2030         * src/exportldif.c
2031         * src/exportldif.h
2032         * src/filtering.c
2033         * src/filtering.h
2034         * src/folder.c
2035         * src/folder.h
2036         * src/folder_item_prefs.c
2037         * src/folder_item_prefs.h
2038         * src/foldersel.c
2039         * src/foldersel.h
2040         * src/folderutils.c
2041         * src/folderutils.h
2042         * src/folderview.c
2043         * src/folderview.h
2044         * src/gedit-print.c
2045         * src/gedit-print.h
2046         * src/grouplistdialog.c
2047         * src/grouplistdialog.h
2048         * src/headerview.c
2049         * src/headerview.h
2050         * src/html.c
2051         * src/html.h
2052         * src/image_viewer.c
2053         * src/image_viewer.h
2054         * src/imap.c
2055         * src/imap.h
2056         * src/imap_gtk.c
2057         * src/imap_gtk.h
2058         * src/import.c
2059         * src/import.h
2060         * src/importldif.c
2061         * src/importldif.h
2062         * src/importmutt.c
2063         * src/importmutt.h
2064         * src/importpine.c
2065         * src/importpine.h
2066         * src/inc.c
2067         * src/inc.h
2068         * src/jpilot.c
2069         * src/jpilot.h
2070         * src/ldapctrl.c
2071         * src/ldapctrl.h
2072         * src/ldaplocate.c
2073         * src/ldaplocate.h
2074         * src/ldapquery.c
2075         * src/ldapquery.h
2076         * src/ldapserver.c
2077         * src/ldapserver.h
2078         * src/ldapupdate.c
2079         * src/ldapupdate.h
2080         * src/ldaputil.c
2081         * src/ldaputil.h
2082         * src/ldif.c
2083         * src/ldif.h
2084         * src/localfolder.c
2085         * src/localfolder.h
2086         * src/main.c
2087         * src/main.h
2088         * src/mainwindow.c
2089         * src/mainwindow.h
2090         * src/manual.c
2091         * src/manual.h
2092         * src/matcher.c
2093         * src/matcher.h
2094         * src/matcher_parser.h
2095         * src/matcher_parser_lex.l
2096         * src/matcher_parser_parse.y
2097         * src/mbox.c
2098         * src/mbox.h
2099         * src/message_search.c
2100         * src/message_search.h
2101         * src/messageview.c
2102         * src/messageview.h
2103         * src/mh.c
2104         * src/mh.h
2105         * src/mh_gtk.c
2106         * src/mh_gtk.h
2107         * src/mimeview.c
2108         * src/mimeview.h
2109         * src/msgcache.c
2110         * src/msgcache.h
2111         * src/mutt.c
2112         * src/mutt.h
2113         * src/news.c
2114         * src/news.h
2115         * src/news_gtk.c
2116         * src/news_gtk.h
2117         * src/noticeview.c
2118         * src/noticeview.h
2119         * src/partial_download.c
2120         * src/partial_download.h
2121         * src/pine.c
2122         * src/pine.h
2123         * src/pop.c
2124         * src/pop.h
2125         * src/prefs_account.c
2126         * src/prefs_account.h
2127         * src/prefs_actions.c
2128         * src/prefs_actions.h
2129         * src/prefs_common.c
2130         * src/prefs_common.h
2131         * src/prefs_compose_writing.c
2132         * src/prefs_compose_writing.h
2133         * src/prefs_customheader.c
2134         * src/prefs_customheader.h
2135         * src/prefs_display_header.c
2136         * src/prefs_display_header.h
2137         * src/prefs_ext_prog.c
2138         * src/prefs_ext_prog.h
2139         * src/prefs_filtering.c
2140         * src/prefs_filtering.h
2141         * src/prefs_filtering_action.c
2142         * src/prefs_filtering_action.h
2143         * src/prefs_folder_column.c
2144         * src/prefs_folder_column.h
2145         * src/prefs_folder_item.c
2146         * src/prefs_folder_item.h
2147         * src/prefs_fonts.c
2148         * src/prefs_fonts.h
2149         * src/prefs_gtk.c
2150         * src/prefs_gtk.h
2151         * src/prefs_image_viewer.c
2152         * src/prefs_image_viewer.h
2153         * src/prefs_logging.c
2154         * src/prefs_logging.h
2155         * src/prefs_matcher.c
2156         * src/prefs_matcher.h
2157         * src/prefs_message.c
2158         * src/prefs_message.h
2159         * src/prefs_msg_colors.c
2160         * src/prefs_msg_colors.h
2161         * src/prefs_other.c
2162         * src/prefs_other.h
2163         * src/prefs_quote.c
2164         * src/prefs_quote.h
2165         * src/prefs_receive.c
2166         * src/prefs_receive.h
2167         * src/prefs_send.c
2168         * src/prefs_send.h
2169         * src/prefs_spelling.c
2170         * src/prefs_spelling.h
2171         * src/prefs_summaries.c
2172         * src/prefs_summaries.h
2173         * src/prefs_summary_column.c
2174         * src/prefs_summary_column.h
2175         * src/prefs_summary_open.c
2176         * src/prefs_summary_open.h
2177         * src/prefs_template.c
2178         * src/prefs_template.h
2179         * src/prefs_themes.c
2180         * src/prefs_themes.h
2181         * src/prefs_toolbar.c
2182         * src/prefs_toolbar.h
2183         * src/prefs_wrapping.c
2184         * src/prefs_wrapping.h
2185         * src/privacy.c
2186         * src/privacy.h
2187         * src/procheader.c
2188         * src/procheader.h
2189         * src/procmime.c
2190         * src/procmime.h
2191         * src/procmsg.c
2192         * src/procmsg.h
2193         * src/quote_fmt.c
2194         * src/quote_fmt_lex.l
2195         * src/quote_fmt_parse.y
2196         * src/recv.c
2197         * src/recv.h
2198         * src/remotefolder.c
2199         * src/remotefolder.h
2200         * src/send_message.c
2201         * src/send_message.h
2202         * src/setup.c
2203         * src/setup.h
2204         * src/simple-gettext.c
2205         * src/sourcewindow.c
2206         * src/sourcewindow.h
2207         * src/ssl_manager.c
2208         * src/ssl_manager.h
2209         * src/statusbar.c
2210         * src/statusbar.h
2211         * src/stock_pixmap.c
2212         * src/stock_pixmap.h
2213         * src/summary_search.c
2214         * src/summary_search.h
2215         * src/summaryview.c
2216         * src/summaryview.h
2217         * src/textview.c
2218         * src/textview.h
2219         * src/toolbar.c
2220         * src/toolbar.h
2221         * src/undo.c
2222         * src/undo.h
2223         * src/unmime.c
2224         * src/unmime.h
2225         * src/uri_opener.c
2226         * src/uri_opener.h
2227         * src/vcard.c
2228         * src/vcard.h
2229         * src/wizard.c
2230         * src/wizard.h
2231         * src/common/base64.c
2232         * src/common/base64.h
2233         * src/common/claws.c
2234         * src/common/claws.h
2235         * src/common/defs.h
2236         * src/common/fnmatch.c
2237         * src/common/fnmatch.h
2238         * src/common/fnmatch_loop.c
2239         * src/common/hooks.c
2240         * src/common/hooks.h
2241         * src/common/log.c
2242         * src/common/log.h
2243         * src/common/md5.c
2244         * src/common/md5.h
2245         * src/common/mgutils.c
2246         * src/common/mgutils.h
2247         * src/common/nntp.c
2248         * src/common/nntp.h
2249         * src/common/passcrypt.c
2250         * src/common/passcrypt.h.in
2251         * src/common/plugin.c
2252         * src/common/plugin.h
2253         * src/common/prefs.c
2254         * src/common/prefs.h
2255         * src/common/progressindicator.c
2256         * src/common/progressindicator.h
2257         * src/common/quoted-printable.c
2258         * src/common/quoted-printable.h
2259         * src/common/session.c
2260         * src/common/session.h
2261         * src/common/smtp.c
2262         * src/common/smtp.h
2263         * src/common/socket.c
2264         * src/common/socket.h
2265         * src/common/ssl.c
2266         * src/common/ssl.h
2267         * src/common/ssl_certificate.c
2268         * src/common/ssl_certificate.h
2269         * src/common/string_match.c
2270         * src/common/string_match.h
2271         * src/common/stringtable.c
2272         * src/common/stringtable.h
2273         * src/common/tags.c
2274         * src/common/tags.h
2275         * src/common/template.c
2276         * src/common/template.h
2277         * src/common/timing.h
2278         * src/common/utils.c
2279         * src/common/utils.h
2280         * src/common/uuencode.c
2281         * src/common/uuencode.h
2282         * src/common/version.h.in
2283         * src/common/w32_dirent.c
2284         * src/common/w32_reg.c
2285         * src/common/w32_signal.c
2286         * src/common/w32_stat.c
2287         * src/common/w32_stdlib.c
2288         * src/common/w32_string.c
2289         * src/common/w32_time.c
2290         * src/common/w32_unistd.c
2291         * src/common/w32_wait.c
2292         * src/common/w32lib.h
2293         * src/common/xml.c
2294         * src/common/xml.h
2295         * src/common/xmlprops.c
2296         * src/common/xmlprops.h
2297         * src/etpan/etpan-errors.h
2298         * src/etpan/etpan-thread-manager-types.h
2299         * src/etpan/etpan-thread-manager.c
2300         * src/etpan/etpan-thread-manager.h
2301         * src/etpan/imap-thread.c
2302         * src/etpan/imap-thread.h
2303         * src/gtk/about.c
2304         * src/gtk/about.h
2305         * src/gtk/colorlabel.c
2306         * src/gtk/colorlabel.h
2307         * src/gtk/colorsel.c
2308         * src/gtk/colorsel.h
2309         * src/gtk/combobox.c
2310         * src/gtk/combobox.h
2311         * src/gtk/description_window.c
2312         * src/gtk/description_window.h
2313         * src/gtk/filesel.c
2314         * src/gtk/filesel.h
2315         * src/gtk/foldersort.c
2316         * src/gtk/foldersort.h
2317         * src/gtk/gtkaspell.c
2318         * src/gtk/gtkaspell.h
2319         * src/gtk/gtksctree.c
2320         * src/gtk/gtkshruler.c
2321         * src/gtk/gtkshruler.h
2322         * src/gtk/gtksourceprintjob.c
2323         * src/gtk/gtksourceprintjob.h
2324         * src/gtk/gtkutils.c
2325         * src/gtk/gtkutils.h
2326         * src/gtk/gtkvscrollbutton.c
2327         * src/gtk/gtkvscrollbutton.h
2328         * src/gtk/icon_legend.c
2329         * src/gtk/icon_legend.h
2330         * src/gtk/inputdialog.c
2331         * src/gtk/inputdialog.h
2332         * src/gtk/logwindow.c
2333         * src/gtk/logwindow.h
2334         * src/gtk/manage_window.c
2335         * src/gtk/manage_window.h
2336         * src/gtk/menu.c
2337         * src/gtk/menu.h
2338         * src/gtk/pluginwindow.c
2339         * src/gtk/pluginwindow.h
2340         * src/gtk/prefswindow.c
2341         * src/gtk/prefswindow.h
2342         * src/gtk/progressdialog.c
2343         * src/gtk/progressdialog.h
2344         * src/gtk/quicksearch.c
2345         * src/gtk/quicksearch.h
2346         * src/gtk/sslcertwindow.c
2347         * src/gtk/sslcertwindow.h
2348         * src/plugins/bogofilter/bogofilter.c
2349         * src/plugins/bogofilter/bogofilter.h
2350         * src/plugins/bogofilter/bogofilter_gtk.c
2351         * src/plugins/clamav/clamav_plugin.c
2352         * src/plugins/clamav/clamav_plugin.h
2353         * src/plugins/clamav/clamav_plugin_gtk.c
2354         * src/plugins/demo/demo.c
2355         * src/plugins/dillo_viewer/dillo_prefs.c
2356         * src/plugins/dillo_viewer/dillo_prefs.h
2357         * src/plugins/dillo_viewer/dillo_viewer.c
2358         * src/plugins/pgpcore/passphrase.c
2359         * src/plugins/pgpcore/passphrase.h
2360         * src/plugins/pgpcore/pgp_viewer.c
2361         * src/plugins/pgpcore/pgp_viewer.h
2362         * src/plugins/pgpcore/plugin.c
2363         * src/plugins/pgpcore/prefs_gpg.c
2364         * src/plugins/pgpcore/prefs_gpg.h
2365         * src/plugins/pgpcore/select-keys.c
2366         * src/plugins/pgpcore/select-keys.h
2367         * src/plugins/pgpcore/sgpgme.c
2368         * src/plugins/pgpcore/sgpgme.h
2369         * src/plugins/pgpinline/pgpinline.c
2370         * src/plugins/pgpinline/pgpinline.h
2371         * src/plugins/pgpinline/plugin.c
2372         * src/plugins/pgpmime/pgpmime.c
2373         * src/plugins/pgpmime/pgpmime.h
2374         * src/plugins/pgpmime/plugin.c
2375         * src/plugins/spamassassin/spamassassin.c
2376         * src/plugins/spamassassin/spamassassin.h
2377         * src/plugins/spamassassin/spamassassin_gtk.c
2378         * src/plugins/trayicon/trayicon.c
2379         * src/plugins/trayicon/trayicon_prefs.c
2380         * src/plugins/trayicon/trayicon_prefs.h
2381         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2382         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2383         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2384         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2385         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2386         * tools/OOo2claws-mail.pl
2387         * tools/README.sylprint
2388         * tools/acroread2claws-mail.pl
2389         * tools/claws-mail-compose-insert-files.pl
2390         * tools/convert_mbox.pl
2391         * tools/filter_conv.pl
2392         * tools/filter_conv_new.pl
2393         * tools/fix_date.sh
2394         * tools/freshmeat_search.pl
2395         * tools/google_search.pl
2396         * tools/kmail-mailbox2claws-mail.pl
2397         * tools/kmail2claws-mail.pl
2398         * tools/kmail2claws-mail_v2.pl
2399         * tools/mairix.sh
2400         * tools/make.themes.project
2401         * tools/multiwebsearch.pl
2402         * tools/nautilus2claws-mail.sh
2403         * tools/outlook2claws-mail.pl
2404         * tools/textviewer.sh
2405         * tools/thunderbird-filters-convertor.pl
2406         * tools/update-po
2407         * tools/uuooffice
2408         * tools/vcard2xml.py
2409         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2410                 Upgrade to GPLv3 or later.
2411
2412 2007-07-10 [wwp]        2.10.0cvs15
2413
2414         * src/main.c
2415                 Fix re-opening of all composing messages that were
2416                 opened when closing the previous instance, thanks
2417                 to Colin.
2418
2419 2007-07-10 [paul]       2.10.0cvs14
2420
2421         * src/editaddress_other_attributes_ldap.c
2422         * src/ldapupdate.c
2423                 fix crash on selecting 'other attributes' combo
2424                 for either a new entry or an old entry with no
2425                 existing attributes.
2426                 fix bug on editing multiple attributes which
2427                 resulted them all having the value of the last
2428                 one changed.
2429                 Thanks to Colin
2430
2431 2007-07-10 [colin]      2.10.0cvs13
2432
2433         * src/editaddress.c
2434         * src/editaddress_other_attributes_ldap.h
2435         * src/ldapupdate.c
2436                 Fix --disable-ldap build
2437
2438 2007-07-09 [colin]      2.10.0cvs12
2439
2440         * src/Makefile.am
2441         * src/addritem.c
2442         * src/addritem.h
2443         * src/editaddress.c
2444         * src/editaddress_other_attributes_ldap.c
2445         * src/editaddress_other_attributes_ldap.h
2446         * src/editldap.c
2447         * src/ldapctrl.c
2448         * src/ldapctrl.h
2449         * src/ldapupdate.c
2450                 Add capability to edit all inetOrgPerson
2451                 attributes on LDAP. Patch by Michael 
2452                 Rasmussen
2453
2454 2007-07-09 [colin]      2.10.0cvs11
2455
2456         * src/Makefile.am
2457         * src/exporthtml.c
2458         * src/mbox.c
2459         * src/msgcache.c
2460         * src/prefs_summaries.c
2461         * src/prefs_themes.c
2462         * src/procheader.c
2463         * src/common/Makefile.am
2464         * src/common/log.c
2465         * src/common/timing.h
2466         * src/common/utils.c
2467         * src/common/utils.h
2468         * src/common/w32_account.c
2469         * src/common/w32lib.h
2470         * src/gtk/Makefile.am
2471         * src/gtk/colorlabel.c
2472         * src/plugins/pgpcore/Makefile.am
2473         * src/plugins/pgpcore/claws.def
2474         * src/plugins/pgpcore/passphrase.c
2475         * src/plugins/pgpcore/pgp_viewer.c
2476         * src/plugins/pgpcore/plugin.def
2477         * src/plugins/pgpcore/sgpgme.c
2478         * src/plugins/pgpinline/Makefile.am
2479         * src/plugins/pgpinline/claws.def
2480         * src/plugins/pgpinline/mypgpcore.def
2481         * src/plugins/pgpinline/plugin.def
2482         * src/plugins/pgpmime/Makefile.am
2483         * src/plugins/pgpmime/claws.def
2484         * src/plugins/pgpmime/mypgpcore.def
2485         * src/plugins/pgpmime/plugin.def
2486                 Commit win32 patch, from Werner Koch and
2487                 Marcus Brinkmann
2488
2489 2007-07-09 [colin]      2.10.0cvs10
2490
2491         * src/prefs_toolbar.c
2492                 Fix crash when no actions exist
2493
2494 2007-07-07 [paul]       2.10.0cvs9
2495
2496         * COPYING
2497         * manual/claws-mail-manual.xml
2498                 update copyright year
2499         * po/fi.po
2500                 updated by Flammie Pirinen
2501
2502 2007-07-05 [wwp]        2.10.0cvs8
2503
2504         * src/plugins/clamav/clamav_plugin_gtk.c
2505                 Make vertical spacing like in other plugin prefs pages.
2506
2507 2007-07-05 [wwp]        2.10.0cvs7
2508
2509         * src/quote_fmt.c
2510                 It's %am that works, not %ae (this doc incoherence has been
2511                 introduced with 2.9.2cvs13).
2512
2513 2007-07-04 [wwp]        2.10.0cvs6
2514
2515         * src/plugins/bogofilter/bogofilter.c
2516                 Gettext-ize an occurrence of "Any" that wasn't.
2517
2518 2007-07-04 [colin]      2.10.0cvs5
2519
2520         * po/POTFILES.in
2521                 Fix untranslated strings; thanks
2522                 to Pader Rezso.
2523
2524 2007-07-03 [colin]      2.10.0cvs4
2525
2526         * src/folder.c
2527         * src/mainwindow.c
2528                 Fix saving of sort mode for tags and
2529                 thread date. Thanks to Pierre Ossman.
2530                 Completes fix for bug 1233
2531
2532 2007-07-03 [paul]       2.10.0cvs3
2533
2534         * src/compose.c
2535                 fix auto-save
2536         * src/summaryview.c
2537                 fix build warnings
2538         Thanks to Colin
2539
2540 2007-07-02 [colin]      2.10.0cvs2
2541
2542         * src/folder.h
2543         * src/mainwindow.c
2544         * src/procmsg.h
2545         * src/summaryview.c
2546                 Add View/Sort/by Thread date
2547                 Fixes bug 1233, 'Capability to sort 
2548                 threads by most recent message'
2549                 Based on a patch by Paul Rolland
2550
2551 2007-07-02 [colin]      2.10.0cvs1
2552
2553         * src/Makefile.am
2554         * src/compose.c
2555         * src/edittags.c
2556         * src/edittags.h
2557         * src/filtering.c
2558         * src/folder.c
2559         * src/folder.h
2560         * src/headerview.c
2561         * src/headerview.h
2562         * src/main.c
2563         * src/mainwindow.c
2564         * src/mainwindow.h
2565         * src/manual.h
2566         * src/matcher.c
2567         * src/matcher.h
2568         * src/matcher_parser_parse.y
2569         * src/mimeview.c
2570         * src/msgcache.c
2571         * src/msgcache.h
2572         * src/prefs_common.c
2573         * src/prefs_common.h
2574         * src/prefs_filtering_action.c
2575         * src/prefs_matcher.c
2576         * src/prefs_summary_column.c
2577         * src/procmsg.c
2578         * src/procmsg.h
2579         * src/quote_fmt.c
2580         * src/quote_fmt_lex.l
2581         * src/quote_fmt_parse.y
2582         * src/summaryview.c
2583         * src/summaryview.h
2584         * src/textview.c
2585         * src/common/Makefile.am
2586         * src/common/defs.h
2587         * src/common/tags.c
2588         * src/common/tags.h
2589         * src/gtk/quicksearch.c
2590         * src/gtk/quicksearch.h
2591                 Add Tags implementation. Tags are arbitrary labels
2592                 that can be applied to messages. It is possible 
2593                 to create, edit, remove tags; apply them to mails;
2594                 filter on tags or tag presence; apply or unset
2595                 tags via filtering actions; reference tags in
2596                 reply templates.
2597
2598 2007-07-02 [paul]       2.10.0
2599
2600         * NEWS
2601         * README
2602         * RELEASE_NOTES
2603                 2.10.0 released
2604
2605 2007-07-02 [paul]       2.9.2cvs78
2606
2607         * po/de.po
2608         * po/en_GB.po
2609         * po/es.po
2610         * po/fr.po
2611         * po/hu.po
2612         * po/pt_BR.po
2613         * po/ru.po
2614         * po/zh_CN.po
2615                 updated by Stephan Sachse, me, Ricardo Mones
2616                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2617                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2618
2619 2007-07-02 [paul]       2.9.2cvs77
2620
2621         * AUTHORS
2622                 updated
2623
2624 2007-06-29 [wwp]        2.9.2cvs76
2625
2626         * src/gtk/headers.h
2627                 Fix a typo (thanks to Ricardo for finding this out).
2628
2629 2007-06-28 [paul]       2.9.2cvs75
2630
2631         * src/folderview.c
2632                 fix build warnings
2633
2634 2007-06-28 [paul]       2.9.2cvs74
2635
2636         * tools/Makefile.am
2637                 fix bug in the autotools build system.
2638                 Files cataloged under EXTRA_DIST were never
2639                 automatically copied to the build tree.
2640                 (fix 'make distcheck')
2641                 Patch by Michael Rasmussen.
2642
2643 2007-06-24 [colin]      2.9.2cvs73
2644
2645         * src/news_gtk.c
2646                 Fix bug 1249, 'Error handling for 
2647                 news errors needs modification'
2648                 Only popup error if the according
2649                 pref in Prefs/Receive is set.
2650
2651 2007-06-21 [colin]      2.9.2cvs72
2652
2653         * src/common/plugin.c
2654         * src/common/plugin.h
2655                 Change plugin API to know whether it's safe to 
2656                 unload plugins or whether we should just hide
2657                 them. Fixes bug 1248, 'Core dumps after 
2658                 unloading plugin and clicking on load plugins'
2659         * src/plugins/bogofilter/bogofilter.c
2660         * src/plugins/clamav/clamav_plugin.c
2661         * src/plugins/demo/demo.c
2662         * src/plugins/dillo_viewer/dillo_viewer.c
2663         * src/plugins/pgpcore/plugin.c
2664         * src/plugins/pgpinline/plugin.c
2665         * src/plugins/pgpmime/plugin.c
2666         * src/plugins/spamassassin/spamassassin.c
2667         * src/plugins/trayicon/trayicon.c
2668                 Update API
2669
2670 2007-06-19 [colin]      2.9.2cvs71
2671
2672         * src/compose.c
2673         * src/messageview.c
2674                 Fix crash mentioned in bug 1246
2675                 Race condition when automatically drafting
2676                 due to insertion on reedit.
2677
2678 2007-06-18 [wwp]        2.9.2cvs70
2679
2680         * src/importldif.c
2681                 LDIF import: use a "Proceed" button to complete
2682                 the process.
2683
2684 2007-06-18 [paul]       2.9.2cvs69
2685
2686         * configure.ac
2687                 use pkgconfig to check for gtk and glib
2688
2689 2007-06-17 [wwp]        2.9.2cvs68
2690
2691         * src/ldif.c
2692         * src/importldif.c
2693                 LDIF import: better error handling, minor code
2694                 and UI cleanup, and renamed the Save button
2695                 to Close, as imported stuff is already saved
2696                 when the Save button is shown.
2697
2698 2007-06-17 [colin]      2.9.2cvs67
2699
2700         * src/prefs_summaries.c
2701         * src/procmsg.c
2702                 Don't set as read when forwarded, only replied to
2703
2704 2007-06-17 [paul]       2.9.2cvs66
2705
2706         * src/alertpanel.c
2707                 add missing #include
2708
2709 2007-06-16 [colin]      2.9.2cvs65
2710
2711         * src/prefs_summaries.c
2712         * src/procmsg.c
2713                 Change the pref "Only mark as read when opened
2714                 in new window" to "..., replied to or forwarded".
2715                 Based on a patch by Paul Rolland.
2716
2717 2007-06-16 [paul]       2.9.2cvs64
2718
2719         * src/gtk/authors.h
2720                 alphabetical order! :)
2721
2722 2007-06-16 [colin]      2.9.2cvs63
2723
2724         * AUTHORS
2725         * src/gtk/authors.h
2726                 Add Michael Rasmussen in authors list
2727
2728 2007-06-16 [colin]      2.9.2cvs62
2729
2730         * src/messageview.c
2731                 Fix messageview_copy_clipboard to take advantage
2732                 of plugins' get_selection.
2733
2734 2007-06-15 [colin]      2.9.2cvs61
2735
2736         * src/action.c
2737         * src/addr_compl.c
2738         * src/addressbook.c
2739         * src/folderview.c
2740         * src/message_search.c
2741         * src/mimeview.c
2742         * src/summary_search.c
2743         * src/summaryview.c
2744         * src/textview.c
2745                 Allow GDK_KP_Enter to do the same as GDK_Return
2746                 Patch by Michael Rasmussen
2747
2748 2007-06-15 [paul]       2.9.2cvs60
2749
2750         * src/compose.c
2751                 fix bug when closing a compose window
2752                 during autosave
2753
2754 2007-06-14 [paul]       2.9.2cvs59
2755
2756         * src/main.c
2757         * src/common/defs.h
2758                 migrate sylpheed config
2759
2760 2007-06-14 [wwp]        2.9.2cvs58
2761
2762         * src/gtk/pluginwindow.c
2763                 Yet another attempt to fix sizing/alignment of the
2764                 button bar in plugins window.
2765
2766 2007-06-12 [colin]      2.9.2cvs57
2767
2768         * po/POTFILES.in
2769         * src/Makefile.am
2770         * src/folderview.c
2771         * src/prefs_common.c
2772         * src/prefs_common.h
2773         * src/prefs_summaries.c
2774         * src/prefs_summary_open.c
2775         * src/prefs_summary_open.h
2776         * src/summaryview.c
2777                 Make "when entering a folder" actions more personalisable
2778
2779 2007-06-12 [wwp]        2.9.2cvs56
2780
2781         * tools/README
2782                 Use short description from Paul (mairix.sh).
2783
2784 2007-06-12 [wwp]        2.9.2cvs55
2785
2786         * tools/README
2787                 Updated info about mairix.sh.
2788
2789 2007-06-11 [paul]       2.9.2cvs54
2790
2791         * src/prefs_logging.c
2792                 rework log window length widgets
2793                 and some sensitivity fixes
2794
2795 2007-06-11 [paul]       2.9.2cvs53
2796
2797         * src/mainwindow.c
2798         * src/prefs_logging.c
2799                 rename 'Protocol Log' to 'Network Log'
2800                 and some function renaming
2801
2802 2007-06-10 [wwp]        2.9.2cvs52
2803
2804         * src/gtk/pluginwindow.c
2805                 Revert 2.9.2cvs51.
2806
2807 2007-06-10 [wwp]        2.9.2cvs51
2808
2809         * src/gtk/pluginwindow.c
2810                 Fix button bar in plugin window, was centered and not
2811                 behaving like other dialogs w/ such button bar.
2812
2813 2007-06-08 [wwp]        2.9.2cvs50
2814
2815         * src/compose.c
2816         * src/compose.h
2817         * src/main.c
2818         * src/mainwindow.c
2819         * src/mainwindow.h
2820                 Provide a way out of automatic draft saving on IMAP, when
2821                 exiting offline.
2822                 Prevent drafting while sending and quitting while sending.
2823                 Thanks for Colin.
2824
2825
2826
2827 2007-06-08 [wwp]        2.9.2cvs49
2828
2829         * src/prefs_account.c
2830         * src/gtk/prefswindow.c
2831         * src/gtk/prefswindow.h
2832                 Activate the Basic page when opening account prefs.
2833
2834 2007-06-08 [wwp]        2.9.2cvs48
2835
2836         * src/common/socket.c
2837                 Don't crash if fork() fails, thanks to Colin.
2838
2839 2007-06-08 [wwp]        2.9.2cvs47
2840
2841         * src/gtk/prefswindow.c
2842                 Wrap some long lines, and reset horizontal scroller's adjusment
2843                 (this was already done, vertically), when changing tab (not page)
2844                 in prefs windows.
2845
2846 2007-06-08 [paul]       2.9.2cvs46
2847
2848         * src/common/utils.c
2849                 use gethostname() instead of uname()
2850                 based on a patch by Michael Hughes
2851                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2852
2853 2007-06-07 [wwp]        2.9.2cvs45
2854
2855         * src/prefs_common.c
2856                 Fix some useless warnings, thanks to Colin.
2857
2858 2007-06-06 [colin]      2.9.2cvs44
2859
2860         * src/ldapupdate.c
2861                 Fix strange allocations. 
2862
2863 2007-06-06 [colin]      2.9.2cvs43
2864
2865         * src/ldapupdate.c
2866                 Patch by Michael Rasmussus to help
2867                 bug 1232
2868
2869 2007-06-05 [wwp]        2.9.2cvs42
2870
2871         * src/prefs_account.c
2872         * src/prefs_folder_item.c
2873         * src/prefs_quote.c
2874         * src/quote_fmt.c
2875         * src/quote_fmt.h
2876                 Per-folder templates can now be applied recursively.
2877                 Always save per-folder templates (formats were erroneously
2878                 saved only if they were enabled).
2879                 Check for validity of quotation marks everywhere there
2880                 are defined.
2881
2882 2007-06-05 [wwp]        2.9.2cvs41
2883
2884         * src/inc.c
2885                 Fix incoming messages from local accounts always getting filtered
2886                 (even if the account prefs say don't), thanks to Colin.
2887
2888 2007-06-05 [wwp]        2.9.2cvs40
2889
2890         * src/compose.c
2891         * src/compose.h
2892                 Use per-folder/per-account quote chars when applying a
2893                 template or inserting text as well. Const'ify some
2894                 vars more.
2895
2896 2007-06-04 [colin]      2.9.2cvs39
2897
2898         * src/compose.c
2899                 More work for wwp :)
2900
2901 2007-06-04 [wwp]        2.9.2cvs38
2902
2903         * src/compose.c
2904                 Same as 2.9.2cvs36 but for forwarding.
2905
2906 2007-06-04 [colin]      2.9.2cvs37
2907
2908         * src/compose.c
2909                 Use original mail file for forward/redirect
2910                 Fixes some forwarded mails to be attached as
2911                 application/octet-stream (when they have binary
2912                 parts), and incidentally fixes bug 848
2913                 'Redirect breaks GnuPG'
2914
2915 2007-06-04 [wwp]        2.9.2cvs36
2916
2917         * src/compose.c
2918                 Fix quote mark mis-initialisation when replying/forwarding
2919                 (introduced w/ 2.9.2cvs20).
2920
2921 2007-06-04 [wwp]        2.9.2cvs35
2922
2923         * src/prefs_compose_writing.c
2924         * src/prefs_quote.c
2925                 Fix a bug where Quotation characters (prefs/compose/writing)
2926                 was cleared (introduced w/ 2.9.2cvs26).
2927
2928 2007-06-04 [wwp]        2.9.2cvs34
2929
2930         * src/prefs_account.c
2931         * src/prefs_account.h
2932                 Better fix for compiling w/o aspell (rollbacks
2933                 2.9.2cvs31).
2934
2935 2007-06-04 [wwp]        2.9.2cvs33
2936
2937         * src/account.c
2938         * src/prefs_account.c
2939         * src/prefs_account.h
2940         * src/procmsg.c
2941                 It's now possible to disable mail filtering plugins
2942                 on a per-account basis.
2943
2944 2007-06-04 [wwp]        2.9.2cvs32
2945
2946         * src/procheader.c
2947         * src/common/utils.c
2948         * src/common/utils.h
2949                 Support CRLF in headers part of messages.
2950                 Support few more date formats (RFC3339 subsets).
2951
2952 2007-06-04 [wwp]        2.9.2cvs31
2953
2954         * src/prefs_account.c
2955                 Fix compiling w/o aspell support.
2956
2957 2007-06-03 [wwp]        2.9.2cvs30
2958
2959         * src/prefs_gtk.c
2960                 Don't decode leading ENV_ and ~ in P_PASSWORD
2961                 values.
2962
2963 2007-06-03 [wwp]        2.9.2cvs29
2964
2965         * src/prefs_gtk.c
2966                 Don't decode leading ENV_ and ~ in P_PASSWORD
2967                 values.
2968
2969 2007-06-03 [wwp]        2.9.2cvs28
2970
2971         * src/prefs_account.c
2972         * src/gtk/prefswindow.c
2973         * src/gtk/prefswindow.h
2974                 Added a way to force preloading of all pages
2975                 (prefswindow).
2976                 Moved tabs to pages in account prefs.
2977
2978 2007-06-02 [colin]      2.9.2cvs27
2979
2980         * src/addressbook.c
2981                 Fix possible crash, fix ldap write bugs
2982         * src/ldapupdate.c
2983                 Fix ldap write bugs - patch by Michael
2984                 Rasmussen
2985         * src/alertpanel.c
2986         * src/alertpanel.h
2987                 Add a hook whenever alertpanel opens/closes
2988
2989 2007-05-31 [wwp]        2.9.2cvs26
2990
2991         * src/prefs_compose_writing.c
2992         * src/prefs_quote.c
2993                 Re-organized writing options a bit:
2994                  - renamed the Quoting page to Templates
2995                  - moved all composing templates to that page
2996                  - moved non-templates options to the Writing one,
2997                    grouped reply-related options, reordered reply and
2998                    forward options.
2999
3000 2007-05-31 [wwp]        2.9.2cvs25
3001
3002         * src/compose.c
3003                 Removed unused code.
3004
3005 2007-05-31 [colin]      2.9.2cvs24
3006
3007         * src/addressbook.c
3008                 Fix missing display name when modifying
3009                 LDAP. Patch by Michael Rasmussen
3010
3011 2007-05-31 [wwp]        2.9.2cvs23
3012
3013         * src/plugins/bogofilter/Makefile.am
3014         * src/plugins/clamav/Makefile.am
3015         * src/plugins/demo/Makefile.am
3016         * src/plugins/dillo_viewer/Makefile.am
3017         * src/plugins/spamassassin/Makefile.am
3018                 Fix building of those plugins in Mac OS X.
3019
3020 2007-05-30 [wwp]        2.9.2cvs22
3021
3022         * src/gtk/quicksearch.c
3023                 Fix missing initialization.
3024
3025 2007-05-30 [wwp]        2.9.2cvs21
3026
3027         * src/procheader.c
3028                 Revert accidental commit (debug outputs).
3029
3030 2007-05-30 [wwp]        2.9.2cvs20
3031
3032         * src/compose.c
3033         * src/folder_item_prefs.c
3034         * src/folder_item_prefs.h
3035         * src/prefs_account.c
3036         * src/prefs_account.h
3037         * src/prefs_folder_item.c
3038         * src/prefs_gtk.c
3039         * src/prefs_gtk.h
3040                 Implemented per-account and per-folder
3041                 compose/reply/forward formats.
3042
3043 2007-05-30 [wwp]        2.9.2cvs19
3044
3045         * src/prefs_compose_writing.c
3046         * src/prefs_quote.c
3047         * src/procheader.c
3048         * src/quote_fmt.c
3049         * src/quote_fmt.h
3050                 Internal API changes (factorize quote format
3051                 prefs and checks).
3052
3053 2007-05-30 [colin]      2.9.2cvs18
3054
3055         * src/compose.c
3056                 Fix race where it's possible to re-click Send
3057                 between end of SMTP session and end of "move to
3058                 sent folder" when sending an email with send
3059                 dialog enabled.
3060
3061 2007-05-30 [colin]      2.9.2cvs17
3062
3063         * src/crash.c
3064                 Ask for backtrace on all threads. Patch by
3065                 Pawel
3066         * src/folderview.c
3067                 Fix stale news statusbar when scanning fails.
3068                 Patch by Pawel
3069         * src/ldapupdate.c
3070                 Fix some LDAP write updates bugs. Patch
3071                 by Michael Rasmussen
3072
3073 2007-05-29 [colin]      2.9.2cvs16
3074
3075         * src/imap.c
3076                 Fix loss of local flags when moving mails
3077                 on IMAP in high-bandwidth mode (UID FETCH)
3078
3079 2007-05-25 [paul]       2.9.2cvs15
3080
3081         * src/common/socket.c
3082                 fix sometimes crasher on cancelling
3083                 message sending
3084
3085 2007-05-25 [colin]      2.9.2cvs14
3086
3087         * src/imap.c
3088                 Fix a memory leak
3089         * src/imap_gtk.c
3090                 Be more helpful in the subscription
3091                 message
3092
3093 2007-05-23 [wwp]        2.9.2cvs13
3094
3095         * src/compose.c
3096         * src/prefs_compose_writing.c
3097         * src/prefs_quote.c
3098         * src/prefs_template.c
3099         * src/prefs_template.h
3100         * src/quote_fmt.c
3101         * src/quote_fmt.h
3102         * src/quote_fmt_lex.l
3103         * src/quote_fmt_parse.y
3104                 Introduced new syntax elements (symbols and commands)
3105                 in templates/quote_fmt. Compatibility w/ old
3106                 symbols is kept.
3107                 Updated and reworked the corresponding Information
3108                 dialog.
3109                 Display the line number in dialogs that talk about
3110                 parser errors (in addition to the error message in
3111                 output).
3112
3113 2007-05-23 [wwp]        2.9.2cvs12
3114
3115         * src/quote_fmt_parse.y
3116                 Fix 2.9.2cvs11, probably a paste accident ;).
3117
3118 2007-05-23 [wwp]        2.9.2cvs11
3119
3120         * src/compose.c
3121         * src/prefs_template.c
3122         * src/quote_fmt.h
3123         * src/quote_fmt_parse.y
3124                 Fix 2.9.2cvs10, which broke --disable-aspell.
3125
3126 2007-05-22 [wwp]        2.9.2cvs10
3127
3128         * src/compose.c
3129         * src/prefs_template.c
3130         * src/quote_fmt.c
3131         * src/quote_fmt.h
3132         * src/quote_fmt_lex.l
3133         * src/quote_fmt_parse.y
3134         * src/gtk/gtkaspell.c
3135         * src/gtk/gtkaspell.h
3136                 Added template/quote format syntactical elements
3137                 to show and query:
3138                         - current dictionary
3139                           %T to show (shows empty if not set or not enabled),
3140                           ?T and !T to check if the default dictionary is
3141                           enabled and set
3142                         - current account's default dictionary
3143                           %aT to show (empty if not set or not enabled),
3144                           ?aT and !aT to check if it's enabled and set
3145                         - name completion for an address, from the address
3146                           book
3147                           %ABf, %ABt, %ABc respectively show the full name got
3148                           from the address book if From, To or Cc match a single
3149                           contact.
3150                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3151                           matches any contact and if the full name is non-empty.
3152                           If From, To or Cc are lists of email addresses, only
3153                           the first address will be checked.
3154                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3155                 that could show a trailing ','.
3156                 Also, template/quote_fmt parser now shows the line number in case
3157                 of parser error.
3158
3159 2007-05-15 [colin]      2.9.2cvs9
3160
3161         * src/main.c
3162         * src/main.h
3163                 Add a public function to know whether Claws
3164                 crashed last time
3165                 Store opened folder when exiting
3166         * src/folder.c
3167         * src/folder.h
3168                 Store last opened message in each FolderItem;
3169                 Reset last seen messages if Claws crashed, so 
3170                 that one can't go in an infinite crash in case 
3171                 a particular mail crashes Claws.
3172         * src/messageview.c
3173         * src/prefs_common.c
3174         * src/prefs_common.h
3175         * src/summaryview.c
3176         * src/prefs_summaries.c
3177                 Add "Select last opened message" when entering
3178                 a folder
3179                 Add "Select last opened folder" at startup.
3180
3181 2007-05-14 [colin]      2.9.2cvs8
3182
3183         * manual/xml2pdf
3184                 Fix bashism, search for xml catalog 
3185                 in /usr/local/share/xml/catalog too
3186                 Patch by Pawel
3187
3188 2007-05-13 [wwp]        2.9.2cvs7
3189
3190         * src/gtk/logwindow.c
3191                 fix raising log windows when they are either minimized or
3192                 in background.
3193
3194 2007-05-11 [colin]      2.9.2cvs6
3195
3196         * src/gtk/filesel.c
3197                 Use Hildon's file chooser on Maemo. Patch
3198                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3199                 'File attachment "manipulation" bugs...'
3200
3201 2007-05-10 [wwp]        2.9.2cvs5
3202
3203         * src/prefs_common.c
3204         * src/prefs_common.h
3205         * src/gtk/quicksearch.c
3206                 Add a quicksearch option to automatically run
3207                 a search selected from the history (this option
3208                 is exclusive towards type-ahead).
3209
3210 2007-05-10 [colin]      2.9.2cvs4
3211
3212         * src/imap.c
3213                 Fix g_warnings, thanks to Brian
3214                 Morrison
3215
3216 2007-05-09 [colin]      2.9.2cvs3
3217
3218         * src/crash.c
3219         * src/exporthtml.c
3220         * src/mbox.c
3221         * src/prefs_summaries.c
3222         * src/procheader.c
3223         * src/common/log.c
3224         * src/common/utils.c
3225         * src/gtk/gtksourceprintjob.c
3226         * src/gtk/sslcertwindow.c
3227                 Use the re-entrant variant of time functions
3228                 Probably fixes bug 1217, 'reentrancy problems 
3229                 with time functions'
3230
3231 2007-05-09 [colin]      2.9.2cvs2
3232
3233         * src/imap.c
3234                 Fix crasher when reconnection fails
3235
3236 2007-05-08 [paul]       2.9.2cvs1
3237
3238         * NEWS
3239         * README
3240         * RELEASE_NOTES
3241         * configure.ac
3242                 bump version number following
3243                 stable release
3244
3245 2007-05-08 [paul]       2.9.1cvs48
3246
3247         * src/plugins/demo/demo.c
3248         * src/plugins/dillo_viewer/dillo_prefs.c
3249         * src/plugins/dillo_viewer/dillo_prefs.h
3250         * src/plugins/dillo_viewer/dillo_viewer.c
3251         * src/plugins/pgpcore/pgp_viewer.c
3252         * src/plugins/pgpcore/pgp_viewer.h
3253         * src/plugins/pgpcore/plugin.c
3254         * src/plugins/pgpcore/prefs_gpg.c
3255         * src/plugins/pgpcore/prefs_gpg.h
3256         * src/plugins/pgpcore/sgpgme.c
3257         * src/plugins/pgpcore/sgpgme.h
3258         * src/plugins/pgpinline/plugin.c
3259         * src/plugins/pgpmime/pgpmime.c
3260         * src/plugins/pgpmime/pgpmime.h
3261         * src/plugins/pgpmime/plugin.c
3262         * src/plugins/spamassassin/spamassassin.c
3263         * src/plugins/spamassassin/spamassassin.h
3264         * src/plugins/spamassassin/spamassassin_gtk.c
3265         * src/plugins/trayicon/README
3266         * tools/README
3267         * tools/README.sylprint
3268         * tools/outlook2claws-mail.pl
3269         * tools/sylprint.pl
3270         * tools/tb2claws-mail
3271         * tools/tbird2claws.py
3272         * tools/update-po
3273         * tools/vcard2xml.py
3274         * tools/kdeservicemenu/README
3275                 cleanups and corrections
3276
3277 2007-05-06 [wwp]        2.9.1cvs47
3278
3279         * tools/uudec
3280                 Fix missing dash to `display` command-line, reported
3281                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3282
3283 2007-05-06 [colin]      2.9.1cvs46
3284
3285         * src/Makefile.am
3286         * src/stock_pixmap.c
3287         * src/stock_pixmap.h
3288         * src/pixmaps/printer.xpm
3289                 Add a printer icon
3290
3291 2007-05-06 [paul]       2.9.1cvs45
3292
3293         * src/compose.c
3294         * src/ldapquery.c
3295         * src/privacy.h
3296         * src/summary_search.c
3297         * src/summaryview.c
3298                 fix build warnings
3299
3300 2007-05-05 [wwp]        2.9.1cvs44
3301
3302         * src/messageview.c
3303         * src/mh.c
3304         * src/prefs_actions.c
3305         * src/prefs_gtk.c
3306         * src/summaryview.c
3307         * src/common/xml.c
3308                 Fix "faild" typos everywhere and capitalization of
3309                 some g_warnings.
3310
3311 2007-05-04 [colin]      2.9.1cvs43
3312
3313         * src/compose.c
3314         * src/privacy.c
3315         * src/privacy.h
3316         * src/plugins/pgpcore/prefs_gpg.c
3317         * src/plugins/pgpcore/prefs_gpg.h
3318         * src/plugins/pgpinline/pgpinline.c
3319         * src/plugins/pgpmime/pgpmime.c
3320                 Add an API to warn about encryption limits,
3321                 and allow to disable these warnings
3322
3323 2007-05-03 [colin]      2.9.1cvs42
3324
3325         * src/summaryview.c
3326         * src/mainwindow.c
3327                 Fix bug 1213, 'Delete more than 
3328                 one thread at once'
3329
3330 2007-05-03 [wwp]        2.9.1cvs41
3331
3332         * src/prefs_common.c
3333         * src/prefs_filtering.c
3334         * src/prefs_template.c
3335         * src/common/template.c
3336         * src/common/template.h
3337         * src/gtk/gtkutils.c
3338         * src/gtk/gtkutils.h
3339                 Templates are no longer automatically sorted
3340                 by name, but can be sorted manually using
3341                 |< < > >| buttons as well as drag'n'drop.
3342
3343 2007-05-03 [wwp]        2.9.1cvs40
3344
3345         * src/plugins/spamassassin/spamassassin.c
3346         * src/plugins/spamassassin/spamassassin.h
3347         * src/plugins/spamassassin/spamassassin_gtk.c
3348         * src/plugins/bogofilter/bogofilter.c
3349         * src/plugins/bogofilter/bogofilter.h
3350         * src/plugins/bogofilter/bogofilter_gtk.c
3351                 Added an option to conditionally mark saved spam
3352                 as read (default is and was to do so).
3353                 Satisfies feature request 1708539 on sf.net tracker.
3354
3355 2007-05-03 [colin]      2.9.1cvs39
3356
3357         * src/inc.c
3358                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3359
3360 2007-05-02 [colin]      2.9.1cvs38
3361
3362         * src/textview.c
3363                 Fix bug 1209, 'Clicking on address 
3364                 in header (mailto uri) selects 
3365                 default account'. Patch adapted from
3366                 G.P. Halkes' patch.
3367
3368 2007-05-02 [colin]      2.9.1cvs37
3369
3370         * src/grouplistdialog.c
3371                 Set cursor to wait cursor while loading
3372                 groups.
3373
3374 2007-05-02 [paul]       2.9.1cvs36
3375
3376         * src/folder.c
3377         * src/common/defs.h
3378                 rename cache and mark files
3379                 (data is preserved)
3380
3381 2007-04-30 [paul]       2.9.1cvs35
3382
3383         * manual/glossary.xml
3384         * manual/plugins.xml
3385                 updates. Patch by Ricardo
3386
3387 2007-04-29 [wwp]        2.9.1cvs34
3388
3389         * src/mainwindow.c
3390         * configure.ac
3391                 Fix few grammatical errors (patch by David Relson < relson at
3392                 osagesoftware dot com >).
3393
3394 2007-04-28 [colin]      2.9.1cvs33
3395
3396         * src/account.c
3397         * src/pop.c
3398         * src/prefs_account.c
3399         * src/prefs_account.h
3400                 Drop the "Download all" preference. It's
3401                 stupidly useless and confuses people from
3402                 time to time.
3403
3404 2007-04-27 [wwp]        2.9.1cvs32
3405
3406         * src/account.c
3407         * src/prefs_account.c
3408         * src/prefs_account.h
3409                 Don't reflect accounts changes to the mainwindow when it's
3410                 not necessary.
3411
3412 2007-04-27 [colin]      2.9.1cvs31
3413
3414         * src/folder.c
3415                 Freeze/thaw when sync'ing flags
3416         * src/imap.c
3417         * src/prefs_account.c
3418         * src/prefs_account.h
3419         * src/etpan/imap-thread.c
3420         * src/etpan/imap-thread.h
3421                 Add a way to use UID FETCH instead
3422                 of searches to fetch message lists
3423                 and flags. More expensive towards
3424                 bandwidth, less expensive towards
3425                 server's CPU. Probably fixes 
3426                 bug 1158, 'Scanning new folders on 
3427                 Exchange 2007 extremely slow'.
3428                 Patch 95% by Hoa.
3429
3430 2007-04-27 [paul]       2.9.1cvs30
3431
3432         * src/mainwindow.c
3433         * src/prefs_logging.c
3434                 improvements to english usage
3435
3436 2007-04-27 [colin]      2.9.1cvs29
3437
3438         * src/imap.c
3439                 Fix build without libetpan (my bad!)
3440
3441 2007-04-26 [colin]      2.9.1cvs28
3442
3443         * src/imap.c
3444         * src/imap.h
3445                 Fix uselessly exported function
3446         * src/textview.c
3447                 Consider "- -- \n" as signature separator
3448                 (that's what signature separators look like
3449                  in PGP/Inline signed mails)
3450
3451 2007-04-26 [colin]      2.9.1cvs27
3452
3453         * configure.ac
3454                 libetpan-0.49 is now required
3455         * src/procmime.c
3456                 Fix double fetching of mails if
3457                 first try failed
3458         * src/imap.c
3459                 Make offline sync faster, by
3460                 remembering last change time, and
3461                 last sync time.
3462
3463 2007-04-26 [hoa]        2.9.1cvs26
3464
3465         * src/imap.c
3466         * src/imap.h
3467         * src/mainwindow.c
3468         * src/toolbar.c
3469         * src/etpan/imap-thread.c
3470         * src/etpan/imap-thread.h
3471                 cancellation of IMAP operations is now allowed.
3472                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3473
3474 2007-04-26 [colin]      2.9.1cvs25
3475
3476         * src/folder.c
3477                 Always fetch body+headers in folders that are
3478                 synched for offline use, if "Synchronise as
3479                 soon as possible" is set.
3480                 Fixes bug 1200, 'Add option to always retrieve full 
3481                 messages'
3482
3483 2007-04-25 [colin]      2.9.1cvs24
3484
3485         * src/compose.c
3486                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3487                 persists...'
3488
3489 2007-04-24 [colin]      2.9.1cvs23
3490
3491         * src/folderview.c
3492                 Fix bug 1195, 'Hardware key navigation' 
3493                 Make GDK_Enter toggle expansion (Maemo)
3494
3495 2007-04-24 [wwp]        2.9.1cvs22
3496
3497         * src/compose.c
3498                 Fix few compiler warnings.
3499
3500 2007-04-24 [paul]       2.9.1cvs21
3501
3502         * src/Makefile.am
3503         * src/stock_pixmap.c
3504         * src/stock_pixmap.h
3505                 complete last commit
3506
3507 2007-04-24 [paul]       2.9.1cvs20
3508
3509         * src/gtk/about.c
3510         * src/pixmaps/active.xpm
3511         * src/pixmaps/checkbox_off.xpm
3512         * src/pixmaps/checkbox_on.xpm
3513         * src/pixmaps/inactive.xpm
3514                 kick out the blobs
3515                 remove transparent border from checkbox icons
3516
3517 2007-04-24 [wwp]        2.9.1cvs19
3518
3519         * src/textview.c
3520         * src/textview.h
3521                 Fix a crash in textview, thanks to Colin.
3522
3523 2007-04-23 [wwp]        2.9.1cvs18
3524
3525         * src/prefs_common.c
3526                 Fix 2.9.1cvs5: no header was being translated at all.
3527
3528 2007-04-23 [colin]      2.9.1cvs17
3529
3530         * src/Makefile.am
3531         * src/stock_pixmap.c
3532         * src/stock_pixmap.h
3533         * src/summaryview.c
3534         * src/summaryview.h
3535         * src/gtk/gtksctree.c
3536         * src/gtk/gtksctree.h
3537         * src/pixmaps/selection.xpm
3538                 Fix bug 1193, 'Need a way to multi-select
3539                 items'. Add a toggle button to the summaryview
3540                 to switch between normal and multiple selection
3541                 (Maemo)
3542
3543 2007-04-23 [colin]      2.9.1cvs16
3544
3545         * src/Makefile.am
3546         * src/stock_pixmap.c
3547         * src/stock_pixmap.h
3548         * src/summaryview.c
3549         * src/summaryview.h
3550         * src/gtk/gtksctree.c
3551         * src/gtk/gtksctree.h
3552         * src/pixmaps/selection.xpm
3553                 Fix bug 1193, 'Need a way to multi-
3554                 select items'
3555                 Add a toggle button in the summaryview
3556                 to enable normal or multiple selection.
3557                 (Maemo)
3558
3559 2007-04-23 [colin]      2.9.1cvs15
3560
3561         * src/compose.c
3562                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3563
3564 2007-04-21 [colin]      2.9.1cvs14
3565
3566         * src/gtk/quicksearch.c
3567                 Fix previous commit (actually use correct
3568                 parameter)
3569
3570 2007-04-21 [colin]      2.9.1cvs13
3571
3572         * src/gtk/quicksearch.c
3573                 Fix changing quicksearch type (after Esc,
3574                 after changing Recursive, ...)
3575
3576 2007-04-20 [wwp]        2.9.1cvs12
3577
3578         * src/gtk/Makefile.am
3579                 Added headers.h (completes 2.9.1cvs5).
3580
3581 2007-04-20 [wwp]        2.9.1cvs11
3582
3583         * src/addressbook.c
3584                 Fix the use of display name in name column,
3585                 it has been overriden w/ the use of nickname
3586                 by 2.9.0cvs3. Now nickname is used (if any)
3587                 in case of LDAP books only.
3588
3589 2007-04-20 [colin]      2.9.1cvs10
3590
3591         * src/mimeview.c
3592         * src/summaryview.c
3593         * src/textview.c
3594                 Add handling of 'a' to loop in a mail's
3595                 mimeparts
3596
3597 2007-04-20 [colin]      2.9.1cvs9
3598
3599         * src/toolbar.c
3600                 Fix bug 1190, 'dir_open' button doesn't work'
3601                 (Maemo)
3602
3603 2007-04-20 [colin]      2.9.1cvs8
3604
3605         * src/folderview.c
3606         * src/mainwindow.c
3607                 Fix bug 1194, 'Hardware keys move from email 
3608                 list to account/directory list, but not back 
3609                 to email list...' (Maemo)
3610
3611 2007-04-20 [colin]      2.9.1cvs7
3612
3613         * src/compose.h
3614                 complete previous commit
3615
3616 2007-04-20 [colin]      2.9.1cvs6
3617
3618         * src/compose.c
3619                 Fix bug 1187, 'Reply-to addressee disappears 
3620                 when reply-to text box is clicked...' (Maemo)
3621
3622 2007-04-20 [wwp]        2.9.1cvs5
3623
3624         * po/POTFILES.in
3625         * src/addressbook.c
3626         * src/compose.c
3627         * src/filtering.c
3628         * src/headerview.c
3629         * src/matcher.c
3630         * src/prefs_common.c
3631         * src/prefs_common.h
3632         * src/prefs_display_header.c
3633         * src/prefs_matcher.c
3634         * src/summaryview.c
3635         * src/gtk/headers.h
3636         * src/gtk/quicksearch.c
3637                 Translate more header names according to the relevant option value,
3638                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3639                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3640                 to prefs_common_translated_header_name().
3641                 Added a headers.h reference file that contains known header names
3642                 (RFC2822 and others) to the translation process' input, so that
3643                 translated header names will still exist even if no occurrence of
3644                 _("headername") is found anymore in the sources.
3645                 Don't translate column name 'Number' following to trans_hdr option
3646                 value as it's not a header name.
3647
3648 2007-04-20 [colin]      2.9.1cvs4
3649
3650         * src/gtk/quicksearch.c
3651         * src/gtk/quicksearch.h
3652                 Add "From, To or Subject" quicksearch
3653                 type. Patch by ulfschaper@users.sf.net
3654
3655 2007-04-20 [colin]      2.9.1cvs3
3656
3657         * src/matcher.c
3658                 Implement proper references filtering condition.
3659                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3660
3661 2007-04-19 [wwp]        2.9.1cvs2
3662
3663         * src/prefs_display_header.c
3664         * src/message_search.c
3665                 Fix few warnings (g_free of const gchar*).
3666
3667 2007-04-19 [paul]       2.9.1cvs1
3668
3669         * NEWS
3670         * README
3671         * RELEASE_NOTES
3672         * configure.ac
3673                 bump version number following
3674                 stable release
3675
3676 2007-04-19 [paul]       2.9.0cvs9
3677
3678         * manual/advanced.xml
3679         * manual/glossary.xml
3680                 fix typos
3681
3682 2007-04-18 [paul]       2.9.0cvs8
3683
3684         * src/pop.c
3685                 fix for CVE-2007-1558 (APOP)
3686                 Thanks to Colin
3687
3688 2007-04-18 [paul]       2.9.0cvs7
3689
3690         * src/messageview.c
3691         * src/mimeview.c
3692         * src/summaryview.c
3693         * src/gtk/filesel.c
3694                 Fix encoding woes wrt saving of
3695                 mails and parts
3696                 Thanks to Colin
3697
3698 2007-04-18 [colin]      2.9.0cvs6
3699
3700         * src/gtk/pluginwindow.c
3701                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3702
3703 2007-04-17 [wwp]        2.9.0cvs5
3704
3705         * src/addressadd.c
3706         * src/addressbook.c
3707         * src/addrindex.c
3708         * src/ldapupdate.c
3709                 Fix --disable-ldap build,
3710                 fix some LDAP annoyances on 
3711                 searches, thanks to Colin.
3712
3713 2007-04-17 [wwp]        2.9.0cvs4
3714
3715         * src/ldapupdate.c
3716                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3717                 like gcc 2.9x. Thanks to Colin.
3718
3719 2007-04-17 [wwp]        2.9.0cvs3
3720
3721         * src/Makefile.am
3722         * src/addressadd.c
3723         * src/addressbook.c
3724         * src/addrindex.c
3725         * src/addritem.c
3726         * src/addritem.h
3727         * src/editaddress.c
3728         * src/ldapctrl.c
3729         * src/ldapctrl.h
3730         * src/ldapquery.c
3731         * src/ldapserver.c
3732         * src/ldapserver.h
3733         * src/ldapupdate.c
3734         * src/ldapupdate.h
3735                 Add LDAP write support. Patch mostly by 
3736                 Michael <mir at datanom dot net>
3737
3738 2007-04-17 [wwp]        2.9.0cvs2
3739
3740         * src/compose.c
3741                 Prepend "Add to address book" to the context menu of compose window's sender and
3742                 recipient fields.
3743
3744 2007-04-16 [paul]       2.9.0cvs1
3745
3746         * src/gtk/authors.h
3747                 add Pader Rezso
3748
3749 2007-04-16 [paul]       2.9.0
3750
3751         * NEWS
3752         * README
3753         * RELEASE_NOTES
3754                 2.9.0 released
3755
3756 2007-04-16 [paul]       2.8.1cvs102
3757
3758         * po/fr.po
3759                 updated by Fabien Vantard
3760
3761 2007-04-16 [paul]       2.8.1cvs101
3762
3763         * po/ca.po
3764         * po/cs.po
3765         * po/de.po
3766         * po/hu.po
3767         * po/pl.po
3768         * po/pt_BR.po
3769         * po/sr.po
3770         * po/zh_CN.po
3771                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3772                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3773                 Aleksandar Urosevic, and Ralgh Young
3774
3775 2007-04-15 [mones]      2.8.1cvs100
3776
3777         * po/es.po
3778                 Updated for release
3779
3780 2007-04-14 [colin]      2.8.1cvs99
3781
3782         * src/message_search.c
3783         * src/prefs_display_header.c
3784         * src/summary_search.c
3785         * src/gtk/combobox.c
3786                 Fix allocations
3787
3788 2007-04-14 [wwp]        2.8.1cvs98
3789
3790         * src/gtk/combobox.c
3791         * src/message_search.c
3792         * src/summary_search.c
3793         * src/prefs_display_header.c
3794                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3795                 returns NULL, get the text value directly from the GtkEntry child.
3796
3797 2007-04-13 [colin]      2.8.1cvs97
3798
3799         * src/gtk/quicksearch.c
3800                 Give the focus back to summaryview when
3801                 emptying the quicksearch with Esc
3802
3803 2007-04-13 [colin]      2.8.1cvs96
3804
3805         * src/message_search.c
3806         * src/prefs_display_header.c
3807         * src/summary_search.c
3808                 Fix possibles crashes when getting text
3809                 from gtk combos
3810
3811 2007-04-13 [colin]      2.8.1cvs95
3812
3813         * src/pop.c
3814                 Add some UIDL debugging
3815
3816 2007-04-12 [colin]      2.8.1cvs94
3817
3818         * src/folder.c
3819                 Force folder scan if necessary after
3820                 copying mails, to be able to reapply
3821                 flags.
3822
3823 2007-04-11 [colin]      2.8.1cvs93
3824
3825         * src/main.c
3826                 don't scan for new mail on startup if --select
3827                 is specified (or race conditions arise). If so,
3828                 do both sequentially.
3829
3830 2007-04-09 [colin]      2.8.1cvs92
3831
3832         * src/common/defs.h
3833                 Use leafpad by default on Maemo. Patch
3834                 by Jean-Luc Biord.
3835
3836 2007-04-06 [colin]      2.8.1cvs91
3837
3838         * src/pixmaps/queue_close.xpm
3839         * src/pixmaps/queue_close_hrm.xpm
3840         * src/pixmaps/queue_close_hrm_mark.xpm
3841         * src/pixmaps/queue_close_mark.xpm
3842         * src/pixmaps/queue_open.xpm
3843         * src/pixmaps/queue_open_hrm.xpm
3844         * src/pixmaps/queue_open_hrm_mark.xpm
3845         * src/pixmaps/queue_open_mark.xpm
3846                 Move the clock one pixel down :)
3847
3848 2007-04-05 [colin]      2.8.1cvs90
3849
3850         * src/mainwindow.c
3851                 Don't sync when switching offline from
3852                 command line - it's usually too late :)
3853
3854 2007-04-05 [paul]       2.8.1cvs89
3855
3856         * src/Makefile.am
3857         * src/stock_pixmap.c
3858         * src/pixmaps/dir_close_hrm.xpm
3859         * src/pixmaps/dir_close_hrm_mark.xpm
3860         * src/pixmaps/drafts_close.xpm
3861         * src/pixmaps/drafts_close_mark.xpm
3862         * src/pixmaps/drafts_open.xpm
3863         * src/pixmaps/drafts_open_mark.xpm
3864         * src/pixmaps/inbox.xpm
3865         * src/pixmaps/inbox_close.xpm
3866         * src/pixmaps/inbox_close_hrm.xpm
3867         * src/pixmaps/inbox_close_hrm_mark.xpm
3868         * src/pixmaps/inbox_close_mark.xpm
3869         * src/pixmaps/inbox_hrm.xpm
3870         * src/pixmaps/inbox_hrm_mark.xpm
3871         * src/pixmaps/inbox_mark.xpm
3872         * src/pixmaps/inbox_open.xpm
3873         * src/pixmaps/inbox_open_hrm.xpm
3874         * src/pixmaps/inbox_open_hrm_mark.xpm
3875         * src/pixmaps/inbox_open_mark.xpm
3876         * src/pixmaps/outbox.xpm
3877         * src/pixmaps/outbox_close.xpm
3878         * src/pixmaps/outbox_close_hrm.xpm
3879         * src/pixmaps/outbox_close_hrm_mark.xpm
3880         * src/pixmaps/outbox_close_mark.xpm
3881         * src/pixmaps/outbox_hrm.xpm
3882         * src/pixmaps/outbox_hrm_mark.xpm
3883         * src/pixmaps/outbox_mark.xpm
3884         * src/pixmaps/outbox_open.xpm
3885         * src/pixmaps/outbox_open_hrm.xpm
3886         * src/pixmaps/outbox_open_hrm_mark.xpm
3887         * src/pixmaps/outbox_open_mark.xpm
3888         * src/pixmaps/queue_close.xpm
3889         * src/pixmaps/queue_close_hrm.xpm
3890         * src/pixmaps/queue_close_hrm_mark.xpm
3891         * src/pixmaps/queue_close_mark.xpm
3892         * src/pixmaps/queue_open.xpm
3893         * src/pixmaps/queue_open_hrm.xpm
3894         * src/pixmaps/queue_open_hrm_mark.xpm
3895         * src/pixmaps/queue_open_mark.xpm
3896                 updated, added and replaced icons
3897                 Icons by Colin
3898
3899 2007-04-04 [colin]      2.8.1cvs88
3900
3901         * src/imap.c
3902                 Fix build without libetpan
3903
3904 2007-04-03 [colin]      2.8.1cvs87
3905
3906         * src/imap.c
3907                 Fix crash with Citadel, and try to make
3908                 things work. this server (and specifically 
3909                 STATUS and APPEND at least) seems broken.
3910
3911 2007-04-03 [colin]      2.8.1cvs86
3912
3913         * src/folderview.c
3914                 Fix icons on folder close
3915
3916 2007-04-03 [colin]      2.8.1cvs85
3917
3918         * src/inc.c
3919                 Fix double-ask of offline override in
3920                 certain cases
3921         * src/imap.c
3922         * src/imap.h
3923         * src/imap_gtk.c
3924                 Much more efficient way to synchronise
3925                 for offline use
3926         * src/etpan/imap-thread.c
3927                 Fix possible segs
3928         * src/folder.c
3929         * src/gtk/quicksearch.c
3930                 Fix some GUI lags
3931
3932 2007-04-03 [paul]       2.8.1cvs84
3933
3934         * src/filtering.c
3935         * src/folder.c
3936         * src/folder.h
3937         * src/prefs_common.c
3938         * src/prefs_common.h
3939         * src/prefs_other.c
3940                 Fix sync being done too late
3941                 Thanks to Colin
3942
3943 2007-04-02 [colin]      2.8.1cvs83
3944
3945         * src/summaryview.c
3946                 Maemo: Put status and quicksearch at the top
3947         * src/plugins/bogofilter/bogofilter.c
3948         * src/plugins/spamassassin/spamassassin.c
3949                 Derive trash from inbox if possible
3950
3951 2007-04-02 [paul]       2.8.1cvs82
3952
3953         * src/plugins/bogofilter/bogofilter_gtk.c
3954                 a few English changes
3955
3956 2007-04-02 [paul]
3957
3958         2.9.0-rc1 released
3959
3960 2007-04-02 [colin]      2.8.1cvs81
3961
3962         * src/image_viewer.c
3963                 Fix transparent images by using
3964                 GtkImage
3965         * src/messageview.c
3966                 Flush events (on new windows) to avoid
3967                 having the textview's image resize fail
3968                 to know the available width
3969
3970 2007-04-01 [colin]      2.8.1cvs80
3971
3972         * src/prefs_account.c
3973                 If no MH mailbox exist, when creating a POP/Local
3974                 account, just create and use the default one 
3975                 instead of bailing with a "Mailbox doesn't exist"
3976                 error
3977
3978 2007-03-31 [colin]      2.8.1cvs79
3979
3980         * src/prefs_account.c
3981                 Create signature file if it doesn't exist
3982                 before editing
3983         * src/prefs_toolbar.c
3984                 Maemo: Move "Use default" on the left so
3985                 that people can find it
3986         * src/common/defs.h
3987                 Maemo: make default editor "Maemopad", 
3988                 default signature file "MyDocs/signature.txt"
3989
3990 2007-03-31 [colin]      2.8.1cvs78
3991
3992         * src/prefs_account.c
3993                 Maemo: rework account prefs so
3994                 that less horizontal scrolling
3995                 is required
3996
3997 2007-03-31 [colin]      2.8.1cvs77
3998
3999         * src/folderview.c
4000         * src/prefs_common.c
4001         * src/prefs_common.h
4002                 Fix bug 1167, 'Allow not displaying zeros 
4003                 in folder list'. Patch by MartinP
4004
4005 2007-03-31 [colin]      2.8.1cvs76
4006
4007         * AUTHORS
4008                 Add Jean-Luc Biord
4009
4010 2007-03-31 [colin]      2.8.1cvs75
4011
4012         * src/imap.c
4013                 Apply patch from bug 1172, direct
4014                 access to the folder's session instead
4015                 of using getter. Patch by MartinP
4016
4017 2007-03-31 [paul]       2.8.1cvs74
4018
4019         * src/gtk/authors.h
4020                 no need to list Fabien twice!
4021
4022 2007-03-31 [colin]      2.8.1cvs73
4023
4024         * src/inc.c
4025                 If we're currently "overriding for %d minutes",
4026                 don't ask
4027
4028 2007-03-31 [colin]      2.8.1cvs72
4029
4030         * src/compose.c
4031         * src/imap.c
4032         * src/inc.c
4033         * src/inc.h
4034         * src/messageview.c
4035         * src/news.c
4036         * src/plugins/spamassassin/spamassassin.c
4037                 Offline override: Add a parameter to allow
4038                 asking even if the override timer is running.
4039                 Allows to ask every time the user makes an
4040                 explicit action needing online access (such
4041                 as Get Mail), and not when the action is 
4042                 implicit (such as opening an IMAP folder)
4043
4044 2007-03-31 [colin]      2.8.1cvs71
4045
4046         * src/inc.c
4047                 Override offline: "No" answer shouldn't
4048                 re-ask after 3 seconds, but 10 minutes. 
4049
4050 2007-03-30 [colin]      2.8.1cvs70
4051
4052         * src/common/socket.c
4053                 Better error reporting on unix socket
4054                 failure (bind usually)
4055         * src/gtk/gtkutils.c
4056         * src/gtk/gtkutils.h
4057                 Label window: add a pulsing progress
4058                 bar to show we're not hung :)
4059         * src/folderview.c
4060         * src/main.c
4061         * src/plugins/pgpcore/sgpgme.c
4062                 Update API
4063
4064 2007-03-30 [colin]      2.8.1cvs69
4065
4066         * src/pop.c
4067         * src/prefs_common.c
4068                 Fix possible trashing of history and uidl
4069                 files on disk full problems
4070
4071 2007-03-30 [paul]       2.8.1cvs68
4072
4073         * src/mainwindow.c
4074         * src/summaryview.c
4075         * src/summaryview.h
4076                 update summary when changing layout type
4077                 (fixes wrong folder icon being displayed)
4078                 Thanks to Colin
4079
4080 2007-03-29 [colin]      2.8.1cvs67
4081
4082         * src/prefs_ext_prog.c
4083                 The browser pref is irrelevant on Maemo
4084
4085 2007-03-29 [colin]      2.8.1cvs66
4086
4087         * src/compose.c
4088         * src/compose.h
4089                 Maemo: dynamically switch headers/text position
4090         * src/prefs_common.c
4091                 Maemo: hide compose's ruler by default
4092         * src/common/socket.c
4093         * src/common/socket.h
4094                 Fix build warning
4095
4096 2007-03-29 [colin]      2.8.1cvs65
4097
4098         * src/common/socket.c
4099         * src/common/socket.h
4100                 Fix build when MAEMO_CFLAGS contains
4101                 _X_OPENSOURCE (resolv.h errors as long
4102                 as we don't add _BSD_SOURCE. Ugly).
4103
4104 2007-03-29 [wwp]        2.8.1cvs64
4105
4106         * src/prefs_logging.c
4107                 Fix sensitivity of clip-log widgets in prefs/logging,
4108                 thanks to Fabien.
4109
4110 2007-03-29 [wwp]        2.8.1cvs63
4111
4112         * po/POTFILES.in
4113                 Updated files list for translations, thanks to Fabien.
4114
4115 2007-03-29 [colin]      2.8.1cvs62
4116
4117         * src/main.c
4118         * src/common/Makefile.am
4119         * src/common/utils.c
4120                 Maybe make URI opening work in Maemo
4121                 Requires testing :)
4122
4123 2007-03-28 [colin]      2.8.1cvs61
4124
4125         * src/folder.c
4126         * src/folder.h
4127         * src/folderview.c
4128                 Add the possibility to sort folders arbitrarily
4129                 (via editing of folderlist.xml only). Patch by
4130                 Martin P <mp26+claws@os.inf.tu-dresden.de>
4131                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
4132                 be changed by the user'
4133
4134 2007-03-28 [colin]      2.8.1cvs60
4135
4136         * src/mimeview.c
4137                 Add popup menu for mime icons
4138
4139 2007-03-28 [colin]      2.8.1cvs59
4140
4141         * src/mainwindow.c
4142                 Fix a layout issue when presenting
4143                 mainwindow in Small screen layout
4144         * src/toolbar.c
4145         * src/toolbar.h
4146                 Add a "Go to folder list" button for
4147                 mainwindow, and make it default in
4148                 the Maemo build
4149
4150 2007-03-28 [colin]      2.8.1cvs58
4151
4152         * src/compose.c
4153                 Don't dynamically update title on Maemo
4154                 Patch by Jean-Luc Biord
4155
4156 2007-03-27 [colin]      2.8.1cvs57
4157
4158         * src/compose.c
4159         * src/folderview.c
4160         * src/summaryview.c
4161                 Enable tap-and-hold on Maemo
4162
4163 2007-03-26 [colin]      2.8.1cvs56
4164
4165         * src/compose.c
4166                 More popup-menu (in attachments list)
4167
4168 2007-03-26 [colin]      2.8.1cvs55
4169
4170         * src/compose.c
4171                 Enable popup-menu signal
4172
4173 2007-03-26 [colin]      2.8.1cvs54
4174
4175         * src/plugins/pgpinline/pgpinline.c
4176                 Fix bug 1111, 'PGP/inline plugin hides text 
4177                 around encrypted text block'. Patch based on
4178                 a patch from Michal Cihar.
4179
4180 2007-03-26 [wwp]        2.8.1cvs53
4181
4182         * src/procmsg.c
4183                 Fix getting a false error when sending queued message
4184                 whereas the sending was fine (if there are subfolders
4185                 in the queue folder), thanks to Colin.
4186
4187 2007-03-26 [paul]       2.8.1cvs52
4188
4189         * src/wizard.c
4190                 update FACE header in welcome message
4191
4192 2007-03-25 [colin]      2.8.1cvs51
4193
4194         * src/Makefile.am
4195                 Fix make dist
4196
4197 2007-03-25 [colin]      2.8.1cvs50
4198
4199         * src/main.c
4200                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4201
4202 2007-03-24 [colin]      2.8.1cvs49
4203
4204         * src/main.c
4205                 Fix a few launch problems on Maemo
4206                 Patch by Jean-Luc Biord
4207
4208 2007-03-24 [wwp]        2.8.1cvs48
4209
4210         * src/alertpanel.c
4211         * src/alertpanel.h
4212         * src/messageview.c
4213         * src/summaryview.c
4214                 Fix wrong action performed when closing the
4215                 "ask about account specific filtering rules
4216                 when filtering manually" dialog by pressing Escape.
4217                 Fix wrong order of buttons in the "return receipt
4218                 notification - the message was sent to several of
4219                 your accounts" dialog.
4220
4221 2007-03-24 [paul]       2.8.1cvs47
4222
4223         * src/folderview.c
4224                 an improvement to English usage
4225         * tools/kdeservicemenu/README
4226                 updated Claws url
4227
4228 2007-03-24 [paul]       2.8.1cvs46
4229
4230         * src/Makefile.am
4231         * src/stock_pixmap.c
4232         * src/pixmaps/edit_extern.xpm
4233         * src/pixmaps/mail_sign.xpm
4234                 rescue long lost icons
4235
4236 2007-03-24 [paul]       2.8.1cvs45
4237
4238         * src/toolbar.c
4239                 fix toolbar (broken in 2.8.1cvs42)
4240
4241 2007-03-23 [colin]      2.8.1cvs44
4242
4243         * src/imap.c
4244                 Correctly unsubscribe/resubscribe after
4245                 RENAME
4246
4247 2007-03-23 [colin]      2.8.1cvs43
4248
4249         * src/prefs_common.c
4250                 Maemo: as the platform is light on RAM, allow
4251                 caches to be discarded faster.
4252
4253 2007-03-23 [colin]      2.8.1cvs42
4254
4255         * src/Makefile.am
4256         * src/compose.c
4257         * src/compose.h
4258         * src/stock_pixmap.c
4259         * src/stock_pixmap.h
4260         * src/summaryview.c
4261         * src/summaryview.h
4262         * src/toolbar.c
4263         * src/toolbar.h
4264         * src/pixmaps/open_mail.xpm
4265                 Maemo changes: Add the possibility to have
4266                 "Open Email" and "Close Window" buttons on 
4267                 toolbars (and use them in Maemo's default
4268                 toolbars)
4269
4270 2007-03-23 [wwp]        2.8.1cvs41
4271
4272         * src/action.c
4273                 Reverted that part of the action dialog closure logics, to
4274                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4275                 done later in a different way (or may not).
4276
4277 2007-03-22 [wwp]        2.8.1cvs40
4278
4279         * src/action.c
4280                 Fix sticky action dialog when got no output but action command
4281                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4282
4283 2007-03-22 [colin]      2.8.1cvs39
4284
4285         * src/prefs_filtering.c
4286         * src/gtk/combobox.h
4287                 Fix escaping account names in filtering prefs
4288
4289 2007-03-22 [colin]      2.8.1cvs38
4290
4291         * src/addrindex.c
4292         * src/ldapctrl.h
4293         * src/ldapquery.c
4294                 Add any attribute specified in LDAP servers'
4295                 Search attributes to the Other Attributes tab
4296                 of contacts; Add 'telephoneNumber' in the
4297                 default list.
4298
4299 2007-03-22 [colin]      2.8.1cvs37
4300
4301         * src/folderview.c
4302         * src/folderview.h
4303         * src/mainwindow.c
4304                 Try to prevent race conditions when
4305                 changing the folder list
4306         * src/summaryview.c
4307                 Fix possible red folder icon when
4308                 switching from Small screen layout
4309                 to any other
4310
4311 2007-03-22 [colin]      2.8.1cvs36
4312
4313         * src/mainwindow.c
4314         * src/mainwindow.h
4315         * src/summaryview.c
4316                 Rename "little screen" to "Small screen"
4317         * src/gtk/Makefile.am
4318         * src/common/utils.c
4319         * src/mh.c
4320                 Fix Maemo-related compilation problems
4321
4322 2007-03-21 [colin]      2.8.1cvs35
4323
4324         * configure.ac
4325                 Fix previous commit
4326         * claws-mail.desktop
4327                 Remove .png from the Icon, it's useless
4328
4329 2007-03-21 [colin]      2.8.1cvs34
4330
4331         * configure.ac
4332         * src/Makefile.am
4333                 Add the necessary lib checking for 
4334                 Maemo
4335
4336 2007-03-21 [colin]      2.8.1cvs33
4337
4338         * src/main.c
4339                 Fix unconditional "error happened" when
4340                 sending via command-line. "lol @ myself"
4341
4342 2007-03-21 [colin]      2.8.1cvs32
4343
4344         * claws-mail-40x40.png
4345         * claws-mail-26x26.png
4346         * src/account.c
4347         * src/addressbook.c
4348         * src/compose.c
4349         * src/folderview.c
4350         * src/folderview.h
4351         * src/main.c
4352         * src/mainwindow.c
4353         * src/mainwindow.h
4354         * src/messageview.c
4355         * src/prefs_account.c
4356         * src/prefs_common.c
4357         * src/summary_search.c
4358         * src/summaryview.c
4359         * src/summaryview.h
4360         * src/gtk/authors.h
4361         * src/gtk/gtkutils.c
4362         * src/gtk/gtkutils.h
4363         * src/gtk/logwindow.c
4364         * src/gtk/menu.c
4365         * src/gtk/prefswindow.c
4366                 Add Maemo port (patch mainly by Jean-Luc Biort)
4367                 Add a new 'Little screen' layout to help on such
4368                 platforms (patch by me)
4369                 Make some default preferences different (more
4370                 adapted) on Maemo (patch by me)
4371
4372 2007-03-21 [wwp]        2.8.1cvs31
4373
4374         * src/prefs_logging.c
4375         * src/prefs_logging.h
4376                 Fixed copyright header of newly added files.
4377
4378 2007-03-21 [wwp]        2.8.1cvs30
4379
4380         * src/Makefile.am
4381         * src/filtering.c
4382         * src/filtering.h
4383         * src/folder.c
4384         * src/folderview.c
4385         * src/imap.c
4386         * src/inc.c
4387         * src/main.c
4388         * src/mainwindow.c
4389         * src/mainwindow.h
4390         * src/matcher.c
4391         * src/messageview.c
4392         * src/news.c
4393         * src/pop.c
4394         * src/prefs_common.c
4395         * src/prefs_common.h
4396         * src/prefs_logging.c
4397         * src/prefs_logging.h
4398         * src/prefs_other.c
4399         * src/procmsg.c
4400         * src/send_message.c
4401         * src/summaryview.c
4402         * src/common/log.c
4403         * src/common/log.h
4404         * src/common/nntp.c
4405         * src/common/session.c
4406         * src/common/smtp.c
4407         * src/common/socket.c
4408         * src/etpan/imap-thread.c
4409         * src/gtk/logwindow.c
4410         * src/gtk/logwindow.h
4411         * src/plugins/bogofilter/bogofilter.c
4412         * src/plugins/spamassassin/spamassassin.c
4413                 Added debugging of filtering/processing rules.
4414                 The debug log is here 'Tools/Filtering debug window',
4415                 the options there 'Configuration/Preferences/Other/Logging',
4416                 and the log file is ~/.claws-mail/filtering.log.
4417                 Moved protocol log prefs to 'Other/Logging' as well.
4418                 To support such debugging feature, the existing log API has
4419                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4420                 this impacts many external modules (commits follow).
4421
4422 2007-03-21 [paul]       2.8.1cvs29
4423
4424         * src/etpan/Makefile.am
4425         * src/etpan/imap-thread.c
4426                 add missing #include
4427
4428 2007-03-21 [colin]      2.8.1cvs28
4429
4430         * src/procmime.c
4431                 Fix bug 1157, 'some broken messages confuse 
4432                 mime parser'. Make sure we can't have MimeInfos
4433                 with negative sizes.
4434
4435 2007-03-20 [colin]      2.8.1cvs27
4436
4437         * src/main.c
4438                 Fix missing \0 on buffer
4439
4440 2007-03-20 [colin]      2.8.1cvs26
4441
4442         * src/mh.c
4443                 Use make_dir_hier instead of make_dir 
4444                 to create the MH mailbox
4445
4446 2007-03-20 [colin]      2.8.1cvs25
4447
4448         * src/folder.c
4449         * src/folder.h
4450         * src/prefs_account.c
4451         * src/wizard.c
4452                 Fix default inbox weirdnesses (after wizard,
4453                 if path is Mail, mailbox identifier is #mh/Mailbox,
4454                 and when creating new accounts)
4455
4456 2007-03-20 [colin]      2.8.1cvs24
4457
4458         * src/account.c
4459                 Write folderlist after adding/deleting accounts
4460                 that have folders
4461
4462 2007-03-20 [colin]      2.8.1cvs23
4463
4464         * src/imap.c
4465         * src/remotefolder.h
4466                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4467                 selected while scanning prior to update'
4468
4469 2007-03-17 [paul]       2.8.1cvs22
4470
4471         * src/main.c
4472                 fix a typo, and be a little more verbose.
4473
4474 2007-03-17 [wwp]        2.8.1cvs21
4475
4476         * src/inc.c
4477                 Fix a compiler warning.
4478
4479 2007-03-16 [wwp]        2.8.1cvs20
4480
4481         * tools/Makefile.am
4482         * tools/README
4483                 Updated to deal w/ the new mairix.sh tool.
4484
4485 2007-03-16 [wwp]        2.8.1cvs19
4486
4487         * src/action.c
4488                 Fix logics issues around the action IO dialog:
4489                 - disable entry widget and exec button when
4490                   the exec button is clicked (don't wait for any
4491                   output line) - fix possible disabling/re-enabling/
4492                   re-disabling of those widgets
4493                 - raise an error if executing a %as{} action either
4494                   empty or invalid, instead of failing silently
4495                 - don't close the dialog if the abort button has been
4496                   clicked and if there was no output yet
4497                 - set focus to the abort button when the exec button
4498                   is clicked
4499                 - fix capitalization of a warning message
4500
4501 2007-03-16 [wwp]        2.8.1cvs18
4502
4503         * tools/mairix.sh
4504                 Added a wrapper to mairix to the tools folder.
4505
4506 2007-03-16 [colin]      2.8.1cvs17
4507
4508         * src/messageview.c
4509         * src/mimeview.h
4510                 Allow mimeviewer plugins to print
4511                 their stuff
4512
4513 2007-03-16 [colin]      2.8.1cvs16
4514
4515         * .cvsignore
4516                 Ignore *.patchset
4517
4518 2007-03-15 [colin]      2.8.1cvs15
4519
4520         * src/messageview.c
4521         * src/mimeview.h
4522                 Add a way for mimeviewer plugins to
4523                 implement body search
4524
4525 2007-03-15 [paul]       2.8.1cvs14
4526
4527         * src/prefs_spelling.c
4528                 fix English usage
4529
4530 2007-03-15 [paul]       2.8.1cvs13
4531
4532         * src/common/quoted-printable.c
4533                 fix decoding of quoted-printable parts
4534
4535 2007-03-14 [wwp]        2.8.1cvs12
4536
4537         * src/gtk/logwindow.h
4538                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4539
4540 2007-03-14 [wwp]        2.8.1cvs11
4541
4542         * src/gtk/logwindow.h
4543                 Complete 2.8.1cvs10.
4544
4545 2007-03-14 [colin]      2.8.1cvs10
4546
4547         * src/gtk/logwindow.c
4548                 Probably fix bug 1149, crash on logwindow
4549                 close - at the expense of performance once
4550                 logwin has been opened
4551
4552 2007-03-14 [colin]      2.8.1cvs9
4553
4554         * src/main.c
4555                 If claws-mail is running on another
4556                 display, warn instead of popping it up
4557                 on the other display
4558
4559 2007-03-12 [colin]      2.8.1cvs8
4560
4561         * src/wizard.c
4562                 Fix bug 1145, 'Setting a different name 
4563                 for the Mailbox name isn't reflected in 
4564                 default account settings'. Patch by wwp
4565
4566 2007-03-12 [colin]      2.8.1cvs7
4567
4568         * src/summaryview.c
4569                 Fix bug 1143, 'Add number of messages to be 
4570                 deleted to confirmation dialog'
4571
4572 2007-03-12 [wwp]        2.8.1cvs6
4573
4574         * src/folderview.c
4575         * src/prefs_common.c
4576         * src/prefs_common.h
4577         * src/prefs_summaries.c
4578                 Changed the option that displays unread messages count
4579                 next to the folder name in folder list: it is now
4580                 possible to either display nothing, display the
4581                 unread messages number only or the unread and total messages
4582                 numbers. The patch includes this extra feature as well
4583                 as some minor fixes by rewriting the algo in folderview.c.
4584                 Thanks to Paul for the original idea and implementation, plus
4585                 testing and proof-reading!
4586
4587 2007-03-09 [paul]       2.8.1cvs5
4588
4589         * tools/Makefile.am
4590         * tools/README
4591         * tools/claws-mail-compose-insert-files.pl
4592                 added a script which enables inserting files
4593                 into the message body of a new Claws Mail
4594                 Compose window from the command line. Additionally
4595                 To, Cc, Subject and files to attach to the message
4596                 can be specified.
4597
4598 2007-03-09 [wwp]        2.8.1cvs4
4599
4600         * src/addr_compl.c
4601         * src/addr_compl.h
4602         * src/filtering.c
4603                 Optimize matching of addresses in the addressbook
4604                 (filtering/processing 'found_in_addressbook' condition).
4605
4606 2007-03-07 [wwp]        2.8.1cvs3
4607
4608         * src/quote_fmt.c
4609         * src/quote_fmt_lex.l
4610         * src/quote_fmt_parse.y
4611                 Add a new quote format symbol: %A to insert the
4612                 sender email address (just the address itself).
4613
4614 2007-03-06 [wwp]        2.8.1cvs2
4615
4616         * src/gtk/gtkutils.c
4617         * src/plugins/trayicon/trayicon_prefs.h
4618         * src/plugins/trayicon/trayicon_prefs.c
4619         * src/plugins/trayicon/trayicon.c
4620         * src/mainwindow.h
4621         * src/mainwindow.c
4622                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4623                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4624
4625
4626 2007-03-06 [paul]       2.8.1cvs1
4627
4628         * NEWS
4629         * README
4630         * RELEASE_NOTES
4631         * configure.ac
4632                 bump version number following
4633                 stable release
4634
4635 2007-03-06 [paul]       2.8.0cvs24
4636
4637         * po/cs.po
4638                 corrected by by Tim <timbrain@post.cz>
4639
4640 2007-03-05 [colin]      2.8.0cvs23
4641
4642         * src/Makefile.am
4643         * src/procmime.c
4644                 Fix mime/globs path on NetBSD
4645                 patch by George Michaelson
4646
4647 2007-03-05 [wwp]        2.8.0cvs22
4648
4649         * src/addr_compl.c
4650                 Remove debug statement (accidentally committed w/ cvs14).
4651
4652 2007-03-05 [paul]       2.8.0cvs21
4653
4654         * src/plugins/pgpcore/prefs_gpg.c
4655                 fix compiler warning
4656
4657 2007-03-05 [wwp]        2.8.0cvs20
4658
4659         * src/matcher_parser_parse.y
4660                 Fix mismerge between cvs17 and cvs19.
4661
4662 2007-03-05 [wwp]        2.8.0cvs19
4663
4664         * src/matcher_parser_parse.y
4665         * src/prefs_filtering_action.c
4666         * src/matcher.c
4667         * src/matcher.h
4668         * src/filtering.c
4669         * src/filtering.h
4670                 Add new 'add_to_addressbook' filtering/processing action.
4671
4672 2007-03-05 [wwp]        2.8.0cvs18
4673
4674         * src/filtering.c
4675                 Fix mark_as_ham filtering/processing action: spam flag
4676                 was not unset.
4677
4678 2007-03-04 [colin]      2.8.0cvs17
4679
4680         * src/filtering.c
4681         * src/matcher.c
4682         * src/matcher.h
4683         * src/matcher_parser_parse.y
4684         * src/prefs_filtering_action.c
4685                 Add 'Mark as spam' and 'Mark as ham' filtering
4686                 actions. Fixes bug 1138.
4687
4688 2007-03-04 [colin]      2.8.0cvs16
4689
4690         * src/imap.c
4691                 Fix bug 1140, wrong return value
4692                 without libetpan
4693
4694 2007-03-04 [wwp]        2.8.0cvs15
4695
4696         * src/addr_compl.c
4697                 Rollback cvs14: don't free stuff that is managed in g_list.
4698
4699 2007-03-04 [wwp]        2.8.0cvs14
4700
4701         * src/addr_compl.c
4702                 Fix a leak in address completion code.
4703
4704 2007-03-04 [colin]      2.8.0cvs13
4705
4706         * src/addr_compl.c
4707                 Maybe fix bug 1136, 'Crash in group 
4708                 address completion'
4709
4710 2007-03-04 [iwkse]      2.8.0cvs12
4711
4712         * src/imap.c
4713                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4714
4715 2007-03-03 [colin]      2.8.0cvs11
4716
4717         * src/plugins/pgpinline/pgpinline.c
4718                 Fix off-by-one, fix double-free. Fixes
4719                 bug 1135, 'cm-segfault on decrypting 
4720                 with PGP/inline'
4721
4722 2007-03-03 [colin]      2.8.0cvs10
4723
4724         * configure.ac
4725         * src/main.c
4726         * src/common/plugin.c
4727                 Fix bug 1134, 'Valgrind macros unhandled 
4728                 by Irix's cc'
4729
4730 2007-03-02 [colin]      2.8.0cvs9
4731
4732         * src/mbox.c
4733                 Don't error out on EAGAIN. Fixes 
4734                 bug 1129, '"local mbox file" account 
4735                 isn't retrieving mails'
4736
4737 2007-03-01 [wwp]        2.8.0cvs8
4738
4739         * src/mainwindow.c
4740         * src/gtk/colorlabel.c
4741                 Remove accels for extra color labels until we set better
4742                 and definitive ones.
4743
4744 2007-02-28 [wwp]        2.8.0cvs7
4745
4746         * src/mainwindow.c
4747         * src/matcher_parser_parse.y
4748         * src/prefs_common.c
4749         * src/prefs_msg_colors.c
4750         * src/procmsg.h
4751         * src/gtk/colorlabel.c
4752         * src/gtk/colorlabel.h
4753                 Add more customizable color labels. Cleaned up a bit
4754                 the color label API to avoid duplicate defines of
4755                 the max number of colors.
4756
4757 2007-02-27 [colin]      2.8.0cvs6
4758
4759         * src/mainwindow.c
4760         * src/common/utils.c
4761         * src/common/utils.h
4762                 Fix '+' in mailto URIs for List-* headers
4763
4764 2007-02-27 [colin]      2.8.0cvs5
4765
4766         * src/gtk/gtkutils.c
4767                 Use gtk_window_set_role instead of 
4768                 _set_wmclass
4769
4770 2007-02-27 [colin]      2.8.0cvs4
4771
4772         * src/inc.c
4773                 Fix "After receiving new mail, go to inbox" on IMAP,
4774                 and make it work only on manual reception
4775
4776 2007-02-27 [wwp]        2.8.0cvs3
4777
4778         * src/prefs_filtering.c
4779         * src/prefs_filtering_action.c
4780         * src/prefs_matcher.c
4781                 Update filtering matcher's and action's color label menus
4782                 when re-opening those dialogs (reflect any change to the
4783                 color labels list in the preferences).
4784
4785 2007-02-27 [colin]      2.8.0cvs2
4786
4787         * src/imap.c
4788         * src/etpan/etpan-thread-manager-types.h
4789         * src/etpan/etpan-thread-manager.c
4790         * src/etpan/imap-thread.c
4791                 Log imap ALERTs as errors in the log.
4792
4793 2007-02-26 [paul]       2.8.0cvs1
4794
4795         * tools/claws.i18n.status.pl
4796                 updated
4797
4798 2007-02-26 [paul]       2.7.2cvs75
4799
4800         * po/ca.po
4801         * po/cs.po
4802         * po/de.po
4803         * po/en_GB.po
4804         * po/fi.po
4805         * po/fr.po
4806         * po/hu.po
4807         * po/pl.po
4808         * po/pt_BR.po
4809         * po/sk.po
4810         * po/sr.po
4811         * po/zh_CN.po
4812                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4813                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4814                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4815                 Aleksandar Urosevic, and Ralgh Young
4816
4817 2007-02-25 [mones]      2.7.2cvs74
4818
4819         * po/es.po
4820                 Updated for release
4821
4822 2007-02-25 [colin]      2.7.2cvs73
4823
4824         * src/main.c
4825                 Clearing the list is only useful
4826                 to prevent a valgrind false-positive
4827
4828 2007-02-25 [paul]       2.7.2cvs72
4829
4830         * tools/Makefile.am
4831         * tools/README
4832         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4833         * tools/maildir2claws-mail.pl  **REMOVED**
4834                 renamed the script, fixed a couple bugs
4835
4836 2007-02-23 [colin]      2.7.2cvs71
4837
4838         * src/addressbook.c
4839                 Fix a leak, check for a few improbable nulls
4840
4841 2007-02-23 [colin]      2.7.2cvs70
4842
4843         * src/main.c
4844         * src/main.h
4845         * src/plugins/trayicon/trayicon.c
4846                 Fix blinking mainwin when starting in tray
4847                 (show mainwindow later in the startup process,
4848                  apart if restarting post-crash)
4849
4850 2007-02-23 [colin]      2.7.2cvs69
4851
4852         * src/folderview.c
4853         * src/imap_gtk.c
4854                 Fix crash when unsubscribing the currently
4855                 selected/opened folder
4856
4857 2007-02-23 [colin]      2.7.2cvs68
4858
4859         * src/compose.c
4860                 Fix bug that prevented colorization to
4861                 work without wrap quotation option
4862
4863 2007-02-23 [colin]      2.7.2cvs67
4864
4865         * src/addr_compl.c
4866                 Fix refcounting, start and end completion who
4867                 behaved as if there couldn't be any other current
4868                 user of completion
4869
4870 2007-02-23 [wwp]        2.7.2cvs66
4871
4872         * src/addressbook.c
4873         * src/addrindex.c
4874                 Address completion fixes: fix addressbook_peek_folder_exists() in
4875                 which the algorithm was ridiculously over-obfuscated and broken.
4876                 Fix addrindex_load_completion() as well, to load addresses in
4877                 completion list with regards to what addressbook_peek_folder_exists()
4878                 returns now.
4879
4880 2007-02-23 [wwp]        2.7.2cvs65
4881
4882         * src/addr_compl.c
4883                 Add addresses to completion when they're non-empty (thanks to Colin).
4884
4885 2007-02-23 [paul]       2.7.2cvs64
4886
4887         * src/plugins/pgpcore/passphrase.c
4888                 remove 'const '
4889
4890 2007-02-23 [colin]      2.7.2cvs63
4891
4892         * src/plugins/pgpcore/prefs_gpg.c
4893         * src/plugins/pgpcore/prefs_gpg.h
4894         * src/plugins/pgpcore/sgpgme.c
4895         * src/plugins/pgpinline/pgpinline.c
4896         * src/plugins/pgpmime/pgpmime.c
4897                 Try harder to respect user's choice wrt
4898                 gpg-agent even with gpg2, by unsetting
4899                 GPG_AGENT_INFO when necessary.
4900
4901 2007-02-22 [paul]       2.7.2cvs62
4902
4903         * src/plugins/pgpcore/sgpgme.c
4904         * src/plugins/pgpcore/sgpgme.h
4905         * src/plugins/pgpcore/passphrase.c
4906         * src/plugins/pgpinline/pgpinline.c
4907         * src/plugins/pgpmime/pgpmime.c
4908                 Fix a leak - gpgme_data_release_and_get_mem
4909                 leaks in recent gpgme. Workaround by using
4910                 our own function.
4911
4912 2007-02-22 [paul]       2.7.2cvs61
4913
4914         * src/gtk/quicksearch.c
4915                 Abandon dynamic search when pressing
4916                 Enter
4917
4918 2007-02-21 [colin]      2.7.2cvs60
4919
4920         * src/procmsg.c
4921         * src/plugins/pgpcore/passphrase.c
4922                 Fix little memory leaks
4923         * src/main.c
4924                 Fix false-positive leak at exit
4925         * src/gtk/quicksearch.c
4926                 Fix potentially big leak in recursive
4927                 Quicksearch
4928
4929 2007-02-21 [wwp]        2.7.2cvs59
4930
4931         * src/summaryview.c
4932                 Add missing newline to a debug message.
4933
4934 2007-02-20 [colin]      2.7.2cvs58
4935
4936         * src/Makefile.am
4937         * src/mimeview.c
4938         * src/stock_pixmap.c
4939         * src/stock_pixmap.h
4940         * src/pixmaps/mime_pgpsig.xpm
4941                 Add icon for application/pgp-signature
4942
4943 2007-02-20 [colin]      2.7.2cvs57
4944
4945         * src/Makefile.am
4946         * src/main.c
4947         * src/mimeview.c
4948         * src/stock_pixmap.c
4949         * src/stock_pixmap.h
4950         * src/pixmaps/mime_calendar.xpm
4951         * src/pixmaps/mime_pdf.xpm
4952         * src/pixmaps/mime_ps.xpm
4953                 Add icons for text/calendar, application/pdf
4954                 and application/postscript
4955
4956 2007-02-20 [colin]      2.7.2cvs56
4957
4958         * autogen.sh
4959         * src/matcher_parser_parse.y
4960         * src/matcher_parser_lex.l
4961                 Fix big memory leak in flex, and
4962                 require flex 2.5.31
4963
4964 2007-02-20 [wwp]        2.7.2cvs55
4965
4966         * src/matcher_parser_parse.y
4967                 Fix a duplicate token definition (thanks to iwkse).
4968
4969 2007-02-20 [wwp]        2.7.2cvs54
4970
4971         * src/matcher_parser_lex.l
4972         * src/quote_fmt_lex.l
4973                 Use proper flex options instead of direct use of #define,
4974                 make the flex-generated C lighter.
4975
4976 2007-02-20 [colin]      2.7.2cvs53
4977
4978         * src/summaryview.c
4979                 Grab focus in message list after hiding
4980                 the quicksearch, instead of leaving it
4981                 "somewhere"
4982
4983 2007-02-19 [colin]      2.7.2cvs52
4984
4985         * src/folderview.c
4986                 Fix bug 1033, 'Automatically refresh 
4987                 message list when new messages arrives'
4988                 Looks like folderview->opened can sometimes
4989                 be wrong...
4990
4991 2007-02-19 [paul]       2.7.2cvs51
4992
4993         * tools/Makefile.am
4994         * tools/README
4995         * tools/thunderbird-filters-convertor.pl
4996                 add new script which converts thunderbird filter
4997                 rules to Claws filter rules
4998
4999 2007-02-18 [paul]       2.7.2cvs50
5000
5001         * src/plugins/pgpcore/prefs_gpg.c
5002         * src/plugins/pgpcore/prefs_gpg.h
5003         * src/plugins/pgpcore/sgpgme.c
5004         * src/plugins/pgpinline/pgpinline.c
5005         * src/plugins/pgpmime/pgpmime.c
5006                 improved GUI interoperability with gpg-agent
5007
5008 2007-02-18 [paul]       2.7.2cvs49
5009
5010         * src/prefs_account.c
5011                 Privacy options sensitivity fix
5012
5013 2007-02-17 [colin]      2.7.2cvs48
5014
5015         * src/messageview.c
5016                 Reset icon to warning in the noticeview
5017
5018 2007-02-15 [colin]      2.7.2cvs47
5019
5020         * src/folderview.c
5021                 Fix a manifestation of bug 1033 (summaryview failing
5022                 to update for new mails), which happens after editing
5023                 account preferences or preferences that cause a 
5024                 folderview reload.
5025
5026 2007-02-15 [colin]      2.7.2cvs46
5027
5028         * src/addressbook.c
5029                 Probably fix bug 1123, 'Segmentation 
5030                 fault while opening address book'. I get
5031                 g_warnings if the saved paned position is
5032                 not greater than 0. Also, save position
5033                 when hiding the addressbook instead of
5034                 via signal.
5035
5036 2007-02-14 [colin]      2.7.2cvs45
5037
5038         * src/plugins/pgpcore/prefs_gpg.c
5039         * src/plugins/pgpcore/prefs_gpg.h
5040         * src/plugins/pgpcore/sgpgme.c
5041         * src/plugins/pgpinline/pgpinline.c
5042         * src/plugins/pgpmime/pgpmime.c
5043                 Add an option "Use gpg-agent if available". Fixes
5044                 annoyances with distro-installed gpg-agent, when
5045                 no pinentry program is installed, and the user's 
5046                 at a loss on why "decryption failed". Makes more
5047                 clear why passphrase isn't saved when gpg-agent is
5048                 used. Defaults to true, to avoid changing the 
5049                 current behaviour.
5050
5051 2007-02-14 [wwp]        2.7.2cvs44
5052
5053         * src/matcher_parser_parse.y
5054                 Fix missing line number reset (wrong line number might appear
5055                 when re-loading filtering rules if there's a parser error).
5056
5057 2007-02-13 [colin]      2.7.2cvs43
5058
5059         * src/common/utils.c
5060                 Don't encode ',' in URIs before passing it
5061                 to the browser command-line. It was probably
5062                 done at a time where commas in URIs made
5063                 mozilla -remote 'openurl(%s,new-window)'
5064                 bug.
5065
5066 2007-02-13 [wwp]        2.7.2cvs42
5067
5068         * src/prefs_matcher.c
5069         * src/plugins/bogofilter/bogofilter_gtk.c
5070                 A bit of string factorization around "Select ..." buttons.
5071
5072 2007-02-11 [colin]      2.7.2cvs41
5073
5074         * src/alertpanel.c
5075                 Make sure to escape the title
5076
5077 2007-02-11 [colin]      2.7.2cvs40
5078
5079         * src/codeconv.c
5080                 Recognize .utf8 locales as .UTF-8 ones
5081
5082 2007-02-11 [colin]      2.7.2cvs39
5083
5084         * src/compose.c
5085                 Fix code conversion when dragging a file
5086
5087 2007-02-09 [colin]      2.7.2cvs38
5088
5089         * src/plugins/clamav/clamav_plugin.c
5090                 Complete Paul's patch with conditional
5091                 compilation to avoid breaking compilation
5092                 on old Dapper and Edgy... Maybe other
5093                 distros too.
5094
5095 2007-02-09 [paul]       2.7.2cvs37
5096
5097         * src/plugins/clamav/clamav_plugin.c
5098                 fix for the upstream changes in libclamav
5099
5100 2007-02-09 [paul]       2.7.2cvs36
5101
5102         * src/main.c
5103         * src/mainwindow.c
5104         * src/procmsg.c
5105         * src/procmsg.h
5106                 fix "warn if there are queued messages" (on exit)
5107                 option, which only checked the first mailbox's
5108                 queue
5109                 don't ask before emptying trash if there are no
5110                 messages in trash, also check and empty all trash
5111                 folders
5112         * src/prefs_other.c
5113                 move "Ask before emptying trash" option
5114                 outside of the "On exit" frame as it's
5115                 not only an "On exit" option
5116
5117 2007-02-09 [paul]       2.7.2cvs35
5118
5119         * src/addrgather.c
5120         * src/alertpanel.c
5121         * src/editldap.c
5122         * src/prefs_account.c
5123         * src/prefs_folder_item.c
5124         * src/prefs_gtk.h
5125         * src/prefs_matcher.c
5126         * src/prefs_message.c
5127         * src/prefs_msg_colors.c
5128         * src/prefs_summaries.c
5129         * src/wizard.c
5130         * src/gtk/inputdialog.c
5131         * src/plugins/bogofilter/bogofilter_gtk.c
5132                 pedantic commit: use 'checkbtn' everywhere
5133                 instead of a mixture of 'checkbtn' and 'chkbtn'
5134
5135 2007-02-09 [paul]       2.7.2cvs34
5136
5137         * src/compose.c
5138                 fix default hotkeys
5139         * src/prefs_other.c
5140         * src/prefs_send.c
5141                 move "Never send Return Receipts" from
5142                 prefs_other to prefs_send
5143                 add an option "Ask about account specific
5144                 filtering rules..." to prefs_other
5145         * src/gtk/gtkutils.c
5146                 fix a compiler warning
5147
5148 2007-02-08 [colin]      2.7.2cvs33
5149
5150         * src/plugins/pgpinline/pgpinline.c
5151                 Fix bug 1110, 'pgpmime fails to process 
5152                 encapsulated openpgp mime (rfc 3156, 6.1 
5153                 -> rfc1847)'
5154                 It was due to an interaction between PGP/Mime
5155                 and PGP/Inline plugin. 
5156
5157 2007-02-08 [colin]      2.7.2cvs32
5158
5159         * src/inc.c
5160         * src/mbox.c
5161         * src/mbox.h
5162                 Fix bug 1117, 'fcntl locking code 
5163                 does not work in mbox.c'
5164
5165 2007-02-08 [colin]      2.7.2cvs31
5166
5167         * src/prefs_account.c
5168                 Fix Gentoo bug 165819, 'can't create 
5169                 a "local mbox file" account'. Patch
5170                 by Olivier <castan.o@free.fr>
5171
5172 2007-02-07 [colin]      2.7.2cvs30
5173
5174         * src/ldapquery.c
5175                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5176                 autocompletion was used'
5177
5178 2007-02-07 [paul]       2.7.2cvs29
5179
5180         * src/folder.c
5181                 cut down on unnecessary debug_prints
5182         * src/imap_gtk.c
5183                 fix menu_set_active() on 'Show only
5184                 subscribed folders'
5185
5186 2007-02-07 [paul]       2.7.2cvs28
5187
5188         * src/plugins/clamav/clamav_plugin.c
5189         * src/plugins/clamav/clamav_plugin.h
5190         * src/plugins/clamav/clamav_plugin_gtk.c
5191                 fix copyright header
5192
5193 2007-02-07 [paul]       2.7.2cvs27
5194
5195         * src/procheader.c
5196                 fix bug 1116, 'summary view allow a 
5197                 subject line break'
5198
5199 2007-02-06 [colin]      2.7.2cvs26
5200
5201         * src/summaryview.c
5202                 Fix delete thread
5203
5204 2007-02-05 [fabien]     2.7.2cvs25
5205
5206         * po/POTFILES.in
5207         * src/uri_opener.c
5208                 i18n related - 1 fix and 1 message for translators.
5209
5210 2007-02-05 [colin]      2.7.2cvs24
5211
5212         * src/gtk/quicksearch.c
5213                 Don't reload summary list if quicksearch wasn't
5214                 active on hiding; move currently selected mail in
5215                 the visible area when showing the quicksearch
5216
5217 2007-02-05 [colin]      2.7.2cvs23
5218
5219         * src/folderview.c
5220                 Add debug to try to solve bug 1104
5221
5222 2007-02-05 [paul]       2.7.2cvs22
5223
5224         * src/mainwindow.c
5225                 confirm before emptying trash on exit is
5226                 a Yes or No answer, use Yes or No in the
5227                 dialog
5228
5229 2007-02-04 [colin]      2.7.2cvs21
5230
5231         * src/compose.c
5232         * src/plugins/pgpcore/passphrase.c
5233         * src/plugins/pgpcore/select-keys.c
5234                 Set wmclass on new windows
5235
5236 2007-02-04 [colin]
5237
5238         2.8.0-rc1 released
5239
5240 2007-02-04 [colin]      2.7.2cvs20
5241
5242         * src/compose.c
5243         * src/compose.h
5244                 Auto save drafts on exit, reopen them
5245                 at startup, instead of asking
5246         * src/account.c
5247         * src/addressadd.c
5248         * src/addressbook.c
5249         * src/addressbook_foldersel.c
5250         * src/addrgather.c
5251         * src/crash.c
5252         * src/editaddress.c
5253         * src/editbook.c
5254         * src/editgroup.c
5255         * src/editjpilot.c
5256         * src/editldap.c
5257         * src/editldap_basedn.c
5258         * src/editvcard.c
5259         * src/exphtmldlg.c
5260         * src/expldifdlg.c
5261         * src/export.c
5262         * src/foldersel.c
5263         * src/gedit-print.c
5264         * src/import.c
5265         * src/importldif.c
5266         * src/importmutt.c
5267         * src/importpine.c
5268         * src/main.c
5269         * src/mainwindow.c
5270         * src/message_search.c
5271         * src/messageview.c
5272         * src/prefs_actions.c
5273         * src/prefs_customheader.c
5274         * src/prefs_display_header.c
5275         * src/prefs_filtering.c
5276         * src/prefs_filtering_action.c
5277         * src/prefs_folder_column.c
5278         * src/prefs_gtk.c
5279         * src/prefs_matcher.c
5280         * src/prefs_other.c
5281         * src/prefs_summaries.c
5282         * src/prefs_summary_column.c
5283         * src/prefs_template.c
5284         * src/sourcewindow.c
5285         * src/ssl_manager.c
5286         * src/summary_search.c
5287         * src/uri_opener.c
5288         * src/gtk/about.c
5289         * src/gtk/description_window.c
5290         * src/gtk/foldersort.c
5291         * src/gtk/gtkutils.c
5292         * src/gtk/gtkutils.h
5293         * src/gtk/icon_legend.c
5294         * src/gtk/logwindow.c
5295         * src/gtk/pluginwindow.c
5296         * src/gtk/prefswindow.c
5297                 Give different wmclass to different
5298                 windows - thanks to sed ;)
5299
5300 2007-02-04 [colin]      2.7.2cvs19
5301
5302         * src/main.c
5303                 Revert previous patch, can't reproduce
5304                 it anymore. 
5305
5306 2007-02-03 [colin]      2.7.2cvs18
5307
5308         * src/main.c
5309                 Don't save the mainwindow size and
5310                 position on emergency exit (libSM's
5311                 "die" callback), Xfce seems to make
5312                 the window smaller just before the
5313                 size's saved.
5314
5315 2007-02-03 [colin]      2.7.2cvs17
5316
5317         * src/plugins/bogofilter/bogofilter.c
5318         * src/plugins/bogofilter/bogofilter.h
5319         * src/plugins/bogofilter/bogofilter_gtk.c
5320         * src/plugins/pgpinline/pgpinline.c
5321         * src/plugins/pgpinline/pgpinline.h
5322                 Fix more copyrights
5323
5324 2007-02-03 [colin]      2.7.2cvs16
5325
5326         * src/partial_download.c
5327         * src/partial_download.h
5328         * src/ssl_manager.c
5329         * src/ssl_manager.h
5330         * src/uri_opener.c
5331         * src/uri_opener.h
5332         * src/wizard.c
5333         * src/wizard.h
5334         * src/common/ssl_certificate.c
5335         * src/common/ssl_certificate.h
5336         * src/gtk/quicksearch.c
5337         * src/gtk/quicksearch.h
5338         * src/gtk/sslcertwindow.c
5339         * src/gtk/sslcertwindow.h
5340                 Fix copyright on my files
5341
5342 2007-02-02 [colin]      2.7.2cvs15
5343
5344         * src/Makefile.am
5345         * src/mainwindow.c
5346         * src/messageview.c
5347         * src/messageview.h
5348         * src/textview.c
5349         * src/textview.h
5350         * src/uri_opener.c
5351         * src/uri_opener.h
5352                 Add Tools/List URIs to allow
5353                 opening any URI in the current mail
5354
5355 2007-02-02 [colin]      2.7.2cvs14
5356
5357         * src/common/valgrind.h ** NEW FILE **
5358         * src/common/Makefile.am
5359         * src/common/plugin.c
5360                 Don't dlclose the plugins if we're running
5361                 under valgrind. (doesn't require valgrind
5362                 either at compile time or run time).
5363
5364 2007-02-01 [paul]       2.7.2cvs13
5365
5366         * AUTHORS
5367         * src/gtk/authors.h
5368         * tools/freshmeat_search.pl
5369         * tools/google_search.pl
5370         * tools/multiwebsearch.pl
5371                 add support for non ISO-8859-1 compatible locales
5372                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5373
5374 2007-02-01 [colin]      2.7.2cvs12
5375
5376         * src/prefs_other.c
5377         * src/prefs_summaries.c
5378                 Move keybinding prefs to the Other page
5379
5380 2007-02-01 [wwp]        2.7.2cvs11
5381
5382         * src/plugins/trayicon/trayicon.c
5383                 Fix a raising issue within KDE.
5384
5385 2007-02-01 [colin]      2.7.2cvs10
5386
5387         * src/codeconv.c
5388                 Fix stray quotes in encoded strings
5389         * src/addressadd.c
5390                 Fix wrong call causing g_warnings
5391         * src/textview.c
5392                 Remove useless message
5393
5394 2007-01-31 [wwp]        2.7.2cvs9
5395
5396         * src/plugins/trayicon/trayicon.c
5397                 fix buggy hiding of main window when closing if close-to-tray
5398                 is not set (bad logics  in the trayicon hook code).
5399                 Changed the quit confirmation message too.
5400
5401 2007-01-30 [colin]      2.7.2cvs8
5402
5403         * src/main.c
5404                 Fix hidden mainwindow after clicking on
5405                 the X close button, if compose windows
5406                 exist and the user chooses not to quit
5407
5408 2007-01-30 [colin]      2.7.2cvs7
5409
5410         * src/main.c
5411         * src/compose.c
5412                 Handle local URIs to attach files (file:///...)
5413                 Fixes attaching files from Thunar for example
5414
5415 2007-01-30 [colin]      2.7.2cvs6
5416
5417         * src/prefs_ext_prog.c
5418                 Add 'mousepad' to the list of text editors.
5419                 Mousepad is XFCE's text editor
5420
5421 2007-01-29 [wwp]        2.7.2cvs5
5422
5423         * po/POTFILES.in
5424         * src/plugins/trayicon/trayicon_prefs.c
5425                 trayicon i18n fixes, thanks to Fabien.
5426
5427 2007-01-28 [wwp]        2.7.2cvs4
5428
5429         * src/mainwindow.c
5430         * src/mainwindow.h
5431         * src/plugins/trayicon/trayicon.c
5432         * src/plugins/trayicon/trayicon_prefs.c
5433         * src/plugins/trayicon/trayicon_prefs.h
5434                 Added a new TrayIcon plugin option to close to tray
5435                 (WM's hotkey and [X] button will hide the window instead
5436                 of closing it - closing CM can be done using the tray icon
5437                 menu or the File menu).
5438                 Improved visibility handling in trayicon, clicking the
5439                 trayicon now raise the window to current desktop when it
5440                 was either minimized/shaded/on another desktop.
5441                 Thanks to Paul for testing and fixing a strange behaviour
5442                 in KDE ;-).
5443
5444 2007-01-27 [paul]       2.7.2cvs3
5445
5446         * src/prefs_folder_item.c
5447         * src/prefs_receive.c
5448         * src/plugins/pgpcore/prefs_gpg.c
5449                 use 'start-up' instead of 'startup' in labels
5450
5451 2007-01-26 [wwp]        2.7.2cvs2
5452
5453         * src/plugins/trayicon/Makefile.am
5454         * src/plugins/trayicon/trayicon.c
5455         * src/plugins/trayicon/trayicon_prefs.c
5456         * src/plugins/trayicon/trayicon_prefs.h
5457                 Add a new TrayIcon option to hide the main window at
5458                 start-up.
5459                 Fix trayicon.c copyright header.
5460
5461 2007-01-26 [paul]       2.7.2cvs1
5462
5463         * NEWS
5464         * README
5465         * RELEASE_NOTES
5466         * configure.ac
5467                 bump up version number following
5468                 stable release
5469
5470 2007-01-25 [mones]      2.7.1cvs60
5471
5472         * po/es.po
5473                 updated thousands of strings (well, probably less ;-)
5474
5475 2007-01-25 [colin]      2.7.1cvs59
5476
5477         * src/matcher.c
5478                 Fix 2nd-run loss of matcherrc on new
5479                 configurations. 
5480
5481 2007-01-25 [wwp]        2.7.1cvs58
5482
5483         * src/mimeview.c
5484                 fix handling of empty value in attach_save_directory too, thanks
5485                 to Colin.
5486
5487 2007-01-25 [wwp]        2.7.1cvs57
5488
5489         * src/gtk/filesel.c
5490                 fix handling of empty value in attach_load_directory,
5491                 thanks to Colin.
5492
5493 2007-01-25 [wwp]        2.7.1cvs56
5494
5495         * src/plugins/dillo_viewer/dillo_prefs.h
5496                 fix a typo.
5497
5498 2007-01-25 [colin]      2.7.1cvs55
5499
5500         * src/matcher.c
5501         * src/matcher.h
5502         * src/matcher_parser_parse.y
5503         * src/prefs_matcher.c
5504                 Add matching on the spam flag
5505
5506 2007-01-24 [colin]      2.7.1cvs54
5507
5508         * src/folder.c
5509         * src/common/xml.c
5510         * src/common/xml.h
5511                 Make sure folderlist.xml is correctly
5512                 written before overwriting it.
5513         * src/procmsg.c
5514         * src/procmsg.h
5515         * src/summaryview.c
5516         * src/plugins/bogofilter/bogofilter.c
5517         * src/plugins/bogofilter/bogofilter.h
5518         * src/plugins/bogofilter/bogofilter_gtk.c
5519         * src/plugins/spamassassin/spamassassin.c
5520         * src/plugins/spamassassin/spamassassin.h
5521         * src/plugins/spamassassin/spamassassin_gtk.c
5522                 Move spam to the correct trash folder after
5523                 learning, if spam directory isn't set.
5524
5525 2007-01-23 [paul]       2.7.1cvs53
5526
5527         * src/plugins/bogofilter/bogofilter_gtk.c
5528                 fix sensitivity of "Insert X-Bogosity header"
5529                 option
5530
5531 2007-01-23 [colin]      2.7.1cvs52
5532
5533         * src/toolbar.c
5534                 Translate toolbar items text if
5535                 they're translatable (default)
5536         * src/addrcache.c
5537         * src/addrcache.h
5538         * src/addritem.c
5539         * src/addritem.h
5540         * src/codeconv.c
5541         * src/codeconv.h
5542         * src/jpilot.c
5543         * src/jpilot.h
5544         * src/ldapctrl.c
5545         * src/ldapctrl.h
5546         * src/ldapquery.h
5547         * src/ldif.c
5548         * src/ldif.h
5549         * src/etpan/etpan-thread-manager.c
5550         * src/etpan/etpan-thread-manager.h
5551         * src/gtk/gtkutils.c
5552         * src/gtk/gtkutils.h
5553                 More static functions
5554
5555 2007-01-22 [fabien]     2.7.1cvs51
5556
5557         * src/gtk/gtkutils.c
5558                 gtkut_get_options_frame() : ability to pass
5559                 a 'NULL' value in frame pointer parameter if
5560                 we don't need it.
5561
5562 2007-01-22 [colin]      2.7.1cvs50
5563
5564         * src/procmsg.c
5565         * src/procmsg.h
5566         * src/plugins/bogofilter/bogofilter.c
5567         * src/plugins/bogofilter/bogofilter_gtk.c
5568         * src/plugins/spamassassin/spamassassin.c
5569         * src/plugins/spamassassin/spamassassin_gtk.c
5570                 Allow moving spams to the account's trash
5571                 instead of default one
5572
5573 2007-01-21 [colin]      2.7.1cvs49
5574
5575         * src/ldapquery.c
5576         * src/ldapquery.h
5577                 Revert a static function that shouldn't
5578                 have been
5579
5580 2007-01-21 [colin]      2.7.1cvs48
5581
5582         * src/ldapquery.c
5583         * src/ldapquery.h
5584                 Same
5585
5586 2007-01-21 [colin]      2.7.1cvs47
5587
5588         * src/procmsg.c
5589         * src/procmsg.h
5590                 Same
5591
5592 2007-01-21 [colin]      2.7.1cvs46
5593
5594         * src/common/socket.c
5595         * src/common/socket.h
5596                 Same
5597
5598 2007-01-21 [colin]      2.7.1cvs45
5599
5600         * src/crash.c
5601         * src/exporthtml.c
5602         * src/exporthtml.h
5603         * src/exportldif.c
5604         * src/exportldif.h
5605         * src/folder.c
5606         * src/folder.h
5607         * src/folder_item_prefs.c
5608         * src/folder_item_prefs.h
5609         * src/folderview.c
5610         * src/folderview.h
5611         * src/gedit-print.c
5612         * src/gedit-print.h
5613         * src/main.c
5614         * src/main.h
5615         * src/common/socket.c
5616         * src/common/socket.h
5617         * src/gtk/gtkaspell.c
5618         * src/gtk/gtkaspell.h
5619         * src/gtk/quicksearch.c
5620         * src/gtk/quicksearch.h
5621                 Same
5622
5623 2007-01-21 [colin]      2.7.1cvs44
5624
5625         * src/common/utils.c
5626         * src/common/utils.h
5627         * src/etpan/etpan-thread-manager.c
5628         * src/etpan/etpan-thread-manager.h
5629                 Same (Funny that etpan_thread_unbind
5630                 is called but not etpan_thread_bind)
5631
5632 2007-01-21 [colin]      2.7.1cvs43
5633
5634         * src/addrselect.c
5635         * src/addrselect.h
5636         * src/codeconv.c
5637         * src/codeconv.h
5638         * src/compose.c
5639         * src/compose.h
5640         * src/etpan/Makefile.am
5641         * src/gtk/colorlabel.c
5642         * src/gtk/colorlabel.h
5643         * src/gtk/sslcertwindow.c
5644         * src/gtk/sslcertwindow.h
5645         * src/etpan/etpan-log.c ** REMOVED **
5646         * src/etpan/etpan-log.h ** REMOVED **
5647                 Same
5648
5649 2007-01-20 [colin]      2.7.1cvs42
5650
5651         * src/addritem.c
5652         * src/addritem.h
5653                 Same
5654
5655 2007-01-20 [colin]      2.7.1cvs41
5656
5657         * src/account.c
5658         * src/account.h
5659         * src/addrbook.c
5660         * src/addrbook.h
5661         * src/addrcache.c
5662         * src/addrcache.h
5663         * src/addrclip.c
5664         * src/addrclip.h
5665         * src/addressbook.c
5666         * src/addressbook.h
5667         * src/addrharvest.c
5668         * src/addrharvest.h
5669         * src/addrindex.c
5670         * src/addrindex.h
5671         * src/editaddress.c
5672         * src/editaddress.h
5673                 Make functions that aren't used in other
5674                 files static
5675
5676 2007-01-20 [colin]      2.7.1cvs40
5677
5678         * src/account.c
5679         * src/addrbook.c
5680         * src/addrcache.c
5681         * src/addressbook.c
5682         * src/addrgather.c
5683         * src/addrindex.c
5684         * src/addrquery.c
5685         * src/addrselect.c
5686         * src/browseldap.c
5687         * src/compose.c
5688         * src/editbook.c
5689         * src/editjpilot.c
5690         * src/editldap.c
5691         * src/editldap_basedn.c
5692         * src/editvcard.c
5693         * src/exporthtml.c
5694         * src/exportldif.c
5695         * src/folder.c
5696         * src/folderview.c
5697         * src/image_viewer.c
5698         * src/imap.c
5699         * src/importmutt.c
5700         * src/importpine.c
5701         * src/jpilot.c
5702         * src/ldapquery.c
5703         * src/main.c
5704         * src/mainwindow.c
5705         * src/matcher.c
5706         * src/messageview.c
5707         * src/mh.c
5708         * src/mimeview.c
5709         * src/msgcache.c
5710         * src/mutt.c
5711         * src/news.c
5712         * src/pine.c
5713         * src/prefs_account.c
5714         * src/prefs_common.c
5715         * src/prefs_compose_writing.c
5716         * src/prefs_ext_prog.c
5717         * src/prefs_folder_item.c
5718         * src/prefs_fonts.c
5719         * src/prefs_message.c
5720         * src/prefs_msg_colors.c
5721         * src/prefs_other.c
5722         * src/prefs_quote.c
5723         * src/prefs_receive.c
5724         * src/prefs_send.c
5725         * src/prefs_spelling.c
5726         * src/prefs_summaries.c
5727         * src/prefs_toolbar.c
5728         * src/prefs_wrapping.c
5729         * src/privacy.c
5730         * src/procmime.c
5731         * src/procmsg.c
5732         * src/ssl_manager.c
5733         * src/statusbar.c
5734         * src/summaryview.c
5735         * src/toolbar.c
5736         * src/vcard.c
5737         * src/common/hooks.c
5738         * src/common/log.c
5739         * src/common/passcrypt.c
5740         * src/common/socket.c
5741         * src/common/ssl.c
5742         * src/common/ssl_certificate.c
5743         * src/common/template.c
5744         * src/common/utils.c
5745         * src/etpan/imap-thread.c
5746         * src/gtk/sslcertwindow.c
5747         * src/gtk/sslcertwindow.h
5748                 Make functions that could be static, static
5749
5750 2007-01-20 [colin]      2.7.1cvs39
5751
5752         * src/editldap.c
5753                 Fix tooltip
5754
5755 2007-01-20 [colin]      2.7.1cvs38
5756
5757         * src/ldapquery.c
5758         * src/ldaputil.c
5759         * src/ldaputil.h
5760                 Fix bug 1102, 'claws-mail-2.7.1 
5761                 makes use of deprecated ldap 
5762                 functions'
5763
5764 2007-01-20 [colin]      2.7.1cvs37
5765
5766         * src/mainwindow.c
5767         * src/mainwindow.h
5768         * src/summaryview.c
5769         * src/gtk/quicksearch.c
5770                 Add Wide message list layout
5771
5772 2007-01-19 [fabien]     2.7.1cvs36
5773
5774         * src/textview.c
5775                 make sure a font change is considered in links of
5776                 headerview.
5777
5778 2007-01-19 [colin]      2.7.1cvs35
5779
5780         * src/main.c
5781         * src/mainwindow.c
5782         * src/mainwindow.h
5783         * src/messageview.c
5784         * src/messageview.h
5785         * src/prefs_common.c
5786         * src/prefs_common.h
5787         * src/summaryview.c
5788         * src/summaryview.h
5789         * src/gtk/quicksearch.c
5790         * src/gtk/quicksearch.h
5791                 Drop 'Separate Folder tree' and 'Separate
5792                 Message View'. Put three layouts in place
5793                 of it.
5794
5795 2007-01-19 [paul]       2.7.1cvs34
5796
5797         * src/prefs_msg_colors.c
5798                 more use of Q_ for translators
5799
5800 2007-01-19 [paul]       2.7.1cvs33
5801
5802         * src/imap_gtk.c
5803         * src/prefs_account.c
5804                 a few changes to the English
5805
5806 2007-01-19 [fabien]     2.7.1cvs32
5807
5808         * src/wizard.c
5809                 factorize translatable string
5810
5811 2007-01-18 [colin]      2.7.1cvs31
5812
5813         * src/main.c
5814                 Don't error out on --sync option. Although
5815                 we don't do anything with it, gtk+ handles
5816                 it, and it's useful for debugging X errors
5817
5818 2007-01-18 [fabien]     2.7.1cvs30
5819
5820         * src/prefs_other.c
5821                 ability to apply on the fly the recent added
5822                 'gtk_can_change_accels' pref (no need to restart).
5823
5824 2007-01-18 [fabien]     2.7.1cvs29
5825
5826         * src/plugins/bogofilter/bogofilter_gtk.c
5827         * src/plugins/bogofilter/bogofilter.c
5828         * src/plugins/spamassassin/spamassassin_gtk.c
5829         * src/addr_compl.c
5830         * src/prefs_account.c
5831                 factorize or rewrite some translatable strings.
5832
5833 2007-01-18 [fabien]     2.7.1cvs28
5834
5835         * src/prefs_gtk.h
5836         * src/compose.c
5837                 set a 4pix space between "Subject:" label and subject entry in
5838                 compose window.
5839
5840 2007-01-18 [wwp]        2.7.1cvs27
5841
5842         * src/addressbook.c
5843                 fix conflicting address-copy/paste when focus is set
5844                 to the embedded edit-person form.
5845  
5846
5847 2007-01-18 [wwp]        2.7.1cvs26
5848
5849         * src/addressbook.h
5850                 complete 2.7.1cvs23 (one more file was missing from that
5851                 commit).
5852
5853 2007-01-18 [colin]      2.7.1cvs25
5854
5855         * src/main.c
5856                 Provide a way to migrate without backup
5857                 Re-ask for migration on next start if 
5858                 it has been refused and wizard has been 
5859                 cancelled after.
5860
5861 2007-01-18 [wwp]        2.7.1cvs24
5862
5863         * src/editaddress.c
5864                 complete 2.7.1.cvs23 (file was missing from previous
5865                 commit).
5866
5867 2007-01-18 [wwp]        2.7.1cvs23
5868
5869         * src/addressbook.c
5870                 fix potential crashes in address book's focus_in/out signal handlers,
5871                 force focus to the edit-person form when clicked the Edit menu entry or
5872                 button (this only matters if the edit-person form is embedded to the
5873                 AB window, in that case, focus is not set when browsing the contacts
5874                 list w/ keys or mouse clicks).
5875
5876 2007-01-18 [paul]       2.7.1cvs22
5877
5878         * src/main.c
5879                 add command line options:
5880                 -h for --help
5881                 -q and --quit for --exit
5882                 -v for --version
5883                 print "Unknown option" for unknown options
5884
5885 2007-01-18 [paul]       2.7.1cvs21
5886
5887         * po/ru.po
5888                 updated by Pavlo Bohmat
5889
5890 2007-01-18 [paul]       2.7.1cvs20
5891
5892         * src/mainwindow.c
5893                 fix sensitivity issues of Mark as Spam/Ham
5894
5895 2007-01-17 [fabien]     2.7.1cvs19
5896
5897         * src/prefs_other.c
5898         * src/prefs_common.c
5899         * src/prefs_common.h
5900         * src/main.c
5901                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5902                 control the corresponding gtk property. It could be used to lock
5903                 all shortcuts (avoid to set one of them by inadvertency).
5904
5905 2007-01-17 [colin]      2.7.1cvs18
5906
5907         * src/summaryview.c
5908                 Fix bug 1100, 'Highlighted e-mail data not visible 
5909                 when color label applied.'. Use a weighted average
5910                 between normal selected foreground color and color
5911                 label instead of a simple one (3/1 instead 1/1).
5912
5913 2007-01-17 [colin]      2.7.1cvs17
5914
5915         * src/messageview.c
5916                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5917                 crash' - don't prevent mail switching while loading
5918
5919 2007-01-17 [colin]      2.7.1cvs16
5920
5921         * src/folder.c
5922         * src/folder.h
5923         * src/folderview.c
5924         * src/folderview.h
5925         * src/imap.c
5926         * src/imap.h
5927         * src/imap_gtk.c
5928                 Manage recursive search of unsubscribed folders
5929                 Rescan tree without checking for new messages 
5930                 after subscriptions changed
5931
5932 2007-01-17 [paul]       2.7.1cvs15
5933
5934         * src/prefs_common.c
5935         * src/gtk/pluginwindow.c
5936                 fix bug 1101, '"Load plugin" button is
5937                 accidentally hidden'
5938                 unset (-1) initial width in prefs_common,
5939                 fix overlapping buttons,
5940                 and other cleanups
5941
5942 2007-01-17 [paul]       2.7.1cvs14
5943
5944         * src/procmime.c
5945                 add #include <errno.h>, it's needed
5946                 on some systems
5947
5948 2007-01-17 [paul]       2.7.1cvs13
5949
5950         * src/common/defs.h
5951         * tools/make.themes.project
5952                 rename .sylpheed_themeinfo to .claws_themeinfo
5953                 and use it
5954         * src/etpan/etpan-errors.h
5955         * src/etpan/etpan-log.c
5956         * src/etpan/etpan-log.h
5957         * src/etpan/etpan-thread-manager-types.h
5958         * src/etpan/etpan-thread-manager.c
5959         * src/etpan/etpan-thread-manager.h
5960         * src/etpan/imap-thread.c
5961         * src/etpan/imap-thread.h
5962                 add copyright header
5963
5964 2007-01-17 [colin]      2.7.1cvs12
5965
5966         * src/plugins/pgpcore/select-keys.c
5967         * src/gtk/pluginwindow.c
5968         * src/prefs_account.c
5969                 Fix warnings
5970
5971 2007-01-16 [colin]      2.7.1cvs11
5972
5973         * src/imap.c
5974         * src/imap.h
5975         * src/imap_gtk.c
5976                 Manage subscribing to subfolders when only
5977                 subscribed folders are shown.
5978
5979 2007-01-16 [colin]      2.7.1cvs10
5980
5981         * src/folderview.c
5982                 Fix annoying vscrollbar going back to top
5983                 on Check for new folders
5984
5985 2007-01-16 [colin]      2.7.1cvs9
5986
5987         * src/imap.c
5988                 Remove printf
5989
5990 2007-01-16 [colin]      2.7.1cvs8
5991
5992         * src/filtering.c
5993                 Bigger buffer for errors
5994         * src/imap.c
5995         * src/imap.h
5996         * src/imap_gtk.c
5997         * src/prefs_account.c
5998         * src/prefs_account.h
5999         * src/wizard.c
6000         * src/etpan/imap-thread.c
6001         * src/etpan/imap-thread.h
6002         * manual/handling.xml
6003                 Add subscriptions management. What it changes:
6004                 Creating a folder subscribes to it
6005                 Deleting a folder unsubscribes it
6006                 New contextual menu item allowing to switch between
6007                 All folders and Subscribed folders, subscribe, and
6008                 unsubscribe. "Creating" an existing but unsubscribed
6009                 folder will subscribe it.
6010                 By default for new accounts, only subscribed folders 
6011                 are shown.
6012
6013
6014 2007-01-16 [paul]       2.7.1cvs7
6015
6016         * src/summaryview.c
6017                 Allow folder classes to specify only sort_key or
6018                 sort_type instead of both or none.
6019
6020 2007-01-16 [paul]       2.7.1cvs6
6021
6022         * src/action.c
6023         * src/compose.c
6024         * src/mimeview.c
6025         * src/procmime.c
6026         * src/textview.c
6027                 Save and use errno for procmime_get_part
6028
6029 2007-01-16 [colin]      2.7.1cvs5
6030
6031         * src/imap.c
6032                 Never remove INBOX when scanning for
6033                 new folders. It's a special folder
6034                 that has to exist.
6035
6036 2007-01-15 [colin]      2.7.1cvs4
6037
6038         * src/imap.c
6039                 Fix 'Check for new folders' when IMAP subdirectory
6040                 is set
6041         * src/etpan/imap-thread.c
6042                 Fix build
6043
6044 2007-01-15 [colin]      2.7.1cvs3
6045
6046         * src/etpan/imap-thread.c
6047                 Fix invalid free on command-connection
6048                 error
6049
6050 2007-01-15 [wwp]        2.7.1cvs2
6051
6052         * src/matcher_parser_lex.l
6053         * src/quote_fmt_lex.l
6054         * src/matcher_parser_parse.y
6055                 fix copyright header in lexers and parsers.
6056
6057 2007-01-15 [paul]       2.7.1cvs1
6058
6059         * NEWS
6060         * README
6061         * RELEASE_NOTES
6062         * configure.ac
6063                 bump up version number following
6064                 stable release
6065
6066 2007-01-15 [paul]       2.7.0cvs31
6067
6068         * AUTHORS
6069         * src/gtk/authors.h
6070                 add Fabien to the Team list
6071                 add the recent contributors
6072                 make a few corrections
6073
6074 2007-01-15 [paul]       2.7.0cvs30
6075
6076         * src/mainwindow.c
6077                 fix compiler warning
6078         * src/plugins/pgpcore/prefs_gpg.c
6079         * src/plugins/pgpcore/prefs_gpg.h
6080                 add missing include
6081                 fix copyright header
6082
6083 2007-01-14 [colin]      2.7.0cvs29
6084
6085         * src/gtk/filesel.c
6086                 Use the 'gtk+' backend. Avoids gnome-vfs use,
6087                 two benefits: faster to open, will fix strange
6088                 dbus-related crash. Thanks to Pascal Terjan.
6089
6090 2007-01-14 [colin]      2.7.0cvs28
6091
6092         * src/etpan/imap-thread.c
6093                 Delete the old imap just after allocating
6094                 the new one. Makes sure we don't get the
6095                 same pointer by sheer luck, which feels
6096                 strange in the debug log.
6097
6098 2007-01-14 [colin]      2.7.0cvs27
6099
6100         * src/gtk/inputdialog.c
6101                 Make sure we don't print passwords in
6102                 clear text when in debug mode
6103
6104 2007-01-14 [colin]      2.7.0cvs26
6105
6106         * src/gtk/gtksctree.c
6107                 Fix bug 1098, 'bogus last row display 
6108                 after expanding a thread'. Patch by
6109                 Jindrich Makovicka <makovick@gmail.com>
6110
6111 2007-01-14 [colin]      2.7.0cvs25
6112
6113         * src/etpan/imap-thread.c
6114                 Close socket manually before
6115                 freeing the imap struct
6116
6117 2007-01-14 [colin]      2.7.0cvs24
6118
6119         * src/etpan/imap-thread.c
6120                 Maybe fix new reconnection issues
6121
6122 2007-01-13 [colin]      2.7.0cvs23
6123
6124         * src/summaryview.c
6125                 Freeze/thaw on thread selection
6126
6127 2007-01-13 [paul]       2.7.0cvs22
6128
6129         * src/mainwindow.c
6130         * src/summaryview.c
6131         * src/summaryview.h
6132                 add 'Edit/Delete thread'
6133
6134 2007-01-13 [colin]      2.7.0cvs21
6135
6136         * src/prefs_account.c
6137         * src/prefs_compose_writing.c
6138         * src/prefs_message.c
6139         * src/prefs_msg_colors.c
6140         * src/prefs_other.c
6141         * src/prefs_receive.c
6142         * src/prefs_spelling.c
6143         * src/prefs_summaries.c
6144         * src/prefs_themes.c
6145         * src/gtk/gtkutils.c
6146         * src/gtk/gtkutils.h
6147         * src/plugins/pgpcore/prefs_gpg.c
6148         * src/plugins/spamassassin/spamassassin_gtk.c
6149                 Factorize gtk frame creation
6150                 Patch by Pawel
6151
6152 2007-01-13 [colin]      2.7.0cvs20
6153
6154         * src/message_search.c
6155         * src/summary_search.c
6156                 Fix Enter in search windows
6157         * src/messageview.c
6158                 Fix body search starting at the
6159                 end of the mail (and asking for loop)
6160
6161 2007-01-13 [colin]      2.7.0cvs19
6162
6163         * src/etpan/imap-thread.c
6164                 Make sure we don't free the same imap
6165                 twice
6166
6167 2007-01-13 [colin]      2.7.0cvs18
6168
6169         * commitHelper
6170                 Allow multiple commitHelpers to
6171                 run at once
6172
6173 2007-01-12 [colin]      2.7.0cvs17
6174
6175         * src/etpan/imap-thread.c
6176                 Make sure we get rid of the previous mailimap
6177                 when connecting - just in case disconnect was
6178                 unclean
6179
6180 2007-01-12 [paul]       2.7.0cvs16
6181
6182         * src/compose.c
6183                 Strip S/MIME signatures when re-editing
6184                 S/MIME signed messages.
6185
6186 2007-01-12 [paul]       2.7.0cvs15
6187
6188         * configure.ac
6189         * src/addressbook.c
6190         * src/foldersel.c
6191         * src/folderview.c
6192         * src/main.c
6193                 no need to define CLAWS anymore, remove
6194                 all that stuff
6195
6196 2007-01-12 [paul]       2.7.0cvs14
6197
6198         * src/mimeview.c
6199                 check if the mail's signed as
6200                 it can change the mail structure
6201                 Thanks to Colin
6202
6203 2007-01-12 [paul]       2.7.0cvs13
6204
6205         * src/procmime.c
6206                 fix Forwarding msgs with attachments
6207                 that have dos line endings
6208                 Thanks to Colin
6209
6210 2007-01-12 [wwp]        2.7.0cvs12
6211
6212         * configure.ac
6213                 Revert accidentally committed extra version tag.
6214
6215 2007-01-12 [wwp]        2.7.0cvs11
6216
6217         * src/prefs_account.c
6218                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6219
6220 2007-01-11 [colin]      2.7.0cvs10
6221
6222         * src/imap.c
6223                 move g_warning to debug_print
6224                 it scares people for no reason
6225
6226 2007-01-11 [colin]      2.7.0cvs9
6227
6228         * po/POTFILES.in
6229                 Fix files to translate. Patch by
6230                 Fabien
6231
6232 2007-01-11 [paul]       2.7.0cvs8
6233
6234         * src/imap.c
6235                 Fix recursion when server lists the
6236                 current subfolder in the response
6237         * src/mimeview.c
6238                 Fix updating of icon_list/ctree
6239         * src/plugins/pgpcore/select-keys.c
6240                 Fix a few annoyances when choosing
6241                 keys for the CMS (S/MIME) protocol
6242
6243 2007-01-11 [wwp]        2.7.0cvs7
6244
6245         * src/compose.c
6246         * src/prefs_account.c
6247         * src/prefs_account.h
6248                 Add per-account spellcheck default dictionaries settings.
6249
6250 2007-01-10 [colin]      2.7.0cvs6
6251
6252         * src/prefs_folder_item.c
6253                 Factorize strings - patch by Fabien
6254
6255 2007-01-10 [colin]      2.7.0cvs5
6256
6257         * src/mainwindow.c
6258                 Fix bug 1095, 'Crash while changing folder 
6259                 columns during incorporation'
6260
6261 2007-01-09 [colin]      2.7.0cvs4
6262
6263         * src/gtk/pluginwindow.c
6264                 Set the plugin window transient. Seems
6265                 like some window managers hide it in
6266                 the background after "load plugin"...
6267
6268 2007-01-09 [colin]      2.7.0cvs3
6269
6270         * src/gtk/filesel.c
6271                 Use the same type for alloc and free
6272
6273 2007-01-08 [paul]       2.7.0cvs2
6274
6275         * po/nl.po
6276                 updated by Tim Dijkstra
6277
6278 2007-01-08 [paul]       2.7.0cvs1
6279
6280         * src/prefs_themes.c
6281         * src/common/utils.c
6282                 Fix resource leaks
6283
6284 2007-01-08 [paul]       2.7.0
6285
6286         * NEWS
6287         * README
6288         * RELEASE_NOTES
6289                 2.7.0 released
6290
6291 2007-01-08 [paul]       2.6.1cvs119
6292
6293         * doc/man/claws-mail.1
6294                 another correction
6295
6296 2007-01-08 [paul]       2.6.1cvs118
6297
6298         * doc/man/claws-mail.1
6299                 corrections
6300         * manual/advanced.xml
6301                 improved English usage
6302
6303 2007-01-08 [paul]       2.6.1cvs117
6304
6305         * po/ca.po
6306         * po/de.po
6307         * po/en_GB.po
6308         * po/fi.po
6309         * po/it.po
6310         * po/pt_BR.po
6311         * po/sk.po
6312         * po/sr.po
6313         * po/zh_CN.po
6314                 updated by Miquel Oliete, Stephan Sachse, me,
6315                 Tommi Pirinen, Andrea Spadaccini, Frederico
6316                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6317                 Urosevic, and Ralgh Young
6318
6319 2007-01-07 [mones]      2.6.1cvs116
6320
6321         * manual/es/advanced.xml
6322         * po/es.po
6323                 Synced manual (unhide mark_as_read_delay)
6324                 and updated translation for release
6325
6326 2007-01-07 [paul]       2.6.1cvs115
6327
6328         * src/prefs_matcher.c
6329                 make the hbox content fit better under
6330                 various languages
6331
6332 2007-01-07 [colin]      2.6.1cvs114
6333
6334         * src/messageview.c
6335                 Fix bug 1088, 'Ctrl-h produces repeatable
6336                 crash'
6337
6338 2007-01-06 [colin]      2.6.1cvs113
6339
6340         * src/etpan/imap-thread.c
6341                 Add casts to int to get certs. Fixes
6342                 bug 1064, 'crash @ etpan_certificate_check() 
6343                 when opening an IMAP folder', with latest
6344                 libetpan CVS or >= 0.49
6345         * src/mainwindow.c
6346         * src/mainwindow.h
6347         * src/imap_gtk.c
6348         * src/news_gtk.c
6349         * src/prefs_folder_item.c
6350                 Grey out the "synchronise" menu items if
6351                 there's nothing to synchronise.
6352         * src/plugins/pgpcore/sgpgme.c
6353                 Make an error clearer than "Unknown error"
6354
6355 2007-01-06 [colin]      2.6.1cvs112
6356
6357         * src/messageview.c
6358                 Don't try to show a message if updating
6359                 Maybe fixes bug 1088, 'ctrl-h produces
6360                 repeatable crash'.
6361
6362 2007-01-06 [colin]      2.6.1cvs111
6363
6364         * src/summaryview.c
6365                 Disable Control-Space (handle it as Space).
6366
6367 2007-01-05 [paul]       2.6.1cvs110
6368
6369         * src/imap.c
6370                 Fix bug 934, 'sylpheed claws 2.1 
6371                 doesn't show Exchanges Public Folders'
6372                 Thanks to Hoa and Colin
6373         * src/msgcache.c
6374                 Refuse to allocate more than 2 MB for a 
6375                 single field, it's a good indication of
6376                 cache corruption.
6377
6378 2007-01-05 [colin]      2.6.1cvs109
6379
6380         * src/mainwindow.c
6381                 Allow --select'ing emails by Message-ID too
6382
6383 2007-01-05 [colin]      2.6.1cvs108
6384
6385         * src/common/quoted-printable.c
6386                 Uh! Third fix :)
6387
6388 2007-01-05 [colin]      2.6.1cvs107
6389
6390         * src/common/quoted-printable.c
6391                 Fix previous commit about bug 1089
6392                 Thanks to Ralf
6393
6394 2007-01-05 [colin]      2.6.1cvs106
6395
6396         * src/common/quoted-printable.c
6397                 Fix my previous commit on bug 1089
6398                 - Thanks to Ralf :)
6399
6400 2007-01-04 [colin]      2.6.1cvs105
6401
6402         * src/common/quoted-printable.c
6403                 Fix bug 1089, 'NUL characters in Subject 
6404                 line are misinterpreted'. Not a pain to
6405                 fix in fact.
6406
6407 2007-01-04 [colin]      
6408
6409         2.7.0-rc3 released
6410
6411 2007-01-04 [wwp]        2.6.1cvs104
6412
6413         * src/image_viewer.c
6414                 Force operator precedence (fix a compiler warning).
6415
6416 2007-01-04 [colin]      2.6.1cvs103
6417
6418         * src/image_viewer.c
6419                 Be cautious there too (same fix as the one
6420                 in textview from cvs33)
6421         * src/messageview.c
6422                 Don't use any MimeViewer plugin when showing
6423                 all headers
6424
6425 2007-01-03 [wwp]        2.6.1cvs102
6426
6427         * src/html.c
6428         * src/html.h
6429                 fixed "cent" sign (use the existing ASCII one),
6430                 decode more HTML entities,
6431                 converted table ASCII entries to UTF-8,
6432                 moved a switch() into a hashtable.
6433
6434 2007-01-03 [paul]       2.6.1cvs101
6435
6436         * src/compose.c
6437         * src/messageview.c
6438         * src/procmsg.c
6439         * src/procmsg.h
6440                 When possible, use move_msg instead of
6441                 copy_msg + remove_msg to move sent mail
6442                 from Queue to Sent. 
6443
6444 2007-01-03 [paul]       2.6.1cvs100
6445
6446         * src/html.c
6447                 add more html entity recognition:
6448                 pounds, euros, and cents
6449
6450 2007-01-03 [colin]      2.6.1cvs99
6451
6452         * src/imap_gtk.c
6453                 Don't display an error on NOSELECT
6454                 folders when synchronising
6455
6456 2007-01-03 [paul]       2.6.1cvs98
6457
6458         * tools/maildir2claws-mail.pl
6459                 only substitute 'sent-mail' if it's
6460                 the full directory name
6461
6462 2007-01-03 [paul]       2.6.1cvs97
6463
6464         * ChangeLog
6465         * ChangeLog.pre2.0.0
6466         * Makefile.am
6467                 archive a chunk of ChangeLog in
6468                 ChangeLog.pre2.0.0
6469         * ChangeLog.gtk1
6470         * doc/src/ChangeLog.claws-pre0.8.0
6471                 remove ChangeLog.claws-pre0.8.0, adding
6472                 its contents to ChangeLog.gtk1
6473
6474 2007-01-03 [paul]       2.6.1cvs96
6475
6476         * src/account.c
6477         * src/account.h
6478         * src/action.c
6479         * src/action.h
6480         * src/adbookbase.h
6481         * src/addr_compl.c
6482         * src/addr_compl.h
6483         * src/addrbook.c
6484         * src/addrcache.c
6485         * src/addrcache.h
6486         * src/addrcindex.c
6487         * src/addrcindex.h
6488         * src/addrclip.c
6489         * src/addrclip.h
6490         * src/addrdefs.h
6491         * src/addressadd.c
6492         * src/addressadd.h
6493         * src/addressbook.c
6494         * src/addressbook.h
6495         * src/addressbook_foldersel.c
6496         * src/addressbook_foldersel.h
6497         * src/addrgather.c
6498         * src/addrgather.h
6499         * src/addrharvest.c
6500         * src/addrharvest.h
6501         * src/addrindex.c
6502         * src/addrindex.h
6503         * src/addritem.c
6504         * src/addritem.h
6505         * src/addrquery.c
6506         * src/addrquery.h
6507         * src/addrselect.c
6508         * src/addrselect.h
6509         * src/alertpanel.c
6510         * src/alertpanel.h
6511         * src/browseldap.c
6512         * src/browseldap.h
6513         * src/codeconv.c
6514         * src/codeconv.h
6515         * src/compose.c
6516         * src/compose.h
6517         * src/customheader.c
6518         * src/customheader.h
6519         * src/displayheader.c
6520         * src/displayheader.h
6521         * src/editaddress.c
6522         * src/editaddress.h
6523         * src/editbook.c
6524         * src/editbook.h
6525         * src/editgroup.c
6526         * src/editgroup.h
6527         * src/editjpilot.c
6528         * src/editjpilot.h
6529         * src/editldap.c
6530         * src/editldap.h
6531         * src/editldap_basedn.c
6532         * src/editldap_basedn.h
6533         * src/editvcard.c
6534         * src/editvcard.h
6535         * src/exphtmldlg.c
6536         * src/exphtmldlg.h
6537         * src/expldifdlg.c
6538         * src/expldifdlg.h
6539         * src/export.c
6540         * src/export.h
6541         * src/exporthtml.c
6542         * src/exporthtml.h
6543         * src/exportldif.c
6544         * src/exportldif.h
6545         * src/filtering.c
6546         * src/filtering.h
6547         * src/folder.c
6548         * src/folder.h
6549         * src/folder_item_prefs.c
6550         * src/folder_item_prefs.h
6551         * src/foldersel.c
6552         * src/foldersel.h
6553         * src/folderutils.c
6554         * src/folderutils.h
6555         * src/folderview.c
6556         * src/folderview.h
6557         * src/grouplistdialog.c
6558         * src/grouplistdialog.h
6559         * src/headerview.c
6560         * src/html.c
6561         * src/html.h
6562         * src/image_viewer.c
6563         * src/image_viewer.h
6564         * src/imap.c
6565         * src/imap.h
6566         * src/imap_gtk.c
6567         * src/imap_gtk.h
6568         * src/import.c
6569         * src/import.h
6570         * src/importldif.c
6571         * src/importldif.h
6572         * src/importmutt.c
6573         * src/importmutt.h
6574         * src/importpine.c
6575         * src/importpine.h
6576         * src/inc.c
6577         * src/inc.h
6578         * src/jpilot.c
6579         * src/jpilot.h
6580         * src/ldapctrl.c
6581         * src/ldapctrl.h
6582         * src/ldaplocate.c
6583         * src/ldaplocate.h
6584         * src/ldapquery.c
6585         * src/ldapquery.h
6586         * src/ldapserver.c
6587         * src/ldapserver.h
6588         * src/ldaputil.c
6589         * src/ldaputil.h
6590         * src/ldif.c
6591         * src/ldif.h
6592         * src/main.c
6593         * src/main.h
6594         * src/mainwindow.c
6595         * src/mainwindow.h
6596         * src/manual.c
6597         * src/manual.h
6598         * src/mbox.c
6599         * src/message_search.c
6600         * src/message_search.h
6601         * src/messageview.c
6602         * src/messageview.h
6603         * src/mh.c
6604         * src/mh.h
6605         * src/mh_gtk.c
6606         * src/mh_gtk.h
6607         * src/mimeview.c
6608         * src/mimeview.h
6609         * src/msgcache.c
6610         * src/msgcache.h
6611         * src/mutt.c
6612         * src/mutt.h
6613         * src/news.c
6614         * src/news.h
6615         * src/news_gtk.c
6616         * src/news_gtk.h
6617         * src/partial_download.c
6618         * src/partial_download.h
6619         * src/pine.c
6620         * src/pine.h
6621         * src/pop.c
6622         * src/pop.h
6623         * src/prefs_account.c
6624         * src/prefs_account.h
6625         * src/prefs_actions.c
6626         * src/prefs_actions.h
6627         * src/prefs_common.c
6628         * src/prefs_common.h
6629         * src/prefs_compose_writing.c
6630         * src/prefs_compose_writing.h
6631         * src/prefs_customheader.c
6632         * src/prefs_customheader.h
6633         * src/prefs_display_header.c
6634         * src/prefs_display_header.h
6635         * src/prefs_filtering.c
6636         * src/prefs_filtering.h
6637         * src/prefs_filtering_action.c
6638         * src/prefs_filtering_action.h
6639         * src/prefs_folder_column.c
6640         * src/prefs_folder_column.h
6641         * src/prefs_folder_item.c
6642         * src/prefs_folder_item.h
6643         * src/prefs_fonts.c
6644         * src/prefs_fonts.h
6645         * src/prefs_gtk.c
6646         * src/prefs_gtk.h
6647         * src/prefs_image_viewer.c
6648         * src/prefs_image_viewer.h
6649         * src/prefs_matcher.c
6650         * src/prefs_matcher.h
6651         * src/prefs_message.c
6652         * src/prefs_msg_colors.c
6653         * src/prefs_msg_colors.h
6654         * src/prefs_other.c
6655         * src/prefs_quote.c
6656         * src/prefs_receive.c
6657         * src/prefs_send.c
6658         * src/prefs_spelling.c
6659         * src/prefs_spelling.h
6660         * src/prefs_summaries.c
6661         * src/prefs_summaries.h
6662         * src/prefs_summary_column.c
6663         * src/prefs_summary_column.h
6664         * src/prefs_template.c
6665         * src/prefs_template.h
6666         * src/prefs_themes.c
6667         * src/prefs_themes.h
6668         * src/prefs_toolbar.c
6669         * src/prefs_toolbar.h
6670         * src/prefs_wrapping.c
6671         * src/prefs_wrapping.h
6672         * src/privacy.c
6673         * src/privacy.h
6674         * src/procheader.c
6675         * src/procheader.h
6676         * src/procmime.c
6677         * src/procmime.h
6678         * src/procmsg.c
6679         * src/procmsg.h
6680         * src/quote_fmt.c
6681         * src/quote_fmt_parse.y
6682         * src/recv.c
6683         * src/recv.h
6684         * src/remotefolder.c
6685         * src/remotefolder.h
6686         * src/send_message.c
6687         * src/send_message.h
6688         * src/setup.c
6689         * src/setup.h
6690         * src/sourcewindow.c
6691         * src/sourcewindow.h
6692         * src/ssl_manager.c
6693         * src/ssl_manager.h
6694         * src/statusbar.c
6695         * src/statusbar.h
6696         * src/stock_pixmap.c
6697         * src/stock_pixmap.h
6698         * src/summary_search.c
6699         * src/summary_search.h
6700         * src/summaryview.c
6701         * src/summaryview.h
6702         * src/textview.c
6703         * src/textview.h
6704         * src/toolbar.c
6705         * src/toolbar.h
6706         * src/undo.c
6707         * src/undo.h
6708         * src/unmime.c
6709         * src/unmime.h
6710         * src/vcard.c
6711         * src/vcard.h
6712         * src/wizard.c
6713         * src/wizard.h
6714         * src/common/base64.c
6715         * src/common/base64.h
6716         * src/common/defs.h
6717         * src/common/hooks.c
6718         * src/common/hooks.h
6719         * src/common/log.c
6720         * src/common/log.h
6721         * src/common/mgutils.c
6722         * src/common/mgutils.h
6723         * src/common/nntp.c
6724         * src/common/nntp.h
6725         * src/common/passcrypt.c
6726         * src/common/passcrypt.h.in
6727         * src/common/plugin.c
6728         * src/common/plugin.h
6729         * src/common/prefs.c
6730         * src/common/prefs.h
6731         * src/common/progressindicator.c
6732         * src/common/progressindicator.h
6733         * src/common/quoted-printable.c
6734         * src/common/quoted-printable.h
6735         * src/common/session.c
6736         * src/common/session.h
6737         * src/common/smtp.c
6738         * src/common/smtp.h
6739         * src/common/socket.c
6740         * src/common/socket.h
6741         * src/common/ssl.c
6742         * src/common/ssl.h
6743         * src/common/ssl_certificate.c
6744         * src/common/ssl_certificate.h
6745         * src/common/stringtable.c
6746         * src/common/stringtable.h
6747         * src/common/template.c
6748         * src/common/template.h
6749         * src/common/timing.h
6750         * src/common/utils.c
6751         * src/common/utils.h
6752         * src/common/version.h.in
6753         * src/common/xml.c
6754         * src/common/xml.h
6755         * src/common/xmlprops.c
6756         * src/common/xmlprops.h
6757         * src/gtk/about.c
6758         * src/gtk/colorlabel.c
6759         * src/gtk/colorsel.c
6760         * src/gtk/colorsel.h
6761         * src/gtk/combobox.c
6762         * src/gtk/combobox.h
6763         * src/gtk/description_window.c
6764         * src/gtk/description_window.h
6765         * src/gtk/filesel.c
6766         * src/gtk/filesel.h
6767         * src/gtk/foldersort.c
6768         * src/gtk/foldersort.h
6769         * src/gtk/gtksctree.c
6770         * src/gtk/gtkutils.c
6771         * src/gtk/gtkutils.h
6772         * src/gtk/inputdialog.c
6773         * src/gtk/inputdialog.h
6774         * src/gtk/logwindow.c
6775         * src/gtk/logwindow.h
6776         * src/gtk/manage_window.c
6777         * src/gtk/manage_window.h
6778         * src/gtk/menu.c
6779         * src/gtk/menu.h
6780         * src/gtk/pluginwindow.c
6781         * src/gtk/pluginwindow.h
6782         * src/gtk/prefswindow.c
6783         * src/gtk/prefswindow.h
6784         * src/gtk/progressdialog.c
6785         * src/gtk/progressdialog.h
6786         * src/gtk/sslcertwindow.c
6787         * src/gtk/sslcertwindow.h
6788         * src/plugins/bogofilter/bogofilter.c
6789         * src/plugins/bogofilter/bogofilter.h
6790         * src/plugins/bogofilter/bogofilter_gtk.c
6791         * src/plugins/clamav/clamav_plugin.c
6792         * src/plugins/clamav/clamav_plugin.h
6793         * src/plugins/clamav/clamav_plugin_gtk.c
6794         * src/plugins/demo/demo.c
6795         * src/plugins/dillo_viewer/dillo_prefs.c
6796         * src/plugins/dillo_viewer/dillo_prefs.h
6797         * src/plugins/dillo_viewer/dillo_viewer.c
6798         * src/plugins/pgpcore/passphrase.c
6799         * src/plugins/pgpcore/passphrase.h
6800         * src/plugins/pgpcore/pgp_viewer.c
6801         * src/plugins/pgpcore/pgp_viewer.h
6802         * src/plugins/pgpcore/plugin.c
6803         * src/plugins/pgpcore/select-keys.c
6804         * src/plugins/pgpcore/select-keys.h
6805         * src/plugins/pgpcore/sgpgme.c
6806         * src/plugins/pgpcore/sgpgme.h
6807         * src/plugins/pgpinline/pgpinline.c
6808         * src/plugins/pgpinline/pgpinline.h
6809         * src/plugins/pgpinline/plugin.c
6810         * src/plugins/pgpmime/pgpmime.c
6811         * src/plugins/pgpmime/pgpmime.h
6812         * src/plugins/pgpmime/plugin.c
6813         * src/plugins/spamassassin/spamassassin.c
6814         * src/plugins/spamassassin/spamassassin.h
6815         * src/plugins/spamassassin/spamassassin_gtk.c
6816         * src/plugins/trayicon/trayicon.c
6817                 it's 2007, update the year in the copyright headers
6818
6819 2007-01-03 [paul]       2.6.1cvs95
6820
6821         * src/gtk/about.c
6822                 it is 2007, use it in the copyright string
6823
6824 2007-01-03 [paul]       2.6.1cvs94
6825
6826         * src/html.c
6827                 html entity conversion:
6828                 move &#153; to a more suitable place
6829                 add &bull; and &ndash;
6830                 make sure &mdash; and &#8212; are both
6831                 converted the same
6832
6833 2007-01-02 [colin]      2.6.1cvs93
6834
6835         * src/addrbook.c
6836                 Fix leak
6837         * src/common/plugin.c
6838                 Add comment
6839         * src/etpan/imap-thread.c
6840                 Fix warning
6841
6842 2006-12-31 [paul]       2.6.1cvs92
6843
6844         * src/prefs_summaries.c
6845                 use gtk_button_new_from_stock()
6846
6847 2006-12-30 [colin]      2.6.1cvs91
6848
6849         * src/folder.c
6850         * src/imap_gtk.c
6851         * src/mh_gtk.c
6852                 Don't update filtering and account paths 
6853                 when copying folders
6854
6855 2006-12-30 [colin]      2.6.1cvs90
6856
6857         * src/prefs_compose_writing.c
6858         * src/prefs_quote.c
6859         * src/prefs_template.c
6860                 Use message font for Writing and 
6861                 Quoting prefs, as well as Templates.
6862
6863 2006-12-30 [colin]      2.6.1cvs89
6864
6865         * src/prefs_summaries.c
6866                 Rework GUI; patch by Pawel
6867
6868 2006-12-29 [colin]      2.6.1cvs88
6869
6870         * src/prefs_folder_item.c
6871                 Fix bug 1085, 'Apply to subfolder 
6872                 doesn't work' - I was mistaken saying
6873                 it worked in every case
6874
6875 2006-12-28 [colin]      2.6.1cvs87
6876
6877         * src/gtk/gtkaspell.c
6878                 Don't assert if use_alternate is true
6879                 and alt_dictionary isn't set -- this 
6880                 is what happens on upgrade! Rather,
6881                 do with it.
6882
6883 2006-12-28 [colin]      2.6.1cvs86
6884
6885         * Makefile.am
6886                 Fix desktop/icon simplification
6887
6888 2006-12-28 [colin]      2.6.1cvs85
6889
6890         * Makefile.am
6891                 Make desktop and icon not 
6892                 dependant on the desktop
6893
6894 2006-12-28 [wwp]        2.6.1cvs84
6895
6896         * src/plugins/pgpmime/claws.def
6897                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6898
6899 2006-12-28 [wwp]        2.6.1cvs83
6900
6901         * src/prefs_folder_item.c
6902                 Fix coloring of "simplify subject regexp" (folder prefs),
6903                 which might be left to red whereas the regexp gets empty.
6904
6905 2006-12-28 [wwp]        2.6.1cvs82
6906
6907         * src/prefs_common.c
6908         * src/prefs_common.h
6909         * src/addressbook.c
6910         * src/addressitem.h
6911                 Save addressbook mainwindow's horizontal and vertical splitter position.
6912
6913 2006-12-27 [wwp]        2.6.1cvs81
6914
6915         * src/gtk/gtkaspell.c
6916         * src/gtk/gtkaspell.h
6917         * src/compose.c
6918                 Fix assignment of compose's default and alternate dictionary from
6919                 account or folder settings. Now gtkaspell_change_dict does rotate
6920                 dicts only when it's called from a menu cb.
6921
6922 2006-12-27 [wwp]        2.6.1cvs80
6923
6924         * src/folder_item_prefs.c
6925                 Fix randomly initialized default-alt-dictionary (folder prefs),
6926                 complete 2.6.1cvs72.
6927
6928 2006-12-27 [paul]       2.6.1cvs79
6929
6930         * src/imap_gtk.c
6931         * src/mh_gtk.c
6932                 Add Copy folder in the folder's contextual
6933                 menu
6934
6935 2006-12-27 [wwp]        2.6.1cvs78
6936
6937         * src/imap.c
6938                 Clean up session locking, thanks to Colin.
6939
6940 2006-12-26 [colin]      2.6.1cvs77
6941
6942         * src/statusbar.c
6943                 Revert previous patch
6944
6945 2006-12-26 [colin]      2.6.1cvs76
6946
6947         * src/folder.c
6948         * src/folderview.c
6949         * src/imap.c
6950         * src/statusbar.c
6951         * src/etpan/imap-thread.c
6952                 Fix previous commit warnings
6953                 Make statusbar update every second if total < 20
6954                 Make IMAP APPEND faster by simplifying log              
6955
6956 2006-12-26 [colin]      2.6.1cvs75
6957
6958         * src/folder.c
6959         * src/folder.h
6960         * src/folderview.c
6961         * src/folderview.h
6962         * src/imap_gtk.c
6963         * src/mh_gtk.c
6964                 Make it possible to copy folders accross
6965                 mailboxes (this was an arbitrary limitation).
6966                 Still make it impossible to move folders 
6967                 accross mailboxes.
6968
6969 2006-12-26 [colin]      2.6.1cvs74
6970
6971         * src/etpan/imap-thread.c
6972                 Fix bug 1081, 'claws-mail 
6973                 segfaults when going offline 
6974                 while it transfers mails via 
6975                 imap'
6976
6977 2006-12-26 [colin]      2.6.1cvs73
6978
6979         * src/folder_item_prefs.c
6980                 Don't forget alt dictionary when
6981                 renaming/moving folders
6982
6983 2006-12-26 [wwp]        2.6.1cvs72
6984
6985         * src/folder_item_prefs.c
6986                 Add missing defaults for per-folder alt dict
6987                 (forgotten in 2.6.1cvs61).
6988
6989 2006-12-26 [colin]      2.6.1cvs71
6990
6991         * src/wizard.c
6992                 Add tooltip to state that specifying
6993                 full path to mailbox is possible
6994
6995 2006-12-26 [wwp]        2.6.1cvs70
6996
6997         * src/partial_download.c
6998         * src/gtk/gtkvscrollbutton.c
6999         * src/plugins/pgpinline/plugin.c
7000                 Fix for few compiler warnings that matter.
7001
7002 2006-12-25 [colin]      2.6.1cvs69
7003
7004         * src/partial_download.c
7005                 Fix marking for download or deletion
7006                 when the header isn't the first
7007         * src/gtk/logwindow.c
7008                 Fix start of scrolling
7009
7010 2006-12-23 [paul]       2.6.1cvs68
7011
7012         * src/compose.c
7013                 change last commit to use the 'academic'
7014                 method instead. Thanks to wwp
7015
7016 2006-12-23 [paul]       2.6.1cvs67
7017
7018         * src/compose.c
7019                 don't warn about empty subject when
7020                 redirecting
7021
7022 2006-12-22 [colin]      2.6.1cvs66
7023
7024         * src/summary_search.c
7025                 Fix previous patch
7026
7027 2006-12-22 [colin]      2.6.1cvs65
7028
7029         * src/gtk/gtkutils.c
7030         * src/imap.c
7031         * src/jpilot.c
7032         * src/summary_search.c
7033                 A few warning fixes
7034
7035 2006-12-23 [paul]       
7036
7037         2.7.0-rc2 released
7038
7039 2006-12-22 [colin]      2.6.1cvs64
7040
7041         * src/toolbar.c
7042         * src/toolbar.h
7043                 Add a combo to the learn spam button
7044         * src/plugins/bogofilter/bogofilter.c
7045         * src/plugins/bogofilter/bogofilter_gtk.c
7046         * src/plugins/bogofilter/bogofilter.h
7047                 Allow to store Unsure mails in a specific
7048                 folder to make better teaching easier
7049
7050 2006-12-21 [wwp]        2.6.1cvs63
7051
7052         * src/compose.c
7053         * src/prefs_common.c
7054         * src/prefs_common.h
7055         * src/prefs_spelling.c
7056         * src/gtk/gtkaspell.c
7057         * src/gtk/gtkaspell.h
7058                 Allow spell-checking using both current and alternate dictionaries
7059                 (thanks to Colin).
7060
7061 2006-12-21 [wwp]        2.6.1cvs62
7062
7063         * src/gtk/gtkaspell.c
7064                 Apply recheck_when_changing_dict (highlight all mispelled words)
7065                 when switching to alternate dictionary.
7066
7067 2006-12-21 [wwp]        2.6.1cvs61
7068
7069         * src/compose.c
7070         * src/folder_item_prefs.h
7071         * src/prefs_common.c
7072         * src/prefs_common.h
7073         * src/prefs_folder_item.c
7074         * src/prefs_spelling.c
7075         * src/gtk/gtkaspell.c
7076         * src/gtk/gtkaspell.h
7077                 Add global and per-folder prefs to set the default
7078                 alternate dictionary.
7079
7080 2006-12-21 [colin]      2.6.1cvs60
7081
7082         * src/folder.c
7083                 Look for folders by path in all folders
7084         * src/html.c
7085                 add &mdash;
7086
7087 2006-12-20 [colin]      2.6.1cvs59
7088
7089         * src/gtk/quicksearch.c
7090                 Make sure in_typing is false when clearing
7091
7092 2006-12-20 [wwp]        2.6.1cvs58
7093
7094         * configure.ac
7095                 change manual's target dir to be LFH-compliant (thanks to Colin).
7096
7097 2006-12-20 [wwp]        2.6.1cvs57
7098
7099         * src/prefs_common.c
7100         * src/prefs_summaries.c
7101                 i18n fix and factorize patch, thanks to Fabien.
7102
7103 2006-12-20 [paul]       2.6.1cvs56
7104
7105         * configure.ac
7106                 last of the renaming (??)
7107         * src/main.c
7108                 correct --help info of --status-full
7109         * src/plugins/bogofilter/bogofilter.c
7110                 make FALSE default of whitelist_ab
7111
7112 2006-12-19 [colin]      2.6.1cvs55
7113
7114         * src/jpilot.c
7115                 Same as before, without depending on
7116                 pisock >= 0.12
7117
7118 2006-12-19 [colin]      2.6.1cvs54
7119
7120         * src/jpilot.c
7121                 Fix bug 1059, 'Better jpilot charset 
7122                 handling'. Use libpisync's charset conversion
7123                 if possible
7124
7125 2006-12-19 [colin]      2.6.1cvs53
7126
7127         * po/fr.po
7128                 Updated by Fabien
7129
7130 2006-12-19 [wwp]        2.6.1cvs52
7131
7132         * src/gtk/about.c
7133                 Add missing #include (thanks to Colin).
7134
7135 2006-12-19 [wwp]        2.6.1cvs51
7136
7137         * src/prefs_receive.c
7138                 Better spacing between widgets in prefs.
7139
7140 2006-12-18 [colin]      2.6.1cvs50
7141
7142         * src/imap.c
7143                 Fix failure to get separator on LIST "" ""
7144                 Try LIST "" "INBOX" too.
7145
7146 2006-12-18 [wwp]        2.6.1cvs49
7147
7148         * src/common/session.c
7149                 Fix a compiler warning (thanks to Fabien).
7150
7151 2006-12-18 [wwp]        2.6.1cvs48
7152
7153         * src/compose.c
7154         * src/prefs_quote.c
7155                 Factorize some strings for translation (it's about error
7156                 messages when applying or checking template/quote format).
7157
7158 2006-12-18 [colin]      2.6.1cvs47
7159
7160         * Makefile.am
7161         * src/common/defs.h
7162         * src/gtk/Makefile.am
7163         * src/gtk/about.c
7164                 Add a Release notes tab from the contents of
7165                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
7166
7167 2006-12-17 [colin]      2.6.1cvs46
7168
7169         * src/mimeview.c
7170         * src/textview.c
7171         * src/gtk/filesel.c
7172                 Correctly convert from/to UTF8/filename encoding
7173                 when loading and saving files. Probably fixes
7174                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7175                 for a file to attach and is blocked...'
7176
7177 2006-12-17 [colin]      2.6.1cvs45
7178
7179         * src/gtk/logwindow.c
7180                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7181                 IMAP folder and is blocked on main thread': 
7182                 make sure we put utf8 in the log.
7183
7184 2006-12-16 [colin]      2.6.1cvs44
7185
7186         * src/toolbar.c
7187         * src/toolbar.h
7188                 Fix bug 1055, 'Add the 'cancel receive' 
7189                 in the available events for the toolbar buttons'
7190
7191 2006-12-16 [colin]      2.6.1cvs43
7192
7193         * po/POTFILES.in
7194         * src/imap.c
7195         * src/common/nntp.c
7196         * src/common/session.c
7197                 Log error when SSL handshakes fail. 
7198                 Fixes bug 1082, 'incorrect / imprecise 
7199                 error message when imap server provides 
7200                 ssl only through STARTTLS but SSL is 
7201                 selected'
7202
7203 2006-12-15 [wwp]        2.6.1cvs42
7204
7205         * src/plugins/bogofilter/bogofilter_gtk.c
7206                 set proper sensitivity to widgets I've recently added.
7207
7208 2006-12-15 [colin]      
7209
7210         2.7.0-rc1 released
7211
7212 2006-12-15 [wwp]        2.6.1cvs41
7213
7214         * src/plugins/bogofilter/bogofilter.c
7215         * src/plugins/bogofilter/bogofilter.h
7216         * src/plugins/bogofilter/bogofilter_gtk.c
7217                 bogofilter's whitelist can now use a subset of
7218                 the addressbook (either a book, a subfolder of a book,
7219                 or the whole addressbook by using "Any"). Re-used there
7220                 some pref_matcher widgets and mechanisms to match a subset
7221                 of the addressbook.
7222
7223 2006-12-15 [wwp]        2.6.1cvs40
7224
7225         * src/wizard.c
7226         * src/common/plugin.c
7227         * src/common/plugin.h
7228         * src/gtk/about.c
7229         * src/plugins/bogofilter/bogofilter.c
7230         * src/plugins/clamav/clamav_plugin.c
7231         * src/plugins/demo/demo.c
7232         * src/plugins/dillo_viewer/dillo_viewer.c
7233         * src/plugins/pgpcore/plugin.c
7234         * src/plugins/pgpinline/plugin.c
7235         * src/plugins/pgpmime/plugin.c
7236         * src/plugins/spamassassin/spamassassin.c
7237         * src/plugins/trayicon/trayicon.c
7238                 factorize some translatable strings (plugins-related),
7239                 fix missing punctuation in several places,
7240                 remove useless translatable \n in about.c,
7241                 and factorize plugin init code w/ a new function
7242                 check_plugin_version() in common/plugin.c.
7243                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7244
7245 2006-12-15 [wwp]        2.6.1cvs39
7246
7247         * src/plugins/bogofilter/bogofilter.c
7248         * src/plugins/bogofilter/bogofilter_gtk.c
7249                 flag whitelisted spams as spam, but don't filter it to the spam
7250                 folder. Thanks to Colin.
7251
7252 2006-12-15 [ticho]      2.6.1cvs38
7253
7254         * src/plugins/bogofilter/bogofilter.c
7255         * src/plugins/bogofilter/bogofilter.h
7256         * src/plugins/bogofilter/bogofilter_gtk.c
7257                 Add option to whitelist senders found in addressbook. Patch by colin.
7258
7259 2006-12-15 [paul]       2.6.1cvs37
7260
7261         * src/folderview.c
7262                 add missing #include "log.h"
7263
7264 2006-12-15 [paul]       2.6.1cvs36
7265
7266         * src/plugins/bogofilter/bogofilter.c
7267         * src/plugins/bogofilter/bogofilter.h
7268         * src/plugins/bogofilter/bogofilter_gtk.c
7269                 Add an option to allow inserting an
7270                 X-Claws-Bogosity header (on MH folders
7271                 only). Patch by Colin
7272
7273 2006-12-14 [colin]      2.6.1cvs35
7274
7275         * src/main.c
7276                 "Yes" should be the default choice for
7277                 migration configuration
7278
7279 2006-12-14 [paul]       2.6.1cvs34
7280
7281         * src/prefs_summaries.c
7282         * manual/advanced.xml
7283                 Unhide mark_as_read_delay
7284
7285 2006-12-14 [paul]       2.6.1cvs33
7286
7287         * src/messageview.c
7288         * src/messageview.h
7289         * src/mimeview.c
7290         * src/mimeview.h
7291         * src/summaryview.c
7292         * src/textview.c
7293         * src/textview.h
7294                 Fix printing of selection
7295                 Fix printing of message parts
7296                 Fix printing of images
7297         * src/gtk/gtksourceprintjob.c
7298                 Fix page count when there are images
7299
7300 2006-12-14 [wwp]        2.6.1cvs32
7301
7302         * src/mainwindow.c
7303         * src/summaryview.c
7304         * src/summaryview.h
7305         * src/gtk/quicksearch.c
7306                 fix quicksearch 'magnify' button status when QS is closed
7307                 using the Escape key, thanks to Colin.
7308
7309 2006-12-14 [wwp]        2.6.1cvs31
7310
7311         * src/mainwindow.c
7312         * src/summaryview.c
7313         * src/summaryview.h
7314         * src/gtk/quicksearch.c
7315                 fix quicksearch 'magnify' button status when QS is closed
7316                 using the Escape key, thanks to Colin.
7317
7318 2006-12-13 [colin]      2.6.1cvs30
7319
7320         * src/ldapquery.c
7321         * src/ldaputil.c
7322                 Use the binary safe version of ldap_get_values,
7323                 to make sure we manipulate null-terminated 
7324                 strings. Maybe fixes bug 1075, 'claws mail 
7325                 segfault when completing ldap adresses'
7326         * src/syldap.c ** REMOVED **
7327         * src/syldap.h ** REMOVED **
7328                 Remove dead files
7329
7330 2006-12-13 [mones]      2.6.1cvs29
7331
7332         * po/es.po
7333                 Fixed piped strings, fixed click translation
7334
7335 2006-12-13 [paul]       2.6.1cvs28
7336
7337         * src/main.c
7338                 don't translate these strings
7339
7340 2006-12-13 [paul]       2.6.1cvs27
7341
7342         * po/en_GB.po
7343                 updated
7344
7345 2006-12-13 [colin]      2.6.1cvs26
7346
7347         * src/main.c
7348         * src/main.h
7349                 Add claws_is_starting()
7350
7351 2006-12-13 [mones]      2.6.1cvs25
7352
7353         * manual/es/advanced.xml
7354         * po/es.po
7355                 Synced manual and updated translation
7356
7357 2006-12-12 [colin]      2.6.1cvs24
7358
7359         * src/wizard.c
7360                 Add an option to use STARTTLS in the
7361                 welcome wizard. Fixes bug 1080, 
7362                 'Using SSL option in wizard for incoming 
7363                 server does not activate SSL with STARTTLS'
7364
7365 2006-12-12 [colin]      2.6.1cvs23
7366
7367         * src/main.c
7368                 Don't exit when there's an incomplete
7369                 mailbox configured - leaves a chance 
7370                 to fix a failing IMAP account. Exit
7371                 if no mailbox at all is loaded (case
7372                 of missing plugin).
7373                 Completes bug 1077's fix (I was wrong
7374                 in this bug's comment #3).
7375
7376 2006-12-12 [colin]      2.6.1cvs22
7377
7378         * src/gtk/menu.h
7379                 Add another menu data type
7380         * src/prefs_account.c
7381                 Complete the completion of bug 1076
7382                 (doesn't lose the pref on apply)
7383
7384 2006-12-12 [paul]       2.6.1cvs21
7385
7386         * src/prefs_account.c
7387                 complete the fix of bug 1076
7388                 also be more verbose with the text
7389
7390 2006-12-12 [paul]       2.6.1cvs20
7391
7392         * src/gtk/combobox.c
7393                 fix compilation warning
7394
7395 2006-12-11 [colin]      2.6.1cvs19
7396
7397         * src/wizard.c
7398                 Document :port in server entry tooltips
7399
7400 2006-12-11 [colin]      2.6.1cvs18
7401
7402         * src/main.c
7403                 Fix compile
7404
7405 2006-12-11 [colin]      2.6.1cvs17
7406
7407         * src/main.c
7408                 Add failing IMAP as a reason for no
7409                 mailbox
7410
7411 2006-12-11 [colin]      2.6.1cvs16
7412
7413         * src/prefs_account.c
7414                 Check for existence of inbox for local
7415                 accounts too
7416         * src/wizard.c
7417                 Allow setting the port to use for servers
7418                 by using the usual "server.example.com:port"
7419                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7420                 not start when IMAP server is unavailable'
7421
7422 2006-12-11 [colin]      2.6.1cvs15
7423
7424         * src/prefs_account.c
7425                 Prevent use of non-existing default inbox
7426
7427 2006-12-11 [colin]      2.6.1cvs14
7428
7429         * src/prefs_account.c
7430                 Fix sensitivity. Fixes bug 1076, 'privacy 
7431                 options are displayed even when pgp plugin 
7432                 not loaded / available'
7433
7434 2006-12-09 [colin]      2.6.1cvs13
7435
7436         * manual/advanced.xml
7437         * src/prefs_common.c
7438         * src/prefs_common.h
7439         * src/common/ssl_certificate.c
7440                 Add a new hidden preference, 'unsafe_ssl_certs',
7441                 which allows to store multiple certificates per
7442                 server/port. This is disabled by default because
7443                 it's less secure (presenting a new certificate
7444                 instead of a changed one raises less alarms).
7445                 This will cause Claws to ask about an unknown
7446                 certificate for people who have used 2.6.1cvs8
7447                 or greater.
7448
7449 2006-12-09 [colin]      2.6.1cvs12
7450
7451         * src/action.c
7452                 Fix cache updating after action
7453
7454 2006-12-07 [wwp]        2.6.1cvs11
7455
7456         * src/compose.c
7457                 fix email address comparison when replying to all
7458                 (avoid replying to ourselves), thanks to Colin.
7459
7460 2006-12-06 [paul]       2.6.1cvs10
7461
7462         * src/addrharvest.c
7463         * src/editldap.c
7464         * src/expldifdlg.c
7465         * src/news.c
7466         * src/toolbar.c
7467         * src/common/utils.c
7468                 ...and more renaming
7469                 Thanks to Colin
7470
7471 2006-12-06 [paul]       2.6.1cvs9
7472
7473         * src/compose.c
7474         * src/messageview.c
7475         * src/procheader.c
7476         * src/procmime.c
7477         * src/procmsg.c
7478         * src/textview.c
7479                 more renaming
7480                 Thanks to Colin
7481
7482 2006-12-06 [colin]      2.6.1cvs8
7483
7484         * src/ssl_manager.c
7485         * src/common/ssl_certificate.c
7486         * src/common/ssl_certificate.h
7487                 Handle multiple certificates per host/port
7488
7489 2006-12-06 [colin]      2.6.1cvs7
7490
7491         * src/etpan/imap-thread.c
7492                 Fix certificate checking on IMAP
7493
7494 2006-12-06 [colin]      2.6.1cvs6
7495
7496         * src/folderview.c
7497                 Fix bug 1072, 'Claws stops fetching newsgroups 
7498                 from server when newsgroup got deleted': continue
7499                 checking other groups
7500
7501 2006-12-05 [wwp]        2.6.1cvs5
7502
7503         * src/message_search.c
7504         * src/summary_search.c
7505         * src/gtk/combobox.c
7506         * src/gtk/combobox.h
7507         * src/gtk/gtkutils.c
7508         * src/gtk/gtkutils.h
7509                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7510                 behave like w/ old comboboxes (summary and message search only).
7511
7512 2006-12-05 [paul]       2.6.1cvs4
7513
7514         * src/wizard.c
7515                 encode headers
7516                 Thanks to Colin
7517
7518 2006-12-05 [paul]       2.6.1cvs3
7519
7520         * tools/README
7521         * tools/textviewer.pl
7522                 script updated and description added
7523
7524 2006-12-04 [colin]      2.6.1cvs2
7525
7526         * src/compose.c
7527                 Run pre-send hook only when checking
7528                 everything
7529
7530 2006-12-04 [paul]       2.6.1cvs1
7531
7532         * NEWS
7533         * README
7534         * RELEASE_NOTES
7535         * configure.ac
7536         * tools/README
7537                 bump up version number following stable release
7538
7539 2006-12-04 [paul]       2.6.0cvs83
7540
7541         * README
7542                 updates and corrections
7543
7544 2006-12-04 [colin]      2.6.0cvs82
7545
7546         * src/common/utils.c
7547                 Probably fix bug 1066, 'Incorrect mailbox 
7548                 size displayed'
7549
7550 2006-12-04 [colin]      2.6.0cvs81
7551
7552         * src/common/utils.c
7553                 Trim tabs from mailcap file too.
7554
7555 2006-12-02 [paul]       2.6.0cvs80
7556
7557         * src/exphtmldlg.c
7558                 fix broken GUI under certain languages
7559         * src/expldifdlg.c
7560                 put the Cancel button to the right
7561
7562 2006-12-01 [paul]       2.6.0cvs79
7563
7564         * tools/Makefile.am
7565                 remove reference to removed file
7566
7567 2006-12-01 [wwp]        2.6.0cvs78
7568
7569         * src/addressbook.c
7570         * src/editaddress.c
7571                 remove forgotten debug statements.
7572
7573 2006-12-01 [wwp]        2.6.0cvs77
7574
7575         * manual/advanced.xml
7576         * manual/fr/advanced.xml
7577         * src/addressbook.c
7578         * src/addressbook.h
7579         * src/addressitem.h
7580         * src/editaddress.c
7581         * src/editaddress.h
7582         * src/prefs_common.c
7583         * src/prefs_common.h
7584         * src/gtk/gtkutils.c
7585         * src/gtk/gtkutils.h
7586                 add a hidden option to allow embedding the editaddress (edit contact details)
7587                 dialog into the addressbook's window. This doesn't change the default
7588                 behaviour.
7589
7590 2006-12-01 [wwp]        2.6.0cvs76
7591
7592         * src/message_search.c
7593         * src/summary_search.c
7594                 fix more focus issues (don't set focus to combobox's entry widget when
7595                 entry's value changed, if entry widget has focus already).
7596
7597 2006-12-01 [wwp]        2.6.0cvs75
7598
7599         * src/gtk/quicksearch.c
7600                 revert last changes to the quicksearch gtk_combo_box, this needs more
7601                 tuning and testing.
7602
7603 2006-12-01 [paul]       2.6.0cvs74
7604
7605         * tools/kdeservicemenu/README
7606         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7607         * tools/kdeservicemenu/install.sh
7608         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7609         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7610                 simplify this stuff, and in so doing,
7611                 fix it. (possibly re-extend it again at
7612                 a later date)
7613
7614 2006-12-01 [wwp]        2.6.0cvs73
7615
7616         * src/gtk/quicksearch.c
7617                 adapt quicksearch code to use modern gtk_combo_box'es.
7618
7619 2006-12-01 [wwp]        2.6.0cvs72
7620
7621         * src/common/defs.h
7622         * src/prefs_common.c
7623         * src/prefs_common.h
7624         * src/message_search.c
7625         * src/summary_search.c
7626         * src/gtk/combobox.c
7627         * src/gtk/combobox.h
7628                 add history combos to all message and summary search fields.
7629
7630 2006-12-01 [wwp]        2.6.0cvs71
7631
7632         * src/summaryview.c
7633                 As the list may change while the mark as read delay
7634                 runs, we can't rely on the 'row' pointer, which can
7635                 be invalid when the timeout is called. As the mark
7636                 as read is only done if the message is still selected,
7637                 use summaryview->selected instead. Thanks to Colin.
7638
7639 2006-11-30 [paul]       2.6.0cvs70
7640
7641         * src/textview.c
7642                 give emphasis to "Sylpheed-Claws"
7643                 as well as "Claws Mail"
7644
7645 2006-11-30 [colin]      2.6.0cvs69
7646
7647         * src/wizard.c
7648                 Put the SSL checkboxes in the receiving
7649                 and sending server pages.
7650
7651 2006-11-29 [colin]      2.6.0cvs68
7652
7653         * src/gtk/gtkutils.c
7654         * src/gtk/gtkvscrollbutton.c
7655                 Revert some deprecated fixes - they seem to
7656                 deprecate stuff as soon as a new one gets out.
7657                 g_object_ref_sink needed glib-2.10.
7658
7659 2006-11-29 [colin]      2.6.0cvs67
7660
7661         * src/common/utils.c
7662                 Create .mailcap if it doesn't exist
7663
7664 2006-11-29 [colin]      2.6.0cvs66
7665
7666         * src/compose.c
7667                 Followup to cvs60: use original list
7668                 of recipients if replying to a mail
7669                 in Sent Drafts or Queue.
7670
7671 2006-11-27 [paul]       2.6.0cvs65
7672
7673         * src/image_viewer.c
7674                 revert the last change for now (it's broken)
7675
7676 2006-11-27 [paul]       2.6.0cvs64
7677
7678         * Makefile.am
7679         * configure.ac
7680         * m4/aclocal-include.m4
7681         * m4/check-type.m4
7682         * src/Makefile.am
7683         * src/addr_compl.c
7684         * src/compose.c
7685         * src/crash.c
7686         * src/export.c
7687         * src/exporthtml.c
7688         * src/exportldif.c
7689         * src/imap.c
7690         * src/import.c
7691         * src/main.c
7692         * src/main.h
7693         * src/matcher.c
7694         * src/mimeview.c
7695         * src/procmsg.c
7696         * src/textview.c
7697         * src/common/Makefile.am
7698         * src/common/claws.c
7699         * src/common/claws.h
7700         * src/common/ssl.c
7701         * src/common/sylpheed.c
7702         * src/common/sylpheed.h
7703         * src/etpan/Makefile.am
7704         * src/gtk/Makefile.am
7705         * src/gtk/claws-marshal.list
7706         * src/gtk/filesel.c
7707         * src/gtk/gtksctree.c
7708         * src/gtk/quicksearch.c
7709         * src/gtk/sylpheed-marshal.list
7710         * src/plugins/bogofilter/bogofilter.c
7711         * src/plugins/bogofilter/bogofilter_gtk.c
7712         * src/plugins/clamav/clamav_plugin.c
7713         * src/plugins/clamav/clamav_plugin_gtk.c
7714         * src/plugins/demo/demo.c
7715         * src/plugins/dillo_viewer/dillo_viewer.c
7716         * src/plugins/pgpcore/Makefile.am
7717         * src/plugins/pgpcore/claws.def
7718         * src/plugins/pgpcore/pgp_viewer.c
7719         * src/plugins/pgpcore/plugin.c
7720         * src/plugins/pgpcore/sylpheed.def
7721         * src/plugins/pgpinline/Makefile.am
7722         * src/plugins/pgpinline/claws.def
7723         * src/plugins/pgpinline/plugin.c
7724         * src/plugins/pgpinline/sylpheed.def
7725         * src/plugins/pgpmime/Makefile.am
7726         * src/plugins/pgpmime/claws.def
7727         * src/plugins/pgpmime/plugin.c
7728         * src/plugins/pgpmime/sylpheed.def
7729         * src/plugins/spamassassin/spamassassin.c
7730         * src/plugins/spamassassin/spamassassin_gtk.c
7731         * src/plugins/trayicon/trayicon.c
7732                 yet more renaming
7733                 remove deprecated gtk_tooltips_set_delay()
7734
7735 2006-11-26 [paul]       2.6.0cvs63
7736
7737         * src/expldifdlg.c
7738         * src/folderview.c
7739         * src/image_viewer.c
7740         * src/mainwindow.c
7741         * src/gtk/gtkutils.c
7742         * src/gtk/gtkvscrollbutton.c
7743         * src/gtk/prefswindow.c
7744         * src/plugins/pgpcore/prefs_gpg.c
7745                 replace more deprecated GTK+ functions
7746
7747 2006-11-26 [paul]       2.6.0cvs62
7748
7749         * src/addr_compl.c
7750         * src/addressbook.c
7751         * src/browseldap.c
7752                 replace deprecated gtk_idle_... functions
7753
7754 2006-11-26 [paul]       2.6.0cvs61
7755
7756         * src/compose.c
7757         * src/folderview.c
7758         * src/inc.c
7759         * src/summaryview.c
7760         * src/gtk/gtkvscrollbutton.c
7761         * src/gtk/quicksearch.c
7762         * src/plugins/pgpcore/passphrase.c
7763                 replace deprecated gtk_timeout_add and
7764                 gtk_timeout_remove
7765
7766 2006-11-26 [paul]       2.6.0cvs60
7767
7768         * src/compose.c
7769                 fix bug that caused the wrong recipient
7770                 to be selected when replying to a msg
7771                 which is From one of our accounts to
7772                 another of our accounts
7773
7774 2006-11-25 [paul]       2.6.0cvs59
7775
7776         * src/summaryview.c
7777                 don't change the From column title to
7778                 To if the To column is visible
7779
7780 2006-11-24 [paul]       2.6.0cvs58
7781
7782         * src/compose.c
7783                 fix bug 1069, 'Sent mails disappear, BCC
7784                 or locking problem?'
7785
7786 2006-11-21 [wwp]        2.6.0cvs57
7787
7788         * src/compose.c
7789                 fix spelling menu when replying (same as 2.3.1cvs39):
7790                 discrepancy between context menu and top menu when
7791                 folder's dictionary isn't the default one.
7792
7793 2006-11-19 [paul]       2.6.0cvs56
7794
7795         * src/summaryview.c
7796                 obey always_show_msg option when
7797                 marking as spam
7798         * src/plugins/bogofilter/bogofilter.c
7799                 fix typo
7800
7801 2006-11-18 [paul]       2.6.0cvs55
7802
7803         * AUTHORS
7804         * README
7805         * debian/copyright
7806         * manual/ack.xml
7807         * manual/es/ack.xml
7808         * manual/fr/ack.xml
7809         * manual/pl/ack.xml
7810         * src/gtk/authors.h
7811         * src/gtk/icon_legend.c
7812         * src/gtk/icon_legend.h
7813         * tools/OOo2claws-mail.pl
7814         * tools/README
7815         * tools/acroread2claws-mail.pl
7816         * tools/claws.i18n.status.pl
7817         * tools/filter_conv.pl
7818         * tools/filter_conv_new.pl
7819         * tools/freshmeat_search.pl
7820         * tools/google_search.pl
7821         * tools/kmail2claws-mail.pl
7822         * tools/kmail2claws-mail_v2.pl
7823         * tools/maildir2claws-mail.pl
7824         * tools/make.themes.project
7825         * tools/multiwebsearch.pl
7826         * tools/outlook2claws-mail.pl
7827         * tools/tb2claws-mail
7828         * tools/kdeservicemenu/README
7829         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7830                 update mine and wwp's email addresses in
7831                 several places
7832                 Patch by wwp
7833         * src/prefs_compose_writing.c
7834                 set sensitivity on 'new message format' frame
7835
7836 2006-11-17 [paul]       2.6.0cvs54
7837
7838         * src/gtk/about.c
7839                 more reworking of the GUI
7840                 Patch by Fabien Vantard
7841
7842 2006-11-16 [paul]       2.6.0cvs53
7843
7844         * src/gtk/about.c
7845                 set a minimum size for the window, allow
7846                 it to automatically expand as necessary
7847
7848 2006-11-16 [wwp]        2.6.0cvs52
7849
7850         * src/gtk/about.c
7851                 better wrap of copyright info on some systems.
7852
7853 2006-11-16 [paul]       2.6.0cvs51
7854
7855         * src/gtk/about.c
7856                 move the tech info from the upper panel
7857                 to the Info tab
7858                 use a gtk_text_view for the features tab
7859
7860 2006-11-16 [paul]       2.6.0cvs50
7861
7862         * po/Makevars
7863                 update my email address
7864         * src/addressbook.c
7865         * src/compose.c
7866         * src/imap_gtk.c
7867         * src/mh_gtk.c
7868         * src/news_gtk.c
7869         * src/summaryview.c
7870         * src/plugins/trayicon/trayicon.c
7871                 don't offer simple menu separators
7872                 for translation
7873         * src/folderview.c
7874                 add separator between 'mark all read'
7875                 and 'search folder'
7876
7877 2006-11-15 [wwp]        2.6.0cvs49
7878
7879         * src/gtk/authors.h
7880                 updated manuals authors.
7881
7882 2006-11-14 [paul]       2.6.0cvs48
7883
7884         * src/compose.c
7885                 Fix Options/Reply mode after draft save
7886
7887 2006-11-14 [paul]       2.6.0cvs47
7888
7889         * src/Makefile.am
7890                 Fix make DESTDIR=...
7891         * src/mbox.c
7892                 Optimise speed
7893         * src/plugins/pgpinline/pgpinline.c
7894                 Probably fix bug 1061
7895
7896 2006-11-14 [paul]       2.6.0cvs46
7897
7898         * po/Makevars
7899                 enable Q_ macro
7900         * src/Makefile.am
7901         * src/stock_pixmap.c
7902         * src/stock_pixmap.h
7903         * src/gtk/about.c
7904         * src/pixmaps/active.xpm
7905         * src/pixmaps/inactive.xpm
7906                 add a new page, 'Features', to the About dialog
7907                 showing which features are compiled in and which
7908                 are not
7909
7910 2006-11-14 [paul]       2.6.0cvs45
7911
7912         * po/ru.po
7913                 updated by Pavlo Bohmat
7914
7915 2006-11-14 [colin]      2.6.0cvs44
7916
7917         * src/compose.c
7918         * src/inc.c
7919         * src/messageview.c
7920         * src/news.c
7921         * src/pop.c
7922         * src/procmsg.c
7923         * src/gtk/gtkaspell.c
7924                 Fix 64-bit-related warnings
7925         * src/ssl_manager.c
7926                 Fix possible infinite loop
7927         * src/plugins/pgpcore/sgpgme.c
7928                 Remove useless check
7929
7930 2006-11-13 [colin]      2.6.0cvs43
7931
7932         * src/gtk/Makefile.am
7933                 authors.h isn't generated
7934
7935 2006-11-13 [colin]      2.6.0cvs42
7936
7937         * src/plugins/pgpinline/pgpinline.c
7938         * src/plugins/pgpmime/pgpmime.c
7939                 Very probably fix bug 1061, 'crash on 
7940                 opening signed email'. Another cast
7941                 problem
7942
7943 2006-11-13 [colin]      2.6.0cvs41
7944
7945         * src/plugins/pgpcore/sgpgme.c
7946                 Maybe fix bug 1061, 'crash on opening 
7947                 signed email'
7948
7949 2006-11-13 [wwp]        2.6.0cvs40
7950
7951         * src/plugins/pgpinline/pgpinline.c
7952                 fix candidate for bug #1057, thanks to Colin.
7953
7954 2006-11-13 [wwp]        2.6.0cvs39
7955
7956         * src/compose.c
7957         * src/quote_fmt_parse.y
7958                 fix bug 1052: current parser buffer was not always 
7959                 allocated, ptr to this buffer could be returned as 
7960                 NULL whereas no parser error has occurred. in 
7961                 consequence, defining a template body as "%d" 
7962                 (w/o the quotes) for the first time of the instance 
7963                 of claws-mail, was reporting a parser error. make 
7964                 sure that the buffer is always allocated, even to 
7965                 an empty string.
7966                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7967                 unescaping of the fmt string was always done 
7968                 whereas it must be done *only* when receiving 
7969                 quote format strings issued from the prefs 
7970                 (compose new message, reply, forward, redirect 
7971                 formats), *not* when applying templates.  in 
7972                 consequences, applying templates w/ sequences 
7973                 like \\|p{echo} were failing. make sure that 
7974                 unescaping is done only when necessary.
7975
7976 2006-11-12 [colin]      2.6.0cvs38
7977
7978         * po/de.po
7979                 Fix typo (s/KB/MB)
7980
7981 2006-11-12 [colin]      2.6.0cvs37
7982
7983         * src/plugins/pgpinline/pgpinline.c
7984         * src/plugins/pgpmime/pgpmime.c
7985                 Release GPG context at the latest 
7986                 possible moment. Maybe fixes 
7987                 bug 1057, 'crash on sending signed 
7988                 message to a newsgroup'
7989                 
7990
7991 2006-11-12 [colin]      2.6.0cvs36
7992
7993         * src/plugins/pgpcore/sgpgme.c
7994                 Tell a bit more when gpg's status doesn't
7995                 contain any signature
7996
7997 2006-11-12 [colin]      2.6.0cvs35
7998
7999         * src/compose.c
8000                 Fix bug 1060, 'compilation error with 
8001                 Irix's cc'
8002
8003 2006-11-12 [paul]       2.6.0cvs34
8004
8005         * doc/man/claws-mail.1
8006         * src/prefs_gtk.c
8007         * src/plugins/clamav/README
8008         * src/plugins/spamassassin/README
8009         * tools/README
8010         * tools/freshmeat_search.pl
8011         * tools/google_search.pl
8012         * tools/multiwebsearch.pl
8013                 more renaming
8014         * src/plugins/trayicon/trayicon.c
8015                 fix compiliation warning
8016
8017 2006-11-11 [colin]      2.6.0cvs33
8018
8019         * src/folderview.c
8020                 Forbid drag and drop from/to different
8021                 folders of type F_UNKNOWN
8022
8023 2006-11-11 [colin]      2.6.0cvs32
8024
8025         * src/plugins/pgpinline/pgpinline.c
8026                 Fix typo in previous commit:
8027                 - gpgme_new(&ctx);
8028                 + if ((err = gpgme_new(&data->ctx)) ...)
8029
8030 2006-11-11 [colin]      2.6.0cvs31
8031
8032         * src/plugins/pgpinline/pgpinline.c
8033         * src/plugins/pgpmime/pgpmime.c
8034                 Check success after calling gpgme_new
8035                 Maybe fixes bug 1057, 'crash on sending 
8036                 signed message to a newsgroup'
8037
8038 2006-11-11 [colin]      2.6.0cvs30
8039
8040         * src/undo.c
8041                 init undostruct to 0s (from
8042                 valgrind log of bug 1057)
8043
8044 2006-11-10 [colin]      2.6.0cvs29
8045
8046         * src/mainwindow.c
8047                 Set cursor to wait before filtering
8048                 duplicates in all folders
8049         * src/plugins/bogofilter/bogofilter.c
8050         * src/plugins/bogofilter/bogofilter.h
8051         * src/plugins/bogofilter/bogofilter_gtk.c
8052                 Completely thread away the bogofilter
8053                 filtering
8054
8055 2006-11-10 [mones]      2.6.0cvs28
8056
8057         * src/compose.c
8058         * src/compose.h
8059                 added COMPOSE_CHECK_BEFORE_SEND hook
8060
8061 2006-11-10 [paul]       2.6.0cvs27
8062
8063         * src/crash.c
8064                 more renaming
8065                 add libSM to get_compiled_in_features()
8066         * src/main.c
8067                 more renaming
8068
8069 2006-11-10 [colin]      2.6.0cvs26
8070
8071         * src/etpan/imap-thread.c
8072                 Add a reference to libetpan's sasl engine
8073                 so that sasl_done() doesn't get called by
8074                 libetpan, and doesn't break openssl.
8075                 Should fix bug 1053, 'SC fails to reestablish 
8076                 a secure connection'
8077                 Patch by Hoa
8078
8079 2006-11-10 [colin]      2.6.0cvs25
8080
8081         * manual/addrbook.xml
8082         * manual/advanced.xml
8083         * manual/faq.xml
8084         * manual/intro.xml
8085                 Some more renaming
8086
8087 2006-11-09 [colin]      2.6.0cvs24
8088
8089         * src/plugins/bogofilter/bogofilter_gtk.c
8090                 Add comment about annoyance
8091
8092 2006-11-09 [colin]      2.6.0cvs23
8093
8094         * src/plugins/bogofilter/bogofilter.c
8095         * src/plugins/bogofilter/bogofilter_gtk.c
8096                 Prepare things needed to thread bogofilter
8097                 filtering: separate bogo stuff and possible GUI
8098                 stuff. 
8099
8100 2006-11-09 [colin]      2.6.0cvs22
8101
8102         * src/account.c
8103         * src/compose.c
8104                 Search for one of our accounts in Delivered-To
8105                 (helps for auto-account selection when 
8106                  replying/forwarding)
8107         * src/folderview.c
8108         * src/mainwindow.c
8109         * src/mainwindow.h
8110         * src/plugins/trayicon/trayicon.c
8111                 Allow opening a new mail with any account from
8112                 the contextual menu
8113
8114 2006-11-09 [wwp]        2.6.0cvs21
8115
8116         * src/compose.c
8117         * src/prefs_common.c
8118         * src/prefs_common.h
8119         * src/prefs_compose_writing.c
8120                 add a compose new message format (in prefs/compose/writing), it's a
8121                 simple subject+body template to use when opening a new composition
8122                 window. It's similar to the existent reply and forward formats.
8123
8124                 enhanced the template/format % symbols substitution mechanism to
8125                 use current composition window information when % are used in
8126                 the compose new message format or in templates applied to new
8127                 messages (there were useless in that situations before). When
8128                 applied to new messages, %d corresponds to the system time/date.
8129
8130 2006-11-09 [paul]       2.6.0cvs20
8131
8132         * src/gtk/authors.h
8133                 fix last commit
8134
8135 2006-11-09 [paul]       2.6.0cvs19
8136
8137         * src/gtk/authors.h
8138                 keep tje alphabetical order
8139
8140 2006-11-08 [colin]      2.6.0cvs18
8141
8142         * src/etpan/imap-thread.c
8143                 Fix bug 1054, 'Slowness logging big 
8144                 data chunks'
8145
8146 2006-11-08 [paul]       2.6.0cvs17
8147
8148         * tools/Makefile.am
8149                 fix the renaming
8150
8151 2006-11-08 [paul]       2.6.0cvs16
8152
8153         * src/common/defs.h
8154                 update BUGZILLA_URI
8155
8156 2006-11-08 [paul]       2.6.0cvs15
8157
8158         * tools/Makefile.am
8159         * tools/OOo2claws-mail.pl
8160         * tools/OOo2sylpheed.pl
8161         * tools/README
8162         * tools/acroread2claws-mail.pl
8163         * tools/acroread2sylpheed.pl
8164         * tools/kmail2claws-mail.pl
8165         * tools/kmail2claws-mail_v2.pl
8166         * tools/kmail2sylpheed.pl
8167         * tools/kmail2sylpheed_v2.pl
8168         * tools/maildir2claws-mail.pl
8169         * tools/maildir2sylpheed.pl
8170         * tools/nautilus2claws-mail.sh
8171         * tools/nautilus2sylpheed.sh
8172         * tools/outlook2claws-mail.pl
8173         * tools/outlook2sylpheed.pl
8174         * tools/tb2claws-mail
8175         * tools/tb2sylpheed
8176         * tools/tbird2claws.py
8177         * tools/tbird2syl.py
8178         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8179         * tools/kdeservicemenu/install.sh
8180         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8181         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8182         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8183         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8184         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8185                 renamed (removed, added) tools files
8186
8187 2006-11-08 [paul]       2.6.0cvs14
8188
8189         * src/main.c
8190         * src/common/defs.h
8191                 Migrate sylpheedrc to clawsrc, and fix the standard
8192                 plugins path in the process
8193
8194 2006-11-07 [colin]      2.6.0cvs13
8195
8196         * src/Makefile.am
8197                 Symlink sylpheed-claws relative to 
8198                 claws-mail
8199
8200 2006-11-07 [colin]      2.6.0cvs12
8201
8202         * src/compose.c
8203                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8204
8205 2006-11-07 [paul]       2.6.0cvs11
8206
8207         * src/gtk/about.c
8208                 Fix a missed occurence of
8209                 Sylpheed-Claws
8210
8211 2006-11-07 [paul]       2.6.0cvs10
8212
8213         * src/Makefile.am
8214                 Fix symlink installation
8215
8216 2006-11-07 [paul]       2.6.0cvs9
8217
8218         * src/Makefile.am
8219                 Symlink claws-mail to sylpheed-claws
8220         * src/common/utils.c
8221                 Fix migrating symlinks
8222         * src/etpan/imap-thread.c
8223                 check certificate only when there's
8224                 no error
8225
8226 2006-11-07 [paul]       2.6.0cvs8
8227
8228         * Makefile.am
8229                 Fix icon breakages with Gtk, which needs a 
8230                 cache updated to see them.
8231
8232 2006-11-07 [paul]       2.6.0cvs7
8233
8234         * .cvsignore
8235         * AUTHORS
8236         * COPYING
8237         * INSTALL
8238         * Makefile.am
8239         * NEWS
8240         * README
8241         * RELEASE_NOTES
8242         * autogen.sh
8243         * claws-mail-128x128.png
8244         * claws-mail-64x64.png
8245         * claws-mail.ico
8246         * claws-mail.pc.in
8247         * claws-mail.png
8248         * configure.ac
8249         * sylpheed-claws-128x128.png
8250         * sylpheed-claws-64x64.png
8251         * sylpheed-claws.desktop
8252         * sylpheed-claws.ico
8253         * sylpheed-claws.pc.in
8254         * sylpheed-claws.png
8255         * debian/README.Debian
8256         * debian/changelog
8257         * debian/claws-mail.desktop
8258         * debian/claws-mail.menu
8259         * debian/claws-mail.postinst.debhelper
8260         * debian/claws-mail.postrm.debhelper
8261         * debian/control
8262         * debian/copyright
8263         * debian/files
8264         * debian/rules
8265         * debian/sylpheed-claws.desktop
8266         * debian/sylpheed-claws.menu
8267         * debian/sylpheed-claws.postinst.debhelper
8268         * debian/sylpheed-claws.postrm.debhelper
8269         * doc/man/Makefile.am
8270         * doc/man/claws-mail.1
8271         * doc/man/sylpheed-claws.1
8272         * doc/src/ChangeLog.claws-pre0.8.0
8273         * manual/Makefile.am
8274         * manual/account.xml
8275         * manual/ack.xml
8276         * manual/addrbook.xml
8277         * manual/advanced.xml
8278         * manual/claws-mail-manual.xml
8279         * manual/faq.xml
8280         * manual/glossary.xml
8281         * manual/handling.xml
8282         * manual/intro.xml
8283         * manual/keyboard.xml
8284         * manual/plugins.xml
8285         * manual/starting.xml
8286         * manual/sylpheed-claws-manual.xml
8287         * manual/xml2pdf
8288         * manual/dist/.cvsignore
8289         * manual/dist/html/.cvsignore
8290         * manual/dist/html/Makefile.am
8291         * manual/dist/pdf/.cvsignore
8292         * manual/dist/pdf/Makefile.am
8293         * manual/dist/ps/.cvsignore
8294         * manual/dist/ps/Makefile.am
8295         * manual/dist/txt/.cvsignore
8296         * manual/dist/txt/Makefile.am
8297         * manual/es/Makefile.am
8298         * manual/es/advanced.xml
8299         * manual/es/claws-mail-manual.xml
8300         * manual/es/faq.xml
8301         * manual/es/glossary.xml
8302         * manual/es/handling.xml
8303         * manual/es/intro.xml
8304         * manual/es/plugins.xml
8305         * manual/es/sylpheed-claws-manual.xml
8306         * manual/es/dist/.cvsignore
8307         * manual/es/dist/html/.cvsignore
8308         * manual/es/dist/html/Makefile.am
8309         * manual/es/dist/pdf/.cvsignore
8310         * manual/es/dist/pdf/Makefile.am
8311         * manual/es/dist/ps/.cvsignore
8312         * manual/es/dist/ps/Makefile.am
8313         * manual/es/dist/txt/.cvsignore
8314         * manual/es/dist/txt/Makefile.am
8315         * manual/fr/Makefile.am
8316         * manual/fr/account.xml
8317         * manual/fr/ack.xml
8318         * manual/fr/addrbook.xml
8319         * manual/fr/advanced.xml
8320         * manual/fr/claws-mail-manual.xml
8321         * manual/fr/faq.xml
8322         * manual/fr/glossary.xml
8323         * manual/fr/handling.xml
8324         * manual/fr/intro.xml
8325         * manual/fr/keyboard.xml
8326         * manual/fr/plugins.xml
8327         * manual/fr/starting.xml
8328         * manual/fr/sylpheed-claws-manual.xml
8329         * manual/fr/dist/.cvsignore
8330         * manual/fr/dist/html/.cvsignore
8331         * manual/fr/dist/html/Makefile.am
8332         * manual/fr/dist/pdf/.cvsignore
8333         * manual/fr/dist/pdf/Makefile.am
8334         * manual/fr/dist/ps/.cvsignore
8335         * manual/fr/dist/ps/Makefile.am
8336         * manual/fr/dist/txt/.cvsignore
8337         * manual/fr/dist/txt/Makefile.am
8338         * manual/pl/Makefile.am
8339         * manual/pl/account.xml
8340         * manual/pl/ack.xml
8341         * manual/pl/addrbook.xml
8342         * manual/pl/advanced.xml
8343         * manual/pl/claws-mail-manual.xml
8344         * manual/pl/faq.xml
8345         * manual/pl/glossary.xml
8346         * manual/pl/handling.xml
8347         * manual/pl/intro.xml
8348         * manual/pl/keyboard.xml
8349         * manual/pl/plugins.xml
8350         * manual/pl/starting.xml
8351         * manual/pl/sylpheed-claws-manual.xml
8352         * manual/pl/dist/.cvsignore
8353         * manual/pl/dist/html/.cvsignore
8354         * manual/pl/dist/html/Makefile.am
8355         * manual/pl/dist/pdf/.cvsignore
8356         * manual/pl/dist/pdf/Makefile.am
8357         * manual/pl/dist/ps/.cvsignore
8358         * manual/pl/dist/ps/Makefile.am
8359         * manual/pl/dist/txt/.cvsignore
8360         * manual/pl/dist/txt/Makefile.am
8361         * po/.cvsignore
8362         * po/Makevars
8363         * src/.cvsignore
8364         * src/Makefile.am
8365         * src/account.c
8366         * src/account.h
8367         * src/action.c
8368         * src/action.h
8369         * src/adbookbase.h
8370         * src/addr_compl.c
8371         * src/addr_compl.h
8372         * src/addrbook.c
8373         * src/addrcache.c
8374         * src/addrcache.h
8375         * src/addrcindex.c
8376         * src/addrcindex.h
8377         * src/addrclip.c
8378         * src/addrclip.h
8379         * src/addrdefs.h
8380         * src/addressadd.c
8381         * src/addressadd.h
8382         * src/addressbook.c
8383         * src/addressbook.h
8384         * src/addressbook_foldersel.c
8385         * src/addressbook_foldersel.h
8386         * src/addrgather.c
8387         * src/addrgather.h
8388         * src/addrharvest.c
8389         * src/addrharvest.h
8390         * src/addrindex.c
8391         * src/addrindex.h
8392         * src/addritem.c
8393         * src/addritem.h
8394         * src/addrquery.c
8395         * src/addrquery.h
8396         * src/addrselect.c
8397         * src/addrselect.h
8398         * src/alertpanel.c
8399         * src/alertpanel.h
8400         * src/browseldap.c
8401         * src/browseldap.h
8402         * src/codeconv.c
8403         * src/codeconv.h
8404         * src/compose.c
8405         * src/crash.c
8406         * src/crash.h
8407         * src/customheader.c
8408         * src/customheader.h
8409         * src/displayheader.c
8410         * src/displayheader.h
8411         * src/editaddress.c
8412         * src/editaddress.h
8413         * src/editbook.c
8414         * src/editbook.h
8415         * src/editgroup.c
8416         * src/editgroup.h
8417         * src/editjpilot.c
8418         * src/editjpilot.h
8419         * src/editldap.c
8420         * src/editldap.h
8421         * src/editldap_basedn.c
8422         * src/editldap_basedn.h
8423         * src/editvcard.c
8424         * src/editvcard.h
8425         * src/exphtmldlg.c
8426         * src/exphtmldlg.h
8427         * src/expldifdlg.c
8428         * src/expldifdlg.h
8429         * src/export.c
8430         * src/exporthtml.c
8431         * src/exporthtml.h
8432         * src/exportldif.c
8433         * src/exportldif.h
8434         * src/filtering.c
8435         * src/filtering.h
8436         * src/folder.c
8437         * src/folder.h
8438         * src/folder_item_prefs.c
8439         * src/folder_item_prefs.h
8440         * src/foldersel.c
8441         * src/foldersel.h
8442         * src/folderutils.c
8443         * src/folderutils.h
8444         * src/folderview.c
8445         * src/folderview.h
8446         * src/grouplistdialog.c
8447         * src/grouplistdialog.h
8448         * src/html.c
8449         * src/html.h
8450         * src/image_viewer.c
8451         * src/image_viewer.h
8452         * src/imap.c
8453         * src/imap.h
8454         * src/imap_gtk.c
8455         * src/imap_gtk.h
8456         * src/import.c
8457         * src/import.h
8458         * src/importldif.c
8459         * src/importldif.h
8460         * src/importmutt.c
8461         * src/importmutt.h
8462         * src/importpine.c
8463         * src/importpine.h
8464         * src/inc.c
8465         * src/inc.h
8466         * src/jpilot.c
8467         * src/jpilot.h
8468         * src/ldapctrl.c
8469         * src/ldapctrl.h
8470         * src/ldaplocate.c
8471         * src/ldaplocate.h
8472         * src/ldapquery.c
8473         * src/ldapquery.h
8474         * src/ldapserver.c
8475         * src/ldapserver.h
8476         * src/ldaputil.c
8477         * src/ldaputil.h
8478         * src/ldif.c
8479         * src/ldif.h
8480         * src/localfolder.c
8481         * src/localfolder.h
8482         * src/main.c
8483         * src/main.h
8484         * src/mainwindow.c
8485         * src/mainwindow.h
8486         * src/manual.c
8487         * src/manual.h
8488         * src/matcher.c
8489         * src/matcher.h
8490         * src/matcher_parser.h
8491         * src/matcher_parser_lex.l
8492         * src/matcher_parser_parse.y
8493         * src/mbox.c
8494         * src/mbox.h
8495         * src/message_search.c
8496         * src/message_search.h
8497         * src/messageview.c
8498         * src/messageview.h
8499         * src/mh.c
8500         * src/mh.h
8501         * src/mh_gtk.c
8502         * src/mh_gtk.h
8503         * src/mimeview.c
8504         * src/mimeview.h
8505         * src/msgcache.c
8506         * src/msgcache.h
8507         * src/mutt.c
8508         * src/mutt.h
8509         * src/news.c
8510         * src/news.h
8511         * src/news_gtk.c
8512         * src/news_gtk.h
8513         * src/noticeview.c
8514         * src/noticeview.h
8515         * src/partial_download.c
8516         * src/partial_download.h
8517         * src/pine.c
8518         * src/pine.h
8519         * src/pop.c
8520         * src/pop.h
8521         * src/prefs_account.c
8522         * src/prefs_account.h
8523         * src/prefs_actions.c
8524         * src/prefs_actions.h
8525         * src/prefs_common.c
8526         * src/prefs_common.h
8527         * src/prefs_compose_writing.c
8528         * src/prefs_compose_writing.h
8529         * src/prefs_customheader.c
8530         * src/prefs_customheader.h
8531         * src/prefs_display_header.c
8532         * src/prefs_display_header.h
8533         * src/prefs_ext_prog.c
8534         * src/prefs_ext_prog.h
8535         * src/prefs_filtering.c
8536         * src/prefs_folder_column.c
8537         * src/prefs_folder_column.h
8538         * src/prefs_folder_item.c
8539         * src/prefs_folder_item.h
8540         * src/prefs_fonts.c
8541         * src/prefs_fonts.h
8542         * src/prefs_gtk.c
8543         * src/prefs_gtk.h
8544         * src/prefs_image_viewer.c
8545         * src/prefs_image_viewer.h
8546         * src/prefs_matcher.c
8547         * src/prefs_matcher.h
8548         * src/prefs_message.c
8549         * src/prefs_message.h
8550         * src/prefs_msg_colors.c
8551         * src/prefs_msg_colors.h
8552         * src/prefs_other.c
8553         * src/prefs_other.h
8554         * src/prefs_quote.c
8555         * src/prefs_quote.h
8556         * src/prefs_receive.c
8557         * src/prefs_receive.h
8558         * src/prefs_send.c
8559         * src/prefs_send.h
8560         * src/prefs_spelling.c
8561         * src/prefs_spelling.h
8562         * src/prefs_summaries.c
8563         * src/prefs_summaries.h
8564         * src/prefs_summary_column.c
8565         * src/prefs_summary_column.h
8566         * src/prefs_template.c
8567         * src/prefs_template.h
8568         * src/prefs_themes.c
8569         * src/prefs_themes.h
8570         * src/prefs_toolbar.c
8571         * src/prefs_toolbar.h
8572         * src/prefs_wrapping.c
8573         * src/prefs_wrapping.h
8574         * src/privacy.c
8575         * src/privacy.h
8576         * src/procheader.c
8577         * src/procheader.h
8578         * src/procmime.c
8579         * src/procmime.h
8580         * src/procmsg.c
8581         * src/procmsg.h
8582         * src/quote_fmt.c
8583         * src/quote_fmt_parse.y
8584         * src/recv.c
8585         * src/recv.h
8586         * src/remotefolder.c
8587         * src/remotefolder.h
8588         * src/send_message.c
8589         * src/send_message.h
8590         * src/setup.c
8591         * src/setup.h
8592         * src/sourcewindow.c
8593         * src/sourcewindow.h
8594         * src/ssl_manager.c
8595         * src/ssl_manager.h
8596         * src/statusbar.c
8597         * src/statusbar.h
8598         * src/stock_pixmap.c
8599         * src/stock_pixmap.h
8600         * src/summary_search.c
8601         * src/summary_search.h
8602         * src/summaryview.c
8603         * src/summaryview.h
8604         * src/syldap.c
8605         * src/syldap.h
8606         * src/textview.c
8607         * src/textview.h
8608         * src/toolbar.c
8609         * src/toolbar.h
8610         * src/undo.c
8611         * src/undo.h
8612         * src/unmime.c
8613         * src/unmime.h
8614         * src/vcard.c
8615         * src/vcard.h
8616         * src/wizard.c
8617         * src/wizard.h
8618         * src/common/base64.c
8619         * src/common/base64.h
8620         * src/common/defs.h
8621         * src/common/hooks.c
8622         * src/common/hooks.h
8623         * src/common/log.c
8624         * src/common/log.h
8625         * src/common/mgutils.c
8626         * src/common/mgutils.h
8627         * src/common/nntp.c
8628         * src/common/nntp.h
8629         * src/common/passcrypt.c
8630         * src/common/passcrypt.h.in
8631         * src/common/plugin.c
8632         * src/common/plugin.h
8633         * src/common/prefs.c
8634         * src/common/prefs.h
8635         * src/common/progressindicator.c
8636         * src/common/progressindicator.h
8637         * src/common/quoted-printable.c
8638         * src/common/quoted-printable.h
8639         * src/common/session.c
8640         * src/common/session.h
8641         * src/common/smtp.c
8642         * src/common/smtp.h
8643         * src/common/socket.c
8644         * src/common/socket.h
8645         * src/common/ssl.c
8646         * src/common/ssl.h
8647         * src/common/stringtable.c
8648         * src/common/stringtable.h
8649         * src/common/sylpheed.c
8650         * src/common/sylpheed.h
8651         * src/common/template.c
8652         * src/common/template.h
8653         * src/common/timing.h
8654         * src/common/utils.c
8655         * src/common/utils.h
8656         * src/common/version.h.in
8657         * src/common/xml.c
8658         * src/common/xml.h
8659         * src/common/xmlprops.c
8660         * src/common/xmlprops.h
8661         * src/gtk/about.c
8662         * src/gtk/colorlabel.c
8663         * src/gtk/colorlabel.h
8664         * src/gtk/colorsel.c
8665         * src/gtk/colorsel.h
8666         * src/gtk/combobox.c
8667         * src/gtk/combobox.h
8668         * src/gtk/description_window.c
8669         * src/gtk/description_window.h
8670         * src/gtk/filesel.c
8671         * src/gtk/filesel.h
8672         * src/gtk/foldersort.c
8673         * src/gtk/foldersort.h
8674         * src/gtk/gtkaspell.c
8675         * src/gtk/gtkaspell.h
8676         * src/gtk/gtksctree.c
8677         * src/gtk/gtkshruler.c
8678         * src/gtk/gtkshruler.h
8679         * src/gtk/gtkutils.c
8680         * src/gtk/gtkutils.h
8681         * src/gtk/icon_legend.c
8682         * src/gtk/icon_legend.h
8683         * src/gtk/logwindow.c
8684         * src/gtk/logwindow.h
8685         * src/gtk/manage_window.c
8686         * src/gtk/manage_window.h
8687         * src/gtk/pluginwindow.c
8688         * src/gtk/pluginwindow.h
8689         * src/gtk/prefswindow.c
8690         * src/gtk/prefswindow.h
8691         * src/gtk/quicksearch.c
8692         * src/gtk/quicksearch.h
8693         * src/pixmaps/claws-mail.xpm
8694         * src/pixmaps/claws-mail_icon.xpm
8695         * src/pixmaps/claws-mail_logo.xpm
8696         * src/pixmaps/sylpheed-claws.xpm
8697         * src/pixmaps/sylpheed-claws_icon.xpm
8698         * src/pixmaps/sylpheed-claws_logo.xpm
8699         * src/plugins/bogofilter/Makefile.am
8700         * src/plugins/bogofilter/bogofilter.c
8701         * src/plugins/bogofilter/bogofilter.h
8702         * src/plugins/bogofilter/bogofilter_gtk.c
8703         * src/plugins/clamav/Makefile.am
8704         * src/plugins/clamav/clamav_plugin.c
8705         * src/plugins/clamav/clamav_plugin.h
8706         * src/plugins/clamav/clamav_plugin_gtk.c
8707         * src/plugins/demo/Makefile.am
8708         * src/plugins/demo/demo.c
8709         * src/plugins/dillo_viewer/Makefile.am
8710         * src/plugins/dillo_viewer/README
8711         * src/plugins/dillo_viewer/dillo_prefs.c
8712         * src/plugins/dillo_viewer/dillo_prefs.h
8713         * src/plugins/dillo_viewer/dillo_viewer.c
8714         * src/plugins/pgpcore/Makefile.am
8715         * src/plugins/pgpcore/passphrase.c
8716         * src/plugins/pgpcore/passphrase.h
8717         * src/plugins/pgpcore/pgp_viewer.c
8718         * src/plugins/pgpcore/pgp_viewer.h
8719         * src/plugins/pgpcore/plugin.c
8720         * src/plugins/pgpcore/prefs_gpg.c
8721         * src/plugins/pgpcore/prefs_gpg.h
8722         * src/plugins/pgpcore/select-keys.c
8723         * src/plugins/pgpcore/select-keys.h
8724         * src/plugins/pgpcore/sgpgme.c
8725         * src/plugins/pgpcore/sgpgme.h
8726         * src/plugins/pgpcore/sylpheed.def
8727         * src/plugins/pgpcore/version.rc
8728         * src/plugins/pgpinline/Makefile.am
8729         * src/plugins/pgpinline/pgpinline.c
8730         * src/plugins/pgpinline/pgpinline.h
8731         * src/plugins/pgpinline/plugin.c
8732         * src/plugins/pgpinline/sylpheed.def
8733         * src/plugins/pgpinline/version.rc
8734         * src/plugins/pgpmime/Makefile.am
8735         * src/plugins/pgpmime/pgpmime.c
8736         * src/plugins/pgpmime/pgpmime.h
8737         * src/plugins/pgpmime/plugin.c
8738         * src/plugins/pgpmime/sylpheed.def
8739         * src/plugins/pgpmime/version.rc
8740         * src/plugins/spamassassin/Makefile.am
8741         * src/plugins/spamassassin/README
8742         * src/plugins/spamassassin/spamassassin.c
8743         * src/plugins/spamassassin/spamassassin.h
8744         * src/plugins/spamassassin/spamassassin_gtk.c
8745         * src/plugins/trayicon/Makefile.am
8746         * src/plugins/trayicon/trayicon.c
8747         * tools/OOo2sylpheed.pl
8748         * tools/README
8749         * tools/README.sylprint
8750         * tools/acroread2sylpheed.pl
8751         * tools/claws.i18n.status.pl
8752         * tools/filter_conv.pl
8753         * tools/filter_conv_new.pl
8754         * tools/freshmeat_search.pl
8755         * tools/google_search.pl
8756         * tools/kmail2sylpheed.pl
8757         * tools/kmail2sylpheed_v2.pl
8758         * tools/make.themes.project
8759         * tools/multiwebsearch.pl
8760         * tools/nautilus2sylpheed.sh
8761         * tools/outlook2sylpheed.pl
8762         * tools/sylprint.pl
8763         * tools/sylprint.rc
8764         * tools/tb2sylpheed
8765         * tools/textviewer.sh
8766         * tools/vcard2xml.py
8767         * tools/kdeservicemenu/README
8768         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8769         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8770         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8771                 Change name to Claws Mail. Announce to follow...
8772
8773 2006-11-06 [wwp]        2.6.0cvs6
8774
8775         * src/prefs_template.c
8776                 unify messages related to quote format/template errors (fix
8777                 capitalization), again.
8778
8779 2006-11-06 [wwp]        2.6.0cvs5
8780
8781         * src/prefs_quote.c
8782                 unify messages related to quote format/template errors.
8783
8784 2006-11-06 [wwp]        2.6.0cvs4
8785
8786         * src/prefs_msg_colors.c
8787                 more uses of Q_ macro for contextual translations, thanks
8788                 to Fabien (fzzzzz).
8789
8790 2006-11-06 [wwp]        2.6.0cvs3
8791
8792         * src/compose.c
8793         * src/common/utils.c
8794         * src/common/utils.h
8795                 show an alertpanel to make sure users are aware that sensitive
8796                 files are attached (it's file blacklist-based). This will fix
8797                 interaction w/ GoogleEarth for instance, thanks to Colin.
8798
8799 2006-11-06 [wwp]        2.6.0cvs2
8800
8801         * src/prefs_quote.c
8802         * src/prefs_template.c
8803         * src/prefs_template.h
8804                 check quote format when applying/closing prefs. For now this only
8805                 shows up an error dialog box, not preventing the user from using
8806                 a broken quote (reply, forwards) format.
8807
8808 2006-11-06 [wwp]        2.6.0cvs1
8809
8810         * src/prefs_template.c
8811                 fix missing checks of some template fields.
8812
8813 2006-11-06 [paul]       2.6.0
8814
8815         * NEWS
8816         * README
8817         * RELEASE_NOTES
8818                 2.6.0 released
8819
8820 2006-11-06 [paul]       2.5.6cvs22
8821
8822         * manual/advanced.xml
8823         * manual/es/advanced.xml
8824                 put 'respect_flowed_format' info in the correct
8825                 place
8826
8827 2006-11-06 [mones]      2.5.6cvs21
8828
8829         * po/es.po
8830                 Minor fixes for release
8831
8832 2006-11-06 [paul]       2.5.6cvs20
8833
8834         * po/cs.po
8835         * po/de.po
8836         * po/fr.po
8837         * po/it.po
8838         * po/nl.po
8839         * po/pt_BR.po
8840         * po/sk.po
8841         * po/sv.po
8842         * po/zh_CN.po
8843                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8844                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8845                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8846                 Young
8847
8848 2006-11-02 [colin]      2.5.6cvs19
8849
8850         * src/imap.c
8851         * src/imap.h
8852         * src/prefs_account.c
8853         * src/etpan/imap-thread.c
8854                 Add GSSAPI support - fixes Debian bug #383274
8855
8856 2006-11-01 [colin]      2.5.6cvs18
8857
8858         * src/jpilot.c
8859                 Handle libpisock12 support. Probably
8860                 fixes bug 1046, 'jpilot AddressDB.pdb 
8861                 import fail'
8862
8863 2006-11-01 [colin]      2.5.6cvs17
8864
8865         * src/folderutils.c
8866                 debug_print() folderutils_mark_all_read()
8867
8868 2006-11-01 [colin]      2.5.6cvs16
8869
8870         * COPYING
8871                 Add missed files to the Apache exception
8872
8873 2006-10-31 [colin]      2.5.6cvs15
8874
8875         * src/folder.c
8876         * src/folder.h
8877                 Add a copy_private_data() func to FolderClasses
8878                 Doesn't break the feature freeze, because we 
8879                 won't use it (right now) in the core.
8880
8881 2006-10-31 [colin]      2.5.6cvs14
8882
8883         * COPYING
8884                 Allow linking with the Apache licensed files in
8885                 src/plugins/spamassassin. Hopefully fixes 
8886                 bug 1048, 'Spamassassin plugin license problem'
8887
8888 2006-10-31 [wwp]        2.5.6cvs13
8889
8890         * src/compose.c
8891                 fix and optimize trimming of leading linefeeds in body loop.
8892
8893 2006-10-31 [colin]      2.5.6cvs12
8894
8895         * src/etpan/imap-thread.c
8896         * src/imap.c
8897                 Make really sure to have NULL sets in case
8898                 of error
8899
8900 2006-10-30 [wwp]        2.5.6cvs11
8901
8902         * src/prefs_common.c
8903         * src/prefs_common.h
8904         * src/compose.c
8905                 fix broken storage of quote format template when it contains \-escape
8906                 sequences. The application of such sequences is also fixed now (\t
8907                 in quote format will be a real tab instead of a 't', for instance).
8908
8909 2006-10-27 [colin]      2.5.6cvs10
8910
8911         * src/compose.c
8912                 Probably fix bug 1045, 'sylpheed-claws 
8913                 doesn't remove the mail from the IMAP 
8914                 Queue folder after sending'. From
8915                 2.5.6cvs3-stable
8916
8917 2006-10-27 [colin]      2.5.6cvs9
8918
8919         * configure.ac
8920                 Require libetpan-0.48. I'm so annoying,
8921                 I know ;-)
8922
8923 2006-10-27 [colin]      2.5.6cvs8
8924
8925         * src/folder.c
8926         * src/imap.c
8927                 Probably fix bug 1044, 'sylpheed-claws 
8928                 segfaults while moving mails' - Fix relation
8929                 usage when moving to an IMAP mailbox from another
8930                 mailbox
8931
8932 2006-10-26 [paul]       2.5.6cvs7
8933
8934         * src/gtk/about.c
8935                 add libSM to compiled-in features
8936                 list
8937
8938 2006-10-24 [colin]      2.5.6cvs6
8939
8940         * src/textview.c
8941         * src/gtk/gtkutils.c
8942                 Fix crash when printing emails with an
8943                 xface
8944
8945 2006-10-24 [mones]      2.5.6cvs5
8946
8947         * manual/es/advanced.xml
8948                 Synchronize hidden option respect_flowed_format
8949         * po/es.po
8950                 Updated translation
8951
8952 2006-10-21 [paul]       2.5.6cvs4
8953
8954         * src/gtk/authors.h
8955         * src/plugins/pgpcore/pgp_viewer.c
8956         * src/plugins/pgpcore/sgpgme.c
8957                 fix building on BSDs
8958                 Thanks to Michael Hughes
8959                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8960
8961 2006-10-20 [colin]      2.5.6cvs3
8962
8963         * configure.ac
8964                 Bump up libetpan requirement
8965                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8966         * src/common/utils.c
8967         * src/common/utils.h
8968                 Add convenience get_file_mtime()
8969         * src/imap.c
8970         * src/etpan/imap-thread.c
8971         * src/etpan/imap-thread.h
8972                 Implement UIDPLUS support if the server
8973                 supports it - faster sending in this case
8974
8975 2006-10-19 [colin]      2.5.6cvs2
8976
8977         * src/gtk/quicksearch.c
8978                 Fix emptying in type-ahead+extended mode
8979         * src/mainwindow.c
8980         * src/mainwindow.h
8981                 Add a hook for offline state change
8982         * src/plugins/trayicon/trayicon.c
8983                 Use it to display offline icons
8984         * src/plugins/trayicon/Makefile.am
8985         * src/plugins/trayicon/newmail.offline.xpm
8986         * src/plugins/trayicon/newmarkedmail.offline.xpm
8987         * src/plugins/trayicon/nomail.offline.xpm
8988         * src/plugins/trayicon/unreadmail.offline.xpm
8989         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8990                 Add the icons
8991
8992 2006-10-12 [paul]       2.5.6cvs1
8993
8994         * NEWS
8995         * README
8996         * configure.ac
8997                 Update version number following
8998                 stable release
8999
9000 2006-10-19 [colin]      2.5.5cvs18
9001
9002         * manual/handling.xml
9003                 Add type-ahead search
9004
9005 2006-10-18 [colin]      2.5.5cvs17
9006
9007         * src/gtk/quicksearch.c
9008                 Remove "save to history only if there's
9009                 no syntax error", it breaks for some 
9010                 reason which I'll investigate later.
9011
9012 2006-10-18 [colin]      2.5.5cvs16
9013
9014         * src/prefs_common.c
9015         * src/prefs_common.h
9016         * src/summaryview.c
9017         * src/gtk/quicksearch.c
9018         * src/gtk/quicksearch.h
9019                 Add a type-ahead option for fast searches
9020                 Patch by Fabien Vantard
9021
9022 2006-10-18 [colin]      2.5.5cvs15
9023
9024         * src/compose.c
9025         * src/compose.h
9026                 Add Options/Reply mode/ menu to be able to
9027                 change the recipients of a reply on the fly
9028
9029 2006-10-18 [colin]      2.5.5cvs14
9030
9031         * src/compose.c
9032                 Fix redirecting of our own sent mails
9033
9034 2006-10-17 [wwp]        2.5.5cvs13
9035
9036         * src/send_message.c
9037                 Fix duplicate error messages when sending, and missing
9038                 newline in such error messages.
9039
9040 2006-10-17 [colin]      2.5.5cvs12
9041
9042         * src/compose.c
9043                 Compare addresses case-insensitive
9044
9045 2006-10-17 [colin]      2.5.5cvs11
9046
9047         * src/plugins/pgpcore/sgpgme.c
9048                 Fix return status
9049
9050 2006-10-17 [colin]      2.5.5cvs10
9051
9052         * src/plugins/pgpcore/pgp_viewer.c
9053                 Fix return status
9054
9055 2006-10-17 [colin]      2.5.5cvs9
9056
9057         * src/quote_fmt.c
9058                 Fix a typo (thanks to Fabien)
9059
9060 2006-10-16 [colin]      2.5.5cvs8
9061
9062         * src/textview.c
9063                 Fix problem with quote-folding when emails
9064                 don't convert cleanly to UTF-8
9065
9066 2006-10-14 [colin]      2.5.5cvs7
9067
9068         * src/prefs_template.c
9069                 Reset fields when reopening
9070                 the window
9071
9072 2006-10-13 [paul]       2.5.5cvs6
9073
9074         * manual/advanced.xml
9075         * src/prefs_message.c
9076                 make 'respect_flowed_format' a hidden
9077                 option, and add a manual entry for it
9078                 Thanks to Colin
9079
9080 2006-10-12 [colin]      2.5.5cvs5
9081
9082         * src/codeconv.c
9083                 Revert part of 2.5.2cvs21:
9084                 Don't optimise by reusing the 
9085                 last iconv converter if possible:
9086                 it seems slightly broken in a 
9087                 very hard way to reproduce
9088
9089 2006-10-12 [colin]      2.5.5cvs4
9090
9091         * src/prefs_common.c
9092         * src/prefs_common.h
9093         * src/prefs_message.c
9094         * src/procmime.c
9095                 Fix bug 1035, 'Incorrect handling 
9096                 of flowed lines'. We now optionnaly
9097                 handle this format (preference is in
9098                 Message View/Text options section)
9099
9100 2006-10-12 [colin]      2.5.5cvs3
9101
9102         * po/POTFILES.in
9103                 Add new file
9104         * src/plugins/pgpcore/pgp_viewer.c
9105         * src/plugins/pgpcore/sgpgme.c
9106                 Don't try to import without asking
9107
9108 2006-10-12 [colin]      2.5.5cvs2
9109
9110         * src/compose.c
9111                 Fix bug 1036, 'Forwarding a mutlipart
9112                 mail with a "text/html" block to ms
9113                 outlook users leeds to freeze of
9114                 outlook'. Poor outlook users...
9115
9116 2006-10-12 [paul]       2.5.5cvs1
9117
9118         * NEWS
9119         * README
9120         * configure.ac
9121                 Update version number following
9122                 stable release
9123
9124 2006-10-11 [paul]       2.5.4cvs1
9125
9126         * NEWS
9127         * README
9128         * configure.ac
9129                 Update version number following
9130                 stable release
9131
9132 2006-10-11 [paul]       2.5.3cvs32
9133
9134         * src/textview.c
9135                 fix bug 1032, 'Segmentation fault when showing
9136                 message' (bug in quote folding)
9137                 Thanks to Colin
9138
9139 2006-10-10 [colin]      2.5.3cvs31
9140
9141         * src/quote_fmt.c
9142                 Rephrase english a bit
9143
9144 2006-10-10 [colin]      2.5.3cvs30
9145
9146         * src/prefs_compose_writing.c
9147                 Stop making the page larger than the window
9148
9149 2006-10-10 [wwp]        2.5.3cvs29
9150
9151         * src/compose.c
9152         * src/prefs_template.c
9153         * src/quote_fmt.c
9154         * src/quote_fmt.h
9155         * src/quote_fmt_lex.l
9156         * src/quote_fmt_parse.y
9157                 Extend the quote parser a bit: allow to get access to
9158                 basic (composing) account info.
9159
9160 2006-10-10 [colin]      2.5.3cvs28
9161
9162         * src/procheader.c
9163                 Fix this \t problem in subject
9164
9165 2006-10-09 [colin]      2.5.3cvs27
9166
9167         * src/main.c
9168         * src/prefs_gtk.c
9169                 Prepare cache a bit later
9170                 If section already exists, skip the new one 
9171                 (as previously); avoid writing the same block
9172                 twice - if we find a second block with the 
9173                 same id, skip it.
9174         * src/plugins/pgpcore/pgp_viewer.c
9175                 Set cursor to busy when retrieving a key
9176         * src/plugins/pgpcore/sgpgme.c
9177                 allow 5 seconds for gpg to export the key
9178                 
9179
9180 2006-10-09 [colin]      2.5.3cvs26
9181
9182         * configure.ac
9183         * src/msgcache.c
9184         * src/prefs_gtk.c
9185                 Check for existence of fgets_unlocked
9186                 and fwrite_unlocked
9187
9188 2006-10-09 [paul]       2.5.3cvs25
9189
9190         * src/prefs_summaries.c
9191                 replace strftime() with fast_strftime() and in
9192                 the consequence fix the bug in the display of
9193                 AM/PM in the 'Example' string
9194
9195 2006-10-09 [ticho]      2.5.3cvs24
9196
9197         * po/sk.po
9198                 Updated (and fixed up somewhat) Slovak translation.
9199
9200 2006-10-08 [colin]      2.5.3cvs23
9201
9202         * src/prefs_folder_item.c
9203                 Explain why prefs in the top-level folder
9204                 aren't retained, but are still useful
9205
9206 2006-10-08 [colin]      2.5.3cvs22
9207
9208         * src/prefs_gtk.c
9209                 Don't cache anything if caching fails
9210
9211 2006-10-08 [colin]      2.5.3cvs21
9212
9213         * src/common/utils.c
9214                 always include gi18n.h
9215
9216 2006-10-07 [colin]      2.5.3cvs20
9217
9218         * src/plugins/pgpcore/pgp_viewer.c
9219                 Kill gpg after 5 seconds wait
9220
9221 2006-10-07 [colin]      2.5.3cvs19
9222
9223         * src/plugins/pgpcore/pgp_viewer.c
9224         * src/plugins/pgpcore/pgp_viewer.h
9225                 Fix copyright
9226
9227 2006-10-07 [colin]      2.5.3cvs18
9228
9229         * src/plugins/pgpcore/pgp_viewer.c
9230         * src/plugins/pgpcore/pgp_viewer.h
9231                 Actually add the files to CVS
9232
9233 2006-10-07 [colin]      2.5.3cvs17
9234
9235         * src/plugins/pgpcore/sgpgme.c
9236                 Be sure not to crash on 'application/pgp-signature' that
9237                 are not application/pgp-signatures
9238
9239 2006-10-07 [colin]      2.5.3cvs16
9240
9241         * src/textview.c
9242         * src/textview.h
9243                 Make a bit more of the API available
9244         * src/plugins/pgpcore/Makefile.am
9245         * src/plugins/pgpcore/plugin.c
9246         * src/plugins/pgpcore/sgpgme.c
9247                 Add basic key import/export
9248
9249 2006-10-07 [colin]      2.5.3cvs15
9250
9251         * src/folderview.c
9252         * src/imap.c
9253         * src/prefs_account.c
9254         * src/wizard.c
9255                 Warn users *everywhere* if libetpan's not
9256                 linked in
9257
9258 2006-10-06 [mones]      2.5.3cvs14
9259
9260         * po/de.po
9261         * po/es.po
9262                 updated by Stephan Sachse and me
9263
9264 2006-10-06 [colin]      2.5.3cvs13
9265
9266         * src/main.c
9267         * src/common/sylpheed.c
9268                 Don't load common plugins if --exit is passed
9269         * src/prefs_gtk.c
9270         * src/prefs_gtk.h
9271                 Implement a cache to avoid reading the same
9272                 files over and over again at startup
9273
9274 2006-10-06 [colin]      2.5.3cvs12
9275
9276         * src/summaryview.c
9277         * src/gtk/quicksearch.c
9278                 Update display every 5k mails on fast searches
9279
9280 2006-10-06 [colin]      2.5.3cvs11
9281
9282         * src/textview.c
9283                 Don't do quote folding on HTML or ERTF.
9284                 May fix the Cygwin issues if they were
9285                 happening with HTML mails?
9286
9287 2006-10-05 [colin]      2.5.3cvs10
9288
9289         * src/prefs_gtk.c
9290                 Oops, forgot one
9291
9292 2006-10-05 [colin]      2.5.3cvs9
9293
9294         * src/prefs_gtk.c
9295                 Use unlocked_stdio here too
9296
9297 2006-10-05 [colin]      2.5.3cvs8
9298
9299         * src/folderview.c
9300                 Fix go to next * after preferences apply
9301         * src/msgcache.c
9302                 Do the fd lock/unlock ourselves instead of
9303                 letting the libc do it at each write 
9304
9305 2006-10-05 [colin]      2.5.3cvs7
9306
9307         * src/common/utils.c
9308                 Faster division, thanks to Jean Diraison
9309
9310 2006-10-05 [paul]       2.5.3cvs6
9311
9312         * src/common/utils.c
9313                 fix building with --disable-nls
9314
9315 2006-10-04 [colin]      2.5.3cvs5
9316
9317         * src/folder.c
9318                 Maybe fix a segfault
9319
9320 2006-10-04 [wwp]        2.5.3cvs4
9321
9322         * src/prefs_folder_item.c
9323                 Fine-tune layouts in folder item prefs. Suggested by
9324                 Fabien Vantard <fzzzzz@gmail.com>.
9325
9326 2006-10-04 [wwp]        2.5.3cvs3
9327
9328         * src/prefs_folder_item.c
9329                 Kill the clandestine passengers. You didn't see anything.
9330
9331 2006-10-04 [wwp]        2.5.3cvs2
9332
9333         * src/prefs_folder_item.c
9334                 Add a way to test the subject simplify regexp in
9335                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9336                 w/ few layout changes.
9337
9338 2006-20-04 [paul]       2.5.3cvs1
9339
9340         * NEWS
9341         * README
9342         * configure.ac
9343                 Update version number following
9344                 stable release
9345
9346 2006-10-04 [colin]      2.5.2cvs42
9347
9348         * src/folder.c
9349         * src/folder.h
9350         * src/summaryview.c
9351                 Provide a way for folder classes to set their sort
9352                 type and key
9353
9354 2006-10-03 [colin]      2.5.2cvs41
9355
9356         * src/mh.c
9357                 Don't use strlen() to know if the
9358                 string's empty
9359
9360 2006-10-03 [colin]      2.5.2cvs40
9361
9362         * src/mh.c
9363                 Fix "check for new folders" with accentued folders
9364
9365 2006-10-03 [ticho]      2.5.2cvs39
9366
9367         * src/filtering.c
9368         * src/folder.c
9369         * src/inc.c
9370         * src/mbox.c
9371                 Colin's fix for "copy" filtering rules.
9372
9373 2006-10-02 [colin]      2.5.2cvs38
9374
9375         * src/folderview.c
9376                 Fix for double-click too
9377
9378 2006-10-02 [colin]      2.5.2cvs37
9379
9380         * src/folderview.c
9381                 correct fix for cvs36
9382
9383 2006-10-02 [colin]      2.5.2cvs36
9384
9385         * src/folderview.c
9386                 Fix 'goto next unread' after collapsing/expanding 
9387                 a node.
9388
9389 2006-10-02 [colin]      2.5.2cvs35
9390
9391         * src/summaryview.c
9392                 Fix double freeze/thaw
9393         * src/common/utils.c
9394         * src/common/utils.h
9395                 Reimplement strftime
9396         * src/procheader.c
9397                 Use it
9398
9399
9400 2006-10-02 [colin]      2.5.2cvs34
9401
9402         * src/mh.c
9403                 Time mh_write_sequences() - it's fast
9404         * src/summaryview.c
9405                 Init a variable to shut up gcc
9406
9407 2006-10-01 [colin]      2.5.2cvs33
9408
9409         * src/folder.c
9410         * src/mh.c
9411         * src/mh.h
9412         * src/msgcache.c
9413                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9414                 Add fsync but disable it, it's slow as hell
9415
9416 2006-10-01 [colin]      2.5.2cvs32
9417
9418         * src/mh.c
9419         * src/msgcache.c
9420                 fflush() caches and mh_sequences before
9421                 fclose()ing
9422
9423 2006-10-01 [colin]      2.5.2cvs31
9424
9425         * src/msgcache.c
9426                 Don't ftruncate when not using mmap
9427
9428 2006-09-30 [colin]      2.5.2cvs30
9429
9430         * src/main.c
9431                 Write folder list *after* saving caches
9432
9433 2006-09-30 [colin]      2.5.2cvs29
9434
9435         * src/folder.c
9436         * src/mh.c
9437                 Debug forced mtime changes
9438
9439 2006-09-30 [colin]      2.5.2cvs28
9440
9441         * src/folder.c
9442         * src/main.c
9443                 Remove useless debug_print()s (code
9444                 well-tested)
9445
9446 2006-09-30 [colin]      2.5.2cvs27
9447
9448         * src/mh.c
9449                 Do stuff faster when writing mh_sequences
9450
9451 2006-09-30 [colin]      2.5.2cvs26
9452
9453         * src/mh.c
9454                 Don't let the writing of .mh_sequences, which
9455                 can change the folder's mtime, let us think
9456                 we need to scan.
9457
9458 2006-09-30 [colin]      2.5.2cvs25
9459
9460         * src/folder.c
9461                 Move a debug_print where it belongs 
9462                 (processing)
9463         * src/summaryview.c
9464                 Don't mess with a huge slow subject
9465                 table if we're not threading by
9466                 subject
9467
9468 2006-09-30 [colin]      2.5.2cvs24
9469
9470         * src/msgcache.c
9471                 Reenable mmaped reads (*not* writes!)
9472         * src/procmsg.c
9473                 Don't destroy and recreate hashtables just
9474                 for fun
9475         * src/common/utils.c
9476                 Remove useless reply prefixes (it's case
9477                 unsensitive)
9478
9479 2006-09-30 [wwp]        2.5.2cvs23
9480
9481         * tools/fix_date.sh
9482                 Fixed a minor bug in date value extraction, added a switch
9483                 to replace non RFC-compliant Date: value, added a switch
9484                 to use strict RFC matching patterns for dates.
9485
9486 2006-09-29 [colin]      2.5.2cvs22
9487
9488         * src/matcher_parser.h
9489         * src/matcher_parser_parse.y
9490         * src/prefs_filtering.c
9491         * src/statusbar.c
9492         * src/summary_search.c
9493         * src/summaryview.c
9494         * src/gtk/quicksearch.c
9495         * src/gtk/quicksearch.h
9496                 Optimise searches by setting different
9497                 refresh intervals (depending if the 
9498                 search is fast or not)
9499
9500 2006-09-29 [colin]      2.5.2cvs21
9501
9502         * src/codeconv.c
9503                 Optimise by reusing the last iconv converter
9504                 if possible
9505         * src/textview.c
9506                 Optimise a bit (the foldable quotes feature
9507                 still has an awful O(n^2) algo
9508
9509 2006-09-29 [colin]      2.5.2cvs20
9510
9511         * src/gtk/gtksctree.c
9512         * src/gtk/gtksctree.h
9513                 Optimise de-selection via up/down or
9514                 another key
9515
9516 2006-09-28 [colin]      2.5.2cvs19
9517
9518         * src/action.c
9519         * src/compose.c
9520         * src/folderview.c
9521         * src/mainwindow.c
9522         * src/messageview.c
9523         * src/summary_search.c
9524         * src/toolbar.c
9525                 Avoid using summaryview->ctree directly
9526
9527 2006-09-28 [colin]      2.5.2cvs18
9528
9529         * src/summaryview.c
9530         * src/summaryview.h
9531                 Add helpers to freeze/thaw/grab_focus
9532                 Factorize calls to freeze/thaw/grab_focus
9533                 
9534
9535 2006-09-28 [colin]      2.5.2cvs17
9536
9537         * src/main.c
9538                 More guards for the session management
9539
9540 2006-09-28 [colin]      2.5.2cvs16
9541
9542         * src/folderview.c
9543         * src/gtk/gtksctree.c
9544         * src/gtk/gtksctree.h
9545                 Make expanding not recursive in folderview
9546
9547 2006-09-28 [colin]      2.5.2cvs15
9548
9549         * src/addressbook.c
9550                 If nothing is selected in the list (right part)
9551                 and a group is selected in the tree (left part),
9552                 mail this group.
9553
9554 2006-09-28 [colin]      2.5.2cvs14
9555
9556         * src/Makefile.am
9557                 Actually use SM_LIBS
9558
9559 2006-09-28 [ticho]      2.5.2cvs13
9560
9561         * src/export.c
9562         * src/messageview.c
9563         * src/mimeview.c
9564         * src/news.c
9565         * src/pop.c
9566         * src/prefs_themes.c
9567         * src/procmsg.c
9568                 Small i18n string optimization.
9569         * src/send_message.c
9570         * src/summaryview.c
9571         * src/common/session.c
9572         * src/common/smtp.c
9573         * src/common/ssl_certificate.c
9574         * src/common/utils.c
9575                 Use "Couldn't" instead of "Can't" in UI messages,
9576                 where appropriate.
9577
9578 2006-09-28 [colin]      2.5.2cvs12
9579
9580         * configure.ac
9581                 Possibly fix link errors
9582
9583 2006-09-27 [wwp]        2.5.2cvs11
9584
9585         * src/gtk/authors.h
9586         * doc/man/sylpheed-claws.1
9587         * manual/ack.xml
9588         * manual/es/ack.xml
9589         * manual/fr/ack.xml
9590         * manual/pl/ack.xml
9591                 Updated authors info (me, myself and I).
9592
9593 2006-09-27 [colin]      2.5.2cvs10
9594
9595         * src/addressbook.c
9596                 Remove useless printf
9597
9598 2006-09-27 [wwp]        2.5.2cvs9
9599
9600         * src/editgroup.c
9601         * src/send_message.c
9602         * src/inc.c
9603         * src/prefs_common.c
9604         * src/prefs_common.h
9605         * src/gtk/progressdialog.c
9606                 remember more windows' sizes (send dialog, received dialog,
9607                 edit group in addressbook).
9608
9609 2006-09-27 [colin]      2.5.2cvs8
9610
9611         * configure.ac
9612         * src/main.c
9613         * src/mainwindow.h
9614                 Use libSM to communicate with the session
9615                 manager, so that we can know when the 
9616                 session ends, save our caches, and draft
9617                 our compose windows.
9618
9619 2006-09-27 [colin]      2.5.2cvs7
9620
9621         * src/addressbook.c
9622                 Fix issues:
9623                 o Allow Book and Group creation from the tree's
9624                   contextual menu
9625                 o Do not actually delete the contacts when 
9626                   deleting groups from the tree (duh!)
9627
9628 2006-09-27 [colin]      2.5.2cvs6
9629
9630         * src/compose.c
9631         * src/compose.h
9632         * src/mainwindow.c
9633         * src/textview.c
9634         * src/toolbar.c
9635                 o Allow passing an email address to 
9636                   compose_new_with_folderitem
9637                 o Update callers
9638                 o Use current folderitem when clicking
9639                   on a TextView mailto: link
9640                 o Fix a possible leak in TextView
9641
9642 2006-09-27 [colin]      2.5.2cvs5
9643
9644         * src/html.c
9645                 Use UTF-8 chars to replace HTML entities
9646
9647 2006-09-27 [colin]      2.5.2cvs4
9648
9649         * AUTHORS
9650         * src/prefs_account.c
9651         * src/gtk/authors.h
9652                 Fix bug #1024 (Array index out of
9653                 range in sylpheed-claws-2.5.2)
9654                 Patch by Ales Nosek <anosek@suse.cz>
9655
9656 2006-09-27 [colin]      2.5.2cvs3
9657
9658         * src/addr_compl.c
9659                 Actually do the test
9660
9661 2006-09-27 [colin]      2.5.2cvs2
9662
9663         * src/addr_compl.c
9664         * src/addr_compl.h
9665                 Allow completing with comma (in certain cases: vCalendar
9666                 for example doesn't support that)
9667                 Patch by Fabien Vantard
9668
9669 2006-09-26 [colin]      2.5.2cvs1
9670
9671         * src/Makefile.am
9672         * src/addr_compl.c
9673         * src/addr_compl.h
9674         * src/addrbook.c
9675         * src/addrbook.h
9676         * src/addressbook.c
9677         * src/addrindex.c
9678         * src/addrindex.h
9679         * src/compose.c
9680         * src/prefs_common.c
9681         * src/prefs_filtering_action.c
9682         * src/prefs_folder_item.c
9683         * src/prefs_template.c
9684         * src/stock_pixmap.c
9685         * src/stock_pixmap.h
9686         * src/pixmaps/addr_one.xpm
9687         * src/pixmaps/addr_two.xpm
9688                 Add auto-completion on groups
9689
9690 2006-09-26 [colin]      2.5.2
9691
9692         * NEWS
9693         * README
9694         * RELEASE_NOTES
9695                 2.5.2 released
9696
9697 2006-09-26 [colin]      2.5.1cvs5
9698
9699         * src/matcher.c
9700                 Fix condition
9701
9702 2006-09-26 [colin]      2.5.1cvs4
9703
9704         * src/mbox.c
9705                 Revert cvs1 (useless as the message is printed 
9706                 every 500 mails)
9707
9708 2006-09-26 [colin]      2.5.1cvs3
9709
9710         * src/partial_download.c
9711                 Fix crasher found by Alexsandar Urosevic
9712
9713 2006-09-26 [colin]      2.5.1cvs2
9714
9715         * src/summaryview.c
9716                 Fix bug #1023 (Sylpheed deletes too much messages)
9717
9718 2006-09-26 [ticho]      2.5.1cvs1
9719
9720         * src/mbox.c
9721                 Make use of gettext's multiple plurals for statusbar
9722                 progress message.
9723
9724 2006-09-25 [paul]       2.5.1
9725
9726         * NEWS
9727         * README
9728         * RELEASE_NOTES
9729                 2.5.1 released
9730
9731 2006-09-25 [colin]      2.5.0cvs3
9732
9733         * src/plugins/bogofilter/bogofilter.c
9734         * src/plugins/clamav/clamav_plugin.c
9735         * src/plugins/spamassassin/spamassassin.c
9736                 BogoFilter, Spamassassin: Fix double hook registering after
9737                 visiting preferences
9738                 Spamassassin, Clamav: Just set the mails to move instead of
9739                 doing the move - caller will move the things at once.
9740
9741 2006-09-25 [colin]      2.5.0cvs2
9742
9743         * src/imap.c
9744         * src/etpan/imap-thread.c
9745                 Use UID SEARCH ALL instead of UID 1:*
9746                 (braindead servers can't figure out that's
9747                 the same...)
9748
9749 2006-09-25 [wwp]        2.5.0cvs1
9750
9751         * src/message_search.c
9752                 Added the ability to stop a running search (in message body).
9753
9754 2006-09-25 [paul]       2.5.0
9755
9756         * NEWS
9757         * README
9758         * RELEASE_NOTES
9759                 2.5.0 released
9760
9761 2006-09-25 [paul]       2.4.0cvs214
9762
9763         * po/cs.po
9764         * po/de.po
9765         * po/fi.po
9766         * po/fr.po
9767         * po/nl.po
9768         * po/pt_BR.po
9769         * po/sk.po
9770         * po/sr.po
9771         * po/zh_CN.po
9772                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9773                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9774                 Ticho, Aleksander Urosevic, Ralgh Young
9775
9776 2006-09-24 [mones]      2.4.0cvs213
9777
9778         * po/es.po
9779                 Updated for release
9780
9781 2006-09-23 [colin]      2.4.0cvs212
9782
9783         * src/gtk/inputdialog.c
9784                 Fix [ ] remember this appearing in normal
9785                 input dialogs after it's been used by
9786                 mimeview.
9787         * src/folder.c
9788         * src/folderview.c
9789         * src/msgcache.c
9790         * src/procmsg.c
9791         * src/summaryview.c
9792         * src/textview.c
9793         * src/common/timing.h
9794                 Enable timings in debug mode and make it
9795                 look prettier.
9796
9797 2006-09-22 [colin]      2.4.0cvs211
9798
9799         * README
9800                 Revert test change
9801         * commitHelper
9802                 ping the correct URI
9803
9804 2006-09-22 [colin]      2.4.0cvs210
9805
9806         * README
9807                 Let's see if bug #1022 is fixed
9808
9809 2006-09-21 [colin]      2.4.0cvs209
9810
9811         * src/wizard.c
9812         * src/common/plugin.c
9813                 Prepare infra to load predefined plugins when
9814                 no configuration existed. Don't actually load
9815                 anything yet (feat. freeze)
9816
9817 2006-09-21 [wwp]        2.4.0cvs208
9818
9819         * manual/fr/faq.xml
9820                 Partial sync w/ 2.4.0cvs72:
9821                 wrap file and minor updates.
9822
9823 2006-09-21 [wwp]        2.4.0cvs207
9824
9825         * tools/fix_date.sh
9826                 several fixes and enhancements. A new --force switch has been
9827                 added to prevent overriding by default Date: header when
9828                 already existing.
9829
9830 2006-09-21 [paul]       2.4.0cvs206
9831
9832         * src/common/utils.c
9833                 add Chinese UTF8 Re prefix
9834
9835 2006-09-21 [wwp]        2.4.0cvs205
9836
9837         * tools/Makefile.am
9838                 Fics alfabettical order.
9839
9840 2006-09-21 [wwp]        2.4.0cvs204
9841
9842         * tools/fix_date.sh
9843         * tools/Makefile.am
9844                 Added an action tool to fix missing Date field in emails.
9845                 Updated Makefile.am to reflect those last two additions.
9846
9847 2006-09-21 [wwp]        2.4.0cvs203
9848
9849         * tools/uuooffice
9850                 Added a action tool to open uuencoded docs w/
9851                 OpenOffice (based on uudec method).
9852
9853 2006-09-21 [colin]      2.4.0cvs202
9854
9855         * src/compose.c
9856         * src/textview.c
9857                 Workaround possible GTK crash: remove selection 
9858                 clipboard before destroying widget, or GTK+-2.10
9859                 dies. Thanks to Hiro.
9860
9861 2006-09-20 [colin]      2.4.0cvs201
9862
9863         * src/compose.c
9864                 Fix free-after-use in some cases (when 
9865                 procmime_encode_content() frees mimeinfo->data.mem
9866                 and turns it to a temp file)
9867
9868 2006-09-20 [colin]      2.4.0cvs200
9869
9870         * src/folderview.c
9871         * src/summaryview.c
9872         * src/gtk/gtksctree.c
9873         * src/gtk/gtksctree.h
9874                 Add tooltips in the folderview and summaryview
9875                 (Doesn't break string freeze as they already
9876                 exist)
9877         * src/toolbar.c
9878                 Put the spam button in the default configuration
9879                 if compiled with bogo plugin too
9880
9881 2006-09-19 [colin]      2.4.0cvs199
9882
9883         * src/summaryview.c
9884         * src/summaryview.h
9885                 Update folder name label on folder rename
9886         * src/prefs_matcher.c
9887         * src/gtk/logwindow.h
9888                 Fix warnings
9889                 Patches by Fabien
9890
9891 2006-09-19 [wwp]        2.4.0cvs198
9892
9893         * src/summary_search.c
9894                 fix can't click forward/backward buttons in the
9895                 search messages.
9896
9897 2006-09-18 [paul]       2.4.0cvs197
9898
9899         * src/wizard.c
9900                 add missing bracket, capitalise the A of
9901                 'SpamAssassin'
9902
9903 2006-09-18 [paul]       2.4.0cvs196
9904
9905         * src/compose.c
9906                 fix bug 1012 'crashed upon sending mail
9907                 from compose window'
9908                 Thanks to Colin
9909
9910 2006-09-16 [colin]      2.4.0cvs195
9911
9912         * src/folderview.c
9913                 Fix "real-time" sorting by freezing/thawing
9914
9915 2006-09-16 [colin]      2.4.0cvs194
9916
9917         * manual/faq.xml
9918                 Fix the anti-spam entry a bit
9919
9920 2006-09-16 [colin]      2.4.0cvs193
9921
9922         * src/wizard.c
9923                 Make sure reviewers have no excuse when stating
9924                 Sylpheed-Claws doesn't have antispam capabilities.
9925
9926 2006-09-16 [colin]      2.4.0cvs192
9927
9928         * src/main.c
9929                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9930                 as if the SIGPIPE comes from etpan's thread we could
9931                 trigger a GUI update from this thread.
9932
9933 2006-09-16 [colin]      2.4.0cvs191
9934
9935         * src/summaryview.c
9936                 Init all members of the struct
9937
9938 2006-09-16 [paul]       2.4.0cvs190
9939
9940         * src/account.c
9941                 improvements to the English
9942
9943 2006-09-15 [colin]      2.4.0cvs189
9944
9945         * src/summaryview.c
9946                 HIG order on dialog
9947
9948 2006-09-14 [colin]      2.4.0cvs188
9949
9950         * src/common/socket.c
9951         * src/common/socket.h
9952         * src/common/ssl.c
9953         * src/common/ssl_certificate.c
9954         * src/common/ssl_certificate.h
9955         * src/etpan/imap-thread.c
9956                 the get_fqdn() call done to get canonical name when
9957                 checking an SSL certificate is blocking, which is
9958                 sad as we just did a non-blocking lookup to connect.
9959                 Fix that by letting the fqdn available to the SockInfo,
9960                 and use that in ssl_certificate_check(). For IMAP,
9961                 we don't do it as the lookup's done by libetpan, but
9962                 it's less annoying as IMAP connections as much more
9963                 rare than POP3 connections.
9964
9965 2006-09-14 [paul]       2.4.0cvs187
9966
9967         * manual/advanced.xml
9968                 improvements to the English,
9969                 properly place the new hidden options
9970                 within the alphabetical order
9971         * src/gtk/pluginwindow.c
9972                 improvements to the English
9973
9974 2006-09-14 [colin]      2.4.0cvs186
9975
9976         * src/prefs_common.c
9977         * src/prefs_common.h
9978         * src/gtk/gtksctree.c
9979         * manual/advanced.xml
9980                 New hidden pref, stripes_color_offset, to change
9981                 the value added/substracted to normal bgcolor to
9982                 create the stripes in summaries
9983
9984 2006-09-13 [colin]      2.4.0cvs185
9985
9986         * src/gedit-print.c
9987         * src/messageview.c
9988         * src/messageview.h
9989         * src/summaryview.c
9990         * src/textview.c
9991                 Fix misc. printing issues: 
9992                 - Bad font for linkified headers
9993                 - Different font if the mail was displayed or not
9994                 - Factorize the thing
9995
9996 2006-09-13 [colin]      2.4.0cvs184
9997
9998         * src/common/ssl_certificate.c
9999                 Only get FQDN once when checking certificate
10000
10001 2006-09-13 [colin]      2.4.0cvs183
10002
10003         * src/account.c
10004         * src/gtk/pluginwindow.c
10005                 Misc. GUI fixes by Fabien
10006
10007 2006-09-13 [wwp]        2.4.0cvs182
10008
10009         * configure.ac
10010         * src/common/utils.h
10011         * src/common/utils.c
10012                 get rid of unused wide-char functions.
10013
10014 2006-09-13 [wwp]        2.4.0cvs181
10015
10016         * src/plugins/pgpinline/sylpheed.def
10017         * src/textview.c
10018                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
10019                 add privacy_reset_error to the .def file,
10020                 do not fork for an external textviewer.
10021
10022 2006-09-13 [wwp]        2.4.0cvs180
10023
10024         * src/prefs_common.c
10025                 fix broken font entry in prefs (patch issued by the gpg4win team,
10026                 probably by Marcus Brinkmann <marcus@g10code.de>).
10027
10028 2006-09-13 [colin]      2.4.0cvs179
10029
10030         * src/folder.h
10031                 Fix a warning in summaryview.c
10032         * src/mainwindow.c
10033         * src/summaryview.c
10034         * src/summaryview.h
10035                 Add missing Mark/* elements in the
10036                 main menu
10037
10038 2006-09-12 [colin]      2.4.0cvs178
10039
10040         * src/prefs_actions.c
10041         * src/prefs_filtering_action.c
10042         * src/prefs_matcher.c
10043                 Use (New) instead of New everywhere
10044
10045 2006-09-12 [wwp]        2.4.0cvs177
10046
10047         * manual/fr/addrbook.xml
10048         * manual/fr/handling.xml
10049                 updated some quotes in the fr manual to match the fr translation.
10050
10051 2006-09-12 [wwp]        2.4.0cvs176
10052
10053         * src/prefs_matcher.c
10054                 don't store translated string elements in matcher expressions.
10055                 Also fixed a misused of Q_().
10056
10057 2006-09-11 [wwp]        2.4.0cvs175
10058
10059         * src/plugins//bogofilter/bogofilter.c
10060         * src/plugins//clamav/clamav_plugin.c
10061         * src/plugins//demo/demo.c
10062         * src/plugins//dillo_viewer/dillo_viewer.c
10063         * src/plugins//pgpcore/plugin.c
10064         * src/plugins//pgpinline/plugin.c
10065         * src/plugins//pgpmime/plugin.c
10066         * src/plugins//spamassassin/spamassassin.c
10067                 gettext-ize more strings (mostly plugin error messages).
10068
10069 2006-09-11 [colin]      2.4.0cvs174
10070
10071         * src/alertpanel.c
10072                 Make maximum buffer size bigger to avoid
10073                 truncating translated messages. Patch by
10074                 Fabien
10075
10076 2006-09-11 [colin]      2.4.0cvs173
10077
10078         * src/etpan/imap-thread.c
10079                 Fix compilation on OpenBSD, thanks to 
10080                 Landry
10081
10082 2006-09-10 [wwp]        2.4.0cvs172
10083
10084         * manual/account.xml
10085         * manual/addrbook.xml
10086         * manual/handling.xml
10087         * manual/es/handling.xml
10088         * manual/fr/account.xml
10089         * manual/fr/addrbook.xml
10090         * manual/fr/handling.xml
10091                 documented addressbook matching (condition configuration):
10092                   addrbook.xml, en fr
10093                 documented per-account filtering rules (handling/filtering
10094                   section, account section):
10095                   account.xml, handling.xml, en fr
10096                 slightly updated the handling/searching section to tell few
10097                   words about the extended search ability:
10098                   handling.xml, en fr
10099                 added missing <quote></quotes> to Quick Search:
10100                   handling.xml, en fr es
10101                 fixed a typo (auomatically):
10102                   handling.xml, en
10103                 changes revisited by Paul.
10104
10105 2006-09-10 [paul]       2.4.0cvs171
10106
10107         * src/prefs_actions.c
10108         * src/prefs_filtering.c
10109         * src/prefs_template.c
10110                 adjustments to the gui
10111                 Patch by Fabien Vantard (slightly modified)
10112
10113 2006-09-10 [colin]      2.4.0cvs170
10114
10115         * src/summaryview.c
10116                 Check folderitem/summaryview consistency
10117                 (basically automates Update summary). Fixes
10118                 #1011 (wrong (negative) count on unread 
10119                 messages)
10120
10121 2006-09-10 [colin]      2.4.0cvs169
10122
10123         * src/gtk/gtksctree.c
10124                 Fix recursive expansion via mouse
10125         * src/plugins/bogofilter/bogofilter.c
10126                 Use normal filtering way of moving
10127                 messages (batching), possibly fixing
10128                 bug #1015 (Bogofilter plugin doubles 
10129                 new messages)
10130
10131 2006-09-09 [wwp]        2.4.0cvs168
10132
10133         * src/prefs_filtering.c
10134                 better place for this fix.
10135
10136 2006-09-09 [wwp]        2.4.0cvs167
10137
10138         * src/prefs_filtering.c
10139                 fix a minor bug when the enabled status of a filtering/processing
10140                 rule always got set to TRUE when replacing this rule. That still
10141                 make sense when adding a new rule, but now when replacing, we
10142                 don't override the value of 'enabled'.
10143                 Also renamed the func prefs_filtering_list_view_get_rule_name()
10144                 to prefs_filtering_list_view_get_info() as this function not only
10145                 returns the name, but also the account_id and the enabled status.
10146
10147 2006-09-09 [mones]      2.4.0cvs166
10148
10149         * manual/glossary.xml
10150         * manual/plugins.xml
10151                 Minor format corrections
10152         * manual/gpl.xml
10153                 Fix misplaced NO WARRANTY section
10154         * manual/es/advanced.xml
10155         * manual/es/faq.xml
10156         * manual/es/glossary.xml
10157         * manual/es/gpl.xml
10158         * manual/es/handling.xml
10159         * manual/es/plugins.xml
10160         * manual/es/starting.xml
10161                 Incorporate changes from English version
10162         * manual/fr/ack.xml
10163         * manual/pl/ack.xml
10164         * manual/es/ack.xml
10165                 Fix address, (add translation credits in es version)
10166         * po/es.po
10167                 Updated translation
10168
10169 2006-09-09 [wwp]        2.4.0cvs165
10170
10171         * src/prefs_filtering.c
10172                 fix a crash when opening filtering prefs, if matcherrc file contains
10173                 broken data (non-existing account id, which is theoretically not
10174                 possible).
10175
10176 2006-09-08 [colin]      2.4.0cvs164
10177
10178         * src/folder.c
10179                 Wrong assert, make it an if()
10180         * src/gtk/gtksctree.c
10181                 Fix bug #1013 (expand selected thread 
10182                 tree) - expanding is now recursive
10183
10184 2006-09-07 [wwp]        2.4.0cvs163
10185
10186         * src/prefs_matcher.c
10187                 make better sentences about addressbook matching in the
10188                 matcher prefs. This should make translators' work easier
10189                 too.
10190
10191 2006-09-07 [wwp]        2.4.0cvs162
10192
10193         * src/prefs_filtering.c
10194                 code simplification (get rid of dup var. assignment).
10195
10196 2006-09-07 [wwp]        2.4.0cvs161
10197
10198         * src/summaryview.c
10199                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10200                 <fzzzzz@gmail.com>.
10201
10202 2006-09-07 [paul]       2.4.0cvs160
10203
10204         * src/mimeview.c
10205                 fix compilation warnings
10206                 Thanks to Colin
10207
10208 2006-09-07 [paul]       2.4.0cvs159
10209
10210         * src/mimeview.c
10211                 select the mimepart icon when
10212                 displaying as text
10213                 Thanks to Colin
10214
10215 2006-09-06 [paul]       2.4.0cvs158
10216
10217         * src/prefs_filtering.c
10218                 fix labels and table element spacing
10219                 Patch by Fabien Vantard
10220
10221 2006-09-06 [paul]
10222
10223         2.5.0-rc3 released
10224
10225 2006-09-06 [paul]       2.4.0cvs157
10226
10227         * manual/es/advanced.xml
10228                 fix typo
10229
10230 2006-09-06 [wwp]        2.4.0cvs156
10231
10232         * src/mainwindow.c
10233                 fix an dup launch issue when iconified, thanks to Colin.
10234
10235 2006-09-06 [wwp]        2.4.0cvs155
10236
10237         * src/gtk//gtksctree.h
10238                 oops, forgot that one!
10239
10240 2006-09-06 [wwp]        2.4.0cvs154
10241
10242         * manual/pl/advanced.xml
10243         * manual/advanced.xml
10244         * manual/es/advanced.xml
10245         * manual/fr/advanced.xml
10246         * src/prefs_customheader.c
10247         * src/prefs_filtering_action.c
10248         * src/foldersel.c
10249         * src/prefs_summaries.c
10250         * src/prefs_filtering.c
10251         * src/account.c
10252         * src/compose.c
10253         * src/prefs_summary_column.c
10254         * src/addr_compl.c
10255         * src/prefs_actions.c
10256         * src/prefs_folder_column.c
10257         * src/ssl_manager.c
10258         * src/prefs_template.c
10259         * src/prefs_display_header.c
10260         * src/prefs_common.h
10261         * src/prefs_matcher.c
10262         * src/prefs_common.c
10263         * src/prefs_toolbar.c
10264         * src/summaryview.c
10265         * src/folderview.c
10266         * src/gtk/gtksctree.c
10267         * src/gtk/pluginwindow.c
10268         * src/gtk/progressdialog.c
10269         * src/gtk/prefswindow.c
10270                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10271                 to make its meaning more obvious (all versions of the manual reflect
10272                 the change).
10273                 added an extra hidden option use_stripes_in_summary to allow
10274                 discarding these stripes in mainwindow's folder and message lists;
10275                 en and fr manuals only are OK towards this.
10276
10277 2006-09-06 [colin]      2.4.0cvs153
10278
10279         * src/textview.c
10280                 Hide Sylpheed-Claws' internal queue headers
10281                 when showing all headers. They'll be present
10282                 only in Source window.
10283
10284 2006-09-05 [colin]      2.4.0cvs152
10285
10286         * src/plugins/trayicon/trayicon.c
10287                 Fix crash at exit - we have to disconnect
10288                 our handlers
10289         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10290                 Update eggtrayicon - patch adapted from a
10291                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10292                 on Sylpheed's ML
10293
10294 2006-09-05 [colin]      2.4.0cvs151
10295
10296         * src/mainwindow.c
10297         * src/gtk/logwindow.c
10298                 Fix race condition when something writes
10299                 to the log too soon during init. Thanks
10300                 to Fabien Vantard
10301
10302 2006-09-05 [colin]      2.4.0cvs150
10303
10304         * src/mimeview.c
10305                 Don't select part on right-click either
10306
10307 2006-09-05 [paul]       2.4.0cvs149
10308
10309         * src/mimeview.c
10310                 completion of previous commit
10311                 Thanks to Colin
10312
10313 2006-09-05 [colin]      2.4.0cvs148
10314
10315         * src/mimeview.c
10316                 Don't force selection on middle-click, just open
10317
10318 2006-09-04 [colin]      2.4.0cvs147
10319
10320         * src/mimeview.c
10321                 Looks like gtk_notebook_set_current_page()
10322                 sometimes steals focus, and this annoys us
10323                 in MimeViewers as it renders navigation
10324                 keys useless. Take back focus after switching
10325                 pages.
10326
10327 2006-09-04 [colin]      2.4.0cvs146
10328
10329         * src/messageview.c
10330                 Set stop_loading when clicking on Next
10331                 during load. Don't add a callback to 
10332                 avoid over-complicating things.
10333
10334 2006-09-04 [colin]      2.4.0cvs145
10335
10336         * src/mimeview.c
10337         * src/messageview.c
10338                 Fix multiple loads in separate messageview
10339
10340 2006-09-04 [colin]      2.4.0cvs144
10341
10342         * src/summaryview.c
10343                 Let navigation keys be handled during 
10344                 load
10345
10346 2006-09-04 [colin]      2.4.0cvs143
10347
10348         * src/messageview.c
10349         * src/summaryview.c
10350         * src/textview.c
10351         * src/textview.h
10352                 Make loading of huge mails (lots of text and/or
10353                 images) cancellable, so the GUI doesn't block 
10354
10355 2006-09-04 [colin]      2.4.0cvs142
10356
10357         * src/plugins/trayicon/trayicon.c
10358                 Fix annoyance when removing a folder with 
10359                 unread mails: trayicon didn't update
10360
10361 2006-09-04 [paul]       2.4.0cvs141
10362
10363         * src/gtk/icon_legend.c
10364                 straighten up columns
10365                 Patch by Fabien Vantard
10366
10367 2006-09-04 [wwp]        2.4.0cvs140
10368
10369         * src/prefs_filtering.c
10370                 fix new line's account name in filtering prefs:
10371                 was "All", is now "(New)".
10372
10373 2006-09-04 [paul]       2.4.0cvs139
10374
10375         * tools/make.themes.project
10376                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10377                 instead of homebrewed "make release"
10378
10379 2006-09-03 [colin]      2.4.0cvs138
10380
10381         * src/folderview.c
10382                 Fix bug #1007 (Wrong folder highlighted)
10383
10384 2006-09-03 [colin]      2.4.0cvs137
10385
10386         * src/compose.c
10387                 Don't set Newsgroup: header to a mail folder
10388                 path
10389
10390 2006-09-03 [paul]       2.4.0cvs136
10391
10392         * src/prefs_other.c
10393         * src/prefs_spelling.c
10394                 unify the gui
10395
10396 2006-09-03 [paul]       2.4.0cvs135
10397
10398         * src/prefs_summaries.c
10399                 correct menu item text in prefs_keybind_apply_clicked()
10400
10401 2006-09-03 [paul]       2.4.0cvs134
10402
10403         * manual/advanced.xml
10404                 some improvements to the descriptions
10405         * src/mainwindow.c
10406         * src/messageview.c
10407         * src/summaryview.c
10408         * src/gtk/menu.c
10409                 fix menu sensitivity issues
10410         * src/prefs_message.c
10411                 drop the useless word 'short'
10412         * src/prefs_other.c
10413                 add the word 'lines' indicating log length
10414                 is a measure of lines
10415         * src/textview.c
10416                 fix compilation warnings
10417
10418 2006-09-02 [colin]      2.4.0cvs133
10419
10420         * src/messageview.c
10421                 Display a special return-receipt message
10422                 if the message is from the user
10423         * src/summaryview.c
10424                 Fix missing freeze of the list when marking
10425                 all read and unthreading for exec. Thanks
10426                 to Stephan Sachse.
10427
10428 2006-09-02 [paul]       2.4.0cvs132
10429
10430         * src/mainwindow.c
10431         * src/prefs_message.c
10432         * src/summaryview.c
10433                 fix some english
10434
10435 2006-09-02 [wwp]        2.4.0cvs131
10436
10437         * src/prefs_filtering.c
10438                 added an account name column to the filtering rules
10439                 dialog.
10440
10441 2006-09-02 [colin]      2.4.0cvs130
10442
10443         * src/gtk/logwindow.c
10444         * src/gtk/logwindow.h
10445                 Block scrolling if we're not at the end
10446                 of the log
10447
10448 2006-09-02 [colin]      2.4.0cvs129
10449
10450         * src/folder.c
10451                 Make sure account-specific rules can't
10452                 be used in {pre-,post-,}processing
10453         * src/mainwindow.c
10454         * src/gtk/logwindow.c
10455         * src/gtk/logwindow.h
10456                 Jump to last error when clicking on the
10457                 warning icon
10458
10459 2006-09-02 [colin]      2.4.0cvs128
10460
10461         * src/imap.c
10462         * src/import.c
10463         * src/mainwindow.c
10464         * src/mainwindow.h
10465                 Fix warning icon
10466         * src/inc.c
10467         * src/mbox.c
10468         * src/mbox.h
10469                 Let proc_mbox know its account, for
10470                 account-specific rules
10471
10472 2006-09-01 [colin]      2.4.0cvs127
10473
10474         * src/codeconv.c
10475                 Don't uselessly use iconv to convert from
10476                 us-ascii
10477         * src/alertpanel.c
10478         * src/mainwindow.c
10479         * src/mainwindow.h
10480         * src/inc.c
10481                 Fix certain log cases, disable warning icon
10482                 for now, the correct way to display it when
10483                 necessary and only when necessary is probably
10484                 to do it manually rather than use error logs
10485         * src/etpan/imap-thread.c
10486                 Clean up UID logging a bit
10487         * src/gtk/logwindow.c
10488         * src/gtk/logwindow.h
10489                 Make logging faster when the window's closed
10490
10491 2006-09-01 [wwp]        2.4.0cvs126
10492
10493         * manual/fr/account.xml
10494                 reflect changes to the ref. manual (parts of cvs72):
10495                 fix tabnames and quotes.
10496
10497 2006-09-01 [wwp]        2.4.0cvs125
10498
10499         * manual/fr/plugins.xml
10500                 reflect changes to the reference manual (cvs42):
10501                 update IRC channel info.
10502
10503 2006-09-01 [wwp]        2.4.0cvs124
10504
10505         * commitHelper
10506                 use CVSEDITOR env. var. if set, according to `man cvs`.
10507
10508 2006-09-01 [wwp]        2.4.0cvs123
10509
10510         * manual/advanced.xml
10511                 better sentence again (thanks to Paul).
10512
10513 2006-09-01 [wwp]        2.4.0cvs122
10514
10515         * manual/advanced.xml
10516         fix definition of toolbar_detachable and rework a bit the one of
10517         enable_dotted_lines.
10518
10519 2006-09-01 [mones]      2.4.0cvs121
10520
10521         * manual/advanced.xml
10522                 Document enable_dotted_lines
10523
10524 2006-09-01 [paul]       2.4.0cvs120
10525
10526         * src/folderview.c
10527         * src/folderview.h
10528         * src/imap.c
10529         * src/mainwindow.c
10530         * src/summaryview.c
10531                 obey the 'When entering folder...' option
10532                 when using the /View/Go to/... menu items
10533                 Thanks to Colin
10534
10535 2006-08-31 [colin]      2.4.0cvs119
10536
10537         * src/folderview.c
10538                 Revert 2.4.0cvs116, wrong fix.
10539
10540 2006-08-31 [colin]      2.4.0cvs118
10541
10542         * src/gtk/gtksctree.c
10543                 Better state the various copyrights
10544
10545 2006-08-31 [colin]      2.4.0cvs117
10546
10547         * src/prefs_common.c
10548                 fix enable_dotted_lines
10549
10550 2006-08-31 [colin]      2.4.0cvs116
10551
10552         * src/folderview.c
10553                 Use pref "Always open on select" when going
10554                 to next unread folder
10555         * src/gtk/gtksctree.c
10556                 Fix link failure to _gtk_clist_create_cell_layout
10557                 on certain computers. (Why not mine, I wonder)
10558
10559 2006-08-31 [colin]      2.4.0cvs115
10560
10561         * src/procmsg.c
10562         * src/textview.c
10563         * src/plugins/bogofilter/bogofilter.c
10564         * src/plugins/spamassassin/spamassassin.c
10565                 Requalify some "errors" to warnings
10566         * src/mainwindow.c
10567         * src/mainwindow.h
10568         * src/statusbar.c
10569                 Add an icon in the statusbar to notify
10570                 of errors
10571         * src/gtk/gtksctree.c
10572         * src/folderview.c
10573         * src/summaryview.c
10574                 Make the GtkSCTree look more modern by
10575                 alternating background lines
10576         * src/prefs_common.c
10577         * src/prefs_common.h
10578                 Add a pref to let people have the old
10579                 way if they prefer
10580
10581
10582 2006-08-30 [colin]      2.4.0cvs114
10583
10584         * src/procmsg.c
10585         * src/procmsg.h
10586                 Provide a way to filter a list of
10587                 messages in an optimised manner, and
10588                 add a list-filtering hook
10589         * src/folder.c
10590         * src/inc.c
10591         * src/mbox.c
10592                 Use the list filtering
10593         * src/plugins/bogofilter/bogofilter.c
10594                 Use the list-filtering hook
10595                 Use -b (bulk) mode for more speed
10596                 when learning and filtering
10597         * src/etpan/imap-thread.c
10598                 Make log output shorter in UID SEARCH
10599
10600
10601 2006-08-30 [colin]      2.4.0cvs113
10602
10603         * src/plugins/bogofilter/bogofilter.c
10604                 Really fast mass learning - thanks to David
10605                 Relson for the options explanations :)
10606
10607 2006-08-30 [colin]      2.4.0cvs112
10608
10609         * src/msgcache.c
10610                 Fix compilation on FreeBSD. Thanks
10611                 to Michael Hugues
10612
10613 2006-08-29 [colin]      2.4.0cvs111
10614
10615         * src/folderview.c
10616                 Handle "popup_menu" signal (for popping the 
10617                 menu via the keyboard)
10618         * src/mimeview.c
10619         * src/mimeview.h
10620         * src/summaryview.c
10621         * src/textview.c
10622         * src/gtk/gtkutils.c
10623         * src/gtk/gtkutils.h
10624                 Factorize scrolling code, and add an API 
10625                 for MimeViewers to handle scroll orders
10626
10627 2006-08-29 [wwp]        2.4.0cvs110
10628
10629         * src/plugins//bogofilter/bogofilter.c
10630         * src/plugins//spamassassin/spamassassin.c
10631                 make the bogofilter/spamassassin filtering error dialogs at
10632         incorporation obey to the "don't popup error dialog on
10633         receive error" option. If disabled, feed the log window w/
10634         the error message.
10635
10636 2006-08-29 [paul]
10637
10638         2.5.0-rc2 released
10639
10640 2006-08-29 [paul]       2.4.0cvs109
10641
10642         * Makefile.am
10643                 remove 'make release', it's not needed
10644                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10645
10646 2006-08-29 [paul]       2.4.0cvs108
10647
10648         * src/foldersel.c
10649         * src/summary_search.c
10650         * src/gtk/progressdialog.c
10651         * src/plugins/pgpcore/passphrase.c
10652                 replace deprecated gtk_window_set_policy()
10653
10654 2006-08-29 [colin]      2.4.0cvs107
10655
10656         * src/folder.c
10657                 Fix data loss when copy fails during a move:
10658                 only use fast remove_msgs if everything was
10659                 copied OK; else use slow remove_msg on the
10660                 mails that got copied only.
10661
10662 2006-08-28 [paul]       2.4.0cvs106
10663
10664         * src/mh.c
10665                 revert change in 2.4.0cvs104, it breaks
10666                 stuff
10667
10668 2006-08-28 [paul]       2.4.0cvs105
10669
10670         * src/plugins/spamassassin/spamassassin.c
10671                 english fix
10672
10673 2006-08-28 [paul]       2.4.0cvs104
10674
10675         * src/mh.c
10676                 fix data loss when moving to another
10677                 mailbox fails
10678         * src/prefs_spelling.c
10679                 improve the english
10680         * src/gtk/pluginwindow.c
10681                 improve the layout of the dialog text
10682         All thanks to Colin
10683
10684 2006-08-28 [paul]       2.4.0cvs103
10685
10686         * src/plugins/bogofilter/bogofilter.c
10687         * src/plugins/bogofilter/bogofilter_gtk.c
10688                 fix english up a bit, innit
10689
10690 2006-08-28 [paul]       2.4.0cvs102
10691
10692         * configure.ac
10693         * po/Makefile.in.in
10694         * po/Makevars
10695                 require autoconf 2.60, enabling building
10696                 with gettext 0.15 (gettext 0.14.x build still
10697                 possible). Replace Makefiles with versions
10698                 from gettext 0.15.
10699                 Remove configure options --with-localedir and
10700                 --with-mandir. The options that are provided
10701                 directly by autoconf 2.60 can be used instead:
10702                 --mandir --localedir
10703
10704 2006-08-27 [colin]      2.4.0cvs101
10705
10706         * src/plugins/bogofilter/Makefile.am
10707                 Fix make dist (no README)
10708
10709 2006-08-27 [colin]      2.4.0cvs100
10710
10711         * src/folder.c
10712                 Don't use F_UNKNOWN folders for any default
10713                 outbox/trash/etc
10714         * src/plugins/bogofilter/bogofilter.c
10715         * src/plugins/bogofilter/bogofilter.h
10716         * src/plugins/bogofilter/bogofilter_gtk.c
10717                 Add an option to specify the path to bogofilter
10718                 Use single-quotes to be able to learn in folders
10719                 with spaces in their names
10720                 Verify learning status
10721
10722 2006-08-27 [colin]      2.4.0cvs99
10723
10724         * manual/faq.xml
10725         * manual/plugins.xml
10726                 Document Bogofilter plugin
10727
10728 2006-08-27 [colin]      2.4.0cvs98
10729
10730         * src/compose.c
10731         * src/messageview.c
10732         * src/procmsg.c
10733         * src/procmsg.h
10734                 When possible, copy the queued mail to sent folder
10735                 instead of re-adding. Much faster on IMAP.
10736
10737 2006-08-27 [colin]      2.4.0cvs97
10738
10739         * src/msgcache.c
10740                 Disable mmaped caches - huge metadata loss
10741                 here after a power failure.
10742         * src/summaryview.c
10743                 Add quicksearch timing
10744         * src/common/plugin.c
10745         * src/common/plugin.h
10746                 Implement an interface to tell what plugins
10747                 provide. Prevent loading of similar plugins.
10748         * src/plugins/clamav/clamav_plugin.c
10749         * src/plugins/demo/demo.c
10750         * src/plugins/dillo_viewer/dillo_viewer.c
10751         * src/plugins/pgpcore/plugin.c
10752         * src/plugins/pgpinline/pgpinline.c
10753         * src/plugins/pgpmime/pgpmime.c
10754         * src/plugins/spamassassin/spamassassin.c
10755         * src/plugins/trayicon/trayicon.c
10756                 Implement plugin_provides()
10757
10758 2006-08-27 [colin]      2.4.0cvs96
10759
10760         * configure.ac
10761         * src/plugins/Makefile.am
10762         * src/plugins/bogofilter/.cvsignore
10763         * src/plugins/bogofilter/Makefile.am
10764         * src/plugins/bogofilter/bogofilter.c
10765         * src/plugins/bogofilter/bogofilter.h
10766         * src/plugins/bogofilter/bogofilter_gtk.c
10767                 New Bogofilter plugin, provides filtering and
10768                 learning. Spamassassin will go to extra plugins.
10769
10770 2006-08-26 [mones]      2.4.0cvs95
10771
10772         * manual/handling.xml
10773                 Fix subfolder path in the example (thanks to Paul) 
10774
10775 2006-08-26 [mones]      2.4.0cvs94
10776
10777         * manual/glossary.xml
10778                 2.2. + add ISP to the glossary
10779                 7.5. + Add UIDL to glossary
10780                 7.7. + Add TCP to glossary
10781         * manual/handling.xml
10782                 7.1. + Mentions GNU/Linux distribution, what about the non...
10783                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10784                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10785                 7.4. = Use appropriate quotation for commands
10786                 7.6. = change "" to <quote></quote>
10787         * manual/plugins.xml
10788                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10789         * manual/starting.xml
10790                 2.1. + local mbox file: some examples of mbox file locations...
10791                 Also reformatted files requiring it
10792
10793 2006-08-26 [wwp]        2.4.0cvs93
10794
10795         * src/summary_search.c
10796                 disable find buttons while summary search is running.
10797
10798 2006-08-25 [colin]      2.4.0cvs92
10799
10800         * src/folder.c
10801         * src/folderutils.c
10802         * src/mh.c
10803         * src/procmsg.h
10804         * src/summaryview.c
10805                 Speed up MH moving, and add progressbar
10806                 for MH deletion
10807         * src/msgcache.c
10808                 Write cache files using mmap() too
10809
10810 2006-08-25 [wwp]        2.4.0cvs91
10811
10812         * src/summaryview.c
10813                 switch spam<->ham button when a message has been marked as spam or ham
10814                 and is still selected. Thanks to Colin.
10815
10816 2006-08-25 [paul]       2.4.0cvs90
10817
10818         * src/Makefile.am
10819         * src/stock_pixmap.c
10820         * src/stock_pixmap.h
10821         * src/summaryview.c
10822         * src/gtk/icon_legend.c
10823         * src/pixmaps/copied.xpm
10824         * src/pixmaps/moved.xpm
10825                 add icons for delayed execution marked for
10826                 copying, marked for moving
10827
10828 2006-08-25 [mones]      2.4.0cvs89
10829
10830         * manual/glossary.xml
10831                 Fix the other glossary items:
10832                 5.1. = Inmmediate execution -> <quote>immediate execution...
10833                 5.2. = Fix MBOX capitalization -> Mbox
10834                 5.3. + Improve Plugins def. w/ tech. ref.
10835                 5.4. = Quotation -> replace '>' by <quote>></quote>
10836                 5.5. - SMTP Server. -> remove dot
10837         * po/es.po
10838                 Updated translation
10839
10840 2006-08-25 [mones]      2.4.0cvs88
10841
10842         * manual/ack.xml
10843                 Reformatted, changed email address
10844         * manual/glossary.xml
10845                 Reformatted, fixed MANUAL-TODO items:
10846                 8.2. + add ROT-13 to glossary
10847                 8.4. + add URL to glossary
10848         * manual/es/advanced.xml
10849                 Fixed <literal>s
10850
10851 2006-08-25 [paul]       2.4.0cvs87
10852
10853         * src/gtk/icon_legend.c
10854                 add 'marked for deletion' icon
10855                 arrange icons by containing column
10856                 wrap long label text
10857
10858 2006-08-25 [colin]      2.4.0cvs86
10859
10860         * src/common/utils.c
10861         * src/common/utils.h
10862                 Add the sc_g_*list_bigger functions in
10863                 a place everyone can use it
10864         * src/summaryview.c
10865                 Only freeze/thaw the list when working
10866                 on the selection, if it's bigger than 1
10867         * src/gtk/gtksctree.c
10868                 Only freeze/thaw the list when unselec-
10869                 ting 'all' if ('all' != 1)
10870                 This avoids some flickering
10871
10872 2006-08-24 [colin]      2.4.0cvs85
10873
10874         * src/addressbook.c
10875                 Fix strange list selection
10876                 Fix random seg (Invalid read of freed memory)
10877
10878 2006-08-24 [colin]      2.4.0cvs84
10879
10880         * src/alertpanel.c
10881         * src/gtk/inputdialog.c
10882         * src/plugins/pgpcore/passphrase.c
10883                 Revert minimal width patch of 2.4.0cvs67,
10884                 as it is also a maximal width. Use 
10885                 gtk_window_set_default_size instead.
10886
10887 2006-08-24 [colin]      2.4.0cvs83
10888
10889         * src/msgcache.c
10890                 Write cache/mark to temp files before
10891                 overwriting old ones (avoids metadata
10892                 loss if writing the new files fail).
10893                 Use mmap() to read cache/mark file, as
10894                 this makes cache reading faster. Dis-
10895                 abled for big-endian machines until it
10896                 can be tested. (Big-endian users: set
10897                 msgcache_use_mmap = TRUE in the relevant
10898                 #if).
10899         * src/procmsg.h
10900                 Move rarely used fields of MsgInfo in 
10901                 another structure, which will only be
10902                 allocated if needed. Face, X-Face,
10903                 Return receipt headers and List-*
10904                 headers are moved. Mails having none
10905                 of these occupy 52 bytes less with
10906                 this patch, which makes 2.5MB of RAM
10907                 saved on a 50k folder).
10908         * src/headerview.c
10909         * src/mainwindow.c
10910         * src/messageview.c
10911         * src/partial_download.c
10912         * src/procheader.c
10913         * src/procmsg.c
10914         * src/textview.c
10915                 Follow this structure change.
10916
10917 2006-08-24 [wwp]        2.4.0cvs82
10918
10919         * manual/es/.cvsignore
10920         * manual/es/dist/.cvsignore
10921         * manual/es/dist/html/.cvsignore
10922         * manual/es/dist/pdf/.cvsignore
10923         * manual/es/dist/ps/.cvsignore
10924         * manual/es/dist/txt/.cvsignore
10925                 more (generated) files to ignore.
10926
10927 2006-08-24 [colin]      2.4.0cvs81
10928
10929         * src/folder.c
10930         * src/mh.c
10931                 Fix possible problems with local delivery. Check the folder doesn't
10932                 need scan before setting its mtime when saving cache (which can be
10933                 done long after the folder's been modified by an external process);
10934                 Check that the stored item's mtime didn't change in mh functions.
10935
10936 2006-08-24 [mones]      2.4.0cvs80
10937
10938         * manual/advanced.xml
10939                 Rewrapping, some fixes and MANUAL-TODO items:
10940                 8.1. = change "" to <quote></quote>
10941                 8.3. = quote menu items
10942                 8.5. - deploying -> new user ... ideally a new user (redundant)
10943
10944 2006-08-23 [colin]      2.4.0cvs79
10945
10946         * src/gtk/gtksctree.c
10947                 When selecting or deselecting range, only
10948                 freeze/thaw when selection is bigger than 10
10949
10950 2006-08-23 [colin]      2.4.0cvs78
10951
10952         * src/messageview.c
10953         * src/mimeview.c
10954         * src/mimeview.h
10955         * src/plugins/dillo_viewer/dillo_viewer.c
10956                 Provide an API for MimeViewer plugins to
10957                 return a text selection for replying
10958
10959 2006-08-23 [colin]      2.4.0cvs77
10960
10961         * src/image_viewer.c
10962         * src/textview.c
10963                 Use gtk_pixbuf_new_from_file_at_scale(), which
10964                 is faster than getting the pixbuf then resizing
10965                 it.
10966
10967 2006-08-23 [colin]      2.4.0cvs76
10968
10969         * src/procmime.c
10970                 UTF-8 should be sent Quoted-printable
10971
10972 2006-08-22 [colin]      2.4.0cvs75
10973
10974         * src/mh.c
10975                 Check if scan is required before touching
10976                 the folder (or it'll be required every time)
10977
10978 2006-08-22 [colin]      2.4.0cvs74
10979
10980         * configure.ac
10981                 Require libetpan 0.46 (crasher fix when built
10982                 against gnutls)
10983
10984 2006-08-22 [colin]      2.4.0cvs73
10985
10986         * src/folder.c
10987                 Set folder's mtime after writing its
10988                 cache
10989         * src/folderview.c
10990                 Add some timing
10991         * src/procmsg.c
10992                 Don't do useless stuff if we don't 
10993                 thread by subject
10994         * src/summaryview.c
10995                 Add some timing, don't deselect prior
10996                 to selecting (gtksctree does it itself),
10997                 remove crash avoidance hacks as it's been
10998                 properly fixed since a while
10999         * src/common/utils.c
11000                 Optimize to_human_readable(): _() is slow,
11001                 do it only once, and avoid %f format for KB
11002                 (the most common in a summaryview)
11003         * src/gtk/gtksctree.c
11004                 Don't uselessly freeze/thaw (fixes flicker
11005                 on next unread and friends), reduce number
11006                 of g_list_nth/g_list_position where possible
11007         * src/gtk/gtkutils.c
11008         * src/gtk/gtkutils.h
11009                 Reduce number of g_list_nth/g_list_position
11010                 where possible.
11011                 All of this makes loading as 70k folder 2.1
11012                 seconds instead of 3.2 (with hot FS caches).
11013                 (1.3 seconds without Date and Size columns...)
11014
11015 2006-08-22 [paul]       2.4.0cvs72
11016
11017         wrap documents and do some items from mones' MANUAL-TODO:
11018
11019         * manual/account.xml
11020                 4.1. = fix tabname references to <quote>tabname</quote>
11021                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
11022         * manual/faq.xml
11023                 1.1. = mentioned options don't match UI
11024                 Add information about the 'Never send Return Receipts'
11025                 option
11026         * manual/handling.xml
11027                 6.2. = Mentions Extended symbols button, but now is
11028                 named Information
11029                 6.3. = Mentions ... button, which is now Edit
11030
11031 2006-08-22 [colin]      2.4.0cvs71
11032
11033         * src/gtk/pluginwindow.c
11034                 Fix layout in verbose translations (such
11035                 as french)
11036
11037 2006-08-22 [paul]       2.4.0cvs70
11038
11039         * manual/Makefile.am
11040                 build manuals in alphabetical order
11041         * src/addressbook.c
11042         * src/prefs_themes.c
11043                 replace/remove deprecated symbols
11044         * src/gtk/gtkutils.c
11045                 fix a warning
11046         * src/gtk/pluginwindow.c
11047                 replace deprecated symbol
11048                 replace label text and move it
11049         * src/plugins/pgpcore/prefs_gpg.c
11050                 move the 'Generate...' button out of the
11051                 Sign Key frame, replace the English used
11052         * src/plugins/pgpcore/sgpgme.c
11053                 fixes to the English
11054
11055 2006-08-21 [colin]      2.4.0cvs69
11056
11057         * src/plugins/trayicon/trayicon.c
11058                 Add more strings for translation; patch
11059                 by Pawel
11060
11061 2006-08-21 [colin]      2.4.0cvs68
11062
11063         * src/compose.c
11064                 fix replied flag not set after drafting
11065         * src/matcher.c
11066                 fix body quicksearch in non-encoded bodies
11067                 containing '='
11068         * src/msgcache.c
11069                 Get rid of the g_malloc workaround for
11070                 corrupted caches, use g_try_malloc
11071
11072 2006-08-21 [colin]      2.4.0cvs67
11073
11074         * src/alertpanel.c
11075         * src/gtk/inputdialog.c
11076         * src/plugins/pgpcore/passphrase.c
11077                 Set minimal width to 375
11078         * src/mainwindow.c
11079                 Fix switching to offline, asking if it 
11080                 should be overriden for synchronising
11081         * src/mimeview.c
11082                 Don't offer to remember command on Open 
11083                 with for text parts, as the browser or 
11084                 text editor command isn't changed from 
11085                 there
11086
11087 2006-08-20 [paul]       2.4.0cvs66
11088
11089         * po/ko.po
11090         * po/zh_CN.po
11091                 fix plural form errors. revealed by stricter
11092                 checking of gettext 0.15
11093
11094 2006-08-18 [paul]       2.4.0cvs65
11095
11096         * src/stock_pixmap.c
11097                 fix the fix of 2.4.0cvs64
11098                 Thanks to Colin
11099
11100 2006-08-18 [paul]       2.4.0cvs64
11101
11102         * src/stock_pixmap.c
11103                 fix leaks
11104                 Thanks to Colin
11105
11106 2006-08-18 [paul]       2.4.0cvs63
11107
11108         * src/compose.c
11109         * src/procmsg.c
11110                 fix occasional IMAP bug where large msgs
11111                 were left in the queue folder after sending
11112                 Thanks to Colin
11113
11114 2006-08-18 [paul]       2.4.0cvs62
11115
11116         * src/folderview.c
11117                 freeze the summaryview while quicksearch results
11118                 are displayed
11119                 (fixes bug 456 'current message is hidden when the
11120                 view is refreshed and extended search is "unread 
11121                 messages"')
11122                 Thanks to Colin
11123         * src/textview.c
11124                 add missing #include "inputdialog.h"
11125         * src/common/utils.h
11126                 add missing mailcap_update_default() and improve
11127                 readability
11128
11129 2006-08-17 [colin]      2.4.0cvs61
11130
11131         * src/plugins/pgpcore/select-keys.c
11132                 Fix warnings :)
11133
11134 2006-08-17 [colin]      2.4.0cvs60
11135
11136         * src/compose.c
11137                 Don't continue queuing if Cancel is clicked
11138                 in select-keys
11139
11140 2006-08-17 [colin]      2.4.0cvs59
11141
11142         * src/plugins/pgpcore/select-keys.c
11143                 When encrypting, if only one key matches and it 
11144                 matches exactly, automatically use it.
11145
11146 2006-08-17 [colin]      2.4.0cvs58
11147
11148         * src/mimeview.c
11149         * src/prefs_common.c
11150         * src/prefs_common.h
11151         * src/prefs_ext_prog.c
11152         * src/textview.c
11153                 Fix issues with previous patch (text/html)
11154                 Remove outdated prefs
11155
11156 2006-08-17 [colin]      2.4.0cvs57
11157
11158         * src/imap.c
11159                 Add View Log button on auth error
11160         * src/procmsg.c
11161                 Fix encrypted mail marked as new when
11162                 saved in normal folders
11163         * src/plugins/pgpinline/pgpinline.c
11164                 Fix encrypt bug on IMAP
11165         * src/mimeview.c
11166         * src/common/utils.c
11167         * src/common/utils.h
11168         * src/gtk/inputdialog.c
11169         * src/gtk/inputdialog.h
11170                 Get rid of metamail stuff, simplify
11171                 opening, and allow remembering of user's
11172                 choices (by updating ~/.mailcap). There's
11173                 still to drop "Audio player" and "Image
11174                 viewer" preferences.
11175
11176 2006-08-17 [mones]      2.4.0cvs56
11177
11178         * manual/es/sylpheed-claws-manual.xml
11179                 fix DTD path
11180
11181 2006-08-17 [mones]      2.4.0cvs55
11182
11183         * configure.ac
11184         * manual/Makefile.am
11185         * manual/es/Makefile.am
11186         * manual/es/account.xml
11187         * manual/es/ack.xml
11188         * manual/es/addrbook.xml
11189         * manual/es/advanced.xml
11190         * manual/es/faq.xml
11191         * manual/es/glossary.xml
11192         * manual/es/gpl.xml
11193         * manual/es/handling.xml
11194         * manual/es/intro.xml
11195         * manual/es/keyboard.xml
11196         * manual/es/plugins.xml
11197         * manual/es/starting.xml
11198         * manual/es/sylpheed-claws-manual.xml
11199         * manual/es/dist/Makefile.am
11200         * manual/es/dist/html/Makefile.am
11201         * manual/es/dist/pdf/Makefile.am
11202         * manual/es/dist/ps/Makefile.am
11203         * manual/es/dist/txt/Makefile.am
11204                 Spanish translation for the manual
11205
11206 2006-08-16 [colin]      2.4.0cvs54
11207
11208         * src/compose.c
11209         * src/main.c
11210         * src/mainwindow.c
11211                 Fix send button sensitivity at startup
11212                 Set send menu sensitivity (patch by Fabien)
11213         * src/ssl_manager.c
11214                 Enable closing with esc (patch by Fabien)
11215         * src/gtk/foldersort.c
11216                 Enable closing with esc (patch by Fabien)
11217         * src/procmime.c
11218                 Optimisation (no need to copy to tempfile to
11219                 "decode" 7bit and 8bit)
11220         * src/summaryview.c
11221                 Fix cruft in swap_from case
11222         * src/textview.c
11223                 Fix missing last line in some mail cases 
11224                 (Fixes debian #381872)
11225         * src/plugins/pgpcore/prefs_gpg.c
11226         * src/plugins/pgpcore/sgpgme.c
11227         * src/plugins/pgpcore/sgpgme.h
11228                 Don't show "no key found" when user explicitely
11229                 wants to create a key
11230
11231 2006-08-16 [paul]       2.4.0cvs53
11232
11233         * configure.ac
11234         * src/account.c
11235         * src/addressbook.c
11236         * src/headerview.c
11237         * src/prefs_account.c
11238         * src/prefs_message.c
11239         * src/gtk/gtkutils.c
11240                 bump up minimum required versions of GTK+ and
11241                 GLIB to 2.6.0
11242
11243 2006-08-16 [paul]       2.4.0cvs52
11244
11245         * src/toolbar.c
11246                 workaround GTK+ Bug 351600 - 'Can't re-click
11247                 on button after sensitivity update'
11248                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11249                 Thanks to Colin
11250
11251 2006-08-15 [colin]      2.4.0cvs51
11252
11253         * src/plugins/pgpcore/prefs_gpg.c
11254                 Set options sensitivity according to
11255                 key existence
11256         * src/plugins/pgpcore/sgpgme.c
11257                 Allow to create key with no passphrase
11258
11259 2006-08-14 [cleroy]     2.4.0cvs50
11260
11261         * src/gtk/pluginwindow.c
11262                 New layout (maybe to be changed?)
11263         * src/gtk/gtkutils.c
11264                 Fix a bit label_window
11265         * src/plugins/pgpcore/passphrase.c
11266         * src/plugins/pgpcore/passphrase.h
11267         * src/plugins/pgpcore/plugin.c
11268         * src/plugins/pgpcore/prefs_gpg.c
11269         * src/plugins/pgpcore/prefs_gpg.h
11270         * src/plugins/pgpcore/sgpgme.c
11271         * src/plugins/pgpcore/sgpgme.h
11272                 Allow to create a PGP private key via the GUI
11273
11274 2006-08-14 [wwp]        2.4.0cvs49
11275
11276         * src/addressbook_foldersel.c
11277                 fix strict ISO C90 compliance.
11278
11279 2006-08-14 [paul]       2.4.0cvs48
11280
11281         * src/gtk/prefswindow.c
11282                 re-set scrolled window on opening
11283                 Patch by Ticho
11284
11285 2006-08-14 [paul]
11286
11287         2.5.0-rc1 released
11288
11289 2006-08-14 [paul]       2.4.0cvs47
11290
11291         * src/prefs_display_header.c
11292                 re-enable user-defined Displayed Headers
11293
11294 2006-08-14 [paul]       2.4.0cvs46
11295
11296         * src/prefs_account.c
11297                 use GTK_STOCK_EDIT
11298
11299 2006-08-13 [colin]      2.4.0cvs45
11300
11301         * src/common/utils.c
11302                 Fix "a" in quote when the original message is empty,
11303                 by using \0 instead of 'a' to test writability of
11304                 temp files.
11305
11306 2006-08-13 [wwp]        2.4.0cvs44
11307
11308         * src/plugins/spamassassin/spamassassin.c
11309                 fix capitalization of "SpamAssassin" in some debug, log and
11310                 dialog messages.
11311
11312 2006-08-13 [paul]       2.4.0cvs43
11313
11314         * src/editldap.c
11315                 fix overlapping widgets
11316         * src/prefs_account.c
11317                 fix translation of protocol_names[]
11318                 fix label disappearing off the edge of the
11319                 visible area
11320
11321 2006-08-12 [paul]       2.4.0cvs42
11322
11323         * manual/plugins.xml
11324                 update IRC channel info before it gets forgotten
11325                 about
11326
11327 2006-08-11 [colin]      2.4.0cvs41
11328
11329         * src/compose.c
11330         * src/mainwindow.c
11331         * src/mainwindow.h
11332         * src/procmsg.c
11333         * src/procmsg.h
11334         * src/summaryview.c
11335         * src/toolbar.c
11336                 Grey out the Send button if
11337                 - Queue folders are empty, or
11338                 - We're sending already
11339
11340 2006-08-11 [wwp]        2.4.0cvs40
11341
11342         * src/main.c
11343                 fix a logic issue when quitting while a compose window is
11344                 still open, thanks to Colin.
11345
11346 2006-08-10 [colin]      2.4.0cvs39
11347
11348         * src/main.c
11349                 Fix default font size setting after wizard run
11350         * src/imap.c
11351         * src/etpan/imap-thread.c
11352         * src/etpan/imap-thread.h
11353                 Fix bug #999 (Timing out on TSL cert validation 
11354                 dialog makes ugly things happen). Also, STARTTLS
11355                 unconditionnaly if initial capabilities contain
11356                 LOGINDISABLED and STARTTLS.
11357
11358 2006-08-09 [colin]      2.4.0cvs38
11359
11360         * src/mainwindow.c
11361         * src/mainwindow.h
11362                 Fix Tools/Actions sensitivity when there are
11363                 no actions
11364
11365 2006-08-09 [colin]      2.4.0cvs37
11366
11367         * src/prefs_filtering.c
11368                 Warning fix, patch by Paul
11369         * src/messageview.c
11370         * src/prefs_actions.c
11371         * src/prefs_filtering_action.c
11372         * src/prefs_matcher.c
11373                 Uniformisation of "Info ..." to "Info..." (for
11374                 old gtk), patch by Fabien
11375         * src/plugins/clamav/clamav_plugin_gtk.c
11376                 Sensitivity fix by Fabien
11377
11378 2006-08-09 [colin]      2.4.0cvs36
11379
11380         * src/main.c
11381         * src/main.h
11382                 Add a function to know whether we're exiting
11383         * src/plugins/trayicon/trayicon.c
11384                 If exiting, don't do anything. Faster, and
11385                 avoids gtk_main_iteration reentracy causing
11386                 segfaults at exit
11387
11388 2006-08-09 [colin]      2.4.0cvs35
11389
11390         * src/messageview.c
11391         * src/mimeview.c
11392         * src/mimeview.h
11393                 Fix lack of part selection when automatically 
11394                 jumping to a specific part
11395         * src/msgcache.c
11396                 Little optimisation in cache reading
11397
11398 2006-08-09 [colin]      2.4.0cvs34
11399
11400         * src/compose.c
11401                 Fix crash setting the priority on reedit
11402                 (Accessing compose before creating it!)
11403
11404 2006-08-08 [colin]      2.4.0cvs33
11405
11406         * src/procmime.c
11407                 Fix bug #998 (last attachment is not accessible)
11408                 Bad RFC interpretation on multipart close-delimiters
11409         * src/mimeview.c
11410         * src/mimeview.h
11411         * src/gtk/gtkvscrollbutton.c
11412         * src/gtk/gtkvscrollbutton.h
11413                 Make attachments list wheel-scrollable
11414
11415 2006-08-07 [colin]      2.4.0cvs32
11416
11417         * src/gtk/gtkaspell.c
11418                 Fix bug #973 (Unicode punctation characters 
11419                 are not recognized as separators by the
11420                 spell checker); fix unsigned stuff
11421
11422 2006-08-07 [colin]      2.4.0cvs31
11423
11424         * src/compose.c
11425                 Fix bug #956 (DnD text with accents in compose 
11426                 text entry); fix gccc's signed/unsigned fuss
11427
11428 2006-08-06 [colin]      2.4.0cvs30
11429
11430         * src/main.c
11431                 Fix bug #979 (Plugin crashes when exiting 
11432                 sylpheed-claws) : handle exit request only 
11433                 once
11434
11435 2006-08-05 [colin]      2.4.0cvs29
11436
11437         * src/news.c
11438                 Just make sure we have a msgid.
11439
11440 2006-08-05 [colin]      2.4.0cvs28
11441
11442         * src/news.c
11443         * src/summaryview.c
11444                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11445                 by reimplementing it
11446         * src/textview.c
11447                 Fix bug when hiding quotes with level > 3 and quote
11448                 colors are recycled
11449
11450 2006-08-04 [colin]      2.4.0cvs27
11451
11452         * src/compose.c
11453         * src/undo.c
11454         * src/undo.h
11455                 Fix a bit replace-by-pasting undo
11456         * src/mainwindow.c
11457         * src/messageview.c
11458                 Fix Fold quotes menu synchro in
11459                 mainwindow when it changes in 
11460                 messageview
11461         * src/textview.c
11462                 Fix right-click on quotes blocks
11463         * src/common/utils.c
11464                 Verify that the file created by
11465                 my_tmpfile() is writable. Fixes
11466                 bug #988 (very specific filesystem
11467                 issue)
11468         * src/plugins/pgpcore/sgpgme.c
11469                 Fix file descriptor leak
11470         * src/plugins/spamassassin/spamassassin.c
11471                 Warn once if spamd isn't reachable
11472
11473 2006-08-04 [colin]      2.4.0cvs26
11474
11475         * src/toolbar.c
11476                 i18n context patch by Fabien
11477
11478 2006-08-03 [colin]      2.4.0cvs25
11479
11480         * src/mainwindow.c
11481         * src/messageview.c
11482                 Rename "Hide quotes" to "Fold quotes"
11483         * src/textview.c
11484                 Don't use hand cursor on quotes. "all 
11485                 the bonuses of the feature and none of 
11486                 unwelcome side-effects"
11487
11488 2006-08-03 [colin]      2.4.0cvs24
11489
11490         * AUTHORS
11491         * sylpheed-claws.desktop
11492         * src/gtk/authors.h
11493                 Bring the desktop file to XDG compliance
11494                 Patch by Charles A. Edwards
11495
11496 2006-08-03 [colin]      2.4.0cvs23
11497
11498         * src/textview.c
11499                 Fix links offset when they are preceded
11500                 by accentued chars (g_utf8_strlen!)
11501         * src/mainwindow.c
11502                 Fix wrong status when starting offline
11503
11504
11505 2006-08-03 [wwp]        2.4.0cvs22
11506
11507         * src/prefs_common.h
11508                 ask what to do w/ filtering rules that belong to an account when
11509                 applying filtering rules manually from the main window (skip,
11510                 apply regardless of the account, use current account). This dialog
11511                 can be skipped and the last reply used.
11512                 (forgot that file)
11513
11514 2006-08-03 [wwp]        2.4.0cvs21
11515
11516         * src/filtering.c
11517         * src/filtering.h
11518         * src/prefs_common.c
11519         * src/summaryview.c
11520         * src/alertpanel.c
11521         * src/alertpanel.h
11522         * src/messageview.c
11523                 ask what to do w/ filtering rules that belong to an account when
11524                 applying filtering rules manually from the main window (skip,
11525                 apply regardless of the account, use current account). This dialog
11526                 can be skipped and the last reply used.
11527
11528
11529 2006-08-03 [colin]      2.4.0cvs20
11530
11531         * src/textview.c
11532                 Optimize previous patch
11533
11534 2006-08-03 [cleroy]     2.4.0cvs19
11535
11536         * src/textview.c
11537                 Fix quotes getting toggled back when the
11538                 mail has an even number of text parts
11539
11540 2006-08-02 [colin]      2.4.0cvs18
11541
11542         * src/messageview.c
11543                 Add Hide quotes menu
11544
11545 2006-08-02 [colin]      2.4.0cvs17
11546
11547         * src/mainwindow.c
11548         * src/prefs_common.c
11549         * src/textview.c
11550         * src/textview.h
11551         * src/gtk/about.c
11552                 Allow per-level quote hiding,
11553                 Allow toggling quotes by double-clicking them
11554                 Rename RemoteURI to ClickableText to reflect
11555                 the fact it's used for a variety of things
11556
11557 2006-08-02 [wwp]        2.4.0cvs16
11558
11559         * src/mainwindow.c
11560                 fix "View/Hide quotes" menu item status initialization.
11561
11562 2006-08-02 [wwp]        2.4.0cvs15
11563
11564         * src/matcher_parser_parse.y
11565                 remove a debug trace.
11566
11567 2006-08-02 [paul]       2.4.0cvs14
11568
11569         * src/plugins/pgpcore/passphrase.c
11570                 don't set initial dialog size
11571                 make it resizable
11572
11573 2006-08-02 [paul]       2.4.0cvs13
11574
11575         * src/noticeview.c
11576                 remove the rogue '/' character
11577
11578 2006-08-02 [paul]       2.4.0cvs12
11579
11580         * src/noticeview.c
11581                 allow buttons to resize as necessary
11582
11583 2006-08-01 [wwp]        2.4.0cvs11
11584
11585         * src/mbox.c
11586                 fix strict ISO C90 compliance.
11587
11588 2006-08-01 [wwp]        2.4.0cvs10
11589
11590         * tools/update-po
11591                 updated update-po tool to work w/ context-dependent translations.
11592                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11593
11594 2006-08-01 [wwp]        2.4.0cvs9
11595
11596         * src/matcher.c
11597         * src/prefs_filtering.c
11598         * src/prefs_matcher.c
11599                 allow context-dependent translations for "All",
11600                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11601
11602 2006-07-31 [colin]      2.4.0cvs8
11603
11604         * AUTHORS
11605         * src/gtk/authors.h
11606                 Add Rafal to authors
11607
11608 2006-07-31 [colin]      2.4.0cvs7
11609
11610         * src/compose.c
11611         * src/mainwindow.c
11612         * src/messageview.h
11613         * src/prefs_common.c
11614         * src/prefs_common.h
11615         * src/textview.c
11616                 Add 'View/Hide quotes'. Patch based on a patch
11617                 by Rafal Weglarz
11618
11619 2006-07-31 [colin]      2.4.0cvs6
11620
11621         * src/action.c
11622                 Fix problem with "> stuff >" actions
11623
11624 2006-07-31 [paul]       2.4.0cvs5
11625
11626         * po/nb.po
11627                 updated by Geir Helland
11628
11629 2006-07-31 [wwp]        2.4.0cvs4
11630
11631         * src/mainwindow.c
11632         * src/summaryview.c
11633         * src/summaryview.h
11634                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11635                 thanks to Colin.
11636
11637 2006-07-31 [wwp]        2.4.0cvs3
11638
11639         * src/Makefile.am
11640         * src/addr_compl.c
11641         * src/addr_compl.h
11642         * src/addressbook.c
11643         * src/addressbook.h
11644         * src/addressbook_foldersel.c
11645         * src/addressbook_foldersel.h
11646         * src/addrindex.c
11647         * src/addrindex.h
11648         * src/matcher.c
11649         * src/matcher.h
11650         * src/matcher_parser_lex.l
11651         * src/matcher_parser_parse.y
11652         * src/prefs_common.c
11653         * src/prefs_common.h
11654         * src/prefs_filtering.c
11655         * src/prefs_matcher.c
11656         * src/prefs_matcher.h
11657         * src/summaryview.c
11658                 introduce filtering against the address book. It's now possible to add
11659                 matched conditions to determine if any email address in a message matches
11660                 or doesn't match any or all books or folders in the address book.
11661
11662 2006-07-31 [wwp]        2.4.0cvs2
11663
11664         * src/account.c
11665         * src/filtering.c
11666         * src/filtering.h
11667         * src/folder.c
11668         * src/folderview.c
11669         * src/inc.c
11670         * src/mainwindow.c
11671         * src/matcher.c
11672         * src/matcher_parser_lex.l
11673         * src/matcher_parser_parse.y
11674         * src/mbox.c
11675         * src/prefs_filtering.c
11676         * src/prefs_filtering.h
11677         * src/procmsg.c
11678         * src/procmsg.h
11679         * src/summaryview.c
11680                 introduce per-account filtering rules. Each filtering rule can now be assigned
11681                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11682                 when applying filtering rules manually, as all rules will apply - even the ones
11683                 assigned to an account. This issue will be addressed soon.
11684  
11685
11686
11687 2006-07-31 [wwp]        2.4.0cvs1
11688
11689         * src/quote_fmt.c
11690                 make more strings translatable.
11691
11692 2006-07-31 [paul]       2.4.0
11693
11694         2.4.0 released
11695
11696 2006-07-31 [paul]       2.3.1cvs91
11697
11698         * po/ca.po
11699                 updated by Miquel Oliete
11700
11701 2006-07-31 [paul]       2.3.1cvs90
11702
11703         * po/de.po
11704         * po/el.po
11705         * po/fr.po
11706         * po/it.po
11707         * po/pl.po
11708         * po/pt_BR.po
11709         * po/sr.po
11710         * po/zh_CN.po
11711                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11712                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11713                 Aleksandar Urosevic, and Ralgh Young
11714
11715 2006-07-31 [paul]       2.3.1cvs89
11716
11717         * src/account.c
11718         * src/main.c
11719         * src/mainwindow.c
11720         * src/mainwindow.h
11721                 Fix a race condition when, after an SC crash, rescanning
11722                 folders took more than 0.5 seconds
11723                 Thanks to Colin
11724
11725 2006-07-31 [paul]       2.3.1cvs88
11726
11727         * src/folderview.c
11728                 don't translate separator strings
11729
11730 2006-07-30 [mones]      2.3.1cvs87
11731
11732         * doc/man/sylpheed-claws.1
11733                 Fixed non-ASCII chars in Hoa's name
11734         * po/es.po
11735                 Updated for release
11736
11737 2006-07-27 [colin]      2.3.1cvs86
11738
11739         * src/textview.c
11740                 Don't include the leading \n in links
11741                 Patch by Fabien
11742
11743 2006-07-25 [colin]      2.3.1cvs85
11744
11745         * src/mainwindow.c
11746         * src/common/socket.h
11747         * src/etpan/imap-thread.c
11748                 Refresh resolvers before connecting
11749                 to IMAP servers, and after switching
11750                 to online. Thanks to Paul.
11751
11752 2006-07-18 [colin]
11753
11754         * 2.4.0-rc4 released
11755
11756 2006-07-17 [colin]      2.3.1cvs84
11757
11758         * src/inc.c
11759                 Show connection attempt in statusbar before
11760                 connecting (previously first message was
11761                 "Retrieving messages from ..." after the
11762                 connection succeeded.
11763
11764 2006-07-16 [wwp]        2.3.1cvs83
11765
11766         * sylpheed-claws.ico
11767                 Added .ico file (windows multi-size icon file, generated).
11768
11769 2006-07-12 [wwp]        2.3.1cvs82
11770
11771         * src/messageview.c
11772                 remove Message/Re-edit menu entry from messageview window,
11773                 as sent/draft/queued messages are opened in compose window when
11774                 re-edited and it's not possible to re-edit other msgs.
11775
11776 2006-07-12 [paul]       2.3.1cvs81
11777
11778         * AUTHORS
11779         * src/mainwindow.c
11780         * src/gtk/authors.h
11781                 check online state before resetting
11782                 mailcheck timer. Useful if some program
11783                 verifies connection state and updates
11784                 Claws.
11785                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11786
11787 2006-07-12 [paul]       2.3.1cvs80
11788
11789         * sylpheed-claws-128x128.png
11790         * sylpheed-claws-64x64.png
11791         * sylpheed-claws.png
11792         * src/Makefile.am
11793         * src/main.c
11794         * src/prefs_toolbar.c
11795         * src/stock_pixmap.c
11796         * src/stock_pixmap.h
11797         * src/wizard.c
11798         * src/gtk/about.c
11799         * src/gtk/gtkutils.c
11800         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11801         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11802         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11803         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11804         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11805         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11806                 updated and renamed logo/icon files and related
11807                 logo by Jesper Schultz
11808
11809 2006-07-11 [paul]       2.3.1cvs79
11810
11811         * src/main.c
11812                 fix the labels a smidgin
11813
11814 2006-07-09 [colin]      2.3.1cvs78
11815
11816         * src/textview.c
11817                 Show errors in textviewer's command
11818                 Patch by H. Merijn Brand
11819
11820 2006-07-09 [colin]      2.3.1cvs77
11821
11822         * src/compose.c
11823                 Save FMID in drafts too
11824
11825 2006-07-08 [colin]      2.3.1cvs76
11826
11827         * src/compose.c
11828                 Svae RMID in drafted mails too
11829                 Save quote_fmt vars for whole mails,
11830                 don't reset at each quote_fmt_init:
11831                 allows to use the same |i{var} in
11832                 various template fields
11833         * src/prefs_template.c
11834         * src/quote_fmt.h
11835         * src/quote_fmt_parse.y
11836                 Same
11837
11838 2006-07-08 [colin]      2.3.1cvs75
11839
11840         * src/textview.c
11841                 Fix highlighting of attached parts URIs
11842
11843 2006-07-08 [colin]      2.3.1cvs74
11844
11845         * src/main.c
11846                 Prevent bug #981 (sc 2.3.1 segfaults with 
11847                 gtk+ 2.10) from being reported again:
11848                 if Sylpheed-Claws has been compiled against
11849                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11850                 of if Sylpheed-Claws has been compiled against
11851                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11852                 error out.
11853
11854 2006-07-07 [colin]      2.3.1cvs73
11855
11856         * src/prefs_actions.c
11857                 Fix label
11858
11859 2006-07-07 [colin]      2.3.1cvs72
11860
11861         * src/prefs_actions.c
11862                 Fix compile on gtk < 2.8. argh :)
11863
11864 2006-07-07 [paul]       2.3.1cvs71
11865
11866         * src/common/defs.h
11867                 update DONATE_URI
11868
11869 2006-07-07 [colin]      2.3.1cvs70
11870
11871         * po/POTFILES.in
11872         * src/quote_fmt.c
11873         * src/quote_fmt_lex.l
11874         * src/quote_fmt_parse.y
11875                 Add |i{var}, a way to insert user-entered
11876                 text in a template
11877
11878 2006-07-07 [colin]
11879
11880         * 2.4.0-rc3 released
11881
11882 2006-07-07 [colin]      2.3.1cvs69
11883
11884         * src/folder.c
11885                 Don't consider inboxes of UNKNOWN folder 
11886                 classes to be useable as default inboxes
11887
11888 2006-07-07 [paul]       2.3.1cvs68
11889
11890         * src/textview.c
11891                 add missing #include <errno.h>
11892                 Thanks to René J. Blokland
11893
11894 2006-07-07 [paul]       2.3.1cvs67
11895
11896         * src/action.c
11897                 Return now Closes dialog
11898         * src/mimeview.c
11899         * src/mimeview.h
11900         * src/textview.c
11901                 add contextual menu to mime parts listed
11902                 in the textview
11903                 Thanks to Colin
11904         * src/common/utils.c
11905                 reversal: ' is a valid character in URLs
11906
11907 2006-07-06 [colin]      2.3.1cvs66
11908
11909         * src/remotefolder.h
11910                 Forgotten in previous commit
11911
11912 2006-07-06 [colin]      2.3.1cvs65
11913
11914         * src/folder.c
11915                 Set summary update flag whenever
11916                 totals changed
11917         * src/imap.c
11918         * src/prefs_account.c
11919         * src/common/utils.h
11920         * src/etpan/imap-thread.c
11921                 Fix warnings, thanks to Fabien and
11922                 Ricardo
11923
11924 2006-07-06 [wwp]        2.3.1cvs64
11925
11926         * src/gtk/gtkutils.c
11927                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11928
11929 2006-07-06 [wwp]        2.3.1cvs63
11930
11931         * src/account.c
11932         * src/addressbook.c
11933         * src/addressitem.h
11934         * src/folderview.c
11935         * src/mainwindow.c
11936         * src/manual.c
11937         * src/manual.h
11938         * src/message_search.c
11939         * src/prefs_actions.c
11940         * src/prefs_filtering.c
11941         * src/prefs_filtering.h
11942         * src/prefs_template.c
11943         * src/summary_search.c
11944         * src/summaryview.c
11945         * src/gtk/gtkutils.c
11946         * src/gtk/gtkutils.h
11947         * src/gtk/pluginwindow.c
11948                 add help buttons to some dialogs. Clicking such buttons opens a
11949                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11950
11951 2006-07-06 [paul]       2.3.1cvs62
11952
11953         * src/textview.c
11954                 fix attachments contextual menu
11955                 Thanks to Colin
11956
11957 2006-07-05 [colin]      2.3.1cvs61
11958
11959         * src/textview.c
11960         * src/compose.c
11961                 Handle sftp:// links
11962
11963 2006-07-05 [paul]       2.3.1cvs60
11964
11965         * src/gtk/filesel.c
11966                 grab save button by default
11967                 Thanks to Colin
11968
11969 2006-07-05 [wwp]        2.3.1cvs59
11970
11971         * manual/xml2pdf
11972                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11973
11974 2006-07-04 [colin]      2.3.1cvs58
11975
11976         * src/mimeview.c
11977         * src/textview.c
11978                 Use left click to select, middle click to open
11979                 on mimeparts links
11980         * src/common/utils.c
11981                 Fix segfault
11982
11983 2006-07-04 [colin]      2.3.1cvs57
11984
11985         * src/mainwindow.c
11986         * src/news.c
11987                 Warning fixes, thanks to Fabien
11988
11989 2006-07-04 [colin]      2.3.1cvs56
11990
11991         * src/mimeview.c
11992         * src/mimeview.h
11993         * src/textview.c
11994                 Allow parts to be selected via their text label
11995                 in textview
11996
11997 2006-07-04 [colin]      2.3.1cvs55
11998
11999         * src/folderview.c
12000                 Feedback when closing (for big folders)
12001         * src/prefs_actions.c
12002         * src/prefs_filtering.c
12003         * src/prefs_matcher.c
12004         * src/prefs_template.c
12005                 Fix default button when closing without
12006                 having saved
12007
12008 2006-07-04 [colin]      2.3.1cvs54
12009
12010         * src/news.c
12011                 Delete local file on deletion
12012
12013 2006-07-03 [colin]      2.3.1cvs53
12014
12015         * src/folderview.c
12016         * src/main.c
12017                 Don't freeze when rescanning after crash
12018
12019 2006-07-03 [wwp]        2.3.1cvs52
12020
12021         * src/compose.c
12022         * src/privacy.c
12023         * src/privacy.h
12024         * src/plugins/pgpinline/pgpinline.c
12025         * src/plugins/pgpmime/pgpmime.c
12026                 don't report an error when the user cancels the passphrase dialog.
12027
12028 2006-07-02 [colin]      2.3.1cvs51
12029
12030         * src/folderview.c
12031                 Open message when crossing folders with Space,
12032                 goto next unread and friends
12033
12034 2006-07-01 [colin]      2.3.1cvs50
12035
12036         * src/prefs_account.c
12037                 Typographic rules varying from language
12038                 to language (in french "Protocole :"),
12039                 we have to do that :)
12040
12041 2006-07-01 [ticho]      2.3.1cvs49
12042
12043         * src/prefs_account.c
12044                 Only use one temporary gchar* variable in
12045                 prefs_account_protocol_set_optmenu().
12046
12047 2006-07-01 [ticho]      2.3.1cvs48
12048
12049         * src/prefs_account.c
12050         * src/prefs_account.h
12051                 Use GtkLabel for existing account protocol name.
12052                 Created an array for protocol names and populate the
12053                 combobox from it in a for() cycle.
12054
12055 2006-06-30 [colin]      2.3.1cvs47
12056
12057         * src/compose.c
12058                 Block undo when changing signature (by changing
12059                 account)
12060
12061 2006-06-30 [paul]       2.3.1cvs46
12062
12063         * src/send_message.c
12064                 when editing From in the Compose window, use that address
12065                 in the Return-Path: header
12066                 Thanks to Colin
12067
12068 2006-06-30 [colin]      2.3.1cvs45
12069
12070         * src/compose.c
12071                 Fix signature replacement:
12072                 - when no newline before separator
12073                 - when reediting
12074
12075 2006-06-29 [colin]      2.3.1cvs44
12076
12077         * src/folderview.c
12078         * src/folderview.h
12079         * src/mainwindow.c
12080         * src/summaryview.c
12081                 Let 'View/Go to/Next marked' work like
12082                 Next new & Next unread: across folders
12083                 Change the select_on_entry pref to do
12084                 what we want when changing folder
12085         * src/common/utils.c
12086                 Fix single-quoted links 
12087
12088 2006-06-29 [colin]      2.3.1cvs43
12089
12090         * src/gtk/gtkaspell.c
12091                 "Sylpheed" and "Sylpheed-Claws" do exist !
12092
12093 2006-06-29 [colin]      2.3.1cvs42
12094
12095         * src/imap.c
12096                 Forgot to remove debug
12097
12098 2006-06-29 [colin]      2.3.1cvs41
12099
12100         * src/imap.c
12101         * src/imap.h
12102         * src/mainwindow.c
12103                 Disconnect from IMAP servers when going
12104                 offline. Fixes bug #978 (going to offline-mode 
12105                 won't close connections)
12106
12107 2006-06-29 [colin]      2.3.1cvs40
12108
12109         * src/main.c
12110                 Fix transient setting on failing plugins
12111                 Patch by Fabien
12112         * src/plugins/pgpcore/sgpgme.c
12113                 Only warn for OpenPGP. Most people don't
12114                 have CMS available.
12115
12116 2006-06-29 [colin]      2.3.1cvs39
12117
12118         * src/compose.c
12119                 Fix Spelling menu (discrepancy between context menu
12120                 and top menu when folder's dictionary isn't the 
12121                 default one)
12122         * src/plugins/pgpcore/sgpgme.c
12123                 More error reporting about why gpgme can fail
12124
12125 2006-06-29 [wwp]        2.3.1cvs38
12126
12127         * src/mainwindow.c
12128                 honor the display-header-pane setting even when the message view
12129                 is a separate window.
12130
12131 2006-06-29 [wwp]        2.3.1cvs37
12132
12133         * src/prefs_actions.c
12134                 forgot to commit that one (use of GTK_STOCK_INFO).
12135
12136 2006-06-29 [colin]      2.3.1cvs36
12137
12138         * src/imap.c
12139                 Better handling of login errors (ask the password
12140                 again once), alert in case of error. Fix three
12141                 signedness warnings.
12142
12143 2006-06-28 [wwp]        2.3.1cvs35
12144
12145         * src/prefs_template.c
12146         * src/prefs_matcher.c
12147         * src/prefs_filtering_action.c
12148         * src/prefs_quote.c
12149                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
12150                 patch by Fabien Vantard, slightly modified.
12151
12152 2006-06-28 [paul]
12153
12154         2.4.0-rc2 released
12155
12156 2006-06-28 [colin]      2.3.1cvs34
12157
12158         * src/prefs_account.c
12159                 Fix bug #977 (Can't add or edit imap accounts)
12160
12161 2006-06-28 [colin]      2.3.1cvs33
12162
12163         * src/mimeview.c
12164                 Fix previous
12165
12166 2006-06-28 [colin]      2.3.1cvs32
12167
12168         * src/mimeview.c
12169                 Save named inlined attachments with "Save all"
12170         * src/main.c
12171         * src/mbox.c
12172         * src/common/plugin.c
12173         * src/common/plugin.h
12174         * src/common/sylpheed.c
12175         * src/common/utils.c
12176         * src/plugins/pgpcore/sylpheed.def
12177         * src/plugins/pgpinline/sylpheed.def
12178         * src/plugins/pgpmime/sylpheed.def
12179                 Win32 compatibility patch, by
12180                 Werner Koch
12181
12182 2006-06-28 [wwp]        2.3.1cvs31
12183
12184         * src/imap.c
12185         * src/prefs_folder_item.c
12186                 less compilation warnings (thanks to Fabien Vantard), less typos.
12187
12188 2006-06-28 [paul]       2.3.1cvs30
12189
12190         * src/gtk/gtkutils.c
12191                 gtk_combo_box_set_focus_on_click() is only
12192                 available since gtk 2.6.0
12193
12194 2006-06-28 [paul]       2.3.1cvs29
12195
12196         * src/prefs_ext_prog.c
12197                 fix engrish and add a tooltip for the
12198                 'command for 'Display as text' option
12199
12200 2006-06-28 [paul]
12201
12202         2.4.0-rc1 released
12203
12204 2006-06-28 [paul]       2.3.1cvs28
12205
12206         * ChangeLog
12207         * tools/Makefile.am
12208                 include textviewer.pl in releases
12209
12210 2006-06-28 [paul]       2.3.1cvs27
12211
12212         * src/prefs_ext_prog.c
12213                 hide Print command option if libgnomeprint
12214                 support is present
12215
12216 2006-06-27 [colin]      2.3.1cvs26
12217
12218         * src/compose.c
12219                 Fix Esc handling in insert/attach dialog
12220                 Don't show this dialog if dragging something
12221                 else than text/uri-list
12222                 Thanks to Fabien Vantard
12223         * tools/textviewer.pl
12224                 Filter script to display stuff as text
12225                 by H. Merijn Brand
12226
12227 2006-06-27 [wwp]        2.3.1cvs25
12228
12229         * src/messageview.c
12230                 use the exact product name (message view title), patch
12231                 by Fabien Vantard.
12232
12233 2006-06-27 [ticho]      2.3.1cvs24
12234
12235         * src/prefs_account.c
12236         * src/prefs_common.c
12237         * src/prefs_common.h
12238         * src/prefs_ext_prog.c
12239         * src/textview.c
12240                 Add a preference (Preferences/External programs)
12241                 to allow "Display as text" to be done via a script
12242                 (patch by H.Merijn Brand).
12243                 Use GtkComboBox for protocol selection in account
12244                 preferences.
12245                 Only include current choice for existing accounts, and
12246                 insensitivize the combobox.
12247
12248 2006-06-27 [paul]       2.3.1cvs23
12249
12250         * src/mbox.c
12251                 fix crasher introduced in cvs21.
12252                 Thanks to Colin
12253
12254 2006-06-26 [colin]      2.3.1cvs22
12255
12256         * src/mbox.c
12257                 Fix double-frees when leaving folders
12258                 after exporting to mbox
12259
12260 2006-06-26 [colin]      2.3.1cvs21
12261
12262         * src/mbox.c
12263                 More feedback (and optimisation)
12264                 on import/export
12265         * src/common/utils.c
12266                 Fix case when looking for mail addresses
12267         * src/gtk/gtkutils.c
12268                 Extra check for (X-)Face
12269
12270 2006-06-25 [ticho]      2.3.1cvs20
12271
12272         * src/compose.c
12273         * src/exphtmldlg.c
12274         * src/gtk/gtkutils.c
12275         * src/gtk/gtkutils.h
12276                 Added second argument to gtkut_sc_combobox_create() to
12277                 control focus-on-click for the widget.
12278                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12279
12280 2006-06-25 [ticho]      2.3.1cvs19
12281
12282         * src/compose.c
12283         * src/gtk/Makefile.am
12284         * src/gtk/combobox.c
12285         * src/gtk/combobox.h
12286         * src/gtk/gtkutils.c
12287         * src/gtk/gtkutils.h
12288                 Use GtkComboBox instead of deprecated GtkOptionMenu
12289                 for account selector in compose window and for encoding
12290                 selector in attachment properties.
12291                 Also factorise working with the new GtkComboBox somewhat.
12292
12293 2006-06-24 [paul]       2.3.1cvs18
12294
12295         * src/prefs_common.c
12296                 use the correct default value
12297
12298 2006-06-24 [paul]       2.3.1cvs17
12299
12300         * src/compose.c
12301         * src/prefs_common.c
12302         * src/prefs_common.h
12303         * src/prefs_compose_writing.c
12304                 enable setting of default action when
12305                 dnd'ing files in the compose window.
12306                 (Collaborative effort with wwp)
12307
12308 2006-06-23 [wwp]        2.3.1cvs16
12309
12310         * src/compose.c
12311                 i18n fix (thanks to Fabien Vantard)
12312
12313 2006-06-22 [colin]      2.3.1cvs15
12314
12315         * src/prefs_customheader.c
12316                 Don't use filters in custom headers' file 
12317                 selector. Remember, extensions mean nothing :)
12318
12319 2006-06-22 [paul]       2.3.1cvs14
12320
12321         * configure.ac
12322                 allow setting of man directory location
12323
12324 2006-06-22 [colin]      2.3.1cvs13
12325
12326         * src/mainwindow.c
12327                 Add 'View/Go to/Next unread folder'.
12328                 I missed that :)
12329
12330 2006-06-22 [colin]      2.3.1cvs12
12331
12332         * src/common/utils.c
12333                 Add some subject prefixes
12334                 Patch by Bjorn T Johansen <btj@havleik.no>
12335
12336 2006-06-22 [colin]      2.3.1cvs11
12337
12338         * manual/advanced.xml
12339                 Forgotten hidden pref
12340
12341 2006-06-21 [paul]       2.3.1cvs10
12342
12343         * src/prefs_account.c
12344                 complete the removal of 'Add date header' option
12345
12346 2006-06-21 [paul]       2.3.1cvs9
12347
12348         * src/account.c
12349         * src/compose.c
12350         * src/prefs_account.c
12351         * src/prefs_account.h
12352                 remove option to add date header - always
12353                 add date header
12354         * src/etpan/imap-thread.c
12355                 fix warnings (Thanks to Colin)
12356
12357 2006-06-21 [wwp]        2.3.1cvs8
12358
12359         * src/folder.c
12360                 set the attachment flag when inline text part are (file)named. This is more convenient
12361                 when receiving (for instance) inline source files or patches sent using thunderbird.
12362
12363 2006-06-21 [paul]       2.3.1cvs7
12364
12365         * src/inc.c
12366                 fix off-by-one count of current msg in
12367                 statusbar filtering progressbar
12368
12369 2006-06-21 [paul]       2.3.1cvs6
12370
12371         * src/folder.c
12372                 Show attachment icon even if the part is 'inline'
12373                 if the following conditions are met:
12374                 - content-type != 'text/plain'
12375                 - content-type != '*/pgp-signature'
12376                 - either 'name' or 'filename' parameter is not NULL
12377                 
12378                 Thanks to Colin
12379
12380 2006-06-21 [paul]       2.3.1cvs5
12381
12382         * src/messageview.c
12383         * src/prefs_common.c
12384         * src/prefs_common.h
12385         * src/prefs_other.c
12386                 add an option to 'Never send Return
12387                 Receipts'
12388                 Thanks to Colin
12389
12390 2006-06-20 [mones]      2.3.1cvs4
12391
12392         * po/es.po
12393                 updated
12394         * src/compose.c
12395                 typo fixed (space after comma)
12396         * tools/make.themes.project
12397                 remove exec mode from tarball files
12398
12399 2006-06-20 [colin]      2.3.1cvs3
12400
12401         * src/news.c
12402         * src/procheader.c
12403         * src/unmime.c
12404                 Better fix for \n's in headers (don't 
12405                 break Received: and others)
12406
12407 2006-06-20 [paul]       2.3.1cvs2
12408
12409         * src/alertpanel.c
12410         * src/textview.c
12411                 improve legibility of phishing attempt
12412                 dialog
12413
12414 2006-06-20 [paul]       2.3.1cvs1
12415
12416         * NEWS
12417         * README
12418         * configure.ac
12419                 Update version number following
12420                 stable release
12421
12422 2006-06-20 [colin]      2.3.0cvs26
12423
12424         * src/compose.c
12425                 When dragging a file to the text of the compose
12426                 window, ask whether we want to insert or attach
12427                 (I know lots of people who do that to attach)
12428
12429 2006-06-20 [colin]      2.3.0cvs25
12430
12431         * src/etpan/imap-thread.c
12432                 Fix threshold (the append command is often > 32 bytes)
12433
12434 2006-06-19 [colin]      2.3.0cvs24
12435
12436         * src/imap.c
12437         * src/etpan/imap-thread.c
12438                 Workaround Rockliffe IMAP server bug: replace
12439                 "x UID SEARCH (ANSWERED UID 1:*)" with
12440                 "x UID SEARCH ANSWERED"
12441                 (Rockliffe doesn't handle the parenthesis)
12442
12443 2006-06-19 [colin]      2.3.0cvs23
12444
12445         * src/compose.c
12446         * src/imap.c
12447         * src/etpan/imap-thread.c
12448                 Probably fix bug #972 (Freezes when adding 
12449                 an attachment to the message)
12450         * src/common/defs.h
12451                 Modernize Firefox cmd
12452
12453
12454 2006-06-18 [colin]      2.3.0cvs22
12455
12456         * src/prefs_customheader.c
12457                 Only allow correct filenames for various
12458                 custom headers
12459
12460 2006-06-18 [colin]      2.3.0cvs21
12461
12462         * src/prefs_customheader.c
12463                 Add a 'From File...' button in custom headers prefs, which
12464                 try to do the right thing: 
12465                 for normal headers, use file as plaintext,
12466                 for X-Face, calls compface,
12467                 for Face, encode to b64.
12468
12469 2006-06-17 [colin]      2.3.0cvs20
12470
12471         * src/mh.c
12472                 Warning fix
12473
12474 2006-06-16 [colin]      2.3.0cvs19
12475
12476         * src/summaryview.c
12477                 Recursive quicksearch: show message list
12478                 in current folder, *then* search children
12479                 in the background.
12480
12481 2006-06-16 [colin]      2.3.0cvs18
12482
12483         * src/main.c
12484                 Instead of ignoring SIGPIPE, save caches
12485                 when getting one. Will fix the fact that
12486                 hot caches are out-of-date when logging 
12487                 out of Xorg.
12488         * src/compose.c
12489         * src/prefs_compose_writing.c
12490                 Only save text (not attachments) when 
12491                 auto-saving to drafts
12492         * src/unmime.c
12493                 Always replace \n, \r and \t with spaces
12494                 in headers
12495         * manual/dist/html/Makefile.am
12496         * manual/dist/pdf/Makefile.am
12497         * manual/dist/ps/Makefile.am
12498         * manual/dist/txt/Makefile.am
12499         * manual/fr/dist/html/Makefile.am
12500         * manual/fr/dist/pdf/Makefile.am
12501         * manual/fr/dist/ps/Makefile.am
12502         * manual/fr/dist/txt/Makefile.am
12503         * manual/pl/dist/html/Makefile.am
12504         * manual/pl/dist/pdf/Makefile.am
12505         * manual/pl/dist/ps/Makefile.am
12506         * manual/pl/dist/txt/Makefile.am
12507                 Fix make clean removing pregenerated manuals
12508
12509
12510 2006-06-16 [colin]      2.3.0cvs17
12511
12512         * src/plugins/pgpcore/sgpgme.c
12513         * src/plugins/pgpmime/pgpmime.c
12514         * src/plugins/pgpinline/pgpinline.c
12515                 Better error reporting in setup_signers.
12516                 Don't fallback to default key if specified
12517                 key isn't found.
12518                 Don't allow signing if more than one secret
12519                 key matches the one specified in prefs.
12520
12521 2006-06-15 [colin]      2.3.0cvs16
12522
12523         * src/folderview.c
12524                 Add "Send queue" in the folder's contextual
12525                 menu
12526         * src/compose.c
12527         * src/messageview.c
12528         * src/privacy.c
12529         * src/privacy.h
12530         * src/procmime.c
12531         * src/procmsg.c
12532         * src/plugins/pgpcore/passphrase.c
12533         * src/plugins/pgpcore/sgpgme.c
12534         * src/plugins/pgpinline/pgpinline.c
12535         * src/plugins/pgpmime/pgpmime.c
12536                 Better error reporting
12537         * src/mbox.c
12538                 Probably fix bug #971 (2.2.3 cannot read mail 
12539                 from local mbox)
12540
12541
12542 2006-06-15 [mones]      2.3.0cvs15
12543
12544         * tools/make.themes.project
12545                 creates the themes project from the web page
12546
12547 2006-06-15 [colin]      2.3.0cvs14
12548
12549         * src/folder.c
12550                 Better fix (avoid losing the folder if scan_tree 
12551                 fails)
12552
12553 2006-06-15 [cleroy]     2.3.0cvs13
12554
12555         * src/folder.c
12556                 Probably fix Bug #969 (crash on rebuilding 
12557                 imap folder)
12558
12559 2006-06-14 [colin]      2.3.0cvs12
12560
12561         * manual/dtd/manual.xsl
12562         * manual/sylpheed-claws-manual.xml
12563         * manual/fr/sylpheed-claws-manual.xml
12564         * manual/pl/sylpheed-claws-manual.xml
12565                 Insert pagebreaks between sections
12566
12567 2006-06-14 [paul]       2.3.0cvs11
12568
12569         * configure.ac
12570                 better fix than 2.3.0cvs10
12571
12572 2006-06-14 [paul]       2.3.0cvs10
12573
12574         * configure.ac
12575                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12576                 (backwards compatible)
12577
12578 2006-06-13 [colin]      2.3.0cvs9
12579
12580         * src/messageview.c
12581                 Fix sending of return receipt with the new queue folders
12582
12583 2006-06-13 [wwp]        2.3.0cvs8
12584
12585         * src/quote_fmt_lex.l
12586                 fix wrong tokens returned in quote_fmt lexer, query not().
12587
12588 2006-06-13 [wwp]        2.3.0cvs7
12589
12590         * src/folder.c
12591         * src/prefs_folder_item.c
12592                 allow changing folder type even when folder is not a top-level one,
12593                 thanks to Colin.
12594
12595 2006-06-12 [colin]      2.3.0cvs6
12596
12597         * src/folderview.c
12598                 Fix double-ask of "Do you want to mark all
12599                 as read"
12600
12601 2006-06-12 [colin]      2.3.0cvs5
12602
12603         * src/compose.c
12604         * src/compose.h
12605         * src/folder.c
12606         * src/folder.h
12607         * src/imap.c
12608         * src/inc.c
12609         * src/main.c
12610         * src/messageview.c
12611         * src/mh.c
12612         * src/prefs_folder_item.c
12613         * src/procheader.c
12614         * src/procmime.c
12615         * src/procmsg.c
12616         * src/procmsg.h
12617         * src/send_message.c
12618         * src/summaryview.c
12619         * src/toolbar.c
12620                 Apply bug #964's patch (Queue and drafts aren't normal)
12621                 The Drafts and Queue folder now contain RFC-822 files,
12622                 allowing to move and copy mails from and to these 
12623                 folders. Moving from Drafts to Queue will prepare the
12624                 mail for sending (PGP signature, encryption, etc).
12625                 This patch also rework sending errors handling to try
12626                 to be more helpful.
12627                 Also, allow redefining folder types via the GUI 
12628                 (Folder type in its Properties)
12629
12630 2006-06-12 [colin]      2.3.0cvs4
12631
12632         * src/summaryview.c
12633         * src/prefs_common.c
12634         * src/prefs_common.h
12635         * src/gedit-print.c
12636                 Allow to define a specific print font - patch
12637                 by Bernhard Walle <bernhard.walle@gmx.de>
12638         * src/prefs_fonts.c
12639         * manual/advanced.xml
12640         * manual/fr/advanced.xml
12641                 Add a hidden pref to allow deletion without
12642                 confirmation
12643
12644 2006-06-12 [wwp]        2.3.0cvs3
12645
12646         * .cvsignore
12647                 more files to ignore.
12648
12649 2006-06-12 [wwp]        2.3.0cvs2
12650
12651         * src/quote_fmt.c
12652         * src/quote_fmt_lex.l
12653         * src/quote_fmt_parse.y
12654                 extend the quote_fmt parser (templates and quotes):
12655                 - allow limited sub-expressions in |p{} and |f{} expressions,
12656                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12657                 - implemented/fixed missing implementation of query_references and show_references,
12658                 - completed, fixed contents and format of the symbols help dialog,
12659                 - fix some compilation warnings.
12660
12661 2006-06-12 [wwp]        2.3.0cvs1
12662
12663         * manual/advanced.xml
12664         * manual/fr/advanced.xml
12665                 updates in the "templates" section of the manual (eng/fr):
12666                  - be more precise (both versions)
12667                  - completed to match the english reference (fr version)
12668                  - touchups (both versions)
12669
12670 2006-06-12 [paul]       2.3.0
12671
12672         2.3.0 released
12673
12674 2006-06-12 [paul]       2.2.3cvs14
12675
12676         * po/ca.po
12677         * po/cs.po
12678         * po/de.po
12679         * po/el.po
12680         * po/fr.po
12681         * po/it.po
12682         * po/pt_BR.po
12683         * po/sr.po
12684         * po/zh_CN.po
12685                 updated by Miquel Oliete, Tim, Stephan Sachse,
12686                 Stavros Giannouris, Fabien Vantard, Andrea
12687                 Spadaccini, Frederico Goncalves Guimaraes,
12688                 Aleksandar Urosevic, and Ralgh Young
12689
12690 2006-06-12 [colin]      2.2.3cvs13
12691
12692         * src/mbox.c
12693                 Add missing header
12694
12695 2006-06-11 [colin]      2.2.3cvs12
12696
12697         * src/msgcache.c
12698                 Verify that g_malloc() succeeded
12699
12700 2006-06-11 [colin]      2.2.3cvs11
12701
12702         * src/wizard.c
12703                 Add Face header to welcome mail
12704
12705 2006-06-10 [colin]      2.2.3cvs10
12706
12707         * src/textview.c
12708                 Revert previous (Forgot it changes the
12709                 margin on the whole mail)
12710
12711 2006-06-10 [colin]      2.2.3cvs9
12712
12713         * src/textview.c
12714                 Don't overlap long headers under (X-)Face
12715
12716 2006-06-10 [mones]      2.2.3cvs8
12717
12718         * manual/xml2pdf
12719                 allow generation of manual on systems lacking saxon binary
12720                 but with java and the saxon library installed
12721
12722         * po/es.po
12723                 updated for release
12724
12725 2006-06-09 [colin]      2.2.3cvs7
12726
12727         * src/summaryview.c
12728                 Fix leak when using Display Sender using Addressbook
12729
12730 2006-06-09 [colin]      2.2.3cvs6
12731
12732         * src/compose.c
12733         * src/folder.c
12734         * src/folderview.c
12735         * src/mimeview.c
12736         * src/summaryview.c
12737                 More leaks fixes
12738
12739 2006-06-09 [paul]       2.2.3cvs5
12740
12741         * AUTHORS
12742         * src/gtk/authors.h
12743         * tools/claws.i18n.status.pl
12744                 updated with new info
12745
12746 2006-06-09 [paul]       2.2.3cvs4
12747
12748         * README
12749                 updated
12750         * manual/ack.xml
12751                 add wwp to authors list
12752         * src/gtk/authors.h
12753                 update mine and Colin's addresses
12754
12755 2006-06-08 [colin]      2.2.3cvs3
12756
12757         * src/etpan/imap-thread.c
12758                 Fix leak on SSL cert check
12759
12760 2006-06-08 [colin]      2.2.3cvs2
12761
12762         * src/common/utils.c
12763                 Fix leak
12764
12765 2006-06-08 [paul]       2.2.3cvs1
12766
12767         * configure.ac
12768                 Update version number following
12769                 stable release
12770
12771 2006-06-07 [colin]      2.2.2cvs3
12772
12773         * src/msgcache.c
12774                 Fix catching cache read errors (guint instead of gint)
12775                 Prevent malloc'ing more than 8MB (means cache corruption)
12776
12777 2006-06-07 [paul]       2.2.2cvs2
12778
12779         * src/exporthtml.c
12780         * src/exportldif.c
12781         * src/mh.c
12782         * src/mutt.c
12783         * src/pine.c
12784         * src/common/utils.c
12785                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12786                 obey $HOME'
12787                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12788                 Thanks to Colin
12789
12790 2006-06-06 [paul]       2.2.2cvs1
12791
12792         * configure.ac
12793                 Update version number following
12794                 stable release
12795
12796 2006-06-06 [paul]       2.2.1cvs6
12797
12798         * src/matcher.c
12799                 fix  implicit declaration of
12800                 sylpheed_do_idle()
12801                 Patch by Fabien Vantard
12802
12803 2006-06-06 [paul]       2.2.1cvs5
12804
12805         * src/matcher.c
12806                 fix age_greater and age_lower so that they
12807                 mean what say and not '...or equal to'
12808                 Thanks to Colin
12809
12810 2006-06-06 [paul]       2.2.1cvs4
12811
12812         * src/textview.c
12813         * src/common/utils.c
12814                 fix URI check
12815                 Thanks to Colin
12816
12817 2006-06-05 [wwp]        2.2.1cvs3
12818
12819         * manual/fr/account.xml
12820                 minor language fixes (thanks to Fabien Vantard).
12821
12822 2006-06-05 [colin]      2.2.1cvs2
12823
12824         * src/prefs_folder_item.c
12825         * src/folderview.c
12826                 Allow recursive setting of properties 
12827                 for whole mailboxes
12828         * src/matcher.c
12829                 Don't freeze on 'test' filtering rule
12830
12831 2006-06-05 [colin]      2.2.1cvs1
12832
12833         * configure.ac
12834                 Update version number following
12835                 stable release
12836
12837 2006-06-04 [wwp]        2.2.0cvs82
12838
12839         * manual/glossary.xml
12840         * manual/account.xml
12841         * manual/fr/glossary.xml
12842         * manual/fr/account.xml
12843                 added glossary section and references/links related to the Face custom header.
12844
12845 2006-06-04 [colin]      2.2.0cvs81
12846
12847         * src/summaryview.c
12848                 Skip to next message on move with no
12849                 immediate execution
12850
12851 2006-06-04 [wwp]        2.2.0cvs80
12852
12853         * manual/xml2pdf
12854                 added sanity checks, exit when needed.
12855
12856 2006-06-03 [paul]       2.2.0cvs79
12857
12858         * src/prefs_receive.c
12859                 page name is now 'Receiving'
12860         * src/prefs_send.c
12861                 page name is now 'Sending'
12862
12863 2006-06-03 [colin]      2.2.0cvs78
12864
12865         * src/plugins/spamassassin/spamassassin_gtk.c
12866                 Autoswitch to Localhost if transport was previously
12867                 disabled. Else people had to check [] Enable, then
12868                 *reselect* transport.
12869
12870 2006-06-03 [colin]      2.2.0cvs77
12871
12872         * src/plugins/pgpinline/pgpinline.c
12873         * src/plugins/pgpmime/pgpmime.c
12874                 Check that gpg_data_release_and_get_mem 
12875                 didn't fail (now, why this happens...)
12876
12877 2006-06-03 [colin]      2.2.0cvs76
12878
12879         * src/mbox.c
12880                 Fix bug #962 (Manual and/or UI should 
12881                 warn about incompatible locking 
12882                 causing dataloss)
12883
12884 2006-06-02 [cleroy]     2.2.0cvs75
12885
12886         * src/filtering.c
12887         * src/folder.c
12888         * src/procmsg.c
12889         * src/summaryview.c
12890                 Fix a few leaks
12891
12892 2006-06-02 [colin]      2.2.0cvs74
12893
12894         * src/main.c
12895                 On exit, free caches after writing them
12896                 Shuts up some valgrind false positives
12897         * src/procmsg.c
12898         * src/send_message.c
12899                 Fix races when reusing existing SMTP connections
12900                 Fix inexistant session timeout
12901         * src/toolbar.c
12902                 Display alertpanel after all queues have
12903                 been processed, not after each
12904
12905 2006-06-02 [wwp]        2.2.0cvs73
12906
12907         * manual/fr/glossary.xml
12908         * manual/fr/ack.xml
12909         * manual/ack.xml
12910                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12911
12912 2006-06-02 [wwp]        2.2.0cvs72
12913
12914         * manual/xml2pdf
12915         * manual/dist/pdf/Makefile.am
12916         * manual/dtd/manual.xsl
12917         * manual/fr/dist/pdf/Makefile.am
12918         * manual/pl/dist/pdf/Makefile.am
12919                 we changed the procedure to generate the .pdf version of the manual.
12920                 The procedure is more modern and the .pdf we get now has a valid index.
12921                 Here are the new pre-requisites:
12922
12923                 - JRE 1.x (1.4 here): there must be one from your distro
12924                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12925                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12926                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12927
12928                 See my posts for further info about the installation of this toolchain:
12929
12930                 Date: Fri, 19 May 2006 19:40:06 +0200
12931                 From: wwp <subscript@free.fr>
12932                 To: sylpheed-claws-devel@lists.sourceforge.net
12933                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12934
12935                 and
12936
12937                 Date: Wed, 24 May 2006 12:58:49 +0200
12938                 From: wwp <subscript@free.fr>
12939                 To: sylpheed-claws-devel@lists.sourceforge.net
12940                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12941
12942 2006-06-01 [colin]      2.2.0cvs71
12943
12944         * src/compose.c
12945                 Better guards against IMAP races
12946         * src/main.c
12947         * src/prefs_common.c
12948         * src/prefs_common.h
12949         * src/common/ssl_certificate.c
12950         * src/etpan/imap-thread.c
12951         * src/etpan/imap-thread.h
12952         * src/gtk/sslcertwindow.c
12953                 New hidden option ssl_skip_cert_check to 
12954                 avoid dups of bug #959 (libetpan linked
12955                 against gnutls and gnutls buggy on 64bit)
12956                 Present expired warning only once per
12957                 session/server.
12958         * manual/advanced.xml
12959         * manual/fr/advanced.xml
12960                 Document new option
12961
12962 2006-06-01 [wwp]        2.2.0cvs70
12963
12964         * src/messageview.c
12965                 fix for bug #961 (return receipt dialog 
12966                 complains incorrectly about return-path 
12967                 email adress being different), thanks 
12968                 to Colin.
12969
12970 2006-05-31 [cleroy]     2.2.0cvs69
12971
12972         * src/common/ssl.c
12973                 Guard against NULLs, although this
12974                 should never be an issue
12975
12976 2006-05-31 [colin]      2.2.0cvs68
12977
12978         * src/filtering.c
12979                 Use g_slist_prepend
12980         * src/imap.c
12981                 Don't remove caches when destroying folder, it
12982                 could (should) be done at exit
12983         * src/inc.c
12984                 free processing cache after incorporation
12985         * src/etpan/imap-thread.c
12986                 Maybe fix bug #959 (Crash on moving to emails 
12987                 to a imap account per ssl with a expired 
12988                 certificate.)
12989
12990 2006-05-30 [colin]      2.2.0cvs67
12991
12992         * src/summaryview.c
12993                 Put back event flush when displaying message
12994                 It avoids reading a bunch of messages just
12995                 by hitting shift-n for too long ;)
12996
12997 2006-05-29 [colin]      2.2.0cvs66
12998
12999         * src/summaryview.c
13000                 Remove useless g_warnings
13001
13002 2006-05-29 [colin]      2.2.0cvs65
13003
13004         * src/imap.c
13005                 Fix g_slist_append()s for performance
13006
13007 2006-05-29 [colin]      2.2.0cvs64
13008
13009         * src/compose.c
13010         * src/common/utils.c
13011                 Fix extraneous tab at start of addresses
13012         * src/mainwindow.c
13013                 Fix warnings (thanks to Fabien)
13014                 Fix crash at exit when composing messages 
13015                 exist
13016         * src/pop.c
13017                 Fix progress bar when deleting expired mails
13018                 Thanks to Hiro
13019         * src/summaryview.c
13020         * src/gtk/gtksctree.c
13021                 Fix re-sorting slowness
13022
13023 2006-05-29 [paul]       2.2.0cvs63
13024
13025         * src/mh.c
13026                 fetch full message when moving mails
13027                 from another mailbox, (fixed data loss
13028                 when filtering from IMAP to MH, introduced
13029                 in 2.2.0cvs57).
13030                 Thanks to Colin
13031
13032 2006-05-29 [mones]      2.2.0cvs62
13033
13034         * src/gtk/gtksctree.c
13035                 Unselect faster (patch by Colin)        
13036
13037 2006-05-26 [colin]      2.2.0cvs61
13038
13039         * src/summaryview.c
13040                 Unplug MSGINFO_UPDATE callback on delete too.
13041
13042 2006-05-26 [colin]      2.2.0cvs60
13043
13044         * src/foldersel.c
13045                 Fix bold in folder selection window with glib2.10
13046                 thanks Hiro
13047
13048 2006-05-26 [colin]      2.2.0cvs59
13049
13050         * src/procheader.c
13051                 Convert date only if necessary (and don't
13052                 try to convert from utf8 to utf8, too)
13053         * src/summaryview.c
13054                 Only set column's text if the column's 
13055                 displayed
13056
13057 2006-05-26 [colin]      2.2.0cvs58
13058
13059         * src/summaryview.c
13060         * src/gtk/gtkutils.c
13061                 Fix useless warning
13062
13063 2006-05-26 [colin]      2.2.0cvs57
13064
13065         * src/mainwindow.c
13066                 Make summaryview selectable as long as 
13067                 no message has focus
13068         * src/mh.c
13069                 Faster deletion (by implementing mh_remove_msgs)
13070                 Faster copy (avoid using mh_fetch_msg just to get
13071                 the filename)
13072                 Faster move (using move_file instead of copy_file
13073                 if MSG_IS_MOVE)
13074                 No progressbar if total number of mails to cp/mv 
13075                 is less than 100
13076         * src/summaryview.c
13077                 Fix removal from subject_table when mail gets moved
13078                 Faster deletion (g_slist_prepend instead of append)
13079         * src/gtk/gtksctree.c
13080                 Remove useless code
13081
13082 2006-05-25 [colin]      2.2.0cvs56
13083
13084         * src/common/ssl_certificate.c
13085                 Fix leak in expired cert check
13086
13087 2006-05-25 [colin]      2.2.0cvs55
13088
13089         * src/mh.c
13090                 Disable flags syncing on .mh_sequences - it
13091                 is buggy and marks mails read under unknown
13092                 conditions.
13093
13094 2006-05-25 [paul]
13095
13096         * 2.3.0-rc4 released
13097
13098 2006-05-24 [colin]      2.2.0cvs54
13099
13100         attention cvs users: if you manage to crash
13101         Sylpheed-Claws while moving, copying or deleting
13102         mails, we *are* interested in stack traces and
13103         valgrind logs. It looks stable, but one never
13104         knows...
13105
13106         * src/folder.c
13107                 Add progressbar for cache updates
13108         * src/folderutils.c
13109                 Optimize Mark all read in the current
13110                 folder
13111         * src/mh.c
13112                 Add progressbar for copy/move
13113         * src/procmsg.c
13114                 Optimize O(n^2) in copy/move
13115         * src/summaryview.c
13116         * src/gtk/gtksctree.c
13117                 Optimize O(n^2) algos
13118         * src/common/timing.h
13119                 Display ms instead of us
13120
13121 2006-05-24 [wwp]        2.2.0cvs53
13122
13123         * manual/fr/advanced.xml
13124                 updates to the French manual.
13125
13126 2006-05-24 [wwp]        2.2.0cvs52
13127
13128         * src/common/utils.c
13129                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
13130
13131 2006-05-24 [wwp]        2.2.0cvs51
13132
13133         * src/folderutils.c
13134                 fixed "mark all read" in MH folders (thanks to Colin).
13135
13136 2006-05-24 [paul]       2.2.0cvs50
13137
13138         * doc/man/sylpheed-claws.1
13139                 updated the man page
13140
13141 2006-05-23 [colin]      2.2.0cvs49
13142
13143         * src/folderview.c
13144         * src/imap.c
13145         * src/inc.c
13146         * src/mbox.c
13147         * src/messageview.c
13148         * src/news.c
13149         * src/send_message.c
13150         * src/summaryview.c
13151         * src/gtk/sslcertwindow.c
13152                 alertpanel fixes, by Fabien
13153
13154 2006-05-23 [colin]      2.2.0cvs48
13155
13156         * src/folder.c
13157         * src/folderview.c
13158         * src/msgcache.c
13159         * src/summaryview.c
13160         * src/gtk/gtksctree.c
13161         * src/gtk/gtksctree.h
13162                 More timings
13163                 Fix slow loading problem, which was caused by the
13164                 use of some gtk_ctree funcs and their use of
13165                 g_list_position while gtk_ctree_(un)link'ing.
13166                 Reap more functions from gtkctree.c to be sure we
13167                 use our (fast) version instead of theirs.
13168         * src/mh.c
13169                 Fix copy of unread mails
13170
13171
13172 2006-05-22 [wwp]        2.2.0cvs47
13173
13174         * manual/fr/advanced.xml
13175                 updated.
13176
13177 2006-05-22 [colin]      2.2.0cvs46
13178
13179         * src/filtering.c
13180                 Fix possible infinite loop. 'copy' is not a 
13181                 final action, so when encountering a 'copy',
13182                 we have to check if a previous one was set
13183                 and do it. In the same way, if we encounter
13184                 a 'move' we have to perform a possibly 
13185                 pending 'copy'. This will slow down filtering
13186                 on IMAP if move+copy or multiple copy actions
13187                 are to be done, but handling it via the batch
13188                 would be really too convoluted.
13189
13190 2006-05-22 [wwp]        2.2.0cvs45
13191
13192         * manual/fr/advanced.xml
13193         * manual/fr/faq.xml
13194         * manual/fr/glossary.xml
13195         * manual/fr/handling.xml
13196         * manual/fr/intro.xml
13197         * manual/fr/plugins.xml
13198         * manual/fr/sylpheed-claws-manual.xml
13199                 sync w/ the english manual: updates URIs, documented mailing-list
13200                 support, better explanation about the enabled/disabled feature
13201                 in filtering/processing rules by Paul.
13202
13203 2006-05-21 [colin]      2.2.0cvs44
13204
13205         * src/summaryview.c
13206                 Don't expand after building threads, but during
13207
13208 2006-05-21 [colin]      2.2.0cvs43
13209
13210         * src/procmsg.c
13211         * src/summaryview.c
13212                 More timing possibilities... For next time I have 
13213                 to find out how the hell some 3GHz computer takes
13214                 one minute to open a 30k folder...
13215
13216 2006-05-21 [colin]      2.2.0cvs42
13217
13218         * manual/pl/advanced.xml
13219         * manual/pl/faq.xml
13220         * manual/pl/glossary.xml
13221         * manual/pl/handling.xml
13222         * manual/pl/intro.xml
13223         * manual/pl/plugins.xml
13224         * manual/pl/sylpheed-claws-manual.xml
13225                 Polish manual updated by Pawel
13226
13227 2006-05-20 [colin]
13228
13229         * 2.3.0-rc3 released
13230
13231 2006-05-20 [colin]      2.2.0cvs41
13232
13233         * src/imap.c
13234                 Fix -rc2 problems:
13235                 - remove cache of moved messages from original folder
13236                 - apply new flags to messages even if they aren't appliable
13237                   via IMAP.
13238
13239 2006-05-20 [colin]
13240
13241         * 2.3.0-rc2 released
13242
13243 2006-05-19 [colin]      2.2.0cvs40
13244
13245         * src/imap.c
13246                 Don't issue SELECT in imap_change_flags
13247                 before having checked that we indeed have
13248                 some flags to change. MSG_POSTFILTERED for
13249                 example can't be used on IMAP.
13250                 Fixes bug #955 (copying messages between 
13251                 imap folders is extremely slow), which was
13252                 a regression.
13253
13254 2006-05-19 [colin]      2.2.0cvs39
13255
13256         * src/folder.c
13257         * src/folder.h
13258         * src/folderview.c
13259                 Try to fix bug #830 (Some unread messages 
13260                 get marked read in IMAP inbox):
13261                 - Prevent scanning a folder if it's being 
13262                   opened via the GUI
13263                 - Postpone opening via the GUI of a folder
13264                   currently scanned.
13265
13266
13267 2006-05-19 [wwp]        2.2.0cvs38
13268
13269         * manual/advanced.xml
13270                 fix English+typo (thanks to Paul).
13271
13272 2006-05-19 [wwp]        2.2.0cvs37
13273
13274         * manual/advanced.xml
13275         * manual/fr/advanced.xml
13276         * src/gtk/logwindow.c
13277         * src/prefs_common.c
13278         * src/prefs_common.h
13279                 added hidden prefs to allow customization of colors used in
13280                 protocol log window (useful for dark gtk+ themes).
13281
13282 2006-05-19 [wwp]        2.2.0cvs36
13283
13284         * ChangeLog
13285                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13286
13287 2006-05-19 [paul]       2.2.0cvs35
13288
13289         * src/textview.c
13290                 make Reply-To fully clickable
13291         * src/gtk/logwindow.c
13292                 more colouring (SMTP ESMTP)
13293         Both patches by Pawel Pekala
13294
13295 2006-05-19 [cleroy]     2.2.0cvs34
13296
13297         * src/mh.c
13298                 Don't update flags from current folder
13299                 Probably fixes bug #935 (Read Messages 
13300                 Revert to Being Marked as Unread)
13301
13302 2006-05-18 [colin]      2.2.0cvs33
13303
13304         * src/imap.c
13305                 Warning fix
13306         * src/compose.c
13307         * src/mainwindow.c
13308         * src/summaryview.c
13309         * src/toolbar.c
13310                 Allow replying to multiple emails
13311                 in multiple windows
13312         * src/mimeview.c
13313         * src/etpan/imap-thread.c
13314                 Leak fixes
13315
13316 2006-05-18 [paul]       2.2.0cvs32
13317
13318         * src/summaryview.c
13319                 keep Mailing-List menu refreshed
13320                 Thanks to Colin
13321
13322 2006-05-18 [paul]       2.2.0cvs31
13323
13324         * manual/advanced.xml
13325         * manual/faq.xml
13326         * manual/glossary.xml
13327         * manual/handling.xml
13328         * manual/intro.xml
13329         * manual/plugins.xml
13330         * manual/sylpheed-claws-manual.xml
13331                 update URLs
13332                 add info about mailing-list support
13333                 edit filtering info
13334         * src/wizard.c
13335         * src/common/defs.h
13336         * src/gtk/about.c
13337         * src/plugins/dillo_viewer/README
13338                 update URLs
13339
13340 2006-05-17 [wwp]        2.2.0cvs30
13341
13342         * manual/handling.xml
13343         * manual/fr/handling.xml
13344                 documented the ability to enabled/disable filtering/processing rules.
13345
13346 2006-05-17 [colin]      2.2.0cvs29
13347
13348         * src/main.c
13349                 Don't initialize g_thread subsystem if it's 
13350                 already done (thanks to Hiro)
13351         * src/mimeview.c
13352                 Fix saving of parts when there name can't be
13353                 converted from UTF-8.
13354
13355 2006-05-17 [paul]       2.2.0cvs28
13356
13357         * po/Makefile.in.in
13358                 fix config.status warning with autoconf 2.60
13359
13360 2006-05-17 [paul]       2.2.0cvs27
13361
13362         * po/POTFILES.in
13363                 add src/mbox.c
13364
13365 2006-05-17 [wwp]        2.2.0cvs26
13366
13367         * src/mainwindow.c
13368                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13369
13370 2006-05-17 [wwp]        2.2.0cvs25
13371
13372         * src/plugins/demo/demo.c
13373                 updated product name in plugin demo (many plugins need to be
13374                 sync'ed w/ that change).
13375
13376 2006-05-17 [colin]      2.2.0cvs24
13377
13378         * src/mh.c
13379                 Fix leak
13380
13381 2006-05-16 [colin]      2.2.0cvs23
13382
13383         * src/mainwindow.c
13384                 Stupid me hit again. Fix cvs22.
13385
13386 2006-05-16 [colin]      2.2.0cvs22
13387
13388         * src/mainwindow.c
13389                 Fix bug #922 (sylpheed-claws crashed after 
13390                 pushing on Inbox folder)
13391
13392 2006-05-16 [colin]      2.2.0cvs21
13393
13394         * src/compose.c
13395                 Make From header be copy/paste/select-able
13396
13397 2006-05-16 [wwp]        2.2.0cvs20
13398
13399         * src/export.c
13400         * src/matcher.c
13401         * src/summaryview.c
13402         * src/etpan/imap-thread.c
13403                 fix some compiler warnings (thanks to Colin).
13404
13405 2006-05-16 [wwp]        2.2.0cvs19
13406
13407         * src/action.c
13408         * src/gedit-print.c
13409         * src/inc.c
13410         * src/mainwindow.c
13411         * src/mh.c
13412         * src/statusbar.c
13413         * src/send_message.c
13414         * src/summaryview.c
13415                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13416
13417 2006-05-15 [colin]      2.2.0cvs18
13418
13419         * src/procmsg.c
13420                 Fix automatic rule creation with List-Post
13421
13422 2006-05-15 [paul]       2.2.0cvs17
13423
13424         * tools/filter_conv_new.pl
13425                 updated for rule enabling/disabling
13426                 claws version >= 2.3.x required
13427
13428 2006-05-15 [cleroy]     2.2.0cvs16
13429
13430         * src/main.c
13431                 Revert test
13432
13433 2006-05-15 [cleroy]     2.2.0cvs15
13434
13435         * src/main.c
13436                 test
13437
13438 2006-05-15 [wwp]        2.2.0cvs14
13439
13440         * manual/pl/.cvsignore
13441                 ignore generated files.
13442
13443 2006-05-14 [wwp]        2.3.0-rc1
13444
13445         * 2.3.0-rc1 released
13446
13447 2006-05-13 [wwp]        2.2.0cvs13
13448
13449         * src/filtering.c
13450         * src/filtering.h
13451         * src/matcher.c
13452         * src/matcher_parser_lex.l
13453         * src/matcher_parser_parse.y
13454         * src/prefs_filtering.c
13455                 new feature: provide the ability to disable filtering and processing
13456                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13457                 adaptations.
13458
13459 2006-05-13 [colin]      2.2.0cvs12
13460
13461         * src/compose.c
13462                 Remove useless if (a) b; else b;
13463                 Thanks to wwp
13464
13465 2006-05-13 [wwp]        2.2.0cvs11
13466
13467         * src/export.c
13468         * src/import.c
13469         * src/mainwindow.c
13470         * src/mbox.c
13471         * src/summaryview.c
13472         * src/summaryview.h
13473                 no more silent failures (or at least less ones) when importing
13474                 or exporting from/to mbox. Also start importing/exporting if
13475                 the necessary info is set.
13476
13477 2006-05-13 [wwp]        2.2.0cvs10
13478
13479         * RELEASE_NOTES
13480                 restored up-to-date release notes.
13481
13482 2006-05-13 [paul]       2.2.0cvs9
13483
13484         * po/nl.po
13485         * po/ru.po
13486                 updated by Tim Dijkstra and Pavlo Bohmat
13487
13488 2006-05-12 [colin]      2.2.0cvs8
13489
13490         * src/gtk/quicksearch.c
13491                 Add "k" as shortcut for "colorlabel". Patch
13492                 by ath42@users.sf.net.
13493
13494 2006-05-12 [paul]       2.2.0cvs7
13495
13496         * src/prefs_common.h
13497         * src/prefs_summaries.c
13498         * src/summaryview.c
13499                 when entering a folder also allow
13500                 going directly to first Marked message
13501
13502 2006-05-12 [paul]       2.2.0cvs6
13503
13504         * src/summaryview.c
13505                 always obey 'confirm before marking all
13506                 mails read' option
13507
13508 2006-05-12 [paul]       2.2.0cvs5
13509
13510         * src/textview.c
13511                 make Sender fully clickable
13512
13513 2006-05-12 [colin]      2.2.0cvs4
13514
13515         * src/compose.c
13516         * src/compose.h
13517                 Let From be editable
13518         * src/main.c
13519         * src/mh.c
13520                 Full support of .mh_sequences' Unseen seq
13521
13522 2006-05-12 [colin]      2.2.0cvs3
13523
13524         * src/folder.c
13525         * src/mainwindow.c
13526         * src/mainwindow.h
13527         * src/messageview.c
13528         * src/prefs_spelling.c
13529         * src/procheader.c
13530         * src/procmsg.c
13531         * src/procmsg.h
13532         * src/summaryview.c
13533         * src/toolbar.c
13534         * src/toolbar.h
13535                 Add contextual menu on Compose toolbar
13536                 button. Fixes bug #944 (Automatic
13537                 addresses not applied when changing account
13538                 from compose window)
13539                 add Mailing List support
13540                 based on the old 0.6.5claws25 patch by
13541                 Melvin Hadasht, with finishing touches
13542                 by Colin
13543                 Fix "ignore thread" when mails are threaded by
13544                 subject (and weren't ignored although appearing
13545                 in the thread).
13546                 GUI rework.
13547                 Both patches by Pawel.
13548
13549 2006-05-08 [paul]       2.2.0cvs2
13550
13551         * src/mainwindow.c
13552         * src/mainwindow.h
13553         * src/messageview.c
13554         * src/procheader.c
13555         * src/procmsg.c
13556         * src/procmsg.h
13557         * src/summaryview.c
13558                 add Mailing List support
13559                 based on the old 0.6.5claws25 patch by 
13560                 Melvin Hadasht, with finishing touches
13561                 by Colin
13562
13563 2006-05-08 [colin]      2.2.0cvs1
13564
13565         * src/mainwindow.c
13566         * src/toolbar.c
13567         * src/toolbar.h
13568                 Add contextual menu on Compose toolbar 
13569                 button. Fixes bug #944 (Automatic 
13570                 addresses not applied when changing account 
13571                 from compose window)
13572
13573 2006-05-08 [paul]       2.2.0
13574
13575         2.2.0 released
13576
13577 2006-05-08 [paul]       2.1.1cvs51
13578
13579         * po/cs.po
13580         * po/de.po
13581         * po/en_GB.po
13582         * po/fi.po
13583         * po/fr.po
13584         * po/pt_BR.po
13585         * po/sr.po
13586         * po/zh_CN.po
13587                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13588                 Fabien Vantard, Frederico Goncalves Guimaraes,
13589                 Aleksandar Urosevic, and Ralgh Young
13590
13591 2006-05-12 [colin]      2.1.1cvs50
13592
13593         * po/cs.po
13594         * po/de.po
13595         * po/en_GB.po
13596         * po/es.po
13597         * po/fi.po
13598         * po/fr.po
13599         * po/pt_BR.po
13600         * po/sr.po
13601         * po/zh_CN.po
13602                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13603                 Fabien Vantard, Frederico Goncalves Guimaraes,
13604                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13605
13606 2006-05-05 [colin]      2.1.1cvs49
13607
13608         * manual/Makefile.am
13609         * manual/pl/Makefile.am
13610         * manual/pl/account.xml
13611         * manual/pl/ack.xml
13612         * manual/pl/addrbook.xml
13613         * manual/pl/advanced.xml
13614         * manual/pl/faq.xml
13615         * manual/pl/glossary.xml
13616         * manual/pl/gpl.xml
13617         * manual/pl/handling.xml
13618         * manual/pl/intro.xml
13619         * manual/pl/keyboard.xml
13620         * manual/pl/plugins.xml
13621         * manual/pl/starting.xml
13622         * manual/pl/sylpheed-claws-manual.xml
13623         * manual/pl/dist/.cvsignore
13624         * manual/pl/dist/Makefile.am
13625         * manual/pl/dist/html/.cvsignore
13626         * manual/pl/dist/html/Makefile.am
13627         * manual/pl/dist/pdf/.cvsignore
13628         * manual/pl/dist/pdf/Makefile.am
13629         * manual/pl/dist/ps/.cvsignore
13630         * manual/pl/dist/ps/Makefile.am
13631         * manual/pl/dist/txt/.cvsignore
13632         * manual/pl/dist/txt/Makefile.am
13633                 Add the polish translation of the manual,
13634                 Authored by Pawel Pekala.
13635
13636 2006-05-05 [cleroy]     2.1.1cvs48
13637
13638         * src/main.c
13639                 Re-read matcherrc after loading plugins 
13640                 if some of them add folders.
13641
13642 2006-05-03 [colin]      2.1.1cvs47
13643
13644         * src/imap.c
13645                 I'm idiot
13646
13647 2006-05-03 [colin]      2.1.1cvs46
13648
13649         * src/imap.c
13650                 Be sure to have a session when
13651                 getting separator
13652
13653 2006-05-03 [colin]      2.1.1cvs45
13654
13655         * src/imap.c
13656         * src/imap.h
13657         * src/imap_gtk.c
13658                 Fix preventing renaming with namespace 
13659                 separator.
13660
13661 2006-05-01 [colin]      2.1.1cvs44
13662
13663         * src/action.c
13664                 Don't reload messageview when result of
13665                 action is piped.
13666
13667 2006-04-29 [colin]      2.1.1cvs43
13668
13669         * src/prefs_receive.c
13670         * src/plugins/spamassassin/spamassassin_gtk.c
13671         * src/plugins/clamav/clamav_plugin_gtk.c
13672                 GUI fixes by Pawel
13673
13674 2006-04-29 [colin]      2.1.1cvs42
13675
13676         * src/prefs_compose_writing.c
13677         * src/prefs_quote.c
13678                 Cleanups. Patch by Pawel
13679
13680 2006-04-28 [paul]       2.1.1cvs41
13681
13682         * src/matcher.c
13683                 fix returned quick search results when search
13684                 term contains an underscore.
13685                 Thanks to Colin
13686
13687 2006-04-28 [paul]       2.1.1cvs40
13688
13689         * src/prefs_message.c
13690         * src/prefs_receive.c
13691                 GUI cleanups
13692                 Patches by Pawel Pekala
13693
13694 2006-04-27 [colin]      2.1.1cvs39
13695
13696         * src/wizard.c
13697                 Differentiate subject Welcome from
13698                 window's title Welcome
13699
13700 2006-04-27 [paul]
13701
13702         2.2.0-rc1 released
13703
13704 2006-04-27 [paul]       2.1.1cvs38
13705
13706         * manual/advanced.xml
13707         * manual/fr/advanced.xml
13708                 add info about compose_no_markup hidden pref
13709
13710 2006-04-27 [paul]       2.1.1cvs37
13711
13712         * src/prefs_account.c
13713                 improve privacy labels
13714         * src/prefs_msg_colors.c
13715                 change some strings for translators' convenience
13716         * src/gtk/gtkutils.c
13717                 don't underline the link button text
13718
13719 2006-04-25 [colin]      2.1.1cvs36
13720
13721         * src/folder.c
13722                 Complete 2.1.1cvs33 (once more ;)
13723
13724 2006-04-25 [colin]      2.1.1cvs35
13725
13726         * src/editldap.c
13727                 Fix tooltip
13728
13729 2006-04-25 [cleroy]     2.1.1cvs34
13730
13731         * src/compose.c
13732         * src/gtk/gtkaspell.c
13733                 Fix crash on redirect (related to the return 
13734                 of the aspell menu in compose's toolbar)
13735         * src/prefs_msg_colors.c
13736                 Fix sensitivity widgets
13737         * src/image_viewer.c
13738         * src/gtk/pluginwindow.c
13739         * src/gtk/prefswindow.c
13740                 Change released signals to clicked (Fabien)
13741         * po/POTFILES.in
13742         * src/common/socket.c
13743         * src/plugins/spamassassin/spamassassin.c
13744                 Translate strings (Fabien)
13745
13746 2006-04-25 [paul]       2.1.1cvs33
13747
13748         * src/folder.c
13749         * src/folder.h
13750         * src/folderview.c
13751                 complete the fix of bug #912
13752                 Thanks to Colin
13753
13754 2006-04-25 [colin]      2.1.1cvs32
13755
13756         * src/news.c
13757                 Better progress bar
13758         * src/mimeview.c
13759         * src/summaryview.c
13760         * src/summaryview.h
13761                 Fix focus chain
13762                 Patches by Pawel Pekala
13763
13764 2006-04-24 [colin]      2.1.1cvs31
13765
13766         * src/compose.c
13767                 Fix compilation warnings (Fabien)
13768
13769 2006-04-24 [colin]      2.1.1cvs30
13770
13771         * src/addrindex.c
13772         * src/editldap.c
13773         * src/editldap_basedn.c
13774         * src/editldap_basedn.h
13775         * src/ldapctrl.c
13776         * src/ldapctrl.h
13777         * src/ldapquery.c
13778         * src/ldaputil.c
13779         * src/ldaputil.h
13780                 Fix bug #901 (LDAPS support)
13781
13782 2006-04-24 [colin]      2.1.1cvs29
13783
13784         * src/compose.c
13785                 Fix logic on error with send dialog on
13786         * src/imap.c
13787                 Fix compilation without libetpan, thanks
13788                 to Fabien
13789         * src/summaryview.c
13790                 Fix 'context-menu' key
13791
13792 2006-04-23 [colin]      2.1.1cvs28
13793
13794         * src/folder.c
13795                 Never free current's cache to free up 
13796                 memory. Fixes bug #912 (new count 
13797                 randomly set to message count)
13798
13799 2006-04-23 [colin]      2.1.1cvs27
13800
13801         * src/gtk/quicksearch.c
13802                 And remove printf...
13803
13804 2006-04-23 [colin]      2.1.1cvs26
13805
13806         * src/gtk/quicksearch.c
13807                 Fix replacing in quicksearch, and fix inserting
13808                 in the middle of the string. (introduced at 2.1.0cvs22)
13809
13810 2006-04-23 [colin]      2.1.1cvs25
13811
13812         * src/imap.c
13813                 Make sure uidnext is initialized in get_num_list
13814                 (not for stable, related to 2.1.1cvs8 and friends)
13815
13816 2006-04-23 [colin]      2.1.1cvs24
13817
13818         * src/imap.c
13819                 Output something when login is successful
13820                 too
13821
13822 2006-04-23 [colin]      2.1.1cvs23
13823
13824         * src/etpan/imap-thread.c
13825                 Better logging (line-per-line, hide data in fetch)
13826                 Fix a const warning
13827         * src/gtk/logwindow.c
13828         * src/gtk/logwindow.h
13829                 Better logging (color for input/output)
13830
13831 2006-04-21 [colin]      2.1.1cvs22
13832
13833         * src/gtk/quicksearch.c
13834                 On gtk+-2.8, use stock buttons in quicksearch
13835                 Based on a patch by Fabien and a design by Paul
13836
13837 2006-04-21 [colin]      2.1.1cvs21
13838
13839         * src/folderview.c
13840         * src/mainwindow.c
13841                 Fix occasional flicker in folderview
13842         * src/common/utils.c
13843                 Fix bug #943 (Incorrectly parsed email address 
13844                 list in short headers on message view and in 
13845                 printouts)
13846
13847 2006-04-20 [colin]      2.1.1cvs20
13848
13849         * src/imap.c
13850         * src/imap.h
13851         * src/prefs_account.c
13852                 Add ANONYMOUS auth for IMAP
13853
13854 2006-04-20 [paul]       2.1.1cvs19
13855
13856         * src/main.c
13857                 proper fix for 2.1.1cvs18
13858                 Thanks to Colin
13859
13860 2006-04-20 [paul]       2.1.1cvs18
13861
13862         * src/main.c
13863                 fix build warnings
13864
13865 2006-04-20 [paul]       2.1.1cvs17
13866
13867         * src/gtk/quicksearch.c
13868                 fix standard, non-extended Quick search,
13869                 was broken in 2.1.1cvs15.
13870                 Thanks to Colin.
13871
13872 2006-04-20 [colin]      2.1.1cvs16
13873
13874         * src/prefs_matcher.c
13875                 Fix values when reselecting a ~test
13876                 rule
13877
13878 2006-04-19 [colin]      2.1.1cvs15
13879
13880         * src/compose.c
13881         * src/compose.h
13882         * src/gtk/gtkaspell.c
13883         * src/gtk/gtkaspell.h
13884                 Put back Options menu in Spelling/
13885         * src/gtk/quicksearch.c
13886                 Don't search, and show error, if the
13887                 advanced search has a syntax error
13888
13889 2006-04-18 [colin]      2.1.1cvs14
13890
13891         * src/textview.c
13892                 Fix gdk warnings on set_cursor when textview
13893                 isn't visible
13894
13895 2006-04-18 [colin]      2.1.1cvs13
13896
13897         * src/gtk/gtksctree.c
13898                 Remove seemingly useless refresh that causes
13899                 flicker - watch this commit in case of 
13900                 problems before planned backport to stable
13901
13902 2006-04-18 [colin]      2.1.1cvs12
13903
13904         * src/imap.c
13905                 Factorize get/set_xml code
13906         * src/compose.c
13907         * src/prefs_account.c
13908         * src/prefs_account.h
13909         * src/procmsg.c
13910                 Add Encrypt to self option
13911
13912 2006-04-17 [colin]      2.1.1cvs11
13913
13914         * configure.ac
13915                 Fix search on encrpyt function on dragonfly
13916                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13917
13918 2006-04-17 [colin]      2.1.1cvs10
13919
13920         * src/prefs_account.c
13921                 Be safe by default: remove mails from POP3
13922                 after 7 days, not immediately
13923
13924 2006-04-17 [colin]      2.1.1cvs9
13925
13926         * src/etpan/imap-thread.c
13927                 Fix build on DragonFly - patch by 
13928                 Jonathan Buschmann <jonthn@agmact.com>
13929
13930 2006-04-17 [colin]      2.1.1cvs8
13931
13932         * src/imap.c
13933                 Save uidnext between sessions
13934
13935 2006-04-17 [colin]      2.1.1cvs7
13936
13937         * src/imap.c
13938                 scan is required when uid validity changes
13939
13940 2006-04-17 [colin]      2.1.1cvs6
13941
13942         * src/folderview.c
13943                 Don't scan if not necessary, apart in current
13944                 folder and INBOX to fetch flags.
13945         * src/imap.c
13946                 Scan is necessary if unread count changes
13947
13948 2006-04-17 [colin]      2.1.1cvs5
13949
13950         * src/imap.c
13951                 ...But always fetch ANSWERED and DELETED flags for
13952                 INBOX, as filtering can happen on these flags.
13953
13954 2006-04-17 [colin]      2.1.1cvs4
13955
13956         * src/imap.c
13957                 Don't fetch REPLIED and DELETED flags when synchronising
13958                 flags with a closed folder. We only need UNSEEN and FLAGGED
13959                 to update the folderview.
13960
13961 2006-04-17 [colin]      2.1.1cvs3
13962
13963         * src/imap.c
13964                 Faster flag search when there are new mails 
13965                 in a folder. We can do a full search if the 
13966                 folder contains less messages than the new
13967                 list.
13968
13969 2006-04-17 [colin]      2.1.1cvs2
13970
13971         * po/cs.po
13972         * po/de.po
13973         * po/fr.po
13974         * po/nl.po
13975         * po/pt_BR.po
13976                 Update translations from stable branch
13977
13978 2006-04-17 [colin]      2.1.1cvs1
13979
13980         * configure.ac
13981                 Bump version to follow stable release
13982
13983 2006-04-16 [mones]      2.1.0cvs50
13984
13985         * po/es.po
13986                 Updated for release
13987
13988 2006-04-16 [colin]      2.1.0cvs49
13989
13990         * src/textview.c
13991                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13992                 with gtk < 2.8. Thanks to Fabien Vantard.
13993
13994 2006-04-15 [colin]      2.1.0cvs48
13995
13996         * src/etpan/imap-thread.c
13997                 Fix bug #919 (libetpan: SEGV when connecting 
13998                 using command)
13999
14000 2006-04-14 [colin]      2.1.0cvs47
14001
14002         * src/main.c
14003                 Fix race on --select (should be done better)
14004
14005 2006-04-14 [wwp]        2.1.0cvs46
14006
14007         * src/send_message.c
14008                 enforce a check for domain in account prefs (a sending
14009                 error could be faced if domain was checked but no value set),
14010                 thanks to Colin.
14011
14012 2006-04-14 [colin]      2.1.0cvs45
14013
14014         * src/codeconv.c
14015                 when converting from unknown to unknown, if the
14016                 string is UTF8, don't convert it to the locale
14017                 (which breaks it)
14018
14019 2006-04-14 [colin]      2.1.0cvs44
14020
14021         * src/compose.c
14022                 Don't try to use ASCII for converting headers
14023                 (as done in body)
14024
14025 2006-04-14 [paul]       2.1.0cvs43
14026
14027         * src/crash.c
14028                 add locale/charset info to crash report
14029         * src/gtk/about.c
14030                 add wwp to doc team
14031                 replace 'e-mail' with preferred 'email'
14032         * src/gtk/authors.h
14033                 ensure contributors list is in alphabetical
14034                 order
14035
14036 2006-04-13 [colin]      2.1.0cvs42
14037
14038         * src/textview.c
14039                 Prevent gdk warnings
14040
14041 2006-04-13 [colin]      2.1.0cvs41
14042
14043         * src/common/ssl_certificate.c
14044         * src/common/ssl_certificate.h
14045         * src/gtk/sslcertwindow.c
14046                 Warn on expired certs, and display the expiration date
14047
14048 2006-04-13 [colin]      2.1.0cvs40
14049
14050         * src/plugins/spamassassin/spamassassin_gtk.c
14051                 Fix missing set_text on unix socket
14052
14053 2006-04-13 [wwp]        2.1.0cvs39
14054
14055         * manual/fr/advanced.xml
14056         * manual/fr/glossary.xml
14057                 applied new spam/ham/email lexicon (pourriel, courriel)
14058
14059 2006-04-13 [paul]       2.1.0cvs38
14060
14061         * src/plugins/pgpmime/plugin.c
14062                 remove the mention of S/MIME from the
14063                 description. This is now handled by the
14064                 S/MIME plugin.
14065
14066 2006-04-13 [paul]       2.1.0cvs37
14067
14068         * src/prefs_msg_colors.c
14069                 rework dialog
14070         * src/prefs_folder_item.c
14071         * src/prefs_spelling.c
14072                 add a tooltip to the colour selector buttons
14073
14074 2006-04-13 [wwp]        2.1.0cvs36
14075
14076         * manual/advanced.xml
14077         * manual/glossary.xml
14078         * manual/handling.xml
14079         * manual/keyboard.xml
14080         * manual/plugins.xml
14081         * manual/starting.xml
14082         * manual/fr/account.xml
14083         * manual/fr/ack.xml
14084         * manual/fr/addrbook.xml
14085         * manual/fr/advanced.xml
14086         * manual/fr/faq.xml
14087         * manual/fr/glossary.xml
14088         * manual/fr/gpl.xml
14089         * manual/fr/handling.xml
14090         * manual/fr/intro.xml
14091         * manual/fr/keyboard.xml
14092         * manual/fr/plugins.xml
14093         * manual/fr/starting.xml
14094         * manual/fr/sylpheed-claws-manual.xml
14095                 fixes to the manuals:
14096                  - summaryview -> Message List (same in French)
14097                  - translate key names
14098                  - fix French punctuation, use non-breakable spaces when
14099                    necessary, don't use &thinsp; which is not portable
14100                  - tell what maildir and mbox formats we support
14101
14102 2006-04-12 [wwp]        2.1.0cvs35
14103
14104         * src/prefs_toolbar.c
14105                 unified a replace button more,
14106                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14107
14108 2006-04-12 [wwp]        2.1.0cvs34
14109
14110         * src/prefs_common.c
14111         * src/prefs_msg_colors.c
14112                 make default color labels translatable,
14113                 patch from Fabien Vantard <fzzzzz@gmail.com>,
14114                 thanks to Tim <timbrain@post.cz> for reporting.
14115
14116 2006-04-12 [wwp]        2.1.0cvs33
14117
14118         * manual/glossary.xml
14119         * manual/intro.xml
14120         * manual/plugins.xml
14121         * manual/starting.xml
14122         * manual/sylpheed-claws-manual.xml
14123         * manual/fr/.cvsignore
14124         * manual/fr/account.xml
14125         * manual/fr/ack.xml
14126         * manual/fr/addrbook.xml
14127         * manual/fr/advanced.xml
14128         * manual/fr/faq.xml
14129         * manual/fr/glossary.xml
14130         * manual/fr/handling.xml
14131         * manual/fr/intro.xml
14132         * manual/fr/keyboard.xml
14133         * manual/fr/plugins.xml
14134         * manual/fr/starting.xml
14135         * manual/fr/sylpheed-claws-manual.xml
14136                 various fixes: typos, missing .fr translations, punctuation,
14137                 capitalization, links, accents and some bad French more.
14138
14139 2006-04-12 [wwp]        2.1.0cvs32
14140
14141         * src/prefs_gtk.c
14142                 fix for bug #935: always store prefs files in UTF-8 (thanks
14143                 to Colin).
14144
14145 2006-04-11 [colin]      2.1.0cvs31
14146
14147         * src/compose.c
14148                 Fix inserting files not in utf8 when locale is utf8
14149
14150 2006-04-11 [colin]      2.1.0cvs30
14151
14152         * src/inc.c
14153                 Don't show error dialog when cancelling connection
14154                 Patch by Pawel
14155
14156 2006-04-11 [cleroy]     2.1.0cvs29
14157
14158         * src/compose.c
14159                 Implement multiple quote levels
14160         * src/prefs_common.c
14161                 Change a little bit the quote bgcolor for 2nd level
14162
14163 2006-04-11 [colin]      2.1.0cvs28
14164
14165         * src/gtk/about.c
14166                 Add locale and charset in the label
14167
14168 2006-04-10 [colin]      2.1.0cvs27
14169
14170         * src/compose.c
14171         * src/prefs_common.c
14172         * src/prefs_common.h
14173         * src/prefs_msg_colors.c
14174         * src/textview.c
14175                 Allow optional background color in quotes
14176                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14177                 GTK+-2.8.x feature
14178
14179 2006-04-10 [colin]      2.1.0cvs26
14180
14181         * src/main.c
14182         * src/mainwindow.c
14183         * src/mainwindow.h
14184                 Implement --select
14185
14186 2006-04-10 [colin]      2.1.0cvs25
14187
14188         * manual/plugins.xml
14189         * manual/fr/plugins.xml
14190                 Document libcurl's proxy variables
14191
14192 2006-04-09 [colin]      2.1.0cvs24
14193
14194         * src/prefs_common.c
14195                 gettext() returns statically allocated stuff. We have
14196                 to strdup it in order to be able to free it.
14197
14198 2006-04-09 [colin]      2.1.0cvs23
14199
14200         * AUTHORS
14201         * src/gtk/authors.h
14202                 Add Alexei
14203
14204 2006-04-09 [colin]      2.1.0cvs22
14205
14206         * src/mainwindow.c
14207         * src/gtk/quicksearch.c
14208                 Fix bug #859 (problems with cyrilic input in 
14209                 search panel) - Patch by Alexey Illarionov 
14210                 <littlesavage@rambler.ru>
14211
14212 2006-04-09 [colin]      2.1.0cvs21
14213
14214         * src/prefs_customheader.c
14215                 I prefer removing then freeing rather than the contrary
14216                 (even if it doesn't change anything ;-)
14217         * src/prefs_account.c
14218                 Fix bug #933 (Crash re-entering the custom headers list 
14219                 dialog in accounts prefs)
14220                 The problem happened when cancelling the Account 
14221                 Preferences' dialogs - in which case we didn't do 
14222                 anything to the PrefsAccount * struct. In case of applying,
14223                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14224                 working with in this dialog. The problem is that 
14225                 prefs_customheader.c, working on this tmp_ac_prefs, always
14226                 changes the ->customhdr_list pointer, even when cancelled. 
14227                 So in case of cancelling the prefs_account dialog, we still
14228                 have to update ->customhdr_list in the real account.
14229
14230 2006-04-08 [colin]      2.1.0cvs20
14231
14232         * manual/fr/glossary.xml
14233         * manual/fr/keyboard.xml
14234                 Forgot some headers :)
14235
14236 2006-04-08 [colin]      2.1.0cvs19
14237
14238         * manual/Makefile.am
14239         * manual/fr/Makefile.am
14240         * manual/fr/account.xml
14241         * manual/fr/ack.xml
14242         * manual/fr/addrbook.xml
14243         * manual/fr/advanced.xml
14244         * manual/fr/faq.xml
14245         * manual/fr/glossary.xml
14246         * manual/fr/gpl.xml
14247         * manual/fr/handling.xml
14248         * manual/fr/intro.xml
14249         * manual/fr/keyboard.xml
14250         * manual/fr/plugins.xml
14251         * manual/fr/starting.xml
14252         * manual/fr/sylpheed-claws-manual.xml
14253         * manual/fr/dist/.cvsignore
14254         * manual/fr/dist/Makefile.am
14255         * manual/fr/dist/html/.cvsignore
14256         * manual/fr/dist/html/Makefile.am
14257         * manual/fr/dist/pdf/.cvsignore
14258         * manual/fr/dist/pdf/Makefile.am
14259         * manual/fr/dist/ps/.cvsignore
14260         * manual/fr/dist/ps/Makefile.am
14261         * manual/fr/dist/txt/.cvsignore
14262         * manual/fr/dist/txt/Makefile.am
14263                 Add the french translation of the manual. Thanks to
14264                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14265                 account.xml, ack.xml, addrbook.xml and advanced.xml
14266
14267 2006-04-08 [colin]      2.1.0cvs18
14268
14269         * manual/plugins.xml
14270         * manual/starting.xml
14271                 More fixes
14272
14273 2006-04-07 [colin]      2.1.0cvs17
14274
14275         * manual/faq.xml
14276         * manual/intro.xml
14277         * manual/keyboard.xml
14278                 Little fixes
14279
14280 2006-04-07 [colin]      2.1.0cvs16
14281
14282         * README
14283         * src/compose.c
14284         * src/prefs_common.c
14285         * src/prefs_common.h
14286                 Add hidden compose_no_markup pref
14287
14288 2006-04-07 [wwp]        2.1.0cvs15
14289
14290         * src/summary_search.c
14291         * .cvsignore
14292                 Bugfix: stop button was sticky when searching in an empty folder.
14293                 Applied curly brackets code style to the whole file (summary_search.c).
14294                 More files to ignore.
14295
14296 2006-04-07 [wwp]        2.1.0cvs14
14297
14298         * src/message_search.c
14299         * src/summary_search.c
14300                 changed default button when search bumps at file/folder
14301                 beginning or end, for convenience (thanks to Colin).
14302
14303 2006-04-07 [paul]       2.1.0cvs13
14304
14305         * src/plugins/dillo_viewer/dillo_prefs.c
14306                 avoid future potential for namespace collision
14307                 Patch by Colin
14308
14309 2006-04-06 [wwp]        2.1.0cvs12
14310
14311         * src/summary_search.c
14312                 Unify extended/advanced searches names (and thus factorize labels),
14313                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14314
14315 2006-04-06 [wwp]        2.1.0cvs11
14316
14317         * src/folderview.c
14318         * src/prefs_themes.c
14319         * src/summaryview.c
14320                 Fixed some compilation warnings.
14321
14322 2006-04-06 [colin]      2.1.0cvs10
14323
14324         * manual/advanced.xml
14325                 Document the wizard template and how to deploy
14326                 Sylpheed-Claws effectively
14327
14328 2006-04-06 [colin]      2.1.0cvs9
14329
14330         * src/folderview.c
14331                 gettext patch to tell translators about _("#"),
14332                 by Maxim Britov
14333
14334 2006-04-06 [colin]      2.1.0cvs8
14335
14336         * src/textview.c
14337                 Fix invalid GtkTextBIter after clicking "Display as text"
14338
14339 2006-04-06 [mones]      2.1.0cvs7
14340
14341         * src/addr_compl.c
14342         * src/addrindex.c
14343         * src/addritem.c
14344         * src/codeconv.c
14345         * src/compose.c
14346         * src/filtering.c
14347         * src/folder.c
14348         * src/folder_item_prefs.c
14349         * src/folderview.c
14350         * src/localfolder.c
14351         * src/matcher.c
14352         * src/mimeview.c
14353         * src/prefs_msg_colors.c
14354         * src/prefs_spelling.c
14355         * src/prefs_themes.c
14356         * src/procmime.c
14357         * src/procmsg.c
14358         * src/stock_pixmap.c
14359         * src/summaryview.c
14360         * src/textview.c
14361         * src/toolbar.c
14362         * src/common/mgutils.c
14363         * src/common/prefs.c
14364         * src/common/ssl_certificate.c
14365         * src/gtk/colorlabel.c
14366         * src/gtk/quicksearch.c
14367         * src/plugins/pgpmime/pgpmime.c
14368         * src/plugins/spamassassin/spamassassin.c
14369                 Removed redundant NULL checks for g_free() calls.
14370                 Patch by Pawel Pekala.
14371
14372 2006-04-06 [mones]      2.1.0cvs6
14373
14374         * src/prefs_actions.c
14375         * src/prefs_filtering.c
14376         * src/prefs_filtering_action.c
14377         * src/prefs_matcher.c
14378         * src/prefs_template.c
14379         * src/gtk/gtkutils.c
14380         * src/gtk/gtkutils.h
14381                 Have a nice replace button. Patch by Pawel Pekala
14382
14383 2006-04-06 [colin]      2.1.0cvs5
14384
14385         * src/addressbook.c
14386                 Fix crash with empty columns
14387
14388 2006-04-05 [colin]      2.1.0cvs4
14389
14390         * src/wizard.c
14391         * src/prefs_gtk.c
14392                 Allow wizard customization with pre-filled values
14393
14394 2006-04-05 [colin]      2.1.0cvs3
14395
14396         * src/textview.c
14397         * src/mimeview.c
14398         * src/mimeview.h
14399                 Nicer messages in mimeview
14400
14401 2006-04-05 [colin]      2.1.0cvs2
14402
14403         * src/addressbook.c
14404         * src/prefs_summaries.c
14405                 i18n fix
14406
14407 2006-04-05 [colin]      2.1.0cvs1
14408
14409         * src/plugins/pgpcore/plugin.c
14410         * src/plugins/pgpcore/select-keys.c
14411         * src/plugins/pgpcore/select-keys.h
14412         * src/plugins/pgpcore/sgpgme.c
14413         * src/plugins/pgpcore/sgpgme.h
14414         * src/plugins/pgpinline/pgpinline.c
14415         * src/plugins/pgpinline/plugin.c
14416         * src/plugins/pgpmime/pgpmime.c
14417         * src/plugins/pgpmime/plugin.c
14418                 Factorize and generalize a bit 
14419                 Drop S/MIME signature verification from PGP/MIME
14420                 (adding it as another, more complete plugin)
14421
14422 2006-04-05 [paul]       2.1.0
14423
14424         2.1.0 released
14425
14426 2006-04-05 [paul]       2.0.0cvs186
14427
14428         * manual/advanced.xml
14429                 add info on colour labels
14430
14431 2006-04-05 [paul]       2.0.0cvs185
14432
14433         * po/bg.po
14434         * po/cs.po
14435         * po/de.po
14436         * po/el.po
14437         * po/en_GB.po
14438         * po/fi.po
14439         * po/fr.po
14440         * po/it.po
14441         * po/nl.po
14442         * po/pl.po
14443         * po/pt_BR.po
14444         * po/sr.po
14445         * po/zh_CN.po
14446                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14447                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14448                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14449                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14450         * src/gtk/authors.h
14451         * tools/claws.i18n.status.pl
14452                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14453                 and new Czech translator, Tim <timbrain@post.cz>
14454
14455 2006-04-05 [mones]      2.0.0cvs184
14456
14457         * po/es.po
14458                 Updated translation
14459
14460 2006-04-05 [colin]      2.0.0cvs183
14461
14462         * src/gtk/quicksearch.c
14463                 Fix bug #929 (unnecessary reload in quick search bar)
14464
14465 2006-04-05 [colin]      2.0.0cvs182
14466
14467         * src/compose.c
14468                 Fix crash on Reply with no From:
14469                 Show signature and conversion error on queuing 
14470                 (but not sending)
14471         * src/mainwindow.c
14472         * src/summaryview.c
14473         * src/summaryview.h
14474                 Factorize threading code and make sure msginfo 
14475                 is not null when it comes from a GtkCTreeRow's 
14476                 data
14477         * src/gtk/gtkaspell.c
14478                 Check for necessary things
14479         * src/gtk/gtksctree.c
14480         * src/gtk/gtksctree.h
14481                 Reset anchor if necessary when removing node
14482
14483 2006-03-29 [colin]      2.0.0cvs181
14484
14485         * src/folderview.c
14486                 Warn for disabled IMAP accounts (due to lack of
14487                 libetpan). Breaks string-freeze - sorry - but it
14488                 is kind of important ;)
14489
14490 2006-03-28 [colin]      2.0.0cvs180
14491
14492         * src/gtk/gtkutils.c
14493         * src/gtk/gtkutils.h
14494                 Add a gtkut_get_link_btn() function that
14495                 creates a button which acts like an URI
14496         * src/prefs_themes.c
14497         * src/gtk/about.c
14498                 Use this function (factorizes codes)
14499         * src/common/defs.h
14500         * src/gtk/pluginwindow.c
14501                 Add a "Get more..." in the plugins window
14502
14503 2006-03-28 [colin]      2.0.0cvs179
14504
14505         * src/common/smtp.c
14506         * src/common/passcrypt.c
14507         * src/undo.c
14508                 Warning fixes. Patch by Pawel Pekala
14509
14510 2006-03-27 [colin]      2.0.0cvs178
14511
14512         * src/undo.c
14513                 Fix undoing by blocks with spaces
14514
14515 2006-03-27 [colin]      2.0.0cvs177
14516
14517         * src/textview.c
14518                 Set margin to 3px for headers
14519
14520 2006-03-27 [paul]
14521
14522         2.1.0-rc2 released
14523
14524 2006-03-27 [wwp]        2.0.0cvs176
14525
14526         * src/summaryview.c
14527                 don't reset quicksearch when updating the message list.
14528                 Thanks to Colin.
14529
14530 2006-03-26 [wwp]        2.0.0cvs175
14531
14532         * src/compose.c
14533                 use a unified border width ('other' tab in the compose window,
14534                 patch by Pawel Pekala).
14535
14536
14537 2006-03-26 [wwp]        2.0.0cvs174
14538
14539         * src/common/quoted-printable.c
14540         * src/addressbook.c
14541                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14542
14543 2006-03-26 [colin]      2.0.0cvs173
14544
14545         * src/quote_fmt_parse.y
14546                 Fix non-UTF8 date formats messing up the whole quote a 
14547                 little bit
14548
14549 2006-03-26 [colin]      2.0.0cvs172
14550
14551         * src/procheader.c
14552                 Make sure the date is UTF8 valid, or try to make it
14553                 so. IncrediMail is really IncrediStupid.
14554         * src/compose.c
14555                 Fix possible conversions. 
14556                 
14557
14558 2006-03-26 [colin]      2.0.0cvs171
14559
14560         * src/matcher.c
14561                 Fix corner cases in body search. This is still a
14562                 hack... It seems impossible to make it good and 
14563                 reasonably fast at the same time.
14564
14565 2006-03-26 [colin]      2.0.0cvs170
14566
14567         * src/summaryview.c
14568                 I think I killed the twilight zone bug!
14569                 summary_select_node() flushes GTK events in order
14570                 to be able to center the view. But this also 
14571                 flushes keypresses like Ctrl-Alt-U, so this can
14572                 call summary_show from summary_select_node (itself
14573                 called from summary_show, etc.). And the summaryview
14574                 has to be unlocked in this function. So just locking
14575                 while processing GTK events, and bailing if locked, 
14576                 should fix it.
14577                 Fixes bug #927 (SIGSEGV during Update Summary)
14578
14579 2006-03-25 [colin]      2.0.0cvs169
14580
14581         * src/matcher.c
14582                 Fix search in QP-encoded bodies
14583                 Fix utf-8 searches in bodies encoded in the
14584                 locale's encoding
14585         * src/common/quoted-printable.c
14586         * src/common/quoted-printable.h
14587                 Add a decode function that doesn't overwrite
14588                 the original pointer
14589                 
14590
14591 2006-03-24 [colin]      2.0.0cvs168
14592
14593         * src/action.c
14594         * src/summaryview.c
14595         * src/summaryview.h
14596                 Update message cache after action
14597                 Patch by H. Merijn Brand
14598         * src/prefs_msg_colors.c
14599                 Factorize label 
14600                 Patch by Fabien Vantard
14601         * src/plugins/spamassassin/spamassassin_gtk.c
14602                 Remove useless translation
14603                 Patch by Fabien Vantard
14604
14605 2006-03-23 [colin]      2.0.0cvs167
14606
14607         * src/common/ssl.c
14608                 Let 30 seconds to SSL_connect
14609
14610 2006-03-23 [wwp]        2.0.0cvs166
14611
14612         * src/summaryview.c
14613         * src/gtk/description_window.c
14614                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14615                 and headers are translated; adjust description windows' width to fit their
14616                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14617
14618 2006-03-23 [paul]       2.0.0cvs165
14619
14620         * src/common/utils.c
14621                 fix highlighting of URIs containing "()"
14622                 (2.0.0cvs164's reversal fixed)
14623                 Thanks to Colin.
14624
14625 2006-03-23 [paul]       2.0.0cvs164
14626
14627         * src/common/utils.c
14628                 revert patch, (postponing a fix), at 2.0.0cvs120
14629                 as it breaks more URIs than it fixes.
14630                 Allow '-' to be a terminating character in a URI
14631
14632 2006-03-22 [colin]      2.0.0cvs163
14633
14634         * configure.ac
14635                 Require libetpan 0.45
14636                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14637
14638 2006-03-22 [paul]       2.0.0cvs162
14639
14640         * src/editgroup.c
14641                 replace '<-' and '->' buttons with GTK_STOCK graphical
14642                 buttons
14643         * src/summary_search.c
14644                 don't offer '...' for translation
14645                 add a tooltip to advanced search '...' button
14646         * src/gtk/quicksearch.c
14647                 don't offer '...' for translation
14648
14649 2006-03-21 [colin]      2.0.0cvs161
14650
14651         * src/compose.c
14652                 Fix middle-click pasting (insert at click
14653                 position instead of cursor position, don't
14654                 remove existing selection and allow pasting
14655                 our own selection)
14656         * src/addressbook.c
14657                 "LDAP Server" -> "LDAP servers"
14658
14659 2006-03-21 [wwp]        2.0.0cvs160
14660
14661         * src/etpan/imap-thread.c
14662                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14663
14664 2006-03-20 [colin]      2.0.0cvs159
14665
14666         * src/summaryview.c
14667                 Don't reload summaryview after an execute with no
14668                 move action
14669
14670 2006-03-19 [colin]      2.0.0cvs158
14671
14672         * src/addressbook.c
14673                 and put groups at the top, always
14674
14675 2006-03-19 [colin]      2.0.0cvs157
14676
14677         * src/addressbook.c
14678                 Order groups before names, as previously
14679
14680 2006-03-19 [colin]      2.0.0cvs156
14681
14682         * src/addressbook.c
14683                 - Sort case-unsensitive
14684                 - Put the sort arrow at opening too
14685
14686 2006-03-19 [wwp]        2.0.0cvs155
14687
14688         * src/addressbook.c
14689                 allow sorting by name/email/remarks, ensure that right-pane's contents
14690                 matches the left-pane selection (cleared when appropriate).
14691                 Patch by Pawel Pekala <c0rn@o2.pl>.
14692
14693 2006-03-18 [colin]      2.0.0cvs154
14694
14695         * src/textview.c
14696                 Fix text cursor ;)
14697
14698 2006-03-18 [colin]      2.0.0cvs153
14699
14700         * src/gtk/filesel.c
14701                 Make sure we hide the preview if we didn't get
14702                 a filename
14703
14704 2006-03-18 [colin]      2.0.0cvs152
14705
14706         * src/summaryview.c
14707                 Set cursor to watch for execution (fixes lack
14708                 of watch-cursor when dnd'ing hundreds of mails)
14709         * src/gtk/filesel.c
14710                 Check that mime type is 'image/*' before updating
14711                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14712
14713 2006-03-18 [colin]      2.0.0cvs151
14714
14715         * src/mainwindow.c
14716         * src/textview.c
14717         * src/textview.h
14718                 Put a watch cursor in textview too when the mainwindow's
14719                 cursor in a watch
14720
14721 2006-03-18 [colin]      2.0.0cvs150
14722
14723         * src/folder.c
14724                 Change wrong asserts to simple tests
14725
14726 2006-03-17 [colin]      2.0.0cvs149
14727
14728         * src/mainwindow.c
14729         * src/mainwindow.h
14730         * src/prefs_msg_colors.c
14731         * src/summaryview.c
14732         * src/summaryview.h
14733         * src/gtk/colorlabel.c
14734         * src/gtk/colorlabel.h
14735                 Add a color label menu in the main menubar
14736                 Add (fixed) accels Ctrl-{0-7} to change the color
14737                 They have to be fixed because the menu's dynamic,
14738                 the items are complex widgets, hence we can't use
14739                 a GtkItemFactory.
14740
14741
14742 2006-03-17 [wwp]        2.0.0cvs148
14743
14744         * src/compose.c
14745                 rollback few lines from my previous commit (those lines come from
14746                 a pending patch, accidentally commited, even if neutral as they are
14747                 commented out).
14748
14749 2006-03-17 [wwp]        2.0.0cvs147
14750
14751         * src/compose.c
14752                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14753                 applied code style/indentation to the modified function.
14754
14755 2006-03-17 [wwp]        2.0.0cvs146
14756
14757         * src/procmsg.c
14758         * src/compose.c
14759                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14760
14761 2006-03-17 [paul]
14762
14763         2.1.0-rc1 released
14764
14765 2006-03-17 [paul]       2.0.0cvs145
14766
14767         * src/main.c
14768                 addressbook_read_file() was called twice
14769         * src/textview.c
14770                 X-Mailer highlighting
14771
14772 2006-03-16 [colin]      2.0.0cvs144
14773
14774         * src/sourcewindow.c
14775         * src/sourcewindow.h
14776                 And the last one, in source window.
14777
14778 2006-03-16 [colin]      2.0.0cvs143
14779
14780         * src/compose.c
14781         * src/compose.h
14782                 Fix the same stuff in compose
14783
14784 2006-03-16 [colin]      2.0.0cvs142
14785
14786         * src/messageview.c
14787                 Complete the previous messageview crash fix
14788
14789 2006-03-16 [colin]      2.0.0cvs141
14790
14791         * src/procmsg.h
14792         * src/procmsg.c
14793         * src/folder.c
14794                 Fix POSTPROCESSING hook
14795                 Patch by H. Merijn Brand
14796
14797         * src/procmime.c
14798         * src/procmime.h
14799                 Parse Content-Location
14800
14801         * src/toolbar.c
14802         * src/messageview.c
14803         * src/messageview.h
14804                 Don't crash when a top-level MessageView has
14805                 been closed on us. Same problematic than
14806                 yesterday's quicksearch issue.
14807
14808 2006-03-15 [colin]      2.0.0cvs140
14809
14810         * src/gtk/quicksearch.c
14811                 Fix a bitchy race we didn't think about when we
14812                 added quicksearch cancellation:
14813                 If the search is not on cached fields, for example
14814                 body_part matchcase "stuff"
14815                 the matcher code has to get the whole message. If
14816                 we're on IMAP, that can be slow, and in order to
14817                 be non-blocking, the IMAP code idle loop processes
14818                 gtk events too. So it is possible to cancel a
14819                 quicksearch while the matcher is getting the mail's
14820                 body. After matcher got its body, it will start to
14821                 iterate over the matcher list that the Quicksearch's
14822                 clear_search_cb() just freed via prepare_matcher().
14823                 SIGSEGV ensues.
14824                 The fix consists of guarding the matcherlist_match()
14825                 call with a boolean 'matching'. If we reset the
14826                 quicksearch while matching is TRUE, we don't free
14827                 the matcherlist anymore like we did, but we set
14828                 another new flag, deferred_free, to TRUE. Then,
14829                 in quicksearch_match(), just after returning from
14830                 matcherlist_match() and unsetting the matching flag,
14831                 we check the deferred_free flag and do the
14832                 prepare_matcher() (which does the matcherlist_free)
14833                 for real, so we free the matcherlist once it's not
14834                 used anymore.
14835                 As all of this runs via the glib main loop, we
14836                 luckily don't need a mutex.
14837         * src/summaryview.c
14838                 Also, show progress while searching.
14839
14840
14841 2006-03-14 [colin]      2.0.0cvs139
14842
14843         * src/alertpanel.c
14844                 Make alertpanel_is_open non-static
14845
14846 2006-03-14 [colin]      2.0.0cvs138
14847
14848         * src/prefs_spelling.c
14849                 Cleanups - Fabien Vantard
14850
14851 2006-03-14 [wwp]        2.0.0cvs137
14852
14853         * src/main.c
14854                 code style normalization (curly braces, indentation).
14855
14856 2006-03-14 [wwp]        2.0.0cvs137
14857
14858         * src/main.c
14859                 code style (braces, indentation)
14860
14861 2006-03-12 [paul]       2.0.0cvs136
14862
14863         * src/prefs_common.c
14864                 trans_hdr defaults to FALSE to be RFC-savvy
14865         * src/prefs_summaries.c
14866                 add a tooltip to the trans_hdr option
14867                 
14868
14869 2006-03-12 [paul]       2.0.0cvs135
14870
14871         * src/prefs_matcher.c
14872                 give a little more width to the combos
14873         * src/prefs_display_header.c
14874         * src/textview.c
14875                 translate headers if prefs_common.trans_hdr
14876                 is TRUE
14877
14878         Patches by Pawel Pekala
14879
14880 2006-03-12 [paul]       2.0.0cvs134
14881
14882         * src/plugins/clamav/clamav_plugin.c
14883         * src/plugins/dillo_viewer/dillo_viewer.c
14884         * src/plugins/pgpcore/plugin.c
14885         * src/plugins/pgpinline/plugin.c
14886         * src/plugins/pgpmime/plugin.c
14887         * src/plugins/spamassassin/spamassassin.c
14888                 update/add to descriptions
14889         * src/plugins/spamassassin/spamassassin_gtk.c
14890                 fixes to the english, remove superfluous
14891                 tooltips, clean up a little
14892
14893 2006-03-12 [paul]       2.0.0cvs133
14894
14895         * src/compose.c
14896                 fix Bug 924, 'Account combo box shows up wrong 
14897                 if & is in account name'
14898
14899 2006-03-11 [colin]      2.0.0cvs132
14900
14901         * src/summaryview.c
14902                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14903                 messed up shift-selection because is slows down
14904                 moving around summaryview. thanks -users
14905
14906 2006-03-10 [colin]      2.0.0cvs131
14907
14908         * src/plugins/spamassassin/spamassassin_gtk.c
14909                 Put back Paul's engrish fixes
14910
14911 2006-03-10 [colin]      2.0.0cvs130
14912
14913         * src/plugins/spamassassin/spamassassin.c
14914         * src/plugins/spamassassin/spamassassin.h
14915         * src/plugins/spamassassin/spamassassin_gtk.c
14916                 Cleanup SA prefs page (more)
14917                 Patch by Fabien Vantard
14918
14919 2006-03-10 [paul]       2.0.0cvs129
14920
14921         * src/prefs_msg_colors.c
14922         * src/prefs_spelling.c
14923                 widget sensitivity
14924
14925 2006-03-09 [mones]      2.0.0cvs128
14926
14927         * po/es.po
14928                 Update for next RC
14929
14930 2006-03-09 [wwp]        2.0.0cvs127
14931
14932         * configure.ac
14933                 revert accidental commit (requirement for libetpan 0.43), this time
14934                 not in HEAD.
14935
14936 2006-03-09 [wwp]        2.0.0cvs125
14937
14938         * configure.ac
14939                 revert accidental commit (requirement for libetpan 0.43)
14940
14941 2006-03-09 [paul]       2.0.0cvs126
14942
14943         * src/prefs_receive.c
14944                 remove useless frame
14945                 replace 'incorporation' with 'receiving'
14946         * src/plugins/clamav/clamav_plugin_gtk.c
14947         * src/plugins/spamassassin/spamassassin_gtk.c
14948                 improve widget sensitivity
14949                 fix a bit his engrish
14950
14951 2006-03-09 [wwp]        2.0.0cvs125
14952
14953         * src/addressadd.c
14954         * src/foldersel.c
14955         * src/prefs_common.c
14956         * src/prefs_common.h
14957                 remember some more windows' sizes (add to addressbook and
14958                 select folder).
14959
14960 2006-03-09 [paul]       2.0.0cvs124
14961
14962         * src/plugins/pgpcore/prefs_gpg.c
14963                 normalise construction of dialogue
14964
14965 2006-03-09 [paul]       2.0.0cvs123
14966
14967         * src/plugins/trayicon/Makefile.am
14968                 add missing slash
14969
14970 2006-03-08 [colin]      2.0.0cvs122
14971
14972         * src/plugins/trayicon/Makefile.am
14973                 Fix build in separate dir 
14974                 Patch by Bamanzi <bamanzi@gmail.com>
14975
14976 2006-03-08 [colin]      2.0.0cvs121
14977
14978         * src/procmsg.c
14979                 Batch move and copies from summaryview with delayed execution
14980                 too
14981
14982 2006-03-07 [paul]       2.0.0cvs120
14983
14984         * src/common/utils.c
14985                 fix highlighting of URIs containing "()"
14986                 Patch by Pawel Pekala
14987
14988 2006-03-07 [paul]       2.0.0cvs119
14989
14990         * src/folder.c
14991         * src/folder.h
14992         * src/folderview.c
14993                 immediately do alphabetical resort when
14994                 changing a folder's name
14995                 Patch by Pawel Pekala
14996
14997 2006-03-07 [paul]       2.0.0cvs118
14998
14999         * src/news.c
15000         * src/news_gtk.c
15001                 when unsubscribing a newsgroup, remove the
15002                 folder and msgs in .sylpheed-claws/newscache
15003                 Patch by Pawel Pekala <c0rn@gazeta.pl>
15004
15005 2006-03-07 [paul]       2.0.0cvs117
15006
15007         * src/textview.c
15008                 fix wrong Fake URL Warning
15009                 Thanks to Hiro
15010
15011 2006-03-07 [colin]      2.0.0cvs116
15012
15013         * src/imap.c
15014                 Return immediately when password dialog was
15015                 cancelled
15016         * src/gtk/inputdialog.c
15017                 Allow empty strings for passwords
15018
15019
15020 2006-03-06 [colin]      2.0.0cvs115
15021
15022         * src/imap.c
15023                 Prevent double-timeouts when connection fails
15024
15025 2006-03-06 [colin]
15026
15027         2.0.1-rc1 released
15028
15029 2006-03-06 [colin]      2.0.0cvs114
15030
15031         * src/imap.c
15032                 Refresh session during potentially long
15033                 operations
15034
15035 2006-03-06 [wwp]        2.0.0cvs113
15036
15037         * src/prefs_msg_colors.h
15038                 forgot that one (custom color labels).
15039
15040 2006-03-06 [wwp]        2.0.0cvs112
15041
15042         * src/prefs_common.c
15043         * src/prefs_common.h
15044         * src/prefs_msg_colors.c
15045         * src/summaryview.c
15046         * src/summaryview.h
15047         * src/gtk/colorlabel.c
15048         * src/gtk/colorlabel.h
15049                 colors in messages list are now customizable. Color values and names can
15050                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
15051                 Thanks to Paul and Colin for their help with this longstanding patch!
15052
15053 2006-03-06 [wwp]        2.0.0cvs111
15054
15055         * src/textview.c
15056                 don't crash if (x)face is bad.
15057
15058 2006-03-05 [paul]       2.0.0cvs110
15059
15060         * AUTHORS
15061         * configure.ac
15062         * src/Makefile.am
15063         * src/common/Makefile.am
15064         * src/common/utils.h
15065         * src/etpan/imap-thread.c
15066         * src/gtk/authors.h
15067         * src/plugins/clamav/Makefile.am
15068         * src/plugins/demo/Makefile.am
15069         * src/plugins/dillo_viewer/Makefile.am
15070         * src/plugins/pgpcore/Makefile.am
15071         * src/plugins/pgpcore/passphrase.c
15072         * src/plugins/pgpinline/Makefile.am
15073         * src/plugins/pgpmime/Makefile.am
15074         * src/plugins/spamassassin/Makefile.am
15075         * src/plugins/trayicon/Makefile.am
15076                 fix builiding on cygwin
15077                 Patch by Ralgh Young <bamanzi@gmail.com>
15078
15079 2006-03-04 [wwp]        2.0.0cvs109
15080
15081         * manual/keyboard.xml
15082                 fix mixed up/down keys.
15083
15084 2006-03-04 [wwp]        2.0.0cvs108
15085
15086         * README
15087         * INSTALL
15088                 updated links to SpamAssassin.
15089
15090 2006-03-04 [wwp]        2.0.0cvs107
15091
15092         * manual/plugins.xml
15093         * src/plugins/spamassassin/README
15094                 updated SpamAssassin plugin docs to reflect new functional additions
15095                 (also fix/update/documents few technical stuff more, see the README).
15096
15097 2006-03-04 [wwp]        2.0.0cvs106
15098
15099         * src/prefs_message.c
15100                 normalized capitalization of message-prefs paths.
15101
15102 2006-03-04 [wwp]        2.0.0cvs105
15103
15104         * manual/advanced.xml
15105                 typo.
15106
15107 2006-03-03 [colin]      2.0.0cvs104
15108
15109         * src/plugins/clamav/clamav_plugin_gtk.c
15110                 Rework prefs page, patch by Fabien 
15111
15112 2006-03-03 [colin]      2.0.0cvs103
15113
15114         * src/plugins/clamav/clamav_plugin.c
15115                 Set error on all errors
15116
15117 2006-03-03 [colin]      2.0.0cvs102
15118
15119         * src/common/plugin.c
15120                 Initialize error to avoid crashing when a plugin fails
15121                 without setting error
15122
15123 2006-03-02 [wwp]        2.0.0cvs101
15124
15125         * configure.ac
15126                 fixed linker flags for libetpan support on Cygwin
15127                 (thanks to H.Merijn Brand).
15128
15129 2006-03-02 [wwp]        2.0.0cvs100
15130
15131         * src/addressbook.c
15132                 fix some AB error messages: one for punctuation and
15133                 one wrongly duplicate (thanks, maxbritov).
15134
15135 2006-03-02 [wwp]        2.0.0cvs99
15136
15137         * src/plugins/spamassassin/spamassassin.c
15138                 make sync calls to sa-learn/spamc to prevent
15139                 system (whatever local or client/server) overload.
15140
15141 2006-03-02 [colin]      2.0.0cvs98
15142
15143         * src/summaryview.c
15144                 Put the spam icon in the status column instead of the
15145                 mark one
15146
15147 2006-03-01 [colin]      2.0.0cvs97
15148
15149         * src/plugins/spamassassin/spamassassin.c
15150                 Fix segfault (g_file_set_contents fails for some 
15151                 reason and err==0x2f. Can't find out why with
15152                 valgrind, using working function :-)
15153
15154 2006-03-01 [colin]      2.0.0cvs96
15155
15156         * src/inc.c
15157                 Offline overriding: let 'No' be cached only 3 seconds
15158
15159 2006-03-01 [colin]      2.0.0cvs95
15160
15161         * src/addr_compl.c
15162         * src/addrbook.c
15163         * src/addressbook.c
15164         * src/addrindex.c
15165         * src/folder_item_prefs.c
15166         * src/headerview.c
15167         * src/imap.c
15168         * src/inc.c
15169         * src/ldif.c
15170         * src/mainwindow.c
15171         * src/mh.c
15172         * src/msgcache.c
15173         * src/prefs_common.h
15174         * src/prefs_msg_colors.c
15175         * src/procheader.c
15176         * src/procheader.h
15177         * src/procmime.c
15178         * src/procmsg.c
15179         * src/procmsg.h
15180         * src/send_message.h
15181         * src/simple-gettext.c
15182         * src/summaryview.c
15183         * src/summaryview.h
15184         * src/syldap.c
15185         * src/textview.c
15186         * src/undo.c
15187         * src/common/ssl_certificate.c
15188         * src/common/utils.c
15189         * src/gtk/colorsel.c
15190         * src/gtk/gtksctree.c
15191         * src/gtk/gtkshruler.c
15192         * src/plugins/trayicon/trayicon.c
15193                 #if 0 goes to /dev/null
15194
15195 2006-03-01 [colin]      2.0.0cvs94
15196
15197         * src/compose.c
15198         * src/imap.c
15199         * src/inc.c
15200         * src/inc.h
15201         * src/messageview.c
15202         * src/news.c
15203         * src/plugins/spamassassin/spamassassin.c
15204                 Allow to add information in the "working offline"
15205                 window
15206
15207 2006-03-01 [wwp]        2.0.0cvs93
15208
15209         * src/plugins/spamassassin/spamassassin.c
15210                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15211                 'cause it seems that calling `spamc ... < inputfile` with
15212                 g_spawn_(a)sync simply.. erm doesn't work :-).
15213
15214 2006-03-01 [wwp]        2.0.0cvs92
15215
15216         * src/toolbar.c
15217         * src/toolbar.h
15218                 simplify the adding of spam/ham button to the messageview toolbar
15219                 (it gets more clear now that the same button will be "Mark as spam"
15220                 or "Mark as ham" according to the current message status,
15221                 thanks to Colin).
15222
15223 2006-03-01 [wwp]        2.0.0cvs91
15224
15225         * src/messageview.c
15226         * src/procmsg.c
15227         * src/procmsg.h
15228         * src/summaryview.c
15229         * src/plugins/spamassassin/spamassassin.c
15230         * src/plugins/spamassassin/spamassassin.h
15231                 make learner callbacks return a status (0 for ok),
15232                 handle it in main code to avoid setting flags when learning failed,
15233                 don't learn on TCP if offline in spamassassin,
15234                 thanks to Colin.
15235
15236                 
15237
15238 2006-03-01 [wwp]        2.0.0cvs90
15239
15240         * src/compose.c
15241                 some work around the compose window's account menu,
15242                 patch by Fabien Vantard.
15243
15244 2006-03-01 [wwp]        2.0.0cvs89
15245
15246         * src/plugins/spamassassin/spamassassin.c
15247                 fixed bad logics, was using spamc in local mode and sa-learn
15248                 in remote mode (thanks, Colin).
15249
15250 2006-03-01 [wwp]        2.0.0cvs88
15251
15252         * src/plugins/spamassassin/spamassassin.c
15253         * src/plugins/spamassassin/spamassassin.h
15254         * src/plugins/spamassassin/spamassassin_gtk.c
15255                 made processing of emails w/ sa-plugin an option (default is TRUE),
15256                 fixed Engrish some tooltips, capitalization of some debug messages
15257                 and warnings. The spamassassin plugin now provides two separate
15258                 services: process emails upon incorporation and spamd training.
15259                 Both services (un)register independently but use some common
15260                 plugin settings (transport settings, spam storage location).
15261
15262 2006-02-28 [wwp]        2.0.0cvs87
15263
15264         * src/plugins/spamassassin/spamassassin.c
15265                 fix async flag to spamc cmdline execution (batch exec should
15266                 be asynchronous).
15267
15268 2006-02-27 [wwp]        2.0.0cvs86
15269
15270         * src/plugins/spamassassin/spamassassin.c
15271         * src/plugins/spamassassin/spamassassin.h
15272         * src/plugins/spamassassin/spamassassin_gtk.c
15273                 - added the ability to learn a remote spamassassin server (spamd),
15274                 using spamc.
15275                 - added the spamassassin option 'username', that applies to all
15276                 spamassassin operations (filtering, learning, local or remote).
15277                 The default username is the current unix user (if left blank
15278                 from gtk prefs or config file).
15279                 - commented out some unused code (notebook widget), removed unused
15280                 layout (hbox1).
15281                 - make more widgets sensitive to the transport type.
15282
15283 2006-02-27 [colin]      2.0.0cvs85
15284
15285         * src/plugins/spamassassin/spamassassin.c
15286                 Fix sa-learn call when offline
15287
15288 2006-02-27 [colin]      2.0.0cvs84
15289
15290         * configure.ac
15291         * src/Makefile.am
15292         * src/mainwindow.c
15293         * src/mainwindow.h
15294         * src/messageview.c
15295         * src/messageview.h
15296         * src/prefs_toolbar.c
15297         * src/procmsg.c
15298         * src/stock_pixmap.c
15299         * src/stock_pixmap.h
15300         * src/summaryview.c
15301         * src/toolbar.c
15302         * src/toolbar.h
15303         * src/pixmaps/ham_btn.xpm
15304         * src/pixmaps/spam.xpm
15305         * src/pixmaps/spam_btn.xpm
15306         * src/plugins/spamassassin/spamassassin.c
15307                 Add button in toolbar for spam learning
15308                 Fix a few bugs from the last related commit
15309                 Revert 1.9.6cvs23 which messed up shift-selection
15310
15311 2006-02-24 [colin]      2.0.0cvs83
15312
15313         * src/procmsg.c
15314         * src/summaryview.c
15315         * src/summaryview.h
15316         * src/plugins/spamassassin/spamassassin.c
15317         * src/plugins/spamassassin/spamassassin.h
15318         * src/plugins/spamassassin/spamassassin_gtk.c
15319                 Unregister learner when spamassassin is either
15320                 disabled or over tcp
15321
15322 2006-02-24 [colin]      2.0.0cvs82
15323
15324         * src/Makefile.am
15325         * src/mainwindow.c
15326         * src/mainwindow.h
15327         * src/procmsg.c
15328         * src/procmsg.h
15329         * src/stock_pixmap.c
15330         * src/stock_pixmap.h
15331         * src/summaryview.c
15332         * src/summaryview.h
15333         * src/gtk/icon_legend.c
15334         * src/pixmaps/spam.xpm  ** NEW FILE **
15335         * src/plugins/spamassassin/spamassassin.c
15336         * src/plugins/spamassassin/spamassassin_gtk.c
15337                 Add spam learning interface (Mark/Mark as 
15338                 (spam|ham) menus)
15339
15340 2006-02-24 [wwp]        2.0.0cvs81
15341
15342         * src/compose.c
15343         * src/compose.h
15344         * src/filtering.c
15345                 hide compose window when sending message in batch mode
15346                 (filtering: forward and redirect). Also fixed a wrong
15347                 value returned when sending failed, neutral anyway.
15348                 (Colin, me) 
15349
15350 2006-02-24 [wwp]        2.0.0cvs80
15351
15352         * src/mainwindow.c
15353                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15354
15355 2006-02-24 [paul]       2.0.0cvs79
15356
15357         * src/news.c
15358         * src/news.h
15359         * src/news_gtk.c
15360                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15361                 Thanks to Colin
15362
15363 2006-02-23 [colin]      2.0.0cvs78
15364
15365         * src/alertpanel.c
15366                 Change OK to Close in alertpanel with View log
15367                 button; add accel to View log. Patch by Fabien
15368                 Vantard
15369
15370 2006-02-23 [wwp]        2.0.0cvs77
15371
15372         * src/compose.c
15373                 silly me, there were much more tests to perform, since toolbars can
15374                 really have down to 1 element only.
15375
15376 2006-02-23 [wwp]        2.0.0cvs76
15377
15378         * commitHelper
15379                 fixed indentation from my previous commit. Fallback to VISUAL if
15380                 EDITOR is not set (and to vi, at last resort).
15381
15382 2006-02-23 [wwp]        2.0.0cvs75
15383
15384         * commitHelper
15385                 improved error detection (Colin, me).
15386
15387 2006-02-23 [wwp]        2.0.0cvs74
15388
15389         * src/prefs_toolbar.c
15390                 simplify and fix prefs/toolbars layouting. Combos' contents can
15391                 now be really displayed.
15392
15393 2006-02-23 [wwp]        2.0.0cvs73
15394         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15395         be really displayed.
15396
15397 2006-02-22 [wwp]        2.0.0cvs72
15398
15399         * src/compose.c
15400                 fix a typo in my previous commit (sorry!).
15401
15402 2006-02-22 [wwp]        2.0.0cvs71
15403
15404         * src/prefs_toolbar.c
15405                 fix a crash when adding separators to toolbars,
15406                 also fix some separator item information.
15407
15408 2006-02-22 [wwp]        2.0.0cvs70
15409
15410         * src/compose.c
15411                 fix a crash when redirecting (for instance) when compose window's
15412                 toolbar contents has been customized (when some buttons have been
15413                 removed in fact).
15414
15415 2006-02-21 [wwp]        2.0.0cvs69
15416
15417         * src/summaryview.c
15418         * src/gtk/pluginwindow.c
15419         * src/plugins/pgpcore/prefs_gpg.c
15420                 fix some compilation warnings (feat. remains of removed code).
15421
15422 2006-02-21 [wwp]        2.0.0cvs68
15423
15424         * src/gtk/gtkutils.c
15425                 fix two compilation issues, thanks to Stephan Sachse.
15426
15427 2006-02-20 [colin]      2.0.0cvs67
15428
15429         * src/mainwindow.c
15430                 Don't reselect displayed mail on refocus
15431                 This fixes actions misbehaving 
15432
15433 2006-02-20 [wwp]        2.0.0cvs66
15434
15435         * src/summaryview.c
15436         * src/gtk/gtksctree.c
15437         * src/gtk/gtkshruler.c
15438                 changed more runtime typecast checks.
15439
15440 2006-02-20 [wwp]        2.0.0cvs65
15441
15442         * src/summary_search.c
15443                 find all - summaryview refresh issue fixed, thanks to Colin.
15444
15445 2006-02-20 [wwp]        2.0.0cvs64
15446
15447         * src/gtk/gtkutils.c
15448                 better runtime typecast checks.
15449
15450 2006-02-20 [wwp]        2.0.0cvs63
15451
15452         * src/summary_search.c
15453                 enhancements to the summary search:
15454                         - add the ability to stop the running search
15455                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15456                         - don't search if no criteria (From/To/Subject/Body) is set
15457                         - ensure that a busy mouse pointer is always shown when searching,
15458                           show it even a bit earlier
15459
15460 2006-02-19 [colin]      2.0.0cvs62
15461
15462         * src/compose.c
15463         * src/imap.c
15464         * src/etpan/imap-thread.c
15465         * src/etpan/imap-thread.h
15466                 (Future) IMAP speed improvement on sending
15467                 Will require a libetpan update
15468         * src/summaryview.c
15469         * src/gtk/quicksearch.c
15470                 Make quicksearch clearable while running.
15471
15472 2006-02-17 [colin]      2.0.0cvs61
15473
15474         * src/imap.c
15475         * src/etpan/imap-thread.c
15476         * src/etpan/imap-thread.h
15477                 Check for IMAP certificates
15478                 ** Requires libetpan-0.42-cvs4 
15479                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15480
15481 2006-02-17 [colin]      2.0.0cvs60
15482
15483         * src/messageview.c
15484         * src/prefs_common.c
15485         * src/prefs_common.h
15486         * src/prefs_message.c
15487                 Add pref to display HTML-only mails with plugin, 
15488                 if possible (defaulting to FALSE of course).
15489
15490 2006-02-16 [colin]      2.0.0cvs59
15491
15492         * src/main.c
15493         * src/common/plugin.c
15494         * src/common/plugin.h
15495         * src/gtk/pluginwindow.c
15496                 Keep track of requested (but unloaded) plugins
15497                 in some error cases.
15498
15499 2006-02-16 [wwp]        2.0.0cvs58
15500
15501         * src/gtk/gtkaspell.c
15502         * src/gtk/gtkaspell.h
15503         * src/prefs_spelling.c
15504         * src/compose.c
15505         * src/prefs_common.c
15506         * src/prefs_common.h
15507                 implemented new optional spellchecker behaviour: re-check message when
15508                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15509
15510 2006-02-16 [wwp]        2.0.0cvs57
15511
15512         * src/quote_fmt_parse.y
15513                 pclose popen'ed pipe.
15514
15515 2006-02-15 [colin]      2.0.0cvs56
15516
15517         * src/mimeview.c
15518         * src/mimeview.h
15519                 Let MimeViewers know which MimeView they
15520                 depend of.
15521         * src/summaryview.c
15522                 Swap From/To columns in Sent/Queue/Drafts
15523                 folders
15524         * src/etpan/imap-thread.c
15525                 Use mailstream_low_tls_open() for STARTTLS
15526                 instead of mailstream_low_ssl_open()
15527                 ** REQUIRES libetpan 0.42cvs3 **
15528
15529 2006-02-15 [wwp]        2.0.0cvs55
15530
15531         * src/compose.c
15532         * src/compose.h
15533         * src/message_search.c
15534         * src/message_search.h
15535         * src/textview.c
15536         * src/gtk/gtkutils.c
15537         * src/gtk/gtkutils.h
15538                 added the ability to Find text in the compose window (and a bit
15539                 of code factorization).
15540
15541 2006-02-15 [wwp]        2.0.0cvs54
15542
15543         * src/prefs_gtk.c
15544                 yet another one file was missing (fix for some widgets' sensitivity).
15545                 Thanks Colin!
15546
15547 2006-02-15 [wwp]        2.0.0cvs53
15548
15549         * src/prefs_gtk.h
15550                 oops forgot that file (fix for some widgets' sensitivity).
15551
15552 2006-02-15 [wwp]        2.0.0cvs52
15553
15554         * src/summary_search.c
15555                 implemented advanced summary search options (added the ability
15556                 to use matcher conditions in an advanced search mode).
15557
15558 2006-02-15 [wwp]        2.0.0cvs51
15559
15560         * src/plugins/pgpcore/prefs_gpg.c
15561         * src/prefs_account.c
15562                 fix some widget sensitivity, mostly around some labels in
15563                 account prefs.
15564
15565 2006-02-15 [paul]       2.0.0cvs50
15566
15567         * manual/advanced.xml
15568                 improve Templates info
15569                 written by wwp
15570
15571 2006-02-14 [colin]      2.0.0cvs49
15572
15573         * src/pixmaps/address_book.xpm
15574         * src/pixmaps/preferences.xpm
15575         * src/pixmaps/properties.xpm
15576                 Fix pixmap size - patch by Fabien Vantard
15577
15578 2006-02-13 [colin]      2.0.0cvs48
15579
15580         * src/procmime.c
15581                 Add missing fclose()s on error
15582         * src/textview.c
15583                 Remove unused code
15584         * src/common/utils.c
15585                 Fix temp files not being deleted on windows
15586         Patches by Thomas Gilgin
15587
15588 2006-02-13 [colin]      2.0.0cvs47
15589
15590         * src/mainwindow.c
15591                 Fix exit crash
15592
15593 2006-02-13 [wwp]        2.0.0cvs46
15594
15595         * src/plugins/pgpcore/prefs_gpg.c
15596                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15597
15598 2006-02-12 [colin]      2.0.0cvs45
15599
15600         * src/folderview.c
15601         * src/main.c
15602         * src/mainwindow.c
15603                 Fix "stuff" when quitting
15604
15605 2006-02-12 [wwp]        2.0.0cvs44
15606
15607         * src/prefs_themes.c
15608                 fix typos in debug messages.
15609
15610 2006-02-11 [colin]      2.0.0cvs43
15611
15612         * src/summaryview.c
15613                 don't allow drag/drop from ourself
15614
15615 2006-02-10 [wwp]        2.0.0cvs42
15616
15617         * src/exporthtml.c
15618         * src/html.c
15619         * src/html.h
15620         * src/procmime.c
15621         * src/textview.c
15622                 renamed html_ prefixed functions and data structures to avoid
15623                 namespace clashes w/ other software (gtkhtml2 for instance).
15624                 Closes bug #907.
15625
15626
15627 2006-02-09 [colin]      2.0.0cvs41
15628
15629         * src/summaryview.c
15630                 Fix shitty logic messed up. Thanks Ticho for the hint!
15631
15632 2006-02-09 [wwp]        2.0.0cvs40
15633
15634         * src/gtk/about.c
15635         * src/compose.c
15636         * src/prefs_account.c
15637         * src/prefs_gtk.h
15638         * src/editaddress.c
15639                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15640                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15641                 Browse buttons in accounts prefs.
15642
15643 2006-02-09 [colin]      2.0.0cvs39
15644
15645         * src/matcher.c
15646                 Check for pointer before using its members
15647         * src/gtk/gtksourceprintjob.c
15648                 Fix a wrong warning
15649
15650 2006-02-09 [wwp]        2.0.0cvs38
15651
15652         * src/gtk/filesel.c
15653                 fix few compiler warnings (type mismatch).
15654
15655 2006-02-09 [paul]       2.0.0cvs37
15656
15657         * po/fr.po
15658                 updated by Fabien Vantard
15659
15660 2006-02-08 [colin]      2.0.0cvs36
15661
15662         * src/prefs_common.c
15663         * src/common/defs.h
15664         * src/common/plugin.c
15665                 allow windows and linux configurations to coexist
15666                 patch by Thomas Gilgin
15667
15668 2006-02-08 [colin]      2.0.0cvs35
15669
15670         * src/filtering.c
15671         * src/matcher.c
15672         * src/matcher.h
15673         * src/matcher_parser_parse.y
15674         * src/prefs_filtering_action.c
15675         * src/prefs_matcher.c
15676                 Add the "Ignore thread" filtering
15677                 action
15678
15679 2006-02-08 [colin]      2.0.0cvs34
15680
15681         * src/compose.c
15682         * src/procmime.c
15683         * src/procmime.h
15684                 Fix bug #905 (damaged attachment)
15685                 text files with raw \0's aren't really text files
15686         FOR_STABLE
15687
15688 2006-02-08 [colin]      2.0.0cvs33
15689
15690         * src/summaryview.c
15691                 Fix crasher introduced yesterday
15692
15693 2006-02-08 [wwp]        2.0.0cvs32
15694
15695         * src/compose.c
15696         * src/compose.h
15697                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15698
15699 2006-02-08 [wwp]        2.0.0cvs31
15700
15701         * src/prefs_template.c
15702                 templates enhancement: allow address completion for Cc and Bcc fields
15703                 (it was currently possible for the To field only)
15704
15705 2006-02-08 [colin]      2.0.0cvs30
15706
15707         * src/compose.c
15708                 Don't unblock if not blocked
15709         FOR_STABLE
15710
15711 2006-02-07 [colin]      2.0.0cvs29
15712
15713         * src/action.c
15714                 Forgot to refresh summaryview
15715
15716 2006-02-07 [colin]      2.0.0cvs28
15717
15718         * src/action.c
15719                 Freeze/thaw message list and folder list while
15720                 processing %as{} actions 
15721         * src/compose.c
15722                 Fix auto-wrap disabling after a middle-click
15723                 paste - FOR_STABLE
15724
15725 2006-02-07 [paul]       2.0.0cvs27
15726
15727         * src/folder.c
15728                 fix freeing of uninitialised pointers
15729                 Thanks to Colin
15730
15731 2006-02-06 [colin]      2.0.0cvs26
15732
15733         * src/folder.c
15734                 Use g_slist_prepend in potentially big list
15735
15736 2006-02-06 [colin]      2.0.0cvs25
15737
15738         * src/folder.c
15739                 Completely skip processing if it doesn't 
15740                 exist (faster!)
15741
15742 2006-02-06 [colin]      2.0.0cvs24
15743
15744         * src/folder.c
15745         * src/summaryview.c
15746                 Batch filtering in summaryview (from Tools menu)
15747                 and pre/post//-processing too
15748
15749 2006-02-06 [colin]      2.0.0cvs23
15750
15751         * src/procmsg.h
15752         * src/filtering.c
15753                 Use a special field for batch filtering instead
15754                 of stepping on deferred execution's toes
15755
15756 2006-02-06 [colin]      2.0.0cvs22
15757
15758         * src/action.c
15759         * src/filtering.c
15760         * src/filtering.h
15761         * src/folder.c
15762         * src/summaryview.c
15763                 Fix filtering via menus and actions
15764
15765 2006-02-06 [colin]      2.0.0cvs21
15766
15767         * src/imap.c
15768                 Put the added file directly to cache if possible (will work
15769                 with next libetpan)
15770         * src/filtering.c
15771         * src/filtering.h
15772         * src/inc.c
15773         * src/folder.c
15774         * src/mbox.c
15775         * src/procmsg.h
15776                 Move and copy filtered messages by batches instead of one
15777                 by one - faster on IMAP
15778         * src/procmsg.c
15779                 Add a function that'll possibly be useful later
15780
15781 2006-02-06 [colin]      2.0.0cvs20
15782
15783         * src/addressbook.c
15784                 Use internal mime-type instead of text/plain for d'n'd
15785         * src/compose.c
15786                 Allow attaching files from mimeview's icon list via d'n'd
15787         * src/folderview.c
15788         * src/folderview.h
15789                 Use internal mime-type instead of text/plain for d'n'd
15790                 Don't try to selected opened folder if none is
15791                 Factorize d'n'd from other apps code
15792         * src/headerview.c
15793         * src/textview.c
15794         * src/gtk/gtkutils.c
15795         * src/gtk/gtkutils.h
15796                 Factorize Face/X-Face stuff
15797         * src/mimeview.c
15798                 Fix d'n'd to other apps
15799         * src/prefs_message.c
15800                 Let the XFace pref be usable without libcompface as it also
15801                 applies to Face
15802         * src/summaryview.c
15803                 Fix d'n'd to other apps
15804                 Factorize d'n'd from other apps code
15805
15806 2006-02-06 [wwp]        2.0.0cvs19
15807
15808         * po/it.po
15809                 Italian translation fixes by Andrea Spadaccini (no more confusion
15810                 between filtering and processing, and few changes in the About
15811                 dialog).
15812
15813
15814 2006-02-06 [mones]      2.0.0cvs18
15815
15816         * src/gtk/icon_legend.c
15817                 Improved descriptions allowing better translations
15818
15819 2006-02-05 [colin]      2.0.0cvs17
15820
15821         * src/imap.c
15822                 Add the f*cking missing expunge that caused imap_fetch_env
15823                 to fail after an add_msgs ! :-///
15824         * src/etpan/imap-thread.c
15825                 Add a bit of debug
15826         FOR_STABLE
15827
15828 2006-02-05 [colin]      2.0.0cvs16
15829
15830         * src/common/utils.c
15831                 Don't check for return-path (or we can't put
15832                 back non-sent mails)
15833
15834 2006-02-05 [colin]      2.0.0cvs15
15835
15836         * src/textview.c
15837                 Don't try to display Face header in textview
15838                 when teh headerview's active
15839
15840 2006-02-05 [colin]      2.0.0cvs14
15841
15842         * tools/tbird2syl.py
15843         * tools/Makefile.am
15844                 Add script to import Thunderbird mails
15845
15846 2006-02-05 [colin]      2.0.0cvs13
15847
15848         * src/headerview.c
15849         * src/procheader.c
15850         * src/procmsg.c
15851         * src/procmsg.h
15852         * src/textview.c
15853                 Show Face headers - patch partially by Klaus Flittner
15854
15855 2006-02-05 [colin]      2.0.0cvs12
15856
15857         * src/folderview.c
15858         * src/summaryview.c
15859         * src/common/utils.c
15860         * src/common/utils.h
15861                 Let dnd work from mime icons to summaryview
15862                 and to folderview too
15863                 Add a crude test to avoid trying to add files
15864                 drag'n'dropped when they're not mails
15865
15866 2006-02-04 [colin]      2.0.0cvs11
15867
15868         * src/summaryview.c
15869         * src/mimeview.c
15870                 Fix utf8 conversion
15871
15872 2006-02-04 [colin]      2.0.0cvs10
15873
15874         * src/compose.c
15875         * src/folderview.c
15876         * src/mimeview.c
15877         * src/summaryview.c
15878         * src/summaryview.h
15879                 Added various drag and drop capas:
15880                 From                    To
15881                 summaryview             other apps
15882                 mimeview icons          other apps
15883                 other apps              summaryview
15884                 other apps              folderview
15885
15886                 This shouldn't have broken the existing:
15887                 From                    To
15888                 summaryview             folderview
15889                 folderview              folderview
15890                 summaryview             compose's attachments
15891
15892         Tests welcomed.
15893
15894 2006-02-02 [paul]       2.0.0cvs9
15895
15896         * src/mainwindow.c
15897                 move global option 'Set displayed columns...' out
15898                 of folder option grouping.
15899                 fix sensitivity of 'harvest addresses'
15900         FOR_STABLE
15901
15902 2006-02-01 [colin]      2.0.0cvs8
15903
15904         * src/mimeview.c
15905                 Revert the alertpanel patch, it sucks (intrusive
15906                 and gets in the way of "open")
15907
15908 2006-02-01 [colin]      2.0.0cvs7
15909
15910         * src/compose.c
15911         * src/prefs_account.c
15912         * src/prefs_common.c
15913         * src/common/defs.h
15914         * src/common/utils.c
15915         * src/common/utils.h
15916                 Add ability to edit the signature file
15917                 from the account preferences, and use
15918                 a default for the text editor.
15919                 Patch by Fabien Vantard
15920
15921 2006-02-01 [colin]      2.0.0cvs6
15922
15923         * src/mimeview.c
15924                 Try to get mime type by extension if it is
15925                 application/octet-stream
15926                 Display a window with possible choices when
15927                 encountering unknown mime types
15928         * src/gtk/filesel.c
15929         * src/gtk/filesel.h
15930                 Add preview
15931                 Allow multiple selection in filtered filesel
15932                 (patch by Fabien Vantard)
15933         * src/gtk/pluginwindow.c
15934                 Use it (patch by Fabien Vantard)
15935
15936 2006-02-01 [paul]       2.0.0cvs5
15937
15938         * src/jpilot.c
15939                 fix crash on creating jpilot address book
15940                 Thanks to Colin - FOR_STABLE
15941         * src/prefs_summaries.c
15942         * src/prefs_wrapping.c
15943         * src/gtk/icon_legend.c
15944         * src/gtk/quicksearch.c
15945                 string fixes and additions
15946
15947 2006-02-01 [paul]       2.0.0cvs4
15948
15949         * src/compose.c
15950         * src/mainwindow.c
15951         * src/messageview.c
15952         * src/prefs_send.c
15953                 add Arabic encoding option
15954                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15955
15956 2006-01-31 [colin]      2.0.0cvs3
15957
15958         * src/plugins/pgpcore/passphrase.c
15959                 Convert passphrase to locale encoding
15960         * src/compose.c
15961                 Fix drafting on IMAP. Crappy bug sneaked in
15962                 the release :-/
15963         FOR_STABLE
15964
15965 2006-01-30 [paul]       2.0.0cvs2
15966
15967         * src/gtk/icon_legend.c
15968                 show the new entries
15969
15970 2006-01-30 [colin]      2.0.0cvs1
15971
15972         * src/manual.c
15973                 Check for the file to be present before 
15974                 enabling the menu - FOR_STABLE
15975         * src/gtk/icon_legend.c
15976                 Add folders icons (not all of them, there
15977                 are too much, but the most intriguing ones)
15978
15979 2006-01-30 [paul]       2.0.0
15980
15981         version 2.0.0 released
15982
15983 [For previous entries, see ChangeLog.pre2.0.0]