c0b4560028a8046d6d83b8928c03dd57c3715cec
[claws.git] / ChangeLog
1 2007-10-06 [colin]      3.0.2cvs20
2
3         * src/prefs_toolbar.c
4                 Invert Text and Event fields
5
6 2007-10-06 [colin]      3.0.2cvs19
7
8         * src/prefs_toolbar.c
9         * src/toolbar.c
10                 Make toolbar prefs look much better
11                 Patch by Pawel Pekala
12
13 2007-10-06 [paul]       3.0.2cvs18
14
15         * src/account.c
16         * src/prefs_filtering.c
17                 fix checkbuttons in gtktreeview on maemo by
18                 setting maemo's "allow-checkbox-mode" to FALSE
19
20 2007-10-06 [colin]      3.0.2cvs17
21
22         * configure.ac
23                 Export -DSOLARIS in CFLAGS for all
24                 Solaris (not just 2.8) and OpenSolaris
25
26 2007-10-06 [paul]       3.0.2cvs16
27
28         * AUTHORS
29         * src/exporthtml.c
30         * src/mbox.c
31         * src/gtk/authors.h
32                 fix build on solaris where ctime_r takes
33                 3 arguments rather than 2.
34                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
35
36 2007-10-05 [colin]      3.0.2cvs15
37
38         * src/etpan/imap-thread.c
39                 Fix wrong error codepath
40
41 2007-10-05 [wwp]        3.0.2cvs14
42
43         * src/filtering.c
44                 Fix unexpected logging of quicksearches:
45                 debug_filtering_session flag was never reset to FALSE, causing
46                 matcher functions to log when called from a quicksearch
47                 (if a filtering session happened before).
48
49 2007-10-05 [paul]       3.0.2cvs13
50
51         * src/prefs_actions.c
52         * src/prefs_filtering.c
53         * src/prefs_template.c
54                 fix bug 1343, 'Filtering..'s close button
55                 silently discards new filter'
56                 Thanks to Colin
57
58 2007-10-05 [paul]       3.0.2cvs12
59
60         * configure.ac
61         * src/Makefile.am
62                 fix bug 1347, '-Wno-unused-function, optional'
63
64 2007-10-05 [colin]      3.0.2cvs11
65
66         * src/procmime.c
67         * src/common/mgutils.c
68                 Fix warnings
69
70 2007-10-05 [mones]      3.0.2cvs10
71
72         * manual/advanced.xml
73                 Use full menu name
74         * manual/es/advanced.xml
75                 Synchronise translation
76
77 2007-10-04 [colin]      3.0.2cvs9
78
79         * src/action.c
80         * src/addrbook.c
81         * src/addrindex.c
82         * src/compose.c
83         * src/exporthtml.c
84         * src/exportldif.c
85         * src/folder.c
86         * src/main.c
87         * src/matcher.c
88         * src/mbox.c
89         * src/messageview.c
90         * src/mh.c
91         * src/news.c
92         * src/partial_download.c
93         * src/pop.c
94         * src/procmime.c
95         * src/procmsg.c
96         * src/toolbar.c
97         * src/common/log.c
98         * src/common/mgutils.c
99         * src/common/plugin.c
100         * src/common/utils.c
101         * src/common/xml.c
102         * src/common/xml.h
103         * src/common/xmlprops.c
104         * src/common/xmlprops.h
105         * src/plugins/bogofilter/bogofilter.c
106         * src/plugins/clamav/clamav_plugin.c
107         * src/plugins/dillo_viewer/dillo_prefs.c
108         * src/plugins/pgpcore/prefs_gpg.c
109         * src/plugins/pgpinline/pgpinline.c
110         * src/plugins/pgpmime/pgpmime.c
111         * src/plugins/spamassassin/spamassassin.c
112         * src/plugins/trayicon/trayicon_prefs.c
113                 Verify success on writes. Will fix possible strange
114                 failure on disk full.
115
116 2007-10-04 [paul]       3.0.2cvs8
117
118         * manual/advanced.xml
119                 add further info about Actions
120                 Patch by Emmanuel Briot <briot@adacore.com>
121
122 2007-10-04 [paul]       3.0.2cvs7
123
124         * src/account.c
125                 remove the D column, instead indicate the
126                 default account by use of bold text
127
128 2007-10-03 [colin]      3.0.2cvs6
129
130         * src/common/template.c
131                 Fix templates writing (was prone to disk full problems)
132
133 2007-10-03 [colin]      3.0.2cvs5
134
135         * src/Makefile.am
136         * src/addrduplicates.c
137         * src/addrduplicates.h
138         * src/addressbook.c
139                 Add duplicate deletion. Patch by Holger
140
141 2007-10-03 [colin]      3.0.2cvs4
142
143         * src/matcher.c
144         * src/gtk/quicksearch.c
145                 Fix bug 1340, 'Case insensitive searches with 
146                 non-ascii alphabets fail'.
147
148 2007-10-03 [colin]      3.0.2cvs3
149
150         * src/main.c
151         * src/common/utils.c
152         * src/common/utils.h
153                 Implement run-time alternative config directories
154
155 2007-10-03 [colin]      3.0.2cvs2
156
157         * src/folderview.c
158                 Prevent opening folder item while folder
159                 is scanned in a better way
160
161 2007-10-02 [paul]       3.0.2cvs1
162
163         * NEWS
164         * README
165         * RELEASE_NOTES
166         * configure.ac
167                 bump up version number following stable release
168
169 2007-09-30 [colin]      3.0.1cvs49
170
171         * src/imap.c
172                 Refresh session if needed
173
174 2007-09-30 [colin]      3.0.1cvs48
175
176         * src/imap.c
177                 Reset folder's session to NULL
178                 before destroying it
179
180 2007-09-30 [mones]      3.0.1cvs47
181
182         * manual/handling.xml
183                 Use markup quotes instead hardcoded quotes
184         * manual/es/handling.xml
185                 Added new synced section (IMAP subscriptions)
186
187 2007-09-29 [colin]      3.0.1cvs46
188
189         * src/imap.c
190                 Notice disconnections faster
191
192 2007-09-28 [colin]      3.0.1cvs45
193
194         * src/addressbook.c
195         * src/addrindex.c
196                 Fix warnings
197
198 2007-09-28 [paul]       3.0.1cvs44
199
200         * src/mimeview.c
201                 fix maemo build
202
203 2007-09-28 [paul]       3.0.1cvs43
204
205         * src/account.c
206                 use gtk_widget_set_size_request() on the label
207                 so that wrapping works better. get rid of the
208                 (partially deprecated) hbutton_box.
209                 these changes should prevent buttons overlapping
210                 on maemo
211
212 2007-09-28 [colin]      3.0.1cvs42
213
214         * src/pop.c
215                 Fix typo :)
216
217 2007-09-28 [colin]      3.0.1cvs41
218
219         * src/compose.c
220         * src/msgcache.c
221         * src/pop.c
222         * src/procmime.c
223         * src/etpan/imap-thread.c
224                 64bits-related warning fixes
225
226 2007-09-28 [colin]      3.0.1cvs40
227
228         * src/folder_item_prefs.c
229         * src/ldaputil.c
230         * src/mainwindow.c
231         * src/mimeview.c
232         * src/common/tags.c
233                 Fix warnings
234
235 2007-09-28 [colin]      3.0.1cvs39
236
237         * src/plugins/spamassassin/spamassassin.c
238         * src/plugins/spamassassin/spamassassin.h
239         * src/plugins/spamassassin/spamassassin_gtk.c
240                 Add addressbook-based whitelisting
241
242 2007-09-28 [colin]      3.0.1cvs38
243
244         * src/folder.c
245                 Fix bug 1337, 'crash on pressing Send button'
246
247 2007-09-28 [paul]       3.0.1cvs37
248
249         * src/prefs_folder_item.c
250                 give the orphans a parent. makes all prefs
251                 pages visible on maemo
252
253 2007-09-28 [colin]      3.0.1cvs36
254
255         * src/prefs_folder_column.c
256         * src/prefs_summary_column.c
257                 Fix two leaks
258
259 2007-09-27 [colin]      3.0.1cvs35
260
261         * src/gtk/quicksearch.c
262                 Fix bug 1336, 'Segfault if empty space before search-string'
263
264 2007-09-26 [mones]      3.0.1cvs34
265
266         * manual/account.xml
267         * manual/plugins.xml
268                 Fixed irc channel name, added some docbook markup.
269                 Changed text markup to docbook markup. 
270                 Added spamcop as supported in SpamReport description.
271         * manual/fr/plugins.xml
272                 Fixed irc channel name.
273         * manual/es/account.xml
274         * manual/es/advanced.xml
275         * manual/es/claws-mail-manual.xml
276         * manual/es/glossary.xml
277         * manual/es/gpl.xml
278         * manual/es/keyboard.xml
279         * manual/es/plugins.xml
280                 Synced with English version, fixed a couple of typos.
281
282 2007-09-26 [colin]      3.0.1cvs33
283
284         * configure.ac
285                 Explain why "Libgnomeprint: no" on GTK+ 2.10
286
287 2007-09-26 [colin]      3.0.1cvs32
288
289         * src/messageview.c
290         * src/procmsg.c
291         * src/procmsg.h
292                 Optimisation: avoid fetching mail 3 times locally
293                 for displaying
294
295 2007-09-26 [colin]      3.0.1cvs31
296
297         * src/mh.c
298                 Fix missing static
299
300 2007-09-26 [colin]      3.0.1cvs30
301
302         * src/folder.c
303         * src/folder.h
304         * src/mh.c
305         * src/mh.h
306                 Fix MH mtime hack - make it a folder class function
307
308 2007-09-26 [colin]      3.0.1cvs29
309
310         * src/inc.c
311                 Fix bug 1334, 'user defined mail incorporation 
312                 script not run'
313
314 2007-09-25 [colin]      3.0.1cvs28
315
316         * src/codeconv.c
317                 Optimisation: shortcut conv_codeset_strdup
318                 when src_code and dest_code are the same
319         * src/common/xml.c
320         * src/common/xml.h
321                 Optimisation: shortcut code conversions when
322                 files are in UTF-8; faster list walking by
323                 using prepend/reverse.
324
325 2007-09-25 [holger]     3.0.1cvs27
326
327         * src/printing.c
328                 Replace button bar of the preview window
329                 with a real toolbar (patch by Colin)
330                 Add zooming to the preview window
331
332 2007-09-24 [paul]       3.0.1cvs26
333
334         * src/compose.c
335                 compact the character set menu, adding some
336                 missing encodings. Patch by Pawel Pekala
337
338 2007-09-23 [paul]       3.0.1cvs25
339
340         * src/prefs_account.c
341         * src/prefs_folder_item.c
342         * src/prefs_quote.c
343         * src/quote_fmt.c
344         * src/quote_fmt.h
345                 remove unnecessary frame from Templates options
346                 and improve the English of the check button label
347
348 2007-09-22 [colin]      3.0.1cvs24
349
350         * src/gtk/quicksearch.c
351                 Fix bug 1329, 'error in quicksearch.c'
352                 Fix return with value in function returning void
353
354 2007-09-22 [colin]      3.0.1cvs23
355
356         * src/imap.c
357         * src/procmsg.h
358         * src/common/utils.c
359         * src/common/utils.h
360         * src/etpan/imap-thread.c
361                 Optimise fetching IMAP cached emails *a lot*
362                 (remember whether mail is fully cached and \r's
363                  are already stripped)
364
365 2007-09-22 [colin]      3.0.1cvs22
366
367         * src/folder.c
368         * src/folder.h
369         * src/prefs_folder_item.c
370                 Add a button to allow users to drop local caches.
371
372 2007-09-21 [colin]      3.0.1cvs21
373
374         * src/summaryview.c
375                 Remove unnecessary error when cancelling export to mbox.
376                 Patch by Pawel
377
378 2007-09-21 [paul]       3.0.1cvs20
379
380         * src/gtk/prefswindow.c
381                 remove unnecessary frames from the prefs
382                 pages. Patch by Pawel Pekala
383
384 2007-09-21 [paul]       3.0.1cvs19
385
386         * src/prefs_account.c
387         * src/prefs_folder_item.c
388         * src/prefs_quote.c
389         * src/quote_fmt.c
390                 put the Templates options into a tabbed
391                 layout. Patch by Pawel Pekala
392
393 2007-09-21 [paul]       3.0.1cvs18
394
395         * src/mainwindow.c
396                 group together the character set menu items
397                 move the /View/Show or hide/Message view below
398                 .../Toolbar menu item
399                 Patch by Pawel Pekala
400
401 2007-09-21 [mones]      3.0.1cvs17
402
403         * src/compose.c
404                 Fix for bug 1327, 'segfault when replying to a non-existent
405                 news message', thanks to Colin.
406
407 2007-09-21 [colin]      3.0.1cvs16
408
409         * src/folderview.c
410                 Complete 3.0.1cvs15
411
412 2007-09-20 [colin]      3.0.1cvs15
413
414         * src/folderview.c
415         * src/folderview.h
416                 Maybe fix bug 1324, 'Corrupted IMAP cache'
417
418 2007-09-20 [colin]      3.0.1cvs14
419
420         * src/printing.c
421                 Fix a little leak
422
423 2007-09-20 [holger]     3.0.1cvs13
424
425         * src/printing.c
426                 Add page layout to print preview.
427                 Make the close-button in the toolbar
428                 right-aligned.
429
430 2007-09-20 [paul]       3.0.1cvs12
431
432         * po/ru.po
433                 updated by Pavlo Bohmat
434
435 2007-09-19 [colin]      3.0.1cvs11
436
437         * src/common/utils.c
438                 Prevent unquoted mime boundaries, by always
439                 using a /
440
441 2007-09-19 [colin]      3.0.1cvs10
442
443         * src/printing.c
444                 Fix drawing area size, fix DPI change that
445                 can cause total number of lines to decrease
446
447 2007-09-19 [colin]      3.0.1cvs9
448
449         * po/POTFILES.in
450         * src/printing.c
451                 Make print preview more efficient and nicer.
452                 Patch mostly by Holger Berndt <hb@claws-mail.org>
453
454 2007-09-19 [colin]      3.0.1cvs8
455
456         * src/prefs_common.c
457         * src/prefs_common.h
458         * src/printing.c
459                 Add scrolledwindow, default allocation and
460                 size saving to the print preview window.
461
462 2007-09-18 [colin]      3.0.1cvs7
463
464         * src/prefs_common.c
465         * src/prefs_common.h
466         * src/prefs_image_viewer.c
467         * src/printing.c
468                 GtkPrintOperation:
469                 - add image printing support
470                 - add option to print images
471                 - add preview widget
472                 - add saving of a few Page Setup parameters
473
474 2007-09-18 [colin]      3.0.1cvs6
475
476         * AUTHORS
477         * src/gtk/authors.h
478                 Add Guillaume Chazarain
479
480 2007-09-18 [colin]      3.0.1cvs5
481
482         * src/common/utils.c
483                 Fix bug 1321, 'access before allocation 
484                 when scanning for uris'. Patch by 
485                 Guillaume Chazarain <guichaz@yahoo.fr>
486
487 2007-09-18 [colin]      3.0.1cvs4
488
489         * src/toolbar.c
490                 Fix bug 1320, 'Memory leak caused by 
491                 gtk_container_get_children'. Patch by
492                 Guillaume Chazarain <guichaz@yahoo.fr>
493
494 2007-09-18 [colin]      3.0.1cvs3
495
496         * src/printing.c
497         * src/printing.h
498                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
499
500 2007-09-18 [colin]      3.0.1cvs2
501
502         * src/Makefile.am
503         * src/mainwindow.c
504         * src/messageview.c
505         * src/messageview.h
506         * src/prefs_ext_prog.c
507         * src/prefs_fonts.c
508         * src/printing.c
509         * src/printing.h
510         * src/summaryview.c
511                 Use GtkPrintOperation by default on GTK+ >= 2.10
512                 Patch by Holger Berndt <hb@claws-mail.org>
513
514 2007-09-18 [paul]       3.0.1cvs1
515
516         * NEWS
517         * README
518         * RELEASE_NOTES
519         * configure.ac
520                 bump up version number following stable release
521
522 2007-09-16 [colin]      3.0.0cvs18
523
524         * src/folder.c
525                 Fix possible memleak
526
527 2007-09-16 [colin]      3.0.0cvs17
528
529         * src/folderview.c
530                 Fix bug 1311, 'Wrong arrow position 
531                 while moving message into folder when 
532                 column headers hidden'
533         * src/image_viewer.c
534                 Show error in the GUI if image can't
535                 be loaded
536         * src/matcher.c
537                 Fix spurious output
538         * src/messageview.c
539                 Allow setting domain in msgid
540         * src/common/plugin.c
541                 Add timing information
542
543 2007-09-16 [colin]      3.0.0cvs16
544
545         * src/account.c
546         * src/compose.c
547         * src/prefs_account.c
548         * src/prefs_account.h
549         * src/prefs_template.c
550         * src/common/utils.c
551                 Remove Generate Message-ID option. We need
552                 this on some IMAP servers.
553
554 2007-09-16 [colin]      3.0.0cvs15
555
556         * src/prefs_filtering.c
557         * src/prefs_filtering.h
558         * src/prefs_filtering_action.c
559         * src/common/tags.c
560                 Fix tags issues: tags with spaces, renaming
561                 tags.
562
563 2007-09-16 [colin]      3.0.0cvs14
564
565         * src/folderview.c
566         * src/main.c
567         * src/mainwindow.c
568                 Fix bug 1308, 'Claws deletes folderlist.xml after
569                 fetching mail short after start-up'
570
571 2007-09-16 [colin]      3.0.0cvs13
572
573         * src/compose.c
574                 Fix scrolling to cursor
575
576 2007-09-16 [paul]       3.0.0cvs12
577
578         * po/sr.po
579                 updated by Aleksandar Urosevic
580
581 2007-09-16 [paul]       3.0.0cvs11
582
583         * src/folder.c
584                 do not allow locked msgs to be deleted,
585                 even by filtering/processing
586
587 2007-09-07 [paul]       3.0.0cvs10
588
589         * src/prefs_folder_column.c
590         * src/prefs_summary_column.c
591                 implement button sensitivity
592                 patch by Pawel Pekala
593
594 2007-09-06 [wwp]        3.0.0cvs9
595
596         * src/prefs_gtk.c
597                 Add a missing linefeed to a debug message.
598
599 2007-09-05 [colin]      3.0.0cvs8
600
601         * src/inc.c
602                 Fix statusbar/window mismatch on Maemo
603
604 2007-09-05 [colin]      3.0.0cvs7
605
606         * src/ldaputil.c
607                 Fix build without USE_LDAP_TLS
608
609 2007-09-05 [colin]      3.0.0cvs6
610
611         * src/folder.c
612         * src/imap.c
613         * src/inc.c
614         * src/mbox.c
615         * src/send_message.c
616         * src/statusbar.c
617         * src/statusbar.h
618                 Maemo: distinguish various statusbar messages,
619                 in order to display only the most important.
620
621 2007-09-04 [wwp]        3.0.0cvs5
622
623         * src/account.c
624                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
625                 Show protocol "SMTP" and the appropriate server for send-only
626                 accounts, show "-" instead of "" when no value is relevant.
627
628 2007-09-03 [ticho]      3.0.0cvs4
629
630         * src/summaryview.c
631                 Handle plural form better in delete confirmation dialog.
632
633 2007-09-03 [wwp]        3.0.0cvs3
634
635         * src/compose.c
636                 Warn differently when sending or sending later (queueing).
637
638 2007-09-03 [colin]      3.0.0cvs2
639
640         * src/procmime.c
641         * src/procmime.h
642         * src/common/plugin.c
643         * src/common/plugin.h
644                 Add a new plugin API, MimeParser. It allows
645                 plugins to scan email MIME parts and optionally,
646                 transform them.
647
648 2007-09-03 [mones]      3.0.0cvs1
649
650         * po/es.po
651                 Updated translation
652         * src/common/defs.h
653                 While a better solution is made double history sizes
654
655 2007-09-03 [paul]       3.0.0
656
657         * NEWS
658         * README
659         * RELEASE_NOTES
660                 3.0.0 released
661
662 2007-09-03 [paul]       2.10.0cvs191
663
664         * po/bg.po
665         * po/ca.po
666         * po/de.po
667         * po/fi.po
668         * po/fr.po
669         * po/hu.po
670         * po/it.po
671         * po/pl.po
672         * po/pt_BR.po
673         * po/ru.po
674         * po/sk.po
675         * po/zh_CN.po
676                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
677                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
678                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
679                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
680
681 2007-09-02 [colin]      2.10.0cvs190
682
683         * src/edittags.c
684         * src/common/tags.c
685                 Prevent empty or white-space tags
686
687 2007-09-01 [colin]      2.10.0cvs189
688
689         * src/main.c
690                 Fix double-reading of accounts list when
691                 the wizard has been run due to no accounts
692         * src/mainwindow.c
693                 Fix sensitivity of a menu item in case 
694                 there's no account
695
696 2007-09-01 [wwp]        2.10.0cvs188
697
698         * src/wizard.c
699                 Fix wizard crash when Mailbox dir already exists
700                 (thanks to Colin).
701
702 2007-08-31 [colin]      2.10.0cvs187
703
704         * src/etpan/imap-thread.c
705                 Fix unwanted creation of 
706                 libetpan's stream dump file
707         * src/compose.c
708                 Fix coloring of pastes as quotation
709         * src/summaryview.c
710                 Maemo: Fix opening of mails from keypad
711                 in Sent folders
712         * src/addressbook.c
713         * src/folderview.c
714         * src/image_viewer.c
715         * src/mimeview.c
716         * src/gtk/prefswindow.c
717                 Maemo: Fix adjustments changes 
718
719 2007-08-30 [colin]      2.10.0cvs186
720
721         * src/folderview.c
722                 Don't opened selected folder when clicking
723                 on white space
724         * src/mainwindow.c
725                 Maemo: Make Esc close messageviews
726         * src/messageview.c
727                 Maemo: Fix message scrolling to the end on 
728                 opening
729                 Maemo: Fix reopening same message
730         * src/gtk/prefswindow.c
731                 Maemo: try to fix scrollbar. Doesn't work,
732                 it seems as if gtk_adjustment_set_value was
733                 a noop.
734
735 2007-08-30 [colin]      2.10.0cvs185
736
737         * src/compose.c
738         * src/folderview.c
739         * src/main.c
740         * src/prefs_matcher.c
741         * src/prefs_template.c
742         * src/quote_fmt.c
743         * src/send_message.c
744         * src/toolbar.c
745         * src/gtk/gtkaspell.c
746         * src/plugins/bogofilter/bogofilter.c
747         * src/plugins/bogofilter/bogofilter_gtk.c
748         * src/plugins/clamav/clamav_plugin_gtk.c
749         * src/plugins/pgpcore/sgpgme.c
750         * src/plugins/spamassassin/spamassassin.c
751         * src/plugins/spamassassin/spamassassin_gtk.c
752                 Fix all potential misuses of format-string functions
753
754 2007-08-30 [wwp]        2.10.0cvs184
755
756         * src/prefs_template.c
757                 Fix a leak.
758
759 2007-08-29 [colin]      2.10.0cvs183
760
761         * src/plugins/trayicon/trayicon.c
762                 Fix leak of hooks in case of error,
763                 thanks to Holger Berndt
764
765 2007-08-28 [colin]      2.10.0cvs182
766
767         * src/mainwindow.c
768                 Don't use current folder settings when
769                 composing from the compose button's
770                 account selector
771
772 2007-08-28 [colin]      2.10.0cvs181
773
774         * src/quote_fmt_parse.y
775                 Fix cursor offset when quote contains UTF-8
776                 chars
777
778 2007-08-28 [colin]      2.10.0cvs180
779
780         * src/compose.c
781         * src/compose.h
782                 Fix signature replacement when it's been wrapped
783
784 2007-08-27 [colin]      2.10.0cvs179
785
786         * src/summaryview.c
787                 Fix indentation
788
789 2007-08-27 [colin]      2.10.0cvs178
790
791         * src/summaryview.c
792                 Fix Quicksearch's Sticky mode
793
794 2007-08-27 [colin]      2.10.0cvs177
795
796         * src/folder_item_prefs.c
797         * src/folder_item_prefs.h
798         * src/imap_gtk.c
799         * src/mh_gtk.c
800                 Fix loss of subfolders properties when
801                 renaming a folder
802
803 2007-08-26 [wwp]        2.10.0cvs176
804
805         * src/alertpanel.c
806         * src/messageview.c
807         * src/prefs_actions.c
808                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
809                 will have to be used when necessary *before* calling
810                 alertpanel functions.
811
812 2007-08-25 [paul]       2.10.0cvs175
813
814         * src/prefs_actions.c
815                 workaround gettext problem marking
816                 string as c-format when it's not
817
818 2007-08-25 [wwp]        2.10.0cvs174
819
820         * src/alertpanel.c
821         * src/messageview.c
822         * src/prefs_actions.c
823                 Call the pango markup escape function right ince in alertpanel_create
824                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
825                 2.10.0cvs158).
826
827         * src/common/log.c
828                 Fix a crash due to a misuse of g_print(), encountered when the string
829                 passed to g_print was containing printf substitution symbols.
830
831 2007-08-25 [paul]       2.10.0cvs173
832
833         * src/common/log.c
834                 fix a segfault when refreshing RSSyl feeds
835
836 2007-08-25 [paul]       2.10.0cvs172
837
838         * src/gtk/icon_legend.c
839                 add watchthread.xpm
840
841 2007-08-25 [paul]       2.10.0cvs171
842
843         * src/Makefile.am
844         * src/stock_pixmap.c
845         * src/pixmaps/insert_file.xpm
846                 add a new pixmap instead of re-using
847                 paste.xpm. (easier for icon theme authors)
848
849 2007-08-24 [holger]     2.10.0cvs170
850
851         * src/plugins/trayicon/trayicon.c
852                 The same fix for another hook id.
853
854 2007-08-24 [holger]     2.10.0cvs169
855
856         * src/plugins/trayicon/trayicon.c
857                 Micro-fix: Do the error checking for
858                 the right hook id.
859
860 2007-08-24 [paul]       2.10.0cvs168
861
862         * src/folder.h
863                 fix typo causing compiler warning
864
865 2007-08-24 [paul]       2.10.0cvs167
866
867         * README
868                 put back the correct version of this file also
869
870 2007-08-24 [colin]      2.10.0cvs166
871
872         * src/send_message.c
873                 Use progress bar when sending messages
874
875 2007-08-24 [paul]       2.10.0cvs165
876
877         * Makefile.am
878                 oops! if i'm quick no-one will notice
879                 (put back the proper file)
880
881 2007-08-24 [paul]       2.10.0cvs164
882
883         * AUTHORS
884         * Makefile.am
885         * README
886         * src/gtk/authors.h
887         * tools/Makefile.am
888         * tools/README
889         * tools/mew2claws-mail.pl
890                 add new script that imports a Mew address book
891                 submitted by Jerome Lelong
892
893 2007-08-24 [paul]       2.10.0cvs163
894
895         * manual/plugins.xml
896                 remove the obsolete plugins, add the
897                 missing plugins, including the forthcoming
898                 SpamReport plugin
899
900 2007-08-24 [paul]       2.10.0cvs162
901
902         * manual/advanced.xml
903                 add info about the hidden emphasis_color option
904         * manual/keyboard.xml
905                 correct the info about hotkeys
906                 wrap the long lines
907
908 2007-08-24 [paul]       2.10.0cvs161
909
910         * src/folderview.c
911                 add mnemonic to 'Run procesing rules'
912
913 2007-08-24 [paul]       2.10.0cvs160
914
915         * src/account.c
916         * src/folder.c
917         * src/folder.h
918                 use suitable defaults for outbox,
919                 queue, drafts and trash folders
920
921 2007-08-24 [wwp]        2.10.0cvs159
922
923         * src/folderview.c
924                 Update menu item sensitivity if necessary (or we get a
925                 gtk critical message).
926
927 2007-08-23 [wwp]        2.10.0cvs158
928
929         * src/action.c
930         * src/prefs_actions.c
931                 Allow literal % chars in action commands (use %%).
932                 Add a missing p++ to the action parser in action_get_type(),
933                 which was missing it, even if it was neutral.
934                 Fix a pango markup warning at runtime.
935
936 2007-08-23 [wwp]        2.10.0cvs157
937
938         * src/addressbook.c
939                 Contacts are now locale-aware sorted in the address book
940                 (LC_COLLATE matters here).
941                 Fix missing table initializers.
942
943 2007-08-23 [colin]      2.10.0cvs156
944
945         * src/imap.c
946                 Check scan_required on dest folder when copying
947
948 2007-08-23 [colin]      2.10.0cvs155
949
950         * src/imap.c
951                 Fix scanning when folder was empty
952
953 2007-08-22 [colin]      2.10.0cvs154
954
955         * src/msgcache.c
956                 Don't g_warning when g_try_malloc fails(), or it makes
957                 things worse as g_log() allocates. Fixes bug 1290,
958                 'Claws Mail crashes if too little memory when 
959                 rebuilding folder tree'
960
961 2007-08-22 [colin]      2.10.0cvs153
962
963         * src/inc.c
964                 Fix format string vulnerability, thanks to
965                 Ulf Harnhammar, Secunia Research
966
967 2007-08-22 [colin]      2.10.0cvs152
968
969         * src/ldapserver.c
970                 Set tv_usec too
971
972 2007-08-22 [wwp]        2.10.0cvs151
973
974         * src/ldapquery.c
975                 Few better null-ptr checks.
976
977 2007-08-22 [colin]      2.10.0cvs150
978
979         * src/editldap.c
980         * src/editldap_basedn.c
981         * src/ldapquery.c
982         * src/ldapserver.c
983         * src/ldapserver.h
984         * src/ldapupdate.c
985         * src/ldaputil.c
986         * src/ldaputil.h
987                 Fix ldap timeouts
988
989 2007-08-22 [colin]      2.10.0cvs149
990
991         * src/ldapquery.c
992                 Finish previous fix
993
994 2007-08-22 [colin]      2.10.0cvs148
995
996         * src/ldapquery.c
997                 Fix wrong assertions
998
999 2007-08-22 [colin]      2.10.0cvs147
1000
1001         * src/ldaputil.c
1002                 Fix test (set ldap v3 if bindDN is set or TLS is set)
1003
1004 2007-08-22 [colin]      2.10.0cvs146
1005
1006         * src/editldap.c
1007         * src/ldaputil.c
1008                 Fix wrong "Connected successfully to server". Connection only succeeds if
1009                 we can get the base DN.
1010
1011 2007-08-21 [wwp]        2.10.0cvs145
1012
1013         * src/browseldap.c
1014         * src/editldap.c
1015         * src/ldapctrl.c
1016         * src/ldapquery.c
1017         * src/ldapserver.c
1018         * src/ldapupdate.c
1019         * src/ldaputil.c
1020                 More sanity checks in ldap functions.
1021
1022 2007-08-21 [wwp]        2.10.0cvs144
1023
1024         * src/prefs_account.c
1025                 Don't return a value in a void function().
1026
1027 2007-08-21 [paul]       2.10.0cvs143
1028
1029         * src/messageview.c
1030                 add check for ftp: to messageview_list_urls()
1031
1032 2007-08-21 [colin]      2.10.0cvs142
1033
1034         * src/editldap.c
1035         * src/ldapctrl.c
1036         * src/ldapctrl.h
1037         * src/ldapquery.c
1038         * src/ldapupdate.c
1039                 Fix bug 1293, 'LDAP address book not working'
1040                 Search only on specified fields, but fetch 
1041                 every field possible. People will have to 
1042                 reset the searched Attributes in their LDAP
1043                 servers properties.
1044
1045 2007-08-21 [wwp]        2.10.0cvs141
1046
1047         * src/addr_compl.c
1048         * src/addrbook.c
1049         * src/addrcache.c
1050         * src/addrcindex.c
1051         * src/addressbook.c
1052         * src/addrindex.c
1053         * src/browseldap.c
1054         * src/crash.c
1055         * src/editaddress_other_attributes_ldap.c
1056         * src/exporthtml.c
1057         * src/folder.c
1058         * src/folderview.c
1059         * src/imap.c
1060         * src/jpilot.c
1061         * src/ldapserver.c
1062         * src/ldapupdate.c
1063         * src/ldif.c
1064         * src/main.c
1065         * src/mainwindow.c
1066         * src/matcher.c
1067         * src/mh.c
1068         * src/msgcache.c
1069         * src/mutt.c
1070         * src/pine.c
1071         * src/pop.c
1072         * src/prefs_customheader.c
1073         * src/prefs_msg_colors.c
1074         * src/procmime.c
1075         * src/textview.c
1076         * src/vcard.c
1077         * src/wizard.c
1078         * src/common/log.c
1079         * src/common/socket.c
1080         * src/common/ssl_certificate.c
1081         * src/common/utils.c
1082         * src/common/utils.h
1083         * src/gtk/description_window.c
1084         * src/plugins/demo/demo.c
1085         * src/plugins/pgpcore/prefs_gpg.c
1086         * src/plugins/spamassassin/libspamc.c
1087                 Make sure we use glib functions to send text messages (information,
1088                 debug, warning, errors) to stdout/stderr - no more direct puts
1089                 fputs printf fprintf to stdout/stderr when it can be done using
1090                 g_log*() and g_print/g_printerr. Doing this, we make sure every
1091                 stdout/stderr message is saved to log in Windows.
1092
1093
1094 2007-08-21 [wwp]        2.10.0cvs140
1095
1096         * src/main.c
1097         * src/common/utils.h
1098                 Route glib's stdout/stderr messages to a log file (Windows only),
1099                 instead of loosing them.
1100
1101 2007-08-21 [paul]       2.10.0cvs139
1102
1103         * src/mainwindow.c
1104                 replace deprecated g_strncasecmp()
1105         * src/messageview.c
1106                 fix 'List URLS'
1107
1108 2007-08-20 [ticho]      2.10.0cvs138
1109
1110         * src/account.c
1111         * src/prefs_account.h
1112                 Copy all account preferences in account_clone() - some
1113                 were missing.
1114         * src/prefs_account.c
1115                 Handle empty privacy system combobox gracefully (warning
1116                 instead of a crash).
1117
1118 2007-08-20 [colin]      2.10.0cvs137
1119
1120         * src/ldapctrl.c
1121                 Fix a leak
1122
1123 2007-08-20 [paul]       2.10.0cvs136
1124
1125         * src/browseldap.c
1126         * src/editldap.c
1127         * src/ldapctrl.c
1128         * src/ldapquery.c
1129         * src/ldapquery.h
1130         * src/ldapserver.c
1131         * src/ldaputil.c
1132                 add debug_prints
1133                 patch by Michael Rasmussen
1134
1135 2007-08-19 [colin]      2.10.0cvs135
1136
1137         * src/imap.c
1138                 Fix previous commit. Sensitivity update is needed
1139                 for "Cancel receiving". However when batching we
1140                 don't need to do it for every message flag change,
1141                 just once at the start and once at the end.
1142
1143 2007-08-19 [colin]      2.10.0cvs134
1144
1145         * src/imap.c
1146                 Remove useless menu updates on session lock/unlock
1147
1148 2007-08-19 [colin]      2.10.0cvs133
1149
1150         * src/etpan/imap-thread.c
1151                 Make all fetch logs less verbose
1152
1153 2007-08-19 [paul]       2.10.0cvs132
1154
1155         * src/foldersel.c
1156         * src/folderview.c
1157         * src/summaryview.c
1158                 fix bug 1286, 'Can't move a folder into a "Folders
1159                 Only" folder'
1160
1161 2007-08-18 [ticho]      2.10.0cvs131
1162
1163         * src/editaddress_other_attributes_ldap.c
1164                 Converted option menu for other ldap attributes to GtkComboBox.
1165
1166 2007-08-18 [colin]      2.10.0cvs130
1167
1168         * src/compose.c
1169         * src/prefs_common.c
1170         * src/prefs_common.h
1171         * src/prefs_send.c
1172         * src/send_message.c
1173                 Revert 'send_dialog_mode' meaning to 
1174                 'send_dialog_invisible', so that the 
1175                 new checkbox doesn't change the 
1176                 existing behaviour.
1177
1178 2007-08-18 [paul]       2.10.0cvs129
1179
1180         * src/summaryview.c
1181                 add missing menu update
1182
1183 2007-08-17 [colin]      2.10.0cvs128
1184
1185         * src/folder.c
1186                 Set batching after getting flags - maybe fixes
1187                 bug 1292, 'CM crashes on writing mail'
1188
1189 2007-08-16 [ticho]      2.10.0cvs127
1190
1191         * src/prefs_send.c
1192                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1193         * src/gtk/combobox.h
1194         * src/gtk/gtkutils.c
1195                 Allow NULL for GtkComboBox menuitem label, rendering such
1196                 items as row separators.
1197
1198 2007-08-16 [paul]       2.10.0cvs126
1199
1200         * src/plugins/trayicon/trayicon.c
1201                 remove wrongly used gettextisation
1202
1203 2007-08-15 [ticho]      2.10.0cvs125
1204
1205         * src/importldif.c
1206                 Fixed a runtime warning where an attempt to pack an
1207                 already packed GtkLabel was made.
1208
1209 2007-08-15 [ticho]      2.10.0cvs124
1210
1211         * src/prefs_compose_writing.c
1212                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1213                 into GtkComboBox.
1214
1215 2007-08-14 [ticho]      2.10.0cvs123
1216
1217         * src/messageview.c
1218         * src/gtk/gtkutils.c
1219                 Changed return receipt account selector to GtkComboBox.
1220                 Fixed a runtime warning where GTK tried to parse
1221                 "name <email@address" as a Pango markup in an alertpanel label.
1222
1223 2007-08-14 [ticho]      2.10.0cvs122
1224
1225         * src/prefs_logging.c
1226                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1227
1228 2007-08-14 [wwp]        2.10.0cvs121
1229
1230         * tools/Makefile.am
1231         * tools/README
1232         * tools/popfile-link.sh
1233                 Added a new tool: POPFile helper, to open
1234                 selected messages in POPFile control center,
1235                 in order to change the messages' status.
1236
1237 2007-08-14 [ticho]      2.10.0cvs120
1238
1239         * src/compose.c
1240         * src/prefs_common.c
1241         * src/prefs_common.h
1242         * src/prefs_send.c
1243         * src/send_message.c
1244                 Change "Show send dialog" optionmenu to a checkbutton.
1245         * src/prefs_receive.c
1246                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1247
1248 2007-08-13 [wwp]        2.10.0cvs119
1249
1250         * src/addr_compl.c
1251         * src/addressbook.c
1252         * src/addrindex.c
1253         * src/compose.c
1254         * src/filtering.c
1255         * src/folderview.c
1256         * src/inc.c
1257         * src/matcher.c
1258         * src/mh.c
1259         * src/partial_download.c
1260         * src/prefs_gtk.c
1261         * src/procmsg.c
1262         * src/stock_pixmap.c
1263         * src/summaryview.c
1264         * src/common/utils.c
1265         * src/gtk/gtkaspell.c
1266         * src/gtk/menu.c
1267                 Make sure we never pass NULL pointers for %s substitutions
1268                 (prevent from crashing in Windows).
1269
1270 2007-08-13 [wwp]        2.10.0cvs118
1271
1272         * src/msgcache.c
1273                 Re-enable mmap_reads in Windows with some missing
1274                 CloseHandle of mapping objects, thanks to
1275                 Marcus Brinkmann.
1276
1277 2007-08-13 [paul]       2.10.0cvs117
1278
1279         * src/common/utils.c
1280                 fix bug 1287, 'Compile time problem on Solaris
1281                 (nexenta gnu/Solaris) utils.c'
1282                 Thanks to Piotr Chrzczonowicz
1283
1284 2007-08-12 [wwp]        2.10.0cvs116
1285
1286         * src/plugins/pgpcore/prefs_gpg.c
1287                 Don't try to unset a GPG_AGENT_INFO that was not
1288                 set (and don't use a NULL string in Windows, it was
1289                 crashing with --debug if GPG_AGENT_INFO was not set).
1290
1291 2007-08-12 [wwp]        2.10.0cvs115
1292
1293         * src/privacy.h
1294                 Make gcc type-check arguments passed to privacy_set_error().
1295
1296 2007-08-12 [ticho]      2.10.0cvs114
1297
1298         * src/prefs_folder_item.c
1299                 Make sure that folder default account combobox always has some
1300                 account preselected.
1301         * src/gtk/combobox.c
1302                 Handle empty combobox gracefully (warning instead of crash).
1303
1304 2007-08-12 [ticho]      2.10.0cvs114
1305
1306         * src/prefs_folder_item.c
1307                 Make sure that folder default account combobox is not empty.
1308         * src/gtk/combobox.c
1309                 Handle empty combobox gracefully (warning instead of crash).
1310
1311 2007-08-11 [paul]       2.10.0cvs113
1312
1313         * src/addrgather.c
1314         * src/folderview.c
1315                 use 'subfolder' instead of 'sub-folder', matching
1316                 everywhere else the term is used
1317         * src/imap_gtk.c
1318                 fix engrish
1319
1320 2007-08-10 [wwp]        2.10.0cvs112
1321
1322         * src/msgcache.c
1323                 Disable mmap reads in Windows only (at least temporarily), they
1324                 prevent from renaming/removing target cache files.
1325
1326 2007-08-10 [paul]
1327
1328         3.0.0-rc2 released
1329
1330 2007-08-10 [wwp]        2.10.0cvs111
1331
1332         * src/msgcache.c
1333                 fix unpredictable crashes in Windows due to broken
1334                 cache/mark/tags files writting (file were opened for
1335                 writing in text mode).
1336
1337         * src/recv.c
1338                 use gettimeofday() from w32lib.h on Windows.
1339
1340 2007-08-10 [colin]      2.10.0cvs110
1341
1342         * src/imap.c
1343         * src/etpan/imap-thread.c
1344         * src/etpan/imap-thread.h
1345                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1346
1347 2007-08-09 [colin]      2.10.0cvs109
1348
1349         * src/editldap.c
1350                 Fix port being reset to 636 on SSL
1351         * src/folder.c
1352                 Fix folder_item_get_msg_num_by_file
1353                 on drafts/queue folders
1354
1355 2007-08-09 [wwp]        2.10.0cvs108
1356
1357         * src/folder.c
1358                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1359                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1360
1361
1362 2007-08-09 [colin]      2.10.0cvs107
1363
1364         * src/folderview.c
1365         * src/summaryview.c
1366         * src/gtk/prefswindow.c
1367                 A few Maemo layout fixes
1368
1369 2007-08-09 [paul]       2.10.0cvs106
1370
1371         * src/prefs_account.c
1372                 remove the hyphen from plug-ins to
1373                 match everywhere else
1374
1375 2007-08-08 [wwp]        2.10.0cvs105
1376
1377         * src/prefs_folder_item.c
1378                 Fix an extraneous stealth ^L char.
1379
1380 2007-08-08 [wwp]        2.10.0cvs104
1381
1382         * src/prefs_folder_item.c
1383                 Better fix, group variables declarations (USE_ASPELL).
1384
1385 2007-08-08 [wwp]        2.10.0cvs103
1386
1387         * src/prefs_folder_item.c
1388                 Fix compilation w/ USE_ASPELL set (broken
1389                 by 2.10.0cvs102).
1390
1391 2007-08-08 [ticho]      2.10.0cvs102
1392
1393         * src/prefs_folder_item.c
1394                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1395
1396 2007-08-08 [colin]      2.10.0cvs101
1397
1398         * src/imap.c
1399         * src/etpan/imap-thread.c
1400         * src/etpan/imap-thread.h
1401                 Close selected mailbox before doing
1402                 status on it.
1403
1404 2007-08-08 [colin]      2.10.0cvs100
1405
1406         * src/html.c
1407                 Complete symbol table, thanks to wwp.
1408                 Fixes bug 1284, 'The html -> text 
1409                 converter ignores entities'
1410         * src/msgcache.c
1411                 Fix possible fd leak
1412
1413 2007-08-08 [colin]      2.10.0cvs99
1414
1415         * src/imap.c
1416                 Better way to fetch UIDs on non-UIDPLUS servers
1417
1418 2007-08-07 [colin]      2.10.0cvs98
1419
1420         * src/imap.c
1421                 fix bug 1275, 'auto-saved draft messages not 
1422                 always being removed'; Also, make multiple
1423                 copy (in the same account) faster by matching
1424                 source/destination message UIDs.
1425         * src/messageview.c
1426                 Don't try to reshow deleted mail
1427         * src/msgcache.c
1428                 Fix leak on error path
1429
1430 2007-08-07 [wwp]        2.10.0cvs97
1431
1432         * manual/account.xml
1433         * manual/advanced.xml
1434         * manual/fr/account.xml
1435         * manual/fr/advanced.xml
1436                 Updated the reference manual and the French translation to
1437                 reflect 2.10.0cvs84: enable running folder Processing
1438                 rules on demand.
1439
1440 2007-08-06 [wwp]        2.10.0cvs96
1441
1442         * src/prefs_common.c
1443         * src/prefs_common.h
1444         * src/textview.c
1445                 Allow changing the emphasis color used to highlight
1446                 the newsreader/x-mailer header value when it matches
1447                 our preferred mail agent (hidden pref 'emphasis_col' added
1448                 to clawsrc).
1449
1450 2007-08-06 [colin]      2.10.0cvs95
1451
1452         * src/compose.c
1453         * src/compose.h
1454                 Re-commit 2.10.0cvs86, with a protection
1455                 against Pango bug. Also, try to fix 
1456                 bug 1275, 'auto-saved draft messages not 
1457                 always being removed'
1458
1459 2007-08-06 [wwp]        2.10.0cvs94
1460
1461         * src/gtk/quicksearch.c
1462                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1463
1464 2007-08-06 [ticho]      2.10.0cvs93
1465
1466         * src/prefs_account.c
1467         * src/gtk/combobox.c
1468                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1469                 selection in account preferences.
1470
1471 2007-08-06 [wwp]        2.10.0cvs92
1472
1473         * src/plugins/pgpcore/plugin.def
1474                 Apply one more chunk from gpg4win's 03-w32-port patch.
1475
1476 2007-08-05 [colin]      2.10.0cvs91
1477
1478         * src/compose.c
1479         * src/compose.h
1480                 reverting buggy patch for now
1481
1482 2007-08-05 [colin]      2.10.0cvs90
1483
1484         * src/folder.c
1485                 Fix slowdown
1486
1487 2007-08-04 [colin]      2.10.0cvs89
1488
1489         * src/prefs_summaries.c
1490         * src/summary_search.c
1491                 Replace deprecated widgets. Patch by
1492                 Andrej.
1493
1494 2007-08-04 [colin]      2.10.0cvs88
1495
1496         * src/mh.c
1497                 Refresh GUI only every 2000 mails on mh_get_last_num
1498                 This is fast (readdir) and done only once per 
1499                 session/folder
1500
1501 2007-08-03 [colin]      2.10.0cvs87
1502
1503         * src/prefs_account.c
1504         * src/gtk/combobox.h
1505         * src/gtk/gtkutils.c
1506                 Fix a deprecated widget. Patch by
1507                 Andrej
1508
1509 2007-08-03 [colin]      2.10.0cvs86
1510
1511         * src/compose.c
1512         * src/compose.h
1513                 Make colorisation and wrapping algorithms
1514                 faster. Fixes bug 1246, 'compose becomes 
1515                 increasingly slow replying to complex emails'
1516
1517 2007-08-03 [paul]       2.10.0cvs85
1518
1519         * src/mh.c
1520                 keep the window painted
1521
1522 2007-08-02 [paul]       2.10.0cvs84
1523
1524         * src/folderview.c
1525         * src/mainwindow.c
1526         * src/mainwindow.h
1527                 enable running folder Processing
1528                 rules on demand
1529
1530 2007-08-02 [paul]       2.10.0cvs83
1531
1532         * src/textview.c
1533                 speed up/clean up rendering of larger
1534                 msgs
1535                 Thanks to Colin
1536
1537 2007-08-01 [paul]       2.10.0cvs82
1538
1539         * src/mainwindow.h
1540                 clean up cruft
1541         * src/toolbar.c
1542                 change default toolbar layout on maemo
1543         * src/pixmaps/close.xpm
1544                 make the red cross a grey cross
1545         * src/pixmaps/jpilot.xpm
1546                 make icon smaller so it fits better
1547
1548 2007-07-31 [paul]       2.10.0cvs81
1549
1550         * src/setup.c
1551         * src/gtk/gtkutils.c
1552                 fix crash on maemo on first launch
1553
1554 2007-07-30 [paul]       2.10.0cvs80
1555
1556         * src/prefs_matcher.c
1557                 specify the units of age and size
1558
1559 2007-07-30 [paul]       2.10.0cvs79
1560
1561         * src/main.c
1562                 Fix IMAP timeout setting
1563
1564 2007-07-30 [colin]      2.10.0cvs78
1565
1566         * src/prefs_account.c
1567                 Fix a deprecated widget. Patch by
1568                 Andrej
1569
1570 2007-07-27 [paul]       2.10.0cvs77
1571
1572         * src/matcher_parser_parse.y
1573         * src/prefs_filtering_action.c
1574         * src/prefs_matcher.c
1575                 these changes forgotten in cvs74's
1576                 'watch thread' feature
1577
1578 2007-07-27 [paul]       2.10.0cvs76
1579
1580         * src/compose.c
1581                 fix potential crasher
1582                 thanks to Colin
1583
1584 2007-07-27 [paul]       2.10.0cvs75
1585
1586         * src/mainwindow.c
1587         * src/manual.c
1588         * src/manual.h
1589         * src/gtk/gtkutils.c
1590                 make mainwindow's /Help/Manual point to the
1591                 remote copy if the local copy doesn't exist
1592
1593 2007-07-27 [paul]       2.10.0cvs74
1594
1595         * src/Makefile.am
1596         * src/filtering.c
1597         * src/folder.c
1598         * src/mainwindow.c
1599         * src/matcher.c
1600         * src/matcher.h
1601         * src/matcher_parser_parse.y
1602         * src/procmsg.c
1603         * src/procmsg.h
1604         * src/stock_pixmap.c
1605         * src/stock_pixmap.h
1606         * src/summaryview.c
1607         * src/summaryview.h
1608         * src/toolbar.c
1609         * src/toolbar.h
1610         * src/pixmaps/watchthread.xpm
1611                 add 'watch thread' feature
1612
1613 2007-07-27 [paul]       2.10.0cvs73
1614
1615         * src/prefs_folder_item.c
1616                 adjust labels, add tooltips
1617
1618 2007-07-27 [colin]      2.10.0cvs72
1619
1620         * src/summaryview.c
1621                 Maemo: Remove less used menu items
1622
1623 2007-07-26 [colin]      2.10.0cvs71
1624
1625         * src/messageview.c
1626                 Maemo: destroy messageview after trashing mail.
1627                 Maybe should be done on X11 too
1628
1629 2007-07-26 [colin]      2.10.0cvs70
1630
1631         * src/folderview.c
1632         * src/mainwindow.c
1633         * src/prefs_common.c
1634         * src/prefs_common.h
1635         * src/summaryview.c
1636                 Add View/Show or Hide/Column headers
1637
1638 2007-07-26 [colin]      2.10.0cvs69
1639
1640         * src/procmime.c
1641                 Fix unwanted output
1642
1643 2007-07-26 [colin]      2.10.0cvs68
1644
1645         * src/ldapserver.c
1646                 Fix possible crash on cache invalidation
1647         * src/compose.c
1648         * src/procmime.c
1649         * src/procmime.h
1650         * src/quote_fmt_parse.y
1651                 Make replying to mails with big attachments
1652                 much faster. Fixes bug 1224, 'The process of 
1653                 Replying to emails with large attachments 
1654                 seems unreasonably long...'
1655
1656 2007-07-26 [colin]      2.10.0cvs67
1657
1658         * src/mimeview.c
1659         * src/matcher.c
1660         * src/common/ssl.c
1661                 Fix threads use on BSDs
1662
1663 2007-07-26 [paul]       2.10.0cvs66
1664
1665         * src/gtk/prefswindow.c
1666                 fix account prefs breakage
1667                 thanks to Colin
1668
1669 2007-07-26 [paul]       2.10.0cvs65
1670
1671         * configure.ac
1672                 standardise ./configure --help messages
1673
1674 2007-07-26 [colin]      2.10.0cvs64
1675
1676         * src/addressbook.c
1677         * src/editaddress.c
1678                 Fix two vCard-related crashes
1679
1680 2007-07-25 [colin]      2.10.0cvs63
1681
1682         * src/inc.c
1683         * src/prefs_common.c
1684         * src/prefs_common.h
1685         * src/prefs_receive.c
1686                 Maemo: Add a better way to notify of
1687                 new mails
1688         * src/mainwindow.c
1689         * src/statusbar.h
1690         * src/summaryview.c
1691         * src/toolbar.c
1692                 Maemo: Various layout fixes
1693         * src/gtk/prefswindow.c
1694                 Maemo: Better prefs layout
1695
1696 2007-07-25 [paul]       2.10.0cvs62
1697
1698         * src/textview.c
1699                 fix the layout on maemo
1700                 thanks to Colin
1701
1702 2007-07-25 [iwkse]      2.10.0cvs61
1703
1704         * src/summaryview.c
1705                 add 'o' shortcut on summaryview
1706
1707 2007-07-25 [iwkse]      2.10.0cvs60
1708
1709         * src/textview.c
1710                 fix o shortcut
1711
1712 2007-07-24 [colin]      2.10.0cvs59
1713
1714         * src/mh.c
1715                 Fix missing timestamp update on source
1716                 folder when moving
1717         * src/textview.c
1718         * src/textview.h
1719                 Better text layout on part's choices
1720
1721 2007-07-23 [colin]      2.10.0cvs58
1722
1723         * src/mimeview.c
1724         * src/textview.c
1725                 Maemo: Automatically choose the correct application
1726                 to open parts
1727         * src/gtk/quicksearch.c
1728                 Make search run on GDK_KP_Enter too
1729
1730 2007-07-23 [wwp]        2.10.0cvs57
1731
1732         * src/quote_fmt_lex.l
1733                 Revert accidentaly committed lines (account_sig) in
1734                 2.10.0cvs56.
1735
1736 2007-07-23 [wwp]        2.10.0cvs56
1737
1738         * src/quote_fmt_lex.l
1739                 Fix typos around long form expressions in the quote lexer.
1740
1741 2007-07-23 [paul]
1742
1743         3.0.0-rc1 released
1744
1745 2007-07-23 [colin]      2.10.0cvs55
1746
1747         * src/addr_compl.c
1748                 Fix auto-completion on Maemo
1749
1750 2007-07-23 [colin]      2.10.0cvs54
1751
1752         * src/statusbar.c
1753                 Maemo: Fix sticking statusbars
1754
1755 2007-07-22 [colin]      2.10.0cvs53
1756
1757         * src/main.c
1758                 Maemo: Fix the strange "top_application" info
1759                 at startup. We should do something when 
1760                 receiving such a message.
1761
1762 2007-07-20 [paul]       2.10.0cvs52
1763
1764         * src/news_gtk.c
1765                 add missing #include "statusbar.h"
1766
1767 2007-07-20 [colin]      2.10.0cvs51
1768
1769         * src/folder.c
1770         * src/folder.h
1771         * src/folder_item_prefs.c
1772         * src/folder_item_prefs.h
1773         * src/folderview.c
1774         * src/imap.c
1775         * src/imap_gtk.c
1776         * src/imap_gtk.h
1777         * src/news.c
1778         * src/news_gtk.c
1779         * src/news_gtk.h
1780         * src/prefs_folder_item.c
1781                 Implement age-based caching: allow to
1782                 specify a threshold for the offline synchronisation
1783                 feature, and whether old cached bodies should 
1784                 be removed
1785         * src/toolbar.c
1786         * src/toolbar.h
1787                 Fix label/tooltips
1788         * src/plugins/dillo_viewer/dillo_viewer.c
1789                 Check that Dillo's installed
1790
1791 2007-07-20 [wwp]        2.10.0cvs50
1792
1793         * src/mimeview.c
1794         * src/stock_pixmap.c
1795                 Draw a frame around the selected mimeview part icon (instead of the
1796                 shifted 'dancing' icon).
1797
1798 2007-07-20 [colin]      2.10.0cvs49
1799
1800         * src/main.c
1801                 Unref stuff even on error
1802         * src/wizard.c
1803                 disconnect signals only at the very
1804                 end of the wizard save.
1805
1806 2007-07-20 [colin]      2.10.0cvs48
1807
1808         * src/mainwindow.c
1809         * src/messageview.c
1810         * src/toolbar.c
1811         * src/toolbar.h
1812                 Fix random crashes while navigating
1813                 (GTK_EVENTS_FLUSH)
1814
1815 2007-07-19 [colin]      2.10.0cvs47
1816
1817         * configure.ac
1818         * src/main.c
1819         * src/prefs_common.c
1820         * src/prefs_common.h
1821         * src/wizard.c
1822         * src/common/defs.h
1823         * src/common/utils.c
1824                 Maemo: add an easy way to store data (mails
1825                 and IMAP/NNTP caches) on one of the SD cards,
1826                 and protect against unmounts if needed
1827
1828 2007-07-19 [paul]       2.10.0cvs46
1829
1830         * src/Makefile.am
1831         * src/stock_pixmap.c
1832         * src/gtk/about.c
1833         * src/pixmaps/claws-mail_logo-small.xpm
1834                 implement a (slightly) different About
1835                 dialog for maemo and add a small version
1836                 of the logo for it
1837         * src/wizard.c
1838                 use a scrolled window for wizard page 1
1839                 on maemo
1840
1841 2007-07-19 [paul]       2.10.0cvs45
1842
1843         * src/Makefile.am
1844                 too soon for this line
1845
1846 2007-07-19 [paul]       2.10.0cvs44
1847
1848         * src/Makefile.am
1849                 fix build on n800
1850
1851 2007-07-19 [colin]      2.10.0cvs43
1852
1853         * src/wizard.c
1854                 Solve Mail/Mailbox name when specifying
1855                 full /path/to/Mail.
1856
1857 2007-07-18 [colin]      2.10.0cvs42
1858
1859         * src/inc.c
1860         * configure.ac
1861                 Fix build on n770
1862
1863 2007-07-18 [colin]      2.10.0cvs41
1864
1865         * src/inc.c
1866                 Maemo: plug the online/offline system into
1867                 maemo's interfaces to have Claws automatically
1868                 switch according to the system status
1869         * src/statusbar.c
1870                 Maemo: use HildonBanners to display status
1871                 messages. Renders the main statusbar useless.
1872
1873 2007-07-18 [paul]       2.10.0cvs40
1874
1875         * src/filtering.c
1876                 fix screen blanking on moving/copying many msgs
1877         * src/folder.c
1878                 fix processing progressbar and screen blanking
1879                 during processing
1880
1881 2007-07-18 [paul]       2.10.0cvs39
1882
1883         * src/messageview.c
1884                 revert cvs37, breakage on maemo
1885
1886 2007-07-18 [paul]       2.10.0cvs38
1887
1888         * src/gtk/gtkutils.c
1889                 make sure we can still build with older GTK's
1890
1891 2007-07-18 [colin]      2.10.0cvs37
1892
1893         * src/messageview.c
1894                 Only hide the small layout's messageview, instead
1895                 of destroying it when closing
1896         * src/gtk/gtkutils.c
1897                 Use gtk_window_present_with_time to popup windows,
1898                 it seems to make things better with modern WMs
1899                 (actually focusing)
1900
1901 2007-07-17 [colin]      2.10.0cvs36
1902
1903         * src/editaddress.c
1904                 Simplify layout on Maemo
1905         * src/folder.c
1906                 Fix possible crash
1907         * src/prefs_display_header.c
1908                 Remove some headers by default on Maemo
1909
1910 2007-07-17 [paul]       2.10.0cvs35
1911
1912         * src/prefs_common.c
1913         * src/prefs_common.h
1914         * src/prefs_logging.c
1915         * src/common/log.c
1916                 add options to stop/enable writing logs to disc
1917
1918 2007-07-17 [paul]       2.10.0cvs34
1919
1920         * src/edittags.c
1921                 fix some issues with the Apply tags window:
1922                 - set search column (enables autocompl in the treeview)
1923                 - apply tag from "New tag" if it existed
1924                 - clears New tag entry when adding it with the button
1925                 Thanks to Colin
1926
1927 2007-07-17 [paul]       2.10.0cvs33
1928
1929         * src/edittags.c
1930                 fix 'apply tags' dialogue weirdness
1931
1932 2007-07-16 [colin]      2.10.0cvs32
1933
1934         * src/toolbar.c
1935                 Fix double-loading of mails on Maemo
1936
1937 2007-07-16 [colin]      2.10.0cvs31
1938
1939         * src/messageview.c
1940                 Prevent double-loading of the same part under some
1941                 conditions; hide statusbar on Maemo
1942
1943 2007-07-16 [colin]      2.10.0cvs30
1944
1945         * src/edittags.c
1946         * src/edittags.h
1947         * src/mainwindow.c
1948         * src/summaryview.c
1949                 Improve the tag interface - allow
1950                 to set/unset tags from a special
1951                 window.
1952         * src/gtk/gtkvscrollbutton.c
1953         * src/mimeview.c
1954         * src/mimeview.h
1955         * src/stock_pixmap.c
1956                 Fix Mimeview's ugly hacks in the
1957                 icon list. 
1958
1959 2007-07-16 [paul]       2.10.0cvs29
1960
1961         * src/wizard.c
1962                 rework dialog
1963         * src/gtk/icon_legend.c
1964                 put it all in a scrolled window
1965
1966 2007-07-15 [colin]      2.10.0cvs28
1967
1968         * src/mainwindow.c
1969                 Maemo: force layout to be Small screen; the
1970                 others don't make sense
1971
1972 2007-07-14 [colin]      2.10.0cvs27
1973
1974         * src/mimeview.c
1975         * src/gtk/gtkvscrollbutton.c
1976                 Maemo: Fix mimeview's buttons size
1977
1978 2007-07-14 [colin]      2.10.0cvs26
1979
1980         * src/toolbar.c
1981                 Fix the button workaround fix.
1982                 (Use the correct variable)
1983
1984 2007-07-14 [colin]      2.10.0cvs25
1985
1986         * src/mainwindow.c
1987         * src/toolbar.c
1988                 Maemo: put the progress bar in the
1989                 toolbar
1990
1991 2007-07-14 [colin]      2.10.0cvs24
1992
1993         * src/prefs_common.c
1994                 Maemo: hide statusbar by default
1995         * src/Makefile.am
1996         * src/stock_pixmap.c
1997         * src/stock_pixmap.h
1998         * src/toolbar.c
1999         * src/pixmaps/go_folders.xpm
2000                 Maemo: Add a specific icon to go back to
2001                 folder list
2002
2003 2007-07-14 [colin]      2.10.0cvs23
2004
2005         * src/toolbar.c
2006                 Don't set homogeneous finally
2007
2008 2007-07-14 [colin]      2.10.0cvs22
2009
2010         * src/toolbar.c
2011                 Fix button show/hide issues
2012
2013 2007-07-14 [colin]      2.10.0cvs21
2014
2015         * src/toolbar.c
2016                 Fix huge arrows
2017                 Fix button workaround to be able to click
2018                 if mouse was on button when it went un-
2019                 sensitive.
2020                 Revert previous commit, gtk_tool_item_set_homogeneous
2021                 doesn't mean what it seems to mean ;-)
2022
2023 2007-07-14 [paul]       2.10.0cvs20
2024
2025         * src/toolbar.c
2026                 make homogeneous FALSE always
2027
2028 2007-07-13 [colin]      2.10.0cvs19
2029
2030         * src/toolbar.c
2031         * src/toolbar.h
2032                 Rework to fit the non-deprecated API
2033         * src/compose.c
2034         * src/folderview.c
2035         * src/mainwindow.c
2036         * src/messageview.c
2037         * src/summaryview.c
2038                 Maemo layout changes. Better toolbars,
2039                 removal of CTree headers. 
2040
2041 2007-07-13 [paul]       2.10.0cvs18
2042
2043         * src/gtk/colorlabel.c
2044                 fix bug 1261, '[DE] coloring messages in overview 
2045                 keys are not localised'
2046                 the string is now included in claws-mail.pot
2047
2048 2007-07-13 [colin]      2.10.0cvs17
2049
2050         * src/summaryview.c
2051                 Fix bug 1267, 'printing mutliple messages 
2052                 opens one message-dialog after the other'
2053                 Ask for confirmation when printing 10
2054                 messages or more.
2055
2056 2007-07-11 [colin]      2.10.0cvs16
2057
2058         * COPYING
2059         * README
2060         * autogen.sh
2061         * manual/claws-mail-manual.xml
2062         * manual/gpl.xml
2063         * manual/es/claws-mail-manual.xml
2064         * manual/es/gpl.xml
2065         * manual/fr/claws-mail-manual.xml
2066         * manual/fr/gpl.xml
2067         * manual/pl/gpl.xml
2068         * src/account.c
2069         * src/account.h
2070         * src/action.c
2071         * src/action.h
2072         * src/adbookbase.h
2073         * src/addr_compl.c
2074         * src/addr_compl.h
2075         * src/addrbook.c
2076         * src/addrbook.h
2077         * src/addrcache.c
2078         * src/addrcache.h
2079         * src/addrcindex.c
2080         * src/addrcindex.h
2081         * src/addrclip.c
2082         * src/addrclip.h
2083         * src/addrdefs.h
2084         * src/addressadd.c
2085         * src/addressadd.h
2086         * src/addressbook.c
2087         * src/addressbook.h
2088         * src/addressbook_foldersel.c
2089         * src/addressbook_foldersel.h
2090         * src/addressitem.h
2091         * src/addrgather.c
2092         * src/addrgather.h
2093         * src/addrharvest.c
2094         * src/addrharvest.h
2095         * src/addrindex.c
2096         * src/addrindex.h
2097         * src/addritem.c
2098         * src/addritem.h
2099         * src/addrquery.c
2100         * src/addrquery.h
2101         * src/addrselect.c
2102         * src/addrselect.h
2103         * src/alertpanel.c
2104         * src/alertpanel.h
2105         * src/browseldap.c
2106         * src/browseldap.h
2107         * src/codeconv.c
2108         * src/codeconv.h
2109         * src/compose.c
2110         * src/compose.h
2111         * src/crash.c
2112         * src/crash.h
2113         * src/customheader.c
2114         * src/customheader.h
2115         * src/displayheader.c
2116         * src/displayheader.h
2117         * src/editaddress.c
2118         * src/editaddress.h
2119         * src/editaddress_other_attributes_ldap.c
2120         * src/editaddress_other_attributes_ldap.h
2121         * src/editbook.c
2122         * src/editbook.h
2123         * src/editgroup.c
2124         * src/editgroup.h
2125         * src/editjpilot.c
2126         * src/editjpilot.h
2127         * src/editldap.c
2128         * src/editldap.h
2129         * src/editldap_basedn.c
2130         * src/editldap_basedn.h
2131         * src/edittags.c
2132         * src/edittags.h
2133         * src/editvcard.c
2134         * src/editvcard.h
2135         * src/enriched.c
2136         * src/enriched.h
2137         * src/exphtmldlg.c
2138         * src/exphtmldlg.h
2139         * src/expldifdlg.c
2140         * src/expldifdlg.h
2141         * src/export.c
2142         * src/export.h
2143         * src/exporthtml.c
2144         * src/exporthtml.h
2145         * src/exportldif.c
2146         * src/exportldif.h
2147         * src/filtering.c
2148         * src/filtering.h
2149         * src/folder.c
2150         * src/folder.h
2151         * src/folder_item_prefs.c
2152         * src/folder_item_prefs.h
2153         * src/foldersel.c
2154         * src/foldersel.h
2155         * src/folderutils.c
2156         * src/folderutils.h
2157         * src/folderview.c
2158         * src/folderview.h
2159         * src/gedit-print.c
2160         * src/gedit-print.h
2161         * src/grouplistdialog.c
2162         * src/grouplistdialog.h
2163         * src/headerview.c
2164         * src/headerview.h
2165         * src/html.c
2166         * src/html.h
2167         * src/image_viewer.c
2168         * src/image_viewer.h
2169         * src/imap.c
2170         * src/imap.h
2171         * src/imap_gtk.c
2172         * src/imap_gtk.h
2173         * src/import.c
2174         * src/import.h
2175         * src/importldif.c
2176         * src/importldif.h
2177         * src/importmutt.c
2178         * src/importmutt.h
2179         * src/importpine.c
2180         * src/importpine.h
2181         * src/inc.c
2182         * src/inc.h
2183         * src/jpilot.c
2184         * src/jpilot.h
2185         * src/ldapctrl.c
2186         * src/ldapctrl.h
2187         * src/ldaplocate.c
2188         * src/ldaplocate.h
2189         * src/ldapquery.c
2190         * src/ldapquery.h
2191         * src/ldapserver.c
2192         * src/ldapserver.h
2193         * src/ldapupdate.c
2194         * src/ldapupdate.h
2195         * src/ldaputil.c
2196         * src/ldaputil.h
2197         * src/ldif.c
2198         * src/ldif.h
2199         * src/localfolder.c
2200         * src/localfolder.h
2201         * src/main.c
2202         * src/main.h
2203         * src/mainwindow.c
2204         * src/mainwindow.h
2205         * src/manual.c
2206         * src/manual.h
2207         * src/matcher.c
2208         * src/matcher.h
2209         * src/matcher_parser.h
2210         * src/matcher_parser_lex.l
2211         * src/matcher_parser_parse.y
2212         * src/mbox.c
2213         * src/mbox.h
2214         * src/message_search.c
2215         * src/message_search.h
2216         * src/messageview.c
2217         * src/messageview.h
2218         * src/mh.c
2219         * src/mh.h
2220         * src/mh_gtk.c
2221         * src/mh_gtk.h
2222         * src/mimeview.c
2223         * src/mimeview.h
2224         * src/msgcache.c
2225         * src/msgcache.h
2226         * src/mutt.c
2227         * src/mutt.h
2228         * src/news.c
2229         * src/news.h
2230         * src/news_gtk.c
2231         * src/news_gtk.h
2232         * src/noticeview.c
2233         * src/noticeview.h
2234         * src/partial_download.c
2235         * src/partial_download.h
2236         * src/pine.c
2237         * src/pine.h
2238         * src/pop.c
2239         * src/pop.h
2240         * src/prefs_account.c
2241         * src/prefs_account.h
2242         * src/prefs_actions.c
2243         * src/prefs_actions.h
2244         * src/prefs_common.c
2245         * src/prefs_common.h
2246         * src/prefs_compose_writing.c
2247         * src/prefs_compose_writing.h
2248         * src/prefs_customheader.c
2249         * src/prefs_customheader.h
2250         * src/prefs_display_header.c
2251         * src/prefs_display_header.h
2252         * src/prefs_ext_prog.c
2253         * src/prefs_ext_prog.h
2254         * src/prefs_filtering.c
2255         * src/prefs_filtering.h
2256         * src/prefs_filtering_action.c
2257         * src/prefs_filtering_action.h
2258         * src/prefs_folder_column.c
2259         * src/prefs_folder_column.h
2260         * src/prefs_folder_item.c
2261         * src/prefs_folder_item.h
2262         * src/prefs_fonts.c
2263         * src/prefs_fonts.h
2264         * src/prefs_gtk.c
2265         * src/prefs_gtk.h
2266         * src/prefs_image_viewer.c
2267         * src/prefs_image_viewer.h
2268         * src/prefs_logging.c
2269         * src/prefs_logging.h
2270         * src/prefs_matcher.c
2271         * src/prefs_matcher.h
2272         * src/prefs_message.c
2273         * src/prefs_message.h
2274         * src/prefs_msg_colors.c
2275         * src/prefs_msg_colors.h
2276         * src/prefs_other.c
2277         * src/prefs_other.h
2278         * src/prefs_quote.c
2279         * src/prefs_quote.h
2280         * src/prefs_receive.c
2281         * src/prefs_receive.h
2282         * src/prefs_send.c
2283         * src/prefs_send.h
2284         * src/prefs_spelling.c
2285         * src/prefs_spelling.h
2286         * src/prefs_summaries.c
2287         * src/prefs_summaries.h
2288         * src/prefs_summary_column.c
2289         * src/prefs_summary_column.h
2290         * src/prefs_summary_open.c
2291         * src/prefs_summary_open.h
2292         * src/prefs_template.c
2293         * src/prefs_template.h
2294         * src/prefs_themes.c
2295         * src/prefs_themes.h
2296         * src/prefs_toolbar.c
2297         * src/prefs_toolbar.h
2298         * src/prefs_wrapping.c
2299         * src/prefs_wrapping.h
2300         * src/privacy.c
2301         * src/privacy.h
2302         * src/procheader.c
2303         * src/procheader.h
2304         * src/procmime.c
2305         * src/procmime.h
2306         * src/procmsg.c
2307         * src/procmsg.h
2308         * src/quote_fmt.c
2309         * src/quote_fmt_lex.l
2310         * src/quote_fmt_parse.y
2311         * src/recv.c
2312         * src/recv.h
2313         * src/remotefolder.c
2314         * src/remotefolder.h
2315         * src/send_message.c
2316         * src/send_message.h
2317         * src/setup.c
2318         * src/setup.h
2319         * src/simple-gettext.c
2320         * src/sourcewindow.c
2321         * src/sourcewindow.h
2322         * src/ssl_manager.c
2323         * src/ssl_manager.h
2324         * src/statusbar.c
2325         * src/statusbar.h
2326         * src/stock_pixmap.c
2327         * src/stock_pixmap.h
2328         * src/summary_search.c
2329         * src/summary_search.h
2330         * src/summaryview.c
2331         * src/summaryview.h
2332         * src/textview.c
2333         * src/textview.h
2334         * src/toolbar.c
2335         * src/toolbar.h
2336         * src/undo.c
2337         * src/undo.h
2338         * src/unmime.c
2339         * src/unmime.h
2340         * src/uri_opener.c
2341         * src/uri_opener.h
2342         * src/vcard.c
2343         * src/vcard.h
2344         * src/wizard.c
2345         * src/wizard.h
2346         * src/common/base64.c
2347         * src/common/base64.h
2348         * src/common/claws.c
2349         * src/common/claws.h
2350         * src/common/defs.h
2351         * src/common/fnmatch.c
2352         * src/common/fnmatch.h
2353         * src/common/fnmatch_loop.c
2354         * src/common/hooks.c
2355         * src/common/hooks.h
2356         * src/common/log.c
2357         * src/common/log.h
2358         * src/common/md5.c
2359         * src/common/md5.h
2360         * src/common/mgutils.c
2361         * src/common/mgutils.h
2362         * src/common/nntp.c
2363         * src/common/nntp.h
2364         * src/common/passcrypt.c
2365         * src/common/passcrypt.h.in
2366         * src/common/plugin.c
2367         * src/common/plugin.h
2368         * src/common/prefs.c
2369         * src/common/prefs.h
2370         * src/common/progressindicator.c
2371         * src/common/progressindicator.h
2372         * src/common/quoted-printable.c
2373         * src/common/quoted-printable.h
2374         * src/common/session.c
2375         * src/common/session.h
2376         * src/common/smtp.c
2377         * src/common/smtp.h
2378         * src/common/socket.c
2379         * src/common/socket.h
2380         * src/common/ssl.c
2381         * src/common/ssl.h
2382         * src/common/ssl_certificate.c
2383         * src/common/ssl_certificate.h
2384         * src/common/string_match.c
2385         * src/common/string_match.h
2386         * src/common/stringtable.c
2387         * src/common/stringtable.h
2388         * src/common/tags.c
2389         * src/common/tags.h
2390         * src/common/template.c
2391         * src/common/template.h
2392         * src/common/timing.h
2393         * src/common/utils.c
2394         * src/common/utils.h
2395         * src/common/uuencode.c
2396         * src/common/uuencode.h
2397         * src/common/version.h.in
2398         * src/common/w32_dirent.c
2399         * src/common/w32_reg.c
2400         * src/common/w32_signal.c
2401         * src/common/w32_stat.c
2402         * src/common/w32_stdlib.c
2403         * src/common/w32_string.c
2404         * src/common/w32_time.c
2405         * src/common/w32_unistd.c
2406         * src/common/w32_wait.c
2407         * src/common/w32lib.h
2408         * src/common/xml.c
2409         * src/common/xml.h
2410         * src/common/xmlprops.c
2411         * src/common/xmlprops.h
2412         * src/etpan/etpan-errors.h
2413         * src/etpan/etpan-thread-manager-types.h
2414         * src/etpan/etpan-thread-manager.c
2415         * src/etpan/etpan-thread-manager.h
2416         * src/etpan/imap-thread.c
2417         * src/etpan/imap-thread.h
2418         * src/gtk/about.c
2419         * src/gtk/about.h
2420         * src/gtk/colorlabel.c
2421         * src/gtk/colorlabel.h
2422         * src/gtk/colorsel.c
2423         * src/gtk/colorsel.h
2424         * src/gtk/combobox.c
2425         * src/gtk/combobox.h
2426         * src/gtk/description_window.c
2427         * src/gtk/description_window.h
2428         * src/gtk/filesel.c
2429         * src/gtk/filesel.h
2430         * src/gtk/foldersort.c
2431         * src/gtk/foldersort.h
2432         * src/gtk/gtkaspell.c
2433         * src/gtk/gtkaspell.h
2434         * src/gtk/gtksctree.c
2435         * src/gtk/gtkshruler.c
2436         * src/gtk/gtkshruler.h
2437         * src/gtk/gtksourceprintjob.c
2438         * src/gtk/gtksourceprintjob.h
2439         * src/gtk/gtkutils.c
2440         * src/gtk/gtkutils.h
2441         * src/gtk/gtkvscrollbutton.c
2442         * src/gtk/gtkvscrollbutton.h
2443         * src/gtk/icon_legend.c
2444         * src/gtk/icon_legend.h
2445         * src/gtk/inputdialog.c
2446         * src/gtk/inputdialog.h
2447         * src/gtk/logwindow.c
2448         * src/gtk/logwindow.h
2449         * src/gtk/manage_window.c
2450         * src/gtk/manage_window.h
2451         * src/gtk/menu.c
2452         * src/gtk/menu.h
2453         * src/gtk/pluginwindow.c
2454         * src/gtk/pluginwindow.h
2455         * src/gtk/prefswindow.c
2456         * src/gtk/prefswindow.h
2457         * src/gtk/progressdialog.c
2458         * src/gtk/progressdialog.h
2459         * src/gtk/quicksearch.c
2460         * src/gtk/quicksearch.h
2461         * src/gtk/sslcertwindow.c
2462         * src/gtk/sslcertwindow.h
2463         * src/plugins/bogofilter/bogofilter.c
2464         * src/plugins/bogofilter/bogofilter.h
2465         * src/plugins/bogofilter/bogofilter_gtk.c
2466         * src/plugins/clamav/clamav_plugin.c
2467         * src/plugins/clamav/clamav_plugin.h
2468         * src/plugins/clamav/clamav_plugin_gtk.c
2469         * src/plugins/demo/demo.c
2470         * src/plugins/dillo_viewer/dillo_prefs.c
2471         * src/plugins/dillo_viewer/dillo_prefs.h
2472         * src/plugins/dillo_viewer/dillo_viewer.c
2473         * src/plugins/pgpcore/passphrase.c
2474         * src/plugins/pgpcore/passphrase.h
2475         * src/plugins/pgpcore/pgp_viewer.c
2476         * src/plugins/pgpcore/pgp_viewer.h
2477         * src/plugins/pgpcore/plugin.c
2478         * src/plugins/pgpcore/prefs_gpg.c
2479         * src/plugins/pgpcore/prefs_gpg.h
2480         * src/plugins/pgpcore/select-keys.c
2481         * src/plugins/pgpcore/select-keys.h
2482         * src/plugins/pgpcore/sgpgme.c
2483         * src/plugins/pgpcore/sgpgme.h
2484         * src/plugins/pgpinline/pgpinline.c
2485         * src/plugins/pgpinline/pgpinline.h
2486         * src/plugins/pgpinline/plugin.c
2487         * src/plugins/pgpmime/pgpmime.c
2488         * src/plugins/pgpmime/pgpmime.h
2489         * src/plugins/pgpmime/plugin.c
2490         * src/plugins/spamassassin/spamassassin.c
2491         * src/plugins/spamassassin/spamassassin.h
2492         * src/plugins/spamassassin/spamassassin_gtk.c
2493         * src/plugins/trayicon/trayicon.c
2494         * src/plugins/trayicon/trayicon_prefs.c
2495         * src/plugins/trayicon/trayicon_prefs.h
2496         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2497         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2498         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2499         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2500         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2501         * tools/OOo2claws-mail.pl
2502         * tools/README.sylprint
2503         * tools/acroread2claws-mail.pl
2504         * tools/claws-mail-compose-insert-files.pl
2505         * tools/convert_mbox.pl
2506         * tools/filter_conv.pl
2507         * tools/filter_conv_new.pl
2508         * tools/fix_date.sh
2509         * tools/freshmeat_search.pl
2510         * tools/google_search.pl
2511         * tools/kmail-mailbox2claws-mail.pl
2512         * tools/kmail2claws-mail.pl
2513         * tools/kmail2claws-mail_v2.pl
2514         * tools/mairix.sh
2515         * tools/make.themes.project
2516         * tools/multiwebsearch.pl
2517         * tools/nautilus2claws-mail.sh
2518         * tools/outlook2claws-mail.pl
2519         * tools/textviewer.sh
2520         * tools/thunderbird-filters-convertor.pl
2521         * tools/update-po
2522         * tools/uuooffice
2523         * tools/vcard2xml.py
2524         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2525                 Upgrade to GPLv3 or later.
2526
2527 2007-07-10 [wwp]        2.10.0cvs15
2528
2529         * src/main.c
2530                 Fix re-opening of all composing messages that were
2531                 opened when closing the previous instance, thanks
2532                 to Colin.
2533
2534 2007-07-10 [paul]       2.10.0cvs14
2535
2536         * src/editaddress_other_attributes_ldap.c
2537         * src/ldapupdate.c
2538                 fix crash on selecting 'other attributes' combo
2539                 for either a new entry or an old entry with no
2540                 existing attributes.
2541                 fix bug on editing multiple attributes which
2542                 resulted them all having the value of the last
2543                 one changed.
2544                 Thanks to Colin
2545
2546 2007-07-10 [colin]      2.10.0cvs13
2547
2548         * src/editaddress.c
2549         * src/editaddress_other_attributes_ldap.h
2550         * src/ldapupdate.c
2551                 Fix --disable-ldap build
2552
2553 2007-07-09 [colin]      2.10.0cvs12
2554
2555         * src/Makefile.am
2556         * src/addritem.c
2557         * src/addritem.h
2558         * src/editaddress.c
2559         * src/editaddress_other_attributes_ldap.c
2560         * src/editaddress_other_attributes_ldap.h
2561         * src/editldap.c
2562         * src/ldapctrl.c
2563         * src/ldapctrl.h
2564         * src/ldapupdate.c
2565                 Add capability to edit all inetOrgPerson
2566                 attributes on LDAP. Patch by Michael 
2567                 Rasmussen
2568
2569 2007-07-09 [colin]      2.10.0cvs11
2570
2571         * src/Makefile.am
2572         * src/exporthtml.c
2573         * src/mbox.c
2574         * src/msgcache.c
2575         * src/prefs_summaries.c
2576         * src/prefs_themes.c
2577         * src/procheader.c
2578         * src/common/Makefile.am
2579         * src/common/log.c
2580         * src/common/timing.h
2581         * src/common/utils.c
2582         * src/common/utils.h
2583         * src/common/w32_account.c
2584         * src/common/w32lib.h
2585         * src/gtk/Makefile.am
2586         * src/gtk/colorlabel.c
2587         * src/plugins/pgpcore/Makefile.am
2588         * src/plugins/pgpcore/claws.def
2589         * src/plugins/pgpcore/passphrase.c
2590         * src/plugins/pgpcore/pgp_viewer.c
2591         * src/plugins/pgpcore/plugin.def
2592         * src/plugins/pgpcore/sgpgme.c
2593         * src/plugins/pgpinline/Makefile.am
2594         * src/plugins/pgpinline/claws.def
2595         * src/plugins/pgpinline/mypgpcore.def
2596         * src/plugins/pgpinline/plugin.def
2597         * src/plugins/pgpmime/Makefile.am
2598         * src/plugins/pgpmime/claws.def
2599         * src/plugins/pgpmime/mypgpcore.def
2600         * src/plugins/pgpmime/plugin.def
2601                 Commit win32 patch, from Werner Koch and
2602                 Marcus Brinkmann
2603
2604 2007-07-09 [colin]      2.10.0cvs10
2605
2606         * src/prefs_toolbar.c
2607                 Fix crash when no actions exist
2608
2609 2007-07-07 [paul]       2.10.0cvs9
2610
2611         * COPYING
2612         * manual/claws-mail-manual.xml
2613                 update copyright year
2614         * po/fi.po
2615                 updated by Flammie Pirinen
2616
2617 2007-07-05 [wwp]        2.10.0cvs8
2618
2619         * src/plugins/clamav/clamav_plugin_gtk.c
2620                 Make vertical spacing like in other plugin prefs pages.
2621
2622 2007-07-05 [wwp]        2.10.0cvs7
2623
2624         * src/quote_fmt.c
2625                 It's %am that works, not %ae (this doc incoherence has been
2626                 introduced with 2.9.2cvs13).
2627
2628 2007-07-04 [wwp]        2.10.0cvs6
2629
2630         * src/plugins/bogofilter/bogofilter.c
2631                 Gettext-ize an occurrence of "Any" that wasn't.
2632
2633 2007-07-04 [colin]      2.10.0cvs5
2634
2635         * po/POTFILES.in
2636                 Fix untranslated strings; thanks
2637                 to Pader Rezso.
2638
2639 2007-07-03 [colin]      2.10.0cvs4
2640
2641         * src/folder.c
2642         * src/mainwindow.c
2643                 Fix saving of sort mode for tags and
2644                 thread date. Thanks to Pierre Ossman.
2645                 Completes fix for bug 1233
2646
2647 2007-07-03 [paul]       2.10.0cvs3
2648
2649         * src/compose.c
2650                 fix auto-save
2651         * src/summaryview.c
2652                 fix build warnings
2653         Thanks to Colin
2654
2655 2007-07-02 [colin]      2.10.0cvs2
2656
2657         * src/folder.h
2658         * src/mainwindow.c
2659         * src/procmsg.h
2660         * src/summaryview.c
2661                 Add View/Sort/by Thread date
2662                 Fixes bug 1233, 'Capability to sort 
2663                 threads by most recent message'
2664                 Based on a patch by Paul Rolland
2665
2666 2007-07-02 [colin]      2.10.0cvs1
2667
2668         * src/Makefile.am
2669         * src/compose.c
2670         * src/edittags.c
2671         * src/edittags.h
2672         * src/filtering.c
2673         * src/folder.c
2674         * src/folder.h
2675         * src/headerview.c
2676         * src/headerview.h
2677         * src/main.c
2678         * src/mainwindow.c
2679         * src/mainwindow.h
2680         * src/manual.h
2681         * src/matcher.c
2682         * src/matcher.h
2683         * src/matcher_parser_parse.y
2684         * src/mimeview.c
2685         * src/msgcache.c
2686         * src/msgcache.h
2687         * src/prefs_common.c
2688         * src/prefs_common.h
2689         * src/prefs_filtering_action.c
2690         * src/prefs_matcher.c
2691         * src/prefs_summary_column.c
2692         * src/procmsg.c
2693         * src/procmsg.h
2694         * src/quote_fmt.c
2695         * src/quote_fmt_lex.l
2696         * src/quote_fmt_parse.y
2697         * src/summaryview.c
2698         * src/summaryview.h
2699         * src/textview.c
2700         * src/common/Makefile.am
2701         * src/common/defs.h
2702         * src/common/tags.c
2703         * src/common/tags.h
2704         * src/gtk/quicksearch.c
2705         * src/gtk/quicksearch.h
2706                 Add Tags implementation. Tags are arbitrary labels
2707                 that can be applied to messages. It is possible 
2708                 to create, edit, remove tags; apply them to mails;
2709                 filter on tags or tag presence; apply or unset
2710                 tags via filtering actions; reference tags in
2711                 reply templates.
2712
2713 2007-07-02 [paul]       2.10.0
2714
2715         * NEWS
2716         * README
2717         * RELEASE_NOTES
2718                 2.10.0 released
2719
2720 2007-07-02 [paul]       2.9.2cvs78
2721
2722         * po/de.po
2723         * po/en_GB.po
2724         * po/es.po
2725         * po/fr.po
2726         * po/hu.po
2727         * po/pt_BR.po
2728         * po/ru.po
2729         * po/zh_CN.po
2730                 updated by Stephan Sachse, me, Ricardo Mones
2731                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2732                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2733
2734 2007-07-02 [paul]       2.9.2cvs77
2735
2736         * AUTHORS
2737                 updated
2738
2739 2007-06-29 [wwp]        2.9.2cvs76
2740
2741         * src/gtk/headers.h
2742                 Fix a typo (thanks to Ricardo for finding this out).
2743
2744 2007-06-28 [paul]       2.9.2cvs75
2745
2746         * src/folderview.c
2747                 fix build warnings
2748
2749 2007-06-28 [paul]       2.9.2cvs74
2750
2751         * tools/Makefile.am
2752                 fix bug in the autotools build system.
2753                 Files cataloged under EXTRA_DIST were never
2754                 automatically copied to the build tree.
2755                 (fix 'make distcheck')
2756                 Patch by Michael Rasmussen.
2757
2758 2007-06-24 [colin]      2.9.2cvs73
2759
2760         * src/news_gtk.c
2761                 Fix bug 1249, 'Error handling for 
2762                 news errors needs modification'
2763                 Only popup error if the according
2764                 pref in Prefs/Receive is set.
2765
2766 2007-06-21 [colin]      2.9.2cvs72
2767
2768         * src/common/plugin.c
2769         * src/common/plugin.h
2770                 Change plugin API to know whether it's safe to 
2771                 unload plugins or whether we should just hide
2772                 them. Fixes bug 1248, 'Core dumps after 
2773                 unloading plugin and clicking on load plugins'
2774         * src/plugins/bogofilter/bogofilter.c
2775         * src/plugins/clamav/clamav_plugin.c
2776         * src/plugins/demo/demo.c
2777         * src/plugins/dillo_viewer/dillo_viewer.c
2778         * src/plugins/pgpcore/plugin.c
2779         * src/plugins/pgpinline/plugin.c
2780         * src/plugins/pgpmime/plugin.c
2781         * src/plugins/spamassassin/spamassassin.c
2782         * src/plugins/trayicon/trayicon.c
2783                 Update API
2784
2785 2007-06-19 [colin]      2.9.2cvs71
2786
2787         * src/compose.c
2788         * src/messageview.c
2789                 Fix crash mentioned in bug 1246
2790                 Race condition when automatically drafting
2791                 due to insertion on reedit.
2792
2793 2007-06-18 [wwp]        2.9.2cvs70
2794
2795         * src/importldif.c
2796                 LDIF import: use a "Proceed" button to complete
2797                 the process.
2798
2799 2007-06-18 [paul]       2.9.2cvs69
2800
2801         * configure.ac
2802                 use pkgconfig to check for gtk and glib
2803
2804 2007-06-17 [wwp]        2.9.2cvs68
2805
2806         * src/ldif.c
2807         * src/importldif.c
2808                 LDIF import: better error handling, minor code
2809                 and UI cleanup, and renamed the Save button
2810                 to Close, as imported stuff is already saved
2811                 when the Save button is shown.
2812
2813 2007-06-17 [colin]      2.9.2cvs67
2814
2815         * src/prefs_summaries.c
2816         * src/procmsg.c
2817                 Don't set as read when forwarded, only replied to
2818
2819 2007-06-17 [paul]       2.9.2cvs66
2820
2821         * src/alertpanel.c
2822                 add missing #include
2823
2824 2007-06-16 [colin]      2.9.2cvs65
2825
2826         * src/prefs_summaries.c
2827         * src/procmsg.c
2828                 Change the pref "Only mark as read when opened
2829                 in new window" to "..., replied to or forwarded".
2830                 Based on a patch by Paul Rolland.
2831
2832 2007-06-16 [paul]       2.9.2cvs64
2833
2834         * src/gtk/authors.h
2835                 alphabetical order! :)
2836
2837 2007-06-16 [colin]      2.9.2cvs63
2838
2839         * AUTHORS
2840         * src/gtk/authors.h
2841                 Add Michael Rasmussen in authors list
2842
2843 2007-06-16 [colin]      2.9.2cvs62
2844
2845         * src/messageview.c
2846                 Fix messageview_copy_clipboard to take advantage
2847                 of plugins' get_selection.
2848
2849 2007-06-15 [colin]      2.9.2cvs61
2850
2851         * src/action.c
2852         * src/addr_compl.c
2853         * src/addressbook.c
2854         * src/folderview.c
2855         * src/message_search.c
2856         * src/mimeview.c
2857         * src/summary_search.c
2858         * src/summaryview.c
2859         * src/textview.c
2860                 Allow GDK_KP_Enter to do the same as GDK_Return
2861                 Patch by Michael Rasmussen
2862
2863 2007-06-15 [paul]       2.9.2cvs60
2864
2865         * src/compose.c
2866                 fix bug when closing a compose window
2867                 during autosave
2868
2869 2007-06-14 [paul]       2.9.2cvs59
2870
2871         * src/main.c
2872         * src/common/defs.h
2873                 migrate sylpheed config
2874
2875 2007-06-14 [wwp]        2.9.2cvs58
2876
2877         * src/gtk/pluginwindow.c
2878                 Yet another attempt to fix sizing/alignment of the
2879                 button bar in plugins window.
2880
2881 2007-06-12 [colin]      2.9.2cvs57
2882
2883         * po/POTFILES.in
2884         * src/Makefile.am
2885         * src/folderview.c
2886         * src/prefs_common.c
2887         * src/prefs_common.h
2888         * src/prefs_summaries.c
2889         * src/prefs_summary_open.c
2890         * src/prefs_summary_open.h
2891         * src/summaryview.c
2892                 Make "when entering a folder" actions more personalisable
2893
2894 2007-06-12 [wwp]        2.9.2cvs56
2895
2896         * tools/README
2897                 Use short description from Paul (mairix.sh).
2898
2899 2007-06-12 [wwp]        2.9.2cvs55
2900
2901         * tools/README
2902                 Updated info about mairix.sh.
2903
2904 2007-06-11 [paul]       2.9.2cvs54
2905
2906         * src/prefs_logging.c
2907                 rework log window length widgets
2908                 and some sensitivity fixes
2909
2910 2007-06-11 [paul]       2.9.2cvs53
2911
2912         * src/mainwindow.c
2913         * src/prefs_logging.c
2914                 rename 'Protocol Log' to 'Network Log'
2915                 and some function renaming
2916
2917 2007-06-10 [wwp]        2.9.2cvs52
2918
2919         * src/gtk/pluginwindow.c
2920                 Revert 2.9.2cvs51.
2921
2922 2007-06-10 [wwp]        2.9.2cvs51
2923
2924         * src/gtk/pluginwindow.c
2925                 Fix button bar in plugin window, was centered and not
2926                 behaving like other dialogs w/ such button bar.
2927
2928 2007-06-08 [wwp]        2.9.2cvs50
2929
2930         * src/compose.c
2931         * src/compose.h
2932         * src/main.c
2933         * src/mainwindow.c
2934         * src/mainwindow.h
2935                 Provide a way out of automatic draft saving on IMAP, when
2936                 exiting offline.
2937                 Prevent drafting while sending and quitting while sending.
2938                 Thanks for Colin.
2939
2940
2941
2942 2007-06-08 [wwp]        2.9.2cvs49
2943
2944         * src/prefs_account.c
2945         * src/gtk/prefswindow.c
2946         * src/gtk/prefswindow.h
2947                 Activate the Basic page when opening account prefs.
2948
2949 2007-06-08 [wwp]        2.9.2cvs48
2950
2951         * src/common/socket.c
2952                 Don't crash if fork() fails, thanks to Colin.
2953
2954 2007-06-08 [wwp]        2.9.2cvs47
2955
2956         * src/gtk/prefswindow.c
2957                 Wrap some long lines, and reset horizontal scroller's adjusment
2958                 (this was already done, vertically), when changing tab (not page)
2959                 in prefs windows.
2960
2961 2007-06-08 [paul]       2.9.2cvs46
2962
2963         * src/common/utils.c
2964                 use gethostname() instead of uname()
2965                 based on a patch by Michael Hughes
2966                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2967
2968 2007-06-07 [wwp]        2.9.2cvs45
2969
2970         * src/prefs_common.c
2971                 Fix some useless warnings, thanks to Colin.
2972
2973 2007-06-06 [colin]      2.9.2cvs44
2974
2975         * src/ldapupdate.c
2976                 Fix strange allocations. 
2977
2978 2007-06-06 [colin]      2.9.2cvs43
2979
2980         * src/ldapupdate.c
2981                 Patch by Michael Rasmussus to help
2982                 bug 1232
2983
2984 2007-06-05 [wwp]        2.9.2cvs42
2985
2986         * src/prefs_account.c
2987         * src/prefs_folder_item.c
2988         * src/prefs_quote.c
2989         * src/quote_fmt.c
2990         * src/quote_fmt.h
2991                 Per-folder templates can now be applied recursively.
2992                 Always save per-folder templates (formats were erroneously
2993                 saved only if they were enabled).
2994                 Check for validity of quotation marks everywhere there
2995                 are defined.
2996
2997 2007-06-05 [wwp]        2.9.2cvs41
2998
2999         * src/inc.c
3000                 Fix incoming messages from local accounts always getting filtered
3001                 (even if the account prefs say don't), thanks to Colin.
3002
3003 2007-06-05 [wwp]        2.9.2cvs40
3004
3005         * src/compose.c
3006         * src/compose.h
3007                 Use per-folder/per-account quote chars when applying a
3008                 template or inserting text as well. Const'ify some
3009                 vars more.
3010
3011 2007-06-04 [colin]      2.9.2cvs39
3012
3013         * src/compose.c
3014                 More work for wwp :)
3015
3016 2007-06-04 [wwp]        2.9.2cvs38
3017
3018         * src/compose.c
3019                 Same as 2.9.2cvs36 but for forwarding.
3020
3021 2007-06-04 [colin]      2.9.2cvs37
3022
3023         * src/compose.c
3024                 Use original mail file for forward/redirect
3025                 Fixes some forwarded mails to be attached as
3026                 application/octet-stream (when they have binary
3027                 parts), and incidentally fixes bug 848
3028                 'Redirect breaks GnuPG'
3029
3030 2007-06-04 [wwp]        2.9.2cvs36
3031
3032         * src/compose.c
3033                 Fix quote mark mis-initialisation when replying/forwarding
3034                 (introduced w/ 2.9.2cvs20).
3035
3036 2007-06-04 [wwp]        2.9.2cvs35
3037
3038         * src/prefs_compose_writing.c
3039         * src/prefs_quote.c
3040                 Fix a bug where Quotation characters (prefs/compose/writing)
3041                 was cleared (introduced w/ 2.9.2cvs26).
3042
3043 2007-06-04 [wwp]        2.9.2cvs34
3044
3045         * src/prefs_account.c
3046         * src/prefs_account.h
3047                 Better fix for compiling w/o aspell (rollbacks
3048                 2.9.2cvs31).
3049
3050 2007-06-04 [wwp]        2.9.2cvs33
3051
3052         * src/account.c
3053         * src/prefs_account.c
3054         * src/prefs_account.h
3055         * src/procmsg.c
3056                 It's now possible to disable mail filtering plugins
3057                 on a per-account basis.
3058
3059 2007-06-04 [wwp]        2.9.2cvs32
3060
3061         * src/procheader.c
3062         * src/common/utils.c
3063         * src/common/utils.h
3064                 Support CRLF in headers part of messages.
3065                 Support few more date formats (RFC3339 subsets).
3066
3067 2007-06-04 [wwp]        2.9.2cvs31
3068
3069         * src/prefs_account.c
3070                 Fix compiling w/o aspell support.
3071
3072 2007-06-03 [wwp]        2.9.2cvs30
3073
3074         * src/prefs_gtk.c
3075                 Don't decode leading ENV_ and ~ in P_PASSWORD
3076                 values.
3077
3078 2007-06-03 [wwp]        2.9.2cvs29
3079
3080         * src/prefs_gtk.c
3081                 Don't decode leading ENV_ and ~ in P_PASSWORD
3082                 values.
3083
3084 2007-06-03 [wwp]        2.9.2cvs28
3085
3086         * src/prefs_account.c
3087         * src/gtk/prefswindow.c
3088         * src/gtk/prefswindow.h
3089                 Added a way to force preloading of all pages
3090                 (prefswindow).
3091                 Moved tabs to pages in account prefs.
3092
3093 2007-06-02 [colin]      2.9.2cvs27
3094
3095         * src/addressbook.c
3096                 Fix possible crash, fix ldap write bugs
3097         * src/ldapupdate.c
3098                 Fix ldap write bugs - patch by Michael
3099                 Rasmussen
3100         * src/alertpanel.c
3101         * src/alertpanel.h
3102                 Add a hook whenever alertpanel opens/closes
3103
3104 2007-05-31 [wwp]        2.9.2cvs26
3105
3106         * src/prefs_compose_writing.c
3107         * src/prefs_quote.c
3108                 Re-organized writing options a bit:
3109                  - renamed the Quoting page to Templates
3110                  - moved all composing templates to that page
3111                  - moved non-templates options to the Writing one,
3112                    grouped reply-related options, reordered reply and
3113                    forward options.
3114
3115 2007-05-31 [wwp]        2.9.2cvs25
3116
3117         * src/compose.c
3118                 Removed unused code.
3119
3120 2007-05-31 [colin]      2.9.2cvs24
3121
3122         * src/addressbook.c
3123                 Fix missing display name when modifying
3124                 LDAP. Patch by Michael Rasmussen
3125
3126 2007-05-31 [wwp]        2.9.2cvs23
3127
3128         * src/plugins/bogofilter/Makefile.am
3129         * src/plugins/clamav/Makefile.am
3130         * src/plugins/demo/Makefile.am
3131         * src/plugins/dillo_viewer/Makefile.am
3132         * src/plugins/spamassassin/Makefile.am
3133                 Fix building of those plugins in Mac OS X.
3134
3135 2007-05-30 [wwp]        2.9.2cvs22
3136
3137         * src/gtk/quicksearch.c
3138                 Fix missing initialization.
3139
3140 2007-05-30 [wwp]        2.9.2cvs21
3141
3142         * src/procheader.c
3143                 Revert accidental commit (debug outputs).
3144
3145 2007-05-30 [wwp]        2.9.2cvs20
3146
3147         * src/compose.c
3148         * src/folder_item_prefs.c
3149         * src/folder_item_prefs.h
3150         * src/prefs_account.c
3151         * src/prefs_account.h
3152         * src/prefs_folder_item.c
3153         * src/prefs_gtk.c
3154         * src/prefs_gtk.h
3155                 Implemented per-account and per-folder
3156                 compose/reply/forward formats.
3157
3158 2007-05-30 [wwp]        2.9.2cvs19
3159
3160         * src/prefs_compose_writing.c
3161         * src/prefs_quote.c
3162         * src/procheader.c
3163         * src/quote_fmt.c
3164         * src/quote_fmt.h
3165                 Internal API changes (factorize quote format
3166                 prefs and checks).
3167
3168 2007-05-30 [colin]      2.9.2cvs18
3169
3170         * src/compose.c
3171                 Fix race where it's possible to re-click Send
3172                 between end of SMTP session and end of "move to
3173                 sent folder" when sending an email with send
3174                 dialog enabled.
3175
3176 2007-05-30 [colin]      2.9.2cvs17
3177
3178         * src/crash.c
3179                 Ask for backtrace on all threads. Patch by
3180                 Pawel
3181         * src/folderview.c
3182                 Fix stale news statusbar when scanning fails.
3183                 Patch by Pawel
3184         * src/ldapupdate.c
3185                 Fix some LDAP write updates bugs. Patch
3186                 by Michael Rasmussen
3187
3188 2007-05-29 [colin]      2.9.2cvs16
3189
3190         * src/imap.c
3191                 Fix loss of local flags when moving mails
3192                 on IMAP in high-bandwidth mode (UID FETCH)
3193
3194 2007-05-25 [paul]       2.9.2cvs15
3195
3196         * src/common/socket.c
3197                 fix sometimes crasher on cancelling
3198                 message sending
3199
3200 2007-05-25 [colin]      2.9.2cvs14
3201
3202         * src/imap.c
3203                 Fix a memory leak
3204         * src/imap_gtk.c
3205                 Be more helpful in the subscription
3206                 message
3207
3208 2007-05-23 [wwp]        2.9.2cvs13
3209
3210         * src/compose.c
3211         * src/prefs_compose_writing.c
3212         * src/prefs_quote.c
3213         * src/prefs_template.c
3214         * src/prefs_template.h
3215         * src/quote_fmt.c
3216         * src/quote_fmt.h
3217         * src/quote_fmt_lex.l
3218         * src/quote_fmt_parse.y
3219                 Introduced new syntax elements (symbols and commands)
3220                 in templates/quote_fmt. Compatibility w/ old
3221                 symbols is kept.
3222                 Updated and reworked the corresponding Information
3223                 dialog.
3224                 Display the line number in dialogs that talk about
3225                 parser errors (in addition to the error message in
3226                 output).
3227
3228 2007-05-23 [wwp]        2.9.2cvs12
3229
3230         * src/quote_fmt_parse.y
3231                 Fix 2.9.2cvs11, probably a paste accident ;).
3232
3233 2007-05-23 [wwp]        2.9.2cvs11
3234
3235         * src/compose.c
3236         * src/prefs_template.c
3237         * src/quote_fmt.h
3238         * src/quote_fmt_parse.y
3239                 Fix 2.9.2cvs10, which broke --disable-aspell.
3240
3241 2007-05-22 [wwp]        2.9.2cvs10
3242
3243         * src/compose.c
3244         * src/prefs_template.c
3245         * src/quote_fmt.c
3246         * src/quote_fmt.h
3247         * src/quote_fmt_lex.l
3248         * src/quote_fmt_parse.y
3249         * src/gtk/gtkaspell.c
3250         * src/gtk/gtkaspell.h
3251                 Added template/quote format syntactical elements
3252                 to show and query:
3253                         - current dictionary
3254                           %T to show (shows empty if not set or not enabled),
3255                           ?T and !T to check if the default dictionary is
3256                           enabled and set
3257                         - current account's default dictionary
3258                           %aT to show (empty if not set or not enabled),
3259                           ?aT and !aT to check if it's enabled and set
3260                         - name completion for an address, from the address
3261                           book
3262                           %ABf, %ABt, %ABc respectively show the full name got
3263                           from the address book if From, To or Cc match a single
3264                           contact.
3265                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3266                           matches any contact and if the full name is non-empty.
3267                           If From, To or Cc are lists of email addresses, only
3268                           the first address will be checked.
3269                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3270                 that could show a trailing ','.
3271                 Also, template/quote_fmt parser now shows the line number in case
3272                 of parser error.
3273
3274 2007-05-15 [colin]      2.9.2cvs9
3275
3276         * src/main.c
3277         * src/main.h
3278                 Add a public function to know whether Claws
3279                 crashed last time
3280                 Store opened folder when exiting
3281         * src/folder.c
3282         * src/folder.h
3283                 Store last opened message in each FolderItem;
3284                 Reset last seen messages if Claws crashed, so 
3285                 that one can't go in an infinite crash in case 
3286                 a particular mail crashes Claws.
3287         * src/messageview.c
3288         * src/prefs_common.c
3289         * src/prefs_common.h
3290         * src/summaryview.c
3291         * src/prefs_summaries.c
3292                 Add "Select last opened message" when entering
3293                 a folder
3294                 Add "Select last opened folder" at startup.
3295
3296 2007-05-14 [colin]      2.9.2cvs8
3297
3298         * manual/xml2pdf
3299                 Fix bashism, search for xml catalog 
3300                 in /usr/local/share/xml/catalog too
3301                 Patch by Pawel
3302
3303 2007-05-13 [wwp]        2.9.2cvs7
3304
3305         * src/gtk/logwindow.c
3306                 fix raising log windows when they are either minimized or
3307                 in background.
3308
3309 2007-05-11 [colin]      2.9.2cvs6
3310
3311         * src/gtk/filesel.c
3312                 Use Hildon's file chooser on Maemo. Patch
3313                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3314                 'File attachment "manipulation" bugs...'
3315
3316 2007-05-10 [wwp]        2.9.2cvs5
3317
3318         * src/prefs_common.c
3319         * src/prefs_common.h
3320         * src/gtk/quicksearch.c
3321                 Add a quicksearch option to automatically run
3322                 a search selected from the history (this option
3323                 is exclusive towards type-ahead).
3324
3325 2007-05-10 [colin]      2.9.2cvs4
3326
3327         * src/imap.c
3328                 Fix g_warnings, thanks to Brian
3329                 Morrison
3330
3331 2007-05-09 [colin]      2.9.2cvs3
3332
3333         * src/crash.c
3334         * src/exporthtml.c
3335         * src/mbox.c
3336         * src/prefs_summaries.c
3337         * src/procheader.c
3338         * src/common/log.c
3339         * src/common/utils.c
3340         * src/gtk/gtksourceprintjob.c
3341         * src/gtk/sslcertwindow.c
3342                 Use the re-entrant variant of time functions
3343                 Probably fixes bug 1217, 'reentrancy problems 
3344                 with time functions'
3345
3346 2007-05-09 [colin]      2.9.2cvs2
3347
3348         * src/imap.c
3349                 Fix crasher when reconnection fails
3350
3351 2007-05-08 [paul]       2.9.2cvs1
3352
3353         * NEWS
3354         * README
3355         * RELEASE_NOTES
3356         * configure.ac
3357                 bump version number following
3358                 stable release
3359
3360 2007-05-08 [paul]       2.9.1cvs48
3361
3362         * src/plugins/demo/demo.c
3363         * src/plugins/dillo_viewer/dillo_prefs.c
3364         * src/plugins/dillo_viewer/dillo_prefs.h
3365         * src/plugins/dillo_viewer/dillo_viewer.c
3366         * src/plugins/pgpcore/pgp_viewer.c
3367         * src/plugins/pgpcore/pgp_viewer.h
3368         * src/plugins/pgpcore/plugin.c
3369         * src/plugins/pgpcore/prefs_gpg.c
3370         * src/plugins/pgpcore/prefs_gpg.h
3371         * src/plugins/pgpcore/sgpgme.c
3372         * src/plugins/pgpcore/sgpgme.h
3373         * src/plugins/pgpinline/plugin.c
3374         * src/plugins/pgpmime/pgpmime.c
3375         * src/plugins/pgpmime/pgpmime.h
3376         * src/plugins/pgpmime/plugin.c
3377         * src/plugins/spamassassin/spamassassin.c
3378         * src/plugins/spamassassin/spamassassin.h
3379         * src/plugins/spamassassin/spamassassin_gtk.c
3380         * src/plugins/trayicon/README
3381         * tools/README
3382         * tools/README.sylprint
3383         * tools/outlook2claws-mail.pl
3384         * tools/sylprint.pl
3385         * tools/tb2claws-mail
3386         * tools/tbird2claws.py
3387         * tools/update-po
3388         * tools/vcard2xml.py
3389         * tools/kdeservicemenu/README
3390                 cleanups and corrections
3391
3392 2007-05-06 [wwp]        2.9.1cvs47
3393
3394         * tools/uudec
3395                 Fix missing dash to `display` command-line, reported
3396                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3397
3398 2007-05-06 [colin]      2.9.1cvs46
3399
3400         * src/Makefile.am
3401         * src/stock_pixmap.c
3402         * src/stock_pixmap.h
3403         * src/pixmaps/printer.xpm
3404                 Add a printer icon
3405
3406 2007-05-06 [paul]       2.9.1cvs45
3407
3408         * src/compose.c
3409         * src/ldapquery.c
3410         * src/privacy.h
3411         * src/summary_search.c
3412         * src/summaryview.c
3413                 fix build warnings
3414
3415 2007-05-05 [wwp]        2.9.1cvs44
3416
3417         * src/messageview.c
3418         * src/mh.c
3419         * src/prefs_actions.c
3420         * src/prefs_gtk.c
3421         * src/summaryview.c
3422         * src/common/xml.c
3423                 Fix "faild" typos everywhere and capitalization of
3424                 some g_warnings.
3425
3426 2007-05-04 [colin]      2.9.1cvs43
3427
3428         * src/compose.c
3429         * src/privacy.c
3430         * src/privacy.h
3431         * src/plugins/pgpcore/prefs_gpg.c
3432         * src/plugins/pgpcore/prefs_gpg.h
3433         * src/plugins/pgpinline/pgpinline.c
3434         * src/plugins/pgpmime/pgpmime.c
3435                 Add an API to warn about encryption limits,
3436                 and allow to disable these warnings
3437
3438 2007-05-03 [colin]      2.9.1cvs42
3439
3440         * src/summaryview.c
3441         * src/mainwindow.c
3442                 Fix bug 1213, 'Delete more than 
3443                 one thread at once'
3444
3445 2007-05-03 [wwp]        2.9.1cvs41
3446
3447         * src/prefs_common.c
3448         * src/prefs_filtering.c
3449         * src/prefs_template.c
3450         * src/common/template.c
3451         * src/common/template.h
3452         * src/gtk/gtkutils.c
3453         * src/gtk/gtkutils.h
3454                 Templates are no longer automatically sorted
3455                 by name, but can be sorted manually using
3456                 |< < > >| buttons as well as drag'n'drop.
3457
3458 2007-05-03 [wwp]        2.9.1cvs40
3459
3460         * src/plugins/spamassassin/spamassassin.c
3461         * src/plugins/spamassassin/spamassassin.h
3462         * src/plugins/spamassassin/spamassassin_gtk.c
3463         * src/plugins/bogofilter/bogofilter.c
3464         * src/plugins/bogofilter/bogofilter.h
3465         * src/plugins/bogofilter/bogofilter_gtk.c
3466                 Added an option to conditionally mark saved spam
3467                 as read (default is and was to do so).
3468                 Satisfies feature request 1708539 on sf.net tracker.
3469
3470 2007-05-03 [colin]      2.9.1cvs39
3471
3472         * src/inc.c
3473                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3474
3475 2007-05-02 [colin]      2.9.1cvs38
3476
3477         * src/textview.c
3478                 Fix bug 1209, 'Clicking on address 
3479                 in header (mailto uri) selects 
3480                 default account'. Patch adapted from
3481                 G.P. Halkes' patch.
3482
3483 2007-05-02 [colin]      2.9.1cvs37
3484
3485         * src/grouplistdialog.c
3486                 Set cursor to wait cursor while loading
3487                 groups.
3488
3489 2007-05-02 [paul]       2.9.1cvs36
3490
3491         * src/folder.c
3492         * src/common/defs.h
3493                 rename cache and mark files
3494                 (data is preserved)
3495
3496 2007-04-30 [paul]       2.9.1cvs35
3497
3498         * manual/glossary.xml
3499         * manual/plugins.xml
3500                 updates. Patch by Ricardo
3501
3502 2007-04-29 [wwp]        2.9.1cvs34
3503
3504         * src/mainwindow.c
3505         * configure.ac
3506                 Fix few grammatical errors (patch by David Relson < relson at
3507                 osagesoftware dot com >).
3508
3509 2007-04-28 [colin]      2.9.1cvs33
3510
3511         * src/account.c
3512         * src/pop.c
3513         * src/prefs_account.c
3514         * src/prefs_account.h
3515                 Drop the "Download all" preference. It's
3516                 stupidly useless and confuses people from
3517                 time to time.
3518
3519 2007-04-27 [wwp]        2.9.1cvs32
3520
3521         * src/account.c
3522         * src/prefs_account.c
3523         * src/prefs_account.h
3524                 Don't reflect accounts changes to the mainwindow when it's
3525                 not necessary.
3526
3527 2007-04-27 [colin]      2.9.1cvs31
3528
3529         * src/folder.c
3530                 Freeze/thaw when sync'ing flags
3531         * src/imap.c
3532         * src/prefs_account.c
3533         * src/prefs_account.h
3534         * src/etpan/imap-thread.c
3535         * src/etpan/imap-thread.h
3536                 Add a way to use UID FETCH instead
3537                 of searches to fetch message lists
3538                 and flags. More expensive towards
3539                 bandwidth, less expensive towards
3540                 server's CPU. Probably fixes 
3541                 bug 1158, 'Scanning new folders on 
3542                 Exchange 2007 extremely slow'.
3543                 Patch 95% by Hoa.
3544
3545 2007-04-27 [paul]       2.9.1cvs30
3546
3547         * src/mainwindow.c
3548         * src/prefs_logging.c
3549                 improvements to english usage
3550
3551 2007-04-27 [colin]      2.9.1cvs29
3552
3553         * src/imap.c
3554                 Fix build without libetpan (my bad!)
3555
3556 2007-04-26 [colin]      2.9.1cvs28
3557
3558         * src/imap.c
3559         * src/imap.h
3560                 Fix uselessly exported function
3561         * src/textview.c
3562                 Consider "- -- \n" as signature separator
3563                 (that's what signature separators look like
3564                  in PGP/Inline signed mails)
3565
3566 2007-04-26 [colin]      2.9.1cvs27
3567
3568         * configure.ac
3569                 libetpan-0.49 is now required
3570         * src/procmime.c
3571                 Fix double fetching of mails if
3572                 first try failed
3573         * src/imap.c
3574                 Make offline sync faster, by
3575                 remembering last change time, and
3576                 last sync time.
3577
3578 2007-04-26 [hoa]        2.9.1cvs26
3579
3580         * src/imap.c
3581         * src/imap.h
3582         * src/mainwindow.c
3583         * src/toolbar.c
3584         * src/etpan/imap-thread.c
3585         * src/etpan/imap-thread.h
3586                 cancellation of IMAP operations is now allowed.
3587                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3588
3589 2007-04-26 [colin]      2.9.1cvs25
3590
3591         * src/folder.c
3592                 Always fetch body+headers in folders that are
3593                 synched for offline use, if "Synchronise as
3594                 soon as possible" is set.
3595                 Fixes bug 1200, 'Add option to always retrieve full 
3596                 messages'
3597
3598 2007-04-25 [colin]      2.9.1cvs24
3599
3600         * src/compose.c
3601                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3602                 persists...'
3603
3604 2007-04-24 [colin]      2.9.1cvs23
3605
3606         * src/folderview.c
3607                 Fix bug 1195, 'Hardware key navigation' 
3608                 Make GDK_Enter toggle expansion (Maemo)
3609
3610 2007-04-24 [wwp]        2.9.1cvs22
3611
3612         * src/compose.c
3613                 Fix few compiler warnings.
3614
3615 2007-04-24 [paul]       2.9.1cvs21
3616
3617         * src/Makefile.am
3618         * src/stock_pixmap.c
3619         * src/stock_pixmap.h
3620                 complete last commit
3621
3622 2007-04-24 [paul]       2.9.1cvs20
3623
3624         * src/gtk/about.c
3625         * src/pixmaps/active.xpm
3626         * src/pixmaps/checkbox_off.xpm
3627         * src/pixmaps/checkbox_on.xpm
3628         * src/pixmaps/inactive.xpm
3629                 kick out the blobs
3630                 remove transparent border from checkbox icons
3631
3632 2007-04-24 [wwp]        2.9.1cvs19
3633
3634         * src/textview.c
3635         * src/textview.h
3636                 Fix a crash in textview, thanks to Colin.
3637
3638 2007-04-23 [wwp]        2.9.1cvs18
3639
3640         * src/prefs_common.c
3641                 Fix 2.9.1cvs5: no header was being translated at all.
3642
3643 2007-04-23 [colin]      2.9.1cvs17
3644
3645         * src/Makefile.am
3646         * src/stock_pixmap.c
3647         * src/stock_pixmap.h
3648         * src/summaryview.c
3649         * src/summaryview.h
3650         * src/gtk/gtksctree.c
3651         * src/gtk/gtksctree.h
3652         * src/pixmaps/selection.xpm
3653                 Fix bug 1193, 'Need a way to multi-select
3654                 items'. Add a toggle button to the summaryview
3655                 to switch between normal and multiple selection
3656                 (Maemo)
3657
3658 2007-04-23 [colin]      2.9.1cvs16
3659
3660         * src/Makefile.am
3661         * src/stock_pixmap.c
3662         * src/stock_pixmap.h
3663         * src/summaryview.c
3664         * src/summaryview.h
3665         * src/gtk/gtksctree.c
3666         * src/gtk/gtksctree.h
3667         * src/pixmaps/selection.xpm
3668                 Fix bug 1193, 'Need a way to multi-
3669                 select items'
3670                 Add a toggle button in the summaryview
3671                 to enable normal or multiple selection.
3672                 (Maemo)
3673
3674 2007-04-23 [colin]      2.9.1cvs15
3675
3676         * src/compose.c
3677                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3678
3679 2007-04-21 [colin]      2.9.1cvs14
3680
3681         * src/gtk/quicksearch.c
3682                 Fix previous commit (actually use correct
3683                 parameter)
3684
3685 2007-04-21 [colin]      2.9.1cvs13
3686
3687         * src/gtk/quicksearch.c
3688                 Fix changing quicksearch type (after Esc,
3689                 after changing Recursive, ...)
3690
3691 2007-04-20 [wwp]        2.9.1cvs12
3692
3693         * src/gtk/Makefile.am
3694                 Added headers.h (completes 2.9.1cvs5).
3695
3696 2007-04-20 [wwp]        2.9.1cvs11
3697
3698         * src/addressbook.c
3699                 Fix the use of display name in name column,
3700                 it has been overriden w/ the use of nickname
3701                 by 2.9.0cvs3. Now nickname is used (if any)
3702                 in case of LDAP books only.
3703
3704 2007-04-20 [colin]      2.9.1cvs10
3705
3706         * src/mimeview.c
3707         * src/summaryview.c
3708         * src/textview.c
3709                 Add handling of 'a' to loop in a mail's
3710                 mimeparts
3711
3712 2007-04-20 [colin]      2.9.1cvs9
3713
3714         * src/toolbar.c
3715                 Fix bug 1190, 'dir_open' button doesn't work'
3716                 (Maemo)
3717
3718 2007-04-20 [colin]      2.9.1cvs8
3719
3720         * src/folderview.c
3721         * src/mainwindow.c
3722                 Fix bug 1194, 'Hardware keys move from email 
3723                 list to account/directory list, but not back 
3724                 to email list...' (Maemo)
3725
3726 2007-04-20 [colin]      2.9.1cvs7
3727
3728         * src/compose.h
3729                 complete previous commit
3730
3731 2007-04-20 [colin]      2.9.1cvs6
3732
3733         * src/compose.c
3734                 Fix bug 1187, 'Reply-to addressee disappears 
3735                 when reply-to text box is clicked...' (Maemo)
3736
3737 2007-04-20 [wwp]        2.9.1cvs5
3738
3739         * po/POTFILES.in
3740         * src/addressbook.c
3741         * src/compose.c
3742         * src/filtering.c
3743         * src/headerview.c
3744         * src/matcher.c
3745         * src/prefs_common.c
3746         * src/prefs_common.h
3747         * src/prefs_display_header.c
3748         * src/prefs_matcher.c
3749         * src/summaryview.c
3750         * src/gtk/headers.h
3751         * src/gtk/quicksearch.c
3752                 Translate more header names according to the relevant option value,
3753                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3754                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3755                 to prefs_common_translated_header_name().
3756                 Added a headers.h reference file that contains known header names
3757                 (RFC2822 and others) to the translation process' input, so that
3758                 translated header names will still exist even if no occurrence of
3759                 _("headername") is found anymore in the sources.
3760                 Don't translate column name 'Number' following to trans_hdr option
3761                 value as it's not a header name.
3762
3763 2007-04-20 [colin]      2.9.1cvs4
3764
3765         * src/gtk/quicksearch.c
3766         * src/gtk/quicksearch.h
3767                 Add "From, To or Subject" quicksearch
3768                 type. Patch by ulfschaper@users.sf.net
3769
3770 2007-04-20 [colin]      2.9.1cvs3
3771
3772         * src/matcher.c
3773                 Implement proper references filtering condition.
3774                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3775
3776 2007-04-19 [wwp]        2.9.1cvs2
3777
3778         * src/prefs_display_header.c
3779         * src/message_search.c
3780                 Fix few warnings (g_free of const gchar*).
3781
3782 2007-04-19 [paul]       2.9.1cvs1
3783
3784         * NEWS
3785         * README
3786         * RELEASE_NOTES
3787         * configure.ac
3788                 bump version number following
3789                 stable release
3790
3791 2007-04-19 [paul]       2.9.0cvs9
3792
3793         * manual/advanced.xml
3794         * manual/glossary.xml
3795                 fix typos
3796
3797 2007-04-18 [paul]       2.9.0cvs8
3798
3799         * src/pop.c
3800                 fix for CVE-2007-1558 (APOP)
3801                 Thanks to Colin
3802
3803 2007-04-18 [paul]       2.9.0cvs7
3804
3805         * src/messageview.c
3806         * src/mimeview.c
3807         * src/summaryview.c
3808         * src/gtk/filesel.c
3809                 Fix encoding woes wrt saving of
3810                 mails and parts
3811                 Thanks to Colin
3812
3813 2007-04-18 [colin]      2.9.0cvs6
3814
3815         * src/gtk/pluginwindow.c
3816                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3817
3818 2007-04-17 [wwp]        2.9.0cvs5
3819
3820         * src/addressadd.c
3821         * src/addressbook.c
3822         * src/addrindex.c
3823         * src/ldapupdate.c
3824                 Fix --disable-ldap build,
3825                 fix some LDAP annoyances on 
3826                 searches, thanks to Colin.
3827
3828 2007-04-17 [wwp]        2.9.0cvs4
3829
3830         * src/ldapupdate.c
3831                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3832                 like gcc 2.9x. Thanks to Colin.
3833
3834 2007-04-17 [wwp]        2.9.0cvs3
3835
3836         * src/Makefile.am
3837         * src/addressadd.c
3838         * src/addressbook.c
3839         * src/addrindex.c
3840         * src/addritem.c
3841         * src/addritem.h
3842         * src/editaddress.c
3843         * src/ldapctrl.c
3844         * src/ldapctrl.h
3845         * src/ldapquery.c
3846         * src/ldapserver.c
3847         * src/ldapserver.h
3848         * src/ldapupdate.c
3849         * src/ldapupdate.h
3850                 Add LDAP write support. Patch mostly by 
3851                 Michael <mir at datanom dot net>
3852
3853 2007-04-17 [wwp]        2.9.0cvs2
3854
3855         * src/compose.c
3856                 Prepend "Add to address book" to the context menu of compose window's sender and
3857                 recipient fields.
3858
3859 2007-04-16 [paul]       2.9.0cvs1
3860
3861         * src/gtk/authors.h
3862                 add Pader Rezso
3863
3864 2007-04-16 [paul]       2.9.0
3865
3866         * NEWS
3867         * README
3868         * RELEASE_NOTES
3869                 2.9.0 released
3870
3871 2007-04-16 [paul]       2.8.1cvs102
3872
3873         * po/fr.po
3874                 updated by Fabien Vantard
3875
3876 2007-04-16 [paul]       2.8.1cvs101
3877
3878         * po/ca.po
3879         * po/cs.po
3880         * po/de.po
3881         * po/hu.po
3882         * po/pl.po
3883         * po/pt_BR.po
3884         * po/sr.po
3885         * po/zh_CN.po
3886                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3887                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3888                 Aleksandar Urosevic, and Ralgh Young
3889
3890 2007-04-15 [mones]      2.8.1cvs100
3891
3892         * po/es.po
3893                 Updated for release
3894
3895 2007-04-14 [colin]      2.8.1cvs99
3896
3897         * src/message_search.c
3898         * src/prefs_display_header.c
3899         * src/summary_search.c
3900         * src/gtk/combobox.c
3901                 Fix allocations
3902
3903 2007-04-14 [wwp]        2.8.1cvs98
3904
3905         * src/gtk/combobox.c
3906         * src/message_search.c
3907         * src/summary_search.c
3908         * src/prefs_display_header.c
3909                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3910                 returns NULL, get the text value directly from the GtkEntry child.
3911
3912 2007-04-13 [colin]      2.8.1cvs97
3913
3914         * src/gtk/quicksearch.c
3915                 Give the focus back to summaryview when
3916                 emptying the quicksearch with Esc
3917
3918 2007-04-13 [colin]      2.8.1cvs96
3919
3920         * src/message_search.c
3921         * src/prefs_display_header.c
3922         * src/summary_search.c
3923                 Fix possibles crashes when getting text
3924                 from gtk combos
3925
3926 2007-04-13 [colin]      2.8.1cvs95
3927
3928         * src/pop.c
3929                 Add some UIDL debugging
3930
3931 2007-04-12 [colin]      2.8.1cvs94
3932
3933         * src/folder.c
3934                 Force folder scan if necessary after
3935                 copying mails, to be able to reapply
3936                 flags.
3937
3938 2007-04-11 [colin]      2.8.1cvs93
3939
3940         * src/main.c
3941                 don't scan for new mail on startup if --select
3942                 is specified (or race conditions arise). If so,
3943                 do both sequentially.
3944
3945 2007-04-09 [colin]      2.8.1cvs92
3946
3947         * src/common/defs.h
3948                 Use leafpad by default on Maemo. Patch
3949                 by Jean-Luc Biord.
3950
3951 2007-04-06 [colin]      2.8.1cvs91
3952
3953         * src/pixmaps/queue_close.xpm
3954         * src/pixmaps/queue_close_hrm.xpm
3955         * src/pixmaps/queue_close_hrm_mark.xpm
3956         * src/pixmaps/queue_close_mark.xpm
3957         * src/pixmaps/queue_open.xpm
3958         * src/pixmaps/queue_open_hrm.xpm
3959         * src/pixmaps/queue_open_hrm_mark.xpm
3960         * src/pixmaps/queue_open_mark.xpm
3961                 Move the clock one pixel down :)
3962
3963 2007-04-05 [colin]      2.8.1cvs90
3964
3965         * src/mainwindow.c
3966                 Don't sync when switching offline from
3967                 command line - it's usually too late :)
3968
3969 2007-04-05 [paul]       2.8.1cvs89
3970
3971         * src/Makefile.am
3972         * src/stock_pixmap.c
3973         * src/pixmaps/dir_close_hrm.xpm
3974         * src/pixmaps/dir_close_hrm_mark.xpm
3975         * src/pixmaps/drafts_close.xpm
3976         * src/pixmaps/drafts_close_mark.xpm
3977         * src/pixmaps/drafts_open.xpm
3978         * src/pixmaps/drafts_open_mark.xpm
3979         * src/pixmaps/inbox.xpm
3980         * src/pixmaps/inbox_close.xpm
3981         * src/pixmaps/inbox_close_hrm.xpm
3982         * src/pixmaps/inbox_close_hrm_mark.xpm
3983         * src/pixmaps/inbox_close_mark.xpm
3984         * src/pixmaps/inbox_hrm.xpm
3985         * src/pixmaps/inbox_hrm_mark.xpm
3986         * src/pixmaps/inbox_mark.xpm
3987         * src/pixmaps/inbox_open.xpm
3988         * src/pixmaps/inbox_open_hrm.xpm
3989         * src/pixmaps/inbox_open_hrm_mark.xpm
3990         * src/pixmaps/inbox_open_mark.xpm
3991         * src/pixmaps/outbox.xpm
3992         * src/pixmaps/outbox_close.xpm
3993         * src/pixmaps/outbox_close_hrm.xpm
3994         * src/pixmaps/outbox_close_hrm_mark.xpm
3995         * src/pixmaps/outbox_close_mark.xpm
3996         * src/pixmaps/outbox_hrm.xpm
3997         * src/pixmaps/outbox_hrm_mark.xpm
3998         * src/pixmaps/outbox_mark.xpm
3999         * src/pixmaps/outbox_open.xpm
4000         * src/pixmaps/outbox_open_hrm.xpm
4001         * src/pixmaps/outbox_open_hrm_mark.xpm
4002         * src/pixmaps/outbox_open_mark.xpm
4003         * src/pixmaps/queue_close.xpm
4004         * src/pixmaps/queue_close_hrm.xpm
4005         * src/pixmaps/queue_close_hrm_mark.xpm
4006         * src/pixmaps/queue_close_mark.xpm
4007         * src/pixmaps/queue_open.xpm
4008         * src/pixmaps/queue_open_hrm.xpm
4009         * src/pixmaps/queue_open_hrm_mark.xpm
4010         * src/pixmaps/queue_open_mark.xpm
4011                 updated, added and replaced icons
4012                 Icons by Colin
4013
4014 2007-04-04 [colin]      2.8.1cvs88
4015
4016         * src/imap.c
4017                 Fix build without libetpan
4018
4019 2007-04-03 [colin]      2.8.1cvs87
4020
4021         * src/imap.c
4022                 Fix crash with Citadel, and try to make
4023                 things work. this server (and specifically 
4024                 STATUS and APPEND at least) seems broken.
4025
4026 2007-04-03 [colin]      2.8.1cvs86
4027
4028         * src/folderview.c
4029                 Fix icons on folder close
4030
4031 2007-04-03 [colin]      2.8.1cvs85
4032
4033         * src/inc.c
4034                 Fix double-ask of offline override in
4035                 certain cases
4036         * src/imap.c
4037         * src/imap.h
4038         * src/imap_gtk.c
4039                 Much more efficient way to synchronise
4040                 for offline use
4041         * src/etpan/imap-thread.c
4042                 Fix possible segs
4043         * src/folder.c
4044         * src/gtk/quicksearch.c
4045                 Fix some GUI lags
4046
4047 2007-04-03 [paul]       2.8.1cvs84
4048
4049         * src/filtering.c
4050         * src/folder.c
4051         * src/folder.h
4052         * src/prefs_common.c
4053         * src/prefs_common.h
4054         * src/prefs_other.c
4055                 Fix sync being done too late
4056                 Thanks to Colin
4057
4058 2007-04-02 [colin]      2.8.1cvs83
4059
4060         * src/summaryview.c
4061                 Maemo: Put status and quicksearch at the top
4062         * src/plugins/bogofilter/bogofilter.c
4063         * src/plugins/spamassassin/spamassassin.c
4064                 Derive trash from inbox if possible
4065
4066 2007-04-02 [paul]       2.8.1cvs82
4067
4068         * src/plugins/bogofilter/bogofilter_gtk.c
4069                 a few English changes
4070
4071 2007-04-02 [paul]
4072
4073         2.9.0-rc1 released
4074
4075 2007-04-02 [colin]      2.8.1cvs81
4076
4077         * src/image_viewer.c
4078                 Fix transparent images by using
4079                 GtkImage
4080         * src/messageview.c
4081                 Flush events (on new windows) to avoid
4082                 having the textview's image resize fail
4083                 to know the available width
4084
4085 2007-04-01 [colin]      2.8.1cvs80
4086
4087         * src/prefs_account.c
4088                 If no MH mailbox exist, when creating a POP/Local
4089                 account, just create and use the default one 
4090                 instead of bailing with a "Mailbox doesn't exist"
4091                 error
4092
4093 2007-03-31 [colin]      2.8.1cvs79
4094
4095         * src/prefs_account.c
4096                 Create signature file if it doesn't exist
4097                 before editing
4098         * src/prefs_toolbar.c
4099                 Maemo: Move "Use default" on the left so
4100                 that people can find it
4101         * src/common/defs.h
4102                 Maemo: make default editor "Maemopad", 
4103                 default signature file "MyDocs/signature.txt"
4104
4105 2007-03-31 [colin]      2.8.1cvs78
4106
4107         * src/prefs_account.c
4108                 Maemo: rework account prefs so
4109                 that less horizontal scrolling
4110                 is required
4111
4112 2007-03-31 [colin]      2.8.1cvs77
4113
4114         * src/folderview.c
4115         * src/prefs_common.c
4116         * src/prefs_common.h
4117                 Fix bug 1167, 'Allow not displaying zeros 
4118                 in folder list'. Patch by MartinP
4119
4120 2007-03-31 [colin]      2.8.1cvs76
4121
4122         * AUTHORS
4123                 Add Jean-Luc Biord
4124
4125 2007-03-31 [colin]      2.8.1cvs75
4126
4127         * src/imap.c
4128                 Apply patch from bug 1172, direct
4129                 access to the folder's session instead
4130                 of using getter. Patch by MartinP
4131
4132 2007-03-31 [paul]       2.8.1cvs74
4133
4134         * src/gtk/authors.h
4135                 no need to list Fabien twice!
4136
4137 2007-03-31 [colin]      2.8.1cvs73
4138
4139         * src/inc.c
4140                 If we're currently "overriding for %d minutes",
4141                 don't ask
4142
4143 2007-03-31 [colin]      2.8.1cvs72
4144
4145         * src/compose.c
4146         * src/imap.c
4147         * src/inc.c
4148         * src/inc.h
4149         * src/messageview.c
4150         * src/news.c
4151         * src/plugins/spamassassin/spamassassin.c
4152                 Offline override: Add a parameter to allow
4153                 asking even if the override timer is running.
4154                 Allows to ask every time the user makes an
4155                 explicit action needing online access (such
4156                 as Get Mail), and not when the action is 
4157                 implicit (such as opening an IMAP folder)
4158
4159 2007-03-31 [colin]      2.8.1cvs71
4160
4161         * src/inc.c
4162                 Override offline: "No" answer shouldn't
4163                 re-ask after 3 seconds, but 10 minutes. 
4164
4165 2007-03-30 [colin]      2.8.1cvs70
4166
4167         * src/common/socket.c
4168                 Better error reporting on unix socket
4169                 failure (bind usually)
4170         * src/gtk/gtkutils.c
4171         * src/gtk/gtkutils.h
4172                 Label window: add a pulsing progress
4173                 bar to show we're not hung :)
4174         * src/folderview.c
4175         * src/main.c
4176         * src/plugins/pgpcore/sgpgme.c
4177                 Update API
4178
4179 2007-03-30 [colin]      2.8.1cvs69
4180
4181         * src/pop.c
4182         * src/prefs_common.c
4183                 Fix possible trashing of history and uidl
4184                 files on disk full problems
4185
4186 2007-03-30 [paul]       2.8.1cvs68
4187
4188         * src/mainwindow.c
4189         * src/summaryview.c
4190         * src/summaryview.h
4191                 update summary when changing layout type
4192                 (fixes wrong folder icon being displayed)
4193                 Thanks to Colin
4194
4195 2007-03-29 [colin]      2.8.1cvs67
4196
4197         * src/prefs_ext_prog.c
4198                 The browser pref is irrelevant on Maemo
4199
4200 2007-03-29 [colin]      2.8.1cvs66
4201
4202         * src/compose.c
4203         * src/compose.h
4204                 Maemo: dynamically switch headers/text position
4205         * src/prefs_common.c
4206                 Maemo: hide compose's ruler by default
4207         * src/common/socket.c
4208         * src/common/socket.h
4209                 Fix build warning
4210
4211 2007-03-29 [colin]      2.8.1cvs65
4212
4213         * src/common/socket.c
4214         * src/common/socket.h
4215                 Fix build when MAEMO_CFLAGS contains
4216                 _X_OPENSOURCE (resolv.h errors as long
4217                 as we don't add _BSD_SOURCE. Ugly).
4218
4219 2007-03-29 [wwp]        2.8.1cvs64
4220
4221         * src/prefs_logging.c
4222                 Fix sensitivity of clip-log widgets in prefs/logging,
4223                 thanks to Fabien.
4224
4225 2007-03-29 [wwp]        2.8.1cvs63
4226
4227         * po/POTFILES.in
4228                 Updated files list for translations, thanks to Fabien.
4229
4230 2007-03-29 [colin]      2.8.1cvs62
4231
4232         * src/main.c
4233         * src/common/Makefile.am
4234         * src/common/utils.c
4235                 Maybe make URI opening work in Maemo
4236                 Requires testing :)
4237
4238 2007-03-28 [colin]      2.8.1cvs61
4239
4240         * src/folder.c
4241         * src/folder.h
4242         * src/folderview.c
4243                 Add the possibility to sort folders arbitrarily
4244                 (via editing of folderlist.xml only). Patch by
4245                 Martin P <mp26+claws@os.inf.tu-dresden.de>
4246                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
4247                 be changed by the user'
4248
4249 2007-03-28 [colin]      2.8.1cvs60
4250
4251         * src/mimeview.c
4252                 Add popup menu for mime icons
4253
4254 2007-03-28 [colin]      2.8.1cvs59
4255
4256         * src/mainwindow.c
4257                 Fix a layout issue when presenting
4258                 mainwindow in Small screen layout
4259         * src/toolbar.c
4260         * src/toolbar.h
4261                 Add a "Go to folder list" button for
4262                 mainwindow, and make it default in
4263                 the Maemo build
4264
4265 2007-03-28 [colin]      2.8.1cvs58
4266
4267         * src/compose.c
4268                 Don't dynamically update title on Maemo
4269                 Patch by Jean-Luc Biord
4270
4271 2007-03-27 [colin]      2.8.1cvs57
4272
4273         * src/compose.c
4274         * src/folderview.c
4275         * src/summaryview.c
4276                 Enable tap-and-hold on Maemo
4277
4278 2007-03-26 [colin]      2.8.1cvs56
4279
4280         * src/compose.c
4281                 More popup-menu (in attachments list)
4282
4283 2007-03-26 [colin]      2.8.1cvs55
4284
4285         * src/compose.c
4286                 Enable popup-menu signal
4287
4288 2007-03-26 [colin]      2.8.1cvs54
4289
4290         * src/plugins/pgpinline/pgpinline.c
4291                 Fix bug 1111, 'PGP/inline plugin hides text 
4292                 around encrypted text block'. Patch based on
4293                 a patch from Michal Cihar.
4294
4295 2007-03-26 [wwp]        2.8.1cvs53
4296
4297         * src/procmsg.c
4298                 Fix getting a false error when sending queued message
4299                 whereas the sending was fine (if there are subfolders
4300                 in the queue folder), thanks to Colin.
4301
4302 2007-03-26 [paul]       2.8.1cvs52
4303
4304         * src/wizard.c
4305                 update FACE header in welcome message
4306
4307 2007-03-25 [colin]      2.8.1cvs51
4308
4309         * src/Makefile.am
4310                 Fix make dist
4311
4312 2007-03-25 [colin]      2.8.1cvs50
4313
4314         * src/main.c
4315                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4316
4317 2007-03-24 [colin]      2.8.1cvs49
4318
4319         * src/main.c
4320                 Fix a few launch problems on Maemo
4321                 Patch by Jean-Luc Biord
4322
4323 2007-03-24 [wwp]        2.8.1cvs48
4324
4325         * src/alertpanel.c
4326         * src/alertpanel.h
4327         * src/messageview.c
4328         * src/summaryview.c
4329                 Fix wrong action performed when closing the
4330                 "ask about account specific filtering rules
4331                 when filtering manually" dialog by pressing Escape.
4332                 Fix wrong order of buttons in the "return receipt
4333                 notification - the message was sent to several of
4334                 your accounts" dialog.
4335
4336 2007-03-24 [paul]       2.8.1cvs47
4337
4338         * src/folderview.c
4339                 an improvement to English usage
4340         * tools/kdeservicemenu/README
4341                 updated Claws url
4342
4343 2007-03-24 [paul]       2.8.1cvs46
4344
4345         * src/Makefile.am
4346         * src/stock_pixmap.c
4347         * src/pixmaps/edit_extern.xpm
4348         * src/pixmaps/mail_sign.xpm
4349                 rescue long lost icons
4350
4351 2007-03-24 [paul]       2.8.1cvs45
4352
4353         * src/toolbar.c
4354                 fix toolbar (broken in 2.8.1cvs42)
4355
4356 2007-03-23 [colin]      2.8.1cvs44
4357
4358         * src/imap.c
4359                 Correctly unsubscribe/resubscribe after
4360                 RENAME
4361
4362 2007-03-23 [colin]      2.8.1cvs43
4363
4364         * src/prefs_common.c
4365                 Maemo: as the platform is light on RAM, allow
4366                 caches to be discarded faster.
4367
4368 2007-03-23 [colin]      2.8.1cvs42
4369
4370         * src/Makefile.am
4371         * src/compose.c
4372         * src/compose.h
4373         * src/stock_pixmap.c
4374         * src/stock_pixmap.h
4375         * src/summaryview.c
4376         * src/summaryview.h
4377         * src/toolbar.c
4378         * src/toolbar.h
4379         * src/pixmaps/open_mail.xpm
4380                 Maemo changes: Add the possibility to have
4381                 "Open Email" and "Close Window" buttons on 
4382                 toolbars (and use them in Maemo's default
4383                 toolbars)
4384
4385 2007-03-23 [wwp]        2.8.1cvs41
4386
4387         * src/action.c
4388                 Reverted that part of the action dialog closure logics, to
4389                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4390                 done later in a different way (or may not).
4391
4392 2007-03-22 [wwp]        2.8.1cvs40
4393
4394         * src/action.c
4395                 Fix sticky action dialog when got no output but action command
4396                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4397
4398 2007-03-22 [colin]      2.8.1cvs39
4399
4400         * src/prefs_filtering.c
4401         * src/gtk/combobox.h
4402                 Fix escaping account names in filtering prefs
4403
4404 2007-03-22 [colin]      2.8.1cvs38
4405
4406         * src/addrindex.c
4407         * src/ldapctrl.h
4408         * src/ldapquery.c
4409                 Add any attribute specified in LDAP servers'
4410                 Search attributes to the Other Attributes tab
4411                 of contacts; Add 'telephoneNumber' in the
4412                 default list.
4413
4414 2007-03-22 [colin]      2.8.1cvs37
4415
4416         * src/folderview.c
4417         * src/folderview.h
4418         * src/mainwindow.c
4419                 Try to prevent race conditions when
4420                 changing the folder list
4421         * src/summaryview.c
4422                 Fix possible red folder icon when
4423                 switching from Small screen layout
4424                 to any other
4425
4426 2007-03-22 [colin]      2.8.1cvs36
4427
4428         * src/mainwindow.c
4429         * src/mainwindow.h
4430         * src/summaryview.c
4431                 Rename "little screen" to "Small screen"
4432         * src/gtk/Makefile.am
4433         * src/common/utils.c
4434         * src/mh.c
4435                 Fix Maemo-related compilation problems
4436
4437 2007-03-21 [colin]      2.8.1cvs35
4438
4439         * configure.ac
4440                 Fix previous commit
4441         * claws-mail.desktop
4442                 Remove .png from the Icon, it's useless
4443
4444 2007-03-21 [colin]      2.8.1cvs34
4445
4446         * configure.ac
4447         * src/Makefile.am
4448                 Add the necessary lib checking for 
4449                 Maemo
4450
4451 2007-03-21 [colin]      2.8.1cvs33
4452
4453         * src/main.c
4454                 Fix unconditional "error happened" when
4455                 sending via command-line. "lol @ myself"
4456
4457 2007-03-21 [colin]      2.8.1cvs32
4458
4459         * claws-mail-40x40.png
4460         * claws-mail-26x26.png
4461         * src/account.c
4462         * src/addressbook.c
4463         * src/compose.c
4464         * src/folderview.c
4465         * src/folderview.h
4466         * src/main.c
4467         * src/mainwindow.c
4468         * src/mainwindow.h
4469         * src/messageview.c
4470         * src/prefs_account.c
4471         * src/prefs_common.c
4472         * src/summary_search.c
4473         * src/summaryview.c
4474         * src/summaryview.h
4475         * src/gtk/authors.h
4476         * src/gtk/gtkutils.c
4477         * src/gtk/gtkutils.h
4478         * src/gtk/logwindow.c
4479         * src/gtk/menu.c
4480         * src/gtk/prefswindow.c
4481                 Add Maemo port (patch mainly by Jean-Luc Biort)
4482                 Add a new 'Little screen' layout to help on such
4483                 platforms (patch by me)
4484                 Make some default preferences different (more
4485                 adapted) on Maemo (patch by me)
4486
4487 2007-03-21 [wwp]        2.8.1cvs31
4488
4489         * src/prefs_logging.c
4490         * src/prefs_logging.h
4491                 Fixed copyright header of newly added files.
4492
4493 2007-03-21 [wwp]        2.8.1cvs30
4494
4495         * src/Makefile.am
4496         * src/filtering.c
4497         * src/filtering.h
4498         * src/folder.c
4499         * src/folderview.c
4500         * src/imap.c
4501         * src/inc.c
4502         * src/main.c
4503         * src/mainwindow.c
4504         * src/mainwindow.h
4505         * src/matcher.c
4506         * src/messageview.c
4507         * src/news.c
4508         * src/pop.c
4509         * src/prefs_common.c
4510         * src/prefs_common.h
4511         * src/prefs_logging.c
4512         * src/prefs_logging.h
4513         * src/prefs_other.c
4514         * src/procmsg.c
4515         * src/send_message.c
4516         * src/summaryview.c
4517         * src/common/log.c
4518         * src/common/log.h
4519         * src/common/nntp.c
4520         * src/common/session.c
4521         * src/common/smtp.c
4522         * src/common/socket.c
4523         * src/etpan/imap-thread.c
4524         * src/gtk/logwindow.c
4525         * src/gtk/logwindow.h
4526         * src/plugins/bogofilter/bogofilter.c
4527         * src/plugins/spamassassin/spamassassin.c
4528                 Added debugging of filtering/processing rules.
4529                 The debug log is here 'Tools/Filtering debug window',
4530                 the options there 'Configuration/Preferences/Other/Logging',
4531                 and the log file is ~/.claws-mail/filtering.log.
4532                 Moved protocol log prefs to 'Other/Logging' as well.
4533                 To support such debugging feature, the existing log API has
4534                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4535                 this impacts many external modules (commits follow).
4536
4537 2007-03-21 [paul]       2.8.1cvs29
4538
4539         * src/etpan/Makefile.am
4540         * src/etpan/imap-thread.c
4541                 add missing #include
4542
4543 2007-03-21 [colin]      2.8.1cvs28
4544
4545         * src/procmime.c
4546                 Fix bug 1157, 'some broken messages confuse 
4547                 mime parser'. Make sure we can't have MimeInfos
4548                 with negative sizes.
4549
4550 2007-03-20 [colin]      2.8.1cvs27
4551
4552         * src/main.c
4553                 Fix missing \0 on buffer
4554
4555 2007-03-20 [colin]      2.8.1cvs26
4556
4557         * src/mh.c
4558                 Use make_dir_hier instead of make_dir 
4559                 to create the MH mailbox
4560
4561 2007-03-20 [colin]      2.8.1cvs25
4562
4563         * src/folder.c
4564         * src/folder.h
4565         * src/prefs_account.c
4566         * src/wizard.c
4567                 Fix default inbox weirdnesses (after wizard,
4568                 if path is Mail, mailbox identifier is #mh/Mailbox,
4569                 and when creating new accounts)
4570
4571 2007-03-20 [colin]      2.8.1cvs24
4572
4573         * src/account.c
4574                 Write folderlist after adding/deleting accounts
4575                 that have folders
4576
4577 2007-03-20 [colin]      2.8.1cvs23
4578
4579         * src/imap.c
4580         * src/remotefolder.h
4581                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4582                 selected while scanning prior to update'
4583
4584 2007-03-17 [paul]       2.8.1cvs22
4585
4586         * src/main.c
4587                 fix a typo, and be a little more verbose.
4588
4589 2007-03-17 [wwp]        2.8.1cvs21
4590
4591         * src/inc.c
4592                 Fix a compiler warning.
4593
4594 2007-03-16 [wwp]        2.8.1cvs20
4595
4596         * tools/Makefile.am
4597         * tools/README
4598                 Updated to deal w/ the new mairix.sh tool.
4599
4600 2007-03-16 [wwp]        2.8.1cvs19
4601
4602         * src/action.c
4603                 Fix logics issues around the action IO dialog:
4604                 - disable entry widget and exec button when
4605                   the exec button is clicked (don't wait for any
4606                   output line) - fix possible disabling/re-enabling/
4607                   re-disabling of those widgets
4608                 - raise an error if executing a %as{} action either
4609                   empty or invalid, instead of failing silently
4610                 - don't close the dialog if the abort button has been
4611                   clicked and if there was no output yet
4612                 - set focus to the abort button when the exec button
4613                   is clicked
4614                 - fix capitalization of a warning message
4615
4616 2007-03-16 [wwp]        2.8.1cvs18
4617
4618         * tools/mairix.sh
4619                 Added a wrapper to mairix to the tools folder.
4620
4621 2007-03-16 [colin]      2.8.1cvs17
4622
4623         * src/messageview.c
4624         * src/mimeview.h
4625                 Allow mimeviewer plugins to print
4626                 their stuff
4627
4628 2007-03-16 [colin]      2.8.1cvs16
4629
4630         * .cvsignore
4631                 Ignore *.patchset
4632
4633 2007-03-15 [colin]      2.8.1cvs15
4634
4635         * src/messageview.c
4636         * src/mimeview.h
4637                 Add a way for mimeviewer plugins to
4638                 implement body search
4639
4640 2007-03-15 [paul]       2.8.1cvs14
4641
4642         * src/prefs_spelling.c
4643                 fix English usage
4644
4645 2007-03-15 [paul]       2.8.1cvs13
4646
4647         * src/common/quoted-printable.c
4648                 fix decoding of quoted-printable parts
4649
4650 2007-03-14 [wwp]        2.8.1cvs12
4651
4652         * src/gtk/logwindow.h
4653                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4654
4655 2007-03-14 [wwp]        2.8.1cvs11
4656
4657         * src/gtk/logwindow.h
4658                 Complete 2.8.1cvs10.
4659
4660 2007-03-14 [colin]      2.8.1cvs10
4661
4662         * src/gtk/logwindow.c
4663                 Probably fix bug 1149, crash on logwindow
4664                 close - at the expense of performance once
4665                 logwin has been opened
4666
4667 2007-03-14 [colin]      2.8.1cvs9
4668
4669         * src/main.c
4670                 If claws-mail is running on another
4671                 display, warn instead of popping it up
4672                 on the other display
4673
4674 2007-03-12 [colin]      2.8.1cvs8
4675
4676         * src/wizard.c
4677                 Fix bug 1145, 'Setting a different name 
4678                 for the Mailbox name isn't reflected in 
4679                 default account settings'. Patch by wwp
4680
4681 2007-03-12 [colin]      2.8.1cvs7
4682
4683         * src/summaryview.c
4684                 Fix bug 1143, 'Add number of messages to be 
4685                 deleted to confirmation dialog'
4686
4687 2007-03-12 [wwp]        2.8.1cvs6
4688
4689         * src/folderview.c
4690         * src/prefs_common.c
4691         * src/prefs_common.h
4692         * src/prefs_summaries.c
4693                 Changed the option that displays unread messages count
4694                 next to the folder name in folder list: it is now
4695                 possible to either display nothing, display the
4696                 unread messages number only or the unread and total messages
4697                 numbers. The patch includes this extra feature as well
4698                 as some minor fixes by rewriting the algo in folderview.c.
4699                 Thanks to Paul for the original idea and implementation, plus
4700                 testing and proof-reading!
4701
4702 2007-03-09 [paul]       2.8.1cvs5
4703
4704         * tools/Makefile.am
4705         * tools/README
4706         * tools/claws-mail-compose-insert-files.pl
4707                 added a script which enables inserting files
4708                 into the message body of a new Claws Mail
4709                 Compose window from the command line. Additionally
4710                 To, Cc, Subject and files to attach to the message
4711                 can be specified.
4712
4713 2007-03-09 [wwp]        2.8.1cvs4
4714
4715         * src/addr_compl.c
4716         * src/addr_compl.h
4717         * src/filtering.c
4718                 Optimize matching of addresses in the addressbook
4719                 (filtering/processing 'found_in_addressbook' condition).
4720
4721 2007-03-07 [wwp]        2.8.1cvs3
4722
4723         * src/quote_fmt.c
4724         * src/quote_fmt_lex.l
4725         * src/quote_fmt_parse.y
4726                 Add a new quote format symbol: %A to insert the
4727                 sender email address (just the address itself).
4728
4729 2007-03-06 [wwp]        2.8.1cvs2
4730
4731         * src/gtk/gtkutils.c
4732         * src/plugins/trayicon/trayicon_prefs.h
4733         * src/plugins/trayicon/trayicon_prefs.c
4734         * src/plugins/trayicon/trayicon.c
4735         * src/mainwindow.h
4736         * src/mainwindow.c
4737                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4738                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4739
4740
4741 2007-03-06 [paul]       2.8.1cvs1
4742
4743         * NEWS
4744         * README
4745         * RELEASE_NOTES
4746         * configure.ac
4747                 bump version number following
4748                 stable release
4749
4750 2007-03-06 [paul]       2.8.0cvs24
4751
4752         * po/cs.po
4753                 corrected by by Tim <timbrain@post.cz>
4754
4755 2007-03-05 [colin]      2.8.0cvs23
4756
4757         * src/Makefile.am
4758         * src/procmime.c
4759                 Fix mime/globs path on NetBSD
4760                 patch by George Michaelson
4761
4762 2007-03-05 [wwp]        2.8.0cvs22
4763
4764         * src/addr_compl.c
4765                 Remove debug statement (accidentally committed w/ cvs14).
4766
4767 2007-03-05 [paul]       2.8.0cvs21
4768
4769         * src/plugins/pgpcore/prefs_gpg.c
4770                 fix compiler warning
4771
4772 2007-03-05 [wwp]        2.8.0cvs20
4773
4774         * src/matcher_parser_parse.y
4775                 Fix mismerge between cvs17 and cvs19.
4776
4777 2007-03-05 [wwp]        2.8.0cvs19
4778
4779         * src/matcher_parser_parse.y
4780         * src/prefs_filtering_action.c
4781         * src/matcher.c
4782         * src/matcher.h
4783         * src/filtering.c
4784         * src/filtering.h
4785                 Add new 'add_to_addressbook' filtering/processing action.
4786
4787 2007-03-05 [wwp]        2.8.0cvs18
4788
4789         * src/filtering.c
4790                 Fix mark_as_ham filtering/processing action: spam flag
4791                 was not unset.
4792
4793 2007-03-04 [colin]      2.8.0cvs17
4794
4795         * src/filtering.c
4796         * src/matcher.c
4797         * src/matcher.h
4798         * src/matcher_parser_parse.y
4799         * src/prefs_filtering_action.c
4800                 Add 'Mark as spam' and 'Mark as ham' filtering
4801                 actions. Fixes bug 1138.
4802
4803 2007-03-04 [colin]      2.8.0cvs16
4804
4805         * src/imap.c
4806                 Fix bug 1140, wrong return value
4807                 without libetpan
4808
4809 2007-03-04 [wwp]        2.8.0cvs15
4810
4811         * src/addr_compl.c
4812                 Rollback cvs14: don't free stuff that is managed in g_list.
4813
4814 2007-03-04 [wwp]        2.8.0cvs14
4815
4816         * src/addr_compl.c
4817                 Fix a leak in address completion code.
4818
4819 2007-03-04 [colin]      2.8.0cvs13
4820
4821         * src/addr_compl.c
4822                 Maybe fix bug 1136, 'Crash in group 
4823                 address completion'
4824
4825 2007-03-04 [iwkse]      2.8.0cvs12
4826
4827         * src/imap.c
4828                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4829
4830 2007-03-03 [colin]      2.8.0cvs11
4831
4832         * src/plugins/pgpinline/pgpinline.c
4833                 Fix off-by-one, fix double-free. Fixes
4834                 bug 1135, 'cm-segfault on decrypting 
4835                 with PGP/inline'
4836
4837 2007-03-03 [colin]      2.8.0cvs10
4838
4839         * configure.ac
4840         * src/main.c
4841         * src/common/plugin.c
4842                 Fix bug 1134, 'Valgrind macros unhandled 
4843                 by Irix's cc'
4844
4845 2007-03-02 [colin]      2.8.0cvs9
4846
4847         * src/mbox.c
4848                 Don't error out on EAGAIN. Fixes 
4849                 bug 1129, '"local mbox file" account 
4850                 isn't retrieving mails'
4851
4852 2007-03-01 [wwp]        2.8.0cvs8
4853
4854         * src/mainwindow.c
4855         * src/gtk/colorlabel.c
4856                 Remove accels for extra color labels until we set better
4857                 and definitive ones.
4858
4859 2007-02-28 [wwp]        2.8.0cvs7
4860
4861         * src/mainwindow.c
4862         * src/matcher_parser_parse.y
4863         * src/prefs_common.c
4864         * src/prefs_msg_colors.c
4865         * src/procmsg.h
4866         * src/gtk/colorlabel.c
4867         * src/gtk/colorlabel.h
4868                 Add more customizable color labels. Cleaned up a bit
4869                 the color label API to avoid duplicate defines of
4870                 the max number of colors.
4871
4872 2007-02-27 [colin]      2.8.0cvs6
4873
4874         * src/mainwindow.c
4875         * src/common/utils.c
4876         * src/common/utils.h
4877                 Fix '+' in mailto URIs for List-* headers
4878
4879 2007-02-27 [colin]      2.8.0cvs5
4880
4881         * src/gtk/gtkutils.c
4882                 Use gtk_window_set_role instead of 
4883                 _set_wmclass
4884
4885 2007-02-27 [colin]      2.8.0cvs4
4886
4887         * src/inc.c
4888                 Fix "After receiving new mail, go to inbox" on IMAP,
4889                 and make it work only on manual reception
4890
4891 2007-02-27 [wwp]        2.8.0cvs3
4892
4893         * src/prefs_filtering.c
4894         * src/prefs_filtering_action.c
4895         * src/prefs_matcher.c
4896                 Update filtering matcher's and action's color label menus
4897                 when re-opening those dialogs (reflect any change to the
4898                 color labels list in the preferences).
4899
4900 2007-02-27 [colin]      2.8.0cvs2
4901
4902         * src/imap.c
4903         * src/etpan/etpan-thread-manager-types.h
4904         * src/etpan/etpan-thread-manager.c
4905         * src/etpan/imap-thread.c
4906                 Log imap ALERTs as errors in the log.
4907
4908 2007-02-26 [paul]       2.8.0cvs1
4909
4910         * tools/claws.i18n.status.pl
4911                 updated
4912
4913 2007-02-26 [paul]       2.7.2cvs75
4914
4915         * po/ca.po
4916         * po/cs.po
4917         * po/de.po
4918         * po/en_GB.po
4919         * po/fi.po
4920         * po/fr.po
4921         * po/hu.po
4922         * po/pl.po
4923         * po/pt_BR.po
4924         * po/sk.po
4925         * po/sr.po
4926         * po/zh_CN.po
4927                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4928                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4929                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4930                 Aleksandar Urosevic, and Ralgh Young
4931
4932 2007-02-25 [mones]      2.7.2cvs74
4933
4934         * po/es.po
4935                 Updated for release
4936
4937 2007-02-25 [colin]      2.7.2cvs73
4938
4939         * src/main.c
4940                 Clearing the list is only useful
4941                 to prevent a valgrind false-positive
4942
4943 2007-02-25 [paul]       2.7.2cvs72
4944
4945         * tools/Makefile.am
4946         * tools/README
4947         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4948         * tools/maildir2claws-mail.pl  **REMOVED**
4949                 renamed the script, fixed a couple bugs
4950
4951 2007-02-23 [colin]      2.7.2cvs71
4952
4953         * src/addressbook.c
4954                 Fix a leak, check for a few improbable nulls
4955
4956 2007-02-23 [colin]      2.7.2cvs70
4957
4958         * src/main.c
4959         * src/main.h
4960         * src/plugins/trayicon/trayicon.c
4961                 Fix blinking mainwin when starting in tray
4962                 (show mainwindow later in the startup process,
4963                  apart if restarting post-crash)
4964
4965 2007-02-23 [colin]      2.7.2cvs69
4966
4967         * src/folderview.c
4968         * src/imap_gtk.c
4969                 Fix crash when unsubscribing the currently
4970                 selected/opened folder
4971
4972 2007-02-23 [colin]      2.7.2cvs68
4973
4974         * src/compose.c
4975                 Fix bug that prevented colorization to
4976                 work without wrap quotation option
4977
4978 2007-02-23 [colin]      2.7.2cvs67
4979
4980         * src/addr_compl.c
4981                 Fix refcounting, start and end completion who
4982                 behaved as if there couldn't be any other current
4983                 user of completion
4984
4985 2007-02-23 [wwp]        2.7.2cvs66
4986
4987         * src/addressbook.c
4988         * src/addrindex.c
4989                 Address completion fixes: fix addressbook_peek_folder_exists() in
4990                 which the algorithm was ridiculously over-obfuscated and broken.
4991                 Fix addrindex_load_completion() as well, to load addresses in
4992                 completion list with regards to what addressbook_peek_folder_exists()
4993                 returns now.
4994
4995 2007-02-23 [wwp]        2.7.2cvs65
4996
4997         * src/addr_compl.c
4998                 Add addresses to completion when they're non-empty (thanks to Colin).
4999
5000 2007-02-23 [paul]       2.7.2cvs64
5001
5002         * src/plugins/pgpcore/passphrase.c
5003                 remove 'const '
5004
5005 2007-02-23 [colin]      2.7.2cvs63
5006
5007         * src/plugins/pgpcore/prefs_gpg.c
5008         * src/plugins/pgpcore/prefs_gpg.h
5009         * src/plugins/pgpcore/sgpgme.c
5010         * src/plugins/pgpinline/pgpinline.c
5011         * src/plugins/pgpmime/pgpmime.c
5012                 Try harder to respect user's choice wrt
5013                 gpg-agent even with gpg2, by unsetting
5014                 GPG_AGENT_INFO when necessary.
5015
5016 2007-02-22 [paul]       2.7.2cvs62
5017
5018         * src/plugins/pgpcore/sgpgme.c
5019         * src/plugins/pgpcore/sgpgme.h
5020         * src/plugins/pgpcore/passphrase.c
5021         * src/plugins/pgpinline/pgpinline.c
5022         * src/plugins/pgpmime/pgpmime.c
5023                 Fix a leak - gpgme_data_release_and_get_mem
5024                 leaks in recent gpgme. Workaround by using
5025                 our own function.
5026
5027 2007-02-22 [paul]       2.7.2cvs61
5028
5029         * src/gtk/quicksearch.c
5030                 Abandon dynamic search when pressing
5031                 Enter
5032
5033 2007-02-21 [colin]      2.7.2cvs60
5034
5035         * src/procmsg.c
5036         * src/plugins/pgpcore/passphrase.c
5037                 Fix little memory leaks
5038         * src/main.c
5039                 Fix false-positive leak at exit
5040         * src/gtk/quicksearch.c
5041                 Fix potentially big leak in recursive
5042                 Quicksearch
5043
5044 2007-02-21 [wwp]        2.7.2cvs59
5045
5046         * src/summaryview.c
5047                 Add missing newline to a debug message.
5048
5049 2007-02-20 [colin]      2.7.2cvs58
5050
5051         * src/Makefile.am
5052         * src/mimeview.c
5053         * src/stock_pixmap.c
5054         * src/stock_pixmap.h
5055         * src/pixmaps/mime_pgpsig.xpm
5056                 Add icon for application/pgp-signature
5057
5058 2007-02-20 [colin]      2.7.2cvs57
5059
5060         * src/Makefile.am
5061         * src/main.c
5062         * src/mimeview.c
5063         * src/stock_pixmap.c
5064         * src/stock_pixmap.h
5065         * src/pixmaps/mime_calendar.xpm
5066         * src/pixmaps/mime_pdf.xpm
5067         * src/pixmaps/mime_ps.xpm
5068                 Add icons for text/calendar, application/pdf
5069                 and application/postscript
5070
5071 2007-02-20 [colin]      2.7.2cvs56
5072
5073         * autogen.sh
5074         * src/matcher_parser_parse.y
5075         * src/matcher_parser_lex.l
5076                 Fix big memory leak in flex, and
5077                 require flex 2.5.31
5078
5079 2007-02-20 [wwp]        2.7.2cvs55
5080
5081         * src/matcher_parser_parse.y
5082                 Fix a duplicate token definition (thanks to iwkse).
5083
5084 2007-02-20 [wwp]        2.7.2cvs54
5085
5086         * src/matcher_parser_lex.l
5087         * src/quote_fmt_lex.l
5088                 Use proper flex options instead of direct use of #define,
5089                 make the flex-generated C lighter.
5090
5091 2007-02-20 [colin]      2.7.2cvs53
5092
5093         * src/summaryview.c
5094                 Grab focus in message list after hiding
5095                 the quicksearch, instead of leaving it
5096                 "somewhere"
5097
5098 2007-02-19 [colin]      2.7.2cvs52
5099
5100         * src/folderview.c
5101                 Fix bug 1033, 'Automatically refresh 
5102                 message list when new messages arrives'
5103                 Looks like folderview->opened can sometimes
5104                 be wrong...
5105
5106 2007-02-19 [paul]       2.7.2cvs51
5107
5108         * tools/Makefile.am
5109         * tools/README
5110         * tools/thunderbird-filters-convertor.pl
5111                 add new script which converts thunderbird filter
5112                 rules to Claws filter rules
5113
5114 2007-02-18 [paul]       2.7.2cvs50
5115
5116         * src/plugins/pgpcore/prefs_gpg.c
5117         * src/plugins/pgpcore/prefs_gpg.h
5118         * src/plugins/pgpcore/sgpgme.c
5119         * src/plugins/pgpinline/pgpinline.c
5120         * src/plugins/pgpmime/pgpmime.c
5121                 improved GUI interoperability with gpg-agent
5122
5123 2007-02-18 [paul]       2.7.2cvs49
5124
5125         * src/prefs_account.c
5126                 Privacy options sensitivity fix
5127
5128 2007-02-17 [colin]      2.7.2cvs48
5129
5130         * src/messageview.c
5131                 Reset icon to warning in the noticeview
5132
5133 2007-02-15 [colin]      2.7.2cvs47
5134
5135         * src/folderview.c
5136                 Fix a manifestation of bug 1033 (summaryview failing
5137                 to update for new mails), which happens after editing
5138                 account preferences or preferences that cause a 
5139                 folderview reload.
5140
5141 2007-02-15 [colin]      2.7.2cvs46
5142
5143         * src/addressbook.c
5144                 Probably fix bug 1123, 'Segmentation 
5145                 fault while opening address book'. I get
5146                 g_warnings if the saved paned position is
5147                 not greater than 0. Also, save position
5148                 when hiding the addressbook instead of
5149                 via signal.
5150
5151 2007-02-14 [colin]      2.7.2cvs45
5152
5153         * src/plugins/pgpcore/prefs_gpg.c
5154         * src/plugins/pgpcore/prefs_gpg.h
5155         * src/plugins/pgpcore/sgpgme.c
5156         * src/plugins/pgpinline/pgpinline.c
5157         * src/plugins/pgpmime/pgpmime.c
5158                 Add an option "Use gpg-agent if available". Fixes
5159                 annoyances with distro-installed gpg-agent, when
5160                 no pinentry program is installed, and the user's 
5161                 at a loss on why "decryption failed". Makes more
5162                 clear why passphrase isn't saved when gpg-agent is
5163                 used. Defaults to true, to avoid changing the 
5164                 current behaviour.
5165
5166 2007-02-14 [wwp]        2.7.2cvs44
5167
5168         * src/matcher_parser_parse.y
5169                 Fix missing line number reset (wrong line number might appear
5170                 when re-loading filtering rules if there's a parser error).
5171
5172 2007-02-13 [colin]      2.7.2cvs43
5173
5174         * src/common/utils.c
5175                 Don't encode ',' in URIs before passing it
5176                 to the browser command-line. It was probably
5177                 done at a time where commas in URIs made
5178                 mozilla -remote 'openurl(%s,new-window)'
5179                 bug.
5180
5181 2007-02-13 [wwp]        2.7.2cvs42
5182
5183         * src/prefs_matcher.c
5184         * src/plugins/bogofilter/bogofilter_gtk.c
5185                 A bit of string factorization around "Select ..." buttons.
5186
5187 2007-02-11 [colin]      2.7.2cvs41
5188
5189         * src/alertpanel.c
5190                 Make sure to escape the title
5191
5192 2007-02-11 [colin]      2.7.2cvs40
5193
5194         * src/codeconv.c
5195                 Recognize .utf8 locales as .UTF-8 ones
5196
5197 2007-02-11 [colin]      2.7.2cvs39
5198
5199         * src/compose.c
5200                 Fix code conversion when dragging a file
5201
5202 2007-02-09 [colin]      2.7.2cvs38
5203
5204         * src/plugins/clamav/clamav_plugin.c
5205                 Complete Paul's patch with conditional
5206                 compilation to avoid breaking compilation
5207                 on old Dapper and Edgy... Maybe other
5208                 distros too.
5209
5210 2007-02-09 [paul]       2.7.2cvs37
5211
5212         * src/plugins/clamav/clamav_plugin.c
5213                 fix for the upstream changes in libclamav
5214
5215 2007-02-09 [paul]       2.7.2cvs36
5216
5217         * src/main.c
5218         * src/mainwindow.c
5219         * src/procmsg.c
5220         * src/procmsg.h
5221                 fix "warn if there are queued messages" (on exit)
5222                 option, which only checked the first mailbox's
5223                 queue
5224                 don't ask before emptying trash if there are no
5225                 messages in trash, also check and empty all trash
5226                 folders
5227         * src/prefs_other.c
5228                 move "Ask before emptying trash" option
5229                 outside of the "On exit" frame as it's
5230                 not only an "On exit" option
5231
5232 2007-02-09 [paul]       2.7.2cvs35
5233
5234         * src/addrgather.c
5235         * src/alertpanel.c
5236         * src/editldap.c
5237         * src/prefs_account.c
5238         * src/prefs_folder_item.c
5239         * src/prefs_gtk.h
5240         * src/prefs_matcher.c
5241         * src/prefs_message.c
5242         * src/prefs_msg_colors.c
5243         * src/prefs_summaries.c
5244         * src/wizard.c
5245         * src/gtk/inputdialog.c
5246         * src/plugins/bogofilter/bogofilter_gtk.c
5247                 pedantic commit: use 'checkbtn' everywhere
5248                 instead of a mixture of 'checkbtn' and 'chkbtn'
5249
5250 2007-02-09 [paul]       2.7.2cvs34
5251
5252         * src/compose.c
5253                 fix default hotkeys
5254         * src/prefs_other.c
5255         * src/prefs_send.c
5256                 move "Never send Return Receipts" from
5257                 prefs_other to prefs_send
5258                 add an option "Ask about account specific
5259                 filtering rules..." to prefs_other
5260         * src/gtk/gtkutils.c
5261                 fix a compiler warning
5262
5263 2007-02-08 [colin]      2.7.2cvs33
5264
5265         * src/plugins/pgpinline/pgpinline.c
5266                 Fix bug 1110, 'pgpmime fails to process 
5267                 encapsulated openpgp mime (rfc 3156, 6.1 
5268                 -> rfc1847)'
5269                 It was due to an interaction between PGP/Mime
5270                 and PGP/Inline plugin. 
5271
5272 2007-02-08 [colin]      2.7.2cvs32
5273
5274         * src/inc.c
5275         * src/mbox.c
5276         * src/mbox.h
5277                 Fix bug 1117, 'fcntl locking code 
5278                 does not work in mbox.c'
5279
5280 2007-02-08 [colin]      2.7.2cvs31
5281
5282         * src/prefs_account.c
5283                 Fix Gentoo bug 165819, 'can't create 
5284                 a "local mbox file" account'. Patch
5285                 by Olivier <castan.o@free.fr>
5286
5287 2007-02-07 [colin]      2.7.2cvs30
5288
5289         * src/ldapquery.c
5290                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5291                 autocompletion was used'
5292
5293 2007-02-07 [paul]       2.7.2cvs29
5294
5295         * src/folder.c
5296                 cut down on unnecessary debug_prints
5297         * src/imap_gtk.c
5298                 fix menu_set_active() on 'Show only
5299                 subscribed folders'
5300
5301 2007-02-07 [paul]       2.7.2cvs28
5302
5303         * src/plugins/clamav/clamav_plugin.c
5304         * src/plugins/clamav/clamav_plugin.h
5305         * src/plugins/clamav/clamav_plugin_gtk.c
5306                 fix copyright header
5307
5308 2007-02-07 [paul]       2.7.2cvs27
5309
5310         * src/procheader.c
5311                 fix bug 1116, 'summary view allow a 
5312                 subject line break'
5313
5314 2007-02-06 [colin]      2.7.2cvs26
5315
5316         * src/summaryview.c
5317                 Fix delete thread
5318
5319 2007-02-05 [fabien]     2.7.2cvs25
5320
5321         * po/POTFILES.in
5322         * src/uri_opener.c
5323                 i18n related - 1 fix and 1 message for translators.
5324
5325 2007-02-05 [colin]      2.7.2cvs24
5326
5327         * src/gtk/quicksearch.c
5328                 Don't reload summary list if quicksearch wasn't
5329                 active on hiding; move currently selected mail in
5330                 the visible area when showing the quicksearch
5331
5332 2007-02-05 [colin]      2.7.2cvs23
5333
5334         * src/folderview.c
5335                 Add debug to try to solve bug 1104
5336
5337 2007-02-05 [paul]       2.7.2cvs22
5338
5339         * src/mainwindow.c
5340                 confirm before emptying trash on exit is
5341                 a Yes or No answer, use Yes or No in the
5342                 dialog
5343
5344 2007-02-04 [colin]      2.7.2cvs21
5345
5346         * src/compose.c
5347         * src/plugins/pgpcore/passphrase.c
5348         * src/plugins/pgpcore/select-keys.c
5349                 Set wmclass on new windows
5350
5351 2007-02-04 [colin]
5352
5353         2.8.0-rc1 released
5354
5355 2007-02-04 [colin]      2.7.2cvs20
5356
5357         * src/compose.c
5358         * src/compose.h
5359                 Auto save drafts on exit, reopen them
5360                 at startup, instead of asking
5361         * src/account.c
5362         * src/addressadd.c
5363         * src/addressbook.c
5364         * src/addressbook_foldersel.c
5365         * src/addrgather.c
5366         * src/crash.c
5367         * src/editaddress.c
5368         * src/editbook.c
5369         * src/editgroup.c
5370         * src/editjpilot.c
5371         * src/editldap.c
5372         * src/editldap_basedn.c
5373         * src/editvcard.c
5374         * src/exphtmldlg.c
5375         * src/expldifdlg.c
5376         * src/export.c
5377         * src/foldersel.c
5378         * src/gedit-print.c
5379         * src/import.c
5380         * src/importldif.c
5381         * src/importmutt.c
5382         * src/importpine.c
5383         * src/main.c
5384         * src/mainwindow.c
5385         * src/message_search.c
5386         * src/messageview.c
5387         * src/prefs_actions.c
5388         * src/prefs_customheader.c
5389         * src/prefs_display_header.c
5390         * src/prefs_filtering.c
5391         * src/prefs_filtering_action.c
5392         * src/prefs_folder_column.c
5393         * src/prefs_gtk.c
5394         * src/prefs_matcher.c
5395         * src/prefs_other.c
5396         * src/prefs_summaries.c
5397         * src/prefs_summary_column.c
5398         * src/prefs_template.c
5399         * src/sourcewindow.c
5400         * src/ssl_manager.c
5401         * src/summary_search.c
5402         * src/uri_opener.c
5403         * src/gtk/about.c
5404         * src/gtk/description_window.c
5405         * src/gtk/foldersort.c
5406         * src/gtk/gtkutils.c
5407         * src/gtk/gtkutils.h
5408         * src/gtk/icon_legend.c
5409         * src/gtk/logwindow.c
5410         * src/gtk/pluginwindow.c
5411         * src/gtk/prefswindow.c
5412                 Give different wmclass to different
5413                 windows - thanks to sed ;)
5414
5415 2007-02-04 [colin]      2.7.2cvs19
5416
5417         * src/main.c
5418                 Revert previous patch, can't reproduce
5419                 it anymore. 
5420
5421 2007-02-03 [colin]      2.7.2cvs18
5422
5423         * src/main.c
5424                 Don't save the mainwindow size and
5425                 position on emergency exit (libSM's
5426                 "die" callback), Xfce seems to make
5427                 the window smaller just before the
5428                 size's saved.
5429
5430 2007-02-03 [colin]      2.7.2cvs17
5431
5432         * src/plugins/bogofilter/bogofilter.c
5433         * src/plugins/bogofilter/bogofilter.h
5434         * src/plugins/bogofilter/bogofilter_gtk.c
5435         * src/plugins/pgpinline/pgpinline.c
5436         * src/plugins/pgpinline/pgpinline.h
5437                 Fix more copyrights
5438
5439 2007-02-03 [colin]      2.7.2cvs16
5440
5441         * src/partial_download.c
5442         * src/partial_download.h
5443         * src/ssl_manager.c
5444         * src/ssl_manager.h
5445         * src/uri_opener.c
5446         * src/uri_opener.h
5447         * src/wizard.c
5448         * src/wizard.h
5449         * src/common/ssl_certificate.c
5450         * src/common/ssl_certificate.h
5451         * src/gtk/quicksearch.c
5452         * src/gtk/quicksearch.h
5453         * src/gtk/sslcertwindow.c
5454         * src/gtk/sslcertwindow.h
5455                 Fix copyright on my files
5456
5457 2007-02-02 [colin]      2.7.2cvs15
5458
5459         * src/Makefile.am
5460         * src/mainwindow.c
5461         * src/messageview.c
5462         * src/messageview.h
5463         * src/textview.c
5464         * src/textview.h
5465         * src/uri_opener.c
5466         * src/uri_opener.h
5467                 Add Tools/List URIs to allow
5468                 opening any URI in the current mail
5469
5470 2007-02-02 [colin]      2.7.2cvs14
5471
5472         * src/common/valgrind.h ** NEW FILE **
5473         * src/common/Makefile.am
5474         * src/common/plugin.c
5475                 Don't dlclose the plugins if we're running
5476                 under valgrind. (doesn't require valgrind
5477                 either at compile time or run time).
5478
5479 2007-02-01 [paul]       2.7.2cvs13
5480
5481         * AUTHORS
5482         * src/gtk/authors.h
5483         * tools/freshmeat_search.pl
5484         * tools/google_search.pl
5485         * tools/multiwebsearch.pl
5486                 add support for non ISO-8859-1 compatible locales
5487                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5488
5489 2007-02-01 [colin]      2.7.2cvs12
5490
5491         * src/prefs_other.c
5492         * src/prefs_summaries.c
5493                 Move keybinding prefs to the Other page
5494
5495 2007-02-01 [wwp]        2.7.2cvs11
5496
5497         * src/plugins/trayicon/trayicon.c
5498                 Fix a raising issue within KDE.
5499
5500 2007-02-01 [colin]      2.7.2cvs10
5501
5502         * src/codeconv.c
5503                 Fix stray quotes in encoded strings
5504         * src/addressadd.c
5505                 Fix wrong call causing g_warnings
5506         * src/textview.c
5507                 Remove useless message
5508
5509 2007-01-31 [wwp]        2.7.2cvs9
5510
5511         * src/plugins/trayicon/trayicon.c
5512                 fix buggy hiding of main window when closing if close-to-tray
5513                 is not set (bad logics  in the trayicon hook code).
5514                 Changed the quit confirmation message too.
5515
5516 2007-01-30 [colin]      2.7.2cvs8
5517
5518         * src/main.c
5519                 Fix hidden mainwindow after clicking on
5520                 the X close button, if compose windows
5521                 exist and the user chooses not to quit
5522
5523 2007-01-30 [colin]      2.7.2cvs7
5524
5525         * src/main.c
5526         * src/compose.c
5527                 Handle local URIs to attach files (file:///...)
5528                 Fixes attaching files from Thunar for example
5529
5530 2007-01-30 [colin]      2.7.2cvs6
5531
5532         * src/prefs_ext_prog.c
5533                 Add 'mousepad' to the list of text editors.
5534                 Mousepad is XFCE's text editor
5535
5536 2007-01-29 [wwp]        2.7.2cvs5
5537
5538         * po/POTFILES.in
5539         * src/plugins/trayicon/trayicon_prefs.c
5540                 trayicon i18n fixes, thanks to Fabien.
5541
5542 2007-01-28 [wwp]        2.7.2cvs4
5543
5544         * src/mainwindow.c
5545         * src/mainwindow.h
5546         * src/plugins/trayicon/trayicon.c
5547         * src/plugins/trayicon/trayicon_prefs.c
5548         * src/plugins/trayicon/trayicon_prefs.h
5549                 Added a new TrayIcon plugin option to close to tray
5550                 (WM's hotkey and [X] button will hide the window instead
5551                 of closing it - closing CM can be done using the tray icon
5552                 menu or the File menu).
5553                 Improved visibility handling in trayicon, clicking the
5554                 trayicon now raise the window to current desktop when it
5555                 was either minimized/shaded/on another desktop.
5556                 Thanks to Paul for testing and fixing a strange behaviour
5557                 in KDE ;-).
5558
5559 2007-01-27 [paul]       2.7.2cvs3
5560
5561         * src/prefs_folder_item.c
5562         * src/prefs_receive.c
5563         * src/plugins/pgpcore/prefs_gpg.c
5564                 use 'start-up' instead of 'startup' in labels
5565
5566 2007-01-26 [wwp]        2.7.2cvs2
5567
5568         * src/plugins/trayicon/Makefile.am
5569         * src/plugins/trayicon/trayicon.c
5570         * src/plugins/trayicon/trayicon_prefs.c
5571         * src/plugins/trayicon/trayicon_prefs.h
5572                 Add a new TrayIcon option to hide the main window at
5573                 start-up.
5574                 Fix trayicon.c copyright header.
5575
5576 2007-01-26 [paul]       2.7.2cvs1
5577
5578         * NEWS
5579         * README
5580         * RELEASE_NOTES
5581         * configure.ac
5582                 bump up version number following
5583                 stable release
5584
5585 2007-01-25 [mones]      2.7.1cvs60
5586
5587         * po/es.po
5588                 updated thousands of strings (well, probably less ;-)
5589
5590 2007-01-25 [colin]      2.7.1cvs59
5591
5592         * src/matcher.c
5593                 Fix 2nd-run loss of matcherrc on new
5594                 configurations. 
5595
5596 2007-01-25 [wwp]        2.7.1cvs58
5597
5598         * src/mimeview.c
5599                 fix handling of empty value in attach_save_directory too, thanks
5600                 to Colin.
5601
5602 2007-01-25 [wwp]        2.7.1cvs57
5603
5604         * src/gtk/filesel.c
5605                 fix handling of empty value in attach_load_directory,
5606                 thanks to Colin.
5607
5608 2007-01-25 [wwp]        2.7.1cvs56
5609
5610         * src/plugins/dillo_viewer/dillo_prefs.h
5611                 fix a typo.
5612
5613 2007-01-25 [colin]      2.7.1cvs55
5614
5615         * src/matcher.c
5616         * src/matcher.h
5617         * src/matcher_parser_parse.y
5618         * src/prefs_matcher.c
5619                 Add matching on the spam flag
5620
5621 2007-01-24 [colin]      2.7.1cvs54
5622
5623         * src/folder.c
5624         * src/common/xml.c
5625         * src/common/xml.h
5626                 Make sure folderlist.xml is correctly
5627                 written before overwriting it.
5628         * src/procmsg.c
5629         * src/procmsg.h
5630         * src/summaryview.c
5631         * src/plugins/bogofilter/bogofilter.c
5632         * src/plugins/bogofilter/bogofilter.h
5633         * src/plugins/bogofilter/bogofilter_gtk.c
5634         * src/plugins/spamassassin/spamassassin.c
5635         * src/plugins/spamassassin/spamassassin.h
5636         * src/plugins/spamassassin/spamassassin_gtk.c
5637                 Move spam to the correct trash folder after
5638                 learning, if spam directory isn't set.
5639
5640 2007-01-23 [paul]       2.7.1cvs53
5641
5642         * src/plugins/bogofilter/bogofilter_gtk.c
5643                 fix sensitivity of "Insert X-Bogosity header"
5644                 option
5645
5646 2007-01-23 [colin]      2.7.1cvs52
5647
5648         * src/toolbar.c
5649                 Translate toolbar items text if
5650                 they're translatable (default)
5651         * src/addrcache.c
5652         * src/addrcache.h
5653         * src/addritem.c
5654         * src/addritem.h
5655         * src/codeconv.c
5656         * src/codeconv.h
5657         * src/jpilot.c
5658         * src/jpilot.h
5659         * src/ldapctrl.c
5660         * src/ldapctrl.h
5661         * src/ldapquery.h
5662         * src/ldif.c
5663         * src/ldif.h
5664         * src/etpan/etpan-thread-manager.c
5665         * src/etpan/etpan-thread-manager.h
5666         * src/gtk/gtkutils.c
5667         * src/gtk/gtkutils.h
5668                 More static functions
5669
5670 2007-01-22 [fabien]     2.7.1cvs51
5671
5672         * src/gtk/gtkutils.c
5673                 gtkut_get_options_frame() : ability to pass
5674                 a 'NULL' value in frame pointer parameter if
5675                 we don't need it.
5676
5677 2007-01-22 [colin]      2.7.1cvs50
5678
5679         * src/procmsg.c
5680         * src/procmsg.h
5681         * src/plugins/bogofilter/bogofilter.c
5682         * src/plugins/bogofilter/bogofilter_gtk.c
5683         * src/plugins/spamassassin/spamassassin.c
5684         * src/plugins/spamassassin/spamassassin_gtk.c
5685                 Allow moving spams to the account's trash
5686                 instead of default one
5687
5688 2007-01-21 [colin]      2.7.1cvs49
5689
5690         * src/ldapquery.c
5691         * src/ldapquery.h
5692                 Revert a static function that shouldn't
5693                 have been
5694
5695 2007-01-21 [colin]      2.7.1cvs48
5696
5697         * src/ldapquery.c
5698         * src/ldapquery.h
5699                 Same
5700
5701 2007-01-21 [colin]      2.7.1cvs47
5702
5703         * src/procmsg.c
5704         * src/procmsg.h
5705                 Same
5706
5707 2007-01-21 [colin]      2.7.1cvs46
5708
5709         * src/common/socket.c
5710         * src/common/socket.h
5711                 Same
5712
5713 2007-01-21 [colin]      2.7.1cvs45
5714
5715         * src/crash.c
5716         * src/exporthtml.c
5717         * src/exporthtml.h
5718         * src/exportldif.c
5719         * src/exportldif.h
5720         * src/folder.c
5721         * src/folder.h
5722         * src/folder_item_prefs.c
5723         * src/folder_item_prefs.h
5724         * src/folderview.c
5725         * src/folderview.h
5726         * src/gedit-print.c
5727         * src/gedit-print.h
5728         * src/main.c
5729         * src/main.h
5730         * src/common/socket.c
5731         * src/common/socket.h
5732         * src/gtk/gtkaspell.c
5733         * src/gtk/gtkaspell.h
5734         * src/gtk/quicksearch.c
5735         * src/gtk/quicksearch.h
5736                 Same
5737
5738 2007-01-21 [colin]      2.7.1cvs44
5739
5740         * src/common/utils.c
5741         * src/common/utils.h
5742         * src/etpan/etpan-thread-manager.c
5743         * src/etpan/etpan-thread-manager.h
5744                 Same (Funny that etpan_thread_unbind
5745                 is called but not etpan_thread_bind)
5746
5747 2007-01-21 [colin]      2.7.1cvs43
5748
5749         * src/addrselect.c
5750         * src/addrselect.h
5751         * src/codeconv.c
5752         * src/codeconv.h
5753         * src/compose.c
5754         * src/compose.h
5755         * src/etpan/Makefile.am
5756         * src/gtk/colorlabel.c
5757         * src/gtk/colorlabel.h
5758         * src/gtk/sslcertwindow.c
5759         * src/gtk/sslcertwindow.h
5760         * src/etpan/etpan-log.c ** REMOVED **
5761         * src/etpan/etpan-log.h ** REMOVED **
5762                 Same
5763
5764 2007-01-20 [colin]      2.7.1cvs42
5765
5766         * src/addritem.c
5767         * src/addritem.h
5768                 Same
5769
5770 2007-01-20 [colin]      2.7.1cvs41
5771
5772         * src/account.c
5773         * src/account.h
5774         * src/addrbook.c
5775         * src/addrbook.h
5776         * src/addrcache.c
5777         * src/addrcache.h
5778         * src/addrclip.c
5779         * src/addrclip.h
5780         * src/addressbook.c
5781         * src/addressbook.h
5782         * src/addrharvest.c
5783         * src/addrharvest.h
5784         * src/addrindex.c
5785         * src/addrindex.h
5786         * src/editaddress.c
5787         * src/editaddress.h
5788                 Make functions that aren't used in other
5789                 files static
5790
5791 2007-01-20 [colin]      2.7.1cvs40
5792
5793         * src/account.c
5794         * src/addrbook.c
5795         * src/addrcache.c
5796         * src/addressbook.c
5797         * src/addrgather.c
5798         * src/addrindex.c
5799         * src/addrquery.c
5800         * src/addrselect.c
5801         * src/browseldap.c
5802         * src/compose.c
5803         * src/editbook.c
5804         * src/editjpilot.c
5805         * src/editldap.c
5806         * src/editldap_basedn.c
5807         * src/editvcard.c
5808         * src/exporthtml.c
5809         * src/exportldif.c
5810         * src/folder.c
5811         * src/folderview.c
5812         * src/image_viewer.c
5813         * src/imap.c
5814         * src/importmutt.c
5815         * src/importpine.c
5816         * src/jpilot.c
5817         * src/ldapquery.c
5818         * src/main.c
5819         * src/mainwindow.c
5820         * src/matcher.c
5821         * src/messageview.c
5822         * src/mh.c
5823         * src/mimeview.c
5824         * src/msgcache.c
5825         * src/mutt.c
5826         * src/news.c
5827         * src/pine.c
5828         * src/prefs_account.c
5829         * src/prefs_common.c
5830         * src/prefs_compose_writing.c
5831         * src/prefs_ext_prog.c
5832         * src/prefs_folder_item.c
5833         * src/prefs_fonts.c
5834         * src/prefs_message.c
5835         * src/prefs_msg_colors.c
5836         * src/prefs_other.c
5837         * src/prefs_quote.c
5838         * src/prefs_receive.c
5839         * src/prefs_send.c
5840         * src/prefs_spelling.c
5841         * src/prefs_summaries.c
5842         * src/prefs_toolbar.c
5843         * src/prefs_wrapping.c
5844         * src/privacy.c
5845         * src/procmime.c
5846         * src/procmsg.c
5847         * src/ssl_manager.c
5848         * src/statusbar.c
5849         * src/summaryview.c
5850         * src/toolbar.c
5851         * src/vcard.c
5852         * src/common/hooks.c
5853         * src/common/log.c
5854         * src/common/passcrypt.c
5855         * src/common/socket.c
5856         * src/common/ssl.c
5857         * src/common/ssl_certificate.c
5858         * src/common/template.c
5859         * src/common/utils.c
5860         * src/etpan/imap-thread.c
5861         * src/gtk/sslcertwindow.c
5862         * src/gtk/sslcertwindow.h
5863                 Make functions that could be static, static
5864
5865 2007-01-20 [colin]      2.7.1cvs39
5866
5867         * src/editldap.c
5868                 Fix tooltip
5869
5870 2007-01-20 [colin]      2.7.1cvs38
5871
5872         * src/ldapquery.c
5873         * src/ldaputil.c
5874         * src/ldaputil.h
5875                 Fix bug 1102, 'claws-mail-2.7.1 
5876                 makes use of deprecated ldap 
5877                 functions'
5878
5879 2007-01-20 [colin]      2.7.1cvs37
5880
5881         * src/mainwindow.c
5882         * src/mainwindow.h
5883         * src/summaryview.c
5884         * src/gtk/quicksearch.c
5885                 Add Wide message list layout
5886
5887 2007-01-19 [fabien]     2.7.1cvs36
5888
5889         * src/textview.c
5890                 make sure a font change is considered in links of
5891                 headerview.
5892
5893 2007-01-19 [colin]      2.7.1cvs35
5894
5895         * src/main.c
5896         * src/mainwindow.c
5897         * src/mainwindow.h
5898         * src/messageview.c
5899         * src/messageview.h
5900         * src/prefs_common.c
5901         * src/prefs_common.h
5902         * src/summaryview.c
5903         * src/summaryview.h
5904         * src/gtk/quicksearch.c
5905         * src/gtk/quicksearch.h
5906                 Drop 'Separate Folder tree' and 'Separate
5907                 Message View'. Put three layouts in place
5908                 of it.
5909
5910 2007-01-19 [paul]       2.7.1cvs34
5911
5912         * src/prefs_msg_colors.c
5913                 more use of Q_ for translators
5914
5915 2007-01-19 [paul]       2.7.1cvs33
5916
5917         * src/imap_gtk.c
5918         * src/prefs_account.c
5919                 a few changes to the English
5920
5921 2007-01-19 [fabien]     2.7.1cvs32
5922
5923         * src/wizard.c
5924                 factorize translatable string
5925
5926 2007-01-18 [colin]      2.7.1cvs31
5927
5928         * src/main.c
5929                 Don't error out on --sync option. Although
5930                 we don't do anything with it, gtk+ handles
5931                 it, and it's useful for debugging X errors
5932
5933 2007-01-18 [fabien]     2.7.1cvs30
5934
5935         * src/prefs_other.c
5936                 ability to apply on the fly the recent added
5937                 'gtk_can_change_accels' pref (no need to restart).
5938
5939 2007-01-18 [fabien]     2.7.1cvs29
5940
5941         * src/plugins/bogofilter/bogofilter_gtk.c
5942         * src/plugins/bogofilter/bogofilter.c
5943         * src/plugins/spamassassin/spamassassin_gtk.c
5944         * src/addr_compl.c
5945         * src/prefs_account.c
5946                 factorize or rewrite some translatable strings.
5947
5948 2007-01-18 [fabien]     2.7.1cvs28
5949
5950         * src/prefs_gtk.h
5951         * src/compose.c
5952                 set a 4pix space between "Subject:" label and subject entry in
5953                 compose window.
5954
5955 2007-01-18 [wwp]        2.7.1cvs27
5956
5957         * src/addressbook.c
5958                 fix conflicting address-copy/paste when focus is set
5959                 to the embedded edit-person form.
5960  
5961
5962 2007-01-18 [wwp]        2.7.1cvs26
5963
5964         * src/addressbook.h
5965                 complete 2.7.1cvs23 (one more file was missing from that
5966                 commit).
5967
5968 2007-01-18 [colin]      2.7.1cvs25
5969
5970         * src/main.c
5971                 Provide a way to migrate without backup
5972                 Re-ask for migration on next start if 
5973                 it has been refused and wizard has been 
5974                 cancelled after.
5975
5976 2007-01-18 [wwp]        2.7.1cvs24
5977
5978         * src/editaddress.c
5979                 complete 2.7.1.cvs23 (file was missing from previous
5980                 commit).
5981
5982 2007-01-18 [wwp]        2.7.1cvs23
5983
5984         * src/addressbook.c
5985                 fix potential crashes in address book's focus_in/out signal handlers,
5986                 force focus to the edit-person form when clicked the Edit menu entry or
5987                 button (this only matters if the edit-person form is embedded to the
5988                 AB window, in that case, focus is not set when browsing the contacts
5989                 list w/ keys or mouse clicks).
5990
5991 2007-01-18 [paul]       2.7.1cvs22
5992
5993         * src/main.c
5994                 add command line options:
5995                 -h for --help
5996                 -q and --quit for --exit
5997                 -v for --version
5998                 print "Unknown option" for unknown options
5999
6000 2007-01-18 [paul]       2.7.1cvs21
6001
6002         * po/ru.po
6003                 updated by Pavlo Bohmat
6004
6005 2007-01-18 [paul]       2.7.1cvs20
6006
6007         * src/mainwindow.c
6008                 fix sensitivity issues of Mark as Spam/Ham
6009
6010 2007-01-17 [fabien]     2.7.1cvs19
6011
6012         * src/prefs_other.c
6013         * src/prefs_common.c
6014         * src/prefs_common.h
6015         * src/main.c
6016                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
6017                 control the corresponding gtk property. It could be used to lock
6018                 all shortcuts (avoid to set one of them by inadvertency).
6019
6020 2007-01-17 [colin]      2.7.1cvs18
6021
6022         * src/summaryview.c
6023                 Fix bug 1100, 'Highlighted e-mail data not visible 
6024                 when color label applied.'. Use a weighted average
6025                 between normal selected foreground color and color
6026                 label instead of a simple one (3/1 instead 1/1).
6027
6028 2007-01-17 [colin]      2.7.1cvs17
6029
6030         * src/messageview.c
6031                 Better fix for bug 1088, 'Ctrl-h produces repeatable
6032                 crash' - don't prevent mail switching while loading
6033
6034 2007-01-17 [colin]      2.7.1cvs16
6035
6036         * src/folder.c
6037         * src/folder.h
6038         * src/folderview.c
6039         * src/folderview.h
6040         * src/imap.c
6041         * src/imap.h
6042         * src/imap_gtk.c
6043                 Manage recursive search of unsubscribed folders
6044                 Rescan tree without checking for new messages 
6045                 after subscriptions changed
6046
6047 2007-01-17 [paul]       2.7.1cvs15
6048
6049         * src/prefs_common.c
6050         * src/gtk/pluginwindow.c
6051                 fix bug 1101, '"Load plugin" button is
6052                 accidentally hidden'
6053                 unset (-1) initial width in prefs_common,
6054                 fix overlapping buttons,
6055                 and other cleanups
6056
6057 2007-01-17 [paul]       2.7.1cvs14
6058
6059         * src/procmime.c
6060                 add #include <errno.h>, it's needed
6061                 on some systems
6062
6063 2007-01-17 [paul]       2.7.1cvs13
6064
6065         * src/common/defs.h
6066         * tools/make.themes.project
6067                 rename .sylpheed_themeinfo to .claws_themeinfo
6068                 and use it
6069         * src/etpan/etpan-errors.h
6070         * src/etpan/etpan-log.c
6071         * src/etpan/etpan-log.h
6072         * src/etpan/etpan-thread-manager-types.h
6073         * src/etpan/etpan-thread-manager.c
6074         * src/etpan/etpan-thread-manager.h
6075         * src/etpan/imap-thread.c
6076         * src/etpan/imap-thread.h
6077                 add copyright header
6078
6079 2007-01-17 [colin]      2.7.1cvs12
6080
6081         * src/plugins/pgpcore/select-keys.c
6082         * src/gtk/pluginwindow.c
6083         * src/prefs_account.c
6084                 Fix warnings
6085
6086 2007-01-16 [colin]      2.7.1cvs11
6087
6088         * src/imap.c
6089         * src/imap.h
6090         * src/imap_gtk.c
6091                 Manage subscribing to subfolders when only
6092                 subscribed folders are shown.
6093
6094 2007-01-16 [colin]      2.7.1cvs10
6095
6096         * src/folderview.c
6097                 Fix annoying vscrollbar going back to top
6098                 on Check for new folders
6099
6100 2007-01-16 [colin]      2.7.1cvs9
6101
6102         * src/imap.c
6103                 Remove printf
6104
6105 2007-01-16 [colin]      2.7.1cvs8
6106
6107         * src/filtering.c
6108                 Bigger buffer for errors
6109         * src/imap.c
6110         * src/imap.h
6111         * src/imap_gtk.c
6112         * src/prefs_account.c
6113         * src/prefs_account.h
6114         * src/wizard.c
6115         * src/etpan/imap-thread.c
6116         * src/etpan/imap-thread.h
6117         * manual/handling.xml
6118                 Add subscriptions management. What it changes:
6119                 Creating a folder subscribes to it
6120                 Deleting a folder unsubscribes it
6121                 New contextual menu item allowing to switch between
6122                 All folders and Subscribed folders, subscribe, and
6123                 unsubscribe. "Creating" an existing but unsubscribed
6124                 folder will subscribe it.
6125                 By default for new accounts, only subscribed folders 
6126                 are shown.
6127
6128
6129 2007-01-16 [paul]       2.7.1cvs7
6130
6131         * src/summaryview.c
6132                 Allow folder classes to specify only sort_key or
6133                 sort_type instead of both or none.
6134
6135 2007-01-16 [paul]       2.7.1cvs6
6136
6137         * src/action.c
6138         * src/compose.c
6139         * src/mimeview.c
6140         * src/procmime.c
6141         * src/textview.c
6142                 Save and use errno for procmime_get_part
6143
6144 2007-01-16 [colin]      2.7.1cvs5
6145
6146         * src/imap.c
6147                 Never remove INBOX when scanning for
6148                 new folders. It's a special folder
6149                 that has to exist.
6150
6151 2007-01-15 [colin]      2.7.1cvs4
6152
6153         * src/imap.c
6154                 Fix 'Check for new folders' when IMAP subdirectory
6155                 is set
6156         * src/etpan/imap-thread.c
6157                 Fix build
6158
6159 2007-01-15 [colin]      2.7.1cvs3
6160
6161         * src/etpan/imap-thread.c
6162                 Fix invalid free on command-connection
6163                 error
6164
6165 2007-01-15 [wwp]        2.7.1cvs2
6166
6167         * src/matcher_parser_lex.l
6168         * src/quote_fmt_lex.l
6169         * src/matcher_parser_parse.y
6170                 fix copyright header in lexers and parsers.
6171
6172 2007-01-15 [paul]       2.7.1cvs1
6173
6174         * NEWS
6175         * README
6176         * RELEASE_NOTES
6177         * configure.ac
6178                 bump up version number following
6179                 stable release
6180
6181 2007-01-15 [paul]       2.7.0cvs31
6182
6183         * AUTHORS
6184         * src/gtk/authors.h
6185                 add Fabien to the Team list
6186                 add the recent contributors
6187                 make a few corrections
6188
6189 2007-01-15 [paul]       2.7.0cvs30
6190
6191         * src/mainwindow.c
6192                 fix compiler warning
6193         * src/plugins/pgpcore/prefs_gpg.c
6194         * src/plugins/pgpcore/prefs_gpg.h
6195                 add missing include
6196                 fix copyright header
6197
6198 2007-01-14 [colin]      2.7.0cvs29
6199
6200         * src/gtk/filesel.c
6201                 Use the 'gtk+' backend. Avoids gnome-vfs use,
6202                 two benefits: faster to open, will fix strange
6203                 dbus-related crash. Thanks to Pascal Terjan.
6204
6205 2007-01-14 [colin]      2.7.0cvs28
6206
6207         * src/etpan/imap-thread.c
6208                 Delete the old imap just after allocating
6209                 the new one. Makes sure we don't get the
6210                 same pointer by sheer luck, which feels
6211                 strange in the debug log.
6212
6213 2007-01-14 [colin]      2.7.0cvs27
6214
6215         * src/gtk/inputdialog.c
6216                 Make sure we don't print passwords in
6217                 clear text when in debug mode
6218
6219 2007-01-14 [colin]      2.7.0cvs26
6220
6221         * src/gtk/gtksctree.c
6222                 Fix bug 1098, 'bogus last row display 
6223                 after expanding a thread'. Patch by
6224                 Jindrich Makovicka <makovick@gmail.com>
6225
6226 2007-01-14 [colin]      2.7.0cvs25
6227
6228         * src/etpan/imap-thread.c
6229                 Close socket manually before
6230                 freeing the imap struct
6231
6232 2007-01-14 [colin]      2.7.0cvs24
6233
6234         * src/etpan/imap-thread.c
6235                 Maybe fix new reconnection issues
6236
6237 2007-01-13 [colin]      2.7.0cvs23
6238
6239         * src/summaryview.c
6240                 Freeze/thaw on thread selection
6241
6242 2007-01-13 [paul]       2.7.0cvs22
6243
6244         * src/mainwindow.c
6245         * src/summaryview.c
6246         * src/summaryview.h
6247                 add 'Edit/Delete thread'
6248
6249 2007-01-13 [colin]      2.7.0cvs21
6250
6251         * src/prefs_account.c
6252         * src/prefs_compose_writing.c
6253         * src/prefs_message.c
6254         * src/prefs_msg_colors.c
6255         * src/prefs_other.c
6256         * src/prefs_receive.c
6257         * src/prefs_spelling.c
6258         * src/prefs_summaries.c
6259         * src/prefs_themes.c
6260         * src/gtk/gtkutils.c
6261         * src/gtk/gtkutils.h
6262         * src/plugins/pgpcore/prefs_gpg.c
6263         * src/plugins/spamassassin/spamassassin_gtk.c
6264                 Factorize gtk frame creation
6265                 Patch by Pawel
6266
6267 2007-01-13 [colin]      2.7.0cvs20
6268
6269         * src/message_search.c
6270         * src/summary_search.c
6271                 Fix Enter in search windows
6272         * src/messageview.c
6273                 Fix body search starting at the
6274                 end of the mail (and asking for loop)
6275
6276 2007-01-13 [colin]      2.7.0cvs19
6277
6278         * src/etpan/imap-thread.c
6279                 Make sure we don't free the same imap
6280                 twice
6281
6282 2007-01-13 [colin]      2.7.0cvs18
6283
6284         * commitHelper
6285                 Allow multiple commitHelpers to
6286                 run at once
6287
6288 2007-01-12 [colin]      2.7.0cvs17
6289
6290         * src/etpan/imap-thread.c
6291                 Make sure we get rid of the previous mailimap
6292                 when connecting - just in case disconnect was
6293                 unclean
6294
6295 2007-01-12 [paul]       2.7.0cvs16
6296
6297         * src/compose.c
6298                 Strip S/MIME signatures when re-editing
6299                 S/MIME signed messages.
6300
6301 2007-01-12 [paul]       2.7.0cvs15
6302
6303         * configure.ac
6304         * src/addressbook.c
6305         * src/foldersel.c
6306         * src/folderview.c
6307         * src/main.c
6308                 no need to define CLAWS anymore, remove
6309                 all that stuff
6310
6311 2007-01-12 [paul]       2.7.0cvs14
6312
6313         * src/mimeview.c
6314                 check if the mail's signed as
6315                 it can change the mail structure
6316                 Thanks to Colin
6317
6318 2007-01-12 [paul]       2.7.0cvs13
6319
6320         * src/procmime.c
6321                 fix Forwarding msgs with attachments
6322                 that have dos line endings
6323                 Thanks to Colin
6324
6325 2007-01-12 [wwp]        2.7.0cvs12
6326
6327         * configure.ac
6328                 Revert accidentally committed extra version tag.
6329
6330 2007-01-12 [wwp]        2.7.0cvs11
6331
6332         * src/prefs_account.c
6333                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6334
6335 2007-01-11 [colin]      2.7.0cvs10
6336
6337         * src/imap.c
6338                 move g_warning to debug_print
6339                 it scares people for no reason
6340
6341 2007-01-11 [colin]      2.7.0cvs9
6342
6343         * po/POTFILES.in
6344                 Fix files to translate. Patch by
6345                 Fabien
6346
6347 2007-01-11 [paul]       2.7.0cvs8
6348
6349         * src/imap.c
6350                 Fix recursion when server lists the
6351                 current subfolder in the response
6352         * src/mimeview.c
6353                 Fix updating of icon_list/ctree
6354         * src/plugins/pgpcore/select-keys.c
6355                 Fix a few annoyances when choosing
6356                 keys for the CMS (S/MIME) protocol
6357
6358 2007-01-11 [wwp]        2.7.0cvs7
6359
6360         * src/compose.c
6361         * src/prefs_account.c
6362         * src/prefs_account.h
6363                 Add per-account spellcheck default dictionaries settings.
6364
6365 2007-01-10 [colin]      2.7.0cvs6
6366
6367         * src/prefs_folder_item.c
6368                 Factorize strings - patch by Fabien
6369
6370 2007-01-10 [colin]      2.7.0cvs5
6371
6372         * src/mainwindow.c
6373                 Fix bug 1095, 'Crash while changing folder 
6374                 columns during incorporation'
6375
6376 2007-01-09 [colin]      2.7.0cvs4
6377
6378         * src/gtk/pluginwindow.c
6379                 Set the plugin window transient. Seems
6380                 like some window managers hide it in
6381                 the background after "load plugin"...
6382
6383 2007-01-09 [colin]      2.7.0cvs3
6384
6385         * src/gtk/filesel.c
6386                 Use the same type for alloc and free
6387
6388 2007-01-08 [paul]       2.7.0cvs2
6389
6390         * po/nl.po
6391                 updated by Tim Dijkstra
6392
6393 2007-01-08 [paul]       2.7.0cvs1
6394
6395         * src/prefs_themes.c
6396         * src/common/utils.c
6397                 Fix resource leaks
6398
6399 2007-01-08 [paul]       2.7.0
6400
6401         * NEWS
6402         * README
6403         * RELEASE_NOTES
6404                 2.7.0 released
6405
6406 2007-01-08 [paul]       2.6.1cvs119
6407
6408         * doc/man/claws-mail.1
6409                 another correction
6410
6411 2007-01-08 [paul]       2.6.1cvs118
6412
6413         * doc/man/claws-mail.1
6414                 corrections
6415         * manual/advanced.xml
6416                 improved English usage
6417
6418 2007-01-08 [paul]       2.6.1cvs117
6419
6420         * po/ca.po
6421         * po/de.po
6422         * po/en_GB.po
6423         * po/fi.po
6424         * po/it.po
6425         * po/pt_BR.po
6426         * po/sk.po
6427         * po/sr.po
6428         * po/zh_CN.po
6429                 updated by Miquel Oliete, Stephan Sachse, me,
6430                 Tommi Pirinen, Andrea Spadaccini, Frederico
6431                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6432                 Urosevic, and Ralgh Young
6433
6434 2007-01-07 [mones]      2.6.1cvs116
6435
6436         * manual/es/advanced.xml
6437         * po/es.po
6438                 Synced manual (unhide mark_as_read_delay)
6439                 and updated translation for release
6440
6441 2007-01-07 [paul]       2.6.1cvs115
6442
6443         * src/prefs_matcher.c
6444                 make the hbox content fit better under
6445                 various languages
6446
6447 2007-01-07 [colin]      2.6.1cvs114
6448
6449         * src/messageview.c
6450                 Fix bug 1088, 'Ctrl-h produces repeatable
6451                 crash'
6452
6453 2007-01-06 [colin]      2.6.1cvs113
6454
6455         * src/etpan/imap-thread.c
6456                 Add casts to int to get certs. Fixes
6457                 bug 1064, 'crash @ etpan_certificate_check() 
6458                 when opening an IMAP folder', with latest
6459                 libetpan CVS or >= 0.49
6460         * src/mainwindow.c
6461         * src/mainwindow.h
6462         * src/imap_gtk.c
6463         * src/news_gtk.c
6464         * src/prefs_folder_item.c
6465                 Grey out the "synchronise" menu items if
6466                 there's nothing to synchronise.
6467         * src/plugins/pgpcore/sgpgme.c
6468                 Make an error clearer than "Unknown error"
6469
6470 2007-01-06 [colin]      2.6.1cvs112
6471
6472         * src/messageview.c
6473                 Don't try to show a message if updating
6474                 Maybe fixes bug 1088, 'ctrl-h produces
6475                 repeatable crash'.
6476
6477 2007-01-06 [colin]      2.6.1cvs111
6478
6479         * src/summaryview.c
6480                 Disable Control-Space (handle it as Space).
6481
6482 2007-01-05 [paul]       2.6.1cvs110
6483
6484         * src/imap.c
6485                 Fix bug 934, 'sylpheed claws 2.1 
6486                 doesn't show Exchanges Public Folders'
6487                 Thanks to Hoa and Colin
6488         * src/msgcache.c
6489                 Refuse to allocate more than 2 MB for a 
6490                 single field, it's a good indication of
6491                 cache corruption.
6492
6493 2007-01-05 [colin]      2.6.1cvs109
6494
6495         * src/mainwindow.c
6496                 Allow --select'ing emails by Message-ID too
6497
6498 2007-01-05 [colin]      2.6.1cvs108
6499
6500         * src/common/quoted-printable.c
6501                 Uh! Third fix :)
6502
6503 2007-01-05 [colin]      2.6.1cvs107
6504
6505         * src/common/quoted-printable.c
6506                 Fix previous commit about bug 1089
6507                 Thanks to Ralf
6508
6509 2007-01-05 [colin]      2.6.1cvs106
6510
6511         * src/common/quoted-printable.c
6512                 Fix my previous commit on bug 1089
6513                 - Thanks to Ralf :)
6514
6515 2007-01-04 [colin]      2.6.1cvs105
6516
6517         * src/common/quoted-printable.c
6518                 Fix bug 1089, 'NUL characters in Subject 
6519                 line are misinterpreted'. Not a pain to
6520                 fix in fact.
6521
6522 2007-01-04 [colin]      
6523
6524         2.7.0-rc3 released
6525
6526 2007-01-04 [wwp]        2.6.1cvs104
6527
6528         * src/image_viewer.c
6529                 Force operator precedence (fix a compiler warning).
6530
6531 2007-01-04 [colin]      2.6.1cvs103
6532
6533         * src/image_viewer.c
6534                 Be cautious there too (same fix as the one
6535                 in textview from cvs33)
6536         * src/messageview.c
6537                 Don't use any MimeViewer plugin when showing
6538                 all headers
6539
6540 2007-01-03 [wwp]        2.6.1cvs102
6541
6542         * src/html.c
6543         * src/html.h
6544                 fixed "cent" sign (use the existing ASCII one),
6545                 decode more HTML entities,
6546                 converted table ASCII entries to UTF-8,
6547                 moved a switch() into a hashtable.
6548
6549 2007-01-03 [paul]       2.6.1cvs101
6550
6551         * src/compose.c
6552         * src/messageview.c
6553         * src/procmsg.c
6554         * src/procmsg.h
6555                 When possible, use move_msg instead of
6556                 copy_msg + remove_msg to move sent mail
6557                 from Queue to Sent. 
6558
6559 2007-01-03 [paul]       2.6.1cvs100
6560
6561         * src/html.c
6562                 add more html entity recognition:
6563                 pounds, euros, and cents
6564
6565 2007-01-03 [colin]      2.6.1cvs99
6566
6567         * src/imap_gtk.c
6568                 Don't display an error on NOSELECT
6569                 folders when synchronising
6570
6571 2007-01-03 [paul]       2.6.1cvs98
6572
6573         * tools/maildir2claws-mail.pl
6574                 only substitute 'sent-mail' if it's
6575                 the full directory name
6576
6577 2007-01-03 [paul]       2.6.1cvs97
6578
6579         * ChangeLog
6580         * ChangeLog.pre2.0.0
6581         * Makefile.am
6582                 archive a chunk of ChangeLog in
6583                 ChangeLog.pre2.0.0
6584         * ChangeLog.gtk1
6585         * doc/src/ChangeLog.claws-pre0.8.0
6586                 remove ChangeLog.claws-pre0.8.0, adding
6587                 its contents to ChangeLog.gtk1
6588
6589 2007-01-03 [paul]       2.6.1cvs96
6590
6591         * src/account.c
6592         * src/account.h
6593         * src/action.c
6594         * src/action.h
6595         * src/adbookbase.h
6596         * src/addr_compl.c
6597         * src/addr_compl.h
6598         * src/addrbook.c
6599         * src/addrcache.c
6600         * src/addrcache.h
6601         * src/addrcindex.c
6602         * src/addrcindex.h
6603         * src/addrclip.c
6604         * src/addrclip.h
6605         * src/addrdefs.h
6606         * src/addressadd.c
6607         * src/addressadd.h
6608         * src/addressbook.c
6609         * src/addressbook.h
6610         * src/addressbook_foldersel.c
6611         * src/addressbook_foldersel.h
6612         * src/addrgather.c
6613         * src/addrgather.h
6614         * src/addrharvest.c
6615         * src/addrharvest.h
6616         * src/addrindex.c
6617         * src/addrindex.h
6618         * src/addritem.c
6619         * src/addritem.h
6620         * src/addrquery.c
6621         * src/addrquery.h
6622         * src/addrselect.c
6623         * src/addrselect.h
6624         * src/alertpanel.c
6625         * src/alertpanel.h
6626         * src/browseldap.c
6627         * src/browseldap.h
6628         * src/codeconv.c
6629         * src/codeconv.h
6630         * src/compose.c
6631         * src/compose.h
6632         * src/customheader.c
6633         * src/customheader.h
6634         * src/displayheader.c
6635         * src/displayheader.h
6636         * src/editaddress.c
6637         * src/editaddress.h
6638         * src/editbook.c
6639         * src/editbook.h
6640         * src/editgroup.c
6641         * src/editgroup.h
6642         * src/editjpilot.c
6643         * src/editjpilot.h
6644         * src/editldap.c
6645         * src/editldap.h
6646         * src/editldap_basedn.c
6647         * src/editldap_basedn.h
6648         * src/editvcard.c
6649         * src/editvcard.h
6650         * src/exphtmldlg.c
6651         * src/exphtmldlg.h
6652         * src/expldifdlg.c
6653         * src/expldifdlg.h
6654         * src/export.c
6655         * src/export.h
6656         * src/exporthtml.c
6657         * src/exporthtml.h
6658         * src/exportldif.c
6659         * src/exportldif.h
6660         * src/filtering.c
6661         * src/filtering.h
6662         * src/folder.c
6663         * src/folder.h
6664         * src/folder_item_prefs.c
6665         * src/folder_item_prefs.h
6666         * src/foldersel.c
6667         * src/foldersel.h
6668         * src/folderutils.c
6669         * src/folderutils.h
6670         * src/folderview.c
6671         * src/folderview.h
6672         * src/grouplistdialog.c
6673         * src/grouplistdialog.h
6674         * src/headerview.c
6675         * src/html.c
6676         * src/html.h
6677         * src/image_viewer.c
6678         * src/image_viewer.h
6679         * src/imap.c
6680         * src/imap.h
6681         * src/imap_gtk.c
6682         * src/imap_gtk.h
6683         * src/import.c
6684         * src/import.h
6685         * src/importldif.c
6686         * src/importldif.h
6687         * src/importmutt.c
6688         * src/importmutt.h
6689         * src/importpine.c
6690         * src/importpine.h
6691         * src/inc.c
6692         * src/inc.h
6693         * src/jpilot.c
6694         * src/jpilot.h
6695         * src/ldapctrl.c
6696         * src/ldapctrl.h
6697         * src/ldaplocate.c
6698         * src/ldaplocate.h
6699         * src/ldapquery.c
6700         * src/ldapquery.h
6701         * src/ldapserver.c
6702         * src/ldapserver.h
6703         * src/ldaputil.c
6704         * src/ldaputil.h
6705         * src/ldif.c
6706         * src/ldif.h
6707         * src/main.c
6708         * src/main.h
6709         * src/mainwindow.c
6710         * src/mainwindow.h
6711         * src/manual.c
6712         * src/manual.h
6713         * src/mbox.c
6714         * src/message_search.c
6715         * src/message_search.h
6716         * src/messageview.c
6717         * src/messageview.h
6718         * src/mh.c
6719         * src/mh.h
6720         * src/mh_gtk.c
6721         * src/mh_gtk.h
6722         * src/mimeview.c
6723         * src/mimeview.h
6724         * src/msgcache.c
6725         * src/msgcache.h
6726         * src/mutt.c
6727         * src/mutt.h
6728         * src/news.c
6729         * src/news.h
6730         * src/news_gtk.c
6731         * src/news_gtk.h
6732         * src/partial_download.c
6733         * src/partial_download.h
6734         * src/pine.c
6735         * src/pine.h
6736         * src/pop.c
6737         * src/pop.h
6738         * src/prefs_account.c
6739         * src/prefs_account.h
6740         * src/prefs_actions.c
6741         * src/prefs_actions.h
6742         * src/prefs_common.c
6743         * src/prefs_common.h
6744         * src/prefs_compose_writing.c
6745         * src/prefs_compose_writing.h
6746         * src/prefs_customheader.c
6747         * src/prefs_customheader.h
6748         * src/prefs_display_header.c
6749         * src/prefs_display_header.h
6750         * src/prefs_filtering.c
6751         * src/prefs_filtering.h
6752         * src/prefs_filtering_action.c
6753         * src/prefs_filtering_action.h
6754         * src/prefs_folder_column.c
6755         * src/prefs_folder_column.h
6756         * src/prefs_folder_item.c
6757         * src/prefs_folder_item.h
6758         * src/prefs_fonts.c
6759         * src/prefs_fonts.h
6760         * src/prefs_gtk.c
6761         * src/prefs_gtk.h
6762         * src/prefs_image_viewer.c
6763         * src/prefs_image_viewer.h
6764         * src/prefs_matcher.c
6765         * src/prefs_matcher.h
6766         * src/prefs_message.c
6767         * src/prefs_msg_colors.c
6768         * src/prefs_msg_colors.h
6769         * src/prefs_other.c
6770         * src/prefs_quote.c
6771         * src/prefs_receive.c
6772         * src/prefs_send.c
6773         * src/prefs_spelling.c
6774         * src/prefs_spelling.h
6775         * src/prefs_summaries.c
6776         * src/prefs_summaries.h
6777         * src/prefs_summary_column.c
6778         * src/prefs_summary_column.h
6779         * src/prefs_template.c
6780         * src/prefs_template.h
6781         * src/prefs_themes.c
6782         * src/prefs_themes.h
6783         * src/prefs_toolbar.c
6784         * src/prefs_toolbar.h
6785         * src/prefs_wrapping.c
6786         * src/prefs_wrapping.h
6787         * src/privacy.c
6788         * src/privacy.h
6789         * src/procheader.c
6790         * src/procheader.h
6791         * src/procmime.c
6792         * src/procmime.h
6793         * src/procmsg.c
6794         * src/procmsg.h
6795         * src/quote_fmt.c
6796         * src/quote_fmt_parse.y
6797         * src/recv.c
6798         * src/recv.h
6799         * src/remotefolder.c
6800         * src/remotefolder.h
6801         * src/send_message.c
6802         * src/send_message.h
6803         * src/setup.c
6804         * src/setup.h
6805         * src/sourcewindow.c
6806         * src/sourcewindow.h
6807         * src/ssl_manager.c
6808         * src/ssl_manager.h
6809         * src/statusbar.c
6810         * src/statusbar.h
6811         * src/stock_pixmap.c
6812         * src/stock_pixmap.h
6813         * src/summary_search.c
6814         * src/summary_search.h
6815         * src/summaryview.c
6816         * src/summaryview.h
6817         * src/textview.c
6818         * src/textview.h
6819         * src/toolbar.c
6820         * src/toolbar.h
6821         * src/undo.c
6822         * src/undo.h
6823         * src/unmime.c
6824         * src/unmime.h
6825         * src/vcard.c
6826         * src/vcard.h
6827         * src/wizard.c
6828         * src/wizard.h
6829         * src/common/base64.c
6830         * src/common/base64.h
6831         * src/common/defs.h
6832         * src/common/hooks.c
6833         * src/common/hooks.h
6834         * src/common/log.c
6835         * src/common/log.h
6836         * src/common/mgutils.c
6837         * src/common/mgutils.h
6838         * src/common/nntp.c
6839         * src/common/nntp.h
6840         * src/common/passcrypt.c
6841         * src/common/passcrypt.h.in
6842         * src/common/plugin.c
6843         * src/common/plugin.h
6844         * src/common/prefs.c
6845         * src/common/prefs.h
6846         * src/common/progressindicator.c
6847         * src/common/progressindicator.h
6848         * src/common/quoted-printable.c
6849         * src/common/quoted-printable.h
6850         * src/common/session.c
6851         * src/common/session.h
6852         * src/common/smtp.c
6853         * src/common/smtp.h
6854         * src/common/socket.c
6855         * src/common/socket.h
6856         * src/common/ssl.c
6857         * src/common/ssl.h
6858         * src/common/ssl_certificate.c
6859         * src/common/ssl_certificate.h
6860         * src/common/stringtable.c
6861         * src/common/stringtable.h
6862         * src/common/template.c
6863         * src/common/template.h
6864         * src/common/timing.h
6865         * src/common/utils.c
6866         * src/common/utils.h
6867         * src/common/version.h.in
6868         * src/common/xml.c
6869         * src/common/xml.h
6870         * src/common/xmlprops.c
6871         * src/common/xmlprops.h
6872         * src/gtk/about.c
6873         * src/gtk/colorlabel.c
6874         * src/gtk/colorsel.c
6875         * src/gtk/colorsel.h
6876         * src/gtk/combobox.c
6877         * src/gtk/combobox.h
6878         * src/gtk/description_window.c
6879         * src/gtk/description_window.h
6880         * src/gtk/filesel.c
6881         * src/gtk/filesel.h
6882         * src/gtk/foldersort.c
6883         * src/gtk/foldersort.h
6884         * src/gtk/gtksctree.c
6885         * src/gtk/gtkutils.c
6886         * src/gtk/gtkutils.h
6887         * src/gtk/inputdialog.c
6888         * src/gtk/inputdialog.h
6889         * src/gtk/logwindow.c
6890         * src/gtk/logwindow.h
6891         * src/gtk/manage_window.c
6892         * src/gtk/manage_window.h
6893         * src/gtk/menu.c
6894         * src/gtk/menu.h
6895         * src/gtk/pluginwindow.c
6896         * src/gtk/pluginwindow.h
6897         * src/gtk/prefswindow.c
6898         * src/gtk/prefswindow.h
6899         * src/gtk/progressdialog.c
6900         * src/gtk/progressdialog.h
6901         * src/gtk/sslcertwindow.c
6902         * src/gtk/sslcertwindow.h
6903         * src/plugins/bogofilter/bogofilter.c
6904         * src/plugins/bogofilter/bogofilter.h
6905         * src/plugins/bogofilter/bogofilter_gtk.c
6906         * src/plugins/clamav/clamav_plugin.c
6907         * src/plugins/clamav/clamav_plugin.h
6908         * src/plugins/clamav/clamav_plugin_gtk.c
6909         * src/plugins/demo/demo.c
6910         * src/plugins/dillo_viewer/dillo_prefs.c
6911         * src/plugins/dillo_viewer/dillo_prefs.h
6912         * src/plugins/dillo_viewer/dillo_viewer.c
6913         * src/plugins/pgpcore/passphrase.c
6914         * src/plugins/pgpcore/passphrase.h
6915         * src/plugins/pgpcore/pgp_viewer.c
6916         * src/plugins/pgpcore/pgp_viewer.h
6917         * src/plugins/pgpcore/plugin.c
6918         * src/plugins/pgpcore/select-keys.c
6919         * src/plugins/pgpcore/select-keys.h
6920         * src/plugins/pgpcore/sgpgme.c
6921         * src/plugins/pgpcore/sgpgme.h
6922         * src/plugins/pgpinline/pgpinline.c
6923         * src/plugins/pgpinline/pgpinline.h
6924         * src/plugins/pgpinline/plugin.c
6925         * src/plugins/pgpmime/pgpmime.c
6926         * src/plugins/pgpmime/pgpmime.h
6927         * src/plugins/pgpmime/plugin.c
6928         * src/plugins/spamassassin/spamassassin.c
6929         * src/plugins/spamassassin/spamassassin.h
6930         * src/plugins/spamassassin/spamassassin_gtk.c
6931         * src/plugins/trayicon/trayicon.c
6932                 it's 2007, update the year in the copyright headers
6933
6934 2007-01-03 [paul]       2.6.1cvs95
6935
6936         * src/gtk/about.c
6937                 it is 2007, use it in the copyright string
6938
6939 2007-01-03 [paul]       2.6.1cvs94
6940
6941         * src/html.c
6942                 html entity conversion:
6943                 move &#153; to a more suitable place
6944                 add &bull; and &ndash;
6945                 make sure &mdash; and &#8212; are both
6946                 converted the same
6947
6948 2007-01-02 [colin]      2.6.1cvs93
6949
6950         * src/addrbook.c
6951                 Fix leak
6952         * src/common/plugin.c
6953                 Add comment
6954         * src/etpan/imap-thread.c
6955                 Fix warning
6956
6957 2006-12-31 [paul]       2.6.1cvs92
6958
6959         * src/prefs_summaries.c
6960                 use gtk_button_new_from_stock()
6961
6962 2006-12-30 [colin]      2.6.1cvs91
6963
6964         * src/folder.c
6965         * src/imap_gtk.c
6966         * src/mh_gtk.c
6967                 Don't update filtering and account paths 
6968                 when copying folders
6969
6970 2006-12-30 [colin]      2.6.1cvs90
6971
6972         * src/prefs_compose_writing.c
6973         * src/prefs_quote.c
6974         * src/prefs_template.c
6975                 Use message font for Writing and 
6976                 Quoting prefs, as well as Templates.
6977
6978 2006-12-30 [colin]      2.6.1cvs89
6979
6980         * src/prefs_summaries.c
6981                 Rework GUI; patch by Pawel
6982
6983 2006-12-29 [colin]      2.6.1cvs88
6984
6985         * src/prefs_folder_item.c
6986                 Fix bug 1085, 'Apply to subfolder 
6987                 doesn't work' - I was mistaken saying
6988                 it worked in every case
6989
6990 2006-12-28 [colin]      2.6.1cvs87
6991
6992         * src/gtk/gtkaspell.c
6993                 Don't assert if use_alternate is true
6994                 and alt_dictionary isn't set -- this 
6995                 is what happens on upgrade! Rather,
6996                 do with it.
6997
6998 2006-12-28 [colin]      2.6.1cvs86
6999
7000         * Makefile.am
7001                 Fix desktop/icon simplification
7002
7003 2006-12-28 [colin]      2.6.1cvs85
7004
7005         * Makefile.am
7006                 Make desktop and icon not 
7007                 dependant on the desktop
7008
7009 2006-12-28 [wwp]        2.6.1cvs84
7010
7011         * src/plugins/pgpmime/claws.def
7012                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
7013
7014 2006-12-28 [wwp]        2.6.1cvs83
7015
7016         * src/prefs_folder_item.c
7017                 Fix coloring of "simplify subject regexp" (folder prefs),
7018                 which might be left to red whereas the regexp gets empty.
7019
7020 2006-12-28 [wwp]        2.6.1cvs82
7021
7022         * src/prefs_common.c
7023         * src/prefs_common.h
7024         * src/addressbook.c
7025         * src/addressitem.h
7026                 Save addressbook mainwindow's horizontal and vertical splitter position.
7027
7028 2006-12-27 [wwp]        2.6.1cvs81
7029
7030         * src/gtk/gtkaspell.c
7031         * src/gtk/gtkaspell.h
7032         * src/compose.c
7033                 Fix assignment of compose's default and alternate dictionary from
7034                 account or folder settings. Now gtkaspell_change_dict does rotate
7035                 dicts only when it's called from a menu cb.
7036
7037 2006-12-27 [wwp]        2.6.1cvs80
7038
7039         * src/folder_item_prefs.c
7040                 Fix randomly initialized default-alt-dictionary (folder prefs),
7041                 complete 2.6.1cvs72.
7042
7043 2006-12-27 [paul]       2.6.1cvs79
7044
7045         * src/imap_gtk.c
7046         * src/mh_gtk.c
7047                 Add Copy folder in the folder's contextual
7048                 menu
7049
7050 2006-12-27 [wwp]        2.6.1cvs78
7051
7052         * src/imap.c
7053                 Clean up session locking, thanks to Colin.
7054
7055 2006-12-26 [colin]      2.6.1cvs77
7056
7057         * src/statusbar.c
7058                 Revert previous patch
7059
7060 2006-12-26 [colin]      2.6.1cvs76
7061
7062         * src/folder.c
7063         * src/folderview.c
7064         * src/imap.c
7065         * src/statusbar.c
7066         * src/etpan/imap-thread.c
7067                 Fix previous commit warnings
7068                 Make statusbar update every second if total < 20
7069                 Make IMAP APPEND faster by simplifying log              
7070
7071 2006-12-26 [colin]      2.6.1cvs75
7072
7073         * src/folder.c
7074         * src/folder.h
7075         * src/folderview.c
7076         * src/folderview.h
7077         * src/imap_gtk.c
7078         * src/mh_gtk.c
7079                 Make it possible to copy folders accross
7080                 mailboxes (this was an arbitrary limitation).
7081                 Still make it impossible to move folders 
7082                 accross mailboxes.
7083
7084 2006-12-26 [colin]      2.6.1cvs74
7085
7086         * src/etpan/imap-thread.c
7087                 Fix bug 1081, 'claws-mail 
7088                 segfaults when going offline 
7089                 while it transfers mails via 
7090                 imap'
7091
7092 2006-12-26 [colin]      2.6.1cvs73
7093
7094         * src/folder_item_prefs.c
7095                 Don't forget alt dictionary when
7096                 renaming/moving folders
7097
7098 2006-12-26 [wwp]        2.6.1cvs72
7099
7100         * src/folder_item_prefs.c
7101                 Add missing defaults for per-folder alt dict
7102                 (forgotten in 2.6.1cvs61).
7103
7104 2006-12-26 [colin]      2.6.1cvs71
7105
7106         * src/wizard.c
7107                 Add tooltip to state that specifying
7108                 full path to mailbox is possible
7109
7110 2006-12-26 [wwp]        2.6.1cvs70
7111
7112         * src/partial_download.c
7113         * src/gtk/gtkvscrollbutton.c
7114         * src/plugins/pgpinline/plugin.c
7115                 Fix for few compiler warnings that matter.
7116
7117 2006-12-25 [colin]      2.6.1cvs69
7118
7119         * src/partial_download.c
7120                 Fix marking for download or deletion
7121                 when the header isn't the first
7122         * src/gtk/logwindow.c
7123                 Fix start of scrolling
7124
7125 2006-12-23 [paul]       2.6.1cvs68
7126
7127         * src/compose.c
7128                 change last commit to use the 'academic'
7129                 method instead. Thanks to wwp
7130
7131 2006-12-23 [paul]       2.6.1cvs67
7132
7133         * src/compose.c
7134                 don't warn about empty subject when
7135                 redirecting
7136
7137 2006-12-22 [colin]      2.6.1cvs66
7138
7139         * src/summary_search.c
7140                 Fix previous patch
7141
7142 2006-12-22 [colin]      2.6.1cvs65
7143
7144         * src/gtk/gtkutils.c
7145         * src/imap.c
7146         * src/jpilot.c
7147         * src/summary_search.c
7148                 A few warning fixes
7149
7150 2006-12-23 [paul]       
7151
7152         2.7.0-rc2 released
7153
7154 2006-12-22 [colin]      2.6.1cvs64
7155
7156         * src/toolbar.c
7157         * src/toolbar.h
7158                 Add a combo to the learn spam button
7159         * src/plugins/bogofilter/bogofilter.c
7160         * src/plugins/bogofilter/bogofilter_gtk.c
7161         * src/plugins/bogofilter/bogofilter.h
7162                 Allow to store Unsure mails in a specific
7163                 folder to make better teaching easier
7164
7165 2006-12-21 [wwp]        2.6.1cvs63
7166
7167         * src/compose.c
7168         * src/prefs_common.c
7169         * src/prefs_common.h
7170         * src/prefs_spelling.c
7171         * src/gtk/gtkaspell.c
7172         * src/gtk/gtkaspell.h
7173                 Allow spell-checking using both current and alternate dictionaries
7174                 (thanks to Colin).
7175
7176 2006-12-21 [wwp]        2.6.1cvs62
7177
7178         * src/gtk/gtkaspell.c
7179                 Apply recheck_when_changing_dict (highlight all mispelled words)
7180                 when switching to alternate dictionary.
7181
7182 2006-12-21 [wwp]        2.6.1cvs61
7183
7184         * src/compose.c
7185         * src/folder_item_prefs.h
7186         * src/prefs_common.c
7187         * src/prefs_common.h
7188         * src/prefs_folder_item.c
7189         * src/prefs_spelling.c
7190         * src/gtk/gtkaspell.c
7191         * src/gtk/gtkaspell.h
7192                 Add global and per-folder prefs to set the default
7193                 alternate dictionary.
7194
7195 2006-12-21 [colin]      2.6.1cvs60
7196
7197         * src/folder.c
7198                 Look for folders by path in all folders
7199         * src/html.c
7200                 add &mdash;
7201
7202 2006-12-20 [colin]      2.6.1cvs59
7203
7204         * src/gtk/quicksearch.c
7205                 Make sure in_typing is false when clearing
7206
7207 2006-12-20 [wwp]        2.6.1cvs58
7208
7209         * configure.ac
7210                 change manual's target dir to be LFH-compliant (thanks to Colin).
7211
7212 2006-12-20 [wwp]        2.6.1cvs57
7213
7214         * src/prefs_common.c
7215         * src/prefs_summaries.c
7216                 i18n fix and factorize patch, thanks to Fabien.
7217
7218 2006-12-20 [paul]       2.6.1cvs56
7219
7220         * configure.ac
7221                 last of the renaming (??)
7222         * src/main.c
7223                 correct --help info of --status-full
7224         * src/plugins/bogofilter/bogofilter.c
7225                 make FALSE default of whitelist_ab
7226
7227 2006-12-19 [colin]      2.6.1cvs55
7228
7229         * src/jpilot.c
7230                 Same as before, without depending on
7231                 pisock >= 0.12
7232
7233 2006-12-19 [colin]      2.6.1cvs54
7234
7235         * src/jpilot.c
7236                 Fix bug 1059, 'Better jpilot charset 
7237                 handling'. Use libpisync's charset conversion
7238                 if possible
7239
7240 2006-12-19 [colin]      2.6.1cvs53
7241
7242         * po/fr.po
7243                 Updated by Fabien
7244
7245 2006-12-19 [wwp]        2.6.1cvs52
7246
7247         * src/gtk/about.c
7248                 Add missing #include (thanks to Colin).
7249
7250 2006-12-19 [wwp]        2.6.1cvs51
7251
7252         * src/prefs_receive.c
7253                 Better spacing between widgets in prefs.
7254
7255 2006-12-18 [colin]      2.6.1cvs50
7256
7257         * src/imap.c
7258                 Fix failure to get separator on LIST "" ""
7259                 Try LIST "" "INBOX" too.
7260
7261 2006-12-18 [wwp]        2.6.1cvs49
7262
7263         * src/common/session.c
7264                 Fix a compiler warning (thanks to Fabien).
7265
7266 2006-12-18 [wwp]        2.6.1cvs48
7267
7268         * src/compose.c
7269         * src/prefs_quote.c
7270                 Factorize some strings for translation (it's about error
7271                 messages when applying or checking template/quote format).
7272
7273 2006-12-18 [colin]      2.6.1cvs47
7274
7275         * Makefile.am
7276         * src/common/defs.h
7277         * src/gtk/Makefile.am
7278         * src/gtk/about.c
7279                 Add a Release notes tab from the contents of
7280                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
7281
7282 2006-12-17 [colin]      2.6.1cvs46
7283
7284         * src/mimeview.c
7285         * src/textview.c
7286         * src/gtk/filesel.c
7287                 Correctly convert from/to UTF8/filename encoding
7288                 when loading and saving files. Probably fixes
7289                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7290                 for a file to attach and is blocked...'
7291
7292 2006-12-17 [colin]      2.6.1cvs45
7293
7294         * src/gtk/logwindow.c
7295                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7296                 IMAP folder and is blocked on main thread': 
7297                 make sure we put utf8 in the log.
7298
7299 2006-12-16 [colin]      2.6.1cvs44
7300
7301         * src/toolbar.c
7302         * src/toolbar.h
7303                 Fix bug 1055, 'Add the 'cancel receive' 
7304                 in the available events for the toolbar buttons'
7305
7306 2006-12-16 [colin]      2.6.1cvs43
7307
7308         * po/POTFILES.in
7309         * src/imap.c
7310         * src/common/nntp.c
7311         * src/common/session.c
7312                 Log error when SSL handshakes fail. 
7313                 Fixes bug 1082, 'incorrect / imprecise 
7314                 error message when imap server provides 
7315                 ssl only through STARTTLS but SSL is 
7316                 selected'
7317
7318 2006-12-15 [wwp]        2.6.1cvs42
7319
7320         * src/plugins/bogofilter/bogofilter_gtk.c
7321                 set proper sensitivity to widgets I've recently added.
7322
7323 2006-12-15 [colin]      
7324
7325         2.7.0-rc1 released
7326
7327 2006-12-15 [wwp]        2.6.1cvs41
7328
7329         * src/plugins/bogofilter/bogofilter.c
7330         * src/plugins/bogofilter/bogofilter.h
7331         * src/plugins/bogofilter/bogofilter_gtk.c
7332                 bogofilter's whitelist can now use a subset of
7333                 the addressbook (either a book, a subfolder of a book,
7334                 or the whole addressbook by using "Any"). Re-used there
7335                 some pref_matcher widgets and mechanisms to match a subset
7336                 of the addressbook.
7337
7338 2006-12-15 [wwp]        2.6.1cvs40
7339
7340         * src/wizard.c
7341         * src/common/plugin.c
7342         * src/common/plugin.h
7343         * src/gtk/about.c
7344         * src/plugins/bogofilter/bogofilter.c
7345         * src/plugins/clamav/clamav_plugin.c
7346         * src/plugins/demo/demo.c
7347         * src/plugins/dillo_viewer/dillo_viewer.c
7348         * src/plugins/pgpcore/plugin.c
7349         * src/plugins/pgpinline/plugin.c
7350         * src/plugins/pgpmime/plugin.c
7351         * src/plugins/spamassassin/spamassassin.c
7352         * src/plugins/trayicon/trayicon.c
7353                 factorize some translatable strings (plugins-related),
7354                 fix missing punctuation in several places,
7355                 remove useless translatable \n in about.c,
7356                 and factorize plugin init code w/ a new function
7357                 check_plugin_version() in common/plugin.c.
7358                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7359
7360 2006-12-15 [wwp]        2.6.1cvs39
7361
7362         * src/plugins/bogofilter/bogofilter.c
7363         * src/plugins/bogofilter/bogofilter_gtk.c
7364                 flag whitelisted spams as spam, but don't filter it to the spam
7365                 folder. Thanks to Colin.
7366
7367 2006-12-15 [ticho]      2.6.1cvs38
7368
7369         * src/plugins/bogofilter/bogofilter.c
7370         * src/plugins/bogofilter/bogofilter.h
7371         * src/plugins/bogofilter/bogofilter_gtk.c
7372                 Add option to whitelist senders found in addressbook. Patch by colin.
7373
7374 2006-12-15 [paul]       2.6.1cvs37
7375
7376         * src/folderview.c
7377                 add missing #include "log.h"
7378
7379 2006-12-15 [paul]       2.6.1cvs36
7380
7381         * src/plugins/bogofilter/bogofilter.c
7382         * src/plugins/bogofilter/bogofilter.h
7383         * src/plugins/bogofilter/bogofilter_gtk.c
7384                 Add an option to allow inserting an
7385                 X-Claws-Bogosity header (on MH folders
7386                 only). Patch by Colin
7387
7388 2006-12-14 [colin]      2.6.1cvs35
7389
7390         * src/main.c
7391                 "Yes" should be the default choice for
7392                 migration configuration
7393
7394 2006-12-14 [paul]       2.6.1cvs34
7395
7396         * src/prefs_summaries.c
7397         * manual/advanced.xml
7398                 Unhide mark_as_read_delay
7399
7400 2006-12-14 [paul]       2.6.1cvs33
7401
7402         * src/messageview.c
7403         * src/messageview.h
7404         * src/mimeview.c
7405         * src/mimeview.h
7406         * src/summaryview.c
7407         * src/textview.c
7408         * src/textview.h
7409                 Fix printing of selection
7410                 Fix printing of message parts
7411                 Fix printing of images
7412         * src/gtk/gtksourceprintjob.c
7413                 Fix page count when there are images
7414
7415 2006-12-14 [wwp]        2.6.1cvs32
7416
7417         * src/mainwindow.c
7418         * src/summaryview.c
7419         * src/summaryview.h
7420         * src/gtk/quicksearch.c
7421                 fix quicksearch 'magnify' button status when QS is closed
7422                 using the Escape key, thanks to Colin.
7423
7424 2006-12-14 [wwp]        2.6.1cvs31
7425
7426         * src/mainwindow.c
7427         * src/summaryview.c
7428         * src/summaryview.h
7429         * src/gtk/quicksearch.c
7430                 fix quicksearch 'magnify' button status when QS is closed
7431                 using the Escape key, thanks to Colin.
7432
7433 2006-12-13 [colin]      2.6.1cvs30
7434
7435         * src/ldapquery.c
7436         * src/ldaputil.c
7437                 Use the binary safe version of ldap_get_values,
7438                 to make sure we manipulate null-terminated 
7439                 strings. Maybe fixes bug 1075, 'claws mail 
7440                 segfault when completing ldap adresses'
7441         * src/syldap.c ** REMOVED **
7442         * src/syldap.h ** REMOVED **
7443                 Remove dead files
7444
7445 2006-12-13 [mones]      2.6.1cvs29
7446
7447         * po/es.po
7448                 Fixed piped strings, fixed click translation
7449
7450 2006-12-13 [paul]       2.6.1cvs28
7451
7452         * src/main.c
7453                 don't translate these strings
7454
7455 2006-12-13 [paul]       2.6.1cvs27
7456
7457         * po/en_GB.po
7458                 updated
7459
7460 2006-12-13 [colin]      2.6.1cvs26
7461
7462         * src/main.c
7463         * src/main.h
7464                 Add claws_is_starting()
7465
7466 2006-12-13 [mones]      2.6.1cvs25
7467
7468         * manual/es/advanced.xml
7469         * po/es.po
7470                 Synced manual and updated translation
7471
7472 2006-12-12 [colin]      2.6.1cvs24
7473
7474         * src/wizard.c
7475                 Add an option to use STARTTLS in the
7476                 welcome wizard. Fixes bug 1080, 
7477                 'Using SSL option in wizard for incoming 
7478                 server does not activate SSL with STARTTLS'
7479
7480 2006-12-12 [colin]      2.6.1cvs23
7481
7482         * src/main.c
7483                 Don't exit when there's an incomplete
7484                 mailbox configured - leaves a chance 
7485                 to fix a failing IMAP account. Exit
7486                 if no mailbox at all is loaded (case
7487                 of missing plugin).
7488                 Completes bug 1077's fix (I was wrong
7489                 in this bug's comment #3).
7490
7491 2006-12-12 [colin]      2.6.1cvs22
7492
7493         * src/gtk/menu.h
7494                 Add another menu data type
7495         * src/prefs_account.c
7496                 Complete the completion of bug 1076
7497                 (doesn't lose the pref on apply)
7498
7499 2006-12-12 [paul]       2.6.1cvs21
7500
7501         * src/prefs_account.c
7502                 complete the fix of bug 1076
7503                 also be more verbose with the text
7504
7505 2006-12-12 [paul]       2.6.1cvs20
7506
7507         * src/gtk/combobox.c
7508                 fix compilation warning
7509
7510 2006-12-11 [colin]      2.6.1cvs19
7511
7512         * src/wizard.c
7513                 Document :port in server entry tooltips
7514
7515 2006-12-11 [colin]      2.6.1cvs18
7516
7517         * src/main.c
7518                 Fix compile
7519
7520 2006-12-11 [colin]      2.6.1cvs17
7521
7522         * src/main.c
7523                 Add failing IMAP as a reason for no
7524                 mailbox
7525
7526 2006-12-11 [colin]      2.6.1cvs16
7527
7528         * src/prefs_account.c
7529                 Check for existence of inbox for local
7530                 accounts too
7531         * src/wizard.c
7532                 Allow setting the port to use for servers
7533                 by using the usual "server.example.com:port"
7534                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7535                 not start when IMAP server is unavailable'
7536
7537 2006-12-11 [colin]      2.6.1cvs15
7538
7539         * src/prefs_account.c
7540                 Prevent use of non-existing default inbox
7541
7542 2006-12-11 [colin]      2.6.1cvs14
7543
7544         * src/prefs_account.c
7545                 Fix sensitivity. Fixes bug 1076, 'privacy 
7546                 options are displayed even when pgp plugin 
7547                 not loaded / available'
7548
7549 2006-12-09 [colin]      2.6.1cvs13
7550
7551         * manual/advanced.xml
7552         * src/prefs_common.c
7553         * src/prefs_common.h
7554         * src/common/ssl_certificate.c
7555                 Add a new hidden preference, 'unsafe_ssl_certs',
7556                 which allows to store multiple certificates per
7557                 server/port. This is disabled by default because
7558                 it's less secure (presenting a new certificate
7559                 instead of a changed one raises less alarms).
7560                 This will cause Claws to ask about an unknown
7561                 certificate for people who have used 2.6.1cvs8
7562                 or greater.
7563
7564 2006-12-09 [colin]      2.6.1cvs12
7565
7566         * src/action.c
7567                 Fix cache updating after action
7568
7569 2006-12-07 [wwp]        2.6.1cvs11
7570
7571         * src/compose.c
7572                 fix email address comparison when replying to all
7573                 (avoid replying to ourselves), thanks to Colin.
7574
7575 2006-12-06 [paul]       2.6.1cvs10
7576
7577         * src/addrharvest.c
7578         * src/editldap.c
7579         * src/expldifdlg.c
7580         * src/news.c
7581         * src/toolbar.c
7582         * src/common/utils.c
7583                 ...and more renaming
7584                 Thanks to Colin
7585
7586 2006-12-06 [paul]       2.6.1cvs9
7587
7588         * src/compose.c
7589         * src/messageview.c
7590         * src/procheader.c
7591         * src/procmime.c
7592         * src/procmsg.c
7593         * src/textview.c
7594                 more renaming
7595                 Thanks to Colin
7596
7597 2006-12-06 [colin]      2.6.1cvs8
7598
7599         * src/ssl_manager.c
7600         * src/common/ssl_certificate.c
7601         * src/common/ssl_certificate.h
7602                 Handle multiple certificates per host/port
7603
7604 2006-12-06 [colin]      2.6.1cvs7
7605
7606         * src/etpan/imap-thread.c
7607                 Fix certificate checking on IMAP
7608
7609 2006-12-06 [colin]      2.6.1cvs6
7610
7611         * src/folderview.c
7612                 Fix bug 1072, 'Claws stops fetching newsgroups 
7613                 from server when newsgroup got deleted': continue
7614                 checking other groups
7615
7616 2006-12-05 [wwp]        2.6.1cvs5
7617
7618         * src/message_search.c
7619         * src/summary_search.c
7620         * src/gtk/combobox.c
7621         * src/gtk/combobox.h
7622         * src/gtk/gtkutils.c
7623         * src/gtk/gtkutils.h
7624                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7625                 behave like w/ old comboboxes (summary and message search only).
7626
7627 2006-12-05 [paul]       2.6.1cvs4
7628
7629         * src/wizard.c
7630                 encode headers
7631                 Thanks to Colin
7632
7633 2006-12-05 [paul]       2.6.1cvs3
7634
7635         * tools/README
7636         * tools/textviewer.pl
7637                 script updated and description added
7638
7639 2006-12-04 [colin]      2.6.1cvs2
7640
7641         * src/compose.c
7642                 Run pre-send hook only when checking
7643                 everything
7644
7645 2006-12-04 [paul]       2.6.1cvs1
7646
7647         * NEWS
7648         * README
7649         * RELEASE_NOTES
7650         * configure.ac
7651         * tools/README
7652                 bump up version number following stable release
7653
7654 2006-12-04 [paul]       2.6.0cvs83
7655
7656         * README
7657                 updates and corrections
7658
7659 2006-12-04 [colin]      2.6.0cvs82
7660
7661         * src/common/utils.c
7662                 Probably fix bug 1066, 'Incorrect mailbox 
7663                 size displayed'
7664
7665 2006-12-04 [colin]      2.6.0cvs81
7666
7667         * src/common/utils.c
7668                 Trim tabs from mailcap file too.
7669
7670 2006-12-02 [paul]       2.6.0cvs80
7671
7672         * src/exphtmldlg.c
7673                 fix broken GUI under certain languages
7674         * src/expldifdlg.c
7675                 put the Cancel button to the right
7676
7677 2006-12-01 [paul]       2.6.0cvs79
7678
7679         * tools/Makefile.am
7680                 remove reference to removed file
7681
7682 2006-12-01 [wwp]        2.6.0cvs78
7683
7684         * src/addressbook.c
7685         * src/editaddress.c
7686                 remove forgotten debug statements.
7687
7688 2006-12-01 [wwp]        2.6.0cvs77
7689
7690         * manual/advanced.xml
7691         * manual/fr/advanced.xml
7692         * src/addressbook.c
7693         * src/addressbook.h
7694         * src/addressitem.h
7695         * src/editaddress.c
7696         * src/editaddress.h
7697         * src/prefs_common.c
7698         * src/prefs_common.h
7699         * src/gtk/gtkutils.c
7700         * src/gtk/gtkutils.h
7701                 add a hidden option to allow embedding the editaddress (edit contact details)
7702                 dialog into the addressbook's window. This doesn't change the default
7703                 behaviour.
7704
7705 2006-12-01 [wwp]        2.6.0cvs76
7706
7707         * src/message_search.c
7708         * src/summary_search.c
7709                 fix more focus issues (don't set focus to combobox's entry widget when
7710                 entry's value changed, if entry widget has focus already).
7711
7712 2006-12-01 [wwp]        2.6.0cvs75
7713
7714         * src/gtk/quicksearch.c
7715                 revert last changes to the quicksearch gtk_combo_box, this needs more
7716                 tuning and testing.
7717
7718 2006-12-01 [paul]       2.6.0cvs74
7719
7720         * tools/kdeservicemenu/README
7721         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7722         * tools/kdeservicemenu/install.sh
7723         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7724         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7725                 simplify this stuff, and in so doing,
7726                 fix it. (possibly re-extend it again at
7727                 a later date)
7728
7729 2006-12-01 [wwp]        2.6.0cvs73
7730
7731         * src/gtk/quicksearch.c
7732                 adapt quicksearch code to use modern gtk_combo_box'es.
7733
7734 2006-12-01 [wwp]        2.6.0cvs72
7735
7736         * src/common/defs.h
7737         * src/prefs_common.c
7738         * src/prefs_common.h
7739         * src/message_search.c
7740         * src/summary_search.c
7741         * src/gtk/combobox.c
7742         * src/gtk/combobox.h
7743                 add history combos to all message and summary search fields.
7744
7745 2006-12-01 [wwp]        2.6.0cvs71
7746
7747         * src/summaryview.c
7748                 As the list may change while the mark as read delay
7749                 runs, we can't rely on the 'row' pointer, which can
7750                 be invalid when the timeout is called. As the mark
7751                 as read is only done if the message is still selected,
7752                 use summaryview->selected instead. Thanks to Colin.
7753
7754 2006-11-30 [paul]       2.6.0cvs70
7755
7756         * src/textview.c
7757                 give emphasis to "Sylpheed-Claws"
7758                 as well as "Claws Mail"
7759
7760 2006-11-30 [colin]      2.6.0cvs69
7761
7762         * src/wizard.c
7763                 Put the SSL checkboxes in the receiving
7764                 and sending server pages.
7765
7766 2006-11-29 [colin]      2.6.0cvs68
7767
7768         * src/gtk/gtkutils.c
7769         * src/gtk/gtkvscrollbutton.c
7770                 Revert some deprecated fixes - they seem to
7771                 deprecate stuff as soon as a new one gets out.
7772                 g_object_ref_sink needed glib-2.10.
7773
7774 2006-11-29 [colin]      2.6.0cvs67
7775
7776         * src/common/utils.c
7777                 Create .mailcap if it doesn't exist
7778
7779 2006-11-29 [colin]      2.6.0cvs66
7780
7781         * src/compose.c
7782                 Followup to cvs60: use original list
7783                 of recipients if replying to a mail
7784                 in Sent Drafts or Queue.
7785
7786 2006-11-27 [paul]       2.6.0cvs65
7787
7788         * src/image_viewer.c
7789                 revert the last change for now (it's broken)
7790
7791 2006-11-27 [paul]       2.6.0cvs64
7792
7793         * Makefile.am
7794         * configure.ac
7795         * m4/aclocal-include.m4
7796         * m4/check-type.m4
7797         * src/Makefile.am
7798         * src/addr_compl.c
7799         * src/compose.c
7800         * src/crash.c
7801         * src/export.c
7802         * src/exporthtml.c
7803         * src/exportldif.c
7804         * src/imap.c
7805         * src/import.c
7806         * src/main.c
7807         * src/main.h
7808         * src/matcher.c
7809         * src/mimeview.c
7810         * src/procmsg.c
7811         * src/textview.c
7812         * src/common/Makefile.am
7813         * src/common/claws.c
7814         * src/common/claws.h
7815         * src/common/ssl.c
7816         * src/common/sylpheed.c
7817         * src/common/sylpheed.h
7818         * src/etpan/Makefile.am
7819         * src/gtk/Makefile.am
7820         * src/gtk/claws-marshal.list
7821         * src/gtk/filesel.c
7822         * src/gtk/gtksctree.c
7823         * src/gtk/quicksearch.c
7824         * src/gtk/sylpheed-marshal.list
7825         * src/plugins/bogofilter/bogofilter.c
7826         * src/plugins/bogofilter/bogofilter_gtk.c
7827         * src/plugins/clamav/clamav_plugin.c
7828         * src/plugins/clamav/clamav_plugin_gtk.c
7829         * src/plugins/demo/demo.c
7830         * src/plugins/dillo_viewer/dillo_viewer.c
7831         * src/plugins/pgpcore/Makefile.am
7832         * src/plugins/pgpcore/claws.def
7833         * src/plugins/pgpcore/pgp_viewer.c
7834         * src/plugins/pgpcore/plugin.c
7835         * src/plugins/pgpcore/sylpheed.def
7836         * src/plugins/pgpinline/Makefile.am
7837         * src/plugins/pgpinline/claws.def
7838         * src/plugins/pgpinline/plugin.c
7839         * src/plugins/pgpinline/sylpheed.def
7840         * src/plugins/pgpmime/Makefile.am
7841         * src/plugins/pgpmime/claws.def
7842         * src/plugins/pgpmime/plugin.c
7843         * src/plugins/pgpmime/sylpheed.def
7844         * src/plugins/spamassassin/spamassassin.c
7845         * src/plugins/spamassassin/spamassassin_gtk.c
7846         * src/plugins/trayicon/trayicon.c
7847                 yet more renaming
7848                 remove deprecated gtk_tooltips_set_delay()
7849
7850 2006-11-26 [paul]       2.6.0cvs63
7851
7852         * src/expldifdlg.c
7853         * src/folderview.c
7854         * src/image_viewer.c
7855         * src/mainwindow.c
7856         * src/gtk/gtkutils.c
7857         * src/gtk/gtkvscrollbutton.c
7858         * src/gtk/prefswindow.c
7859         * src/plugins/pgpcore/prefs_gpg.c
7860                 replace more deprecated GTK+ functions
7861
7862 2006-11-26 [paul]       2.6.0cvs62
7863
7864         * src/addr_compl.c
7865         * src/addressbook.c
7866         * src/browseldap.c
7867                 replace deprecated gtk_idle_... functions
7868
7869 2006-11-26 [paul]       2.6.0cvs61
7870
7871         * src/compose.c
7872         * src/folderview.c
7873         * src/inc.c
7874         * src/summaryview.c
7875         * src/gtk/gtkvscrollbutton.c
7876         * src/gtk/quicksearch.c
7877         * src/plugins/pgpcore/passphrase.c
7878                 replace deprecated gtk_timeout_add and
7879                 gtk_timeout_remove
7880
7881 2006-11-26 [paul]       2.6.0cvs60
7882
7883         * src/compose.c
7884                 fix bug that caused the wrong recipient
7885                 to be selected when replying to a msg
7886                 which is From one of our accounts to
7887                 another of our accounts
7888
7889 2006-11-25 [paul]       2.6.0cvs59
7890
7891         * src/summaryview.c
7892                 don't change the From column title to
7893                 To if the To column is visible
7894
7895 2006-11-24 [paul]       2.6.0cvs58
7896
7897         * src/compose.c
7898                 fix bug 1069, 'Sent mails disappear, BCC
7899                 or locking problem?'
7900
7901 2006-11-21 [wwp]        2.6.0cvs57
7902
7903         * src/compose.c
7904                 fix spelling menu when replying (same as 2.3.1cvs39):
7905                 discrepancy between context menu and top menu when
7906                 folder's dictionary isn't the default one.
7907
7908 2006-11-19 [paul]       2.6.0cvs56
7909
7910         * src/summaryview.c
7911                 obey always_show_msg option when
7912                 marking as spam
7913         * src/plugins/bogofilter/bogofilter.c
7914                 fix typo
7915
7916 2006-11-18 [paul]       2.6.0cvs55
7917
7918         * AUTHORS
7919         * README
7920         * debian/copyright
7921         * manual/ack.xml
7922         * manual/es/ack.xml
7923         * manual/fr/ack.xml
7924         * manual/pl/ack.xml
7925         * src/gtk/authors.h
7926         * src/gtk/icon_legend.c
7927         * src/gtk/icon_legend.h
7928         * tools/OOo2claws-mail.pl
7929         * tools/README
7930         * tools/acroread2claws-mail.pl
7931         * tools/claws.i18n.status.pl
7932         * tools/filter_conv.pl
7933         * tools/filter_conv_new.pl
7934         * tools/freshmeat_search.pl
7935         * tools/google_search.pl
7936         * tools/kmail2claws-mail.pl
7937         * tools/kmail2claws-mail_v2.pl
7938         * tools/maildir2claws-mail.pl
7939         * tools/make.themes.project
7940         * tools/multiwebsearch.pl
7941         * tools/outlook2claws-mail.pl
7942         * tools/tb2claws-mail
7943         * tools/kdeservicemenu/README
7944         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7945                 update mine and wwp's email addresses in
7946                 several places
7947                 Patch by wwp
7948         * src/prefs_compose_writing.c
7949                 set sensitivity on 'new message format' frame
7950
7951 2006-11-17 [paul]       2.6.0cvs54
7952
7953         * src/gtk/about.c
7954                 more reworking of the GUI
7955                 Patch by Fabien Vantard
7956
7957 2006-11-16 [paul]       2.6.0cvs53
7958
7959         * src/gtk/about.c
7960                 set a minimum size for the window, allow
7961                 it to automatically expand as necessary
7962
7963 2006-11-16 [wwp]        2.6.0cvs52
7964
7965         * src/gtk/about.c
7966                 better wrap of copyright info on some systems.
7967
7968 2006-11-16 [paul]       2.6.0cvs51
7969
7970         * src/gtk/about.c
7971                 move the tech info from the upper panel
7972                 to the Info tab
7973                 use a gtk_text_view for the features tab
7974
7975 2006-11-16 [paul]       2.6.0cvs50
7976
7977         * po/Makevars
7978                 update my email address
7979         * src/addressbook.c
7980         * src/compose.c
7981         * src/imap_gtk.c
7982         * src/mh_gtk.c
7983         * src/news_gtk.c
7984         * src/summaryview.c
7985         * src/plugins/trayicon/trayicon.c
7986                 don't offer simple menu separators
7987                 for translation
7988         * src/folderview.c
7989                 add separator between 'mark all read'
7990                 and 'search folder'
7991
7992 2006-11-15 [wwp]        2.6.0cvs49
7993
7994         * src/gtk/authors.h
7995                 updated manuals authors.
7996
7997 2006-11-14 [paul]       2.6.0cvs48
7998
7999         * src/compose.c
8000                 Fix Options/Reply mode after draft save
8001
8002 2006-11-14 [paul]       2.6.0cvs47
8003
8004         * src/Makefile.am
8005                 Fix make DESTDIR=...
8006         * src/mbox.c
8007                 Optimise speed
8008         * src/plugins/pgpinline/pgpinline.c
8009                 Probably fix bug 1061
8010
8011 2006-11-14 [paul]       2.6.0cvs46
8012
8013         * po/Makevars
8014                 enable Q_ macro
8015         * src/Makefile.am
8016         * src/stock_pixmap.c
8017         * src/stock_pixmap.h
8018         * src/gtk/about.c
8019         * src/pixmaps/active.xpm
8020         * src/pixmaps/inactive.xpm
8021                 add a new page, 'Features', to the About dialog
8022                 showing which features are compiled in and which
8023                 are not
8024
8025 2006-11-14 [paul]       2.6.0cvs45
8026
8027         * po/ru.po
8028                 updated by Pavlo Bohmat
8029
8030 2006-11-14 [colin]      2.6.0cvs44
8031
8032         * src/compose.c
8033         * src/inc.c
8034         * src/messageview.c
8035         * src/news.c
8036         * src/pop.c
8037         * src/procmsg.c
8038         * src/gtk/gtkaspell.c
8039                 Fix 64-bit-related warnings
8040         * src/ssl_manager.c
8041                 Fix possible infinite loop
8042         * src/plugins/pgpcore/sgpgme.c
8043                 Remove useless check
8044
8045 2006-11-13 [colin]      2.6.0cvs43
8046
8047         * src/gtk/Makefile.am
8048                 authors.h isn't generated
8049
8050 2006-11-13 [colin]      2.6.0cvs42
8051
8052         * src/plugins/pgpinline/pgpinline.c
8053         * src/plugins/pgpmime/pgpmime.c
8054                 Very probably fix bug 1061, 'crash on 
8055                 opening signed email'. Another cast
8056                 problem
8057
8058 2006-11-13 [colin]      2.6.0cvs41
8059
8060         * src/plugins/pgpcore/sgpgme.c
8061                 Maybe fix bug 1061, 'crash on opening 
8062                 signed email'
8063
8064 2006-11-13 [wwp]        2.6.0cvs40
8065
8066         * src/plugins/pgpinline/pgpinline.c
8067                 fix candidate for bug #1057, thanks to Colin.
8068
8069 2006-11-13 [wwp]        2.6.0cvs39
8070
8071         * src/compose.c
8072         * src/quote_fmt_parse.y
8073                 fix bug 1052: current parser buffer was not always 
8074                 allocated, ptr to this buffer could be returned as 
8075                 NULL whereas no parser error has occurred. in 
8076                 consequence, defining a template body as "%d" 
8077                 (w/o the quotes) for the first time of the instance 
8078                 of claws-mail, was reporting a parser error. make 
8079                 sure that the buffer is always allocated, even to 
8080                 an empty string.
8081                 fix mis-unescaping in compose.:compose_quote_fmt(): 
8082                 unescaping of the fmt string was always done 
8083                 whereas it must be done *only* when receiving 
8084                 quote format strings issued from the prefs 
8085                 (compose new message, reply, forward, redirect 
8086                 formats), *not* when applying templates.  in 
8087                 consequences, applying templates w/ sequences 
8088                 like \\|p{echo} were failing. make sure that 
8089                 unescaping is done only when necessary.
8090
8091 2006-11-12 [colin]      2.6.0cvs38
8092
8093         * po/de.po
8094                 Fix typo (s/KB/MB)
8095
8096 2006-11-12 [colin]      2.6.0cvs37
8097
8098         * src/plugins/pgpinline/pgpinline.c
8099         * src/plugins/pgpmime/pgpmime.c
8100                 Release GPG context at the latest 
8101                 possible moment. Maybe fixes 
8102                 bug 1057, 'crash on sending signed 
8103                 message to a newsgroup'
8104                 
8105
8106 2006-11-12 [colin]      2.6.0cvs36
8107
8108         * src/plugins/pgpcore/sgpgme.c
8109                 Tell a bit more when gpg's status doesn't
8110                 contain any signature
8111
8112 2006-11-12 [colin]      2.6.0cvs35
8113
8114         * src/compose.c
8115                 Fix bug 1060, 'compilation error with 
8116                 Irix's cc'
8117
8118 2006-11-12 [paul]       2.6.0cvs34
8119
8120         * doc/man/claws-mail.1
8121         * src/prefs_gtk.c
8122         * src/plugins/clamav/README
8123         * src/plugins/spamassassin/README
8124         * tools/README
8125         * tools/freshmeat_search.pl
8126         * tools/google_search.pl
8127         * tools/multiwebsearch.pl
8128                 more renaming
8129         * src/plugins/trayicon/trayicon.c
8130                 fix compiliation warning
8131
8132 2006-11-11 [colin]      2.6.0cvs33
8133
8134         * src/folderview.c
8135                 Forbid drag and drop from/to different
8136                 folders of type F_UNKNOWN
8137
8138 2006-11-11 [colin]      2.6.0cvs32
8139
8140         * src/plugins/pgpinline/pgpinline.c
8141                 Fix typo in previous commit:
8142                 - gpgme_new(&ctx);
8143                 + if ((err = gpgme_new(&data->ctx)) ...)
8144
8145 2006-11-11 [colin]      2.6.0cvs31
8146
8147         * src/plugins/pgpinline/pgpinline.c
8148         * src/plugins/pgpmime/pgpmime.c
8149                 Check success after calling gpgme_new
8150                 Maybe fixes bug 1057, 'crash on sending 
8151                 signed message to a newsgroup'
8152
8153 2006-11-11 [colin]      2.6.0cvs30
8154
8155         * src/undo.c
8156                 init undostruct to 0s (from
8157                 valgrind log of bug 1057)
8158
8159 2006-11-10 [colin]      2.6.0cvs29
8160
8161         * src/mainwindow.c
8162                 Set cursor to wait before filtering
8163                 duplicates in all folders
8164         * src/plugins/bogofilter/bogofilter.c
8165         * src/plugins/bogofilter/bogofilter.h
8166         * src/plugins/bogofilter/bogofilter_gtk.c
8167                 Completely thread away the bogofilter
8168                 filtering
8169
8170 2006-11-10 [mones]      2.6.0cvs28
8171
8172         * src/compose.c
8173         * src/compose.h
8174                 added COMPOSE_CHECK_BEFORE_SEND hook
8175
8176 2006-11-10 [paul]       2.6.0cvs27
8177
8178         * src/crash.c
8179                 more renaming
8180                 add libSM to get_compiled_in_features()
8181         * src/main.c
8182                 more renaming
8183
8184 2006-11-10 [colin]      2.6.0cvs26
8185
8186         * src/etpan/imap-thread.c
8187                 Add a reference to libetpan's sasl engine
8188                 so that sasl_done() doesn't get called by
8189                 libetpan, and doesn't break openssl.
8190                 Should fix bug 1053, 'SC fails to reestablish 
8191                 a secure connection'
8192                 Patch by Hoa
8193
8194 2006-11-10 [colin]      2.6.0cvs25
8195
8196         * manual/addrbook.xml
8197         * manual/advanced.xml
8198         * manual/faq.xml
8199         * manual/intro.xml
8200                 Some more renaming
8201
8202 2006-11-09 [colin]      2.6.0cvs24
8203
8204         * src/plugins/bogofilter/bogofilter_gtk.c
8205                 Add comment about annoyance
8206
8207 2006-11-09 [colin]      2.6.0cvs23
8208
8209         * src/plugins/bogofilter/bogofilter.c
8210         * src/plugins/bogofilter/bogofilter_gtk.c
8211                 Prepare things needed to thread bogofilter
8212                 filtering: separate bogo stuff and possible GUI
8213                 stuff. 
8214
8215 2006-11-09 [colin]      2.6.0cvs22
8216
8217         * src/account.c
8218         * src/compose.c
8219                 Search for one of our accounts in Delivered-To
8220                 (helps for auto-account selection when 
8221                  replying/forwarding)
8222         * src/folderview.c
8223         * src/mainwindow.c
8224         * src/mainwindow.h
8225         * src/plugins/trayicon/trayicon.c
8226                 Allow opening a new mail with any account from
8227                 the contextual menu
8228
8229 2006-11-09 [wwp]        2.6.0cvs21
8230
8231         * src/compose.c
8232         * src/prefs_common.c
8233         * src/prefs_common.h
8234         * src/prefs_compose_writing.c
8235                 add a compose new message format (in prefs/compose/writing), it's a
8236                 simple subject+body template to use when opening a new composition
8237                 window. It's similar to the existent reply and forward formats.
8238
8239                 enhanced the template/format % symbols substitution mechanism to
8240                 use current composition window information when % are used in
8241                 the compose new message format or in templates applied to new
8242                 messages (there were useless in that situations before). When
8243                 applied to new messages, %d corresponds to the system time/date.
8244
8245 2006-11-09 [paul]       2.6.0cvs20
8246
8247         * src/gtk/authors.h
8248                 fix last commit
8249
8250 2006-11-09 [paul]       2.6.0cvs19
8251
8252         * src/gtk/authors.h
8253                 keep tje alphabetical order
8254
8255 2006-11-08 [colin]      2.6.0cvs18
8256
8257         * src/etpan/imap-thread.c
8258                 Fix bug 1054, 'Slowness logging big 
8259                 data chunks'
8260
8261 2006-11-08 [paul]       2.6.0cvs17
8262
8263         * tools/Makefile.am
8264                 fix the renaming
8265
8266 2006-11-08 [paul]       2.6.0cvs16
8267
8268         * src/common/defs.h
8269                 update BUGZILLA_URI
8270
8271 2006-11-08 [paul]       2.6.0cvs15
8272
8273         * tools/Makefile.am
8274         * tools/OOo2claws-mail.pl
8275         * tools/OOo2sylpheed.pl
8276         * tools/README
8277         * tools/acroread2claws-mail.pl
8278         * tools/acroread2sylpheed.pl
8279         * tools/kmail2claws-mail.pl
8280         * tools/kmail2claws-mail_v2.pl
8281         * tools/kmail2sylpheed.pl
8282         * tools/kmail2sylpheed_v2.pl
8283         * tools/maildir2claws-mail.pl
8284         * tools/maildir2sylpheed.pl
8285         * tools/nautilus2claws-mail.sh
8286         * tools/nautilus2sylpheed.sh
8287         * tools/outlook2claws-mail.pl
8288         * tools/outlook2sylpheed.pl
8289         * tools/tb2claws-mail
8290         * tools/tb2sylpheed
8291         * tools/tbird2claws.py
8292         * tools/tbird2syl.py
8293         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8294         * tools/kdeservicemenu/install.sh
8295         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8296         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8297         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8298         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8299         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8300                 renamed (removed, added) tools files
8301
8302 2006-11-08 [paul]       2.6.0cvs14
8303
8304         * src/main.c
8305         * src/common/defs.h
8306                 Migrate sylpheedrc to clawsrc, and fix the standard
8307                 plugins path in the process
8308
8309 2006-11-07 [colin]      2.6.0cvs13
8310
8311         * src/Makefile.am
8312                 Symlink sylpheed-claws relative to 
8313                 claws-mail
8314
8315 2006-11-07 [colin]      2.6.0cvs12
8316
8317         * src/compose.c
8318                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8319
8320 2006-11-07 [paul]       2.6.0cvs11
8321
8322         * src/gtk/about.c
8323                 Fix a missed occurence of
8324                 Sylpheed-Claws
8325
8326 2006-11-07 [paul]       2.6.0cvs10
8327
8328         * src/Makefile.am
8329                 Fix symlink installation
8330
8331 2006-11-07 [paul]       2.6.0cvs9
8332
8333         * src/Makefile.am
8334                 Symlink claws-mail to sylpheed-claws
8335         * src/common/utils.c
8336                 Fix migrating symlinks
8337         * src/etpan/imap-thread.c
8338                 check certificate only when there's
8339                 no error
8340
8341 2006-11-07 [paul]       2.6.0cvs8
8342
8343         * Makefile.am
8344                 Fix icon breakages with Gtk, which needs a 
8345                 cache updated to see them.
8346
8347 2006-11-07 [paul]       2.6.0cvs7
8348
8349         * .cvsignore
8350         * AUTHORS
8351         * COPYING
8352         * INSTALL
8353         * Makefile.am
8354         * NEWS
8355         * README
8356         * RELEASE_NOTES
8357         * autogen.sh
8358         * claws-mail-128x128.png
8359         * claws-mail-64x64.png
8360         * claws-mail.ico
8361         * claws-mail.pc.in
8362         * claws-mail.png
8363         * configure.ac
8364         * sylpheed-claws-128x128.png
8365         * sylpheed-claws-64x64.png
8366         * sylpheed-claws.desktop
8367         * sylpheed-claws.ico
8368         * sylpheed-claws.pc.in
8369         * sylpheed-claws.png
8370         * debian/README.Debian
8371         * debian/changelog
8372         * debian/claws-mail.desktop
8373         * debian/claws-mail.menu
8374         * debian/claws-mail.postinst.debhelper
8375         * debian/claws-mail.postrm.debhelper
8376         * debian/control
8377         * debian/copyright
8378         * debian/files
8379         * debian/rules
8380         * debian/sylpheed-claws.desktop
8381         * debian/sylpheed-claws.menu
8382         * debian/sylpheed-claws.postinst.debhelper
8383         * debian/sylpheed-claws.postrm.debhelper
8384         * doc/man/Makefile.am
8385         * doc/man/claws-mail.1
8386         * doc/man/sylpheed-claws.1
8387         * doc/src/ChangeLog.claws-pre0.8.0
8388         * manual/Makefile.am
8389         * manual/account.xml
8390         * manual/ack.xml
8391         * manual/addrbook.xml
8392         * manual/advanced.xml
8393         * manual/claws-mail-manual.xml
8394         * manual/faq.xml
8395         * manual/glossary.xml
8396         * manual/handling.xml
8397         * manual/intro.xml
8398         * manual/keyboard.xml
8399         * manual/plugins.xml
8400         * manual/starting.xml
8401         * manual/sylpheed-claws-manual.xml
8402         * manual/xml2pdf
8403         * manual/dist/.cvsignore
8404         * manual/dist/html/.cvsignore
8405         * manual/dist/html/Makefile.am
8406         * manual/dist/pdf/.cvsignore
8407         * manual/dist/pdf/Makefile.am
8408         * manual/dist/ps/.cvsignore
8409         * manual/dist/ps/Makefile.am
8410         * manual/dist/txt/.cvsignore
8411         * manual/dist/txt/Makefile.am
8412         * manual/es/Makefile.am
8413         * manual/es/advanced.xml
8414         * manual/es/claws-mail-manual.xml
8415         * manual/es/faq.xml
8416         * manual/es/glossary.xml
8417         * manual/es/handling.xml
8418         * manual/es/intro.xml
8419         * manual/es/plugins.xml
8420         * manual/es/sylpheed-claws-manual.xml
8421         * manual/es/dist/.cvsignore
8422         * manual/es/dist/html/.cvsignore
8423         * manual/es/dist/html/Makefile.am
8424         * manual/es/dist/pdf/.cvsignore
8425         * manual/es/dist/pdf/Makefile.am
8426         * manual/es/dist/ps/.cvsignore
8427         * manual/es/dist/ps/Makefile.am
8428         * manual/es/dist/txt/.cvsignore
8429         * manual/es/dist/txt/Makefile.am
8430         * manual/fr/Makefile.am
8431         * manual/fr/account.xml
8432         * manual/fr/ack.xml
8433         * manual/fr/addrbook.xml
8434         * manual/fr/advanced.xml
8435         * manual/fr/claws-mail-manual.xml
8436         * manual/fr/faq.xml
8437         * manual/fr/glossary.xml
8438         * manual/fr/handling.xml
8439         * manual/fr/intro.xml
8440         * manual/fr/keyboard.xml
8441         * manual/fr/plugins.xml
8442         * manual/fr/starting.xml
8443         * manual/fr/sylpheed-claws-manual.xml
8444         * manual/fr/dist/.cvsignore
8445         * manual/fr/dist/html/.cvsignore
8446         * manual/fr/dist/html/Makefile.am
8447         * manual/fr/dist/pdf/.cvsignore
8448         * manual/fr/dist/pdf/Makefile.am
8449         * manual/fr/dist/ps/.cvsignore
8450         * manual/fr/dist/ps/Makefile.am
8451         * manual/fr/dist/txt/.cvsignore
8452         * manual/fr/dist/txt/Makefile.am
8453         * manual/pl/Makefile.am
8454         * manual/pl/account.xml
8455         * manual/pl/ack.xml
8456         * manual/pl/addrbook.xml
8457         * manual/pl/advanced.xml
8458         * manual/pl/claws-mail-manual.xml
8459         * manual/pl/faq.xml
8460         * manual/pl/glossary.xml
8461         * manual/pl/handling.xml
8462         * manual/pl/intro.xml
8463         * manual/pl/keyboard.xml
8464         * manual/pl/plugins.xml
8465         * manual/pl/starting.xml
8466         * manual/pl/sylpheed-claws-manual.xml
8467         * manual/pl/dist/.cvsignore
8468         * manual/pl/dist/html/.cvsignore
8469         * manual/pl/dist/html/Makefile.am
8470         * manual/pl/dist/pdf/.cvsignore
8471         * manual/pl/dist/pdf/Makefile.am
8472         * manual/pl/dist/ps/.cvsignore
8473         * manual/pl/dist/ps/Makefile.am
8474         * manual/pl/dist/txt/.cvsignore
8475         * manual/pl/dist/txt/Makefile.am
8476         * po/.cvsignore
8477         * po/Makevars
8478         * src/.cvsignore
8479         * src/Makefile.am
8480         * src/account.c
8481         * src/account.h
8482         * src/action.c
8483         * src/action.h
8484         * src/adbookbase.h
8485         * src/addr_compl.c
8486         * src/addr_compl.h
8487         * src/addrbook.c
8488         * src/addrcache.c
8489         * src/addrcache.h
8490         * src/addrcindex.c
8491         * src/addrcindex.h
8492         * src/addrclip.c
8493         * src/addrclip.h
8494         * src/addrdefs.h
8495         * src/addressadd.c
8496         * src/addressadd.h
8497         * src/addressbook.c
8498         * src/addressbook.h
8499         * src/addressbook_foldersel.c
8500         * src/addressbook_foldersel.h
8501         * src/addrgather.c
8502         * src/addrgather.h
8503         * src/addrharvest.c
8504         * src/addrharvest.h
8505         * src/addrindex.c
8506         * src/addrindex.h
8507         * src/addritem.c
8508         * src/addritem.h
8509         * src/addrquery.c
8510         * src/addrquery.h
8511         * src/addrselect.c
8512         * src/addrselect.h
8513         * src/alertpanel.c
8514         * src/alertpanel.h
8515         * src/browseldap.c
8516         * src/browseldap.h
8517         * src/codeconv.c
8518         * src/codeconv.h
8519         * src/compose.c
8520         * src/crash.c
8521         * src/crash.h
8522         * src/customheader.c
8523         * src/customheader.h
8524         * src/displayheader.c
8525         * src/displayheader.h
8526         * src/editaddress.c
8527         * src/editaddress.h
8528         * src/editbook.c
8529         * src/editbook.h
8530         * src/editgroup.c
8531         * src/editgroup.h
8532         * src/editjpilot.c
8533         * src/editjpilot.h
8534         * src/editldap.c
8535         * src/editldap.h
8536         * src/editldap_basedn.c
8537         * src/editldap_basedn.h
8538         * src/editvcard.c
8539         * src/editvcard.h
8540         * src/exphtmldlg.c
8541         * src/exphtmldlg.h
8542         * src/expldifdlg.c
8543         * src/expldifdlg.h
8544         * src/export.c
8545         * src/exporthtml.c
8546         * src/exporthtml.h
8547         * src/exportldif.c
8548         * src/exportldif.h
8549         * src/filtering.c
8550         * src/filtering.h
8551         * src/folder.c
8552         * src/folder.h
8553         * src/folder_item_prefs.c
8554         * src/folder_item_prefs.h
8555         * src/foldersel.c
8556         * src/foldersel.h
8557         * src/folderutils.c
8558         * src/folderutils.h
8559         * src/folderview.c
8560         * src/folderview.h
8561         * src/grouplistdialog.c
8562         * src/grouplistdialog.h
8563         * src/html.c
8564         * src/html.h
8565         * src/image_viewer.c
8566         * src/image_viewer.h
8567         * src/imap.c
8568         * src/imap.h
8569         * src/imap_gtk.c
8570         * src/imap_gtk.h
8571         * src/import.c
8572         * src/import.h
8573         * src/importldif.c
8574         * src/importldif.h
8575         * src/importmutt.c
8576         * src/importmutt.h
8577         * src/importpine.c
8578         * src/importpine.h
8579         * src/inc.c
8580         * src/inc.h
8581         * src/jpilot.c
8582         * src/jpilot.h
8583         * src/ldapctrl.c
8584         * src/ldapctrl.h
8585         * src/ldaplocate.c
8586         * src/ldaplocate.h
8587         * src/ldapquery.c
8588         * src/ldapquery.h
8589         * src/ldapserver.c
8590         * src/ldapserver.h
8591         * src/ldaputil.c
8592         * src/ldaputil.h
8593         * src/ldif.c
8594         * src/ldif.h
8595         * src/localfolder.c
8596         * src/localfolder.h
8597         * src/main.c
8598         * src/main.h
8599         * src/mainwindow.c
8600         * src/mainwindow.h
8601         * src/manual.c
8602         * src/manual.h
8603         * src/matcher.c
8604         * src/matcher.h
8605         * src/matcher_parser.h
8606         * src/matcher_parser_lex.l
8607         * src/matcher_parser_parse.y
8608         * src/mbox.c
8609         * src/mbox.h
8610         * src/message_search.c
8611         * src/message_search.h
8612         * src/messageview.c
8613         * src/messageview.h
8614         * src/mh.c
8615         * src/mh.h
8616         * src/mh_gtk.c
8617         * src/mh_gtk.h
8618         * src/mimeview.c
8619         * src/mimeview.h
8620         * src/msgcache.c
8621         * src/msgcache.h
8622         * src/mutt.c
8623         * src/mutt.h
8624         * src/news.c
8625         * src/news.h
8626         * src/news_gtk.c
8627         * src/news_gtk.h
8628         * src/noticeview.c
8629         * src/noticeview.h
8630         * src/partial_download.c
8631         * src/partial_download.h
8632         * src/pine.c
8633         * src/pine.h
8634         * src/pop.c
8635         * src/pop.h
8636         * src/prefs_account.c
8637         * src/prefs_account.h
8638         * src/prefs_actions.c
8639         * src/prefs_actions.h
8640         * src/prefs_common.c
8641         * src/prefs_common.h
8642         * src/prefs_compose_writing.c
8643         * src/prefs_compose_writing.h
8644         * src/prefs_customheader.c
8645         * src/prefs_customheader.h
8646         * src/prefs_display_header.c
8647         * src/prefs_display_header.h
8648         * src/prefs_ext_prog.c
8649         * src/prefs_ext_prog.h
8650         * src/prefs_filtering.c
8651         * src/prefs_folder_column.c
8652         * src/prefs_folder_column.h
8653         * src/prefs_folder_item.c
8654         * src/prefs_folder_item.h
8655         * src/prefs_fonts.c
8656         * src/prefs_fonts.h
8657         * src/prefs_gtk.c
8658         * src/prefs_gtk.h
8659         * src/prefs_image_viewer.c
8660         * src/prefs_image_viewer.h
8661         * src/prefs_matcher.c
8662         * src/prefs_matcher.h
8663         * src/prefs_message.c
8664         * src/prefs_message.h
8665         * src/prefs_msg_colors.c
8666         * src/prefs_msg_colors.h
8667         * src/prefs_other.c
8668         * src/prefs_other.h
8669         * src/prefs_quote.c
8670         * src/prefs_quote.h
8671         * src/prefs_receive.c
8672         * src/prefs_receive.h
8673         * src/prefs_send.c
8674         * src/prefs_send.h
8675         * src/prefs_spelling.c
8676         * src/prefs_spelling.h
8677         * src/prefs_summaries.c
8678         * src/prefs_summaries.h
8679         * src/prefs_summary_column.c
8680         * src/prefs_summary_column.h
8681         * src/prefs_template.c
8682         * src/prefs_template.h
8683         * src/prefs_themes.c
8684         * src/prefs_themes.h
8685         * src/prefs_toolbar.c
8686         * src/prefs_toolbar.h
8687         * src/prefs_wrapping.c
8688         * src/prefs_wrapping.h
8689         * src/privacy.c
8690         * src/privacy.h
8691         * src/procheader.c
8692         * src/procheader.h
8693         * src/procmime.c
8694         * src/procmime.h
8695         * src/procmsg.c
8696         * src/procmsg.h
8697         * src/quote_fmt.c
8698         * src/quote_fmt_parse.y
8699         * src/recv.c
8700         * src/recv.h
8701         * src/remotefolder.c
8702         * src/remotefolder.h
8703         * src/send_message.c
8704         * src/send_message.h
8705         * src/setup.c
8706         * src/setup.h
8707         * src/sourcewindow.c
8708         * src/sourcewindow.h
8709         * src/ssl_manager.c
8710         * src/ssl_manager.h
8711         * src/statusbar.c
8712         * src/statusbar.h
8713         * src/stock_pixmap.c
8714         * src/stock_pixmap.h
8715         * src/summary_search.c
8716         * src/summary_search.h
8717         * src/summaryview.c
8718         * src/summaryview.h
8719         * src/syldap.c
8720         * src/syldap.h
8721         * src/textview.c
8722         * src/textview.h
8723         * src/toolbar.c
8724         * src/toolbar.h
8725         * src/undo.c
8726         * src/undo.h
8727         * src/unmime.c
8728         * src/unmime.h
8729         * src/vcard.c
8730         * src/vcard.h
8731         * src/wizard.c
8732         * src/wizard.h
8733         * src/common/base64.c
8734         * src/common/base64.h
8735         * src/common/defs.h
8736         * src/common/hooks.c
8737         * src/common/hooks.h
8738         * src/common/log.c
8739         * src/common/log.h
8740         * src/common/mgutils.c
8741         * src/common/mgutils.h
8742         * src/common/nntp.c
8743         * src/common/nntp.h
8744         * src/common/passcrypt.c
8745         * src/common/passcrypt.h.in
8746         * src/common/plugin.c
8747         * src/common/plugin.h
8748         * src/common/prefs.c
8749         * src/common/prefs.h
8750         * src/common/progressindicator.c
8751         * src/common/progressindicator.h
8752         * src/common/quoted-printable.c
8753         * src/common/quoted-printable.h
8754         * src/common/session.c
8755         * src/common/session.h
8756         * src/common/smtp.c
8757         * src/common/smtp.h
8758         * src/common/socket.c
8759         * src/common/socket.h
8760         * src/common/ssl.c
8761         * src/common/ssl.h
8762         * src/common/stringtable.c
8763         * src/common/stringtable.h
8764         * src/common/sylpheed.c
8765         * src/common/sylpheed.h
8766         * src/common/template.c
8767         * src/common/template.h
8768         * src/common/timing.h
8769         * src/common/utils.c
8770         * src/common/utils.h
8771         * src/common/version.h.in
8772         * src/common/xml.c
8773         * src/common/xml.h
8774         * src/common/xmlprops.c
8775         * src/common/xmlprops.h
8776         * src/gtk/about.c
8777         * src/gtk/colorlabel.c
8778         * src/gtk/colorlabel.h
8779         * src/gtk/colorsel.c
8780         * src/gtk/colorsel.h
8781         * src/gtk/combobox.c
8782         * src/gtk/combobox.h
8783         * src/gtk/description_window.c
8784         * src/gtk/description_window.h
8785         * src/gtk/filesel.c
8786         * src/gtk/filesel.h
8787         * src/gtk/foldersort.c
8788         * src/gtk/foldersort.h
8789         * src/gtk/gtkaspell.c
8790         * src/gtk/gtkaspell.h
8791         * src/gtk/gtksctree.c
8792         * src/gtk/gtkshruler.c
8793         * src/gtk/gtkshruler.h
8794         * src/gtk/gtkutils.c
8795         * src/gtk/gtkutils.h
8796         * src/gtk/icon_legend.c
8797         * src/gtk/icon_legend.h
8798         * src/gtk/logwindow.c
8799         * src/gtk/logwindow.h
8800         * src/gtk/manage_window.c
8801         * src/gtk/manage_window.h
8802         * src/gtk/pluginwindow.c
8803         * src/gtk/pluginwindow.h
8804         * src/gtk/prefswindow.c
8805         * src/gtk/prefswindow.h
8806         * src/gtk/quicksearch.c
8807         * src/gtk/quicksearch.h
8808         * src/pixmaps/claws-mail.xpm
8809         * src/pixmaps/claws-mail_icon.xpm
8810         * src/pixmaps/claws-mail_logo.xpm
8811         * src/pixmaps/sylpheed-claws.xpm
8812         * src/pixmaps/sylpheed-claws_icon.xpm
8813         * src/pixmaps/sylpheed-claws_logo.xpm
8814         * src/plugins/bogofilter/Makefile.am
8815         * src/plugins/bogofilter/bogofilter.c
8816         * src/plugins/bogofilter/bogofilter.h
8817         * src/plugins/bogofilter/bogofilter_gtk.c
8818         * src/plugins/clamav/Makefile.am
8819         * src/plugins/clamav/clamav_plugin.c
8820         * src/plugins/clamav/clamav_plugin.h
8821         * src/plugins/clamav/clamav_plugin_gtk.c
8822         * src/plugins/demo/Makefile.am
8823         * src/plugins/demo/demo.c
8824         * src/plugins/dillo_viewer/Makefile.am
8825         * src/plugins/dillo_viewer/README
8826         * src/plugins/dillo_viewer/dillo_prefs.c
8827         * src/plugins/dillo_viewer/dillo_prefs.h
8828         * src/plugins/dillo_viewer/dillo_viewer.c
8829         * src/plugins/pgpcore/Makefile.am
8830         * src/plugins/pgpcore/passphrase.c
8831         * src/plugins/pgpcore/passphrase.h
8832         * src/plugins/pgpcore/pgp_viewer.c
8833         * src/plugins/pgpcore/pgp_viewer.h
8834         * src/plugins/pgpcore/plugin.c
8835         * src/plugins/pgpcore/prefs_gpg.c
8836         * src/plugins/pgpcore/prefs_gpg.h
8837         * src/plugins/pgpcore/select-keys.c
8838         * src/plugins/pgpcore/select-keys.h
8839         * src/plugins/pgpcore/sgpgme.c
8840         * src/plugins/pgpcore/sgpgme.h
8841         * src/plugins/pgpcore/sylpheed.def
8842         * src/plugins/pgpcore/version.rc
8843         * src/plugins/pgpinline/Makefile.am
8844         * src/plugins/pgpinline/pgpinline.c
8845         * src/plugins/pgpinline/pgpinline.h
8846         * src/plugins/pgpinline/plugin.c
8847         * src/plugins/pgpinline/sylpheed.def
8848         * src/plugins/pgpinline/version.rc
8849         * src/plugins/pgpmime/Makefile.am
8850         * src/plugins/pgpmime/pgpmime.c
8851         * src/plugins/pgpmime/pgpmime.h
8852         * src/plugins/pgpmime/plugin.c
8853         * src/plugins/pgpmime/sylpheed.def
8854         * src/plugins/pgpmime/version.rc
8855         * src/plugins/spamassassin/Makefile.am
8856         * src/plugins/spamassassin/README
8857         * src/plugins/spamassassin/spamassassin.c
8858         * src/plugins/spamassassin/spamassassin.h
8859         * src/plugins/spamassassin/spamassassin_gtk.c
8860         * src/plugins/trayicon/Makefile.am
8861         * src/plugins/trayicon/trayicon.c
8862         * tools/OOo2sylpheed.pl
8863         * tools/README
8864         * tools/README.sylprint
8865         * tools/acroread2sylpheed.pl
8866         * tools/claws.i18n.status.pl
8867         * tools/filter_conv.pl
8868         * tools/filter_conv_new.pl
8869         * tools/freshmeat_search.pl
8870         * tools/google_search.pl
8871         * tools/kmail2sylpheed.pl
8872         * tools/kmail2sylpheed_v2.pl
8873         * tools/make.themes.project
8874         * tools/multiwebsearch.pl
8875         * tools/nautilus2sylpheed.sh
8876         * tools/outlook2sylpheed.pl
8877         * tools/sylprint.pl
8878         * tools/sylprint.rc
8879         * tools/tb2sylpheed
8880         * tools/textviewer.sh
8881         * tools/vcard2xml.py
8882         * tools/kdeservicemenu/README
8883         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8884         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8885         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8886                 Change name to Claws Mail. Announce to follow...
8887
8888 2006-11-06 [wwp]        2.6.0cvs6
8889
8890         * src/prefs_template.c
8891                 unify messages related to quote format/template errors (fix
8892                 capitalization), again.
8893
8894 2006-11-06 [wwp]        2.6.0cvs5
8895
8896         * src/prefs_quote.c
8897                 unify messages related to quote format/template errors.
8898
8899 2006-11-06 [wwp]        2.6.0cvs4
8900
8901         * src/prefs_msg_colors.c
8902                 more uses of Q_ macro for contextual translations, thanks
8903                 to Fabien (fzzzzz).
8904
8905 2006-11-06 [wwp]        2.6.0cvs3
8906
8907         * src/compose.c
8908         * src/common/utils.c
8909         * src/common/utils.h
8910                 show an alertpanel to make sure users are aware that sensitive
8911                 files are attached (it's file blacklist-based). This will fix
8912                 interaction w/ GoogleEarth for instance, thanks to Colin.
8913
8914 2006-11-06 [wwp]        2.6.0cvs2
8915
8916         * src/prefs_quote.c
8917         * src/prefs_template.c
8918         * src/prefs_template.h
8919                 check quote format when applying/closing prefs. For now this only
8920                 shows up an error dialog box, not preventing the user from using
8921                 a broken quote (reply, forwards) format.
8922
8923 2006-11-06 [wwp]        2.6.0cvs1
8924
8925         * src/prefs_template.c
8926                 fix missing checks of some template fields.
8927
8928 2006-11-06 [paul]       2.6.0
8929
8930         * NEWS
8931         * README
8932         * RELEASE_NOTES
8933                 2.6.0 released
8934
8935 2006-11-06 [paul]       2.5.6cvs22
8936
8937         * manual/advanced.xml
8938         * manual/es/advanced.xml
8939                 put 'respect_flowed_format' info in the correct
8940                 place
8941
8942 2006-11-06 [mones]      2.5.6cvs21
8943
8944         * po/es.po
8945                 Minor fixes for release
8946
8947 2006-11-06 [paul]       2.5.6cvs20
8948
8949         * po/cs.po
8950         * po/de.po
8951         * po/fr.po
8952         * po/it.po
8953         * po/nl.po
8954         * po/pt_BR.po
8955         * po/sk.po
8956         * po/sv.po
8957         * po/zh_CN.po
8958                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8959                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8960                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8961                 Young
8962
8963 2006-11-02 [colin]      2.5.6cvs19
8964
8965         * src/imap.c
8966         * src/imap.h
8967         * src/prefs_account.c
8968         * src/etpan/imap-thread.c
8969                 Add GSSAPI support - fixes Debian bug #383274
8970
8971 2006-11-01 [colin]      2.5.6cvs18
8972
8973         * src/jpilot.c
8974                 Handle libpisock12 support. Probably
8975                 fixes bug 1046, 'jpilot AddressDB.pdb 
8976                 import fail'
8977
8978 2006-11-01 [colin]      2.5.6cvs17
8979
8980         * src/folderutils.c
8981                 debug_print() folderutils_mark_all_read()
8982
8983 2006-11-01 [colin]      2.5.6cvs16
8984
8985         * COPYING
8986                 Add missed files to the Apache exception
8987
8988 2006-10-31 [colin]      2.5.6cvs15
8989
8990         * src/folder.c
8991         * src/folder.h
8992                 Add a copy_private_data() func to FolderClasses
8993                 Doesn't break the feature freeze, because we 
8994                 won't use it (right now) in the core.
8995
8996 2006-10-31 [colin]      2.5.6cvs14
8997
8998         * COPYING
8999                 Allow linking with the Apache licensed files in
9000                 src/plugins/spamassassin. Hopefully fixes 
9001                 bug 1048, 'Spamassassin plugin license problem'
9002
9003 2006-10-31 [wwp]        2.5.6cvs13
9004
9005         * src/compose.c
9006                 fix and optimize trimming of leading linefeeds in body loop.
9007
9008 2006-10-31 [colin]      2.5.6cvs12
9009
9010         * src/etpan/imap-thread.c
9011         * src/imap.c
9012                 Make really sure to have NULL sets in case
9013                 of error
9014
9015 2006-10-30 [wwp]        2.5.6cvs11
9016
9017         * src/prefs_common.c
9018         * src/prefs_common.h
9019         * src/compose.c
9020                 fix broken storage of quote format template when it contains \-escape
9021                 sequences. The application of such sequences is also fixed now (\t
9022                 in quote format will be a real tab instead of a 't', for instance).
9023
9024 2006-10-27 [colin]      2.5.6cvs10
9025
9026         * src/compose.c
9027                 Probably fix bug 1045, 'sylpheed-claws 
9028                 doesn't remove the mail from the IMAP 
9029                 Queue folder after sending'. From
9030                 2.5.6cvs3-stable
9031
9032 2006-10-27 [colin]      2.5.6cvs9
9033
9034         * configure.ac
9035                 Require libetpan-0.48. I'm so annoying,
9036                 I know ;-)
9037
9038 2006-10-27 [colin]      2.5.6cvs8
9039
9040         * src/folder.c
9041         * src/imap.c
9042                 Probably fix bug 1044, 'sylpheed-claws 
9043                 segfaults while moving mails' - Fix relation
9044                 usage when moving to an IMAP mailbox from another
9045                 mailbox
9046
9047 2006-10-26 [paul]       2.5.6cvs7
9048
9049         * src/gtk/about.c
9050                 add libSM to compiled-in features
9051                 list
9052
9053 2006-10-24 [colin]      2.5.6cvs6
9054
9055         * src/textview.c
9056         * src/gtk/gtkutils.c
9057                 Fix crash when printing emails with an
9058                 xface
9059
9060 2006-10-24 [mones]      2.5.6cvs5
9061
9062         * manual/es/advanced.xml
9063                 Synchronize hidden option respect_flowed_format
9064         * po/es.po
9065                 Updated translation
9066
9067 2006-10-21 [paul]       2.5.6cvs4
9068
9069         * src/gtk/authors.h
9070         * src/plugins/pgpcore/pgp_viewer.c
9071         * src/plugins/pgpcore/sgpgme.c
9072                 fix building on BSDs
9073                 Thanks to Michael Hughes
9074                 <Sylpheed-Claws_user@thehugheslogcabin.net>
9075
9076 2006-10-20 [colin]      2.5.6cvs3
9077
9078         * configure.ac
9079                 Bump up libetpan requirement
9080                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
9081         * src/common/utils.c
9082         * src/common/utils.h
9083                 Add convenience get_file_mtime()
9084         * src/imap.c
9085         * src/etpan/imap-thread.c
9086         * src/etpan/imap-thread.h
9087                 Implement UIDPLUS support if the server
9088                 supports it - faster sending in this case
9089
9090 2006-10-19 [colin]      2.5.6cvs2
9091
9092         * src/gtk/quicksearch.c
9093                 Fix emptying in type-ahead+extended mode
9094         * src/mainwindow.c
9095         * src/mainwindow.h
9096                 Add a hook for offline state change
9097         * src/plugins/trayicon/trayicon.c
9098                 Use it to display offline icons
9099         * src/plugins/trayicon/Makefile.am
9100         * src/plugins/trayicon/newmail.offline.xpm
9101         * src/plugins/trayicon/newmarkedmail.offline.xpm
9102         * src/plugins/trayicon/nomail.offline.xpm
9103         * src/plugins/trayicon/unreadmail.offline.xpm
9104         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9105                 Add the icons
9106
9107 2006-10-12 [paul]       2.5.6cvs1
9108
9109         * NEWS
9110         * README
9111         * configure.ac
9112                 Update version number following
9113                 stable release
9114
9115 2006-10-19 [colin]      2.5.5cvs18
9116
9117         * manual/handling.xml
9118                 Add type-ahead search
9119
9120 2006-10-18 [colin]      2.5.5cvs17
9121
9122         * src/gtk/quicksearch.c
9123                 Remove "save to history only if there's
9124                 no syntax error", it breaks for some 
9125                 reason which I'll investigate later.
9126
9127 2006-10-18 [colin]      2.5.5cvs16
9128
9129         * src/prefs_common.c
9130         * src/prefs_common.h
9131         * src/summaryview.c
9132         * src/gtk/quicksearch.c
9133         * src/gtk/quicksearch.h
9134                 Add a type-ahead option for fast searches
9135                 Patch by Fabien Vantard
9136
9137 2006-10-18 [colin]      2.5.5cvs15
9138
9139         * src/compose.c
9140         * src/compose.h
9141                 Add Options/Reply mode/ menu to be able to
9142                 change the recipients of a reply on the fly
9143
9144 2006-10-18 [colin]      2.5.5cvs14
9145
9146         * src/compose.c
9147                 Fix redirecting of our own sent mails
9148
9149 2006-10-17 [wwp]        2.5.5cvs13
9150
9151         * src/send_message.c
9152                 Fix duplicate error messages when sending, and missing
9153                 newline in such error messages.
9154
9155 2006-10-17 [colin]      2.5.5cvs12
9156
9157         * src/compose.c
9158                 Compare addresses case-insensitive
9159
9160 2006-10-17 [colin]      2.5.5cvs11
9161
9162         * src/plugins/pgpcore/sgpgme.c
9163                 Fix return status
9164
9165 2006-10-17 [colin]      2.5.5cvs10
9166
9167         * src/plugins/pgpcore/pgp_viewer.c
9168                 Fix return status
9169
9170 2006-10-17 [colin]      2.5.5cvs9
9171
9172         * src/quote_fmt.c
9173                 Fix a typo (thanks to Fabien)
9174
9175 2006-10-16 [colin]      2.5.5cvs8
9176
9177         * src/textview.c
9178                 Fix problem with quote-folding when emails
9179                 don't convert cleanly to UTF-8
9180
9181 2006-10-14 [colin]      2.5.5cvs7
9182
9183         * src/prefs_template.c
9184                 Reset fields when reopening
9185                 the window
9186
9187 2006-10-13 [paul]       2.5.5cvs6
9188
9189         * manual/advanced.xml
9190         * src/prefs_message.c
9191                 make 'respect_flowed_format' a hidden
9192                 option, and add a manual entry for it
9193                 Thanks to Colin
9194
9195 2006-10-12 [colin]      2.5.5cvs5
9196
9197         * src/codeconv.c
9198                 Revert part of 2.5.2cvs21:
9199                 Don't optimise by reusing the 
9200                 last iconv converter if possible:
9201                 it seems slightly broken in a 
9202                 very hard way to reproduce
9203
9204 2006-10-12 [colin]      2.5.5cvs4
9205
9206         * src/prefs_common.c
9207         * src/prefs_common.h
9208         * src/prefs_message.c
9209         * src/procmime.c
9210                 Fix bug 1035, 'Incorrect handling 
9211                 of flowed lines'. We now optionnaly
9212                 handle this format (preference is in
9213                 Message View/Text options section)
9214
9215 2006-10-12 [colin]      2.5.5cvs3
9216
9217         * po/POTFILES.in
9218                 Add new file
9219         * src/plugins/pgpcore/pgp_viewer.c
9220         * src/plugins/pgpcore/sgpgme.c
9221                 Don't try to import without asking
9222
9223 2006-10-12 [colin]      2.5.5cvs2
9224
9225         * src/compose.c
9226                 Fix bug 1036, 'Forwarding a mutlipart
9227                 mail with a "text/html" block to ms
9228                 outlook users leeds to freeze of
9229                 outlook'. Poor outlook users...
9230
9231 2006-10-12 [paul]       2.5.5cvs1
9232
9233         * NEWS
9234         * README
9235         * configure.ac
9236                 Update version number following
9237                 stable release
9238
9239 2006-10-11 [paul]       2.5.4cvs1
9240
9241         * NEWS
9242         * README
9243         * configure.ac
9244                 Update version number following
9245                 stable release
9246
9247 2006-10-11 [paul]       2.5.3cvs32
9248
9249         * src/textview.c
9250                 fix bug 1032, 'Segmentation fault when showing
9251                 message' (bug in quote folding)
9252                 Thanks to Colin
9253
9254 2006-10-10 [colin]      2.5.3cvs31
9255
9256         * src/quote_fmt.c
9257                 Rephrase english a bit
9258
9259 2006-10-10 [colin]      2.5.3cvs30
9260
9261         * src/prefs_compose_writing.c
9262                 Stop making the page larger than the window
9263
9264 2006-10-10 [wwp]        2.5.3cvs29
9265
9266         * src/compose.c
9267         * src/prefs_template.c
9268         * src/quote_fmt.c
9269         * src/quote_fmt.h
9270         * src/quote_fmt_lex.l
9271         * src/quote_fmt_parse.y
9272                 Extend the quote parser a bit: allow to get access to
9273                 basic (composing) account info.
9274
9275 2006-10-10 [colin]      2.5.3cvs28
9276
9277         * src/procheader.c
9278                 Fix this \t problem in subject
9279
9280 2006-10-09 [colin]      2.5.3cvs27
9281
9282         * src/main.c
9283         * src/prefs_gtk.c
9284                 Prepare cache a bit later
9285                 If section already exists, skip the new one 
9286                 (as previously); avoid writing the same block
9287                 twice - if we find a second block with the 
9288                 same id, skip it.
9289         * src/plugins/pgpcore/pgp_viewer.c
9290                 Set cursor to busy when retrieving a key
9291         * src/plugins/pgpcore/sgpgme.c
9292                 allow 5 seconds for gpg to export the key
9293                 
9294
9295 2006-10-09 [colin]      2.5.3cvs26
9296
9297         * configure.ac
9298         * src/msgcache.c
9299         * src/prefs_gtk.c
9300                 Check for existence of fgets_unlocked
9301                 and fwrite_unlocked
9302
9303 2006-10-09 [paul]       2.5.3cvs25
9304
9305         * src/prefs_summaries.c
9306                 replace strftime() with fast_strftime() and in
9307                 the consequence fix the bug in the display of
9308                 AM/PM in the 'Example' string
9309
9310 2006-10-09 [ticho]      2.5.3cvs24
9311
9312         * po/sk.po
9313                 Updated (and fixed up somewhat) Slovak translation.
9314
9315 2006-10-08 [colin]      2.5.3cvs23
9316
9317         * src/prefs_folder_item.c
9318                 Explain why prefs in the top-level folder
9319                 aren't retained, but are still useful
9320
9321 2006-10-08 [colin]      2.5.3cvs22
9322
9323         * src/prefs_gtk.c
9324                 Don't cache anything if caching fails
9325
9326 2006-10-08 [colin]      2.5.3cvs21
9327
9328         * src/common/utils.c
9329                 always include gi18n.h
9330
9331 2006-10-07 [colin]      2.5.3cvs20
9332
9333         * src/plugins/pgpcore/pgp_viewer.c
9334                 Kill gpg after 5 seconds wait
9335
9336 2006-10-07 [colin]      2.5.3cvs19
9337
9338         * src/plugins/pgpcore/pgp_viewer.c
9339         * src/plugins/pgpcore/pgp_viewer.h
9340                 Fix copyright
9341
9342 2006-10-07 [colin]      2.5.3cvs18
9343
9344         * src/plugins/pgpcore/pgp_viewer.c
9345         * src/plugins/pgpcore/pgp_viewer.h
9346                 Actually add the files to CVS
9347
9348 2006-10-07 [colin]      2.5.3cvs17
9349
9350         * src/plugins/pgpcore/sgpgme.c
9351                 Be sure not to crash on 'application/pgp-signature' that
9352                 are not application/pgp-signatures
9353
9354 2006-10-07 [colin]      2.5.3cvs16
9355
9356         * src/textview.c
9357         * src/textview.h
9358                 Make a bit more of the API available
9359         * src/plugins/pgpcore/Makefile.am
9360         * src/plugins/pgpcore/plugin.c
9361         * src/plugins/pgpcore/sgpgme.c
9362                 Add basic key import/export
9363
9364 2006-10-07 [colin]      2.5.3cvs15
9365
9366         * src/folderview.c
9367         * src/imap.c
9368         * src/prefs_account.c
9369         * src/wizard.c
9370                 Warn users *everywhere* if libetpan's not
9371                 linked in
9372
9373 2006-10-06 [mones]      2.5.3cvs14
9374
9375         * po/de.po
9376         * po/es.po
9377                 updated by Stephan Sachse and me
9378
9379 2006-10-06 [colin]      2.5.3cvs13
9380
9381         * src/main.c
9382         * src/common/sylpheed.c
9383                 Don't load common plugins if --exit is passed
9384         * src/prefs_gtk.c
9385         * src/prefs_gtk.h
9386                 Implement a cache to avoid reading the same
9387                 files over and over again at startup
9388
9389 2006-10-06 [colin]      2.5.3cvs12
9390
9391         * src/summaryview.c
9392         * src/gtk/quicksearch.c
9393                 Update display every 5k mails on fast searches
9394
9395 2006-10-06 [colin]      2.5.3cvs11
9396
9397         * src/textview.c
9398                 Don't do quote folding on HTML or ERTF.
9399                 May fix the Cygwin issues if they were
9400                 happening with HTML mails?
9401
9402 2006-10-05 [colin]      2.5.3cvs10
9403
9404         * src/prefs_gtk.c
9405                 Oops, forgot one
9406
9407 2006-10-05 [colin]      2.5.3cvs9
9408
9409         * src/prefs_gtk.c
9410                 Use unlocked_stdio here too
9411
9412 2006-10-05 [colin]      2.5.3cvs8
9413
9414         * src/folderview.c
9415                 Fix go to next * after preferences apply
9416         * src/msgcache.c
9417                 Do the fd lock/unlock ourselves instead of
9418                 letting the libc do it at each write 
9419
9420 2006-10-05 [colin]      2.5.3cvs7
9421
9422         * src/common/utils.c
9423                 Faster division, thanks to Jean Diraison
9424
9425 2006-10-05 [paul]       2.5.3cvs6
9426
9427         * src/common/utils.c
9428                 fix building with --disable-nls
9429
9430 2006-10-04 [colin]      2.5.3cvs5
9431
9432         * src/folder.c
9433                 Maybe fix a segfault
9434
9435 2006-10-04 [wwp]        2.5.3cvs4
9436
9437         * src/prefs_folder_item.c
9438                 Fine-tune layouts in folder item prefs. Suggested by
9439                 Fabien Vantard <fzzzzz@gmail.com>.
9440
9441 2006-10-04 [wwp]        2.5.3cvs3
9442
9443         * src/prefs_folder_item.c
9444                 Kill the clandestine passengers. You didn't see anything.
9445
9446 2006-10-04 [wwp]        2.5.3cvs2
9447
9448         * src/prefs_folder_item.c
9449                 Add a way to test the subject simplify regexp in
9450                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9451                 w/ few layout changes.
9452
9453 2006-20-04 [paul]       2.5.3cvs1
9454
9455         * NEWS
9456         * README
9457         * configure.ac
9458                 Update version number following
9459                 stable release
9460
9461 2006-10-04 [colin]      2.5.2cvs42
9462
9463         * src/folder.c
9464         * src/folder.h
9465         * src/summaryview.c
9466                 Provide a way for folder classes to set their sort
9467                 type and key
9468
9469 2006-10-03 [colin]      2.5.2cvs41
9470
9471         * src/mh.c
9472                 Don't use strlen() to know if the
9473                 string's empty
9474
9475 2006-10-03 [colin]      2.5.2cvs40
9476
9477         * src/mh.c
9478                 Fix "check for new folders" with accentued folders
9479
9480 2006-10-03 [ticho]      2.5.2cvs39
9481
9482         * src/filtering.c
9483         * src/folder.c
9484         * src/inc.c
9485         * src/mbox.c
9486                 Colin's fix for "copy" filtering rules.
9487
9488 2006-10-02 [colin]      2.5.2cvs38
9489
9490         * src/folderview.c
9491                 Fix for double-click too
9492
9493 2006-10-02 [colin]      2.5.2cvs37
9494
9495         * src/folderview.c
9496                 correct fix for cvs36
9497
9498 2006-10-02 [colin]      2.5.2cvs36
9499
9500         * src/folderview.c
9501                 Fix 'goto next unread' after collapsing/expanding 
9502                 a node.
9503
9504 2006-10-02 [colin]      2.5.2cvs35
9505
9506         * src/summaryview.c
9507                 Fix double freeze/thaw
9508         * src/common/utils.c
9509         * src/common/utils.h
9510                 Reimplement strftime
9511         * src/procheader.c
9512                 Use it
9513
9514
9515 2006-10-02 [colin]      2.5.2cvs34
9516
9517         * src/mh.c
9518                 Time mh_write_sequences() - it's fast
9519         * src/summaryview.c
9520                 Init a variable to shut up gcc
9521
9522 2006-10-01 [colin]      2.5.2cvs33
9523
9524         * src/folder.c
9525         * src/mh.c
9526         * src/mh.h
9527         * src/msgcache.c
9528                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9529                 Add fsync but disable it, it's slow as hell
9530
9531 2006-10-01 [colin]      2.5.2cvs32
9532
9533         * src/mh.c
9534         * src/msgcache.c
9535                 fflush() caches and mh_sequences before
9536                 fclose()ing
9537
9538 2006-10-01 [colin]      2.5.2cvs31
9539
9540         * src/msgcache.c
9541                 Don't ftruncate when not using mmap
9542
9543 2006-09-30 [colin]      2.5.2cvs30
9544
9545         * src/main.c
9546                 Write folder list *after* saving caches
9547
9548 2006-09-30 [colin]      2.5.2cvs29
9549
9550         * src/folder.c
9551         * src/mh.c
9552                 Debug forced mtime changes
9553
9554 2006-09-30 [colin]      2.5.2cvs28
9555
9556         * src/folder.c
9557         * src/main.c
9558                 Remove useless debug_print()s (code
9559                 well-tested)
9560
9561 2006-09-30 [colin]      2.5.2cvs27
9562
9563         * src/mh.c
9564                 Do stuff faster when writing mh_sequences
9565
9566 2006-09-30 [colin]      2.5.2cvs26
9567
9568         * src/mh.c
9569                 Don't let the writing of .mh_sequences, which
9570                 can change the folder's mtime, let us think
9571                 we need to scan.
9572
9573 2006-09-30 [colin]      2.5.2cvs25
9574
9575         * src/folder.c
9576                 Move a debug_print where it belongs 
9577                 (processing)
9578         * src/summaryview.c
9579                 Don't mess with a huge slow subject
9580                 table if we're not threading by
9581                 subject
9582
9583 2006-09-30 [colin]      2.5.2cvs24
9584
9585         * src/msgcache.c
9586                 Reenable mmaped reads (*not* writes!)
9587         * src/procmsg.c
9588                 Don't destroy and recreate hashtables just
9589                 for fun
9590         * src/common/utils.c
9591                 Remove useless reply prefixes (it's case
9592                 unsensitive)
9593
9594 2006-09-30 [wwp]        2.5.2cvs23
9595
9596         * tools/fix_date.sh
9597                 Fixed a minor bug in date value extraction, added a switch
9598                 to replace non RFC-compliant Date: value, added a switch
9599                 to use strict RFC matching patterns for dates.
9600
9601 2006-09-29 [colin]      2.5.2cvs22
9602
9603         * src/matcher_parser.h
9604         * src/matcher_parser_parse.y
9605         * src/prefs_filtering.c
9606         * src/statusbar.c
9607         * src/summary_search.c
9608         * src/summaryview.c
9609         * src/gtk/quicksearch.c
9610         * src/gtk/quicksearch.h
9611                 Optimise searches by setting different
9612                 refresh intervals (depending if the 
9613                 search is fast or not)
9614
9615 2006-09-29 [colin]      2.5.2cvs21
9616
9617         * src/codeconv.c
9618                 Optimise by reusing the last iconv converter
9619                 if possible
9620         * src/textview.c
9621                 Optimise a bit (the foldable quotes feature
9622                 still has an awful O(n^2) algo
9623
9624 2006-09-29 [colin]      2.5.2cvs20
9625
9626         * src/gtk/gtksctree.c
9627         * src/gtk/gtksctree.h
9628                 Optimise de-selection via up/down or
9629                 another key
9630
9631 2006-09-28 [colin]      2.5.2cvs19
9632
9633         * src/action.c
9634         * src/compose.c
9635         * src/folderview.c
9636         * src/mainwindow.c
9637         * src/messageview.c
9638         * src/summary_search.c
9639         * src/toolbar.c
9640                 Avoid using summaryview->ctree directly
9641
9642 2006-09-28 [colin]      2.5.2cvs18
9643
9644         * src/summaryview.c
9645         * src/summaryview.h
9646                 Add helpers to freeze/thaw/grab_focus
9647                 Factorize calls to freeze/thaw/grab_focus
9648                 
9649
9650 2006-09-28 [colin]      2.5.2cvs17
9651
9652         * src/main.c
9653                 More guards for the session management
9654
9655 2006-09-28 [colin]      2.5.2cvs16
9656
9657         * src/folderview.c
9658         * src/gtk/gtksctree.c
9659         * src/gtk/gtksctree.h
9660                 Make expanding not recursive in folderview
9661
9662 2006-09-28 [colin]      2.5.2cvs15
9663
9664         * src/addressbook.c
9665                 If nothing is selected in the list (right part)
9666                 and a group is selected in the tree (left part),
9667                 mail this group.
9668
9669 2006-09-28 [colin]      2.5.2cvs14
9670
9671         * src/Makefile.am
9672                 Actually use SM_LIBS
9673
9674 2006-09-28 [ticho]      2.5.2cvs13
9675
9676         * src/export.c
9677         * src/messageview.c
9678         * src/mimeview.c
9679         * src/news.c
9680         * src/pop.c
9681         * src/prefs_themes.c
9682         * src/procmsg.c
9683                 Small i18n string optimization.
9684         * src/send_message.c
9685         * src/summaryview.c
9686         * src/common/session.c
9687         * src/common/smtp.c
9688         * src/common/ssl_certificate.c
9689         * src/common/utils.c
9690                 Use "Couldn't" instead of "Can't" in UI messages,
9691                 where appropriate.
9692
9693 2006-09-28 [colin]      2.5.2cvs12
9694
9695         * configure.ac
9696                 Possibly fix link errors
9697
9698 2006-09-27 [wwp]        2.5.2cvs11
9699
9700         * src/gtk/authors.h
9701         * doc/man/sylpheed-claws.1
9702         * manual/ack.xml
9703         * manual/es/ack.xml
9704         * manual/fr/ack.xml
9705         * manual/pl/ack.xml
9706                 Updated authors info (me, myself and I).
9707
9708 2006-09-27 [colin]      2.5.2cvs10
9709
9710         * src/addressbook.c
9711                 Remove useless printf
9712
9713 2006-09-27 [wwp]        2.5.2cvs9
9714
9715         * src/editgroup.c
9716         * src/send_message.c
9717         * src/inc.c
9718         * src/prefs_common.c
9719         * src/prefs_common.h
9720         * src/gtk/progressdialog.c
9721                 remember more windows' sizes (send dialog, received dialog,
9722                 edit group in addressbook).
9723
9724 2006-09-27 [colin]      2.5.2cvs8
9725
9726         * configure.ac
9727         * src/main.c
9728         * src/mainwindow.h
9729                 Use libSM to communicate with the session
9730                 manager, so that we can know when the 
9731                 session ends, save our caches, and draft
9732                 our compose windows.
9733
9734 2006-09-27 [colin]      2.5.2cvs7
9735
9736         * src/addressbook.c
9737                 Fix issues:
9738                 o Allow Book and Group creation from the tree's
9739                   contextual menu
9740                 o Do not actually delete the contacts when 
9741                   deleting groups from the tree (duh!)
9742
9743 2006-09-27 [colin]      2.5.2cvs6
9744
9745         * src/compose.c
9746         * src/compose.h
9747         * src/mainwindow.c
9748         * src/textview.c
9749         * src/toolbar.c
9750                 o Allow passing an email address to 
9751                   compose_new_with_folderitem
9752                 o Update callers
9753                 o Use current folderitem when clicking
9754                   on a TextView mailto: link
9755                 o Fix a possible leak in TextView
9756
9757 2006-09-27 [colin]      2.5.2cvs5
9758
9759         * src/html.c
9760                 Use UTF-8 chars to replace HTML entities
9761
9762 2006-09-27 [colin]      2.5.2cvs4
9763
9764         * AUTHORS
9765         * src/prefs_account.c
9766         * src/gtk/authors.h
9767                 Fix bug #1024 (Array index out of
9768                 range in sylpheed-claws-2.5.2)
9769                 Patch by Ales Nosek <anosek@suse.cz>
9770
9771 2006-09-27 [colin]      2.5.2cvs3
9772
9773         * src/addr_compl.c
9774                 Actually do the test
9775
9776 2006-09-27 [colin]      2.5.2cvs2
9777
9778         * src/addr_compl.c
9779         * src/addr_compl.h
9780                 Allow completing with comma (in certain cases: vCalendar
9781                 for example doesn't support that)
9782                 Patch by Fabien Vantard
9783
9784 2006-09-26 [colin]      2.5.2cvs1
9785
9786         * src/Makefile.am
9787         * src/addr_compl.c
9788         * src/addr_compl.h
9789         * src/addrbook.c
9790         * src/addrbook.h
9791         * src/addressbook.c
9792         * src/addrindex.c
9793         * src/addrindex.h
9794         * src/compose.c
9795         * src/prefs_common.c
9796         * src/prefs_filtering_action.c
9797         * src/prefs_folder_item.c
9798         * src/prefs_template.c
9799         * src/stock_pixmap.c
9800         * src/stock_pixmap.h
9801         * src/pixmaps/addr_one.xpm
9802         * src/pixmaps/addr_two.xpm
9803                 Add auto-completion on groups
9804
9805 2006-09-26 [colin]      2.5.2
9806
9807         * NEWS
9808         * README
9809         * RELEASE_NOTES
9810                 2.5.2 released
9811
9812 2006-09-26 [colin]      2.5.1cvs5
9813
9814         * src/matcher.c
9815                 Fix condition
9816
9817 2006-09-26 [colin]      2.5.1cvs4
9818
9819         * src/mbox.c
9820                 Revert cvs1 (useless as the message is printed 
9821                 every 500 mails)
9822
9823 2006-09-26 [colin]      2.5.1cvs3
9824
9825         * src/partial_download.c
9826                 Fix crasher found by Alexsandar Urosevic
9827
9828 2006-09-26 [colin]      2.5.1cvs2
9829
9830         * src/summaryview.c
9831                 Fix bug #1023 (Sylpheed deletes too much messages)
9832
9833 2006-09-26 [ticho]      2.5.1cvs1
9834
9835         * src/mbox.c
9836                 Make use of gettext's multiple plurals for statusbar
9837                 progress message.
9838
9839 2006-09-25 [paul]       2.5.1
9840
9841         * NEWS
9842         * README
9843         * RELEASE_NOTES
9844                 2.5.1 released
9845
9846 2006-09-25 [colin]      2.5.0cvs3
9847
9848         * src/plugins/bogofilter/bogofilter.c
9849         * src/plugins/clamav/clamav_plugin.c
9850         * src/plugins/spamassassin/spamassassin.c
9851                 BogoFilter, Spamassassin: Fix double hook registering after
9852                 visiting preferences
9853                 Spamassassin, Clamav: Just set the mails to move instead of
9854                 doing the move - caller will move the things at once.
9855
9856 2006-09-25 [colin]      2.5.0cvs2
9857
9858         * src/imap.c
9859         * src/etpan/imap-thread.c
9860                 Use UID SEARCH ALL instead of UID 1:*
9861                 (braindead servers can't figure out that's
9862                 the same...)
9863
9864 2006-09-25 [wwp]        2.5.0cvs1
9865
9866         * src/message_search.c
9867                 Added the ability to stop a running search (in message body).
9868
9869 2006-09-25 [paul]       2.5.0
9870
9871         * NEWS
9872         * README
9873         * RELEASE_NOTES
9874                 2.5.0 released
9875
9876 2006-09-25 [paul]       2.4.0cvs214
9877
9878         * po/cs.po
9879         * po/de.po
9880         * po/fi.po
9881         * po/fr.po
9882         * po/nl.po
9883         * po/pt_BR.po
9884         * po/sk.po
9885         * po/sr.po
9886         * po/zh_CN.po
9887                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9888                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9889                 Ticho, Aleksander Urosevic, Ralgh Young
9890
9891 2006-09-24 [mones]      2.4.0cvs213
9892
9893         * po/es.po
9894                 Updated for release
9895
9896 2006-09-23 [colin]      2.4.0cvs212
9897
9898         * src/gtk/inputdialog.c
9899                 Fix [ ] remember this appearing in normal
9900                 input dialogs after it's been used by
9901                 mimeview.
9902         * src/folder.c
9903         * src/folderview.c
9904         * src/msgcache.c
9905         * src/procmsg.c
9906         * src/summaryview.c
9907         * src/textview.c
9908         * src/common/timing.h
9909                 Enable timings in debug mode and make it
9910                 look prettier.
9911
9912 2006-09-22 [colin]      2.4.0cvs211
9913
9914         * README
9915                 Revert test change
9916         * commitHelper
9917                 ping the correct URI
9918
9919 2006-09-22 [colin]      2.4.0cvs210
9920
9921         * README
9922                 Let's see if bug #1022 is fixed
9923
9924 2006-09-21 [colin]      2.4.0cvs209
9925
9926         * src/wizard.c
9927         * src/common/plugin.c
9928                 Prepare infra to load predefined plugins when
9929                 no configuration existed. Don't actually load
9930                 anything yet (feat. freeze)
9931
9932 2006-09-21 [wwp]        2.4.0cvs208
9933
9934         * manual/fr/faq.xml
9935                 Partial sync w/ 2.4.0cvs72:
9936                 wrap file and minor updates.
9937
9938 2006-09-21 [wwp]        2.4.0cvs207
9939
9940         * tools/fix_date.sh
9941                 several fixes and enhancements. A new --force switch has been
9942                 added to prevent overriding by default Date: header when
9943                 already existing.
9944
9945 2006-09-21 [paul]       2.4.0cvs206
9946
9947         * src/common/utils.c
9948                 add Chinese UTF8 Re prefix
9949
9950 2006-09-21 [wwp]        2.4.0cvs205
9951
9952         * tools/Makefile.am
9953                 Fics alfabettical order.
9954
9955 2006-09-21 [wwp]        2.4.0cvs204
9956
9957         * tools/fix_date.sh
9958         * tools/Makefile.am
9959                 Added an action tool to fix missing Date field in emails.
9960                 Updated Makefile.am to reflect those last two additions.
9961
9962 2006-09-21 [wwp]        2.4.0cvs203
9963
9964         * tools/uuooffice
9965                 Added a action tool to open uuencoded docs w/
9966                 OpenOffice (based on uudec method).
9967
9968 2006-09-21 [colin]      2.4.0cvs202
9969
9970         * src/compose.c
9971         * src/textview.c
9972                 Workaround possible GTK crash: remove selection 
9973                 clipboard before destroying widget, or GTK+-2.10
9974                 dies. Thanks to Hiro.
9975
9976 2006-09-20 [colin]      2.4.0cvs201
9977
9978         * src/compose.c
9979                 Fix free-after-use in some cases (when 
9980                 procmime_encode_content() frees mimeinfo->data.mem
9981                 and turns it to a temp file)
9982
9983 2006-09-20 [colin]      2.4.0cvs200
9984
9985         * src/folderview.c
9986         * src/summaryview.c
9987         * src/gtk/gtksctree.c
9988         * src/gtk/gtksctree.h
9989                 Add tooltips in the folderview and summaryview
9990                 (Doesn't break string freeze as they already
9991                 exist)
9992         * src/toolbar.c
9993                 Put the spam button in the default configuration
9994                 if compiled with bogo plugin too
9995
9996 2006-09-19 [colin]      2.4.0cvs199
9997
9998         * src/summaryview.c
9999         * src/summaryview.h
10000                 Update folder name label on folder rename
10001         * src/prefs_matcher.c
10002         * src/gtk/logwindow.h
10003                 Fix warnings
10004                 Patches by Fabien
10005
10006 2006-09-19 [wwp]        2.4.0cvs198
10007
10008         * src/summary_search.c
10009                 fix can't click forward/backward buttons in the
10010                 search messages.
10011
10012 2006-09-18 [paul]       2.4.0cvs197
10013
10014         * src/wizard.c
10015                 add missing bracket, capitalise the A of
10016                 'SpamAssassin'
10017
10018 2006-09-18 [paul]       2.4.0cvs196
10019
10020         * src/compose.c
10021                 fix bug 1012 'crashed upon sending mail
10022                 from compose window'
10023                 Thanks to Colin
10024
10025 2006-09-16 [colin]      2.4.0cvs195
10026
10027         * src/folderview.c
10028                 Fix "real-time" sorting by freezing/thawing
10029
10030 2006-09-16 [colin]      2.4.0cvs194
10031
10032         * manual/faq.xml
10033                 Fix the anti-spam entry a bit
10034
10035 2006-09-16 [colin]      2.4.0cvs193
10036
10037         * src/wizard.c
10038                 Make sure reviewers have no excuse when stating
10039                 Sylpheed-Claws doesn't have antispam capabilities.
10040
10041 2006-09-16 [colin]      2.4.0cvs192
10042
10043         * src/main.c
10044                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
10045                 as if the SIGPIPE comes from etpan's thread we could
10046                 trigger a GUI update from this thread.
10047
10048 2006-09-16 [colin]      2.4.0cvs191
10049
10050         * src/summaryview.c
10051                 Init all members of the struct
10052
10053 2006-09-16 [paul]       2.4.0cvs190
10054
10055         * src/account.c
10056                 improvements to the English
10057
10058 2006-09-15 [colin]      2.4.0cvs189
10059
10060         * src/summaryview.c
10061                 HIG order on dialog
10062
10063 2006-09-14 [colin]      2.4.0cvs188
10064
10065         * src/common/socket.c
10066         * src/common/socket.h
10067         * src/common/ssl.c
10068         * src/common/ssl_certificate.c
10069         * src/common/ssl_certificate.h
10070         * src/etpan/imap-thread.c
10071                 the get_fqdn() call done to get canonical name when
10072                 checking an SSL certificate is blocking, which is
10073                 sad as we just did a non-blocking lookup to connect.
10074                 Fix that by letting the fqdn available to the SockInfo,
10075                 and use that in ssl_certificate_check(). For IMAP,
10076                 we don't do it as the lookup's done by libetpan, but
10077                 it's less annoying as IMAP connections as much more
10078                 rare than POP3 connections.
10079
10080 2006-09-14 [paul]       2.4.0cvs187
10081
10082         * manual/advanced.xml
10083                 improvements to the English,
10084                 properly place the new hidden options
10085                 within the alphabetical order
10086         * src/gtk/pluginwindow.c
10087                 improvements to the English
10088
10089 2006-09-14 [colin]      2.4.0cvs186
10090
10091         * src/prefs_common.c
10092         * src/prefs_common.h
10093         * src/gtk/gtksctree.c
10094         * manual/advanced.xml
10095                 New hidden pref, stripes_color_offset, to change
10096                 the value added/substracted to normal bgcolor to
10097                 create the stripes in summaries
10098
10099 2006-09-13 [colin]      2.4.0cvs185
10100
10101         * src/gedit-print.c
10102         * src/messageview.c
10103         * src/messageview.h
10104         * src/summaryview.c
10105         * src/textview.c
10106                 Fix misc. printing issues: 
10107                 - Bad font for linkified headers
10108                 - Different font if the mail was displayed or not
10109                 - Factorize the thing
10110
10111 2006-09-13 [colin]      2.4.0cvs184
10112
10113         * src/common/ssl_certificate.c
10114                 Only get FQDN once when checking certificate
10115
10116 2006-09-13 [colin]      2.4.0cvs183
10117
10118         * src/account.c
10119         * src/gtk/pluginwindow.c
10120                 Misc. GUI fixes by Fabien
10121
10122 2006-09-13 [wwp]        2.4.0cvs182
10123
10124         * configure.ac
10125         * src/common/utils.h
10126         * src/common/utils.c
10127                 get rid of unused wide-char functions.
10128
10129 2006-09-13 [wwp]        2.4.0cvs181
10130
10131         * src/plugins/pgpinline/sylpheed.def
10132         * src/textview.c
10133                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
10134                 add privacy_reset_error to the .def file,
10135                 do not fork for an external textviewer.
10136
10137 2006-09-13 [wwp]        2.4.0cvs180
10138
10139         * src/prefs_common.c
10140                 fix broken font entry in prefs (patch issued by the gpg4win team,
10141                 probably by Marcus Brinkmann <marcus@g10code.de>).
10142
10143 2006-09-13 [colin]      2.4.0cvs179
10144
10145         * src/folder.h
10146                 Fix a warning in summaryview.c
10147         * src/mainwindow.c
10148         * src/summaryview.c
10149         * src/summaryview.h
10150                 Add missing Mark/* elements in the
10151                 main menu
10152
10153 2006-09-12 [colin]      2.4.0cvs178
10154
10155         * src/prefs_actions.c
10156         * src/prefs_filtering_action.c
10157         * src/prefs_matcher.c
10158                 Use (New) instead of New everywhere
10159
10160 2006-09-12 [wwp]        2.4.0cvs177
10161
10162         * manual/fr/addrbook.xml
10163         * manual/fr/handling.xml
10164                 updated some quotes in the fr manual to match the fr translation.
10165
10166 2006-09-12 [wwp]        2.4.0cvs176
10167
10168         * src/prefs_matcher.c
10169                 don't store translated string elements in matcher expressions.
10170                 Also fixed a misused of Q_().
10171
10172 2006-09-11 [wwp]        2.4.0cvs175
10173
10174         * src/plugins//bogofilter/bogofilter.c
10175         * src/plugins//clamav/clamav_plugin.c
10176         * src/plugins//demo/demo.c
10177         * src/plugins//dillo_viewer/dillo_viewer.c
10178         * src/plugins//pgpcore/plugin.c
10179         * src/plugins//pgpinline/plugin.c
10180         * src/plugins//pgpmime/plugin.c
10181         * src/plugins//spamassassin/spamassassin.c
10182                 gettext-ize more strings (mostly plugin error messages).
10183
10184 2006-09-11 [colin]      2.4.0cvs174
10185
10186         * src/alertpanel.c
10187                 Make maximum buffer size bigger to avoid
10188                 truncating translated messages. Patch by
10189                 Fabien
10190
10191 2006-09-11 [colin]      2.4.0cvs173
10192
10193         * src/etpan/imap-thread.c
10194                 Fix compilation on OpenBSD, thanks to 
10195                 Landry
10196
10197 2006-09-10 [wwp]        2.4.0cvs172
10198
10199         * manual/account.xml
10200         * manual/addrbook.xml
10201         * manual/handling.xml
10202         * manual/es/handling.xml
10203         * manual/fr/account.xml
10204         * manual/fr/addrbook.xml
10205         * manual/fr/handling.xml
10206                 documented addressbook matching (condition configuration):
10207                   addrbook.xml, en fr
10208                 documented per-account filtering rules (handling/filtering
10209                   section, account section):
10210                   account.xml, handling.xml, en fr
10211                 slightly updated the handling/searching section to tell few
10212                   words about the extended search ability:
10213                   handling.xml, en fr
10214                 added missing <quote></quotes> to Quick Search:
10215                   handling.xml, en fr es
10216                 fixed a typo (auomatically):
10217                   handling.xml, en
10218                 changes revisited by Paul.
10219
10220 2006-09-10 [paul]       2.4.0cvs171
10221
10222         * src/prefs_actions.c
10223         * src/prefs_filtering.c
10224         * src/prefs_template.c
10225                 adjustments to the gui
10226                 Patch by Fabien Vantard (slightly modified)
10227
10228 2006-09-10 [colin]      2.4.0cvs170
10229
10230         * src/summaryview.c
10231                 Check folderitem/summaryview consistency
10232                 (basically automates Update summary). Fixes
10233                 #1011 (wrong (negative) count on unread 
10234                 messages)
10235
10236 2006-09-10 [colin]      2.4.0cvs169
10237
10238         * src/gtk/gtksctree.c
10239                 Fix recursive expansion via mouse
10240         * src/plugins/bogofilter/bogofilter.c
10241                 Use normal filtering way of moving
10242                 messages (batching), possibly fixing
10243                 bug #1015 (Bogofilter plugin doubles 
10244                 new messages)
10245
10246 2006-09-09 [wwp]        2.4.0cvs168
10247
10248         * src/prefs_filtering.c
10249                 better place for this fix.
10250
10251 2006-09-09 [wwp]        2.4.0cvs167
10252
10253         * src/prefs_filtering.c
10254                 fix a minor bug when the enabled status of a filtering/processing
10255                 rule always got set to TRUE when replacing this rule. That still
10256                 make sense when adding a new rule, but now when replacing, we
10257                 don't override the value of 'enabled'.
10258                 Also renamed the func prefs_filtering_list_view_get_rule_name()
10259                 to prefs_filtering_list_view_get_info() as this function not only
10260                 returns the name, but also the account_id and the enabled status.
10261
10262 2006-09-09 [mones]      2.4.0cvs166
10263
10264         * manual/glossary.xml
10265         * manual/plugins.xml
10266                 Minor format corrections
10267         * manual/gpl.xml
10268                 Fix misplaced NO WARRANTY section
10269         * manual/es/advanced.xml
10270         * manual/es/faq.xml
10271         * manual/es/glossary.xml
10272         * manual/es/gpl.xml
10273         * manual/es/handling.xml
10274         * manual/es/plugins.xml
10275         * manual/es/starting.xml
10276                 Incorporate changes from English version
10277         * manual/fr/ack.xml
10278         * manual/pl/ack.xml
10279         * manual/es/ack.xml
10280                 Fix address, (add translation credits in es version)
10281         * po/es.po
10282                 Updated translation
10283
10284 2006-09-09 [wwp]        2.4.0cvs165
10285
10286         * src/prefs_filtering.c
10287                 fix a crash when opening filtering prefs, if matcherrc file contains
10288                 broken data (non-existing account id, which is theoretically not
10289                 possible).
10290
10291 2006-09-08 [colin]      2.4.0cvs164
10292
10293         * src/folder.c
10294                 Wrong assert, make it an if()
10295         * src/gtk/gtksctree.c
10296                 Fix bug #1013 (expand selected thread 
10297                 tree) - expanding is now recursive
10298
10299 2006-09-07 [wwp]        2.4.0cvs163
10300
10301         * src/prefs_matcher.c
10302                 make better sentences about addressbook matching in the
10303                 matcher prefs. This should make translators' work easier
10304                 too.
10305
10306 2006-09-07 [wwp]        2.4.0cvs162
10307
10308         * src/prefs_filtering.c
10309                 code simplification (get rid of dup var. assignment).
10310
10311 2006-09-07 [wwp]        2.4.0cvs161
10312
10313         * src/summaryview.c
10314                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10315                 <fzzzzz@gmail.com>.
10316
10317 2006-09-07 [paul]       2.4.0cvs160
10318
10319         * src/mimeview.c
10320                 fix compilation warnings
10321                 Thanks to Colin
10322
10323 2006-09-07 [paul]       2.4.0cvs159
10324
10325         * src/mimeview.c
10326                 select the mimepart icon when
10327                 displaying as text
10328                 Thanks to Colin
10329
10330 2006-09-06 [paul]       2.4.0cvs158
10331
10332         * src/prefs_filtering.c
10333                 fix labels and table element spacing
10334                 Patch by Fabien Vantard
10335
10336 2006-09-06 [paul]
10337
10338         2.5.0-rc3 released
10339
10340 2006-09-06 [paul]       2.4.0cvs157
10341
10342         * manual/es/advanced.xml
10343                 fix typo
10344
10345 2006-09-06 [wwp]        2.4.0cvs156
10346
10347         * src/mainwindow.c
10348                 fix an dup launch issue when iconified, thanks to Colin.
10349
10350 2006-09-06 [wwp]        2.4.0cvs155
10351
10352         * src/gtk//gtksctree.h
10353                 oops, forgot that one!
10354
10355 2006-09-06 [wwp]        2.4.0cvs154
10356
10357         * manual/pl/advanced.xml
10358         * manual/advanced.xml
10359         * manual/es/advanced.xml
10360         * manual/fr/advanced.xml
10361         * src/prefs_customheader.c
10362         * src/prefs_filtering_action.c
10363         * src/foldersel.c
10364         * src/prefs_summaries.c
10365         * src/prefs_filtering.c
10366         * src/account.c
10367         * src/compose.c
10368         * src/prefs_summary_column.c
10369         * src/addr_compl.c
10370         * src/prefs_actions.c
10371         * src/prefs_folder_column.c
10372         * src/ssl_manager.c
10373         * src/prefs_template.c
10374         * src/prefs_display_header.c
10375         * src/prefs_common.h
10376         * src/prefs_matcher.c
10377         * src/prefs_common.c
10378         * src/prefs_toolbar.c
10379         * src/summaryview.c
10380         * src/folderview.c
10381         * src/gtk/gtksctree.c
10382         * src/gtk/pluginwindow.c
10383         * src/gtk/progressdialog.c
10384         * src/gtk/prefswindow.c
10385                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10386                 to make its meaning more obvious (all versions of the manual reflect
10387                 the change).
10388                 added an extra hidden option use_stripes_in_summary to allow
10389                 discarding these stripes in mainwindow's folder and message lists;
10390                 en and fr manuals only are OK towards this.
10391
10392 2006-09-06 [colin]      2.4.0cvs153
10393
10394         * src/textview.c
10395                 Hide Sylpheed-Claws' internal queue headers
10396                 when showing all headers. They'll be present
10397                 only in Source window.
10398
10399 2006-09-05 [colin]      2.4.0cvs152
10400
10401         * src/plugins/trayicon/trayicon.c
10402                 Fix crash at exit - we have to disconnect
10403                 our handlers
10404         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10405                 Update eggtrayicon - patch adapted from a
10406                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10407                 on Sylpheed's ML
10408
10409 2006-09-05 [colin]      2.4.0cvs151
10410
10411         * src/mainwindow.c
10412         * src/gtk/logwindow.c
10413                 Fix race condition when something writes
10414                 to the log too soon during init. Thanks
10415                 to Fabien Vantard
10416
10417 2006-09-05 [colin]      2.4.0cvs150
10418
10419         * src/mimeview.c
10420                 Don't select part on right-click either
10421
10422 2006-09-05 [paul]       2.4.0cvs149
10423
10424         * src/mimeview.c
10425                 completion of previous commit
10426                 Thanks to Colin
10427
10428 2006-09-05 [colin]      2.4.0cvs148
10429
10430         * src/mimeview.c
10431                 Don't force selection on middle-click, just open
10432
10433 2006-09-04 [colin]      2.4.0cvs147
10434
10435         * src/mimeview.c
10436                 Looks like gtk_notebook_set_current_page()
10437                 sometimes steals focus, and this annoys us
10438                 in MimeViewers as it renders navigation
10439                 keys useless. Take back focus after switching
10440                 pages.
10441
10442 2006-09-04 [colin]      2.4.0cvs146
10443
10444         * src/messageview.c
10445                 Set stop_loading when clicking on Next
10446                 during load. Don't add a callback to 
10447                 avoid over-complicating things.
10448
10449 2006-09-04 [colin]      2.4.0cvs145
10450
10451         * src/mimeview.c
10452         * src/messageview.c
10453                 Fix multiple loads in separate messageview
10454
10455 2006-09-04 [colin]      2.4.0cvs144
10456
10457         * src/summaryview.c
10458                 Let navigation keys be handled during 
10459                 load
10460
10461 2006-09-04 [colin]      2.4.0cvs143
10462
10463         * src/messageview.c
10464         * src/summaryview.c
10465         * src/textview.c
10466         * src/textview.h
10467                 Make loading of huge mails (lots of text and/or
10468                 images) cancellable, so the GUI doesn't block 
10469
10470 2006-09-04 [colin]      2.4.0cvs142
10471
10472         * src/plugins/trayicon/trayicon.c
10473                 Fix annoyance when removing a folder with 
10474                 unread mails: trayicon didn't update
10475
10476 2006-09-04 [paul]       2.4.0cvs141
10477
10478         * src/gtk/icon_legend.c
10479                 straighten up columns
10480                 Patch by Fabien Vantard
10481
10482 2006-09-04 [wwp]        2.4.0cvs140
10483
10484         * src/prefs_filtering.c
10485                 fix new line's account name in filtering prefs:
10486                 was "All", is now "(New)".
10487
10488 2006-09-04 [paul]       2.4.0cvs139
10489
10490         * tools/make.themes.project
10491                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10492                 instead of homebrewed "make release"
10493
10494 2006-09-03 [colin]      2.4.0cvs138
10495
10496         * src/folderview.c
10497                 Fix bug #1007 (Wrong folder highlighted)
10498
10499 2006-09-03 [colin]      2.4.0cvs137
10500
10501         * src/compose.c
10502                 Don't set Newsgroup: header to a mail folder
10503                 path
10504
10505 2006-09-03 [paul]       2.4.0cvs136
10506
10507         * src/prefs_other.c
10508         * src/prefs_spelling.c
10509                 unify the gui
10510
10511 2006-09-03 [paul]       2.4.0cvs135
10512
10513         * src/prefs_summaries.c
10514                 correct menu item text in prefs_keybind_apply_clicked()
10515
10516 2006-09-03 [paul]       2.4.0cvs134
10517
10518         * manual/advanced.xml
10519                 some improvements to the descriptions
10520         * src/mainwindow.c
10521         * src/messageview.c
10522         * src/summaryview.c
10523         * src/gtk/menu.c
10524                 fix menu sensitivity issues
10525         * src/prefs_message.c
10526                 drop the useless word 'short'
10527         * src/prefs_other.c
10528                 add the word 'lines' indicating log length
10529                 is a measure of lines
10530         * src/textview.c
10531                 fix compilation warnings
10532
10533 2006-09-02 [colin]      2.4.0cvs133
10534
10535         * src/messageview.c
10536                 Display a special return-receipt message
10537                 if the message is from the user
10538         * src/summaryview.c
10539                 Fix missing freeze of the list when marking
10540                 all read and unthreading for exec. Thanks
10541                 to Stephan Sachse.
10542
10543 2006-09-02 [paul]       2.4.0cvs132
10544
10545         * src/mainwindow.c
10546         * src/prefs_message.c
10547         * src/summaryview.c
10548                 fix some english
10549
10550 2006-09-02 [wwp]        2.4.0cvs131
10551
10552         * src/prefs_filtering.c
10553                 added an account name column to the filtering rules
10554                 dialog.
10555
10556 2006-09-02 [colin]      2.4.0cvs130
10557
10558         * src/gtk/logwindow.c
10559         * src/gtk/logwindow.h
10560                 Block scrolling if we're not at the end
10561                 of the log
10562
10563 2006-09-02 [colin]      2.4.0cvs129
10564
10565         * src/folder.c
10566                 Make sure account-specific rules can't
10567                 be used in {pre-,post-,}processing
10568         * src/mainwindow.c
10569         * src/gtk/logwindow.c
10570         * src/gtk/logwindow.h
10571                 Jump to last error when clicking on the
10572                 warning icon
10573
10574 2006-09-02 [colin]      2.4.0cvs128
10575
10576         * src/imap.c
10577         * src/import.c
10578         * src/mainwindow.c
10579         * src/mainwindow.h
10580                 Fix warning icon
10581         * src/inc.c
10582         * src/mbox.c
10583         * src/mbox.h
10584                 Let proc_mbox know its account, for
10585                 account-specific rules
10586
10587 2006-09-01 [colin]      2.4.0cvs127
10588
10589         * src/codeconv.c
10590                 Don't uselessly use iconv to convert from
10591                 us-ascii
10592         * src/alertpanel.c
10593         * src/mainwindow.c
10594         * src/mainwindow.h
10595         * src/inc.c
10596                 Fix certain log cases, disable warning icon
10597                 for now, the correct way to display it when
10598                 necessary and only when necessary is probably
10599                 to do it manually rather than use error logs
10600         * src/etpan/imap-thread.c
10601                 Clean up UID logging a bit
10602         * src/gtk/logwindow.c
10603         * src/gtk/logwindow.h
10604                 Make logging faster when the window's closed
10605
10606 2006-09-01 [wwp]        2.4.0cvs126
10607
10608         * manual/fr/account.xml
10609                 reflect changes to the ref. manual (parts of cvs72):
10610                 fix tabnames and quotes.
10611
10612 2006-09-01 [wwp]        2.4.0cvs125
10613
10614         * manual/fr/plugins.xml
10615                 reflect changes to the reference manual (cvs42):
10616                 update IRC channel info.
10617
10618 2006-09-01 [wwp]        2.4.0cvs124
10619
10620         * commitHelper
10621                 use CVSEDITOR env. var. if set, according to `man cvs`.
10622
10623 2006-09-01 [wwp]        2.4.0cvs123
10624
10625         * manual/advanced.xml
10626                 better sentence again (thanks to Paul).
10627
10628 2006-09-01 [wwp]        2.4.0cvs122
10629
10630         * manual/advanced.xml
10631         fix definition of toolbar_detachable and rework a bit the one of
10632         enable_dotted_lines.
10633
10634 2006-09-01 [mones]      2.4.0cvs121
10635
10636         * manual/advanced.xml
10637                 Document enable_dotted_lines
10638
10639 2006-09-01 [paul]       2.4.0cvs120
10640
10641         * src/folderview.c
10642         * src/folderview.h
10643         * src/imap.c
10644         * src/mainwindow.c
10645         * src/summaryview.c
10646                 obey the 'When entering folder...' option
10647                 when using the /View/Go to/... menu items
10648                 Thanks to Colin
10649
10650 2006-08-31 [colin]      2.4.0cvs119
10651
10652         * src/folderview.c
10653                 Revert 2.4.0cvs116, wrong fix.
10654
10655 2006-08-31 [colin]      2.4.0cvs118
10656
10657         * src/gtk/gtksctree.c
10658                 Better state the various copyrights
10659
10660 2006-08-31 [colin]      2.4.0cvs117
10661
10662         * src/prefs_common.c
10663                 fix enable_dotted_lines
10664
10665 2006-08-31 [colin]      2.4.0cvs116
10666
10667         * src/folderview.c
10668                 Use pref "Always open on select" when going
10669                 to next unread folder
10670         * src/gtk/gtksctree.c
10671                 Fix link failure to _gtk_clist_create_cell_layout
10672                 on certain computers. (Why not mine, I wonder)
10673
10674 2006-08-31 [colin]      2.4.0cvs115
10675
10676         * src/procmsg.c
10677         * src/textview.c
10678         * src/plugins/bogofilter/bogofilter.c
10679         * src/plugins/spamassassin/spamassassin.c
10680                 Requalify some "errors" to warnings
10681         * src/mainwindow.c
10682         * src/mainwindow.h
10683         * src/statusbar.c
10684                 Add an icon in the statusbar to notify
10685                 of errors
10686         * src/gtk/gtksctree.c
10687         * src/folderview.c
10688         * src/summaryview.c
10689                 Make the GtkSCTree look more modern by
10690                 alternating background lines
10691         * src/prefs_common.c
10692         * src/prefs_common.h
10693                 Add a pref to let people have the old
10694                 way if they prefer
10695
10696
10697 2006-08-30 [colin]      2.4.0cvs114
10698
10699         * src/procmsg.c
10700         * src/procmsg.h
10701                 Provide a way to filter a list of
10702                 messages in an optimised manner, and
10703                 add a list-filtering hook
10704         * src/folder.c
10705         * src/inc.c
10706         * src/mbox.c
10707                 Use the list filtering
10708         * src/plugins/bogofilter/bogofilter.c
10709                 Use the list-filtering hook
10710                 Use -b (bulk) mode for more speed
10711                 when learning and filtering
10712         * src/etpan/imap-thread.c
10713                 Make log output shorter in UID SEARCH
10714
10715
10716 2006-08-30 [colin]      2.4.0cvs113
10717
10718         * src/plugins/bogofilter/bogofilter.c
10719                 Really fast mass learning - thanks to David
10720                 Relson for the options explanations :)
10721
10722 2006-08-30 [colin]      2.4.0cvs112
10723
10724         * src/msgcache.c
10725                 Fix compilation on FreeBSD. Thanks
10726                 to Michael Hugues
10727
10728 2006-08-29 [colin]      2.4.0cvs111
10729
10730         * src/folderview.c
10731                 Handle "popup_menu" signal (for popping the 
10732                 menu via the keyboard)
10733         * src/mimeview.c
10734         * src/mimeview.h
10735         * src/summaryview.c
10736         * src/textview.c
10737         * src/gtk/gtkutils.c
10738         * src/gtk/gtkutils.h
10739                 Factorize scrolling code, and add an API 
10740                 for MimeViewers to handle scroll orders
10741
10742 2006-08-29 [wwp]        2.4.0cvs110
10743
10744         * src/plugins//bogofilter/bogofilter.c
10745         * src/plugins//spamassassin/spamassassin.c
10746                 make the bogofilter/spamassassin filtering error dialogs at
10747         incorporation obey to the "don't popup error dialog on
10748         receive error" option. If disabled, feed the log window w/
10749         the error message.
10750
10751 2006-08-29 [paul]
10752
10753         2.5.0-rc2 released
10754
10755 2006-08-29 [paul]       2.4.0cvs109
10756
10757         * Makefile.am
10758                 remove 'make release', it's not needed
10759                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10760
10761 2006-08-29 [paul]       2.4.0cvs108
10762
10763         * src/foldersel.c
10764         * src/summary_search.c
10765         * src/gtk/progressdialog.c
10766         * src/plugins/pgpcore/passphrase.c
10767                 replace deprecated gtk_window_set_policy()
10768
10769 2006-08-29 [colin]      2.4.0cvs107
10770
10771         * src/folder.c
10772                 Fix data loss when copy fails during a move:
10773                 only use fast remove_msgs if everything was
10774                 copied OK; else use slow remove_msg on the
10775                 mails that got copied only.
10776
10777 2006-08-28 [paul]       2.4.0cvs106
10778
10779         * src/mh.c
10780                 revert change in 2.4.0cvs104, it breaks
10781                 stuff
10782
10783 2006-08-28 [paul]       2.4.0cvs105
10784
10785         * src/plugins/spamassassin/spamassassin.c
10786                 english fix
10787
10788 2006-08-28 [paul]       2.4.0cvs104
10789
10790         * src/mh.c
10791                 fix data loss when moving to another
10792                 mailbox fails
10793         * src/prefs_spelling.c
10794                 improve the english
10795         * src/gtk/pluginwindow.c
10796                 improve the layout of the dialog text
10797         All thanks to Colin
10798
10799 2006-08-28 [paul]       2.4.0cvs103
10800
10801         * src/plugins/bogofilter/bogofilter.c
10802         * src/plugins/bogofilter/bogofilter_gtk.c
10803                 fix english up a bit, innit
10804
10805 2006-08-28 [paul]       2.4.0cvs102
10806
10807         * configure.ac
10808         * po/Makefile.in.in
10809         * po/Makevars
10810                 require autoconf 2.60, enabling building
10811                 with gettext 0.15 (gettext 0.14.x build still
10812                 possible). Replace Makefiles with versions
10813                 from gettext 0.15.
10814                 Remove configure options --with-localedir and
10815                 --with-mandir. The options that are provided
10816                 directly by autoconf 2.60 can be used instead:
10817                 --mandir --localedir
10818
10819 2006-08-27 [colin]      2.4.0cvs101
10820
10821         * src/plugins/bogofilter/Makefile.am
10822                 Fix make dist (no README)
10823
10824 2006-08-27 [colin]      2.4.0cvs100
10825
10826         * src/folder.c
10827                 Don't use F_UNKNOWN folders for any default
10828                 outbox/trash/etc
10829         * src/plugins/bogofilter/bogofilter.c
10830         * src/plugins/bogofilter/bogofilter.h
10831         * src/plugins/bogofilter/bogofilter_gtk.c
10832                 Add an option to specify the path to bogofilter
10833                 Use single-quotes to be able to learn in folders
10834                 with spaces in their names
10835                 Verify learning status
10836
10837 2006-08-27 [colin]      2.4.0cvs99
10838
10839         * manual/faq.xml
10840         * manual/plugins.xml
10841                 Document Bogofilter plugin
10842
10843 2006-08-27 [colin]      2.4.0cvs98
10844
10845         * src/compose.c
10846         * src/messageview.c
10847         * src/procmsg.c
10848         * src/procmsg.h
10849                 When possible, copy the queued mail to sent folder
10850                 instead of re-adding. Much faster on IMAP.
10851
10852 2006-08-27 [colin]      2.4.0cvs97
10853
10854         * src/msgcache.c
10855                 Disable mmaped caches - huge metadata loss
10856                 here after a power failure.
10857         * src/summaryview.c
10858                 Add quicksearch timing
10859         * src/common/plugin.c
10860         * src/common/plugin.h
10861                 Implement an interface to tell what plugins
10862                 provide. Prevent loading of similar plugins.
10863         * src/plugins/clamav/clamav_plugin.c
10864         * src/plugins/demo/demo.c
10865         * src/plugins/dillo_viewer/dillo_viewer.c
10866         * src/plugins/pgpcore/plugin.c
10867         * src/plugins/pgpinline/pgpinline.c
10868         * src/plugins/pgpmime/pgpmime.c
10869         * src/plugins/spamassassin/spamassassin.c
10870         * src/plugins/trayicon/trayicon.c
10871                 Implement plugin_provides()
10872
10873 2006-08-27 [colin]      2.4.0cvs96
10874
10875         * configure.ac
10876         * src/plugins/Makefile.am
10877         * src/plugins/bogofilter/.cvsignore
10878         * src/plugins/bogofilter/Makefile.am
10879         * src/plugins/bogofilter/bogofilter.c
10880         * src/plugins/bogofilter/bogofilter.h
10881         * src/plugins/bogofilter/bogofilter_gtk.c
10882                 New Bogofilter plugin, provides filtering and
10883                 learning. Spamassassin will go to extra plugins.
10884
10885 2006-08-26 [mones]      2.4.0cvs95
10886
10887         * manual/handling.xml
10888                 Fix subfolder path in the example (thanks to Paul) 
10889
10890 2006-08-26 [mones]      2.4.0cvs94
10891
10892         * manual/glossary.xml
10893                 2.2. + add ISP to the glossary
10894                 7.5. + Add UIDL to glossary
10895                 7.7. + Add TCP to glossary
10896         * manual/handling.xml
10897                 7.1. + Mentions GNU/Linux distribution, what about the non...
10898                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10899                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10900                 7.4. = Use appropriate quotation for commands
10901                 7.6. = change "" to <quote></quote>
10902         * manual/plugins.xml
10903                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10904         * manual/starting.xml
10905                 2.1. + local mbox file: some examples of mbox file locations...
10906                 Also reformatted files requiring it
10907
10908 2006-08-26 [wwp]        2.4.0cvs93
10909
10910         * src/summary_search.c
10911                 disable find buttons while summary search is running.
10912
10913 2006-08-25 [colin]      2.4.0cvs92
10914
10915         * src/folder.c
10916         * src/folderutils.c
10917         * src/mh.c
10918         * src/procmsg.h
10919         * src/summaryview.c
10920                 Speed up MH moving, and add progressbar
10921                 for MH deletion
10922         * src/msgcache.c
10923                 Write cache files using mmap() too
10924
10925 2006-08-25 [wwp]        2.4.0cvs91
10926
10927         * src/summaryview.c
10928                 switch spam<->ham button when a message has been marked as spam or ham
10929                 and is still selected. Thanks to Colin.
10930
10931 2006-08-25 [paul]       2.4.0cvs90
10932
10933         * src/Makefile.am
10934         * src/stock_pixmap.c
10935         * src/stock_pixmap.h
10936         * src/summaryview.c
10937         * src/gtk/icon_legend.c
10938         * src/pixmaps/copied.xpm
10939         * src/pixmaps/moved.xpm
10940                 add icons for delayed execution marked for
10941                 copying, marked for moving
10942
10943 2006-08-25 [mones]      2.4.0cvs89
10944
10945         * manual/glossary.xml
10946                 Fix the other glossary items:
10947                 5.1. = Inmmediate execution -> <quote>immediate execution...
10948                 5.2. = Fix MBOX capitalization -> Mbox
10949                 5.3. + Improve Plugins def. w/ tech. ref.
10950                 5.4. = Quotation -> replace '>' by <quote>></quote>
10951                 5.5. - SMTP Server. -> remove dot
10952         * po/es.po
10953                 Updated translation
10954
10955 2006-08-25 [mones]      2.4.0cvs88
10956
10957         * manual/ack.xml
10958                 Reformatted, changed email address
10959         * manual/glossary.xml
10960                 Reformatted, fixed MANUAL-TODO items:
10961                 8.2. + add ROT-13 to glossary
10962                 8.4. + add URL to glossary
10963         * manual/es/advanced.xml
10964                 Fixed <literal>s
10965
10966 2006-08-25 [paul]       2.4.0cvs87
10967
10968         * src/gtk/icon_legend.c
10969                 add 'marked for deletion' icon
10970                 arrange icons by containing column
10971                 wrap long label text
10972
10973 2006-08-25 [colin]      2.4.0cvs86
10974
10975         * src/common/utils.c
10976         * src/common/utils.h
10977                 Add the sc_g_*list_bigger functions in
10978                 a place everyone can use it
10979         * src/summaryview.c
10980                 Only freeze/thaw the list when working
10981                 on the selection, if it's bigger than 1
10982         * src/gtk/gtksctree.c
10983                 Only freeze/thaw the list when unselec-
10984                 ting 'all' if ('all' != 1)
10985                 This avoids some flickering
10986
10987 2006-08-24 [colin]      2.4.0cvs85
10988
10989         * src/addressbook.c
10990                 Fix strange list selection
10991                 Fix random seg (Invalid read of freed memory)
10992
10993 2006-08-24 [colin]      2.4.0cvs84
10994
10995         * src/alertpanel.c
10996         * src/gtk/inputdialog.c
10997         * src/plugins/pgpcore/passphrase.c
10998                 Revert minimal width patch of 2.4.0cvs67,
10999                 as it is also a maximal width. Use 
11000                 gtk_window_set_default_size instead.
11001
11002 2006-08-24 [colin]      2.4.0cvs83
11003
11004         * src/msgcache.c
11005                 Write cache/mark to temp files before
11006                 overwriting old ones (avoids metadata
11007                 loss if writing the new files fail).
11008                 Use mmap() to read cache/mark file, as
11009                 this makes cache reading faster. Dis-
11010                 abled for big-endian machines until it
11011                 can be tested. (Big-endian users: set
11012                 msgcache_use_mmap = TRUE in the relevant
11013                 #if).
11014         * src/procmsg.h
11015                 Move rarely used fields of MsgInfo in 
11016                 another structure, which will only be
11017                 allocated if needed. Face, X-Face,
11018                 Return receipt headers and List-*
11019                 headers are moved. Mails having none
11020                 of these occupy 52 bytes less with
11021                 this patch, which makes 2.5MB of RAM
11022                 saved on a 50k folder).
11023         * src/headerview.c
11024         * src/mainwindow.c
11025         * src/messageview.c
11026         * src/partial_download.c
11027         * src/procheader.c
11028         * src/procmsg.c
11029         * src/textview.c
11030                 Follow this structure change.
11031
11032 2006-08-24 [wwp]        2.4.0cvs82
11033
11034         * manual/es/.cvsignore
11035         * manual/es/dist/.cvsignore
11036         * manual/es/dist/html/.cvsignore
11037         * manual/es/dist/pdf/.cvsignore
11038         * manual/es/dist/ps/.cvsignore
11039         * manual/es/dist/txt/.cvsignore
11040                 more (generated) files to ignore.
11041
11042 2006-08-24 [colin]      2.4.0cvs81
11043
11044         * src/folder.c
11045         * src/mh.c
11046                 Fix possible problems with local delivery. Check the folder doesn't
11047                 need scan before setting its mtime when saving cache (which can be
11048                 done long after the folder's been modified by an external process);
11049                 Check that the stored item's mtime didn't change in mh functions.
11050
11051 2006-08-24 [mones]      2.4.0cvs80
11052
11053         * manual/advanced.xml
11054                 Rewrapping, some fixes and MANUAL-TODO items:
11055                 8.1. = change "" to <quote></quote>
11056                 8.3. = quote menu items
11057                 8.5. - deploying -> new user ... ideally a new user (redundant)
11058
11059 2006-08-23 [colin]      2.4.0cvs79
11060
11061         * src/gtk/gtksctree.c
11062                 When selecting or deselecting range, only
11063                 freeze/thaw when selection is bigger than 10
11064
11065 2006-08-23 [colin]      2.4.0cvs78
11066
11067         * src/messageview.c
11068         * src/mimeview.c
11069         * src/mimeview.h
11070         * src/plugins/dillo_viewer/dillo_viewer.c
11071                 Provide an API for MimeViewer plugins to
11072                 return a text selection for replying
11073
11074 2006-08-23 [colin]      2.4.0cvs77
11075
11076         * src/image_viewer.c
11077         * src/textview.c
11078                 Use gtk_pixbuf_new_from_file_at_scale(), which
11079                 is faster than getting the pixbuf then resizing
11080                 it.
11081
11082 2006-08-23 [colin]      2.4.0cvs76
11083
11084         * src/procmime.c
11085                 UTF-8 should be sent Quoted-printable
11086
11087 2006-08-22 [colin]      2.4.0cvs75
11088
11089         * src/mh.c
11090                 Check if scan is required before touching
11091                 the folder (or it'll be required every time)
11092
11093 2006-08-22 [colin]      2.4.0cvs74
11094
11095         * configure.ac
11096                 Require libetpan 0.46 (crasher fix when built
11097                 against gnutls)
11098
11099 2006-08-22 [colin]      2.4.0cvs73
11100
11101         * src/folder.c
11102                 Set folder's mtime after writing its
11103                 cache
11104         * src/folderview.c
11105                 Add some timing
11106         * src/procmsg.c
11107                 Don't do useless stuff if we don't 
11108                 thread by subject
11109         * src/summaryview.c
11110                 Add some timing, don't deselect prior
11111                 to selecting (gtksctree does it itself),
11112                 remove crash avoidance hacks as it's been
11113                 properly fixed since a while
11114         * src/common/utils.c
11115                 Optimize to_human_readable(): _() is slow,
11116                 do it only once, and avoid %f format for KB
11117                 (the most common in a summaryview)
11118         * src/gtk/gtksctree.c
11119                 Don't uselessly freeze/thaw (fixes flicker
11120                 on next unread and friends), reduce number
11121                 of g_list_nth/g_list_position where possible
11122         * src/gtk/gtkutils.c
11123         * src/gtk/gtkutils.h
11124                 Reduce number of g_list_nth/g_list_position
11125                 where possible.
11126                 All of this makes loading as 70k folder 2.1
11127                 seconds instead of 3.2 (with hot FS caches).
11128                 (1.3 seconds without Date and Size columns...)
11129
11130 2006-08-22 [paul]       2.4.0cvs72
11131
11132         wrap documents and do some items from mones' MANUAL-TODO:
11133
11134         * manual/account.xml
11135                 4.1. = fix tabname references to <quote>tabname</quote>
11136                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
11137         * manual/faq.xml
11138                 1.1. = mentioned options don't match UI
11139                 Add information about the 'Never send Return Receipts'
11140                 option
11141         * manual/handling.xml
11142                 6.2. = Mentions Extended symbols button, but now is
11143                 named Information
11144                 6.3. = Mentions ... button, which is now Edit
11145
11146 2006-08-22 [colin]      2.4.0cvs71
11147
11148         * src/gtk/pluginwindow.c
11149                 Fix layout in verbose translations (such
11150                 as french)
11151
11152 2006-08-22 [paul]       2.4.0cvs70
11153
11154         * manual/Makefile.am
11155                 build manuals in alphabetical order
11156         * src/addressbook.c
11157         * src/prefs_themes.c
11158                 replace/remove deprecated symbols
11159         * src/gtk/gtkutils.c
11160                 fix a warning
11161         * src/gtk/pluginwindow.c
11162                 replace deprecated symbol
11163                 replace label text and move it
11164         * src/plugins/pgpcore/prefs_gpg.c
11165                 move the 'Generate...' button out of the
11166                 Sign Key frame, replace the English used
11167         * src/plugins/pgpcore/sgpgme.c
11168                 fixes to the English
11169
11170 2006-08-21 [colin]      2.4.0cvs69
11171
11172         * src/plugins/trayicon/trayicon.c
11173                 Add more strings for translation; patch
11174                 by Pawel
11175
11176 2006-08-21 [colin]      2.4.0cvs68
11177
11178         * src/compose.c
11179                 fix replied flag not set after drafting
11180         * src/matcher.c
11181                 fix body quicksearch in non-encoded bodies
11182                 containing '='
11183         * src/msgcache.c
11184                 Get rid of the g_malloc workaround for
11185                 corrupted caches, use g_try_malloc
11186
11187 2006-08-21 [colin]      2.4.0cvs67
11188
11189         * src/alertpanel.c
11190         * src/gtk/inputdialog.c
11191         * src/plugins/pgpcore/passphrase.c
11192                 Set minimal width to 375
11193         * src/mainwindow.c
11194                 Fix switching to offline, asking if it 
11195                 should be overriden for synchronising
11196         * src/mimeview.c
11197                 Don't offer to remember command on Open 
11198                 with for text parts, as the browser or 
11199                 text editor command isn't changed from 
11200                 there
11201
11202 2006-08-20 [paul]       2.4.0cvs66
11203
11204         * po/ko.po
11205         * po/zh_CN.po
11206                 fix plural form errors. revealed by stricter
11207                 checking of gettext 0.15
11208
11209 2006-08-18 [paul]       2.4.0cvs65
11210
11211         * src/stock_pixmap.c
11212                 fix the fix of 2.4.0cvs64
11213                 Thanks to Colin
11214
11215 2006-08-18 [paul]       2.4.0cvs64
11216
11217         * src/stock_pixmap.c
11218                 fix leaks
11219                 Thanks to Colin
11220
11221 2006-08-18 [paul]       2.4.0cvs63
11222
11223         * src/compose.c
11224         * src/procmsg.c
11225                 fix occasional IMAP bug where large msgs
11226                 were left in the queue folder after sending
11227                 Thanks to Colin
11228
11229 2006-08-18 [paul]       2.4.0cvs62
11230
11231         * src/folderview.c
11232                 freeze the summaryview while quicksearch results
11233                 are displayed
11234                 (fixes bug 456 'current message is hidden when the
11235                 view is refreshed and extended search is "unread 
11236                 messages"')
11237                 Thanks to Colin
11238         * src/textview.c
11239                 add missing #include "inputdialog.h"
11240         * src/common/utils.h
11241                 add missing mailcap_update_default() and improve
11242                 readability
11243
11244 2006-08-17 [colin]      2.4.0cvs61
11245
11246         * src/plugins/pgpcore/select-keys.c
11247                 Fix warnings :)
11248
11249 2006-08-17 [colin]      2.4.0cvs60
11250
11251         * src/compose.c
11252                 Don't continue queuing if Cancel is clicked
11253                 in select-keys
11254
11255 2006-08-17 [colin]      2.4.0cvs59
11256
11257         * src/plugins/pgpcore/select-keys.c
11258                 When encrypting, if only one key matches and it 
11259                 matches exactly, automatically use it.
11260
11261 2006-08-17 [colin]      2.4.0cvs58
11262
11263         * src/mimeview.c
11264         * src/prefs_common.c
11265         * src/prefs_common.h
11266         * src/prefs_ext_prog.c
11267         * src/textview.c
11268                 Fix issues with previous patch (text/html)
11269                 Remove outdated prefs
11270
11271 2006-08-17 [colin]      2.4.0cvs57
11272
11273         * src/imap.c
11274                 Add View Log button on auth error
11275         * src/procmsg.c
11276                 Fix encrypted mail marked as new when
11277                 saved in normal folders
11278         * src/plugins/pgpinline/pgpinline.c
11279                 Fix encrypt bug on IMAP
11280         * src/mimeview.c
11281         * src/common/utils.c
11282         * src/common/utils.h
11283         * src/gtk/inputdialog.c
11284         * src/gtk/inputdialog.h
11285                 Get rid of metamail stuff, simplify
11286                 opening, and allow remembering of user's
11287                 choices (by updating ~/.mailcap). There's
11288                 still to drop "Audio player" and "Image
11289                 viewer" preferences.
11290
11291 2006-08-17 [mones]      2.4.0cvs56
11292
11293         * manual/es/sylpheed-claws-manual.xml
11294                 fix DTD path
11295
11296 2006-08-17 [mones]      2.4.0cvs55
11297
11298         * configure.ac
11299         * manual/Makefile.am
11300         * manual/es/Makefile.am
11301         * manual/es/account.xml
11302         * manual/es/ack.xml
11303         * manual/es/addrbook.xml
11304         * manual/es/advanced.xml
11305         * manual/es/faq.xml
11306         * manual/es/glossary.xml
11307         * manual/es/gpl.xml
11308         * manual/es/handling.xml
11309         * manual/es/intro.xml
11310         * manual/es/keyboard.xml
11311         * manual/es/plugins.xml
11312         * manual/es/starting.xml
11313         * manual/es/sylpheed-claws-manual.xml
11314         * manual/es/dist/Makefile.am
11315         * manual/es/dist/html/Makefile.am
11316         * manual/es/dist/pdf/Makefile.am
11317         * manual/es/dist/ps/Makefile.am
11318         * manual/es/dist/txt/Makefile.am
11319                 Spanish translation for the manual
11320
11321 2006-08-16 [colin]      2.4.0cvs54
11322
11323         * src/compose.c
11324         * src/main.c
11325         * src/mainwindow.c
11326                 Fix send button sensitivity at startup
11327                 Set send menu sensitivity (patch by Fabien)
11328         * src/ssl_manager.c
11329                 Enable closing with esc (patch by Fabien)
11330         * src/gtk/foldersort.c
11331                 Enable closing with esc (patch by Fabien)
11332         * src/procmime.c
11333                 Optimisation (no need to copy to tempfile to
11334                 "decode" 7bit and 8bit)
11335         * src/summaryview.c
11336                 Fix cruft in swap_from case
11337         * src/textview.c
11338                 Fix missing last line in some mail cases 
11339                 (Fixes debian #381872)
11340         * src/plugins/pgpcore/prefs_gpg.c
11341         * src/plugins/pgpcore/sgpgme.c
11342         * src/plugins/pgpcore/sgpgme.h
11343                 Don't show "no key found" when user explicitely
11344                 wants to create a key
11345
11346 2006-08-16 [paul]       2.4.0cvs53
11347
11348         * configure.ac
11349         * src/account.c
11350         * src/addressbook.c
11351         * src/headerview.c
11352         * src/prefs_account.c
11353         * src/prefs_message.c
11354         * src/gtk/gtkutils.c
11355                 bump up minimum required versions of GTK+ and
11356                 GLIB to 2.6.0
11357
11358 2006-08-16 [paul]       2.4.0cvs52
11359
11360         * src/toolbar.c
11361                 workaround GTK+ Bug 351600 - 'Can't re-click
11362                 on button after sensitivity update'
11363                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11364                 Thanks to Colin
11365
11366 2006-08-15 [colin]      2.4.0cvs51
11367
11368         * src/plugins/pgpcore/prefs_gpg.c
11369                 Set options sensitivity according to
11370                 key existence
11371         * src/plugins/pgpcore/sgpgme.c
11372                 Allow to create key with no passphrase
11373
11374 2006-08-14 [cleroy]     2.4.0cvs50
11375
11376         * src/gtk/pluginwindow.c
11377                 New layout (maybe to be changed?)
11378         * src/gtk/gtkutils.c
11379                 Fix a bit label_window
11380         * src/plugins/pgpcore/passphrase.c
11381         * src/plugins/pgpcore/passphrase.h
11382         * src/plugins/pgpcore/plugin.c
11383         * src/plugins/pgpcore/prefs_gpg.c
11384         * src/plugins/pgpcore/prefs_gpg.h
11385         * src/plugins/pgpcore/sgpgme.c
11386         * src/plugins/pgpcore/sgpgme.h
11387                 Allow to create a PGP private key via the GUI
11388
11389 2006-08-14 [wwp]        2.4.0cvs49
11390
11391         * src/addressbook_foldersel.c
11392                 fix strict ISO C90 compliance.
11393
11394 2006-08-14 [paul]       2.4.0cvs48
11395
11396         * src/gtk/prefswindow.c
11397                 re-set scrolled window on opening
11398                 Patch by Ticho
11399
11400 2006-08-14 [paul]
11401
11402         2.5.0-rc1 released
11403
11404 2006-08-14 [paul]       2.4.0cvs47
11405
11406         * src/prefs_display_header.c
11407                 re-enable user-defined Displayed Headers
11408
11409 2006-08-14 [paul]       2.4.0cvs46
11410
11411         * src/prefs_account.c
11412                 use GTK_STOCK_EDIT
11413
11414 2006-08-13 [colin]      2.4.0cvs45
11415
11416         * src/common/utils.c
11417                 Fix "a" in quote when the original message is empty,
11418                 by using \0 instead of 'a' to test writability of
11419                 temp files.
11420
11421 2006-08-13 [wwp]        2.4.0cvs44
11422
11423         * src/plugins/spamassassin/spamassassin.c
11424                 fix capitalization of "SpamAssassin" in some debug, log and
11425                 dialog messages.
11426
11427 2006-08-13 [paul]       2.4.0cvs43
11428
11429         * src/editldap.c
11430                 fix overlapping widgets
11431         * src/prefs_account.c
11432                 fix translation of protocol_names[]
11433                 fix label disappearing off the edge of the
11434                 visible area
11435
11436 2006-08-12 [paul]       2.4.0cvs42
11437
11438         * manual/plugins.xml
11439                 update IRC channel info before it gets forgotten
11440                 about
11441
11442 2006-08-11 [colin]      2.4.0cvs41
11443
11444         * src/compose.c
11445         * src/mainwindow.c
11446         * src/mainwindow.h
11447         * src/procmsg.c
11448         * src/procmsg.h
11449         * src/summaryview.c
11450         * src/toolbar.c
11451                 Grey out the Send button if
11452                 - Queue folders are empty, or
11453                 - We're sending already
11454
11455 2006-08-11 [wwp]        2.4.0cvs40
11456
11457         * src/main.c
11458                 fix a logic issue when quitting while a compose window is
11459                 still open, thanks to Colin.
11460
11461 2006-08-10 [colin]      2.4.0cvs39
11462
11463         * src/main.c
11464                 Fix default font size setting after wizard run
11465         * src/imap.c
11466         * src/etpan/imap-thread.c
11467         * src/etpan/imap-thread.h
11468                 Fix bug #999 (Timing out on TSL cert validation 
11469                 dialog makes ugly things happen). Also, STARTTLS
11470                 unconditionnaly if initial capabilities contain
11471                 LOGINDISABLED and STARTTLS.
11472
11473 2006-08-09 [colin]      2.4.0cvs38
11474
11475         * src/mainwindow.c
11476         * src/mainwindow.h
11477                 Fix Tools/Actions sensitivity when there are
11478                 no actions
11479
11480 2006-08-09 [colin]      2.4.0cvs37
11481
11482         * src/prefs_filtering.c
11483                 Warning fix, patch by Paul
11484         * src/messageview.c
11485         * src/prefs_actions.c
11486         * src/prefs_filtering_action.c
11487         * src/prefs_matcher.c
11488                 Uniformisation of "Info ..." to "Info..." (for
11489                 old gtk), patch by Fabien
11490         * src/plugins/clamav/clamav_plugin_gtk.c
11491                 Sensitivity fix by Fabien
11492
11493 2006-08-09 [colin]      2.4.0cvs36
11494
11495         * src/main.c
11496         * src/main.h
11497                 Add a function to know whether we're exiting
11498         * src/plugins/trayicon/trayicon.c
11499                 If exiting, don't do anything. Faster, and
11500                 avoids gtk_main_iteration reentracy causing
11501                 segfaults at exit
11502
11503 2006-08-09 [colin]      2.4.0cvs35
11504
11505         * src/messageview.c
11506         * src/mimeview.c
11507         * src/mimeview.h
11508                 Fix lack of part selection when automatically 
11509                 jumping to a specific part
11510         * src/msgcache.c
11511                 Little optimisation in cache reading
11512
11513 2006-08-09 [colin]      2.4.0cvs34
11514
11515         * src/compose.c
11516                 Fix crash setting the priority on reedit
11517                 (Accessing compose before creating it!)
11518
11519 2006-08-08 [colin]      2.4.0cvs33
11520
11521         * src/procmime.c
11522                 Fix bug #998 (last attachment is not accessible)
11523                 Bad RFC interpretation on multipart close-delimiters
11524         * src/mimeview.c
11525         * src/mimeview.h
11526         * src/gtk/gtkvscrollbutton.c
11527         * src/gtk/gtkvscrollbutton.h
11528                 Make attachments list wheel-scrollable
11529
11530 2006-08-07 [colin]      2.4.0cvs32
11531
11532         * src/gtk/gtkaspell.c
11533                 Fix bug #973 (Unicode punctation characters 
11534                 are not recognized as separators by the
11535                 spell checker); fix unsigned stuff
11536
11537 2006-08-07 [colin]      2.4.0cvs31
11538
11539         * src/compose.c
11540                 Fix bug #956 (DnD text with accents in compose 
11541                 text entry); fix gccc's signed/unsigned fuss
11542
11543 2006-08-06 [colin]      2.4.0cvs30
11544
11545         * src/main.c
11546                 Fix bug #979 (Plugin crashes when exiting 
11547                 sylpheed-claws) : handle exit request only 
11548                 once
11549
11550 2006-08-05 [colin]      2.4.0cvs29
11551
11552         * src/news.c
11553                 Just make sure we have a msgid.
11554
11555 2006-08-05 [colin]      2.4.0cvs28
11556
11557         * src/news.c
11558         * src/summaryview.c
11559                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11560                 by reimplementing it
11561         * src/textview.c
11562                 Fix bug when hiding quotes with level > 3 and quote
11563                 colors are recycled
11564
11565 2006-08-04 [colin]      2.4.0cvs27
11566
11567         * src/compose.c
11568         * src/undo.c
11569         * src/undo.h
11570                 Fix a bit replace-by-pasting undo
11571         * src/mainwindow.c
11572         * src/messageview.c
11573                 Fix Fold quotes menu synchro in
11574                 mainwindow when it changes in 
11575                 messageview
11576         * src/textview.c
11577                 Fix right-click on quotes blocks
11578         * src/common/utils.c
11579                 Verify that the file created by
11580                 my_tmpfile() is writable. Fixes
11581                 bug #988 (very specific filesystem
11582                 issue)
11583         * src/plugins/pgpcore/sgpgme.c
11584                 Fix file descriptor leak
11585         * src/plugins/spamassassin/spamassassin.c
11586                 Warn once if spamd isn't reachable
11587
11588 2006-08-04 [colin]      2.4.0cvs26
11589
11590         * src/toolbar.c
11591                 i18n context patch by Fabien
11592
11593 2006-08-03 [colin]      2.4.0cvs25
11594
11595         * src/mainwindow.c
11596         * src/messageview.c
11597                 Rename "Hide quotes" to "Fold quotes"
11598         * src/textview.c
11599                 Don't use hand cursor on quotes. "all 
11600                 the bonuses of the feature and none of 
11601                 unwelcome side-effects"
11602
11603 2006-08-03 [colin]      2.4.0cvs24
11604
11605         * AUTHORS
11606         * sylpheed-claws.desktop
11607         * src/gtk/authors.h
11608                 Bring the desktop file to XDG compliance
11609                 Patch by Charles A. Edwards
11610
11611 2006-08-03 [colin]      2.4.0cvs23
11612
11613         * src/textview.c
11614                 Fix links offset when they are preceded
11615                 by accentued chars (g_utf8_strlen!)
11616         * src/mainwindow.c
11617                 Fix wrong status when starting offline
11618
11619
11620 2006-08-03 [wwp]        2.4.0cvs22
11621
11622         * src/prefs_common.h
11623                 ask what to do w/ filtering rules that belong to an account when
11624                 applying filtering rules manually from the main window (skip,
11625                 apply regardless of the account, use current account). This dialog
11626                 can be skipped and the last reply used.
11627                 (forgot that file)
11628
11629 2006-08-03 [wwp]        2.4.0cvs21
11630
11631         * src/filtering.c
11632         * src/filtering.h
11633         * src/prefs_common.c
11634         * src/summaryview.c
11635         * src/alertpanel.c
11636         * src/alertpanel.h
11637         * src/messageview.c
11638                 ask what to do w/ filtering rules that belong to an account when
11639                 applying filtering rules manually from the main window (skip,
11640                 apply regardless of the account, use current account). This dialog
11641                 can be skipped and the last reply used.
11642
11643
11644 2006-08-03 [colin]      2.4.0cvs20
11645
11646         * src/textview.c
11647                 Optimize previous patch
11648
11649 2006-08-03 [cleroy]     2.4.0cvs19
11650
11651         * src/textview.c
11652                 Fix quotes getting toggled back when the
11653                 mail has an even number of text parts
11654
11655 2006-08-02 [colin]      2.4.0cvs18
11656
11657         * src/messageview.c
11658                 Add Hide quotes menu
11659
11660 2006-08-02 [colin]      2.4.0cvs17
11661
11662         * src/mainwindow.c
11663         * src/prefs_common.c
11664         * src/textview.c
11665         * src/textview.h
11666         * src/gtk/about.c
11667                 Allow per-level quote hiding,
11668                 Allow toggling quotes by double-clicking them
11669                 Rename RemoteURI to ClickableText to reflect
11670                 the fact it's used for a variety of things
11671
11672 2006-08-02 [wwp]        2.4.0cvs16
11673
11674         * src/mainwindow.c
11675                 fix "View/Hide quotes" menu item status initialization.
11676
11677 2006-08-02 [wwp]        2.4.0cvs15
11678
11679         * src/matcher_parser_parse.y
11680                 remove a debug trace.
11681
11682 2006-08-02 [paul]       2.4.0cvs14
11683
11684         * src/plugins/pgpcore/passphrase.c
11685                 don't set initial dialog size
11686                 make it resizable
11687
11688 2006-08-02 [paul]       2.4.0cvs13
11689
11690         * src/noticeview.c
11691                 remove the rogue '/' character
11692
11693 2006-08-02 [paul]       2.4.0cvs12
11694
11695         * src/noticeview.c
11696                 allow buttons to resize as necessary
11697
11698 2006-08-01 [wwp]        2.4.0cvs11
11699
11700         * src/mbox.c
11701                 fix strict ISO C90 compliance.
11702
11703 2006-08-01 [wwp]        2.4.0cvs10
11704
11705         * tools/update-po
11706                 updated update-po tool to work w/ context-dependent translations.
11707                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11708
11709 2006-08-01 [wwp]        2.4.0cvs9
11710
11711         * src/matcher.c
11712         * src/prefs_filtering.c
11713         * src/prefs_matcher.c
11714                 allow context-dependent translations for "All",
11715                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11716
11717 2006-07-31 [colin]      2.4.0cvs8
11718
11719         * AUTHORS
11720         * src/gtk/authors.h
11721                 Add Rafal to authors
11722
11723 2006-07-31 [colin]      2.4.0cvs7
11724
11725         * src/compose.c
11726         * src/mainwindow.c
11727         * src/messageview.h
11728         * src/prefs_common.c
11729         * src/prefs_common.h
11730         * src/textview.c
11731                 Add 'View/Hide quotes'. Patch based on a patch
11732                 by Rafal Weglarz
11733
11734 2006-07-31 [colin]      2.4.0cvs6
11735
11736         * src/action.c
11737                 Fix problem with "> stuff >" actions
11738
11739 2006-07-31 [paul]       2.4.0cvs5
11740
11741         * po/nb.po
11742                 updated by Geir Helland
11743
11744 2006-07-31 [wwp]        2.4.0cvs4
11745
11746         * src/mainwindow.c
11747         * src/summaryview.c
11748         * src/summaryview.h
11749                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11750                 thanks to Colin.
11751
11752 2006-07-31 [wwp]        2.4.0cvs3
11753
11754         * src/Makefile.am
11755         * src/addr_compl.c
11756         * src/addr_compl.h
11757         * src/addressbook.c
11758         * src/addressbook.h
11759         * src/addressbook_foldersel.c
11760         * src/addressbook_foldersel.h
11761         * src/addrindex.c
11762         * src/addrindex.h
11763         * src/matcher.c
11764         * src/matcher.h
11765         * src/matcher_parser_lex.l
11766         * src/matcher_parser_parse.y
11767         * src/prefs_common.c
11768         * src/prefs_common.h
11769         * src/prefs_filtering.c
11770         * src/prefs_matcher.c
11771         * src/prefs_matcher.h
11772         * src/summaryview.c
11773                 introduce filtering against the address book. It's now possible to add
11774                 matched conditions to determine if any email address in a message matches
11775                 or doesn't match any or all books or folders in the address book.
11776
11777 2006-07-31 [wwp]        2.4.0cvs2
11778
11779         * src/account.c
11780         * src/filtering.c
11781         * src/filtering.h
11782         * src/folder.c
11783         * src/folderview.c
11784         * src/inc.c
11785         * src/mainwindow.c
11786         * src/matcher.c
11787         * src/matcher_parser_lex.l
11788         * src/matcher_parser_parse.y
11789         * src/mbox.c
11790         * src/prefs_filtering.c
11791         * src/prefs_filtering.h
11792         * src/procmsg.c
11793         * src/procmsg.h
11794         * src/summaryview.c
11795                 introduce per-account filtering rules. Each filtering rule can now be assigned
11796                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11797                 when applying filtering rules manually, as all rules will apply - even the ones
11798                 assigned to an account. This issue will be addressed soon.
11799  
11800
11801
11802 2006-07-31 [wwp]        2.4.0cvs1
11803
11804         * src/quote_fmt.c
11805                 make more strings translatable.
11806
11807 2006-07-31 [paul]       2.4.0
11808
11809         2.4.0 released
11810
11811 2006-07-31 [paul]       2.3.1cvs91
11812
11813         * po/ca.po
11814                 updated by Miquel Oliete
11815
11816 2006-07-31 [paul]       2.3.1cvs90
11817
11818         * po/de.po
11819         * po/el.po
11820         * po/fr.po
11821         * po/it.po
11822         * po/pl.po
11823         * po/pt_BR.po
11824         * po/sr.po
11825         * po/zh_CN.po
11826                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11827                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11828                 Aleksandar Urosevic, and Ralgh Young
11829
11830 2006-07-31 [paul]       2.3.1cvs89
11831
11832         * src/account.c
11833         * src/main.c
11834         * src/mainwindow.c
11835         * src/mainwindow.h
11836                 Fix a race condition when, after an SC crash, rescanning
11837                 folders took more than 0.5 seconds
11838                 Thanks to Colin
11839
11840 2006-07-31 [paul]       2.3.1cvs88
11841
11842         * src/folderview.c
11843                 don't translate separator strings
11844
11845 2006-07-30 [mones]      2.3.1cvs87
11846
11847         * doc/man/sylpheed-claws.1
11848                 Fixed non-ASCII chars in Hoa's name
11849         * po/es.po
11850                 Updated for release
11851
11852 2006-07-27 [colin]      2.3.1cvs86
11853
11854         * src/textview.c
11855                 Don't include the leading \n in links
11856                 Patch by Fabien
11857
11858 2006-07-25 [colin]      2.3.1cvs85
11859
11860         * src/mainwindow.c
11861         * src/common/socket.h
11862         * src/etpan/imap-thread.c
11863                 Refresh resolvers before connecting
11864                 to IMAP servers, and after switching
11865                 to online. Thanks to Paul.
11866
11867 2006-07-18 [colin]
11868
11869         * 2.4.0-rc4 released
11870
11871 2006-07-17 [colin]      2.3.1cvs84
11872
11873         * src/inc.c
11874                 Show connection attempt in statusbar before
11875                 connecting (previously first message was
11876                 "Retrieving messages from ..." after the
11877                 connection succeeded.
11878
11879 2006-07-16 [wwp]        2.3.1cvs83
11880
11881         * sylpheed-claws.ico
11882                 Added .ico file (windows multi-size icon file, generated).
11883
11884 2006-07-12 [wwp]        2.3.1cvs82
11885
11886         * src/messageview.c
11887                 remove Message/Re-edit menu entry from messageview window,
11888                 as sent/draft/queued messages are opened in compose window when
11889                 re-edited and it's not possible to re-edit other msgs.
11890
11891 2006-07-12 [paul]       2.3.1cvs81
11892
11893         * AUTHORS
11894         * src/mainwindow.c
11895         * src/gtk/authors.h
11896                 check online state before resetting
11897                 mailcheck timer. Useful if some program
11898                 verifies connection state and updates
11899                 Claws.
11900                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11901
11902 2006-07-12 [paul]       2.3.1cvs80
11903
11904         * sylpheed-claws-128x128.png
11905         * sylpheed-claws-64x64.png
11906         * sylpheed-claws.png
11907         * src/Makefile.am
11908         * src/main.c
11909         * src/prefs_toolbar.c
11910         * src/stock_pixmap.c
11911         * src/stock_pixmap.h
11912         * src/wizard.c
11913         * src/gtk/about.c
11914         * src/gtk/gtkutils.c
11915         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11916         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11917         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11918         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11919         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11920         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11921                 updated and renamed logo/icon files and related
11922                 logo by Jesper Schultz
11923
11924 2006-07-11 [paul]       2.3.1cvs79
11925
11926         * src/main.c
11927                 fix the labels a smidgin
11928
11929 2006-07-09 [colin]      2.3.1cvs78
11930
11931         * src/textview.c
11932                 Show errors in textviewer's command
11933                 Patch by H. Merijn Brand
11934
11935 2006-07-09 [colin]      2.3.1cvs77
11936
11937         * src/compose.c
11938                 Save FMID in drafts too
11939
11940 2006-07-08 [colin]      2.3.1cvs76
11941
11942         * src/compose.c
11943                 Svae RMID in drafted mails too
11944                 Save quote_fmt vars for whole mails,
11945                 don't reset at each quote_fmt_init:
11946                 allows to use the same |i{var} in
11947                 various template fields
11948         * src/prefs_template.c
11949         * src/quote_fmt.h
11950         * src/quote_fmt_parse.y
11951                 Same
11952
11953 2006-07-08 [colin]      2.3.1cvs75
11954
11955         * src/textview.c
11956                 Fix highlighting of attached parts URIs
11957
11958 2006-07-08 [colin]      2.3.1cvs74
11959
11960         * src/main.c
11961                 Prevent bug #981 (sc 2.3.1 segfaults with 
11962                 gtk+ 2.10) from being reported again:
11963                 if Sylpheed-Claws has been compiled against
11964                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11965                 of if Sylpheed-Claws has been compiled against
11966                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11967                 error out.
11968
11969 2006-07-07 [colin]      2.3.1cvs73
11970
11971         * src/prefs_actions.c
11972                 Fix label
11973
11974 2006-07-07 [colin]      2.3.1cvs72
11975
11976         * src/prefs_actions.c
11977                 Fix compile on gtk < 2.8. argh :)
11978
11979 2006-07-07 [paul]       2.3.1cvs71
11980
11981         * src/common/defs.h
11982                 update DONATE_URI
11983
11984 2006-07-07 [colin]      2.3.1cvs70
11985
11986         * po/POTFILES.in
11987         * src/quote_fmt.c
11988         * src/quote_fmt_lex.l
11989         * src/quote_fmt_parse.y
11990                 Add |i{var}, a way to insert user-entered
11991                 text in a template
11992
11993 2006-07-07 [colin]
11994
11995         * 2.4.0-rc3 released
11996
11997 2006-07-07 [colin]      2.3.1cvs69
11998
11999         * src/folder.c
12000                 Don't consider inboxes of UNKNOWN folder 
12001                 classes to be useable as default inboxes
12002
12003 2006-07-07 [paul]       2.3.1cvs68
12004
12005         * src/textview.c
12006                 add missing #include <errno.h>
12007                 Thanks to René J. Blokland
12008
12009 2006-07-07 [paul]       2.3.1cvs67
12010
12011         * src/action.c
12012                 Return now Closes dialog
12013         * src/mimeview.c
12014         * src/mimeview.h
12015         * src/textview.c
12016                 add contextual menu to mime parts listed
12017                 in the textview
12018                 Thanks to Colin
12019         * src/common/utils.c
12020                 reversal: ' is a valid character in URLs
12021
12022 2006-07-06 [colin]      2.3.1cvs66
12023
12024         * src/remotefolder.h
12025                 Forgotten in previous commit
12026
12027 2006-07-06 [colin]      2.3.1cvs65
12028
12029         * src/folder.c
12030                 Set summary update flag whenever
12031                 totals changed
12032         * src/imap.c
12033         * src/prefs_account.c
12034         * src/common/utils.h
12035         * src/etpan/imap-thread.c
12036                 Fix warnings, thanks to Fabien and
12037                 Ricardo
12038
12039 2006-07-06 [wwp]        2.3.1cvs64
12040
12041         * src/gtk/gtkutils.c
12042                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
12043
12044 2006-07-06 [wwp]        2.3.1cvs63
12045
12046         * src/account.c
12047         * src/addressbook.c
12048         * src/addressitem.h
12049         * src/folderview.c
12050         * src/mainwindow.c
12051         * src/manual.c
12052         * src/manual.h
12053         * src/message_search.c
12054         * src/prefs_actions.c
12055         * src/prefs_filtering.c
12056         * src/prefs_filtering.h
12057         * src/prefs_template.c
12058         * src/summary_search.c
12059         * src/summaryview.c
12060         * src/gtk/gtkutils.c
12061         * src/gtk/gtkutils.h
12062         * src/gtk/pluginwindow.c
12063                 add help buttons to some dialogs. Clicking such buttons opens a
12064                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
12065
12066 2006-07-06 [paul]       2.3.1cvs62
12067
12068         * src/textview.c
12069                 fix attachments contextual menu
12070                 Thanks to Colin
12071
12072 2006-07-05 [colin]      2.3.1cvs61
12073
12074         * src/textview.c
12075         * src/compose.c
12076                 Handle sftp:// links
12077
12078 2006-07-05 [paul]       2.3.1cvs60
12079
12080         * src/gtk/filesel.c
12081                 grab save button by default
12082                 Thanks to Colin
12083
12084 2006-07-05 [wwp]        2.3.1cvs59
12085
12086         * manual/xml2pdf
12087                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
12088
12089 2006-07-04 [colin]      2.3.1cvs58
12090
12091         * src/mimeview.c
12092         * src/textview.c
12093                 Use left click to select, middle click to open
12094                 on mimeparts links
12095         * src/common/utils.c
12096                 Fix segfault
12097
12098 2006-07-04 [colin]      2.3.1cvs57
12099
12100         * src/mainwindow.c
12101         * src/news.c
12102                 Warning fixes, thanks to Fabien
12103
12104 2006-07-04 [colin]      2.3.1cvs56
12105
12106         * src/mimeview.c
12107         * src/mimeview.h
12108         * src/textview.c
12109                 Allow parts to be selected via their text label
12110                 in textview
12111
12112 2006-07-04 [colin]      2.3.1cvs55
12113
12114         * src/folderview.c
12115                 Feedback when closing (for big folders)
12116         * src/prefs_actions.c
12117         * src/prefs_filtering.c
12118         * src/prefs_matcher.c
12119         * src/prefs_template.c
12120                 Fix default button when closing without
12121                 having saved
12122
12123 2006-07-04 [colin]      2.3.1cvs54
12124
12125         * src/news.c
12126                 Delete local file on deletion
12127
12128 2006-07-03 [colin]      2.3.1cvs53
12129
12130         * src/folderview.c
12131         * src/main.c
12132                 Don't freeze when rescanning after crash
12133
12134 2006-07-03 [wwp]        2.3.1cvs52
12135
12136         * src/compose.c
12137         * src/privacy.c
12138         * src/privacy.h
12139         * src/plugins/pgpinline/pgpinline.c
12140         * src/plugins/pgpmime/pgpmime.c
12141                 don't report an error when the user cancels the passphrase dialog.
12142
12143 2006-07-02 [colin]      2.3.1cvs51
12144
12145         * src/folderview.c
12146                 Open message when crossing folders with Space,
12147                 goto next unread and friends
12148
12149 2006-07-01 [colin]      2.3.1cvs50
12150
12151         * src/prefs_account.c
12152                 Typographic rules varying from language
12153                 to language (in french "Protocole :"),
12154                 we have to do that :)
12155
12156 2006-07-01 [ticho]      2.3.1cvs49
12157
12158         * src/prefs_account.c
12159                 Only use one temporary gchar* variable in
12160                 prefs_account_protocol_set_optmenu().
12161
12162 2006-07-01 [ticho]      2.3.1cvs48
12163
12164         * src/prefs_account.c
12165         * src/prefs_account.h
12166                 Use GtkLabel for existing account protocol name.
12167                 Created an array for protocol names and populate the
12168                 combobox from it in a for() cycle.
12169
12170 2006-06-30 [colin]      2.3.1cvs47
12171
12172         * src/compose.c
12173                 Block undo when changing signature (by changing
12174                 account)
12175
12176 2006-06-30 [paul]       2.3.1cvs46
12177
12178         * src/send_message.c
12179                 when editing From in the Compose window, use that address
12180                 in the Return-Path: header
12181                 Thanks to Colin
12182
12183 2006-06-30 [colin]      2.3.1cvs45
12184
12185         * src/compose.c
12186                 Fix signature replacement:
12187                 - when no newline before separator
12188                 - when reediting
12189
12190 2006-06-29 [colin]      2.3.1cvs44
12191
12192         * src/folderview.c
12193         * src/folderview.h
12194         * src/mainwindow.c
12195         * src/summaryview.c
12196                 Let 'View/Go to/Next marked' work like
12197                 Next new & Next unread: across folders
12198                 Change the select_on_entry pref to do
12199                 what we want when changing folder
12200         * src/common/utils.c
12201                 Fix single-quoted links 
12202
12203 2006-06-29 [colin]      2.3.1cvs43
12204
12205         * src/gtk/gtkaspell.c
12206                 "Sylpheed" and "Sylpheed-Claws" do exist !
12207
12208 2006-06-29 [colin]      2.3.1cvs42
12209
12210         * src/imap.c
12211                 Forgot to remove debug
12212
12213 2006-06-29 [colin]      2.3.1cvs41
12214
12215         * src/imap.c
12216         * src/imap.h
12217         * src/mainwindow.c
12218                 Disconnect from IMAP servers when going
12219                 offline. Fixes bug #978 (going to offline-mode 
12220                 won't close connections)
12221
12222 2006-06-29 [colin]      2.3.1cvs40
12223
12224         * src/main.c
12225                 Fix transient setting on failing plugins
12226                 Patch by Fabien
12227         * src/plugins/pgpcore/sgpgme.c
12228                 Only warn for OpenPGP. Most people don't
12229                 have CMS available.
12230
12231 2006-06-29 [colin]      2.3.1cvs39
12232
12233         * src/compose.c
12234                 Fix Spelling menu (discrepancy between context menu
12235                 and top menu when folder's dictionary isn't the 
12236                 default one)
12237         * src/plugins/pgpcore/sgpgme.c
12238                 More error reporting about why gpgme can fail
12239
12240 2006-06-29 [wwp]        2.3.1cvs38
12241
12242         * src/mainwindow.c
12243                 honor the display-header-pane setting even when the message view
12244                 is a separate window.
12245
12246 2006-06-29 [wwp]        2.3.1cvs37
12247
12248         * src/prefs_actions.c
12249                 forgot to commit that one (use of GTK_STOCK_INFO).
12250
12251 2006-06-29 [colin]      2.3.1cvs36
12252
12253         * src/imap.c
12254                 Better handling of login errors (ask the password
12255                 again once), alert in case of error. Fix three
12256                 signedness warnings.
12257
12258 2006-06-28 [wwp]        2.3.1cvs35
12259
12260         * src/prefs_template.c
12261         * src/prefs_matcher.c
12262         * src/prefs_filtering_action.c
12263         * src/prefs_quote.c
12264                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
12265                 patch by Fabien Vantard, slightly modified.
12266
12267 2006-06-28 [paul]
12268
12269         2.4.0-rc2 released
12270
12271 2006-06-28 [colin]      2.3.1cvs34
12272
12273         * src/prefs_account.c
12274                 Fix bug #977 (Can't add or edit imap accounts)
12275
12276 2006-06-28 [colin]      2.3.1cvs33
12277
12278         * src/mimeview.c
12279                 Fix previous
12280
12281 2006-06-28 [colin]      2.3.1cvs32
12282
12283         * src/mimeview.c
12284                 Save named inlined attachments with "Save all"
12285         * src/main.c
12286         * src/mbox.c
12287         * src/common/plugin.c
12288         * src/common/plugin.h
12289         * src/common/sylpheed.c
12290         * src/common/utils.c
12291         * src/plugins/pgpcore/sylpheed.def
12292         * src/plugins/pgpinline/sylpheed.def
12293         * src/plugins/pgpmime/sylpheed.def
12294                 Win32 compatibility patch, by
12295                 Werner Koch
12296
12297 2006-06-28 [wwp]        2.3.1cvs31
12298
12299         * src/imap.c
12300         * src/prefs_folder_item.c
12301                 less compilation warnings (thanks to Fabien Vantard), less typos.
12302
12303 2006-06-28 [paul]       2.3.1cvs30
12304
12305         * src/gtk/gtkutils.c
12306                 gtk_combo_box_set_focus_on_click() is only
12307                 available since gtk 2.6.0
12308
12309 2006-06-28 [paul]       2.3.1cvs29
12310
12311         * src/prefs_ext_prog.c
12312                 fix engrish and add a tooltip for the
12313                 'command for 'Display as text' option
12314
12315 2006-06-28 [paul]
12316
12317         2.4.0-rc1 released
12318
12319 2006-06-28 [paul]       2.3.1cvs28
12320
12321         * ChangeLog
12322         * tools/Makefile.am
12323                 include textviewer.pl in releases
12324
12325 2006-06-28 [paul]       2.3.1cvs27
12326
12327         * src/prefs_ext_prog.c
12328                 hide Print command option if libgnomeprint
12329                 support is present
12330
12331 2006-06-27 [colin]      2.3.1cvs26
12332
12333         * src/compose.c
12334                 Fix Esc handling in insert/attach dialog
12335                 Don't show this dialog if dragging something
12336                 else than text/uri-list
12337                 Thanks to Fabien Vantard
12338         * tools/textviewer.pl
12339                 Filter script to display stuff as text
12340                 by H. Merijn Brand
12341
12342 2006-06-27 [wwp]        2.3.1cvs25
12343
12344         * src/messageview.c
12345                 use the exact product name (message view title), patch
12346                 by Fabien Vantard.
12347
12348 2006-06-27 [ticho]      2.3.1cvs24
12349
12350         * src/prefs_account.c
12351         * src/prefs_common.c
12352         * src/prefs_common.h
12353         * src/prefs_ext_prog.c
12354         * src/textview.c
12355                 Add a preference (Preferences/External programs)
12356                 to allow "Display as text" to be done via a script
12357                 (patch by H.Merijn Brand).
12358                 Use GtkComboBox for protocol selection in account
12359                 preferences.
12360                 Only include current choice for existing accounts, and
12361                 insensitivize the combobox.
12362
12363 2006-06-27 [paul]       2.3.1cvs23
12364
12365         * src/mbox.c
12366                 fix crasher introduced in cvs21.
12367                 Thanks to Colin
12368
12369 2006-06-26 [colin]      2.3.1cvs22
12370
12371         * src/mbox.c
12372                 Fix double-frees when leaving folders
12373                 after exporting to mbox
12374
12375 2006-06-26 [colin]      2.3.1cvs21
12376
12377         * src/mbox.c
12378                 More feedback (and optimisation)
12379                 on import/export
12380         * src/common/utils.c
12381                 Fix case when looking for mail addresses
12382         * src/gtk/gtkutils.c
12383                 Extra check for (X-)Face
12384
12385 2006-06-25 [ticho]      2.3.1cvs20
12386
12387         * src/compose.c
12388         * src/exphtmldlg.c
12389         * src/gtk/gtkutils.c
12390         * src/gtk/gtkutils.h
12391                 Added second argument to gtkut_sc_combobox_create() to
12392                 control focus-on-click for the widget.
12393                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12394
12395 2006-06-25 [ticho]      2.3.1cvs19
12396
12397         * src/compose.c
12398         * src/gtk/Makefile.am
12399         * src/gtk/combobox.c
12400         * src/gtk/combobox.h
12401         * src/gtk/gtkutils.c
12402         * src/gtk/gtkutils.h
12403                 Use GtkComboBox instead of deprecated GtkOptionMenu
12404                 for account selector in compose window and for encoding
12405                 selector in attachment properties.
12406                 Also factorise working with the new GtkComboBox somewhat.
12407
12408 2006-06-24 [paul]       2.3.1cvs18
12409
12410         * src/prefs_common.c
12411                 use the correct default value
12412
12413 2006-06-24 [paul]       2.3.1cvs17
12414
12415         * src/compose.c
12416         * src/prefs_common.c
12417         * src/prefs_common.h
12418         * src/prefs_compose_writing.c
12419                 enable setting of default action when
12420                 dnd'ing files in the compose window.
12421                 (Collaborative effort with wwp)
12422
12423 2006-06-23 [wwp]        2.3.1cvs16
12424
12425         * src/compose.c
12426                 i18n fix (thanks to Fabien Vantard)
12427
12428 2006-06-22 [colin]      2.3.1cvs15
12429
12430         * src/prefs_customheader.c
12431                 Don't use filters in custom headers' file 
12432                 selector. Remember, extensions mean nothing :)
12433
12434 2006-06-22 [paul]       2.3.1cvs14
12435
12436         * configure.ac
12437                 allow setting of man directory location
12438
12439 2006-06-22 [colin]      2.3.1cvs13
12440
12441         * src/mainwindow.c
12442                 Add 'View/Go to/Next unread folder'.
12443                 I missed that :)
12444
12445 2006-06-22 [colin]      2.3.1cvs12
12446
12447         * src/common/utils.c
12448                 Add some subject prefixes
12449                 Patch by Bjorn T Johansen <btj@havleik.no>
12450
12451 2006-06-22 [colin]      2.3.1cvs11
12452
12453         * manual/advanced.xml
12454                 Forgotten hidden pref
12455
12456 2006-06-21 [paul]       2.3.1cvs10
12457
12458         * src/prefs_account.c
12459                 complete the removal of 'Add date header' option
12460
12461 2006-06-21 [paul]       2.3.1cvs9
12462
12463         * src/account.c
12464         * src/compose.c
12465         * src/prefs_account.c
12466         * src/prefs_account.h
12467                 remove option to add date header - always
12468                 add date header
12469         * src/etpan/imap-thread.c
12470                 fix warnings (Thanks to Colin)
12471
12472 2006-06-21 [wwp]        2.3.1cvs8
12473
12474         * src/folder.c
12475                 set the attachment flag when inline text part are (file)named. This is more convenient
12476                 when receiving (for instance) inline source files or patches sent using thunderbird.
12477
12478 2006-06-21 [paul]       2.3.1cvs7
12479
12480         * src/inc.c
12481                 fix off-by-one count of current msg in
12482                 statusbar filtering progressbar
12483
12484 2006-06-21 [paul]       2.3.1cvs6
12485
12486         * src/folder.c
12487                 Show attachment icon even if the part is 'inline'
12488                 if the following conditions are met:
12489                 - content-type != 'text/plain'
12490                 - content-type != '*/pgp-signature'
12491                 - either 'name' or 'filename' parameter is not NULL
12492                 
12493                 Thanks to Colin
12494
12495 2006-06-21 [paul]       2.3.1cvs5
12496
12497         * src/messageview.c
12498         * src/prefs_common.c
12499         * src/prefs_common.h
12500         * src/prefs_other.c
12501                 add an option to 'Never send Return
12502                 Receipts'
12503                 Thanks to Colin
12504
12505 2006-06-20 [mones]      2.3.1cvs4
12506
12507         * po/es.po
12508                 updated
12509         * src/compose.c
12510                 typo fixed (space after comma)
12511         * tools/make.themes.project
12512                 remove exec mode from tarball files
12513
12514 2006-06-20 [colin]      2.3.1cvs3
12515
12516         * src/news.c
12517         * src/procheader.c
12518         * src/unmime.c
12519                 Better fix for \n's in headers (don't 
12520                 break Received: and others)
12521
12522 2006-06-20 [paul]       2.3.1cvs2
12523
12524         * src/alertpanel.c
12525         * src/textview.c
12526                 improve legibility of phishing attempt
12527                 dialog
12528
12529 2006-06-20 [paul]       2.3.1cvs1
12530
12531         * NEWS
12532         * README
12533         * configure.ac
12534                 Update version number following
12535                 stable release
12536
12537 2006-06-20 [colin]      2.3.0cvs26
12538
12539         * src/compose.c
12540                 When dragging a file to the text of the compose
12541                 window, ask whether we want to insert or attach
12542                 (I know lots of people who do that to attach)
12543
12544 2006-06-20 [colin]      2.3.0cvs25
12545
12546         * src/etpan/imap-thread.c
12547                 Fix threshold (the append command is often > 32 bytes)
12548
12549 2006-06-19 [colin]      2.3.0cvs24
12550
12551         * src/imap.c
12552         * src/etpan/imap-thread.c
12553                 Workaround Rockliffe IMAP server bug: replace
12554                 "x UID SEARCH (ANSWERED UID 1:*)" with
12555                 "x UID SEARCH ANSWERED"
12556                 (Rockliffe doesn't handle the parenthesis)
12557
12558 2006-06-19 [colin]      2.3.0cvs23
12559
12560         * src/compose.c
12561         * src/imap.c
12562         * src/etpan/imap-thread.c
12563                 Probably fix bug #972 (Freezes when adding 
12564                 an attachment to the message)
12565         * src/common/defs.h
12566                 Modernize Firefox cmd
12567
12568
12569 2006-06-18 [colin]      2.3.0cvs22
12570
12571         * src/prefs_customheader.c
12572                 Only allow correct filenames for various
12573                 custom headers
12574
12575 2006-06-18 [colin]      2.3.0cvs21
12576
12577         * src/prefs_customheader.c
12578                 Add a 'From File...' button in custom headers prefs, which
12579                 try to do the right thing: 
12580                 for normal headers, use file as plaintext,
12581                 for X-Face, calls compface,
12582                 for Face, encode to b64.
12583
12584 2006-06-17 [colin]      2.3.0cvs20
12585
12586         * src/mh.c
12587                 Warning fix
12588
12589 2006-06-16 [colin]      2.3.0cvs19
12590
12591         * src/summaryview.c
12592                 Recursive quicksearch: show message list
12593                 in current folder, *then* search children
12594                 in the background.
12595
12596 2006-06-16 [colin]      2.3.0cvs18
12597
12598         * src/main.c
12599                 Instead of ignoring SIGPIPE, save caches
12600                 when getting one. Will fix the fact that
12601                 hot caches are out-of-date when logging 
12602                 out of Xorg.
12603         * src/compose.c
12604         * src/prefs_compose_writing.c
12605                 Only save text (not attachments) when 
12606                 auto-saving to drafts
12607         * src/unmime.c
12608                 Always replace \n, \r and \t with spaces
12609                 in headers
12610         * manual/dist/html/Makefile.am
12611         * manual/dist/pdf/Makefile.am
12612         * manual/dist/ps/Makefile.am
12613         * manual/dist/txt/Makefile.am
12614         * manual/fr/dist/html/Makefile.am
12615         * manual/fr/dist/pdf/Makefile.am
12616         * manual/fr/dist/ps/Makefile.am
12617         * manual/fr/dist/txt/Makefile.am
12618         * manual/pl/dist/html/Makefile.am
12619         * manual/pl/dist/pdf/Makefile.am
12620         * manual/pl/dist/ps/Makefile.am
12621         * manual/pl/dist/txt/Makefile.am
12622                 Fix make clean removing pregenerated manuals
12623
12624
12625 2006-06-16 [colin]      2.3.0cvs17
12626
12627         * src/plugins/pgpcore/sgpgme.c
12628         * src/plugins/pgpmime/pgpmime.c
12629         * src/plugins/pgpinline/pgpinline.c
12630                 Better error reporting in setup_signers.
12631                 Don't fallback to default key if specified
12632                 key isn't found.
12633                 Don't allow signing if more than one secret
12634                 key matches the one specified in prefs.
12635
12636 2006-06-15 [colin]      2.3.0cvs16
12637
12638         * src/folderview.c
12639                 Add "Send queue" in the folder's contextual
12640                 menu
12641         * src/compose.c
12642         * src/messageview.c
12643         * src/privacy.c
12644         * src/privacy.h
12645         * src/procmime.c
12646         * src/procmsg.c
12647         * src/plugins/pgpcore/passphrase.c
12648         * src/plugins/pgpcore/sgpgme.c
12649         * src/plugins/pgpinline/pgpinline.c
12650         * src/plugins/pgpmime/pgpmime.c
12651                 Better error reporting
12652         * src/mbox.c
12653                 Probably fix bug #971 (2.2.3 cannot read mail 
12654                 from local mbox)
12655
12656
12657 2006-06-15 [mones]      2.3.0cvs15
12658
12659         * tools/make.themes.project
12660                 creates the themes project from the web page
12661
12662 2006-06-15 [colin]      2.3.0cvs14
12663
12664         * src/folder.c
12665                 Better fix (avoid losing the folder if scan_tree 
12666                 fails)
12667
12668 2006-06-15 [cleroy]     2.3.0cvs13
12669
12670         * src/folder.c
12671                 Probably fix Bug #969 (crash on rebuilding 
12672                 imap folder)
12673
12674 2006-06-14 [colin]      2.3.0cvs12
12675
12676         * manual/dtd/manual.xsl
12677         * manual/sylpheed-claws-manual.xml
12678         * manual/fr/sylpheed-claws-manual.xml
12679         * manual/pl/sylpheed-claws-manual.xml
12680                 Insert pagebreaks between sections
12681
12682 2006-06-14 [paul]       2.3.0cvs11
12683
12684         * configure.ac
12685                 better fix than 2.3.0cvs10
12686
12687 2006-06-14 [paul]       2.3.0cvs10
12688
12689         * configure.ac
12690                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12691                 (backwards compatible)
12692
12693 2006-06-13 [colin]      2.3.0cvs9
12694
12695         * src/messageview.c
12696                 Fix sending of return receipt with the new queue folders
12697
12698 2006-06-13 [wwp]        2.3.0cvs8
12699
12700         * src/quote_fmt_lex.l
12701                 fix wrong tokens returned in quote_fmt lexer, query not().
12702
12703 2006-06-13 [wwp]        2.3.0cvs7
12704
12705         * src/folder.c
12706         * src/prefs_folder_item.c
12707                 allow changing folder type even when folder is not a top-level one,
12708                 thanks to Colin.
12709
12710 2006-06-12 [colin]      2.3.0cvs6
12711
12712         * src/folderview.c
12713                 Fix double-ask of "Do you want to mark all
12714                 as read"
12715
12716 2006-06-12 [colin]      2.3.0cvs5
12717
12718         * src/compose.c
12719         * src/compose.h
12720         * src/folder.c
12721         * src/folder.h
12722         * src/imap.c
12723         * src/inc.c
12724         * src/main.c
12725         * src/messageview.c
12726         * src/mh.c
12727         * src/prefs_folder_item.c
12728         * src/procheader.c
12729         * src/procmime.c
12730         * src/procmsg.c
12731         * src/procmsg.h
12732         * src/send_message.c
12733         * src/summaryview.c
12734         * src/toolbar.c
12735                 Apply bug #964's patch (Queue and drafts aren't normal)
12736                 The Drafts and Queue folder now contain RFC-822 files,
12737                 allowing to move and copy mails from and to these 
12738                 folders. Moving from Drafts to Queue will prepare the
12739                 mail for sending (PGP signature, encryption, etc).
12740                 This patch also rework sending errors handling to try
12741                 to be more helpful.
12742                 Also, allow redefining folder types via the GUI 
12743                 (Folder type in its Properties)
12744
12745 2006-06-12 [colin]      2.3.0cvs4
12746
12747         * src/summaryview.c
12748         * src/prefs_common.c
12749         * src/prefs_common.h
12750         * src/gedit-print.c
12751                 Allow to define a specific print font - patch
12752                 by Bernhard Walle <bernhard.walle@gmx.de>
12753         * src/prefs_fonts.c
12754         * manual/advanced.xml
12755         * manual/fr/advanced.xml
12756                 Add a hidden pref to allow deletion without
12757                 confirmation
12758
12759 2006-06-12 [wwp]        2.3.0cvs3
12760
12761         * .cvsignore
12762                 more files to ignore.
12763
12764 2006-06-12 [wwp]        2.3.0cvs2
12765
12766         * src/quote_fmt.c
12767         * src/quote_fmt_lex.l
12768         * src/quote_fmt_parse.y
12769                 extend the quote_fmt parser (templates and quotes):
12770                 - allow limited sub-expressions in |p{} and |f{} expressions,
12771                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12772                 - implemented/fixed missing implementation of query_references and show_references,
12773                 - completed, fixed contents and format of the symbols help dialog,
12774                 - fix some compilation warnings.
12775
12776 2006-06-12 [wwp]        2.3.0cvs1
12777
12778         * manual/advanced.xml
12779         * manual/fr/advanced.xml
12780                 updates in the "templates" section of the manual (eng/fr):
12781                  - be more precise (both versions)
12782                  - completed to match the english reference (fr version)
12783                  - touchups (both versions)
12784
12785 2006-06-12 [paul]       2.3.0
12786
12787         2.3.0 released
12788
12789 2006-06-12 [paul]       2.2.3cvs14
12790
12791         * po/ca.po
12792         * po/cs.po
12793         * po/de.po
12794         * po/el.po
12795         * po/fr.po
12796         * po/it.po
12797         * po/pt_BR.po
12798         * po/sr.po
12799         * po/zh_CN.po
12800                 updated by Miquel Oliete, Tim, Stephan Sachse,
12801                 Stavros Giannouris, Fabien Vantard, Andrea
12802                 Spadaccini, Frederico Goncalves Guimaraes,
12803                 Aleksandar Urosevic, and Ralgh Young
12804
12805 2006-06-12 [colin]      2.2.3cvs13
12806
12807         * src/mbox.c
12808                 Add missing header
12809
12810 2006-06-11 [colin]      2.2.3cvs12
12811
12812         * src/msgcache.c
12813                 Verify that g_malloc() succeeded
12814
12815 2006-06-11 [colin]      2.2.3cvs11
12816
12817         * src/wizard.c
12818                 Add Face header to welcome mail
12819
12820 2006-06-10 [colin]      2.2.3cvs10
12821
12822         * src/textview.c
12823                 Revert previous (Forgot it changes the
12824                 margin on the whole mail)
12825
12826 2006-06-10 [colin]      2.2.3cvs9
12827
12828         * src/textview.c
12829                 Don't overlap long headers under (X-)Face
12830
12831 2006-06-10 [mones]      2.2.3cvs8
12832
12833         * manual/xml2pdf
12834                 allow generation of manual on systems lacking saxon binary
12835                 but with java and the saxon library installed
12836
12837         * po/es.po
12838                 updated for release
12839
12840 2006-06-09 [colin]      2.2.3cvs7
12841
12842         * src/summaryview.c
12843                 Fix leak when using Display Sender using Addressbook
12844
12845 2006-06-09 [colin]      2.2.3cvs6
12846
12847         * src/compose.c
12848         * src/folder.c
12849         * src/folderview.c
12850         * src/mimeview.c
12851         * src/summaryview.c
12852                 More leaks fixes
12853
12854 2006-06-09 [paul]       2.2.3cvs5
12855
12856         * AUTHORS
12857         * src/gtk/authors.h
12858         * tools/claws.i18n.status.pl
12859                 updated with new info
12860
12861 2006-06-09 [paul]       2.2.3cvs4
12862
12863         * README
12864                 updated
12865         * manual/ack.xml
12866                 add wwp to authors list
12867         * src/gtk/authors.h
12868                 update mine and Colin's addresses
12869
12870 2006-06-08 [colin]      2.2.3cvs3
12871
12872         * src/etpan/imap-thread.c
12873                 Fix leak on SSL cert check
12874
12875 2006-06-08 [colin]      2.2.3cvs2
12876
12877         * src/common/utils.c
12878                 Fix leak
12879
12880 2006-06-08 [paul]       2.2.3cvs1
12881
12882         * configure.ac
12883                 Update version number following
12884                 stable release
12885
12886 2006-06-07 [colin]      2.2.2cvs3
12887
12888         * src/msgcache.c
12889                 Fix catching cache read errors (guint instead of gint)
12890                 Prevent malloc'ing more than 8MB (means cache corruption)
12891
12892 2006-06-07 [paul]       2.2.2cvs2
12893
12894         * src/exporthtml.c
12895         * src/exportldif.c
12896         * src/mh.c
12897         * src/mutt.c
12898         * src/pine.c
12899         * src/common/utils.c
12900                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12901                 obey $HOME'
12902                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12903                 Thanks to Colin
12904
12905 2006-06-06 [paul]       2.2.2cvs1
12906
12907         * configure.ac
12908                 Update version number following
12909                 stable release
12910
12911 2006-06-06 [paul]       2.2.1cvs6
12912
12913         * src/matcher.c
12914                 fix  implicit declaration of
12915                 sylpheed_do_idle()
12916                 Patch by Fabien Vantard
12917
12918 2006-06-06 [paul]       2.2.1cvs5
12919
12920         * src/matcher.c
12921                 fix age_greater and age_lower so that they
12922                 mean what say and not '...or equal to'
12923                 Thanks to Colin
12924
12925 2006-06-06 [paul]       2.2.1cvs4
12926
12927         * src/textview.c
12928         * src/common/utils.c
12929                 fix URI check
12930                 Thanks to Colin
12931
12932 2006-06-05 [wwp]        2.2.1cvs3
12933
12934         * manual/fr/account.xml
12935                 minor language fixes (thanks to Fabien Vantard).
12936
12937 2006-06-05 [colin]      2.2.1cvs2
12938
12939         * src/prefs_folder_item.c
12940         * src/folderview.c
12941                 Allow recursive setting of properties 
12942                 for whole mailboxes
12943         * src/matcher.c
12944                 Don't freeze on 'test' filtering rule
12945
12946 2006-06-05 [colin]      2.2.1cvs1
12947
12948         * configure.ac
12949                 Update version number following
12950                 stable release
12951
12952 2006-06-04 [wwp]        2.2.0cvs82
12953
12954         * manual/glossary.xml
12955         * manual/account.xml
12956         * manual/fr/glossary.xml
12957         * manual/fr/account.xml
12958                 added glossary section and references/links related to the Face custom header.
12959
12960 2006-06-04 [colin]      2.2.0cvs81
12961
12962         * src/summaryview.c
12963                 Skip to next message on move with no
12964                 immediate execution
12965
12966 2006-06-04 [wwp]        2.2.0cvs80
12967
12968         * manual/xml2pdf
12969                 added sanity checks, exit when needed.
12970
12971 2006-06-03 [paul]       2.2.0cvs79
12972
12973         * src/prefs_receive.c
12974                 page name is now 'Receiving'
12975         * src/prefs_send.c
12976                 page name is now 'Sending'
12977
12978 2006-06-03 [colin]      2.2.0cvs78
12979
12980         * src/plugins/spamassassin/spamassassin_gtk.c
12981                 Autoswitch to Localhost if transport was previously
12982                 disabled. Else people had to check [] Enable, then
12983                 *reselect* transport.
12984
12985 2006-06-03 [colin]      2.2.0cvs77
12986
12987         * src/plugins/pgpinline/pgpinline.c
12988         * src/plugins/pgpmime/pgpmime.c
12989                 Check that gpg_data_release_and_get_mem 
12990                 didn't fail (now, why this happens...)
12991
12992 2006-06-03 [colin]      2.2.0cvs76
12993
12994         * src/mbox.c
12995                 Fix bug #962 (Manual and/or UI should 
12996                 warn about incompatible locking 
12997                 causing dataloss)
12998
12999 2006-06-02 [cleroy]     2.2.0cvs75
13000
13001         * src/filtering.c
13002         * src/folder.c
13003         * src/procmsg.c
13004         * src/summaryview.c
13005                 Fix a few leaks
13006
13007 2006-06-02 [colin]      2.2.0cvs74
13008
13009         * src/main.c
13010                 On exit, free caches after writing them
13011                 Shuts up some valgrind false positives
13012         * src/procmsg.c
13013         * src/send_message.c
13014                 Fix races when reusing existing SMTP connections
13015                 Fix inexistant session timeout
13016         * src/toolbar.c
13017                 Display alertpanel after all queues have
13018                 been processed, not after each
13019
13020 2006-06-02 [wwp]        2.2.0cvs73
13021
13022         * manual/fr/glossary.xml
13023         * manual/fr/ack.xml
13024         * manual/ack.xml
13025                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
13026
13027 2006-06-02 [wwp]        2.2.0cvs72
13028
13029         * manual/xml2pdf
13030         * manual/dist/pdf/Makefile.am
13031         * manual/dtd/manual.xsl
13032         * manual/fr/dist/pdf/Makefile.am
13033         * manual/pl/dist/pdf/Makefile.am
13034                 we changed the procedure to generate the .pdf version of the manual.
13035                 The procedure is more modern and the .pdf we get now has a valid index.
13036                 Here are the new pre-requisites:
13037
13038                 - JRE 1.x (1.4 here): there must be one from your distro
13039                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
13040                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
13041                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
13042
13043                 See my posts for further info about the installation of this toolchain:
13044
13045                 Date: Fri, 19 May 2006 19:40:06 +0200
13046                 From: wwp <subscript@free.fr>
13047                 To: sylpheed-claws-devel@lists.sourceforge.net
13048                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
13049
13050                 and
13051
13052                 Date: Wed, 24 May 2006 12:58:49 +0200
13053                 From: wwp <subscript@free.fr>
13054                 To: sylpheed-claws-devel@lists.sourceforge.net
13055                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
13056
13057 2006-06-01 [colin]      2.2.0cvs71
13058
13059         * src/compose.c
13060                 Better guards against IMAP races
13061         * src/main.c
13062         * src/prefs_common.c
13063         * src/prefs_common.h
13064         * src/common/ssl_certificate.c
13065         * src/etpan/imap-thread.c
13066         * src/etpan/imap-thread.h
13067         * src/gtk/sslcertwindow.c
13068                 New hidden option ssl_skip_cert_check to 
13069                 avoid dups of bug #959 (libetpan linked
13070                 against gnutls and gnutls buggy on 64bit)
13071                 Present expired warning only once per
13072                 session/server.
13073         * manual/advanced.xml
13074         * manual/fr/advanced.xml
13075                 Document new option
13076
13077 2006-06-01 [wwp]        2.2.0cvs70
13078
13079         * src/messageview.c
13080                 fix for bug #961 (return receipt dialog 
13081                 complains incorrectly about return-path 
13082                 email adress being different), thanks 
13083                 to Colin.
13084
13085 2006-05-31 [cleroy]     2.2.0cvs69
13086
13087         * src/common/ssl.c
13088                 Guard against NULLs, although this
13089                 should never be an issue
13090
13091 2006-05-31 [colin]      2.2.0cvs68
13092
13093         * src/filtering.c
13094                 Use g_slist_prepend
13095         * src/imap.c
13096                 Don't remove caches when destroying folder, it
13097                 could (should) be done at exit
13098         * src/inc.c
13099                 free processing cache after incorporation
13100         * src/etpan/imap-thread.c
13101                 Maybe fix bug #959 (Crash on moving to emails 
13102                 to a imap account per ssl with a expired 
13103                 certificate.)
13104
13105 2006-05-30 [colin]      2.2.0cvs67
13106
13107         * src/summaryview.c
13108                 Put back event flush when displaying message
13109                 It avoids reading a bunch of messages just
13110                 by hitting shift-n for too long ;)
13111
13112 2006-05-29 [colin]      2.2.0cvs66
13113
13114         * src/summaryview.c
13115                 Remove useless g_warnings
13116
13117 2006-05-29 [colin]      2.2.0cvs65
13118
13119         * src/imap.c
13120                 Fix g_slist_append()s for performance
13121
13122 2006-05-29 [colin]      2.2.0cvs64
13123
13124         * src/compose.c
13125         * src/common/utils.c
13126                 Fix extraneous tab at start of addresses
13127         * src/mainwindow.c
13128                 Fix warnings (thanks to Fabien)
13129                 Fix crash at exit when composing messages 
13130                 exist
13131         * src/pop.c
13132                 Fix progress bar when deleting expired mails
13133                 Thanks to Hiro
13134         * src/summaryview.c
13135         * src/gtk/gtksctree.c
13136                 Fix re-sorting slowness
13137
13138 2006-05-29 [paul]       2.2.0cvs63
13139
13140         * src/mh.c
13141                 fetch full message when moving mails
13142                 from another mailbox, (fixed data loss
13143                 when filtering from IMAP to MH, introduced
13144                 in 2.2.0cvs57).
13145                 Thanks to Colin
13146
13147 2006-05-29 [mones]      2.2.0cvs62
13148
13149         * src/gtk/gtksctree.c
13150                 Unselect faster (patch by Colin)        
13151
13152 2006-05-26 [colin]      2.2.0cvs61
13153
13154         * src/summaryview.c
13155                 Unplug MSGINFO_UPDATE callback on delete too.
13156
13157 2006-05-26 [colin]      2.2.0cvs60
13158
13159         * src/foldersel.c
13160                 Fix bold in folder selection window with glib2.10
13161                 thanks Hiro
13162
13163 2006-05-26 [colin]      2.2.0cvs59
13164
13165         * src/procheader.c
13166                 Convert date only if necessary (and don't
13167                 try to convert from utf8 to utf8, too)
13168         * src/summaryview.c
13169                 Only set column's text if the column's 
13170                 displayed
13171
13172 2006-05-26 [colin]      2.2.0cvs58
13173
13174         * src/summaryview.c
13175         * src/gtk/gtkutils.c
13176                 Fix useless warning
13177
13178 2006-05-26 [colin]      2.2.0cvs57
13179
13180         * src/mainwindow.c
13181                 Make summaryview selectable as long as 
13182                 no message has focus
13183         * src/mh.c
13184                 Faster deletion (by implementing mh_remove_msgs)
13185                 Faster copy (avoid using mh_fetch_msg just to get
13186                 the filename)
13187                 Faster move (using move_file instead of copy_file
13188                 if MSG_IS_MOVE)
13189                 No progressbar if total number of mails to cp/mv 
13190                 is less than 100
13191         * src/summaryview.c
13192                 Fix removal from subject_table when mail gets moved
13193                 Faster deletion (g_slist_prepend instead of append)
13194         * src/gtk/gtksctree.c
13195                 Remove useless code
13196
13197 2006-05-25 [colin]      2.2.0cvs56
13198
13199         * src/common/ssl_certificate.c
13200                 Fix leak in expired cert check
13201
13202 2006-05-25 [colin]      2.2.0cvs55
13203
13204         * src/mh.c
13205                 Disable flags syncing on .mh_sequences - it
13206                 is buggy and marks mails read under unknown
13207                 conditions.
13208
13209 2006-05-25 [paul]
13210
13211         * 2.3.0-rc4 released
13212
13213 2006-05-24 [colin]      2.2.0cvs54
13214
13215         attention cvs users: if you manage to crash
13216         Sylpheed-Claws while moving, copying or deleting
13217         mails, we *are* interested in stack traces and
13218         valgrind logs. It looks stable, but one never
13219         knows...
13220
13221         * src/folder.c
13222                 Add progressbar for cache updates
13223         * src/folderutils.c
13224                 Optimize Mark all read in the current
13225                 folder
13226         * src/mh.c
13227                 Add progressbar for copy/move
13228         * src/procmsg.c
13229                 Optimize O(n^2) in copy/move
13230         * src/summaryview.c
13231         * src/gtk/gtksctree.c
13232                 Optimize O(n^2) algos
13233         * src/common/timing.h
13234                 Display ms instead of us
13235
13236 2006-05-24 [wwp]        2.2.0cvs53
13237
13238         * manual/fr/advanced.xml
13239                 updates to the French manual.
13240
13241 2006-05-24 [wwp]        2.2.0cvs52
13242
13243         * src/common/utils.c
13244                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
13245
13246 2006-05-24 [wwp]        2.2.0cvs51
13247
13248         * src/folderutils.c
13249                 fixed "mark all read" in MH folders (thanks to Colin).
13250
13251 2006-05-24 [paul]       2.2.0cvs50
13252
13253         * doc/man/sylpheed-claws.1
13254                 updated the man page
13255
13256 2006-05-23 [colin]      2.2.0cvs49
13257
13258         * src/folderview.c
13259         * src/imap.c
13260         * src/inc.c
13261         * src/mbox.c
13262         * src/messageview.c
13263         * src/news.c
13264         * src/send_message.c
13265         * src/summaryview.c
13266         * src/gtk/sslcertwindow.c
13267                 alertpanel fixes, by Fabien
13268
13269 2006-05-23 [colin]      2.2.0cvs48
13270
13271         * src/folder.c
13272         * src/folderview.c
13273         * src/msgcache.c
13274         * src/summaryview.c
13275         * src/gtk/gtksctree.c
13276         * src/gtk/gtksctree.h
13277                 More timings
13278                 Fix slow loading problem, which was caused by the
13279                 use of some gtk_ctree funcs and their use of
13280                 g_list_position while gtk_ctree_(un)link'ing.
13281                 Reap more functions from gtkctree.c to be sure we
13282                 use our (fast) version instead of theirs.
13283         * src/mh.c
13284                 Fix copy of unread mails
13285
13286
13287 2006-05-22 [wwp]        2.2.0cvs47
13288
13289         * manual/fr/advanced.xml
13290                 updated.
13291
13292 2006-05-22 [colin]      2.2.0cvs46
13293
13294         * src/filtering.c
13295                 Fix possible infinite loop. 'copy' is not a 
13296                 final action, so when encountering a 'copy',
13297                 we have to check if a previous one was set
13298                 and do it. In the same way, if we encounter
13299                 a 'move' we have to perform a possibly 
13300                 pending 'copy'. This will slow down filtering
13301                 on IMAP if move+copy or multiple copy actions
13302                 are to be done, but handling it via the batch
13303                 would be really too convoluted.
13304
13305 2006-05-22 [wwp]        2.2.0cvs45
13306
13307         * manual/fr/advanced.xml
13308         * manual/fr/faq.xml
13309         * manual/fr/glossary.xml
13310         * manual/fr/handling.xml
13311         * manual/fr/intro.xml
13312         * manual/fr/plugins.xml
13313         * manual/fr/sylpheed-claws-manual.xml
13314                 sync w/ the english manual: updates URIs, documented mailing-list
13315                 support, better explanation about the enabled/disabled feature
13316                 in filtering/processing rules by Paul.
13317
13318 2006-05-21 [colin]      2.2.0cvs44
13319
13320         * src/summaryview.c
13321                 Don't expand after building threads, but during
13322
13323 2006-05-21 [colin]      2.2.0cvs43
13324
13325         * src/procmsg.c
13326         * src/summaryview.c
13327                 More timing possibilities... For next time I have 
13328                 to find out how the hell some 3GHz computer takes
13329                 one minute to open a 30k folder...
13330
13331 2006-05-21 [colin]      2.2.0cvs42
13332
13333         * manual/pl/advanced.xml
13334         * manual/pl/faq.xml
13335         * manual/pl/glossary.xml
13336         * manual/pl/handling.xml
13337         * manual/pl/intro.xml
13338         * manual/pl/plugins.xml
13339         * manual/pl/sylpheed-claws-manual.xml
13340                 Polish manual updated by Pawel
13341
13342 2006-05-20 [colin]
13343
13344         * 2.3.0-rc3 released
13345
13346 2006-05-20 [colin]      2.2.0cvs41
13347
13348         * src/imap.c
13349                 Fix -rc2 problems:
13350                 - remove cache of moved messages from original folder
13351                 - apply new flags to messages even if they aren't appliable
13352                   via IMAP.
13353
13354 2006-05-20 [colin]
13355
13356         * 2.3.0-rc2 released
13357
13358 2006-05-19 [colin]      2.2.0cvs40
13359
13360         * src/imap.c
13361                 Don't issue SELECT in imap_change_flags
13362                 before having checked that we indeed have
13363                 some flags to change. MSG_POSTFILTERED for
13364                 example can't be used on IMAP.
13365                 Fixes bug #955 (copying messages between 
13366                 imap folders is extremely slow), which was
13367                 a regression.
13368
13369 2006-05-19 [colin]      2.2.0cvs39
13370
13371         * src/folder.c
13372         * src/folder.h
13373         * src/folderview.c
13374                 Try to fix bug #830 (Some unread messages 
13375                 get marked read in IMAP inbox):
13376                 - Prevent scanning a folder if it's being 
13377                   opened via the GUI
13378                 - Postpone opening via the GUI of a folder
13379                   currently scanned.
13380
13381
13382 2006-05-19 [wwp]        2.2.0cvs38
13383
13384         * manual/advanced.xml
13385                 fix English+typo (thanks to Paul).
13386
13387 2006-05-19 [wwp]        2.2.0cvs37
13388
13389         * manual/advanced.xml
13390         * manual/fr/advanced.xml
13391         * src/gtk/logwindow.c
13392         * src/prefs_common.c
13393         * src/prefs_common.h
13394                 added hidden prefs to allow customization of colors used in
13395                 protocol log window (useful for dark gtk+ themes).
13396
13397 2006-05-19 [wwp]        2.2.0cvs36
13398
13399         * ChangeLog
13400                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13401
13402 2006-05-19 [paul]       2.2.0cvs35
13403
13404         * src/textview.c
13405                 make Reply-To fully clickable
13406         * src/gtk/logwindow.c
13407                 more colouring (SMTP ESMTP)
13408         Both patches by Pawel Pekala
13409
13410 2006-05-19 [cleroy]     2.2.0cvs34
13411
13412         * src/mh.c
13413                 Don't update flags from current folder
13414                 Probably fixes bug #935 (Read Messages 
13415                 Revert to Being Marked as Unread)
13416
13417 2006-05-18 [colin]      2.2.0cvs33
13418
13419         * src/imap.c
13420                 Warning fix
13421         * src/compose.c
13422         * src/mainwindow.c
13423         * src/summaryview.c
13424         * src/toolbar.c
13425                 Allow replying to multiple emails
13426                 in multiple windows
13427         * src/mimeview.c
13428         * src/etpan/imap-thread.c
13429                 Leak fixes
13430
13431 2006-05-18 [paul]       2.2.0cvs32
13432
13433         * src/summaryview.c
13434                 keep Mailing-List menu refreshed
13435                 Thanks to Colin
13436
13437 2006-05-18 [paul]       2.2.0cvs31
13438
13439         * manual/advanced.xml
13440         * manual/faq.xml
13441         * manual/glossary.xml
13442         * manual/handling.xml
13443         * manual/intro.xml
13444         * manual/plugins.xml
13445         * manual/sylpheed-claws-manual.xml
13446                 update URLs
13447                 add info about mailing-list support
13448                 edit filtering info
13449         * src/wizard.c
13450         * src/common/defs.h
13451         * src/gtk/about.c
13452         * src/plugins/dillo_viewer/README
13453                 update URLs
13454
13455 2006-05-17 [wwp]        2.2.0cvs30
13456
13457         * manual/handling.xml
13458         * manual/fr/handling.xml
13459                 documented the ability to enabled/disable filtering/processing rules.
13460
13461 2006-05-17 [colin]      2.2.0cvs29
13462
13463         * src/main.c
13464                 Don't initialize g_thread subsystem if it's 
13465                 already done (thanks to Hiro)
13466         * src/mimeview.c
13467                 Fix saving of parts when there name can't be
13468                 converted from UTF-8.
13469
13470 2006-05-17 [paul]       2.2.0cvs28
13471
13472         * po/Makefile.in.in
13473                 fix config.status warning with autoconf 2.60
13474
13475 2006-05-17 [paul]       2.2.0cvs27
13476
13477         * po/POTFILES.in
13478                 add src/mbox.c
13479
13480 2006-05-17 [wwp]        2.2.0cvs26
13481
13482         * src/mainwindow.c
13483                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13484
13485 2006-05-17 [wwp]        2.2.0cvs25
13486
13487         * src/plugins/demo/demo.c
13488                 updated product name in plugin demo (many plugins need to be
13489                 sync'ed w/ that change).
13490
13491 2006-05-17 [colin]      2.2.0cvs24
13492
13493         * src/mh.c
13494                 Fix leak
13495
13496 2006-05-16 [colin]      2.2.0cvs23
13497
13498         * src/mainwindow.c
13499                 Stupid me hit again. Fix cvs22.
13500
13501 2006-05-16 [colin]      2.2.0cvs22
13502
13503         * src/mainwindow.c
13504                 Fix bug #922 (sylpheed-claws crashed after 
13505                 pushing on Inbox folder)
13506
13507 2006-05-16 [colin]      2.2.0cvs21
13508
13509         * src/compose.c
13510                 Make From header be copy/paste/select-able
13511
13512 2006-05-16 [wwp]        2.2.0cvs20
13513
13514         * src/export.c
13515         * src/matcher.c
13516         * src/summaryview.c
13517         * src/etpan/imap-thread.c
13518                 fix some compiler warnings (thanks to Colin).
13519
13520 2006-05-16 [wwp]        2.2.0cvs19
13521
13522         * src/action.c
13523         * src/gedit-print.c
13524         * src/inc.c
13525         * src/mainwindow.c
13526         * src/mh.c
13527         * src/statusbar.c
13528         * src/send_message.c
13529         * src/summaryview.c
13530                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13531
13532 2006-05-15 [colin]      2.2.0cvs18
13533
13534         * src/procmsg.c
13535                 Fix automatic rule creation with List-Post
13536
13537 2006-05-15 [paul]       2.2.0cvs17
13538
13539         * tools/filter_conv_new.pl
13540                 updated for rule enabling/disabling
13541                 claws version >= 2.3.x required
13542
13543 2006-05-15 [cleroy]     2.2.0cvs16
13544
13545         * src/main.c
13546                 Revert test
13547
13548 2006-05-15 [cleroy]     2.2.0cvs15
13549
13550         * src/main.c
13551                 test
13552
13553 2006-05-15 [wwp]        2.2.0cvs14
13554
13555         * manual/pl/.cvsignore
13556                 ignore generated files.
13557
13558 2006-05-14 [wwp]        2.3.0-rc1
13559
13560         * 2.3.0-rc1 released
13561
13562 2006-05-13 [wwp]        2.2.0cvs13
13563
13564         * src/filtering.c
13565         * src/filtering.h
13566         * src/matcher.c
13567         * src/matcher_parser_lex.l
13568         * src/matcher_parser_parse.y
13569         * src/prefs_filtering.c
13570                 new feature: provide the ability to disable filtering and processing
13571                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13572                 adaptations.
13573
13574 2006-05-13 [colin]      2.2.0cvs12
13575
13576         * src/compose.c
13577                 Remove useless if (a) b; else b;
13578                 Thanks to wwp
13579
13580 2006-05-13 [wwp]        2.2.0cvs11
13581
13582         * src/export.c
13583         * src/import.c
13584         * src/mainwindow.c
13585         * src/mbox.c
13586         * src/summaryview.c
13587         * src/summaryview.h
13588                 no more silent failures (or at least less ones) when importing
13589                 or exporting from/to mbox. Also start importing/exporting if
13590                 the necessary info is set.
13591
13592 2006-05-13 [wwp]        2.2.0cvs10
13593
13594         * RELEASE_NOTES
13595                 restored up-to-date release notes.
13596
13597 2006-05-13 [paul]       2.2.0cvs9
13598
13599         * po/nl.po
13600         * po/ru.po
13601                 updated by Tim Dijkstra and Pavlo Bohmat
13602
13603 2006-05-12 [colin]      2.2.0cvs8
13604
13605         * src/gtk/quicksearch.c
13606                 Add "k" as shortcut for "colorlabel". Patch
13607                 by ath42@users.sf.net.
13608
13609 2006-05-12 [paul]       2.2.0cvs7
13610
13611         * src/prefs_common.h
13612         * src/prefs_summaries.c
13613         * src/summaryview.c
13614                 when entering a folder also allow
13615                 going directly to first Marked message
13616
13617 2006-05-12 [paul]       2.2.0cvs6
13618
13619         * src/summaryview.c
13620                 always obey 'confirm before marking all
13621                 mails read' option
13622
13623 2006-05-12 [paul]       2.2.0cvs5
13624
13625         * src/textview.c
13626                 make Sender fully clickable
13627
13628 2006-05-12 [colin]      2.2.0cvs4
13629
13630         * src/compose.c
13631         * src/compose.h
13632                 Let From be editable
13633         * src/main.c
13634         * src/mh.c
13635                 Full support of .mh_sequences' Unseen seq
13636
13637 2006-05-12 [colin]      2.2.0cvs3
13638
13639         * src/folder.c
13640         * src/mainwindow.c
13641         * src/mainwindow.h
13642         * src/messageview.c
13643         * src/prefs_spelling.c
13644         * src/procheader.c
13645         * src/procmsg.c
13646         * src/procmsg.h
13647         * src/summaryview.c
13648         * src/toolbar.c
13649         * src/toolbar.h
13650                 Add contextual menu on Compose toolbar
13651                 button. Fixes bug #944 (Automatic
13652                 addresses not applied when changing account
13653                 from compose window)
13654                 add Mailing List support
13655                 based on the old 0.6.5claws25 patch by
13656                 Melvin Hadasht, with finishing touches
13657                 by Colin
13658                 Fix "ignore thread" when mails are threaded by
13659                 subject (and weren't ignored although appearing
13660                 in the thread).
13661                 GUI rework.
13662                 Both patches by Pawel.
13663
13664 2006-05-08 [paul]       2.2.0cvs2
13665
13666         * src/mainwindow.c
13667         * src/mainwindow.h
13668         * src/messageview.c
13669         * src/procheader.c
13670         * src/procmsg.c
13671         * src/procmsg.h
13672         * src/summaryview.c
13673                 add Mailing List support
13674                 based on the old 0.6.5claws25 patch by 
13675                 Melvin Hadasht, with finishing touches
13676                 by Colin
13677
13678 2006-05-08 [colin]      2.2.0cvs1
13679
13680         * src/mainwindow.c
13681         * src/toolbar.c
13682         * src/toolbar.h
13683                 Add contextual menu on Compose toolbar 
13684                 button. Fixes bug #944 (Automatic 
13685                 addresses not applied when changing account 
13686                 from compose window)
13687
13688 2006-05-08 [paul]       2.2.0
13689
13690         2.2.0 released
13691
13692 2006-05-08 [paul]       2.1.1cvs51
13693
13694         * po/cs.po
13695         * po/de.po
13696         * po/en_GB.po
13697         * po/fi.po
13698         * po/fr.po
13699         * po/pt_BR.po
13700         * po/sr.po
13701         * po/zh_CN.po
13702                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13703                 Fabien Vantard, Frederico Goncalves Guimaraes,
13704                 Aleksandar Urosevic, and Ralgh Young
13705
13706 2006-05-12 [colin]      2.1.1cvs50
13707
13708         * po/cs.po
13709         * po/de.po
13710         * po/en_GB.po
13711         * po/es.po
13712         * po/fi.po
13713         * po/fr.po
13714         * po/pt_BR.po
13715         * po/sr.po
13716         * po/zh_CN.po
13717                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13718                 Fabien Vantard, Frederico Goncalves Guimaraes,
13719                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13720
13721 2006-05-05 [colin]      2.1.1cvs49
13722
13723         * manual/Makefile.am
13724         * manual/pl/Makefile.am
13725         * manual/pl/account.xml
13726         * manual/pl/ack.xml
13727         * manual/pl/addrbook.xml
13728         * manual/pl/advanced.xml
13729         * manual/pl/faq.xml
13730         * manual/pl/glossary.xml
13731         * manual/pl/gpl.xml
13732         * manual/pl/handling.xml
13733         * manual/pl/intro.xml
13734         * manual/pl/keyboard.xml
13735         * manual/pl/plugins.xml
13736         * manual/pl/starting.xml
13737         * manual/pl/sylpheed-claws-manual.xml
13738         * manual/pl/dist/.cvsignore
13739         * manual/pl/dist/Makefile.am
13740         * manual/pl/dist/html/.cvsignore
13741         * manual/pl/dist/html/Makefile.am
13742         * manual/pl/dist/pdf/.cvsignore
13743         * manual/pl/dist/pdf/Makefile.am
13744         * manual/pl/dist/ps/.cvsignore
13745         * manual/pl/dist/ps/Makefile.am
13746         * manual/pl/dist/txt/.cvsignore
13747         * manual/pl/dist/txt/Makefile.am
13748                 Add the polish translation of the manual,
13749                 Authored by Pawel Pekala.
13750
13751 2006-05-05 [cleroy]     2.1.1cvs48
13752
13753         * src/main.c
13754                 Re-read matcherrc after loading plugins 
13755                 if some of them add folders.
13756
13757 2006-05-03 [colin]      2.1.1cvs47
13758
13759         * src/imap.c
13760                 I'm idiot
13761
13762 2006-05-03 [colin]      2.1.1cvs46
13763
13764         * src/imap.c
13765                 Be sure to have a session when
13766                 getting separator
13767
13768 2006-05-03 [colin]      2.1.1cvs45
13769
13770         * src/imap.c
13771         * src/imap.h
13772         * src/imap_gtk.c
13773                 Fix preventing renaming with namespace 
13774                 separator.
13775
13776 2006-05-01 [colin]      2.1.1cvs44
13777
13778         * src/action.c
13779                 Don't reload messageview when result of
13780                 action is piped.
13781
13782 2006-04-29 [colin]      2.1.1cvs43
13783
13784         * src/prefs_receive.c
13785         * src/plugins/spamassassin/spamassassin_gtk.c
13786         * src/plugins/clamav/clamav_plugin_gtk.c
13787                 GUI fixes by Pawel
13788
13789 2006-04-29 [colin]      2.1.1cvs42
13790
13791         * src/prefs_compose_writing.c
13792         * src/prefs_quote.c
13793                 Cleanups. Patch by Pawel
13794
13795 2006-04-28 [paul]       2.1.1cvs41
13796
13797         * src/matcher.c
13798                 fix returned quick search results when search
13799                 term contains an underscore.
13800                 Thanks to Colin
13801
13802 2006-04-28 [paul]       2.1.1cvs40
13803
13804         * src/prefs_message.c
13805         * src/prefs_receive.c
13806                 GUI cleanups
13807                 Patches by Pawel Pekala
13808
13809 2006-04-27 [colin]      2.1.1cvs39
13810
13811         * src/wizard.c
13812                 Differentiate subject Welcome from
13813                 window's title Welcome
13814
13815 2006-04-27 [paul]
13816
13817         2.2.0-rc1 released
13818
13819 2006-04-27 [paul]       2.1.1cvs38
13820
13821         * manual/advanced.xml
13822         * manual/fr/advanced.xml
13823                 add info about compose_no_markup hidden pref
13824
13825 2006-04-27 [paul]       2.1.1cvs37
13826
13827         * src/prefs_account.c
13828                 improve privacy labels
13829         * src/prefs_msg_colors.c
13830                 change some strings for translators' convenience
13831         * src/gtk/gtkutils.c
13832                 don't underline the link button text
13833
13834 2006-04-25 [colin]      2.1.1cvs36
13835
13836         * src/folder.c
13837                 Complete 2.1.1cvs33 (once more ;)
13838
13839 2006-04-25 [colin]      2.1.1cvs35
13840
13841         * src/editldap.c
13842                 Fix tooltip
13843
13844 2006-04-25 [cleroy]     2.1.1cvs34
13845
13846         * src/compose.c
13847         * src/gtk/gtkaspell.c
13848                 Fix crash on redirect (related to the return 
13849                 of the aspell menu in compose's toolbar)
13850         * src/prefs_msg_colors.c
13851                 Fix sensitivity widgets
13852         * src/image_viewer.c
13853         * src/gtk/pluginwindow.c
13854         * src/gtk/prefswindow.c
13855                 Change released signals to clicked (Fabien)
13856         * po/POTFILES.in
13857         * src/common/socket.c
13858         * src/plugins/spamassassin/spamassassin.c
13859                 Translate strings (Fabien)
13860
13861 2006-04-25 [paul]       2.1.1cvs33
13862
13863         * src/folder.c
13864         * src/folder.h
13865         * src/folderview.c
13866                 complete the fix of bug #912
13867                 Thanks to Colin
13868
13869 2006-04-25 [colin]      2.1.1cvs32
13870
13871         * src/news.c
13872                 Better progress bar
13873         * src/mimeview.c
13874         * src/summaryview.c
13875         * src/summaryview.h
13876                 Fix focus chain
13877                 Patches by Pawel Pekala
13878
13879 2006-04-24 [colin]      2.1.1cvs31
13880
13881         * src/compose.c
13882                 Fix compilation warnings (Fabien)
13883
13884 2006-04-24 [colin]      2.1.1cvs30
13885
13886         * src/addrindex.c
13887         * src/editldap.c
13888         * src/editldap_basedn.c
13889         * src/editldap_basedn.h
13890         * src/ldapctrl.c
13891         * src/ldapctrl.h
13892         * src/ldapquery.c
13893         * src/ldaputil.c
13894         * src/ldaputil.h
13895                 Fix bug #901 (LDAPS support)
13896
13897 2006-04-24 [colin]      2.1.1cvs29
13898
13899         * src/compose.c
13900                 Fix logic on error with send dialog on
13901         * src/imap.c
13902                 Fix compilation without libetpan, thanks
13903                 to Fabien
13904         * src/summaryview.c
13905                 Fix 'context-menu' key
13906
13907 2006-04-23 [colin]      2.1.1cvs28
13908
13909         * src/folder.c
13910                 Never free current's cache to free up 
13911                 memory. Fixes bug #912 (new count 
13912                 randomly set to message count)
13913
13914 2006-04-23 [colin]      2.1.1cvs27
13915
13916         * src/gtk/quicksearch.c
13917                 And remove printf...
13918
13919 2006-04-23 [colin]      2.1.1cvs26
13920
13921         * src/gtk/quicksearch.c
13922                 Fix replacing in quicksearch, and fix inserting
13923                 in the middle of the string. (introduced at 2.1.0cvs22)
13924
13925 2006-04-23 [colin]      2.1.1cvs25
13926
13927         * src/imap.c
13928                 Make sure uidnext is initialized in get_num_list
13929                 (not for stable, related to 2.1.1cvs8 and friends)
13930
13931 2006-04-23 [colin]      2.1.1cvs24
13932
13933         * src/imap.c
13934                 Output something when login is successful
13935                 too
13936
13937 2006-04-23 [colin]      2.1.1cvs23
13938
13939         * src/etpan/imap-thread.c
13940                 Better logging (line-per-line, hide data in fetch)
13941                 Fix a const warning
13942         * src/gtk/logwindow.c
13943         * src/gtk/logwindow.h
13944                 Better logging (color for input/output)
13945
13946 2006-04-21 [colin]      2.1.1cvs22
13947
13948         * src/gtk/quicksearch.c
13949                 On gtk+-2.8, use stock buttons in quicksearch
13950                 Based on a patch by Fabien and a design by Paul
13951
13952 2006-04-21 [colin]      2.1.1cvs21
13953
13954         * src/folderview.c
13955         * src/mainwindow.c
13956                 Fix occasional flicker in folderview
13957         * src/common/utils.c
13958                 Fix bug #943 (Incorrectly parsed email address 
13959                 list in short headers on message view and in 
13960                 printouts)
13961
13962 2006-04-20 [colin]      2.1.1cvs20
13963
13964         * src/imap.c
13965         * src/imap.h
13966         * src/prefs_account.c
13967                 Add ANONYMOUS auth for IMAP
13968
13969 2006-04-20 [paul]       2.1.1cvs19
13970
13971         * src/main.c
13972                 proper fix for 2.1.1cvs18
13973                 Thanks to Colin
13974
13975 2006-04-20 [paul]       2.1.1cvs18
13976
13977         * src/main.c
13978                 fix build warnings
13979
13980 2006-04-20 [paul]       2.1.1cvs17
13981
13982         * src/gtk/quicksearch.c
13983                 fix standard, non-extended Quick search,
13984                 was broken in 2.1.1cvs15.
13985                 Thanks to Colin.
13986
13987 2006-04-20 [colin]      2.1.1cvs16
13988
13989         * src/prefs_matcher.c
13990                 Fix values when reselecting a ~test
13991                 rule
13992
13993 2006-04-19 [colin]      2.1.1cvs15
13994
13995         * src/compose.c
13996         * src/compose.h
13997         * src/gtk/gtkaspell.c
13998         * src/gtk/gtkaspell.h
13999                 Put back Options menu in Spelling/
14000         * src/gtk/quicksearch.c
14001                 Don't search, and show error, if the
14002                 advanced search has a syntax error
14003
14004 2006-04-18 [colin]      2.1.1cvs14
14005
14006         * src/textview.c
14007                 Fix gdk warnings on set_cursor when textview
14008                 isn't visible
14009
14010 2006-04-18 [colin]      2.1.1cvs13
14011
14012         * src/gtk/gtksctree.c
14013                 Remove seemingly useless refresh that causes
14014                 flicker - watch this commit in case of 
14015                 problems before planned backport to stable
14016
14017 2006-04-18 [colin]      2.1.1cvs12
14018
14019         * src/imap.c
14020                 Factorize get/set_xml code
14021         * src/compose.c
14022         * src/prefs_account.c
14023         * src/prefs_account.h
14024         * src/procmsg.c
14025                 Add Encrypt to self option
14026
14027 2006-04-17 [colin]      2.1.1cvs11
14028
14029         * configure.ac
14030                 Fix search on encrpyt function on dragonfly
14031                 Patch by Jonathan Buschmann <jonthn@agmact.com>
14032
14033 2006-04-17 [colin]      2.1.1cvs10
14034
14035         * src/prefs_account.c
14036                 Be safe by default: remove mails from POP3
14037                 after 7 days, not immediately
14038
14039 2006-04-17 [colin]      2.1.1cvs9
14040
14041         * src/etpan/imap-thread.c
14042                 Fix build on DragonFly - patch by 
14043                 Jonathan Buschmann <jonthn@agmact.com>
14044
14045 2006-04-17 [colin]      2.1.1cvs8
14046
14047         * src/imap.c
14048                 Save uidnext between sessions
14049
14050 2006-04-17 [colin]      2.1.1cvs7
14051
14052         * src/imap.c
14053                 scan is required when uid validity changes
14054
14055 2006-04-17 [colin]      2.1.1cvs6
14056
14057         * src/folderview.c
14058                 Don't scan if not necessary, apart in current
14059                 folder and INBOX to fetch flags.
14060         * src/imap.c
14061                 Scan is necessary if unread count changes
14062
14063 2006-04-17 [colin]      2.1.1cvs5
14064
14065         * src/imap.c
14066                 ...But always fetch ANSWERED and DELETED flags for
14067                 INBOX, as filtering can happen on these flags.
14068
14069 2006-04-17 [colin]      2.1.1cvs4
14070
14071         * src/imap.c
14072                 Don't fetch REPLIED and DELETED flags when synchronising
14073                 flags with a closed folder. We only need UNSEEN and FLAGGED
14074                 to update the folderview.
14075
14076 2006-04-17 [colin]      2.1.1cvs3
14077
14078         * src/imap.c
14079                 Faster flag search when there are new mails 
14080                 in a folder. We can do a full search if the 
14081                 folder contains less messages than the new
14082                 list.
14083
14084 2006-04-17 [colin]      2.1.1cvs2
14085
14086         * po/cs.po
14087         * po/de.po
14088         * po/fr.po
14089         * po/nl.po
14090         * po/pt_BR.po
14091                 Update translations from stable branch
14092
14093 2006-04-17 [colin]      2.1.1cvs1
14094
14095         * configure.ac
14096                 Bump version to follow stable release
14097
14098 2006-04-16 [mones]      2.1.0cvs50
14099
14100         * po/es.po
14101                 Updated for release
14102
14103 2006-04-16 [colin]      2.1.0cvs49
14104
14105         * src/textview.c
14106                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
14107                 with gtk < 2.8. Thanks to Fabien Vantard.
14108
14109 2006-04-15 [colin]      2.1.0cvs48
14110
14111         * src/etpan/imap-thread.c
14112                 Fix bug #919 (libetpan: SEGV when connecting 
14113                 using command)
14114
14115 2006-04-14 [colin]      2.1.0cvs47
14116
14117         * src/main.c
14118                 Fix race on --select (should be done better)
14119
14120 2006-04-14 [wwp]        2.1.0cvs46
14121
14122         * src/send_message.c
14123                 enforce a check for domain in account prefs (a sending
14124                 error could be faced if domain was checked but no value set),
14125                 thanks to Colin.
14126
14127 2006-04-14 [colin]      2.1.0cvs45
14128
14129         * src/codeconv.c
14130                 when converting from unknown to unknown, if the
14131                 string is UTF8, don't convert it to the locale
14132                 (which breaks it)
14133
14134 2006-04-14 [colin]      2.1.0cvs44
14135
14136         * src/compose.c
14137                 Don't try to use ASCII for converting headers
14138                 (as done in body)
14139
14140 2006-04-14 [paul]       2.1.0cvs43
14141
14142         * src/crash.c
14143                 add locale/charset info to crash report
14144         * src/gtk/about.c
14145                 add wwp to doc team
14146                 replace 'e-mail' with preferred 'email'
14147         * src/gtk/authors.h
14148                 ensure contributors list is in alphabetical
14149                 order
14150
14151 2006-04-13 [colin]      2.1.0cvs42
14152
14153         * src/textview.c
14154                 Prevent gdk warnings
14155
14156 2006-04-13 [colin]      2.1.0cvs41
14157
14158         * src/common/ssl_certificate.c
14159         * src/common/ssl_certificate.h
14160         * src/gtk/sslcertwindow.c
14161                 Warn on expired certs, and display the expiration date
14162
14163 2006-04-13 [colin]      2.1.0cvs40
14164
14165         * src/plugins/spamassassin/spamassassin_gtk.c
14166                 Fix missing set_text on unix socket
14167
14168 2006-04-13 [wwp]        2.1.0cvs39
14169
14170         * manual/fr/advanced.xml
14171         * manual/fr/glossary.xml
14172                 applied new spam/ham/email lexicon (pourriel, courriel)
14173
14174 2006-04-13 [paul]       2.1.0cvs38
14175
14176         * src/plugins/pgpmime/plugin.c
14177                 remove the mention of S/MIME from the
14178                 description. This is now handled by the
14179                 S/MIME plugin.
14180
14181 2006-04-13 [paul]       2.1.0cvs37
14182
14183         * src/prefs_msg_colors.c
14184                 rework dialog
14185         * src/prefs_folder_item.c
14186         * src/prefs_spelling.c
14187                 add a tooltip to the colour selector buttons
14188
14189 2006-04-13 [wwp]        2.1.0cvs36
14190
14191         * manual/advanced.xml
14192         * manual/glossary.xml
14193         * manual/handling.xml
14194         * manual/keyboard.xml
14195         * manual/plugins.xml
14196         * manual/starting.xml
14197         * manual/fr/account.xml
14198         * manual/fr/ack.xml
14199         * manual/fr/addrbook.xml
14200         * manual/fr/advanced.xml
14201         * manual/fr/faq.xml
14202         * manual/fr/glossary.xml
14203         * manual/fr/gpl.xml
14204         * manual/fr/handling.xml
14205         * manual/fr/intro.xml
14206         * manual/fr/keyboard.xml
14207         * manual/fr/plugins.xml
14208         * manual/fr/starting.xml
14209         * manual/fr/sylpheed-claws-manual.xml
14210                 fixes to the manuals:
14211                  - summaryview -> Message List (same in French)
14212                  - translate key names
14213                  - fix French punctuation, use non-breakable spaces when
14214                    necessary, don't use &thinsp; which is not portable
14215                  - tell what maildir and mbox formats we support
14216
14217 2006-04-12 [wwp]        2.1.0cvs35
14218
14219         * src/prefs_toolbar.c
14220                 unified a replace button more,
14221                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14222
14223 2006-04-12 [wwp]        2.1.0cvs34
14224
14225         * src/prefs_common.c
14226         * src/prefs_msg_colors.c
14227                 make default color labels translatable,
14228                 patch from Fabien Vantard <fzzzzz@gmail.com>,
14229                 thanks to Tim <timbrain@post.cz> for reporting.
14230
14231 2006-04-12 [wwp]        2.1.0cvs33
14232
14233         * manual/glossary.xml
14234         * manual/intro.xml
14235         * manual/plugins.xml
14236         * manual/starting.xml
14237         * manual/sylpheed-claws-manual.xml
14238         * manual/fr/.cvsignore
14239         * manual/fr/account.xml
14240         * manual/fr/ack.xml
14241         * manual/fr/addrbook.xml
14242         * manual/fr/advanced.xml
14243         * manual/fr/faq.xml
14244         * manual/fr/glossary.xml
14245         * manual/fr/handling.xml
14246         * manual/fr/intro.xml
14247         * manual/fr/keyboard.xml
14248         * manual/fr/plugins.xml
14249         * manual/fr/starting.xml
14250         * manual/fr/sylpheed-claws-manual.xml
14251                 various fixes: typos, missing .fr translations, punctuation,
14252                 capitalization, links, accents and some bad French more.
14253
14254 2006-04-12 [wwp]        2.1.0cvs32
14255
14256         * src/prefs_gtk.c
14257                 fix for bug #935: always store prefs files in UTF-8 (thanks
14258                 to Colin).
14259
14260 2006-04-11 [colin]      2.1.0cvs31
14261
14262         * src/compose.c
14263                 Fix inserting files not in utf8 when locale is utf8
14264
14265 2006-04-11 [colin]      2.1.0cvs30
14266
14267         * src/inc.c
14268                 Don't show error dialog when cancelling connection
14269                 Patch by Pawel
14270
14271 2006-04-11 [cleroy]     2.1.0cvs29
14272
14273         * src/compose.c
14274                 Implement multiple quote levels
14275         * src/prefs_common.c
14276                 Change a little bit the quote bgcolor for 2nd level
14277
14278 2006-04-11 [colin]      2.1.0cvs28
14279
14280         * src/gtk/about.c
14281                 Add locale and charset in the label
14282
14283 2006-04-10 [colin]      2.1.0cvs27
14284
14285         * src/compose.c
14286         * src/prefs_common.c
14287         * src/prefs_common.h
14288         * src/prefs_msg_colors.c
14289         * src/textview.c
14290                 Allow optional background color in quotes
14291                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14292                 GTK+-2.8.x feature
14293
14294 2006-04-10 [colin]      2.1.0cvs26
14295
14296         * src/main.c
14297         * src/mainwindow.c
14298         * src/mainwindow.h
14299                 Implement --select
14300
14301 2006-04-10 [colin]      2.1.0cvs25
14302
14303         * manual/plugins.xml
14304         * manual/fr/plugins.xml
14305                 Document libcurl's proxy variables
14306
14307 2006-04-09 [colin]      2.1.0cvs24
14308
14309         * src/prefs_common.c
14310                 gettext() returns statically allocated stuff. We have
14311                 to strdup it in order to be able to free it.
14312
14313 2006-04-09 [colin]      2.1.0cvs23
14314
14315         * AUTHORS
14316         * src/gtk/authors.h
14317                 Add Alexei
14318
14319 2006-04-09 [colin]      2.1.0cvs22
14320
14321         * src/mainwindow.c
14322         * src/gtk/quicksearch.c
14323                 Fix bug #859 (problems with cyrilic input in 
14324                 search panel) - Patch by Alexey Illarionov 
14325                 <littlesavage@rambler.ru>
14326
14327 2006-04-09 [colin]      2.1.0cvs21
14328
14329         * src/prefs_customheader.c
14330                 I prefer removing then freeing rather than the contrary
14331                 (even if it doesn't change anything ;-)
14332         * src/prefs_account.c
14333                 Fix bug #933 (Crash re-entering the custom headers list 
14334                 dialog in accounts prefs)
14335                 The problem happened when cancelling the Account 
14336                 Preferences' dialogs - in which case we didn't do 
14337                 anything to the PrefsAccount * struct. In case of applying,
14338                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14339                 working with in this dialog. The problem is that 
14340                 prefs_customheader.c, working on this tmp_ac_prefs, always
14341                 changes the ->customhdr_list pointer, even when cancelled. 
14342                 So in case of cancelling the prefs_account dialog, we still
14343                 have to update ->customhdr_list in the real account.
14344
14345 2006-04-08 [colin]      2.1.0cvs20
14346
14347         * manual/fr/glossary.xml
14348         * manual/fr/keyboard.xml
14349                 Forgot some headers :)
14350
14351 2006-04-08 [colin]      2.1.0cvs19
14352
14353         * manual/Makefile.am
14354         * manual/fr/Makefile.am
14355         * manual/fr/account.xml
14356         * manual/fr/ack.xml
14357         * manual/fr/addrbook.xml
14358         * manual/fr/advanced.xml
14359         * manual/fr/faq.xml
14360         * manual/fr/glossary.xml
14361         * manual/fr/gpl.xml
14362         * manual/fr/handling.xml
14363         * manual/fr/intro.xml
14364         * manual/fr/keyboard.xml
14365         * manual/fr/plugins.xml
14366         * manual/fr/starting.xml
14367         * manual/fr/sylpheed-claws-manual.xml
14368         * manual/fr/dist/.cvsignore
14369         * manual/fr/dist/Makefile.am
14370         * manual/fr/dist/html/.cvsignore
14371         * manual/fr/dist/html/Makefile.am
14372         * manual/fr/dist/pdf/.cvsignore
14373         * manual/fr/dist/pdf/Makefile.am
14374         * manual/fr/dist/ps/.cvsignore
14375         * manual/fr/dist/ps/Makefile.am
14376         * manual/fr/dist/txt/.cvsignore
14377         * manual/fr/dist/txt/Makefile.am
14378                 Add the french translation of the manual. Thanks to
14379                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14380                 account.xml, ack.xml, addrbook.xml and advanced.xml
14381
14382 2006-04-08 [colin]      2.1.0cvs18
14383
14384         * manual/plugins.xml
14385         * manual/starting.xml
14386                 More fixes
14387
14388 2006-04-07 [colin]      2.1.0cvs17
14389
14390         * manual/faq.xml
14391         * manual/intro.xml
14392         * manual/keyboard.xml
14393                 Little fixes
14394
14395 2006-04-07 [colin]      2.1.0cvs16
14396
14397         * README
14398         * src/compose.c
14399         * src/prefs_common.c
14400         * src/prefs_common.h
14401                 Add hidden compose_no_markup pref
14402
14403 2006-04-07 [wwp]        2.1.0cvs15
14404
14405         * src/summary_search.c
14406         * .cvsignore
14407                 Bugfix: stop button was sticky when searching in an empty folder.
14408                 Applied curly brackets code style to the whole file (summary_search.c).
14409                 More files to ignore.
14410
14411 2006-04-07 [wwp]        2.1.0cvs14
14412
14413         * src/message_search.c
14414         * src/summary_search.c
14415                 changed default button when search bumps at file/folder
14416                 beginning or end, for convenience (thanks to Colin).
14417
14418 2006-04-07 [paul]       2.1.0cvs13
14419
14420         * src/plugins/dillo_viewer/dillo_prefs.c
14421                 avoid future potential for namespace collision
14422                 Patch by Colin
14423
14424 2006-04-06 [wwp]        2.1.0cvs12
14425
14426         * src/summary_search.c
14427                 Unify extended/advanced searches names (and thus factorize labels),
14428                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14429
14430 2006-04-06 [wwp]        2.1.0cvs11
14431
14432         * src/folderview.c
14433         * src/prefs_themes.c
14434         * src/summaryview.c
14435                 Fixed some compilation warnings.
14436
14437 2006-04-06 [colin]      2.1.0cvs10
14438
14439         * manual/advanced.xml
14440                 Document the wizard template and how to deploy
14441                 Sylpheed-Claws effectively
14442
14443 2006-04-06 [colin]      2.1.0cvs9
14444
14445         * src/folderview.c
14446                 gettext patch to tell translators about _("#"),
14447                 by Maxim Britov
14448
14449 2006-04-06 [colin]      2.1.0cvs8
14450
14451         * src/textview.c
14452                 Fix invalid GtkTextBIter after clicking "Display as text"
14453
14454 2006-04-06 [mones]      2.1.0cvs7
14455
14456         * src/addr_compl.c
14457         * src/addrindex.c
14458         * src/addritem.c
14459         * src/codeconv.c
14460         * src/compose.c
14461         * src/filtering.c
14462         * src/folder.c
14463         * src/folder_item_prefs.c
14464         * src/folderview.c
14465         * src/localfolder.c
14466         * src/matcher.c
14467         * src/mimeview.c
14468         * src/prefs_msg_colors.c
14469         * src/prefs_spelling.c
14470         * src/prefs_themes.c
14471         * src/procmime.c
14472         * src/procmsg.c
14473         * src/stock_pixmap.c
14474         * src/summaryview.c
14475         * src/textview.c
14476         * src/toolbar.c
14477         * src/common/mgutils.c
14478         * src/common/prefs.c
14479         * src/common/ssl_certificate.c
14480         * src/gtk/colorlabel.c
14481         * src/gtk/quicksearch.c
14482         * src/plugins/pgpmime/pgpmime.c
14483         * src/plugins/spamassassin/spamassassin.c
14484                 Removed redundant NULL checks for g_free() calls.
14485                 Patch by Pawel Pekala.
14486
14487 2006-04-06 [mones]      2.1.0cvs6
14488
14489         * src/prefs_actions.c
14490         * src/prefs_filtering.c
14491         * src/prefs_filtering_action.c
14492         * src/prefs_matcher.c
14493         * src/prefs_template.c
14494         * src/gtk/gtkutils.c
14495         * src/gtk/gtkutils.h
14496                 Have a nice replace button. Patch by Pawel Pekala
14497
14498 2006-04-06 [colin]      2.1.0cvs5
14499
14500         * src/addressbook.c
14501                 Fix crash with empty columns
14502
14503 2006-04-05 [colin]      2.1.0cvs4
14504
14505         * src/wizard.c
14506         * src/prefs_gtk.c
14507                 Allow wizard customization with pre-filled values
14508
14509 2006-04-05 [colin]      2.1.0cvs3
14510
14511         * src/textview.c
14512         * src/mimeview.c
14513         * src/mimeview.h
14514                 Nicer messages in mimeview
14515
14516 2006-04-05 [colin]      2.1.0cvs2
14517
14518         * src/addressbook.c
14519         * src/prefs_summaries.c
14520                 i18n fix
14521
14522 2006-04-05 [colin]      2.1.0cvs1
14523
14524         * src/plugins/pgpcore/plugin.c
14525         * src/plugins/pgpcore/select-keys.c
14526         * src/plugins/pgpcore/select-keys.h
14527         * src/plugins/pgpcore/sgpgme.c
14528         * src/plugins/pgpcore/sgpgme.h
14529         * src/plugins/pgpinline/pgpinline.c
14530         * src/plugins/pgpinline/plugin.c
14531         * src/plugins/pgpmime/pgpmime.c
14532         * src/plugins/pgpmime/plugin.c
14533                 Factorize and generalize a bit 
14534                 Drop S/MIME signature verification from PGP/MIME
14535                 (adding it as another, more complete plugin)
14536
14537 2006-04-05 [paul]       2.1.0
14538
14539         2.1.0 released
14540
14541 2006-04-05 [paul]       2.0.0cvs186
14542
14543         * manual/advanced.xml
14544                 add info on colour labels
14545
14546 2006-04-05 [paul]       2.0.0cvs185
14547
14548         * po/bg.po
14549         * po/cs.po
14550         * po/de.po
14551         * po/el.po
14552         * po/en_GB.po
14553         * po/fi.po
14554         * po/fr.po
14555         * po/it.po
14556         * po/nl.po
14557         * po/pl.po
14558         * po/pt_BR.po
14559         * po/sr.po
14560         * po/zh_CN.po
14561                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14562                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14563                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14564                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14565         * src/gtk/authors.h
14566         * tools/claws.i18n.status.pl
14567                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14568                 and new Czech translator, Tim <timbrain@post.cz>
14569
14570 2006-04-05 [mones]      2.0.0cvs184
14571
14572         * po/es.po
14573                 Updated translation
14574
14575 2006-04-05 [colin]      2.0.0cvs183
14576
14577         * src/gtk/quicksearch.c
14578                 Fix bug #929 (unnecessary reload in quick search bar)
14579
14580 2006-04-05 [colin]      2.0.0cvs182
14581
14582         * src/compose.c
14583                 Fix crash on Reply with no From:
14584                 Show signature and conversion error on queuing 
14585                 (but not sending)
14586         * src/mainwindow.c
14587         * src/summaryview.c
14588         * src/summaryview.h
14589                 Factorize threading code and make sure msginfo 
14590                 is not null when it comes from a GtkCTreeRow's 
14591                 data
14592         * src/gtk/gtkaspell.c
14593                 Check for necessary things
14594         * src/gtk/gtksctree.c
14595         * src/gtk/gtksctree.h
14596                 Reset anchor if necessary when removing node
14597
14598 2006-03-29 [colin]      2.0.0cvs181
14599
14600         * src/folderview.c
14601                 Warn for disabled IMAP accounts (due to lack of
14602                 libetpan). Breaks string-freeze - sorry - but it
14603                 is kind of important ;)
14604
14605 2006-03-28 [colin]      2.0.0cvs180
14606
14607         * src/gtk/gtkutils.c
14608         * src/gtk/gtkutils.h
14609                 Add a gtkut_get_link_btn() function that
14610                 creates a button which acts like an URI
14611         * src/prefs_themes.c
14612         * src/gtk/about.c
14613                 Use this function (factorizes codes)
14614         * src/common/defs.h
14615         * src/gtk/pluginwindow.c
14616                 Add a "Get more..." in the plugins window
14617
14618 2006-03-28 [colin]      2.0.0cvs179
14619
14620         * src/common/smtp.c
14621         * src/common/passcrypt.c
14622         * src/undo.c
14623                 Warning fixes. Patch by Pawel Pekala
14624
14625 2006-03-27 [colin]      2.0.0cvs178
14626
14627         * src/undo.c
14628                 Fix undoing by blocks with spaces
14629
14630 2006-03-27 [colin]      2.0.0cvs177
14631
14632         * src/textview.c
14633                 Set margin to 3px for headers
14634
14635 2006-03-27 [paul]
14636
14637         2.1.0-rc2 released
14638
14639 2006-03-27 [wwp]        2.0.0cvs176
14640
14641         * src/summaryview.c
14642                 don't reset quicksearch when updating the message list.
14643                 Thanks to Colin.
14644
14645 2006-03-26 [wwp]        2.0.0cvs175
14646
14647         * src/compose.c
14648                 use a unified border width ('other' tab in the compose window,
14649                 patch by Pawel Pekala).
14650
14651
14652 2006-03-26 [wwp]        2.0.0cvs174
14653
14654         * src/common/quoted-printable.c
14655         * src/addressbook.c
14656                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14657
14658 2006-03-26 [colin]      2.0.0cvs173
14659
14660         * src/quote_fmt_parse.y
14661                 Fix non-UTF8 date formats messing up the whole quote a 
14662                 little bit
14663
14664 2006-03-26 [colin]      2.0.0cvs172
14665
14666         * src/procheader.c
14667                 Make sure the date is UTF8 valid, or try to make it
14668                 so. IncrediMail is really IncrediStupid.
14669         * src/compose.c
14670                 Fix possible conversions. 
14671                 
14672
14673 2006-03-26 [colin]      2.0.0cvs171
14674
14675         * src/matcher.c
14676                 Fix corner cases in body search. This is still a
14677                 hack... It seems impossible to make it good and 
14678                 reasonably fast at the same time.
14679
14680 2006-03-26 [colin]      2.0.0cvs170
14681
14682         * src/summaryview.c
14683                 I think I killed the twilight zone bug!
14684                 summary_select_node() flushes GTK events in order
14685                 to be able to center the view. But this also 
14686                 flushes keypresses like Ctrl-Alt-U, so this can
14687                 call summary_show from summary_select_node (itself
14688                 called from summary_show, etc.). And the summaryview
14689                 has to be unlocked in this function. So just locking
14690                 while processing GTK events, and bailing if locked, 
14691                 should fix it.
14692                 Fixes bug #927 (SIGSEGV during Update Summary)
14693
14694 2006-03-25 [colin]      2.0.0cvs169
14695
14696         * src/matcher.c
14697                 Fix search in QP-encoded bodies
14698                 Fix utf-8 searches in bodies encoded in the
14699                 locale's encoding
14700         * src/common/quoted-printable.c
14701         * src/common/quoted-printable.h
14702                 Add a decode function that doesn't overwrite
14703                 the original pointer
14704                 
14705
14706 2006-03-24 [colin]      2.0.0cvs168
14707
14708         * src/action.c
14709         * src/summaryview.c
14710         * src/summaryview.h
14711                 Update message cache after action
14712                 Patch by H. Merijn Brand
14713         * src/prefs_msg_colors.c
14714                 Factorize label 
14715                 Patch by Fabien Vantard
14716         * src/plugins/spamassassin/spamassassin_gtk.c
14717                 Remove useless translation
14718                 Patch by Fabien Vantard
14719
14720 2006-03-23 [colin]      2.0.0cvs167
14721
14722         * src/common/ssl.c
14723                 Let 30 seconds to SSL_connect
14724
14725 2006-03-23 [wwp]        2.0.0cvs166
14726
14727         * src/summaryview.c
14728         * src/gtk/description_window.c
14729                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14730                 and headers are translated; adjust description windows' width to fit their
14731                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14732
14733 2006-03-23 [paul]       2.0.0cvs165
14734
14735         * src/common/utils.c
14736                 fix highlighting of URIs containing "()"
14737                 (2.0.0cvs164's reversal fixed)
14738                 Thanks to Colin.
14739
14740 2006-03-23 [paul]       2.0.0cvs164
14741
14742         * src/common/utils.c
14743                 revert patch, (postponing a fix), at 2.0.0cvs120
14744                 as it breaks more URIs than it fixes.
14745                 Allow '-' to be a terminating character in a URI
14746
14747 2006-03-22 [colin]      2.0.0cvs163
14748
14749         * configure.ac
14750                 Require libetpan 0.45
14751                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14752
14753 2006-03-22 [paul]       2.0.0cvs162
14754
14755         * src/editgroup.c
14756                 replace '<-' and '->' buttons with GTK_STOCK graphical
14757                 buttons
14758         * src/summary_search.c
14759                 don't offer '...' for translation
14760                 add a tooltip to advanced search '...' button
14761         * src/gtk/quicksearch.c
14762                 don't offer '...' for translation
14763
14764 2006-03-21 [colin]      2.0.0cvs161
14765
14766         * src/compose.c
14767                 Fix middle-click pasting (insert at click
14768                 position instead of cursor position, don't
14769                 remove existing selection and allow pasting
14770                 our own selection)
14771         * src/addressbook.c
14772                 "LDAP Server" -> "LDAP servers"
14773
14774 2006-03-21 [wwp]        2.0.0cvs160
14775
14776         * src/etpan/imap-thread.c
14777                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14778
14779 2006-03-20 [colin]      2.0.0cvs159
14780
14781         * src/summaryview.c
14782                 Don't reload summaryview after an execute with no
14783                 move action
14784
14785 2006-03-19 [colin]      2.0.0cvs158
14786
14787         * src/addressbook.c
14788                 and put groups at the top, always
14789
14790 2006-03-19 [colin]      2.0.0cvs157
14791
14792         * src/addressbook.c
14793                 Order groups before names, as previously
14794
14795 2006-03-19 [colin]      2.0.0cvs156
14796
14797         * src/addressbook.c
14798                 - Sort case-unsensitive
14799                 - Put the sort arrow at opening too
14800
14801 2006-03-19 [wwp]        2.0.0cvs155
14802
14803         * src/addressbook.c
14804                 allow sorting by name/email/remarks, ensure that right-pane's contents
14805                 matches the left-pane selection (cleared when appropriate).
14806                 Patch by Pawel Pekala <c0rn@o2.pl>.
14807
14808 2006-03-18 [colin]      2.0.0cvs154
14809
14810         * src/textview.c
14811                 Fix text cursor ;)
14812
14813 2006-03-18 [colin]      2.0.0cvs153
14814
14815         * src/gtk/filesel.c
14816                 Make sure we hide the preview if we didn't get
14817                 a filename
14818
14819 2006-03-18 [colin]      2.0.0cvs152
14820
14821         * src/summaryview.c
14822                 Set cursor to watch for execution (fixes lack
14823                 of watch-cursor when dnd'ing hundreds of mails)
14824         * src/gtk/filesel.c
14825                 Check that mime type is 'image/*' before updating
14826                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14827
14828 2006-03-18 [colin]      2.0.0cvs151
14829
14830         * src/mainwindow.c
14831         * src/textview.c
14832         * src/textview.h
14833                 Put a watch cursor in textview too when the mainwindow's
14834                 cursor in a watch
14835
14836 2006-03-18 [colin]      2.0.0cvs150
14837
14838         * src/folder.c
14839                 Change wrong asserts to simple tests
14840
14841 2006-03-17 [colin]      2.0.0cvs149
14842
14843         * src/mainwindow.c
14844         * src/mainwindow.h
14845         * src/prefs_msg_colors.c
14846         * src/summaryview.c
14847         * src/summaryview.h
14848         * src/gtk/colorlabel.c
14849         * src/gtk/colorlabel.h
14850                 Add a color label menu in the main menubar
14851                 Add (fixed) accels Ctrl-{0-7} to change the color
14852                 They have to be fixed because the menu's dynamic,
14853                 the items are complex widgets, hence we can't use
14854                 a GtkItemFactory.
14855
14856
14857 2006-03-17 [wwp]        2.0.0cvs148
14858
14859         * src/compose.c
14860                 rollback few lines from my previous commit (those lines come from
14861                 a pending patch, accidentally commited, even if neutral as they are
14862                 commented out).
14863
14864 2006-03-17 [wwp]        2.0.0cvs147
14865
14866         * src/compose.c
14867                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14868                 applied code style/indentation to the modified function.
14869
14870 2006-03-17 [wwp]        2.0.0cvs146
14871
14872         * src/procmsg.c
14873         * src/compose.c
14874                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14875
14876 2006-03-17 [paul]
14877
14878         2.1.0-rc1 released
14879
14880 2006-03-17 [paul]       2.0.0cvs145
14881
14882         * src/main.c
14883                 addressbook_read_file() was called twice
14884         * src/textview.c
14885                 X-Mailer highlighting
14886
14887 2006-03-16 [colin]      2.0.0cvs144
14888
14889         * src/sourcewindow.c
14890         * src/sourcewindow.h
14891                 And the last one, in source window.
14892
14893 2006-03-16 [colin]      2.0.0cvs143
14894
14895         * src/compose.c
14896         * src/compose.h
14897                 Fix the same stuff in compose
14898
14899 2006-03-16 [colin]      2.0.0cvs142
14900
14901         * src/messageview.c
14902                 Complete the previous messageview crash fix
14903
14904 2006-03-16 [colin]      2.0.0cvs141
14905
14906         * src/procmsg.h
14907         * src/procmsg.c
14908         * src/folder.c
14909                 Fix POSTPROCESSING hook
14910                 Patch by H. Merijn Brand
14911
14912         * src/procmime.c
14913         * src/procmime.h
14914                 Parse Content-Location
14915
14916         * src/toolbar.c
14917         * src/messageview.c
14918         * src/messageview.h
14919                 Don't crash when a top-level MessageView has
14920                 been closed on us. Same problematic than
14921                 yesterday's quicksearch issue.
14922
14923 2006-03-15 [colin]      2.0.0cvs140
14924
14925         * src/gtk/quicksearch.c
14926                 Fix a bitchy race we didn't think about when we
14927                 added quicksearch cancellation:
14928                 If the search is not on cached fields, for example
14929                 body_part matchcase "stuff"
14930                 the matcher code has to get the whole message. If
14931                 we're on IMAP, that can be slow, and in order to
14932                 be non-blocking, the IMAP code idle loop processes
14933                 gtk events too. So it is possible to cancel a
14934                 quicksearch while the matcher is getting the mail's
14935                 body. After matcher got its body, it will start to
14936                 iterate over the matcher list that the Quicksearch's
14937                 clear_search_cb() just freed via prepare_matcher().
14938                 SIGSEGV ensues.
14939                 The fix consists of guarding the matcherlist_match()
14940                 call with a boolean 'matching'. If we reset the
14941                 quicksearch while matching is TRUE, we don't free
14942                 the matcherlist anymore like we did, but we set
14943                 another new flag, deferred_free, to TRUE. Then,
14944                 in quicksearch_match(), just after returning from
14945                 matcherlist_match() and unsetting the matching flag,
14946                 we check the deferred_free flag and do the
14947                 prepare_matcher() (which does the matcherlist_free)
14948                 for real, so we free the matcherlist once it's not
14949                 used anymore.
14950                 As all of this runs via the glib main loop, we
14951                 luckily don't need a mutex.
14952         * src/summaryview.c
14953                 Also, show progress while searching.
14954
14955
14956 2006-03-14 [colin]      2.0.0cvs139
14957
14958         * src/alertpanel.c
14959                 Make alertpanel_is_open non-static
14960
14961 2006-03-14 [colin]      2.0.0cvs138
14962
14963         * src/prefs_spelling.c
14964                 Cleanups - Fabien Vantard
14965
14966 2006-03-14 [wwp]        2.0.0cvs137
14967
14968         * src/main.c
14969                 code style normalization (curly braces, indentation).
14970
14971 2006-03-14 [wwp]        2.0.0cvs137
14972
14973         * src/main.c
14974                 code style (braces, indentation)
14975
14976 2006-03-12 [paul]       2.0.0cvs136
14977
14978         * src/prefs_common.c
14979                 trans_hdr defaults to FALSE to be RFC-savvy
14980         * src/prefs_summaries.c
14981                 add a tooltip to the trans_hdr option
14982                 
14983
14984 2006-03-12 [paul]       2.0.0cvs135
14985
14986         * src/prefs_matcher.c
14987                 give a little more width to the combos
14988         * src/prefs_display_header.c
14989         * src/textview.c
14990                 translate headers if prefs_common.trans_hdr
14991                 is TRUE
14992
14993         Patches by Pawel Pekala
14994
14995 2006-03-12 [paul]       2.0.0cvs134
14996
14997         * src/plugins/clamav/clamav_plugin.c
14998         * src/plugins/dillo_viewer/dillo_viewer.c
14999         * src/plugins/pgpcore/plugin.c
15000         * src/plugins/pgpinline/plugin.c
15001         * src/plugins/pgpmime/plugin.c
15002         * src/plugins/spamassassin/spamassassin.c
15003                 update/add to descriptions
15004         * src/plugins/spamassassin/spamassassin_gtk.c
15005                 fixes to the english, remove superfluous
15006                 tooltips, clean up a little
15007
15008 2006-03-12 [paul]       2.0.0cvs133
15009
15010         * src/compose.c
15011                 fix Bug 924, 'Account combo box shows up wrong 
15012                 if & is in account name'
15013
15014 2006-03-11 [colin]      2.0.0cvs132
15015
15016         * src/summaryview.c
15017                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
15018                 messed up shift-selection because is slows down
15019                 moving around summaryview. thanks -users
15020
15021 2006-03-10 [colin]      2.0.0cvs131
15022
15023         * src/plugins/spamassassin/spamassassin_gtk.c
15024                 Put back Paul's engrish fixes
15025
15026 2006-03-10 [colin]      2.0.0cvs130
15027
15028         * src/plugins/spamassassin/spamassassin.c
15029         * src/plugins/spamassassin/spamassassin.h
15030         * src/plugins/spamassassin/spamassassin_gtk.c
15031                 Cleanup SA prefs page (more)
15032                 Patch by Fabien Vantard
15033
15034 2006-03-10 [paul]       2.0.0cvs129
15035
15036         * src/prefs_msg_colors.c
15037         * src/prefs_spelling.c
15038                 widget sensitivity
15039
15040 2006-03-09 [mones]      2.0.0cvs128
15041
15042         * po/es.po
15043                 Update for next RC
15044
15045 2006-03-09 [wwp]        2.0.0cvs127
15046
15047         * configure.ac
15048                 revert accidental commit (requirement for libetpan 0.43), this time
15049                 not in HEAD.
15050
15051 2006-03-09 [wwp]        2.0.0cvs125
15052
15053         * configure.ac
15054                 revert accidental commit (requirement for libetpan 0.43)
15055
15056 2006-03-09 [paul]       2.0.0cvs126
15057
15058         * src/prefs_receive.c
15059                 remove useless frame
15060                 replace 'incorporation' with 'receiving'
15061         * src/plugins/clamav/clamav_plugin_gtk.c
15062         * src/plugins/spamassassin/spamassassin_gtk.c
15063                 improve widget sensitivity
15064                 fix a bit his engrish
15065
15066 2006-03-09 [wwp]        2.0.0cvs125
15067
15068         * src/addressadd.c
15069         * src/foldersel.c
15070         * src/prefs_common.c
15071         * src/prefs_common.h
15072                 remember some more windows' sizes (add to addressbook and
15073                 select folder).
15074
15075 2006-03-09 [paul]       2.0.0cvs124
15076
15077         * src/plugins/pgpcore/prefs_gpg.c
15078                 normalise construction of dialogue
15079
15080 2006-03-09 [paul]       2.0.0cvs123
15081
15082         * src/plugins/trayicon/Makefile.am
15083                 add missing slash
15084
15085 2006-03-08 [colin]      2.0.0cvs122
15086
15087         * src/plugins/trayicon/Makefile.am
15088                 Fix build in separate dir 
15089                 Patch by Bamanzi <bamanzi@gmail.com>
15090
15091 2006-03-08 [colin]      2.0.0cvs121
15092
15093         * src/procmsg.c
15094                 Batch move and copies from summaryview with delayed execution
15095                 too
15096
15097 2006-03-07 [paul]       2.0.0cvs120
15098
15099         * src/common/utils.c
15100                 fix highlighting of URIs containing "()"
15101                 Patch by Pawel Pekala
15102
15103 2006-03-07 [paul]       2.0.0cvs119
15104
15105         * src/folder.c
15106         * src/folder.h
15107         * src/folderview.c
15108                 immediately do alphabetical resort when
15109                 changing a folder's name
15110                 Patch by Pawel Pekala
15111
15112 2006-03-07 [paul]       2.0.0cvs118
15113
15114         * src/news.c
15115         * src/news_gtk.c
15116                 when unsubscribing a newsgroup, remove the
15117                 folder and msgs in .sylpheed-claws/newscache
15118                 Patch by Pawel Pekala <c0rn@gazeta.pl>
15119
15120 2006-03-07 [paul]       2.0.0cvs117
15121
15122         * src/textview.c
15123                 fix wrong Fake URL Warning
15124                 Thanks to Hiro
15125
15126 2006-03-07 [colin]      2.0.0cvs116
15127
15128         * src/imap.c
15129                 Return immediately when password dialog was
15130                 cancelled
15131         * src/gtk/inputdialog.c
15132                 Allow empty strings for passwords
15133
15134
15135 2006-03-06 [colin]      2.0.0cvs115
15136
15137         * src/imap.c
15138                 Prevent double-timeouts when connection fails
15139
15140 2006-03-06 [colin]
15141
15142         2.0.1-rc1 released
15143
15144 2006-03-06 [colin]      2.0.0cvs114
15145
15146         * src/imap.c
15147                 Refresh session during potentially long
15148                 operations
15149
15150 2006-03-06 [wwp]        2.0.0cvs113
15151
15152         * src/prefs_msg_colors.h
15153                 forgot that one (custom color labels).
15154
15155 2006-03-06 [wwp]        2.0.0cvs112
15156
15157         * src/prefs_common.c
15158         * src/prefs_common.h
15159         * src/prefs_msg_colors.c
15160         * src/summaryview.c
15161         * src/summaryview.h
15162         * src/gtk/colorlabel.c
15163         * src/gtk/colorlabel.h
15164                 colors in messages list are now customizable. Color values and names can
15165                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
15166                 Thanks to Paul and Colin for their help with this longstanding patch!
15167
15168 2006-03-06 [wwp]        2.0.0cvs111
15169
15170         * src/textview.c
15171                 don't crash if (x)face is bad.
15172
15173 2006-03-05 [paul]       2.0.0cvs110
15174
15175         * AUTHORS
15176         * configure.ac
15177         * src/Makefile.am
15178         * src/common/Makefile.am
15179         * src/common/utils.h
15180         * src/etpan/imap-thread.c
15181         * src/gtk/authors.h
15182         * src/plugins/clamav/Makefile.am
15183         * src/plugins/demo/Makefile.am
15184         * src/plugins/dillo_viewer/Makefile.am
15185         * src/plugins/pgpcore/Makefile.am
15186         * src/plugins/pgpcore/passphrase.c
15187         * src/plugins/pgpinline/Makefile.am
15188         * src/plugins/pgpmime/Makefile.am
15189         * src/plugins/spamassassin/Makefile.am
15190         * src/plugins/trayicon/Makefile.am
15191                 fix builiding on cygwin
15192                 Patch by Ralgh Young <bamanzi@gmail.com>
15193
15194 2006-03-04 [wwp]        2.0.0cvs109
15195
15196         * manual/keyboard.xml
15197                 fix mixed up/down keys.
15198
15199 2006-03-04 [wwp]        2.0.0cvs108
15200
15201         * README
15202         * INSTALL
15203                 updated links to SpamAssassin.
15204
15205 2006-03-04 [wwp]        2.0.0cvs107
15206
15207         * manual/plugins.xml
15208         * src/plugins/spamassassin/README
15209                 updated SpamAssassin plugin docs to reflect new functional additions
15210                 (also fix/update/documents few technical stuff more, see the README).
15211
15212 2006-03-04 [wwp]        2.0.0cvs106
15213
15214         * src/prefs_message.c
15215                 normalized capitalization of message-prefs paths.
15216
15217 2006-03-04 [wwp]        2.0.0cvs105
15218
15219         * manual/advanced.xml
15220                 typo.
15221
15222 2006-03-03 [colin]      2.0.0cvs104
15223
15224         * src/plugins/clamav/clamav_plugin_gtk.c
15225                 Rework prefs page, patch by Fabien 
15226
15227 2006-03-03 [colin]      2.0.0cvs103
15228
15229         * src/plugins/clamav/clamav_plugin.c
15230                 Set error on all errors
15231
15232 2006-03-03 [colin]      2.0.0cvs102
15233
15234         * src/common/plugin.c
15235                 Initialize error to avoid crashing when a plugin fails
15236                 without setting error
15237
15238 2006-03-02 [wwp]        2.0.0cvs101
15239
15240         * configure.ac
15241                 fixed linker flags for libetpan support on Cygwin
15242                 (thanks to H.Merijn Brand).
15243
15244 2006-03-02 [wwp]        2.0.0cvs100
15245
15246         * src/addressbook.c
15247                 fix some AB error messages: one for punctuation and
15248                 one wrongly duplicate (thanks, maxbritov).
15249
15250 2006-03-02 [wwp]        2.0.0cvs99
15251
15252         * src/plugins/spamassassin/spamassassin.c
15253                 make sync calls to sa-learn/spamc to prevent
15254                 system (whatever local or client/server) overload.
15255
15256 2006-03-02 [colin]      2.0.0cvs98
15257
15258         * src/summaryview.c
15259                 Put the spam icon in the status column instead of the
15260                 mark one
15261
15262 2006-03-01 [colin]      2.0.0cvs97
15263
15264         * src/plugins/spamassassin/spamassassin.c
15265                 Fix segfault (g_file_set_contents fails for some 
15266                 reason and err==0x2f. Can't find out why with
15267                 valgrind, using working function :-)
15268
15269 2006-03-01 [colin]      2.0.0cvs96
15270
15271         * src/inc.c
15272                 Offline overriding: let 'No' be cached only 3 seconds
15273
15274 2006-03-01 [colin]      2.0.0cvs95
15275
15276         * src/addr_compl.c
15277         * src/addrbook.c
15278         * src/addressbook.c
15279         * src/addrindex.c
15280         * src/folder_item_prefs.c
15281         * src/headerview.c
15282         * src/imap.c
15283         * src/inc.c
15284         * src/ldif.c
15285         * src/mainwindow.c
15286         * src/mh.c
15287         * src/msgcache.c
15288         * src/prefs_common.h
15289         * src/prefs_msg_colors.c
15290         * src/procheader.c
15291         * src/procheader.h
15292         * src/procmime.c
15293         * src/procmsg.c
15294         * src/procmsg.h
15295         * src/send_message.h
15296         * src/simple-gettext.c
15297         * src/summaryview.c
15298         * src/summaryview.h
15299         * src/syldap.c
15300         * src/textview.c
15301         * src/undo.c
15302         * src/common/ssl_certificate.c
15303         * src/common/utils.c
15304         * src/gtk/colorsel.c
15305         * src/gtk/gtksctree.c
15306         * src/gtk/gtkshruler.c
15307         * src/plugins/trayicon/trayicon.c
15308                 #if 0 goes to /dev/null
15309
15310 2006-03-01 [colin]      2.0.0cvs94
15311
15312         * src/compose.c
15313         * src/imap.c
15314         * src/inc.c
15315         * src/inc.h
15316         * src/messageview.c
15317         * src/news.c
15318         * src/plugins/spamassassin/spamassassin.c
15319                 Allow to add information in the "working offline"
15320                 window
15321
15322 2006-03-01 [wwp]        2.0.0cvs93
15323
15324         * src/plugins/spamassassin/spamassassin.c
15325                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15326                 'cause it seems that calling `spamc ... < inputfile` with
15327                 g_spawn_(a)sync simply.. erm doesn't work :-).
15328
15329 2006-03-01 [wwp]        2.0.0cvs92
15330
15331         * src/toolbar.c
15332         * src/toolbar.h
15333                 simplify the adding of spam/ham button to the messageview toolbar
15334                 (it gets more clear now that the same button will be "Mark as spam"
15335                 or "Mark as ham" according to the current message status,
15336                 thanks to Colin).
15337
15338 2006-03-01 [wwp]        2.0.0cvs91
15339
15340         * src/messageview.c
15341         * src/procmsg.c
15342         * src/procmsg.h
15343         * src/summaryview.c
15344         * src/plugins/spamassassin/spamassassin.c
15345         * src/plugins/spamassassin/spamassassin.h
15346                 make learner callbacks return a status (0 for ok),
15347                 handle it in main code to avoid setting flags when learning failed,
15348                 don't learn on TCP if offline in spamassassin,
15349                 thanks to Colin.
15350
15351                 
15352
15353 2006-03-01 [wwp]        2.0.0cvs90
15354
15355         * src/compose.c
15356                 some work around the compose window's account menu,
15357                 patch by Fabien Vantard.
15358
15359 2006-03-01 [wwp]        2.0.0cvs89
15360
15361         * src/plugins/spamassassin/spamassassin.c
15362                 fixed bad logics, was using spamc in local mode and sa-learn
15363                 in remote mode (thanks, Colin).
15364
15365 2006-03-01 [wwp]        2.0.0cvs88
15366
15367         * src/plugins/spamassassin/spamassassin.c
15368         * src/plugins/spamassassin/spamassassin.h
15369         * src/plugins/spamassassin/spamassassin_gtk.c
15370                 made processing of emails w/ sa-plugin an option (default is TRUE),
15371                 fixed Engrish some tooltips, capitalization of some debug messages
15372                 and warnings. The spamassassin plugin now provides two separate
15373                 services: process emails upon incorporation and spamd training.
15374                 Both services (un)register independently but use some common
15375                 plugin settings (transport settings, spam storage location).
15376
15377 2006-02-28 [wwp]        2.0.0cvs87
15378
15379         * src/plugins/spamassassin/spamassassin.c
15380                 fix async flag to spamc cmdline execution (batch exec should
15381                 be asynchronous).
15382
15383 2006-02-27 [wwp]        2.0.0cvs86
15384
15385         * src/plugins/spamassassin/spamassassin.c
15386         * src/plugins/spamassassin/spamassassin.h
15387         * src/plugins/spamassassin/spamassassin_gtk.c
15388                 - added the ability to learn a remote spamassassin server (spamd),
15389                 using spamc.
15390                 - added the spamassassin option 'username', that applies to all
15391                 spamassassin operations (filtering, learning, local or remote).
15392                 The default username is the current unix user (if left blank
15393                 from gtk prefs or config file).
15394                 - commented out some unused code (notebook widget), removed unused
15395                 layout (hbox1).
15396                 - make more widgets sensitive to the transport type.
15397
15398 2006-02-27 [colin]      2.0.0cvs85
15399
15400         * src/plugins/spamassassin/spamassassin.c
15401                 Fix sa-learn call when offline
15402
15403 2006-02-27 [colin]      2.0.0cvs84
15404
15405         * configure.ac
15406         * src/Makefile.am
15407         * src/mainwindow.c
15408         * src/mainwindow.h
15409         * src/messageview.c
15410         * src/messageview.h
15411         * src/prefs_toolbar.c
15412         * src/procmsg.c
15413         * src/stock_pixmap.c
15414         * src/stock_pixmap.h
15415         * src/summaryview.c
15416         * src/toolbar.c
15417         * src/toolbar.h
15418         * src/pixmaps/ham_btn.xpm
15419         * src/pixmaps/spam.xpm
15420         * src/pixmaps/spam_btn.xpm
15421         * src/plugins/spamassassin/spamassassin.c
15422                 Add button in toolbar for spam learning
15423                 Fix a few bugs from the last related commit
15424                 Revert 1.9.6cvs23 which messed up shift-selection
15425
15426 2006-02-24 [colin]      2.0.0cvs83
15427
15428         * src/procmsg.c
15429         * src/summaryview.c
15430         * src/summaryview.h
15431         * src/plugins/spamassassin/spamassassin.c
15432         * src/plugins/spamassassin/spamassassin.h
15433         * src/plugins/spamassassin/spamassassin_gtk.c
15434                 Unregister learner when spamassassin is either
15435                 disabled or over tcp
15436
15437 2006-02-24 [colin]      2.0.0cvs82
15438
15439         * src/Makefile.am
15440         * src/mainwindow.c
15441         * src/mainwindow.h
15442         * src/procmsg.c
15443         * src/procmsg.h
15444         * src/stock_pixmap.c
15445         * src/stock_pixmap.h
15446         * src/summaryview.c
15447         * src/summaryview.h
15448         * src/gtk/icon_legend.c
15449         * src/pixmaps/spam.xpm  ** NEW FILE **
15450         * src/plugins/spamassassin/spamassassin.c
15451         * src/plugins/spamassassin/spamassassin_gtk.c
15452                 Add spam learning interface (Mark/Mark as 
15453                 (spam|ham) menus)
15454
15455 2006-02-24 [wwp]        2.0.0cvs81
15456
15457         * src/compose.c
15458         * src/compose.h
15459         * src/filtering.c
15460                 hide compose window when sending message in batch mode
15461                 (filtering: forward and redirect). Also fixed a wrong
15462                 value returned when sending failed, neutral anyway.
15463                 (Colin, me) 
15464
15465 2006-02-24 [wwp]        2.0.0cvs80
15466
15467         * src/mainwindow.c
15468                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15469
15470 2006-02-24 [paul]       2.0.0cvs79
15471
15472         * src/news.c
15473         * src/news.h
15474         * src/news_gtk.c
15475                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15476                 Thanks to Colin
15477
15478 2006-02-23 [colin]      2.0.0cvs78
15479
15480         * src/alertpanel.c
15481                 Change OK to Close in alertpanel with View log
15482                 button; add accel to View log. Patch by Fabien
15483                 Vantard
15484
15485 2006-02-23 [wwp]        2.0.0cvs77
15486
15487         * src/compose.c
15488                 silly me, there were much more tests to perform, since toolbars can
15489                 really have down to 1 element only.
15490
15491 2006-02-23 [wwp]        2.0.0cvs76
15492
15493         * commitHelper
15494                 fixed indentation from my previous commit. Fallback to VISUAL if
15495                 EDITOR is not set (and to vi, at last resort).
15496
15497 2006-02-23 [wwp]        2.0.0cvs75
15498
15499         * commitHelper
15500                 improved error detection (Colin, me).
15501
15502 2006-02-23 [wwp]        2.0.0cvs74
15503
15504         * src/prefs_toolbar.c
15505                 simplify and fix prefs/toolbars layouting. Combos' contents can
15506                 now be really displayed.
15507
15508 2006-02-23 [wwp]        2.0.0cvs73
15509         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15510         be really displayed.
15511
15512 2006-02-22 [wwp]        2.0.0cvs72
15513
15514         * src/compose.c
15515                 fix a typo in my previous commit (sorry!).
15516
15517 2006-02-22 [wwp]        2.0.0cvs71
15518
15519         * src/prefs_toolbar.c
15520                 fix a crash when adding separators to toolbars,
15521                 also fix some separator item information.
15522
15523 2006-02-22 [wwp]        2.0.0cvs70
15524
15525         * src/compose.c
15526                 fix a crash when redirecting (for instance) when compose window's
15527                 toolbar contents has been customized (when some buttons have been
15528                 removed in fact).
15529
15530 2006-02-21 [wwp]        2.0.0cvs69
15531
15532         * src/summaryview.c
15533         * src/gtk/pluginwindow.c
15534         * src/plugins/pgpcore/prefs_gpg.c
15535                 fix some compilation warnings (feat. remains of removed code).
15536
15537 2006-02-21 [wwp]        2.0.0cvs68
15538
15539         * src/gtk/gtkutils.c
15540                 fix two compilation issues, thanks to Stephan Sachse.
15541
15542 2006-02-20 [colin]      2.0.0cvs67
15543
15544         * src/mainwindow.c
15545                 Don't reselect displayed mail on refocus
15546                 This fixes actions misbehaving 
15547
15548 2006-02-20 [wwp]        2.0.0cvs66
15549
15550         * src/summaryview.c
15551         * src/gtk/gtksctree.c
15552         * src/gtk/gtkshruler.c
15553                 changed more runtime typecast checks.
15554
15555 2006-02-20 [wwp]        2.0.0cvs65
15556
15557         * src/summary_search.c
15558                 find all - summaryview refresh issue fixed, thanks to Colin.
15559
15560 2006-02-20 [wwp]        2.0.0cvs64
15561
15562         * src/gtk/gtkutils.c
15563                 better runtime typecast checks.
15564
15565 2006-02-20 [wwp]        2.0.0cvs63
15566
15567         * src/summary_search.c
15568                 enhancements to the summary search:
15569                         - add the ability to stop the running search
15570                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15571                         - don't search if no criteria (From/To/Subject/Body) is set
15572                         - ensure that a busy mouse pointer is always shown when searching,
15573                           show it even a bit earlier
15574
15575 2006-02-19 [colin]      2.0.0cvs62
15576
15577         * src/compose.c
15578         * src/imap.c
15579         * src/etpan/imap-thread.c
15580         * src/etpan/imap-thread.h
15581                 (Future) IMAP speed improvement on sending
15582                 Will require a libetpan update
15583         * src/summaryview.c
15584         * src/gtk/quicksearch.c
15585                 Make quicksearch clearable while running.
15586
15587 2006-02-17 [colin]      2.0.0cvs61
15588
15589         * src/imap.c
15590         * src/etpan/imap-thread.c
15591         * src/etpan/imap-thread.h
15592                 Check for IMAP certificates
15593                 ** Requires libetpan-0.42-cvs4 
15594                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15595
15596 2006-02-17 [colin]      2.0.0cvs60
15597
15598         * src/messageview.c
15599         * src/prefs_common.c
15600         * src/prefs_common.h
15601         * src/prefs_message.c
15602                 Add pref to display HTML-only mails with plugin, 
15603                 if possible (defaulting to FALSE of course).
15604
15605 2006-02-16 [colin]      2.0.0cvs59
15606
15607         * src/main.c
15608         * src/common/plugin.c
15609         * src/common/plugin.h
15610         * src/gtk/pluginwindow.c
15611                 Keep track of requested (but unloaded) plugins
15612                 in some error cases.
15613
15614 2006-02-16 [wwp]        2.0.0cvs58
15615
15616         * src/gtk/gtkaspell.c
15617         * src/gtk/gtkaspell.h
15618         * src/prefs_spelling.c
15619         * src/compose.c
15620         * src/prefs_common.c
15621         * src/prefs_common.h
15622                 implemented new optional spellchecker behaviour: re-check message when
15623                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15624
15625 2006-02-16 [wwp]        2.0.0cvs57
15626
15627         * src/quote_fmt_parse.y
15628                 pclose popen'ed pipe.
15629
15630 2006-02-15 [colin]      2.0.0cvs56
15631
15632         * src/mimeview.c
15633         * src/mimeview.h
15634                 Let MimeViewers know which MimeView they
15635                 depend of.
15636         * src/summaryview.c
15637                 Swap From/To columns in Sent/Queue/Drafts
15638                 folders
15639         * src/etpan/imap-thread.c
15640                 Use mailstream_low_tls_open() for STARTTLS
15641                 instead of mailstream_low_ssl_open()
15642                 ** REQUIRES libetpan 0.42cvs3 **
15643
15644 2006-02-15 [wwp]        2.0.0cvs55
15645
15646         * src/compose.c
15647         * src/compose.h
15648         * src/message_search.c
15649         * src/message_search.h
15650         * src/textview.c
15651         * src/gtk/gtkutils.c
15652         * src/gtk/gtkutils.h
15653                 added the ability to Find text in the compose window (and a bit
15654                 of code factorization).
15655
15656 2006-02-15 [wwp]        2.0.0cvs54
15657
15658         * src/prefs_gtk.c
15659                 yet another one file was missing (fix for some widgets' sensitivity).
15660                 Thanks Colin!
15661
15662 2006-02-15 [wwp]        2.0.0cvs53
15663
15664         * src/prefs_gtk.h
15665                 oops forgot that file (fix for some widgets' sensitivity).
15666
15667 2006-02-15 [wwp]        2.0.0cvs52
15668
15669         * src/summary_search.c
15670                 implemented advanced summary search options (added the ability
15671                 to use matcher conditions in an advanced search mode).
15672
15673 2006-02-15 [wwp]        2.0.0cvs51
15674
15675         * src/plugins/pgpcore/prefs_gpg.c
15676         * src/prefs_account.c
15677                 fix some widget sensitivity, mostly around some labels in
15678                 account prefs.
15679
15680 2006-02-15 [paul]       2.0.0cvs50
15681
15682         * manual/advanced.xml
15683                 improve Templates info
15684                 written by wwp
15685
15686 2006-02-14 [colin]      2.0.0cvs49
15687
15688         * src/pixmaps/address_book.xpm
15689         * src/pixmaps/preferences.xpm
15690         * src/pixmaps/properties.xpm
15691                 Fix pixmap size - patch by Fabien Vantard
15692
15693 2006-02-13 [colin]      2.0.0cvs48
15694
15695         * src/procmime.c
15696                 Add missing fclose()s on error
15697         * src/textview.c
15698                 Remove unused code
15699         * src/common/utils.c
15700                 Fix temp files not being deleted on windows
15701         Patches by Thomas Gilgin
15702
15703 2006-02-13 [colin]      2.0.0cvs47
15704
15705         * src/mainwindow.c
15706                 Fix exit crash
15707
15708 2006-02-13 [wwp]        2.0.0cvs46
15709
15710         * src/plugins/pgpcore/prefs_gpg.c
15711                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15712
15713 2006-02-12 [colin]      2.0.0cvs45
15714
15715         * src/folderview.c
15716         * src/main.c
15717         * src/mainwindow.c
15718                 Fix "stuff" when quitting
15719
15720 2006-02-12 [wwp]        2.0.0cvs44
15721
15722         * src/prefs_themes.c
15723                 fix typos in debug messages.
15724
15725 2006-02-11 [colin]      2.0.0cvs43
15726
15727         * src/summaryview.c
15728                 don't allow drag/drop from ourself
15729
15730 2006-02-10 [wwp]        2.0.0cvs42
15731
15732         * src/exporthtml.c
15733         * src/html.c
15734         * src/html.h
15735         * src/procmime.c
15736         * src/textview.c
15737                 renamed html_ prefixed functions and data structures to avoid
15738                 namespace clashes w/ other software (gtkhtml2 for instance).
15739                 Closes bug #907.
15740
15741
15742 2006-02-09 [colin]      2.0.0cvs41
15743
15744         * src/summaryview.c
15745                 Fix shitty logic messed up. Thanks Ticho for the hint!
15746
15747 2006-02-09 [wwp]        2.0.0cvs40
15748
15749         * src/gtk/about.c
15750         * src/compose.c
15751         * src/prefs_account.c
15752         * src/prefs_gtk.h
15753         * src/editaddress.c
15754                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15755                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15756                 Browse buttons in accounts prefs.
15757
15758 2006-02-09 [colin]      2.0.0cvs39
15759
15760         * src/matcher.c
15761                 Check for pointer before using its members
15762         * src/gtk/gtksourceprintjob.c
15763                 Fix a wrong warning
15764
15765 2006-02-09 [wwp]        2.0.0cvs38
15766
15767         * src/gtk/filesel.c
15768                 fix few compiler warnings (type mismatch).
15769
15770 2006-02-09 [paul]       2.0.0cvs37
15771
15772         * po/fr.po
15773                 updated by Fabien Vantard
15774
15775 2006-02-08 [colin]      2.0.0cvs36
15776
15777         * src/prefs_common.c
15778         * src/common/defs.h
15779         * src/common/plugin.c
15780                 allow windows and linux configurations to coexist
15781                 patch by Thomas Gilgin
15782
15783 2006-02-08 [colin]      2.0.0cvs35
15784
15785         * src/filtering.c
15786         * src/matcher.c
15787         * src/matcher.h
15788         * src/matcher_parser_parse.y
15789         * src/prefs_filtering_action.c
15790         * src/prefs_matcher.c
15791                 Add the "Ignore thread" filtering
15792                 action
15793
15794 2006-02-08 [colin]      2.0.0cvs34
15795
15796         * src/compose.c
15797         * src/procmime.c
15798         * src/procmime.h
15799                 Fix bug #905 (damaged attachment)
15800                 text files with raw \0's aren't really text files
15801         FOR_STABLE
15802
15803 2006-02-08 [colin]      2.0.0cvs33
15804
15805         * src/summaryview.c
15806                 Fix crasher introduced yesterday
15807
15808 2006-02-08 [wwp]        2.0.0cvs32
15809
15810         * src/compose.c
15811         * src/compose.h
15812                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15813
15814 2006-02-08 [wwp]        2.0.0cvs31
15815
15816         * src/prefs_template.c
15817                 templates enhancement: allow address completion for Cc and Bcc fields
15818                 (it was currently possible for the To field only)
15819
15820 2006-02-08 [colin]      2.0.0cvs30
15821
15822         * src/compose.c
15823                 Don't unblock if not blocked
15824         FOR_STABLE
15825
15826 2006-02-07 [colin]      2.0.0cvs29
15827
15828         * src/action.c
15829                 Forgot to refresh summaryview
15830
15831 2006-02-07 [colin]      2.0.0cvs28
15832
15833         * src/action.c
15834                 Freeze/thaw message list and folder list while
15835                 processing %as{} actions 
15836         * src/compose.c
15837                 Fix auto-wrap disabling after a middle-click
15838                 paste - FOR_STABLE
15839
15840 2006-02-07 [paul]       2.0.0cvs27
15841
15842         * src/folder.c
15843                 fix freeing of uninitialised pointers
15844                 Thanks to Colin
15845
15846 2006-02-06 [colin]      2.0.0cvs26
15847
15848         * src/folder.c
15849                 Use g_slist_prepend in potentially big list
15850
15851 2006-02-06 [colin]      2.0.0cvs25
15852
15853         * src/folder.c
15854                 Completely skip processing if it doesn't 
15855                 exist (faster!)
15856
15857 2006-02-06 [colin]      2.0.0cvs24
15858
15859         * src/folder.c
15860         * src/summaryview.c
15861                 Batch filtering in summaryview (from Tools menu)
15862                 and pre/post//-processing too
15863
15864 2006-02-06 [colin]      2.0.0cvs23
15865
15866         * src/procmsg.h
15867         * src/filtering.c
15868                 Use a special field for batch filtering instead
15869                 of stepping on deferred execution's toes
15870
15871 2006-02-06 [colin]      2.0.0cvs22
15872
15873         * src/action.c
15874         * src/filtering.c
15875         * src/filtering.h
15876         * src/folder.c
15877         * src/summaryview.c
15878                 Fix filtering via menus and actions
15879
15880 2006-02-06 [colin]      2.0.0cvs21
15881
15882         * src/imap.c
15883                 Put the added file directly to cache if possible (will work
15884                 with next libetpan)
15885         * src/filtering.c
15886         * src/filtering.h
15887         * src/inc.c
15888         * src/folder.c
15889         * src/mbox.c
15890         * src/procmsg.h
15891                 Move and copy filtered messages by batches instead of one
15892                 by one - faster on IMAP
15893         * src/procmsg.c
15894                 Add a function that'll possibly be useful later
15895
15896 2006-02-06 [colin]      2.0.0cvs20
15897
15898         * src/addressbook.c
15899                 Use internal mime-type instead of text/plain for d'n'd
15900         * src/compose.c
15901                 Allow attaching files from mimeview's icon list via d'n'd
15902         * src/folderview.c
15903         * src/folderview.h
15904                 Use internal mime-type instead of text/plain for d'n'd
15905                 Don't try to selected opened folder if none is
15906                 Factorize d'n'd from other apps code
15907         * src/headerview.c
15908         * src/textview.c
15909         * src/gtk/gtkutils.c
15910         * src/gtk/gtkutils.h
15911                 Factorize Face/X-Face stuff
15912         * src/mimeview.c
15913                 Fix d'n'd to other apps
15914         * src/prefs_message.c
15915                 Let the XFace pref be usable without libcompface as it also
15916                 applies to Face
15917         * src/summaryview.c
15918                 Fix d'n'd to other apps
15919                 Factorize d'n'd from other apps code
15920
15921 2006-02-06 [wwp]        2.0.0cvs19
15922
15923         * po/it.po
15924                 Italian translation fixes by Andrea Spadaccini (no more confusion
15925                 between filtering and processing, and few changes in the About
15926                 dialog).
15927
15928
15929 2006-02-06 [mones]      2.0.0cvs18
15930
15931         * src/gtk/icon_legend.c
15932                 Improved descriptions allowing better translations
15933
15934 2006-02-05 [colin]      2.0.0cvs17
15935
15936         * src/imap.c
15937                 Add the f*cking missing expunge that caused imap_fetch_env
15938                 to fail after an add_msgs ! :-///
15939         * src/etpan/imap-thread.c
15940                 Add a bit of debug
15941         FOR_STABLE
15942
15943 2006-02-05 [colin]      2.0.0cvs16
15944
15945         * src/common/utils.c
15946                 Don't check for return-path (or we can't put
15947                 back non-sent mails)
15948
15949 2006-02-05 [colin]      2.0.0cvs15
15950
15951         * src/textview.c
15952                 Don't try to display Face header in textview
15953                 when teh headerview's active
15954
15955 2006-02-05 [colin]      2.0.0cvs14
15956
15957         * tools/tbird2syl.py
15958         * tools/Makefile.am
15959                 Add script to import Thunderbird mails
15960
15961 2006-02-05 [colin]      2.0.0cvs13
15962
15963         * src/headerview.c
15964         * src/procheader.c
15965         * src/procmsg.c
15966         * src/procmsg.h
15967         * src/textview.c
15968                 Show Face headers - patch partially by Klaus Flittner
15969
15970 2006-02-05 [colin]      2.0.0cvs12
15971
15972         * src/folderview.c
15973         * src/summaryview.c
15974         * src/common/utils.c
15975         * src/common/utils.h
15976                 Let dnd work from mime icons to summaryview
15977                 and to folderview too
15978                 Add a crude test to avoid trying to add files
15979                 drag'n'dropped when they're not mails
15980
15981 2006-02-04 [colin]      2.0.0cvs11
15982
15983         * src/summaryview.c
15984         * src/mimeview.c
15985                 Fix utf8 conversion
15986
15987 2006-02-04 [colin]      2.0.0cvs10
15988
15989         * src/compose.c
15990         * src/folderview.c
15991         * src/mimeview.c
15992         * src/summaryview.c
15993         * src/summaryview.h
15994                 Added various drag and drop capas:
15995                 From                    To
15996                 summaryview             other apps
15997                 mimeview icons          other apps
15998                 other apps              summaryview
15999                 other apps              folderview
16000
16001                 This shouldn't have broken the existing:
16002                 From                    To
16003                 summaryview             folderview
16004                 folderview              folderview
16005                 summaryview             compose's attachments
16006
16007         Tests welcomed.
16008
16009 2006-02-02 [paul]       2.0.0cvs9
16010
16011         * src/mainwindow.c
16012                 move global option 'Set displayed columns...' out
16013                 of folder option grouping.
16014                 fix sensitivity of 'harvest addresses'
16015         FOR_STABLE
16016
16017 2006-02-01 [colin]      2.0.0cvs8
16018
16019         * src/mimeview.c
16020                 Revert the alertpanel patch, it sucks (intrusive
16021                 and gets in the way of "open")
16022
16023 2006-02-01 [colin]      2.0.0cvs7
16024
16025         * src/compose.c
16026         * src/prefs_account.c
16027         * src/prefs_common.c
16028         * src/common/defs.h
16029         * src/common/utils.c
16030         * src/common/utils.h
16031                 Add ability to edit the signature file
16032                 from the account preferences, and use
16033                 a default for the text editor.
16034                 Patch by Fabien Vantard
16035
16036 2006-02-01 [colin]      2.0.0cvs6
16037
16038         * src/mimeview.c
16039                 Try to get mime type by extension if it is
16040                 application/octet-stream
16041                 Display a window with possible choices when
16042                 encountering unknown mime types
16043         * src/gtk/filesel.c
16044         * src/gtk/filesel.h
16045                 Add preview
16046                 Allow multiple selection in filtered filesel
16047                 (patch by Fabien Vantard)
16048         * src/gtk/pluginwindow.c
16049                 Use it (patch by Fabien Vantard)
16050
16051 2006-02-01 [paul]       2.0.0cvs5
16052
16053         * src/jpilot.c
16054                 fix crash on creating jpilot address book
16055                 Thanks to Colin - FOR_STABLE
16056         * src/prefs_summaries.c
16057         * src/prefs_wrapping.c
16058         * src/gtk/icon_legend.c
16059         * src/gtk/quicksearch.c
16060                 string fixes and additions
16061
16062 2006-02-01 [paul]       2.0.0cvs4
16063
16064         * src/compose.c
16065         * src/mainwindow.c
16066         * src/messageview.c
16067         * src/prefs_send.c
16068                 add Arabic encoding option
16069                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
16070
16071 2006-01-31 [colin]      2.0.0cvs3
16072
16073         * src/plugins/pgpcore/passphrase.c
16074                 Convert passphrase to locale encoding
16075         * src/compose.c
16076                 Fix drafting on IMAP. Crappy bug sneaked in
16077                 the release :-/
16078         FOR_STABLE
16079
16080 2006-01-30 [paul]       2.0.0cvs2
16081
16082         * src/gtk/icon_legend.c
16083                 show the new entries
16084
16085 2006-01-30 [colin]      2.0.0cvs1
16086
16087         * src/manual.c
16088                 Check for the file to be present before 
16089                 enabling the menu - FOR_STABLE
16090         * src/gtk/icon_legend.c
16091                 Add folders icons (not all of them, there
16092                 are too much, but the most intriguing ones)
16093
16094 2006-01-30 [paul]       2.0.0
16095
16096         version 2.0.0 released
16097
16098 [For previous entries, see ChangeLog.pre2.0.0]