2007-10-03 [colin] 3.0.2cvs4
[claws.git] / ChangeLog
1 2007-10-03 [colin]      3.0.2cvs4
2
3         * src/matcher.c
4         * src/gtk/quicksearch.c
5                 Fix bug 1340, 'Case insensitive searches with 
6                 non-ascii alphabets fail'.
7
8 2007-10-03 [colin]      3.0.2cvs3
9
10         * src/main.c
11         * src/common/utils.c
12         * src/common/utils.h
13                 Implement run-time alternative config directories
14
15 2007-10-03 [colin]      3.0.2cvs2
16
17         * src/folderview.c
18                 Prevent opening folder item while folder
19                 is scanned in a better way
20
21 2007-10-02 [paul]       3.0.2cvs1
22
23         * NEWS
24         * README
25         * RELEASE_NOTES
26         * configure.ac
27                 bump up version number following stable release
28
29 2007-09-30 [colin]      3.0.1cvs49
30
31         * src/imap.c
32                 Refresh session if needed
33
34 2007-09-30 [colin]      3.0.1cvs48
35
36         * src/imap.c
37                 Reset folder's session to NULL
38                 before destroying it
39
40 2007-09-30 [mones]      3.0.1cvs47
41
42         * manual/handling.xml
43                 Use markup quotes instead hardcoded quotes
44         * manual/es/handling.xml
45                 Added new synced section (IMAP subscriptions)
46
47 2007-09-29 [colin]      3.0.1cvs46
48
49         * src/imap.c
50                 Notice disconnections faster
51
52 2007-09-28 [colin]      3.0.1cvs45
53
54         * src/addressbook.c
55         * src/addrindex.c
56                 Fix warnings
57
58 2007-09-28 [paul]       3.0.1cvs44
59
60         * src/mimeview.c
61                 fix maemo build
62
63 2007-09-28 [paul]       3.0.1cvs43
64
65         * src/account.c
66                 use gtk_widget_set_size_request() on the label
67                 so that wrapping works better. get rid of the
68                 (partially deprecated) hbutton_box.
69                 these changes should prevent buttons overlapping
70                 on maemo
71
72 2007-09-28 [colin]      3.0.1cvs42
73
74         * src/pop.c
75                 Fix typo :)
76
77 2007-09-28 [colin]      3.0.1cvs41
78
79         * src/compose.c
80         * src/msgcache.c
81         * src/pop.c
82         * src/procmime.c
83         * src/etpan/imap-thread.c
84                 64bits-related warning fixes
85
86 2007-09-28 [colin]      3.0.1cvs40
87
88         * src/folder_item_prefs.c
89         * src/ldaputil.c
90         * src/mainwindow.c
91         * src/mimeview.c
92         * src/common/tags.c
93                 Fix warnings
94
95 2007-09-28 [colin]      3.0.1cvs39
96
97         * src/plugins/spamassassin/spamassassin.c
98         * src/plugins/spamassassin/spamassassin.h
99         * src/plugins/spamassassin/spamassassin_gtk.c
100                 Add addressbook-based whitelisting
101
102 2007-09-28 [colin]      3.0.1cvs38
103
104         * src/folder.c
105                 Fix bug 1337, 'crash on pressing Send button'
106
107 2007-09-28 [paul]       3.0.1cvs37
108
109         * src/prefs_folder_item.c
110                 give the orphans a parent. makes all prefs
111                 pages visible on maemo
112
113 2007-09-28 [colin]      3.0.1cvs36
114
115         * src/prefs_folder_column.c
116         * src/prefs_summary_column.c
117                 Fix two leaks
118
119 2007-09-27 [colin]      3.0.1cvs35
120
121         * src/gtk/quicksearch.c
122                 Fix bug 1336, 'Segfault if empty space before search-string'
123
124 2007-09-26 [mones]      3.0.1cvs34
125
126         * manual/account.xml
127         * manual/plugins.xml
128                 Fixed irc channel name, added some docbook markup.
129                 Changed text markup to docbook markup. 
130                 Added spamcop as supported in SpamReport description.
131         * manual/fr/plugins.xml
132                 Fixed irc channel name.
133         * manual/es/account.xml
134         * manual/es/advanced.xml
135         * manual/es/claws-mail-manual.xml
136         * manual/es/glossary.xml
137         * manual/es/gpl.xml
138         * manual/es/keyboard.xml
139         * manual/es/plugins.xml
140                 Synced with English version, fixed a couple of typos.
141
142 2007-09-26 [colin]      3.0.1cvs33
143
144         * configure.ac
145                 Explain why "Libgnomeprint: no" on GTK+ 2.10
146
147 2007-09-26 [colin]      3.0.1cvs32
148
149         * src/messageview.c
150         * src/procmsg.c
151         * src/procmsg.h
152                 Optimisation: avoid fetching mail 3 times locally
153                 for displaying
154
155 2007-09-26 [colin]      3.0.1cvs31
156
157         * src/mh.c
158                 Fix missing static
159
160 2007-09-26 [colin]      3.0.1cvs30
161
162         * src/folder.c
163         * src/folder.h
164         * src/mh.c
165         * src/mh.h
166                 Fix MH mtime hack - make it a folder class function
167
168 2007-09-26 [colin]      3.0.1cvs29
169
170         * src/inc.c
171                 Fix bug 1334, 'user defined mail incorporation 
172                 script not run'
173
174 2007-09-25 [colin]      3.0.1cvs28
175
176         * src/codeconv.c
177                 Optimisation: shortcut conv_codeset_strdup
178                 when src_code and dest_code are the same
179         * src/common/xml.c
180         * src/common/xml.h
181                 Optimisation: shortcut code conversions when
182                 files are in UTF-8; faster list walking by
183                 using prepend/reverse.
184
185 2007-09-25 [holger]     3.0.1cvs27
186
187         * src/printing.c
188                 Replace button bar of the preview window
189                 with a real toolbar (patch by Colin)
190                 Add zooming to the preview window
191
192 2007-09-24 [paul]       3.0.1cvs26
193
194         * src/compose.c
195                 compact the character set menu, adding some
196                 missing encodings. Patch by Pawel Pekala
197
198 2007-09-23 [paul]       3.0.1cvs25
199
200         * src/prefs_account.c
201         * src/prefs_folder_item.c
202         * src/prefs_quote.c
203         * src/quote_fmt.c
204         * src/quote_fmt.h
205                 remove unnecessary frame from Templates options
206                 and improve the English of the check button label
207
208 2007-09-22 [colin]      3.0.1cvs24
209
210         * src/gtk/quicksearch.c
211                 Fix bug 1329, 'error in quicksearch.c'
212                 Fix return with value in function returning void
213
214 2007-09-22 [colin]      3.0.1cvs23
215
216         * src/imap.c
217         * src/procmsg.h
218         * src/common/utils.c
219         * src/common/utils.h
220         * src/etpan/imap-thread.c
221                 Optimise fetching IMAP cached emails *a lot*
222                 (remember whether mail is fully cached and \r's
223                  are already stripped)
224
225 2007-09-22 [colin]      3.0.1cvs22
226
227         * src/folder.c
228         * src/folder.h
229         * src/prefs_folder_item.c
230                 Add a button to allow users to drop local caches.
231
232 2007-09-21 [colin]      3.0.1cvs21
233
234         * src/summaryview.c
235                 Remove unnecessary error when cancelling export to mbox.
236                 Patch by Pawel
237
238 2007-09-21 [paul]       3.0.1cvs20
239
240         * src/gtk/prefswindow.c
241                 remove unnecessary frames from the prefs
242                 pages. Patch by Pawel Pekala
243
244 2007-09-21 [paul]       3.0.1cvs19
245
246         * src/prefs_account.c
247         * src/prefs_folder_item.c
248         * src/prefs_quote.c
249         * src/quote_fmt.c
250                 put the Templates options into a tabbed
251                 layout. Patch by Pawel Pekala
252
253 2007-09-21 [paul]       3.0.1cvs18
254
255         * src/mainwindow.c
256                 group together the character set menu items
257                 move the /View/Show or hide/Message view below
258                 .../Toolbar menu item
259                 Patch by Pawel Pekala
260
261 2007-09-21 [mones]      3.0.1cvs17
262
263         * src/compose.c
264                 Fix for bug 1327, 'segfault when replying to a non-existent
265                 news message', thanks to Colin.
266
267 2007-09-21 [colin]      3.0.1cvs16
268
269         * src/folderview.c
270                 Complete 3.0.1cvs15
271
272 2007-09-20 [colin]      3.0.1cvs15
273
274         * src/folderview.c
275         * src/folderview.h
276                 Maybe fix bug 1324, 'Corrupted IMAP cache'
277
278 2007-09-20 [colin]      3.0.1cvs14
279
280         * src/printing.c
281                 Fix a little leak
282
283 2007-09-20 [holger]     3.0.1cvs13
284
285         * src/printing.c
286                 Add page layout to print preview.
287                 Make the close-button in the toolbar
288                 right-aligned.
289
290 2007-09-20 [paul]       3.0.1cvs12
291
292         * po/ru.po
293                 updated by Pavlo Bohmat
294
295 2007-09-19 [colin]      3.0.1cvs11
296
297         * src/common/utils.c
298                 Prevent unquoted mime boundaries, by always
299                 using a /
300
301 2007-09-19 [colin]      3.0.1cvs10
302
303         * src/printing.c
304                 Fix drawing area size, fix DPI change that
305                 can cause total number of lines to decrease
306
307 2007-09-19 [colin]      3.0.1cvs9
308
309         * po/POTFILES.in
310         * src/printing.c
311                 Make print preview more efficient and nicer.
312                 Patch mostly by Holger Berndt <hb@claws-mail.org>
313
314 2007-09-19 [colin]      3.0.1cvs8
315
316         * src/prefs_common.c
317         * src/prefs_common.h
318         * src/printing.c
319                 Add scrolledwindow, default allocation and
320                 size saving to the print preview window.
321
322 2007-09-18 [colin]      3.0.1cvs7
323
324         * src/prefs_common.c
325         * src/prefs_common.h
326         * src/prefs_image_viewer.c
327         * src/printing.c
328                 GtkPrintOperation:
329                 - add image printing support
330                 - add option to print images
331                 - add preview widget
332                 - add saving of a few Page Setup parameters
333
334 2007-09-18 [colin]      3.0.1cvs6
335
336         * AUTHORS
337         * src/gtk/authors.h
338                 Add Guillaume Chazarain
339
340 2007-09-18 [colin]      3.0.1cvs5
341
342         * src/common/utils.c
343                 Fix bug 1321, 'access before allocation 
344                 when scanning for uris'. Patch by 
345                 Guillaume Chazarain <guichaz@yahoo.fr>
346
347 2007-09-18 [colin]      3.0.1cvs4
348
349         * src/toolbar.c
350                 Fix bug 1320, 'Memory leak caused by 
351                 gtk_container_get_children'. Patch by
352                 Guillaume Chazarain <guichaz@yahoo.fr>
353
354 2007-09-18 [colin]      3.0.1cvs3
355
356         * src/printing.c
357         * src/printing.h
358                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
359
360 2007-09-18 [colin]      3.0.1cvs2
361
362         * src/Makefile.am
363         * src/mainwindow.c
364         * src/messageview.c
365         * src/messageview.h
366         * src/prefs_ext_prog.c
367         * src/prefs_fonts.c
368         * src/printing.c
369         * src/printing.h
370         * src/summaryview.c
371                 Use GtkPrintOperation by default on GTK+ >= 2.10
372                 Patch by Holger Berndt <hb@claws-mail.org>
373
374 2007-09-18 [paul]       3.0.1cvs1
375
376         * NEWS
377         * README
378         * RELEASE_NOTES
379         * configure.ac
380                 bump up version number following stable release
381
382 2007-09-16 [colin]      3.0.0cvs18
383
384         * src/folder.c
385                 Fix possible memleak
386
387 2007-09-16 [colin]      3.0.0cvs17
388
389         * src/folderview.c
390                 Fix bug 1311, 'Wrong arrow position 
391                 while moving message into folder when 
392                 column headers hidden'
393         * src/image_viewer.c
394                 Show error in the GUI if image can't
395                 be loaded
396         * src/matcher.c
397                 Fix spurious output
398         * src/messageview.c
399                 Allow setting domain in msgid
400         * src/common/plugin.c
401                 Add timing information
402
403 2007-09-16 [colin]      3.0.0cvs16
404
405         * src/account.c
406         * src/compose.c
407         * src/prefs_account.c
408         * src/prefs_account.h
409         * src/prefs_template.c
410         * src/common/utils.c
411                 Remove Generate Message-ID option. We need
412                 this on some IMAP servers.
413
414 2007-09-16 [colin]      3.0.0cvs15
415
416         * src/prefs_filtering.c
417         * src/prefs_filtering.h
418         * src/prefs_filtering_action.c
419         * src/common/tags.c
420                 Fix tags issues: tags with spaces, renaming
421                 tags.
422
423 2007-09-16 [colin]      3.0.0cvs14
424
425         * src/folderview.c
426         * src/main.c
427         * src/mainwindow.c
428                 Fix bug 1308, 'Claws deletes folderlist.xml after
429                 fetching mail short after start-up'
430
431 2007-09-16 [colin]      3.0.0cvs13
432
433         * src/compose.c
434                 Fix scrolling to cursor
435
436 2007-09-16 [paul]       3.0.0cvs12
437
438         * po/sr.po
439                 updated by Aleksandar Urosevic
440
441 2007-09-16 [paul]       3.0.0cvs11
442
443         * src/folder.c
444                 do not allow locked msgs to be deleted,
445                 even by filtering/processing
446
447 2007-09-07 [paul]       3.0.0cvs10
448
449         * src/prefs_folder_column.c
450         * src/prefs_summary_column.c
451                 implement button sensitivity
452                 patch by Pawel Pekala
453
454 2007-09-06 [wwp]        3.0.0cvs9
455
456         * src/prefs_gtk.c
457                 Add a missing linefeed to a debug message.
458
459 2007-09-05 [colin]      3.0.0cvs8
460
461         * src/inc.c
462                 Fix statusbar/window mismatch on Maemo
463
464 2007-09-05 [colin]      3.0.0cvs7
465
466         * src/ldaputil.c
467                 Fix build without USE_LDAP_TLS
468
469 2007-09-05 [colin]      3.0.0cvs6
470
471         * src/folder.c
472         * src/imap.c
473         * src/inc.c
474         * src/mbox.c
475         * src/send_message.c
476         * src/statusbar.c
477         * src/statusbar.h
478                 Maemo: distinguish various statusbar messages,
479                 in order to display only the most important.
480
481 2007-09-04 [wwp]        3.0.0cvs5
482
483         * src/account.c
484                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
485                 Show protocol "SMTP" and the appropriate server for send-only
486                 accounts, show "-" instead of "" when no value is relevant.
487
488 2007-09-03 [ticho]      3.0.0cvs4
489
490         * src/summaryview.c
491                 Handle plural form better in delete confirmation dialog.
492
493 2007-09-03 [wwp]        3.0.0cvs3
494
495         * src/compose.c
496                 Warn differently when sending or sending later (queueing).
497
498 2007-09-03 [colin]      3.0.0cvs2
499
500         * src/procmime.c
501         * src/procmime.h
502         * src/common/plugin.c
503         * src/common/plugin.h
504                 Add a new plugin API, MimeParser. It allows
505                 plugins to scan email MIME parts and optionally,
506                 transform them.
507
508 2007-09-03 [mones]      3.0.0cvs1
509
510         * po/es.po
511                 Updated translation
512         * src/common/defs.h
513                 While a better solution is made double history sizes
514
515 2007-09-03 [paul]       3.0.0
516
517         * NEWS
518         * README
519         * RELEASE_NOTES
520                 3.0.0 released
521
522 2007-09-03 [paul]       2.10.0cvs191
523
524         * po/bg.po
525         * po/ca.po
526         * po/de.po
527         * po/fi.po
528         * po/fr.po
529         * po/hu.po
530         * po/it.po
531         * po/pl.po
532         * po/pt_BR.po
533         * po/ru.po
534         * po/sk.po
535         * po/zh_CN.po
536                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
537                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
538                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
539                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
540
541 2007-09-02 [colin]      2.10.0cvs190
542
543         * src/edittags.c
544         * src/common/tags.c
545                 Prevent empty or white-space tags
546
547 2007-09-01 [colin]      2.10.0cvs189
548
549         * src/main.c
550                 Fix double-reading of accounts list when
551                 the wizard has been run due to no accounts
552         * src/mainwindow.c
553                 Fix sensitivity of a menu item in case 
554                 there's no account
555
556 2007-09-01 [wwp]        2.10.0cvs188
557
558         * src/wizard.c
559                 Fix wizard crash when Mailbox dir already exists
560                 (thanks to Colin).
561
562 2007-08-31 [colin]      2.10.0cvs187
563
564         * src/etpan/imap-thread.c
565                 Fix unwanted creation of 
566                 libetpan's stream dump file
567         * src/compose.c
568                 Fix coloring of pastes as quotation
569         * src/summaryview.c
570                 Maemo: Fix opening of mails from keypad
571                 in Sent folders
572         * src/addressbook.c
573         * src/folderview.c
574         * src/image_viewer.c
575         * src/mimeview.c
576         * src/gtk/prefswindow.c
577                 Maemo: Fix adjustments changes 
578
579 2007-08-30 [colin]      2.10.0cvs186
580
581         * src/folderview.c
582                 Don't opened selected folder when clicking
583                 on white space
584         * src/mainwindow.c
585                 Maemo: Make Esc close messageviews
586         * src/messageview.c
587                 Maemo: Fix message scrolling to the end on 
588                 opening
589                 Maemo: Fix reopening same message
590         * src/gtk/prefswindow.c
591                 Maemo: try to fix scrollbar. Doesn't work,
592                 it seems as if gtk_adjustment_set_value was
593                 a noop.
594
595 2007-08-30 [colin]      2.10.0cvs185
596
597         * src/compose.c
598         * src/folderview.c
599         * src/main.c
600         * src/prefs_matcher.c
601         * src/prefs_template.c
602         * src/quote_fmt.c
603         * src/send_message.c
604         * src/toolbar.c
605         * src/gtk/gtkaspell.c
606         * src/plugins/bogofilter/bogofilter.c
607         * src/plugins/bogofilter/bogofilter_gtk.c
608         * src/plugins/clamav/clamav_plugin_gtk.c
609         * src/plugins/pgpcore/sgpgme.c
610         * src/plugins/spamassassin/spamassassin.c
611         * src/plugins/spamassassin/spamassassin_gtk.c
612                 Fix all potential misuses of format-string functions
613
614 2007-08-30 [wwp]        2.10.0cvs184
615
616         * src/prefs_template.c
617                 Fix a leak.
618
619 2007-08-29 [colin]      2.10.0cvs183
620
621         * src/plugins/trayicon/trayicon.c
622                 Fix leak of hooks in case of error,
623                 thanks to Holger Berndt
624
625 2007-08-28 [colin]      2.10.0cvs182
626
627         * src/mainwindow.c
628                 Don't use current folder settings when
629                 composing from the compose button's
630                 account selector
631
632 2007-08-28 [colin]      2.10.0cvs181
633
634         * src/quote_fmt_parse.y
635                 Fix cursor offset when quote contains UTF-8
636                 chars
637
638 2007-08-28 [colin]      2.10.0cvs180
639
640         * src/compose.c
641         * src/compose.h
642                 Fix signature replacement when it's been wrapped
643
644 2007-08-27 [colin]      2.10.0cvs179
645
646         * src/summaryview.c
647                 Fix indentation
648
649 2007-08-27 [colin]      2.10.0cvs178
650
651         * src/summaryview.c
652                 Fix Quicksearch's Sticky mode
653
654 2007-08-27 [colin]      2.10.0cvs177
655
656         * src/folder_item_prefs.c
657         * src/folder_item_prefs.h
658         * src/imap_gtk.c
659         * src/mh_gtk.c
660                 Fix loss of subfolders properties when
661                 renaming a folder
662
663 2007-08-26 [wwp]        2.10.0cvs176
664
665         * src/alertpanel.c
666         * src/messageview.c
667         * src/prefs_actions.c
668                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
669                 will have to be used when necessary *before* calling
670                 alertpanel functions.
671
672 2007-08-25 [paul]       2.10.0cvs175
673
674         * src/prefs_actions.c
675                 workaround gettext problem marking
676                 string as c-format when it's not
677
678 2007-08-25 [wwp]        2.10.0cvs174
679
680         * src/alertpanel.c
681         * src/messageview.c
682         * src/prefs_actions.c
683                 Call the pango markup escape function right ince in alertpanel_create
684                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
685                 2.10.0cvs158).
686
687         * src/common/log.c
688                 Fix a crash due to a misuse of g_print(), encountered when the string
689                 passed to g_print was containing printf substitution symbols.
690
691 2007-08-25 [paul]       2.10.0cvs173
692
693         * src/common/log.c
694                 fix a segfault when refreshing RSSyl feeds
695
696 2007-08-25 [paul]       2.10.0cvs172
697
698         * src/gtk/icon_legend.c
699                 add watchthread.xpm
700
701 2007-08-25 [paul]       2.10.0cvs171
702
703         * src/Makefile.am
704         * src/stock_pixmap.c
705         * src/pixmaps/insert_file.xpm
706                 add a new pixmap instead of re-using
707                 paste.xpm. (easier for icon theme authors)
708
709 2007-08-24 [holger]     2.10.0cvs170
710
711         * src/plugins/trayicon/trayicon.c
712                 The same fix for another hook id.
713
714 2007-08-24 [holger]     2.10.0cvs169
715
716         * src/plugins/trayicon/trayicon.c
717                 Micro-fix: Do the error checking for
718                 the right hook id.
719
720 2007-08-24 [paul]       2.10.0cvs168
721
722         * src/folder.h
723                 fix typo causing compiler warning
724
725 2007-08-24 [paul]       2.10.0cvs167
726
727         * README
728                 put back the correct version of this file also
729
730 2007-08-24 [colin]      2.10.0cvs166
731
732         * src/send_message.c
733                 Use progress bar when sending messages
734
735 2007-08-24 [paul]       2.10.0cvs165
736
737         * Makefile.am
738                 oops! if i'm quick no-one will notice
739                 (put back the proper file)
740
741 2007-08-24 [paul]       2.10.0cvs164
742
743         * AUTHORS
744         * Makefile.am
745         * README
746         * src/gtk/authors.h
747         * tools/Makefile.am
748         * tools/README
749         * tools/mew2claws-mail.pl
750                 add new script that imports a Mew address book
751                 submitted by Jerome Lelong
752
753 2007-08-24 [paul]       2.10.0cvs163
754
755         * manual/plugins.xml
756                 remove the obsolete plugins, add the
757                 missing plugins, including the forthcoming
758                 SpamReport plugin
759
760 2007-08-24 [paul]       2.10.0cvs162
761
762         * manual/advanced.xml
763                 add info about the hidden emphasis_color option
764         * manual/keyboard.xml
765                 correct the info about hotkeys
766                 wrap the long lines
767
768 2007-08-24 [paul]       2.10.0cvs161
769
770         * src/folderview.c
771                 add mnemonic to 'Run procesing rules'
772
773 2007-08-24 [paul]       2.10.0cvs160
774
775         * src/account.c
776         * src/folder.c
777         * src/folder.h
778                 use suitable defaults for outbox,
779                 queue, drafts and trash folders
780
781 2007-08-24 [wwp]        2.10.0cvs159
782
783         * src/folderview.c
784                 Update menu item sensitivity if necessary (or we get a
785                 gtk critical message).
786
787 2007-08-23 [wwp]        2.10.0cvs158
788
789         * src/action.c
790         * src/prefs_actions.c
791                 Allow literal % chars in action commands (use %%).
792                 Add a missing p++ to the action parser in action_get_type(),
793                 which was missing it, even if it was neutral.
794                 Fix a pango markup warning at runtime.
795
796 2007-08-23 [wwp]        2.10.0cvs157
797
798         * src/addressbook.c
799                 Contacts are now locale-aware sorted in the address book
800                 (LC_COLLATE matters here).
801                 Fix missing table initializers.
802
803 2007-08-23 [colin]      2.10.0cvs156
804
805         * src/imap.c
806                 Check scan_required on dest folder when copying
807
808 2007-08-23 [colin]      2.10.0cvs155
809
810         * src/imap.c
811                 Fix scanning when folder was empty
812
813 2007-08-22 [colin]      2.10.0cvs154
814
815         * src/msgcache.c
816                 Don't g_warning when g_try_malloc fails(), or it makes
817                 things worse as g_log() allocates. Fixes bug 1290,
818                 'Claws Mail crashes if too little memory when 
819                 rebuilding folder tree'
820
821 2007-08-22 [colin]      2.10.0cvs153
822
823         * src/inc.c
824                 Fix format string vulnerability, thanks to
825                 Ulf Harnhammar, Secunia Research
826
827 2007-08-22 [colin]      2.10.0cvs152
828
829         * src/ldapserver.c
830                 Set tv_usec too
831
832 2007-08-22 [wwp]        2.10.0cvs151
833
834         * src/ldapquery.c
835                 Few better null-ptr checks.
836
837 2007-08-22 [colin]      2.10.0cvs150
838
839         * src/editldap.c
840         * src/editldap_basedn.c
841         * src/ldapquery.c
842         * src/ldapserver.c
843         * src/ldapserver.h
844         * src/ldapupdate.c
845         * src/ldaputil.c
846         * src/ldaputil.h
847                 Fix ldap timeouts
848
849 2007-08-22 [colin]      2.10.0cvs149
850
851         * src/ldapquery.c
852                 Finish previous fix
853
854 2007-08-22 [colin]      2.10.0cvs148
855
856         * src/ldapquery.c
857                 Fix wrong assertions
858
859 2007-08-22 [colin]      2.10.0cvs147
860
861         * src/ldaputil.c
862                 Fix test (set ldap v3 if bindDN is set or TLS is set)
863
864 2007-08-22 [colin]      2.10.0cvs146
865
866         * src/editldap.c
867         * src/ldaputil.c
868                 Fix wrong "Connected successfully to server". Connection only succeeds if
869                 we can get the base DN.
870
871 2007-08-21 [wwp]        2.10.0cvs145
872
873         * src/browseldap.c
874         * src/editldap.c
875         * src/ldapctrl.c
876         * src/ldapquery.c
877         * src/ldapserver.c
878         * src/ldapupdate.c
879         * src/ldaputil.c
880                 More sanity checks in ldap functions.
881
882 2007-08-21 [wwp]        2.10.0cvs144
883
884         * src/prefs_account.c
885                 Don't return a value in a void function().
886
887 2007-08-21 [paul]       2.10.0cvs143
888
889         * src/messageview.c
890                 add check for ftp: to messageview_list_urls()
891
892 2007-08-21 [colin]      2.10.0cvs142
893
894         * src/editldap.c
895         * src/ldapctrl.c
896         * src/ldapctrl.h
897         * src/ldapquery.c
898         * src/ldapupdate.c
899                 Fix bug 1293, 'LDAP address book not working'
900                 Search only on specified fields, but fetch 
901                 every field possible. People will have to 
902                 reset the searched Attributes in their LDAP
903                 servers properties.
904
905 2007-08-21 [wwp]        2.10.0cvs141
906
907         * src/addr_compl.c
908         * src/addrbook.c
909         * src/addrcache.c
910         * src/addrcindex.c
911         * src/addressbook.c
912         * src/addrindex.c
913         * src/browseldap.c
914         * src/crash.c
915         * src/editaddress_other_attributes_ldap.c
916         * src/exporthtml.c
917         * src/folder.c
918         * src/folderview.c
919         * src/imap.c
920         * src/jpilot.c
921         * src/ldapserver.c
922         * src/ldapupdate.c
923         * src/ldif.c
924         * src/main.c
925         * src/mainwindow.c
926         * src/matcher.c
927         * src/mh.c
928         * src/msgcache.c
929         * src/mutt.c
930         * src/pine.c
931         * src/pop.c
932         * src/prefs_customheader.c
933         * src/prefs_msg_colors.c
934         * src/procmime.c
935         * src/textview.c
936         * src/vcard.c
937         * src/wizard.c
938         * src/common/log.c
939         * src/common/socket.c
940         * src/common/ssl_certificate.c
941         * src/common/utils.c
942         * src/common/utils.h
943         * src/gtk/description_window.c
944         * src/plugins/demo/demo.c
945         * src/plugins/pgpcore/prefs_gpg.c
946         * src/plugins/spamassassin/libspamc.c
947                 Make sure we use glib functions to send text messages (information,
948                 debug, warning, errors) to stdout/stderr - no more direct puts
949                 fputs printf fprintf to stdout/stderr when it can be done using
950                 g_log*() and g_print/g_printerr. Doing this, we make sure every
951                 stdout/stderr message is saved to log in Windows.
952
953
954 2007-08-21 [wwp]        2.10.0cvs140
955
956         * src/main.c
957         * src/common/utils.h
958                 Route glib's stdout/stderr messages to a log file (Windows only),
959                 instead of loosing them.
960
961 2007-08-21 [paul]       2.10.0cvs139
962
963         * src/mainwindow.c
964                 replace deprecated g_strncasecmp()
965         * src/messageview.c
966                 fix 'List URLS'
967
968 2007-08-20 [ticho]      2.10.0cvs138
969
970         * src/account.c
971         * src/prefs_account.h
972                 Copy all account preferences in account_clone() - some
973                 were missing.
974         * src/prefs_account.c
975                 Handle empty privacy system combobox gracefully (warning
976                 instead of a crash).
977
978 2007-08-20 [colin]      2.10.0cvs137
979
980         * src/ldapctrl.c
981                 Fix a leak
982
983 2007-08-20 [paul]       2.10.0cvs136
984
985         * src/browseldap.c
986         * src/editldap.c
987         * src/ldapctrl.c
988         * src/ldapquery.c
989         * src/ldapquery.h
990         * src/ldapserver.c
991         * src/ldaputil.c
992                 add debug_prints
993                 patch by Michael Rasmussen
994
995 2007-08-19 [colin]      2.10.0cvs135
996
997         * src/imap.c
998                 Fix previous commit. Sensitivity update is needed
999                 for "Cancel receiving". However when batching we
1000                 don't need to do it for every message flag change,
1001                 just once at the start and once at the end.
1002
1003 2007-08-19 [colin]      2.10.0cvs134
1004
1005         * src/imap.c
1006                 Remove useless menu updates on session lock/unlock
1007
1008 2007-08-19 [colin]      2.10.0cvs133
1009
1010         * src/etpan/imap-thread.c
1011                 Make all fetch logs less verbose
1012
1013 2007-08-19 [paul]       2.10.0cvs132
1014
1015         * src/foldersel.c
1016         * src/folderview.c
1017         * src/summaryview.c
1018                 fix bug 1286, 'Can't move a folder into a "Folders
1019                 Only" folder'
1020
1021 2007-08-18 [ticho]      2.10.0cvs131
1022
1023         * src/editaddress_other_attributes_ldap.c
1024                 Converted option menu for other ldap attributes to GtkComboBox.
1025
1026 2007-08-18 [colin]      2.10.0cvs130
1027
1028         * src/compose.c
1029         * src/prefs_common.c
1030         * src/prefs_common.h
1031         * src/prefs_send.c
1032         * src/send_message.c
1033                 Revert 'send_dialog_mode' meaning to 
1034                 'send_dialog_invisible', so that the 
1035                 new checkbox doesn't change the 
1036                 existing behaviour.
1037
1038 2007-08-18 [paul]       2.10.0cvs129
1039
1040         * src/summaryview.c
1041                 add missing menu update
1042
1043 2007-08-17 [colin]      2.10.0cvs128
1044
1045         * src/folder.c
1046                 Set batching after getting flags - maybe fixes
1047                 bug 1292, 'CM crashes on writing mail'
1048
1049 2007-08-16 [ticho]      2.10.0cvs127
1050
1051         * src/prefs_send.c
1052                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1053         * src/gtk/combobox.h
1054         * src/gtk/gtkutils.c
1055                 Allow NULL for GtkComboBox menuitem label, rendering such
1056                 items as row separators.
1057
1058 2007-08-16 [paul]       2.10.0cvs126
1059
1060         * src/plugins/trayicon/trayicon.c
1061                 remove wrongly used gettextisation
1062
1063 2007-08-15 [ticho]      2.10.0cvs125
1064
1065         * src/importldif.c
1066                 Fixed a runtime warning where an attempt to pack an
1067                 already packed GtkLabel was made.
1068
1069 2007-08-15 [ticho]      2.10.0cvs124
1070
1071         * src/prefs_compose_writing.c
1072                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1073                 into GtkComboBox.
1074
1075 2007-08-14 [ticho]      2.10.0cvs123
1076
1077         * src/messageview.c
1078         * src/gtk/gtkutils.c
1079                 Changed return receipt account selector to GtkComboBox.
1080                 Fixed a runtime warning where GTK tried to parse
1081                 "name <email@address" as a Pango markup in an alertpanel label.
1082
1083 2007-08-14 [ticho]      2.10.0cvs122
1084
1085         * src/prefs_logging.c
1086                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1087
1088 2007-08-14 [wwp]        2.10.0cvs121
1089
1090         * tools/Makefile.am
1091         * tools/README
1092         * tools/popfile-link.sh
1093                 Added a new tool: POPFile helper, to open
1094                 selected messages in POPFile control center,
1095                 in order to change the messages' status.
1096
1097 2007-08-14 [ticho]      2.10.0cvs120
1098
1099         * src/compose.c
1100         * src/prefs_common.c
1101         * src/prefs_common.h
1102         * src/prefs_send.c
1103         * src/send_message.c
1104                 Change "Show send dialog" optionmenu to a checkbutton.
1105         * src/prefs_receive.c
1106                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1107
1108 2007-08-13 [wwp]        2.10.0cvs119
1109
1110         * src/addr_compl.c
1111         * src/addressbook.c
1112         * src/addrindex.c
1113         * src/compose.c
1114         * src/filtering.c
1115         * src/folderview.c
1116         * src/inc.c
1117         * src/matcher.c
1118         * src/mh.c
1119         * src/partial_download.c
1120         * src/prefs_gtk.c
1121         * src/procmsg.c
1122         * src/stock_pixmap.c
1123         * src/summaryview.c
1124         * src/common/utils.c
1125         * src/gtk/gtkaspell.c
1126         * src/gtk/menu.c
1127                 Make sure we never pass NULL pointers for %s substitutions
1128                 (prevent from crashing in Windows).
1129
1130 2007-08-13 [wwp]        2.10.0cvs118
1131
1132         * src/msgcache.c
1133                 Re-enable mmap_reads in Windows with some missing
1134                 CloseHandle of mapping objects, thanks to
1135                 Marcus Brinkmann.
1136
1137 2007-08-13 [paul]       2.10.0cvs117
1138
1139         * src/common/utils.c
1140                 fix bug 1287, 'Compile time problem on Solaris
1141                 (nexenta gnu/Solaris) utils.c'
1142                 Thanks to Piotr Chrzczonowicz
1143
1144 2007-08-12 [wwp]        2.10.0cvs116
1145
1146         * src/plugins/pgpcore/prefs_gpg.c
1147                 Don't try to unset a GPG_AGENT_INFO that was not
1148                 set (and don't use a NULL string in Windows, it was
1149                 crashing with --debug if GPG_AGENT_INFO was not set).
1150
1151 2007-08-12 [wwp]        2.10.0cvs115
1152
1153         * src/privacy.h
1154                 Make gcc type-check arguments passed to privacy_set_error().
1155
1156 2007-08-12 [ticho]      2.10.0cvs114
1157
1158         * src/prefs_folder_item.c
1159                 Make sure that folder default account combobox always has some
1160                 account preselected.
1161         * src/gtk/combobox.c
1162                 Handle empty combobox gracefully (warning instead of crash).
1163
1164 2007-08-12 [ticho]      2.10.0cvs114
1165
1166         * src/prefs_folder_item.c
1167                 Make sure that folder default account combobox is not empty.
1168         * src/gtk/combobox.c
1169                 Handle empty combobox gracefully (warning instead of crash).
1170
1171 2007-08-11 [paul]       2.10.0cvs113
1172
1173         * src/addrgather.c
1174         * src/folderview.c
1175                 use 'subfolder' instead of 'sub-folder', matching
1176                 everywhere else the term is used
1177         * src/imap_gtk.c
1178                 fix engrish
1179
1180 2007-08-10 [wwp]        2.10.0cvs112
1181
1182         * src/msgcache.c
1183                 Disable mmap reads in Windows only (at least temporarily), they
1184                 prevent from renaming/removing target cache files.
1185
1186 2007-08-10 [paul]
1187
1188         3.0.0-rc2 released
1189
1190 2007-08-10 [wwp]        2.10.0cvs111
1191
1192         * src/msgcache.c
1193                 fix unpredictable crashes in Windows due to broken
1194                 cache/mark/tags files writting (file were opened for
1195                 writing in text mode).
1196
1197         * src/recv.c
1198                 use gettimeofday() from w32lib.h on Windows.
1199
1200 2007-08-10 [colin]      2.10.0cvs110
1201
1202         * src/imap.c
1203         * src/etpan/imap-thread.c
1204         * src/etpan/imap-thread.h
1205                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1206
1207 2007-08-09 [colin]      2.10.0cvs109
1208
1209         * src/editldap.c
1210                 Fix port being reset to 636 on SSL
1211         * src/folder.c
1212                 Fix folder_item_get_msg_num_by_file
1213                 on drafts/queue folders
1214
1215 2007-08-09 [wwp]        2.10.0cvs108
1216
1217         * src/folder.c
1218                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1219                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1220
1221
1222 2007-08-09 [colin]      2.10.0cvs107
1223
1224         * src/folderview.c
1225         * src/summaryview.c
1226         * src/gtk/prefswindow.c
1227                 A few Maemo layout fixes
1228
1229 2007-08-09 [paul]       2.10.0cvs106
1230
1231         * src/prefs_account.c
1232                 remove the hyphen from plug-ins to
1233                 match everywhere else
1234
1235 2007-08-08 [wwp]        2.10.0cvs105
1236
1237         * src/prefs_folder_item.c
1238                 Fix an extraneous stealth ^L char.
1239
1240 2007-08-08 [wwp]        2.10.0cvs104
1241
1242         * src/prefs_folder_item.c
1243                 Better fix, group variables declarations (USE_ASPELL).
1244
1245 2007-08-08 [wwp]        2.10.0cvs103
1246
1247         * src/prefs_folder_item.c
1248                 Fix compilation w/ USE_ASPELL set (broken
1249                 by 2.10.0cvs102).
1250
1251 2007-08-08 [ticho]      2.10.0cvs102
1252
1253         * src/prefs_folder_item.c
1254                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1255
1256 2007-08-08 [colin]      2.10.0cvs101
1257
1258         * src/imap.c
1259         * src/etpan/imap-thread.c
1260         * src/etpan/imap-thread.h
1261                 Close selected mailbox before doing
1262                 status on it.
1263
1264 2007-08-08 [colin]      2.10.0cvs100
1265
1266         * src/html.c
1267                 Complete symbol table, thanks to wwp.
1268                 Fixes bug 1284, 'The html -> text 
1269                 converter ignores entities'
1270         * src/msgcache.c
1271                 Fix possible fd leak
1272
1273 2007-08-08 [colin]      2.10.0cvs99
1274
1275         * src/imap.c
1276                 Better way to fetch UIDs on non-UIDPLUS servers
1277
1278 2007-08-07 [colin]      2.10.0cvs98
1279
1280         * src/imap.c
1281                 fix bug 1275, 'auto-saved draft messages not 
1282                 always being removed'; Also, make multiple
1283                 copy (in the same account) faster by matching
1284                 source/destination message UIDs.
1285         * src/messageview.c
1286                 Don't try to reshow deleted mail
1287         * src/msgcache.c
1288                 Fix leak on error path
1289
1290 2007-08-07 [wwp]        2.10.0cvs97
1291
1292         * manual/account.xml
1293         * manual/advanced.xml
1294         * manual/fr/account.xml
1295         * manual/fr/advanced.xml
1296                 Updated the reference manual and the French translation to
1297                 reflect 2.10.0cvs84: enable running folder Processing
1298                 rules on demand.
1299
1300 2007-08-06 [wwp]        2.10.0cvs96
1301
1302         * src/prefs_common.c
1303         * src/prefs_common.h
1304         * src/textview.c
1305                 Allow changing the emphasis color used to highlight
1306                 the newsreader/x-mailer header value when it matches
1307                 our preferred mail agent (hidden pref 'emphasis_col' added
1308                 to clawsrc).
1309
1310 2007-08-06 [colin]      2.10.0cvs95
1311
1312         * src/compose.c
1313         * src/compose.h
1314                 Re-commit 2.10.0cvs86, with a protection
1315                 against Pango bug. Also, try to fix 
1316                 bug 1275, 'auto-saved draft messages not 
1317                 always being removed'
1318
1319 2007-08-06 [wwp]        2.10.0cvs94
1320
1321         * src/gtk/quicksearch.c
1322                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1323
1324 2007-08-06 [ticho]      2.10.0cvs93
1325
1326         * src/prefs_account.c
1327         * src/gtk/combobox.c
1328                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1329                 selection in account preferences.
1330
1331 2007-08-06 [wwp]        2.10.0cvs92
1332
1333         * src/plugins/pgpcore/plugin.def
1334                 Apply one more chunk from gpg4win's 03-w32-port patch.
1335
1336 2007-08-05 [colin]      2.10.0cvs91
1337
1338         * src/compose.c
1339         * src/compose.h
1340                 reverting buggy patch for now
1341
1342 2007-08-05 [colin]      2.10.0cvs90
1343
1344         * src/folder.c
1345                 Fix slowdown
1346
1347 2007-08-04 [colin]      2.10.0cvs89
1348
1349         * src/prefs_summaries.c
1350         * src/summary_search.c
1351                 Replace deprecated widgets. Patch by
1352                 Andrej.
1353
1354 2007-08-04 [colin]      2.10.0cvs88
1355
1356         * src/mh.c
1357                 Refresh GUI only every 2000 mails on mh_get_last_num
1358                 This is fast (readdir) and done only once per 
1359                 session/folder
1360
1361 2007-08-03 [colin]      2.10.0cvs87
1362
1363         * src/prefs_account.c
1364         * src/gtk/combobox.h
1365         * src/gtk/gtkutils.c
1366                 Fix a deprecated widget. Patch by
1367                 Andrej
1368
1369 2007-08-03 [colin]      2.10.0cvs86
1370
1371         * src/compose.c
1372         * src/compose.h
1373                 Make colorisation and wrapping algorithms
1374                 faster. Fixes bug 1246, 'compose becomes 
1375                 increasingly slow replying to complex emails'
1376
1377 2007-08-03 [paul]       2.10.0cvs85
1378
1379         * src/mh.c
1380                 keep the window painted
1381
1382 2007-08-02 [paul]       2.10.0cvs84
1383
1384         * src/folderview.c
1385         * src/mainwindow.c
1386         * src/mainwindow.h
1387                 enable running folder Processing
1388                 rules on demand
1389
1390 2007-08-02 [paul]       2.10.0cvs83
1391
1392         * src/textview.c
1393                 speed up/clean up rendering of larger
1394                 msgs
1395                 Thanks to Colin
1396
1397 2007-08-01 [paul]       2.10.0cvs82
1398
1399         * src/mainwindow.h
1400                 clean up cruft
1401         * src/toolbar.c
1402                 change default toolbar layout on maemo
1403         * src/pixmaps/close.xpm
1404                 make the red cross a grey cross
1405         * src/pixmaps/jpilot.xpm
1406                 make icon smaller so it fits better
1407
1408 2007-07-31 [paul]       2.10.0cvs81
1409
1410         * src/setup.c
1411         * src/gtk/gtkutils.c
1412                 fix crash on maemo on first launch
1413
1414 2007-07-30 [paul]       2.10.0cvs80
1415
1416         * src/prefs_matcher.c
1417                 specify the units of age and size
1418
1419 2007-07-30 [paul]       2.10.0cvs79
1420
1421         * src/main.c
1422                 Fix IMAP timeout setting
1423
1424 2007-07-30 [colin]      2.10.0cvs78
1425
1426         * src/prefs_account.c
1427                 Fix a deprecated widget. Patch by
1428                 Andrej
1429
1430 2007-07-27 [paul]       2.10.0cvs77
1431
1432         * src/matcher_parser_parse.y
1433         * src/prefs_filtering_action.c
1434         * src/prefs_matcher.c
1435                 these changes forgotten in cvs74's
1436                 'watch thread' feature
1437
1438 2007-07-27 [paul]       2.10.0cvs76
1439
1440         * src/compose.c
1441                 fix potential crasher
1442                 thanks to Colin
1443
1444 2007-07-27 [paul]       2.10.0cvs75
1445
1446         * src/mainwindow.c
1447         * src/manual.c
1448         * src/manual.h
1449         * src/gtk/gtkutils.c
1450                 make mainwindow's /Help/Manual point to the
1451                 remote copy if the local copy doesn't exist
1452
1453 2007-07-27 [paul]       2.10.0cvs74
1454
1455         * src/Makefile.am
1456         * src/filtering.c
1457         * src/folder.c
1458         * src/mainwindow.c
1459         * src/matcher.c
1460         * src/matcher.h
1461         * src/matcher_parser_parse.y
1462         * src/procmsg.c
1463         * src/procmsg.h
1464         * src/stock_pixmap.c
1465         * src/stock_pixmap.h
1466         * src/summaryview.c
1467         * src/summaryview.h
1468         * src/toolbar.c
1469         * src/toolbar.h
1470         * src/pixmaps/watchthread.xpm
1471                 add 'watch thread' feature
1472
1473 2007-07-27 [paul]       2.10.0cvs73
1474
1475         * src/prefs_folder_item.c
1476                 adjust labels, add tooltips
1477
1478 2007-07-27 [colin]      2.10.0cvs72
1479
1480         * src/summaryview.c
1481                 Maemo: Remove less used menu items
1482
1483 2007-07-26 [colin]      2.10.0cvs71
1484
1485         * src/messageview.c
1486                 Maemo: destroy messageview after trashing mail.
1487                 Maybe should be done on X11 too
1488
1489 2007-07-26 [colin]      2.10.0cvs70
1490
1491         * src/folderview.c
1492         * src/mainwindow.c
1493         * src/prefs_common.c
1494         * src/prefs_common.h
1495         * src/summaryview.c
1496                 Add View/Show or Hide/Column headers
1497
1498 2007-07-26 [colin]      2.10.0cvs69
1499
1500         * src/procmime.c
1501                 Fix unwanted output
1502
1503 2007-07-26 [colin]      2.10.0cvs68
1504
1505         * src/ldapserver.c
1506                 Fix possible crash on cache invalidation
1507         * src/compose.c
1508         * src/procmime.c
1509         * src/procmime.h
1510         * src/quote_fmt_parse.y
1511                 Make replying to mails with big attachments
1512                 much faster. Fixes bug 1224, 'The process of 
1513                 Replying to emails with large attachments 
1514                 seems unreasonably long...'
1515
1516 2007-07-26 [colin]      2.10.0cvs67
1517
1518         * src/mimeview.c
1519         * src/matcher.c
1520         * src/common/ssl.c
1521                 Fix threads use on BSDs
1522
1523 2007-07-26 [paul]       2.10.0cvs66
1524
1525         * src/gtk/prefswindow.c
1526                 fix account prefs breakage
1527                 thanks to Colin
1528
1529 2007-07-26 [paul]       2.10.0cvs65
1530
1531         * configure.ac
1532                 standardise ./configure --help messages
1533
1534 2007-07-26 [colin]      2.10.0cvs64
1535
1536         * src/addressbook.c
1537         * src/editaddress.c
1538                 Fix two vCard-related crashes
1539
1540 2007-07-25 [colin]      2.10.0cvs63
1541
1542         * src/inc.c
1543         * src/prefs_common.c
1544         * src/prefs_common.h
1545         * src/prefs_receive.c
1546                 Maemo: Add a better way to notify of
1547                 new mails
1548         * src/mainwindow.c
1549         * src/statusbar.h
1550         * src/summaryview.c
1551         * src/toolbar.c
1552                 Maemo: Various layout fixes
1553         * src/gtk/prefswindow.c
1554                 Maemo: Better prefs layout
1555
1556 2007-07-25 [paul]       2.10.0cvs62
1557
1558         * src/textview.c
1559                 fix the layout on maemo
1560                 thanks to Colin
1561
1562 2007-07-25 [iwkse]      2.10.0cvs61
1563
1564         * src/summaryview.c
1565                 add 'o' shortcut on summaryview
1566
1567 2007-07-25 [iwkse]      2.10.0cvs60
1568
1569         * src/textview.c
1570                 fix o shortcut
1571
1572 2007-07-24 [colin]      2.10.0cvs59
1573
1574         * src/mh.c
1575                 Fix missing timestamp update on source
1576                 folder when moving
1577         * src/textview.c
1578         * src/textview.h
1579                 Better text layout on part's choices
1580
1581 2007-07-23 [colin]      2.10.0cvs58
1582
1583         * src/mimeview.c
1584         * src/textview.c
1585                 Maemo: Automatically choose the correct application
1586                 to open parts
1587         * src/gtk/quicksearch.c
1588                 Make search run on GDK_KP_Enter too
1589
1590 2007-07-23 [wwp]        2.10.0cvs57
1591
1592         * src/quote_fmt_lex.l
1593                 Revert accidentaly committed lines (account_sig) in
1594                 2.10.0cvs56.
1595
1596 2007-07-23 [wwp]        2.10.0cvs56
1597
1598         * src/quote_fmt_lex.l
1599                 Fix typos around long form expressions in the quote lexer.
1600
1601 2007-07-23 [paul]
1602
1603         3.0.0-rc1 released
1604
1605 2007-07-23 [colin]      2.10.0cvs55
1606
1607         * src/addr_compl.c
1608                 Fix auto-completion on Maemo
1609
1610 2007-07-23 [colin]      2.10.0cvs54
1611
1612         * src/statusbar.c
1613                 Maemo: Fix sticking statusbars
1614
1615 2007-07-22 [colin]      2.10.0cvs53
1616
1617         * src/main.c
1618                 Maemo: Fix the strange "top_application" info
1619                 at startup. We should do something when 
1620                 receiving such a message.
1621
1622 2007-07-20 [paul]       2.10.0cvs52
1623
1624         * src/news_gtk.c
1625                 add missing #include "statusbar.h"
1626
1627 2007-07-20 [colin]      2.10.0cvs51
1628
1629         * src/folder.c
1630         * src/folder.h
1631         * src/folder_item_prefs.c
1632         * src/folder_item_prefs.h
1633         * src/folderview.c
1634         * src/imap.c
1635         * src/imap_gtk.c
1636         * src/imap_gtk.h
1637         * src/news.c
1638         * src/news_gtk.c
1639         * src/news_gtk.h
1640         * src/prefs_folder_item.c
1641                 Implement age-based caching: allow to
1642                 specify a threshold for the offline synchronisation
1643                 feature, and whether old cached bodies should 
1644                 be removed
1645         * src/toolbar.c
1646         * src/toolbar.h
1647                 Fix label/tooltips
1648         * src/plugins/dillo_viewer/dillo_viewer.c
1649                 Check that Dillo's installed
1650
1651 2007-07-20 [wwp]        2.10.0cvs50
1652
1653         * src/mimeview.c
1654         * src/stock_pixmap.c
1655                 Draw a frame around the selected mimeview part icon (instead of the
1656                 shifted 'dancing' icon).
1657
1658 2007-07-20 [colin]      2.10.0cvs49
1659
1660         * src/main.c
1661                 Unref stuff even on error
1662         * src/wizard.c
1663                 disconnect signals only at the very
1664                 end of the wizard save.
1665
1666 2007-07-20 [colin]      2.10.0cvs48
1667
1668         * src/mainwindow.c
1669         * src/messageview.c
1670         * src/toolbar.c
1671         * src/toolbar.h
1672                 Fix random crashes while navigating
1673                 (GTK_EVENTS_FLUSH)
1674
1675 2007-07-19 [colin]      2.10.0cvs47
1676
1677         * configure.ac
1678         * src/main.c
1679         * src/prefs_common.c
1680         * src/prefs_common.h
1681         * src/wizard.c
1682         * src/common/defs.h
1683         * src/common/utils.c
1684                 Maemo: add an easy way to store data (mails
1685                 and IMAP/NNTP caches) on one of the SD cards,
1686                 and protect against unmounts if needed
1687
1688 2007-07-19 [paul]       2.10.0cvs46
1689
1690         * src/Makefile.am
1691         * src/stock_pixmap.c
1692         * src/gtk/about.c
1693         * src/pixmaps/claws-mail_logo-small.xpm
1694                 implement a (slightly) different About
1695                 dialog for maemo and add a small version
1696                 of the logo for it
1697         * src/wizard.c
1698                 use a scrolled window for wizard page 1
1699                 on maemo
1700
1701 2007-07-19 [paul]       2.10.0cvs45
1702
1703         * src/Makefile.am
1704                 too soon for this line
1705
1706 2007-07-19 [paul]       2.10.0cvs44
1707
1708         * src/Makefile.am
1709                 fix build on n800
1710
1711 2007-07-19 [colin]      2.10.0cvs43
1712
1713         * src/wizard.c
1714                 Solve Mail/Mailbox name when specifying
1715                 full /path/to/Mail.
1716
1717 2007-07-18 [colin]      2.10.0cvs42
1718
1719         * src/inc.c
1720         * configure.ac
1721                 Fix build on n770
1722
1723 2007-07-18 [colin]      2.10.0cvs41
1724
1725         * src/inc.c
1726                 Maemo: plug the online/offline system into
1727                 maemo's interfaces to have Claws automatically
1728                 switch according to the system status
1729         * src/statusbar.c
1730                 Maemo: use HildonBanners to display status
1731                 messages. Renders the main statusbar useless.
1732
1733 2007-07-18 [paul]       2.10.0cvs40
1734
1735         * src/filtering.c
1736                 fix screen blanking on moving/copying many msgs
1737         * src/folder.c
1738                 fix processing progressbar and screen blanking
1739                 during processing
1740
1741 2007-07-18 [paul]       2.10.0cvs39
1742
1743         * src/messageview.c
1744                 revert cvs37, breakage on maemo
1745
1746 2007-07-18 [paul]       2.10.0cvs38
1747
1748         * src/gtk/gtkutils.c
1749                 make sure we can still build with older GTK's
1750
1751 2007-07-18 [colin]      2.10.0cvs37
1752
1753         * src/messageview.c
1754                 Only hide the small layout's messageview, instead
1755                 of destroying it when closing
1756         * src/gtk/gtkutils.c
1757                 Use gtk_window_present_with_time to popup windows,
1758                 it seems to make things better with modern WMs
1759                 (actually focusing)
1760
1761 2007-07-17 [colin]      2.10.0cvs36
1762
1763         * src/editaddress.c
1764                 Simplify layout on Maemo
1765         * src/folder.c
1766                 Fix possible crash
1767         * src/prefs_display_header.c
1768                 Remove some headers by default on Maemo
1769
1770 2007-07-17 [paul]       2.10.0cvs35
1771
1772         * src/prefs_common.c
1773         * src/prefs_common.h
1774         * src/prefs_logging.c
1775         * src/common/log.c
1776                 add options to stop/enable writing logs to disc
1777
1778 2007-07-17 [paul]       2.10.0cvs34
1779
1780         * src/edittags.c
1781                 fix some issues with the Apply tags window:
1782                 - set search column (enables autocompl in the treeview)
1783                 - apply tag from "New tag" if it existed
1784                 - clears New tag entry when adding it with the button
1785                 Thanks to Colin
1786
1787 2007-07-17 [paul]       2.10.0cvs33
1788
1789         * src/edittags.c
1790                 fix 'apply tags' dialogue weirdness
1791
1792 2007-07-16 [colin]      2.10.0cvs32
1793
1794         * src/toolbar.c
1795                 Fix double-loading of mails on Maemo
1796
1797 2007-07-16 [colin]      2.10.0cvs31
1798
1799         * src/messageview.c
1800                 Prevent double-loading of the same part under some
1801                 conditions; hide statusbar on Maemo
1802
1803 2007-07-16 [colin]      2.10.0cvs30
1804
1805         * src/edittags.c
1806         * src/edittags.h
1807         * src/mainwindow.c
1808         * src/summaryview.c
1809                 Improve the tag interface - allow
1810                 to set/unset tags from a special
1811                 window.
1812         * src/gtk/gtkvscrollbutton.c
1813         * src/mimeview.c
1814         * src/mimeview.h
1815         * src/stock_pixmap.c
1816                 Fix Mimeview's ugly hacks in the
1817                 icon list. 
1818
1819 2007-07-16 [paul]       2.10.0cvs29
1820
1821         * src/wizard.c
1822                 rework dialog
1823         * src/gtk/icon_legend.c
1824                 put it all in a scrolled window
1825
1826 2007-07-15 [colin]      2.10.0cvs28
1827
1828         * src/mainwindow.c
1829                 Maemo: force layout to be Small screen; the
1830                 others don't make sense
1831
1832 2007-07-14 [colin]      2.10.0cvs27
1833
1834         * src/mimeview.c
1835         * src/gtk/gtkvscrollbutton.c
1836                 Maemo: Fix mimeview's buttons size
1837
1838 2007-07-14 [colin]      2.10.0cvs26
1839
1840         * src/toolbar.c
1841                 Fix the button workaround fix.
1842                 (Use the correct variable)
1843
1844 2007-07-14 [colin]      2.10.0cvs25
1845
1846         * src/mainwindow.c
1847         * src/toolbar.c
1848                 Maemo: put the progress bar in the
1849                 toolbar
1850
1851 2007-07-14 [colin]      2.10.0cvs24
1852
1853         * src/prefs_common.c
1854                 Maemo: hide statusbar by default
1855         * src/Makefile.am
1856         * src/stock_pixmap.c
1857         * src/stock_pixmap.h
1858         * src/toolbar.c
1859         * src/pixmaps/go_folders.xpm
1860                 Maemo: Add a specific icon to go back to
1861                 folder list
1862
1863 2007-07-14 [colin]      2.10.0cvs23
1864
1865         * src/toolbar.c
1866                 Don't set homogeneous finally
1867
1868 2007-07-14 [colin]      2.10.0cvs22
1869
1870         * src/toolbar.c
1871                 Fix button show/hide issues
1872
1873 2007-07-14 [colin]      2.10.0cvs21
1874
1875         * src/toolbar.c
1876                 Fix huge arrows
1877                 Fix button workaround to be able to click
1878                 if mouse was on button when it went un-
1879                 sensitive.
1880                 Revert previous commit, gtk_tool_item_set_homogeneous
1881                 doesn't mean what it seems to mean ;-)
1882
1883 2007-07-14 [paul]       2.10.0cvs20
1884
1885         * src/toolbar.c
1886                 make homogeneous FALSE always
1887
1888 2007-07-13 [colin]      2.10.0cvs19
1889
1890         * src/toolbar.c
1891         * src/toolbar.h
1892                 Rework to fit the non-deprecated API
1893         * src/compose.c
1894         * src/folderview.c
1895         * src/mainwindow.c
1896         * src/messageview.c
1897         * src/summaryview.c
1898                 Maemo layout changes. Better toolbars,
1899                 removal of CTree headers. 
1900
1901 2007-07-13 [paul]       2.10.0cvs18
1902
1903         * src/gtk/colorlabel.c
1904                 fix bug 1261, '[DE] coloring messages in overview 
1905                 keys are not localised'
1906                 the string is now included in claws-mail.pot
1907
1908 2007-07-13 [colin]      2.10.0cvs17
1909
1910         * src/summaryview.c
1911                 Fix bug 1267, 'printing mutliple messages 
1912                 opens one message-dialog after the other'
1913                 Ask for confirmation when printing 10
1914                 messages or more.
1915
1916 2007-07-11 [colin]      2.10.0cvs16
1917
1918         * COPYING
1919         * README
1920         * autogen.sh
1921         * manual/claws-mail-manual.xml
1922         * manual/gpl.xml
1923         * manual/es/claws-mail-manual.xml
1924         * manual/es/gpl.xml
1925         * manual/fr/claws-mail-manual.xml
1926         * manual/fr/gpl.xml
1927         * manual/pl/gpl.xml
1928         * src/account.c
1929         * src/account.h
1930         * src/action.c
1931         * src/action.h
1932         * src/adbookbase.h
1933         * src/addr_compl.c
1934         * src/addr_compl.h
1935         * src/addrbook.c
1936         * src/addrbook.h
1937         * src/addrcache.c
1938         * src/addrcache.h
1939         * src/addrcindex.c
1940         * src/addrcindex.h
1941         * src/addrclip.c
1942         * src/addrclip.h
1943         * src/addrdefs.h
1944         * src/addressadd.c
1945         * src/addressadd.h
1946         * src/addressbook.c
1947         * src/addressbook.h
1948         * src/addressbook_foldersel.c
1949         * src/addressbook_foldersel.h
1950         * src/addressitem.h
1951         * src/addrgather.c
1952         * src/addrgather.h
1953         * src/addrharvest.c
1954         * src/addrharvest.h
1955         * src/addrindex.c
1956         * src/addrindex.h
1957         * src/addritem.c
1958         * src/addritem.h
1959         * src/addrquery.c
1960         * src/addrquery.h
1961         * src/addrselect.c
1962         * src/addrselect.h
1963         * src/alertpanel.c
1964         * src/alertpanel.h
1965         * src/browseldap.c
1966         * src/browseldap.h
1967         * src/codeconv.c
1968         * src/codeconv.h
1969         * src/compose.c
1970         * src/compose.h
1971         * src/crash.c
1972         * src/crash.h
1973         * src/customheader.c
1974         * src/customheader.h
1975         * src/displayheader.c
1976         * src/displayheader.h
1977         * src/editaddress.c
1978         * src/editaddress.h
1979         * src/editaddress_other_attributes_ldap.c
1980         * src/editaddress_other_attributes_ldap.h
1981         * src/editbook.c
1982         * src/editbook.h
1983         * src/editgroup.c
1984         * src/editgroup.h
1985         * src/editjpilot.c
1986         * src/editjpilot.h
1987         * src/editldap.c
1988         * src/editldap.h
1989         * src/editldap_basedn.c
1990         * src/editldap_basedn.h
1991         * src/edittags.c
1992         * src/edittags.h
1993         * src/editvcard.c
1994         * src/editvcard.h
1995         * src/enriched.c
1996         * src/enriched.h
1997         * src/exphtmldlg.c
1998         * src/exphtmldlg.h
1999         * src/expldifdlg.c
2000         * src/expldifdlg.h
2001         * src/export.c
2002         * src/export.h
2003         * src/exporthtml.c
2004         * src/exporthtml.h
2005         * src/exportldif.c
2006         * src/exportldif.h
2007         * src/filtering.c
2008         * src/filtering.h
2009         * src/folder.c
2010         * src/folder.h
2011         * src/folder_item_prefs.c
2012         * src/folder_item_prefs.h
2013         * src/foldersel.c
2014         * src/foldersel.h
2015         * src/folderutils.c
2016         * src/folderutils.h
2017         * src/folderview.c
2018         * src/folderview.h
2019         * src/gedit-print.c
2020         * src/gedit-print.h
2021         * src/grouplistdialog.c
2022         * src/grouplistdialog.h
2023         * src/headerview.c
2024         * src/headerview.h
2025         * src/html.c
2026         * src/html.h
2027         * src/image_viewer.c
2028         * src/image_viewer.h
2029         * src/imap.c
2030         * src/imap.h
2031         * src/imap_gtk.c
2032         * src/imap_gtk.h
2033         * src/import.c
2034         * src/import.h
2035         * src/importldif.c
2036         * src/importldif.h
2037         * src/importmutt.c
2038         * src/importmutt.h
2039         * src/importpine.c
2040         * src/importpine.h
2041         * src/inc.c
2042         * src/inc.h
2043         * src/jpilot.c
2044         * src/jpilot.h
2045         * src/ldapctrl.c
2046         * src/ldapctrl.h
2047         * src/ldaplocate.c
2048         * src/ldaplocate.h
2049         * src/ldapquery.c
2050         * src/ldapquery.h
2051         * src/ldapserver.c
2052         * src/ldapserver.h
2053         * src/ldapupdate.c
2054         * src/ldapupdate.h
2055         * src/ldaputil.c
2056         * src/ldaputil.h
2057         * src/ldif.c
2058         * src/ldif.h
2059         * src/localfolder.c
2060         * src/localfolder.h
2061         * src/main.c
2062         * src/main.h
2063         * src/mainwindow.c
2064         * src/mainwindow.h
2065         * src/manual.c
2066         * src/manual.h
2067         * src/matcher.c
2068         * src/matcher.h
2069         * src/matcher_parser.h
2070         * src/matcher_parser_lex.l
2071         * src/matcher_parser_parse.y
2072         * src/mbox.c
2073         * src/mbox.h
2074         * src/message_search.c
2075         * src/message_search.h
2076         * src/messageview.c
2077         * src/messageview.h
2078         * src/mh.c
2079         * src/mh.h
2080         * src/mh_gtk.c
2081         * src/mh_gtk.h
2082         * src/mimeview.c
2083         * src/mimeview.h
2084         * src/msgcache.c
2085         * src/msgcache.h
2086         * src/mutt.c
2087         * src/mutt.h
2088         * src/news.c
2089         * src/news.h
2090         * src/news_gtk.c
2091         * src/news_gtk.h
2092         * src/noticeview.c
2093         * src/noticeview.h
2094         * src/partial_download.c
2095         * src/partial_download.h
2096         * src/pine.c
2097         * src/pine.h
2098         * src/pop.c
2099         * src/pop.h
2100         * src/prefs_account.c
2101         * src/prefs_account.h
2102         * src/prefs_actions.c
2103         * src/prefs_actions.h
2104         * src/prefs_common.c
2105         * src/prefs_common.h
2106         * src/prefs_compose_writing.c
2107         * src/prefs_compose_writing.h
2108         * src/prefs_customheader.c
2109         * src/prefs_customheader.h
2110         * src/prefs_display_header.c
2111         * src/prefs_display_header.h
2112         * src/prefs_ext_prog.c
2113         * src/prefs_ext_prog.h
2114         * src/prefs_filtering.c
2115         * src/prefs_filtering.h
2116         * src/prefs_filtering_action.c
2117         * src/prefs_filtering_action.h
2118         * src/prefs_folder_column.c
2119         * src/prefs_folder_column.h
2120         * src/prefs_folder_item.c
2121         * src/prefs_folder_item.h
2122         * src/prefs_fonts.c
2123         * src/prefs_fonts.h
2124         * src/prefs_gtk.c
2125         * src/prefs_gtk.h
2126         * src/prefs_image_viewer.c
2127         * src/prefs_image_viewer.h
2128         * src/prefs_logging.c
2129         * src/prefs_logging.h
2130         * src/prefs_matcher.c
2131         * src/prefs_matcher.h
2132         * src/prefs_message.c
2133         * src/prefs_message.h
2134         * src/prefs_msg_colors.c
2135         * src/prefs_msg_colors.h
2136         * src/prefs_other.c
2137         * src/prefs_other.h
2138         * src/prefs_quote.c
2139         * src/prefs_quote.h
2140         * src/prefs_receive.c
2141         * src/prefs_receive.h
2142         * src/prefs_send.c
2143         * src/prefs_send.h
2144         * src/prefs_spelling.c
2145         * src/prefs_spelling.h
2146         * src/prefs_summaries.c
2147         * src/prefs_summaries.h
2148         * src/prefs_summary_column.c
2149         * src/prefs_summary_column.h
2150         * src/prefs_summary_open.c
2151         * src/prefs_summary_open.h
2152         * src/prefs_template.c
2153         * src/prefs_template.h
2154         * src/prefs_themes.c
2155         * src/prefs_themes.h
2156         * src/prefs_toolbar.c
2157         * src/prefs_toolbar.h
2158         * src/prefs_wrapping.c
2159         * src/prefs_wrapping.h
2160         * src/privacy.c
2161         * src/privacy.h
2162         * src/procheader.c
2163         * src/procheader.h
2164         * src/procmime.c
2165         * src/procmime.h
2166         * src/procmsg.c
2167         * src/procmsg.h
2168         * src/quote_fmt.c
2169         * src/quote_fmt_lex.l
2170         * src/quote_fmt_parse.y
2171         * src/recv.c
2172         * src/recv.h
2173         * src/remotefolder.c
2174         * src/remotefolder.h
2175         * src/send_message.c
2176         * src/send_message.h
2177         * src/setup.c
2178         * src/setup.h
2179         * src/simple-gettext.c
2180         * src/sourcewindow.c
2181         * src/sourcewindow.h
2182         * src/ssl_manager.c
2183         * src/ssl_manager.h
2184         * src/statusbar.c
2185         * src/statusbar.h
2186         * src/stock_pixmap.c
2187         * src/stock_pixmap.h
2188         * src/summary_search.c
2189         * src/summary_search.h
2190         * src/summaryview.c
2191         * src/summaryview.h
2192         * src/textview.c
2193         * src/textview.h
2194         * src/toolbar.c
2195         * src/toolbar.h
2196         * src/undo.c
2197         * src/undo.h
2198         * src/unmime.c
2199         * src/unmime.h
2200         * src/uri_opener.c
2201         * src/uri_opener.h
2202         * src/vcard.c
2203         * src/vcard.h
2204         * src/wizard.c
2205         * src/wizard.h
2206         * src/common/base64.c
2207         * src/common/base64.h
2208         * src/common/claws.c
2209         * src/common/claws.h
2210         * src/common/defs.h
2211         * src/common/fnmatch.c
2212         * src/common/fnmatch.h
2213         * src/common/fnmatch_loop.c
2214         * src/common/hooks.c
2215         * src/common/hooks.h
2216         * src/common/log.c
2217         * src/common/log.h
2218         * src/common/md5.c
2219         * src/common/md5.h
2220         * src/common/mgutils.c
2221         * src/common/mgutils.h
2222         * src/common/nntp.c
2223         * src/common/nntp.h
2224         * src/common/passcrypt.c
2225         * src/common/passcrypt.h.in
2226         * src/common/plugin.c
2227         * src/common/plugin.h
2228         * src/common/prefs.c
2229         * src/common/prefs.h
2230         * src/common/progressindicator.c
2231         * src/common/progressindicator.h
2232         * src/common/quoted-printable.c
2233         * src/common/quoted-printable.h
2234         * src/common/session.c
2235         * src/common/session.h
2236         * src/common/smtp.c
2237         * src/common/smtp.h
2238         * src/common/socket.c
2239         * src/common/socket.h
2240         * src/common/ssl.c
2241         * src/common/ssl.h
2242         * src/common/ssl_certificate.c
2243         * src/common/ssl_certificate.h
2244         * src/common/string_match.c
2245         * src/common/string_match.h
2246         * src/common/stringtable.c
2247         * src/common/stringtable.h
2248         * src/common/tags.c
2249         * src/common/tags.h
2250         * src/common/template.c
2251         * src/common/template.h
2252         * src/common/timing.h
2253         * src/common/utils.c
2254         * src/common/utils.h
2255         * src/common/uuencode.c
2256         * src/common/uuencode.h
2257         * src/common/version.h.in
2258         * src/common/w32_dirent.c
2259         * src/common/w32_reg.c
2260         * src/common/w32_signal.c
2261         * src/common/w32_stat.c
2262         * src/common/w32_stdlib.c
2263         * src/common/w32_string.c
2264         * src/common/w32_time.c
2265         * src/common/w32_unistd.c
2266         * src/common/w32_wait.c
2267         * src/common/w32lib.h
2268         * src/common/xml.c
2269         * src/common/xml.h
2270         * src/common/xmlprops.c
2271         * src/common/xmlprops.h
2272         * src/etpan/etpan-errors.h
2273         * src/etpan/etpan-thread-manager-types.h
2274         * src/etpan/etpan-thread-manager.c
2275         * src/etpan/etpan-thread-manager.h
2276         * src/etpan/imap-thread.c
2277         * src/etpan/imap-thread.h
2278         * src/gtk/about.c
2279         * src/gtk/about.h
2280         * src/gtk/colorlabel.c
2281         * src/gtk/colorlabel.h
2282         * src/gtk/colorsel.c
2283         * src/gtk/colorsel.h
2284         * src/gtk/combobox.c
2285         * src/gtk/combobox.h
2286         * src/gtk/description_window.c
2287         * src/gtk/description_window.h
2288         * src/gtk/filesel.c
2289         * src/gtk/filesel.h
2290         * src/gtk/foldersort.c
2291         * src/gtk/foldersort.h
2292         * src/gtk/gtkaspell.c
2293         * src/gtk/gtkaspell.h
2294         * src/gtk/gtksctree.c
2295         * src/gtk/gtkshruler.c
2296         * src/gtk/gtkshruler.h
2297         * src/gtk/gtksourceprintjob.c
2298         * src/gtk/gtksourceprintjob.h
2299         * src/gtk/gtkutils.c
2300         * src/gtk/gtkutils.h
2301         * src/gtk/gtkvscrollbutton.c
2302         * src/gtk/gtkvscrollbutton.h
2303         * src/gtk/icon_legend.c
2304         * src/gtk/icon_legend.h
2305         * src/gtk/inputdialog.c
2306         * src/gtk/inputdialog.h
2307         * src/gtk/logwindow.c
2308         * src/gtk/logwindow.h
2309         * src/gtk/manage_window.c
2310         * src/gtk/manage_window.h
2311         * src/gtk/menu.c
2312         * src/gtk/menu.h
2313         * src/gtk/pluginwindow.c
2314         * src/gtk/pluginwindow.h
2315         * src/gtk/prefswindow.c
2316         * src/gtk/prefswindow.h
2317         * src/gtk/progressdialog.c
2318         * src/gtk/progressdialog.h
2319         * src/gtk/quicksearch.c
2320         * src/gtk/quicksearch.h
2321         * src/gtk/sslcertwindow.c
2322         * src/gtk/sslcertwindow.h
2323         * src/plugins/bogofilter/bogofilter.c
2324         * src/plugins/bogofilter/bogofilter.h
2325         * src/plugins/bogofilter/bogofilter_gtk.c
2326         * src/plugins/clamav/clamav_plugin.c
2327         * src/plugins/clamav/clamav_plugin.h
2328         * src/plugins/clamav/clamav_plugin_gtk.c
2329         * src/plugins/demo/demo.c
2330         * src/plugins/dillo_viewer/dillo_prefs.c
2331         * src/plugins/dillo_viewer/dillo_prefs.h
2332         * src/plugins/dillo_viewer/dillo_viewer.c
2333         * src/plugins/pgpcore/passphrase.c
2334         * src/plugins/pgpcore/passphrase.h
2335         * src/plugins/pgpcore/pgp_viewer.c
2336         * src/plugins/pgpcore/pgp_viewer.h
2337         * src/plugins/pgpcore/plugin.c
2338         * src/plugins/pgpcore/prefs_gpg.c
2339         * src/plugins/pgpcore/prefs_gpg.h
2340         * src/plugins/pgpcore/select-keys.c
2341         * src/plugins/pgpcore/select-keys.h
2342         * src/plugins/pgpcore/sgpgme.c
2343         * src/plugins/pgpcore/sgpgme.h
2344         * src/plugins/pgpinline/pgpinline.c
2345         * src/plugins/pgpinline/pgpinline.h
2346         * src/plugins/pgpinline/plugin.c
2347         * src/plugins/pgpmime/pgpmime.c
2348         * src/plugins/pgpmime/pgpmime.h
2349         * src/plugins/pgpmime/plugin.c
2350         * src/plugins/spamassassin/spamassassin.c
2351         * src/plugins/spamassassin/spamassassin.h
2352         * src/plugins/spamassassin/spamassassin_gtk.c
2353         * src/plugins/trayicon/trayicon.c
2354         * src/plugins/trayicon/trayicon_prefs.c
2355         * src/plugins/trayicon/trayicon_prefs.h
2356         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2357         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2358         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2359         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2360         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2361         * tools/OOo2claws-mail.pl
2362         * tools/README.sylprint
2363         * tools/acroread2claws-mail.pl
2364         * tools/claws-mail-compose-insert-files.pl
2365         * tools/convert_mbox.pl
2366         * tools/filter_conv.pl
2367         * tools/filter_conv_new.pl
2368         * tools/fix_date.sh
2369         * tools/freshmeat_search.pl
2370         * tools/google_search.pl
2371         * tools/kmail-mailbox2claws-mail.pl
2372         * tools/kmail2claws-mail.pl
2373         * tools/kmail2claws-mail_v2.pl
2374         * tools/mairix.sh
2375         * tools/make.themes.project
2376         * tools/multiwebsearch.pl
2377         * tools/nautilus2claws-mail.sh
2378         * tools/outlook2claws-mail.pl
2379         * tools/textviewer.sh
2380         * tools/thunderbird-filters-convertor.pl
2381         * tools/update-po
2382         * tools/uuooffice
2383         * tools/vcard2xml.py
2384         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2385                 Upgrade to GPLv3 or later.
2386
2387 2007-07-10 [wwp]        2.10.0cvs15
2388
2389         * src/main.c
2390                 Fix re-opening of all composing messages that were
2391                 opened when closing the previous instance, thanks
2392                 to Colin.
2393
2394 2007-07-10 [paul]       2.10.0cvs14
2395
2396         * src/editaddress_other_attributes_ldap.c
2397         * src/ldapupdate.c
2398                 fix crash on selecting 'other attributes' combo
2399                 for either a new entry or an old entry with no
2400                 existing attributes.
2401                 fix bug on editing multiple attributes which
2402                 resulted them all having the value of the last
2403                 one changed.
2404                 Thanks to Colin
2405
2406 2007-07-10 [colin]      2.10.0cvs13
2407
2408         * src/editaddress.c
2409         * src/editaddress_other_attributes_ldap.h
2410         * src/ldapupdate.c
2411                 Fix --disable-ldap build
2412
2413 2007-07-09 [colin]      2.10.0cvs12
2414
2415         * src/Makefile.am
2416         * src/addritem.c
2417         * src/addritem.h
2418         * src/editaddress.c
2419         * src/editaddress_other_attributes_ldap.c
2420         * src/editaddress_other_attributes_ldap.h
2421         * src/editldap.c
2422         * src/ldapctrl.c
2423         * src/ldapctrl.h
2424         * src/ldapupdate.c
2425                 Add capability to edit all inetOrgPerson
2426                 attributes on LDAP. Patch by Michael 
2427                 Rasmussen
2428
2429 2007-07-09 [colin]      2.10.0cvs11
2430
2431         * src/Makefile.am
2432         * src/exporthtml.c
2433         * src/mbox.c
2434         * src/msgcache.c
2435         * src/prefs_summaries.c
2436         * src/prefs_themes.c
2437         * src/procheader.c
2438         * src/common/Makefile.am
2439         * src/common/log.c
2440         * src/common/timing.h
2441         * src/common/utils.c
2442         * src/common/utils.h
2443         * src/common/w32_account.c
2444         * src/common/w32lib.h
2445         * src/gtk/Makefile.am
2446         * src/gtk/colorlabel.c
2447         * src/plugins/pgpcore/Makefile.am
2448         * src/plugins/pgpcore/claws.def
2449         * src/plugins/pgpcore/passphrase.c
2450         * src/plugins/pgpcore/pgp_viewer.c
2451         * src/plugins/pgpcore/plugin.def
2452         * src/plugins/pgpcore/sgpgme.c
2453         * src/plugins/pgpinline/Makefile.am
2454         * src/plugins/pgpinline/claws.def
2455         * src/plugins/pgpinline/mypgpcore.def
2456         * src/plugins/pgpinline/plugin.def
2457         * src/plugins/pgpmime/Makefile.am
2458         * src/plugins/pgpmime/claws.def
2459         * src/plugins/pgpmime/mypgpcore.def
2460         * src/plugins/pgpmime/plugin.def
2461                 Commit win32 patch, from Werner Koch and
2462                 Marcus Brinkmann
2463
2464 2007-07-09 [colin]      2.10.0cvs10
2465
2466         * src/prefs_toolbar.c
2467                 Fix crash when no actions exist
2468
2469 2007-07-07 [paul]       2.10.0cvs9
2470
2471         * COPYING
2472         * manual/claws-mail-manual.xml
2473                 update copyright year
2474         * po/fi.po
2475                 updated by Flammie Pirinen
2476
2477 2007-07-05 [wwp]        2.10.0cvs8
2478
2479         * src/plugins/clamav/clamav_plugin_gtk.c
2480                 Make vertical spacing like in other plugin prefs pages.
2481
2482 2007-07-05 [wwp]        2.10.0cvs7
2483
2484         * src/quote_fmt.c
2485                 It's %am that works, not %ae (this doc incoherence has been
2486                 introduced with 2.9.2cvs13).
2487
2488 2007-07-04 [wwp]        2.10.0cvs6
2489
2490         * src/plugins/bogofilter/bogofilter.c
2491                 Gettext-ize an occurrence of "Any" that wasn't.
2492
2493 2007-07-04 [colin]      2.10.0cvs5
2494
2495         * po/POTFILES.in
2496                 Fix untranslated strings; thanks
2497                 to Pader Rezso.
2498
2499 2007-07-03 [colin]      2.10.0cvs4
2500
2501         * src/folder.c
2502         * src/mainwindow.c
2503                 Fix saving of sort mode for tags and
2504                 thread date. Thanks to Pierre Ossman.
2505                 Completes fix for bug 1233
2506
2507 2007-07-03 [paul]       2.10.0cvs3
2508
2509         * src/compose.c
2510                 fix auto-save
2511         * src/summaryview.c
2512                 fix build warnings
2513         Thanks to Colin
2514
2515 2007-07-02 [colin]      2.10.0cvs2
2516
2517         * src/folder.h
2518         * src/mainwindow.c
2519         * src/procmsg.h
2520         * src/summaryview.c
2521                 Add View/Sort/by Thread date
2522                 Fixes bug 1233, 'Capability to sort 
2523                 threads by most recent message'
2524                 Based on a patch by Paul Rolland
2525
2526 2007-07-02 [colin]      2.10.0cvs1
2527
2528         * src/Makefile.am
2529         * src/compose.c
2530         * src/edittags.c
2531         * src/edittags.h
2532         * src/filtering.c
2533         * src/folder.c
2534         * src/folder.h
2535         * src/headerview.c
2536         * src/headerview.h
2537         * src/main.c
2538         * src/mainwindow.c
2539         * src/mainwindow.h
2540         * src/manual.h
2541         * src/matcher.c
2542         * src/matcher.h
2543         * src/matcher_parser_parse.y
2544         * src/mimeview.c
2545         * src/msgcache.c
2546         * src/msgcache.h
2547         * src/prefs_common.c
2548         * src/prefs_common.h
2549         * src/prefs_filtering_action.c
2550         * src/prefs_matcher.c
2551         * src/prefs_summary_column.c
2552         * src/procmsg.c
2553         * src/procmsg.h
2554         * src/quote_fmt.c
2555         * src/quote_fmt_lex.l
2556         * src/quote_fmt_parse.y
2557         * src/summaryview.c
2558         * src/summaryview.h
2559         * src/textview.c
2560         * src/common/Makefile.am
2561         * src/common/defs.h
2562         * src/common/tags.c
2563         * src/common/tags.h
2564         * src/gtk/quicksearch.c
2565         * src/gtk/quicksearch.h
2566                 Add Tags implementation. Tags are arbitrary labels
2567                 that can be applied to messages. It is possible 
2568                 to create, edit, remove tags; apply them to mails;
2569                 filter on tags or tag presence; apply or unset
2570                 tags via filtering actions; reference tags in
2571                 reply templates.
2572
2573 2007-07-02 [paul]       2.10.0
2574
2575         * NEWS
2576         * README
2577         * RELEASE_NOTES
2578                 2.10.0 released
2579
2580 2007-07-02 [paul]       2.9.2cvs78
2581
2582         * po/de.po
2583         * po/en_GB.po
2584         * po/es.po
2585         * po/fr.po
2586         * po/hu.po
2587         * po/pt_BR.po
2588         * po/ru.po
2589         * po/zh_CN.po
2590                 updated by Stephan Sachse, me, Ricardo Mones
2591                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2592                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2593
2594 2007-07-02 [paul]       2.9.2cvs77
2595
2596         * AUTHORS
2597                 updated
2598
2599 2007-06-29 [wwp]        2.9.2cvs76
2600
2601         * src/gtk/headers.h
2602                 Fix a typo (thanks to Ricardo for finding this out).
2603
2604 2007-06-28 [paul]       2.9.2cvs75
2605
2606         * src/folderview.c
2607                 fix build warnings
2608
2609 2007-06-28 [paul]       2.9.2cvs74
2610
2611         * tools/Makefile.am
2612                 fix bug in the autotools build system.
2613                 Files cataloged under EXTRA_DIST were never
2614                 automatically copied to the build tree.
2615                 (fix 'make distcheck')
2616                 Patch by Michael Rasmussen.
2617
2618 2007-06-24 [colin]      2.9.2cvs73
2619
2620         * src/news_gtk.c
2621                 Fix bug 1249, 'Error handling for 
2622                 news errors needs modification'
2623                 Only popup error if the according
2624                 pref in Prefs/Receive is set.
2625
2626 2007-06-21 [colin]      2.9.2cvs72
2627
2628         * src/common/plugin.c
2629         * src/common/plugin.h
2630                 Change plugin API to know whether it's safe to 
2631                 unload plugins or whether we should just hide
2632                 them. Fixes bug 1248, 'Core dumps after 
2633                 unloading plugin and clicking on load plugins'
2634         * src/plugins/bogofilter/bogofilter.c
2635         * src/plugins/clamav/clamav_plugin.c
2636         * src/plugins/demo/demo.c
2637         * src/plugins/dillo_viewer/dillo_viewer.c
2638         * src/plugins/pgpcore/plugin.c
2639         * src/plugins/pgpinline/plugin.c
2640         * src/plugins/pgpmime/plugin.c
2641         * src/plugins/spamassassin/spamassassin.c
2642         * src/plugins/trayicon/trayicon.c
2643                 Update API
2644
2645 2007-06-19 [colin]      2.9.2cvs71
2646
2647         * src/compose.c
2648         * src/messageview.c
2649                 Fix crash mentioned in bug 1246
2650                 Race condition when automatically drafting
2651                 due to insertion on reedit.
2652
2653 2007-06-18 [wwp]        2.9.2cvs70
2654
2655         * src/importldif.c
2656                 LDIF import: use a "Proceed" button to complete
2657                 the process.
2658
2659 2007-06-18 [paul]       2.9.2cvs69
2660
2661         * configure.ac
2662                 use pkgconfig to check for gtk and glib
2663
2664 2007-06-17 [wwp]        2.9.2cvs68
2665
2666         * src/ldif.c
2667         * src/importldif.c
2668                 LDIF import: better error handling, minor code
2669                 and UI cleanup, and renamed the Save button
2670                 to Close, as imported stuff is already saved
2671                 when the Save button is shown.
2672
2673 2007-06-17 [colin]      2.9.2cvs67
2674
2675         * src/prefs_summaries.c
2676         * src/procmsg.c
2677                 Don't set as read when forwarded, only replied to
2678
2679 2007-06-17 [paul]       2.9.2cvs66
2680
2681         * src/alertpanel.c
2682                 add missing #include
2683
2684 2007-06-16 [colin]      2.9.2cvs65
2685
2686         * src/prefs_summaries.c
2687         * src/procmsg.c
2688                 Change the pref "Only mark as read when opened
2689                 in new window" to "..., replied to or forwarded".
2690                 Based on a patch by Paul Rolland.
2691
2692 2007-06-16 [paul]       2.9.2cvs64
2693
2694         * src/gtk/authors.h
2695                 alphabetical order! :)
2696
2697 2007-06-16 [colin]      2.9.2cvs63
2698
2699         * AUTHORS
2700         * src/gtk/authors.h
2701                 Add Michael Rasmussen in authors list
2702
2703 2007-06-16 [colin]      2.9.2cvs62
2704
2705         * src/messageview.c
2706                 Fix messageview_copy_clipboard to take advantage
2707                 of plugins' get_selection.
2708
2709 2007-06-15 [colin]      2.9.2cvs61
2710
2711         * src/action.c
2712         * src/addr_compl.c
2713         * src/addressbook.c
2714         * src/folderview.c
2715         * src/message_search.c
2716         * src/mimeview.c
2717         * src/summary_search.c
2718         * src/summaryview.c
2719         * src/textview.c
2720                 Allow GDK_KP_Enter to do the same as GDK_Return
2721                 Patch by Michael Rasmussen
2722
2723 2007-06-15 [paul]       2.9.2cvs60
2724
2725         * src/compose.c
2726                 fix bug when closing a compose window
2727                 during autosave
2728
2729 2007-06-14 [paul]       2.9.2cvs59
2730
2731         * src/main.c
2732         * src/common/defs.h
2733                 migrate sylpheed config
2734
2735 2007-06-14 [wwp]        2.9.2cvs58
2736
2737         * src/gtk/pluginwindow.c
2738                 Yet another attempt to fix sizing/alignment of the
2739                 button bar in plugins window.
2740
2741 2007-06-12 [colin]      2.9.2cvs57
2742
2743         * po/POTFILES.in
2744         * src/Makefile.am
2745         * src/folderview.c
2746         * src/prefs_common.c
2747         * src/prefs_common.h
2748         * src/prefs_summaries.c
2749         * src/prefs_summary_open.c
2750         * src/prefs_summary_open.h
2751         * src/summaryview.c
2752                 Make "when entering a folder" actions more personalisable
2753
2754 2007-06-12 [wwp]        2.9.2cvs56
2755
2756         * tools/README
2757                 Use short description from Paul (mairix.sh).
2758
2759 2007-06-12 [wwp]        2.9.2cvs55
2760
2761         * tools/README
2762                 Updated info about mairix.sh.
2763
2764 2007-06-11 [paul]       2.9.2cvs54
2765
2766         * src/prefs_logging.c
2767                 rework log window length widgets
2768                 and some sensitivity fixes
2769
2770 2007-06-11 [paul]       2.9.2cvs53
2771
2772         * src/mainwindow.c
2773         * src/prefs_logging.c
2774                 rename 'Protocol Log' to 'Network Log'
2775                 and some function renaming
2776
2777 2007-06-10 [wwp]        2.9.2cvs52
2778
2779         * src/gtk/pluginwindow.c
2780                 Revert 2.9.2cvs51.
2781
2782 2007-06-10 [wwp]        2.9.2cvs51
2783
2784         * src/gtk/pluginwindow.c
2785                 Fix button bar in plugin window, was centered and not
2786                 behaving like other dialogs w/ such button bar.
2787
2788 2007-06-08 [wwp]        2.9.2cvs50
2789
2790         * src/compose.c
2791         * src/compose.h
2792         * src/main.c
2793         * src/mainwindow.c
2794         * src/mainwindow.h
2795                 Provide a way out of automatic draft saving on IMAP, when
2796                 exiting offline.
2797                 Prevent drafting while sending and quitting while sending.
2798                 Thanks for Colin.
2799
2800
2801
2802 2007-06-08 [wwp]        2.9.2cvs49
2803
2804         * src/prefs_account.c
2805         * src/gtk/prefswindow.c
2806         * src/gtk/prefswindow.h
2807                 Activate the Basic page when opening account prefs.
2808
2809 2007-06-08 [wwp]        2.9.2cvs48
2810
2811         * src/common/socket.c
2812                 Don't crash if fork() fails, thanks to Colin.
2813
2814 2007-06-08 [wwp]        2.9.2cvs47
2815
2816         * src/gtk/prefswindow.c
2817                 Wrap some long lines, and reset horizontal scroller's adjusment
2818                 (this was already done, vertically), when changing tab (not page)
2819                 in prefs windows.
2820
2821 2007-06-08 [paul]       2.9.2cvs46
2822
2823         * src/common/utils.c
2824                 use gethostname() instead of uname()
2825                 based on a patch by Michael Hughes
2826                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2827
2828 2007-06-07 [wwp]        2.9.2cvs45
2829
2830         * src/prefs_common.c
2831                 Fix some useless warnings, thanks to Colin.
2832
2833 2007-06-06 [colin]      2.9.2cvs44
2834
2835         * src/ldapupdate.c
2836                 Fix strange allocations. 
2837
2838 2007-06-06 [colin]      2.9.2cvs43
2839
2840         * src/ldapupdate.c
2841                 Patch by Michael Rasmussus to help
2842                 bug 1232
2843
2844 2007-06-05 [wwp]        2.9.2cvs42
2845
2846         * src/prefs_account.c
2847         * src/prefs_folder_item.c
2848         * src/prefs_quote.c
2849         * src/quote_fmt.c
2850         * src/quote_fmt.h
2851                 Per-folder templates can now be applied recursively.
2852                 Always save per-folder templates (formats were erroneously
2853                 saved only if they were enabled).
2854                 Check for validity of quotation marks everywhere there
2855                 are defined.
2856
2857 2007-06-05 [wwp]        2.9.2cvs41
2858
2859         * src/inc.c
2860                 Fix incoming messages from local accounts always getting filtered
2861                 (even if the account prefs say don't), thanks to Colin.
2862
2863 2007-06-05 [wwp]        2.9.2cvs40
2864
2865         * src/compose.c
2866         * src/compose.h
2867                 Use per-folder/per-account quote chars when applying a
2868                 template or inserting text as well. Const'ify some
2869                 vars more.
2870
2871 2007-06-04 [colin]      2.9.2cvs39
2872
2873         * src/compose.c
2874                 More work for wwp :)
2875
2876 2007-06-04 [wwp]        2.9.2cvs38
2877
2878         * src/compose.c
2879                 Same as 2.9.2cvs36 but for forwarding.
2880
2881 2007-06-04 [colin]      2.9.2cvs37
2882
2883         * src/compose.c
2884                 Use original mail file for forward/redirect
2885                 Fixes some forwarded mails to be attached as
2886                 application/octet-stream (when they have binary
2887                 parts), and incidentally fixes bug 848
2888                 'Redirect breaks GnuPG'
2889
2890 2007-06-04 [wwp]        2.9.2cvs36
2891
2892         * src/compose.c
2893                 Fix quote mark mis-initialisation when replying/forwarding
2894                 (introduced w/ 2.9.2cvs20).
2895
2896 2007-06-04 [wwp]        2.9.2cvs35
2897
2898         * src/prefs_compose_writing.c
2899         * src/prefs_quote.c
2900                 Fix a bug where Quotation characters (prefs/compose/writing)
2901                 was cleared (introduced w/ 2.9.2cvs26).
2902
2903 2007-06-04 [wwp]        2.9.2cvs34
2904
2905         * src/prefs_account.c
2906         * src/prefs_account.h
2907                 Better fix for compiling w/o aspell (rollbacks
2908                 2.9.2cvs31).
2909
2910 2007-06-04 [wwp]        2.9.2cvs33
2911
2912         * src/account.c
2913         * src/prefs_account.c
2914         * src/prefs_account.h
2915         * src/procmsg.c
2916                 It's now possible to disable mail filtering plugins
2917                 on a per-account basis.
2918
2919 2007-06-04 [wwp]        2.9.2cvs32
2920
2921         * src/procheader.c
2922         * src/common/utils.c
2923         * src/common/utils.h
2924                 Support CRLF in headers part of messages.
2925                 Support few more date formats (RFC3339 subsets).
2926
2927 2007-06-04 [wwp]        2.9.2cvs31
2928
2929         * src/prefs_account.c
2930                 Fix compiling w/o aspell support.
2931
2932 2007-06-03 [wwp]        2.9.2cvs30
2933
2934         * src/prefs_gtk.c
2935                 Don't decode leading ENV_ and ~ in P_PASSWORD
2936                 values.
2937
2938 2007-06-03 [wwp]        2.9.2cvs29
2939
2940         * src/prefs_gtk.c
2941                 Don't decode leading ENV_ and ~ in P_PASSWORD
2942                 values.
2943
2944 2007-06-03 [wwp]        2.9.2cvs28
2945
2946         * src/prefs_account.c
2947         * src/gtk/prefswindow.c
2948         * src/gtk/prefswindow.h
2949                 Added a way to force preloading of all pages
2950                 (prefswindow).
2951                 Moved tabs to pages in account prefs.
2952
2953 2007-06-02 [colin]      2.9.2cvs27
2954
2955         * src/addressbook.c
2956                 Fix possible crash, fix ldap write bugs
2957         * src/ldapupdate.c
2958                 Fix ldap write bugs - patch by Michael
2959                 Rasmussen
2960         * src/alertpanel.c
2961         * src/alertpanel.h
2962                 Add a hook whenever alertpanel opens/closes
2963
2964 2007-05-31 [wwp]        2.9.2cvs26
2965
2966         * src/prefs_compose_writing.c
2967         * src/prefs_quote.c
2968                 Re-organized writing options a bit:
2969                  - renamed the Quoting page to Templates
2970                  - moved all composing templates to that page
2971                  - moved non-templates options to the Writing one,
2972                    grouped reply-related options, reordered reply and
2973                    forward options.
2974
2975 2007-05-31 [wwp]        2.9.2cvs25
2976
2977         * src/compose.c
2978                 Removed unused code.
2979
2980 2007-05-31 [colin]      2.9.2cvs24
2981
2982         * src/addressbook.c
2983                 Fix missing display name when modifying
2984                 LDAP. Patch by Michael Rasmussen
2985
2986 2007-05-31 [wwp]        2.9.2cvs23
2987
2988         * src/plugins/bogofilter/Makefile.am
2989         * src/plugins/clamav/Makefile.am
2990         * src/plugins/demo/Makefile.am
2991         * src/plugins/dillo_viewer/Makefile.am
2992         * src/plugins/spamassassin/Makefile.am
2993                 Fix building of those plugins in Mac OS X.
2994
2995 2007-05-30 [wwp]        2.9.2cvs22
2996
2997         * src/gtk/quicksearch.c
2998                 Fix missing initialization.
2999
3000 2007-05-30 [wwp]        2.9.2cvs21
3001
3002         * src/procheader.c
3003                 Revert accidental commit (debug outputs).
3004
3005 2007-05-30 [wwp]        2.9.2cvs20
3006
3007         * src/compose.c
3008         * src/folder_item_prefs.c
3009         * src/folder_item_prefs.h
3010         * src/prefs_account.c
3011         * src/prefs_account.h
3012         * src/prefs_folder_item.c
3013         * src/prefs_gtk.c
3014         * src/prefs_gtk.h
3015                 Implemented per-account and per-folder
3016                 compose/reply/forward formats.
3017
3018 2007-05-30 [wwp]        2.9.2cvs19
3019
3020         * src/prefs_compose_writing.c
3021         * src/prefs_quote.c
3022         * src/procheader.c
3023         * src/quote_fmt.c
3024         * src/quote_fmt.h
3025                 Internal API changes (factorize quote format
3026                 prefs and checks).
3027
3028 2007-05-30 [colin]      2.9.2cvs18
3029
3030         * src/compose.c
3031                 Fix race where it's possible to re-click Send
3032                 between end of SMTP session and end of "move to
3033                 sent folder" when sending an email with send
3034                 dialog enabled.
3035
3036 2007-05-30 [colin]      2.9.2cvs17
3037
3038         * src/crash.c
3039                 Ask for backtrace on all threads. Patch by
3040                 Pawel
3041         * src/folderview.c
3042                 Fix stale news statusbar when scanning fails.
3043                 Patch by Pawel
3044         * src/ldapupdate.c
3045                 Fix some LDAP write updates bugs. Patch
3046                 by Michael Rasmussen
3047
3048 2007-05-29 [colin]      2.9.2cvs16
3049
3050         * src/imap.c
3051                 Fix loss of local flags when moving mails
3052                 on IMAP in high-bandwidth mode (UID FETCH)
3053
3054 2007-05-25 [paul]       2.9.2cvs15
3055
3056         * src/common/socket.c
3057                 fix sometimes crasher on cancelling
3058                 message sending
3059
3060 2007-05-25 [colin]      2.9.2cvs14
3061
3062         * src/imap.c
3063                 Fix a memory leak
3064         * src/imap_gtk.c
3065                 Be more helpful in the subscription
3066                 message
3067
3068 2007-05-23 [wwp]        2.9.2cvs13
3069
3070         * src/compose.c
3071         * src/prefs_compose_writing.c
3072         * src/prefs_quote.c
3073         * src/prefs_template.c
3074         * src/prefs_template.h
3075         * src/quote_fmt.c
3076         * src/quote_fmt.h
3077         * src/quote_fmt_lex.l
3078         * src/quote_fmt_parse.y
3079                 Introduced new syntax elements (symbols and commands)
3080                 in templates/quote_fmt. Compatibility w/ old
3081                 symbols is kept.
3082                 Updated and reworked the corresponding Information
3083                 dialog.
3084                 Display the line number in dialogs that talk about
3085                 parser errors (in addition to the error message in
3086                 output).
3087
3088 2007-05-23 [wwp]        2.9.2cvs12
3089
3090         * src/quote_fmt_parse.y
3091                 Fix 2.9.2cvs11, probably a paste accident ;).
3092
3093 2007-05-23 [wwp]        2.9.2cvs11
3094
3095         * src/compose.c
3096         * src/prefs_template.c
3097         * src/quote_fmt.h
3098         * src/quote_fmt_parse.y
3099                 Fix 2.9.2cvs10, which broke --disable-aspell.
3100
3101 2007-05-22 [wwp]        2.9.2cvs10
3102
3103         * src/compose.c
3104         * src/prefs_template.c
3105         * src/quote_fmt.c
3106         * src/quote_fmt.h
3107         * src/quote_fmt_lex.l
3108         * src/quote_fmt_parse.y
3109         * src/gtk/gtkaspell.c
3110         * src/gtk/gtkaspell.h
3111                 Added template/quote format syntactical elements
3112                 to show and query:
3113                         - current dictionary
3114                           %T to show (shows empty if not set or not enabled),
3115                           ?T and !T to check if the default dictionary is
3116                           enabled and set
3117                         - current account's default dictionary
3118                           %aT to show (empty if not set or not enabled),
3119                           ?aT and !aT to check if it's enabled and set
3120                         - name completion for an address, from the address
3121                           book
3122                           %ABf, %ABt, %ABc respectively show the full name got
3123                           from the address book if From, To or Cc match a single
3124                           contact.
3125                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3126                           matches any contact and if the full name is non-empty.
3127                           If From, To or Cc are lists of email addresses, only
3128                           the first address will be checked.
3129                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3130                 that could show a trailing ','.
3131                 Also, template/quote_fmt parser now shows the line number in case
3132                 of parser error.
3133
3134 2007-05-15 [colin]      2.9.2cvs9
3135
3136         * src/main.c
3137         * src/main.h
3138                 Add a public function to know whether Claws
3139                 crashed last time
3140                 Store opened folder when exiting
3141         * src/folder.c
3142         * src/folder.h
3143                 Store last opened message in each FolderItem;
3144                 Reset last seen messages if Claws crashed, so 
3145                 that one can't go in an infinite crash in case 
3146                 a particular mail crashes Claws.
3147         * src/messageview.c
3148         * src/prefs_common.c
3149         * src/prefs_common.h
3150         * src/summaryview.c
3151         * src/prefs_summaries.c
3152                 Add "Select last opened message" when entering
3153                 a folder
3154                 Add "Select last opened folder" at startup.
3155
3156 2007-05-14 [colin]      2.9.2cvs8
3157
3158         * manual/xml2pdf
3159                 Fix bashism, search for xml catalog 
3160                 in /usr/local/share/xml/catalog too
3161                 Patch by Pawel
3162
3163 2007-05-13 [wwp]        2.9.2cvs7
3164
3165         * src/gtk/logwindow.c
3166                 fix raising log windows when they are either minimized or
3167                 in background.
3168
3169 2007-05-11 [colin]      2.9.2cvs6
3170
3171         * src/gtk/filesel.c
3172                 Use Hildon's file chooser on Maemo. Patch
3173                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3174                 'File attachment "manipulation" bugs...'
3175
3176 2007-05-10 [wwp]        2.9.2cvs5
3177
3178         * src/prefs_common.c
3179         * src/prefs_common.h
3180         * src/gtk/quicksearch.c
3181                 Add a quicksearch option to automatically run
3182                 a search selected from the history (this option
3183                 is exclusive towards type-ahead).
3184
3185 2007-05-10 [colin]      2.9.2cvs4
3186
3187         * src/imap.c
3188                 Fix g_warnings, thanks to Brian
3189                 Morrison
3190
3191 2007-05-09 [colin]      2.9.2cvs3
3192
3193         * src/crash.c
3194         * src/exporthtml.c
3195         * src/mbox.c
3196         * src/prefs_summaries.c
3197         * src/procheader.c
3198         * src/common/log.c
3199         * src/common/utils.c
3200         * src/gtk/gtksourceprintjob.c
3201         * src/gtk/sslcertwindow.c
3202                 Use the re-entrant variant of time functions
3203                 Probably fixes bug 1217, 'reentrancy problems 
3204                 with time functions'
3205
3206 2007-05-09 [colin]      2.9.2cvs2
3207
3208         * src/imap.c
3209                 Fix crasher when reconnection fails
3210
3211 2007-05-08 [paul]       2.9.2cvs1
3212
3213         * NEWS
3214         * README
3215         * RELEASE_NOTES
3216         * configure.ac
3217                 bump version number following
3218                 stable release
3219
3220 2007-05-08 [paul]       2.9.1cvs48
3221
3222         * src/plugins/demo/demo.c
3223         * src/plugins/dillo_viewer/dillo_prefs.c
3224         * src/plugins/dillo_viewer/dillo_prefs.h
3225         * src/plugins/dillo_viewer/dillo_viewer.c
3226         * src/plugins/pgpcore/pgp_viewer.c
3227         * src/plugins/pgpcore/pgp_viewer.h
3228         * src/plugins/pgpcore/plugin.c
3229         * src/plugins/pgpcore/prefs_gpg.c
3230         * src/plugins/pgpcore/prefs_gpg.h
3231         * src/plugins/pgpcore/sgpgme.c
3232         * src/plugins/pgpcore/sgpgme.h
3233         * src/plugins/pgpinline/plugin.c
3234         * src/plugins/pgpmime/pgpmime.c
3235         * src/plugins/pgpmime/pgpmime.h
3236         * src/plugins/pgpmime/plugin.c
3237         * src/plugins/spamassassin/spamassassin.c
3238         * src/plugins/spamassassin/spamassassin.h
3239         * src/plugins/spamassassin/spamassassin_gtk.c
3240         * src/plugins/trayicon/README
3241         * tools/README
3242         * tools/README.sylprint
3243         * tools/outlook2claws-mail.pl
3244         * tools/sylprint.pl
3245         * tools/tb2claws-mail
3246         * tools/tbird2claws.py
3247         * tools/update-po
3248         * tools/vcard2xml.py
3249         * tools/kdeservicemenu/README
3250                 cleanups and corrections
3251
3252 2007-05-06 [wwp]        2.9.1cvs47
3253
3254         * tools/uudec
3255                 Fix missing dash to `display` command-line, reported
3256                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3257
3258 2007-05-06 [colin]      2.9.1cvs46
3259
3260         * src/Makefile.am
3261         * src/stock_pixmap.c
3262         * src/stock_pixmap.h
3263         * src/pixmaps/printer.xpm
3264                 Add a printer icon
3265
3266 2007-05-06 [paul]       2.9.1cvs45
3267
3268         * src/compose.c
3269         * src/ldapquery.c
3270         * src/privacy.h
3271         * src/summary_search.c
3272         * src/summaryview.c
3273                 fix build warnings
3274
3275 2007-05-05 [wwp]        2.9.1cvs44
3276
3277         * src/messageview.c
3278         * src/mh.c
3279         * src/prefs_actions.c
3280         * src/prefs_gtk.c
3281         * src/summaryview.c
3282         * src/common/xml.c
3283                 Fix "faild" typos everywhere and capitalization of
3284                 some g_warnings.
3285
3286 2007-05-04 [colin]      2.9.1cvs43
3287
3288         * src/compose.c
3289         * src/privacy.c
3290         * src/privacy.h
3291         * src/plugins/pgpcore/prefs_gpg.c
3292         * src/plugins/pgpcore/prefs_gpg.h
3293         * src/plugins/pgpinline/pgpinline.c
3294         * src/plugins/pgpmime/pgpmime.c
3295                 Add an API to warn about encryption limits,
3296                 and allow to disable these warnings
3297
3298 2007-05-03 [colin]      2.9.1cvs42
3299
3300         * src/summaryview.c
3301         * src/mainwindow.c
3302                 Fix bug 1213, 'Delete more than 
3303                 one thread at once'
3304
3305 2007-05-03 [wwp]        2.9.1cvs41
3306
3307         * src/prefs_common.c
3308         * src/prefs_filtering.c
3309         * src/prefs_template.c
3310         * src/common/template.c
3311         * src/common/template.h
3312         * src/gtk/gtkutils.c
3313         * src/gtk/gtkutils.h
3314                 Templates are no longer automatically sorted
3315                 by name, but can be sorted manually using
3316                 |< < > >| buttons as well as drag'n'drop.
3317
3318 2007-05-03 [wwp]        2.9.1cvs40
3319
3320         * src/plugins/spamassassin/spamassassin.c
3321         * src/plugins/spamassassin/spamassassin.h
3322         * src/plugins/spamassassin/spamassassin_gtk.c
3323         * src/plugins/bogofilter/bogofilter.c
3324         * src/plugins/bogofilter/bogofilter.h
3325         * src/plugins/bogofilter/bogofilter_gtk.c
3326                 Added an option to conditionally mark saved spam
3327                 as read (default is and was to do so).
3328                 Satisfies feature request 1708539 on sf.net tracker.
3329
3330 2007-05-03 [colin]      2.9.1cvs39
3331
3332         * src/inc.c
3333                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3334
3335 2007-05-02 [colin]      2.9.1cvs38
3336
3337         * src/textview.c
3338                 Fix bug 1209, 'Clicking on address 
3339                 in header (mailto uri) selects 
3340                 default account'. Patch adapted from
3341                 G.P. Halkes' patch.
3342
3343 2007-05-02 [colin]      2.9.1cvs37
3344
3345         * src/grouplistdialog.c
3346                 Set cursor to wait cursor while loading
3347                 groups.
3348
3349 2007-05-02 [paul]       2.9.1cvs36
3350
3351         * src/folder.c
3352         * src/common/defs.h
3353                 rename cache and mark files
3354                 (data is preserved)
3355
3356 2007-04-30 [paul]       2.9.1cvs35
3357
3358         * manual/glossary.xml
3359         * manual/plugins.xml
3360                 updates. Patch by Ricardo
3361
3362 2007-04-29 [wwp]        2.9.1cvs34
3363
3364         * src/mainwindow.c
3365         * configure.ac
3366                 Fix few grammatical errors (patch by David Relson < relson at
3367                 osagesoftware dot com >).
3368
3369 2007-04-28 [colin]      2.9.1cvs33
3370
3371         * src/account.c
3372         * src/pop.c
3373         * src/prefs_account.c
3374         * src/prefs_account.h
3375                 Drop the "Download all" preference. It's
3376                 stupidly useless and confuses people from
3377                 time to time.
3378
3379 2007-04-27 [wwp]        2.9.1cvs32
3380
3381         * src/account.c
3382         * src/prefs_account.c
3383         * src/prefs_account.h
3384                 Don't reflect accounts changes to the mainwindow when it's
3385                 not necessary.
3386
3387 2007-04-27 [colin]      2.9.1cvs31
3388
3389         * src/folder.c
3390                 Freeze/thaw when sync'ing flags
3391         * src/imap.c
3392         * src/prefs_account.c
3393         * src/prefs_account.h
3394         * src/etpan/imap-thread.c
3395         * src/etpan/imap-thread.h
3396                 Add a way to use UID FETCH instead
3397                 of searches to fetch message lists
3398                 and flags. More expensive towards
3399                 bandwidth, less expensive towards
3400                 server's CPU. Probably fixes 
3401                 bug 1158, 'Scanning new folders on 
3402                 Exchange 2007 extremely slow'.
3403                 Patch 95% by Hoa.
3404
3405 2007-04-27 [paul]       2.9.1cvs30
3406
3407         * src/mainwindow.c
3408         * src/prefs_logging.c
3409                 improvements to english usage
3410
3411 2007-04-27 [colin]      2.9.1cvs29
3412
3413         * src/imap.c
3414                 Fix build without libetpan (my bad!)
3415
3416 2007-04-26 [colin]      2.9.1cvs28
3417
3418         * src/imap.c
3419         * src/imap.h
3420                 Fix uselessly exported function
3421         * src/textview.c
3422                 Consider "- -- \n" as signature separator
3423                 (that's what signature separators look like
3424                  in PGP/Inline signed mails)
3425
3426 2007-04-26 [colin]      2.9.1cvs27
3427
3428         * configure.ac
3429                 libetpan-0.49 is now required
3430         * src/procmime.c
3431                 Fix double fetching of mails if
3432                 first try failed
3433         * src/imap.c
3434                 Make offline sync faster, by
3435                 remembering last change time, and
3436                 last sync time.
3437
3438 2007-04-26 [hoa]        2.9.1cvs26
3439
3440         * src/imap.c
3441         * src/imap.h
3442         * src/mainwindow.c
3443         * src/toolbar.c
3444         * src/etpan/imap-thread.c
3445         * src/etpan/imap-thread.h
3446                 cancellation of IMAP operations is now allowed.
3447                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3448
3449 2007-04-26 [colin]      2.9.1cvs25
3450
3451         * src/folder.c
3452                 Always fetch body+headers in folders that are
3453                 synched for offline use, if "Synchronise as
3454                 soon as possible" is set.
3455                 Fixes bug 1200, 'Add option to always retrieve full 
3456                 messages'
3457
3458 2007-04-25 [colin]      2.9.1cvs24
3459
3460         * src/compose.c
3461                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3462                 persists...'
3463
3464 2007-04-24 [colin]      2.9.1cvs23
3465
3466         * src/folderview.c
3467                 Fix bug 1195, 'Hardware key navigation' 
3468                 Make GDK_Enter toggle expansion (Maemo)
3469
3470 2007-04-24 [wwp]        2.9.1cvs22
3471
3472         * src/compose.c
3473                 Fix few compiler warnings.
3474
3475 2007-04-24 [paul]       2.9.1cvs21
3476
3477         * src/Makefile.am
3478         * src/stock_pixmap.c
3479         * src/stock_pixmap.h
3480                 complete last commit
3481
3482 2007-04-24 [paul]       2.9.1cvs20
3483
3484         * src/gtk/about.c
3485         * src/pixmaps/active.xpm
3486         * src/pixmaps/checkbox_off.xpm
3487         * src/pixmaps/checkbox_on.xpm
3488         * src/pixmaps/inactive.xpm
3489                 kick out the blobs
3490                 remove transparent border from checkbox icons
3491
3492 2007-04-24 [wwp]        2.9.1cvs19
3493
3494         * src/textview.c
3495         * src/textview.h
3496                 Fix a crash in textview, thanks to Colin.
3497
3498 2007-04-23 [wwp]        2.9.1cvs18
3499
3500         * src/prefs_common.c
3501                 Fix 2.9.1cvs5: no header was being translated at all.
3502
3503 2007-04-23 [colin]      2.9.1cvs17
3504
3505         * src/Makefile.am
3506         * src/stock_pixmap.c
3507         * src/stock_pixmap.h
3508         * src/summaryview.c
3509         * src/summaryview.h
3510         * src/gtk/gtksctree.c
3511         * src/gtk/gtksctree.h
3512         * src/pixmaps/selection.xpm
3513                 Fix bug 1193, 'Need a way to multi-select
3514                 items'. Add a toggle button to the summaryview
3515                 to switch between normal and multiple selection
3516                 (Maemo)
3517
3518 2007-04-23 [colin]      2.9.1cvs16
3519
3520         * src/Makefile.am
3521         * src/stock_pixmap.c
3522         * src/stock_pixmap.h
3523         * src/summaryview.c
3524         * src/summaryview.h
3525         * src/gtk/gtksctree.c
3526         * src/gtk/gtksctree.h
3527         * src/pixmaps/selection.xpm
3528                 Fix bug 1193, 'Need a way to multi-
3529                 select items'
3530                 Add a toggle button in the summaryview
3531                 to enable normal or multiple selection.
3532                 (Maemo)
3533
3534 2007-04-23 [colin]      2.9.1cvs15
3535
3536         * src/compose.c
3537                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3538
3539 2007-04-21 [colin]      2.9.1cvs14
3540
3541         * src/gtk/quicksearch.c
3542                 Fix previous commit (actually use correct
3543                 parameter)
3544
3545 2007-04-21 [colin]      2.9.1cvs13
3546
3547         * src/gtk/quicksearch.c
3548                 Fix changing quicksearch type (after Esc,
3549                 after changing Recursive, ...)
3550
3551 2007-04-20 [wwp]        2.9.1cvs12
3552
3553         * src/gtk/Makefile.am
3554                 Added headers.h (completes 2.9.1cvs5).
3555
3556 2007-04-20 [wwp]        2.9.1cvs11
3557
3558         * src/addressbook.c
3559                 Fix the use of display name in name column,
3560                 it has been overriden w/ the use of nickname
3561                 by 2.9.0cvs3. Now nickname is used (if any)
3562                 in case of LDAP books only.
3563
3564 2007-04-20 [colin]      2.9.1cvs10
3565
3566         * src/mimeview.c
3567         * src/summaryview.c
3568         * src/textview.c
3569                 Add handling of 'a' to loop in a mail's
3570                 mimeparts
3571
3572 2007-04-20 [colin]      2.9.1cvs9
3573
3574         * src/toolbar.c
3575                 Fix bug 1190, 'dir_open' button doesn't work'
3576                 (Maemo)
3577
3578 2007-04-20 [colin]      2.9.1cvs8
3579
3580         * src/folderview.c
3581         * src/mainwindow.c
3582                 Fix bug 1194, 'Hardware keys move from email 
3583                 list to account/directory list, but not back 
3584                 to email list...' (Maemo)
3585
3586 2007-04-20 [colin]      2.9.1cvs7
3587
3588         * src/compose.h
3589                 complete previous commit
3590
3591 2007-04-20 [colin]      2.9.1cvs6
3592
3593         * src/compose.c
3594                 Fix bug 1187, 'Reply-to addressee disappears 
3595                 when reply-to text box is clicked...' (Maemo)
3596
3597 2007-04-20 [wwp]        2.9.1cvs5
3598
3599         * po/POTFILES.in
3600         * src/addressbook.c
3601         * src/compose.c
3602         * src/filtering.c
3603         * src/headerview.c
3604         * src/matcher.c
3605         * src/prefs_common.c
3606         * src/prefs_common.h
3607         * src/prefs_display_header.c
3608         * src/prefs_matcher.c
3609         * src/summaryview.c
3610         * src/gtk/headers.h
3611         * src/gtk/quicksearch.c
3612                 Translate more header names according to the relevant option value,
3613                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3614                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3615                 to prefs_common_translated_header_name().
3616                 Added a headers.h reference file that contains known header names
3617                 (RFC2822 and others) to the translation process' input, so that
3618                 translated header names will still exist even if no occurrence of
3619                 _("headername") is found anymore in the sources.
3620                 Don't translate column name 'Number' following to trans_hdr option
3621                 value as it's not a header name.
3622
3623 2007-04-20 [colin]      2.9.1cvs4
3624
3625         * src/gtk/quicksearch.c
3626         * src/gtk/quicksearch.h
3627                 Add "From, To or Subject" quicksearch
3628                 type. Patch by ulfschaper@users.sf.net
3629
3630 2007-04-20 [colin]      2.9.1cvs3
3631
3632         * src/matcher.c
3633                 Implement proper references filtering condition.
3634                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3635
3636 2007-04-19 [wwp]        2.9.1cvs2
3637
3638         * src/prefs_display_header.c
3639         * src/message_search.c
3640                 Fix few warnings (g_free of const gchar*).
3641
3642 2007-04-19 [paul]       2.9.1cvs1
3643
3644         * NEWS
3645         * README
3646         * RELEASE_NOTES
3647         * configure.ac
3648                 bump version number following
3649                 stable release
3650
3651 2007-04-19 [paul]       2.9.0cvs9
3652
3653         * manual/advanced.xml
3654         * manual/glossary.xml
3655                 fix typos
3656
3657 2007-04-18 [paul]       2.9.0cvs8
3658
3659         * src/pop.c
3660                 fix for CVE-2007-1558 (APOP)
3661                 Thanks to Colin
3662
3663 2007-04-18 [paul]       2.9.0cvs7
3664
3665         * src/messageview.c
3666         * src/mimeview.c
3667         * src/summaryview.c
3668         * src/gtk/filesel.c
3669                 Fix encoding woes wrt saving of
3670                 mails and parts
3671                 Thanks to Colin
3672
3673 2007-04-18 [colin]      2.9.0cvs6
3674
3675         * src/gtk/pluginwindow.c
3676                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3677
3678 2007-04-17 [wwp]        2.9.0cvs5
3679
3680         * src/addressadd.c
3681         * src/addressbook.c
3682         * src/addrindex.c
3683         * src/ldapupdate.c
3684                 Fix --disable-ldap build,
3685                 fix some LDAP annoyances on 
3686                 searches, thanks to Colin.
3687
3688 2007-04-17 [wwp]        2.9.0cvs4
3689
3690         * src/ldapupdate.c
3691                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3692                 like gcc 2.9x. Thanks to Colin.
3693
3694 2007-04-17 [wwp]        2.9.0cvs3
3695
3696         * src/Makefile.am
3697         * src/addressadd.c
3698         * src/addressbook.c
3699         * src/addrindex.c
3700         * src/addritem.c
3701         * src/addritem.h
3702         * src/editaddress.c
3703         * src/ldapctrl.c
3704         * src/ldapctrl.h
3705         * src/ldapquery.c
3706         * src/ldapserver.c
3707         * src/ldapserver.h
3708         * src/ldapupdate.c
3709         * src/ldapupdate.h
3710                 Add LDAP write support. Patch mostly by 
3711                 Michael <mir at datanom dot net>
3712
3713 2007-04-17 [wwp]        2.9.0cvs2
3714
3715         * src/compose.c
3716                 Prepend "Add to address book" to the context menu of compose window's sender and
3717                 recipient fields.
3718
3719 2007-04-16 [paul]       2.9.0cvs1
3720
3721         * src/gtk/authors.h
3722                 add Pader Rezso
3723
3724 2007-04-16 [paul]       2.9.0
3725
3726         * NEWS
3727         * README
3728         * RELEASE_NOTES
3729                 2.9.0 released
3730
3731 2007-04-16 [paul]       2.8.1cvs102
3732
3733         * po/fr.po
3734                 updated by Fabien Vantard
3735
3736 2007-04-16 [paul]       2.8.1cvs101
3737
3738         * po/ca.po
3739         * po/cs.po
3740         * po/de.po
3741         * po/hu.po
3742         * po/pl.po
3743         * po/pt_BR.po
3744         * po/sr.po
3745         * po/zh_CN.po
3746                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3747                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3748                 Aleksandar Urosevic, and Ralgh Young
3749
3750 2007-04-15 [mones]      2.8.1cvs100
3751
3752         * po/es.po
3753                 Updated for release
3754
3755 2007-04-14 [colin]      2.8.1cvs99
3756
3757         * src/message_search.c
3758         * src/prefs_display_header.c
3759         * src/summary_search.c
3760         * src/gtk/combobox.c
3761                 Fix allocations
3762
3763 2007-04-14 [wwp]        2.8.1cvs98
3764
3765         * src/gtk/combobox.c
3766         * src/message_search.c
3767         * src/summary_search.c
3768         * src/prefs_display_header.c
3769                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3770                 returns NULL, get the text value directly from the GtkEntry child.
3771
3772 2007-04-13 [colin]      2.8.1cvs97
3773
3774         * src/gtk/quicksearch.c
3775                 Give the focus back to summaryview when
3776                 emptying the quicksearch with Esc
3777
3778 2007-04-13 [colin]      2.8.1cvs96
3779
3780         * src/message_search.c
3781         * src/prefs_display_header.c
3782         * src/summary_search.c
3783                 Fix possibles crashes when getting text
3784                 from gtk combos
3785
3786 2007-04-13 [colin]      2.8.1cvs95
3787
3788         * src/pop.c
3789                 Add some UIDL debugging
3790
3791 2007-04-12 [colin]      2.8.1cvs94
3792
3793         * src/folder.c
3794                 Force folder scan if necessary after
3795                 copying mails, to be able to reapply
3796                 flags.
3797
3798 2007-04-11 [colin]      2.8.1cvs93
3799
3800         * src/main.c
3801                 don't scan for new mail on startup if --select
3802                 is specified (or race conditions arise). If so,
3803                 do both sequentially.
3804
3805 2007-04-09 [colin]      2.8.1cvs92
3806
3807         * src/common/defs.h
3808                 Use leafpad by default on Maemo. Patch
3809                 by Jean-Luc Biord.
3810
3811 2007-04-06 [colin]      2.8.1cvs91
3812
3813         * src/pixmaps/queue_close.xpm
3814         * src/pixmaps/queue_close_hrm.xpm
3815         * src/pixmaps/queue_close_hrm_mark.xpm
3816         * src/pixmaps/queue_close_mark.xpm
3817         * src/pixmaps/queue_open.xpm
3818         * src/pixmaps/queue_open_hrm.xpm
3819         * src/pixmaps/queue_open_hrm_mark.xpm
3820         * src/pixmaps/queue_open_mark.xpm
3821                 Move the clock one pixel down :)
3822
3823 2007-04-05 [colin]      2.8.1cvs90
3824
3825         * src/mainwindow.c
3826                 Don't sync when switching offline from
3827                 command line - it's usually too late :)
3828
3829 2007-04-05 [paul]       2.8.1cvs89
3830
3831         * src/Makefile.am
3832         * src/stock_pixmap.c
3833         * src/pixmaps/dir_close_hrm.xpm
3834         * src/pixmaps/dir_close_hrm_mark.xpm
3835         * src/pixmaps/drafts_close.xpm
3836         * src/pixmaps/drafts_close_mark.xpm
3837         * src/pixmaps/drafts_open.xpm
3838         * src/pixmaps/drafts_open_mark.xpm
3839         * src/pixmaps/inbox.xpm
3840         * src/pixmaps/inbox_close.xpm
3841         * src/pixmaps/inbox_close_hrm.xpm
3842         * src/pixmaps/inbox_close_hrm_mark.xpm
3843         * src/pixmaps/inbox_close_mark.xpm
3844         * src/pixmaps/inbox_hrm.xpm
3845         * src/pixmaps/inbox_hrm_mark.xpm
3846         * src/pixmaps/inbox_mark.xpm
3847         * src/pixmaps/inbox_open.xpm
3848         * src/pixmaps/inbox_open_hrm.xpm
3849         * src/pixmaps/inbox_open_hrm_mark.xpm
3850         * src/pixmaps/inbox_open_mark.xpm
3851         * src/pixmaps/outbox.xpm
3852         * src/pixmaps/outbox_close.xpm
3853         * src/pixmaps/outbox_close_hrm.xpm
3854         * src/pixmaps/outbox_close_hrm_mark.xpm
3855         * src/pixmaps/outbox_close_mark.xpm
3856         * src/pixmaps/outbox_hrm.xpm
3857         * src/pixmaps/outbox_hrm_mark.xpm
3858         * src/pixmaps/outbox_mark.xpm
3859         * src/pixmaps/outbox_open.xpm
3860         * src/pixmaps/outbox_open_hrm.xpm
3861         * src/pixmaps/outbox_open_hrm_mark.xpm
3862         * src/pixmaps/outbox_open_mark.xpm
3863         * src/pixmaps/queue_close.xpm
3864         * src/pixmaps/queue_close_hrm.xpm
3865         * src/pixmaps/queue_close_hrm_mark.xpm
3866         * src/pixmaps/queue_close_mark.xpm
3867         * src/pixmaps/queue_open.xpm
3868         * src/pixmaps/queue_open_hrm.xpm
3869         * src/pixmaps/queue_open_hrm_mark.xpm
3870         * src/pixmaps/queue_open_mark.xpm
3871                 updated, added and replaced icons
3872                 Icons by Colin
3873
3874 2007-04-04 [colin]      2.8.1cvs88
3875
3876         * src/imap.c
3877                 Fix build without libetpan
3878
3879 2007-04-03 [colin]      2.8.1cvs87
3880
3881         * src/imap.c
3882                 Fix crash with Citadel, and try to make
3883                 things work. this server (and specifically 
3884                 STATUS and APPEND at least) seems broken.
3885
3886 2007-04-03 [colin]      2.8.1cvs86
3887
3888         * src/folderview.c
3889                 Fix icons on folder close
3890
3891 2007-04-03 [colin]      2.8.1cvs85
3892
3893         * src/inc.c
3894                 Fix double-ask of offline override in
3895                 certain cases
3896         * src/imap.c
3897         * src/imap.h
3898         * src/imap_gtk.c
3899                 Much more efficient way to synchronise
3900                 for offline use
3901         * src/etpan/imap-thread.c
3902                 Fix possible segs
3903         * src/folder.c
3904         * src/gtk/quicksearch.c
3905                 Fix some GUI lags
3906
3907 2007-04-03 [paul]       2.8.1cvs84
3908
3909         * src/filtering.c
3910         * src/folder.c
3911         * src/folder.h
3912         * src/prefs_common.c
3913         * src/prefs_common.h
3914         * src/prefs_other.c
3915                 Fix sync being done too late
3916                 Thanks to Colin
3917
3918 2007-04-02 [colin]      2.8.1cvs83
3919
3920         * src/summaryview.c
3921                 Maemo: Put status and quicksearch at the top
3922         * src/plugins/bogofilter/bogofilter.c
3923         * src/plugins/spamassassin/spamassassin.c
3924                 Derive trash from inbox if possible
3925
3926 2007-04-02 [paul]       2.8.1cvs82
3927
3928         * src/plugins/bogofilter/bogofilter_gtk.c
3929                 a few English changes
3930
3931 2007-04-02 [paul]
3932
3933         2.9.0-rc1 released
3934
3935 2007-04-02 [colin]      2.8.1cvs81
3936
3937         * src/image_viewer.c
3938                 Fix transparent images by using
3939                 GtkImage
3940         * src/messageview.c
3941                 Flush events (on new windows) to avoid
3942                 having the textview's image resize fail
3943                 to know the available width
3944
3945 2007-04-01 [colin]      2.8.1cvs80
3946
3947         * src/prefs_account.c
3948                 If no MH mailbox exist, when creating a POP/Local
3949                 account, just create and use the default one 
3950                 instead of bailing with a "Mailbox doesn't exist"
3951                 error
3952
3953 2007-03-31 [colin]      2.8.1cvs79
3954
3955         * src/prefs_account.c
3956                 Create signature file if it doesn't exist
3957                 before editing
3958         * src/prefs_toolbar.c
3959                 Maemo: Move "Use default" on the left so
3960                 that people can find it
3961         * src/common/defs.h
3962                 Maemo: make default editor "Maemopad", 
3963                 default signature file "MyDocs/signature.txt"
3964
3965 2007-03-31 [colin]      2.8.1cvs78
3966
3967         * src/prefs_account.c
3968                 Maemo: rework account prefs so
3969                 that less horizontal scrolling
3970                 is required
3971
3972 2007-03-31 [colin]      2.8.1cvs77
3973
3974         * src/folderview.c
3975         * src/prefs_common.c
3976         * src/prefs_common.h
3977                 Fix bug 1167, 'Allow not displaying zeros 
3978                 in folder list'. Patch by MartinP
3979
3980 2007-03-31 [colin]      2.8.1cvs76
3981
3982         * AUTHORS
3983                 Add Jean-Luc Biord
3984
3985 2007-03-31 [colin]      2.8.1cvs75
3986
3987         * src/imap.c
3988                 Apply patch from bug 1172, direct
3989                 access to the folder's session instead
3990                 of using getter. Patch by MartinP
3991
3992 2007-03-31 [paul]       2.8.1cvs74
3993
3994         * src/gtk/authors.h
3995                 no need to list Fabien twice!
3996
3997 2007-03-31 [colin]      2.8.1cvs73
3998
3999         * src/inc.c
4000                 If we're currently "overriding for %d minutes",
4001                 don't ask
4002
4003 2007-03-31 [colin]      2.8.1cvs72
4004
4005         * src/compose.c
4006         * src/imap.c
4007         * src/inc.c
4008         * src/inc.h
4009         * src/messageview.c
4010         * src/news.c
4011         * src/plugins/spamassassin/spamassassin.c
4012                 Offline override: Add a parameter to allow
4013                 asking even if the override timer is running.
4014                 Allows to ask every time the user makes an
4015                 explicit action needing online access (such
4016                 as Get Mail), and not when the action is 
4017                 implicit (such as opening an IMAP folder)
4018
4019 2007-03-31 [colin]      2.8.1cvs71
4020
4021         * src/inc.c
4022                 Override offline: "No" answer shouldn't
4023                 re-ask after 3 seconds, but 10 minutes. 
4024
4025 2007-03-30 [colin]      2.8.1cvs70
4026
4027         * src/common/socket.c
4028                 Better error reporting on unix socket
4029                 failure (bind usually)
4030         * src/gtk/gtkutils.c
4031         * src/gtk/gtkutils.h
4032                 Label window: add a pulsing progress
4033                 bar to show we're not hung :)
4034         * src/folderview.c
4035         * src/main.c
4036         * src/plugins/pgpcore/sgpgme.c
4037                 Update API
4038
4039 2007-03-30 [colin]      2.8.1cvs69
4040
4041         * src/pop.c
4042         * src/prefs_common.c
4043                 Fix possible trashing of history and uidl
4044                 files on disk full problems
4045
4046 2007-03-30 [paul]       2.8.1cvs68
4047
4048         * src/mainwindow.c
4049         * src/summaryview.c
4050         * src/summaryview.h
4051                 update summary when changing layout type
4052                 (fixes wrong folder icon being displayed)
4053                 Thanks to Colin
4054
4055 2007-03-29 [colin]      2.8.1cvs67
4056
4057         * src/prefs_ext_prog.c
4058                 The browser pref is irrelevant on Maemo
4059
4060 2007-03-29 [colin]      2.8.1cvs66
4061
4062         * src/compose.c
4063         * src/compose.h
4064                 Maemo: dynamically switch headers/text position
4065         * src/prefs_common.c
4066                 Maemo: hide compose's ruler by default
4067         * src/common/socket.c
4068         * src/common/socket.h
4069                 Fix build warning
4070
4071 2007-03-29 [colin]      2.8.1cvs65
4072
4073         * src/common/socket.c
4074         * src/common/socket.h
4075                 Fix build when MAEMO_CFLAGS contains
4076                 _X_OPENSOURCE (resolv.h errors as long
4077                 as we don't add _BSD_SOURCE. Ugly).
4078
4079 2007-03-29 [wwp]        2.8.1cvs64
4080
4081         * src/prefs_logging.c
4082                 Fix sensitivity of clip-log widgets in prefs/logging,
4083                 thanks to Fabien.
4084
4085 2007-03-29 [wwp]        2.8.1cvs63
4086
4087         * po/POTFILES.in
4088                 Updated files list for translations, thanks to Fabien.
4089
4090 2007-03-29 [colin]      2.8.1cvs62
4091
4092         * src/main.c
4093         * src/common/Makefile.am
4094         * src/common/utils.c
4095                 Maybe make URI opening work in Maemo
4096                 Requires testing :)
4097
4098 2007-03-28 [colin]      2.8.1cvs61
4099
4100         * src/folder.c
4101         * src/folder.h
4102         * src/folderview.c
4103                 Add the possibility to sort folders arbitrarily
4104                 (via editing of folderlist.xml only). Patch by
4105                 Martin P <mp26+claws@os.inf.tu-dresden.de>
4106                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
4107                 be changed by the user'
4108
4109 2007-03-28 [colin]      2.8.1cvs60
4110
4111         * src/mimeview.c
4112                 Add popup menu for mime icons
4113
4114 2007-03-28 [colin]      2.8.1cvs59
4115
4116         * src/mainwindow.c
4117                 Fix a layout issue when presenting
4118                 mainwindow in Small screen layout
4119         * src/toolbar.c
4120         * src/toolbar.h
4121                 Add a "Go to folder list" button for
4122                 mainwindow, and make it default in
4123                 the Maemo build
4124
4125 2007-03-28 [colin]      2.8.1cvs58
4126
4127         * src/compose.c
4128                 Don't dynamically update title on Maemo
4129                 Patch by Jean-Luc Biord
4130
4131 2007-03-27 [colin]      2.8.1cvs57
4132
4133         * src/compose.c
4134         * src/folderview.c
4135         * src/summaryview.c
4136                 Enable tap-and-hold on Maemo
4137
4138 2007-03-26 [colin]      2.8.1cvs56
4139
4140         * src/compose.c
4141                 More popup-menu (in attachments list)
4142
4143 2007-03-26 [colin]      2.8.1cvs55
4144
4145         * src/compose.c
4146                 Enable popup-menu signal
4147
4148 2007-03-26 [colin]      2.8.1cvs54
4149
4150         * src/plugins/pgpinline/pgpinline.c
4151                 Fix bug 1111, 'PGP/inline plugin hides text 
4152                 around encrypted text block'. Patch based on
4153                 a patch from Michal Cihar.
4154
4155 2007-03-26 [wwp]        2.8.1cvs53
4156
4157         * src/procmsg.c
4158                 Fix getting a false error when sending queued message
4159                 whereas the sending was fine (if there are subfolders
4160                 in the queue folder), thanks to Colin.
4161
4162 2007-03-26 [paul]       2.8.1cvs52
4163
4164         * src/wizard.c
4165                 update FACE header in welcome message
4166
4167 2007-03-25 [colin]      2.8.1cvs51
4168
4169         * src/Makefile.am
4170                 Fix make dist
4171
4172 2007-03-25 [colin]      2.8.1cvs50
4173
4174         * src/main.c
4175                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4176
4177 2007-03-24 [colin]      2.8.1cvs49
4178
4179         * src/main.c
4180                 Fix a few launch problems on Maemo
4181                 Patch by Jean-Luc Biord
4182
4183 2007-03-24 [wwp]        2.8.1cvs48
4184
4185         * src/alertpanel.c
4186         * src/alertpanel.h
4187         * src/messageview.c
4188         * src/summaryview.c
4189                 Fix wrong action performed when closing the
4190                 "ask about account specific filtering rules
4191                 when filtering manually" dialog by pressing Escape.
4192                 Fix wrong order of buttons in the "return receipt
4193                 notification - the message was sent to several of
4194                 your accounts" dialog.
4195
4196 2007-03-24 [paul]       2.8.1cvs47
4197
4198         * src/folderview.c
4199                 an improvement to English usage
4200         * tools/kdeservicemenu/README
4201                 updated Claws url
4202
4203 2007-03-24 [paul]       2.8.1cvs46
4204
4205         * src/Makefile.am
4206         * src/stock_pixmap.c
4207         * src/pixmaps/edit_extern.xpm
4208         * src/pixmaps/mail_sign.xpm
4209                 rescue long lost icons
4210
4211 2007-03-24 [paul]       2.8.1cvs45
4212
4213         * src/toolbar.c
4214                 fix toolbar (broken in 2.8.1cvs42)
4215
4216 2007-03-23 [colin]      2.8.1cvs44
4217
4218         * src/imap.c
4219                 Correctly unsubscribe/resubscribe after
4220                 RENAME
4221
4222 2007-03-23 [colin]      2.8.1cvs43
4223
4224         * src/prefs_common.c
4225                 Maemo: as the platform is light on RAM, allow
4226                 caches to be discarded faster.
4227
4228 2007-03-23 [colin]      2.8.1cvs42
4229
4230         * src/Makefile.am
4231         * src/compose.c
4232         * src/compose.h
4233         * src/stock_pixmap.c
4234         * src/stock_pixmap.h
4235         * src/summaryview.c
4236         * src/summaryview.h
4237         * src/toolbar.c
4238         * src/toolbar.h
4239         * src/pixmaps/open_mail.xpm
4240                 Maemo changes: Add the possibility to have
4241                 "Open Email" and "Close Window" buttons on 
4242                 toolbars (and use them in Maemo's default
4243                 toolbars)
4244
4245 2007-03-23 [wwp]        2.8.1cvs41
4246
4247         * src/action.c
4248                 Reverted that part of the action dialog closure logics, to
4249                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4250                 done later in a different way (or may not).
4251
4252 2007-03-22 [wwp]        2.8.1cvs40
4253
4254         * src/action.c
4255                 Fix sticky action dialog when got no output but action command
4256                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4257
4258 2007-03-22 [colin]      2.8.1cvs39
4259
4260         * src/prefs_filtering.c
4261         * src/gtk/combobox.h
4262                 Fix escaping account names in filtering prefs
4263
4264 2007-03-22 [colin]      2.8.1cvs38
4265
4266         * src/addrindex.c
4267         * src/ldapctrl.h
4268         * src/ldapquery.c
4269                 Add any attribute specified in LDAP servers'
4270                 Search attributes to the Other Attributes tab
4271                 of contacts; Add 'telephoneNumber' in the
4272                 default list.
4273
4274 2007-03-22 [colin]      2.8.1cvs37
4275
4276         * src/folderview.c
4277         * src/folderview.h
4278         * src/mainwindow.c
4279                 Try to prevent race conditions when
4280                 changing the folder list
4281         * src/summaryview.c
4282                 Fix possible red folder icon when
4283                 switching from Small screen layout
4284                 to any other
4285
4286 2007-03-22 [colin]      2.8.1cvs36
4287
4288         * src/mainwindow.c
4289         * src/mainwindow.h
4290         * src/summaryview.c
4291                 Rename "little screen" to "Small screen"
4292         * src/gtk/Makefile.am
4293         * src/common/utils.c
4294         * src/mh.c
4295                 Fix Maemo-related compilation problems
4296
4297 2007-03-21 [colin]      2.8.1cvs35
4298
4299         * configure.ac
4300                 Fix previous commit
4301         * claws-mail.desktop
4302                 Remove .png from the Icon, it's useless
4303
4304 2007-03-21 [colin]      2.8.1cvs34
4305
4306         * configure.ac
4307         * src/Makefile.am
4308                 Add the necessary lib checking for 
4309                 Maemo
4310
4311 2007-03-21 [colin]      2.8.1cvs33
4312
4313         * src/main.c
4314                 Fix unconditional "error happened" when
4315                 sending via command-line. "lol @ myself"
4316
4317 2007-03-21 [colin]      2.8.1cvs32
4318
4319         * claws-mail-40x40.png
4320         * claws-mail-26x26.png
4321         * src/account.c
4322         * src/addressbook.c
4323         * src/compose.c
4324         * src/folderview.c
4325         * src/folderview.h
4326         * src/main.c
4327         * src/mainwindow.c
4328         * src/mainwindow.h
4329         * src/messageview.c
4330         * src/prefs_account.c
4331         * src/prefs_common.c
4332         * src/summary_search.c
4333         * src/summaryview.c
4334         * src/summaryview.h
4335         * src/gtk/authors.h
4336         * src/gtk/gtkutils.c
4337         * src/gtk/gtkutils.h
4338         * src/gtk/logwindow.c
4339         * src/gtk/menu.c
4340         * src/gtk/prefswindow.c
4341                 Add Maemo port (patch mainly by Jean-Luc Biort)
4342                 Add a new 'Little screen' layout to help on such
4343                 platforms (patch by me)
4344                 Make some default preferences different (more
4345                 adapted) on Maemo (patch by me)
4346
4347 2007-03-21 [wwp]        2.8.1cvs31
4348
4349         * src/prefs_logging.c
4350         * src/prefs_logging.h
4351                 Fixed copyright header of newly added files.
4352
4353 2007-03-21 [wwp]        2.8.1cvs30
4354
4355         * src/Makefile.am
4356         * src/filtering.c
4357         * src/filtering.h
4358         * src/folder.c
4359         * src/folderview.c
4360         * src/imap.c
4361         * src/inc.c
4362         * src/main.c
4363         * src/mainwindow.c
4364         * src/mainwindow.h
4365         * src/matcher.c
4366         * src/messageview.c
4367         * src/news.c
4368         * src/pop.c
4369         * src/prefs_common.c
4370         * src/prefs_common.h
4371         * src/prefs_logging.c
4372         * src/prefs_logging.h
4373         * src/prefs_other.c
4374         * src/procmsg.c
4375         * src/send_message.c
4376         * src/summaryview.c
4377         * src/common/log.c
4378         * src/common/log.h
4379         * src/common/nntp.c
4380         * src/common/session.c
4381         * src/common/smtp.c
4382         * src/common/socket.c
4383         * src/etpan/imap-thread.c
4384         * src/gtk/logwindow.c
4385         * src/gtk/logwindow.h
4386         * src/plugins/bogofilter/bogofilter.c
4387         * src/plugins/spamassassin/spamassassin.c
4388                 Added debugging of filtering/processing rules.
4389                 The debug log is here 'Tools/Filtering debug window',
4390                 the options there 'Configuration/Preferences/Other/Logging',
4391                 and the log file is ~/.claws-mail/filtering.log.
4392                 Moved protocol log prefs to 'Other/Logging' as well.
4393                 To support such debugging feature, the existing log API has
4394                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4395                 this impacts many external modules (commits follow).
4396
4397 2007-03-21 [paul]       2.8.1cvs29
4398
4399         * src/etpan/Makefile.am
4400         * src/etpan/imap-thread.c
4401                 add missing #include
4402
4403 2007-03-21 [colin]      2.8.1cvs28
4404
4405         * src/procmime.c
4406                 Fix bug 1157, 'some broken messages confuse 
4407                 mime parser'. Make sure we can't have MimeInfos
4408                 with negative sizes.
4409
4410 2007-03-20 [colin]      2.8.1cvs27
4411
4412         * src/main.c
4413                 Fix missing \0 on buffer
4414
4415 2007-03-20 [colin]      2.8.1cvs26
4416
4417         * src/mh.c
4418                 Use make_dir_hier instead of make_dir 
4419                 to create the MH mailbox
4420
4421 2007-03-20 [colin]      2.8.1cvs25
4422
4423         * src/folder.c
4424         * src/folder.h
4425         * src/prefs_account.c
4426         * src/wizard.c
4427                 Fix default inbox weirdnesses (after wizard,
4428                 if path is Mail, mailbox identifier is #mh/Mailbox,
4429                 and when creating new accounts)
4430
4431 2007-03-20 [colin]      2.8.1cvs24
4432
4433         * src/account.c
4434                 Write folderlist after adding/deleting accounts
4435                 that have folders
4436
4437 2007-03-20 [colin]      2.8.1cvs23
4438
4439         * src/imap.c
4440         * src/remotefolder.h
4441                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4442                 selected while scanning prior to update'
4443
4444 2007-03-17 [paul]       2.8.1cvs22
4445
4446         * src/main.c
4447                 fix a typo, and be a little more verbose.
4448
4449 2007-03-17 [wwp]        2.8.1cvs21
4450
4451         * src/inc.c
4452                 Fix a compiler warning.
4453
4454 2007-03-16 [wwp]        2.8.1cvs20
4455
4456         * tools/Makefile.am
4457         * tools/README
4458                 Updated to deal w/ the new mairix.sh tool.
4459
4460 2007-03-16 [wwp]        2.8.1cvs19
4461
4462         * src/action.c
4463                 Fix logics issues around the action IO dialog:
4464                 - disable entry widget and exec button when
4465                   the exec button is clicked (don't wait for any
4466                   output line) - fix possible disabling/re-enabling/
4467                   re-disabling of those widgets
4468                 - raise an error if executing a %as{} action either
4469                   empty or invalid, instead of failing silently
4470                 - don't close the dialog if the abort button has been
4471                   clicked and if there was no output yet
4472                 - set focus to the abort button when the exec button
4473                   is clicked
4474                 - fix capitalization of a warning message
4475
4476 2007-03-16 [wwp]        2.8.1cvs18
4477
4478         * tools/mairix.sh
4479                 Added a wrapper to mairix to the tools folder.
4480
4481 2007-03-16 [colin]      2.8.1cvs17
4482
4483         * src/messageview.c
4484         * src/mimeview.h
4485                 Allow mimeviewer plugins to print
4486                 their stuff
4487
4488 2007-03-16 [colin]      2.8.1cvs16
4489
4490         * .cvsignore
4491                 Ignore *.patchset
4492
4493 2007-03-15 [colin]      2.8.1cvs15
4494
4495         * src/messageview.c
4496         * src/mimeview.h
4497                 Add a way for mimeviewer plugins to
4498                 implement body search
4499
4500 2007-03-15 [paul]       2.8.1cvs14
4501
4502         * src/prefs_spelling.c
4503                 fix English usage
4504
4505 2007-03-15 [paul]       2.8.1cvs13
4506
4507         * src/common/quoted-printable.c
4508                 fix decoding of quoted-printable parts
4509
4510 2007-03-14 [wwp]        2.8.1cvs12
4511
4512         * src/gtk/logwindow.h
4513                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4514
4515 2007-03-14 [wwp]        2.8.1cvs11
4516
4517         * src/gtk/logwindow.h
4518                 Complete 2.8.1cvs10.
4519
4520 2007-03-14 [colin]      2.8.1cvs10
4521
4522         * src/gtk/logwindow.c
4523                 Probably fix bug 1149, crash on logwindow
4524                 close - at the expense of performance once
4525                 logwin has been opened
4526
4527 2007-03-14 [colin]      2.8.1cvs9
4528
4529         * src/main.c
4530                 If claws-mail is running on another
4531                 display, warn instead of popping it up
4532                 on the other display
4533
4534 2007-03-12 [colin]      2.8.1cvs8
4535
4536         * src/wizard.c
4537                 Fix bug 1145, 'Setting a different name 
4538                 for the Mailbox name isn't reflected in 
4539                 default account settings'. Patch by wwp
4540
4541 2007-03-12 [colin]      2.8.1cvs7
4542
4543         * src/summaryview.c
4544                 Fix bug 1143, 'Add number of messages to be 
4545                 deleted to confirmation dialog'
4546
4547 2007-03-12 [wwp]        2.8.1cvs6
4548
4549         * src/folderview.c
4550         * src/prefs_common.c
4551         * src/prefs_common.h
4552         * src/prefs_summaries.c
4553                 Changed the option that displays unread messages count
4554                 next to the folder name in folder list: it is now
4555                 possible to either display nothing, display the
4556                 unread messages number only or the unread and total messages
4557                 numbers. The patch includes this extra feature as well
4558                 as some minor fixes by rewriting the algo in folderview.c.
4559                 Thanks to Paul for the original idea and implementation, plus
4560                 testing and proof-reading!
4561
4562 2007-03-09 [paul]       2.8.1cvs5
4563
4564         * tools/Makefile.am
4565         * tools/README
4566         * tools/claws-mail-compose-insert-files.pl
4567                 added a script which enables inserting files
4568                 into the message body of a new Claws Mail
4569                 Compose window from the command line. Additionally
4570                 To, Cc, Subject and files to attach to the message
4571                 can be specified.
4572
4573 2007-03-09 [wwp]        2.8.1cvs4
4574
4575         * src/addr_compl.c
4576         * src/addr_compl.h
4577         * src/filtering.c
4578                 Optimize matching of addresses in the addressbook
4579                 (filtering/processing 'found_in_addressbook' condition).
4580
4581 2007-03-07 [wwp]        2.8.1cvs3
4582
4583         * src/quote_fmt.c
4584         * src/quote_fmt_lex.l
4585         * src/quote_fmt_parse.y
4586                 Add a new quote format symbol: %A to insert the
4587                 sender email address (just the address itself).
4588
4589 2007-03-06 [wwp]        2.8.1cvs2
4590
4591         * src/gtk/gtkutils.c
4592         * src/plugins/trayicon/trayicon_prefs.h
4593         * src/plugins/trayicon/trayicon_prefs.c
4594         * src/plugins/trayicon/trayicon.c
4595         * src/mainwindow.h
4596         * src/mainwindow.c
4597                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4598                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4599
4600
4601 2007-03-06 [paul]       2.8.1cvs1
4602
4603         * NEWS
4604         * README
4605         * RELEASE_NOTES
4606         * configure.ac
4607                 bump version number following
4608                 stable release
4609
4610 2007-03-06 [paul]       2.8.0cvs24
4611
4612         * po/cs.po
4613                 corrected by by Tim <timbrain@post.cz>
4614
4615 2007-03-05 [colin]      2.8.0cvs23
4616
4617         * src/Makefile.am
4618         * src/procmime.c
4619                 Fix mime/globs path on NetBSD
4620                 patch by George Michaelson
4621
4622 2007-03-05 [wwp]        2.8.0cvs22
4623
4624         * src/addr_compl.c
4625                 Remove debug statement (accidentally committed w/ cvs14).
4626
4627 2007-03-05 [paul]       2.8.0cvs21
4628
4629         * src/plugins/pgpcore/prefs_gpg.c
4630                 fix compiler warning
4631
4632 2007-03-05 [wwp]        2.8.0cvs20
4633
4634         * src/matcher_parser_parse.y
4635                 Fix mismerge between cvs17 and cvs19.
4636
4637 2007-03-05 [wwp]        2.8.0cvs19
4638
4639         * src/matcher_parser_parse.y
4640         * src/prefs_filtering_action.c
4641         * src/matcher.c
4642         * src/matcher.h
4643         * src/filtering.c
4644         * src/filtering.h
4645                 Add new 'add_to_addressbook' filtering/processing action.
4646
4647 2007-03-05 [wwp]        2.8.0cvs18
4648
4649         * src/filtering.c
4650                 Fix mark_as_ham filtering/processing action: spam flag
4651                 was not unset.
4652
4653 2007-03-04 [colin]      2.8.0cvs17
4654
4655         * src/filtering.c
4656         * src/matcher.c
4657         * src/matcher.h
4658         * src/matcher_parser_parse.y
4659         * src/prefs_filtering_action.c
4660                 Add 'Mark as spam' and 'Mark as ham' filtering
4661                 actions. Fixes bug 1138.
4662
4663 2007-03-04 [colin]      2.8.0cvs16
4664
4665         * src/imap.c
4666                 Fix bug 1140, wrong return value
4667                 without libetpan
4668
4669 2007-03-04 [wwp]        2.8.0cvs15
4670
4671         * src/addr_compl.c
4672                 Rollback cvs14: don't free stuff that is managed in g_list.
4673
4674 2007-03-04 [wwp]        2.8.0cvs14
4675
4676         * src/addr_compl.c
4677                 Fix a leak in address completion code.
4678
4679 2007-03-04 [colin]      2.8.0cvs13
4680
4681         * src/addr_compl.c
4682                 Maybe fix bug 1136, 'Crash in group 
4683                 address completion'
4684
4685 2007-03-04 [iwkse]      2.8.0cvs12
4686
4687         * src/imap.c
4688                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4689
4690 2007-03-03 [colin]      2.8.0cvs11
4691
4692         * src/plugins/pgpinline/pgpinline.c
4693                 Fix off-by-one, fix double-free. Fixes
4694                 bug 1135, 'cm-segfault on decrypting 
4695                 with PGP/inline'
4696
4697 2007-03-03 [colin]      2.8.0cvs10
4698
4699         * configure.ac
4700         * src/main.c
4701         * src/common/plugin.c
4702                 Fix bug 1134, 'Valgrind macros unhandled 
4703                 by Irix's cc'
4704
4705 2007-03-02 [colin]      2.8.0cvs9
4706
4707         * src/mbox.c
4708                 Don't error out on EAGAIN. Fixes 
4709                 bug 1129, '"local mbox file" account 
4710                 isn't retrieving mails'
4711
4712 2007-03-01 [wwp]        2.8.0cvs8
4713
4714         * src/mainwindow.c
4715         * src/gtk/colorlabel.c
4716                 Remove accels for extra color labels until we set better
4717                 and definitive ones.
4718
4719 2007-02-28 [wwp]        2.8.0cvs7
4720
4721         * src/mainwindow.c
4722         * src/matcher_parser_parse.y
4723         * src/prefs_common.c
4724         * src/prefs_msg_colors.c
4725         * src/procmsg.h
4726         * src/gtk/colorlabel.c
4727         * src/gtk/colorlabel.h
4728                 Add more customizable color labels. Cleaned up a bit
4729                 the color label API to avoid duplicate defines of
4730                 the max number of colors.
4731
4732 2007-02-27 [colin]      2.8.0cvs6
4733
4734         * src/mainwindow.c
4735         * src/common/utils.c
4736         * src/common/utils.h
4737                 Fix '+' in mailto URIs for List-* headers
4738
4739 2007-02-27 [colin]      2.8.0cvs5
4740
4741         * src/gtk/gtkutils.c
4742                 Use gtk_window_set_role instead of 
4743                 _set_wmclass
4744
4745 2007-02-27 [colin]      2.8.0cvs4
4746
4747         * src/inc.c
4748                 Fix "After receiving new mail, go to inbox" on IMAP,
4749                 and make it work only on manual reception
4750
4751 2007-02-27 [wwp]        2.8.0cvs3
4752
4753         * src/prefs_filtering.c
4754         * src/prefs_filtering_action.c
4755         * src/prefs_matcher.c
4756                 Update filtering matcher's and action's color label menus
4757                 when re-opening those dialogs (reflect any change to the
4758                 color labels list in the preferences).
4759
4760 2007-02-27 [colin]      2.8.0cvs2
4761
4762         * src/imap.c
4763         * src/etpan/etpan-thread-manager-types.h
4764         * src/etpan/etpan-thread-manager.c
4765         * src/etpan/imap-thread.c
4766                 Log imap ALERTs as errors in the log.
4767
4768 2007-02-26 [paul]       2.8.0cvs1
4769
4770         * tools/claws.i18n.status.pl
4771                 updated
4772
4773 2007-02-26 [paul]       2.7.2cvs75
4774
4775         * po/ca.po
4776         * po/cs.po
4777         * po/de.po
4778         * po/en_GB.po
4779         * po/fi.po
4780         * po/fr.po
4781         * po/hu.po
4782         * po/pl.po
4783         * po/pt_BR.po
4784         * po/sk.po
4785         * po/sr.po
4786         * po/zh_CN.po
4787                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4788                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4789                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4790                 Aleksandar Urosevic, and Ralgh Young
4791
4792 2007-02-25 [mones]      2.7.2cvs74
4793
4794         * po/es.po
4795                 Updated for release
4796
4797 2007-02-25 [colin]      2.7.2cvs73
4798
4799         * src/main.c
4800                 Clearing the list is only useful
4801                 to prevent a valgrind false-positive
4802
4803 2007-02-25 [paul]       2.7.2cvs72
4804
4805         * tools/Makefile.am
4806         * tools/README
4807         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4808         * tools/maildir2claws-mail.pl  **REMOVED**
4809                 renamed the script, fixed a couple bugs
4810
4811 2007-02-23 [colin]      2.7.2cvs71
4812
4813         * src/addressbook.c
4814                 Fix a leak, check for a few improbable nulls
4815
4816 2007-02-23 [colin]      2.7.2cvs70
4817
4818         * src/main.c
4819         * src/main.h
4820         * src/plugins/trayicon/trayicon.c
4821                 Fix blinking mainwin when starting in tray
4822                 (show mainwindow later in the startup process,
4823                  apart if restarting post-crash)
4824
4825 2007-02-23 [colin]      2.7.2cvs69
4826
4827         * src/folderview.c
4828         * src/imap_gtk.c
4829                 Fix crash when unsubscribing the currently
4830                 selected/opened folder
4831
4832 2007-02-23 [colin]      2.7.2cvs68
4833
4834         * src/compose.c
4835                 Fix bug that prevented colorization to
4836                 work without wrap quotation option
4837
4838 2007-02-23 [colin]      2.7.2cvs67
4839
4840         * src/addr_compl.c
4841                 Fix refcounting, start and end completion who
4842                 behaved as if there couldn't be any other current
4843                 user of completion
4844
4845 2007-02-23 [wwp]        2.7.2cvs66
4846
4847         * src/addressbook.c
4848         * src/addrindex.c
4849                 Address completion fixes: fix addressbook_peek_folder_exists() in
4850                 which the algorithm was ridiculously over-obfuscated and broken.
4851                 Fix addrindex_load_completion() as well, to load addresses in
4852                 completion list with regards to what addressbook_peek_folder_exists()
4853                 returns now.
4854
4855 2007-02-23 [wwp]        2.7.2cvs65
4856
4857         * src/addr_compl.c
4858                 Add addresses to completion when they're non-empty (thanks to Colin).
4859
4860 2007-02-23 [paul]       2.7.2cvs64
4861
4862         * src/plugins/pgpcore/passphrase.c
4863                 remove 'const '
4864
4865 2007-02-23 [colin]      2.7.2cvs63
4866
4867         * src/plugins/pgpcore/prefs_gpg.c
4868         * src/plugins/pgpcore/prefs_gpg.h
4869         * src/plugins/pgpcore/sgpgme.c
4870         * src/plugins/pgpinline/pgpinline.c
4871         * src/plugins/pgpmime/pgpmime.c
4872                 Try harder to respect user's choice wrt
4873                 gpg-agent even with gpg2, by unsetting
4874                 GPG_AGENT_INFO when necessary.
4875
4876 2007-02-22 [paul]       2.7.2cvs62
4877
4878         * src/plugins/pgpcore/sgpgme.c
4879         * src/plugins/pgpcore/sgpgme.h
4880         * src/plugins/pgpcore/passphrase.c
4881         * src/plugins/pgpinline/pgpinline.c
4882         * src/plugins/pgpmime/pgpmime.c
4883                 Fix a leak - gpgme_data_release_and_get_mem
4884                 leaks in recent gpgme. Workaround by using
4885                 our own function.
4886
4887 2007-02-22 [paul]       2.7.2cvs61
4888
4889         * src/gtk/quicksearch.c
4890                 Abandon dynamic search when pressing
4891                 Enter
4892
4893 2007-02-21 [colin]      2.7.2cvs60
4894
4895         * src/procmsg.c
4896         * src/plugins/pgpcore/passphrase.c
4897                 Fix little memory leaks
4898         * src/main.c
4899                 Fix false-positive leak at exit
4900         * src/gtk/quicksearch.c
4901                 Fix potentially big leak in recursive
4902                 Quicksearch
4903
4904 2007-02-21 [wwp]        2.7.2cvs59
4905
4906         * src/summaryview.c
4907                 Add missing newline to a debug message.
4908
4909 2007-02-20 [colin]      2.7.2cvs58
4910
4911         * src/Makefile.am
4912         * src/mimeview.c
4913         * src/stock_pixmap.c
4914         * src/stock_pixmap.h
4915         * src/pixmaps/mime_pgpsig.xpm
4916                 Add icon for application/pgp-signature
4917
4918 2007-02-20 [colin]      2.7.2cvs57
4919
4920         * src/Makefile.am
4921         * src/main.c
4922         * src/mimeview.c
4923         * src/stock_pixmap.c
4924         * src/stock_pixmap.h
4925         * src/pixmaps/mime_calendar.xpm
4926         * src/pixmaps/mime_pdf.xpm
4927         * src/pixmaps/mime_ps.xpm
4928                 Add icons for text/calendar, application/pdf
4929                 and application/postscript
4930
4931 2007-02-20 [colin]      2.7.2cvs56
4932
4933         * autogen.sh
4934         * src/matcher_parser_parse.y
4935         * src/matcher_parser_lex.l
4936                 Fix big memory leak in flex, and
4937                 require flex 2.5.31
4938
4939 2007-02-20 [wwp]        2.7.2cvs55
4940
4941         * src/matcher_parser_parse.y
4942                 Fix a duplicate token definition (thanks to iwkse).
4943
4944 2007-02-20 [wwp]        2.7.2cvs54
4945
4946         * src/matcher_parser_lex.l
4947         * src/quote_fmt_lex.l
4948                 Use proper flex options instead of direct use of #define,
4949                 make the flex-generated C lighter.
4950
4951 2007-02-20 [colin]      2.7.2cvs53
4952
4953         * src/summaryview.c
4954                 Grab focus in message list after hiding
4955                 the quicksearch, instead of leaving it
4956                 "somewhere"
4957
4958 2007-02-19 [colin]      2.7.2cvs52
4959
4960         * src/folderview.c
4961                 Fix bug 1033, 'Automatically refresh 
4962                 message list when new messages arrives'
4963                 Looks like folderview->opened can sometimes
4964                 be wrong...
4965
4966 2007-02-19 [paul]       2.7.2cvs51
4967
4968         * tools/Makefile.am
4969         * tools/README
4970         * tools/thunderbird-filters-convertor.pl
4971                 add new script which converts thunderbird filter
4972                 rules to Claws filter rules
4973
4974 2007-02-18 [paul]       2.7.2cvs50
4975
4976         * src/plugins/pgpcore/prefs_gpg.c
4977         * src/plugins/pgpcore/prefs_gpg.h
4978         * src/plugins/pgpcore/sgpgme.c
4979         * src/plugins/pgpinline/pgpinline.c
4980         * src/plugins/pgpmime/pgpmime.c
4981                 improved GUI interoperability with gpg-agent
4982
4983 2007-02-18 [paul]       2.7.2cvs49
4984
4985         * src/prefs_account.c
4986                 Privacy options sensitivity fix
4987
4988 2007-02-17 [colin]      2.7.2cvs48
4989
4990         * src/messageview.c
4991                 Reset icon to warning in the noticeview
4992
4993 2007-02-15 [colin]      2.7.2cvs47
4994
4995         * src/folderview.c
4996                 Fix a manifestation of bug 1033 (summaryview failing
4997                 to update for new mails), which happens after editing
4998                 account preferences or preferences that cause a 
4999                 folderview reload.
5000
5001 2007-02-15 [colin]      2.7.2cvs46
5002
5003         * src/addressbook.c
5004                 Probably fix bug 1123, 'Segmentation 
5005                 fault while opening address book'. I get
5006                 g_warnings if the saved paned position is
5007                 not greater than 0. Also, save position
5008                 when hiding the addressbook instead of
5009                 via signal.
5010
5011 2007-02-14 [colin]      2.7.2cvs45
5012
5013         * src/plugins/pgpcore/prefs_gpg.c
5014         * src/plugins/pgpcore/prefs_gpg.h
5015         * src/plugins/pgpcore/sgpgme.c
5016         * src/plugins/pgpinline/pgpinline.c
5017         * src/plugins/pgpmime/pgpmime.c
5018                 Add an option "Use gpg-agent if available". Fixes
5019                 annoyances with distro-installed gpg-agent, when
5020                 no pinentry program is installed, and the user's 
5021                 at a loss on why "decryption failed". Makes more
5022                 clear why passphrase isn't saved when gpg-agent is
5023                 used. Defaults to true, to avoid changing the 
5024                 current behaviour.
5025
5026 2007-02-14 [wwp]        2.7.2cvs44
5027
5028         * src/matcher_parser_parse.y
5029                 Fix missing line number reset (wrong line number might appear
5030                 when re-loading filtering rules if there's a parser error).
5031
5032 2007-02-13 [colin]      2.7.2cvs43
5033
5034         * src/common/utils.c
5035                 Don't encode ',' in URIs before passing it
5036                 to the browser command-line. It was probably
5037                 done at a time where commas in URIs made
5038                 mozilla -remote 'openurl(%s,new-window)'
5039                 bug.
5040
5041 2007-02-13 [wwp]        2.7.2cvs42
5042
5043         * src/prefs_matcher.c
5044         * src/plugins/bogofilter/bogofilter_gtk.c
5045                 A bit of string factorization around "Select ..." buttons.
5046
5047 2007-02-11 [colin]      2.7.2cvs41
5048
5049         * src/alertpanel.c
5050                 Make sure to escape the title
5051
5052 2007-02-11 [colin]      2.7.2cvs40
5053
5054         * src/codeconv.c
5055                 Recognize .utf8 locales as .UTF-8 ones
5056
5057 2007-02-11 [colin]      2.7.2cvs39
5058
5059         * src/compose.c
5060                 Fix code conversion when dragging a file
5061
5062 2007-02-09 [colin]      2.7.2cvs38
5063
5064         * src/plugins/clamav/clamav_plugin.c
5065                 Complete Paul's patch with conditional
5066                 compilation to avoid breaking compilation
5067                 on old Dapper and Edgy... Maybe other
5068                 distros too.
5069
5070 2007-02-09 [paul]       2.7.2cvs37
5071
5072         * src/plugins/clamav/clamav_plugin.c
5073                 fix for the upstream changes in libclamav
5074
5075 2007-02-09 [paul]       2.7.2cvs36
5076
5077         * src/main.c
5078         * src/mainwindow.c
5079         * src/procmsg.c
5080         * src/procmsg.h
5081                 fix "warn if there are queued messages" (on exit)
5082                 option, which only checked the first mailbox's
5083                 queue
5084                 don't ask before emptying trash if there are no
5085                 messages in trash, also check and empty all trash
5086                 folders
5087         * src/prefs_other.c
5088                 move "Ask before emptying trash" option
5089                 outside of the "On exit" frame as it's
5090                 not only an "On exit" option
5091
5092 2007-02-09 [paul]       2.7.2cvs35
5093
5094         * src/addrgather.c
5095         * src/alertpanel.c
5096         * src/editldap.c
5097         * src/prefs_account.c
5098         * src/prefs_folder_item.c
5099         * src/prefs_gtk.h
5100         * src/prefs_matcher.c
5101         * src/prefs_message.c
5102         * src/prefs_msg_colors.c
5103         * src/prefs_summaries.c
5104         * src/wizard.c
5105         * src/gtk/inputdialog.c
5106         * src/plugins/bogofilter/bogofilter_gtk.c
5107                 pedantic commit: use 'checkbtn' everywhere
5108                 instead of a mixture of 'checkbtn' and 'chkbtn'
5109
5110 2007-02-09 [paul]       2.7.2cvs34
5111
5112         * src/compose.c
5113                 fix default hotkeys
5114         * src/prefs_other.c
5115         * src/prefs_send.c
5116                 move "Never send Return Receipts" from
5117                 prefs_other to prefs_send
5118                 add an option "Ask about account specific
5119                 filtering rules..." to prefs_other
5120         * src/gtk/gtkutils.c
5121                 fix a compiler warning
5122
5123 2007-02-08 [colin]      2.7.2cvs33
5124
5125         * src/plugins/pgpinline/pgpinline.c
5126                 Fix bug 1110, 'pgpmime fails to process 
5127                 encapsulated openpgp mime (rfc 3156, 6.1 
5128                 -> rfc1847)'
5129                 It was due to an interaction between PGP/Mime
5130                 and PGP/Inline plugin. 
5131
5132 2007-02-08 [colin]      2.7.2cvs32
5133
5134         * src/inc.c
5135         * src/mbox.c
5136         * src/mbox.h
5137                 Fix bug 1117, 'fcntl locking code 
5138                 does not work in mbox.c'
5139
5140 2007-02-08 [colin]      2.7.2cvs31
5141
5142         * src/prefs_account.c
5143                 Fix Gentoo bug 165819, 'can't create 
5144                 a "local mbox file" account'. Patch
5145                 by Olivier <castan.o@free.fr>
5146
5147 2007-02-07 [colin]      2.7.2cvs30
5148
5149         * src/ldapquery.c
5150                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5151                 autocompletion was used'
5152
5153 2007-02-07 [paul]       2.7.2cvs29
5154
5155         * src/folder.c
5156                 cut down on unnecessary debug_prints
5157         * src/imap_gtk.c
5158                 fix menu_set_active() on 'Show only
5159                 subscribed folders'
5160
5161 2007-02-07 [paul]       2.7.2cvs28
5162
5163         * src/plugins/clamav/clamav_plugin.c
5164         * src/plugins/clamav/clamav_plugin.h
5165         * src/plugins/clamav/clamav_plugin_gtk.c
5166                 fix copyright header
5167
5168 2007-02-07 [paul]       2.7.2cvs27
5169
5170         * src/procheader.c
5171                 fix bug 1116, 'summary view allow a 
5172                 subject line break'
5173
5174 2007-02-06 [colin]      2.7.2cvs26
5175
5176         * src/summaryview.c
5177                 Fix delete thread
5178
5179 2007-02-05 [fabien]     2.7.2cvs25
5180
5181         * po/POTFILES.in
5182         * src/uri_opener.c
5183                 i18n related - 1 fix and 1 message for translators.
5184
5185 2007-02-05 [colin]      2.7.2cvs24
5186
5187         * src/gtk/quicksearch.c
5188                 Don't reload summary list if quicksearch wasn't
5189                 active on hiding; move currently selected mail in
5190                 the visible area when showing the quicksearch
5191
5192 2007-02-05 [colin]      2.7.2cvs23
5193
5194         * src/folderview.c
5195                 Add debug to try to solve bug 1104
5196
5197 2007-02-05 [paul]       2.7.2cvs22
5198
5199         * src/mainwindow.c
5200                 confirm before emptying trash on exit is
5201                 a Yes or No answer, use Yes or No in the
5202                 dialog
5203
5204 2007-02-04 [colin]      2.7.2cvs21
5205
5206         * src/compose.c
5207         * src/plugins/pgpcore/passphrase.c
5208         * src/plugins/pgpcore/select-keys.c
5209                 Set wmclass on new windows
5210
5211 2007-02-04 [colin]
5212
5213         2.8.0-rc1 released
5214
5215 2007-02-04 [colin]      2.7.2cvs20
5216
5217         * src/compose.c
5218         * src/compose.h
5219                 Auto save drafts on exit, reopen them
5220                 at startup, instead of asking
5221         * src/account.c
5222         * src/addressadd.c
5223         * src/addressbook.c
5224         * src/addressbook_foldersel.c
5225         * src/addrgather.c
5226         * src/crash.c
5227         * src/editaddress.c
5228         * src/editbook.c
5229         * src/editgroup.c
5230         * src/editjpilot.c
5231         * src/editldap.c
5232         * src/editldap_basedn.c
5233         * src/editvcard.c
5234         * src/exphtmldlg.c
5235         * src/expldifdlg.c
5236         * src/export.c
5237         * src/foldersel.c
5238         * src/gedit-print.c
5239         * src/import.c
5240         * src/importldif.c
5241         * src/importmutt.c
5242         * src/importpine.c
5243         * src/main.c
5244         * src/mainwindow.c
5245         * src/message_search.c
5246         * src/messageview.c
5247         * src/prefs_actions.c
5248         * src/prefs_customheader.c
5249         * src/prefs_display_header.c
5250         * src/prefs_filtering.c
5251         * src/prefs_filtering_action.c
5252         * src/prefs_folder_column.c
5253         * src/prefs_gtk.c
5254         * src/prefs_matcher.c
5255         * src/prefs_other.c
5256         * src/prefs_summaries.c
5257         * src/prefs_summary_column.c
5258         * src/prefs_template.c
5259         * src/sourcewindow.c
5260         * src/ssl_manager.c
5261         * src/summary_search.c
5262         * src/uri_opener.c
5263         * src/gtk/about.c
5264         * src/gtk/description_window.c
5265         * src/gtk/foldersort.c
5266         * src/gtk/gtkutils.c
5267         * src/gtk/gtkutils.h
5268         * src/gtk/icon_legend.c
5269         * src/gtk/logwindow.c
5270         * src/gtk/pluginwindow.c
5271         * src/gtk/prefswindow.c
5272                 Give different wmclass to different
5273                 windows - thanks to sed ;)
5274
5275 2007-02-04 [colin]      2.7.2cvs19
5276
5277         * src/main.c
5278                 Revert previous patch, can't reproduce
5279                 it anymore. 
5280
5281 2007-02-03 [colin]      2.7.2cvs18
5282
5283         * src/main.c
5284                 Don't save the mainwindow size and
5285                 position on emergency exit (libSM's
5286                 "die" callback), Xfce seems to make
5287                 the window smaller just before the
5288                 size's saved.
5289
5290 2007-02-03 [colin]      2.7.2cvs17
5291
5292         * src/plugins/bogofilter/bogofilter.c
5293         * src/plugins/bogofilter/bogofilter.h
5294         * src/plugins/bogofilter/bogofilter_gtk.c
5295         * src/plugins/pgpinline/pgpinline.c
5296         * src/plugins/pgpinline/pgpinline.h
5297                 Fix more copyrights
5298
5299 2007-02-03 [colin]      2.7.2cvs16
5300
5301         * src/partial_download.c
5302         * src/partial_download.h
5303         * src/ssl_manager.c
5304         * src/ssl_manager.h
5305         * src/uri_opener.c
5306         * src/uri_opener.h
5307         * src/wizard.c
5308         * src/wizard.h
5309         * src/common/ssl_certificate.c
5310         * src/common/ssl_certificate.h
5311         * src/gtk/quicksearch.c
5312         * src/gtk/quicksearch.h
5313         * src/gtk/sslcertwindow.c
5314         * src/gtk/sslcertwindow.h
5315                 Fix copyright on my files
5316
5317 2007-02-02 [colin]      2.7.2cvs15
5318
5319         * src/Makefile.am
5320         * src/mainwindow.c
5321         * src/messageview.c
5322         * src/messageview.h
5323         * src/textview.c
5324         * src/textview.h
5325         * src/uri_opener.c
5326         * src/uri_opener.h
5327                 Add Tools/List URIs to allow
5328                 opening any URI in the current mail
5329
5330 2007-02-02 [colin]      2.7.2cvs14
5331
5332         * src/common/valgrind.h ** NEW FILE **
5333         * src/common/Makefile.am
5334         * src/common/plugin.c
5335                 Don't dlclose the plugins if we're running
5336                 under valgrind. (doesn't require valgrind
5337                 either at compile time or run time).
5338
5339 2007-02-01 [paul]       2.7.2cvs13
5340
5341         * AUTHORS
5342         * src/gtk/authors.h
5343         * tools/freshmeat_search.pl
5344         * tools/google_search.pl
5345         * tools/multiwebsearch.pl
5346                 add support for non ISO-8859-1 compatible locales
5347                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5348
5349 2007-02-01 [colin]      2.7.2cvs12
5350
5351         * src/prefs_other.c
5352         * src/prefs_summaries.c
5353                 Move keybinding prefs to the Other page
5354
5355 2007-02-01 [wwp]        2.7.2cvs11
5356
5357         * src/plugins/trayicon/trayicon.c
5358                 Fix a raising issue within KDE.
5359
5360 2007-02-01 [colin]      2.7.2cvs10
5361
5362         * src/codeconv.c
5363                 Fix stray quotes in encoded strings
5364         * src/addressadd.c
5365                 Fix wrong call causing g_warnings
5366         * src/textview.c
5367                 Remove useless message
5368
5369 2007-01-31 [wwp]        2.7.2cvs9
5370
5371         * src/plugins/trayicon/trayicon.c
5372                 fix buggy hiding of main window when closing if close-to-tray
5373                 is not set (bad logics  in the trayicon hook code).
5374                 Changed the quit confirmation message too.
5375
5376 2007-01-30 [colin]      2.7.2cvs8
5377
5378         * src/main.c
5379                 Fix hidden mainwindow after clicking on
5380                 the X close button, if compose windows
5381                 exist and the user chooses not to quit
5382
5383 2007-01-30 [colin]      2.7.2cvs7
5384
5385         * src/main.c
5386         * src/compose.c
5387                 Handle local URIs to attach files (file:///...)
5388                 Fixes attaching files from Thunar for example
5389
5390 2007-01-30 [colin]      2.7.2cvs6
5391
5392         * src/prefs_ext_prog.c
5393                 Add 'mousepad' to the list of text editors.
5394                 Mousepad is XFCE's text editor
5395
5396 2007-01-29 [wwp]        2.7.2cvs5
5397
5398         * po/POTFILES.in
5399         * src/plugins/trayicon/trayicon_prefs.c
5400                 trayicon i18n fixes, thanks to Fabien.
5401
5402 2007-01-28 [wwp]        2.7.2cvs4
5403
5404         * src/mainwindow.c
5405         * src/mainwindow.h
5406         * src/plugins/trayicon/trayicon.c
5407         * src/plugins/trayicon/trayicon_prefs.c
5408         * src/plugins/trayicon/trayicon_prefs.h
5409                 Added a new TrayIcon plugin option to close to tray
5410                 (WM's hotkey and [X] button will hide the window instead
5411                 of closing it - closing CM can be done using the tray icon
5412                 menu or the File menu).
5413                 Improved visibility handling in trayicon, clicking the
5414                 trayicon now raise the window to current desktop when it
5415                 was either minimized/shaded/on another desktop.
5416                 Thanks to Paul for testing and fixing a strange behaviour
5417                 in KDE ;-).
5418
5419 2007-01-27 [paul]       2.7.2cvs3
5420
5421         * src/prefs_folder_item.c
5422         * src/prefs_receive.c
5423         * src/plugins/pgpcore/prefs_gpg.c
5424                 use 'start-up' instead of 'startup' in labels
5425
5426 2007-01-26 [wwp]        2.7.2cvs2
5427
5428         * src/plugins/trayicon/Makefile.am
5429         * src/plugins/trayicon/trayicon.c
5430         * src/plugins/trayicon/trayicon_prefs.c
5431         * src/plugins/trayicon/trayicon_prefs.h
5432                 Add a new TrayIcon option to hide the main window at
5433                 start-up.
5434                 Fix trayicon.c copyright header.
5435
5436 2007-01-26 [paul]       2.7.2cvs1
5437
5438         * NEWS
5439         * README
5440         * RELEASE_NOTES
5441         * configure.ac
5442                 bump up version number following
5443                 stable release
5444
5445 2007-01-25 [mones]      2.7.1cvs60
5446
5447         * po/es.po
5448                 updated thousands of strings (well, probably less ;-)
5449
5450 2007-01-25 [colin]      2.7.1cvs59
5451
5452         * src/matcher.c
5453                 Fix 2nd-run loss of matcherrc on new
5454                 configurations. 
5455
5456 2007-01-25 [wwp]        2.7.1cvs58
5457
5458         * src/mimeview.c
5459                 fix handling of empty value in attach_save_directory too, thanks
5460                 to Colin.
5461
5462 2007-01-25 [wwp]        2.7.1cvs57
5463
5464         * src/gtk/filesel.c
5465                 fix handling of empty value in attach_load_directory,
5466                 thanks to Colin.
5467
5468 2007-01-25 [wwp]        2.7.1cvs56
5469
5470         * src/plugins/dillo_viewer/dillo_prefs.h
5471                 fix a typo.
5472
5473 2007-01-25 [colin]      2.7.1cvs55
5474
5475         * src/matcher.c
5476         * src/matcher.h
5477         * src/matcher_parser_parse.y
5478         * src/prefs_matcher.c
5479                 Add matching on the spam flag
5480
5481 2007-01-24 [colin]      2.7.1cvs54
5482
5483         * src/folder.c
5484         * src/common/xml.c
5485         * src/common/xml.h
5486                 Make sure folderlist.xml is correctly
5487                 written before overwriting it.
5488         * src/procmsg.c
5489         * src/procmsg.h
5490         * src/summaryview.c
5491         * src/plugins/bogofilter/bogofilter.c
5492         * src/plugins/bogofilter/bogofilter.h
5493         * src/plugins/bogofilter/bogofilter_gtk.c
5494         * src/plugins/spamassassin/spamassassin.c
5495         * src/plugins/spamassassin/spamassassin.h
5496         * src/plugins/spamassassin/spamassassin_gtk.c
5497                 Move spam to the correct trash folder after
5498                 learning, if spam directory isn't set.
5499
5500 2007-01-23 [paul]       2.7.1cvs53
5501
5502         * src/plugins/bogofilter/bogofilter_gtk.c
5503                 fix sensitivity of "Insert X-Bogosity header"
5504                 option
5505
5506 2007-01-23 [colin]      2.7.1cvs52
5507
5508         * src/toolbar.c
5509                 Translate toolbar items text if
5510                 they're translatable (default)
5511         * src/addrcache.c
5512         * src/addrcache.h
5513         * src/addritem.c
5514         * src/addritem.h
5515         * src/codeconv.c
5516         * src/codeconv.h
5517         * src/jpilot.c
5518         * src/jpilot.h
5519         * src/ldapctrl.c
5520         * src/ldapctrl.h
5521         * src/ldapquery.h
5522         * src/ldif.c
5523         * src/ldif.h
5524         * src/etpan/etpan-thread-manager.c
5525         * src/etpan/etpan-thread-manager.h
5526         * src/gtk/gtkutils.c
5527         * src/gtk/gtkutils.h
5528                 More static functions
5529
5530 2007-01-22 [fabien]     2.7.1cvs51
5531
5532         * src/gtk/gtkutils.c
5533                 gtkut_get_options_frame() : ability to pass
5534                 a 'NULL' value in frame pointer parameter if
5535                 we don't need it.
5536
5537 2007-01-22 [colin]      2.7.1cvs50
5538
5539         * src/procmsg.c
5540         * src/procmsg.h
5541         * src/plugins/bogofilter/bogofilter.c
5542         * src/plugins/bogofilter/bogofilter_gtk.c
5543         * src/plugins/spamassassin/spamassassin.c
5544         * src/plugins/spamassassin/spamassassin_gtk.c
5545                 Allow moving spams to the account's trash
5546                 instead of default one
5547
5548 2007-01-21 [colin]      2.7.1cvs49
5549
5550         * src/ldapquery.c
5551         * src/ldapquery.h
5552                 Revert a static function that shouldn't
5553                 have been
5554
5555 2007-01-21 [colin]      2.7.1cvs48
5556
5557         * src/ldapquery.c
5558         * src/ldapquery.h
5559                 Same
5560
5561 2007-01-21 [colin]      2.7.1cvs47
5562
5563         * src/procmsg.c
5564         * src/procmsg.h
5565                 Same
5566
5567 2007-01-21 [colin]      2.7.1cvs46
5568
5569         * src/common/socket.c
5570         * src/common/socket.h
5571                 Same
5572
5573 2007-01-21 [colin]      2.7.1cvs45
5574
5575         * src/crash.c
5576         * src/exporthtml.c
5577         * src/exporthtml.h
5578         * src/exportldif.c
5579         * src/exportldif.h
5580         * src/folder.c
5581         * src/folder.h
5582         * src/folder_item_prefs.c
5583         * src/folder_item_prefs.h
5584         * src/folderview.c
5585         * src/folderview.h
5586         * src/gedit-print.c
5587         * src/gedit-print.h
5588         * src/main.c
5589         * src/main.h
5590         * src/common/socket.c
5591         * src/common/socket.h
5592         * src/gtk/gtkaspell.c
5593         * src/gtk/gtkaspell.h
5594         * src/gtk/quicksearch.c
5595         * src/gtk/quicksearch.h
5596                 Same
5597
5598 2007-01-21 [colin]      2.7.1cvs44
5599
5600         * src/common/utils.c
5601         * src/common/utils.h
5602         * src/etpan/etpan-thread-manager.c
5603         * src/etpan/etpan-thread-manager.h
5604                 Same (Funny that etpan_thread_unbind
5605                 is called but not etpan_thread_bind)
5606
5607 2007-01-21 [colin]      2.7.1cvs43
5608
5609         * src/addrselect.c
5610         * src/addrselect.h
5611         * src/codeconv.c
5612         * src/codeconv.h
5613         * src/compose.c
5614         * src/compose.h
5615         * src/etpan/Makefile.am
5616         * src/gtk/colorlabel.c
5617         * src/gtk/colorlabel.h
5618         * src/gtk/sslcertwindow.c
5619         * src/gtk/sslcertwindow.h
5620         * src/etpan/etpan-log.c ** REMOVED **
5621         * src/etpan/etpan-log.h ** REMOVED **
5622                 Same
5623
5624 2007-01-20 [colin]      2.7.1cvs42
5625
5626         * src/addritem.c
5627         * src/addritem.h
5628                 Same
5629
5630 2007-01-20 [colin]      2.7.1cvs41
5631
5632         * src/account.c
5633         * src/account.h
5634         * src/addrbook.c
5635         * src/addrbook.h
5636         * src/addrcache.c
5637         * src/addrcache.h
5638         * src/addrclip.c
5639         * src/addrclip.h
5640         * src/addressbook.c
5641         * src/addressbook.h
5642         * src/addrharvest.c
5643         * src/addrharvest.h
5644         * src/addrindex.c
5645         * src/addrindex.h
5646         * src/editaddress.c
5647         * src/editaddress.h
5648                 Make functions that aren't used in other
5649                 files static
5650
5651 2007-01-20 [colin]      2.7.1cvs40
5652
5653         * src/account.c
5654         * src/addrbook.c
5655         * src/addrcache.c
5656         * src/addressbook.c
5657         * src/addrgather.c
5658         * src/addrindex.c
5659         * src/addrquery.c
5660         * src/addrselect.c
5661         * src/browseldap.c
5662         * src/compose.c
5663         * src/editbook.c
5664         * src/editjpilot.c
5665         * src/editldap.c
5666         * src/editldap_basedn.c
5667         * src/editvcard.c
5668         * src/exporthtml.c
5669         * src/exportldif.c
5670         * src/folder.c
5671         * src/folderview.c
5672         * src/image_viewer.c
5673         * src/imap.c
5674         * src/importmutt.c
5675         * src/importpine.c
5676         * src/jpilot.c
5677         * src/ldapquery.c
5678         * src/main.c
5679         * src/mainwindow.c
5680         * src/matcher.c
5681         * src/messageview.c
5682         * src/mh.c
5683         * src/mimeview.c
5684         * src/msgcache.c
5685         * src/mutt.c
5686         * src/news.c
5687         * src/pine.c
5688         * src/prefs_account.c
5689         * src/prefs_common.c
5690         * src/prefs_compose_writing.c
5691         * src/prefs_ext_prog.c
5692         * src/prefs_folder_item.c
5693         * src/prefs_fonts.c
5694         * src/prefs_message.c
5695         * src/prefs_msg_colors.c
5696         * src/prefs_other.c
5697         * src/prefs_quote.c
5698         * src/prefs_receive.c
5699         * src/prefs_send.c
5700         * src/prefs_spelling.c
5701         * src/prefs_summaries.c
5702         * src/prefs_toolbar.c
5703         * src/prefs_wrapping.c
5704         * src/privacy.c
5705         * src/procmime.c
5706         * src/procmsg.c
5707         * src/ssl_manager.c
5708         * src/statusbar.c
5709         * src/summaryview.c
5710         * src/toolbar.c
5711         * src/vcard.c
5712         * src/common/hooks.c
5713         * src/common/log.c
5714         * src/common/passcrypt.c
5715         * src/common/socket.c
5716         * src/common/ssl.c
5717         * src/common/ssl_certificate.c
5718         * src/common/template.c
5719         * src/common/utils.c
5720         * src/etpan/imap-thread.c
5721         * src/gtk/sslcertwindow.c
5722         * src/gtk/sslcertwindow.h
5723                 Make functions that could be static, static
5724
5725 2007-01-20 [colin]      2.7.1cvs39
5726
5727         * src/editldap.c
5728                 Fix tooltip
5729
5730 2007-01-20 [colin]      2.7.1cvs38
5731
5732         * src/ldapquery.c
5733         * src/ldaputil.c
5734         * src/ldaputil.h
5735                 Fix bug 1102, 'claws-mail-2.7.1 
5736                 makes use of deprecated ldap 
5737                 functions'
5738
5739 2007-01-20 [colin]      2.7.1cvs37
5740
5741         * src/mainwindow.c
5742         * src/mainwindow.h
5743         * src/summaryview.c
5744         * src/gtk/quicksearch.c
5745                 Add Wide message list layout
5746
5747 2007-01-19 [fabien]     2.7.1cvs36
5748
5749         * src/textview.c
5750                 make sure a font change is considered in links of
5751                 headerview.
5752
5753 2007-01-19 [colin]      2.7.1cvs35
5754
5755         * src/main.c
5756         * src/mainwindow.c
5757         * src/mainwindow.h
5758         * src/messageview.c
5759         * src/messageview.h
5760         * src/prefs_common.c
5761         * src/prefs_common.h
5762         * src/summaryview.c
5763         * src/summaryview.h
5764         * src/gtk/quicksearch.c
5765         * src/gtk/quicksearch.h
5766                 Drop 'Separate Folder tree' and 'Separate
5767                 Message View'. Put three layouts in place
5768                 of it.
5769
5770 2007-01-19 [paul]       2.7.1cvs34
5771
5772         * src/prefs_msg_colors.c
5773                 more use of Q_ for translators
5774
5775 2007-01-19 [paul]       2.7.1cvs33
5776
5777         * src/imap_gtk.c
5778         * src/prefs_account.c
5779                 a few changes to the English
5780
5781 2007-01-19 [fabien]     2.7.1cvs32
5782
5783         * src/wizard.c
5784                 factorize translatable string
5785
5786 2007-01-18 [colin]      2.7.1cvs31
5787
5788         * src/main.c
5789                 Don't error out on --sync option. Although
5790                 we don't do anything with it, gtk+ handles
5791                 it, and it's useful for debugging X errors
5792
5793 2007-01-18 [fabien]     2.7.1cvs30
5794
5795         * src/prefs_other.c
5796                 ability to apply on the fly the recent added
5797                 'gtk_can_change_accels' pref (no need to restart).
5798
5799 2007-01-18 [fabien]     2.7.1cvs29
5800
5801         * src/plugins/bogofilter/bogofilter_gtk.c
5802         * src/plugins/bogofilter/bogofilter.c
5803         * src/plugins/spamassassin/spamassassin_gtk.c
5804         * src/addr_compl.c
5805         * src/prefs_account.c
5806                 factorize or rewrite some translatable strings.
5807
5808 2007-01-18 [fabien]     2.7.1cvs28
5809
5810         * src/prefs_gtk.h
5811         * src/compose.c
5812                 set a 4pix space between "Subject:" label and subject entry in
5813                 compose window.
5814
5815 2007-01-18 [wwp]        2.7.1cvs27
5816
5817         * src/addressbook.c
5818                 fix conflicting address-copy/paste when focus is set
5819                 to the embedded edit-person form.
5820  
5821
5822 2007-01-18 [wwp]        2.7.1cvs26
5823
5824         * src/addressbook.h
5825                 complete 2.7.1cvs23 (one more file was missing from that
5826                 commit).
5827
5828 2007-01-18 [colin]      2.7.1cvs25
5829
5830         * src/main.c
5831                 Provide a way to migrate without backup
5832                 Re-ask for migration on next start if 
5833                 it has been refused and wizard has been 
5834                 cancelled after.
5835
5836 2007-01-18 [wwp]        2.7.1cvs24
5837
5838         * src/editaddress.c
5839                 complete 2.7.1.cvs23 (file was missing from previous
5840                 commit).
5841
5842 2007-01-18 [wwp]        2.7.1cvs23
5843
5844         * src/addressbook.c
5845                 fix potential crashes in address book's focus_in/out signal handlers,
5846                 force focus to the edit-person form when clicked the Edit menu entry or
5847                 button (this only matters if the edit-person form is embedded to the
5848                 AB window, in that case, focus is not set when browsing the contacts
5849                 list w/ keys or mouse clicks).
5850
5851 2007-01-18 [paul]       2.7.1cvs22
5852
5853         * src/main.c
5854                 add command line options:
5855                 -h for --help
5856                 -q and --quit for --exit
5857                 -v for --version
5858                 print "Unknown option" for unknown options
5859
5860 2007-01-18 [paul]       2.7.1cvs21
5861
5862         * po/ru.po
5863                 updated by Pavlo Bohmat
5864
5865 2007-01-18 [paul]       2.7.1cvs20
5866
5867         * src/mainwindow.c
5868                 fix sensitivity issues of Mark as Spam/Ham
5869
5870 2007-01-17 [fabien]     2.7.1cvs19
5871
5872         * src/prefs_other.c
5873         * src/prefs_common.c
5874         * src/prefs_common.h
5875         * src/main.c
5876                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5877                 control the corresponding gtk property. It could be used to lock
5878                 all shortcuts (avoid to set one of them by inadvertency).
5879
5880 2007-01-17 [colin]      2.7.1cvs18
5881
5882         * src/summaryview.c
5883                 Fix bug 1100, 'Highlighted e-mail data not visible 
5884                 when color label applied.'. Use a weighted average
5885                 between normal selected foreground color and color
5886                 label instead of a simple one (3/1 instead 1/1).
5887
5888 2007-01-17 [colin]      2.7.1cvs17
5889
5890         * src/messageview.c
5891                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5892                 crash' - don't prevent mail switching while loading
5893
5894 2007-01-17 [colin]      2.7.1cvs16
5895
5896         * src/folder.c
5897         * src/folder.h
5898         * src/folderview.c
5899         * src/folderview.h
5900         * src/imap.c
5901         * src/imap.h
5902         * src/imap_gtk.c
5903                 Manage recursive search of unsubscribed folders
5904                 Rescan tree without checking for new messages 
5905                 after subscriptions changed
5906
5907 2007-01-17 [paul]       2.7.1cvs15
5908
5909         * src/prefs_common.c
5910         * src/gtk/pluginwindow.c
5911                 fix bug 1101, '"Load plugin" button is
5912                 accidentally hidden'
5913                 unset (-1) initial width in prefs_common,
5914                 fix overlapping buttons,
5915                 and other cleanups
5916
5917 2007-01-17 [paul]       2.7.1cvs14
5918
5919         * src/procmime.c
5920                 add #include <errno.h>, it's needed
5921                 on some systems
5922
5923 2007-01-17 [paul]       2.7.1cvs13
5924
5925         * src/common/defs.h
5926         * tools/make.themes.project
5927                 rename .sylpheed_themeinfo to .claws_themeinfo
5928                 and use it
5929         * src/etpan/etpan-errors.h
5930         * src/etpan/etpan-log.c
5931         * src/etpan/etpan-log.h
5932         * src/etpan/etpan-thread-manager-types.h
5933         * src/etpan/etpan-thread-manager.c
5934         * src/etpan/etpan-thread-manager.h
5935         * src/etpan/imap-thread.c
5936         * src/etpan/imap-thread.h
5937                 add copyright header
5938
5939 2007-01-17 [colin]      2.7.1cvs12
5940
5941         * src/plugins/pgpcore/select-keys.c
5942         * src/gtk/pluginwindow.c
5943         * src/prefs_account.c
5944                 Fix warnings
5945
5946 2007-01-16 [colin]      2.7.1cvs11
5947
5948         * src/imap.c
5949         * src/imap.h
5950         * src/imap_gtk.c
5951                 Manage subscribing to subfolders when only
5952                 subscribed folders are shown.
5953
5954 2007-01-16 [colin]      2.7.1cvs10
5955
5956         * src/folderview.c
5957                 Fix annoying vscrollbar going back to top
5958                 on Check for new folders
5959
5960 2007-01-16 [colin]      2.7.1cvs9
5961
5962         * src/imap.c
5963                 Remove printf
5964
5965 2007-01-16 [colin]      2.7.1cvs8
5966
5967         * src/filtering.c
5968                 Bigger buffer for errors
5969         * src/imap.c
5970         * src/imap.h
5971         * src/imap_gtk.c
5972         * src/prefs_account.c
5973         * src/prefs_account.h
5974         * src/wizard.c
5975         * src/etpan/imap-thread.c
5976         * src/etpan/imap-thread.h
5977         * manual/handling.xml
5978                 Add subscriptions management. What it changes:
5979                 Creating a folder subscribes to it
5980                 Deleting a folder unsubscribes it
5981                 New contextual menu item allowing to switch between
5982                 All folders and Subscribed folders, subscribe, and
5983                 unsubscribe. "Creating" an existing but unsubscribed
5984                 folder will subscribe it.
5985                 By default for new accounts, only subscribed folders 
5986                 are shown.
5987
5988
5989 2007-01-16 [paul]       2.7.1cvs7
5990
5991         * src/summaryview.c
5992                 Allow folder classes to specify only sort_key or
5993                 sort_type instead of both or none.
5994
5995 2007-01-16 [paul]       2.7.1cvs6
5996
5997         * src/action.c
5998         * src/compose.c
5999         * src/mimeview.c
6000         * src/procmime.c
6001         * src/textview.c
6002                 Save and use errno for procmime_get_part
6003
6004 2007-01-16 [colin]      2.7.1cvs5
6005
6006         * src/imap.c
6007                 Never remove INBOX when scanning for
6008                 new folders. It's a special folder
6009                 that has to exist.
6010
6011 2007-01-15 [colin]      2.7.1cvs4
6012
6013         * src/imap.c
6014                 Fix 'Check for new folders' when IMAP subdirectory
6015                 is set
6016         * src/etpan/imap-thread.c
6017                 Fix build
6018
6019 2007-01-15 [colin]      2.7.1cvs3
6020
6021         * src/etpan/imap-thread.c
6022                 Fix invalid free on command-connection
6023                 error
6024
6025 2007-01-15 [wwp]        2.7.1cvs2
6026
6027         * src/matcher_parser_lex.l
6028         * src/quote_fmt_lex.l
6029         * src/matcher_parser_parse.y
6030                 fix copyright header in lexers and parsers.
6031
6032 2007-01-15 [paul]       2.7.1cvs1
6033
6034         * NEWS
6035         * README
6036         * RELEASE_NOTES
6037         * configure.ac
6038                 bump up version number following
6039                 stable release
6040
6041 2007-01-15 [paul]       2.7.0cvs31
6042
6043         * AUTHORS
6044         * src/gtk/authors.h
6045                 add Fabien to the Team list
6046                 add the recent contributors
6047                 make a few corrections
6048
6049 2007-01-15 [paul]       2.7.0cvs30
6050
6051         * src/mainwindow.c
6052                 fix compiler warning
6053         * src/plugins/pgpcore/prefs_gpg.c
6054         * src/plugins/pgpcore/prefs_gpg.h
6055                 add missing include
6056                 fix copyright header
6057
6058 2007-01-14 [colin]      2.7.0cvs29
6059
6060         * src/gtk/filesel.c
6061                 Use the 'gtk+' backend. Avoids gnome-vfs use,
6062                 two benefits: faster to open, will fix strange
6063                 dbus-related crash. Thanks to Pascal Terjan.
6064
6065 2007-01-14 [colin]      2.7.0cvs28
6066
6067         * src/etpan/imap-thread.c
6068                 Delete the old imap just after allocating
6069                 the new one. Makes sure we don't get the
6070                 same pointer by sheer luck, which feels
6071                 strange in the debug log.
6072
6073 2007-01-14 [colin]      2.7.0cvs27
6074
6075         * src/gtk/inputdialog.c
6076                 Make sure we don't print passwords in
6077                 clear text when in debug mode
6078
6079 2007-01-14 [colin]      2.7.0cvs26
6080
6081         * src/gtk/gtksctree.c
6082                 Fix bug 1098, 'bogus last row display 
6083                 after expanding a thread'. Patch by
6084                 Jindrich Makovicka <makovick@gmail.com>
6085
6086 2007-01-14 [colin]      2.7.0cvs25
6087
6088         * src/etpan/imap-thread.c
6089                 Close socket manually before
6090                 freeing the imap struct
6091
6092 2007-01-14 [colin]      2.7.0cvs24
6093
6094         * src/etpan/imap-thread.c
6095                 Maybe fix new reconnection issues
6096
6097 2007-01-13 [colin]      2.7.0cvs23
6098
6099         * src/summaryview.c
6100                 Freeze/thaw on thread selection
6101
6102 2007-01-13 [paul]       2.7.0cvs22
6103
6104         * src/mainwindow.c
6105         * src/summaryview.c
6106         * src/summaryview.h
6107                 add 'Edit/Delete thread'
6108
6109 2007-01-13 [colin]      2.7.0cvs21
6110
6111         * src/prefs_account.c
6112         * src/prefs_compose_writing.c
6113         * src/prefs_message.c
6114         * src/prefs_msg_colors.c
6115         * src/prefs_other.c
6116         * src/prefs_receive.c
6117         * src/prefs_spelling.c
6118         * src/prefs_summaries.c
6119         * src/prefs_themes.c
6120         * src/gtk/gtkutils.c
6121         * src/gtk/gtkutils.h
6122         * src/plugins/pgpcore/prefs_gpg.c
6123         * src/plugins/spamassassin/spamassassin_gtk.c
6124                 Factorize gtk frame creation
6125                 Patch by Pawel
6126
6127 2007-01-13 [colin]      2.7.0cvs20
6128
6129         * src/message_search.c
6130         * src/summary_search.c
6131                 Fix Enter in search windows
6132         * src/messageview.c
6133                 Fix body search starting at the
6134                 end of the mail (and asking for loop)
6135
6136 2007-01-13 [colin]      2.7.0cvs19
6137
6138         * src/etpan/imap-thread.c
6139                 Make sure we don't free the same imap
6140                 twice
6141
6142 2007-01-13 [colin]      2.7.0cvs18
6143
6144         * commitHelper
6145                 Allow multiple commitHelpers to
6146                 run at once
6147
6148 2007-01-12 [colin]      2.7.0cvs17
6149
6150         * src/etpan/imap-thread.c
6151                 Make sure we get rid of the previous mailimap
6152                 when connecting - just in case disconnect was
6153                 unclean
6154
6155 2007-01-12 [paul]       2.7.0cvs16
6156
6157         * src/compose.c
6158                 Strip S/MIME signatures when re-editing
6159                 S/MIME signed messages.
6160
6161 2007-01-12 [paul]       2.7.0cvs15
6162
6163         * configure.ac
6164         * src/addressbook.c
6165         * src/foldersel.c
6166         * src/folderview.c
6167         * src/main.c
6168                 no need to define CLAWS anymore, remove
6169                 all that stuff
6170
6171 2007-01-12 [paul]       2.7.0cvs14
6172
6173         * src/mimeview.c
6174                 check if the mail's signed as
6175                 it can change the mail structure
6176                 Thanks to Colin
6177
6178 2007-01-12 [paul]       2.7.0cvs13
6179
6180         * src/procmime.c
6181                 fix Forwarding msgs with attachments
6182                 that have dos line endings
6183                 Thanks to Colin
6184
6185 2007-01-12 [wwp]        2.7.0cvs12
6186
6187         * configure.ac
6188                 Revert accidentally committed extra version tag.
6189
6190 2007-01-12 [wwp]        2.7.0cvs11
6191
6192         * src/prefs_account.c
6193                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6194
6195 2007-01-11 [colin]      2.7.0cvs10
6196
6197         * src/imap.c
6198                 move g_warning to debug_print
6199                 it scares people for no reason
6200
6201 2007-01-11 [colin]      2.7.0cvs9
6202
6203         * po/POTFILES.in
6204                 Fix files to translate. Patch by
6205                 Fabien
6206
6207 2007-01-11 [paul]       2.7.0cvs8
6208
6209         * src/imap.c
6210                 Fix recursion when server lists the
6211                 current subfolder in the response
6212         * src/mimeview.c
6213                 Fix updating of icon_list/ctree
6214         * src/plugins/pgpcore/select-keys.c
6215                 Fix a few annoyances when choosing
6216                 keys for the CMS (S/MIME) protocol
6217
6218 2007-01-11 [wwp]        2.7.0cvs7
6219
6220         * src/compose.c
6221         * src/prefs_account.c
6222         * src/prefs_account.h
6223                 Add per-account spellcheck default dictionaries settings.
6224
6225 2007-01-10 [colin]      2.7.0cvs6
6226
6227         * src/prefs_folder_item.c
6228                 Factorize strings - patch by Fabien
6229
6230 2007-01-10 [colin]      2.7.0cvs5
6231
6232         * src/mainwindow.c
6233                 Fix bug 1095, 'Crash while changing folder 
6234                 columns during incorporation'
6235
6236 2007-01-09 [colin]      2.7.0cvs4
6237
6238         * src/gtk/pluginwindow.c
6239                 Set the plugin window transient. Seems
6240                 like some window managers hide it in
6241                 the background after "load plugin"...
6242
6243 2007-01-09 [colin]      2.7.0cvs3
6244
6245         * src/gtk/filesel.c
6246                 Use the same type for alloc and free
6247
6248 2007-01-08 [paul]       2.7.0cvs2
6249
6250         * po/nl.po
6251                 updated by Tim Dijkstra
6252
6253 2007-01-08 [paul]       2.7.0cvs1
6254
6255         * src/prefs_themes.c
6256         * src/common/utils.c
6257                 Fix resource leaks
6258
6259 2007-01-08 [paul]       2.7.0
6260
6261         * NEWS
6262         * README
6263         * RELEASE_NOTES
6264                 2.7.0 released
6265
6266 2007-01-08 [paul]       2.6.1cvs119
6267
6268         * doc/man/claws-mail.1
6269                 another correction
6270
6271 2007-01-08 [paul]       2.6.1cvs118
6272
6273         * doc/man/claws-mail.1
6274                 corrections
6275         * manual/advanced.xml
6276                 improved English usage
6277
6278 2007-01-08 [paul]       2.6.1cvs117
6279
6280         * po/ca.po
6281         * po/de.po
6282         * po/en_GB.po
6283         * po/fi.po
6284         * po/it.po
6285         * po/pt_BR.po
6286         * po/sk.po
6287         * po/sr.po
6288         * po/zh_CN.po
6289                 updated by Miquel Oliete, Stephan Sachse, me,
6290                 Tommi Pirinen, Andrea Spadaccini, Frederico
6291                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6292                 Urosevic, and Ralgh Young
6293
6294 2007-01-07 [mones]      2.6.1cvs116
6295
6296         * manual/es/advanced.xml
6297         * po/es.po
6298                 Synced manual (unhide mark_as_read_delay)
6299                 and updated translation for release
6300
6301 2007-01-07 [paul]       2.6.1cvs115
6302
6303         * src/prefs_matcher.c
6304                 make the hbox content fit better under
6305                 various languages
6306
6307 2007-01-07 [colin]      2.6.1cvs114
6308
6309         * src/messageview.c
6310                 Fix bug 1088, 'Ctrl-h produces repeatable
6311                 crash'
6312
6313 2007-01-06 [colin]      2.6.1cvs113
6314
6315         * src/etpan/imap-thread.c
6316                 Add casts to int to get certs. Fixes
6317                 bug 1064, 'crash @ etpan_certificate_check() 
6318                 when opening an IMAP folder', with latest
6319                 libetpan CVS or >= 0.49
6320         * src/mainwindow.c
6321         * src/mainwindow.h
6322         * src/imap_gtk.c
6323         * src/news_gtk.c
6324         * src/prefs_folder_item.c
6325                 Grey out the "synchronise" menu items if
6326                 there's nothing to synchronise.
6327         * src/plugins/pgpcore/sgpgme.c
6328                 Make an error clearer than "Unknown error"
6329
6330 2007-01-06 [colin]      2.6.1cvs112
6331
6332         * src/messageview.c
6333                 Don't try to show a message if updating
6334                 Maybe fixes bug 1088, 'ctrl-h produces
6335                 repeatable crash'.
6336
6337 2007-01-06 [colin]      2.6.1cvs111
6338
6339         * src/summaryview.c
6340                 Disable Control-Space (handle it as Space).
6341
6342 2007-01-05 [paul]       2.6.1cvs110
6343
6344         * src/imap.c
6345                 Fix bug 934, 'sylpheed claws 2.1 
6346                 doesn't show Exchanges Public Folders'
6347                 Thanks to Hoa and Colin
6348         * src/msgcache.c
6349                 Refuse to allocate more than 2 MB for a 
6350                 single field, it's a good indication of
6351                 cache corruption.
6352
6353 2007-01-05 [colin]      2.6.1cvs109
6354
6355         * src/mainwindow.c
6356                 Allow --select'ing emails by Message-ID too
6357
6358 2007-01-05 [colin]      2.6.1cvs108
6359
6360         * src/common/quoted-printable.c
6361                 Uh! Third fix :)
6362
6363 2007-01-05 [colin]      2.6.1cvs107
6364
6365         * src/common/quoted-printable.c
6366                 Fix previous commit about bug 1089
6367                 Thanks to Ralf
6368
6369 2007-01-05 [colin]      2.6.1cvs106
6370
6371         * src/common/quoted-printable.c
6372                 Fix my previous commit on bug 1089
6373                 - Thanks to Ralf :)
6374
6375 2007-01-04 [colin]      2.6.1cvs105
6376
6377         * src/common/quoted-printable.c
6378                 Fix bug 1089, 'NUL characters in Subject 
6379                 line are misinterpreted'. Not a pain to
6380                 fix in fact.
6381
6382 2007-01-04 [colin]      
6383
6384         2.7.0-rc3 released
6385
6386 2007-01-04 [wwp]        2.6.1cvs104
6387
6388         * src/image_viewer.c
6389                 Force operator precedence (fix a compiler warning).
6390
6391 2007-01-04 [colin]      2.6.1cvs103
6392
6393         * src/image_viewer.c
6394                 Be cautious there too (same fix as the one
6395                 in textview from cvs33)
6396         * src/messageview.c
6397                 Don't use any MimeViewer plugin when showing
6398                 all headers
6399
6400 2007-01-03 [wwp]        2.6.1cvs102
6401
6402         * src/html.c
6403         * src/html.h
6404                 fixed "cent" sign (use the existing ASCII one),
6405                 decode more HTML entities,
6406                 converted table ASCII entries to UTF-8,
6407                 moved a switch() into a hashtable.
6408
6409 2007-01-03 [paul]       2.6.1cvs101
6410
6411         * src/compose.c
6412         * src/messageview.c
6413         * src/procmsg.c
6414         * src/procmsg.h
6415                 When possible, use move_msg instead of
6416                 copy_msg + remove_msg to move sent mail
6417                 from Queue to Sent. 
6418
6419 2007-01-03 [paul]       2.6.1cvs100
6420
6421         * src/html.c
6422                 add more html entity recognition:
6423                 pounds, euros, and cents
6424
6425 2007-01-03 [colin]      2.6.1cvs99
6426
6427         * src/imap_gtk.c
6428                 Don't display an error on NOSELECT
6429                 folders when synchronising
6430
6431 2007-01-03 [paul]       2.6.1cvs98
6432
6433         * tools/maildir2claws-mail.pl
6434                 only substitute 'sent-mail' if it's
6435                 the full directory name
6436
6437 2007-01-03 [paul]       2.6.1cvs97
6438
6439         * ChangeLog
6440         * ChangeLog.pre2.0.0
6441         * Makefile.am
6442                 archive a chunk of ChangeLog in
6443                 ChangeLog.pre2.0.0
6444         * ChangeLog.gtk1
6445         * doc/src/ChangeLog.claws-pre0.8.0
6446                 remove ChangeLog.claws-pre0.8.0, adding
6447                 its contents to ChangeLog.gtk1
6448
6449 2007-01-03 [paul]       2.6.1cvs96
6450
6451         * src/account.c
6452         * src/account.h
6453         * src/action.c
6454         * src/action.h
6455         * src/adbookbase.h
6456         * src/addr_compl.c
6457         * src/addr_compl.h
6458         * src/addrbook.c
6459         * src/addrcache.c
6460         * src/addrcache.h
6461         * src/addrcindex.c
6462         * src/addrcindex.h
6463         * src/addrclip.c
6464         * src/addrclip.h
6465         * src/addrdefs.h
6466         * src/addressadd.c
6467         * src/addressadd.h
6468         * src/addressbook.c
6469         * src/addressbook.h
6470         * src/addressbook_foldersel.c
6471         * src/addressbook_foldersel.h
6472         * src/addrgather.c
6473         * src/addrgather.h
6474         * src/addrharvest.c
6475         * src/addrharvest.h
6476         * src/addrindex.c
6477         * src/addrindex.h
6478         * src/addritem.c
6479         * src/addritem.h
6480         * src/addrquery.c
6481         * src/addrquery.h
6482         * src/addrselect.c
6483         * src/addrselect.h
6484         * src/alertpanel.c
6485         * src/alertpanel.h
6486         * src/browseldap.c
6487         * src/browseldap.h
6488         * src/codeconv.c
6489         * src/codeconv.h
6490         * src/compose.c
6491         * src/compose.h
6492         * src/customheader.c
6493         * src/customheader.h
6494         * src/displayheader.c
6495         * src/displayheader.h
6496         * src/editaddress.c
6497         * src/editaddress.h
6498         * src/editbook.c
6499         * src/editbook.h
6500         * src/editgroup.c
6501         * src/editgroup.h
6502         * src/editjpilot.c
6503         * src/editjpilot.h
6504         * src/editldap.c
6505         * src/editldap.h
6506         * src/editldap_basedn.c
6507         * src/editldap_basedn.h
6508         * src/editvcard.c
6509         * src/editvcard.h
6510         * src/exphtmldlg.c
6511         * src/exphtmldlg.h
6512         * src/expldifdlg.c
6513         * src/expldifdlg.h
6514         * src/export.c
6515         * src/export.h
6516         * src/exporthtml.c
6517         * src/exporthtml.h
6518         * src/exportldif.c
6519         * src/exportldif.h
6520         * src/filtering.c
6521         * src/filtering.h
6522         * src/folder.c
6523         * src/folder.h
6524         * src/folder_item_prefs.c
6525         * src/folder_item_prefs.h
6526         * src/foldersel.c
6527         * src/foldersel.h
6528         * src/folderutils.c
6529         * src/folderutils.h
6530         * src/folderview.c
6531         * src/folderview.h
6532         * src/grouplistdialog.c
6533         * src/grouplistdialog.h
6534         * src/headerview.c
6535         * src/html.c
6536         * src/html.h
6537         * src/image_viewer.c
6538         * src/image_viewer.h
6539         * src/imap.c
6540         * src/imap.h
6541         * src/imap_gtk.c
6542         * src/imap_gtk.h
6543         * src/import.c
6544         * src/import.h
6545         * src/importldif.c
6546         * src/importldif.h
6547         * src/importmutt.c
6548         * src/importmutt.h
6549         * src/importpine.c
6550         * src/importpine.h
6551         * src/inc.c
6552         * src/inc.h
6553         * src/jpilot.c
6554         * src/jpilot.h
6555         * src/ldapctrl.c
6556         * src/ldapctrl.h
6557         * src/ldaplocate.c
6558         * src/ldaplocate.h
6559         * src/ldapquery.c
6560         * src/ldapquery.h
6561         * src/ldapserver.c
6562         * src/ldapserver.h
6563         * src/ldaputil.c
6564         * src/ldaputil.h
6565         * src/ldif.c
6566         * src/ldif.h
6567         * src/main.c
6568         * src/main.h
6569         * src/mainwindow.c
6570         * src/mainwindow.h
6571         * src/manual.c
6572         * src/manual.h
6573         * src/mbox.c
6574         * src/message_search.c
6575         * src/message_search.h
6576         * src/messageview.c
6577         * src/messageview.h
6578         * src/mh.c
6579         * src/mh.h
6580         * src/mh_gtk.c
6581         * src/mh_gtk.h
6582         * src/mimeview.c
6583         * src/mimeview.h
6584         * src/msgcache.c
6585         * src/msgcache.h
6586         * src/mutt.c
6587         * src/mutt.h
6588         * src/news.c
6589         * src/news.h
6590         * src/news_gtk.c
6591         * src/news_gtk.h
6592         * src/partial_download.c
6593         * src/partial_download.h
6594         * src/pine.c
6595         * src/pine.h
6596         * src/pop.c
6597         * src/pop.h
6598         * src/prefs_account.c
6599         * src/prefs_account.h
6600         * src/prefs_actions.c
6601         * src/prefs_actions.h
6602         * src/prefs_common.c
6603         * src/prefs_common.h
6604         * src/prefs_compose_writing.c
6605         * src/prefs_compose_writing.h
6606         * src/prefs_customheader.c
6607         * src/prefs_customheader.h
6608         * src/prefs_display_header.c
6609         * src/prefs_display_header.h
6610         * src/prefs_filtering.c
6611         * src/prefs_filtering.h
6612         * src/prefs_filtering_action.c
6613         * src/prefs_filtering_action.h
6614         * src/prefs_folder_column.c
6615         * src/prefs_folder_column.h
6616         * src/prefs_folder_item.c
6617         * src/prefs_folder_item.h
6618         * src/prefs_fonts.c
6619         * src/prefs_fonts.h
6620         * src/prefs_gtk.c
6621         * src/prefs_gtk.h
6622         * src/prefs_image_viewer.c
6623         * src/prefs_image_viewer.h
6624         * src/prefs_matcher.c
6625         * src/prefs_matcher.h
6626         * src/prefs_message.c
6627         * src/prefs_msg_colors.c
6628         * src/prefs_msg_colors.h
6629         * src/prefs_other.c
6630         * src/prefs_quote.c
6631         * src/prefs_receive.c
6632         * src/prefs_send.c
6633         * src/prefs_spelling.c
6634         * src/prefs_spelling.h
6635         * src/prefs_summaries.c
6636         * src/prefs_summaries.h
6637         * src/prefs_summary_column.c
6638         * src/prefs_summary_column.h
6639         * src/prefs_template.c
6640         * src/prefs_template.h
6641         * src/prefs_themes.c
6642         * src/prefs_themes.h
6643         * src/prefs_toolbar.c
6644         * src/prefs_toolbar.h
6645         * src/prefs_wrapping.c
6646         * src/prefs_wrapping.h
6647         * src/privacy.c
6648         * src/privacy.h
6649         * src/procheader.c
6650         * src/procheader.h
6651         * src/procmime.c
6652         * src/procmime.h
6653         * src/procmsg.c
6654         * src/procmsg.h
6655         * src/quote_fmt.c
6656         * src/quote_fmt_parse.y
6657         * src/recv.c
6658         * src/recv.h
6659         * src/remotefolder.c
6660         * src/remotefolder.h
6661         * src/send_message.c
6662         * src/send_message.h
6663         * src/setup.c
6664         * src/setup.h
6665         * src/sourcewindow.c
6666         * src/sourcewindow.h
6667         * src/ssl_manager.c
6668         * src/ssl_manager.h
6669         * src/statusbar.c
6670         * src/statusbar.h
6671         * src/stock_pixmap.c
6672         * src/stock_pixmap.h
6673         * src/summary_search.c
6674         * src/summary_search.h
6675         * src/summaryview.c
6676         * src/summaryview.h
6677         * src/textview.c
6678         * src/textview.h
6679         * src/toolbar.c
6680         * src/toolbar.h
6681         * src/undo.c
6682         * src/undo.h
6683         * src/unmime.c
6684         * src/unmime.h
6685         * src/vcard.c
6686         * src/vcard.h
6687         * src/wizard.c
6688         * src/wizard.h
6689         * src/common/base64.c
6690         * src/common/base64.h
6691         * src/common/defs.h
6692         * src/common/hooks.c
6693         * src/common/hooks.h
6694         * src/common/log.c
6695         * src/common/log.h
6696         * src/common/mgutils.c
6697         * src/common/mgutils.h
6698         * src/common/nntp.c
6699         * src/common/nntp.h
6700         * src/common/passcrypt.c
6701         * src/common/passcrypt.h.in
6702         * src/common/plugin.c
6703         * src/common/plugin.h
6704         * src/common/prefs.c
6705         * src/common/prefs.h
6706         * src/common/progressindicator.c
6707         * src/common/progressindicator.h
6708         * src/common/quoted-printable.c
6709         * src/common/quoted-printable.h
6710         * src/common/session.c
6711         * src/common/session.h
6712         * src/common/smtp.c
6713         * src/common/smtp.h
6714         * src/common/socket.c
6715         * src/common/socket.h
6716         * src/common/ssl.c
6717         * src/common/ssl.h
6718         * src/common/ssl_certificate.c
6719         * src/common/ssl_certificate.h
6720         * src/common/stringtable.c
6721         * src/common/stringtable.h
6722         * src/common/template.c
6723         * src/common/template.h
6724         * src/common/timing.h
6725         * src/common/utils.c
6726         * src/common/utils.h
6727         * src/common/version.h.in
6728         * src/common/xml.c
6729         * src/common/xml.h
6730         * src/common/xmlprops.c
6731         * src/common/xmlprops.h
6732         * src/gtk/about.c
6733         * src/gtk/colorlabel.c
6734         * src/gtk/colorsel.c
6735         * src/gtk/colorsel.h
6736         * src/gtk/combobox.c
6737         * src/gtk/combobox.h
6738         * src/gtk/description_window.c
6739         * src/gtk/description_window.h
6740         * src/gtk/filesel.c
6741         * src/gtk/filesel.h
6742         * src/gtk/foldersort.c
6743         * src/gtk/foldersort.h
6744         * src/gtk/gtksctree.c
6745         * src/gtk/gtkutils.c
6746         * src/gtk/gtkutils.h
6747         * src/gtk/inputdialog.c
6748         * src/gtk/inputdialog.h
6749         * src/gtk/logwindow.c
6750         * src/gtk/logwindow.h
6751         * src/gtk/manage_window.c
6752         * src/gtk/manage_window.h
6753         * src/gtk/menu.c
6754         * src/gtk/menu.h
6755         * src/gtk/pluginwindow.c
6756         * src/gtk/pluginwindow.h
6757         * src/gtk/prefswindow.c
6758         * src/gtk/prefswindow.h
6759         * src/gtk/progressdialog.c
6760         * src/gtk/progressdialog.h
6761         * src/gtk/sslcertwindow.c
6762         * src/gtk/sslcertwindow.h
6763         * src/plugins/bogofilter/bogofilter.c
6764         * src/plugins/bogofilter/bogofilter.h
6765         * src/plugins/bogofilter/bogofilter_gtk.c
6766         * src/plugins/clamav/clamav_plugin.c
6767         * src/plugins/clamav/clamav_plugin.h
6768         * src/plugins/clamav/clamav_plugin_gtk.c
6769         * src/plugins/demo/demo.c
6770         * src/plugins/dillo_viewer/dillo_prefs.c
6771         * src/plugins/dillo_viewer/dillo_prefs.h
6772         * src/plugins/dillo_viewer/dillo_viewer.c
6773         * src/plugins/pgpcore/passphrase.c
6774         * src/plugins/pgpcore/passphrase.h
6775         * src/plugins/pgpcore/pgp_viewer.c
6776         * src/plugins/pgpcore/pgp_viewer.h
6777         * src/plugins/pgpcore/plugin.c
6778         * src/plugins/pgpcore/select-keys.c
6779         * src/plugins/pgpcore/select-keys.h
6780         * src/plugins/pgpcore/sgpgme.c
6781         * src/plugins/pgpcore/sgpgme.h
6782         * src/plugins/pgpinline/pgpinline.c
6783         * src/plugins/pgpinline/pgpinline.h
6784         * src/plugins/pgpinline/plugin.c
6785         * src/plugins/pgpmime/pgpmime.c
6786         * src/plugins/pgpmime/pgpmime.h
6787         * src/plugins/pgpmime/plugin.c
6788         * src/plugins/spamassassin/spamassassin.c
6789         * src/plugins/spamassassin/spamassassin.h
6790         * src/plugins/spamassassin/spamassassin_gtk.c
6791         * src/plugins/trayicon/trayicon.c
6792                 it's 2007, update the year in the copyright headers
6793
6794 2007-01-03 [paul]       2.6.1cvs95
6795
6796         * src/gtk/about.c
6797                 it is 2007, use it in the copyright string
6798
6799 2007-01-03 [paul]       2.6.1cvs94
6800
6801         * src/html.c
6802                 html entity conversion:
6803                 move &#153; to a more suitable place
6804                 add &bull; and &ndash;
6805                 make sure &mdash; and &#8212; are both
6806                 converted the same
6807
6808 2007-01-02 [colin]      2.6.1cvs93
6809
6810         * src/addrbook.c
6811                 Fix leak
6812         * src/common/plugin.c
6813                 Add comment
6814         * src/etpan/imap-thread.c
6815                 Fix warning
6816
6817 2006-12-31 [paul]       2.6.1cvs92
6818
6819         * src/prefs_summaries.c
6820                 use gtk_button_new_from_stock()
6821
6822 2006-12-30 [colin]      2.6.1cvs91
6823
6824         * src/folder.c
6825         * src/imap_gtk.c
6826         * src/mh_gtk.c
6827                 Don't update filtering and account paths 
6828                 when copying folders
6829
6830 2006-12-30 [colin]      2.6.1cvs90
6831
6832         * src/prefs_compose_writing.c
6833         * src/prefs_quote.c
6834         * src/prefs_template.c
6835                 Use message font for Writing and 
6836                 Quoting prefs, as well as Templates.
6837
6838 2006-12-30 [colin]      2.6.1cvs89
6839
6840         * src/prefs_summaries.c
6841                 Rework GUI; patch by Pawel
6842
6843 2006-12-29 [colin]      2.6.1cvs88
6844
6845         * src/prefs_folder_item.c
6846                 Fix bug 1085, 'Apply to subfolder 
6847                 doesn't work' - I was mistaken saying
6848                 it worked in every case
6849
6850 2006-12-28 [colin]      2.6.1cvs87
6851
6852         * src/gtk/gtkaspell.c
6853                 Don't assert if use_alternate is true
6854                 and alt_dictionary isn't set -- this 
6855                 is what happens on upgrade! Rather,
6856                 do with it.
6857
6858 2006-12-28 [colin]      2.6.1cvs86
6859
6860         * Makefile.am
6861                 Fix desktop/icon simplification
6862
6863 2006-12-28 [colin]      2.6.1cvs85
6864
6865         * Makefile.am
6866                 Make desktop and icon not 
6867                 dependant on the desktop
6868
6869 2006-12-28 [wwp]        2.6.1cvs84
6870
6871         * src/plugins/pgpmime/claws.def
6872                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6873
6874 2006-12-28 [wwp]        2.6.1cvs83
6875
6876         * src/prefs_folder_item.c
6877                 Fix coloring of "simplify subject regexp" (folder prefs),
6878                 which might be left to red whereas the regexp gets empty.
6879
6880 2006-12-28 [wwp]        2.6.1cvs82
6881
6882         * src/prefs_common.c
6883         * src/prefs_common.h
6884         * src/addressbook.c
6885         * src/addressitem.h
6886                 Save addressbook mainwindow's horizontal and vertical splitter position.
6887
6888 2006-12-27 [wwp]        2.6.1cvs81
6889
6890         * src/gtk/gtkaspell.c
6891         * src/gtk/gtkaspell.h
6892         * src/compose.c
6893                 Fix assignment of compose's default and alternate dictionary from
6894                 account or folder settings. Now gtkaspell_change_dict does rotate
6895                 dicts only when it's called from a menu cb.
6896
6897 2006-12-27 [wwp]        2.6.1cvs80
6898
6899         * src/folder_item_prefs.c
6900                 Fix randomly initialized default-alt-dictionary (folder prefs),
6901                 complete 2.6.1cvs72.
6902
6903 2006-12-27 [paul]       2.6.1cvs79
6904
6905         * src/imap_gtk.c
6906         * src/mh_gtk.c
6907                 Add Copy folder in the folder's contextual
6908                 menu
6909
6910 2006-12-27 [wwp]        2.6.1cvs78
6911
6912         * src/imap.c
6913                 Clean up session locking, thanks to Colin.
6914
6915 2006-12-26 [colin]      2.6.1cvs77
6916
6917         * src/statusbar.c
6918                 Revert previous patch
6919
6920 2006-12-26 [colin]      2.6.1cvs76
6921
6922         * src/folder.c
6923         * src/folderview.c
6924         * src/imap.c
6925         * src/statusbar.c
6926         * src/etpan/imap-thread.c
6927                 Fix previous commit warnings
6928                 Make statusbar update every second if total < 20
6929                 Make IMAP APPEND faster by simplifying log              
6930
6931 2006-12-26 [colin]      2.6.1cvs75
6932
6933         * src/folder.c
6934         * src/folder.h
6935         * src/folderview.c
6936         * src/folderview.h
6937         * src/imap_gtk.c
6938         * src/mh_gtk.c
6939                 Make it possible to copy folders accross
6940                 mailboxes (this was an arbitrary limitation).
6941                 Still make it impossible to move folders 
6942                 accross mailboxes.
6943
6944 2006-12-26 [colin]      2.6.1cvs74
6945
6946         * src/etpan/imap-thread.c
6947                 Fix bug 1081, 'claws-mail 
6948                 segfaults when going offline 
6949                 while it transfers mails via 
6950                 imap'
6951
6952 2006-12-26 [colin]      2.6.1cvs73
6953
6954         * src/folder_item_prefs.c
6955                 Don't forget alt dictionary when
6956                 renaming/moving folders
6957
6958 2006-12-26 [wwp]        2.6.1cvs72
6959
6960         * src/folder_item_prefs.c
6961                 Add missing defaults for per-folder alt dict
6962                 (forgotten in 2.6.1cvs61).
6963
6964 2006-12-26 [colin]      2.6.1cvs71
6965
6966         * src/wizard.c
6967                 Add tooltip to state that specifying
6968                 full path to mailbox is possible
6969
6970 2006-12-26 [wwp]        2.6.1cvs70
6971
6972         * src/partial_download.c
6973         * src/gtk/gtkvscrollbutton.c
6974         * src/plugins/pgpinline/plugin.c
6975                 Fix for few compiler warnings that matter.
6976
6977 2006-12-25 [colin]      2.6.1cvs69
6978
6979         * src/partial_download.c
6980                 Fix marking for download or deletion
6981                 when the header isn't the first
6982         * src/gtk/logwindow.c
6983                 Fix start of scrolling
6984
6985 2006-12-23 [paul]       2.6.1cvs68
6986
6987         * src/compose.c
6988                 change last commit to use the 'academic'
6989                 method instead. Thanks to wwp
6990
6991 2006-12-23 [paul]       2.6.1cvs67
6992
6993         * src/compose.c
6994                 don't warn about empty subject when
6995                 redirecting
6996
6997 2006-12-22 [colin]      2.6.1cvs66
6998
6999         * src/summary_search.c
7000                 Fix previous patch
7001
7002 2006-12-22 [colin]      2.6.1cvs65
7003
7004         * src/gtk/gtkutils.c
7005         * src/imap.c
7006         * src/jpilot.c
7007         * src/summary_search.c
7008                 A few warning fixes
7009
7010 2006-12-23 [paul]       
7011
7012         2.7.0-rc2 released
7013
7014 2006-12-22 [colin]      2.6.1cvs64
7015
7016         * src/toolbar.c
7017         * src/toolbar.h
7018                 Add a combo to the learn spam button
7019         * src/plugins/bogofilter/bogofilter.c
7020         * src/plugins/bogofilter/bogofilter_gtk.c
7021         * src/plugins/bogofilter/bogofilter.h
7022                 Allow to store Unsure mails in a specific
7023                 folder to make better teaching easier
7024
7025 2006-12-21 [wwp]        2.6.1cvs63
7026
7027         * src/compose.c
7028         * src/prefs_common.c
7029         * src/prefs_common.h
7030         * src/prefs_spelling.c
7031         * src/gtk/gtkaspell.c
7032         * src/gtk/gtkaspell.h
7033                 Allow spell-checking using both current and alternate dictionaries
7034                 (thanks to Colin).
7035
7036 2006-12-21 [wwp]        2.6.1cvs62
7037
7038         * src/gtk/gtkaspell.c
7039                 Apply recheck_when_changing_dict (highlight all mispelled words)
7040                 when switching to alternate dictionary.
7041
7042 2006-12-21 [wwp]        2.6.1cvs61
7043
7044         * src/compose.c
7045         * src/folder_item_prefs.h
7046         * src/prefs_common.c
7047         * src/prefs_common.h
7048         * src/prefs_folder_item.c
7049         * src/prefs_spelling.c
7050         * src/gtk/gtkaspell.c
7051         * src/gtk/gtkaspell.h
7052                 Add global and per-folder prefs to set the default
7053                 alternate dictionary.
7054
7055 2006-12-21 [colin]      2.6.1cvs60
7056
7057         * src/folder.c
7058                 Look for folders by path in all folders
7059         * src/html.c
7060                 add &mdash;
7061
7062 2006-12-20 [colin]      2.6.1cvs59
7063
7064         * src/gtk/quicksearch.c
7065                 Make sure in_typing is false when clearing
7066
7067 2006-12-20 [wwp]        2.6.1cvs58
7068
7069         * configure.ac
7070                 change manual's target dir to be LFH-compliant (thanks to Colin).
7071
7072 2006-12-20 [wwp]        2.6.1cvs57
7073
7074         * src/prefs_common.c
7075         * src/prefs_summaries.c
7076                 i18n fix and factorize patch, thanks to Fabien.
7077
7078 2006-12-20 [paul]       2.6.1cvs56
7079
7080         * configure.ac
7081                 last of the renaming (??)
7082         * src/main.c
7083                 correct --help info of --status-full
7084         * src/plugins/bogofilter/bogofilter.c
7085                 make FALSE default of whitelist_ab
7086
7087 2006-12-19 [colin]      2.6.1cvs55
7088
7089         * src/jpilot.c
7090                 Same as before, without depending on
7091                 pisock >= 0.12
7092
7093 2006-12-19 [colin]      2.6.1cvs54
7094
7095         * src/jpilot.c
7096                 Fix bug 1059, 'Better jpilot charset 
7097                 handling'. Use libpisync's charset conversion
7098                 if possible
7099
7100 2006-12-19 [colin]      2.6.1cvs53
7101
7102         * po/fr.po
7103                 Updated by Fabien
7104
7105 2006-12-19 [wwp]        2.6.1cvs52
7106
7107         * src/gtk/about.c
7108                 Add missing #include (thanks to Colin).
7109
7110 2006-12-19 [wwp]        2.6.1cvs51
7111
7112         * src/prefs_receive.c
7113                 Better spacing between widgets in prefs.
7114
7115 2006-12-18 [colin]      2.6.1cvs50
7116
7117         * src/imap.c
7118                 Fix failure to get separator on LIST "" ""
7119                 Try LIST "" "INBOX" too.
7120
7121 2006-12-18 [wwp]        2.6.1cvs49
7122
7123         * src/common/session.c
7124                 Fix a compiler warning (thanks to Fabien).
7125
7126 2006-12-18 [wwp]        2.6.1cvs48
7127
7128         * src/compose.c
7129         * src/prefs_quote.c
7130                 Factorize some strings for translation (it's about error
7131                 messages when applying or checking template/quote format).
7132
7133 2006-12-18 [colin]      2.6.1cvs47
7134
7135         * Makefile.am
7136         * src/common/defs.h
7137         * src/gtk/Makefile.am
7138         * src/gtk/about.c
7139                 Add a Release notes tab from the contents of
7140                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
7141
7142 2006-12-17 [colin]      2.6.1cvs46
7143
7144         * src/mimeview.c
7145         * src/textview.c
7146         * src/gtk/filesel.c
7147                 Correctly convert from/to UTF8/filename encoding
7148                 when loading and saving files. Probably fixes
7149                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7150                 for a file to attach and is blocked...'
7151
7152 2006-12-17 [colin]      2.6.1cvs45
7153
7154         * src/gtk/logwindow.c
7155                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7156                 IMAP folder and is blocked on main thread': 
7157                 make sure we put utf8 in the log.
7158
7159 2006-12-16 [colin]      2.6.1cvs44
7160
7161         * src/toolbar.c
7162         * src/toolbar.h
7163                 Fix bug 1055, 'Add the 'cancel receive' 
7164                 in the available events for the toolbar buttons'
7165
7166 2006-12-16 [colin]      2.6.1cvs43
7167
7168         * po/POTFILES.in
7169         * src/imap.c
7170         * src/common/nntp.c
7171         * src/common/session.c
7172                 Log error when SSL handshakes fail. 
7173                 Fixes bug 1082, 'incorrect / imprecise 
7174                 error message when imap server provides 
7175                 ssl only through STARTTLS but SSL is 
7176                 selected'
7177
7178 2006-12-15 [wwp]        2.6.1cvs42
7179
7180         * src/plugins/bogofilter/bogofilter_gtk.c
7181                 set proper sensitivity to widgets I've recently added.
7182
7183 2006-12-15 [colin]      
7184
7185         2.7.0-rc1 released
7186
7187 2006-12-15 [wwp]        2.6.1cvs41
7188
7189         * src/plugins/bogofilter/bogofilter.c
7190         * src/plugins/bogofilter/bogofilter.h
7191         * src/plugins/bogofilter/bogofilter_gtk.c
7192                 bogofilter's whitelist can now use a subset of
7193                 the addressbook (either a book, a subfolder of a book,
7194                 or the whole addressbook by using "Any"). Re-used there
7195                 some pref_matcher widgets and mechanisms to match a subset
7196                 of the addressbook.
7197
7198 2006-12-15 [wwp]        2.6.1cvs40
7199
7200         * src/wizard.c
7201         * src/common/plugin.c
7202         * src/common/plugin.h
7203         * src/gtk/about.c
7204         * src/plugins/bogofilter/bogofilter.c
7205         * src/plugins/clamav/clamav_plugin.c
7206         * src/plugins/demo/demo.c
7207         * src/plugins/dillo_viewer/dillo_viewer.c
7208         * src/plugins/pgpcore/plugin.c
7209         * src/plugins/pgpinline/plugin.c
7210         * src/plugins/pgpmime/plugin.c
7211         * src/plugins/spamassassin/spamassassin.c
7212         * src/plugins/trayicon/trayicon.c
7213                 factorize some translatable strings (plugins-related),
7214                 fix missing punctuation in several places,
7215                 remove useless translatable \n in about.c,
7216                 and factorize plugin init code w/ a new function
7217                 check_plugin_version() in common/plugin.c.
7218                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7219
7220 2006-12-15 [wwp]        2.6.1cvs39
7221
7222         * src/plugins/bogofilter/bogofilter.c
7223         * src/plugins/bogofilter/bogofilter_gtk.c
7224                 flag whitelisted spams as spam, but don't filter it to the spam
7225                 folder. Thanks to Colin.
7226
7227 2006-12-15 [ticho]      2.6.1cvs38
7228
7229         * src/plugins/bogofilter/bogofilter.c
7230         * src/plugins/bogofilter/bogofilter.h
7231         * src/plugins/bogofilter/bogofilter_gtk.c
7232                 Add option to whitelist senders found in addressbook. Patch by colin.
7233
7234 2006-12-15 [paul]       2.6.1cvs37
7235
7236         * src/folderview.c
7237                 add missing #include "log.h"
7238
7239 2006-12-15 [paul]       2.6.1cvs36
7240
7241         * src/plugins/bogofilter/bogofilter.c
7242         * src/plugins/bogofilter/bogofilter.h
7243         * src/plugins/bogofilter/bogofilter_gtk.c
7244                 Add an option to allow inserting an
7245                 X-Claws-Bogosity header (on MH folders
7246                 only). Patch by Colin
7247
7248 2006-12-14 [colin]      2.6.1cvs35
7249
7250         * src/main.c
7251                 "Yes" should be the default choice for
7252                 migration configuration
7253
7254 2006-12-14 [paul]       2.6.1cvs34
7255
7256         * src/prefs_summaries.c
7257         * manual/advanced.xml
7258                 Unhide mark_as_read_delay
7259
7260 2006-12-14 [paul]       2.6.1cvs33
7261
7262         * src/messageview.c
7263         * src/messageview.h
7264         * src/mimeview.c
7265         * src/mimeview.h
7266         * src/summaryview.c
7267         * src/textview.c
7268         * src/textview.h
7269                 Fix printing of selection
7270                 Fix printing of message parts
7271                 Fix printing of images
7272         * src/gtk/gtksourceprintjob.c
7273                 Fix page count when there are images
7274
7275 2006-12-14 [wwp]        2.6.1cvs32
7276
7277         * src/mainwindow.c
7278         * src/summaryview.c
7279         * src/summaryview.h
7280         * src/gtk/quicksearch.c
7281                 fix quicksearch 'magnify' button status when QS is closed
7282                 using the Escape key, thanks to Colin.
7283
7284 2006-12-14 [wwp]        2.6.1cvs31
7285
7286         * src/mainwindow.c
7287         * src/summaryview.c
7288         * src/summaryview.h
7289         * src/gtk/quicksearch.c
7290                 fix quicksearch 'magnify' button status when QS is closed
7291                 using the Escape key, thanks to Colin.
7292
7293 2006-12-13 [colin]      2.6.1cvs30
7294
7295         * src/ldapquery.c
7296         * src/ldaputil.c
7297                 Use the binary safe version of ldap_get_values,
7298                 to make sure we manipulate null-terminated 
7299                 strings. Maybe fixes bug 1075, 'claws mail 
7300                 segfault when completing ldap adresses'
7301         * src/syldap.c ** REMOVED **
7302         * src/syldap.h ** REMOVED **
7303                 Remove dead files
7304
7305 2006-12-13 [mones]      2.6.1cvs29
7306
7307         * po/es.po
7308                 Fixed piped strings, fixed click translation
7309
7310 2006-12-13 [paul]       2.6.1cvs28
7311
7312         * src/main.c
7313                 don't translate these strings
7314
7315 2006-12-13 [paul]       2.6.1cvs27
7316
7317         * po/en_GB.po
7318                 updated
7319
7320 2006-12-13 [colin]      2.6.1cvs26
7321
7322         * src/main.c
7323         * src/main.h
7324                 Add claws_is_starting()
7325
7326 2006-12-13 [mones]      2.6.1cvs25
7327
7328         * manual/es/advanced.xml
7329         * po/es.po
7330                 Synced manual and updated translation
7331
7332 2006-12-12 [colin]      2.6.1cvs24
7333
7334         * src/wizard.c
7335                 Add an option to use STARTTLS in the
7336                 welcome wizard. Fixes bug 1080, 
7337                 'Using SSL option in wizard for incoming 
7338                 server does not activate SSL with STARTTLS'
7339
7340 2006-12-12 [colin]      2.6.1cvs23
7341
7342         * src/main.c
7343                 Don't exit when there's an incomplete
7344                 mailbox configured - leaves a chance 
7345                 to fix a failing IMAP account. Exit
7346                 if no mailbox at all is loaded (case
7347                 of missing plugin).
7348                 Completes bug 1077's fix (I was wrong
7349                 in this bug's comment #3).
7350
7351 2006-12-12 [colin]      2.6.1cvs22
7352
7353         * src/gtk/menu.h
7354                 Add another menu data type
7355         * src/prefs_account.c
7356                 Complete the completion of bug 1076
7357                 (doesn't lose the pref on apply)
7358
7359 2006-12-12 [paul]       2.6.1cvs21
7360
7361         * src/prefs_account.c
7362                 complete the fix of bug 1076
7363                 also be more verbose with the text
7364
7365 2006-12-12 [paul]       2.6.1cvs20
7366
7367         * src/gtk/combobox.c
7368                 fix compilation warning
7369
7370 2006-12-11 [colin]      2.6.1cvs19
7371
7372         * src/wizard.c
7373                 Document :port in server entry tooltips
7374
7375 2006-12-11 [colin]      2.6.1cvs18
7376
7377         * src/main.c
7378                 Fix compile
7379
7380 2006-12-11 [colin]      2.6.1cvs17
7381
7382         * src/main.c
7383                 Add failing IMAP as a reason for no
7384                 mailbox
7385
7386 2006-12-11 [colin]      2.6.1cvs16
7387
7388         * src/prefs_account.c
7389                 Check for existence of inbox for local
7390                 accounts too
7391         * src/wizard.c
7392                 Allow setting the port to use for servers
7393                 by using the usual "server.example.com:port"
7394                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7395                 not start when IMAP server is unavailable'
7396
7397 2006-12-11 [colin]      2.6.1cvs15
7398
7399         * src/prefs_account.c
7400                 Prevent use of non-existing default inbox
7401
7402 2006-12-11 [colin]      2.6.1cvs14
7403
7404         * src/prefs_account.c
7405                 Fix sensitivity. Fixes bug 1076, 'privacy 
7406                 options are displayed even when pgp plugin 
7407                 not loaded / available'
7408
7409 2006-12-09 [colin]      2.6.1cvs13
7410
7411         * manual/advanced.xml
7412         * src/prefs_common.c
7413         * src/prefs_common.h
7414         * src/common/ssl_certificate.c
7415                 Add a new hidden preference, 'unsafe_ssl_certs',
7416                 which allows to store multiple certificates per
7417                 server/port. This is disabled by default because
7418                 it's less secure (presenting a new certificate
7419                 instead of a changed one raises less alarms).
7420                 This will cause Claws to ask about an unknown
7421                 certificate for people who have used 2.6.1cvs8
7422                 or greater.
7423
7424 2006-12-09 [colin]      2.6.1cvs12
7425
7426         * src/action.c
7427                 Fix cache updating after action
7428
7429 2006-12-07 [wwp]        2.6.1cvs11
7430
7431         * src/compose.c
7432                 fix email address comparison when replying to all
7433                 (avoid replying to ourselves), thanks to Colin.
7434
7435 2006-12-06 [paul]       2.6.1cvs10
7436
7437         * src/addrharvest.c
7438         * src/editldap.c
7439         * src/expldifdlg.c
7440         * src/news.c
7441         * src/toolbar.c
7442         * src/common/utils.c
7443                 ...and more renaming
7444                 Thanks to Colin
7445
7446 2006-12-06 [paul]       2.6.1cvs9
7447
7448         * src/compose.c
7449         * src/messageview.c
7450         * src/procheader.c
7451         * src/procmime.c
7452         * src/procmsg.c
7453         * src/textview.c
7454                 more renaming
7455                 Thanks to Colin
7456
7457 2006-12-06 [colin]      2.6.1cvs8
7458
7459         * src/ssl_manager.c
7460         * src/common/ssl_certificate.c
7461         * src/common/ssl_certificate.h
7462                 Handle multiple certificates per host/port
7463
7464 2006-12-06 [colin]      2.6.1cvs7
7465
7466         * src/etpan/imap-thread.c
7467                 Fix certificate checking on IMAP
7468
7469 2006-12-06 [colin]      2.6.1cvs6
7470
7471         * src/folderview.c
7472                 Fix bug 1072, 'Claws stops fetching newsgroups 
7473                 from server when newsgroup got deleted': continue
7474                 checking other groups
7475
7476 2006-12-05 [wwp]        2.6.1cvs5
7477
7478         * src/message_search.c
7479         * src/summary_search.c
7480         * src/gtk/combobox.c
7481         * src/gtk/combobox.h
7482         * src/gtk/gtkutils.c
7483         * src/gtk/gtkutils.h
7484                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7485                 behave like w/ old comboboxes (summary and message search only).
7486
7487 2006-12-05 [paul]       2.6.1cvs4
7488
7489         * src/wizard.c
7490                 encode headers
7491                 Thanks to Colin
7492
7493 2006-12-05 [paul]       2.6.1cvs3
7494
7495         * tools/README
7496         * tools/textviewer.pl
7497                 script updated and description added
7498
7499 2006-12-04 [colin]      2.6.1cvs2
7500
7501         * src/compose.c
7502                 Run pre-send hook only when checking
7503                 everything
7504
7505 2006-12-04 [paul]       2.6.1cvs1
7506
7507         * NEWS
7508         * README
7509         * RELEASE_NOTES
7510         * configure.ac
7511         * tools/README
7512                 bump up version number following stable release
7513
7514 2006-12-04 [paul]       2.6.0cvs83
7515
7516         * README
7517                 updates and corrections
7518
7519 2006-12-04 [colin]      2.6.0cvs82
7520
7521         * src/common/utils.c
7522                 Probably fix bug 1066, 'Incorrect mailbox 
7523                 size displayed'
7524
7525 2006-12-04 [colin]      2.6.0cvs81
7526
7527         * src/common/utils.c
7528                 Trim tabs from mailcap file too.
7529
7530 2006-12-02 [paul]       2.6.0cvs80
7531
7532         * src/exphtmldlg.c
7533                 fix broken GUI under certain languages
7534         * src/expldifdlg.c
7535                 put the Cancel button to the right
7536
7537 2006-12-01 [paul]       2.6.0cvs79
7538
7539         * tools/Makefile.am
7540                 remove reference to removed file
7541
7542 2006-12-01 [wwp]        2.6.0cvs78
7543
7544         * src/addressbook.c
7545         * src/editaddress.c
7546                 remove forgotten debug statements.
7547
7548 2006-12-01 [wwp]        2.6.0cvs77
7549
7550         * manual/advanced.xml
7551         * manual/fr/advanced.xml
7552         * src/addressbook.c
7553         * src/addressbook.h
7554         * src/addressitem.h
7555         * src/editaddress.c
7556         * src/editaddress.h
7557         * src/prefs_common.c
7558         * src/prefs_common.h
7559         * src/gtk/gtkutils.c
7560         * src/gtk/gtkutils.h
7561                 add a hidden option to allow embedding the editaddress (edit contact details)
7562                 dialog into the addressbook's window. This doesn't change the default
7563                 behaviour.
7564
7565 2006-12-01 [wwp]        2.6.0cvs76
7566
7567         * src/message_search.c
7568         * src/summary_search.c
7569                 fix more focus issues (don't set focus to combobox's entry widget when
7570                 entry's value changed, if entry widget has focus already).
7571
7572 2006-12-01 [wwp]        2.6.0cvs75
7573
7574         * src/gtk/quicksearch.c
7575                 revert last changes to the quicksearch gtk_combo_box, this needs more
7576                 tuning and testing.
7577
7578 2006-12-01 [paul]       2.6.0cvs74
7579
7580         * tools/kdeservicemenu/README
7581         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7582         * tools/kdeservicemenu/install.sh
7583         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7584         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7585                 simplify this stuff, and in so doing,
7586                 fix it. (possibly re-extend it again at
7587                 a later date)
7588
7589 2006-12-01 [wwp]        2.6.0cvs73
7590
7591         * src/gtk/quicksearch.c
7592                 adapt quicksearch code to use modern gtk_combo_box'es.
7593
7594 2006-12-01 [wwp]        2.6.0cvs72
7595
7596         * src/common/defs.h
7597         * src/prefs_common.c
7598         * src/prefs_common.h
7599         * src/message_search.c
7600         * src/summary_search.c
7601         * src/gtk/combobox.c
7602         * src/gtk/combobox.h
7603                 add history combos to all message and summary search fields.
7604
7605 2006-12-01 [wwp]        2.6.0cvs71
7606
7607         * src/summaryview.c
7608                 As the list may change while the mark as read delay
7609                 runs, we can't rely on the 'row' pointer, which can
7610                 be invalid when the timeout is called. As the mark
7611                 as read is only done if the message is still selected,
7612                 use summaryview->selected instead. Thanks to Colin.
7613
7614 2006-11-30 [paul]       2.6.0cvs70
7615
7616         * src/textview.c
7617                 give emphasis to "Sylpheed-Claws"
7618                 as well as "Claws Mail"
7619
7620 2006-11-30 [colin]      2.6.0cvs69
7621
7622         * src/wizard.c
7623                 Put the SSL checkboxes in the receiving
7624                 and sending server pages.
7625
7626 2006-11-29 [colin]      2.6.0cvs68
7627
7628         * src/gtk/gtkutils.c
7629         * src/gtk/gtkvscrollbutton.c
7630                 Revert some deprecated fixes - they seem to
7631                 deprecate stuff as soon as a new one gets out.
7632                 g_object_ref_sink needed glib-2.10.
7633
7634 2006-11-29 [colin]      2.6.0cvs67
7635
7636         * src/common/utils.c
7637                 Create .mailcap if it doesn't exist
7638
7639 2006-11-29 [colin]      2.6.0cvs66
7640
7641         * src/compose.c
7642                 Followup to cvs60: use original list
7643                 of recipients if replying to a mail
7644                 in Sent Drafts or Queue.
7645
7646 2006-11-27 [paul]       2.6.0cvs65
7647
7648         * src/image_viewer.c
7649                 revert the last change for now (it's broken)
7650
7651 2006-11-27 [paul]       2.6.0cvs64
7652
7653         * Makefile.am
7654         * configure.ac
7655         * m4/aclocal-include.m4
7656         * m4/check-type.m4
7657         * src/Makefile.am
7658         * src/addr_compl.c
7659         * src/compose.c
7660         * src/crash.c
7661         * src/export.c
7662         * src/exporthtml.c
7663         * src/exportldif.c
7664         * src/imap.c
7665         * src/import.c
7666         * src/main.c
7667         * src/main.h
7668         * src/matcher.c
7669         * src/mimeview.c
7670         * src/procmsg.c
7671         * src/textview.c
7672         * src/common/Makefile.am
7673         * src/common/claws.c
7674         * src/common/claws.h
7675         * src/common/ssl.c
7676         * src/common/sylpheed.c
7677         * src/common/sylpheed.h
7678         * src/etpan/Makefile.am
7679         * src/gtk/Makefile.am
7680         * src/gtk/claws-marshal.list
7681         * src/gtk/filesel.c
7682         * src/gtk/gtksctree.c
7683         * src/gtk/quicksearch.c
7684         * src/gtk/sylpheed-marshal.list
7685         * src/plugins/bogofilter/bogofilter.c
7686         * src/plugins/bogofilter/bogofilter_gtk.c
7687         * src/plugins/clamav/clamav_plugin.c
7688         * src/plugins/clamav/clamav_plugin_gtk.c
7689         * src/plugins/demo/demo.c
7690         * src/plugins/dillo_viewer/dillo_viewer.c
7691         * src/plugins/pgpcore/Makefile.am
7692         * src/plugins/pgpcore/claws.def
7693         * src/plugins/pgpcore/pgp_viewer.c
7694         * src/plugins/pgpcore/plugin.c
7695         * src/plugins/pgpcore/sylpheed.def
7696         * src/plugins/pgpinline/Makefile.am
7697         * src/plugins/pgpinline/claws.def
7698         * src/plugins/pgpinline/plugin.c
7699         * src/plugins/pgpinline/sylpheed.def
7700         * src/plugins/pgpmime/Makefile.am
7701         * src/plugins/pgpmime/claws.def
7702         * src/plugins/pgpmime/plugin.c
7703         * src/plugins/pgpmime/sylpheed.def
7704         * src/plugins/spamassassin/spamassassin.c
7705         * src/plugins/spamassassin/spamassassin_gtk.c
7706         * src/plugins/trayicon/trayicon.c
7707                 yet more renaming
7708                 remove deprecated gtk_tooltips_set_delay()
7709
7710 2006-11-26 [paul]       2.6.0cvs63
7711
7712         * src/expldifdlg.c
7713         * src/folderview.c
7714         * src/image_viewer.c
7715         * src/mainwindow.c
7716         * src/gtk/gtkutils.c
7717         * src/gtk/gtkvscrollbutton.c
7718         * src/gtk/prefswindow.c
7719         * src/plugins/pgpcore/prefs_gpg.c
7720                 replace more deprecated GTK+ functions
7721
7722 2006-11-26 [paul]       2.6.0cvs62
7723
7724         * src/addr_compl.c
7725         * src/addressbook.c
7726         * src/browseldap.c
7727                 replace deprecated gtk_idle_... functions
7728
7729 2006-11-26 [paul]       2.6.0cvs61
7730
7731         * src/compose.c
7732         * src/folderview.c
7733         * src/inc.c
7734         * src/summaryview.c
7735         * src/gtk/gtkvscrollbutton.c
7736         * src/gtk/quicksearch.c
7737         * src/plugins/pgpcore/passphrase.c
7738                 replace deprecated gtk_timeout_add and
7739                 gtk_timeout_remove
7740
7741 2006-11-26 [paul]       2.6.0cvs60
7742
7743         * src/compose.c
7744                 fix bug that caused the wrong recipient
7745                 to be selected when replying to a msg
7746                 which is From one of our accounts to
7747                 another of our accounts
7748
7749 2006-11-25 [paul]       2.6.0cvs59
7750
7751         * src/summaryview.c
7752                 don't change the From column title to
7753                 To if the To column is visible
7754
7755 2006-11-24 [paul]       2.6.0cvs58
7756
7757         * src/compose.c
7758                 fix bug 1069, 'Sent mails disappear, BCC
7759                 or locking problem?'
7760
7761 2006-11-21 [wwp]        2.6.0cvs57
7762
7763         * src/compose.c
7764                 fix spelling menu when replying (same as 2.3.1cvs39):
7765                 discrepancy between context menu and top menu when
7766                 folder's dictionary isn't the default one.
7767
7768 2006-11-19 [paul]       2.6.0cvs56
7769
7770         * src/summaryview.c
7771                 obey always_show_msg option when
7772                 marking as spam
7773         * src/plugins/bogofilter/bogofilter.c
7774                 fix typo
7775
7776 2006-11-18 [paul]       2.6.0cvs55
7777
7778         * AUTHORS
7779         * README
7780         * debian/copyright
7781         * manual/ack.xml
7782         * manual/es/ack.xml
7783         * manual/fr/ack.xml
7784         * manual/pl/ack.xml
7785         * src/gtk/authors.h
7786         * src/gtk/icon_legend.c
7787         * src/gtk/icon_legend.h
7788         * tools/OOo2claws-mail.pl
7789         * tools/README
7790         * tools/acroread2claws-mail.pl
7791         * tools/claws.i18n.status.pl
7792         * tools/filter_conv.pl
7793         * tools/filter_conv_new.pl
7794         * tools/freshmeat_search.pl
7795         * tools/google_search.pl
7796         * tools/kmail2claws-mail.pl
7797         * tools/kmail2claws-mail_v2.pl
7798         * tools/maildir2claws-mail.pl
7799         * tools/make.themes.project
7800         * tools/multiwebsearch.pl
7801         * tools/outlook2claws-mail.pl
7802         * tools/tb2claws-mail
7803         * tools/kdeservicemenu/README
7804         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7805                 update mine and wwp's email addresses in
7806                 several places
7807                 Patch by wwp
7808         * src/prefs_compose_writing.c
7809                 set sensitivity on 'new message format' frame
7810
7811 2006-11-17 [paul]       2.6.0cvs54
7812
7813         * src/gtk/about.c
7814                 more reworking of the GUI
7815                 Patch by Fabien Vantard
7816
7817 2006-11-16 [paul]       2.6.0cvs53
7818
7819         * src/gtk/about.c
7820                 set a minimum size for the window, allow
7821                 it to automatically expand as necessary
7822
7823 2006-11-16 [wwp]        2.6.0cvs52
7824
7825         * src/gtk/about.c
7826                 better wrap of copyright info on some systems.
7827
7828 2006-11-16 [paul]       2.6.0cvs51
7829
7830         * src/gtk/about.c
7831                 move the tech info from the upper panel
7832                 to the Info tab
7833                 use a gtk_text_view for the features tab
7834
7835 2006-11-16 [paul]       2.6.0cvs50
7836
7837         * po/Makevars
7838                 update my email address
7839         * src/addressbook.c
7840         * src/compose.c
7841         * src/imap_gtk.c
7842         * src/mh_gtk.c
7843         * src/news_gtk.c
7844         * src/summaryview.c
7845         * src/plugins/trayicon/trayicon.c
7846                 don't offer simple menu separators
7847                 for translation
7848         * src/folderview.c
7849                 add separator between 'mark all read'
7850                 and 'search folder'
7851
7852 2006-11-15 [wwp]        2.6.0cvs49
7853
7854         * src/gtk/authors.h
7855                 updated manuals authors.
7856
7857 2006-11-14 [paul]       2.6.0cvs48
7858
7859         * src/compose.c
7860                 Fix Options/Reply mode after draft save
7861
7862 2006-11-14 [paul]       2.6.0cvs47
7863
7864         * src/Makefile.am
7865                 Fix make DESTDIR=...
7866         * src/mbox.c
7867                 Optimise speed
7868         * src/plugins/pgpinline/pgpinline.c
7869                 Probably fix bug 1061
7870
7871 2006-11-14 [paul]       2.6.0cvs46
7872
7873         * po/Makevars
7874                 enable Q_ macro
7875         * src/Makefile.am
7876         * src/stock_pixmap.c
7877         * src/stock_pixmap.h
7878         * src/gtk/about.c
7879         * src/pixmaps/active.xpm
7880         * src/pixmaps/inactive.xpm
7881                 add a new page, 'Features', to the About dialog
7882                 showing which features are compiled in and which
7883                 are not
7884
7885 2006-11-14 [paul]       2.6.0cvs45
7886
7887         * po/ru.po
7888                 updated by Pavlo Bohmat
7889
7890 2006-11-14 [colin]      2.6.0cvs44
7891
7892         * src/compose.c
7893         * src/inc.c
7894         * src/messageview.c
7895         * src/news.c
7896         * src/pop.c
7897         * src/procmsg.c
7898         * src/gtk/gtkaspell.c
7899                 Fix 64-bit-related warnings
7900         * src/ssl_manager.c
7901                 Fix possible infinite loop
7902         * src/plugins/pgpcore/sgpgme.c
7903                 Remove useless check
7904
7905 2006-11-13 [colin]      2.6.0cvs43
7906
7907         * src/gtk/Makefile.am
7908                 authors.h isn't generated
7909
7910 2006-11-13 [colin]      2.6.0cvs42
7911
7912         * src/plugins/pgpinline/pgpinline.c
7913         * src/plugins/pgpmime/pgpmime.c
7914                 Very probably fix bug 1061, 'crash on 
7915                 opening signed email'. Another cast
7916                 problem
7917
7918 2006-11-13 [colin]      2.6.0cvs41
7919
7920         * src/plugins/pgpcore/sgpgme.c
7921                 Maybe fix bug 1061, 'crash on opening 
7922                 signed email'
7923
7924 2006-11-13 [wwp]        2.6.0cvs40
7925
7926         * src/plugins/pgpinline/pgpinline.c
7927                 fix candidate for bug #1057, thanks to Colin.
7928
7929 2006-11-13 [wwp]        2.6.0cvs39
7930
7931         * src/compose.c
7932         * src/quote_fmt_parse.y
7933                 fix bug 1052: current parser buffer was not always 
7934                 allocated, ptr to this buffer could be returned as 
7935                 NULL whereas no parser error has occurred. in 
7936                 consequence, defining a template body as "%d" 
7937                 (w/o the quotes) for the first time of the instance 
7938                 of claws-mail, was reporting a parser error. make 
7939                 sure that the buffer is always allocated, even to 
7940                 an empty string.
7941                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7942                 unescaping of the fmt string was always done 
7943                 whereas it must be done *only* when receiving 
7944                 quote format strings issued from the prefs 
7945                 (compose new message, reply, forward, redirect 
7946                 formats), *not* when applying templates.  in 
7947                 consequences, applying templates w/ sequences 
7948                 like \\|p{echo} were failing. make sure that 
7949                 unescaping is done only when necessary.
7950
7951 2006-11-12 [colin]      2.6.0cvs38
7952
7953         * po/de.po
7954                 Fix typo (s/KB/MB)
7955
7956 2006-11-12 [colin]      2.6.0cvs37
7957
7958         * src/plugins/pgpinline/pgpinline.c
7959         * src/plugins/pgpmime/pgpmime.c
7960                 Release GPG context at the latest 
7961                 possible moment. Maybe fixes 
7962                 bug 1057, 'crash on sending signed 
7963                 message to a newsgroup'
7964                 
7965
7966 2006-11-12 [colin]      2.6.0cvs36
7967
7968         * src/plugins/pgpcore/sgpgme.c
7969                 Tell a bit more when gpg's status doesn't
7970                 contain any signature
7971
7972 2006-11-12 [colin]      2.6.0cvs35
7973
7974         * src/compose.c
7975                 Fix bug 1060, 'compilation error with 
7976                 Irix's cc'
7977
7978 2006-11-12 [paul]       2.6.0cvs34
7979
7980         * doc/man/claws-mail.1
7981         * src/prefs_gtk.c
7982         * src/plugins/clamav/README
7983         * src/plugins/spamassassin/README
7984         * tools/README
7985         * tools/freshmeat_search.pl
7986         * tools/google_search.pl
7987         * tools/multiwebsearch.pl
7988                 more renaming
7989         * src/plugins/trayicon/trayicon.c
7990                 fix compiliation warning
7991
7992 2006-11-11 [colin]      2.6.0cvs33
7993
7994         * src/folderview.c
7995                 Forbid drag and drop from/to different
7996                 folders of type F_UNKNOWN
7997
7998 2006-11-11 [colin]      2.6.0cvs32
7999
8000         * src/plugins/pgpinline/pgpinline.c
8001                 Fix typo in previous commit:
8002                 - gpgme_new(&ctx);
8003                 + if ((err = gpgme_new(&data->ctx)) ...)
8004
8005 2006-11-11 [colin]      2.6.0cvs31
8006
8007         * src/plugins/pgpinline/pgpinline.c
8008         * src/plugins/pgpmime/pgpmime.c
8009                 Check success after calling gpgme_new
8010                 Maybe fixes bug 1057, 'crash on sending 
8011                 signed message to a newsgroup'
8012
8013 2006-11-11 [colin]      2.6.0cvs30
8014
8015         * src/undo.c
8016                 init undostruct to 0s (from
8017                 valgrind log of bug 1057)
8018
8019 2006-11-10 [colin]      2.6.0cvs29
8020
8021         * src/mainwindow.c
8022                 Set cursor to wait before filtering
8023                 duplicates in all folders
8024         * src/plugins/bogofilter/bogofilter.c
8025         * src/plugins/bogofilter/bogofilter.h
8026         * src/plugins/bogofilter/bogofilter_gtk.c
8027                 Completely thread away the bogofilter
8028                 filtering
8029
8030 2006-11-10 [mones]      2.6.0cvs28
8031
8032         * src/compose.c
8033         * src/compose.h
8034                 added COMPOSE_CHECK_BEFORE_SEND hook
8035
8036 2006-11-10 [paul]       2.6.0cvs27
8037
8038         * src/crash.c
8039                 more renaming
8040                 add libSM to get_compiled_in_features()
8041         * src/main.c
8042                 more renaming
8043
8044 2006-11-10 [colin]      2.6.0cvs26
8045
8046         * src/etpan/imap-thread.c
8047                 Add a reference to libetpan's sasl engine
8048                 so that sasl_done() doesn't get called by
8049                 libetpan, and doesn't break openssl.
8050                 Should fix bug 1053, 'SC fails to reestablish 
8051                 a secure connection'
8052                 Patch by Hoa
8053
8054 2006-11-10 [colin]      2.6.0cvs25
8055
8056         * manual/addrbook.xml
8057         * manual/advanced.xml
8058         * manual/faq.xml
8059         * manual/intro.xml
8060                 Some more renaming
8061
8062 2006-11-09 [colin]      2.6.0cvs24
8063
8064         * src/plugins/bogofilter/bogofilter_gtk.c
8065                 Add comment about annoyance
8066
8067 2006-11-09 [colin]      2.6.0cvs23
8068
8069         * src/plugins/bogofilter/bogofilter.c
8070         * src/plugins/bogofilter/bogofilter_gtk.c
8071                 Prepare things needed to thread bogofilter
8072                 filtering: separate bogo stuff and possible GUI
8073                 stuff. 
8074
8075 2006-11-09 [colin]      2.6.0cvs22
8076
8077         * src/account.c
8078         * src/compose.c
8079                 Search for one of our accounts in Delivered-To
8080                 (helps for auto-account selection when 
8081                  replying/forwarding)
8082         * src/folderview.c
8083         * src/mainwindow.c
8084         * src/mainwindow.h
8085         * src/plugins/trayicon/trayicon.c
8086                 Allow opening a new mail with any account from
8087                 the contextual menu
8088
8089 2006-11-09 [wwp]        2.6.0cvs21
8090
8091         * src/compose.c
8092         * src/prefs_common.c
8093         * src/prefs_common.h
8094         * src/prefs_compose_writing.c
8095                 add a compose new message format (in prefs/compose/writing), it's a
8096                 simple subject+body template to use when opening a new composition
8097                 window. It's similar to the existent reply and forward formats.
8098
8099                 enhanced the template/format % symbols substitution mechanism to
8100                 use current composition window information when % are used in
8101                 the compose new message format or in templates applied to new
8102                 messages (there were useless in that situations before). When
8103                 applied to new messages, %d corresponds to the system time/date.
8104
8105 2006-11-09 [paul]       2.6.0cvs20
8106
8107         * src/gtk/authors.h
8108                 fix last commit
8109
8110 2006-11-09 [paul]       2.6.0cvs19
8111
8112         * src/gtk/authors.h
8113                 keep tje alphabetical order
8114
8115 2006-11-08 [colin]      2.6.0cvs18
8116
8117         * src/etpan/imap-thread.c
8118                 Fix bug 1054, 'Slowness logging big 
8119                 data chunks'
8120
8121 2006-11-08 [paul]       2.6.0cvs17
8122
8123         * tools/Makefile.am
8124                 fix the renaming
8125
8126 2006-11-08 [paul]       2.6.0cvs16
8127
8128         * src/common/defs.h
8129                 update BUGZILLA_URI
8130
8131 2006-11-08 [paul]       2.6.0cvs15
8132
8133         * tools/Makefile.am
8134         * tools/OOo2claws-mail.pl
8135         * tools/OOo2sylpheed.pl
8136         * tools/README
8137         * tools/acroread2claws-mail.pl
8138         * tools/acroread2sylpheed.pl
8139         * tools/kmail2claws-mail.pl
8140         * tools/kmail2claws-mail_v2.pl
8141         * tools/kmail2sylpheed.pl
8142         * tools/kmail2sylpheed_v2.pl
8143         * tools/maildir2claws-mail.pl
8144         * tools/maildir2sylpheed.pl
8145         * tools/nautilus2claws-mail.sh
8146         * tools/nautilus2sylpheed.sh
8147         * tools/outlook2claws-mail.pl
8148         * tools/outlook2sylpheed.pl
8149         * tools/tb2claws-mail
8150         * tools/tb2sylpheed
8151         * tools/tbird2claws.py
8152         * tools/tbird2syl.py
8153         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8154         * tools/kdeservicemenu/install.sh
8155         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8156         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8157         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8158         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8159         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8160                 renamed (removed, added) tools files
8161
8162 2006-11-08 [paul]       2.6.0cvs14
8163
8164         * src/main.c
8165         * src/common/defs.h
8166                 Migrate sylpheedrc to clawsrc, and fix the standard
8167                 plugins path in the process
8168
8169 2006-11-07 [colin]      2.6.0cvs13
8170
8171         * src/Makefile.am
8172                 Symlink sylpheed-claws relative to 
8173                 claws-mail
8174
8175 2006-11-07 [colin]      2.6.0cvs12
8176
8177         * src/compose.c
8178                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8179
8180 2006-11-07 [paul]       2.6.0cvs11
8181
8182         * src/gtk/about.c
8183                 Fix a missed occurence of
8184                 Sylpheed-Claws
8185
8186 2006-11-07 [paul]       2.6.0cvs10
8187
8188         * src/Makefile.am
8189                 Fix symlink installation
8190
8191 2006-11-07 [paul]       2.6.0cvs9
8192
8193         * src/Makefile.am
8194                 Symlink claws-mail to sylpheed-claws
8195         * src/common/utils.c
8196                 Fix migrating symlinks
8197         * src/etpan/imap-thread.c
8198                 check certificate only when there's
8199                 no error
8200
8201 2006-11-07 [paul]       2.6.0cvs8
8202
8203         * Makefile.am
8204                 Fix icon breakages with Gtk, which needs a 
8205                 cache updated to see them.
8206
8207 2006-11-07 [paul]       2.6.0cvs7
8208
8209         * .cvsignore
8210         * AUTHORS
8211         * COPYING
8212         * INSTALL
8213         * Makefile.am
8214         * NEWS
8215         * README
8216         * RELEASE_NOTES
8217         * autogen.sh
8218         * claws-mail-128x128.png
8219         * claws-mail-64x64.png
8220         * claws-mail.ico
8221         * claws-mail.pc.in
8222         * claws-mail.png
8223         * configure.ac
8224         * sylpheed-claws-128x128.png
8225         * sylpheed-claws-64x64.png
8226         * sylpheed-claws.desktop
8227         * sylpheed-claws.ico
8228         * sylpheed-claws.pc.in
8229         * sylpheed-claws.png
8230         * debian/README.Debian
8231         * debian/changelog
8232         * debian/claws-mail.desktop
8233         * debian/claws-mail.menu
8234         * debian/claws-mail.postinst.debhelper
8235         * debian/claws-mail.postrm.debhelper
8236         * debian/control
8237         * debian/copyright
8238         * debian/files
8239         * debian/rules
8240         * debian/sylpheed-claws.desktop
8241         * debian/sylpheed-claws.menu
8242         * debian/sylpheed-claws.postinst.debhelper
8243         * debian/sylpheed-claws.postrm.debhelper
8244         * doc/man/Makefile.am
8245         * doc/man/claws-mail.1
8246         * doc/man/sylpheed-claws.1
8247         * doc/src/ChangeLog.claws-pre0.8.0
8248         * manual/Makefile.am
8249         * manual/account.xml
8250         * manual/ack.xml
8251         * manual/addrbook.xml
8252         * manual/advanced.xml
8253         * manual/claws-mail-manual.xml
8254         * manual/faq.xml
8255         * manual/glossary.xml
8256         * manual/handling.xml
8257         * manual/intro.xml
8258         * manual/keyboard.xml
8259         * manual/plugins.xml
8260         * manual/starting.xml
8261         * manual/sylpheed-claws-manual.xml
8262         * manual/xml2pdf
8263         * manual/dist/.cvsignore
8264         * manual/dist/html/.cvsignore
8265         * manual/dist/html/Makefile.am
8266         * manual/dist/pdf/.cvsignore
8267         * manual/dist/pdf/Makefile.am
8268         * manual/dist/ps/.cvsignore
8269         * manual/dist/ps/Makefile.am
8270         * manual/dist/txt/.cvsignore
8271         * manual/dist/txt/Makefile.am
8272         * manual/es/Makefile.am
8273         * manual/es/advanced.xml
8274         * manual/es/claws-mail-manual.xml
8275         * manual/es/faq.xml
8276         * manual/es/glossary.xml
8277         * manual/es/handling.xml
8278         * manual/es/intro.xml
8279         * manual/es/plugins.xml
8280         * manual/es/sylpheed-claws-manual.xml
8281         * manual/es/dist/.cvsignore
8282         * manual/es/dist/html/.cvsignore
8283         * manual/es/dist/html/Makefile.am
8284         * manual/es/dist/pdf/.cvsignore
8285         * manual/es/dist/pdf/Makefile.am
8286         * manual/es/dist/ps/.cvsignore
8287         * manual/es/dist/ps/Makefile.am
8288         * manual/es/dist/txt/.cvsignore
8289         * manual/es/dist/txt/Makefile.am
8290         * manual/fr/Makefile.am
8291         * manual/fr/account.xml
8292         * manual/fr/ack.xml
8293         * manual/fr/addrbook.xml
8294         * manual/fr/advanced.xml
8295         * manual/fr/claws-mail-manual.xml
8296         * manual/fr/faq.xml
8297         * manual/fr/glossary.xml
8298         * manual/fr/handling.xml
8299         * manual/fr/intro.xml
8300         * manual/fr/keyboard.xml
8301         * manual/fr/plugins.xml
8302         * manual/fr/starting.xml
8303         * manual/fr/sylpheed-claws-manual.xml
8304         * manual/fr/dist/.cvsignore
8305         * manual/fr/dist/html/.cvsignore
8306         * manual/fr/dist/html/Makefile.am
8307         * manual/fr/dist/pdf/.cvsignore
8308         * manual/fr/dist/pdf/Makefile.am
8309         * manual/fr/dist/ps/.cvsignore
8310         * manual/fr/dist/ps/Makefile.am
8311         * manual/fr/dist/txt/.cvsignore
8312         * manual/fr/dist/txt/Makefile.am
8313         * manual/pl/Makefile.am
8314         * manual/pl/account.xml
8315         * manual/pl/ack.xml
8316         * manual/pl/addrbook.xml
8317         * manual/pl/advanced.xml
8318         * manual/pl/claws-mail-manual.xml
8319         * manual/pl/faq.xml
8320         * manual/pl/glossary.xml
8321         * manual/pl/handling.xml
8322         * manual/pl/intro.xml
8323         * manual/pl/keyboard.xml
8324         * manual/pl/plugins.xml
8325         * manual/pl/starting.xml
8326         * manual/pl/sylpheed-claws-manual.xml
8327         * manual/pl/dist/.cvsignore
8328         * manual/pl/dist/html/.cvsignore
8329         * manual/pl/dist/html/Makefile.am
8330         * manual/pl/dist/pdf/.cvsignore
8331         * manual/pl/dist/pdf/Makefile.am
8332         * manual/pl/dist/ps/.cvsignore
8333         * manual/pl/dist/ps/Makefile.am
8334         * manual/pl/dist/txt/.cvsignore
8335         * manual/pl/dist/txt/Makefile.am
8336         * po/.cvsignore
8337         * po/Makevars
8338         * src/.cvsignore
8339         * src/Makefile.am
8340         * src/account.c
8341         * src/account.h
8342         * src/action.c
8343         * src/action.h
8344         * src/adbookbase.h
8345         * src/addr_compl.c
8346         * src/addr_compl.h
8347         * src/addrbook.c
8348         * src/addrcache.c
8349         * src/addrcache.h
8350         * src/addrcindex.c
8351         * src/addrcindex.h
8352         * src/addrclip.c
8353         * src/addrclip.h
8354         * src/addrdefs.h
8355         * src/addressadd.c
8356         * src/addressadd.h
8357         * src/addressbook.c
8358         * src/addressbook.h
8359         * src/addressbook_foldersel.c
8360         * src/addressbook_foldersel.h
8361         * src/addrgather.c
8362         * src/addrgather.h
8363         * src/addrharvest.c
8364         * src/addrharvest.h
8365         * src/addrindex.c
8366         * src/addrindex.h
8367         * src/addritem.c
8368         * src/addritem.h
8369         * src/addrquery.c
8370         * src/addrquery.h
8371         * src/addrselect.c
8372         * src/addrselect.h
8373         * src/alertpanel.c
8374         * src/alertpanel.h
8375         * src/browseldap.c
8376         * src/browseldap.h
8377         * src/codeconv.c
8378         * src/codeconv.h
8379         * src/compose.c
8380         * src/crash.c
8381         * src/crash.h
8382         * src/customheader.c
8383         * src/customheader.h
8384         * src/displayheader.c
8385         * src/displayheader.h
8386         * src/editaddress.c
8387         * src/editaddress.h
8388         * src/editbook.c
8389         * src/editbook.h
8390         * src/editgroup.c
8391         * src/editgroup.h
8392         * src/editjpilot.c
8393         * src/editjpilot.h
8394         * src/editldap.c
8395         * src/editldap.h
8396         * src/editldap_basedn.c
8397         * src/editldap_basedn.h
8398         * src/editvcard.c
8399         * src/editvcard.h
8400         * src/exphtmldlg.c
8401         * src/exphtmldlg.h
8402         * src/expldifdlg.c
8403         * src/expldifdlg.h
8404         * src/export.c
8405         * src/exporthtml.c
8406         * src/exporthtml.h
8407         * src/exportldif.c
8408         * src/exportldif.h
8409         * src/filtering.c
8410         * src/filtering.h
8411         * src/folder.c
8412         * src/folder.h
8413         * src/folder_item_prefs.c
8414         * src/folder_item_prefs.h
8415         * src/foldersel.c
8416         * src/foldersel.h
8417         * src/folderutils.c
8418         * src/folderutils.h
8419         * src/folderview.c
8420         * src/folderview.h
8421         * src/grouplistdialog.c
8422         * src/grouplistdialog.h
8423         * src/html.c
8424         * src/html.h
8425         * src/image_viewer.c
8426         * src/image_viewer.h
8427         * src/imap.c
8428         * src/imap.h
8429         * src/imap_gtk.c
8430         * src/imap_gtk.h
8431         * src/import.c
8432         * src/import.h
8433         * src/importldif.c
8434         * src/importldif.h
8435         * src/importmutt.c
8436         * src/importmutt.h
8437         * src/importpine.c
8438         * src/importpine.h
8439         * src/inc.c
8440         * src/inc.h
8441         * src/jpilot.c
8442         * src/jpilot.h
8443         * src/ldapctrl.c
8444         * src/ldapctrl.h
8445         * src/ldaplocate.c
8446         * src/ldaplocate.h
8447         * src/ldapquery.c
8448         * src/ldapquery.h
8449         * src/ldapserver.c
8450         * src/ldapserver.h
8451         * src/ldaputil.c
8452         * src/ldaputil.h
8453         * src/ldif.c
8454         * src/ldif.h
8455         * src/localfolder.c
8456         * src/localfolder.h
8457         * src/main.c
8458         * src/main.h
8459         * src/mainwindow.c
8460         * src/mainwindow.h
8461         * src/manual.c
8462         * src/manual.h
8463         * src/matcher.c
8464         * src/matcher.h
8465         * src/matcher_parser.h
8466         * src/matcher_parser_lex.l
8467         * src/matcher_parser_parse.y
8468         * src/mbox.c
8469         * src/mbox.h
8470         * src/message_search.c
8471         * src/message_search.h
8472         * src/messageview.c
8473         * src/messageview.h
8474         * src/mh.c
8475         * src/mh.h
8476         * src/mh_gtk.c
8477         * src/mh_gtk.h
8478         * src/mimeview.c
8479         * src/mimeview.h
8480         * src/msgcache.c
8481         * src/msgcache.h
8482         * src/mutt.c
8483         * src/mutt.h
8484         * src/news.c
8485         * src/news.h
8486         * src/news_gtk.c
8487         * src/news_gtk.h
8488         * src/noticeview.c
8489         * src/noticeview.h
8490         * src/partial_download.c
8491         * src/partial_download.h
8492         * src/pine.c
8493         * src/pine.h
8494         * src/pop.c
8495         * src/pop.h
8496         * src/prefs_account.c
8497         * src/prefs_account.h
8498         * src/prefs_actions.c
8499         * src/prefs_actions.h
8500         * src/prefs_common.c
8501         * src/prefs_common.h
8502         * src/prefs_compose_writing.c
8503         * src/prefs_compose_writing.h
8504         * src/prefs_customheader.c
8505         * src/prefs_customheader.h
8506         * src/prefs_display_header.c
8507         * src/prefs_display_header.h
8508         * src/prefs_ext_prog.c
8509         * src/prefs_ext_prog.h
8510         * src/prefs_filtering.c
8511         * src/prefs_folder_column.c
8512         * src/prefs_folder_column.h
8513         * src/prefs_folder_item.c
8514         * src/prefs_folder_item.h
8515         * src/prefs_fonts.c
8516         * src/prefs_fonts.h
8517         * src/prefs_gtk.c
8518         * src/prefs_gtk.h
8519         * src/prefs_image_viewer.c
8520         * src/prefs_image_viewer.h
8521         * src/prefs_matcher.c
8522         * src/prefs_matcher.h
8523         * src/prefs_message.c
8524         * src/prefs_message.h
8525         * src/prefs_msg_colors.c
8526         * src/prefs_msg_colors.h
8527         * src/prefs_other.c
8528         * src/prefs_other.h
8529         * src/prefs_quote.c
8530         * src/prefs_quote.h
8531         * src/prefs_receive.c
8532         * src/prefs_receive.h
8533         * src/prefs_send.c
8534         * src/prefs_send.h
8535         * src/prefs_spelling.c
8536         * src/prefs_spelling.h
8537         * src/prefs_summaries.c
8538         * src/prefs_summaries.h
8539         * src/prefs_summary_column.c
8540         * src/prefs_summary_column.h
8541         * src/prefs_template.c
8542         * src/prefs_template.h
8543         * src/prefs_themes.c
8544         * src/prefs_themes.h
8545         * src/prefs_toolbar.c
8546         * src/prefs_toolbar.h
8547         * src/prefs_wrapping.c
8548         * src/prefs_wrapping.h
8549         * src/privacy.c
8550         * src/privacy.h
8551         * src/procheader.c
8552         * src/procheader.h
8553         * src/procmime.c
8554         * src/procmime.h
8555         * src/procmsg.c
8556         * src/procmsg.h
8557         * src/quote_fmt.c
8558         * src/quote_fmt_parse.y
8559         * src/recv.c
8560         * src/recv.h
8561         * src/remotefolder.c
8562         * src/remotefolder.h
8563         * src/send_message.c
8564         * src/send_message.h
8565         * src/setup.c
8566         * src/setup.h
8567         * src/sourcewindow.c
8568         * src/sourcewindow.h
8569         * src/ssl_manager.c
8570         * src/ssl_manager.h
8571         * src/statusbar.c
8572         * src/statusbar.h
8573         * src/stock_pixmap.c
8574         * src/stock_pixmap.h
8575         * src/summary_search.c
8576         * src/summary_search.h
8577         * src/summaryview.c
8578         * src/summaryview.h
8579         * src/syldap.c
8580         * src/syldap.h
8581         * src/textview.c
8582         * src/textview.h
8583         * src/toolbar.c
8584         * src/toolbar.h
8585         * src/undo.c
8586         * src/undo.h
8587         * src/unmime.c
8588         * src/unmime.h
8589         * src/vcard.c
8590         * src/vcard.h
8591         * src/wizard.c
8592         * src/wizard.h
8593         * src/common/base64.c
8594         * src/common/base64.h
8595         * src/common/defs.h
8596         * src/common/hooks.c
8597         * src/common/hooks.h
8598         * src/common/log.c
8599         * src/common/log.h
8600         * src/common/mgutils.c
8601         * src/common/mgutils.h
8602         * src/common/nntp.c
8603         * src/common/nntp.h
8604         * src/common/passcrypt.c
8605         * src/common/passcrypt.h.in
8606         * src/common/plugin.c
8607         * src/common/plugin.h
8608         * src/common/prefs.c
8609         * src/common/prefs.h
8610         * src/common/progressindicator.c
8611         * src/common/progressindicator.h
8612         * src/common/quoted-printable.c
8613         * src/common/quoted-printable.h
8614         * src/common/session.c
8615         * src/common/session.h
8616         * src/common/smtp.c
8617         * src/common/smtp.h
8618         * src/common/socket.c
8619         * src/common/socket.h
8620         * src/common/ssl.c
8621         * src/common/ssl.h
8622         * src/common/stringtable.c
8623         * src/common/stringtable.h
8624         * src/common/sylpheed.c
8625         * src/common/sylpheed.h
8626         * src/common/template.c
8627         * src/common/template.h
8628         * src/common/timing.h
8629         * src/common/utils.c
8630         * src/common/utils.h
8631         * src/common/version.h.in
8632         * src/common/xml.c
8633         * src/common/xml.h
8634         * src/common/xmlprops.c
8635         * src/common/xmlprops.h
8636         * src/gtk/about.c
8637         * src/gtk/colorlabel.c
8638         * src/gtk/colorlabel.h
8639         * src/gtk/colorsel.c
8640         * src/gtk/colorsel.h
8641         * src/gtk/combobox.c
8642         * src/gtk/combobox.h
8643         * src/gtk/description_window.c
8644         * src/gtk/description_window.h
8645         * src/gtk/filesel.c
8646         * src/gtk/filesel.h
8647         * src/gtk/foldersort.c
8648         * src/gtk/foldersort.h
8649         * src/gtk/gtkaspell.c
8650         * src/gtk/gtkaspell.h
8651         * src/gtk/gtksctree.c
8652         * src/gtk/gtkshruler.c
8653         * src/gtk/gtkshruler.h
8654         * src/gtk/gtkutils.c
8655         * src/gtk/gtkutils.h
8656         * src/gtk/icon_legend.c
8657         * src/gtk/icon_legend.h
8658         * src/gtk/logwindow.c
8659         * src/gtk/logwindow.h
8660         * src/gtk/manage_window.c
8661         * src/gtk/manage_window.h
8662         * src/gtk/pluginwindow.c
8663         * src/gtk/pluginwindow.h
8664         * src/gtk/prefswindow.c
8665         * src/gtk/prefswindow.h
8666         * src/gtk/quicksearch.c
8667         * src/gtk/quicksearch.h
8668         * src/pixmaps/claws-mail.xpm
8669         * src/pixmaps/claws-mail_icon.xpm
8670         * src/pixmaps/claws-mail_logo.xpm
8671         * src/pixmaps/sylpheed-claws.xpm
8672         * src/pixmaps/sylpheed-claws_icon.xpm
8673         * src/pixmaps/sylpheed-claws_logo.xpm
8674         * src/plugins/bogofilter/Makefile.am
8675         * src/plugins/bogofilter/bogofilter.c
8676         * src/plugins/bogofilter/bogofilter.h
8677         * src/plugins/bogofilter/bogofilter_gtk.c
8678         * src/plugins/clamav/Makefile.am
8679         * src/plugins/clamav/clamav_plugin.c
8680         * src/plugins/clamav/clamav_plugin.h
8681         * src/plugins/clamav/clamav_plugin_gtk.c
8682         * src/plugins/demo/Makefile.am
8683         * src/plugins/demo/demo.c
8684         * src/plugins/dillo_viewer/Makefile.am
8685         * src/plugins/dillo_viewer/README
8686         * src/plugins/dillo_viewer/dillo_prefs.c
8687         * src/plugins/dillo_viewer/dillo_prefs.h
8688         * src/plugins/dillo_viewer/dillo_viewer.c
8689         * src/plugins/pgpcore/Makefile.am
8690         * src/plugins/pgpcore/passphrase.c
8691         * src/plugins/pgpcore/passphrase.h
8692         * src/plugins/pgpcore/pgp_viewer.c
8693         * src/plugins/pgpcore/pgp_viewer.h
8694         * src/plugins/pgpcore/plugin.c
8695         * src/plugins/pgpcore/prefs_gpg.c
8696         * src/plugins/pgpcore/prefs_gpg.h
8697         * src/plugins/pgpcore/select-keys.c
8698         * src/plugins/pgpcore/select-keys.h
8699         * src/plugins/pgpcore/sgpgme.c
8700         * src/plugins/pgpcore/sgpgme.h
8701         * src/plugins/pgpcore/sylpheed.def
8702         * src/plugins/pgpcore/version.rc
8703         * src/plugins/pgpinline/Makefile.am
8704         * src/plugins/pgpinline/pgpinline.c
8705         * src/plugins/pgpinline/pgpinline.h
8706         * src/plugins/pgpinline/plugin.c
8707         * src/plugins/pgpinline/sylpheed.def
8708         * src/plugins/pgpinline/version.rc
8709         * src/plugins/pgpmime/Makefile.am
8710         * src/plugins/pgpmime/pgpmime.c
8711         * src/plugins/pgpmime/pgpmime.h
8712         * src/plugins/pgpmime/plugin.c
8713         * src/plugins/pgpmime/sylpheed.def
8714         * src/plugins/pgpmime/version.rc
8715         * src/plugins/spamassassin/Makefile.am
8716         * src/plugins/spamassassin/README
8717         * src/plugins/spamassassin/spamassassin.c
8718         * src/plugins/spamassassin/spamassassin.h
8719         * src/plugins/spamassassin/spamassassin_gtk.c
8720         * src/plugins/trayicon/Makefile.am
8721         * src/plugins/trayicon/trayicon.c
8722         * tools/OOo2sylpheed.pl
8723         * tools/README
8724         * tools/README.sylprint
8725         * tools/acroread2sylpheed.pl
8726         * tools/claws.i18n.status.pl
8727         * tools/filter_conv.pl
8728         * tools/filter_conv_new.pl
8729         * tools/freshmeat_search.pl
8730         * tools/google_search.pl
8731         * tools/kmail2sylpheed.pl
8732         * tools/kmail2sylpheed_v2.pl
8733         * tools/make.themes.project
8734         * tools/multiwebsearch.pl
8735         * tools/nautilus2sylpheed.sh
8736         * tools/outlook2sylpheed.pl
8737         * tools/sylprint.pl
8738         * tools/sylprint.rc
8739         * tools/tb2sylpheed
8740         * tools/textviewer.sh
8741         * tools/vcard2xml.py
8742         * tools/kdeservicemenu/README
8743         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8744         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8745         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8746                 Change name to Claws Mail. Announce to follow...
8747
8748 2006-11-06 [wwp]        2.6.0cvs6
8749
8750         * src/prefs_template.c
8751                 unify messages related to quote format/template errors (fix
8752                 capitalization), again.
8753
8754 2006-11-06 [wwp]        2.6.0cvs5
8755
8756         * src/prefs_quote.c
8757                 unify messages related to quote format/template errors.
8758
8759 2006-11-06 [wwp]        2.6.0cvs4
8760
8761         * src/prefs_msg_colors.c
8762                 more uses of Q_ macro for contextual translations, thanks
8763                 to Fabien (fzzzzz).
8764
8765 2006-11-06 [wwp]        2.6.0cvs3
8766
8767         * src/compose.c
8768         * src/common/utils.c
8769         * src/common/utils.h
8770                 show an alertpanel to make sure users are aware that sensitive
8771                 files are attached (it's file blacklist-based). This will fix
8772                 interaction w/ GoogleEarth for instance, thanks to Colin.
8773
8774 2006-11-06 [wwp]        2.6.0cvs2
8775
8776         * src/prefs_quote.c
8777         * src/prefs_template.c
8778         * src/prefs_template.h
8779                 check quote format when applying/closing prefs. For now this only
8780                 shows up an error dialog box, not preventing the user from using
8781                 a broken quote (reply, forwards) format.
8782
8783 2006-11-06 [wwp]        2.6.0cvs1
8784
8785         * src/prefs_template.c
8786                 fix missing checks of some template fields.
8787
8788 2006-11-06 [paul]       2.6.0
8789
8790         * NEWS
8791         * README
8792         * RELEASE_NOTES
8793                 2.6.0 released
8794
8795 2006-11-06 [paul]       2.5.6cvs22
8796
8797         * manual/advanced.xml
8798         * manual/es/advanced.xml
8799                 put 'respect_flowed_format' info in the correct
8800                 place
8801
8802 2006-11-06 [mones]      2.5.6cvs21
8803
8804         * po/es.po
8805                 Minor fixes for release
8806
8807 2006-11-06 [paul]       2.5.6cvs20
8808
8809         * po/cs.po
8810         * po/de.po
8811         * po/fr.po
8812         * po/it.po
8813         * po/nl.po
8814         * po/pt_BR.po
8815         * po/sk.po
8816         * po/sv.po
8817         * po/zh_CN.po
8818                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8819                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8820                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8821                 Young
8822
8823 2006-11-02 [colin]      2.5.6cvs19
8824
8825         * src/imap.c
8826         * src/imap.h
8827         * src/prefs_account.c
8828         * src/etpan/imap-thread.c
8829                 Add GSSAPI support - fixes Debian bug #383274
8830
8831 2006-11-01 [colin]      2.5.6cvs18
8832
8833         * src/jpilot.c
8834                 Handle libpisock12 support. Probably
8835                 fixes bug 1046, 'jpilot AddressDB.pdb 
8836                 import fail'
8837
8838 2006-11-01 [colin]      2.5.6cvs17
8839
8840         * src/folderutils.c
8841                 debug_print() folderutils_mark_all_read()
8842
8843 2006-11-01 [colin]      2.5.6cvs16
8844
8845         * COPYING
8846                 Add missed files to the Apache exception
8847
8848 2006-10-31 [colin]      2.5.6cvs15
8849
8850         * src/folder.c
8851         * src/folder.h
8852                 Add a copy_private_data() func to FolderClasses
8853                 Doesn't break the feature freeze, because we 
8854                 won't use it (right now) in the core.
8855
8856 2006-10-31 [colin]      2.5.6cvs14
8857
8858         * COPYING
8859                 Allow linking with the Apache licensed files in
8860                 src/plugins/spamassassin. Hopefully fixes 
8861                 bug 1048, 'Spamassassin plugin license problem'
8862
8863 2006-10-31 [wwp]        2.5.6cvs13
8864
8865         * src/compose.c
8866                 fix and optimize trimming of leading linefeeds in body loop.
8867
8868 2006-10-31 [colin]      2.5.6cvs12
8869
8870         * src/etpan/imap-thread.c
8871         * src/imap.c
8872                 Make really sure to have NULL sets in case
8873                 of error
8874
8875 2006-10-30 [wwp]        2.5.6cvs11
8876
8877         * src/prefs_common.c
8878         * src/prefs_common.h
8879         * src/compose.c
8880                 fix broken storage of quote format template when it contains \-escape
8881                 sequences. The application of such sequences is also fixed now (\t
8882                 in quote format will be a real tab instead of a 't', for instance).
8883
8884 2006-10-27 [colin]      2.5.6cvs10
8885
8886         * src/compose.c
8887                 Probably fix bug 1045, 'sylpheed-claws 
8888                 doesn't remove the mail from the IMAP 
8889                 Queue folder after sending'. From
8890                 2.5.6cvs3-stable
8891
8892 2006-10-27 [colin]      2.5.6cvs9
8893
8894         * configure.ac
8895                 Require libetpan-0.48. I'm so annoying,
8896                 I know ;-)
8897
8898 2006-10-27 [colin]      2.5.6cvs8
8899
8900         * src/folder.c
8901         * src/imap.c
8902                 Probably fix bug 1044, 'sylpheed-claws 
8903                 segfaults while moving mails' - Fix relation
8904                 usage when moving to an IMAP mailbox from another
8905                 mailbox
8906
8907 2006-10-26 [paul]       2.5.6cvs7
8908
8909         * src/gtk/about.c
8910                 add libSM to compiled-in features
8911                 list
8912
8913 2006-10-24 [colin]      2.5.6cvs6
8914
8915         * src/textview.c
8916         * src/gtk/gtkutils.c
8917                 Fix crash when printing emails with an
8918                 xface
8919
8920 2006-10-24 [mones]      2.5.6cvs5
8921
8922         * manual/es/advanced.xml
8923                 Synchronize hidden option respect_flowed_format
8924         * po/es.po
8925                 Updated translation
8926
8927 2006-10-21 [paul]       2.5.6cvs4
8928
8929         * src/gtk/authors.h
8930         * src/plugins/pgpcore/pgp_viewer.c
8931         * src/plugins/pgpcore/sgpgme.c
8932                 fix building on BSDs
8933                 Thanks to Michael Hughes
8934                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8935
8936 2006-10-20 [colin]      2.5.6cvs3
8937
8938         * configure.ac
8939                 Bump up libetpan requirement
8940                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8941         * src/common/utils.c
8942         * src/common/utils.h
8943                 Add convenience get_file_mtime()
8944         * src/imap.c
8945         * src/etpan/imap-thread.c
8946         * src/etpan/imap-thread.h
8947                 Implement UIDPLUS support if the server
8948                 supports it - faster sending in this case
8949
8950 2006-10-19 [colin]      2.5.6cvs2
8951
8952         * src/gtk/quicksearch.c
8953                 Fix emptying in type-ahead+extended mode
8954         * src/mainwindow.c
8955         * src/mainwindow.h
8956                 Add a hook for offline state change
8957         * src/plugins/trayicon/trayicon.c
8958                 Use it to display offline icons
8959         * src/plugins/trayicon/Makefile.am
8960         * src/plugins/trayicon/newmail.offline.xpm
8961         * src/plugins/trayicon/newmarkedmail.offline.xpm
8962         * src/plugins/trayicon/nomail.offline.xpm
8963         * src/plugins/trayicon/unreadmail.offline.xpm
8964         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8965                 Add the icons
8966
8967 2006-10-12 [paul]       2.5.6cvs1
8968
8969         * NEWS
8970         * README
8971         * configure.ac
8972                 Update version number following
8973                 stable release
8974
8975 2006-10-19 [colin]      2.5.5cvs18
8976
8977         * manual/handling.xml
8978                 Add type-ahead search
8979
8980 2006-10-18 [colin]      2.5.5cvs17
8981
8982         * src/gtk/quicksearch.c
8983                 Remove "save to history only if there's
8984                 no syntax error", it breaks for some 
8985                 reason which I'll investigate later.
8986
8987 2006-10-18 [colin]      2.5.5cvs16
8988
8989         * src/prefs_common.c
8990         * src/prefs_common.h
8991         * src/summaryview.c
8992         * src/gtk/quicksearch.c
8993         * src/gtk/quicksearch.h
8994                 Add a type-ahead option for fast searches
8995                 Patch by Fabien Vantard
8996
8997 2006-10-18 [colin]      2.5.5cvs15
8998
8999         * src/compose.c
9000         * src/compose.h
9001                 Add Options/Reply mode/ menu to be able to
9002                 change the recipients of a reply on the fly
9003
9004 2006-10-18 [colin]      2.5.5cvs14
9005
9006         * src/compose.c
9007                 Fix redirecting of our own sent mails
9008
9009 2006-10-17 [wwp]        2.5.5cvs13
9010
9011         * src/send_message.c
9012                 Fix duplicate error messages when sending, and missing
9013                 newline in such error messages.
9014
9015 2006-10-17 [colin]      2.5.5cvs12
9016
9017         * src/compose.c
9018                 Compare addresses case-insensitive
9019
9020 2006-10-17 [colin]      2.5.5cvs11
9021
9022         * src/plugins/pgpcore/sgpgme.c
9023                 Fix return status
9024
9025 2006-10-17 [colin]      2.5.5cvs10
9026
9027         * src/plugins/pgpcore/pgp_viewer.c
9028                 Fix return status
9029
9030 2006-10-17 [colin]      2.5.5cvs9
9031
9032         * src/quote_fmt.c
9033                 Fix a typo (thanks to Fabien)
9034
9035 2006-10-16 [colin]      2.5.5cvs8
9036
9037         * src/textview.c
9038                 Fix problem with quote-folding when emails
9039                 don't convert cleanly to UTF-8
9040
9041 2006-10-14 [colin]      2.5.5cvs7
9042
9043         * src/prefs_template.c
9044                 Reset fields when reopening
9045                 the window
9046
9047 2006-10-13 [paul]       2.5.5cvs6
9048
9049         * manual/advanced.xml
9050         * src/prefs_message.c
9051                 make 'respect_flowed_format' a hidden
9052                 option, and add a manual entry for it
9053                 Thanks to Colin
9054
9055 2006-10-12 [colin]      2.5.5cvs5
9056
9057         * src/codeconv.c
9058                 Revert part of 2.5.2cvs21:
9059                 Don't optimise by reusing the 
9060                 last iconv converter if possible:
9061                 it seems slightly broken in a 
9062                 very hard way to reproduce
9063
9064 2006-10-12 [colin]      2.5.5cvs4
9065
9066         * src/prefs_common.c
9067         * src/prefs_common.h
9068         * src/prefs_message.c
9069         * src/procmime.c
9070                 Fix bug 1035, 'Incorrect handling 
9071                 of flowed lines'. We now optionnaly
9072                 handle this format (preference is in
9073                 Message View/Text options section)
9074
9075 2006-10-12 [colin]      2.5.5cvs3
9076
9077         * po/POTFILES.in
9078                 Add new file
9079         * src/plugins/pgpcore/pgp_viewer.c
9080         * src/plugins/pgpcore/sgpgme.c
9081                 Don't try to import without asking
9082
9083 2006-10-12 [colin]      2.5.5cvs2
9084
9085         * src/compose.c
9086                 Fix bug 1036, 'Forwarding a mutlipart
9087                 mail with a "text/html" block to ms
9088                 outlook users leeds to freeze of
9089                 outlook'. Poor outlook users...
9090
9091 2006-10-12 [paul]       2.5.5cvs1
9092
9093         * NEWS
9094         * README
9095         * configure.ac
9096                 Update version number following
9097                 stable release
9098
9099 2006-10-11 [paul]       2.5.4cvs1
9100
9101         * NEWS
9102         * README
9103         * configure.ac
9104                 Update version number following
9105                 stable release
9106
9107 2006-10-11 [paul]       2.5.3cvs32
9108
9109         * src/textview.c
9110                 fix bug 1032, 'Segmentation fault when showing
9111                 message' (bug in quote folding)
9112                 Thanks to Colin
9113
9114 2006-10-10 [colin]      2.5.3cvs31
9115
9116         * src/quote_fmt.c
9117                 Rephrase english a bit
9118
9119 2006-10-10 [colin]      2.5.3cvs30
9120
9121         * src/prefs_compose_writing.c
9122                 Stop making the page larger than the window
9123
9124 2006-10-10 [wwp]        2.5.3cvs29
9125
9126         * src/compose.c
9127         * src/prefs_template.c
9128         * src/quote_fmt.c
9129         * src/quote_fmt.h
9130         * src/quote_fmt_lex.l
9131         * src/quote_fmt_parse.y
9132                 Extend the quote parser a bit: allow to get access to
9133                 basic (composing) account info.
9134
9135 2006-10-10 [colin]      2.5.3cvs28
9136
9137         * src/procheader.c
9138                 Fix this \t problem in subject
9139
9140 2006-10-09 [colin]      2.5.3cvs27
9141
9142         * src/main.c
9143         * src/prefs_gtk.c
9144                 Prepare cache a bit later
9145                 If section already exists, skip the new one 
9146                 (as previously); avoid writing the same block
9147                 twice - if we find a second block with the 
9148                 same id, skip it.
9149         * src/plugins/pgpcore/pgp_viewer.c
9150                 Set cursor to busy when retrieving a key
9151         * src/plugins/pgpcore/sgpgme.c
9152                 allow 5 seconds for gpg to export the key
9153                 
9154
9155 2006-10-09 [colin]      2.5.3cvs26
9156
9157         * configure.ac
9158         * src/msgcache.c
9159         * src/prefs_gtk.c
9160                 Check for existence of fgets_unlocked
9161                 and fwrite_unlocked
9162
9163 2006-10-09 [paul]       2.5.3cvs25
9164
9165         * src/prefs_summaries.c
9166                 replace strftime() with fast_strftime() and in
9167                 the consequence fix the bug in the display of
9168                 AM/PM in the 'Example' string
9169
9170 2006-10-09 [ticho]      2.5.3cvs24
9171
9172         * po/sk.po
9173                 Updated (and fixed up somewhat) Slovak translation.
9174
9175 2006-10-08 [colin]      2.5.3cvs23
9176
9177         * src/prefs_folder_item.c
9178                 Explain why prefs in the top-level folder
9179                 aren't retained, but are still useful
9180
9181 2006-10-08 [colin]      2.5.3cvs22
9182
9183         * src/prefs_gtk.c
9184                 Don't cache anything if caching fails
9185
9186 2006-10-08 [colin]      2.5.3cvs21
9187
9188         * src/common/utils.c
9189                 always include gi18n.h
9190
9191 2006-10-07 [colin]      2.5.3cvs20
9192
9193         * src/plugins/pgpcore/pgp_viewer.c
9194                 Kill gpg after 5 seconds wait
9195
9196 2006-10-07 [colin]      2.5.3cvs19
9197
9198         * src/plugins/pgpcore/pgp_viewer.c
9199         * src/plugins/pgpcore/pgp_viewer.h
9200                 Fix copyright
9201
9202 2006-10-07 [colin]      2.5.3cvs18
9203
9204         * src/plugins/pgpcore/pgp_viewer.c
9205         * src/plugins/pgpcore/pgp_viewer.h
9206                 Actually add the files to CVS
9207
9208 2006-10-07 [colin]      2.5.3cvs17
9209
9210         * src/plugins/pgpcore/sgpgme.c
9211                 Be sure not to crash on 'application/pgp-signature' that
9212                 are not application/pgp-signatures
9213
9214 2006-10-07 [colin]      2.5.3cvs16
9215
9216         * src/textview.c
9217         * src/textview.h
9218                 Make a bit more of the API available
9219         * src/plugins/pgpcore/Makefile.am
9220         * src/plugins/pgpcore/plugin.c
9221         * src/plugins/pgpcore/sgpgme.c
9222                 Add basic key import/export
9223
9224 2006-10-07 [colin]      2.5.3cvs15
9225
9226         * src/folderview.c
9227         * src/imap.c
9228         * src/prefs_account.c
9229         * src/wizard.c
9230                 Warn users *everywhere* if libetpan's not
9231                 linked in
9232
9233 2006-10-06 [mones]      2.5.3cvs14
9234
9235         * po/de.po
9236         * po/es.po
9237                 updated by Stephan Sachse and me
9238
9239 2006-10-06 [colin]      2.5.3cvs13
9240
9241         * src/main.c
9242         * src/common/sylpheed.c
9243                 Don't load common plugins if --exit is passed
9244         * src/prefs_gtk.c
9245         * src/prefs_gtk.h
9246                 Implement a cache to avoid reading the same
9247                 files over and over again at startup
9248
9249 2006-10-06 [colin]      2.5.3cvs12
9250
9251         * src/summaryview.c
9252         * src/gtk/quicksearch.c
9253                 Update display every 5k mails on fast searches
9254
9255 2006-10-06 [colin]      2.5.3cvs11
9256
9257         * src/textview.c
9258                 Don't do quote folding on HTML or ERTF.
9259                 May fix the Cygwin issues if they were
9260                 happening with HTML mails?
9261
9262 2006-10-05 [colin]      2.5.3cvs10
9263
9264         * src/prefs_gtk.c
9265                 Oops, forgot one
9266
9267 2006-10-05 [colin]      2.5.3cvs9
9268
9269         * src/prefs_gtk.c
9270                 Use unlocked_stdio here too
9271
9272 2006-10-05 [colin]      2.5.3cvs8
9273
9274         * src/folderview.c
9275                 Fix go to next * after preferences apply
9276         * src/msgcache.c
9277                 Do the fd lock/unlock ourselves instead of
9278                 letting the libc do it at each write 
9279
9280 2006-10-05 [colin]      2.5.3cvs7
9281
9282         * src/common/utils.c
9283                 Faster division, thanks to Jean Diraison
9284
9285 2006-10-05 [paul]       2.5.3cvs6
9286
9287         * src/common/utils.c
9288                 fix building with --disable-nls
9289
9290 2006-10-04 [colin]      2.5.3cvs5
9291
9292         * src/folder.c
9293                 Maybe fix a segfault
9294
9295 2006-10-04 [wwp]        2.5.3cvs4
9296
9297         * src/prefs_folder_item.c
9298                 Fine-tune layouts in folder item prefs. Suggested by
9299                 Fabien Vantard <fzzzzz@gmail.com>.
9300
9301 2006-10-04 [wwp]        2.5.3cvs3
9302
9303         * src/prefs_folder_item.c
9304                 Kill the clandestine passengers. You didn't see anything.
9305
9306 2006-10-04 [wwp]        2.5.3cvs2
9307
9308         * src/prefs_folder_item.c
9309                 Add a way to test the subject simplify regexp in
9310                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9311                 w/ few layout changes.
9312
9313 2006-20-04 [paul]       2.5.3cvs1
9314
9315         * NEWS
9316         * README
9317         * configure.ac
9318                 Update version number following
9319                 stable release
9320
9321 2006-10-04 [colin]      2.5.2cvs42
9322
9323         * src/folder.c
9324         * src/folder.h
9325         * src/summaryview.c
9326                 Provide a way for folder classes to set their sort
9327                 type and key
9328
9329 2006-10-03 [colin]      2.5.2cvs41
9330
9331         * src/mh.c
9332                 Don't use strlen() to know if the
9333                 string's empty
9334
9335 2006-10-03 [colin]      2.5.2cvs40
9336
9337         * src/mh.c
9338                 Fix "check for new folders" with accentued folders
9339
9340 2006-10-03 [ticho]      2.5.2cvs39
9341
9342         * src/filtering.c
9343         * src/folder.c
9344         * src/inc.c
9345         * src/mbox.c
9346                 Colin's fix for "copy" filtering rules.
9347
9348 2006-10-02 [colin]      2.5.2cvs38
9349
9350         * src/folderview.c
9351                 Fix for double-click too
9352
9353 2006-10-02 [colin]      2.5.2cvs37
9354
9355         * src/folderview.c
9356                 correct fix for cvs36
9357
9358 2006-10-02 [colin]      2.5.2cvs36
9359
9360         * src/folderview.c
9361                 Fix 'goto next unread' after collapsing/expanding 
9362                 a node.
9363
9364 2006-10-02 [colin]      2.5.2cvs35
9365
9366         * src/summaryview.c
9367                 Fix double freeze/thaw
9368         * src/common/utils.c
9369         * src/common/utils.h
9370                 Reimplement strftime
9371         * src/procheader.c
9372                 Use it
9373
9374
9375 2006-10-02 [colin]      2.5.2cvs34
9376
9377         * src/mh.c
9378                 Time mh_write_sequences() - it's fast
9379         * src/summaryview.c
9380                 Init a variable to shut up gcc
9381
9382 2006-10-01 [colin]      2.5.2cvs33
9383
9384         * src/folder.c
9385         * src/mh.c
9386         * src/mh.h
9387         * src/msgcache.c
9388                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9389                 Add fsync but disable it, it's slow as hell
9390
9391 2006-10-01 [colin]      2.5.2cvs32
9392
9393         * src/mh.c
9394         * src/msgcache.c
9395                 fflush() caches and mh_sequences before
9396                 fclose()ing
9397
9398 2006-10-01 [colin]      2.5.2cvs31
9399
9400         * src/msgcache.c
9401                 Don't ftruncate when not using mmap
9402
9403 2006-09-30 [colin]      2.5.2cvs30
9404
9405         * src/main.c
9406                 Write folder list *after* saving caches
9407
9408 2006-09-30 [colin]      2.5.2cvs29
9409
9410         * src/folder.c
9411         * src/mh.c
9412                 Debug forced mtime changes
9413
9414 2006-09-30 [colin]      2.5.2cvs28
9415
9416         * src/folder.c
9417         * src/main.c
9418                 Remove useless debug_print()s (code
9419                 well-tested)
9420
9421 2006-09-30 [colin]      2.5.2cvs27
9422
9423         * src/mh.c
9424                 Do stuff faster when writing mh_sequences
9425
9426 2006-09-30 [colin]      2.5.2cvs26
9427
9428         * src/mh.c
9429                 Don't let the writing of .mh_sequences, which
9430                 can change the folder's mtime, let us think
9431                 we need to scan.
9432
9433 2006-09-30 [colin]      2.5.2cvs25
9434
9435         * src/folder.c
9436                 Move a debug_print where it belongs 
9437                 (processing)
9438         * src/summaryview.c
9439                 Don't mess with a huge slow subject
9440                 table if we're not threading by
9441                 subject
9442
9443 2006-09-30 [colin]      2.5.2cvs24
9444
9445         * src/msgcache.c
9446                 Reenable mmaped reads (*not* writes!)
9447         * src/procmsg.c
9448                 Don't destroy and recreate hashtables just
9449                 for fun
9450         * src/common/utils.c
9451                 Remove useless reply prefixes (it's case
9452                 unsensitive)
9453
9454 2006-09-30 [wwp]        2.5.2cvs23
9455
9456         * tools/fix_date.sh
9457                 Fixed a minor bug in date value extraction, added a switch
9458                 to replace non RFC-compliant Date: value, added a switch
9459                 to use strict RFC matching patterns for dates.
9460
9461 2006-09-29 [colin]      2.5.2cvs22
9462
9463         * src/matcher_parser.h
9464         * src/matcher_parser_parse.y
9465         * src/prefs_filtering.c
9466         * src/statusbar.c
9467         * src/summary_search.c
9468         * src/summaryview.c
9469         * src/gtk/quicksearch.c
9470         * src/gtk/quicksearch.h
9471                 Optimise searches by setting different
9472                 refresh intervals (depending if the 
9473                 search is fast or not)
9474
9475 2006-09-29 [colin]      2.5.2cvs21
9476
9477         * src/codeconv.c
9478                 Optimise by reusing the last iconv converter
9479                 if possible
9480         * src/textview.c
9481                 Optimise a bit (the foldable quotes feature
9482                 still has an awful O(n^2) algo
9483
9484 2006-09-29 [colin]      2.5.2cvs20
9485
9486         * src/gtk/gtksctree.c
9487         * src/gtk/gtksctree.h
9488                 Optimise de-selection via up/down or
9489                 another key
9490
9491 2006-09-28 [colin]      2.5.2cvs19
9492
9493         * src/action.c
9494         * src/compose.c
9495         * src/folderview.c
9496         * src/mainwindow.c
9497         * src/messageview.c
9498         * src/summary_search.c
9499         * src/toolbar.c
9500                 Avoid using summaryview->ctree directly
9501
9502 2006-09-28 [colin]      2.5.2cvs18
9503
9504         * src/summaryview.c
9505         * src/summaryview.h
9506                 Add helpers to freeze/thaw/grab_focus
9507                 Factorize calls to freeze/thaw/grab_focus
9508                 
9509
9510 2006-09-28 [colin]      2.5.2cvs17
9511
9512         * src/main.c
9513                 More guards for the session management
9514
9515 2006-09-28 [colin]      2.5.2cvs16
9516
9517         * src/folderview.c
9518         * src/gtk/gtksctree.c
9519         * src/gtk/gtksctree.h
9520                 Make expanding not recursive in folderview
9521
9522 2006-09-28 [colin]      2.5.2cvs15
9523
9524         * src/addressbook.c
9525                 If nothing is selected in the list (right part)
9526                 and a group is selected in the tree (left part),
9527                 mail this group.
9528
9529 2006-09-28 [colin]      2.5.2cvs14
9530
9531         * src/Makefile.am
9532                 Actually use SM_LIBS
9533
9534 2006-09-28 [ticho]      2.5.2cvs13
9535
9536         * src/export.c
9537         * src/messageview.c
9538         * src/mimeview.c
9539         * src/news.c
9540         * src/pop.c
9541         * src/prefs_themes.c
9542         * src/procmsg.c
9543                 Small i18n string optimization.
9544         * src/send_message.c
9545         * src/summaryview.c
9546         * src/common/session.c
9547         * src/common/smtp.c
9548         * src/common/ssl_certificate.c
9549         * src/common/utils.c
9550                 Use "Couldn't" instead of "Can't" in UI messages,
9551                 where appropriate.
9552
9553 2006-09-28 [colin]      2.5.2cvs12
9554
9555         * configure.ac
9556                 Possibly fix link errors
9557
9558 2006-09-27 [wwp]        2.5.2cvs11
9559
9560         * src/gtk/authors.h
9561         * doc/man/sylpheed-claws.1
9562         * manual/ack.xml
9563         * manual/es/ack.xml
9564         * manual/fr/ack.xml
9565         * manual/pl/ack.xml
9566                 Updated authors info (me, myself and I).
9567
9568 2006-09-27 [colin]      2.5.2cvs10
9569
9570         * src/addressbook.c
9571                 Remove useless printf
9572
9573 2006-09-27 [wwp]        2.5.2cvs9
9574
9575         * src/editgroup.c
9576         * src/send_message.c
9577         * src/inc.c
9578         * src/prefs_common.c
9579         * src/prefs_common.h
9580         * src/gtk/progressdialog.c
9581                 remember more windows' sizes (send dialog, received dialog,
9582                 edit group in addressbook).
9583
9584 2006-09-27 [colin]      2.5.2cvs8
9585
9586         * configure.ac
9587         * src/main.c
9588         * src/mainwindow.h
9589                 Use libSM to communicate with the session
9590                 manager, so that we can know when the 
9591                 session ends, save our caches, and draft
9592                 our compose windows.
9593
9594 2006-09-27 [colin]      2.5.2cvs7
9595
9596         * src/addressbook.c
9597                 Fix issues:
9598                 o Allow Book and Group creation from the tree's
9599                   contextual menu
9600                 o Do not actually delete the contacts when 
9601                   deleting groups from the tree (duh!)
9602
9603 2006-09-27 [colin]      2.5.2cvs6
9604
9605         * src/compose.c
9606         * src/compose.h
9607         * src/mainwindow.c
9608         * src/textview.c
9609         * src/toolbar.c
9610                 o Allow passing an email address to 
9611                   compose_new_with_folderitem
9612                 o Update callers
9613                 o Use current folderitem when clicking
9614                   on a TextView mailto: link
9615                 o Fix a possible leak in TextView
9616
9617 2006-09-27 [colin]      2.5.2cvs5
9618
9619         * src/html.c
9620                 Use UTF-8 chars to replace HTML entities
9621
9622 2006-09-27 [colin]      2.5.2cvs4
9623
9624         * AUTHORS
9625         * src/prefs_account.c
9626         * src/gtk/authors.h
9627                 Fix bug #1024 (Array index out of
9628                 range in sylpheed-claws-2.5.2)
9629                 Patch by Ales Nosek <anosek@suse.cz>
9630
9631 2006-09-27 [colin]      2.5.2cvs3
9632
9633         * src/addr_compl.c
9634                 Actually do the test
9635
9636 2006-09-27 [colin]      2.5.2cvs2
9637
9638         * src/addr_compl.c
9639         * src/addr_compl.h
9640                 Allow completing with comma (in certain cases: vCalendar
9641                 for example doesn't support that)
9642                 Patch by Fabien Vantard
9643
9644 2006-09-26 [colin]      2.5.2cvs1
9645
9646         * src/Makefile.am
9647         * src/addr_compl.c
9648         * src/addr_compl.h
9649         * src/addrbook.c
9650         * src/addrbook.h
9651         * src/addressbook.c
9652         * src/addrindex.c
9653         * src/addrindex.h
9654         * src/compose.c
9655         * src/prefs_common.c
9656         * src/prefs_filtering_action.c
9657         * src/prefs_folder_item.c
9658         * src/prefs_template.c
9659         * src/stock_pixmap.c
9660         * src/stock_pixmap.h
9661         * src/pixmaps/addr_one.xpm
9662         * src/pixmaps/addr_two.xpm
9663                 Add auto-completion on groups
9664
9665 2006-09-26 [colin]      2.5.2
9666
9667         * NEWS
9668         * README
9669         * RELEASE_NOTES
9670                 2.5.2 released
9671
9672 2006-09-26 [colin]      2.5.1cvs5
9673
9674         * src/matcher.c
9675                 Fix condition
9676
9677 2006-09-26 [colin]      2.5.1cvs4
9678
9679         * src/mbox.c
9680                 Revert cvs1 (useless as the message is printed 
9681                 every 500 mails)
9682
9683 2006-09-26 [colin]      2.5.1cvs3
9684
9685         * src/partial_download.c
9686                 Fix crasher found by Alexsandar Urosevic
9687
9688 2006-09-26 [colin]      2.5.1cvs2
9689
9690         * src/summaryview.c
9691                 Fix bug #1023 (Sylpheed deletes too much messages)
9692
9693 2006-09-26 [ticho]      2.5.1cvs1
9694
9695         * src/mbox.c
9696                 Make use of gettext's multiple plurals for statusbar
9697                 progress message.
9698
9699 2006-09-25 [paul]       2.5.1
9700
9701         * NEWS
9702         * README
9703         * RELEASE_NOTES
9704                 2.5.1 released
9705
9706 2006-09-25 [colin]      2.5.0cvs3
9707
9708         * src/plugins/bogofilter/bogofilter.c
9709         * src/plugins/clamav/clamav_plugin.c
9710         * src/plugins/spamassassin/spamassassin.c
9711                 BogoFilter, Spamassassin: Fix double hook registering after
9712                 visiting preferences
9713                 Spamassassin, Clamav: Just set the mails to move instead of
9714                 doing the move - caller will move the things at once.
9715
9716 2006-09-25 [colin]      2.5.0cvs2
9717
9718         * src/imap.c
9719         * src/etpan/imap-thread.c
9720                 Use UID SEARCH ALL instead of UID 1:*
9721                 (braindead servers can't figure out that's
9722                 the same...)
9723
9724 2006-09-25 [wwp]        2.5.0cvs1
9725
9726         * src/message_search.c
9727                 Added the ability to stop a running search (in message body).
9728
9729 2006-09-25 [paul]       2.5.0
9730
9731         * NEWS
9732         * README
9733         * RELEASE_NOTES
9734                 2.5.0 released
9735
9736 2006-09-25 [paul]       2.4.0cvs214
9737
9738         * po/cs.po
9739         * po/de.po
9740         * po/fi.po
9741         * po/fr.po
9742         * po/nl.po
9743         * po/pt_BR.po
9744         * po/sk.po
9745         * po/sr.po
9746         * po/zh_CN.po
9747                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9748                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9749                 Ticho, Aleksander Urosevic, Ralgh Young
9750
9751 2006-09-24 [mones]      2.4.0cvs213
9752
9753         * po/es.po
9754                 Updated for release
9755
9756 2006-09-23 [colin]      2.4.0cvs212
9757
9758         * src/gtk/inputdialog.c
9759                 Fix [ ] remember this appearing in normal
9760                 input dialogs after it's been used by
9761                 mimeview.
9762         * src/folder.c
9763         * src/folderview.c
9764         * src/msgcache.c
9765         * src/procmsg.c
9766         * src/summaryview.c
9767         * src/textview.c
9768         * src/common/timing.h
9769                 Enable timings in debug mode and make it
9770                 look prettier.
9771
9772 2006-09-22 [colin]      2.4.0cvs211
9773
9774         * README
9775                 Revert test change
9776         * commitHelper
9777                 ping the correct URI
9778
9779 2006-09-22 [colin]      2.4.0cvs210
9780
9781         * README
9782                 Let's see if bug #1022 is fixed
9783
9784 2006-09-21 [colin]      2.4.0cvs209
9785
9786         * src/wizard.c
9787         * src/common/plugin.c
9788                 Prepare infra to load predefined plugins when
9789                 no configuration existed. Don't actually load
9790                 anything yet (feat. freeze)
9791
9792 2006-09-21 [wwp]        2.4.0cvs208
9793
9794         * manual/fr/faq.xml
9795                 Partial sync w/ 2.4.0cvs72:
9796                 wrap file and minor updates.
9797
9798 2006-09-21 [wwp]        2.4.0cvs207
9799
9800         * tools/fix_date.sh
9801                 several fixes and enhancements. A new --force switch has been
9802                 added to prevent overriding by default Date: header when
9803                 already existing.
9804
9805 2006-09-21 [paul]       2.4.0cvs206
9806
9807         * src/common/utils.c
9808                 add Chinese UTF8 Re prefix
9809
9810 2006-09-21 [wwp]        2.4.0cvs205
9811
9812         * tools/Makefile.am
9813                 Fics alfabettical order.
9814
9815 2006-09-21 [wwp]        2.4.0cvs204
9816
9817         * tools/fix_date.sh
9818         * tools/Makefile.am
9819                 Added an action tool to fix missing Date field in emails.
9820                 Updated Makefile.am to reflect those last two additions.
9821
9822 2006-09-21 [wwp]        2.4.0cvs203
9823
9824         * tools/uuooffice
9825                 Added a action tool to open uuencoded docs w/
9826                 OpenOffice (based on uudec method).
9827
9828 2006-09-21 [colin]      2.4.0cvs202
9829
9830         * src/compose.c
9831         * src/textview.c
9832                 Workaround possible GTK crash: remove selection 
9833                 clipboard before destroying widget, or GTK+-2.10
9834                 dies. Thanks to Hiro.
9835
9836 2006-09-20 [colin]      2.4.0cvs201
9837
9838         * src/compose.c
9839                 Fix free-after-use in some cases (when 
9840                 procmime_encode_content() frees mimeinfo->data.mem
9841                 and turns it to a temp file)
9842
9843 2006-09-20 [colin]      2.4.0cvs200
9844
9845         * src/folderview.c
9846         * src/summaryview.c
9847         * src/gtk/gtksctree.c
9848         * src/gtk/gtksctree.h
9849                 Add tooltips in the folderview and summaryview
9850                 (Doesn't break string freeze as they already
9851                 exist)
9852         * src/toolbar.c
9853                 Put the spam button in the default configuration
9854                 if compiled with bogo plugin too
9855
9856 2006-09-19 [colin]      2.4.0cvs199
9857
9858         * src/summaryview.c
9859         * src/summaryview.h
9860                 Update folder name label on folder rename
9861         * src/prefs_matcher.c
9862         * src/gtk/logwindow.h
9863                 Fix warnings
9864                 Patches by Fabien
9865
9866 2006-09-19 [wwp]        2.4.0cvs198
9867
9868         * src/summary_search.c
9869                 fix can't click forward/backward buttons in the
9870                 search messages.
9871
9872 2006-09-18 [paul]       2.4.0cvs197
9873
9874         * src/wizard.c
9875                 add missing bracket, capitalise the A of
9876                 'SpamAssassin'
9877
9878 2006-09-18 [paul]       2.4.0cvs196
9879
9880         * src/compose.c
9881                 fix bug 1012 'crashed upon sending mail
9882                 from compose window'
9883                 Thanks to Colin
9884
9885 2006-09-16 [colin]      2.4.0cvs195
9886
9887         * src/folderview.c
9888                 Fix "real-time" sorting by freezing/thawing
9889
9890 2006-09-16 [colin]      2.4.0cvs194
9891
9892         * manual/faq.xml
9893                 Fix the anti-spam entry a bit
9894
9895 2006-09-16 [colin]      2.4.0cvs193
9896
9897         * src/wizard.c
9898                 Make sure reviewers have no excuse when stating
9899                 Sylpheed-Claws doesn't have antispam capabilities.
9900
9901 2006-09-16 [colin]      2.4.0cvs192
9902
9903         * src/main.c
9904                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9905                 as if the SIGPIPE comes from etpan's thread we could
9906                 trigger a GUI update from this thread.
9907
9908 2006-09-16 [colin]      2.4.0cvs191
9909
9910         * src/summaryview.c
9911                 Init all members of the struct
9912
9913 2006-09-16 [paul]       2.4.0cvs190
9914
9915         * src/account.c
9916                 improvements to the English
9917
9918 2006-09-15 [colin]      2.4.0cvs189
9919
9920         * src/summaryview.c
9921                 HIG order on dialog
9922
9923 2006-09-14 [colin]      2.4.0cvs188
9924
9925         * src/common/socket.c
9926         * src/common/socket.h
9927         * src/common/ssl.c
9928         * src/common/ssl_certificate.c
9929         * src/common/ssl_certificate.h
9930         * src/etpan/imap-thread.c
9931                 the get_fqdn() call done to get canonical name when
9932                 checking an SSL certificate is blocking, which is
9933                 sad as we just did a non-blocking lookup to connect.
9934                 Fix that by letting the fqdn available to the SockInfo,
9935                 and use that in ssl_certificate_check(). For IMAP,
9936                 we don't do it as the lookup's done by libetpan, but
9937                 it's less annoying as IMAP connections as much more
9938                 rare than POP3 connections.
9939
9940 2006-09-14 [paul]       2.4.0cvs187
9941
9942         * manual/advanced.xml
9943                 improvements to the English,
9944                 properly place the new hidden options
9945                 within the alphabetical order
9946         * src/gtk/pluginwindow.c
9947                 improvements to the English
9948
9949 2006-09-14 [colin]      2.4.0cvs186
9950
9951         * src/prefs_common.c
9952         * src/prefs_common.h
9953         * src/gtk/gtksctree.c
9954         * manual/advanced.xml
9955                 New hidden pref, stripes_color_offset, to change
9956                 the value added/substracted to normal bgcolor to
9957                 create the stripes in summaries
9958
9959 2006-09-13 [colin]      2.4.0cvs185
9960
9961         * src/gedit-print.c
9962         * src/messageview.c
9963         * src/messageview.h
9964         * src/summaryview.c
9965         * src/textview.c
9966                 Fix misc. printing issues: 
9967                 - Bad font for linkified headers
9968                 - Different font if the mail was displayed or not
9969                 - Factorize the thing
9970
9971 2006-09-13 [colin]      2.4.0cvs184
9972
9973         * src/common/ssl_certificate.c
9974                 Only get FQDN once when checking certificate
9975
9976 2006-09-13 [colin]      2.4.0cvs183
9977
9978         * src/account.c
9979         * src/gtk/pluginwindow.c
9980                 Misc. GUI fixes by Fabien
9981
9982 2006-09-13 [wwp]        2.4.0cvs182
9983
9984         * configure.ac
9985         * src/common/utils.h
9986         * src/common/utils.c
9987                 get rid of unused wide-char functions.
9988
9989 2006-09-13 [wwp]        2.4.0cvs181
9990
9991         * src/plugins/pgpinline/sylpheed.def
9992         * src/textview.c
9993                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9994                 add privacy_reset_error to the .def file,
9995                 do not fork for an external textviewer.
9996
9997 2006-09-13 [wwp]        2.4.0cvs180
9998
9999         * src/prefs_common.c
10000                 fix broken font entry in prefs (patch issued by the gpg4win team,
10001                 probably by Marcus Brinkmann <marcus@g10code.de>).
10002
10003 2006-09-13 [colin]      2.4.0cvs179
10004
10005         * src/folder.h
10006                 Fix a warning in summaryview.c
10007         * src/mainwindow.c
10008         * src/summaryview.c
10009         * src/summaryview.h
10010                 Add missing Mark/* elements in the
10011                 main menu
10012
10013 2006-09-12 [colin]      2.4.0cvs178
10014
10015         * src/prefs_actions.c
10016         * src/prefs_filtering_action.c
10017         * src/prefs_matcher.c
10018                 Use (New) instead of New everywhere
10019
10020 2006-09-12 [wwp]        2.4.0cvs177
10021
10022         * manual/fr/addrbook.xml
10023         * manual/fr/handling.xml
10024                 updated some quotes in the fr manual to match the fr translation.
10025
10026 2006-09-12 [wwp]        2.4.0cvs176
10027
10028         * src/prefs_matcher.c
10029                 don't store translated string elements in matcher expressions.
10030                 Also fixed a misused of Q_().
10031
10032 2006-09-11 [wwp]        2.4.0cvs175
10033
10034         * src/plugins//bogofilter/bogofilter.c
10035         * src/plugins//clamav/clamav_plugin.c
10036         * src/plugins//demo/demo.c
10037         * src/plugins//dillo_viewer/dillo_viewer.c
10038         * src/plugins//pgpcore/plugin.c
10039         * src/plugins//pgpinline/plugin.c
10040         * src/plugins//pgpmime/plugin.c
10041         * src/plugins//spamassassin/spamassassin.c
10042                 gettext-ize more strings (mostly plugin error messages).
10043
10044 2006-09-11 [colin]      2.4.0cvs174
10045
10046         * src/alertpanel.c
10047                 Make maximum buffer size bigger to avoid
10048                 truncating translated messages. Patch by
10049                 Fabien
10050
10051 2006-09-11 [colin]      2.4.0cvs173
10052
10053         * src/etpan/imap-thread.c
10054                 Fix compilation on OpenBSD, thanks to 
10055                 Landry
10056
10057 2006-09-10 [wwp]        2.4.0cvs172
10058
10059         * manual/account.xml
10060         * manual/addrbook.xml
10061         * manual/handling.xml
10062         * manual/es/handling.xml
10063         * manual/fr/account.xml
10064         * manual/fr/addrbook.xml
10065         * manual/fr/handling.xml
10066                 documented addressbook matching (condition configuration):
10067                   addrbook.xml, en fr
10068                 documented per-account filtering rules (handling/filtering
10069                   section, account section):
10070                   account.xml, handling.xml, en fr
10071                 slightly updated the handling/searching section to tell few
10072                   words about the extended search ability:
10073                   handling.xml, en fr
10074                 added missing <quote></quotes> to Quick Search:
10075                   handling.xml, en fr es
10076                 fixed a typo (auomatically):
10077                   handling.xml, en
10078                 changes revisited by Paul.
10079
10080 2006-09-10 [paul]       2.4.0cvs171
10081
10082         * src/prefs_actions.c
10083         * src/prefs_filtering.c
10084         * src/prefs_template.c
10085                 adjustments to the gui
10086                 Patch by Fabien Vantard (slightly modified)
10087
10088 2006-09-10 [colin]      2.4.0cvs170
10089
10090         * src/summaryview.c
10091                 Check folderitem/summaryview consistency
10092                 (basically automates Update summary). Fixes
10093                 #1011 (wrong (negative) count on unread 
10094                 messages)
10095
10096 2006-09-10 [colin]      2.4.0cvs169
10097
10098         * src/gtk/gtksctree.c
10099                 Fix recursive expansion via mouse
10100         * src/plugins/bogofilter/bogofilter.c
10101                 Use normal filtering way of moving
10102                 messages (batching), possibly fixing
10103                 bug #1015 (Bogofilter plugin doubles 
10104                 new messages)
10105
10106 2006-09-09 [wwp]        2.4.0cvs168
10107
10108         * src/prefs_filtering.c
10109                 better place for this fix.
10110
10111 2006-09-09 [wwp]        2.4.0cvs167
10112
10113         * src/prefs_filtering.c
10114                 fix a minor bug when the enabled status of a filtering/processing
10115                 rule always got set to TRUE when replacing this rule. That still
10116                 make sense when adding a new rule, but now when replacing, we
10117                 don't override the value of 'enabled'.
10118                 Also renamed the func prefs_filtering_list_view_get_rule_name()
10119                 to prefs_filtering_list_view_get_info() as this function not only
10120                 returns the name, but also the account_id and the enabled status.
10121
10122 2006-09-09 [mones]      2.4.0cvs166
10123
10124         * manual/glossary.xml
10125         * manual/plugins.xml
10126                 Minor format corrections
10127         * manual/gpl.xml
10128                 Fix misplaced NO WARRANTY section
10129         * manual/es/advanced.xml
10130         * manual/es/faq.xml
10131         * manual/es/glossary.xml
10132         * manual/es/gpl.xml
10133         * manual/es/handling.xml
10134         * manual/es/plugins.xml
10135         * manual/es/starting.xml
10136                 Incorporate changes from English version
10137         * manual/fr/ack.xml
10138         * manual/pl/ack.xml
10139         * manual/es/ack.xml
10140                 Fix address, (add translation credits in es version)
10141         * po/es.po
10142                 Updated translation
10143
10144 2006-09-09 [wwp]        2.4.0cvs165
10145
10146         * src/prefs_filtering.c
10147                 fix a crash when opening filtering prefs, if matcherrc file contains
10148                 broken data (non-existing account id, which is theoretically not
10149                 possible).
10150
10151 2006-09-08 [colin]      2.4.0cvs164
10152
10153         * src/folder.c
10154                 Wrong assert, make it an if()
10155         * src/gtk/gtksctree.c
10156                 Fix bug #1013 (expand selected thread 
10157                 tree) - expanding is now recursive
10158
10159 2006-09-07 [wwp]        2.4.0cvs163
10160
10161         * src/prefs_matcher.c
10162                 make better sentences about addressbook matching in the
10163                 matcher prefs. This should make translators' work easier
10164                 too.
10165
10166 2006-09-07 [wwp]        2.4.0cvs162
10167
10168         * src/prefs_filtering.c
10169                 code simplification (get rid of dup var. assignment).
10170
10171 2006-09-07 [wwp]        2.4.0cvs161
10172
10173         * src/summaryview.c
10174                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10175                 <fzzzzz@gmail.com>.
10176
10177 2006-09-07 [paul]       2.4.0cvs160
10178
10179         * src/mimeview.c
10180                 fix compilation warnings
10181                 Thanks to Colin
10182
10183 2006-09-07 [paul]       2.4.0cvs159
10184
10185         * src/mimeview.c
10186                 select the mimepart icon when
10187                 displaying as text
10188                 Thanks to Colin
10189
10190 2006-09-06 [paul]       2.4.0cvs158
10191
10192         * src/prefs_filtering.c
10193                 fix labels and table element spacing
10194                 Patch by Fabien Vantard
10195
10196 2006-09-06 [paul]
10197
10198         2.5.0-rc3 released
10199
10200 2006-09-06 [paul]       2.4.0cvs157
10201
10202         * manual/es/advanced.xml
10203                 fix typo
10204
10205 2006-09-06 [wwp]        2.4.0cvs156
10206
10207         * src/mainwindow.c
10208                 fix an dup launch issue when iconified, thanks to Colin.
10209
10210 2006-09-06 [wwp]        2.4.0cvs155
10211
10212         * src/gtk//gtksctree.h
10213                 oops, forgot that one!
10214
10215 2006-09-06 [wwp]        2.4.0cvs154
10216
10217         * manual/pl/advanced.xml
10218         * manual/advanced.xml
10219         * manual/es/advanced.xml
10220         * manual/fr/advanced.xml
10221         * src/prefs_customheader.c
10222         * src/prefs_filtering_action.c
10223         * src/foldersel.c
10224         * src/prefs_summaries.c
10225         * src/prefs_filtering.c
10226         * src/account.c
10227         * src/compose.c
10228         * src/prefs_summary_column.c
10229         * src/addr_compl.c
10230         * src/prefs_actions.c
10231         * src/prefs_folder_column.c
10232         * src/ssl_manager.c
10233         * src/prefs_template.c
10234         * src/prefs_display_header.c
10235         * src/prefs_common.h
10236         * src/prefs_matcher.c
10237         * src/prefs_common.c
10238         * src/prefs_toolbar.c
10239         * src/summaryview.c
10240         * src/folderview.c
10241         * src/gtk/gtksctree.c
10242         * src/gtk/pluginwindow.c
10243         * src/gtk/progressdialog.c
10244         * src/gtk/prefswindow.c
10245                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10246                 to make its meaning more obvious (all versions of the manual reflect
10247                 the change).
10248                 added an extra hidden option use_stripes_in_summary to allow
10249                 discarding these stripes in mainwindow's folder and message lists;
10250                 en and fr manuals only are OK towards this.
10251
10252 2006-09-06 [colin]      2.4.0cvs153
10253
10254         * src/textview.c
10255                 Hide Sylpheed-Claws' internal queue headers
10256                 when showing all headers. They'll be present
10257                 only in Source window.
10258
10259 2006-09-05 [colin]      2.4.0cvs152
10260
10261         * src/plugins/trayicon/trayicon.c
10262                 Fix crash at exit - we have to disconnect
10263                 our handlers
10264         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10265                 Update eggtrayicon - patch adapted from a
10266                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10267                 on Sylpheed's ML
10268
10269 2006-09-05 [colin]      2.4.0cvs151
10270
10271         * src/mainwindow.c
10272         * src/gtk/logwindow.c
10273                 Fix race condition when something writes
10274                 to the log too soon during init. Thanks
10275                 to Fabien Vantard
10276
10277 2006-09-05 [colin]      2.4.0cvs150
10278
10279         * src/mimeview.c
10280                 Don't select part on right-click either
10281
10282 2006-09-05 [paul]       2.4.0cvs149
10283
10284         * src/mimeview.c
10285                 completion of previous commit
10286                 Thanks to Colin
10287
10288 2006-09-05 [colin]      2.4.0cvs148
10289
10290         * src/mimeview.c
10291                 Don't force selection on middle-click, just open
10292
10293 2006-09-04 [colin]      2.4.0cvs147
10294
10295         * src/mimeview.c
10296                 Looks like gtk_notebook_set_current_page()
10297                 sometimes steals focus, and this annoys us
10298                 in MimeViewers as it renders navigation
10299                 keys useless. Take back focus after switching
10300                 pages.
10301
10302 2006-09-04 [colin]      2.4.0cvs146
10303
10304         * src/messageview.c
10305                 Set stop_loading when clicking on Next
10306                 during load. Don't add a callback to 
10307                 avoid over-complicating things.
10308
10309 2006-09-04 [colin]      2.4.0cvs145
10310
10311         * src/mimeview.c
10312         * src/messageview.c
10313                 Fix multiple loads in separate messageview
10314
10315 2006-09-04 [colin]      2.4.0cvs144
10316
10317         * src/summaryview.c
10318                 Let navigation keys be handled during 
10319                 load
10320
10321 2006-09-04 [colin]      2.4.0cvs143
10322
10323         * src/messageview.c
10324         * src/summaryview.c
10325         * src/textview.c
10326         * src/textview.h
10327                 Make loading of huge mails (lots of text and/or
10328                 images) cancellable, so the GUI doesn't block 
10329
10330 2006-09-04 [colin]      2.4.0cvs142
10331
10332         * src/plugins/trayicon/trayicon.c
10333                 Fix annoyance when removing a folder with 
10334                 unread mails: trayicon didn't update
10335
10336 2006-09-04 [paul]       2.4.0cvs141
10337
10338         * src/gtk/icon_legend.c
10339                 straighten up columns
10340                 Patch by Fabien Vantard
10341
10342 2006-09-04 [wwp]        2.4.0cvs140
10343
10344         * src/prefs_filtering.c
10345                 fix new line's account name in filtering prefs:
10346                 was "All", is now "(New)".
10347
10348 2006-09-04 [paul]       2.4.0cvs139
10349
10350         * tools/make.themes.project
10351                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10352                 instead of homebrewed "make release"
10353
10354 2006-09-03 [colin]      2.4.0cvs138
10355
10356         * src/folderview.c
10357                 Fix bug #1007 (Wrong folder highlighted)
10358
10359 2006-09-03 [colin]      2.4.0cvs137
10360
10361         * src/compose.c
10362                 Don't set Newsgroup: header to a mail folder
10363                 path
10364
10365 2006-09-03 [paul]       2.4.0cvs136
10366
10367         * src/prefs_other.c
10368         * src/prefs_spelling.c
10369                 unify the gui
10370
10371 2006-09-03 [paul]       2.4.0cvs135
10372
10373         * src/prefs_summaries.c
10374                 correct menu item text in prefs_keybind_apply_clicked()
10375
10376 2006-09-03 [paul]       2.4.0cvs134
10377
10378         * manual/advanced.xml
10379                 some improvements to the descriptions
10380         * src/mainwindow.c
10381         * src/messageview.c
10382         * src/summaryview.c
10383         * src/gtk/menu.c
10384                 fix menu sensitivity issues
10385         * src/prefs_message.c
10386                 drop the useless word 'short'
10387         * src/prefs_other.c
10388                 add the word 'lines' indicating log length
10389                 is a measure of lines
10390         * src/textview.c
10391                 fix compilation warnings
10392
10393 2006-09-02 [colin]      2.4.0cvs133
10394
10395         * src/messageview.c
10396                 Display a special return-receipt message
10397                 if the message is from the user
10398         * src/summaryview.c
10399                 Fix missing freeze of the list when marking
10400                 all read and unthreading for exec. Thanks
10401                 to Stephan Sachse.
10402
10403 2006-09-02 [paul]       2.4.0cvs132
10404
10405         * src/mainwindow.c
10406         * src/prefs_message.c
10407         * src/summaryview.c
10408                 fix some english
10409
10410 2006-09-02 [wwp]        2.4.0cvs131
10411
10412         * src/prefs_filtering.c
10413                 added an account name column to the filtering rules
10414                 dialog.
10415
10416 2006-09-02 [colin]      2.4.0cvs130
10417
10418         * src/gtk/logwindow.c
10419         * src/gtk/logwindow.h
10420                 Block scrolling if we're not at the end
10421                 of the log
10422
10423 2006-09-02 [colin]      2.4.0cvs129
10424
10425         * src/folder.c
10426                 Make sure account-specific rules can't
10427                 be used in {pre-,post-,}processing
10428         * src/mainwindow.c
10429         * src/gtk/logwindow.c
10430         * src/gtk/logwindow.h
10431                 Jump to last error when clicking on the
10432                 warning icon
10433
10434 2006-09-02 [colin]      2.4.0cvs128
10435
10436         * src/imap.c
10437         * src/import.c
10438         * src/mainwindow.c
10439         * src/mainwindow.h
10440                 Fix warning icon
10441         * src/inc.c
10442         * src/mbox.c
10443         * src/mbox.h
10444                 Let proc_mbox know its account, for
10445                 account-specific rules
10446
10447 2006-09-01 [colin]      2.4.0cvs127
10448
10449         * src/codeconv.c
10450                 Don't uselessly use iconv to convert from
10451                 us-ascii
10452         * src/alertpanel.c
10453         * src/mainwindow.c
10454         * src/mainwindow.h
10455         * src/inc.c
10456                 Fix certain log cases, disable warning icon
10457                 for now, the correct way to display it when
10458                 necessary and only when necessary is probably
10459                 to do it manually rather than use error logs
10460         * src/etpan/imap-thread.c
10461                 Clean up UID logging a bit
10462         * src/gtk/logwindow.c
10463         * src/gtk/logwindow.h
10464                 Make logging faster when the window's closed
10465
10466 2006-09-01 [wwp]        2.4.0cvs126
10467
10468         * manual/fr/account.xml
10469                 reflect changes to the ref. manual (parts of cvs72):
10470                 fix tabnames and quotes.
10471
10472 2006-09-01 [wwp]        2.4.0cvs125
10473
10474         * manual/fr/plugins.xml
10475                 reflect changes to the reference manual (cvs42):
10476                 update IRC channel info.
10477
10478 2006-09-01 [wwp]        2.4.0cvs124
10479
10480         * commitHelper
10481                 use CVSEDITOR env. var. if set, according to `man cvs`.
10482
10483 2006-09-01 [wwp]        2.4.0cvs123
10484
10485         * manual/advanced.xml
10486                 better sentence again (thanks to Paul).
10487
10488 2006-09-01 [wwp]        2.4.0cvs122
10489
10490         * manual/advanced.xml
10491         fix definition of toolbar_detachable and rework a bit the one of
10492         enable_dotted_lines.
10493
10494 2006-09-01 [mones]      2.4.0cvs121
10495
10496         * manual/advanced.xml
10497                 Document enable_dotted_lines
10498
10499 2006-09-01 [paul]       2.4.0cvs120
10500
10501         * src/folderview.c
10502         * src/folderview.h
10503         * src/imap.c
10504         * src/mainwindow.c
10505         * src/summaryview.c
10506                 obey the 'When entering folder...' option
10507                 when using the /View/Go to/... menu items
10508                 Thanks to Colin
10509
10510 2006-08-31 [colin]      2.4.0cvs119
10511
10512         * src/folderview.c
10513                 Revert 2.4.0cvs116, wrong fix.
10514
10515 2006-08-31 [colin]      2.4.0cvs118
10516
10517         * src/gtk/gtksctree.c
10518                 Better state the various copyrights
10519
10520 2006-08-31 [colin]      2.4.0cvs117
10521
10522         * src/prefs_common.c
10523                 fix enable_dotted_lines
10524
10525 2006-08-31 [colin]      2.4.0cvs116
10526
10527         * src/folderview.c
10528                 Use pref "Always open on select" when going
10529                 to next unread folder
10530         * src/gtk/gtksctree.c
10531                 Fix link failure to _gtk_clist_create_cell_layout
10532                 on certain computers. (Why not mine, I wonder)
10533
10534 2006-08-31 [colin]      2.4.0cvs115
10535
10536         * src/procmsg.c
10537         * src/textview.c
10538         * src/plugins/bogofilter/bogofilter.c
10539         * src/plugins/spamassassin/spamassassin.c
10540                 Requalify some "errors" to warnings
10541         * src/mainwindow.c
10542         * src/mainwindow.h
10543         * src/statusbar.c
10544                 Add an icon in the statusbar to notify
10545                 of errors
10546         * src/gtk/gtksctree.c
10547         * src/folderview.c
10548         * src/summaryview.c
10549                 Make the GtkSCTree look more modern by
10550                 alternating background lines
10551         * src/prefs_common.c
10552         * src/prefs_common.h
10553                 Add a pref to let people have the old
10554                 way if they prefer
10555
10556
10557 2006-08-30 [colin]      2.4.0cvs114
10558
10559         * src/procmsg.c
10560         * src/procmsg.h
10561                 Provide a way to filter a list of
10562                 messages in an optimised manner, and
10563                 add a list-filtering hook
10564         * src/folder.c
10565         * src/inc.c
10566         * src/mbox.c
10567                 Use the list filtering
10568         * src/plugins/bogofilter/bogofilter.c
10569                 Use the list-filtering hook
10570                 Use -b (bulk) mode for more speed
10571                 when learning and filtering
10572         * src/etpan/imap-thread.c
10573                 Make log output shorter in UID SEARCH
10574
10575
10576 2006-08-30 [colin]      2.4.0cvs113
10577
10578         * src/plugins/bogofilter/bogofilter.c
10579                 Really fast mass learning - thanks to David
10580                 Relson for the options explanations :)
10581
10582 2006-08-30 [colin]      2.4.0cvs112
10583
10584         * src/msgcache.c
10585                 Fix compilation on FreeBSD. Thanks
10586                 to Michael Hugues
10587
10588 2006-08-29 [colin]      2.4.0cvs111
10589
10590         * src/folderview.c
10591                 Handle "popup_menu" signal (for popping the 
10592                 menu via the keyboard)
10593         * src/mimeview.c
10594         * src/mimeview.h
10595         * src/summaryview.c
10596         * src/textview.c
10597         * src/gtk/gtkutils.c
10598         * src/gtk/gtkutils.h
10599                 Factorize scrolling code, and add an API 
10600                 for MimeViewers to handle scroll orders
10601
10602 2006-08-29 [wwp]        2.4.0cvs110
10603
10604         * src/plugins//bogofilter/bogofilter.c
10605         * src/plugins//spamassassin/spamassassin.c
10606                 make the bogofilter/spamassassin filtering error dialogs at
10607         incorporation obey to the "don't popup error dialog on
10608         receive error" option. If disabled, feed the log window w/
10609         the error message.
10610
10611 2006-08-29 [paul]
10612
10613         2.5.0-rc2 released
10614
10615 2006-08-29 [paul]       2.4.0cvs109
10616
10617         * Makefile.am
10618                 remove 'make release', it's not needed
10619                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10620
10621 2006-08-29 [paul]       2.4.0cvs108
10622
10623         * src/foldersel.c
10624         * src/summary_search.c
10625         * src/gtk/progressdialog.c
10626         * src/plugins/pgpcore/passphrase.c
10627                 replace deprecated gtk_window_set_policy()
10628
10629 2006-08-29 [colin]      2.4.0cvs107
10630
10631         * src/folder.c
10632                 Fix data loss when copy fails during a move:
10633                 only use fast remove_msgs if everything was
10634                 copied OK; else use slow remove_msg on the
10635                 mails that got copied only.
10636
10637 2006-08-28 [paul]       2.4.0cvs106
10638
10639         * src/mh.c
10640                 revert change in 2.4.0cvs104, it breaks
10641                 stuff
10642
10643 2006-08-28 [paul]       2.4.0cvs105
10644
10645         * src/plugins/spamassassin/spamassassin.c
10646                 english fix
10647
10648 2006-08-28 [paul]       2.4.0cvs104
10649
10650         * src/mh.c
10651                 fix data loss when moving to another
10652                 mailbox fails
10653         * src/prefs_spelling.c
10654                 improve the english
10655         * src/gtk/pluginwindow.c
10656                 improve the layout of the dialog text
10657         All thanks to Colin
10658
10659 2006-08-28 [paul]       2.4.0cvs103
10660
10661         * src/plugins/bogofilter/bogofilter.c
10662         * src/plugins/bogofilter/bogofilter_gtk.c
10663                 fix english up a bit, innit
10664
10665 2006-08-28 [paul]       2.4.0cvs102
10666
10667         * configure.ac
10668         * po/Makefile.in.in
10669         * po/Makevars
10670                 require autoconf 2.60, enabling building
10671                 with gettext 0.15 (gettext 0.14.x build still
10672                 possible). Replace Makefiles with versions
10673                 from gettext 0.15.
10674                 Remove configure options --with-localedir and
10675                 --with-mandir. The options that are provided
10676                 directly by autoconf 2.60 can be used instead:
10677                 --mandir --localedir
10678
10679 2006-08-27 [colin]      2.4.0cvs101
10680
10681         * src/plugins/bogofilter/Makefile.am
10682                 Fix make dist (no README)
10683
10684 2006-08-27 [colin]      2.4.0cvs100
10685
10686         * src/folder.c
10687                 Don't use F_UNKNOWN folders for any default
10688                 outbox/trash/etc
10689         * src/plugins/bogofilter/bogofilter.c
10690         * src/plugins/bogofilter/bogofilter.h
10691         * src/plugins/bogofilter/bogofilter_gtk.c
10692                 Add an option to specify the path to bogofilter
10693                 Use single-quotes to be able to learn in folders
10694                 with spaces in their names
10695                 Verify learning status
10696
10697 2006-08-27 [colin]      2.4.0cvs99
10698
10699         * manual/faq.xml
10700         * manual/plugins.xml
10701                 Document Bogofilter plugin
10702
10703 2006-08-27 [colin]      2.4.0cvs98
10704
10705         * src/compose.c
10706         * src/messageview.c
10707         * src/procmsg.c
10708         * src/procmsg.h
10709                 When possible, copy the queued mail to sent folder
10710                 instead of re-adding. Much faster on IMAP.
10711
10712 2006-08-27 [colin]      2.4.0cvs97
10713
10714         * src/msgcache.c
10715                 Disable mmaped caches - huge metadata loss
10716                 here after a power failure.
10717         * src/summaryview.c
10718                 Add quicksearch timing
10719         * src/common/plugin.c
10720         * src/common/plugin.h
10721                 Implement an interface to tell what plugins
10722                 provide. Prevent loading of similar plugins.
10723         * src/plugins/clamav/clamav_plugin.c
10724         * src/plugins/demo/demo.c
10725         * src/plugins/dillo_viewer/dillo_viewer.c
10726         * src/plugins/pgpcore/plugin.c
10727         * src/plugins/pgpinline/pgpinline.c
10728         * src/plugins/pgpmime/pgpmime.c
10729         * src/plugins/spamassassin/spamassassin.c
10730         * src/plugins/trayicon/trayicon.c
10731                 Implement plugin_provides()
10732
10733 2006-08-27 [colin]      2.4.0cvs96
10734
10735         * configure.ac
10736         * src/plugins/Makefile.am
10737         * src/plugins/bogofilter/.cvsignore
10738         * src/plugins/bogofilter/Makefile.am
10739         * src/plugins/bogofilter/bogofilter.c
10740         * src/plugins/bogofilter/bogofilter.h
10741         * src/plugins/bogofilter/bogofilter_gtk.c
10742                 New Bogofilter plugin, provides filtering and
10743                 learning. Spamassassin will go to extra plugins.
10744
10745 2006-08-26 [mones]      2.4.0cvs95
10746
10747         * manual/handling.xml
10748                 Fix subfolder path in the example (thanks to Paul) 
10749
10750 2006-08-26 [mones]      2.4.0cvs94
10751
10752         * manual/glossary.xml
10753                 2.2. + add ISP to the glossary
10754                 7.5. + Add UIDL to glossary
10755                 7.7. + Add TCP to glossary
10756         * manual/handling.xml
10757                 7.1. + Mentions GNU/Linux distribution, what about the non...
10758                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10759                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10760                 7.4. = Use appropriate quotation for commands
10761                 7.6. = change "" to <quote></quote>
10762         * manual/plugins.xml
10763                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10764         * manual/starting.xml
10765                 2.1. + local mbox file: some examples of mbox file locations...
10766                 Also reformatted files requiring it
10767
10768 2006-08-26 [wwp]        2.4.0cvs93
10769
10770         * src/summary_search.c
10771                 disable find buttons while summary search is running.
10772
10773 2006-08-25 [colin]      2.4.0cvs92
10774
10775         * src/folder.c
10776         * src/folderutils.c
10777         * src/mh.c
10778         * src/procmsg.h
10779         * src/summaryview.c
10780                 Speed up MH moving, and add progressbar
10781                 for MH deletion
10782         * src/msgcache.c
10783                 Write cache files using mmap() too
10784
10785 2006-08-25 [wwp]        2.4.0cvs91
10786
10787         * src/summaryview.c
10788                 switch spam<->ham button when a message has been marked as spam or ham
10789                 and is still selected. Thanks to Colin.
10790
10791 2006-08-25 [paul]       2.4.0cvs90
10792
10793         * src/Makefile.am
10794         * src/stock_pixmap.c
10795         * src/stock_pixmap.h
10796         * src/summaryview.c
10797         * src/gtk/icon_legend.c
10798         * src/pixmaps/copied.xpm
10799         * src/pixmaps/moved.xpm
10800                 add icons for delayed execution marked for
10801                 copying, marked for moving
10802
10803 2006-08-25 [mones]      2.4.0cvs89
10804
10805         * manual/glossary.xml
10806                 Fix the other glossary items:
10807                 5.1. = Inmmediate execution -> <quote>immediate execution...
10808                 5.2. = Fix MBOX capitalization -> Mbox
10809                 5.3. + Improve Plugins def. w/ tech. ref.
10810                 5.4. = Quotation -> replace '>' by <quote>></quote>
10811                 5.5. - SMTP Server. -> remove dot
10812         * po/es.po
10813                 Updated translation
10814
10815 2006-08-25 [mones]      2.4.0cvs88
10816
10817         * manual/ack.xml
10818                 Reformatted, changed email address
10819         * manual/glossary.xml
10820                 Reformatted, fixed MANUAL-TODO items:
10821                 8.2. + add ROT-13 to glossary
10822                 8.4. + add URL to glossary
10823         * manual/es/advanced.xml
10824                 Fixed <literal>s
10825
10826 2006-08-25 [paul]       2.4.0cvs87
10827
10828         * src/gtk/icon_legend.c
10829                 add 'marked for deletion' icon
10830                 arrange icons by containing column
10831                 wrap long label text
10832
10833 2006-08-25 [colin]      2.4.0cvs86
10834
10835         * src/common/utils.c
10836         * src/common/utils.h
10837                 Add the sc_g_*list_bigger functions in
10838                 a place everyone can use it
10839         * src/summaryview.c
10840                 Only freeze/thaw the list when working
10841                 on the selection, if it's bigger than 1
10842         * src/gtk/gtksctree.c
10843                 Only freeze/thaw the list when unselec-
10844                 ting 'all' if ('all' != 1)
10845                 This avoids some flickering
10846
10847 2006-08-24 [colin]      2.4.0cvs85
10848
10849         * src/addressbook.c
10850                 Fix strange list selection
10851                 Fix random seg (Invalid read of freed memory)
10852
10853 2006-08-24 [colin]      2.4.0cvs84
10854
10855         * src/alertpanel.c
10856         * src/gtk/inputdialog.c
10857         * src/plugins/pgpcore/passphrase.c
10858                 Revert minimal width patch of 2.4.0cvs67,
10859                 as it is also a maximal width. Use 
10860                 gtk_window_set_default_size instead.
10861
10862 2006-08-24 [colin]      2.4.0cvs83
10863
10864         * src/msgcache.c
10865                 Write cache/mark to temp files before
10866                 overwriting old ones (avoids metadata
10867                 loss if writing the new files fail).
10868                 Use mmap() to read cache/mark file, as
10869                 this makes cache reading faster. Dis-
10870                 abled for big-endian machines until it
10871                 can be tested. (Big-endian users: set
10872                 msgcache_use_mmap = TRUE in the relevant
10873                 #if).
10874         * src/procmsg.h
10875                 Move rarely used fields of MsgInfo in 
10876                 another structure, which will only be
10877                 allocated if needed. Face, X-Face,
10878                 Return receipt headers and List-*
10879                 headers are moved. Mails having none
10880                 of these occupy 52 bytes less with
10881                 this patch, which makes 2.5MB of RAM
10882                 saved on a 50k folder).
10883         * src/headerview.c
10884         * src/mainwindow.c
10885         * src/messageview.c
10886         * src/partial_download.c
10887         * src/procheader.c
10888         * src/procmsg.c
10889         * src/textview.c
10890                 Follow this structure change.
10891
10892 2006-08-24 [wwp]        2.4.0cvs82
10893
10894         * manual/es/.cvsignore
10895         * manual/es/dist/.cvsignore
10896         * manual/es/dist/html/.cvsignore
10897         * manual/es/dist/pdf/.cvsignore
10898         * manual/es/dist/ps/.cvsignore
10899         * manual/es/dist/txt/.cvsignore
10900                 more (generated) files to ignore.
10901
10902 2006-08-24 [colin]      2.4.0cvs81
10903
10904         * src/folder.c
10905         * src/mh.c
10906                 Fix possible problems with local delivery. Check the folder doesn't
10907                 need scan before setting its mtime when saving cache (which can be
10908                 done long after the folder's been modified by an external process);
10909                 Check that the stored item's mtime didn't change in mh functions.
10910
10911 2006-08-24 [mones]      2.4.0cvs80
10912
10913         * manual/advanced.xml
10914                 Rewrapping, some fixes and MANUAL-TODO items:
10915                 8.1. = change "" to <quote></quote>
10916                 8.3. = quote menu items
10917                 8.5. - deploying -> new user ... ideally a new user (redundant)
10918
10919 2006-08-23 [colin]      2.4.0cvs79
10920
10921         * src/gtk/gtksctree.c
10922                 When selecting or deselecting range, only
10923                 freeze/thaw when selection is bigger than 10
10924
10925 2006-08-23 [colin]      2.4.0cvs78
10926
10927         * src/messageview.c
10928         * src/mimeview.c
10929         * src/mimeview.h
10930         * src/plugins/dillo_viewer/dillo_viewer.c
10931                 Provide an API for MimeViewer plugins to
10932                 return a text selection for replying
10933
10934 2006-08-23 [colin]      2.4.0cvs77
10935
10936         * src/image_viewer.c
10937         * src/textview.c
10938                 Use gtk_pixbuf_new_from_file_at_scale(), which
10939                 is faster than getting the pixbuf then resizing
10940                 it.
10941
10942 2006-08-23 [colin]      2.4.0cvs76
10943
10944         * src/procmime.c
10945                 UTF-8 should be sent Quoted-printable
10946
10947 2006-08-22 [colin]      2.4.0cvs75
10948
10949         * src/mh.c
10950                 Check if scan is required before touching
10951                 the folder (or it'll be required every time)
10952
10953 2006-08-22 [colin]      2.4.0cvs74
10954
10955         * configure.ac
10956                 Require libetpan 0.46 (crasher fix when built
10957                 against gnutls)
10958
10959 2006-08-22 [colin]      2.4.0cvs73
10960
10961         * src/folder.c
10962                 Set folder's mtime after writing its
10963                 cache
10964         * src/folderview.c
10965                 Add some timing
10966         * src/procmsg.c
10967                 Don't do useless stuff if we don't 
10968                 thread by subject
10969         * src/summaryview.c
10970                 Add some timing, don't deselect prior
10971                 to selecting (gtksctree does it itself),
10972                 remove crash avoidance hacks as it's been
10973                 properly fixed since a while
10974         * src/common/utils.c
10975                 Optimize to_human_readable(): _() is slow,
10976                 do it only once, and avoid %f format for KB
10977                 (the most common in a summaryview)
10978         * src/gtk/gtksctree.c
10979                 Don't uselessly freeze/thaw (fixes flicker
10980                 on next unread and friends), reduce number
10981                 of g_list_nth/g_list_position where possible
10982         * src/gtk/gtkutils.c
10983         * src/gtk/gtkutils.h
10984                 Reduce number of g_list_nth/g_list_position
10985                 where possible.
10986                 All of this makes loading as 70k folder 2.1
10987                 seconds instead of 3.2 (with hot FS caches).
10988                 (1.3 seconds without Date and Size columns...)
10989
10990 2006-08-22 [paul]       2.4.0cvs72
10991
10992         wrap documents and do some items from mones' MANUAL-TODO:
10993
10994         * manual/account.xml
10995                 4.1. = fix tabname references to <quote>tabname</quote>
10996                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10997         * manual/faq.xml
10998                 1.1. = mentioned options don't match UI
10999                 Add information about the 'Never send Return Receipts'
11000                 option
11001         * manual/handling.xml
11002                 6.2. = Mentions Extended symbols button, but now is
11003                 named Information
11004                 6.3. = Mentions ... button, which is now Edit
11005
11006 2006-08-22 [colin]      2.4.0cvs71
11007
11008         * src/gtk/pluginwindow.c
11009                 Fix layout in verbose translations (such
11010                 as french)
11011
11012 2006-08-22 [paul]       2.4.0cvs70
11013
11014         * manual/Makefile.am
11015                 build manuals in alphabetical order
11016         * src/addressbook.c
11017         * src/prefs_themes.c
11018                 replace/remove deprecated symbols
11019         * src/gtk/gtkutils.c
11020                 fix a warning
11021         * src/gtk/pluginwindow.c
11022                 replace deprecated symbol
11023                 replace label text and move it
11024         * src/plugins/pgpcore/prefs_gpg.c
11025                 move the 'Generate...' button out of the
11026                 Sign Key frame, replace the English used
11027         * src/plugins/pgpcore/sgpgme.c
11028                 fixes to the English
11029
11030 2006-08-21 [colin]      2.4.0cvs69
11031
11032         * src/plugins/trayicon/trayicon.c
11033                 Add more strings for translation; patch
11034                 by Pawel
11035
11036 2006-08-21 [colin]      2.4.0cvs68
11037
11038         * src/compose.c
11039                 fix replied flag not set after drafting
11040         * src/matcher.c
11041                 fix body quicksearch in non-encoded bodies
11042                 containing '='
11043         * src/msgcache.c
11044                 Get rid of the g_malloc workaround for
11045                 corrupted caches, use g_try_malloc
11046
11047 2006-08-21 [colin]      2.4.0cvs67
11048
11049         * src/alertpanel.c
11050         * src/gtk/inputdialog.c
11051         * src/plugins/pgpcore/passphrase.c
11052                 Set minimal width to 375
11053         * src/mainwindow.c
11054                 Fix switching to offline, asking if it 
11055                 should be overriden for synchronising
11056         * src/mimeview.c
11057                 Don't offer to remember command on Open 
11058                 with for text parts, as the browser or 
11059                 text editor command isn't changed from 
11060                 there
11061
11062 2006-08-20 [paul]       2.4.0cvs66
11063
11064         * po/ko.po
11065         * po/zh_CN.po
11066                 fix plural form errors. revealed by stricter
11067                 checking of gettext 0.15
11068
11069 2006-08-18 [paul]       2.4.0cvs65
11070
11071         * src/stock_pixmap.c
11072                 fix the fix of 2.4.0cvs64
11073                 Thanks to Colin
11074
11075 2006-08-18 [paul]       2.4.0cvs64
11076
11077         * src/stock_pixmap.c
11078                 fix leaks
11079                 Thanks to Colin
11080
11081 2006-08-18 [paul]       2.4.0cvs63
11082
11083         * src/compose.c
11084         * src/procmsg.c
11085                 fix occasional IMAP bug where large msgs
11086                 were left in the queue folder after sending
11087                 Thanks to Colin
11088
11089 2006-08-18 [paul]       2.4.0cvs62
11090
11091         * src/folderview.c
11092                 freeze the summaryview while quicksearch results
11093                 are displayed
11094                 (fixes bug 456 'current message is hidden when the
11095                 view is refreshed and extended search is "unread 
11096                 messages"')
11097                 Thanks to Colin
11098         * src/textview.c
11099                 add missing #include "inputdialog.h"
11100         * src/common/utils.h
11101                 add missing mailcap_update_default() and improve
11102                 readability
11103
11104 2006-08-17 [colin]      2.4.0cvs61
11105
11106         * src/plugins/pgpcore/select-keys.c
11107                 Fix warnings :)
11108
11109 2006-08-17 [colin]      2.4.0cvs60
11110
11111         * src/compose.c
11112                 Don't continue queuing if Cancel is clicked
11113                 in select-keys
11114
11115 2006-08-17 [colin]      2.4.0cvs59
11116
11117         * src/plugins/pgpcore/select-keys.c
11118                 When encrypting, if only one key matches and it 
11119                 matches exactly, automatically use it.
11120
11121 2006-08-17 [colin]      2.4.0cvs58
11122
11123         * src/mimeview.c
11124         * src/prefs_common.c
11125         * src/prefs_common.h
11126         * src/prefs_ext_prog.c
11127         * src/textview.c
11128                 Fix issues with previous patch (text/html)
11129                 Remove outdated prefs
11130
11131 2006-08-17 [colin]      2.4.0cvs57
11132
11133         * src/imap.c
11134                 Add View Log button on auth error
11135         * src/procmsg.c
11136                 Fix encrypted mail marked as new when
11137                 saved in normal folders
11138         * src/plugins/pgpinline/pgpinline.c
11139                 Fix encrypt bug on IMAP
11140         * src/mimeview.c
11141         * src/common/utils.c
11142         * src/common/utils.h
11143         * src/gtk/inputdialog.c
11144         * src/gtk/inputdialog.h
11145                 Get rid of metamail stuff, simplify
11146                 opening, and allow remembering of user's
11147                 choices (by updating ~/.mailcap). There's
11148                 still to drop "Audio player" and "Image
11149                 viewer" preferences.
11150
11151 2006-08-17 [mones]      2.4.0cvs56
11152
11153         * manual/es/sylpheed-claws-manual.xml
11154                 fix DTD path
11155
11156 2006-08-17 [mones]      2.4.0cvs55
11157
11158         * configure.ac
11159         * manual/Makefile.am
11160         * manual/es/Makefile.am
11161         * manual/es/account.xml
11162         * manual/es/ack.xml
11163         * manual/es/addrbook.xml
11164         * manual/es/advanced.xml
11165         * manual/es/faq.xml
11166         * manual/es/glossary.xml
11167         * manual/es/gpl.xml
11168         * manual/es/handling.xml
11169         * manual/es/intro.xml
11170         * manual/es/keyboard.xml
11171         * manual/es/plugins.xml
11172         * manual/es/starting.xml
11173         * manual/es/sylpheed-claws-manual.xml
11174         * manual/es/dist/Makefile.am
11175         * manual/es/dist/html/Makefile.am
11176         * manual/es/dist/pdf/Makefile.am
11177         * manual/es/dist/ps/Makefile.am
11178         * manual/es/dist/txt/Makefile.am
11179                 Spanish translation for the manual
11180
11181 2006-08-16 [colin]      2.4.0cvs54
11182
11183         * src/compose.c
11184         * src/main.c
11185         * src/mainwindow.c
11186                 Fix send button sensitivity at startup
11187                 Set send menu sensitivity (patch by Fabien)
11188         * src/ssl_manager.c
11189                 Enable closing with esc (patch by Fabien)
11190         * src/gtk/foldersort.c
11191                 Enable closing with esc (patch by Fabien)
11192         * src/procmime.c
11193                 Optimisation (no need to copy to tempfile to
11194                 "decode" 7bit and 8bit)
11195         * src/summaryview.c
11196                 Fix cruft in swap_from case
11197         * src/textview.c
11198                 Fix missing last line in some mail cases 
11199                 (Fixes debian #381872)
11200         * src/plugins/pgpcore/prefs_gpg.c
11201         * src/plugins/pgpcore/sgpgme.c
11202         * src/plugins/pgpcore/sgpgme.h
11203                 Don't show "no key found" when user explicitely
11204                 wants to create a key
11205
11206 2006-08-16 [paul]       2.4.0cvs53
11207
11208         * configure.ac
11209         * src/account.c
11210         * src/addressbook.c
11211         * src/headerview.c
11212         * src/prefs_account.c
11213         * src/prefs_message.c
11214         * src/gtk/gtkutils.c
11215                 bump up minimum required versions of GTK+ and
11216                 GLIB to 2.6.0
11217
11218 2006-08-16 [paul]       2.4.0cvs52
11219
11220         * src/toolbar.c
11221                 workaround GTK+ Bug 351600 - 'Can't re-click
11222                 on button after sensitivity update'
11223                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11224                 Thanks to Colin
11225
11226 2006-08-15 [colin]      2.4.0cvs51
11227
11228         * src/plugins/pgpcore/prefs_gpg.c
11229                 Set options sensitivity according to
11230                 key existence
11231         * src/plugins/pgpcore/sgpgme.c
11232                 Allow to create key with no passphrase
11233
11234 2006-08-14 [cleroy]     2.4.0cvs50
11235
11236         * src/gtk/pluginwindow.c
11237                 New layout (maybe to be changed?)
11238         * src/gtk/gtkutils.c
11239                 Fix a bit label_window
11240         * src/plugins/pgpcore/passphrase.c
11241         * src/plugins/pgpcore/passphrase.h
11242         * src/plugins/pgpcore/plugin.c
11243         * src/plugins/pgpcore/prefs_gpg.c
11244         * src/plugins/pgpcore/prefs_gpg.h
11245         * src/plugins/pgpcore/sgpgme.c
11246         * src/plugins/pgpcore/sgpgme.h
11247                 Allow to create a PGP private key via the GUI
11248
11249 2006-08-14 [wwp]        2.4.0cvs49
11250
11251         * src/addressbook_foldersel.c
11252                 fix strict ISO C90 compliance.
11253
11254 2006-08-14 [paul]       2.4.0cvs48
11255
11256         * src/gtk/prefswindow.c
11257                 re-set scrolled window on opening
11258                 Patch by Ticho
11259
11260 2006-08-14 [paul]
11261
11262         2.5.0-rc1 released
11263
11264 2006-08-14 [paul]       2.4.0cvs47
11265
11266         * src/prefs_display_header.c
11267                 re-enable user-defined Displayed Headers
11268
11269 2006-08-14 [paul]       2.4.0cvs46
11270
11271         * src/prefs_account.c
11272                 use GTK_STOCK_EDIT
11273
11274 2006-08-13 [colin]      2.4.0cvs45
11275
11276         * src/common/utils.c
11277                 Fix "a" in quote when the original message is empty,
11278                 by using \0 instead of 'a' to test writability of
11279                 temp files.
11280
11281 2006-08-13 [wwp]        2.4.0cvs44
11282
11283         * src/plugins/spamassassin/spamassassin.c
11284                 fix capitalization of "SpamAssassin" in some debug, log and
11285                 dialog messages.
11286
11287 2006-08-13 [paul]       2.4.0cvs43
11288
11289         * src/editldap.c
11290                 fix overlapping widgets
11291         * src/prefs_account.c
11292                 fix translation of protocol_names[]
11293                 fix label disappearing off the edge of the
11294                 visible area
11295
11296 2006-08-12 [paul]       2.4.0cvs42
11297
11298         * manual/plugins.xml
11299                 update IRC channel info before it gets forgotten
11300                 about
11301
11302 2006-08-11 [colin]      2.4.0cvs41
11303
11304         * src/compose.c
11305         * src/mainwindow.c
11306         * src/mainwindow.h
11307         * src/procmsg.c
11308         * src/procmsg.h
11309         * src/summaryview.c
11310         * src/toolbar.c
11311                 Grey out the Send button if
11312                 - Queue folders are empty, or
11313                 - We're sending already
11314
11315 2006-08-11 [wwp]        2.4.0cvs40
11316
11317         * src/main.c
11318                 fix a logic issue when quitting while a compose window is
11319                 still open, thanks to Colin.
11320
11321 2006-08-10 [colin]      2.4.0cvs39
11322
11323         * src/main.c
11324                 Fix default font size setting after wizard run
11325         * src/imap.c
11326         * src/etpan/imap-thread.c
11327         * src/etpan/imap-thread.h
11328                 Fix bug #999 (Timing out on TSL cert validation 
11329                 dialog makes ugly things happen). Also, STARTTLS
11330                 unconditionnaly if initial capabilities contain
11331                 LOGINDISABLED and STARTTLS.
11332
11333 2006-08-09 [colin]      2.4.0cvs38
11334
11335         * src/mainwindow.c
11336         * src/mainwindow.h
11337                 Fix Tools/Actions sensitivity when there are
11338                 no actions
11339
11340 2006-08-09 [colin]      2.4.0cvs37
11341
11342         * src/prefs_filtering.c
11343                 Warning fix, patch by Paul
11344         * src/messageview.c
11345         * src/prefs_actions.c
11346         * src/prefs_filtering_action.c
11347         * src/prefs_matcher.c
11348                 Uniformisation of "Info ..." to "Info..." (for
11349                 old gtk), patch by Fabien
11350         * src/plugins/clamav/clamav_plugin_gtk.c
11351                 Sensitivity fix by Fabien
11352
11353 2006-08-09 [colin]      2.4.0cvs36
11354
11355         * src/main.c
11356         * src/main.h
11357                 Add a function to know whether we're exiting
11358         * src/plugins/trayicon/trayicon.c
11359                 If exiting, don't do anything. Faster, and
11360                 avoids gtk_main_iteration reentracy causing
11361                 segfaults at exit
11362
11363 2006-08-09 [colin]      2.4.0cvs35
11364
11365         * src/messageview.c
11366         * src/mimeview.c
11367         * src/mimeview.h
11368                 Fix lack of part selection when automatically 
11369                 jumping to a specific part
11370         * src/msgcache.c
11371                 Little optimisation in cache reading
11372
11373 2006-08-09 [colin]      2.4.0cvs34
11374
11375         * src/compose.c
11376                 Fix crash setting the priority on reedit
11377                 (Accessing compose before creating it!)
11378
11379 2006-08-08 [colin]      2.4.0cvs33
11380
11381         * src/procmime.c
11382                 Fix bug #998 (last attachment is not accessible)
11383                 Bad RFC interpretation on multipart close-delimiters
11384         * src/mimeview.c
11385         * src/mimeview.h
11386         * src/gtk/gtkvscrollbutton.c
11387         * src/gtk/gtkvscrollbutton.h
11388                 Make attachments list wheel-scrollable
11389
11390 2006-08-07 [colin]      2.4.0cvs32
11391
11392         * src/gtk/gtkaspell.c
11393                 Fix bug #973 (Unicode punctation characters 
11394                 are not recognized as separators by the
11395                 spell checker); fix unsigned stuff
11396
11397 2006-08-07 [colin]      2.4.0cvs31
11398
11399         * src/compose.c
11400                 Fix bug #956 (DnD text with accents in compose 
11401                 text entry); fix gccc's signed/unsigned fuss
11402
11403 2006-08-06 [colin]      2.4.0cvs30
11404
11405         * src/main.c
11406                 Fix bug #979 (Plugin crashes when exiting 
11407                 sylpheed-claws) : handle exit request only 
11408                 once
11409
11410 2006-08-05 [colin]      2.4.0cvs29
11411
11412         * src/news.c
11413                 Just make sure we have a msgid.
11414
11415 2006-08-05 [colin]      2.4.0cvs28
11416
11417         * src/news.c
11418         * src/summaryview.c
11419                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11420                 by reimplementing it
11421         * src/textview.c
11422                 Fix bug when hiding quotes with level > 3 and quote
11423                 colors are recycled
11424
11425 2006-08-04 [colin]      2.4.0cvs27
11426
11427         * src/compose.c
11428         * src/undo.c
11429         * src/undo.h
11430                 Fix a bit replace-by-pasting undo
11431         * src/mainwindow.c
11432         * src/messageview.c
11433                 Fix Fold quotes menu synchro in
11434                 mainwindow when it changes in 
11435                 messageview
11436         * src/textview.c
11437                 Fix right-click on quotes blocks
11438         * src/common/utils.c
11439                 Verify that the file created by
11440                 my_tmpfile() is writable. Fixes
11441                 bug #988 (very specific filesystem
11442                 issue)
11443         * src/plugins/pgpcore/sgpgme.c
11444                 Fix file descriptor leak
11445         * src/plugins/spamassassin/spamassassin.c
11446                 Warn once if spamd isn't reachable
11447
11448 2006-08-04 [colin]      2.4.0cvs26
11449
11450         * src/toolbar.c
11451                 i18n context patch by Fabien
11452
11453 2006-08-03 [colin]      2.4.0cvs25
11454
11455         * src/mainwindow.c
11456         * src/messageview.c
11457                 Rename "Hide quotes" to "Fold quotes"
11458         * src/textview.c
11459                 Don't use hand cursor on quotes. "all 
11460                 the bonuses of the feature and none of 
11461                 unwelcome side-effects"
11462
11463 2006-08-03 [colin]      2.4.0cvs24
11464
11465         * AUTHORS
11466         * sylpheed-claws.desktop
11467         * src/gtk/authors.h
11468                 Bring the desktop file to XDG compliance
11469                 Patch by Charles A. Edwards
11470
11471 2006-08-03 [colin]      2.4.0cvs23
11472
11473         * src/textview.c
11474                 Fix links offset when they are preceded
11475                 by accentued chars (g_utf8_strlen!)
11476         * src/mainwindow.c
11477                 Fix wrong status when starting offline
11478
11479
11480 2006-08-03 [wwp]        2.4.0cvs22
11481
11482         * src/prefs_common.h
11483                 ask what to do w/ filtering rules that belong to an account when
11484                 applying filtering rules manually from the main window (skip,
11485                 apply regardless of the account, use current account). This dialog
11486                 can be skipped and the last reply used.
11487                 (forgot that file)
11488
11489 2006-08-03 [wwp]        2.4.0cvs21
11490
11491         * src/filtering.c
11492         * src/filtering.h
11493         * src/prefs_common.c
11494         * src/summaryview.c
11495         * src/alertpanel.c
11496         * src/alertpanel.h
11497         * src/messageview.c
11498                 ask what to do w/ filtering rules that belong to an account when
11499                 applying filtering rules manually from the main window (skip,
11500                 apply regardless of the account, use current account). This dialog
11501                 can be skipped and the last reply used.
11502
11503
11504 2006-08-03 [colin]      2.4.0cvs20
11505
11506         * src/textview.c
11507                 Optimize previous patch
11508
11509 2006-08-03 [cleroy]     2.4.0cvs19
11510
11511         * src/textview.c
11512                 Fix quotes getting toggled back when the
11513                 mail has an even number of text parts
11514
11515 2006-08-02 [colin]      2.4.0cvs18
11516
11517         * src/messageview.c
11518                 Add Hide quotes menu
11519
11520 2006-08-02 [colin]      2.4.0cvs17
11521
11522         * src/mainwindow.c
11523         * src/prefs_common.c
11524         * src/textview.c
11525         * src/textview.h
11526         * src/gtk/about.c
11527                 Allow per-level quote hiding,
11528                 Allow toggling quotes by double-clicking them
11529                 Rename RemoteURI to ClickableText to reflect
11530                 the fact it's used for a variety of things
11531
11532 2006-08-02 [wwp]        2.4.0cvs16
11533
11534         * src/mainwindow.c
11535                 fix "View/Hide quotes" menu item status initialization.
11536
11537 2006-08-02 [wwp]        2.4.0cvs15
11538
11539         * src/matcher_parser_parse.y
11540                 remove a debug trace.
11541
11542 2006-08-02 [paul]       2.4.0cvs14
11543
11544         * src/plugins/pgpcore/passphrase.c
11545                 don't set initial dialog size
11546                 make it resizable
11547
11548 2006-08-02 [paul]       2.4.0cvs13
11549
11550         * src/noticeview.c
11551                 remove the rogue '/' character
11552
11553 2006-08-02 [paul]       2.4.0cvs12
11554
11555         * src/noticeview.c
11556                 allow buttons to resize as necessary
11557
11558 2006-08-01 [wwp]        2.4.0cvs11
11559
11560         * src/mbox.c
11561                 fix strict ISO C90 compliance.
11562
11563 2006-08-01 [wwp]        2.4.0cvs10
11564
11565         * tools/update-po
11566                 updated update-po tool to work w/ context-dependent translations.
11567                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11568
11569 2006-08-01 [wwp]        2.4.0cvs9
11570
11571         * src/matcher.c
11572         * src/prefs_filtering.c
11573         * src/prefs_matcher.c
11574                 allow context-dependent translations for "All",
11575                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11576
11577 2006-07-31 [colin]      2.4.0cvs8
11578
11579         * AUTHORS
11580         * src/gtk/authors.h
11581                 Add Rafal to authors
11582
11583 2006-07-31 [colin]      2.4.0cvs7
11584
11585         * src/compose.c
11586         * src/mainwindow.c
11587         * src/messageview.h
11588         * src/prefs_common.c
11589         * src/prefs_common.h
11590         * src/textview.c
11591                 Add 'View/Hide quotes'. Patch based on a patch
11592                 by Rafal Weglarz
11593
11594 2006-07-31 [colin]      2.4.0cvs6
11595
11596         * src/action.c
11597                 Fix problem with "> stuff >" actions
11598
11599 2006-07-31 [paul]       2.4.0cvs5
11600
11601         * po/nb.po
11602                 updated by Geir Helland
11603
11604 2006-07-31 [wwp]        2.4.0cvs4
11605
11606         * src/mainwindow.c
11607         * src/summaryview.c
11608         * src/summaryview.h
11609                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11610                 thanks to Colin.
11611
11612 2006-07-31 [wwp]        2.4.0cvs3
11613
11614         * src/Makefile.am
11615         * src/addr_compl.c
11616         * src/addr_compl.h
11617         * src/addressbook.c
11618         * src/addressbook.h
11619         * src/addressbook_foldersel.c
11620         * src/addressbook_foldersel.h
11621         * src/addrindex.c
11622         * src/addrindex.h
11623         * src/matcher.c
11624         * src/matcher.h
11625         * src/matcher_parser_lex.l
11626         * src/matcher_parser_parse.y
11627         * src/prefs_common.c
11628         * src/prefs_common.h
11629         * src/prefs_filtering.c
11630         * src/prefs_matcher.c
11631         * src/prefs_matcher.h
11632         * src/summaryview.c
11633                 introduce filtering against the address book. It's now possible to add
11634                 matched conditions to determine if any email address in a message matches
11635                 or doesn't match any or all books or folders in the address book.
11636
11637 2006-07-31 [wwp]        2.4.0cvs2
11638
11639         * src/account.c
11640         * src/filtering.c
11641         * src/filtering.h
11642         * src/folder.c
11643         * src/folderview.c
11644         * src/inc.c
11645         * src/mainwindow.c
11646         * src/matcher.c
11647         * src/matcher_parser_lex.l
11648         * src/matcher_parser_parse.y
11649         * src/mbox.c
11650         * src/prefs_filtering.c
11651         * src/prefs_filtering.h
11652         * src/procmsg.c
11653         * src/procmsg.h
11654         * src/summaryview.c
11655                 introduce per-account filtering rules. Each filtering rule can now be assigned
11656                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11657                 when applying filtering rules manually, as all rules will apply - even the ones
11658                 assigned to an account. This issue will be addressed soon.
11659  
11660
11661
11662 2006-07-31 [wwp]        2.4.0cvs1
11663
11664         * src/quote_fmt.c
11665                 make more strings translatable.
11666
11667 2006-07-31 [paul]       2.4.0
11668
11669         2.4.0 released
11670
11671 2006-07-31 [paul]       2.3.1cvs91
11672
11673         * po/ca.po
11674                 updated by Miquel Oliete
11675
11676 2006-07-31 [paul]       2.3.1cvs90
11677
11678         * po/de.po
11679         * po/el.po
11680         * po/fr.po
11681         * po/it.po
11682         * po/pl.po
11683         * po/pt_BR.po
11684         * po/sr.po
11685         * po/zh_CN.po
11686                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11687                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11688                 Aleksandar Urosevic, and Ralgh Young
11689
11690 2006-07-31 [paul]       2.3.1cvs89
11691
11692         * src/account.c
11693         * src/main.c
11694         * src/mainwindow.c
11695         * src/mainwindow.h
11696                 Fix a race condition when, after an SC crash, rescanning
11697                 folders took more than 0.5 seconds
11698                 Thanks to Colin
11699
11700 2006-07-31 [paul]       2.3.1cvs88
11701
11702         * src/folderview.c
11703                 don't translate separator strings
11704
11705 2006-07-30 [mones]      2.3.1cvs87
11706
11707         * doc/man/sylpheed-claws.1
11708                 Fixed non-ASCII chars in Hoa's name
11709         * po/es.po
11710                 Updated for release
11711
11712 2006-07-27 [colin]      2.3.1cvs86
11713
11714         * src/textview.c
11715                 Don't include the leading \n in links
11716                 Patch by Fabien
11717
11718 2006-07-25 [colin]      2.3.1cvs85
11719
11720         * src/mainwindow.c
11721         * src/common/socket.h
11722         * src/etpan/imap-thread.c
11723                 Refresh resolvers before connecting
11724                 to IMAP servers, and after switching
11725                 to online. Thanks to Paul.
11726
11727 2006-07-18 [colin]
11728
11729         * 2.4.0-rc4 released
11730
11731 2006-07-17 [colin]      2.3.1cvs84
11732
11733         * src/inc.c
11734                 Show connection attempt in statusbar before
11735                 connecting (previously first message was
11736                 "Retrieving messages from ..." after the
11737                 connection succeeded.
11738
11739 2006-07-16 [wwp]        2.3.1cvs83
11740
11741         * sylpheed-claws.ico
11742                 Added .ico file (windows multi-size icon file, generated).
11743
11744 2006-07-12 [wwp]        2.3.1cvs82
11745
11746         * src/messageview.c
11747                 remove Message/Re-edit menu entry from messageview window,
11748                 as sent/draft/queued messages are opened in compose window when
11749                 re-edited and it's not possible to re-edit other msgs.
11750
11751 2006-07-12 [paul]       2.3.1cvs81
11752
11753         * AUTHORS
11754         * src/mainwindow.c
11755         * src/gtk/authors.h
11756                 check online state before resetting
11757                 mailcheck timer. Useful if some program
11758                 verifies connection state and updates
11759                 Claws.
11760                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11761
11762 2006-07-12 [paul]       2.3.1cvs80
11763
11764         * sylpheed-claws-128x128.png
11765         * sylpheed-claws-64x64.png
11766         * sylpheed-claws.png
11767         * src/Makefile.am
11768         * src/main.c
11769         * src/prefs_toolbar.c
11770         * src/stock_pixmap.c
11771         * src/stock_pixmap.h
11772         * src/wizard.c
11773         * src/gtk/about.c
11774         * src/gtk/gtkutils.c
11775         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11776         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11777         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11778         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11779         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11780         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11781                 updated and renamed logo/icon files and related
11782                 logo by Jesper Schultz
11783
11784 2006-07-11 [paul]       2.3.1cvs79
11785
11786         * src/main.c
11787                 fix the labels a smidgin
11788
11789 2006-07-09 [colin]      2.3.1cvs78
11790
11791         * src/textview.c
11792                 Show errors in textviewer's command
11793                 Patch by H. Merijn Brand
11794
11795 2006-07-09 [colin]      2.3.1cvs77
11796
11797         * src/compose.c
11798                 Save FMID in drafts too
11799
11800 2006-07-08 [colin]      2.3.1cvs76
11801
11802         * src/compose.c
11803                 Svae RMID in drafted mails too
11804                 Save quote_fmt vars for whole mails,
11805                 don't reset at each quote_fmt_init:
11806                 allows to use the same |i{var} in
11807                 various template fields
11808         * src/prefs_template.c
11809         * src/quote_fmt.h
11810         * src/quote_fmt_parse.y
11811                 Same
11812
11813 2006-07-08 [colin]      2.3.1cvs75
11814
11815         * src/textview.c
11816                 Fix highlighting of attached parts URIs
11817
11818 2006-07-08 [colin]      2.3.1cvs74
11819
11820         * src/main.c
11821                 Prevent bug #981 (sc 2.3.1 segfaults with 
11822                 gtk+ 2.10) from being reported again:
11823                 if Sylpheed-Claws has been compiled against
11824                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11825                 of if Sylpheed-Claws has been compiled against
11826                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11827                 error out.
11828
11829 2006-07-07 [colin]      2.3.1cvs73
11830
11831         * src/prefs_actions.c
11832                 Fix label
11833
11834 2006-07-07 [colin]      2.3.1cvs72
11835
11836         * src/prefs_actions.c
11837                 Fix compile on gtk < 2.8. argh :)
11838
11839 2006-07-07 [paul]       2.3.1cvs71
11840
11841         * src/common/defs.h
11842                 update DONATE_URI
11843
11844 2006-07-07 [colin]      2.3.1cvs70
11845
11846         * po/POTFILES.in
11847         * src/quote_fmt.c
11848         * src/quote_fmt_lex.l
11849         * src/quote_fmt_parse.y
11850                 Add |i{var}, a way to insert user-entered
11851                 text in a template
11852
11853 2006-07-07 [colin]
11854
11855         * 2.4.0-rc3 released
11856
11857 2006-07-07 [colin]      2.3.1cvs69
11858
11859         * src/folder.c
11860                 Don't consider inboxes of UNKNOWN folder 
11861                 classes to be useable as default inboxes
11862
11863 2006-07-07 [paul]       2.3.1cvs68
11864
11865         * src/textview.c
11866                 add missing #include <errno.h>
11867                 Thanks to René J. Blokland
11868
11869 2006-07-07 [paul]       2.3.1cvs67
11870
11871         * src/action.c
11872                 Return now Closes dialog
11873         * src/mimeview.c
11874         * src/mimeview.h
11875         * src/textview.c
11876                 add contextual menu to mime parts listed
11877                 in the textview
11878                 Thanks to Colin
11879         * src/common/utils.c
11880                 reversal: ' is a valid character in URLs
11881
11882 2006-07-06 [colin]      2.3.1cvs66
11883
11884         * src/remotefolder.h
11885                 Forgotten in previous commit
11886
11887 2006-07-06 [colin]      2.3.1cvs65
11888
11889         * src/folder.c
11890                 Set summary update flag whenever
11891                 totals changed
11892         * src/imap.c
11893         * src/prefs_account.c
11894         * src/common/utils.h
11895         * src/etpan/imap-thread.c
11896                 Fix warnings, thanks to Fabien and
11897                 Ricardo
11898
11899 2006-07-06 [wwp]        2.3.1cvs64
11900
11901         * src/gtk/gtkutils.c
11902                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11903
11904 2006-07-06 [wwp]        2.3.1cvs63
11905
11906         * src/account.c
11907         * src/addressbook.c
11908         * src/addressitem.h
11909         * src/folderview.c
11910         * src/mainwindow.c
11911         * src/manual.c
11912         * src/manual.h
11913         * src/message_search.c
11914         * src/prefs_actions.c
11915         * src/prefs_filtering.c
11916         * src/prefs_filtering.h
11917         * src/prefs_template.c
11918         * src/summary_search.c
11919         * src/summaryview.c
11920         * src/gtk/gtkutils.c
11921         * src/gtk/gtkutils.h
11922         * src/gtk/pluginwindow.c
11923                 add help buttons to some dialogs. Clicking such buttons opens a
11924                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11925
11926 2006-07-06 [paul]       2.3.1cvs62
11927
11928         * src/textview.c
11929                 fix attachments contextual menu
11930                 Thanks to Colin
11931
11932 2006-07-05 [colin]      2.3.1cvs61
11933
11934         * src/textview.c
11935         * src/compose.c
11936                 Handle sftp:// links
11937
11938 2006-07-05 [paul]       2.3.1cvs60
11939
11940         * src/gtk/filesel.c
11941                 grab save button by default
11942                 Thanks to Colin
11943
11944 2006-07-05 [wwp]        2.3.1cvs59
11945
11946         * manual/xml2pdf
11947                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11948
11949 2006-07-04 [colin]      2.3.1cvs58
11950
11951         * src/mimeview.c
11952         * src/textview.c
11953                 Use left click to select, middle click to open
11954                 on mimeparts links
11955         * src/common/utils.c
11956                 Fix segfault
11957
11958 2006-07-04 [colin]      2.3.1cvs57
11959
11960         * src/mainwindow.c
11961         * src/news.c
11962                 Warning fixes, thanks to Fabien
11963
11964 2006-07-04 [colin]      2.3.1cvs56
11965
11966         * src/mimeview.c
11967         * src/mimeview.h
11968         * src/textview.c
11969                 Allow parts to be selected via their text label
11970                 in textview
11971
11972 2006-07-04 [colin]      2.3.1cvs55
11973
11974         * src/folderview.c
11975                 Feedback when closing (for big folders)
11976         * src/prefs_actions.c
11977         * src/prefs_filtering.c
11978         * src/prefs_matcher.c
11979         * src/prefs_template.c
11980                 Fix default button when closing without
11981                 having saved
11982
11983 2006-07-04 [colin]      2.3.1cvs54
11984
11985         * src/news.c
11986                 Delete local file on deletion
11987
11988 2006-07-03 [colin]      2.3.1cvs53
11989
11990         * src/folderview.c
11991         * src/main.c
11992                 Don't freeze when rescanning after crash
11993
11994 2006-07-03 [wwp]        2.3.1cvs52
11995
11996         * src/compose.c
11997         * src/privacy.c
11998         * src/privacy.h
11999         * src/plugins/pgpinline/pgpinline.c
12000         * src/plugins/pgpmime/pgpmime.c
12001                 don't report an error when the user cancels the passphrase dialog.
12002
12003 2006-07-02 [colin]      2.3.1cvs51
12004
12005         * src/folderview.c
12006                 Open message when crossing folders with Space,
12007                 goto next unread and friends
12008
12009 2006-07-01 [colin]      2.3.1cvs50
12010
12011         * src/prefs_account.c
12012                 Typographic rules varying from language
12013                 to language (in french "Protocole :"),
12014                 we have to do that :)
12015
12016 2006-07-01 [ticho]      2.3.1cvs49
12017
12018         * src/prefs_account.c
12019                 Only use one temporary gchar* variable in
12020                 prefs_account_protocol_set_optmenu().
12021
12022 2006-07-01 [ticho]      2.3.1cvs48
12023
12024         * src/prefs_account.c
12025         * src/prefs_account.h
12026                 Use GtkLabel for existing account protocol name.
12027                 Created an array for protocol names and populate the
12028                 combobox from it in a for() cycle.
12029
12030 2006-06-30 [colin]      2.3.1cvs47
12031
12032         * src/compose.c
12033                 Block undo when changing signature (by changing
12034                 account)
12035
12036 2006-06-30 [paul]       2.3.1cvs46
12037
12038         * src/send_message.c
12039                 when editing From in the Compose window, use that address
12040                 in the Return-Path: header
12041                 Thanks to Colin
12042
12043 2006-06-30 [colin]      2.3.1cvs45
12044
12045         * src/compose.c
12046                 Fix signature replacement:
12047                 - when no newline before separator
12048                 - when reediting
12049
12050 2006-06-29 [colin]      2.3.1cvs44
12051
12052         * src/folderview.c
12053         * src/folderview.h
12054         * src/mainwindow.c
12055         * src/summaryview.c
12056                 Let 'View/Go to/Next marked' work like
12057                 Next new & Next unread: across folders
12058                 Change the select_on_entry pref to do
12059                 what we want when changing folder
12060         * src/common/utils.c
12061                 Fix single-quoted links 
12062
12063 2006-06-29 [colin]      2.3.1cvs43
12064
12065         * src/gtk/gtkaspell.c
12066                 "Sylpheed" and "Sylpheed-Claws" do exist !
12067
12068 2006-06-29 [colin]      2.3.1cvs42
12069
12070         * src/imap.c
12071                 Forgot to remove debug
12072
12073 2006-06-29 [colin]      2.3.1cvs41
12074
12075         * src/imap.c
12076         * src/imap.h
12077         * src/mainwindow.c
12078                 Disconnect from IMAP servers when going
12079                 offline. Fixes bug #978 (going to offline-mode 
12080                 won't close connections)
12081
12082 2006-06-29 [colin]      2.3.1cvs40
12083
12084         * src/main.c
12085                 Fix transient setting on failing plugins
12086                 Patch by Fabien
12087         * src/plugins/pgpcore/sgpgme.c
12088                 Only warn for OpenPGP. Most people don't
12089                 have CMS available.
12090
12091 2006-06-29 [colin]      2.3.1cvs39
12092
12093         * src/compose.c
12094                 Fix Spelling menu (discrepancy between context menu
12095                 and top menu when folder's dictionary isn't the 
12096                 default one)
12097         * src/plugins/pgpcore/sgpgme.c
12098                 More error reporting about why gpgme can fail
12099
12100 2006-06-29 [wwp]        2.3.1cvs38
12101
12102         * src/mainwindow.c
12103                 honor the display-header-pane setting even when the message view
12104                 is a separate window.
12105
12106 2006-06-29 [wwp]        2.3.1cvs37
12107
12108         * src/prefs_actions.c
12109                 forgot to commit that one (use of GTK_STOCK_INFO).
12110
12111 2006-06-29 [colin]      2.3.1cvs36
12112
12113         * src/imap.c
12114                 Better handling of login errors (ask the password
12115                 again once), alert in case of error. Fix three
12116                 signedness warnings.
12117
12118 2006-06-28 [wwp]        2.3.1cvs35
12119
12120         * src/prefs_template.c
12121         * src/prefs_matcher.c
12122         * src/prefs_filtering_action.c
12123         * src/prefs_quote.c
12124                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
12125                 patch by Fabien Vantard, slightly modified.
12126
12127 2006-06-28 [paul]
12128
12129         2.4.0-rc2 released
12130
12131 2006-06-28 [colin]      2.3.1cvs34
12132
12133         * src/prefs_account.c
12134                 Fix bug #977 (Can't add or edit imap accounts)
12135
12136 2006-06-28 [colin]      2.3.1cvs33
12137
12138         * src/mimeview.c
12139                 Fix previous
12140
12141 2006-06-28 [colin]      2.3.1cvs32
12142
12143         * src/mimeview.c
12144                 Save named inlined attachments with "Save all"
12145         * src/main.c
12146         * src/mbox.c
12147         * src/common/plugin.c
12148         * src/common/plugin.h
12149         * src/common/sylpheed.c
12150         * src/common/utils.c
12151         * src/plugins/pgpcore/sylpheed.def
12152         * src/plugins/pgpinline/sylpheed.def
12153         * src/plugins/pgpmime/sylpheed.def
12154                 Win32 compatibility patch, by
12155                 Werner Koch
12156
12157 2006-06-28 [wwp]        2.3.1cvs31
12158
12159         * src/imap.c
12160         * src/prefs_folder_item.c
12161                 less compilation warnings (thanks to Fabien Vantard), less typos.
12162
12163 2006-06-28 [paul]       2.3.1cvs30
12164
12165         * src/gtk/gtkutils.c
12166                 gtk_combo_box_set_focus_on_click() is only
12167                 available since gtk 2.6.0
12168
12169 2006-06-28 [paul]       2.3.1cvs29
12170
12171         * src/prefs_ext_prog.c
12172                 fix engrish and add a tooltip for the
12173                 'command for 'Display as text' option
12174
12175 2006-06-28 [paul]
12176
12177         2.4.0-rc1 released
12178
12179 2006-06-28 [paul]       2.3.1cvs28
12180
12181         * ChangeLog
12182         * tools/Makefile.am
12183                 include textviewer.pl in releases
12184
12185 2006-06-28 [paul]       2.3.1cvs27
12186
12187         * src/prefs_ext_prog.c
12188                 hide Print command option if libgnomeprint
12189                 support is present
12190
12191 2006-06-27 [colin]      2.3.1cvs26
12192
12193         * src/compose.c
12194                 Fix Esc handling in insert/attach dialog
12195                 Don't show this dialog if dragging something
12196                 else than text/uri-list
12197                 Thanks to Fabien Vantard
12198         * tools/textviewer.pl
12199                 Filter script to display stuff as text
12200                 by H. Merijn Brand
12201
12202 2006-06-27 [wwp]        2.3.1cvs25
12203
12204         * src/messageview.c
12205                 use the exact product name (message view title), patch
12206                 by Fabien Vantard.
12207
12208 2006-06-27 [ticho]      2.3.1cvs24
12209
12210         * src/prefs_account.c
12211         * src/prefs_common.c
12212         * src/prefs_common.h
12213         * src/prefs_ext_prog.c
12214         * src/textview.c
12215                 Add a preference (Preferences/External programs)
12216                 to allow "Display as text" to be done via a script
12217                 (patch by H.Merijn Brand).
12218                 Use GtkComboBox for protocol selection in account
12219                 preferences.
12220                 Only include current choice for existing accounts, and
12221                 insensitivize the combobox.
12222
12223 2006-06-27 [paul]       2.3.1cvs23
12224
12225         * src/mbox.c
12226                 fix crasher introduced in cvs21.
12227                 Thanks to Colin
12228
12229 2006-06-26 [colin]      2.3.1cvs22
12230
12231         * src/mbox.c
12232                 Fix double-frees when leaving folders
12233                 after exporting to mbox
12234
12235 2006-06-26 [colin]      2.3.1cvs21
12236
12237         * src/mbox.c
12238                 More feedback (and optimisation)
12239                 on import/export
12240         * src/common/utils.c
12241                 Fix case when looking for mail addresses
12242         * src/gtk/gtkutils.c
12243                 Extra check for (X-)Face
12244
12245 2006-06-25 [ticho]      2.3.1cvs20
12246
12247         * src/compose.c
12248         * src/exphtmldlg.c
12249         * src/gtk/gtkutils.c
12250         * src/gtk/gtkutils.h
12251                 Added second argument to gtkut_sc_combobox_create() to
12252                 control focus-on-click for the widget.
12253                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12254
12255 2006-06-25 [ticho]      2.3.1cvs19
12256
12257         * src/compose.c
12258         * src/gtk/Makefile.am
12259         * src/gtk/combobox.c
12260         * src/gtk/combobox.h
12261         * src/gtk/gtkutils.c
12262         * src/gtk/gtkutils.h
12263                 Use GtkComboBox instead of deprecated GtkOptionMenu
12264                 for account selector in compose window and for encoding
12265                 selector in attachment properties.
12266                 Also factorise working with the new GtkComboBox somewhat.
12267
12268 2006-06-24 [paul]       2.3.1cvs18
12269
12270         * src/prefs_common.c
12271                 use the correct default value
12272
12273 2006-06-24 [paul]       2.3.1cvs17
12274
12275         * src/compose.c
12276         * src/prefs_common.c
12277         * src/prefs_common.h
12278         * src/prefs_compose_writing.c
12279                 enable setting of default action when
12280                 dnd'ing files in the compose window.
12281                 (Collaborative effort with wwp)
12282
12283 2006-06-23 [wwp]        2.3.1cvs16
12284
12285         * src/compose.c
12286                 i18n fix (thanks to Fabien Vantard)
12287
12288 2006-06-22 [colin]      2.3.1cvs15
12289
12290         * src/prefs_customheader.c
12291                 Don't use filters in custom headers' file 
12292                 selector. Remember, extensions mean nothing :)
12293
12294 2006-06-22 [paul]       2.3.1cvs14
12295
12296         * configure.ac
12297                 allow setting of man directory location
12298
12299 2006-06-22 [colin]      2.3.1cvs13
12300
12301         * src/mainwindow.c
12302                 Add 'View/Go to/Next unread folder'.
12303                 I missed that :)
12304
12305 2006-06-22 [colin]      2.3.1cvs12
12306
12307         * src/common/utils.c
12308                 Add some subject prefixes
12309                 Patch by Bjorn T Johansen <btj@havleik.no>
12310
12311 2006-06-22 [colin]      2.3.1cvs11
12312
12313         * manual/advanced.xml
12314                 Forgotten hidden pref
12315
12316 2006-06-21 [paul]       2.3.1cvs10
12317
12318         * src/prefs_account.c
12319                 complete the removal of 'Add date header' option
12320
12321 2006-06-21 [paul]       2.3.1cvs9
12322
12323         * src/account.c
12324         * src/compose.c
12325         * src/prefs_account.c
12326         * src/prefs_account.h
12327                 remove option to add date header - always
12328                 add date header
12329         * src/etpan/imap-thread.c
12330                 fix warnings (Thanks to Colin)
12331
12332 2006-06-21 [wwp]        2.3.1cvs8
12333
12334         * src/folder.c
12335                 set the attachment flag when inline text part are (file)named. This is more convenient
12336                 when receiving (for instance) inline source files or patches sent using thunderbird.
12337
12338 2006-06-21 [paul]       2.3.1cvs7
12339
12340         * src/inc.c
12341                 fix off-by-one count of current msg in
12342                 statusbar filtering progressbar
12343
12344 2006-06-21 [paul]       2.3.1cvs6
12345
12346         * src/folder.c
12347                 Show attachment icon even if the part is 'inline'
12348                 if the following conditions are met:
12349                 - content-type != 'text/plain'
12350                 - content-type != '*/pgp-signature'
12351                 - either 'name' or 'filename' parameter is not NULL
12352                 
12353                 Thanks to Colin
12354
12355 2006-06-21 [paul]       2.3.1cvs5
12356
12357         * src/messageview.c
12358         * src/prefs_common.c
12359         * src/prefs_common.h
12360         * src/prefs_other.c
12361                 add an option to 'Never send Return
12362                 Receipts'
12363                 Thanks to Colin
12364
12365 2006-06-20 [mones]      2.3.1cvs4
12366
12367         * po/es.po
12368                 updated
12369         * src/compose.c
12370                 typo fixed (space after comma)
12371         * tools/make.themes.project
12372                 remove exec mode from tarball files
12373
12374 2006-06-20 [colin]      2.3.1cvs3
12375
12376         * src/news.c
12377         * src/procheader.c
12378         * src/unmime.c
12379                 Better fix for \n's in headers (don't 
12380                 break Received: and others)
12381
12382 2006-06-20 [paul]       2.3.1cvs2
12383
12384         * src/alertpanel.c
12385         * src/textview.c
12386                 improve legibility of phishing attempt
12387                 dialog
12388
12389 2006-06-20 [paul]       2.3.1cvs1
12390
12391         * NEWS
12392         * README
12393         * configure.ac
12394                 Update version number following
12395                 stable release
12396
12397 2006-06-20 [colin]      2.3.0cvs26
12398
12399         * src/compose.c
12400                 When dragging a file to the text of the compose
12401                 window, ask whether we want to insert or attach
12402                 (I know lots of people who do that to attach)
12403
12404 2006-06-20 [colin]      2.3.0cvs25
12405
12406         * src/etpan/imap-thread.c
12407                 Fix threshold (the append command is often > 32 bytes)
12408
12409 2006-06-19 [colin]      2.3.0cvs24
12410
12411         * src/imap.c
12412         * src/etpan/imap-thread.c
12413                 Workaround Rockliffe IMAP server bug: replace
12414                 "x UID SEARCH (ANSWERED UID 1:*)" with
12415                 "x UID SEARCH ANSWERED"
12416                 (Rockliffe doesn't handle the parenthesis)
12417
12418 2006-06-19 [colin]      2.3.0cvs23
12419
12420         * src/compose.c
12421         * src/imap.c
12422         * src/etpan/imap-thread.c
12423                 Probably fix bug #972 (Freezes when adding 
12424                 an attachment to the message)
12425         * src/common/defs.h
12426                 Modernize Firefox cmd
12427
12428
12429 2006-06-18 [colin]      2.3.0cvs22
12430
12431         * src/prefs_customheader.c
12432                 Only allow correct filenames for various
12433                 custom headers
12434
12435 2006-06-18 [colin]      2.3.0cvs21
12436
12437         * src/prefs_customheader.c
12438                 Add a 'From File...' button in custom headers prefs, which
12439                 try to do the right thing: 
12440                 for normal headers, use file as plaintext,
12441                 for X-Face, calls compface,
12442                 for Face, encode to b64.
12443
12444 2006-06-17 [colin]      2.3.0cvs20
12445
12446         * src/mh.c
12447                 Warning fix
12448
12449 2006-06-16 [colin]      2.3.0cvs19
12450
12451         * src/summaryview.c
12452                 Recursive quicksearch: show message list
12453                 in current folder, *then* search children
12454                 in the background.
12455
12456 2006-06-16 [colin]      2.3.0cvs18
12457
12458         * src/main.c
12459                 Instead of ignoring SIGPIPE, save caches
12460                 when getting one. Will fix the fact that
12461                 hot caches are out-of-date when logging 
12462                 out of Xorg.
12463         * src/compose.c
12464         * src/prefs_compose_writing.c
12465                 Only save text (not attachments) when 
12466                 auto-saving to drafts
12467         * src/unmime.c
12468                 Always replace \n, \r and \t with spaces
12469                 in headers
12470         * manual/dist/html/Makefile.am
12471         * manual/dist/pdf/Makefile.am
12472         * manual/dist/ps/Makefile.am
12473         * manual/dist/txt/Makefile.am
12474         * manual/fr/dist/html/Makefile.am
12475         * manual/fr/dist/pdf/Makefile.am
12476         * manual/fr/dist/ps/Makefile.am
12477         * manual/fr/dist/txt/Makefile.am
12478         * manual/pl/dist/html/Makefile.am
12479         * manual/pl/dist/pdf/Makefile.am
12480         * manual/pl/dist/ps/Makefile.am
12481         * manual/pl/dist/txt/Makefile.am
12482                 Fix make clean removing pregenerated manuals
12483
12484
12485 2006-06-16 [colin]      2.3.0cvs17
12486
12487         * src/plugins/pgpcore/sgpgme.c
12488         * src/plugins/pgpmime/pgpmime.c
12489         * src/plugins/pgpinline/pgpinline.c
12490                 Better error reporting in setup_signers.
12491                 Don't fallback to default key if specified
12492                 key isn't found.
12493                 Don't allow signing if more than one secret
12494                 key matches the one specified in prefs.
12495
12496 2006-06-15 [colin]      2.3.0cvs16
12497
12498         * src/folderview.c
12499                 Add "Send queue" in the folder's contextual
12500                 menu
12501         * src/compose.c
12502         * src/messageview.c
12503         * src/privacy.c
12504         * src/privacy.h
12505         * src/procmime.c
12506         * src/procmsg.c
12507         * src/plugins/pgpcore/passphrase.c
12508         * src/plugins/pgpcore/sgpgme.c
12509         * src/plugins/pgpinline/pgpinline.c
12510         * src/plugins/pgpmime/pgpmime.c
12511                 Better error reporting
12512         * src/mbox.c
12513                 Probably fix bug #971 (2.2.3 cannot read mail 
12514                 from local mbox)
12515
12516
12517 2006-06-15 [mones]      2.3.0cvs15
12518
12519         * tools/make.themes.project
12520                 creates the themes project from the web page
12521
12522 2006-06-15 [colin]      2.3.0cvs14
12523
12524         * src/folder.c
12525                 Better fix (avoid losing the folder if scan_tree 
12526                 fails)
12527
12528 2006-06-15 [cleroy]     2.3.0cvs13
12529
12530         * src/folder.c
12531                 Probably fix Bug #969 (crash on rebuilding 
12532                 imap folder)
12533
12534 2006-06-14 [colin]      2.3.0cvs12
12535
12536         * manual/dtd/manual.xsl
12537         * manual/sylpheed-claws-manual.xml
12538         * manual/fr/sylpheed-claws-manual.xml
12539         * manual/pl/sylpheed-claws-manual.xml
12540                 Insert pagebreaks between sections
12541
12542 2006-06-14 [paul]       2.3.0cvs11
12543
12544         * configure.ac
12545                 better fix than 2.3.0cvs10
12546
12547 2006-06-14 [paul]       2.3.0cvs10
12548
12549         * configure.ac
12550                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12551                 (backwards compatible)
12552
12553 2006-06-13 [colin]      2.3.0cvs9
12554
12555         * src/messageview.c
12556                 Fix sending of return receipt with the new queue folders
12557
12558 2006-06-13 [wwp]        2.3.0cvs8
12559
12560         * src/quote_fmt_lex.l
12561                 fix wrong tokens returned in quote_fmt lexer, query not().
12562
12563 2006-06-13 [wwp]        2.3.0cvs7
12564
12565         * src/folder.c
12566         * src/prefs_folder_item.c
12567                 allow changing folder type even when folder is not a top-level one,
12568                 thanks to Colin.
12569
12570 2006-06-12 [colin]      2.3.0cvs6
12571
12572         * src/folderview.c
12573                 Fix double-ask of "Do you want to mark all
12574                 as read"
12575
12576 2006-06-12 [colin]      2.3.0cvs5
12577
12578         * src/compose.c
12579         * src/compose.h
12580         * src/folder.c
12581         * src/folder.h
12582         * src/imap.c
12583         * src/inc.c
12584         * src/main.c
12585         * src/messageview.c
12586         * src/mh.c
12587         * src/prefs_folder_item.c
12588         * src/procheader.c
12589         * src/procmime.c
12590         * src/procmsg.c
12591         * src/procmsg.h
12592         * src/send_message.c
12593         * src/summaryview.c
12594         * src/toolbar.c
12595                 Apply bug #964's patch (Queue and drafts aren't normal)
12596                 The Drafts and Queue folder now contain RFC-822 files,
12597                 allowing to move and copy mails from and to these 
12598                 folders. Moving from Drafts to Queue will prepare the
12599                 mail for sending (PGP signature, encryption, etc).
12600                 This patch also rework sending errors handling to try
12601                 to be more helpful.
12602                 Also, allow redefining folder types via the GUI 
12603                 (Folder type in its Properties)
12604
12605 2006-06-12 [colin]      2.3.0cvs4
12606
12607         * src/summaryview.c
12608         * src/prefs_common.c
12609         * src/prefs_common.h
12610         * src/gedit-print.c
12611                 Allow to define a specific print font - patch
12612                 by Bernhard Walle <bernhard.walle@gmx.de>
12613         * src/prefs_fonts.c
12614         * manual/advanced.xml
12615         * manual/fr/advanced.xml
12616                 Add a hidden pref to allow deletion without
12617                 confirmation
12618
12619 2006-06-12 [wwp]        2.3.0cvs3
12620
12621         * .cvsignore
12622                 more files to ignore.
12623
12624 2006-06-12 [wwp]        2.3.0cvs2
12625
12626         * src/quote_fmt.c
12627         * src/quote_fmt_lex.l
12628         * src/quote_fmt_parse.y
12629                 extend the quote_fmt parser (templates and quotes):
12630                 - allow limited sub-expressions in |p{} and |f{} expressions,
12631                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12632                 - implemented/fixed missing implementation of query_references and show_references,
12633                 - completed, fixed contents and format of the symbols help dialog,
12634                 - fix some compilation warnings.
12635
12636 2006-06-12 [wwp]        2.3.0cvs1
12637
12638         * manual/advanced.xml
12639         * manual/fr/advanced.xml
12640                 updates in the "templates" section of the manual (eng/fr):
12641                  - be more precise (both versions)
12642                  - completed to match the english reference (fr version)
12643                  - touchups (both versions)
12644
12645 2006-06-12 [paul]       2.3.0
12646
12647         2.3.0 released
12648
12649 2006-06-12 [paul]       2.2.3cvs14
12650
12651         * po/ca.po
12652         * po/cs.po
12653         * po/de.po
12654         * po/el.po
12655         * po/fr.po
12656         * po/it.po
12657         * po/pt_BR.po
12658         * po/sr.po
12659         * po/zh_CN.po
12660                 updated by Miquel Oliete, Tim, Stephan Sachse,
12661                 Stavros Giannouris, Fabien Vantard, Andrea
12662                 Spadaccini, Frederico Goncalves Guimaraes,
12663                 Aleksandar Urosevic, and Ralgh Young
12664
12665 2006-06-12 [colin]      2.2.3cvs13
12666
12667         * src/mbox.c
12668                 Add missing header
12669
12670 2006-06-11 [colin]      2.2.3cvs12
12671
12672         * src/msgcache.c
12673                 Verify that g_malloc() succeeded
12674
12675 2006-06-11 [colin]      2.2.3cvs11
12676
12677         * src/wizard.c
12678                 Add Face header to welcome mail
12679
12680 2006-06-10 [colin]      2.2.3cvs10
12681
12682         * src/textview.c
12683                 Revert previous (Forgot it changes the
12684                 margin on the whole mail)
12685
12686 2006-06-10 [colin]      2.2.3cvs9
12687
12688         * src/textview.c
12689                 Don't overlap long headers under (X-)Face
12690
12691 2006-06-10 [mones]      2.2.3cvs8
12692
12693         * manual/xml2pdf
12694                 allow generation of manual on systems lacking saxon binary
12695                 but with java and the saxon library installed
12696
12697         * po/es.po
12698                 updated for release
12699
12700 2006-06-09 [colin]      2.2.3cvs7
12701
12702         * src/summaryview.c
12703                 Fix leak when using Display Sender using Addressbook
12704
12705 2006-06-09 [colin]      2.2.3cvs6
12706
12707         * src/compose.c
12708         * src/folder.c
12709         * src/folderview.c
12710         * src/mimeview.c
12711         * src/summaryview.c
12712                 More leaks fixes
12713
12714 2006-06-09 [paul]       2.2.3cvs5
12715
12716         * AUTHORS
12717         * src/gtk/authors.h
12718         * tools/claws.i18n.status.pl
12719                 updated with new info
12720
12721 2006-06-09 [paul]       2.2.3cvs4
12722
12723         * README
12724                 updated
12725         * manual/ack.xml
12726                 add wwp to authors list
12727         * src/gtk/authors.h
12728                 update mine and Colin's addresses
12729
12730 2006-06-08 [colin]      2.2.3cvs3
12731
12732         * src/etpan/imap-thread.c
12733                 Fix leak on SSL cert check
12734
12735 2006-06-08 [colin]      2.2.3cvs2
12736
12737         * src/common/utils.c
12738                 Fix leak
12739
12740 2006-06-08 [paul]       2.2.3cvs1
12741
12742         * configure.ac
12743                 Update version number following
12744                 stable release
12745
12746 2006-06-07 [colin]      2.2.2cvs3
12747
12748         * src/msgcache.c
12749                 Fix catching cache read errors (guint instead of gint)
12750                 Prevent malloc'ing more than 8MB (means cache corruption)
12751
12752 2006-06-07 [paul]       2.2.2cvs2
12753
12754         * src/exporthtml.c
12755         * src/exportldif.c
12756         * src/mh.c
12757         * src/mutt.c
12758         * src/pine.c
12759         * src/common/utils.c
12760                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12761                 obey $HOME'
12762                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12763                 Thanks to Colin
12764
12765 2006-06-06 [paul]       2.2.2cvs1
12766
12767         * configure.ac
12768                 Update version number following
12769                 stable release
12770
12771 2006-06-06 [paul]       2.2.1cvs6
12772
12773         * src/matcher.c
12774                 fix  implicit declaration of
12775                 sylpheed_do_idle()
12776                 Patch by Fabien Vantard
12777
12778 2006-06-06 [paul]       2.2.1cvs5
12779
12780         * src/matcher.c
12781                 fix age_greater and age_lower so that they
12782                 mean what say and not '...or equal to'
12783                 Thanks to Colin
12784
12785 2006-06-06 [paul]       2.2.1cvs4
12786
12787         * src/textview.c
12788         * src/common/utils.c
12789                 fix URI check
12790                 Thanks to Colin
12791
12792 2006-06-05 [wwp]        2.2.1cvs3
12793
12794         * manual/fr/account.xml
12795                 minor language fixes (thanks to Fabien Vantard).
12796
12797 2006-06-05 [colin]      2.2.1cvs2
12798
12799         * src/prefs_folder_item.c
12800         * src/folderview.c
12801                 Allow recursive setting of properties 
12802                 for whole mailboxes
12803         * src/matcher.c
12804                 Don't freeze on 'test' filtering rule
12805
12806 2006-06-05 [colin]      2.2.1cvs1
12807
12808         * configure.ac
12809                 Update version number following
12810                 stable release
12811
12812 2006-06-04 [wwp]        2.2.0cvs82
12813
12814         * manual/glossary.xml
12815         * manual/account.xml
12816         * manual/fr/glossary.xml
12817         * manual/fr/account.xml
12818                 added glossary section and references/links related to the Face custom header.
12819
12820 2006-06-04 [colin]      2.2.0cvs81
12821
12822         * src/summaryview.c
12823                 Skip to next message on move with no
12824                 immediate execution
12825
12826 2006-06-04 [wwp]        2.2.0cvs80
12827
12828         * manual/xml2pdf
12829                 added sanity checks, exit when needed.
12830
12831 2006-06-03 [paul]       2.2.0cvs79
12832
12833         * src/prefs_receive.c
12834                 page name is now 'Receiving'
12835         * src/prefs_send.c
12836                 page name is now 'Sending'
12837
12838 2006-06-03 [colin]      2.2.0cvs78
12839
12840         * src/plugins/spamassassin/spamassassin_gtk.c
12841                 Autoswitch to Localhost if transport was previously
12842                 disabled. Else people had to check [] Enable, then
12843                 *reselect* transport.
12844
12845 2006-06-03 [colin]      2.2.0cvs77
12846
12847         * src/plugins/pgpinline/pgpinline.c
12848         * src/plugins/pgpmime/pgpmime.c
12849                 Check that gpg_data_release_and_get_mem 
12850                 didn't fail (now, why this happens...)
12851
12852 2006-06-03 [colin]      2.2.0cvs76
12853
12854         * src/mbox.c
12855                 Fix bug #962 (Manual and/or UI should 
12856                 warn about incompatible locking 
12857                 causing dataloss)
12858
12859 2006-06-02 [cleroy]     2.2.0cvs75
12860
12861         * src/filtering.c
12862         * src/folder.c
12863         * src/procmsg.c
12864         * src/summaryview.c
12865                 Fix a few leaks
12866
12867 2006-06-02 [colin]      2.2.0cvs74
12868
12869         * src/main.c
12870                 On exit, free caches after writing them
12871                 Shuts up some valgrind false positives
12872         * src/procmsg.c
12873         * src/send_message.c
12874                 Fix races when reusing existing SMTP connections
12875                 Fix inexistant session timeout
12876         * src/toolbar.c
12877                 Display alertpanel after all queues have
12878                 been processed, not after each
12879
12880 2006-06-02 [wwp]        2.2.0cvs73
12881
12882         * manual/fr/glossary.xml
12883         * manual/fr/ack.xml
12884         * manual/ack.xml
12885                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12886
12887 2006-06-02 [wwp]        2.2.0cvs72
12888
12889         * manual/xml2pdf
12890         * manual/dist/pdf/Makefile.am
12891         * manual/dtd/manual.xsl
12892         * manual/fr/dist/pdf/Makefile.am
12893         * manual/pl/dist/pdf/Makefile.am
12894                 we changed the procedure to generate the .pdf version of the manual.
12895                 The procedure is more modern and the .pdf we get now has a valid index.
12896                 Here are the new pre-requisites:
12897
12898                 - JRE 1.x (1.4 here): there must be one from your distro
12899                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12900                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12901                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12902
12903                 See my posts for further info about the installation of this toolchain:
12904
12905                 Date: Fri, 19 May 2006 19:40:06 +0200
12906                 From: wwp <subscript@free.fr>
12907                 To: sylpheed-claws-devel@lists.sourceforge.net
12908                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12909
12910                 and
12911
12912                 Date: Wed, 24 May 2006 12:58:49 +0200
12913                 From: wwp <subscript@free.fr>
12914                 To: sylpheed-claws-devel@lists.sourceforge.net
12915                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12916
12917 2006-06-01 [colin]      2.2.0cvs71
12918
12919         * src/compose.c
12920                 Better guards against IMAP races
12921         * src/main.c
12922         * src/prefs_common.c
12923         * src/prefs_common.h
12924         * src/common/ssl_certificate.c
12925         * src/etpan/imap-thread.c
12926         * src/etpan/imap-thread.h
12927         * src/gtk/sslcertwindow.c
12928                 New hidden option ssl_skip_cert_check to 
12929                 avoid dups of bug #959 (libetpan linked
12930                 against gnutls and gnutls buggy on 64bit)
12931                 Present expired warning only once per
12932                 session/server.
12933         * manual/advanced.xml
12934         * manual/fr/advanced.xml
12935                 Document new option
12936
12937 2006-06-01 [wwp]        2.2.0cvs70
12938
12939         * src/messageview.c
12940                 fix for bug #961 (return receipt dialog 
12941                 complains incorrectly about return-path 
12942                 email adress being different), thanks 
12943                 to Colin.
12944
12945 2006-05-31 [cleroy]     2.2.0cvs69
12946
12947         * src/common/ssl.c
12948                 Guard against NULLs, although this
12949                 should never be an issue
12950
12951 2006-05-31 [colin]      2.2.0cvs68
12952
12953         * src/filtering.c
12954                 Use g_slist_prepend
12955         * src/imap.c
12956                 Don't remove caches when destroying folder, it
12957                 could (should) be done at exit
12958         * src/inc.c
12959                 free processing cache after incorporation
12960         * src/etpan/imap-thread.c
12961                 Maybe fix bug #959 (Crash on moving to emails 
12962                 to a imap account per ssl with a expired 
12963                 certificate.)
12964
12965 2006-05-30 [colin]      2.2.0cvs67
12966
12967         * src/summaryview.c
12968                 Put back event flush when displaying message
12969                 It avoids reading a bunch of messages just
12970                 by hitting shift-n for too long ;)
12971
12972 2006-05-29 [colin]      2.2.0cvs66
12973
12974         * src/summaryview.c
12975                 Remove useless g_warnings
12976
12977 2006-05-29 [colin]      2.2.0cvs65
12978
12979         * src/imap.c
12980                 Fix g_slist_append()s for performance
12981
12982 2006-05-29 [colin]      2.2.0cvs64
12983
12984         * src/compose.c
12985         * src/common/utils.c
12986                 Fix extraneous tab at start of addresses
12987         * src/mainwindow.c
12988                 Fix warnings (thanks to Fabien)
12989                 Fix crash at exit when composing messages 
12990                 exist
12991         * src/pop.c
12992                 Fix progress bar when deleting expired mails
12993                 Thanks to Hiro
12994         * src/summaryview.c
12995         * src/gtk/gtksctree.c
12996                 Fix re-sorting slowness
12997
12998 2006-05-29 [paul]       2.2.0cvs63
12999
13000         * src/mh.c
13001                 fetch full message when moving mails
13002                 from another mailbox, (fixed data loss
13003                 when filtering from IMAP to MH, introduced
13004                 in 2.2.0cvs57).
13005                 Thanks to Colin
13006
13007 2006-05-29 [mones]      2.2.0cvs62
13008
13009         * src/gtk/gtksctree.c
13010                 Unselect faster (patch by Colin)        
13011
13012 2006-05-26 [colin]      2.2.0cvs61
13013
13014         * src/summaryview.c
13015                 Unplug MSGINFO_UPDATE callback on delete too.
13016
13017 2006-05-26 [colin]      2.2.0cvs60
13018
13019         * src/foldersel.c
13020                 Fix bold in folder selection window with glib2.10
13021                 thanks Hiro
13022
13023 2006-05-26 [colin]      2.2.0cvs59
13024
13025         * src/procheader.c
13026                 Convert date only if necessary (and don't
13027                 try to convert from utf8 to utf8, too)
13028         * src/summaryview.c
13029                 Only set column's text if the column's 
13030                 displayed
13031
13032 2006-05-26 [colin]      2.2.0cvs58
13033
13034         * src/summaryview.c
13035         * src/gtk/gtkutils.c
13036                 Fix useless warning
13037
13038 2006-05-26 [colin]      2.2.0cvs57
13039
13040         * src/mainwindow.c
13041                 Make summaryview selectable as long as 
13042                 no message has focus
13043         * src/mh.c
13044                 Faster deletion (by implementing mh_remove_msgs)
13045                 Faster copy (avoid using mh_fetch_msg just to get
13046                 the filename)
13047                 Faster move (using move_file instead of copy_file
13048                 if MSG_IS_MOVE)
13049                 No progressbar if total number of mails to cp/mv 
13050                 is less than 100
13051         * src/summaryview.c
13052                 Fix removal from subject_table when mail gets moved
13053                 Faster deletion (g_slist_prepend instead of append)
13054         * src/gtk/gtksctree.c
13055                 Remove useless code
13056
13057 2006-05-25 [colin]      2.2.0cvs56
13058
13059         * src/common/ssl_certificate.c
13060                 Fix leak in expired cert check
13061
13062 2006-05-25 [colin]      2.2.0cvs55
13063
13064         * src/mh.c
13065                 Disable flags syncing on .mh_sequences - it
13066                 is buggy and marks mails read under unknown
13067                 conditions.
13068
13069 2006-05-25 [paul]
13070
13071         * 2.3.0-rc4 released
13072
13073 2006-05-24 [colin]      2.2.0cvs54
13074
13075         attention cvs users: if you manage to crash
13076         Sylpheed-Claws while moving, copying or deleting
13077         mails, we *are* interested in stack traces and
13078         valgrind logs. It looks stable, but one never
13079         knows...
13080
13081         * src/folder.c
13082                 Add progressbar for cache updates
13083         * src/folderutils.c
13084                 Optimize Mark all read in the current
13085                 folder
13086         * src/mh.c
13087                 Add progressbar for copy/move
13088         * src/procmsg.c
13089                 Optimize O(n^2) in copy/move
13090         * src/summaryview.c
13091         * src/gtk/gtksctree.c
13092                 Optimize O(n^2) algos
13093         * src/common/timing.h
13094                 Display ms instead of us
13095
13096 2006-05-24 [wwp]        2.2.0cvs53
13097
13098         * manual/fr/advanced.xml
13099                 updates to the French manual.
13100
13101 2006-05-24 [wwp]        2.2.0cvs52
13102
13103         * src/common/utils.c
13104                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
13105
13106 2006-05-24 [wwp]        2.2.0cvs51
13107
13108         * src/folderutils.c
13109                 fixed "mark all read" in MH folders (thanks to Colin).
13110
13111 2006-05-24 [paul]       2.2.0cvs50
13112
13113         * doc/man/sylpheed-claws.1
13114                 updated the man page
13115
13116 2006-05-23 [colin]      2.2.0cvs49
13117
13118         * src/folderview.c
13119         * src/imap.c
13120         * src/inc.c
13121         * src/mbox.c
13122         * src/messageview.c
13123         * src/news.c
13124         * src/send_message.c
13125         * src/summaryview.c
13126         * src/gtk/sslcertwindow.c
13127                 alertpanel fixes, by Fabien
13128
13129 2006-05-23 [colin]      2.2.0cvs48
13130
13131         * src/folder.c
13132         * src/folderview.c
13133         * src/msgcache.c
13134         * src/summaryview.c
13135         * src/gtk/gtksctree.c
13136         * src/gtk/gtksctree.h
13137                 More timings
13138                 Fix slow loading problem, which was caused by the
13139                 use of some gtk_ctree funcs and their use of
13140                 g_list_position while gtk_ctree_(un)link'ing.
13141                 Reap more functions from gtkctree.c to be sure we
13142                 use our (fast) version instead of theirs.
13143         * src/mh.c
13144                 Fix copy of unread mails
13145
13146
13147 2006-05-22 [wwp]        2.2.0cvs47
13148
13149         * manual/fr/advanced.xml
13150                 updated.
13151
13152 2006-05-22 [colin]      2.2.0cvs46
13153
13154         * src/filtering.c
13155                 Fix possible infinite loop. 'copy' is not a 
13156                 final action, so when encountering a 'copy',
13157                 we have to check if a previous one was set
13158                 and do it. In the same way, if we encounter
13159                 a 'move' we have to perform a possibly 
13160                 pending 'copy'. This will slow down filtering
13161                 on IMAP if move+copy or multiple copy actions
13162                 are to be done, but handling it via the batch
13163                 would be really too convoluted.
13164
13165 2006-05-22 [wwp]        2.2.0cvs45
13166
13167         * manual/fr/advanced.xml
13168         * manual/fr/faq.xml
13169         * manual/fr/glossary.xml
13170         * manual/fr/handling.xml
13171         * manual/fr/intro.xml
13172         * manual/fr/plugins.xml
13173         * manual/fr/sylpheed-claws-manual.xml
13174                 sync w/ the english manual: updates URIs, documented mailing-list
13175                 support, better explanation about the enabled/disabled feature
13176                 in filtering/processing rules by Paul.
13177
13178 2006-05-21 [colin]      2.2.0cvs44
13179
13180         * src/summaryview.c
13181                 Don't expand after building threads, but during
13182
13183 2006-05-21 [colin]      2.2.0cvs43
13184
13185         * src/procmsg.c
13186         * src/summaryview.c
13187                 More timing possibilities... For next time I have 
13188                 to find out how the hell some 3GHz computer takes
13189                 one minute to open a 30k folder...
13190
13191 2006-05-21 [colin]      2.2.0cvs42
13192
13193         * manual/pl/advanced.xml
13194         * manual/pl/faq.xml
13195         * manual/pl/glossary.xml
13196         * manual/pl/handling.xml
13197         * manual/pl/intro.xml
13198         * manual/pl/plugins.xml
13199         * manual/pl/sylpheed-claws-manual.xml
13200                 Polish manual updated by Pawel
13201
13202 2006-05-20 [colin]
13203
13204         * 2.3.0-rc3 released
13205
13206 2006-05-20 [colin]      2.2.0cvs41
13207
13208         * src/imap.c
13209                 Fix -rc2 problems:
13210                 - remove cache of moved messages from original folder
13211                 - apply new flags to messages even if they aren't appliable
13212                   via IMAP.
13213
13214 2006-05-20 [colin]
13215
13216         * 2.3.0-rc2 released
13217
13218 2006-05-19 [colin]      2.2.0cvs40
13219
13220         * src/imap.c
13221                 Don't issue SELECT in imap_change_flags
13222                 before having checked that we indeed have
13223                 some flags to change. MSG_POSTFILTERED for
13224                 example can't be used on IMAP.
13225                 Fixes bug #955 (copying messages between 
13226                 imap folders is extremely slow), which was
13227                 a regression.
13228
13229 2006-05-19 [colin]      2.2.0cvs39
13230
13231         * src/folder.c
13232         * src/folder.h
13233         * src/folderview.c
13234                 Try to fix bug #830 (Some unread messages 
13235                 get marked read in IMAP inbox):
13236                 - Prevent scanning a folder if it's being 
13237                   opened via the GUI
13238                 - Postpone opening via the GUI of a folder
13239                   currently scanned.
13240
13241
13242 2006-05-19 [wwp]        2.2.0cvs38
13243
13244         * manual/advanced.xml
13245                 fix English+typo (thanks to Paul).
13246
13247 2006-05-19 [wwp]        2.2.0cvs37
13248
13249         * manual/advanced.xml
13250         * manual/fr/advanced.xml
13251         * src/gtk/logwindow.c
13252         * src/prefs_common.c
13253         * src/prefs_common.h
13254                 added hidden prefs to allow customization of colors used in
13255                 protocol log window (useful for dark gtk+ themes).
13256
13257 2006-05-19 [wwp]        2.2.0cvs36
13258
13259         * ChangeLog
13260                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13261
13262 2006-05-19 [paul]       2.2.0cvs35
13263
13264         * src/textview.c
13265                 make Reply-To fully clickable
13266         * src/gtk/logwindow.c
13267                 more colouring (SMTP ESMTP)
13268         Both patches by Pawel Pekala
13269
13270 2006-05-19 [cleroy]     2.2.0cvs34
13271
13272         * src/mh.c
13273                 Don't update flags from current folder
13274                 Probably fixes bug #935 (Read Messages 
13275                 Revert to Being Marked as Unread)
13276
13277 2006-05-18 [colin]      2.2.0cvs33
13278
13279         * src/imap.c
13280                 Warning fix
13281         * src/compose.c
13282         * src/mainwindow.c
13283         * src/summaryview.c
13284         * src/toolbar.c
13285                 Allow replying to multiple emails
13286                 in multiple windows
13287         * src/mimeview.c
13288         * src/etpan/imap-thread.c
13289                 Leak fixes
13290
13291 2006-05-18 [paul]       2.2.0cvs32
13292
13293         * src/summaryview.c
13294                 keep Mailing-List menu refreshed
13295                 Thanks to Colin
13296
13297 2006-05-18 [paul]       2.2.0cvs31
13298
13299         * manual/advanced.xml
13300         * manual/faq.xml
13301         * manual/glossary.xml
13302         * manual/handling.xml
13303         * manual/intro.xml
13304         * manual/plugins.xml
13305         * manual/sylpheed-claws-manual.xml
13306                 update URLs
13307                 add info about mailing-list support
13308                 edit filtering info
13309         * src/wizard.c
13310         * src/common/defs.h
13311         * src/gtk/about.c
13312         * src/plugins/dillo_viewer/README
13313                 update URLs
13314
13315 2006-05-17 [wwp]        2.2.0cvs30
13316
13317         * manual/handling.xml
13318         * manual/fr/handling.xml
13319                 documented the ability to enabled/disable filtering/processing rules.
13320
13321 2006-05-17 [colin]      2.2.0cvs29
13322
13323         * src/main.c
13324                 Don't initialize g_thread subsystem if it's 
13325                 already done (thanks to Hiro)
13326         * src/mimeview.c
13327                 Fix saving of parts when there name can't be
13328                 converted from UTF-8.
13329
13330 2006-05-17 [paul]       2.2.0cvs28
13331
13332         * po/Makefile.in.in
13333                 fix config.status warning with autoconf 2.60
13334
13335 2006-05-17 [paul]       2.2.0cvs27
13336
13337         * po/POTFILES.in
13338                 add src/mbox.c
13339
13340 2006-05-17 [wwp]        2.2.0cvs26
13341
13342         * src/mainwindow.c
13343                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13344
13345 2006-05-17 [wwp]        2.2.0cvs25
13346
13347         * src/plugins/demo/demo.c
13348                 updated product name in plugin demo (many plugins need to be
13349                 sync'ed w/ that change).
13350
13351 2006-05-17 [colin]      2.2.0cvs24
13352
13353         * src/mh.c
13354                 Fix leak
13355
13356 2006-05-16 [colin]      2.2.0cvs23
13357
13358         * src/mainwindow.c
13359                 Stupid me hit again. Fix cvs22.
13360
13361 2006-05-16 [colin]      2.2.0cvs22
13362
13363         * src/mainwindow.c
13364                 Fix bug #922 (sylpheed-claws crashed after 
13365                 pushing on Inbox folder)
13366
13367 2006-05-16 [colin]      2.2.0cvs21
13368
13369         * src/compose.c
13370                 Make From header be copy/paste/select-able
13371
13372 2006-05-16 [wwp]        2.2.0cvs20
13373
13374         * src/export.c
13375         * src/matcher.c
13376         * src/summaryview.c
13377         * src/etpan/imap-thread.c
13378                 fix some compiler warnings (thanks to Colin).
13379
13380 2006-05-16 [wwp]        2.2.0cvs19
13381
13382         * src/action.c
13383         * src/gedit-print.c
13384         * src/inc.c
13385         * src/mainwindow.c
13386         * src/mh.c
13387         * src/statusbar.c
13388         * src/send_message.c
13389         * src/summaryview.c
13390                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13391
13392 2006-05-15 [colin]      2.2.0cvs18
13393
13394         * src/procmsg.c
13395                 Fix automatic rule creation with List-Post
13396
13397 2006-05-15 [paul]       2.2.0cvs17
13398
13399         * tools/filter_conv_new.pl
13400                 updated for rule enabling/disabling
13401                 claws version >= 2.3.x required
13402
13403 2006-05-15 [cleroy]     2.2.0cvs16
13404
13405         * src/main.c
13406                 Revert test
13407
13408 2006-05-15 [cleroy]     2.2.0cvs15
13409
13410         * src/main.c
13411                 test
13412
13413 2006-05-15 [wwp]        2.2.0cvs14
13414
13415         * manual/pl/.cvsignore
13416                 ignore generated files.
13417
13418 2006-05-14 [wwp]        2.3.0-rc1
13419
13420         * 2.3.0-rc1 released
13421
13422 2006-05-13 [wwp]        2.2.0cvs13
13423
13424         * src/filtering.c
13425         * src/filtering.h
13426         * src/matcher.c
13427         * src/matcher_parser_lex.l
13428         * src/matcher_parser_parse.y
13429         * src/prefs_filtering.c
13430                 new feature: provide the ability to disable filtering and processing
13431                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13432                 adaptations.
13433
13434 2006-05-13 [colin]      2.2.0cvs12
13435
13436         * src/compose.c
13437                 Remove useless if (a) b; else b;
13438                 Thanks to wwp
13439
13440 2006-05-13 [wwp]        2.2.0cvs11
13441
13442         * src/export.c
13443         * src/import.c
13444         * src/mainwindow.c
13445         * src/mbox.c
13446         * src/summaryview.c
13447         * src/summaryview.h
13448                 no more silent failures (or at least less ones) when importing
13449                 or exporting from/to mbox. Also start importing/exporting if
13450                 the necessary info is set.
13451
13452 2006-05-13 [wwp]        2.2.0cvs10
13453
13454         * RELEASE_NOTES
13455                 restored up-to-date release notes.
13456
13457 2006-05-13 [paul]       2.2.0cvs9
13458
13459         * po/nl.po
13460         * po/ru.po
13461                 updated by Tim Dijkstra and Pavlo Bohmat
13462
13463 2006-05-12 [colin]      2.2.0cvs8
13464
13465         * src/gtk/quicksearch.c
13466                 Add "k" as shortcut for "colorlabel". Patch
13467                 by ath42@users.sf.net.
13468
13469 2006-05-12 [paul]       2.2.0cvs7
13470
13471         * src/prefs_common.h
13472         * src/prefs_summaries.c
13473         * src/summaryview.c
13474                 when entering a folder also allow
13475                 going directly to first Marked message
13476
13477 2006-05-12 [paul]       2.2.0cvs6
13478
13479         * src/summaryview.c
13480                 always obey 'confirm before marking all
13481                 mails read' option
13482
13483 2006-05-12 [paul]       2.2.0cvs5
13484
13485         * src/textview.c
13486                 make Sender fully clickable
13487
13488 2006-05-12 [colin]      2.2.0cvs4
13489
13490         * src/compose.c
13491         * src/compose.h
13492                 Let From be editable
13493         * src/main.c
13494         * src/mh.c
13495                 Full support of .mh_sequences' Unseen seq
13496
13497 2006-05-12 [colin]      2.2.0cvs3
13498
13499         * src/folder.c
13500         * src/mainwindow.c
13501         * src/mainwindow.h
13502         * src/messageview.c
13503         * src/prefs_spelling.c
13504         * src/procheader.c
13505         * src/procmsg.c
13506         * src/procmsg.h
13507         * src/summaryview.c
13508         * src/toolbar.c
13509         * src/toolbar.h
13510                 Add contextual menu on Compose toolbar
13511                 button. Fixes bug #944 (Automatic
13512                 addresses not applied when changing account
13513                 from compose window)
13514                 add Mailing List support
13515                 based on the old 0.6.5claws25 patch by
13516                 Melvin Hadasht, with finishing touches
13517                 by Colin
13518                 Fix "ignore thread" when mails are threaded by
13519                 subject (and weren't ignored although appearing
13520                 in the thread).
13521                 GUI rework.
13522                 Both patches by Pawel.
13523
13524 2006-05-08 [paul]       2.2.0cvs2
13525
13526         * src/mainwindow.c
13527         * src/mainwindow.h
13528         * src/messageview.c
13529         * src/procheader.c
13530         * src/procmsg.c
13531         * src/procmsg.h
13532         * src/summaryview.c
13533                 add Mailing List support
13534                 based on the old 0.6.5claws25 patch by 
13535                 Melvin Hadasht, with finishing touches
13536                 by Colin
13537
13538 2006-05-08 [colin]      2.2.0cvs1
13539
13540         * src/mainwindow.c
13541         * src/toolbar.c
13542         * src/toolbar.h
13543                 Add contextual menu on Compose toolbar 
13544                 button. Fixes bug #944 (Automatic 
13545                 addresses not applied when changing account 
13546                 from compose window)
13547
13548 2006-05-08 [paul]       2.2.0
13549
13550         2.2.0 released
13551
13552 2006-05-08 [paul]       2.1.1cvs51
13553
13554         * po/cs.po
13555         * po/de.po
13556         * po/en_GB.po
13557         * po/fi.po
13558         * po/fr.po
13559         * po/pt_BR.po
13560         * po/sr.po
13561         * po/zh_CN.po
13562                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13563                 Fabien Vantard, Frederico Goncalves Guimaraes,
13564                 Aleksandar Urosevic, and Ralgh Young
13565
13566 2006-05-12 [colin]      2.1.1cvs50
13567
13568         * po/cs.po
13569         * po/de.po
13570         * po/en_GB.po
13571         * po/es.po
13572         * po/fi.po
13573         * po/fr.po
13574         * po/pt_BR.po
13575         * po/sr.po
13576         * po/zh_CN.po
13577                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13578                 Fabien Vantard, Frederico Goncalves Guimaraes,
13579                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13580
13581 2006-05-05 [colin]      2.1.1cvs49
13582
13583         * manual/Makefile.am
13584         * manual/pl/Makefile.am
13585         * manual/pl/account.xml
13586         * manual/pl/ack.xml
13587         * manual/pl/addrbook.xml
13588         * manual/pl/advanced.xml
13589         * manual/pl/faq.xml
13590         * manual/pl/glossary.xml
13591         * manual/pl/gpl.xml
13592         * manual/pl/handling.xml
13593         * manual/pl/intro.xml
13594         * manual/pl/keyboard.xml
13595         * manual/pl/plugins.xml
13596         * manual/pl/starting.xml
13597         * manual/pl/sylpheed-claws-manual.xml
13598         * manual/pl/dist/.cvsignore
13599         * manual/pl/dist/Makefile.am
13600         * manual/pl/dist/html/.cvsignore
13601         * manual/pl/dist/html/Makefile.am
13602         * manual/pl/dist/pdf/.cvsignore
13603         * manual/pl/dist/pdf/Makefile.am
13604         * manual/pl/dist/ps/.cvsignore
13605         * manual/pl/dist/ps/Makefile.am
13606         * manual/pl/dist/txt/.cvsignore
13607         * manual/pl/dist/txt/Makefile.am
13608                 Add the polish translation of the manual,
13609                 Authored by Pawel Pekala.
13610
13611 2006-05-05 [cleroy]     2.1.1cvs48
13612
13613         * src/main.c
13614                 Re-read matcherrc after loading plugins 
13615                 if some of them add folders.
13616
13617 2006-05-03 [colin]      2.1.1cvs47
13618
13619         * src/imap.c
13620                 I'm idiot
13621
13622 2006-05-03 [colin]      2.1.1cvs46
13623
13624         * src/imap.c
13625                 Be sure to have a session when
13626                 getting separator
13627
13628 2006-05-03 [colin]      2.1.1cvs45
13629
13630         * src/imap.c
13631         * src/imap.h
13632         * src/imap_gtk.c
13633                 Fix preventing renaming with namespace 
13634                 separator.
13635
13636 2006-05-01 [colin]      2.1.1cvs44
13637
13638         * src/action.c
13639                 Don't reload messageview when result of
13640                 action is piped.
13641
13642 2006-04-29 [colin]      2.1.1cvs43
13643
13644         * src/prefs_receive.c
13645         * src/plugins/spamassassin/spamassassin_gtk.c
13646         * src/plugins/clamav/clamav_plugin_gtk.c
13647                 GUI fixes by Pawel
13648
13649 2006-04-29 [colin]      2.1.1cvs42
13650
13651         * src/prefs_compose_writing.c
13652         * src/prefs_quote.c
13653                 Cleanups. Patch by Pawel
13654
13655 2006-04-28 [paul]       2.1.1cvs41
13656
13657         * src/matcher.c
13658                 fix returned quick search results when search
13659                 term contains an underscore.
13660                 Thanks to Colin
13661
13662 2006-04-28 [paul]       2.1.1cvs40
13663
13664         * src/prefs_message.c
13665         * src/prefs_receive.c
13666                 GUI cleanups
13667                 Patches by Pawel Pekala
13668
13669 2006-04-27 [colin]      2.1.1cvs39
13670
13671         * src/wizard.c
13672                 Differentiate subject Welcome from
13673                 window's title Welcome
13674
13675 2006-04-27 [paul]
13676
13677         2.2.0-rc1 released
13678
13679 2006-04-27 [paul]       2.1.1cvs38
13680
13681         * manual/advanced.xml
13682         * manual/fr/advanced.xml
13683                 add info about compose_no_markup hidden pref
13684
13685 2006-04-27 [paul]       2.1.1cvs37
13686
13687         * src/prefs_account.c
13688                 improve privacy labels
13689         * src/prefs_msg_colors.c
13690                 change some strings for translators' convenience
13691         * src/gtk/gtkutils.c
13692                 don't underline the link button text
13693
13694 2006-04-25 [colin]      2.1.1cvs36
13695
13696         * src/folder.c
13697                 Complete 2.1.1cvs33 (once more ;)
13698
13699 2006-04-25 [colin]      2.1.1cvs35
13700
13701         * src/editldap.c
13702                 Fix tooltip
13703
13704 2006-04-25 [cleroy]     2.1.1cvs34
13705
13706         * src/compose.c
13707         * src/gtk/gtkaspell.c
13708                 Fix crash on redirect (related to the return 
13709                 of the aspell menu in compose's toolbar)
13710         * src/prefs_msg_colors.c
13711                 Fix sensitivity widgets
13712         * src/image_viewer.c
13713         * src/gtk/pluginwindow.c
13714         * src/gtk/prefswindow.c
13715                 Change released signals to clicked (Fabien)
13716         * po/POTFILES.in
13717         * src/common/socket.c
13718         * src/plugins/spamassassin/spamassassin.c
13719                 Translate strings (Fabien)
13720
13721 2006-04-25 [paul]       2.1.1cvs33
13722
13723         * src/folder.c
13724         * src/folder.h
13725         * src/folderview.c
13726                 complete the fix of bug #912
13727                 Thanks to Colin
13728
13729 2006-04-25 [colin]      2.1.1cvs32
13730
13731         * src/news.c
13732                 Better progress bar
13733         * src/mimeview.c
13734         * src/summaryview.c
13735         * src/summaryview.h
13736                 Fix focus chain
13737                 Patches by Pawel Pekala
13738
13739 2006-04-24 [colin]      2.1.1cvs31
13740
13741         * src/compose.c
13742                 Fix compilation warnings (Fabien)
13743
13744 2006-04-24 [colin]      2.1.1cvs30
13745
13746         * src/addrindex.c
13747         * src/editldap.c
13748         * src/editldap_basedn.c
13749         * src/editldap_basedn.h
13750         * src/ldapctrl.c
13751         * src/ldapctrl.h
13752         * src/ldapquery.c
13753         * src/ldaputil.c
13754         * src/ldaputil.h
13755                 Fix bug #901 (LDAPS support)
13756
13757 2006-04-24 [colin]      2.1.1cvs29
13758
13759         * src/compose.c
13760                 Fix logic on error with send dialog on
13761         * src/imap.c
13762                 Fix compilation without libetpan, thanks
13763                 to Fabien
13764         * src/summaryview.c
13765                 Fix 'context-menu' key
13766
13767 2006-04-23 [colin]      2.1.1cvs28
13768
13769         * src/folder.c
13770                 Never free current's cache to free up 
13771                 memory. Fixes bug #912 (new count 
13772                 randomly set to message count)
13773
13774 2006-04-23 [colin]      2.1.1cvs27
13775
13776         * src/gtk/quicksearch.c
13777                 And remove printf...
13778
13779 2006-04-23 [colin]      2.1.1cvs26
13780
13781         * src/gtk/quicksearch.c
13782                 Fix replacing in quicksearch, and fix inserting
13783                 in the middle of the string. (introduced at 2.1.0cvs22)
13784
13785 2006-04-23 [colin]      2.1.1cvs25
13786
13787         * src/imap.c
13788                 Make sure uidnext is initialized in get_num_list
13789                 (not for stable, related to 2.1.1cvs8 and friends)
13790
13791 2006-04-23 [colin]      2.1.1cvs24
13792
13793         * src/imap.c
13794                 Output something when login is successful
13795                 too
13796
13797 2006-04-23 [colin]      2.1.1cvs23
13798
13799         * src/etpan/imap-thread.c
13800                 Better logging (line-per-line, hide data in fetch)
13801                 Fix a const warning
13802         * src/gtk/logwindow.c
13803         * src/gtk/logwindow.h
13804                 Better logging (color for input/output)
13805
13806 2006-04-21 [colin]      2.1.1cvs22
13807
13808         * src/gtk/quicksearch.c
13809                 On gtk+-2.8, use stock buttons in quicksearch
13810                 Based on a patch by Fabien and a design by Paul
13811
13812 2006-04-21 [colin]      2.1.1cvs21
13813
13814         * src/folderview.c
13815         * src/mainwindow.c
13816                 Fix occasional flicker in folderview
13817         * src/common/utils.c
13818                 Fix bug #943 (Incorrectly parsed email address 
13819                 list in short headers on message view and in 
13820                 printouts)
13821
13822 2006-04-20 [colin]      2.1.1cvs20
13823
13824         * src/imap.c
13825         * src/imap.h
13826         * src/prefs_account.c
13827                 Add ANONYMOUS auth for IMAP
13828
13829 2006-04-20 [paul]       2.1.1cvs19
13830
13831         * src/main.c
13832                 proper fix for 2.1.1cvs18
13833                 Thanks to Colin
13834
13835 2006-04-20 [paul]       2.1.1cvs18
13836
13837         * src/main.c
13838                 fix build warnings
13839
13840 2006-04-20 [paul]       2.1.1cvs17
13841
13842         * src/gtk/quicksearch.c
13843                 fix standard, non-extended Quick search,
13844                 was broken in 2.1.1cvs15.
13845                 Thanks to Colin.
13846
13847 2006-04-20 [colin]      2.1.1cvs16
13848
13849         * src/prefs_matcher.c
13850                 Fix values when reselecting a ~test
13851                 rule
13852
13853 2006-04-19 [colin]      2.1.1cvs15
13854
13855         * src/compose.c
13856         * src/compose.h
13857         * src/gtk/gtkaspell.c
13858         * src/gtk/gtkaspell.h
13859                 Put back Options menu in Spelling/
13860         * src/gtk/quicksearch.c
13861                 Don't search, and show error, if the
13862                 advanced search has a syntax error
13863
13864 2006-04-18 [colin]      2.1.1cvs14
13865
13866         * src/textview.c
13867                 Fix gdk warnings on set_cursor when textview
13868                 isn't visible
13869
13870 2006-04-18 [colin]      2.1.1cvs13
13871
13872         * src/gtk/gtksctree.c
13873                 Remove seemingly useless refresh that causes
13874                 flicker - watch this commit in case of 
13875                 problems before planned backport to stable
13876
13877 2006-04-18 [colin]      2.1.1cvs12
13878
13879         * src/imap.c
13880                 Factorize get/set_xml code
13881         * src/compose.c
13882         * src/prefs_account.c
13883         * src/prefs_account.h
13884         * src/procmsg.c
13885                 Add Encrypt to self option
13886
13887 2006-04-17 [colin]      2.1.1cvs11
13888
13889         * configure.ac
13890                 Fix search on encrpyt function on dragonfly
13891                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13892
13893 2006-04-17 [colin]      2.1.1cvs10
13894
13895         * src/prefs_account.c
13896                 Be safe by default: remove mails from POP3
13897                 after 7 days, not immediately
13898
13899 2006-04-17 [colin]      2.1.1cvs9
13900
13901         * src/etpan/imap-thread.c
13902                 Fix build on DragonFly - patch by 
13903                 Jonathan Buschmann <jonthn@agmact.com>
13904
13905 2006-04-17 [colin]      2.1.1cvs8
13906
13907         * src/imap.c
13908                 Save uidnext between sessions
13909
13910 2006-04-17 [colin]      2.1.1cvs7
13911
13912         * src/imap.c
13913                 scan is required when uid validity changes
13914
13915 2006-04-17 [colin]      2.1.1cvs6
13916
13917         * src/folderview.c
13918                 Don't scan if not necessary, apart in current
13919                 folder and INBOX to fetch flags.
13920         * src/imap.c
13921                 Scan is necessary if unread count changes
13922
13923 2006-04-17 [colin]      2.1.1cvs5
13924
13925         * src/imap.c
13926                 ...But always fetch ANSWERED and DELETED flags for
13927                 INBOX, as filtering can happen on these flags.
13928
13929 2006-04-17 [colin]      2.1.1cvs4
13930
13931         * src/imap.c
13932                 Don't fetch REPLIED and DELETED flags when synchronising
13933                 flags with a closed folder. We only need UNSEEN and FLAGGED
13934                 to update the folderview.
13935
13936 2006-04-17 [colin]      2.1.1cvs3
13937
13938         * src/imap.c
13939                 Faster flag search when there are new mails 
13940                 in a folder. We can do a full search if the 
13941                 folder contains less messages than the new
13942                 list.
13943
13944 2006-04-17 [colin]      2.1.1cvs2
13945
13946         * po/cs.po
13947         * po/de.po
13948         * po/fr.po
13949         * po/nl.po
13950         * po/pt_BR.po
13951                 Update translations from stable branch
13952
13953 2006-04-17 [colin]      2.1.1cvs1
13954
13955         * configure.ac
13956                 Bump version to follow stable release
13957
13958 2006-04-16 [mones]      2.1.0cvs50
13959
13960         * po/es.po
13961                 Updated for release
13962
13963 2006-04-16 [colin]      2.1.0cvs49
13964
13965         * src/textview.c
13966                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13967                 with gtk < 2.8. Thanks to Fabien Vantard.
13968
13969 2006-04-15 [colin]      2.1.0cvs48
13970
13971         * src/etpan/imap-thread.c
13972                 Fix bug #919 (libetpan: SEGV when connecting 
13973                 using command)
13974
13975 2006-04-14 [colin]      2.1.0cvs47
13976
13977         * src/main.c
13978                 Fix race on --select (should be done better)
13979
13980 2006-04-14 [wwp]        2.1.0cvs46
13981
13982         * src/send_message.c
13983                 enforce a check for domain in account prefs (a sending
13984                 error could be faced if domain was checked but no value set),
13985                 thanks to Colin.
13986
13987 2006-04-14 [colin]      2.1.0cvs45
13988
13989         * src/codeconv.c
13990                 when converting from unknown to unknown, if the
13991                 string is UTF8, don't convert it to the locale
13992                 (which breaks it)
13993
13994 2006-04-14 [colin]      2.1.0cvs44
13995
13996         * src/compose.c
13997                 Don't try to use ASCII for converting headers
13998                 (as done in body)
13999
14000 2006-04-14 [paul]       2.1.0cvs43
14001
14002         * src/crash.c
14003                 add locale/charset info to crash report
14004         * src/gtk/about.c
14005                 add wwp to doc team
14006                 replace 'e-mail' with preferred 'email'
14007         * src/gtk/authors.h
14008                 ensure contributors list is in alphabetical
14009                 order
14010
14011 2006-04-13 [colin]      2.1.0cvs42
14012
14013         * src/textview.c
14014                 Prevent gdk warnings
14015
14016 2006-04-13 [colin]      2.1.0cvs41
14017
14018         * src/common/ssl_certificate.c
14019         * src/common/ssl_certificate.h
14020         * src/gtk/sslcertwindow.c
14021                 Warn on expired certs, and display the expiration date
14022
14023 2006-04-13 [colin]      2.1.0cvs40
14024
14025         * src/plugins/spamassassin/spamassassin_gtk.c
14026                 Fix missing set_text on unix socket
14027
14028 2006-04-13 [wwp]        2.1.0cvs39
14029
14030         * manual/fr/advanced.xml
14031         * manual/fr/glossary.xml
14032                 applied new spam/ham/email lexicon (pourriel, courriel)
14033
14034 2006-04-13 [paul]       2.1.0cvs38
14035
14036         * src/plugins/pgpmime/plugin.c
14037                 remove the mention of S/MIME from the
14038                 description. This is now handled by the
14039                 S/MIME plugin.
14040
14041 2006-04-13 [paul]       2.1.0cvs37
14042
14043         * src/prefs_msg_colors.c
14044                 rework dialog
14045         * src/prefs_folder_item.c
14046         * src/prefs_spelling.c
14047                 add a tooltip to the colour selector buttons
14048
14049 2006-04-13 [wwp]        2.1.0cvs36
14050
14051         * manual/advanced.xml
14052         * manual/glossary.xml
14053         * manual/handling.xml
14054         * manual/keyboard.xml
14055         * manual/plugins.xml
14056         * manual/starting.xml
14057         * manual/fr/account.xml
14058         * manual/fr/ack.xml
14059         * manual/fr/addrbook.xml
14060         * manual/fr/advanced.xml
14061         * manual/fr/faq.xml
14062         * manual/fr/glossary.xml
14063         * manual/fr/gpl.xml
14064         * manual/fr/handling.xml
14065         * manual/fr/intro.xml
14066         * manual/fr/keyboard.xml
14067         * manual/fr/plugins.xml
14068         * manual/fr/starting.xml
14069         * manual/fr/sylpheed-claws-manual.xml
14070                 fixes to the manuals:
14071                  - summaryview -> Message List (same in French)
14072                  - translate key names
14073                  - fix French punctuation, use non-breakable spaces when
14074                    necessary, don't use &thinsp; which is not portable
14075                  - tell what maildir and mbox formats we support
14076
14077 2006-04-12 [wwp]        2.1.0cvs35
14078
14079         * src/prefs_toolbar.c
14080                 unified a replace button more,
14081                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14082
14083 2006-04-12 [wwp]        2.1.0cvs34
14084
14085         * src/prefs_common.c
14086         * src/prefs_msg_colors.c
14087                 make default color labels translatable,
14088                 patch from Fabien Vantard <fzzzzz@gmail.com>,
14089                 thanks to Tim <timbrain@post.cz> for reporting.
14090
14091 2006-04-12 [wwp]        2.1.0cvs33
14092
14093         * manual/glossary.xml
14094         * manual/intro.xml
14095         * manual/plugins.xml
14096         * manual/starting.xml
14097         * manual/sylpheed-claws-manual.xml
14098         * manual/fr/.cvsignore
14099         * manual/fr/account.xml
14100         * manual/fr/ack.xml
14101         * manual/fr/addrbook.xml
14102         * manual/fr/advanced.xml
14103         * manual/fr/faq.xml
14104         * manual/fr/glossary.xml
14105         * manual/fr/handling.xml
14106         * manual/fr/intro.xml
14107         * manual/fr/keyboard.xml
14108         * manual/fr/plugins.xml
14109         * manual/fr/starting.xml
14110         * manual/fr/sylpheed-claws-manual.xml
14111                 various fixes: typos, missing .fr translations, punctuation,
14112                 capitalization, links, accents and some bad French more.
14113
14114 2006-04-12 [wwp]        2.1.0cvs32
14115
14116         * src/prefs_gtk.c
14117                 fix for bug #935: always store prefs files in UTF-8 (thanks
14118                 to Colin).
14119
14120 2006-04-11 [colin]      2.1.0cvs31
14121
14122         * src/compose.c
14123                 Fix inserting files not in utf8 when locale is utf8
14124
14125 2006-04-11 [colin]      2.1.0cvs30
14126
14127         * src/inc.c
14128                 Don't show error dialog when cancelling connection
14129                 Patch by Pawel
14130
14131 2006-04-11 [cleroy]     2.1.0cvs29
14132
14133         * src/compose.c
14134                 Implement multiple quote levels
14135         * src/prefs_common.c
14136                 Change a little bit the quote bgcolor for 2nd level
14137
14138 2006-04-11 [colin]      2.1.0cvs28
14139
14140         * src/gtk/about.c
14141                 Add locale and charset in the label
14142
14143 2006-04-10 [colin]      2.1.0cvs27
14144
14145         * src/compose.c
14146         * src/prefs_common.c
14147         * src/prefs_common.h
14148         * src/prefs_msg_colors.c
14149         * src/textview.c
14150                 Allow optional background color in quotes
14151                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14152                 GTK+-2.8.x feature
14153
14154 2006-04-10 [colin]      2.1.0cvs26
14155
14156         * src/main.c
14157         * src/mainwindow.c
14158         * src/mainwindow.h
14159                 Implement --select
14160
14161 2006-04-10 [colin]      2.1.0cvs25
14162
14163         * manual/plugins.xml
14164         * manual/fr/plugins.xml
14165                 Document libcurl's proxy variables
14166
14167 2006-04-09 [colin]      2.1.0cvs24
14168
14169         * src/prefs_common.c
14170                 gettext() returns statically allocated stuff. We have
14171                 to strdup it in order to be able to free it.
14172
14173 2006-04-09 [colin]      2.1.0cvs23
14174
14175         * AUTHORS
14176         * src/gtk/authors.h
14177                 Add Alexei
14178
14179 2006-04-09 [colin]      2.1.0cvs22
14180
14181         * src/mainwindow.c
14182         * src/gtk/quicksearch.c
14183                 Fix bug #859 (problems with cyrilic input in 
14184                 search panel) - Patch by Alexey Illarionov 
14185                 <littlesavage@rambler.ru>
14186
14187 2006-04-09 [colin]      2.1.0cvs21
14188
14189         * src/prefs_customheader.c
14190                 I prefer removing then freeing rather than the contrary
14191                 (even if it doesn't change anything ;-)
14192         * src/prefs_account.c
14193                 Fix bug #933 (Crash re-entering the custom headers list 
14194                 dialog in accounts prefs)
14195                 The problem happened when cancelling the Account 
14196                 Preferences' dialogs - in which case we didn't do 
14197                 anything to the PrefsAccount * struct. In case of applying,
14198                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14199                 working with in this dialog. The problem is that 
14200                 prefs_customheader.c, working on this tmp_ac_prefs, always
14201                 changes the ->customhdr_list pointer, even when cancelled. 
14202                 So in case of cancelling the prefs_account dialog, we still
14203                 have to update ->customhdr_list in the real account.
14204
14205 2006-04-08 [colin]      2.1.0cvs20
14206
14207         * manual/fr/glossary.xml
14208         * manual/fr/keyboard.xml
14209                 Forgot some headers :)
14210
14211 2006-04-08 [colin]      2.1.0cvs19
14212
14213         * manual/Makefile.am
14214         * manual/fr/Makefile.am
14215         * manual/fr/account.xml
14216         * manual/fr/ack.xml
14217         * manual/fr/addrbook.xml
14218         * manual/fr/advanced.xml
14219         * manual/fr/faq.xml
14220         * manual/fr/glossary.xml
14221         * manual/fr/gpl.xml
14222         * manual/fr/handling.xml
14223         * manual/fr/intro.xml
14224         * manual/fr/keyboard.xml
14225         * manual/fr/plugins.xml
14226         * manual/fr/starting.xml
14227         * manual/fr/sylpheed-claws-manual.xml
14228         * manual/fr/dist/.cvsignore
14229         * manual/fr/dist/Makefile.am
14230         * manual/fr/dist/html/.cvsignore
14231         * manual/fr/dist/html/Makefile.am
14232         * manual/fr/dist/pdf/.cvsignore
14233         * manual/fr/dist/pdf/Makefile.am
14234         * manual/fr/dist/ps/.cvsignore
14235         * manual/fr/dist/ps/Makefile.am
14236         * manual/fr/dist/txt/.cvsignore
14237         * manual/fr/dist/txt/Makefile.am
14238                 Add the french translation of the manual. Thanks to
14239                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14240                 account.xml, ack.xml, addrbook.xml and advanced.xml
14241
14242 2006-04-08 [colin]      2.1.0cvs18
14243
14244         * manual/plugins.xml
14245         * manual/starting.xml
14246                 More fixes
14247
14248 2006-04-07 [colin]      2.1.0cvs17
14249
14250         * manual/faq.xml
14251         * manual/intro.xml
14252         * manual/keyboard.xml
14253                 Little fixes
14254
14255 2006-04-07 [colin]      2.1.0cvs16
14256
14257         * README
14258         * src/compose.c
14259         * src/prefs_common.c
14260         * src/prefs_common.h
14261                 Add hidden compose_no_markup pref
14262
14263 2006-04-07 [wwp]        2.1.0cvs15
14264
14265         * src/summary_search.c
14266         * .cvsignore
14267                 Bugfix: stop button was sticky when searching in an empty folder.
14268                 Applied curly brackets code style to the whole file (summary_search.c).
14269                 More files to ignore.
14270
14271 2006-04-07 [wwp]        2.1.0cvs14
14272
14273         * src/message_search.c
14274         * src/summary_search.c
14275                 changed default button when search bumps at file/folder
14276                 beginning or end, for convenience (thanks to Colin).
14277
14278 2006-04-07 [paul]       2.1.0cvs13
14279
14280         * src/plugins/dillo_viewer/dillo_prefs.c
14281                 avoid future potential for namespace collision
14282                 Patch by Colin
14283
14284 2006-04-06 [wwp]        2.1.0cvs12
14285
14286         * src/summary_search.c
14287                 Unify extended/advanced searches names (and thus factorize labels),
14288                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14289
14290 2006-04-06 [wwp]        2.1.0cvs11
14291
14292         * src/folderview.c
14293         * src/prefs_themes.c
14294         * src/summaryview.c
14295                 Fixed some compilation warnings.
14296
14297 2006-04-06 [colin]      2.1.0cvs10
14298
14299         * manual/advanced.xml
14300                 Document the wizard template and how to deploy
14301                 Sylpheed-Claws effectively
14302
14303 2006-04-06 [colin]      2.1.0cvs9
14304
14305         * src/folderview.c
14306                 gettext patch to tell translators about _("#"),
14307                 by Maxim Britov
14308
14309 2006-04-06 [colin]      2.1.0cvs8
14310
14311         * src/textview.c
14312                 Fix invalid GtkTextBIter after clicking "Display as text"
14313
14314 2006-04-06 [mones]      2.1.0cvs7
14315
14316         * src/addr_compl.c
14317         * src/addrindex.c
14318         * src/addritem.c
14319         * src/codeconv.c
14320         * src/compose.c
14321         * src/filtering.c
14322         * src/folder.c
14323         * src/folder_item_prefs.c
14324         * src/folderview.c
14325         * src/localfolder.c
14326         * src/matcher.c
14327         * src/mimeview.c
14328         * src/prefs_msg_colors.c
14329         * src/prefs_spelling.c
14330         * src/prefs_themes.c
14331         * src/procmime.c
14332         * src/procmsg.c
14333         * src/stock_pixmap.c
14334         * src/summaryview.c
14335         * src/textview.c
14336         * src/toolbar.c
14337         * src/common/mgutils.c
14338         * src/common/prefs.c
14339         * src/common/ssl_certificate.c
14340         * src/gtk/colorlabel.c
14341         * src/gtk/quicksearch.c
14342         * src/plugins/pgpmime/pgpmime.c
14343         * src/plugins/spamassassin/spamassassin.c
14344                 Removed redundant NULL checks for g_free() calls.
14345                 Patch by Pawel Pekala.
14346
14347 2006-04-06 [mones]      2.1.0cvs6
14348
14349         * src/prefs_actions.c
14350         * src/prefs_filtering.c
14351         * src/prefs_filtering_action.c
14352         * src/prefs_matcher.c
14353         * src/prefs_template.c
14354         * src/gtk/gtkutils.c
14355         * src/gtk/gtkutils.h
14356                 Have a nice replace button. Patch by Pawel Pekala
14357
14358 2006-04-06 [colin]      2.1.0cvs5
14359
14360         * src/addressbook.c
14361                 Fix crash with empty columns
14362
14363 2006-04-05 [colin]      2.1.0cvs4
14364
14365         * src/wizard.c
14366         * src/prefs_gtk.c
14367                 Allow wizard customization with pre-filled values
14368
14369 2006-04-05 [colin]      2.1.0cvs3
14370
14371         * src/textview.c
14372         * src/mimeview.c
14373         * src/mimeview.h
14374                 Nicer messages in mimeview
14375
14376 2006-04-05 [colin]      2.1.0cvs2
14377
14378         * src/addressbook.c
14379         * src/prefs_summaries.c
14380                 i18n fix
14381
14382 2006-04-05 [colin]      2.1.0cvs1
14383
14384         * src/plugins/pgpcore/plugin.c
14385         * src/plugins/pgpcore/select-keys.c
14386         * src/plugins/pgpcore/select-keys.h
14387         * src/plugins/pgpcore/sgpgme.c
14388         * src/plugins/pgpcore/sgpgme.h
14389         * src/plugins/pgpinline/pgpinline.c
14390         * src/plugins/pgpinline/plugin.c
14391         * src/plugins/pgpmime/pgpmime.c
14392         * src/plugins/pgpmime/plugin.c
14393                 Factorize and generalize a bit 
14394                 Drop S/MIME signature verification from PGP/MIME
14395                 (adding it as another, more complete plugin)
14396
14397 2006-04-05 [paul]       2.1.0
14398
14399         2.1.0 released
14400
14401 2006-04-05 [paul]       2.0.0cvs186
14402
14403         * manual/advanced.xml
14404                 add info on colour labels
14405
14406 2006-04-05 [paul]       2.0.0cvs185
14407
14408         * po/bg.po
14409         * po/cs.po
14410         * po/de.po
14411         * po/el.po
14412         * po/en_GB.po
14413         * po/fi.po
14414         * po/fr.po
14415         * po/it.po
14416         * po/nl.po
14417         * po/pl.po
14418         * po/pt_BR.po
14419         * po/sr.po
14420         * po/zh_CN.po
14421                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14422                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14423                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14424                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14425         * src/gtk/authors.h
14426         * tools/claws.i18n.status.pl
14427                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14428                 and new Czech translator, Tim <timbrain@post.cz>
14429
14430 2006-04-05 [mones]      2.0.0cvs184
14431
14432         * po/es.po
14433                 Updated translation
14434
14435 2006-04-05 [colin]      2.0.0cvs183
14436
14437         * src/gtk/quicksearch.c
14438                 Fix bug #929 (unnecessary reload in quick search bar)
14439
14440 2006-04-05 [colin]      2.0.0cvs182
14441
14442         * src/compose.c
14443                 Fix crash on Reply with no From:
14444                 Show signature and conversion error on queuing 
14445                 (but not sending)
14446         * src/mainwindow.c
14447         * src/summaryview.c
14448         * src/summaryview.h
14449                 Factorize threading code and make sure msginfo 
14450                 is not null when it comes from a GtkCTreeRow's 
14451                 data
14452         * src/gtk/gtkaspell.c
14453                 Check for necessary things
14454         * src/gtk/gtksctree.c
14455         * src/gtk/gtksctree.h
14456                 Reset anchor if necessary when removing node
14457
14458 2006-03-29 [colin]      2.0.0cvs181
14459
14460         * src/folderview.c
14461                 Warn for disabled IMAP accounts (due to lack of
14462                 libetpan). Breaks string-freeze - sorry - but it
14463                 is kind of important ;)
14464
14465 2006-03-28 [colin]      2.0.0cvs180
14466
14467         * src/gtk/gtkutils.c
14468         * src/gtk/gtkutils.h
14469                 Add a gtkut_get_link_btn() function that
14470                 creates a button which acts like an URI
14471         * src/prefs_themes.c
14472         * src/gtk/about.c
14473                 Use this function (factorizes codes)
14474         * src/common/defs.h
14475         * src/gtk/pluginwindow.c
14476                 Add a "Get more..." in the plugins window
14477
14478 2006-03-28 [colin]      2.0.0cvs179
14479
14480         * src/common/smtp.c
14481         * src/common/passcrypt.c
14482         * src/undo.c
14483                 Warning fixes. Patch by Pawel Pekala
14484
14485 2006-03-27 [colin]      2.0.0cvs178
14486
14487         * src/undo.c
14488                 Fix undoing by blocks with spaces
14489
14490 2006-03-27 [colin]      2.0.0cvs177
14491
14492         * src/textview.c
14493                 Set margin to 3px for headers
14494
14495 2006-03-27 [paul]
14496
14497         2.1.0-rc2 released
14498
14499 2006-03-27 [wwp]        2.0.0cvs176
14500
14501         * src/summaryview.c
14502                 don't reset quicksearch when updating the message list.
14503                 Thanks to Colin.
14504
14505 2006-03-26 [wwp]        2.0.0cvs175
14506
14507         * src/compose.c
14508                 use a unified border width ('other' tab in the compose window,
14509                 patch by Pawel Pekala).
14510
14511
14512 2006-03-26 [wwp]        2.0.0cvs174
14513
14514         * src/common/quoted-printable.c
14515         * src/addressbook.c
14516                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14517
14518 2006-03-26 [colin]      2.0.0cvs173
14519
14520         * src/quote_fmt_parse.y
14521                 Fix non-UTF8 date formats messing up the whole quote a 
14522                 little bit
14523
14524 2006-03-26 [colin]      2.0.0cvs172
14525
14526         * src/procheader.c
14527                 Make sure the date is UTF8 valid, or try to make it
14528                 so. IncrediMail is really IncrediStupid.
14529         * src/compose.c
14530                 Fix possible conversions. 
14531                 
14532
14533 2006-03-26 [colin]      2.0.0cvs171
14534
14535         * src/matcher.c
14536                 Fix corner cases in body search. This is still a
14537                 hack... It seems impossible to make it good and 
14538                 reasonably fast at the same time.
14539
14540 2006-03-26 [colin]      2.0.0cvs170
14541
14542         * src/summaryview.c
14543                 I think I killed the twilight zone bug!
14544                 summary_select_node() flushes GTK events in order
14545                 to be able to center the view. But this also 
14546                 flushes keypresses like Ctrl-Alt-U, so this can
14547                 call summary_show from summary_select_node (itself
14548                 called from summary_show, etc.). And the summaryview
14549                 has to be unlocked in this function. So just locking
14550                 while processing GTK events, and bailing if locked, 
14551                 should fix it.
14552                 Fixes bug #927 (SIGSEGV during Update Summary)
14553
14554 2006-03-25 [colin]      2.0.0cvs169
14555
14556         * src/matcher.c
14557                 Fix search in QP-encoded bodies
14558                 Fix utf-8 searches in bodies encoded in the
14559                 locale's encoding
14560         * src/common/quoted-printable.c
14561         * src/common/quoted-printable.h
14562                 Add a decode function that doesn't overwrite
14563                 the original pointer
14564                 
14565
14566 2006-03-24 [colin]      2.0.0cvs168
14567
14568         * src/action.c
14569         * src/summaryview.c
14570         * src/summaryview.h
14571                 Update message cache after action
14572                 Patch by H. Merijn Brand
14573         * src/prefs_msg_colors.c
14574                 Factorize label 
14575                 Patch by Fabien Vantard
14576         * src/plugins/spamassassin/spamassassin_gtk.c
14577                 Remove useless translation
14578                 Patch by Fabien Vantard
14579
14580 2006-03-23 [colin]      2.0.0cvs167
14581
14582         * src/common/ssl.c
14583                 Let 30 seconds to SSL_connect
14584
14585 2006-03-23 [wwp]        2.0.0cvs166
14586
14587         * src/summaryview.c
14588         * src/gtk/description_window.c
14589                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14590                 and headers are translated; adjust description windows' width to fit their
14591                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14592
14593 2006-03-23 [paul]       2.0.0cvs165
14594
14595         * src/common/utils.c
14596                 fix highlighting of URIs containing "()"
14597                 (2.0.0cvs164's reversal fixed)
14598                 Thanks to Colin.
14599
14600 2006-03-23 [paul]       2.0.0cvs164
14601
14602         * src/common/utils.c
14603                 revert patch, (postponing a fix), at 2.0.0cvs120
14604                 as it breaks more URIs than it fixes.
14605                 Allow '-' to be a terminating character in a URI
14606
14607 2006-03-22 [colin]      2.0.0cvs163
14608
14609         * configure.ac
14610                 Require libetpan 0.45
14611                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14612
14613 2006-03-22 [paul]       2.0.0cvs162
14614
14615         * src/editgroup.c
14616                 replace '<-' and '->' buttons with GTK_STOCK graphical
14617                 buttons
14618         * src/summary_search.c
14619                 don't offer '...' for translation
14620                 add a tooltip to advanced search '...' button
14621         * src/gtk/quicksearch.c
14622                 don't offer '...' for translation
14623
14624 2006-03-21 [colin]      2.0.0cvs161
14625
14626         * src/compose.c
14627                 Fix middle-click pasting (insert at click
14628                 position instead of cursor position, don't
14629                 remove existing selection and allow pasting
14630                 our own selection)
14631         * src/addressbook.c
14632                 "LDAP Server" -> "LDAP servers"
14633
14634 2006-03-21 [wwp]        2.0.0cvs160
14635
14636         * src/etpan/imap-thread.c
14637                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14638
14639 2006-03-20 [colin]      2.0.0cvs159
14640
14641         * src/summaryview.c
14642                 Don't reload summaryview after an execute with no
14643                 move action
14644
14645 2006-03-19 [colin]      2.0.0cvs158
14646
14647         * src/addressbook.c
14648                 and put groups at the top, always
14649
14650 2006-03-19 [colin]      2.0.0cvs157
14651
14652         * src/addressbook.c
14653                 Order groups before names, as previously
14654
14655 2006-03-19 [colin]      2.0.0cvs156
14656
14657         * src/addressbook.c
14658                 - Sort case-unsensitive
14659                 - Put the sort arrow at opening too
14660
14661 2006-03-19 [wwp]        2.0.0cvs155
14662
14663         * src/addressbook.c
14664                 allow sorting by name/email/remarks, ensure that right-pane's contents
14665                 matches the left-pane selection (cleared when appropriate).
14666                 Patch by Pawel Pekala <c0rn@o2.pl>.
14667
14668 2006-03-18 [colin]      2.0.0cvs154
14669
14670         * src/textview.c
14671                 Fix text cursor ;)
14672
14673 2006-03-18 [colin]      2.0.0cvs153
14674
14675         * src/gtk/filesel.c
14676                 Make sure we hide the preview if we didn't get
14677                 a filename
14678
14679 2006-03-18 [colin]      2.0.0cvs152
14680
14681         * src/summaryview.c
14682                 Set cursor to watch for execution (fixes lack
14683                 of watch-cursor when dnd'ing hundreds of mails)
14684         * src/gtk/filesel.c
14685                 Check that mime type is 'image/*' before updating
14686                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14687
14688 2006-03-18 [colin]      2.0.0cvs151
14689
14690         * src/mainwindow.c
14691         * src/textview.c
14692         * src/textview.h
14693                 Put a watch cursor in textview too when the mainwindow's
14694                 cursor in a watch
14695
14696 2006-03-18 [colin]      2.0.0cvs150
14697
14698         * src/folder.c
14699                 Change wrong asserts to simple tests
14700
14701 2006-03-17 [colin]      2.0.0cvs149
14702
14703         * src/mainwindow.c
14704         * src/mainwindow.h
14705         * src/prefs_msg_colors.c
14706         * src/summaryview.c
14707         * src/summaryview.h
14708         * src/gtk/colorlabel.c
14709         * src/gtk/colorlabel.h
14710                 Add a color label menu in the main menubar
14711                 Add (fixed) accels Ctrl-{0-7} to change the color
14712                 They have to be fixed because the menu's dynamic,
14713                 the items are complex widgets, hence we can't use
14714                 a GtkItemFactory.
14715
14716
14717 2006-03-17 [wwp]        2.0.0cvs148
14718
14719         * src/compose.c
14720                 rollback few lines from my previous commit (those lines come from
14721                 a pending patch, accidentally commited, even if neutral as they are
14722                 commented out).
14723
14724 2006-03-17 [wwp]        2.0.0cvs147
14725
14726         * src/compose.c
14727                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14728                 applied code style/indentation to the modified function.
14729
14730 2006-03-17 [wwp]        2.0.0cvs146
14731
14732         * src/procmsg.c
14733         * src/compose.c
14734                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14735
14736 2006-03-17 [paul]
14737
14738         2.1.0-rc1 released
14739
14740 2006-03-17 [paul]       2.0.0cvs145
14741
14742         * src/main.c
14743                 addressbook_read_file() was called twice
14744         * src/textview.c
14745                 X-Mailer highlighting
14746
14747 2006-03-16 [colin]      2.0.0cvs144
14748
14749         * src/sourcewindow.c
14750         * src/sourcewindow.h
14751                 And the last one, in source window.
14752
14753 2006-03-16 [colin]      2.0.0cvs143
14754
14755         * src/compose.c
14756         * src/compose.h
14757                 Fix the same stuff in compose
14758
14759 2006-03-16 [colin]      2.0.0cvs142
14760
14761         * src/messageview.c
14762                 Complete the previous messageview crash fix
14763
14764 2006-03-16 [colin]      2.0.0cvs141
14765
14766         * src/procmsg.h
14767         * src/procmsg.c
14768         * src/folder.c
14769                 Fix POSTPROCESSING hook
14770                 Patch by H. Merijn Brand
14771
14772         * src/procmime.c
14773         * src/procmime.h
14774                 Parse Content-Location
14775
14776         * src/toolbar.c
14777         * src/messageview.c
14778         * src/messageview.h
14779                 Don't crash when a top-level MessageView has
14780                 been closed on us. Same problematic than
14781                 yesterday's quicksearch issue.
14782
14783 2006-03-15 [colin]      2.0.0cvs140
14784
14785         * src/gtk/quicksearch.c
14786                 Fix a bitchy race we didn't think about when we
14787                 added quicksearch cancellation:
14788                 If the search is not on cached fields, for example
14789                 body_part matchcase "stuff"
14790                 the matcher code has to get the whole message. If
14791                 we're on IMAP, that can be slow, and in order to
14792                 be non-blocking, the IMAP code idle loop processes
14793                 gtk events too. So it is possible to cancel a
14794                 quicksearch while the matcher is getting the mail's
14795                 body. After matcher got its body, it will start to
14796                 iterate over the matcher list that the Quicksearch's
14797                 clear_search_cb() just freed via prepare_matcher().
14798                 SIGSEGV ensues.
14799                 The fix consists of guarding the matcherlist_match()
14800                 call with a boolean 'matching'. If we reset the
14801                 quicksearch while matching is TRUE, we don't free
14802                 the matcherlist anymore like we did, but we set
14803                 another new flag, deferred_free, to TRUE. Then,
14804                 in quicksearch_match(), just after returning from
14805                 matcherlist_match() and unsetting the matching flag,
14806                 we check the deferred_free flag and do the
14807                 prepare_matcher() (which does the matcherlist_free)
14808                 for real, so we free the matcherlist once it's not
14809                 used anymore.
14810                 As all of this runs via the glib main loop, we
14811                 luckily don't need a mutex.
14812         * src/summaryview.c
14813                 Also, show progress while searching.
14814
14815
14816 2006-03-14 [colin]      2.0.0cvs139
14817
14818         * src/alertpanel.c
14819                 Make alertpanel_is_open non-static
14820
14821 2006-03-14 [colin]      2.0.0cvs138
14822
14823         * src/prefs_spelling.c
14824                 Cleanups - Fabien Vantard
14825
14826 2006-03-14 [wwp]        2.0.0cvs137
14827
14828         * src/main.c
14829                 code style normalization (curly braces, indentation).
14830
14831 2006-03-14 [wwp]        2.0.0cvs137
14832
14833         * src/main.c
14834                 code style (braces, indentation)
14835
14836 2006-03-12 [paul]       2.0.0cvs136
14837
14838         * src/prefs_common.c
14839                 trans_hdr defaults to FALSE to be RFC-savvy
14840         * src/prefs_summaries.c
14841                 add a tooltip to the trans_hdr option
14842                 
14843
14844 2006-03-12 [paul]       2.0.0cvs135
14845
14846         * src/prefs_matcher.c
14847                 give a little more width to the combos
14848         * src/prefs_display_header.c
14849         * src/textview.c
14850                 translate headers if prefs_common.trans_hdr
14851                 is TRUE
14852
14853         Patches by Pawel Pekala
14854
14855 2006-03-12 [paul]       2.0.0cvs134
14856
14857         * src/plugins/clamav/clamav_plugin.c
14858         * src/plugins/dillo_viewer/dillo_viewer.c
14859         * src/plugins/pgpcore/plugin.c
14860         * src/plugins/pgpinline/plugin.c
14861         * src/plugins/pgpmime/plugin.c
14862         * src/plugins/spamassassin/spamassassin.c
14863                 update/add to descriptions
14864         * src/plugins/spamassassin/spamassassin_gtk.c
14865                 fixes to the english, remove superfluous
14866                 tooltips, clean up a little
14867
14868 2006-03-12 [paul]       2.0.0cvs133
14869
14870         * src/compose.c
14871                 fix Bug 924, 'Account combo box shows up wrong 
14872                 if & is in account name'
14873
14874 2006-03-11 [colin]      2.0.0cvs132
14875
14876         * src/summaryview.c
14877                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14878                 messed up shift-selection because is slows down
14879                 moving around summaryview. thanks -users
14880
14881 2006-03-10 [colin]      2.0.0cvs131
14882
14883         * src/plugins/spamassassin/spamassassin_gtk.c
14884                 Put back Paul's engrish fixes
14885
14886 2006-03-10 [colin]      2.0.0cvs130
14887
14888         * src/plugins/spamassassin/spamassassin.c
14889         * src/plugins/spamassassin/spamassassin.h
14890         * src/plugins/spamassassin/spamassassin_gtk.c
14891                 Cleanup SA prefs page (more)
14892                 Patch by Fabien Vantard
14893
14894 2006-03-10 [paul]       2.0.0cvs129
14895
14896         * src/prefs_msg_colors.c
14897         * src/prefs_spelling.c
14898                 widget sensitivity
14899
14900 2006-03-09 [mones]      2.0.0cvs128
14901
14902         * po/es.po
14903                 Update for next RC
14904
14905 2006-03-09 [wwp]        2.0.0cvs127
14906
14907         * configure.ac
14908                 revert accidental commit (requirement for libetpan 0.43), this time
14909                 not in HEAD.
14910
14911 2006-03-09 [wwp]        2.0.0cvs125
14912
14913         * configure.ac
14914                 revert accidental commit (requirement for libetpan 0.43)
14915
14916 2006-03-09 [paul]       2.0.0cvs126
14917
14918         * src/prefs_receive.c
14919                 remove useless frame
14920                 replace 'incorporation' with 'receiving'
14921         * src/plugins/clamav/clamav_plugin_gtk.c
14922         * src/plugins/spamassassin/spamassassin_gtk.c
14923                 improve widget sensitivity
14924                 fix a bit his engrish
14925
14926 2006-03-09 [wwp]        2.0.0cvs125
14927
14928         * src/addressadd.c
14929         * src/foldersel.c
14930         * src/prefs_common.c
14931         * src/prefs_common.h
14932                 remember some more windows' sizes (add to addressbook and
14933                 select folder).
14934
14935 2006-03-09 [paul]       2.0.0cvs124
14936
14937         * src/plugins/pgpcore/prefs_gpg.c
14938                 normalise construction of dialogue
14939
14940 2006-03-09 [paul]       2.0.0cvs123
14941
14942         * src/plugins/trayicon/Makefile.am
14943                 add missing slash
14944
14945 2006-03-08 [colin]      2.0.0cvs122
14946
14947         * src/plugins/trayicon/Makefile.am
14948                 Fix build in separate dir 
14949                 Patch by Bamanzi <bamanzi@gmail.com>
14950
14951 2006-03-08 [colin]      2.0.0cvs121
14952
14953         * src/procmsg.c
14954                 Batch move and copies from summaryview with delayed execution
14955                 too
14956
14957 2006-03-07 [paul]       2.0.0cvs120
14958
14959         * src/common/utils.c
14960                 fix highlighting of URIs containing "()"
14961                 Patch by Pawel Pekala
14962
14963 2006-03-07 [paul]       2.0.0cvs119
14964
14965         * src/folder.c
14966         * src/folder.h
14967         * src/folderview.c
14968                 immediately do alphabetical resort when
14969                 changing a folder's name
14970                 Patch by Pawel Pekala
14971
14972 2006-03-07 [paul]       2.0.0cvs118
14973
14974         * src/news.c
14975         * src/news_gtk.c
14976                 when unsubscribing a newsgroup, remove the
14977                 folder and msgs in .sylpheed-claws/newscache
14978                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14979
14980 2006-03-07 [paul]       2.0.0cvs117
14981
14982         * src/textview.c
14983                 fix wrong Fake URL Warning
14984                 Thanks to Hiro
14985
14986 2006-03-07 [colin]      2.0.0cvs116
14987
14988         * src/imap.c
14989                 Return immediately when password dialog was
14990                 cancelled
14991         * src/gtk/inputdialog.c
14992                 Allow empty strings for passwords
14993
14994
14995 2006-03-06 [colin]      2.0.0cvs115
14996
14997         * src/imap.c
14998                 Prevent double-timeouts when connection fails
14999
15000 2006-03-06 [colin]
15001
15002         2.0.1-rc1 released
15003
15004 2006-03-06 [colin]      2.0.0cvs114
15005
15006         * src/imap.c
15007                 Refresh session during potentially long
15008                 operations
15009
15010 2006-03-06 [wwp]        2.0.0cvs113
15011
15012         * src/prefs_msg_colors.h
15013                 forgot that one (custom color labels).
15014
15015 2006-03-06 [wwp]        2.0.0cvs112
15016
15017         * src/prefs_common.c
15018         * src/prefs_common.h
15019         * src/prefs_msg_colors.c
15020         * src/summaryview.c
15021         * src/summaryview.h
15022         * src/gtk/colorlabel.c
15023         * src/gtk/colorlabel.h
15024                 colors in messages list are now customizable. Color values and names can
15025                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
15026                 Thanks to Paul and Colin for their help with this longstanding patch!
15027
15028 2006-03-06 [wwp]        2.0.0cvs111
15029
15030         * src/textview.c
15031                 don't crash if (x)face is bad.
15032
15033 2006-03-05 [paul]       2.0.0cvs110
15034
15035         * AUTHORS
15036         * configure.ac
15037         * src/Makefile.am
15038         * src/common/Makefile.am
15039         * src/common/utils.h
15040         * src/etpan/imap-thread.c
15041         * src/gtk/authors.h
15042         * src/plugins/clamav/Makefile.am
15043         * src/plugins/demo/Makefile.am
15044         * src/plugins/dillo_viewer/Makefile.am
15045         * src/plugins/pgpcore/Makefile.am
15046         * src/plugins/pgpcore/passphrase.c
15047         * src/plugins/pgpinline/Makefile.am
15048         * src/plugins/pgpmime/Makefile.am
15049         * src/plugins/spamassassin/Makefile.am
15050         * src/plugins/trayicon/Makefile.am
15051                 fix builiding on cygwin
15052                 Patch by Ralgh Young <bamanzi@gmail.com>
15053
15054 2006-03-04 [wwp]        2.0.0cvs109
15055
15056         * manual/keyboard.xml
15057                 fix mixed up/down keys.
15058
15059 2006-03-04 [wwp]        2.0.0cvs108
15060
15061         * README
15062         * INSTALL
15063                 updated links to SpamAssassin.
15064
15065 2006-03-04 [wwp]        2.0.0cvs107
15066
15067         * manual/plugins.xml
15068         * src/plugins/spamassassin/README
15069                 updated SpamAssassin plugin docs to reflect new functional additions
15070                 (also fix/update/documents few technical stuff more, see the README).
15071
15072 2006-03-04 [wwp]        2.0.0cvs106
15073
15074         * src/prefs_message.c
15075                 normalized capitalization of message-prefs paths.
15076
15077 2006-03-04 [wwp]        2.0.0cvs105
15078
15079         * manual/advanced.xml
15080                 typo.
15081
15082 2006-03-03 [colin]      2.0.0cvs104
15083
15084         * src/plugins/clamav/clamav_plugin_gtk.c
15085                 Rework prefs page, patch by Fabien 
15086
15087 2006-03-03 [colin]      2.0.0cvs103
15088
15089         * src/plugins/clamav/clamav_plugin.c
15090                 Set error on all errors
15091
15092 2006-03-03 [colin]      2.0.0cvs102
15093
15094         * src/common/plugin.c
15095                 Initialize error to avoid crashing when a plugin fails
15096                 without setting error
15097
15098 2006-03-02 [wwp]        2.0.0cvs101
15099
15100         * configure.ac
15101                 fixed linker flags for libetpan support on Cygwin
15102                 (thanks to H.Merijn Brand).
15103
15104 2006-03-02 [wwp]        2.0.0cvs100
15105
15106         * src/addressbook.c
15107                 fix some AB error messages: one for punctuation and
15108                 one wrongly duplicate (thanks, maxbritov).
15109
15110 2006-03-02 [wwp]        2.0.0cvs99
15111
15112         * src/plugins/spamassassin/spamassassin.c
15113                 make sync calls to sa-learn/spamc to prevent
15114                 system (whatever local or client/server) overload.
15115
15116 2006-03-02 [colin]      2.0.0cvs98
15117
15118         * src/summaryview.c
15119                 Put the spam icon in the status column instead of the
15120                 mark one
15121
15122 2006-03-01 [colin]      2.0.0cvs97
15123
15124         * src/plugins/spamassassin/spamassassin.c
15125                 Fix segfault (g_file_set_contents fails for some 
15126                 reason and err==0x2f. Can't find out why with
15127                 valgrind, using working function :-)
15128
15129 2006-03-01 [colin]      2.0.0cvs96
15130
15131         * src/inc.c
15132                 Offline overriding: let 'No' be cached only 3 seconds
15133
15134 2006-03-01 [colin]      2.0.0cvs95
15135
15136         * src/addr_compl.c
15137         * src/addrbook.c
15138         * src/addressbook.c
15139         * src/addrindex.c
15140         * src/folder_item_prefs.c
15141         * src/headerview.c
15142         * src/imap.c
15143         * src/inc.c
15144         * src/ldif.c
15145         * src/mainwindow.c
15146         * src/mh.c
15147         * src/msgcache.c
15148         * src/prefs_common.h
15149         * src/prefs_msg_colors.c
15150         * src/procheader.c
15151         * src/procheader.h
15152         * src/procmime.c
15153         * src/procmsg.c
15154         * src/procmsg.h
15155         * src/send_message.h
15156         * src/simple-gettext.c
15157         * src/summaryview.c
15158         * src/summaryview.h
15159         * src/syldap.c
15160         * src/textview.c
15161         * src/undo.c
15162         * src/common/ssl_certificate.c
15163         * src/common/utils.c
15164         * src/gtk/colorsel.c
15165         * src/gtk/gtksctree.c
15166         * src/gtk/gtkshruler.c
15167         * src/plugins/trayicon/trayicon.c
15168                 #if 0 goes to /dev/null
15169
15170 2006-03-01 [colin]      2.0.0cvs94
15171
15172         * src/compose.c
15173         * src/imap.c
15174         * src/inc.c
15175         * src/inc.h
15176         * src/messageview.c
15177         * src/news.c
15178         * src/plugins/spamassassin/spamassassin.c
15179                 Allow to add information in the "working offline"
15180                 window
15181
15182 2006-03-01 [wwp]        2.0.0cvs93
15183
15184         * src/plugins/spamassassin/spamassassin.c
15185                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15186                 'cause it seems that calling `spamc ... < inputfile` with
15187                 g_spawn_(a)sync simply.. erm doesn't work :-).
15188
15189 2006-03-01 [wwp]        2.0.0cvs92
15190
15191         * src/toolbar.c
15192         * src/toolbar.h
15193                 simplify the adding of spam/ham button to the messageview toolbar
15194                 (it gets more clear now that the same button will be "Mark as spam"
15195                 or "Mark as ham" according to the current message status,
15196                 thanks to Colin).
15197
15198 2006-03-01 [wwp]        2.0.0cvs91
15199
15200         * src/messageview.c
15201         * src/procmsg.c
15202         * src/procmsg.h
15203         * src/summaryview.c
15204         * src/plugins/spamassassin/spamassassin.c
15205         * src/plugins/spamassassin/spamassassin.h
15206                 make learner callbacks return a status (0 for ok),
15207                 handle it in main code to avoid setting flags when learning failed,
15208                 don't learn on TCP if offline in spamassassin,
15209                 thanks to Colin.
15210
15211                 
15212
15213 2006-03-01 [wwp]        2.0.0cvs90
15214
15215         * src/compose.c
15216                 some work around the compose window's account menu,
15217                 patch by Fabien Vantard.
15218
15219 2006-03-01 [wwp]        2.0.0cvs89
15220
15221         * src/plugins/spamassassin/spamassassin.c
15222                 fixed bad logics, was using spamc in local mode and sa-learn
15223                 in remote mode (thanks, Colin).
15224
15225 2006-03-01 [wwp]        2.0.0cvs88
15226
15227         * src/plugins/spamassassin/spamassassin.c
15228         * src/plugins/spamassassin/spamassassin.h
15229         * src/plugins/spamassassin/spamassassin_gtk.c
15230                 made processing of emails w/ sa-plugin an option (default is TRUE),
15231                 fixed Engrish some tooltips, capitalization of some debug messages
15232                 and warnings. The spamassassin plugin now provides two separate
15233                 services: process emails upon incorporation and spamd training.
15234                 Both services (un)register independently but use some common
15235                 plugin settings (transport settings, spam storage location).
15236
15237 2006-02-28 [wwp]        2.0.0cvs87
15238
15239         * src/plugins/spamassassin/spamassassin.c
15240                 fix async flag to spamc cmdline execution (batch exec should
15241                 be asynchronous).
15242
15243 2006-02-27 [wwp]        2.0.0cvs86
15244
15245         * src/plugins/spamassassin/spamassassin.c
15246         * src/plugins/spamassassin/spamassassin.h
15247         * src/plugins/spamassassin/spamassassin_gtk.c
15248                 - added the ability to learn a remote spamassassin server (spamd),
15249                 using spamc.
15250                 - added the spamassassin option 'username', that applies to all
15251                 spamassassin operations (filtering, learning, local or remote).
15252                 The default username is the current unix user (if left blank
15253                 from gtk prefs or config file).
15254                 - commented out some unused code (notebook widget), removed unused
15255                 layout (hbox1).
15256                 - make more widgets sensitive to the transport type.
15257
15258 2006-02-27 [colin]      2.0.0cvs85
15259
15260         * src/plugins/spamassassin/spamassassin.c
15261                 Fix sa-learn call when offline
15262
15263 2006-02-27 [colin]      2.0.0cvs84
15264
15265         * configure.ac
15266         * src/Makefile.am
15267         * src/mainwindow.c
15268         * src/mainwindow.h
15269         * src/messageview.c
15270         * src/messageview.h
15271         * src/prefs_toolbar.c
15272         * src/procmsg.c
15273         * src/stock_pixmap.c
15274         * src/stock_pixmap.h
15275         * src/summaryview.c
15276         * src/toolbar.c
15277         * src/toolbar.h
15278         * src/pixmaps/ham_btn.xpm
15279         * src/pixmaps/spam.xpm
15280         * src/pixmaps/spam_btn.xpm
15281         * src/plugins/spamassassin/spamassassin.c
15282                 Add button in toolbar for spam learning
15283                 Fix a few bugs from the last related commit
15284                 Revert 1.9.6cvs23 which messed up shift-selection
15285
15286 2006-02-24 [colin]      2.0.0cvs83
15287
15288         * src/procmsg.c
15289         * src/summaryview.c
15290         * src/summaryview.h
15291         * src/plugins/spamassassin/spamassassin.c
15292         * src/plugins/spamassassin/spamassassin.h
15293         * src/plugins/spamassassin/spamassassin_gtk.c
15294                 Unregister learner when spamassassin is either
15295                 disabled or over tcp
15296
15297 2006-02-24 [colin]      2.0.0cvs82
15298
15299         * src/Makefile.am
15300         * src/mainwindow.c
15301         * src/mainwindow.h
15302         * src/procmsg.c
15303         * src/procmsg.h
15304         * src/stock_pixmap.c
15305         * src/stock_pixmap.h
15306         * src/summaryview.c
15307         * src/summaryview.h
15308         * src/gtk/icon_legend.c
15309         * src/pixmaps/spam.xpm  ** NEW FILE **
15310         * src/plugins/spamassassin/spamassassin.c
15311         * src/plugins/spamassassin/spamassassin_gtk.c
15312                 Add spam learning interface (Mark/Mark as 
15313                 (spam|ham) menus)
15314
15315 2006-02-24 [wwp]        2.0.0cvs81
15316
15317         * src/compose.c
15318         * src/compose.h
15319         * src/filtering.c
15320                 hide compose window when sending message in batch mode
15321                 (filtering: forward and redirect). Also fixed a wrong
15322                 value returned when sending failed, neutral anyway.
15323                 (Colin, me) 
15324
15325 2006-02-24 [wwp]        2.0.0cvs80
15326
15327         * src/mainwindow.c
15328                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15329
15330 2006-02-24 [paul]       2.0.0cvs79
15331
15332         * src/news.c
15333         * src/news.h
15334         * src/news_gtk.c
15335                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15336                 Thanks to Colin
15337
15338 2006-02-23 [colin]      2.0.0cvs78
15339
15340         * src/alertpanel.c
15341                 Change OK to Close in alertpanel with View log
15342                 button; add accel to View log. Patch by Fabien
15343                 Vantard
15344
15345 2006-02-23 [wwp]        2.0.0cvs77
15346
15347         * src/compose.c
15348                 silly me, there were much more tests to perform, since toolbars can
15349                 really have down to 1 element only.
15350
15351 2006-02-23 [wwp]        2.0.0cvs76
15352
15353         * commitHelper
15354                 fixed indentation from my previous commit. Fallback to VISUAL if
15355                 EDITOR is not set (and to vi, at last resort).
15356
15357 2006-02-23 [wwp]        2.0.0cvs75
15358
15359         * commitHelper
15360                 improved error detection (Colin, me).
15361
15362 2006-02-23 [wwp]        2.0.0cvs74
15363
15364         * src/prefs_toolbar.c
15365                 simplify and fix prefs/toolbars layouting. Combos' contents can
15366                 now be really displayed.
15367
15368 2006-02-23 [wwp]        2.0.0cvs73
15369         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15370         be really displayed.
15371
15372 2006-02-22 [wwp]        2.0.0cvs72
15373
15374         * src/compose.c
15375                 fix a typo in my previous commit (sorry!).
15376
15377 2006-02-22 [wwp]        2.0.0cvs71
15378
15379         * src/prefs_toolbar.c
15380                 fix a crash when adding separators to toolbars,
15381                 also fix some separator item information.
15382
15383 2006-02-22 [wwp]        2.0.0cvs70
15384
15385         * src/compose.c
15386                 fix a crash when redirecting (for instance) when compose window's
15387                 toolbar contents has been customized (when some buttons have been
15388                 removed in fact).
15389
15390 2006-02-21 [wwp]        2.0.0cvs69
15391
15392         * src/summaryview.c
15393         * src/gtk/pluginwindow.c
15394         * src/plugins/pgpcore/prefs_gpg.c
15395                 fix some compilation warnings (feat. remains of removed code).
15396
15397 2006-02-21 [wwp]        2.0.0cvs68
15398
15399         * src/gtk/gtkutils.c
15400                 fix two compilation issues, thanks to Stephan Sachse.
15401
15402 2006-02-20 [colin]      2.0.0cvs67
15403
15404         * src/mainwindow.c
15405                 Don't reselect displayed mail on refocus
15406                 This fixes actions misbehaving 
15407
15408 2006-02-20 [wwp]        2.0.0cvs66
15409
15410         * src/summaryview.c
15411         * src/gtk/gtksctree.c
15412         * src/gtk/gtkshruler.c
15413                 changed more runtime typecast checks.
15414
15415 2006-02-20 [wwp]        2.0.0cvs65
15416
15417         * src/summary_search.c
15418                 find all - summaryview refresh issue fixed, thanks to Colin.
15419
15420 2006-02-20 [wwp]        2.0.0cvs64
15421
15422         * src/gtk/gtkutils.c
15423                 better runtime typecast checks.
15424
15425 2006-02-20 [wwp]        2.0.0cvs63
15426
15427         * src/summary_search.c
15428                 enhancements to the summary search:
15429                         - add the ability to stop the running search
15430                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15431                         - don't search if no criteria (From/To/Subject/Body) is set
15432                         - ensure that a busy mouse pointer is always shown when searching,
15433                           show it even a bit earlier
15434
15435 2006-02-19 [colin]      2.0.0cvs62
15436
15437         * src/compose.c
15438         * src/imap.c
15439         * src/etpan/imap-thread.c
15440         * src/etpan/imap-thread.h
15441                 (Future) IMAP speed improvement on sending
15442                 Will require a libetpan update
15443         * src/summaryview.c
15444         * src/gtk/quicksearch.c
15445                 Make quicksearch clearable while running.
15446
15447 2006-02-17 [colin]      2.0.0cvs61
15448
15449         * src/imap.c
15450         * src/etpan/imap-thread.c
15451         * src/etpan/imap-thread.h
15452                 Check for IMAP certificates
15453                 ** Requires libetpan-0.42-cvs4 
15454                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15455
15456 2006-02-17 [colin]      2.0.0cvs60
15457
15458         * src/messageview.c
15459         * src/prefs_common.c
15460         * src/prefs_common.h
15461         * src/prefs_message.c
15462                 Add pref to display HTML-only mails with plugin, 
15463                 if possible (defaulting to FALSE of course).
15464
15465 2006-02-16 [colin]      2.0.0cvs59
15466
15467         * src/main.c
15468         * src/common/plugin.c
15469         * src/common/plugin.h
15470         * src/gtk/pluginwindow.c
15471                 Keep track of requested (but unloaded) plugins
15472                 in some error cases.
15473
15474 2006-02-16 [wwp]        2.0.0cvs58
15475
15476         * src/gtk/gtkaspell.c
15477         * src/gtk/gtkaspell.h
15478         * src/prefs_spelling.c
15479         * src/compose.c
15480         * src/prefs_common.c
15481         * src/prefs_common.h
15482                 implemented new optional spellchecker behaviour: re-check message when
15483                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15484
15485 2006-02-16 [wwp]        2.0.0cvs57
15486
15487         * src/quote_fmt_parse.y
15488                 pclose popen'ed pipe.
15489
15490 2006-02-15 [colin]      2.0.0cvs56
15491
15492         * src/mimeview.c
15493         * src/mimeview.h
15494                 Let MimeViewers know which MimeView they
15495                 depend of.
15496         * src/summaryview.c
15497                 Swap From/To columns in Sent/Queue/Drafts
15498                 folders
15499         * src/etpan/imap-thread.c
15500                 Use mailstream_low_tls_open() for STARTTLS
15501                 instead of mailstream_low_ssl_open()
15502                 ** REQUIRES libetpan 0.42cvs3 **
15503
15504 2006-02-15 [wwp]        2.0.0cvs55
15505
15506         * src/compose.c
15507         * src/compose.h
15508         * src/message_search.c
15509         * src/message_search.h
15510         * src/textview.c
15511         * src/gtk/gtkutils.c
15512         * src/gtk/gtkutils.h
15513                 added the ability to Find text in the compose window (and a bit
15514                 of code factorization).
15515
15516 2006-02-15 [wwp]        2.0.0cvs54
15517
15518         * src/prefs_gtk.c
15519                 yet another one file was missing (fix for some widgets' sensitivity).
15520                 Thanks Colin!
15521
15522 2006-02-15 [wwp]        2.0.0cvs53
15523
15524         * src/prefs_gtk.h
15525                 oops forgot that file (fix for some widgets' sensitivity).
15526
15527 2006-02-15 [wwp]        2.0.0cvs52
15528
15529         * src/summary_search.c
15530                 implemented advanced summary search options (added the ability
15531                 to use matcher conditions in an advanced search mode).
15532
15533 2006-02-15 [wwp]        2.0.0cvs51
15534
15535         * src/plugins/pgpcore/prefs_gpg.c
15536         * src/prefs_account.c
15537                 fix some widget sensitivity, mostly around some labels in
15538                 account prefs.
15539
15540 2006-02-15 [paul]       2.0.0cvs50
15541
15542         * manual/advanced.xml
15543                 improve Templates info
15544                 written by wwp
15545
15546 2006-02-14 [colin]      2.0.0cvs49
15547
15548         * src/pixmaps/address_book.xpm
15549         * src/pixmaps/preferences.xpm
15550         * src/pixmaps/properties.xpm
15551                 Fix pixmap size - patch by Fabien Vantard
15552
15553 2006-02-13 [colin]      2.0.0cvs48
15554
15555         * src/procmime.c
15556                 Add missing fclose()s on error
15557         * src/textview.c
15558                 Remove unused code
15559         * src/common/utils.c
15560                 Fix temp files not being deleted on windows
15561         Patches by Thomas Gilgin
15562
15563 2006-02-13 [colin]      2.0.0cvs47
15564
15565         * src/mainwindow.c
15566                 Fix exit crash
15567
15568 2006-02-13 [wwp]        2.0.0cvs46
15569
15570         * src/plugins/pgpcore/prefs_gpg.c
15571                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15572
15573 2006-02-12 [colin]      2.0.0cvs45
15574
15575         * src/folderview.c
15576         * src/main.c
15577         * src/mainwindow.c
15578                 Fix "stuff" when quitting
15579
15580 2006-02-12 [wwp]        2.0.0cvs44
15581
15582         * src/prefs_themes.c
15583                 fix typos in debug messages.
15584
15585 2006-02-11 [colin]      2.0.0cvs43
15586
15587         * src/summaryview.c
15588                 don't allow drag/drop from ourself
15589
15590 2006-02-10 [wwp]        2.0.0cvs42
15591
15592         * src/exporthtml.c
15593         * src/html.c
15594         * src/html.h
15595         * src/procmime.c
15596         * src/textview.c
15597                 renamed html_ prefixed functions and data structures to avoid
15598                 namespace clashes w/ other software (gtkhtml2 for instance).
15599                 Closes bug #907.
15600
15601
15602 2006-02-09 [colin]      2.0.0cvs41
15603
15604         * src/summaryview.c
15605                 Fix shitty logic messed up. Thanks Ticho for the hint!
15606
15607 2006-02-09 [wwp]        2.0.0cvs40
15608
15609         * src/gtk/about.c
15610         * src/compose.c
15611         * src/prefs_account.c
15612         * src/prefs_gtk.h
15613         * src/editaddress.c
15614                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15615                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15616                 Browse buttons in accounts prefs.
15617
15618 2006-02-09 [colin]      2.0.0cvs39
15619
15620         * src/matcher.c
15621                 Check for pointer before using its members
15622         * src/gtk/gtksourceprintjob.c
15623                 Fix a wrong warning
15624
15625 2006-02-09 [wwp]        2.0.0cvs38
15626
15627         * src/gtk/filesel.c
15628                 fix few compiler warnings (type mismatch).
15629
15630 2006-02-09 [paul]       2.0.0cvs37
15631
15632         * po/fr.po
15633                 updated by Fabien Vantard
15634
15635 2006-02-08 [colin]      2.0.0cvs36
15636
15637         * src/prefs_common.c
15638         * src/common/defs.h
15639         * src/common/plugin.c
15640                 allow windows and linux configurations to coexist
15641                 patch by Thomas Gilgin
15642
15643 2006-02-08 [colin]      2.0.0cvs35
15644
15645         * src/filtering.c
15646         * src/matcher.c
15647         * src/matcher.h
15648         * src/matcher_parser_parse.y
15649         * src/prefs_filtering_action.c
15650         * src/prefs_matcher.c
15651                 Add the "Ignore thread" filtering
15652                 action
15653
15654 2006-02-08 [colin]      2.0.0cvs34
15655
15656         * src/compose.c
15657         * src/procmime.c
15658         * src/procmime.h
15659                 Fix bug #905 (damaged attachment)
15660                 text files with raw \0's aren't really text files
15661         FOR_STABLE
15662
15663 2006-02-08 [colin]      2.0.0cvs33
15664
15665         * src/summaryview.c
15666                 Fix crasher introduced yesterday
15667
15668 2006-02-08 [wwp]        2.0.0cvs32
15669
15670         * src/compose.c
15671         * src/compose.h
15672                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15673
15674 2006-02-08 [wwp]        2.0.0cvs31
15675
15676         * src/prefs_template.c
15677                 templates enhancement: allow address completion for Cc and Bcc fields
15678                 (it was currently possible for the To field only)
15679
15680 2006-02-08 [colin]      2.0.0cvs30
15681
15682         * src/compose.c
15683                 Don't unblock if not blocked
15684         FOR_STABLE
15685
15686 2006-02-07 [colin]      2.0.0cvs29
15687
15688         * src/action.c
15689                 Forgot to refresh summaryview
15690
15691 2006-02-07 [colin]      2.0.0cvs28
15692
15693         * src/action.c
15694                 Freeze/thaw message list and folder list while
15695                 processing %as{} actions 
15696         * src/compose.c
15697                 Fix auto-wrap disabling after a middle-click
15698                 paste - FOR_STABLE
15699
15700 2006-02-07 [paul]       2.0.0cvs27
15701
15702         * src/folder.c
15703                 fix freeing of uninitialised pointers
15704                 Thanks to Colin
15705
15706 2006-02-06 [colin]      2.0.0cvs26
15707
15708         * src/folder.c
15709                 Use g_slist_prepend in potentially big list
15710
15711 2006-02-06 [colin]      2.0.0cvs25
15712
15713         * src/folder.c
15714                 Completely skip processing if it doesn't 
15715                 exist (faster!)
15716
15717 2006-02-06 [colin]      2.0.0cvs24
15718
15719         * src/folder.c
15720         * src/summaryview.c
15721                 Batch filtering in summaryview (from Tools menu)
15722                 and pre/post//-processing too
15723
15724 2006-02-06 [colin]      2.0.0cvs23
15725
15726         * src/procmsg.h
15727         * src/filtering.c
15728                 Use a special field for batch filtering instead
15729                 of stepping on deferred execution's toes
15730
15731 2006-02-06 [colin]      2.0.0cvs22
15732
15733         * src/action.c
15734         * src/filtering.c
15735         * src/filtering.h
15736         * src/folder.c
15737         * src/summaryview.c
15738                 Fix filtering via menus and actions
15739
15740 2006-02-06 [colin]      2.0.0cvs21
15741
15742         * src/imap.c
15743                 Put the added file directly to cache if possible (will work
15744                 with next libetpan)
15745         * src/filtering.c
15746         * src/filtering.h
15747         * src/inc.c
15748         * src/folder.c
15749         * src/mbox.c
15750         * src/procmsg.h
15751                 Move and copy filtered messages by batches instead of one
15752                 by one - faster on IMAP
15753         * src/procmsg.c
15754                 Add a function that'll possibly be useful later
15755
15756 2006-02-06 [colin]      2.0.0cvs20
15757
15758         * src/addressbook.c
15759                 Use internal mime-type instead of text/plain for d'n'd
15760         * src/compose.c
15761                 Allow attaching files from mimeview's icon list via d'n'd
15762         * src/folderview.c
15763         * src/folderview.h
15764                 Use internal mime-type instead of text/plain for d'n'd
15765                 Don't try to selected opened folder if none is
15766                 Factorize d'n'd from other apps code
15767         * src/headerview.c
15768         * src/textview.c
15769         * src/gtk/gtkutils.c
15770         * src/gtk/gtkutils.h
15771                 Factorize Face/X-Face stuff
15772         * src/mimeview.c
15773                 Fix d'n'd to other apps
15774         * src/prefs_message.c
15775                 Let the XFace pref be usable without libcompface as it also
15776                 applies to Face
15777         * src/summaryview.c
15778                 Fix d'n'd to other apps
15779                 Factorize d'n'd from other apps code
15780
15781 2006-02-06 [wwp]        2.0.0cvs19
15782
15783         * po/it.po
15784                 Italian translation fixes by Andrea Spadaccini (no more confusion
15785                 between filtering and processing, and few changes in the About
15786                 dialog).
15787
15788
15789 2006-02-06 [mones]      2.0.0cvs18
15790
15791         * src/gtk/icon_legend.c
15792                 Improved descriptions allowing better translations
15793
15794 2006-02-05 [colin]      2.0.0cvs17
15795
15796         * src/imap.c
15797                 Add the f*cking missing expunge that caused imap_fetch_env
15798                 to fail after an add_msgs ! :-///
15799         * src/etpan/imap-thread.c
15800                 Add a bit of debug
15801         FOR_STABLE
15802
15803 2006-02-05 [colin]      2.0.0cvs16
15804
15805         * src/common/utils.c
15806                 Don't check for return-path (or we can't put
15807                 back non-sent mails)
15808
15809 2006-02-05 [colin]      2.0.0cvs15
15810
15811         * src/textview.c
15812                 Don't try to display Face header in textview
15813                 when teh headerview's active
15814
15815 2006-02-05 [colin]      2.0.0cvs14
15816
15817         * tools/tbird2syl.py
15818         * tools/Makefile.am
15819                 Add script to import Thunderbird mails
15820
15821 2006-02-05 [colin]      2.0.0cvs13
15822
15823         * src/headerview.c
15824         * src/procheader.c
15825         * src/procmsg.c
15826         * src/procmsg.h
15827         * src/textview.c
15828                 Show Face headers - patch partially by Klaus Flittner
15829
15830 2006-02-05 [colin]      2.0.0cvs12
15831
15832         * src/folderview.c
15833         * src/summaryview.c
15834         * src/common/utils.c
15835         * src/common/utils.h
15836                 Let dnd work from mime icons to summaryview
15837                 and to folderview too
15838                 Add a crude test to avoid trying to add files
15839                 drag'n'dropped when they're not mails
15840
15841 2006-02-04 [colin]      2.0.0cvs11
15842
15843         * src/summaryview.c
15844         * src/mimeview.c
15845                 Fix utf8 conversion
15846
15847 2006-02-04 [colin]      2.0.0cvs10
15848
15849         * src/compose.c
15850         * src/folderview.c
15851         * src/mimeview.c
15852         * src/summaryview.c
15853         * src/summaryview.h
15854                 Added various drag and drop capas:
15855                 From                    To
15856                 summaryview             other apps
15857                 mimeview icons          other apps
15858                 other apps              summaryview
15859                 other apps              folderview
15860
15861                 This shouldn't have broken the existing:
15862                 From                    To
15863                 summaryview             folderview
15864                 folderview              folderview
15865                 summaryview             compose's attachments
15866
15867         Tests welcomed.
15868
15869 2006-02-02 [paul]       2.0.0cvs9
15870
15871         * src/mainwindow.c
15872                 move global option 'Set displayed columns...' out
15873                 of folder option grouping.
15874                 fix sensitivity of 'harvest addresses'
15875         FOR_STABLE
15876
15877 2006-02-01 [colin]      2.0.0cvs8
15878
15879         * src/mimeview.c
15880                 Revert the alertpanel patch, it sucks (intrusive
15881                 and gets in the way of "open")
15882
15883 2006-02-01 [colin]      2.0.0cvs7
15884
15885         * src/compose.c
15886         * src/prefs_account.c
15887         * src/prefs_common.c
15888         * src/common/defs.h
15889         * src/common/utils.c
15890         * src/common/utils.h
15891                 Add ability to edit the signature file
15892                 from the account preferences, and use
15893                 a default for the text editor.
15894                 Patch by Fabien Vantard
15895
15896 2006-02-01 [colin]      2.0.0cvs6
15897
15898         * src/mimeview.c
15899                 Try to get mime type by extension if it is
15900                 application/octet-stream
15901                 Display a window with possible choices when
15902                 encountering unknown mime types
15903         * src/gtk/filesel.c
15904         * src/gtk/filesel.h
15905                 Add preview
15906                 Allow multiple selection in filtered filesel
15907                 (patch by Fabien Vantard)
15908         * src/gtk/pluginwindow.c
15909                 Use it (patch by Fabien Vantard)
15910
15911 2006-02-01 [paul]       2.0.0cvs5
15912
15913         * src/jpilot.c
15914                 fix crash on creating jpilot address book
15915                 Thanks to Colin - FOR_STABLE
15916         * src/prefs_summaries.c
15917         * src/prefs_wrapping.c
15918         * src/gtk/icon_legend.c
15919         * src/gtk/quicksearch.c
15920                 string fixes and additions
15921
15922 2006-02-01 [paul]       2.0.0cvs4
15923
15924         * src/compose.c
15925         * src/mainwindow.c
15926         * src/messageview.c
15927         * src/prefs_send.c
15928                 add Arabic encoding option
15929                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15930
15931 2006-01-31 [colin]      2.0.0cvs3
15932
15933         * src/plugins/pgpcore/passphrase.c
15934                 Convert passphrase to locale encoding
15935         * src/compose.c
15936                 Fix drafting on IMAP. Crappy bug sneaked in
15937                 the release :-/
15938         FOR_STABLE
15939
15940 2006-01-30 [paul]       2.0.0cvs2
15941
15942         * src/gtk/icon_legend.c
15943                 show the new entries
15944
15945 2006-01-30 [colin]      2.0.0cvs1
15946
15947         * src/manual.c
15948                 Check for the file to be present before 
15949                 enabling the menu - FOR_STABLE
15950         * src/gtk/icon_legend.c
15951                 Add folders icons (not all of them, there
15952                 are too much, but the most intriguing ones)
15953
15954 2006-01-30 [paul]       2.0.0
15955
15956         version 2.0.0 released
15957
15958 [For previous entries, see ChangeLog.pre2.0.0]