d367967dca4d5a178ea8b092752b58dc4c681556
[claws.git] / ChangeLog
1 2007-10-17 [colin]      3.0.2cvs80
2
3         * src/plugins/pgpcore/select-keys.c
4                 Fix bug which prevented encryption key
5                 auto-selection when two or more matched the
6                 email address, but only one isn't revoked
7                 or expired.
8
9 2007-10-17 [wwp]        3.0.2cvs79
10
11         * src/compose.c
12         * src/quote_fmt.c
13         * src/quote_fmt.h
14         * src/quote_fmt_lex.l
15         * src/quote_fmt_parse.y
16                 Templates can now attach files using |attach{filename}.
17
18 2007-10-17 [wwp]        3.0.2cvs78
19
20         * src/prefs_customheader.c
21         * src/prefs_ext_prog.c
22         * src/prefs_filtering_action.c
23         * src/prefs_matcher.c
24         * src/prefs_other.c
25         * src/prefs_toolbar.c
26         * src/gtk/combobox.c
27         * src/gtk/combobox.h
28         * src/gtk/gtkutils.c
29         * src/gtk/gtkutils.h
30         * src/plugins/bogofilter/bogofilter_gtk.c
31         * src/plugins/spamassassin/spamassassin_gtk.c
32                 Removed almost all remaining instances of GtkCombo
33                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
34                 few visual and code cleanup from Colin.
35
36 2007-10-16 [wwp]        3.0.2cvs77
37         * src/gtk/pluginwindow.c
38                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
39
40 2007-10-15 [colin]      3.0.2cvs76
41
42         * src/edittags.c
43         * src/edittags.h
44         * src/filtering.c
45         * src/filtering.h
46         * src/importmutt.c
47         * src/importpine.c
48         * src/main.c
49         * src/messageview.c
50         * src/messageview.h
51         * src/mimeview.c
52         * src/mimeview.h
53         * src/pop.c
54         * src/pop.h
55         * src/prefs_common.c
56         * src/prefs_common.h
57         * src/prefs_customheader.c
58         * src/prefs_customheader.h
59         * src/prefs_display_header.c
60         * src/prefs_display_header.h
61         * src/prefs_filtering_action.c
62         * src/prefs_filtering_action.h
63         * src/prefs_folder_column.c
64         * src/prefs_folder_column.h
65         * src/prefs_folder_item.c
66         * src/prefs_folder_item.h
67         * src/prefs_gtk.c
68         * src/prefs_gtk.h
69         * src/prefs_logging.h
70         * src/prefs_matcher.c
71         * src/prefs_matcher.h
72         * src/prefs_summary_column.c
73         * src/prefs_summary_column.h
74         * src/prefs_summary_open.c
75         * src/procheader.c
76         * src/procheader.h
77         * src/procmime.c
78         * src/procmime.h
79         * src/recv.c
80         * src/recv.h
81         * src/sourcewindow.c
82         * src/sourcewindow.h
83         * src/summaryview.c
84         * src/summaryview.h
85         * src/textview.c
86         * src/textview.h
87         * src/toolbar.c
88         * src/toolbar.h
89         * src/common/mgutils.c
90         * src/common/mgutils.h
91         * src/common/nntp.c
92         * src/common/nntp.h
93         * src/common/prefs.c
94         * src/common/prefs.h
95         * src/common/socket.c
96         * src/common/socket.h
97         * src/common/stringtable.c
98         * src/common/stringtable.h
99         * src/common/template.c
100         * src/common/template.h
101         * src/common/uuencode.c
102         * src/common/uuencode.h
103         * src/gtk/gtkshruler.c
104         * src/gtk/gtkshruler.h
105         * src/gtk/menu.c
106         * src/gtk/menu.h
107         * src/gtk/progressdialog.c
108         * src/gtk/progressdialog.h
109                 Remove/staticalize, the return of the revenge
110
111 2007-10-15 [colin]      3.0.2cvs75
112
113         * src/matcher.c
114                 Fix redirections in filtering's tests
115
116 2007-10-15 [colin]      3.0.2cvs74
117
118         * src/imap.c
119                 Don't build imap_synchronise at all when 
120                 building without libetpan
121
122 2007-10-14 [colin]      3.0.2cvs73
123
124         * src/imap.c
125         * src/common/md5.c
126         * src/common/md5.h
127         * src/gtk/manage_window.c
128         * src/gtk/manage_window.h
129                 Remove more unused code
130
131 2007-10-14 [colin]      3.0.2cvs72
132
133         * src/addrquery.c
134         * src/addrquery.h
135         * src/recv.c
136         * src/recv.h
137         * src/vcard.c
138         * src/vcard.h
139         * src/common/xml.c
140         * src/common/xml.h
141         * src/common/xmlprops.c
142         * src/common/xmlprops.h
143                 Remove more unused code
144
145 2007-10-14 [colin]      3.0.2cvs71
146
147         * src/common/utils.c
148                 Remove unused function
149
150 2007-10-13 [colin]      3.0.2cvs70
151
152         * src/imap.c
153         * src/imap.h
154         * src/mainwindow.c
155         * src/mainwindow.h
156         * src/gtk/gtkutils.c
157         * src/gtk/gtkutils.h
158                 Staticalise/Remove more code
159
160 2007-10-13 [colin]      3.0.2cvs69
161
162         * src/common/utils.c
163         * src/common/utils.h
164                 Remove dead code, unused for ages
165
166 2007-10-13 [colin]      3.0.2cvs68
167
168         * src/main.c
169         * src/main.h
170                 Maemo: define hildon_program in main.c,
171                 make it accessible in the .h with extern
172
173 2007-10-13 [paul]       3.0.2cvs67
174
175         * src/gtk/menu.c
176                 fix a bunch of runtime warnings on maemo
177
178 2007-10-13 [paul]       3.0.2cvs66
179
180         * src/main.c
181         * src/main.h
182         * src/gtk/gtkutils.c
183         * src/gtk/gtkutils.h
184                 fix a bunch of compiler warnings on maemo
185
186 2007-10-12 [colin]      3.0.2cvs65
187
188         * src/account.c
189         * src/addritem.c
190         * src/addritem.h
191         * src/filtering.c
192         * src/filtering.h
193         * src/folder.c
194         * src/folder.h
195         * src/common/utils.c
196         * src/common/utils.h
197                 Remove unused code, staticalise some functions
198
199 2007-10-12 [paul]       3.0.2cvs64
200
201         * src/account.c
202         * src/folderview.c
203         * src/main.c
204         * src/mainwindow.c
205         * src/messageview.c
206         * src/summary_search.c
207         * src/summaryview.c
208         * src/toolbar.c
209         * src/wizard.c
210         * src/common/utils.c
211         * src/gtk/prefswindow.c
212                 fix a bunch of compiler warnings on maemo
213
214 2007-10-11 [colin]      3.0.2cvs63
215
216         * src/editaddress.c
217                 Make static function static
218
219 2007-10-11 [mones]      3.0.2cvs62
220
221         * src/addrduplicates.c
222         * src/addressbook.c
223         * src/compose.c
224         * src/expldifdlg.c
225         * src/mainwindow.c
226         * src/messageview.c
227         * src/pop.c
228         * src/prefs_customheader.c
229         * src/prefs_send.c
230         * src/prefs_themes.c
231         * src/common/plugin.c
232         * src/gtk/pluginwindow.c
233         * src/gtk/quicksearch.c
234                 Fix several typos and capitalisation issues
235
236 2007-10-11 [wwp]        3.0.2cvs61
237
238         * src/editaddress.c
239                 Fix a warning about possible use of uninitialized
240                 filename var.
241
242 2007-10-11 [wwp]        3.0.2cvs60
243
244         * src/editaddress.c
245                 Disable "Unset picture" menu item when there's
246                 no picture to clear. Fix an extraneous g_unref_object,
247                 add missing initializers.
248
249 2007-10-11 [wwp]        3.0.2cvs59
250
251         * src/pixmaps/anonymous.xpm
252         * src/editaddress.c
253         * src/Makefile.am
254         * src/stock_pixmap.c
255         * src/stock_pixmap.h
256                 Fix a leak, gettext-ize the photo label.
257                 Don't clear the existing picture if loading
258                 a new one fails. Use a default 'anonymous'
259                 picture (this new xpm has been added to the
260                 internal stock_pixmap API). Add a
261                 "Set picture" context menu entry.
262
263 2007-10-11 [colin]      3.0.2cvs58
264
265         * src/messageview.c
266                 Make shift-shortcuts work
267         * src/prefs_actions.c
268                 Don't ask if we really want to close when
269                 choosing OK and only the list is changed
270         * src/prefs_template.c
271                 Don't ask if we really want to close when
272                 choosing OK and only the list is changed
273         * src/common/plugin.c
274                 Fix writing of second [Plugins_*] block
275         * src/common/template.c
276                 Remove unused files (fixes deletion)
277
278 2007-10-10 [paul]       3.0.2cvs57
279
280         * src/prefs_template.c
281                 put the whole thing in a scrolled window
282                 so that half the page is no longer inaccessible
283                 on maemo
284                 make the gtk_text_view smaller on maemo
285
286 2007-10-10 [colin]      3.0.2cvs56
287
288         * src/compose.c
289                 Fix updating of Attachments number in some
290                 cases (reedit, attach from command-line, ...)
291
292 2007-10-10 [colin]      3.0.2cvs55
293
294         * src/editaddress.c
295                 Initialise error correctly
296
297 2007-10-10 [paul]       3.0.2cvs54
298
299         * src/prefs_filtering_action.c
300         * src/gtk/description_window.c
301         * src/gtk/foldersort.c
302         * src/gtk/quicksearch.c
303                 get rid of some pointless new lines and
304                 make the descripton labels wrap better
305
306 2007-10-10 [colin]      3.0.2cvs53
307
308         * src/addressadd.c
309         * src/editaddress.c
310         * src/headerview.c
311         * src/textview.c
312                 More error handling on saving pictures
313
314 2007-10-10 [colin]      3.0.2cvs52
315
316         * src/printing.c
317         * src/printing.h
318                 Generalize a bit printing, so we can factorize
319                 most of the code. 
320
321 2007-10-10 [paul]       3.0.2cvs51
322
323         * src/addrduplicates.c
324                 fix engrish
325                 use GTK_STOCK... buttons
326
327 2007-10-10 [paul]       3.0.2cvs50
328
329         * src/addressadd.c
330         * src/addrindex.c
331         * src/editaddress.c
332                 Fix previous patch
333                 Thanks to Colin
334
335 2007-10-10 [paul]       3.0.2cvs49
336
337         * src/summaryview.c
338         * src/messageview.c
339                 Fix crash on Add sender to addressbook when
340                 From is null
341         * src/addressadd.c
342         * src/addrindex.c
343         * src/editaddress.c
344         * src/editaddress_other_attributes_ldap.h
345                 Fix leaks 
346                 Rename images to .png in addrbook/
347         * src/headerview.c
348         * src/textview.c
349                 Fix Face/X-Face being used if adding another
350                 address than sender to addressbook
351                 Thanks to Colin
352
353 2007-10-10 [holger]     3.0.2cvs48
354
355         * src/addrduplicates.c
356         * src/editaddress.c
357                 Improvements to the addressbook duplicate finder
358                 feature:
359                  - add an edit button to the button bar
360                  - display the whole bookname (with iface) and
361                    use this for same-book checking
362                  - after editing, try to keep selections if the
363                    entries are still present
364                  - sort the email column alphabetically
365                  - put results in a scrolled window
366                  - support embedded editing
367                  - make columns in detail view resizable
368                  - add keyboard shortcuts
369
370 2007-10-10 [wwp]        3.0.2cvs47
371
372         * src/addrindex.c
373                 Fix a crash when there's no From: in email, thanks to Colin.
374
375 2007-10-09 [paul]       3.0.2cvs46
376
377         * src/messageview.c
378         * src/summaryview.c
379         * src/textview.c
380                 fix building without compface support
381
382 2007-10-09 [colin]      3.0.2cvs45
383
384         * src/editaddress.c
385         * src/headerview.c
386         * src/textview.c
387                 Add error handling
388
389 2007-10-09 [colin]      3.0.2cvs44
390
391         * src/addrduplicates.c
392         * src/addressadd.c
393         * src/addressadd.h
394         * src/addressbook.c
395         * src/addressbook.h
396         * src/addrindex.c
397         * src/addrindex.h
398         * src/addritem.c
399         * src/addritem.h
400         * src/compose.c
401         * src/editaddress.c
402         * src/editaddress_other_attributes_ldap.h
403         * src/headerview.c
404         * src/messageview.c
405         * src/mimeview.c
406         * src/summaryview.c
407         * src/textview.c
408         * src/gtk/gtkutils.c
409                 Automatically set contacts' pictures from Face 
410                 or X-Face if they have no picture
411                 Display the contact picture in textview or
412                 headerview for mails sent by people in the 
413                 addressbook, that have no Face or X-Face
414                 Fix a few details in the Person edition dialog
415                 (ability to unset picture)
416                 Remove picture file when deleting contacts
417
418 2007-10-09 [iwkse]      3.0.2cvs43
419
420         * src/gtk/about.c
421                 center the about window
422
423 2007-10-09 [paul]       3.0.2cvs42
424
425         * src/prefs_toolbar.c
426                 fix icon selector window on maemo
427
428 2007-10-09 [paul]       3.0.2cvs41
429
430         * src/messageview.c
431                 add 'go to' menu to separate msgview
432
433 2007-10-09 [colin]      3.0.2cvs40
434
435         * src/common/defs.h
436                 Add forgotten file
437
438 2007-10-09 [iwkse]      3.0.2cvs39
439
440         * Makefile.am
441         * src/addressbook.c
442         * src/addritem.c
443         * src/addritem.h
444         * src/editaddress.c
445         * src/editaddress_other_attributes_ldap.h
446         * src/addrbook.c
447         * src/Makefile.am
448                 set a photo in the Addressbook
449
450 2007-10-08 [colin]      3.0.2cvs38
451
452         * src/prefs_toolbar.c
453                 Make height 320 to remove the scrollbar 
454                 (with current number of icons)
455
456 2007-10-08 [colin]      3.0.2cvs37
457
458         * src/prefs_toolbar.c
459                 Transform the treeview to a GtkIconView.
460                 Patch by Pawel
461                 In addition, transform the window so that 
462                 it looks like a popup menu. Patch by me
463
464 2007-10-08 [colin]      3.0.2cvs36
465
466         * src/compose.c
467         * src/compose.h
468                 Beautify the GUI a bit; in particular, show the
469                 number of attachments in the tab's title.
470                 Patch by Pawel
471
472 2007-10-08 [paul]       3.0.2cvs35
473
474         * src/mimeview.c
475                 Save users from themselves: save temporary
476                 files used for Open/Open with as read-only.
477                 Thanks to Colin
478
479 2007-10-08 [paul]       3.0.2cvs34
480
481         * tools/Makefile.am
482                 forgot this in cvs33
483
484 2007-10-08 [paul]       3.0.2cvs33
485
486         * tools/kdeservicemenu/README
487         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
488         * tools/kdeservicemenu/install.sh
489         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
490                 renamed template* to *template so as not to confuse
491                 lintian
492
493 2007-10-08 [paul]       3.0.2cvs32
494
495         * src/prefs_themes.c
496         * src/stock_pixmap.c
497                 replace 2 direct uses of RC_DIR
498
499 2007-10-07 [colin]      3.0.2cvs31
500
501         * src/addrduplicates.c
502         * src/addrduplicates.h
503         * src/addressbook.c
504         * src/addressbook.h
505         * src/addrindex.c
506         * src/addrindex.h
507                 Implement deletion in duplicate finder. 
508                 Patch by Holger 
509
510 2007-10-07 [colin]      3.0.2cvs30
511
512         * src/exporthtml.c
513         * src/mbox.c
514         * src/common/utils.c
515                 Better fix for Solaris, thanks to Nicolas Doualot
516
517 2007-10-07 [colin]      3.0.2cvs29
518
519         * AUTHORS
520         * src/gtk/authors.h
521                 Add Frank Dietrich
522
523 2007-10-07 [colin]      3.0.2cvs28
524
525         * src/exporthtml.c
526                 Fix HTML export to make it more compliant
527                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
528
529 2007-10-07 [colin]      3.0.2cvs27
530
531         * src/prefs_toolbar.c
532                 Only use icons that wouldn't look stupid in the toolbar
533                 Patch by Pawel
534
535 2007-10-07 [colin]      3.0.2cvs26
536
537         * src/prefs_toolbar.c
538                 Fix old icon being used when none is selected
539
540 2007-10-07 [colin]      3.0.2cvs25
541
542         * src/toolbar.c
543                 Fix copy/paste error
544
545 2007-10-07 [colin]      3.0.2cvs24
546
547         * src/prefs_toolbar.c
548         * src/toolbar.c
549         * src/toolbar.h
550                 Update icon to default one when changing event
551                 Make the icon chooser nicer (handle Esc, Enter,
552                 double-click)
553
554 2007-10-06 [colin]      3.0.2cvs23
555
556         * src/prefs_toolbar.c
557                 Fix text reset; patch by Pawel
558
559 2007-10-06 [colin]      3.0.2cvs22
560
561         * src/toolbar.h
562                 Complete previous commit
563
564 2007-10-06 [colin]      3.0.2cvs21
565
566         * src/prefs_toolbar.c
567         * src/toolbar.c
568                 Set toolbar text automatically to the default
569                 when changing Event executed on click
570
571 2007-10-06 [colin]      3.0.2cvs20
572
573         * src/prefs_toolbar.c
574                 Invert Text and Event fields
575
576 2007-10-06 [colin]      3.0.2cvs19
577
578         * src/prefs_toolbar.c
579         * src/toolbar.c
580                 Make toolbar prefs look much better
581                 Patch by Pawel Pekala
582
583 2007-10-06 [paul]       3.0.2cvs18
584
585         * src/account.c
586         * src/prefs_filtering.c
587                 fix checkbuttons in gtktreeview on maemo by
588                 setting maemo's "allow-checkbox-mode" to FALSE
589
590 2007-10-06 [colin]      3.0.2cvs17
591
592         * configure.ac
593                 Export -DSOLARIS in CFLAGS for all
594                 Solaris (not just 2.8) and OpenSolaris
595
596 2007-10-06 [paul]       3.0.2cvs16
597
598         * AUTHORS
599         * src/exporthtml.c
600         * src/mbox.c
601         * src/gtk/authors.h
602                 fix build on solaris where ctime_r takes
603                 3 arguments rather than 2.
604                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
605
606 2007-10-05 [colin]      3.0.2cvs15
607
608         * src/etpan/imap-thread.c
609                 Fix wrong error codepath
610
611 2007-10-05 [wwp]        3.0.2cvs14
612
613         * src/filtering.c
614                 Fix unexpected logging of quicksearches:
615                 debug_filtering_session flag was never reset to FALSE, causing
616                 matcher functions to log when called from a quicksearch
617                 (if a filtering session happened before).
618
619 2007-10-05 [paul]       3.0.2cvs13
620
621         * src/prefs_actions.c
622         * src/prefs_filtering.c
623         * src/prefs_template.c
624                 fix bug 1343, 'Filtering..'s close button
625                 silently discards new filter'
626                 Thanks to Colin
627
628 2007-10-05 [paul]       3.0.2cvs12
629
630         * configure.ac
631         * src/Makefile.am
632                 fix bug 1347, '-Wno-unused-function, optional'
633
634 2007-10-05 [colin]      3.0.2cvs11
635
636         * src/procmime.c
637         * src/common/mgutils.c
638                 Fix warnings
639
640 2007-10-05 [mones]      3.0.2cvs10
641
642         * manual/advanced.xml
643                 Use full menu name
644         * manual/es/advanced.xml
645                 Synchronise translation
646
647 2007-10-04 [colin]      3.0.2cvs9
648
649         * src/action.c
650         * src/addrbook.c
651         * src/addrindex.c
652         * src/compose.c
653         * src/exporthtml.c
654         * src/exportldif.c
655         * src/folder.c
656         * src/main.c
657         * src/matcher.c
658         * src/mbox.c
659         * src/messageview.c
660         * src/mh.c
661         * src/news.c
662         * src/partial_download.c
663         * src/pop.c
664         * src/procmime.c
665         * src/procmsg.c
666         * src/toolbar.c
667         * src/common/log.c
668         * src/common/mgutils.c
669         * src/common/plugin.c
670         * src/common/utils.c
671         * src/common/xml.c
672         * src/common/xml.h
673         * src/common/xmlprops.c
674         * src/common/xmlprops.h
675         * src/plugins/bogofilter/bogofilter.c
676         * src/plugins/clamav/clamav_plugin.c
677         * src/plugins/dillo_viewer/dillo_prefs.c
678         * src/plugins/pgpcore/prefs_gpg.c
679         * src/plugins/pgpinline/pgpinline.c
680         * src/plugins/pgpmime/pgpmime.c
681         * src/plugins/spamassassin/spamassassin.c
682         * src/plugins/trayicon/trayicon_prefs.c
683                 Verify success on writes. Will fix possible strange
684                 failure on disk full.
685
686 2007-10-04 [paul]       3.0.2cvs8
687
688         * manual/advanced.xml
689                 add further info about Actions
690                 Patch by Emmanuel Briot <briot@adacore.com>
691
692 2007-10-04 [paul]       3.0.2cvs7
693
694         * src/account.c
695                 remove the D column, instead indicate the
696                 default account by use of bold text
697
698 2007-10-03 [colin]      3.0.2cvs6
699
700         * src/common/template.c
701                 Fix templates writing (was prone to disk full problems)
702
703 2007-10-03 [colin]      3.0.2cvs5
704
705         * src/Makefile.am
706         * src/addrduplicates.c
707         * src/addrduplicates.h
708         * src/addressbook.c
709                 Add duplicate deletion. Patch by Holger
710
711 2007-10-03 [colin]      3.0.2cvs4
712
713         * src/matcher.c
714         * src/gtk/quicksearch.c
715                 Fix bug 1340, 'Case insensitive searches with 
716                 non-ascii alphabets fail'.
717
718 2007-10-03 [colin]      3.0.2cvs3
719
720         * src/main.c
721         * src/common/utils.c
722         * src/common/utils.h
723                 Implement run-time alternative config directories
724
725 2007-10-03 [colin]      3.0.2cvs2
726
727         * src/folderview.c
728                 Prevent opening folder item while folder
729                 is scanned in a better way
730
731 2007-10-02 [paul]       3.0.2cvs1
732
733         * NEWS
734         * README
735         * RELEASE_NOTES
736         * configure.ac
737                 bump up version number following stable release
738
739 2007-09-30 [colin]      3.0.1cvs49
740
741         * src/imap.c
742                 Refresh session if needed
743
744 2007-09-30 [colin]      3.0.1cvs48
745
746         * src/imap.c
747                 Reset folder's session to NULL
748                 before destroying it
749
750 2007-09-30 [mones]      3.0.1cvs47
751
752         * manual/handling.xml
753                 Use markup quotes instead hardcoded quotes
754         * manual/es/handling.xml
755                 Added new synced section (IMAP subscriptions)
756
757 2007-09-29 [colin]      3.0.1cvs46
758
759         * src/imap.c
760                 Notice disconnections faster
761
762 2007-09-28 [colin]      3.0.1cvs45
763
764         * src/addressbook.c
765         * src/addrindex.c
766                 Fix warnings
767
768 2007-09-28 [paul]       3.0.1cvs44
769
770         * src/mimeview.c
771                 fix maemo build
772
773 2007-09-28 [paul]       3.0.1cvs43
774
775         * src/account.c
776                 use gtk_widget_set_size_request() on the label
777                 so that wrapping works better. get rid of the
778                 (partially deprecated) hbutton_box.
779                 these changes should prevent buttons overlapping
780                 on maemo
781
782 2007-09-28 [colin]      3.0.1cvs42
783
784         * src/pop.c
785                 Fix typo :)
786
787 2007-09-28 [colin]      3.0.1cvs41
788
789         * src/compose.c
790         * src/msgcache.c
791         * src/pop.c
792         * src/procmime.c
793         * src/etpan/imap-thread.c
794                 64bits-related warning fixes
795
796 2007-09-28 [colin]      3.0.1cvs40
797
798         * src/folder_item_prefs.c
799         * src/ldaputil.c
800         * src/mainwindow.c
801         * src/mimeview.c
802         * src/common/tags.c
803                 Fix warnings
804
805 2007-09-28 [colin]      3.0.1cvs39
806
807         * src/plugins/spamassassin/spamassassin.c
808         * src/plugins/spamassassin/spamassassin.h
809         * src/plugins/spamassassin/spamassassin_gtk.c
810                 Add addressbook-based whitelisting
811
812 2007-09-28 [colin]      3.0.1cvs38
813
814         * src/folder.c
815                 Fix bug 1337, 'crash on pressing Send button'
816
817 2007-09-28 [paul]       3.0.1cvs37
818
819         * src/prefs_folder_item.c
820                 give the orphans a parent. makes all prefs
821                 pages visible on maemo
822
823 2007-09-28 [colin]      3.0.1cvs36
824
825         * src/prefs_folder_column.c
826         * src/prefs_summary_column.c
827                 Fix two leaks
828
829 2007-09-27 [colin]      3.0.1cvs35
830
831         * src/gtk/quicksearch.c
832                 Fix bug 1336, 'Segfault if empty space before search-string'
833
834 2007-09-26 [mones]      3.0.1cvs34
835
836         * manual/account.xml
837         * manual/plugins.xml
838                 Fixed irc channel name, added some docbook markup.
839                 Changed text markup to docbook markup. 
840                 Added spamcop as supported in SpamReport description.
841         * manual/fr/plugins.xml
842                 Fixed irc channel name.
843         * manual/es/account.xml
844         * manual/es/advanced.xml
845         * manual/es/claws-mail-manual.xml
846         * manual/es/glossary.xml
847         * manual/es/gpl.xml
848         * manual/es/keyboard.xml
849         * manual/es/plugins.xml
850                 Synced with English version, fixed a couple of typos.
851
852 2007-09-26 [colin]      3.0.1cvs33
853
854         * configure.ac
855                 Explain why "Libgnomeprint: no" on GTK+ 2.10
856
857 2007-09-26 [colin]      3.0.1cvs32
858
859         * src/messageview.c
860         * src/procmsg.c
861         * src/procmsg.h
862                 Optimisation: avoid fetching mail 3 times locally
863                 for displaying
864
865 2007-09-26 [colin]      3.0.1cvs31
866
867         * src/mh.c
868                 Fix missing static
869
870 2007-09-26 [colin]      3.0.1cvs30
871
872         * src/folder.c
873         * src/folder.h
874         * src/mh.c
875         * src/mh.h
876                 Fix MH mtime hack - make it a folder class function
877
878 2007-09-26 [colin]      3.0.1cvs29
879
880         * src/inc.c
881                 Fix bug 1334, 'user defined mail incorporation 
882                 script not run'
883
884 2007-09-25 [colin]      3.0.1cvs28
885
886         * src/codeconv.c
887                 Optimisation: shortcut conv_codeset_strdup
888                 when src_code and dest_code are the same
889         * src/common/xml.c
890         * src/common/xml.h
891                 Optimisation: shortcut code conversions when
892                 files are in UTF-8; faster list walking by
893                 using prepend/reverse.
894
895 2007-09-25 [holger]     3.0.1cvs27
896
897         * src/printing.c
898                 Replace button bar of the preview window
899                 with a real toolbar (patch by Colin)
900                 Add zooming to the preview window
901
902 2007-09-24 [paul]       3.0.1cvs26
903
904         * src/compose.c
905                 compact the character set menu, adding some
906                 missing encodings. Patch by Pawel Pekala
907
908 2007-09-23 [paul]       3.0.1cvs25
909
910         * src/prefs_account.c
911         * src/prefs_folder_item.c
912         * src/prefs_quote.c
913         * src/quote_fmt.c
914         * src/quote_fmt.h
915                 remove unnecessary frame from Templates options
916                 and improve the English of the check button label
917
918 2007-09-22 [colin]      3.0.1cvs24
919
920         * src/gtk/quicksearch.c
921                 Fix bug 1329, 'error in quicksearch.c'
922                 Fix return with value in function returning void
923
924 2007-09-22 [colin]      3.0.1cvs23
925
926         * src/imap.c
927         * src/procmsg.h
928         * src/common/utils.c
929         * src/common/utils.h
930         * src/etpan/imap-thread.c
931                 Optimise fetching IMAP cached emails *a lot*
932                 (remember whether mail is fully cached and \r's
933                  are already stripped)
934
935 2007-09-22 [colin]      3.0.1cvs22
936
937         * src/folder.c
938         * src/folder.h
939         * src/prefs_folder_item.c
940                 Add a button to allow users to drop local caches.
941
942 2007-09-21 [colin]      3.0.1cvs21
943
944         * src/summaryview.c
945                 Remove unnecessary error when cancelling export to mbox.
946                 Patch by Pawel
947
948 2007-09-21 [paul]       3.0.1cvs20
949
950         * src/gtk/prefswindow.c
951                 remove unnecessary frames from the prefs
952                 pages. Patch by Pawel Pekala
953
954 2007-09-21 [paul]       3.0.1cvs19
955
956         * src/prefs_account.c
957         * src/prefs_folder_item.c
958         * src/prefs_quote.c
959         * src/quote_fmt.c
960                 put the Templates options into a tabbed
961                 layout. Patch by Pawel Pekala
962
963 2007-09-21 [paul]       3.0.1cvs18
964
965         * src/mainwindow.c
966                 group together the character set menu items
967                 move the /View/Show or hide/Message view below
968                 .../Toolbar menu item
969                 Patch by Pawel Pekala
970
971 2007-09-21 [mones]      3.0.1cvs17
972
973         * src/compose.c
974                 Fix for bug 1327, 'segfault when replying to a non-existent
975                 news message', thanks to Colin.
976
977 2007-09-21 [colin]      3.0.1cvs16
978
979         * src/folderview.c
980                 Complete 3.0.1cvs15
981
982 2007-09-20 [colin]      3.0.1cvs15
983
984         * src/folderview.c
985         * src/folderview.h
986                 Maybe fix bug 1324, 'Corrupted IMAP cache'
987
988 2007-09-20 [colin]      3.0.1cvs14
989
990         * src/printing.c
991                 Fix a little leak
992
993 2007-09-20 [holger]     3.0.1cvs13
994
995         * src/printing.c
996                 Add page layout to print preview.
997                 Make the close-button in the toolbar
998                 right-aligned.
999
1000 2007-09-20 [paul]       3.0.1cvs12
1001
1002         * po/ru.po
1003                 updated by Pavlo Bohmat
1004
1005 2007-09-19 [colin]      3.0.1cvs11
1006
1007         * src/common/utils.c
1008                 Prevent unquoted mime boundaries, by always
1009                 using a /
1010
1011 2007-09-19 [colin]      3.0.1cvs10
1012
1013         * src/printing.c
1014                 Fix drawing area size, fix DPI change that
1015                 can cause total number of lines to decrease
1016
1017 2007-09-19 [colin]      3.0.1cvs9
1018
1019         * po/POTFILES.in
1020         * src/printing.c
1021                 Make print preview more efficient and nicer.
1022                 Patch mostly by Holger Berndt <hb@claws-mail.org>
1023
1024 2007-09-19 [colin]      3.0.1cvs8
1025
1026         * src/prefs_common.c
1027         * src/prefs_common.h
1028         * src/printing.c
1029                 Add scrolledwindow, default allocation and
1030                 size saving to the print preview window.
1031
1032 2007-09-18 [colin]      3.0.1cvs7
1033
1034         * src/prefs_common.c
1035         * src/prefs_common.h
1036         * src/prefs_image_viewer.c
1037         * src/printing.c
1038                 GtkPrintOperation:
1039                 - add image printing support
1040                 - add option to print images
1041                 - add preview widget
1042                 - add saving of a few Page Setup parameters
1043
1044 2007-09-18 [colin]      3.0.1cvs6
1045
1046         * AUTHORS
1047         * src/gtk/authors.h
1048                 Add Guillaume Chazarain
1049
1050 2007-09-18 [colin]      3.0.1cvs5
1051
1052         * src/common/utils.c
1053                 Fix bug 1321, 'access before allocation 
1054                 when scanning for uris'. Patch by 
1055                 Guillaume Chazarain <guichaz@yahoo.fr>
1056
1057 2007-09-18 [colin]      3.0.1cvs4
1058
1059         * src/toolbar.c
1060                 Fix bug 1320, 'Memory leak caused by 
1061                 gtk_container_get_children'. Patch by
1062                 Guillaume Chazarain <guichaz@yahoo.fr>
1063
1064 2007-09-18 [colin]      3.0.1cvs3
1065
1066         * src/printing.c
1067         * src/printing.h
1068                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
1069
1070 2007-09-18 [colin]      3.0.1cvs2
1071
1072         * src/Makefile.am
1073         * src/mainwindow.c
1074         * src/messageview.c
1075         * src/messageview.h
1076         * src/prefs_ext_prog.c
1077         * src/prefs_fonts.c
1078         * src/printing.c
1079         * src/printing.h
1080         * src/summaryview.c
1081                 Use GtkPrintOperation by default on GTK+ >= 2.10
1082                 Patch by Holger Berndt <hb@claws-mail.org>
1083
1084 2007-09-18 [paul]       3.0.1cvs1
1085
1086         * NEWS
1087         * README
1088         * RELEASE_NOTES
1089         * configure.ac
1090                 bump up version number following stable release
1091
1092 2007-09-16 [colin]      3.0.0cvs18
1093
1094         * src/folder.c
1095                 Fix possible memleak
1096
1097 2007-09-16 [colin]      3.0.0cvs17
1098
1099         * src/folderview.c
1100                 Fix bug 1311, 'Wrong arrow position 
1101                 while moving message into folder when 
1102                 column headers hidden'
1103         * src/image_viewer.c
1104                 Show error in the GUI if image can't
1105                 be loaded
1106         * src/matcher.c
1107                 Fix spurious output
1108         * src/messageview.c
1109                 Allow setting domain in msgid
1110         * src/common/plugin.c
1111                 Add timing information
1112
1113 2007-09-16 [colin]      3.0.0cvs16
1114
1115         * src/account.c
1116         * src/compose.c
1117         * src/prefs_account.c
1118         * src/prefs_account.h
1119         * src/common/utils.c
1120                 Remove Generate Message-ID option. We need
1121                 this on some IMAP servers.
1122         * src/prefs_template.c
1123                 Fix double-free
1124
1125 2007-09-16 [colin]      3.0.0cvs15
1126
1127         * src/prefs_filtering.c
1128         * src/prefs_filtering.h
1129         * src/prefs_filtering_action.c
1130         * src/common/tags.c
1131                 Fix tags issues: tags with spaces, renaming
1132                 tags.
1133
1134 2007-09-16 [colin]      3.0.0cvs14
1135
1136         * src/folderview.c
1137         * src/main.c
1138         * src/mainwindow.c
1139                 Fix bug 1308, 'Claws deletes folderlist.xml after
1140                 fetching mail short after start-up'
1141
1142 2007-09-16 [colin]      3.0.0cvs13
1143
1144         * src/compose.c
1145                 Fix scrolling to cursor
1146
1147 2007-09-16 [paul]       3.0.0cvs12
1148
1149         * po/sr.po
1150                 updated by Aleksandar Urosevic
1151
1152 2007-09-16 [paul]       3.0.0cvs11
1153
1154         * src/folder.c
1155                 do not allow locked msgs to be deleted,
1156                 even by filtering/processing
1157
1158 2007-09-07 [paul]       3.0.0cvs10
1159
1160         * src/prefs_folder_column.c
1161         * src/prefs_summary_column.c
1162                 implement button sensitivity
1163                 patch by Pawel Pekala
1164
1165 2007-09-06 [wwp]        3.0.0cvs9
1166
1167         * src/prefs_gtk.c
1168                 Add a missing linefeed to a debug message.
1169
1170 2007-09-05 [colin]      3.0.0cvs8
1171
1172         * src/inc.c
1173                 Fix statusbar/window mismatch on Maemo
1174
1175 2007-09-05 [colin]      3.0.0cvs7
1176
1177         * src/ldaputil.c
1178                 Fix build without USE_LDAP_TLS
1179
1180 2007-09-05 [colin]      3.0.0cvs6
1181
1182         * src/folder.c
1183         * src/imap.c
1184         * src/inc.c
1185         * src/mbox.c
1186         * src/send_message.c
1187         * src/statusbar.c
1188         * src/statusbar.h
1189                 Maemo: distinguish various statusbar messages,
1190                 in order to display only the most important.
1191
1192 2007-09-04 [wwp]        3.0.0cvs5
1193
1194         * src/account.c
1195                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
1196                 Show protocol "SMTP" and the appropriate server for send-only
1197                 accounts, show "-" instead of "" when no value is relevant.
1198
1199 2007-09-03 [ticho]      3.0.0cvs4
1200
1201         * src/summaryview.c
1202                 Handle plural form better in delete confirmation dialog.
1203
1204 2007-09-03 [wwp]        3.0.0cvs3
1205
1206         * src/compose.c
1207                 Warn differently when sending or sending later (queueing).
1208
1209 2007-09-03 [colin]      3.0.0cvs2
1210
1211         * src/procmime.c
1212         * src/procmime.h
1213         * src/common/plugin.c
1214         * src/common/plugin.h
1215                 Add a new plugin API, MimeParser. It allows
1216                 plugins to scan email MIME parts and optionally,
1217                 transform them.
1218
1219 2007-09-03 [mones]      3.0.0cvs1
1220
1221         * po/es.po
1222                 Updated translation
1223         * src/common/defs.h
1224                 While a better solution is made double history sizes
1225
1226 2007-09-03 [paul]       3.0.0
1227
1228         * NEWS
1229         * README
1230         * RELEASE_NOTES
1231                 3.0.0 released
1232
1233 2007-09-03 [paul]       2.10.0cvs191
1234
1235         * po/bg.po
1236         * po/ca.po
1237         * po/de.po
1238         * po/fi.po
1239         * po/fr.po
1240         * po/hu.po
1241         * po/it.po
1242         * po/pl.po
1243         * po/pt_BR.po
1244         * po/ru.po
1245         * po/sk.po
1246         * po/zh_CN.po
1247                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
1248                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
1249                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
1250                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
1251
1252 2007-09-02 [colin]      2.10.0cvs190
1253
1254         * src/edittags.c
1255         * src/common/tags.c
1256                 Prevent empty or white-space tags
1257
1258 2007-09-01 [colin]      2.10.0cvs189
1259
1260         * src/main.c
1261                 Fix double-reading of accounts list when
1262                 the wizard has been run due to no accounts
1263         * src/mainwindow.c
1264                 Fix sensitivity of a menu item in case 
1265                 there's no account
1266
1267 2007-09-01 [wwp]        2.10.0cvs188
1268
1269         * src/wizard.c
1270                 Fix wizard crash when Mailbox dir already exists
1271                 (thanks to Colin).
1272
1273 2007-08-31 [colin]      2.10.0cvs187
1274
1275         * src/etpan/imap-thread.c
1276                 Fix unwanted creation of 
1277                 libetpan's stream dump file
1278         * src/compose.c
1279                 Fix coloring of pastes as quotation
1280         * src/summaryview.c
1281                 Maemo: Fix opening of mails from keypad
1282                 in Sent folders
1283         * src/addressbook.c
1284         * src/folderview.c
1285         * src/image_viewer.c
1286         * src/mimeview.c
1287         * src/gtk/prefswindow.c
1288                 Maemo: Fix adjustments changes 
1289
1290 2007-08-30 [colin]      2.10.0cvs186
1291
1292         * src/folderview.c
1293                 Don't opened selected folder when clicking
1294                 on white space
1295         * src/mainwindow.c
1296                 Maemo: Make Esc close messageviews
1297         * src/messageview.c
1298                 Maemo: Fix message scrolling to the end on 
1299                 opening
1300                 Maemo: Fix reopening same message
1301         * src/gtk/prefswindow.c
1302                 Maemo: try to fix scrollbar. Doesn't work,
1303                 it seems as if gtk_adjustment_set_value was
1304                 a noop.
1305
1306 2007-08-30 [colin]      2.10.0cvs185
1307
1308         * src/compose.c
1309         * src/folderview.c
1310         * src/main.c
1311         * src/prefs_matcher.c
1312         * src/prefs_template.c
1313         * src/quote_fmt.c
1314         * src/send_message.c
1315         * src/toolbar.c
1316         * src/gtk/gtkaspell.c
1317         * src/plugins/bogofilter/bogofilter.c
1318         * src/plugins/bogofilter/bogofilter_gtk.c
1319         * src/plugins/clamav/clamav_plugin_gtk.c
1320         * src/plugins/pgpcore/sgpgme.c
1321         * src/plugins/spamassassin/spamassassin.c
1322         * src/plugins/spamassassin/spamassassin_gtk.c
1323                 Fix all potential misuses of format-string functions
1324
1325 2007-08-30 [wwp]        2.10.0cvs184
1326
1327         * src/prefs_template.c
1328                 Fix a leak.
1329
1330 2007-08-29 [colin]      2.10.0cvs183
1331
1332         * src/plugins/trayicon/trayicon.c
1333                 Fix leak of hooks in case of error,
1334                 thanks to Holger Berndt
1335
1336 2007-08-28 [colin]      2.10.0cvs182
1337
1338         * src/mainwindow.c
1339                 Don't use current folder settings when
1340                 composing from the compose button's
1341                 account selector
1342
1343 2007-08-28 [colin]      2.10.0cvs181
1344
1345         * src/quote_fmt_parse.y
1346                 Fix cursor offset when quote contains UTF-8
1347                 chars
1348
1349 2007-08-28 [colin]      2.10.0cvs180
1350
1351         * src/compose.c
1352         * src/compose.h
1353                 Fix signature replacement when it's been wrapped
1354
1355 2007-08-27 [colin]      2.10.0cvs179
1356
1357         * src/summaryview.c
1358                 Fix indentation
1359
1360 2007-08-27 [colin]      2.10.0cvs178
1361
1362         * src/summaryview.c
1363                 Fix Quicksearch's Sticky mode
1364
1365 2007-08-27 [colin]      2.10.0cvs177
1366
1367         * src/folder_item_prefs.c
1368         * src/folder_item_prefs.h
1369         * src/imap_gtk.c
1370         * src/mh_gtk.c
1371                 Fix loss of subfolders properties when
1372                 renaming a folder
1373
1374 2007-08-26 [wwp]        2.10.0cvs176
1375
1376         * src/alertpanel.c
1377         * src/messageview.c
1378         * src/prefs_actions.c
1379                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
1380                 will have to be used when necessary *before* calling
1381                 alertpanel functions.
1382
1383 2007-08-25 [paul]       2.10.0cvs175
1384
1385         * src/prefs_actions.c
1386                 workaround gettext problem marking
1387                 string as c-format when it's not
1388
1389 2007-08-25 [wwp]        2.10.0cvs174
1390
1391         * src/alertpanel.c
1392         * src/messageview.c
1393         * src/prefs_actions.c
1394                 Call the pango markup escape function right ince in alertpanel_create
1395                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
1396                 2.10.0cvs158).
1397
1398         * src/common/log.c
1399                 Fix a crash due to a misuse of g_print(), encountered when the string
1400                 passed to g_print was containing printf substitution symbols.
1401
1402 2007-08-25 [paul]       2.10.0cvs173
1403
1404         * src/common/log.c
1405                 fix a segfault when refreshing RSSyl feeds
1406
1407 2007-08-25 [paul]       2.10.0cvs172
1408
1409         * src/gtk/icon_legend.c
1410                 add watchthread.xpm
1411
1412 2007-08-25 [paul]       2.10.0cvs171
1413
1414         * src/Makefile.am
1415         * src/stock_pixmap.c
1416         * src/pixmaps/insert_file.xpm
1417                 add a new pixmap instead of re-using
1418                 paste.xpm. (easier for icon theme authors)
1419
1420 2007-08-24 [holger]     2.10.0cvs170
1421
1422         * src/plugins/trayicon/trayicon.c
1423                 The same fix for another hook id.
1424
1425 2007-08-24 [holger]     2.10.0cvs169
1426
1427         * src/plugins/trayicon/trayicon.c
1428                 Micro-fix: Do the error checking for
1429                 the right hook id.
1430
1431 2007-08-24 [paul]       2.10.0cvs168
1432
1433         * src/folder.h
1434                 fix typo causing compiler warning
1435
1436 2007-08-24 [paul]       2.10.0cvs167
1437
1438         * README
1439                 put back the correct version of this file also
1440
1441 2007-08-24 [colin]      2.10.0cvs166
1442
1443         * src/send_message.c
1444                 Use progress bar when sending messages
1445
1446 2007-08-24 [paul]       2.10.0cvs165
1447
1448         * Makefile.am
1449                 oops! if i'm quick no-one will notice
1450                 (put back the proper file)
1451
1452 2007-08-24 [paul]       2.10.0cvs164
1453
1454         * AUTHORS
1455         * Makefile.am
1456         * README
1457         * src/gtk/authors.h
1458         * tools/Makefile.am
1459         * tools/README
1460         * tools/mew2claws-mail.pl
1461                 add new script that imports a Mew address book
1462                 submitted by Jerome Lelong
1463
1464 2007-08-24 [paul]       2.10.0cvs163
1465
1466         * manual/plugins.xml
1467                 remove the obsolete plugins, add the
1468                 missing plugins, including the forthcoming
1469                 SpamReport plugin
1470
1471 2007-08-24 [paul]       2.10.0cvs162
1472
1473         * manual/advanced.xml
1474                 add info about the hidden emphasis_color option
1475         * manual/keyboard.xml
1476                 correct the info about hotkeys
1477                 wrap the long lines
1478
1479 2007-08-24 [paul]       2.10.0cvs161
1480
1481         * src/folderview.c
1482                 add mnemonic to 'Run procesing rules'
1483
1484 2007-08-24 [paul]       2.10.0cvs160
1485
1486         * src/account.c
1487         * src/folder.c
1488         * src/folder.h
1489                 use suitable defaults for outbox,
1490                 queue, drafts and trash folders
1491
1492 2007-08-24 [wwp]        2.10.0cvs159
1493
1494         * src/folderview.c
1495                 Update menu item sensitivity if necessary (or we get a
1496                 gtk critical message).
1497
1498 2007-08-23 [wwp]        2.10.0cvs158
1499
1500         * src/action.c
1501         * src/prefs_actions.c
1502                 Allow literal % chars in action commands (use %%).
1503                 Add a missing p++ to the action parser in action_get_type(),
1504                 which was missing it, even if it was neutral.
1505                 Fix a pango markup warning at runtime.
1506
1507 2007-08-23 [wwp]        2.10.0cvs157
1508
1509         * src/addressbook.c
1510                 Contacts are now locale-aware sorted in the address book
1511                 (LC_COLLATE matters here).
1512                 Fix missing table initializers.
1513
1514 2007-08-23 [colin]      2.10.0cvs156
1515
1516         * src/imap.c
1517                 Check scan_required on dest folder when copying
1518
1519 2007-08-23 [colin]      2.10.0cvs155
1520
1521         * src/imap.c
1522                 Fix scanning when folder was empty
1523
1524 2007-08-22 [colin]      2.10.0cvs154
1525
1526         * src/msgcache.c
1527                 Don't g_warning when g_try_malloc fails(), or it makes
1528                 things worse as g_log() allocates. Fixes bug 1290,
1529                 'Claws Mail crashes if too little memory when 
1530                 rebuilding folder tree'
1531
1532 2007-08-22 [colin]      2.10.0cvs153
1533
1534         * src/inc.c
1535                 Fix format string vulnerability, thanks to
1536                 Ulf Harnhammar, Secunia Research
1537
1538 2007-08-22 [colin]      2.10.0cvs152
1539
1540         * src/ldapserver.c
1541                 Set tv_usec too
1542
1543 2007-08-22 [wwp]        2.10.0cvs151
1544
1545         * src/ldapquery.c
1546                 Few better null-ptr checks.
1547
1548 2007-08-22 [colin]      2.10.0cvs150
1549
1550         * src/editldap.c
1551         * src/editldap_basedn.c
1552         * src/ldapquery.c
1553         * src/ldapserver.c
1554         * src/ldapserver.h
1555         * src/ldapupdate.c
1556         * src/ldaputil.c
1557         * src/ldaputil.h
1558                 Fix ldap timeouts
1559
1560 2007-08-22 [colin]      2.10.0cvs149
1561
1562         * src/ldapquery.c
1563                 Finish previous fix
1564
1565 2007-08-22 [colin]      2.10.0cvs148
1566
1567         * src/ldapquery.c
1568                 Fix wrong assertions
1569
1570 2007-08-22 [colin]      2.10.0cvs147
1571
1572         * src/ldaputil.c
1573                 Fix test (set ldap v3 if bindDN is set or TLS is set)
1574
1575 2007-08-22 [colin]      2.10.0cvs146
1576
1577         * src/editldap.c
1578         * src/ldaputil.c
1579                 Fix wrong "Connected successfully to server". Connection only succeeds if
1580                 we can get the base DN.
1581
1582 2007-08-21 [wwp]        2.10.0cvs145
1583
1584         * src/browseldap.c
1585         * src/editldap.c
1586         * src/ldapctrl.c
1587         * src/ldapquery.c
1588         * src/ldapserver.c
1589         * src/ldapupdate.c
1590         * src/ldaputil.c
1591                 More sanity checks in ldap functions.
1592
1593 2007-08-21 [wwp]        2.10.0cvs144
1594
1595         * src/prefs_account.c
1596                 Don't return a value in a void function().
1597
1598 2007-08-21 [paul]       2.10.0cvs143
1599
1600         * src/messageview.c
1601                 add check for ftp: to messageview_list_urls()
1602
1603 2007-08-21 [colin]      2.10.0cvs142
1604
1605         * src/editldap.c
1606         * src/ldapctrl.c
1607         * src/ldapctrl.h
1608         * src/ldapquery.c
1609         * src/ldapupdate.c
1610                 Fix bug 1293, 'LDAP address book not working'
1611                 Search only on specified fields, but fetch 
1612                 every field possible. People will have to 
1613                 reset the searched Attributes in their LDAP
1614                 servers properties.
1615
1616 2007-08-21 [wwp]        2.10.0cvs141
1617
1618         * src/addr_compl.c
1619         * src/addrbook.c
1620         * src/addrcache.c
1621         * src/addrcindex.c
1622         * src/addressbook.c
1623         * src/addrindex.c
1624         * src/browseldap.c
1625         * src/crash.c
1626         * src/editaddress_other_attributes_ldap.c
1627         * src/exporthtml.c
1628         * src/folder.c
1629         * src/folderview.c
1630         * src/imap.c
1631         * src/jpilot.c
1632         * src/ldapserver.c
1633         * src/ldapupdate.c
1634         * src/ldif.c
1635         * src/main.c
1636         * src/mainwindow.c
1637         * src/matcher.c
1638         * src/mh.c
1639         * src/msgcache.c
1640         * src/mutt.c
1641         * src/pine.c
1642         * src/pop.c
1643         * src/prefs_customheader.c
1644         * src/prefs_msg_colors.c
1645         * src/procmime.c
1646         * src/textview.c
1647         * src/vcard.c
1648         * src/wizard.c
1649         * src/common/log.c
1650         * src/common/socket.c
1651         * src/common/ssl_certificate.c
1652         * src/common/utils.c
1653         * src/common/utils.h
1654         * src/gtk/description_window.c
1655         * src/plugins/demo/demo.c
1656         * src/plugins/pgpcore/prefs_gpg.c
1657         * src/plugins/spamassassin/libspamc.c
1658                 Make sure we use glib functions to send text messages (information,
1659                 debug, warning, errors) to stdout/stderr - no more direct puts
1660                 fputs printf fprintf to stdout/stderr when it can be done using
1661                 g_log*() and g_print/g_printerr. Doing this, we make sure every
1662                 stdout/stderr message is saved to log in Windows.
1663
1664
1665 2007-08-21 [wwp]        2.10.0cvs140
1666
1667         * src/main.c
1668         * src/common/utils.h
1669                 Route glib's stdout/stderr messages to a log file (Windows only),
1670                 instead of loosing them.
1671
1672 2007-08-21 [paul]       2.10.0cvs139
1673
1674         * src/mainwindow.c
1675                 replace deprecated g_strncasecmp()
1676         * src/messageview.c
1677                 fix 'List URLS'
1678
1679 2007-08-20 [ticho]      2.10.0cvs138
1680
1681         * src/account.c
1682         * src/prefs_account.h
1683                 Copy all account preferences in account_clone() - some
1684                 were missing.
1685         * src/prefs_account.c
1686                 Handle empty privacy system combobox gracefully (warning
1687                 instead of a crash).
1688
1689 2007-08-20 [colin]      2.10.0cvs137
1690
1691         * src/ldapctrl.c
1692                 Fix a leak
1693
1694 2007-08-20 [paul]       2.10.0cvs136
1695
1696         * src/browseldap.c
1697         * src/editldap.c
1698         * src/ldapctrl.c
1699         * src/ldapquery.c
1700         * src/ldapquery.h
1701         * src/ldapserver.c
1702         * src/ldaputil.c
1703                 add debug_prints
1704                 patch by Michael Rasmussen
1705
1706 2007-08-19 [colin]      2.10.0cvs135
1707
1708         * src/imap.c
1709                 Fix previous commit. Sensitivity update is needed
1710                 for "Cancel receiving". However when batching we
1711                 don't need to do it for every message flag change,
1712                 just once at the start and once at the end.
1713
1714 2007-08-19 [colin]      2.10.0cvs134
1715
1716         * src/imap.c
1717                 Remove useless menu updates on session lock/unlock
1718
1719 2007-08-19 [colin]      2.10.0cvs133
1720
1721         * src/etpan/imap-thread.c
1722                 Make all fetch logs less verbose
1723
1724 2007-08-19 [paul]       2.10.0cvs132
1725
1726         * src/foldersel.c
1727         * src/folderview.c
1728         * src/summaryview.c
1729                 fix bug 1286, 'Can't move a folder into a "Folders
1730                 Only" folder'
1731
1732 2007-08-18 [ticho]      2.10.0cvs131
1733
1734         * src/editaddress_other_attributes_ldap.c
1735                 Converted option menu for other ldap attributes to GtkComboBox.
1736
1737 2007-08-18 [colin]      2.10.0cvs130
1738
1739         * src/compose.c
1740         * src/prefs_common.c
1741         * src/prefs_common.h
1742         * src/prefs_send.c
1743         * src/send_message.c
1744                 Revert 'send_dialog_mode' meaning to 
1745                 'send_dialog_invisible', so that the 
1746                 new checkbox doesn't change the 
1747                 existing behaviour.
1748
1749 2007-08-18 [paul]       2.10.0cvs129
1750
1751         * src/summaryview.c
1752                 add missing menu update
1753
1754 2007-08-17 [colin]      2.10.0cvs128
1755
1756         * src/folder.c
1757                 Set batching after getting flags - maybe fixes
1758                 bug 1292, 'CM crashes on writing mail'
1759
1760 2007-08-16 [ticho]      2.10.0cvs127
1761
1762         * src/prefs_send.c
1763                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1764         * src/gtk/combobox.h
1765         * src/gtk/gtkutils.c
1766                 Allow NULL for GtkComboBox menuitem label, rendering such
1767                 items as row separators.
1768
1769 2007-08-16 [paul]       2.10.0cvs126
1770
1771         * src/plugins/trayicon/trayicon.c
1772                 remove wrongly used gettextisation
1773
1774 2007-08-15 [ticho]      2.10.0cvs125
1775
1776         * src/importldif.c
1777                 Fixed a runtime warning where an attempt to pack an
1778                 already packed GtkLabel was made.
1779
1780 2007-08-15 [ticho]      2.10.0cvs124
1781
1782         * src/prefs_compose_writing.c
1783                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1784                 into GtkComboBox.
1785
1786 2007-08-14 [ticho]      2.10.0cvs123
1787
1788         * src/messageview.c
1789         * src/gtk/gtkutils.c
1790                 Changed return receipt account selector to GtkComboBox.
1791                 Fixed a runtime warning where GTK tried to parse
1792                 "name <email@address" as a Pango markup in an alertpanel label.
1793
1794 2007-08-14 [ticho]      2.10.0cvs122
1795
1796         * src/prefs_logging.c
1797                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1798
1799 2007-08-14 [wwp]        2.10.0cvs121
1800
1801         * tools/Makefile.am
1802         * tools/README
1803         * tools/popfile-link.sh
1804                 Added a new tool: POPFile helper, to open
1805                 selected messages in POPFile control center,
1806                 in order to change the messages' status.
1807
1808 2007-08-14 [ticho]      2.10.0cvs120
1809
1810         * src/compose.c
1811         * src/prefs_common.c
1812         * src/prefs_common.h
1813         * src/prefs_send.c
1814         * src/send_message.c
1815                 Change "Show send dialog" optionmenu to a checkbutton.
1816         * src/prefs_receive.c
1817                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1818
1819 2007-08-13 [wwp]        2.10.0cvs119
1820
1821         * src/addr_compl.c
1822         * src/addressbook.c
1823         * src/addrindex.c
1824         * src/compose.c
1825         * src/filtering.c
1826         * src/folderview.c
1827         * src/inc.c
1828         * src/matcher.c
1829         * src/mh.c
1830         * src/partial_download.c
1831         * src/prefs_gtk.c
1832         * src/procmsg.c
1833         * src/stock_pixmap.c
1834         * src/summaryview.c
1835         * src/common/utils.c
1836         * src/gtk/gtkaspell.c
1837         * src/gtk/menu.c
1838                 Make sure we never pass NULL pointers for %s substitutions
1839                 (prevent from crashing in Windows).
1840
1841 2007-08-13 [wwp]        2.10.0cvs118
1842
1843         * src/msgcache.c
1844                 Re-enable mmap_reads in Windows with some missing
1845                 CloseHandle of mapping objects, thanks to
1846                 Marcus Brinkmann.
1847
1848 2007-08-13 [paul]       2.10.0cvs117
1849
1850         * src/common/utils.c
1851                 fix bug 1287, 'Compile time problem on Solaris
1852                 (nexenta gnu/Solaris) utils.c'
1853                 Thanks to Piotr Chrzczonowicz
1854
1855 2007-08-12 [wwp]        2.10.0cvs116
1856
1857         * src/plugins/pgpcore/prefs_gpg.c
1858                 Don't try to unset a GPG_AGENT_INFO that was not
1859                 set (and don't use a NULL string in Windows, it was
1860                 crashing with --debug if GPG_AGENT_INFO was not set).
1861
1862 2007-08-12 [wwp]        2.10.0cvs115
1863
1864         * src/privacy.h
1865                 Make gcc type-check arguments passed to privacy_set_error().
1866
1867 2007-08-12 [ticho]      2.10.0cvs114
1868
1869         * src/prefs_folder_item.c
1870                 Make sure that folder default account combobox always has some
1871                 account preselected.
1872         * src/gtk/combobox.c
1873                 Handle empty combobox gracefully (warning instead of crash).
1874
1875 2007-08-12 [ticho]      2.10.0cvs114
1876
1877         * src/prefs_folder_item.c
1878                 Make sure that folder default account combobox is not empty.
1879         * src/gtk/combobox.c
1880                 Handle empty combobox gracefully (warning instead of crash).
1881
1882 2007-08-11 [paul]       2.10.0cvs113
1883
1884         * src/addrgather.c
1885         * src/folderview.c
1886                 use 'subfolder' instead of 'sub-folder', matching
1887                 everywhere else the term is used
1888         * src/imap_gtk.c
1889                 fix engrish
1890
1891 2007-08-10 [wwp]        2.10.0cvs112
1892
1893         * src/msgcache.c
1894                 Disable mmap reads in Windows only (at least temporarily), they
1895                 prevent from renaming/removing target cache files.
1896
1897 2007-08-10 [paul]
1898
1899         3.0.0-rc2 released
1900
1901 2007-08-10 [wwp]        2.10.0cvs111
1902
1903         * src/msgcache.c
1904                 fix unpredictable crashes in Windows due to broken
1905                 cache/mark/tags files writting (file were opened for
1906                 writing in text mode).
1907
1908         * src/recv.c
1909                 use gettimeofday() from w32lib.h on Windows.
1910
1911 2007-08-10 [colin]      2.10.0cvs110
1912
1913         * src/imap.c
1914         * src/etpan/imap-thread.c
1915         * src/etpan/imap-thread.h
1916                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1917
1918 2007-08-09 [colin]      2.10.0cvs109
1919
1920         * src/editldap.c
1921                 Fix port being reset to 636 on SSL
1922         * src/folder.c
1923                 Fix folder_item_get_msg_num_by_file
1924                 on drafts/queue folders
1925
1926 2007-08-09 [wwp]        2.10.0cvs108
1927
1928         * src/folder.c
1929                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1930                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1931
1932
1933 2007-08-09 [colin]      2.10.0cvs107
1934
1935         * src/folderview.c
1936         * src/summaryview.c
1937         * src/gtk/prefswindow.c
1938                 A few Maemo layout fixes
1939
1940 2007-08-09 [paul]       2.10.0cvs106
1941
1942         * src/prefs_account.c
1943                 remove the hyphen from plug-ins to
1944                 match everywhere else
1945
1946 2007-08-08 [wwp]        2.10.0cvs105
1947
1948         * src/prefs_folder_item.c
1949                 Fix an extraneous stealth ^L char.
1950
1951 2007-08-08 [wwp]        2.10.0cvs104
1952
1953         * src/prefs_folder_item.c
1954                 Better fix, group variables declarations (USE_ASPELL).
1955
1956 2007-08-08 [wwp]        2.10.0cvs103
1957
1958         * src/prefs_folder_item.c
1959                 Fix compilation w/ USE_ASPELL set (broken
1960                 by 2.10.0cvs102).
1961
1962 2007-08-08 [ticho]      2.10.0cvs102
1963
1964         * src/prefs_folder_item.c
1965                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1966
1967 2007-08-08 [colin]      2.10.0cvs101
1968
1969         * src/imap.c
1970         * src/etpan/imap-thread.c
1971         * src/etpan/imap-thread.h
1972                 Close selected mailbox before doing
1973                 status on it.
1974
1975 2007-08-08 [colin]      2.10.0cvs100
1976
1977         * src/html.c
1978                 Complete symbol table, thanks to wwp.
1979                 Fixes bug 1284, 'The html -> text 
1980                 converter ignores entities'
1981         * src/msgcache.c
1982                 Fix possible fd leak
1983
1984 2007-08-08 [colin]      2.10.0cvs99
1985
1986         * src/imap.c
1987                 Better way to fetch UIDs on non-UIDPLUS servers
1988
1989 2007-08-07 [colin]      2.10.0cvs98
1990
1991         * src/imap.c
1992                 fix bug 1275, 'auto-saved draft messages not 
1993                 always being removed'; Also, make multiple
1994                 copy (in the same account) faster by matching
1995                 source/destination message UIDs.
1996         * src/messageview.c
1997                 Don't try to reshow deleted mail
1998         * src/msgcache.c
1999                 Fix leak on error path
2000
2001 2007-08-07 [wwp]        2.10.0cvs97
2002
2003         * manual/account.xml
2004         * manual/advanced.xml
2005         * manual/fr/account.xml
2006         * manual/fr/advanced.xml
2007                 Updated the reference manual and the French translation to
2008                 reflect 2.10.0cvs84: enable running folder Processing
2009                 rules on demand.
2010
2011 2007-08-06 [wwp]        2.10.0cvs96
2012
2013         * src/prefs_common.c
2014         * src/prefs_common.h
2015         * src/textview.c
2016                 Allow changing the emphasis color used to highlight
2017                 the newsreader/x-mailer header value when it matches
2018                 our preferred mail agent (hidden pref 'emphasis_col' added
2019                 to clawsrc).
2020
2021 2007-08-06 [colin]      2.10.0cvs95
2022
2023         * src/compose.c
2024         * src/compose.h
2025                 Re-commit 2.10.0cvs86, with a protection
2026                 against Pango bug. Also, try to fix 
2027                 bug 1275, 'auto-saved draft messages not 
2028                 always being removed'
2029
2030 2007-08-06 [wwp]        2.10.0cvs94
2031
2032         * src/gtk/quicksearch.c
2033                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
2034
2035 2007-08-06 [ticho]      2.10.0cvs93
2036
2037         * src/prefs_account.c
2038         * src/gtk/combobox.c
2039                 Use GtkComboBox instead of GtkOptionMenu for privacy system
2040                 selection in account preferences.
2041
2042 2007-08-06 [wwp]        2.10.0cvs92
2043
2044         * src/plugins/pgpcore/plugin.def
2045                 Apply one more chunk from gpg4win's 03-w32-port patch.
2046
2047 2007-08-05 [colin]      2.10.0cvs91
2048
2049         * src/compose.c
2050         * src/compose.h
2051                 reverting buggy patch for now
2052
2053 2007-08-05 [colin]      2.10.0cvs90
2054
2055         * src/folder.c
2056                 Fix slowdown
2057
2058 2007-08-04 [colin]      2.10.0cvs89
2059
2060         * src/prefs_summaries.c
2061         * src/summary_search.c
2062                 Replace deprecated widgets. Patch by
2063                 Andrej.
2064
2065 2007-08-04 [colin]      2.10.0cvs88
2066
2067         * src/mh.c
2068                 Refresh GUI only every 2000 mails on mh_get_last_num
2069                 This is fast (readdir) and done only once per 
2070                 session/folder
2071
2072 2007-08-03 [colin]      2.10.0cvs87
2073
2074         * src/prefs_account.c
2075         * src/gtk/combobox.h
2076         * src/gtk/gtkutils.c
2077                 Fix a deprecated widget. Patch by
2078                 Andrej
2079
2080 2007-08-03 [colin]      2.10.0cvs86
2081
2082         * src/compose.c
2083         * src/compose.h
2084                 Make colorisation and wrapping algorithms
2085                 faster. Fixes bug 1246, 'compose becomes 
2086                 increasingly slow replying to complex emails'
2087
2088 2007-08-03 [paul]       2.10.0cvs85
2089
2090         * src/mh.c
2091                 keep the window painted
2092
2093 2007-08-02 [paul]       2.10.0cvs84
2094
2095         * src/folderview.c
2096         * src/mainwindow.c
2097         * src/mainwindow.h
2098                 enable running folder Processing
2099                 rules on demand
2100
2101 2007-08-02 [paul]       2.10.0cvs83
2102
2103         * src/textview.c
2104                 speed up/clean up rendering of larger
2105                 msgs
2106                 Thanks to Colin
2107
2108 2007-08-01 [paul]       2.10.0cvs82
2109
2110         * src/mainwindow.h
2111                 clean up cruft
2112         * src/toolbar.c
2113                 change default toolbar layout on maemo
2114         * src/pixmaps/close.xpm
2115                 make the red cross a grey cross
2116         * src/pixmaps/jpilot.xpm
2117                 make icon smaller so it fits better
2118
2119 2007-07-31 [paul]       2.10.0cvs81
2120
2121         * src/setup.c
2122         * src/gtk/gtkutils.c
2123                 fix crash on maemo on first launch
2124
2125 2007-07-30 [paul]       2.10.0cvs80
2126
2127         * src/prefs_matcher.c
2128                 specify the units of age and size
2129
2130 2007-07-30 [paul]       2.10.0cvs79
2131
2132         * src/main.c
2133                 Fix IMAP timeout setting
2134
2135 2007-07-30 [colin]      2.10.0cvs78
2136
2137         * src/prefs_account.c
2138                 Fix a deprecated widget. Patch by
2139                 Andrej
2140
2141 2007-07-27 [paul]       2.10.0cvs77
2142
2143         * src/matcher_parser_parse.y
2144         * src/prefs_filtering_action.c
2145         * src/prefs_matcher.c
2146                 these changes forgotten in cvs74's
2147                 'watch thread' feature
2148
2149 2007-07-27 [paul]       2.10.0cvs76
2150
2151         * src/compose.c
2152                 fix potential crasher
2153                 thanks to Colin
2154
2155 2007-07-27 [paul]       2.10.0cvs75
2156
2157         * src/mainwindow.c
2158         * src/manual.c
2159         * src/manual.h
2160         * src/gtk/gtkutils.c
2161                 make mainwindow's /Help/Manual point to the
2162                 remote copy if the local copy doesn't exist
2163
2164 2007-07-27 [paul]       2.10.0cvs74
2165
2166         * src/Makefile.am
2167         * src/filtering.c
2168         * src/folder.c
2169         * src/mainwindow.c
2170         * src/matcher.c
2171         * src/matcher.h
2172         * src/matcher_parser_parse.y
2173         * src/procmsg.c
2174         * src/procmsg.h
2175         * src/stock_pixmap.c
2176         * src/stock_pixmap.h
2177         * src/summaryview.c
2178         * src/summaryview.h
2179         * src/toolbar.c
2180         * src/toolbar.h
2181         * src/pixmaps/watchthread.xpm
2182                 add 'watch thread' feature
2183
2184 2007-07-27 [paul]       2.10.0cvs73
2185
2186         * src/prefs_folder_item.c
2187                 adjust labels, add tooltips
2188
2189 2007-07-27 [colin]      2.10.0cvs72
2190
2191         * src/summaryview.c
2192                 Maemo: Remove less used menu items
2193
2194 2007-07-26 [colin]      2.10.0cvs71
2195
2196         * src/messageview.c
2197                 Maemo: destroy messageview after trashing mail.
2198                 Maybe should be done on X11 too
2199
2200 2007-07-26 [colin]      2.10.0cvs70
2201
2202         * src/folderview.c
2203         * src/mainwindow.c
2204         * src/prefs_common.c
2205         * src/prefs_common.h
2206         * src/summaryview.c
2207                 Add View/Show or Hide/Column headers
2208
2209 2007-07-26 [colin]      2.10.0cvs69
2210
2211         * src/procmime.c
2212                 Fix unwanted output
2213
2214 2007-07-26 [colin]      2.10.0cvs68
2215
2216         * src/ldapserver.c
2217                 Fix possible crash on cache invalidation
2218         * src/compose.c
2219         * src/procmime.c
2220         * src/procmime.h
2221         * src/quote_fmt_parse.y
2222                 Make replying to mails with big attachments
2223                 much faster. Fixes bug 1224, 'The process of 
2224                 Replying to emails with large attachments 
2225                 seems unreasonably long...'
2226
2227 2007-07-26 [colin]      2.10.0cvs67
2228
2229         * src/mimeview.c
2230         * src/matcher.c
2231         * src/common/ssl.c
2232                 Fix threads use on BSDs
2233
2234 2007-07-26 [paul]       2.10.0cvs66
2235
2236         * src/gtk/prefswindow.c
2237                 fix account prefs breakage
2238                 thanks to Colin
2239
2240 2007-07-26 [paul]       2.10.0cvs65
2241
2242         * configure.ac
2243                 standardise ./configure --help messages
2244
2245 2007-07-26 [colin]      2.10.0cvs64
2246
2247         * src/addressbook.c
2248         * src/editaddress.c
2249                 Fix two vCard-related crashes
2250
2251 2007-07-25 [colin]      2.10.0cvs63
2252
2253         * src/inc.c
2254         * src/prefs_common.c
2255         * src/prefs_common.h
2256         * src/prefs_receive.c
2257                 Maemo: Add a better way to notify of
2258                 new mails
2259         * src/mainwindow.c
2260         * src/statusbar.h
2261         * src/summaryview.c
2262         * src/toolbar.c
2263                 Maemo: Various layout fixes
2264         * src/gtk/prefswindow.c
2265                 Maemo: Better prefs layout
2266
2267 2007-07-25 [paul]       2.10.0cvs62
2268
2269         * src/textview.c
2270                 fix the layout on maemo
2271                 thanks to Colin
2272
2273 2007-07-25 [iwkse]      2.10.0cvs61
2274
2275         * src/summaryview.c
2276                 add 'o' shortcut on summaryview
2277
2278 2007-07-25 [iwkse]      2.10.0cvs60
2279
2280         * src/textview.c
2281                 fix o shortcut
2282
2283 2007-07-24 [colin]      2.10.0cvs59
2284
2285         * src/mh.c
2286                 Fix missing timestamp update on source
2287                 folder when moving
2288         * src/textview.c
2289         * src/textview.h
2290                 Better text layout on part's choices
2291
2292 2007-07-23 [colin]      2.10.0cvs58
2293
2294         * src/mimeview.c
2295         * src/textview.c
2296                 Maemo: Automatically choose the correct application
2297                 to open parts
2298         * src/gtk/quicksearch.c
2299                 Make search run on GDK_KP_Enter too
2300
2301 2007-07-23 [wwp]        2.10.0cvs57
2302
2303         * src/quote_fmt_lex.l
2304                 Revert accidentaly committed lines (account_sig) in
2305                 2.10.0cvs56.
2306
2307 2007-07-23 [wwp]        2.10.0cvs56
2308
2309         * src/quote_fmt_lex.l
2310                 Fix typos around long form expressions in the quote lexer.
2311
2312 2007-07-23 [paul]
2313
2314         3.0.0-rc1 released
2315
2316 2007-07-23 [colin]      2.10.0cvs55
2317
2318         * src/addr_compl.c
2319                 Fix auto-completion on Maemo
2320
2321 2007-07-23 [colin]      2.10.0cvs54
2322
2323         * src/statusbar.c
2324                 Maemo: Fix sticking statusbars
2325
2326 2007-07-22 [colin]      2.10.0cvs53
2327
2328         * src/main.c
2329                 Maemo: Fix the strange "top_application" info
2330                 at startup. We should do something when 
2331                 receiving such a message.
2332
2333 2007-07-20 [paul]       2.10.0cvs52
2334
2335         * src/news_gtk.c
2336                 add missing #include "statusbar.h"
2337
2338 2007-07-20 [colin]      2.10.0cvs51
2339
2340         * src/folder.c
2341         * src/folder.h
2342         * src/folder_item_prefs.c
2343         * src/folder_item_prefs.h
2344         * src/folderview.c
2345         * src/imap.c
2346         * src/imap_gtk.c
2347         * src/imap_gtk.h
2348         * src/news.c
2349         * src/news_gtk.c
2350         * src/news_gtk.h
2351         * src/prefs_folder_item.c
2352                 Implement age-based caching: allow to
2353                 specify a threshold for the offline synchronisation
2354                 feature, and whether old cached bodies should 
2355                 be removed
2356         * src/toolbar.c
2357         * src/toolbar.h
2358                 Fix label/tooltips
2359         * src/plugins/dillo_viewer/dillo_viewer.c
2360                 Check that Dillo's installed
2361
2362 2007-07-20 [wwp]        2.10.0cvs50
2363
2364         * src/mimeview.c
2365         * src/stock_pixmap.c
2366                 Draw a frame around the selected mimeview part icon (instead of the
2367                 shifted 'dancing' icon).
2368
2369 2007-07-20 [colin]      2.10.0cvs49
2370
2371         * src/main.c
2372                 Unref stuff even on error
2373         * src/wizard.c
2374                 disconnect signals only at the very
2375                 end of the wizard save.
2376
2377 2007-07-20 [colin]      2.10.0cvs48
2378
2379         * src/mainwindow.c
2380         * src/messageview.c
2381         * src/toolbar.c
2382         * src/toolbar.h
2383                 Fix random crashes while navigating
2384                 (GTK_EVENTS_FLUSH)
2385
2386 2007-07-19 [colin]      2.10.0cvs47
2387
2388         * configure.ac
2389         * src/main.c
2390         * src/prefs_common.c
2391         * src/prefs_common.h
2392         * src/wizard.c
2393         * src/common/defs.h
2394         * src/common/utils.c
2395                 Maemo: add an easy way to store data (mails
2396                 and IMAP/NNTP caches) on one of the SD cards,
2397                 and protect against unmounts if needed
2398
2399 2007-07-19 [paul]       2.10.0cvs46
2400
2401         * src/Makefile.am
2402         * src/stock_pixmap.c
2403         * src/gtk/about.c
2404         * src/pixmaps/claws-mail_logo-small.xpm
2405                 implement a (slightly) different About
2406                 dialog for maemo and add a small version
2407                 of the logo for it
2408         * src/wizard.c
2409                 use a scrolled window for wizard page 1
2410                 on maemo
2411
2412 2007-07-19 [paul]       2.10.0cvs45
2413
2414         * src/Makefile.am
2415                 too soon for this line
2416
2417 2007-07-19 [paul]       2.10.0cvs44
2418
2419         * src/Makefile.am
2420                 fix build on n800
2421
2422 2007-07-19 [colin]      2.10.0cvs43
2423
2424         * src/wizard.c
2425                 Solve Mail/Mailbox name when specifying
2426                 full /path/to/Mail.
2427
2428 2007-07-18 [colin]      2.10.0cvs42
2429
2430         * src/inc.c
2431         * configure.ac
2432                 Fix build on n770
2433
2434 2007-07-18 [colin]      2.10.0cvs41
2435
2436         * src/inc.c
2437                 Maemo: plug the online/offline system into
2438                 maemo's interfaces to have Claws automatically
2439                 switch according to the system status
2440         * src/statusbar.c
2441                 Maemo: use HildonBanners to display status
2442                 messages. Renders the main statusbar useless.
2443
2444 2007-07-18 [paul]       2.10.0cvs40
2445
2446         * src/filtering.c
2447                 fix screen blanking on moving/copying many msgs
2448         * src/folder.c
2449                 fix processing progressbar and screen blanking
2450                 during processing
2451
2452 2007-07-18 [paul]       2.10.0cvs39
2453
2454         * src/messageview.c
2455                 revert cvs37, breakage on maemo
2456
2457 2007-07-18 [paul]       2.10.0cvs38
2458
2459         * src/gtk/gtkutils.c
2460                 make sure we can still build with older GTK's
2461
2462 2007-07-18 [colin]      2.10.0cvs37
2463
2464         * src/messageview.c
2465                 Only hide the small layout's messageview, instead
2466                 of destroying it when closing
2467         * src/gtk/gtkutils.c
2468                 Use gtk_window_present_with_time to popup windows,
2469                 it seems to make things better with modern WMs
2470                 (actually focusing)
2471
2472 2007-07-17 [colin]      2.10.0cvs36
2473
2474         * src/editaddress.c
2475                 Simplify layout on Maemo
2476         * src/folder.c
2477                 Fix possible crash
2478         * src/prefs_display_header.c
2479                 Remove some headers by default on Maemo
2480
2481 2007-07-17 [paul]       2.10.0cvs35
2482
2483         * src/prefs_common.c
2484         * src/prefs_common.h
2485         * src/prefs_logging.c
2486         * src/common/log.c
2487                 add options to stop/enable writing logs to disc
2488
2489 2007-07-17 [paul]       2.10.0cvs34
2490
2491         * src/edittags.c
2492                 fix some issues with the Apply tags window:
2493                 - set search column (enables autocompl in the treeview)
2494                 - apply tag from "New tag" if it existed
2495                 - clears New tag entry when adding it with the button
2496                 Thanks to Colin
2497
2498 2007-07-17 [paul]       2.10.0cvs33
2499
2500         * src/edittags.c
2501                 fix 'apply tags' dialogue weirdness
2502
2503 2007-07-16 [colin]      2.10.0cvs32
2504
2505         * src/toolbar.c
2506                 Fix double-loading of mails on Maemo
2507
2508 2007-07-16 [colin]      2.10.0cvs31
2509
2510         * src/messageview.c
2511                 Prevent double-loading of the same part under some
2512                 conditions; hide statusbar on Maemo
2513
2514 2007-07-16 [colin]      2.10.0cvs30
2515
2516         * src/edittags.c
2517         * src/edittags.h
2518         * src/mainwindow.c
2519         * src/summaryview.c
2520                 Improve the tag interface - allow
2521                 to set/unset tags from a special
2522                 window.
2523         * src/gtk/gtkvscrollbutton.c
2524         * src/mimeview.c
2525         * src/mimeview.h
2526         * src/stock_pixmap.c
2527                 Fix Mimeview's ugly hacks in the
2528                 icon list. 
2529
2530 2007-07-16 [paul]       2.10.0cvs29
2531
2532         * src/wizard.c
2533                 rework dialog
2534         * src/gtk/icon_legend.c
2535                 put it all in a scrolled window
2536
2537 2007-07-15 [colin]      2.10.0cvs28
2538
2539         * src/mainwindow.c
2540                 Maemo: force layout to be Small screen; the
2541                 others don't make sense
2542
2543 2007-07-14 [colin]      2.10.0cvs27
2544
2545         * src/mimeview.c
2546         * src/gtk/gtkvscrollbutton.c
2547                 Maemo: Fix mimeview's buttons size
2548
2549 2007-07-14 [colin]      2.10.0cvs26
2550
2551         * src/toolbar.c
2552                 Fix the button workaround fix.
2553                 (Use the correct variable)
2554
2555 2007-07-14 [colin]      2.10.0cvs25
2556
2557         * src/mainwindow.c
2558         * src/toolbar.c
2559                 Maemo: put the progress bar in the
2560                 toolbar
2561
2562 2007-07-14 [colin]      2.10.0cvs24
2563
2564         * src/prefs_common.c
2565                 Maemo: hide statusbar by default
2566         * src/Makefile.am
2567         * src/stock_pixmap.c
2568         * src/stock_pixmap.h
2569         * src/toolbar.c
2570         * src/pixmaps/go_folders.xpm
2571                 Maemo: Add a specific icon to go back to
2572                 folder list
2573
2574 2007-07-14 [colin]      2.10.0cvs23
2575
2576         * src/toolbar.c
2577                 Don't set homogeneous finally
2578
2579 2007-07-14 [colin]      2.10.0cvs22
2580
2581         * src/toolbar.c
2582                 Fix button show/hide issues
2583
2584 2007-07-14 [colin]      2.10.0cvs21
2585
2586         * src/toolbar.c
2587                 Fix huge arrows
2588                 Fix button workaround to be able to click
2589                 if mouse was on button when it went un-
2590                 sensitive.
2591                 Revert previous commit, gtk_tool_item_set_homogeneous
2592                 doesn't mean what it seems to mean ;-)
2593
2594 2007-07-14 [paul]       2.10.0cvs20
2595
2596         * src/toolbar.c
2597                 make homogeneous FALSE always
2598
2599 2007-07-13 [colin]      2.10.0cvs19
2600
2601         * src/toolbar.c
2602         * src/toolbar.h
2603                 Rework to fit the non-deprecated API
2604         * src/compose.c
2605         * src/folderview.c
2606         * src/mainwindow.c
2607         * src/messageview.c
2608         * src/summaryview.c
2609                 Maemo layout changes. Better toolbars,
2610                 removal of CTree headers. 
2611
2612 2007-07-13 [paul]       2.10.0cvs18
2613
2614         * src/gtk/colorlabel.c
2615                 fix bug 1261, '[DE] coloring messages in overview 
2616                 keys are not localised'
2617                 the string is now included in claws-mail.pot
2618
2619 2007-07-13 [colin]      2.10.0cvs17
2620
2621         * src/summaryview.c
2622                 Fix bug 1267, 'printing mutliple messages 
2623                 opens one message-dialog after the other'
2624                 Ask for confirmation when printing 10
2625                 messages or more.
2626
2627 2007-07-11 [colin]      2.10.0cvs16
2628
2629         * COPYING
2630         * README
2631         * autogen.sh
2632         * manual/claws-mail-manual.xml
2633         * manual/gpl.xml
2634         * manual/es/claws-mail-manual.xml
2635         * manual/es/gpl.xml
2636         * manual/fr/claws-mail-manual.xml
2637         * manual/fr/gpl.xml
2638         * manual/pl/gpl.xml
2639         * src/account.c
2640         * src/account.h
2641         * src/action.c
2642         * src/action.h
2643         * src/adbookbase.h
2644         * src/addr_compl.c
2645         * src/addr_compl.h
2646         * src/addrbook.c
2647         * src/addrbook.h
2648         * src/addrcache.c
2649         * src/addrcache.h
2650         * src/addrcindex.c
2651         * src/addrcindex.h
2652         * src/addrclip.c
2653         * src/addrclip.h
2654         * src/addrdefs.h
2655         * src/addressadd.c
2656         * src/addressadd.h
2657         * src/addressbook.c
2658         * src/addressbook.h
2659         * src/addressbook_foldersel.c
2660         * src/addressbook_foldersel.h
2661         * src/addressitem.h
2662         * src/addrgather.c
2663         * src/addrgather.h
2664         * src/addrharvest.c
2665         * src/addrharvest.h
2666         * src/addrindex.c
2667         * src/addrindex.h
2668         * src/addritem.c
2669         * src/addritem.h
2670         * src/addrquery.c
2671         * src/addrquery.h
2672         * src/addrselect.c
2673         * src/addrselect.h
2674         * src/alertpanel.c
2675         * src/alertpanel.h
2676         * src/browseldap.c
2677         * src/browseldap.h
2678         * src/codeconv.c
2679         * src/codeconv.h
2680         * src/compose.c
2681         * src/compose.h
2682         * src/crash.c
2683         * src/crash.h
2684         * src/customheader.c
2685         * src/customheader.h
2686         * src/displayheader.c
2687         * src/displayheader.h
2688         * src/editaddress.c
2689         * src/editaddress.h
2690         * src/editaddress_other_attributes_ldap.c
2691         * src/editaddress_other_attributes_ldap.h
2692         * src/editbook.c
2693         * src/editbook.h
2694         * src/editgroup.c
2695         * src/editgroup.h
2696         * src/editjpilot.c
2697         * src/editjpilot.h
2698         * src/editldap.c
2699         * src/editldap.h
2700         * src/editldap_basedn.c
2701         * src/editldap_basedn.h
2702         * src/edittags.c
2703         * src/edittags.h
2704         * src/editvcard.c
2705         * src/editvcard.h
2706         * src/enriched.c
2707         * src/enriched.h
2708         * src/exphtmldlg.c
2709         * src/exphtmldlg.h
2710         * src/expldifdlg.c
2711         * src/expldifdlg.h
2712         * src/export.c
2713         * src/export.h
2714         * src/exporthtml.c
2715         * src/exporthtml.h
2716         * src/exportldif.c
2717         * src/exportldif.h
2718         * src/filtering.c
2719         * src/filtering.h
2720         * src/folder.c
2721         * src/folder.h
2722         * src/folder_item_prefs.c
2723         * src/folder_item_prefs.h
2724         * src/foldersel.c
2725         * src/foldersel.h
2726         * src/folderutils.c
2727         * src/folderutils.h
2728         * src/folderview.c
2729         * src/folderview.h
2730         * src/gedit-print.c
2731         * src/gedit-print.h
2732         * src/grouplistdialog.c
2733         * src/grouplistdialog.h
2734         * src/headerview.c
2735         * src/headerview.h
2736         * src/html.c
2737         * src/html.h
2738         * src/image_viewer.c
2739         * src/image_viewer.h
2740         * src/imap.c
2741         * src/imap.h
2742         * src/imap_gtk.c
2743         * src/imap_gtk.h
2744         * src/import.c
2745         * src/import.h
2746         * src/importldif.c
2747         * src/importldif.h
2748         * src/importmutt.c
2749         * src/importmutt.h
2750         * src/importpine.c
2751         * src/importpine.h
2752         * src/inc.c
2753         * src/inc.h
2754         * src/jpilot.c
2755         * src/jpilot.h
2756         * src/ldapctrl.c
2757         * src/ldapctrl.h
2758         * src/ldaplocate.c
2759         * src/ldaplocate.h
2760         * src/ldapquery.c
2761         * src/ldapquery.h
2762         * src/ldapserver.c
2763         * src/ldapserver.h
2764         * src/ldapupdate.c
2765         * src/ldapupdate.h
2766         * src/ldaputil.c
2767         * src/ldaputil.h
2768         * src/ldif.c
2769         * src/ldif.h
2770         * src/localfolder.c
2771         * src/localfolder.h
2772         * src/main.c
2773         * src/main.h
2774         * src/mainwindow.c
2775         * src/mainwindow.h
2776         * src/manual.c
2777         * src/manual.h
2778         * src/matcher.c
2779         * src/matcher.h
2780         * src/matcher_parser.h
2781         * src/matcher_parser_lex.l
2782         * src/matcher_parser_parse.y
2783         * src/mbox.c
2784         * src/mbox.h
2785         * src/message_search.c
2786         * src/message_search.h
2787         * src/messageview.c
2788         * src/messageview.h
2789         * src/mh.c
2790         * src/mh.h
2791         * src/mh_gtk.c
2792         * src/mh_gtk.h
2793         * src/mimeview.c
2794         * src/mimeview.h
2795         * src/msgcache.c
2796         * src/msgcache.h
2797         * src/mutt.c
2798         * src/mutt.h
2799         * src/news.c
2800         * src/news.h
2801         * src/news_gtk.c
2802         * src/news_gtk.h
2803         * src/noticeview.c
2804         * src/noticeview.h
2805         * src/partial_download.c
2806         * src/partial_download.h
2807         * src/pine.c
2808         * src/pine.h
2809         * src/pop.c
2810         * src/pop.h
2811         * src/prefs_account.c
2812         * src/prefs_account.h
2813         * src/prefs_actions.c
2814         * src/prefs_actions.h
2815         * src/prefs_common.c
2816         * src/prefs_common.h
2817         * src/prefs_compose_writing.c
2818         * src/prefs_compose_writing.h
2819         * src/prefs_customheader.c
2820         * src/prefs_customheader.h
2821         * src/prefs_display_header.c
2822         * src/prefs_display_header.h
2823         * src/prefs_ext_prog.c
2824         * src/prefs_ext_prog.h
2825         * src/prefs_filtering.c
2826         * src/prefs_filtering.h
2827         * src/prefs_filtering_action.c
2828         * src/prefs_filtering_action.h
2829         * src/prefs_folder_column.c
2830         * src/prefs_folder_column.h
2831         * src/prefs_folder_item.c
2832         * src/prefs_folder_item.h
2833         * src/prefs_fonts.c
2834         * src/prefs_fonts.h
2835         * src/prefs_gtk.c
2836         * src/prefs_gtk.h
2837         * src/prefs_image_viewer.c
2838         * src/prefs_image_viewer.h
2839         * src/prefs_logging.c
2840         * src/prefs_logging.h
2841         * src/prefs_matcher.c
2842         * src/prefs_matcher.h
2843         * src/prefs_message.c
2844         * src/prefs_message.h
2845         * src/prefs_msg_colors.c
2846         * src/prefs_msg_colors.h
2847         * src/prefs_other.c
2848         * src/prefs_other.h
2849         * src/prefs_quote.c
2850         * src/prefs_quote.h
2851         * src/prefs_receive.c
2852         * src/prefs_receive.h
2853         * src/prefs_send.c
2854         * src/prefs_send.h
2855         * src/prefs_spelling.c
2856         * src/prefs_spelling.h
2857         * src/prefs_summaries.c
2858         * src/prefs_summaries.h
2859         * src/prefs_summary_column.c
2860         * src/prefs_summary_column.h
2861         * src/prefs_summary_open.c
2862         * src/prefs_summary_open.h
2863         * src/prefs_template.c
2864         * src/prefs_template.h
2865         * src/prefs_themes.c
2866         * src/prefs_themes.h
2867         * src/prefs_toolbar.c
2868         * src/prefs_toolbar.h
2869         * src/prefs_wrapping.c
2870         * src/prefs_wrapping.h
2871         * src/privacy.c
2872         * src/privacy.h
2873         * src/procheader.c
2874         * src/procheader.h
2875         * src/procmime.c
2876         * src/procmime.h
2877         * src/procmsg.c
2878         * src/procmsg.h
2879         * src/quote_fmt.c
2880         * src/quote_fmt_lex.l
2881         * src/quote_fmt_parse.y
2882         * src/recv.c
2883         * src/recv.h
2884         * src/remotefolder.c
2885         * src/remotefolder.h
2886         * src/send_message.c
2887         * src/send_message.h
2888         * src/setup.c
2889         * src/setup.h
2890         * src/simple-gettext.c
2891         * src/sourcewindow.c
2892         * src/sourcewindow.h
2893         * src/ssl_manager.c
2894         * src/ssl_manager.h
2895         * src/statusbar.c
2896         * src/statusbar.h
2897         * src/stock_pixmap.c
2898         * src/stock_pixmap.h
2899         * src/summary_search.c
2900         * src/summary_search.h
2901         * src/summaryview.c
2902         * src/summaryview.h
2903         * src/textview.c
2904         * src/textview.h
2905         * src/toolbar.c
2906         * src/toolbar.h
2907         * src/undo.c
2908         * src/undo.h
2909         * src/unmime.c
2910         * src/unmime.h
2911         * src/uri_opener.c
2912         * src/uri_opener.h
2913         * src/vcard.c
2914         * src/vcard.h
2915         * src/wizard.c
2916         * src/wizard.h
2917         * src/common/base64.c
2918         * src/common/base64.h
2919         * src/common/claws.c
2920         * src/common/claws.h
2921         * src/common/defs.h
2922         * src/common/fnmatch.c
2923         * src/common/fnmatch.h
2924         * src/common/fnmatch_loop.c
2925         * src/common/hooks.c
2926         * src/common/hooks.h
2927         * src/common/log.c
2928         * src/common/log.h
2929         * src/common/md5.c
2930         * src/common/md5.h
2931         * src/common/mgutils.c
2932         * src/common/mgutils.h
2933         * src/common/nntp.c
2934         * src/common/nntp.h
2935         * src/common/passcrypt.c
2936         * src/common/passcrypt.h.in
2937         * src/common/plugin.c
2938         * src/common/plugin.h
2939         * src/common/prefs.c
2940         * src/common/prefs.h
2941         * src/common/progressindicator.c
2942         * src/common/progressindicator.h
2943         * src/common/quoted-printable.c
2944         * src/common/quoted-printable.h
2945         * src/common/session.c
2946         * src/common/session.h
2947         * src/common/smtp.c
2948         * src/common/smtp.h
2949         * src/common/socket.c
2950         * src/common/socket.h
2951         * src/common/ssl.c
2952         * src/common/ssl.h
2953         * src/common/ssl_certificate.c
2954         * src/common/ssl_certificate.h
2955         * src/common/string_match.c
2956         * src/common/string_match.h
2957         * src/common/stringtable.c
2958         * src/common/stringtable.h
2959         * src/common/tags.c
2960         * src/common/tags.h
2961         * src/common/template.c
2962         * src/common/template.h
2963         * src/common/timing.h
2964         * src/common/utils.c
2965         * src/common/utils.h
2966         * src/common/uuencode.c
2967         * src/common/uuencode.h
2968         * src/common/version.h.in
2969         * src/common/w32_dirent.c
2970         * src/common/w32_reg.c
2971         * src/common/w32_signal.c
2972         * src/common/w32_stat.c
2973         * src/common/w32_stdlib.c
2974         * src/common/w32_string.c
2975         * src/common/w32_time.c
2976         * src/common/w32_unistd.c
2977         * src/common/w32_wait.c
2978         * src/common/w32lib.h
2979         * src/common/xml.c
2980         * src/common/xml.h
2981         * src/common/xmlprops.c
2982         * src/common/xmlprops.h
2983         * src/etpan/etpan-errors.h
2984         * src/etpan/etpan-thread-manager-types.h
2985         * src/etpan/etpan-thread-manager.c
2986         * src/etpan/etpan-thread-manager.h
2987         * src/etpan/imap-thread.c
2988         * src/etpan/imap-thread.h
2989         * src/gtk/about.c
2990         * src/gtk/about.h
2991         * src/gtk/colorlabel.c
2992         * src/gtk/colorlabel.h
2993         * src/gtk/colorsel.c
2994         * src/gtk/colorsel.h
2995         * src/gtk/combobox.c
2996         * src/gtk/combobox.h
2997         * src/gtk/description_window.c
2998         * src/gtk/description_window.h
2999         * src/gtk/filesel.c
3000         * src/gtk/filesel.h
3001         * src/gtk/foldersort.c
3002         * src/gtk/foldersort.h
3003         * src/gtk/gtkaspell.c
3004         * src/gtk/gtkaspell.h
3005         * src/gtk/gtksctree.c
3006         * src/gtk/gtkshruler.c
3007         * src/gtk/gtkshruler.h
3008         * src/gtk/gtksourceprintjob.c
3009         * src/gtk/gtksourceprintjob.h
3010         * src/gtk/gtkutils.c
3011         * src/gtk/gtkutils.h
3012         * src/gtk/gtkvscrollbutton.c
3013         * src/gtk/gtkvscrollbutton.h
3014         * src/gtk/icon_legend.c
3015         * src/gtk/icon_legend.h
3016         * src/gtk/inputdialog.c
3017         * src/gtk/inputdialog.h
3018         * src/gtk/logwindow.c
3019         * src/gtk/logwindow.h
3020         * src/gtk/manage_window.c
3021         * src/gtk/manage_window.h
3022         * src/gtk/menu.c
3023         * src/gtk/menu.h
3024         * src/gtk/pluginwindow.c
3025         * src/gtk/pluginwindow.h
3026         * src/gtk/prefswindow.c
3027         * src/gtk/prefswindow.h
3028         * src/gtk/progressdialog.c
3029         * src/gtk/progressdialog.h
3030         * src/gtk/quicksearch.c
3031         * src/gtk/quicksearch.h
3032         * src/gtk/sslcertwindow.c
3033         * src/gtk/sslcertwindow.h
3034         * src/plugins/bogofilter/bogofilter.c
3035         * src/plugins/bogofilter/bogofilter.h
3036         * src/plugins/bogofilter/bogofilter_gtk.c
3037         * src/plugins/clamav/clamav_plugin.c
3038         * src/plugins/clamav/clamav_plugin.h
3039         * src/plugins/clamav/clamav_plugin_gtk.c
3040         * src/plugins/demo/demo.c
3041         * src/plugins/dillo_viewer/dillo_prefs.c
3042         * src/plugins/dillo_viewer/dillo_prefs.h
3043         * src/plugins/dillo_viewer/dillo_viewer.c
3044         * src/plugins/pgpcore/passphrase.c
3045         * src/plugins/pgpcore/passphrase.h
3046         * src/plugins/pgpcore/pgp_viewer.c
3047         * src/plugins/pgpcore/pgp_viewer.h
3048         * src/plugins/pgpcore/plugin.c
3049         * src/plugins/pgpcore/prefs_gpg.c
3050         * src/plugins/pgpcore/prefs_gpg.h
3051         * src/plugins/pgpcore/select-keys.c
3052         * src/plugins/pgpcore/select-keys.h
3053         * src/plugins/pgpcore/sgpgme.c
3054         * src/plugins/pgpcore/sgpgme.h
3055         * src/plugins/pgpinline/pgpinline.c
3056         * src/plugins/pgpinline/pgpinline.h
3057         * src/plugins/pgpinline/plugin.c
3058         * src/plugins/pgpmime/pgpmime.c
3059         * src/plugins/pgpmime/pgpmime.h
3060         * src/plugins/pgpmime/plugin.c
3061         * src/plugins/spamassassin/spamassassin.c
3062         * src/plugins/spamassassin/spamassassin.h
3063         * src/plugins/spamassassin/spamassassin_gtk.c
3064         * src/plugins/trayicon/trayicon.c
3065         * src/plugins/trayicon/trayicon_prefs.c
3066         * src/plugins/trayicon/trayicon_prefs.h
3067         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3068         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
3069         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
3070         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
3071         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
3072         * tools/OOo2claws-mail.pl
3073         * tools/README.sylprint
3074         * tools/acroread2claws-mail.pl
3075         * tools/claws-mail-compose-insert-files.pl
3076         * tools/convert_mbox.pl
3077         * tools/filter_conv.pl
3078         * tools/filter_conv_new.pl
3079         * tools/fix_date.sh
3080         * tools/freshmeat_search.pl
3081         * tools/google_search.pl
3082         * tools/kmail-mailbox2claws-mail.pl
3083         * tools/kmail2claws-mail.pl
3084         * tools/kmail2claws-mail_v2.pl
3085         * tools/mairix.sh
3086         * tools/make.themes.project
3087         * tools/multiwebsearch.pl
3088         * tools/nautilus2claws-mail.sh
3089         * tools/outlook2claws-mail.pl
3090         * tools/textviewer.sh
3091         * tools/thunderbird-filters-convertor.pl
3092         * tools/update-po
3093         * tools/uuooffice
3094         * tools/vcard2xml.py
3095         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
3096                 Upgrade to GPLv3 or later.
3097
3098 2007-07-10 [wwp]        2.10.0cvs15
3099
3100         * src/main.c
3101                 Fix re-opening of all composing messages that were
3102                 opened when closing the previous instance, thanks
3103                 to Colin.
3104
3105 2007-07-10 [paul]       2.10.0cvs14
3106
3107         * src/editaddress_other_attributes_ldap.c
3108         * src/ldapupdate.c
3109                 fix crash on selecting 'other attributes' combo
3110                 for either a new entry or an old entry with no
3111                 existing attributes.
3112                 fix bug on editing multiple attributes which
3113                 resulted them all having the value of the last
3114                 one changed.
3115                 Thanks to Colin
3116
3117 2007-07-10 [colin]      2.10.0cvs13
3118
3119         * src/editaddress.c
3120         * src/editaddress_other_attributes_ldap.h
3121         * src/ldapupdate.c
3122                 Fix --disable-ldap build
3123
3124 2007-07-09 [colin]      2.10.0cvs12
3125
3126         * src/Makefile.am
3127         * src/addritem.c
3128         * src/addritem.h
3129         * src/editaddress.c
3130         * src/editaddress_other_attributes_ldap.c
3131         * src/editaddress_other_attributes_ldap.h
3132         * src/editldap.c
3133         * src/ldapctrl.c
3134         * src/ldapctrl.h
3135         * src/ldapupdate.c
3136                 Add capability to edit all inetOrgPerson
3137                 attributes on LDAP. Patch by Michael 
3138                 Rasmussen
3139
3140 2007-07-09 [colin]      2.10.0cvs11
3141
3142         * src/Makefile.am
3143         * src/exporthtml.c
3144         * src/mbox.c
3145         * src/msgcache.c
3146         * src/prefs_summaries.c
3147         * src/prefs_themes.c
3148         * src/procheader.c
3149         * src/common/Makefile.am
3150         * src/common/log.c
3151         * src/common/timing.h
3152         * src/common/utils.c
3153         * src/common/utils.h
3154         * src/common/w32_account.c
3155         * src/common/w32lib.h
3156         * src/gtk/Makefile.am
3157         * src/gtk/colorlabel.c
3158         * src/plugins/pgpcore/Makefile.am
3159         * src/plugins/pgpcore/claws.def
3160         * src/plugins/pgpcore/passphrase.c
3161         * src/plugins/pgpcore/pgp_viewer.c
3162         * src/plugins/pgpcore/plugin.def
3163         * src/plugins/pgpcore/sgpgme.c
3164         * src/plugins/pgpinline/Makefile.am
3165         * src/plugins/pgpinline/claws.def
3166         * src/plugins/pgpinline/mypgpcore.def
3167         * src/plugins/pgpinline/plugin.def
3168         * src/plugins/pgpmime/Makefile.am
3169         * src/plugins/pgpmime/claws.def
3170         * src/plugins/pgpmime/mypgpcore.def
3171         * src/plugins/pgpmime/plugin.def
3172                 Commit win32 patch, from Werner Koch and
3173                 Marcus Brinkmann
3174
3175 2007-07-09 [colin]      2.10.0cvs10
3176
3177         * src/prefs_toolbar.c
3178                 Fix crash when no actions exist
3179
3180 2007-07-07 [paul]       2.10.0cvs9
3181
3182         * COPYING
3183         * manual/claws-mail-manual.xml
3184                 update copyright year
3185         * po/fi.po
3186                 updated by Flammie Pirinen
3187
3188 2007-07-05 [wwp]        2.10.0cvs8
3189
3190         * src/plugins/clamav/clamav_plugin_gtk.c
3191                 Make vertical spacing like in other plugin prefs pages.
3192
3193 2007-07-05 [wwp]        2.10.0cvs7
3194
3195         * src/quote_fmt.c
3196                 It's %am that works, not %ae (this doc incoherence has been
3197                 introduced with 2.9.2cvs13).
3198
3199 2007-07-04 [wwp]        2.10.0cvs6
3200
3201         * src/plugins/bogofilter/bogofilter.c
3202                 Gettext-ize an occurrence of "Any" that wasn't.
3203
3204 2007-07-04 [colin]      2.10.0cvs5
3205
3206         * po/POTFILES.in
3207                 Fix untranslated strings; thanks
3208                 to Pader Rezso.
3209
3210 2007-07-03 [colin]      2.10.0cvs4
3211
3212         * src/folder.c
3213         * src/mainwindow.c
3214                 Fix saving of sort mode for tags and
3215                 thread date. Thanks to Pierre Ossman.
3216                 Completes fix for bug 1233
3217
3218 2007-07-03 [paul]       2.10.0cvs3
3219
3220         * src/compose.c
3221                 fix auto-save
3222         * src/summaryview.c
3223                 fix build warnings
3224         Thanks to Colin
3225
3226 2007-07-02 [colin]      2.10.0cvs2
3227
3228         * src/folder.h
3229         * src/mainwindow.c
3230         * src/procmsg.h
3231         * src/summaryview.c
3232                 Add View/Sort/by Thread date
3233                 Fixes bug 1233, 'Capability to sort 
3234                 threads by most recent message'
3235                 Based on a patch by Paul Rolland
3236
3237 2007-07-02 [colin]      2.10.0cvs1
3238
3239         * src/Makefile.am
3240         * src/compose.c
3241         * src/edittags.c
3242         * src/edittags.h
3243         * src/filtering.c
3244         * src/folder.c
3245         * src/folder.h
3246         * src/headerview.c
3247         * src/headerview.h
3248         * src/main.c
3249         * src/mainwindow.c
3250         * src/mainwindow.h
3251         * src/manual.h
3252         * src/matcher.c
3253         * src/matcher.h
3254         * src/matcher_parser_parse.y
3255         * src/mimeview.c
3256         * src/msgcache.c
3257         * src/msgcache.h
3258         * src/prefs_common.c
3259         * src/prefs_common.h
3260         * src/prefs_filtering_action.c
3261         * src/prefs_matcher.c
3262         * src/prefs_summary_column.c
3263         * src/procmsg.c
3264         * src/procmsg.h
3265         * src/quote_fmt.c
3266         * src/quote_fmt_lex.l
3267         * src/quote_fmt_parse.y
3268         * src/summaryview.c
3269         * src/summaryview.h
3270         * src/textview.c
3271         * src/common/Makefile.am
3272         * src/common/defs.h
3273         * src/common/tags.c
3274         * src/common/tags.h
3275         * src/gtk/quicksearch.c
3276         * src/gtk/quicksearch.h
3277                 Add Tags implementation. Tags are arbitrary labels
3278                 that can be applied to messages. It is possible 
3279                 to create, edit, remove tags; apply them to mails;
3280                 filter on tags or tag presence; apply or unset
3281                 tags via filtering actions; reference tags in
3282                 reply templates.
3283
3284 2007-07-02 [paul]       2.10.0
3285
3286         * NEWS
3287         * README
3288         * RELEASE_NOTES
3289                 2.10.0 released
3290
3291 2007-07-02 [paul]       2.9.2cvs78
3292
3293         * po/de.po
3294         * po/en_GB.po
3295         * po/es.po
3296         * po/fr.po
3297         * po/hu.po
3298         * po/pt_BR.po
3299         * po/ru.po
3300         * po/zh_CN.po
3301                 updated by Stephan Sachse, me, Ricardo Mones
3302                 Lastra, Fabien Vantard, Pader Rezso, Frederico
3303                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
3304
3305 2007-07-02 [paul]       2.9.2cvs77
3306
3307         * AUTHORS
3308                 updated
3309
3310 2007-06-29 [wwp]        2.9.2cvs76
3311
3312         * src/gtk/headers.h
3313                 Fix a typo (thanks to Ricardo for finding this out).
3314
3315 2007-06-28 [paul]       2.9.2cvs75
3316
3317         * src/folderview.c
3318                 fix build warnings
3319
3320 2007-06-28 [paul]       2.9.2cvs74
3321
3322         * tools/Makefile.am
3323                 fix bug in the autotools build system.
3324                 Files cataloged under EXTRA_DIST were never
3325                 automatically copied to the build tree.
3326                 (fix 'make distcheck')
3327                 Patch by Michael Rasmussen.
3328
3329 2007-06-24 [colin]      2.9.2cvs73
3330
3331         * src/news_gtk.c
3332                 Fix bug 1249, 'Error handling for 
3333                 news errors needs modification'
3334                 Only popup error if the according
3335                 pref in Prefs/Receive is set.
3336
3337 2007-06-21 [colin]      2.9.2cvs72
3338
3339         * src/common/plugin.c
3340         * src/common/plugin.h
3341                 Change plugin API to know whether it's safe to 
3342                 unload plugins or whether we should just hide
3343                 them. Fixes bug 1248, 'Core dumps after 
3344                 unloading plugin and clicking on load plugins'
3345         * src/plugins/bogofilter/bogofilter.c
3346         * src/plugins/clamav/clamav_plugin.c
3347         * src/plugins/demo/demo.c
3348         * src/plugins/dillo_viewer/dillo_viewer.c
3349         * src/plugins/pgpcore/plugin.c
3350         * src/plugins/pgpinline/plugin.c
3351         * src/plugins/pgpmime/plugin.c
3352         * src/plugins/spamassassin/spamassassin.c
3353         * src/plugins/trayicon/trayicon.c
3354                 Update API
3355
3356 2007-06-19 [colin]      2.9.2cvs71
3357
3358         * src/compose.c
3359         * src/messageview.c
3360                 Fix crash mentioned in bug 1246
3361                 Race condition when automatically drafting
3362                 due to insertion on reedit.
3363
3364 2007-06-18 [wwp]        2.9.2cvs70
3365
3366         * src/importldif.c
3367                 LDIF import: use a "Proceed" button to complete
3368                 the process.
3369
3370 2007-06-18 [paul]       2.9.2cvs69
3371
3372         * configure.ac
3373                 use pkgconfig to check for gtk and glib
3374
3375 2007-06-17 [wwp]        2.9.2cvs68
3376
3377         * src/ldif.c
3378         * src/importldif.c
3379                 LDIF import: better error handling, minor code
3380                 and UI cleanup, and renamed the Save button
3381                 to Close, as imported stuff is already saved
3382                 when the Save button is shown.
3383
3384 2007-06-17 [colin]      2.9.2cvs67
3385
3386         * src/prefs_summaries.c
3387         * src/procmsg.c
3388                 Don't set as read when forwarded, only replied to
3389
3390 2007-06-17 [paul]       2.9.2cvs66
3391
3392         * src/alertpanel.c
3393                 add missing #include
3394
3395 2007-06-16 [colin]      2.9.2cvs65
3396
3397         * src/prefs_summaries.c
3398         * src/procmsg.c
3399                 Change the pref "Only mark as read when opened
3400                 in new window" to "..., replied to or forwarded".
3401                 Based on a patch by Paul Rolland.
3402
3403 2007-06-16 [paul]       2.9.2cvs64
3404
3405         * src/gtk/authors.h
3406                 alphabetical order! :)
3407
3408 2007-06-16 [colin]      2.9.2cvs63
3409
3410         * AUTHORS
3411         * src/gtk/authors.h
3412                 Add Michael Rasmussen in authors list
3413
3414 2007-06-16 [colin]      2.9.2cvs62
3415
3416         * src/messageview.c
3417                 Fix messageview_copy_clipboard to take advantage
3418                 of plugins' get_selection.
3419
3420 2007-06-15 [colin]      2.9.2cvs61
3421
3422         * src/action.c
3423         * src/addr_compl.c
3424         * src/addressbook.c
3425         * src/folderview.c
3426         * src/message_search.c
3427         * src/mimeview.c
3428         * src/summary_search.c
3429         * src/summaryview.c
3430         * src/textview.c
3431                 Allow GDK_KP_Enter to do the same as GDK_Return
3432                 Patch by Michael Rasmussen
3433
3434 2007-06-15 [paul]       2.9.2cvs60
3435
3436         * src/compose.c
3437                 fix bug when closing a compose window
3438                 during autosave
3439
3440 2007-06-14 [paul]       2.9.2cvs59
3441
3442         * src/main.c
3443         * src/common/defs.h
3444                 migrate sylpheed config
3445
3446 2007-06-14 [wwp]        2.9.2cvs58
3447
3448         * src/gtk/pluginwindow.c
3449                 Yet another attempt to fix sizing/alignment of the
3450                 button bar in plugins window.
3451
3452 2007-06-12 [colin]      2.9.2cvs57
3453
3454         * po/POTFILES.in
3455         * src/Makefile.am
3456         * src/folderview.c
3457         * src/prefs_common.c
3458         * src/prefs_common.h
3459         * src/prefs_summaries.c
3460         * src/prefs_summary_open.c
3461         * src/prefs_summary_open.h
3462         * src/summaryview.c
3463                 Make "when entering a folder" actions more personalisable
3464
3465 2007-06-12 [wwp]        2.9.2cvs56
3466
3467         * tools/README
3468                 Use short description from Paul (mairix.sh).
3469
3470 2007-06-12 [wwp]        2.9.2cvs55
3471
3472         * tools/README
3473                 Updated info about mairix.sh.
3474
3475 2007-06-11 [paul]       2.9.2cvs54
3476
3477         * src/prefs_logging.c
3478                 rework log window length widgets
3479                 and some sensitivity fixes
3480
3481 2007-06-11 [paul]       2.9.2cvs53
3482
3483         * src/mainwindow.c
3484         * src/prefs_logging.c
3485                 rename 'Protocol Log' to 'Network Log'
3486                 and some function renaming
3487
3488 2007-06-10 [wwp]        2.9.2cvs52
3489
3490         * src/gtk/pluginwindow.c
3491                 Revert 2.9.2cvs51.
3492
3493 2007-06-10 [wwp]        2.9.2cvs51
3494
3495         * src/gtk/pluginwindow.c
3496                 Fix button bar in plugin window, was centered and not
3497                 behaving like other dialogs w/ such button bar.
3498
3499 2007-06-08 [wwp]        2.9.2cvs50
3500
3501         * src/compose.c
3502         * src/compose.h
3503         * src/main.c
3504         * src/mainwindow.c
3505         * src/mainwindow.h
3506                 Provide a way out of automatic draft saving on IMAP, when
3507                 exiting offline.
3508                 Prevent drafting while sending and quitting while sending.
3509                 Thanks for Colin.
3510
3511
3512
3513 2007-06-08 [wwp]        2.9.2cvs49
3514
3515         * src/prefs_account.c
3516         * src/gtk/prefswindow.c
3517         * src/gtk/prefswindow.h
3518                 Activate the Basic page when opening account prefs.
3519
3520 2007-06-08 [wwp]        2.9.2cvs48
3521
3522         * src/common/socket.c
3523                 Don't crash if fork() fails, thanks to Colin.
3524
3525 2007-06-08 [wwp]        2.9.2cvs47
3526
3527         * src/gtk/prefswindow.c
3528                 Wrap some long lines, and reset horizontal scroller's adjusment
3529                 (this was already done, vertically), when changing tab (not page)
3530                 in prefs windows.
3531
3532 2007-06-08 [paul]       2.9.2cvs46
3533
3534         * src/common/utils.c
3535                 use gethostname() instead of uname()
3536                 based on a patch by Michael Hughes
3537                 <Sylpheed-Claws_user@thehugheslogcabin.net>
3538
3539 2007-06-07 [wwp]        2.9.2cvs45
3540
3541         * src/prefs_common.c
3542                 Fix some useless warnings, thanks to Colin.
3543
3544 2007-06-06 [colin]      2.9.2cvs44
3545
3546         * src/ldapupdate.c
3547                 Fix strange allocations. 
3548
3549 2007-06-06 [colin]      2.9.2cvs43
3550
3551         * src/ldapupdate.c
3552                 Patch by Michael Rasmussus to help
3553                 bug 1232
3554
3555 2007-06-05 [wwp]        2.9.2cvs42
3556
3557         * src/prefs_account.c
3558         * src/prefs_folder_item.c
3559         * src/prefs_quote.c
3560         * src/quote_fmt.c
3561         * src/quote_fmt.h
3562                 Per-folder templates can now be applied recursively.
3563                 Always save per-folder templates (formats were erroneously
3564                 saved only if they were enabled).
3565                 Check for validity of quotation marks everywhere there
3566                 are defined.
3567
3568 2007-06-05 [wwp]        2.9.2cvs41
3569
3570         * src/inc.c
3571                 Fix incoming messages from local accounts always getting filtered
3572                 (even if the account prefs say don't), thanks to Colin.
3573
3574 2007-06-05 [wwp]        2.9.2cvs40
3575
3576         * src/compose.c
3577         * src/compose.h
3578                 Use per-folder/per-account quote chars when applying a
3579                 template or inserting text as well. Const'ify some
3580                 vars more.
3581
3582 2007-06-04 [colin]      2.9.2cvs39
3583
3584         * src/compose.c
3585                 More work for wwp :)
3586
3587 2007-06-04 [wwp]        2.9.2cvs38
3588
3589         * src/compose.c
3590                 Same as 2.9.2cvs36 but for forwarding.
3591
3592 2007-06-04 [colin]      2.9.2cvs37
3593
3594         * src/compose.c
3595                 Use original mail file for forward/redirect
3596                 Fixes some forwarded mails to be attached as
3597                 application/octet-stream (when they have binary
3598                 parts), and incidentally fixes bug 848
3599                 'Redirect breaks GnuPG'
3600
3601 2007-06-04 [wwp]        2.9.2cvs36
3602
3603         * src/compose.c
3604                 Fix quote mark mis-initialisation when replying/forwarding
3605                 (introduced w/ 2.9.2cvs20).
3606
3607 2007-06-04 [wwp]        2.9.2cvs35
3608
3609         * src/prefs_compose_writing.c
3610         * src/prefs_quote.c
3611                 Fix a bug where Quotation characters (prefs/compose/writing)
3612                 was cleared (introduced w/ 2.9.2cvs26).
3613
3614 2007-06-04 [wwp]        2.9.2cvs34
3615
3616         * src/prefs_account.c
3617         * src/prefs_account.h
3618                 Better fix for compiling w/o aspell (rollbacks
3619                 2.9.2cvs31).
3620
3621 2007-06-04 [wwp]        2.9.2cvs33
3622
3623         * src/account.c
3624         * src/prefs_account.c
3625         * src/prefs_account.h
3626         * src/procmsg.c
3627                 It's now possible to disable mail filtering plugins
3628                 on a per-account basis.
3629
3630 2007-06-04 [wwp]        2.9.2cvs32
3631
3632         * src/procheader.c
3633         * src/common/utils.c
3634         * src/common/utils.h
3635                 Support CRLF in headers part of messages.
3636                 Support few more date formats (RFC3339 subsets).
3637
3638 2007-06-04 [wwp]        2.9.2cvs31
3639
3640         * src/prefs_account.c
3641                 Fix compiling w/o aspell support.
3642
3643 2007-06-03 [wwp]        2.9.2cvs30
3644
3645         * src/prefs_gtk.c
3646                 Don't decode leading ENV_ and ~ in P_PASSWORD
3647                 values.
3648
3649 2007-06-03 [wwp]        2.9.2cvs29
3650
3651         * src/prefs_gtk.c
3652                 Don't decode leading ENV_ and ~ in P_PASSWORD
3653                 values.
3654
3655 2007-06-03 [wwp]        2.9.2cvs28
3656
3657         * src/prefs_account.c
3658         * src/gtk/prefswindow.c
3659         * src/gtk/prefswindow.h
3660                 Added a way to force preloading of all pages
3661                 (prefswindow).
3662                 Moved tabs to pages in account prefs.
3663
3664 2007-06-02 [colin]      2.9.2cvs27
3665
3666         * src/addressbook.c
3667                 Fix possible crash, fix ldap write bugs
3668         * src/ldapupdate.c
3669                 Fix ldap write bugs - patch by Michael
3670                 Rasmussen
3671         * src/alertpanel.c
3672         * src/alertpanel.h
3673                 Add a hook whenever alertpanel opens/closes
3674
3675 2007-05-31 [wwp]        2.9.2cvs26
3676
3677         * src/prefs_compose_writing.c
3678         * src/prefs_quote.c
3679                 Re-organized writing options a bit:
3680                  - renamed the Quoting page to Templates
3681                  - moved all composing templates to that page
3682                  - moved non-templates options to the Writing one,
3683                    grouped reply-related options, reordered reply and
3684                    forward options.
3685
3686 2007-05-31 [wwp]        2.9.2cvs25
3687
3688         * src/compose.c
3689                 Removed unused code.
3690
3691 2007-05-31 [colin]      2.9.2cvs24
3692
3693         * src/addressbook.c
3694                 Fix missing display name when modifying
3695                 LDAP. Patch by Michael Rasmussen
3696
3697 2007-05-31 [wwp]        2.9.2cvs23
3698
3699         * src/plugins/bogofilter/Makefile.am
3700         * src/plugins/clamav/Makefile.am
3701         * src/plugins/demo/Makefile.am
3702         * src/plugins/dillo_viewer/Makefile.am
3703         * src/plugins/spamassassin/Makefile.am
3704                 Fix building of those plugins in Mac OS X.
3705
3706 2007-05-30 [wwp]        2.9.2cvs22
3707
3708         * src/gtk/quicksearch.c
3709                 Fix missing initialization.
3710
3711 2007-05-30 [wwp]        2.9.2cvs21
3712
3713         * src/procheader.c
3714                 Revert accidental commit (debug outputs).
3715
3716 2007-05-30 [wwp]        2.9.2cvs20
3717
3718         * src/compose.c
3719         * src/folder_item_prefs.c
3720         * src/folder_item_prefs.h
3721         * src/prefs_account.c
3722         * src/prefs_account.h
3723         * src/prefs_folder_item.c
3724         * src/prefs_gtk.c
3725         * src/prefs_gtk.h
3726                 Implemented per-account and per-folder
3727                 compose/reply/forward formats.
3728
3729 2007-05-30 [wwp]        2.9.2cvs19
3730
3731         * src/prefs_compose_writing.c
3732         * src/prefs_quote.c
3733         * src/procheader.c
3734         * src/quote_fmt.c
3735         * src/quote_fmt.h
3736                 Internal API changes (factorize quote format
3737                 prefs and checks).
3738
3739 2007-05-30 [colin]      2.9.2cvs18
3740
3741         * src/compose.c
3742                 Fix race where it's possible to re-click Send
3743                 between end of SMTP session and end of "move to
3744                 sent folder" when sending an email with send
3745                 dialog enabled.
3746
3747 2007-05-30 [colin]      2.9.2cvs17
3748
3749         * src/crash.c
3750                 Ask for backtrace on all threads. Patch by
3751                 Pawel
3752         * src/folderview.c
3753                 Fix stale news statusbar when scanning fails.
3754                 Patch by Pawel
3755         * src/ldapupdate.c
3756                 Fix some LDAP write updates bugs. Patch
3757                 by Michael Rasmussen
3758
3759 2007-05-29 [colin]      2.9.2cvs16
3760
3761         * src/imap.c
3762                 Fix loss of local flags when moving mails
3763                 on IMAP in high-bandwidth mode (UID FETCH)
3764
3765 2007-05-25 [paul]       2.9.2cvs15
3766
3767         * src/common/socket.c
3768                 fix sometimes crasher on cancelling
3769                 message sending
3770
3771 2007-05-25 [colin]      2.9.2cvs14
3772
3773         * src/imap.c
3774                 Fix a memory leak
3775         * src/imap_gtk.c
3776                 Be more helpful in the subscription
3777                 message
3778
3779 2007-05-23 [wwp]        2.9.2cvs13
3780
3781         * src/compose.c
3782         * src/prefs_compose_writing.c
3783         * src/prefs_quote.c
3784         * src/prefs_template.c
3785         * src/prefs_template.h
3786         * src/quote_fmt.c
3787         * src/quote_fmt.h
3788         * src/quote_fmt_lex.l
3789         * src/quote_fmt_parse.y
3790                 Introduced new syntax elements (symbols and commands)
3791                 in templates/quote_fmt. Compatibility w/ old
3792                 symbols is kept.
3793                 Updated and reworked the corresponding Information
3794                 dialog.
3795                 Display the line number in dialogs that talk about
3796                 parser errors (in addition to the error message in
3797                 output).
3798
3799 2007-05-23 [wwp]        2.9.2cvs12
3800
3801         * src/quote_fmt_parse.y
3802                 Fix 2.9.2cvs11, probably a paste accident ;).
3803
3804 2007-05-23 [wwp]        2.9.2cvs11
3805
3806         * src/compose.c
3807         * src/prefs_template.c
3808         * src/quote_fmt.h
3809         * src/quote_fmt_parse.y
3810                 Fix 2.9.2cvs10, which broke --disable-aspell.
3811
3812 2007-05-22 [wwp]        2.9.2cvs10
3813
3814         * src/compose.c
3815         * src/prefs_template.c
3816         * src/quote_fmt.c
3817         * src/quote_fmt.h
3818         * src/quote_fmt_lex.l
3819         * src/quote_fmt_parse.y
3820         * src/gtk/gtkaspell.c
3821         * src/gtk/gtkaspell.h
3822                 Added template/quote format syntactical elements
3823                 to show and query:
3824                         - current dictionary
3825                           %T to show (shows empty if not set or not enabled),
3826                           ?T and !T to check if the default dictionary is
3827                           enabled and set
3828                         - current account's default dictionary
3829                           %aT to show (empty if not set or not enabled),
3830                           ?aT and !aT to check if it's enabled and set
3831                         - name completion for an address, from the address
3832                           book
3833                           %ABf, %ABt, %ABc respectively show the full name got
3834                           from the address book if From, To or Cc match a single
3835                           contact.
3836                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3837                           matches any contact and if the full name is non-empty.
3838                           If From, To or Cc are lists of email addresses, only
3839                           the first address will be checked.
3840                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3841                 that could show a trailing ','.
3842                 Also, template/quote_fmt parser now shows the line number in case
3843                 of parser error.
3844
3845 2007-05-15 [colin]      2.9.2cvs9
3846
3847         * src/main.c
3848         * src/main.h
3849                 Add a public function to know whether Claws
3850                 crashed last time
3851                 Store opened folder when exiting
3852         * src/folder.c
3853         * src/folder.h
3854                 Store last opened message in each FolderItem;
3855                 Reset last seen messages if Claws crashed, so 
3856                 that one can't go in an infinite crash in case 
3857                 a particular mail crashes Claws.
3858         * src/messageview.c
3859         * src/prefs_common.c
3860         * src/prefs_common.h
3861         * src/summaryview.c
3862         * src/prefs_summaries.c
3863                 Add "Select last opened message" when entering
3864                 a folder
3865                 Add "Select last opened folder" at startup.
3866
3867 2007-05-14 [colin]      2.9.2cvs8
3868
3869         * manual/xml2pdf
3870                 Fix bashism, search for xml catalog 
3871                 in /usr/local/share/xml/catalog too
3872                 Patch by Pawel
3873
3874 2007-05-13 [wwp]        2.9.2cvs7
3875
3876         * src/gtk/logwindow.c
3877                 fix raising log windows when they are either minimized or
3878                 in background.
3879
3880 2007-05-11 [colin]      2.9.2cvs6
3881
3882         * src/gtk/filesel.c
3883                 Use Hildon's file chooser on Maemo. Patch
3884                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3885                 'File attachment "manipulation" bugs...'
3886
3887 2007-05-10 [wwp]        2.9.2cvs5
3888
3889         * src/prefs_common.c
3890         * src/prefs_common.h
3891         * src/gtk/quicksearch.c
3892                 Add a quicksearch option to automatically run
3893                 a search selected from the history (this option
3894                 is exclusive towards type-ahead).
3895
3896 2007-05-10 [colin]      2.9.2cvs4
3897
3898         * src/imap.c
3899                 Fix g_warnings, thanks to Brian
3900                 Morrison
3901
3902 2007-05-09 [colin]      2.9.2cvs3
3903
3904         * src/crash.c
3905         * src/exporthtml.c
3906         * src/mbox.c
3907         * src/prefs_summaries.c
3908         * src/procheader.c
3909         * src/common/log.c
3910         * src/common/utils.c
3911         * src/gtk/gtksourceprintjob.c
3912         * src/gtk/sslcertwindow.c
3913                 Use the re-entrant variant of time functions
3914                 Probably fixes bug 1217, 'reentrancy problems 
3915                 with time functions'
3916
3917 2007-05-09 [colin]      2.9.2cvs2
3918
3919         * src/imap.c
3920                 Fix crasher when reconnection fails
3921
3922 2007-05-08 [paul]       2.9.2cvs1
3923
3924         * NEWS
3925         * README
3926         * RELEASE_NOTES
3927         * configure.ac
3928                 bump version number following
3929                 stable release
3930
3931 2007-05-08 [paul]       2.9.1cvs48
3932
3933         * src/plugins/demo/demo.c
3934         * src/plugins/dillo_viewer/dillo_prefs.c
3935         * src/plugins/dillo_viewer/dillo_prefs.h
3936         * src/plugins/dillo_viewer/dillo_viewer.c
3937         * src/plugins/pgpcore/pgp_viewer.c
3938         * src/plugins/pgpcore/pgp_viewer.h
3939         * src/plugins/pgpcore/plugin.c
3940         * src/plugins/pgpcore/prefs_gpg.c
3941         * src/plugins/pgpcore/prefs_gpg.h
3942         * src/plugins/pgpcore/sgpgme.c
3943         * src/plugins/pgpcore/sgpgme.h
3944         * src/plugins/pgpinline/plugin.c
3945         * src/plugins/pgpmime/pgpmime.c
3946         * src/plugins/pgpmime/pgpmime.h
3947         * src/plugins/pgpmime/plugin.c
3948         * src/plugins/spamassassin/spamassassin.c
3949         * src/plugins/spamassassin/spamassassin.h
3950         * src/plugins/spamassassin/spamassassin_gtk.c
3951         * src/plugins/trayicon/README
3952         * tools/README
3953         * tools/README.sylprint
3954         * tools/outlook2claws-mail.pl
3955         * tools/sylprint.pl
3956         * tools/tb2claws-mail
3957         * tools/tbird2claws.py
3958         * tools/update-po
3959         * tools/vcard2xml.py
3960         * tools/kdeservicemenu/README
3961                 cleanups and corrections
3962
3963 2007-05-06 [wwp]        2.9.1cvs47
3964
3965         * tools/uudec
3966                 Fix missing dash to `display` command-line, reported
3967                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3968
3969 2007-05-06 [colin]      2.9.1cvs46
3970
3971         * src/Makefile.am
3972         * src/stock_pixmap.c
3973         * src/stock_pixmap.h
3974         * src/pixmaps/printer.xpm
3975                 Add a printer icon
3976
3977 2007-05-06 [paul]       2.9.1cvs45
3978
3979         * src/compose.c
3980         * src/ldapquery.c
3981         * src/privacy.h
3982         * src/summary_search.c
3983         * src/summaryview.c
3984                 fix build warnings
3985
3986 2007-05-05 [wwp]        2.9.1cvs44
3987
3988         * src/messageview.c
3989         * src/mh.c
3990         * src/prefs_actions.c
3991         * src/prefs_gtk.c
3992         * src/summaryview.c
3993         * src/common/xml.c
3994                 Fix "faild" typos everywhere and capitalization of
3995                 some g_warnings.
3996
3997 2007-05-04 [colin]      2.9.1cvs43
3998
3999         * src/compose.c
4000         * src/privacy.c
4001         * src/privacy.h
4002         * src/plugins/pgpcore/prefs_gpg.c
4003         * src/plugins/pgpcore/prefs_gpg.h
4004         * src/plugins/pgpinline/pgpinline.c
4005         * src/plugins/pgpmime/pgpmime.c
4006                 Add an API to warn about encryption limits,
4007                 and allow to disable these warnings
4008
4009 2007-05-03 [colin]      2.9.1cvs42
4010
4011         * src/summaryview.c
4012         * src/mainwindow.c
4013                 Fix bug 1213, 'Delete more than 
4014                 one thread at once'
4015
4016 2007-05-03 [wwp]        2.9.1cvs41
4017
4018         * src/prefs_common.c
4019         * src/prefs_filtering.c
4020         * src/prefs_template.c
4021         * src/common/template.c
4022         * src/common/template.h
4023         * src/gtk/gtkutils.c
4024         * src/gtk/gtkutils.h
4025                 Templates are no longer automatically sorted
4026                 by name, but can be sorted manually using
4027                 |< < > >| buttons as well as drag'n'drop.
4028
4029 2007-05-03 [wwp]        2.9.1cvs40
4030
4031         * src/plugins/spamassassin/spamassassin.c
4032         * src/plugins/spamassassin/spamassassin.h
4033         * src/plugins/spamassassin/spamassassin_gtk.c
4034         * src/plugins/bogofilter/bogofilter.c
4035         * src/plugins/bogofilter/bogofilter.h
4036         * src/plugins/bogofilter/bogofilter_gtk.c
4037                 Added an option to conditionally mark saved spam
4038                 as read (default is and was to do so).
4039                 Satisfies feature request 1708539 on sf.net tracker.
4040
4041 2007-05-03 [colin]      2.9.1cvs39
4042
4043         * src/inc.c
4044                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
4045
4046 2007-05-02 [colin]      2.9.1cvs38
4047
4048         * src/textview.c
4049                 Fix bug 1209, 'Clicking on address 
4050                 in header (mailto uri) selects 
4051                 default account'. Patch adapted from
4052                 G.P. Halkes' patch.
4053
4054 2007-05-02 [colin]      2.9.1cvs37
4055
4056         * src/grouplistdialog.c
4057                 Set cursor to wait cursor while loading
4058                 groups.
4059
4060 2007-05-02 [paul]       2.9.1cvs36
4061
4062         * src/folder.c
4063         * src/common/defs.h
4064                 rename cache and mark files
4065                 (data is preserved)
4066
4067 2007-04-30 [paul]       2.9.1cvs35
4068
4069         * manual/glossary.xml
4070         * manual/plugins.xml
4071                 updates. Patch by Ricardo
4072
4073 2007-04-29 [wwp]        2.9.1cvs34
4074
4075         * src/mainwindow.c
4076         * configure.ac
4077                 Fix few grammatical errors (patch by David Relson < relson at
4078                 osagesoftware dot com >).
4079
4080 2007-04-28 [colin]      2.9.1cvs33
4081
4082         * src/account.c
4083         * src/pop.c
4084         * src/prefs_account.c
4085         * src/prefs_account.h
4086                 Drop the "Download all" preference. It's
4087                 stupidly useless and confuses people from
4088                 time to time.
4089
4090 2007-04-27 [wwp]        2.9.1cvs32
4091
4092         * src/account.c
4093         * src/prefs_account.c
4094         * src/prefs_account.h
4095                 Don't reflect accounts changes to the mainwindow when it's
4096                 not necessary.
4097
4098 2007-04-27 [colin]      2.9.1cvs31
4099
4100         * src/folder.c
4101                 Freeze/thaw when sync'ing flags
4102         * src/imap.c
4103         * src/prefs_account.c
4104         * src/prefs_account.h
4105         * src/etpan/imap-thread.c
4106         * src/etpan/imap-thread.h
4107                 Add a way to use UID FETCH instead
4108                 of searches to fetch message lists
4109                 and flags. More expensive towards
4110                 bandwidth, less expensive towards
4111                 server's CPU. Probably fixes 
4112                 bug 1158, 'Scanning new folders on 
4113                 Exchange 2007 extremely slow'.
4114                 Patch 95% by Hoa.
4115
4116 2007-04-27 [paul]       2.9.1cvs30
4117
4118         * src/mainwindow.c
4119         * src/prefs_logging.c
4120                 improvements to english usage
4121
4122 2007-04-27 [colin]      2.9.1cvs29
4123
4124         * src/imap.c
4125                 Fix build without libetpan (my bad!)
4126
4127 2007-04-26 [colin]      2.9.1cvs28
4128
4129         * src/imap.c
4130         * src/imap.h
4131                 Fix uselessly exported function
4132         * src/textview.c
4133                 Consider "- -- \n" as signature separator
4134                 (that's what signature separators look like
4135                  in PGP/Inline signed mails)
4136
4137 2007-04-26 [colin]      2.9.1cvs27
4138
4139         * configure.ac
4140                 libetpan-0.49 is now required
4141         * src/procmime.c
4142                 Fix double fetching of mails if
4143                 first try failed
4144         * src/imap.c
4145                 Make offline sync faster, by
4146                 remembering last change time, and
4147                 last sync time.
4148
4149 2007-04-26 [hoa]        2.9.1cvs26
4150
4151         * src/imap.c
4152         * src/imap.h
4153         * src/mainwindow.c
4154         * src/toolbar.c
4155         * src/etpan/imap-thread.c
4156         * src/etpan/imap-thread.h
4157                 cancellation of IMAP operations is now allowed.
4158                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
4159
4160 2007-04-26 [colin]      2.9.1cvs25
4161
4162         * src/folder.c
4163                 Always fetch body+headers in folders that are
4164                 synched for offline use, if "Synchronise as
4165                 soon as possible" is set.
4166                 Fixes bug 1200, 'Add option to always retrieve full 
4167                 messages'
4168
4169 2007-04-25 [colin]      2.9.1cvs24
4170
4171         * src/compose.c
4172                 Fix bug 1198, 'Reply-all "disappearing" address bug 
4173                 persists...'
4174
4175 2007-04-24 [colin]      2.9.1cvs23
4176
4177         * src/folderview.c
4178                 Fix bug 1195, 'Hardware key navigation' 
4179                 Make GDK_Enter toggle expansion (Maemo)
4180
4181 2007-04-24 [wwp]        2.9.1cvs22
4182
4183         * src/compose.c
4184                 Fix few compiler warnings.
4185
4186 2007-04-24 [paul]       2.9.1cvs21
4187
4188         * src/Makefile.am
4189         * src/stock_pixmap.c
4190         * src/stock_pixmap.h
4191                 complete last commit
4192
4193 2007-04-24 [paul]       2.9.1cvs20
4194
4195         * src/gtk/about.c
4196         * src/pixmaps/active.xpm
4197         * src/pixmaps/checkbox_off.xpm
4198         * src/pixmaps/checkbox_on.xpm
4199         * src/pixmaps/inactive.xpm
4200                 kick out the blobs
4201                 remove transparent border from checkbox icons
4202
4203 2007-04-24 [wwp]        2.9.1cvs19
4204
4205         * src/textview.c
4206         * src/textview.h
4207                 Fix a crash in textview, thanks to Colin.
4208
4209 2007-04-23 [wwp]        2.9.1cvs18
4210
4211         * src/prefs_common.c
4212                 Fix 2.9.1cvs5: no header was being translated at all.
4213
4214 2007-04-23 [colin]      2.9.1cvs17
4215
4216         * src/Makefile.am
4217         * src/stock_pixmap.c
4218         * src/stock_pixmap.h
4219         * src/summaryview.c
4220         * src/summaryview.h
4221         * src/gtk/gtksctree.c
4222         * src/gtk/gtksctree.h
4223         * src/pixmaps/selection.xpm
4224                 Fix bug 1193, 'Need a way to multi-select
4225                 items'. Add a toggle button to the summaryview
4226                 to switch between normal and multiple selection
4227                 (Maemo)
4228
4229 2007-04-23 [colin]      2.9.1cvs16
4230
4231         * src/Makefile.am
4232         * src/stock_pixmap.c
4233         * src/stock_pixmap.h
4234         * src/summaryview.c
4235         * src/summaryview.h
4236         * src/gtk/gtksctree.c
4237         * src/gtk/gtksctree.h
4238         * src/pixmaps/selection.xpm
4239                 Fix bug 1193, 'Need a way to multi-
4240                 select items'
4241                 Add a toggle button in the summaryview
4242                 to enable normal or multiple selection.
4243                 (Maemo)
4244
4245 2007-04-23 [colin]      2.9.1cvs15
4246
4247         * src/compose.c
4248                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
4249
4250 2007-04-21 [colin]      2.9.1cvs14
4251
4252         * src/gtk/quicksearch.c
4253                 Fix previous commit (actually use correct
4254                 parameter)
4255
4256 2007-04-21 [colin]      2.9.1cvs13
4257
4258         * src/gtk/quicksearch.c
4259                 Fix changing quicksearch type (after Esc,
4260                 after changing Recursive, ...)
4261
4262 2007-04-20 [wwp]        2.9.1cvs12
4263
4264         * src/gtk/Makefile.am
4265                 Added headers.h (completes 2.9.1cvs5).
4266
4267 2007-04-20 [wwp]        2.9.1cvs11
4268
4269         * src/addressbook.c
4270                 Fix the use of display name in name column,
4271                 it has been overriden w/ the use of nickname
4272                 by 2.9.0cvs3. Now nickname is used (if any)
4273                 in case of LDAP books only.
4274
4275 2007-04-20 [colin]      2.9.1cvs10
4276
4277         * src/mimeview.c
4278         * src/summaryview.c
4279         * src/textview.c
4280                 Add handling of 'a' to loop in a mail's
4281                 mimeparts
4282
4283 2007-04-20 [colin]      2.9.1cvs9
4284
4285         * src/toolbar.c
4286                 Fix bug 1190, 'dir_open' button doesn't work'
4287                 (Maemo)
4288
4289 2007-04-20 [colin]      2.9.1cvs8
4290
4291         * src/folderview.c
4292         * src/mainwindow.c
4293                 Fix bug 1194, 'Hardware keys move from email 
4294                 list to account/directory list, but not back 
4295                 to email list...' (Maemo)
4296
4297 2007-04-20 [colin]      2.9.1cvs7
4298
4299         * src/compose.h
4300                 complete previous commit
4301
4302 2007-04-20 [colin]      2.9.1cvs6
4303
4304         * src/compose.c
4305                 Fix bug 1187, 'Reply-to addressee disappears 
4306                 when reply-to text box is clicked...' (Maemo)
4307
4308 2007-04-20 [wwp]        2.9.1cvs5
4309
4310         * po/POTFILES.in
4311         * src/addressbook.c
4312         * src/compose.c
4313         * src/filtering.c
4314         * src/headerview.c
4315         * src/matcher.c
4316         * src/prefs_common.c
4317         * src/prefs_common.h
4318         * src/prefs_display_header.c
4319         * src/prefs_matcher.c
4320         * src/summaryview.c
4321         * src/gtk/headers.h
4322         * src/gtk/quicksearch.c
4323                 Translate more header names according to the relevant option value,
4324                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
4325                 Replaced nearly all uses of prefs_common.trans_hdr with a call
4326                 to prefs_common_translated_header_name().
4327                 Added a headers.h reference file that contains known header names
4328                 (RFC2822 and others) to the translation process' input, so that
4329                 translated header names will still exist even if no occurrence of
4330                 _("headername") is found anymore in the sources.
4331                 Don't translate column name 'Number' following to trans_hdr option
4332                 value as it's not a header name.
4333
4334 2007-04-20 [colin]      2.9.1cvs4
4335
4336         * src/gtk/quicksearch.c
4337         * src/gtk/quicksearch.h
4338                 Add "From, To or Subject" quicksearch
4339                 type. Patch by ulfschaper@users.sf.net
4340
4341 2007-04-20 [colin]      2.9.1cvs3
4342
4343         * src/matcher.c
4344                 Implement proper references filtering condition.
4345                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
4346
4347 2007-04-19 [wwp]        2.9.1cvs2
4348
4349         * src/prefs_display_header.c
4350         * src/message_search.c
4351                 Fix few warnings (g_free of const gchar*).
4352
4353 2007-04-19 [paul]       2.9.1cvs1
4354
4355         * NEWS
4356         * README
4357         * RELEASE_NOTES
4358         * configure.ac
4359                 bump version number following
4360                 stable release
4361
4362 2007-04-19 [paul]       2.9.0cvs9
4363
4364         * manual/advanced.xml
4365         * manual/glossary.xml
4366                 fix typos
4367
4368 2007-04-18 [paul]       2.9.0cvs8
4369
4370         * src/pop.c
4371                 fix for CVE-2007-1558 (APOP)
4372                 Thanks to Colin
4373
4374 2007-04-18 [paul]       2.9.0cvs7
4375
4376         * src/messageview.c
4377         * src/mimeview.c
4378         * src/summaryview.c
4379         * src/gtk/filesel.c
4380                 Fix encoding woes wrt saving of
4381                 mails and parts
4382                 Thanks to Colin
4383
4384 2007-04-18 [colin]      2.9.0cvs6
4385
4386         * src/gtk/pluginwindow.c
4387                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
4388
4389 2007-04-17 [wwp]        2.9.0cvs5
4390
4391         * src/addressadd.c
4392         * src/addressbook.c
4393         * src/addrindex.c
4394         * src/ldapupdate.c
4395                 Fix --disable-ldap build,
4396                 fix some LDAP annoyances on 
4397                 searches, thanks to Colin.
4398
4399 2007-04-17 [wwp]        2.9.0cvs4
4400
4401         * src/ldapupdate.c
4402                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
4403                 like gcc 2.9x. Thanks to Colin.
4404
4405 2007-04-17 [wwp]        2.9.0cvs3
4406
4407         * src/Makefile.am
4408         * src/addressadd.c
4409         * src/addressbook.c
4410         * src/addrindex.c
4411         * src/addritem.c
4412         * src/addritem.h
4413         * src/editaddress.c
4414         * src/ldapctrl.c
4415         * src/ldapctrl.h
4416         * src/ldapquery.c
4417         * src/ldapserver.c
4418         * src/ldapserver.h
4419         * src/ldapupdate.c
4420         * src/ldapupdate.h
4421                 Add LDAP write support. Patch mostly by 
4422                 Michael <mir at datanom dot net>
4423
4424 2007-04-17 [wwp]        2.9.0cvs2
4425
4426         * src/compose.c
4427                 Prepend "Add to address book" to the context menu of compose window's sender and
4428                 recipient fields.
4429
4430 2007-04-16 [paul]       2.9.0cvs1
4431
4432         * src/gtk/authors.h
4433                 add Pader Rezso
4434
4435 2007-04-16 [paul]       2.9.0
4436
4437         * NEWS
4438         * README
4439         * RELEASE_NOTES
4440                 2.9.0 released
4441
4442 2007-04-16 [paul]       2.8.1cvs102
4443
4444         * po/fr.po
4445                 updated by Fabien Vantard
4446
4447 2007-04-16 [paul]       2.8.1cvs101
4448
4449         * po/ca.po
4450         * po/cs.po
4451         * po/de.po
4452         * po/hu.po
4453         * po/pl.po
4454         * po/pt_BR.po
4455         * po/sr.po
4456         * po/zh_CN.po
4457                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4458                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
4459                 Aleksandar Urosevic, and Ralgh Young
4460
4461 2007-04-15 [mones]      2.8.1cvs100
4462
4463         * po/es.po
4464                 Updated for release
4465
4466 2007-04-14 [colin]      2.8.1cvs99
4467
4468         * src/message_search.c
4469         * src/prefs_display_header.c
4470         * src/summary_search.c
4471         * src/gtk/combobox.c
4472                 Fix allocations
4473
4474 2007-04-14 [wwp]        2.8.1cvs98
4475
4476         * src/gtk/combobox.c
4477         * src/message_search.c
4478         * src/summary_search.c
4479         * src/prefs_display_header.c
4480                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
4481                 returns NULL, get the text value directly from the GtkEntry child.
4482
4483 2007-04-13 [colin]      2.8.1cvs97
4484
4485         * src/gtk/quicksearch.c
4486                 Give the focus back to summaryview when
4487                 emptying the quicksearch with Esc
4488
4489 2007-04-13 [colin]      2.8.1cvs96
4490
4491         * src/message_search.c
4492         * src/prefs_display_header.c
4493         * src/summary_search.c
4494                 Fix possibles crashes when getting text
4495                 from gtk combos
4496
4497 2007-04-13 [colin]      2.8.1cvs95
4498
4499         * src/pop.c
4500                 Add some UIDL debugging
4501
4502 2007-04-12 [colin]      2.8.1cvs94
4503
4504         * src/folder.c
4505                 Force folder scan if necessary after
4506                 copying mails, to be able to reapply
4507                 flags.
4508
4509 2007-04-11 [colin]      2.8.1cvs93
4510
4511         * src/main.c
4512                 don't scan for new mail on startup if --select
4513                 is specified (or race conditions arise). If so,
4514                 do both sequentially.
4515
4516 2007-04-09 [colin]      2.8.1cvs92
4517
4518         * src/common/defs.h
4519                 Use leafpad by default on Maemo. Patch
4520                 by Jean-Luc Biord.
4521
4522 2007-04-06 [colin]      2.8.1cvs91
4523
4524         * src/pixmaps/queue_close.xpm
4525         * src/pixmaps/queue_close_hrm.xpm
4526         * src/pixmaps/queue_close_hrm_mark.xpm
4527         * src/pixmaps/queue_close_mark.xpm
4528         * src/pixmaps/queue_open.xpm
4529         * src/pixmaps/queue_open_hrm.xpm
4530         * src/pixmaps/queue_open_hrm_mark.xpm
4531         * src/pixmaps/queue_open_mark.xpm
4532                 Move the clock one pixel down :)
4533
4534 2007-04-05 [colin]      2.8.1cvs90
4535
4536         * src/mainwindow.c
4537                 Don't sync when switching offline from
4538                 command line - it's usually too late :)
4539
4540 2007-04-05 [paul]       2.8.1cvs89
4541
4542         * src/Makefile.am
4543         * src/stock_pixmap.c
4544         * src/pixmaps/dir_close_hrm.xpm
4545         * src/pixmaps/dir_close_hrm_mark.xpm
4546         * src/pixmaps/drafts_close.xpm
4547         * src/pixmaps/drafts_close_mark.xpm
4548         * src/pixmaps/drafts_open.xpm
4549         * src/pixmaps/drafts_open_mark.xpm
4550         * src/pixmaps/inbox.xpm
4551         * src/pixmaps/inbox_close.xpm
4552         * src/pixmaps/inbox_close_hrm.xpm
4553         * src/pixmaps/inbox_close_hrm_mark.xpm
4554         * src/pixmaps/inbox_close_mark.xpm
4555         * src/pixmaps/inbox_hrm.xpm
4556         * src/pixmaps/inbox_hrm_mark.xpm
4557         * src/pixmaps/inbox_mark.xpm
4558         * src/pixmaps/inbox_open.xpm
4559         * src/pixmaps/inbox_open_hrm.xpm
4560         * src/pixmaps/inbox_open_hrm_mark.xpm
4561         * src/pixmaps/inbox_open_mark.xpm
4562         * src/pixmaps/outbox.xpm
4563         * src/pixmaps/outbox_close.xpm
4564         * src/pixmaps/outbox_close_hrm.xpm
4565         * src/pixmaps/outbox_close_hrm_mark.xpm
4566         * src/pixmaps/outbox_close_mark.xpm
4567         * src/pixmaps/outbox_hrm.xpm
4568         * src/pixmaps/outbox_hrm_mark.xpm
4569         * src/pixmaps/outbox_mark.xpm
4570         * src/pixmaps/outbox_open.xpm
4571         * src/pixmaps/outbox_open_hrm.xpm
4572         * src/pixmaps/outbox_open_hrm_mark.xpm
4573         * src/pixmaps/outbox_open_mark.xpm
4574         * src/pixmaps/queue_close.xpm
4575         * src/pixmaps/queue_close_hrm.xpm
4576         * src/pixmaps/queue_close_hrm_mark.xpm
4577         * src/pixmaps/queue_close_mark.xpm
4578         * src/pixmaps/queue_open.xpm
4579         * src/pixmaps/queue_open_hrm.xpm
4580         * src/pixmaps/queue_open_hrm_mark.xpm
4581         * src/pixmaps/queue_open_mark.xpm
4582                 updated, added and replaced icons
4583                 Icons by Colin
4584
4585 2007-04-04 [colin]      2.8.1cvs88
4586
4587         * src/imap.c
4588                 Fix build without libetpan
4589
4590 2007-04-03 [colin]      2.8.1cvs87
4591
4592         * src/imap.c
4593                 Fix crash with Citadel, and try to make
4594                 things work. this server (and specifically 
4595                 STATUS and APPEND at least) seems broken.
4596
4597 2007-04-03 [colin]      2.8.1cvs86
4598
4599         * src/folderview.c
4600                 Fix icons on folder close
4601
4602 2007-04-03 [colin]      2.8.1cvs85
4603
4604         * src/inc.c
4605                 Fix double-ask of offline override in
4606                 certain cases
4607         * src/imap.c
4608         * src/imap.h
4609         * src/imap_gtk.c
4610                 Much more efficient way to synchronise
4611                 for offline use
4612         * src/etpan/imap-thread.c
4613                 Fix possible segs
4614         * src/folder.c
4615         * src/gtk/quicksearch.c
4616                 Fix some GUI lags
4617
4618 2007-04-03 [paul]       2.8.1cvs84
4619
4620         * src/filtering.c
4621         * src/folder.c
4622         * src/folder.h
4623         * src/prefs_common.c
4624         * src/prefs_common.h
4625         * src/prefs_other.c
4626                 Fix sync being done too late
4627                 Thanks to Colin
4628
4629 2007-04-02 [colin]      2.8.1cvs83
4630
4631         * src/summaryview.c
4632                 Maemo: Put status and quicksearch at the top
4633         * src/plugins/bogofilter/bogofilter.c
4634         * src/plugins/spamassassin/spamassassin.c
4635                 Derive trash from inbox if possible
4636
4637 2007-04-02 [paul]       2.8.1cvs82
4638
4639         * src/plugins/bogofilter/bogofilter_gtk.c
4640                 a few English changes
4641
4642 2007-04-02 [paul]
4643
4644         2.9.0-rc1 released
4645
4646 2007-04-02 [colin]      2.8.1cvs81
4647
4648         * src/image_viewer.c
4649                 Fix transparent images by using
4650                 GtkImage
4651         * src/messageview.c
4652                 Flush events (on new windows) to avoid
4653                 having the textview's image resize fail
4654                 to know the available width
4655
4656 2007-04-01 [colin]      2.8.1cvs80
4657
4658         * src/prefs_account.c
4659                 If no MH mailbox exist, when creating a POP/Local
4660                 account, just create and use the default one 
4661                 instead of bailing with a "Mailbox doesn't exist"
4662                 error
4663
4664 2007-03-31 [colin]      2.8.1cvs79
4665
4666         * src/prefs_account.c
4667                 Create signature file if it doesn't exist
4668                 before editing
4669         * src/prefs_toolbar.c
4670                 Maemo: Move "Use default" on the left so
4671                 that people can find it
4672         * src/common/defs.h
4673                 Maemo: make default editor "Maemopad", 
4674                 default signature file "MyDocs/signature.txt"
4675
4676 2007-03-31 [colin]      2.8.1cvs78
4677
4678         * src/prefs_account.c
4679                 Maemo: rework account prefs so
4680                 that less horizontal scrolling
4681                 is required
4682
4683 2007-03-31 [colin]      2.8.1cvs77
4684
4685         * src/folderview.c
4686         * src/prefs_common.c
4687         * src/prefs_common.h
4688                 Fix bug 1167, 'Allow not displaying zeros 
4689                 in folder list'. Patch by MartinP
4690
4691 2007-03-31 [colin]      2.8.1cvs76
4692
4693         * AUTHORS
4694                 Add Jean-Luc Biord
4695
4696 2007-03-31 [colin]      2.8.1cvs75
4697
4698         * src/imap.c
4699                 Apply patch from bug 1172, direct
4700                 access to the folder's session instead
4701                 of using getter. Patch by MartinP
4702
4703 2007-03-31 [paul]       2.8.1cvs74
4704
4705         * src/gtk/authors.h
4706                 no need to list Fabien twice!
4707
4708 2007-03-31 [colin]      2.8.1cvs73
4709
4710         * src/inc.c
4711                 If we're currently "overriding for %d minutes",
4712                 don't ask
4713
4714 2007-03-31 [colin]      2.8.1cvs72
4715
4716         * src/compose.c
4717         * src/imap.c
4718         * src/inc.c
4719         * src/inc.h
4720         * src/messageview.c
4721         * src/news.c
4722         * src/plugins/spamassassin/spamassassin.c
4723                 Offline override: Add a parameter to allow
4724                 asking even if the override timer is running.
4725                 Allows to ask every time the user makes an
4726                 explicit action needing online access (such
4727                 as Get Mail), and not when the action is 
4728                 implicit (such as opening an IMAP folder)
4729
4730 2007-03-31 [colin]      2.8.1cvs71
4731
4732         * src/inc.c
4733                 Override offline: "No" answer shouldn't
4734                 re-ask after 3 seconds, but 10 minutes. 
4735
4736 2007-03-30 [colin]      2.8.1cvs70
4737
4738         * src/common/socket.c
4739                 Better error reporting on unix socket
4740                 failure (bind usually)
4741         * src/gtk/gtkutils.c
4742         * src/gtk/gtkutils.h
4743                 Label window: add a pulsing progress
4744                 bar to show we're not hung :)
4745         * src/folderview.c
4746         * src/main.c
4747         * src/plugins/pgpcore/sgpgme.c
4748                 Update API
4749
4750 2007-03-30 [colin]      2.8.1cvs69
4751
4752         * src/pop.c
4753         * src/prefs_common.c
4754                 Fix possible trashing of history and uidl
4755                 files on disk full problems
4756
4757 2007-03-30 [paul]       2.8.1cvs68
4758
4759         * src/mainwindow.c
4760         * src/summaryview.c
4761         * src/summaryview.h
4762                 update summary when changing layout type
4763                 (fixes wrong folder icon being displayed)
4764                 Thanks to Colin
4765
4766 2007-03-29 [colin]      2.8.1cvs67
4767
4768         * src/prefs_ext_prog.c
4769                 The browser pref is irrelevant on Maemo
4770
4771 2007-03-29 [colin]      2.8.1cvs66
4772
4773         * src/compose.c
4774         * src/compose.h
4775                 Maemo: dynamically switch headers/text position
4776         * src/prefs_common.c
4777                 Maemo: hide compose's ruler by default
4778         * src/common/socket.c
4779         * src/common/socket.h
4780                 Fix build warning
4781
4782 2007-03-29 [colin]      2.8.1cvs65
4783
4784         * src/common/socket.c
4785         * src/common/socket.h
4786                 Fix build when MAEMO_CFLAGS contains
4787                 _X_OPENSOURCE (resolv.h errors as long
4788                 as we don't add _BSD_SOURCE. Ugly).
4789
4790 2007-03-29 [wwp]        2.8.1cvs64
4791
4792         * src/prefs_logging.c
4793                 Fix sensitivity of clip-log widgets in prefs/logging,
4794                 thanks to Fabien.
4795
4796 2007-03-29 [wwp]        2.8.1cvs63
4797
4798         * po/POTFILES.in
4799                 Updated files list for translations, thanks to Fabien.
4800
4801 2007-03-29 [colin]      2.8.1cvs62
4802
4803         * src/main.c
4804         * src/common/Makefile.am
4805         * src/common/utils.c
4806                 Maybe make URI opening work in Maemo
4807                 Requires testing :)
4808
4809 2007-03-28 [colin]      2.8.1cvs61
4810
4811         * src/folder.c
4812         * src/folder.h
4813         * src/folderview.c
4814                 Add the possibility to sort folders arbitrarily
4815                 (via editing of folderlist.xml only). Patch by
4816                 Martin P <mp26+claws@os.inf.tu-dresden.de>
4817                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
4818                 be changed by the user'
4819
4820 2007-03-28 [colin]      2.8.1cvs60
4821
4822         * src/mimeview.c
4823                 Add popup menu for mime icons
4824
4825 2007-03-28 [colin]      2.8.1cvs59
4826
4827         * src/mainwindow.c
4828                 Fix a layout issue when presenting
4829                 mainwindow in Small screen layout
4830         * src/toolbar.c
4831         * src/toolbar.h
4832                 Add a "Go to folder list" button for
4833                 mainwindow, and make it default in
4834                 the Maemo build
4835
4836 2007-03-28 [colin]      2.8.1cvs58
4837
4838         * src/compose.c
4839                 Don't dynamically update title on Maemo
4840                 Patch by Jean-Luc Biord
4841
4842 2007-03-27 [colin]      2.8.1cvs57
4843
4844         * src/compose.c
4845         * src/folderview.c
4846         * src/summaryview.c
4847                 Enable tap-and-hold on Maemo
4848
4849 2007-03-26 [colin]      2.8.1cvs56
4850
4851         * src/compose.c
4852                 More popup-menu (in attachments list)
4853
4854 2007-03-26 [colin]      2.8.1cvs55
4855
4856         * src/compose.c
4857                 Enable popup-menu signal
4858
4859 2007-03-26 [colin]      2.8.1cvs54
4860
4861         * src/plugins/pgpinline/pgpinline.c
4862                 Fix bug 1111, 'PGP/inline plugin hides text 
4863                 around encrypted text block'. Patch based on
4864                 a patch from Michal Cihar.
4865
4866 2007-03-26 [wwp]        2.8.1cvs53
4867
4868         * src/procmsg.c
4869                 Fix getting a false error when sending queued message
4870                 whereas the sending was fine (if there are subfolders
4871                 in the queue folder), thanks to Colin.
4872
4873 2007-03-26 [paul]       2.8.1cvs52
4874
4875         * src/wizard.c
4876                 update FACE header in welcome message
4877
4878 2007-03-25 [colin]      2.8.1cvs51
4879
4880         * src/Makefile.am
4881                 Fix make dist
4882
4883 2007-03-25 [colin]      2.8.1cvs50
4884
4885         * src/main.c
4886                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4887
4888 2007-03-24 [colin]      2.8.1cvs49
4889
4890         * src/main.c
4891                 Fix a few launch problems on Maemo
4892                 Patch by Jean-Luc Biord
4893
4894 2007-03-24 [wwp]        2.8.1cvs48
4895
4896         * src/alertpanel.c
4897         * src/alertpanel.h
4898         * src/messageview.c
4899         * src/summaryview.c
4900                 Fix wrong action performed when closing the
4901                 "ask about account specific filtering rules
4902                 when filtering manually" dialog by pressing Escape.
4903                 Fix wrong order of buttons in the "return receipt
4904                 notification - the message was sent to several of
4905                 your accounts" dialog.
4906
4907 2007-03-24 [paul]       2.8.1cvs47
4908
4909         * src/folderview.c
4910                 an improvement to English usage
4911         * tools/kdeservicemenu/README
4912                 updated Claws url
4913
4914 2007-03-24 [paul]       2.8.1cvs46
4915
4916         * src/Makefile.am
4917         * src/stock_pixmap.c
4918         * src/pixmaps/edit_extern.xpm
4919         * src/pixmaps/mail_sign.xpm
4920                 rescue long lost icons
4921
4922 2007-03-24 [paul]       2.8.1cvs45
4923
4924         * src/toolbar.c
4925                 fix toolbar (broken in 2.8.1cvs42)
4926
4927 2007-03-23 [colin]      2.8.1cvs44
4928
4929         * src/imap.c
4930                 Correctly unsubscribe/resubscribe after
4931                 RENAME
4932
4933 2007-03-23 [colin]      2.8.1cvs43
4934
4935         * src/prefs_common.c
4936                 Maemo: as the platform is light on RAM, allow
4937                 caches to be discarded faster.
4938
4939 2007-03-23 [colin]      2.8.1cvs42
4940
4941         * src/Makefile.am
4942         * src/compose.c
4943         * src/compose.h
4944         * src/stock_pixmap.c
4945         * src/stock_pixmap.h
4946         * src/summaryview.c
4947         * src/summaryview.h
4948         * src/toolbar.c
4949         * src/toolbar.h
4950         * src/pixmaps/open_mail.xpm
4951                 Maemo changes: Add the possibility to have
4952                 "Open Email" and "Close Window" buttons on 
4953                 toolbars (and use them in Maemo's default
4954                 toolbars)
4955
4956 2007-03-23 [wwp]        2.8.1cvs41
4957
4958         * src/action.c
4959                 Reverted that part of the action dialog closure logics, to
4960                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4961                 done later in a different way (or may not).
4962
4963 2007-03-22 [wwp]        2.8.1cvs40
4964
4965         * src/action.c
4966                 Fix sticky action dialog when got no output but action command
4967                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4968
4969 2007-03-22 [colin]      2.8.1cvs39
4970
4971         * src/prefs_filtering.c
4972         * src/gtk/combobox.h
4973                 Fix escaping account names in filtering prefs
4974
4975 2007-03-22 [colin]      2.8.1cvs38
4976
4977         * src/addrindex.c
4978         * src/ldapctrl.h
4979         * src/ldapquery.c
4980                 Add any attribute specified in LDAP servers'
4981                 Search attributes to the Other Attributes tab
4982                 of contacts; Add 'telephoneNumber' in the
4983                 default list.
4984
4985 2007-03-22 [colin]      2.8.1cvs37
4986
4987         * src/folderview.c
4988         * src/folderview.h
4989         * src/mainwindow.c
4990                 Try to prevent race conditions when
4991                 changing the folder list
4992         * src/summaryview.c
4993                 Fix possible red folder icon when
4994                 switching from Small screen layout
4995                 to any other
4996
4997 2007-03-22 [colin]      2.8.1cvs36
4998
4999         * src/mainwindow.c
5000         * src/mainwindow.h
5001         * src/summaryview.c
5002                 Rename "little screen" to "Small screen"
5003         * src/gtk/Makefile.am
5004         * src/common/utils.c
5005         * src/mh.c
5006                 Fix Maemo-related compilation problems
5007
5008 2007-03-21 [colin]      2.8.1cvs35
5009
5010         * configure.ac
5011                 Fix previous commit
5012         * claws-mail.desktop
5013                 Remove .png from the Icon, it's useless
5014
5015 2007-03-21 [colin]      2.8.1cvs34
5016
5017         * configure.ac
5018         * src/Makefile.am
5019                 Add the necessary lib checking for 
5020                 Maemo
5021
5022 2007-03-21 [colin]      2.8.1cvs33
5023
5024         * src/main.c
5025                 Fix unconditional "error happened" when
5026                 sending via command-line. "lol @ myself"
5027
5028 2007-03-21 [colin]      2.8.1cvs32
5029
5030         * claws-mail-40x40.png
5031         * claws-mail-26x26.png
5032         * src/account.c
5033         * src/addressbook.c
5034         * src/compose.c
5035         * src/folderview.c
5036         * src/folderview.h
5037         * src/main.c
5038         * src/mainwindow.c
5039         * src/mainwindow.h
5040         * src/messageview.c
5041         * src/prefs_account.c
5042         * src/prefs_common.c
5043         * src/summary_search.c
5044         * src/summaryview.c
5045         * src/summaryview.h
5046         * src/gtk/authors.h
5047         * src/gtk/gtkutils.c
5048         * src/gtk/gtkutils.h
5049         * src/gtk/logwindow.c
5050         * src/gtk/menu.c
5051         * src/gtk/prefswindow.c
5052                 Add Maemo port (patch mainly by Jean-Luc Biort)
5053                 Add a new 'Little screen' layout to help on such
5054                 platforms (patch by me)
5055                 Make some default preferences different (more
5056                 adapted) on Maemo (patch by me)
5057
5058 2007-03-21 [wwp]        2.8.1cvs31
5059
5060         * src/prefs_logging.c
5061         * src/prefs_logging.h
5062                 Fixed copyright header of newly added files.
5063
5064 2007-03-21 [wwp]        2.8.1cvs30
5065
5066         * src/Makefile.am
5067         * src/filtering.c
5068         * src/filtering.h
5069         * src/folder.c
5070         * src/folderview.c
5071         * src/imap.c
5072         * src/inc.c
5073         * src/main.c
5074         * src/mainwindow.c
5075         * src/mainwindow.h
5076         * src/matcher.c
5077         * src/messageview.c
5078         * src/news.c
5079         * src/pop.c
5080         * src/prefs_common.c
5081         * src/prefs_common.h
5082         * src/prefs_logging.c
5083         * src/prefs_logging.h
5084         * src/prefs_other.c
5085         * src/procmsg.c
5086         * src/send_message.c
5087         * src/summaryview.c
5088         * src/common/log.c
5089         * src/common/log.h
5090         * src/common/nntp.c
5091         * src/common/session.c
5092         * src/common/smtp.c
5093         * src/common/socket.c
5094         * src/etpan/imap-thread.c
5095         * src/gtk/logwindow.c
5096         * src/gtk/logwindow.h
5097         * src/plugins/bogofilter/bogofilter.c
5098         * src/plugins/spamassassin/spamassassin.c
5099                 Added debugging of filtering/processing rules.
5100                 The debug log is here 'Tools/Filtering debug window',
5101                 the options there 'Configuration/Preferences/Other/Logging',
5102                 and the log file is ~/.claws-mail/filtering.log.
5103                 Moved protocol log prefs to 'Other/Logging' as well.
5104                 To support such debugging feature, the existing log API has
5105                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
5106                 this impacts many external modules (commits follow).
5107
5108 2007-03-21 [paul]       2.8.1cvs29
5109
5110         * src/etpan/Makefile.am
5111         * src/etpan/imap-thread.c
5112                 add missing #include
5113
5114 2007-03-21 [colin]      2.8.1cvs28
5115
5116         * src/procmime.c
5117                 Fix bug 1157, 'some broken messages confuse 
5118                 mime parser'. Make sure we can't have MimeInfos
5119                 with negative sizes.
5120
5121 2007-03-20 [colin]      2.8.1cvs27
5122
5123         * src/main.c
5124                 Fix missing \0 on buffer
5125
5126 2007-03-20 [colin]      2.8.1cvs26
5127
5128         * src/mh.c
5129                 Use make_dir_hier instead of make_dir 
5130                 to create the MH mailbox
5131
5132 2007-03-20 [colin]      2.8.1cvs25
5133
5134         * src/folder.c
5135         * src/folder.h
5136         * src/prefs_account.c
5137         * src/wizard.c
5138                 Fix default inbox weirdnesses (after wizard,
5139                 if path is Mail, mailbox identifier is #mh/Mailbox,
5140                 and when creating new accounts)
5141
5142 2007-03-20 [colin]      2.8.1cvs24
5143
5144         * src/account.c
5145                 Write folderlist after adding/deleting accounts
5146                 that have folders
5147
5148 2007-03-20 [colin]      2.8.1cvs23
5149
5150         * src/imap.c
5151         * src/remotefolder.h
5152                 Fix bug 1153, 'CM segfaults if IMAP folder is 
5153                 selected while scanning prior to update'
5154
5155 2007-03-17 [paul]       2.8.1cvs22
5156
5157         * src/main.c
5158                 fix a typo, and be a little more verbose.
5159
5160 2007-03-17 [wwp]        2.8.1cvs21
5161
5162         * src/inc.c
5163                 Fix a compiler warning.
5164
5165 2007-03-16 [wwp]        2.8.1cvs20
5166
5167         * tools/Makefile.am
5168         * tools/README
5169                 Updated to deal w/ the new mairix.sh tool.
5170
5171 2007-03-16 [wwp]        2.8.1cvs19
5172
5173         * src/action.c
5174                 Fix logics issues around the action IO dialog:
5175                 - disable entry widget and exec button when
5176                   the exec button is clicked (don't wait for any
5177                   output line) - fix possible disabling/re-enabling/
5178                   re-disabling of those widgets
5179                 - raise an error if executing a %as{} action either
5180                   empty or invalid, instead of failing silently
5181                 - don't close the dialog if the abort button has been
5182                   clicked and if there was no output yet
5183                 - set focus to the abort button when the exec button
5184                   is clicked
5185                 - fix capitalization of a warning message
5186
5187 2007-03-16 [wwp]        2.8.1cvs18
5188
5189         * tools/mairix.sh
5190                 Added a wrapper to mairix to the tools folder.
5191
5192 2007-03-16 [colin]      2.8.1cvs17
5193
5194         * src/messageview.c
5195         * src/mimeview.h
5196                 Allow mimeviewer plugins to print
5197                 their stuff
5198
5199 2007-03-16 [colin]      2.8.1cvs16
5200
5201         * .cvsignore
5202                 Ignore *.patchset
5203
5204 2007-03-15 [colin]      2.8.1cvs15
5205
5206         * src/messageview.c
5207         * src/mimeview.h
5208                 Add a way for mimeviewer plugins to
5209                 implement body search
5210
5211 2007-03-15 [paul]       2.8.1cvs14
5212
5213         * src/prefs_spelling.c
5214                 fix English usage
5215
5216 2007-03-15 [paul]       2.8.1cvs13
5217
5218         * src/common/quoted-printable.c
5219                 fix decoding of quoted-printable parts
5220
5221 2007-03-14 [wwp]        2.8.1cvs12
5222
5223         * src/gtk/logwindow.h
5224                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
5225
5226 2007-03-14 [wwp]        2.8.1cvs11
5227
5228         * src/gtk/logwindow.h
5229                 Complete 2.8.1cvs10.
5230
5231 2007-03-14 [colin]      2.8.1cvs10
5232
5233         * src/gtk/logwindow.c
5234                 Probably fix bug 1149, crash on logwindow
5235                 close - at the expense of performance once
5236                 logwin has been opened
5237
5238 2007-03-14 [colin]      2.8.1cvs9
5239
5240         * src/main.c
5241                 If claws-mail is running on another
5242                 display, warn instead of popping it up
5243                 on the other display
5244
5245 2007-03-12 [colin]      2.8.1cvs8
5246
5247         * src/wizard.c
5248                 Fix bug 1145, 'Setting a different name 
5249                 for the Mailbox name isn't reflected in 
5250                 default account settings'. Patch by wwp
5251
5252 2007-03-12 [colin]      2.8.1cvs7
5253
5254         * src/summaryview.c
5255                 Fix bug 1143, 'Add number of messages to be 
5256                 deleted to confirmation dialog'
5257
5258 2007-03-12 [wwp]        2.8.1cvs6
5259
5260         * src/folderview.c
5261         * src/prefs_common.c
5262         * src/prefs_common.h
5263         * src/prefs_summaries.c
5264                 Changed the option that displays unread messages count
5265                 next to the folder name in folder list: it is now
5266                 possible to either display nothing, display the
5267                 unread messages number only or the unread and total messages
5268                 numbers. The patch includes this extra feature as well
5269                 as some minor fixes by rewriting the algo in folderview.c.
5270                 Thanks to Paul for the original idea and implementation, plus
5271                 testing and proof-reading!
5272
5273 2007-03-09 [paul]       2.8.1cvs5
5274
5275         * tools/Makefile.am
5276         * tools/README
5277         * tools/claws-mail-compose-insert-files.pl
5278                 added a script which enables inserting files
5279                 into the message body of a new Claws Mail
5280                 Compose window from the command line. Additionally
5281                 To, Cc, Subject and files to attach to the message
5282                 can be specified.
5283
5284 2007-03-09 [wwp]        2.8.1cvs4
5285
5286         * src/addr_compl.c
5287         * src/addr_compl.h
5288         * src/filtering.c
5289                 Optimize matching of addresses in the addressbook
5290                 (filtering/processing 'found_in_addressbook' condition).
5291
5292 2007-03-07 [wwp]        2.8.1cvs3
5293
5294         * src/quote_fmt.c
5295         * src/quote_fmt_lex.l
5296         * src/quote_fmt_parse.y
5297                 Add a new quote format symbol: %A to insert the
5298                 sender email address (just the address itself).
5299
5300 2007-03-06 [wwp]        2.8.1cvs2
5301
5302         * src/gtk/gtkutils.c
5303         * src/plugins/trayicon/trayicon_prefs.h
5304         * src/plugins/trayicon/trayicon_prefs.c
5305         * src/plugins/trayicon/trayicon.c
5306         * src/mainwindow.h
5307         * src/mainwindow.c
5308                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
5309                 minimizing Claws-Mail main window will hide it to the trayicon instead.
5310
5311
5312 2007-03-06 [paul]       2.8.1cvs1
5313
5314         * NEWS
5315         * README
5316         * RELEASE_NOTES
5317         * configure.ac
5318                 bump version number following
5319                 stable release
5320
5321 2007-03-06 [paul]       2.8.0cvs24
5322
5323         * po/cs.po
5324                 corrected by by Tim <timbrain@post.cz>
5325
5326 2007-03-05 [colin]      2.8.0cvs23
5327
5328         * src/Makefile.am
5329         * src/procmime.c
5330                 Fix mime/globs path on NetBSD
5331                 patch by George Michaelson
5332
5333 2007-03-05 [wwp]        2.8.0cvs22
5334
5335         * src/addr_compl.c
5336                 Remove debug statement (accidentally committed w/ cvs14).
5337
5338 2007-03-05 [paul]       2.8.0cvs21
5339
5340         * src/plugins/pgpcore/prefs_gpg.c
5341                 fix compiler warning
5342
5343 2007-03-05 [wwp]        2.8.0cvs20
5344
5345         * src/matcher_parser_parse.y
5346                 Fix mismerge between cvs17 and cvs19.
5347
5348 2007-03-05 [wwp]        2.8.0cvs19
5349
5350         * src/matcher_parser_parse.y
5351         * src/prefs_filtering_action.c
5352         * src/matcher.c
5353         * src/matcher.h
5354         * src/filtering.c
5355         * src/filtering.h
5356                 Add new 'add_to_addressbook' filtering/processing action.
5357
5358 2007-03-05 [wwp]        2.8.0cvs18
5359
5360         * src/filtering.c
5361                 Fix mark_as_ham filtering/processing action: spam flag
5362                 was not unset.
5363
5364 2007-03-04 [colin]      2.8.0cvs17
5365
5366         * src/filtering.c
5367         * src/matcher.c
5368         * src/matcher.h
5369         * src/matcher_parser_parse.y
5370         * src/prefs_filtering_action.c
5371                 Add 'Mark as spam' and 'Mark as ham' filtering
5372                 actions. Fixes bug 1138.
5373
5374 2007-03-04 [colin]      2.8.0cvs16
5375
5376         * src/imap.c
5377                 Fix bug 1140, wrong return value
5378                 without libetpan
5379
5380 2007-03-04 [wwp]        2.8.0cvs15
5381
5382         * src/addr_compl.c
5383                 Rollback cvs14: don't free stuff that is managed in g_list.
5384
5385 2007-03-04 [wwp]        2.8.0cvs14
5386
5387         * src/addr_compl.c
5388                 Fix a leak in address completion code.
5389
5390 2007-03-04 [colin]      2.8.0cvs13
5391
5392         * src/addr_compl.c
5393                 Maybe fix bug 1136, 'Crash in group 
5394                 address completion'
5395
5396 2007-03-04 [iwkse]      2.8.0cvs12
5397
5398         * src/imap.c
5399                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
5400
5401 2007-03-03 [colin]      2.8.0cvs11
5402
5403         * src/plugins/pgpinline/pgpinline.c
5404                 Fix off-by-one, fix double-free. Fixes
5405                 bug 1135, 'cm-segfault on decrypting 
5406                 with PGP/inline'
5407
5408 2007-03-03 [colin]      2.8.0cvs10
5409
5410         * configure.ac
5411         * src/main.c
5412         * src/common/plugin.c
5413                 Fix bug 1134, 'Valgrind macros unhandled 
5414                 by Irix's cc'
5415
5416 2007-03-02 [colin]      2.8.0cvs9
5417
5418         * src/mbox.c
5419                 Don't error out on EAGAIN. Fixes 
5420                 bug 1129, '"local mbox file" account 
5421                 isn't retrieving mails'
5422
5423 2007-03-01 [wwp]        2.8.0cvs8
5424
5425         * src/mainwindow.c
5426         * src/gtk/colorlabel.c
5427                 Remove accels for extra color labels until we set better
5428                 and definitive ones.
5429
5430 2007-02-28 [wwp]        2.8.0cvs7
5431
5432         * src/mainwindow.c
5433         * src/matcher_parser_parse.y
5434         * src/prefs_common.c
5435         * src/prefs_msg_colors.c
5436         * src/procmsg.h
5437         * src/gtk/colorlabel.c
5438         * src/gtk/colorlabel.h
5439                 Add more customizable color labels. Cleaned up a bit
5440                 the color label API to avoid duplicate defines of
5441                 the max number of colors.
5442
5443 2007-02-27 [colin]      2.8.0cvs6
5444
5445         * src/mainwindow.c
5446         * src/common/utils.c
5447         * src/common/utils.h
5448                 Fix '+' in mailto URIs for List-* headers
5449
5450 2007-02-27 [colin]      2.8.0cvs5
5451
5452         * src/gtk/gtkutils.c
5453                 Use gtk_window_set_role instead of 
5454                 _set_wmclass
5455
5456 2007-02-27 [colin]      2.8.0cvs4
5457
5458         * src/inc.c
5459                 Fix "After receiving new mail, go to inbox" on IMAP,
5460                 and make it work only on manual reception
5461
5462 2007-02-27 [wwp]        2.8.0cvs3
5463
5464         * src/prefs_filtering.c
5465         * src/prefs_filtering_action.c
5466         * src/prefs_matcher.c
5467                 Update filtering matcher's and action's color label menus
5468                 when re-opening those dialogs (reflect any change to the
5469                 color labels list in the preferences).
5470
5471 2007-02-27 [colin]      2.8.0cvs2
5472
5473         * src/imap.c
5474         * src/etpan/etpan-thread-manager-types.h
5475         * src/etpan/etpan-thread-manager.c
5476         * src/etpan/imap-thread.c
5477                 Log imap ALERTs as errors in the log.
5478
5479 2007-02-26 [paul]       2.8.0cvs1
5480
5481         * tools/claws.i18n.status.pl
5482                 updated
5483
5484 2007-02-26 [paul]       2.7.2cvs75
5485
5486         * po/ca.po
5487         * po/cs.po
5488         * po/de.po
5489         * po/en_GB.po
5490         * po/fi.po
5491         * po/fr.po
5492         * po/hu.po
5493         * po/pl.po
5494         * po/pt_BR.po
5495         * po/sk.po
5496         * po/sr.po
5497         * po/zh_CN.po
5498                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
5499                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
5500                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
5501                 Aleksandar Urosevic, and Ralgh Young
5502
5503 2007-02-25 [mones]      2.7.2cvs74
5504
5505         * po/es.po
5506                 Updated for release
5507
5508 2007-02-25 [colin]      2.7.2cvs73
5509
5510         * src/main.c
5511                 Clearing the list is only useful
5512                 to prevent a valgrind false-positive
5513
5514 2007-02-25 [paul]       2.7.2cvs72
5515
5516         * tools/Makefile.am
5517         * tools/README
5518         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
5519         * tools/maildir2claws-mail.pl  **REMOVED**
5520                 renamed the script, fixed a couple bugs
5521
5522 2007-02-23 [colin]      2.7.2cvs71
5523
5524         * src/addressbook.c
5525                 Fix a leak, check for a few improbable nulls
5526
5527 2007-02-23 [colin]      2.7.2cvs70
5528
5529         * src/main.c
5530         * src/main.h
5531         * src/plugins/trayicon/trayicon.c
5532                 Fix blinking mainwin when starting in tray
5533                 (show mainwindow later in the startup process,
5534                  apart if restarting post-crash)
5535
5536 2007-02-23 [colin]      2.7.2cvs69
5537
5538         * src/folderview.c
5539         * src/imap_gtk.c
5540                 Fix crash when unsubscribing the currently
5541                 selected/opened folder
5542
5543 2007-02-23 [colin]      2.7.2cvs68
5544
5545         * src/compose.c
5546                 Fix bug that prevented colorization to
5547                 work without wrap quotation option
5548
5549 2007-02-23 [colin]      2.7.2cvs67
5550
5551         * src/addr_compl.c
5552                 Fix refcounting, start and end completion who
5553                 behaved as if there couldn't be any other current
5554                 user of completion
5555
5556 2007-02-23 [wwp]        2.7.2cvs66
5557
5558         * src/addressbook.c
5559         * src/addrindex.c
5560                 Address completion fixes: fix addressbook_peek_folder_exists() in
5561                 which the algorithm was ridiculously over-obfuscated and broken.
5562                 Fix addrindex_load_completion() as well, to load addresses in
5563                 completion list with regards to what addressbook_peek_folder_exists()
5564                 returns now.
5565
5566 2007-02-23 [wwp]        2.7.2cvs65
5567
5568         * src/addr_compl.c
5569                 Add addresses to completion when they're non-empty (thanks to Colin).
5570
5571 2007-02-23 [paul]       2.7.2cvs64
5572
5573         * src/plugins/pgpcore/passphrase.c
5574                 remove 'const '
5575
5576 2007-02-23 [colin]      2.7.2cvs63
5577
5578         * src/plugins/pgpcore/prefs_gpg.c
5579         * src/plugins/pgpcore/prefs_gpg.h
5580         * src/plugins/pgpcore/sgpgme.c
5581         * src/plugins/pgpinline/pgpinline.c
5582         * src/plugins/pgpmime/pgpmime.c
5583                 Try harder to respect user's choice wrt
5584                 gpg-agent even with gpg2, by unsetting
5585                 GPG_AGENT_INFO when necessary.
5586
5587 2007-02-22 [paul]       2.7.2cvs62
5588
5589         * src/plugins/pgpcore/sgpgme.c
5590         * src/plugins/pgpcore/sgpgme.h
5591         * src/plugins/pgpcore/passphrase.c
5592         * src/plugins/pgpinline/pgpinline.c
5593         * src/plugins/pgpmime/pgpmime.c
5594                 Fix a leak - gpgme_data_release_and_get_mem
5595                 leaks in recent gpgme. Workaround by using
5596                 our own function.
5597
5598 2007-02-22 [paul]       2.7.2cvs61
5599
5600         * src/gtk/quicksearch.c
5601                 Abandon dynamic search when pressing
5602                 Enter
5603
5604 2007-02-21 [colin]      2.7.2cvs60
5605
5606         * src/procmsg.c
5607         * src/plugins/pgpcore/passphrase.c
5608                 Fix little memory leaks
5609         * src/main.c
5610                 Fix false-positive leak at exit
5611         * src/gtk/quicksearch.c
5612                 Fix potentially big leak in recursive
5613                 Quicksearch
5614
5615 2007-02-21 [wwp]        2.7.2cvs59
5616
5617         * src/summaryview.c
5618                 Add missing newline to a debug message.
5619
5620 2007-02-20 [colin]      2.7.2cvs58
5621
5622         * src/Makefile.am
5623         * src/mimeview.c
5624         * src/stock_pixmap.c
5625         * src/stock_pixmap.h
5626         * src/pixmaps/mime_pgpsig.xpm
5627                 Add icon for application/pgp-signature
5628
5629 2007-02-20 [colin]      2.7.2cvs57
5630
5631         * src/Makefile.am
5632         * src/main.c
5633         * src/mimeview.c
5634         * src/stock_pixmap.c
5635         * src/stock_pixmap.h
5636         * src/pixmaps/mime_calendar.xpm
5637         * src/pixmaps/mime_pdf.xpm
5638         * src/pixmaps/mime_ps.xpm
5639                 Add icons for text/calendar, application/pdf
5640                 and application/postscript
5641
5642 2007-02-20 [colin]      2.7.2cvs56
5643
5644         * autogen.sh
5645         * src/matcher_parser_parse.y
5646         * src/matcher_parser_lex.l
5647                 Fix big memory leak in flex, and
5648                 require flex 2.5.31
5649
5650 2007-02-20 [wwp]        2.7.2cvs55
5651
5652         * src/matcher_parser_parse.y
5653                 Fix a duplicate token definition (thanks to iwkse).
5654
5655 2007-02-20 [wwp]        2.7.2cvs54
5656
5657         * src/matcher_parser_lex.l
5658         * src/quote_fmt_lex.l
5659                 Use proper flex options instead of direct use of #define,
5660                 make the flex-generated C lighter.
5661
5662 2007-02-20 [colin]      2.7.2cvs53
5663
5664         * src/summaryview.c
5665                 Grab focus in message list after hiding
5666                 the quicksearch, instead of leaving it
5667                 "somewhere"
5668
5669 2007-02-19 [colin]      2.7.2cvs52
5670
5671         * src/folderview.c
5672                 Fix bug 1033, 'Automatically refresh 
5673                 message list when new messages arrives'
5674                 Looks like folderview->opened can sometimes
5675                 be wrong...
5676
5677 2007-02-19 [paul]       2.7.2cvs51
5678
5679         * tools/Makefile.am
5680         * tools/README
5681         * tools/thunderbird-filters-convertor.pl
5682                 add new script which converts thunderbird filter
5683                 rules to Claws filter rules
5684
5685 2007-02-18 [paul]       2.7.2cvs50
5686
5687         * src/plugins/pgpcore/prefs_gpg.c
5688         * src/plugins/pgpcore/prefs_gpg.h
5689         * src/plugins/pgpcore/sgpgme.c
5690         * src/plugins/pgpinline/pgpinline.c
5691         * src/plugins/pgpmime/pgpmime.c
5692                 improved GUI interoperability with gpg-agent
5693
5694 2007-02-18 [paul]       2.7.2cvs49
5695
5696         * src/prefs_account.c
5697                 Privacy options sensitivity fix
5698
5699 2007-02-17 [colin]      2.7.2cvs48
5700
5701         * src/messageview.c
5702                 Reset icon to warning in the noticeview
5703
5704 2007-02-15 [colin]      2.7.2cvs47
5705
5706         * src/folderview.c
5707                 Fix a manifestation of bug 1033 (summaryview failing
5708                 to update for new mails), which happens after editing
5709                 account preferences or preferences that cause a 
5710                 folderview reload.
5711
5712 2007-02-15 [colin]      2.7.2cvs46
5713
5714         * src/addressbook.c
5715                 Probably fix bug 1123, 'Segmentation 
5716                 fault while opening address book'. I get
5717                 g_warnings if the saved paned position is
5718                 not greater than 0. Also, save position
5719                 when hiding the addressbook instead of
5720                 via signal.
5721
5722 2007-02-14 [colin]      2.7.2cvs45
5723
5724         * src/plugins/pgpcore/prefs_gpg.c
5725         * src/plugins/pgpcore/prefs_gpg.h
5726         * src/plugins/pgpcore/sgpgme.c
5727         * src/plugins/pgpinline/pgpinline.c
5728         * src/plugins/pgpmime/pgpmime.c
5729                 Add an option "Use gpg-agent if available". Fixes
5730                 annoyances with distro-installed gpg-agent, when
5731                 no pinentry program is installed, and the user's 
5732                 at a loss on why "decryption failed". Makes more
5733                 clear why passphrase isn't saved when gpg-agent is
5734                 used. Defaults to true, to avoid changing the 
5735                 current behaviour.
5736
5737 2007-02-14 [wwp]        2.7.2cvs44
5738
5739         * src/matcher_parser_parse.y
5740                 Fix missing line number reset (wrong line number might appear
5741                 when re-loading filtering rules if there's a parser error).
5742
5743 2007-02-13 [colin]      2.7.2cvs43
5744
5745         * src/common/utils.c
5746                 Don't encode ',' in URIs before passing it
5747                 to the browser command-line. It was probably
5748                 done at a time where commas in URIs made
5749                 mozilla -remote 'openurl(%s,new-window)'
5750                 bug.
5751
5752 2007-02-13 [wwp]        2.7.2cvs42
5753
5754         * src/prefs_matcher.c
5755         * src/plugins/bogofilter/bogofilter_gtk.c
5756                 A bit of string factorization around "Select ..." buttons.
5757
5758 2007-02-11 [colin]      2.7.2cvs41
5759
5760         * src/alertpanel.c
5761                 Make sure to escape the title
5762
5763 2007-02-11 [colin]      2.7.2cvs40
5764
5765         * src/codeconv.c
5766                 Recognize .utf8 locales as .UTF-8 ones
5767
5768 2007-02-11 [colin]      2.7.2cvs39
5769
5770         * src/compose.c
5771                 Fix code conversion when dragging a file
5772
5773 2007-02-09 [colin]      2.7.2cvs38
5774
5775         * src/plugins/clamav/clamav_plugin.c
5776                 Complete Paul's patch with conditional
5777                 compilation to avoid breaking compilation
5778                 on old Dapper and Edgy... Maybe other
5779                 distros too.
5780
5781 2007-02-09 [paul]       2.7.2cvs37
5782
5783         * src/plugins/clamav/clamav_plugin.c
5784                 fix for the upstream changes in libclamav
5785
5786 2007-02-09 [paul]       2.7.2cvs36
5787
5788         * src/main.c
5789         * src/mainwindow.c
5790         * src/procmsg.c
5791         * src/procmsg.h
5792                 fix "warn if there are queued messages" (on exit)
5793                 option, which only checked the first mailbox's
5794                 queue
5795                 don't ask before emptying trash if there are no
5796                 messages in trash, also check and empty all trash
5797                 folders
5798         * src/prefs_other.c
5799                 move "Ask before emptying trash" option
5800                 outside of the "On exit" frame as it's
5801                 not only an "On exit" option
5802
5803 2007-02-09 [paul]       2.7.2cvs35
5804
5805         * src/addrgather.c
5806         * src/alertpanel.c
5807         * src/editldap.c
5808         * src/prefs_account.c
5809         * src/prefs_folder_item.c
5810         * src/prefs_gtk.h
5811         * src/prefs_matcher.c
5812         * src/prefs_message.c
5813         * src/prefs_msg_colors.c
5814         * src/prefs_summaries.c
5815         * src/wizard.c
5816         * src/gtk/inputdialog.c
5817         * src/plugins/bogofilter/bogofilter_gtk.c
5818                 pedantic commit: use 'checkbtn' everywhere
5819                 instead of a mixture of 'checkbtn' and 'chkbtn'
5820
5821 2007-02-09 [paul]       2.7.2cvs34
5822
5823         * src/compose.c
5824                 fix default hotkeys
5825         * src/prefs_other.c
5826         * src/prefs_send.c
5827                 move "Never send Return Receipts" from
5828                 prefs_other to prefs_send
5829                 add an option "Ask about account specific
5830                 filtering rules..." to prefs_other
5831         * src/gtk/gtkutils.c
5832                 fix a compiler warning
5833
5834 2007-02-08 [colin]      2.7.2cvs33
5835
5836         * src/plugins/pgpinline/pgpinline.c
5837                 Fix bug 1110, 'pgpmime fails to process 
5838                 encapsulated openpgp mime (rfc 3156, 6.1 
5839                 -> rfc1847)'
5840                 It was due to an interaction between PGP/Mime
5841                 and PGP/Inline plugin. 
5842
5843 2007-02-08 [colin]      2.7.2cvs32
5844
5845         * src/inc.c
5846         * src/mbox.c
5847         * src/mbox.h
5848                 Fix bug 1117, 'fcntl locking code 
5849                 does not work in mbox.c'
5850
5851 2007-02-08 [colin]      2.7.2cvs31
5852
5853         * src/prefs_account.c
5854                 Fix Gentoo bug 165819, 'can't create 
5855                 a "local mbox file" account'. Patch
5856                 by Olivier <castan.o@free.fr>
5857
5858 2007-02-07 [colin]      2.7.2cvs30
5859
5860         * src/ldapquery.c
5861                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5862                 autocompletion was used'
5863
5864 2007-02-07 [paul]       2.7.2cvs29
5865
5866         * src/folder.c
5867                 cut down on unnecessary debug_prints
5868         * src/imap_gtk.c
5869                 fix menu_set_active() on 'Show only
5870                 subscribed folders'
5871
5872 2007-02-07 [paul]       2.7.2cvs28
5873
5874         * src/plugins/clamav/clamav_plugin.c
5875         * src/plugins/clamav/clamav_plugin.h
5876         * src/plugins/clamav/clamav_plugin_gtk.c
5877                 fix copyright header
5878
5879 2007-02-07 [paul]       2.7.2cvs27
5880
5881         * src/procheader.c
5882                 fix bug 1116, 'summary view allow a 
5883                 subject line break'
5884
5885 2007-02-06 [colin]      2.7.2cvs26
5886
5887         * src/summaryview.c
5888                 Fix delete thread
5889
5890 2007-02-05 [fabien]     2.7.2cvs25
5891
5892         * po/POTFILES.in
5893         * src/uri_opener.c
5894                 i18n related - 1 fix and 1 message for translators.
5895
5896 2007-02-05 [colin]      2.7.2cvs24
5897
5898         * src/gtk/quicksearch.c
5899                 Don't reload summary list if quicksearch wasn't
5900                 active on hiding; move currently selected mail in
5901                 the visible area when showing the quicksearch
5902
5903 2007-02-05 [colin]      2.7.2cvs23
5904
5905         * src/folderview.c
5906                 Add debug to try to solve bug 1104
5907
5908 2007-02-05 [paul]       2.7.2cvs22
5909
5910         * src/mainwindow.c
5911                 confirm before emptying trash on exit is
5912                 a Yes or No answer, use Yes or No in the
5913                 dialog
5914
5915 2007-02-04 [colin]      2.7.2cvs21
5916
5917         * src/compose.c
5918         * src/plugins/pgpcore/passphrase.c
5919         * src/plugins/pgpcore/select-keys.c
5920                 Set wmclass on new windows
5921
5922 2007-02-04 [colin]
5923
5924         2.8.0-rc1 released
5925
5926 2007-02-04 [colin]      2.7.2cvs20
5927
5928         * src/compose.c
5929         * src/compose.h
5930                 Auto save drafts on exit, reopen them
5931                 at startup, instead of asking
5932         * src/account.c
5933         * src/addressadd.c
5934         * src/addressbook.c
5935         * src/addressbook_foldersel.c
5936         * src/addrgather.c
5937         * src/crash.c
5938         * src/editaddress.c
5939         * src/editbook.c
5940         * src/editgroup.c
5941         * src/editjpilot.c
5942         * src/editldap.c
5943         * src/editldap_basedn.c
5944         * src/editvcard.c
5945         * src/exphtmldlg.c
5946         * src/expldifdlg.c
5947         * src/export.c
5948         * src/foldersel.c
5949         * src/gedit-print.c
5950         * src/import.c
5951         * src/importldif.c
5952         * src/importmutt.c
5953         * src/importpine.c
5954         * src/main.c
5955         * src/mainwindow.c
5956         * src/message_search.c
5957         * src/messageview.c
5958         * src/prefs_actions.c
5959         * src/prefs_customheader.c
5960         * src/prefs_display_header.c
5961         * src/prefs_filtering.c
5962         * src/prefs_filtering_action.c
5963         * src/prefs_folder_column.c
5964         * src/prefs_gtk.c
5965         * src/prefs_matcher.c
5966         * src/prefs_other.c
5967         * src/prefs_summaries.c
5968         * src/prefs_summary_column.c
5969         * src/prefs_template.c
5970         * src/sourcewindow.c
5971         * src/ssl_manager.c
5972         * src/summary_search.c
5973         * src/uri_opener.c
5974         * src/gtk/about.c
5975         * src/gtk/description_window.c
5976         * src/gtk/foldersort.c
5977         * src/gtk/gtkutils.c
5978         * src/gtk/gtkutils.h
5979         * src/gtk/icon_legend.c
5980         * src/gtk/logwindow.c
5981         * src/gtk/pluginwindow.c
5982         * src/gtk/prefswindow.c
5983                 Give different wmclass to different
5984                 windows - thanks to sed ;)
5985
5986 2007-02-04 [colin]      2.7.2cvs19
5987
5988         * src/main.c
5989                 Revert previous patch, can't reproduce
5990                 it anymore. 
5991
5992 2007-02-03 [colin]      2.7.2cvs18
5993
5994         * src/main.c
5995                 Don't save the mainwindow size and
5996                 position on emergency exit (libSM's
5997                 "die" callback), Xfce seems to make
5998                 the window smaller just before the
5999                 size's saved.
6000
6001 2007-02-03 [colin]      2.7.2cvs17
6002
6003         * src/plugins/bogofilter/bogofilter.c
6004         * src/plugins/bogofilter/bogofilter.h
6005         * src/plugins/bogofilter/bogofilter_gtk.c
6006         * src/plugins/pgpinline/pgpinline.c
6007         * src/plugins/pgpinline/pgpinline.h
6008                 Fix more copyrights
6009
6010 2007-02-03 [colin]      2.7.2cvs16
6011
6012         * src/partial_download.c
6013         * src/partial_download.h
6014         * src/ssl_manager.c
6015         * src/ssl_manager.h
6016         * src/uri_opener.c
6017         * src/uri_opener.h
6018         * src/wizard.c
6019         * src/wizard.h
6020         * src/common/ssl_certificate.c
6021         * src/common/ssl_certificate.h
6022         * src/gtk/quicksearch.c
6023         * src/gtk/quicksearch.h
6024         * src/gtk/sslcertwindow.c
6025         * src/gtk/sslcertwindow.h
6026                 Fix copyright on my files
6027
6028 2007-02-02 [colin]      2.7.2cvs15
6029
6030         * src/Makefile.am
6031         * src/mainwindow.c
6032         * src/messageview.c
6033         * src/messageview.h
6034         * src/textview.c
6035         * src/textview.h
6036         * src/uri_opener.c
6037         * src/uri_opener.h
6038                 Add Tools/List URIs to allow
6039                 opening any URI in the current mail
6040
6041 2007-02-02 [colin]      2.7.2cvs14
6042
6043         * src/common/valgrind.h ** NEW FILE **
6044         * src/common/Makefile.am
6045         * src/common/plugin.c
6046                 Don't dlclose the plugins if we're running
6047                 under valgrind. (doesn't require valgrind
6048                 either at compile time or run time).
6049
6050 2007-02-01 [paul]       2.7.2cvs13
6051
6052         * AUTHORS
6053         * src/gtk/authors.h
6054         * tools/freshmeat_search.pl
6055         * tools/google_search.pl
6056         * tools/multiwebsearch.pl
6057                 add support for non ISO-8859-1 compatible locales
6058                 Patch by Alex Gorbachenko <agent_007@immo.ru>
6059
6060 2007-02-01 [colin]      2.7.2cvs12
6061
6062         * src/prefs_other.c
6063         * src/prefs_summaries.c
6064                 Move keybinding prefs to the Other page
6065
6066 2007-02-01 [wwp]        2.7.2cvs11
6067
6068         * src/plugins/trayicon/trayicon.c
6069                 Fix a raising issue within KDE.
6070
6071 2007-02-01 [colin]      2.7.2cvs10
6072
6073         * src/codeconv.c
6074                 Fix stray quotes in encoded strings
6075         * src/addressadd.c
6076                 Fix wrong call causing g_warnings
6077         * src/textview.c
6078                 Remove useless message
6079
6080 2007-01-31 [wwp]        2.7.2cvs9
6081
6082         * src/plugins/trayicon/trayicon.c
6083                 fix buggy hiding of main window when closing if close-to-tray
6084                 is not set (bad logics  in the trayicon hook code).
6085                 Changed the quit confirmation message too.
6086
6087 2007-01-30 [colin]      2.7.2cvs8
6088
6089         * src/main.c
6090                 Fix hidden mainwindow after clicking on
6091                 the X close button, if compose windows
6092                 exist and the user chooses not to quit
6093
6094 2007-01-30 [colin]      2.7.2cvs7
6095
6096         * src/main.c
6097         * src/compose.c
6098                 Handle local URIs to attach files (file:///...)
6099                 Fixes attaching files from Thunar for example
6100
6101 2007-01-30 [colin]      2.7.2cvs6
6102
6103         * src/prefs_ext_prog.c
6104                 Add 'mousepad' to the list of text editors.
6105                 Mousepad is XFCE's text editor
6106
6107 2007-01-29 [wwp]        2.7.2cvs5
6108
6109         * po/POTFILES.in
6110         * src/plugins/trayicon/trayicon_prefs.c
6111                 trayicon i18n fixes, thanks to Fabien.
6112
6113 2007-01-28 [wwp]        2.7.2cvs4
6114
6115         * src/mainwindow.c
6116         * src/mainwindow.h
6117         * src/plugins/trayicon/trayicon.c
6118         * src/plugins/trayicon/trayicon_prefs.c
6119         * src/plugins/trayicon/trayicon_prefs.h
6120                 Added a new TrayIcon plugin option to close to tray
6121                 (WM's hotkey and [X] button will hide the window instead
6122                 of closing it - closing CM can be done using the tray icon
6123                 menu or the File menu).
6124                 Improved visibility handling in trayicon, clicking the
6125                 trayicon now raise the window to current desktop when it
6126                 was either minimized/shaded/on another desktop.
6127                 Thanks to Paul for testing and fixing a strange behaviour
6128                 in KDE ;-).
6129
6130 2007-01-27 [paul]       2.7.2cvs3
6131
6132         * src/prefs_folder_item.c
6133         * src/prefs_receive.c
6134         * src/plugins/pgpcore/prefs_gpg.c
6135                 use 'start-up' instead of 'startup' in labels
6136
6137 2007-01-26 [wwp]        2.7.2cvs2
6138
6139         * src/plugins/trayicon/Makefile.am
6140         * src/plugins/trayicon/trayicon.c
6141         * src/plugins/trayicon/trayicon_prefs.c
6142         * src/plugins/trayicon/trayicon_prefs.h
6143                 Add a new TrayIcon option to hide the main window at
6144                 start-up.
6145                 Fix trayicon.c copyright header.
6146
6147 2007-01-26 [paul]       2.7.2cvs1
6148
6149         * NEWS
6150         * README
6151         * RELEASE_NOTES
6152         * configure.ac
6153                 bump up version number following
6154                 stable release
6155
6156 2007-01-25 [mones]      2.7.1cvs60
6157
6158         * po/es.po
6159                 updated thousands of strings (well, probably less ;-)
6160
6161 2007-01-25 [colin]      2.7.1cvs59
6162
6163         * src/matcher.c
6164                 Fix 2nd-run loss of matcherrc on new
6165                 configurations. 
6166
6167 2007-01-25 [wwp]        2.7.1cvs58
6168
6169         * src/mimeview.c
6170                 fix handling of empty value in attach_save_directory too, thanks
6171                 to Colin.
6172
6173 2007-01-25 [wwp]        2.7.1cvs57
6174
6175         * src/gtk/filesel.c
6176                 fix handling of empty value in attach_load_directory,
6177                 thanks to Colin.
6178
6179 2007-01-25 [wwp]        2.7.1cvs56
6180
6181         * src/plugins/dillo_viewer/dillo_prefs.h
6182                 fix a typo.
6183
6184 2007-01-25 [colin]      2.7.1cvs55
6185
6186         * src/matcher.c
6187         * src/matcher.h
6188         * src/matcher_parser_parse.y
6189         * src/prefs_matcher.c
6190                 Add matching on the spam flag
6191
6192 2007-01-24 [colin]      2.7.1cvs54
6193
6194         * src/folder.c
6195         * src/common/xml.c
6196         * src/common/xml.h
6197                 Make sure folderlist.xml is correctly
6198                 written before overwriting it.
6199         * src/procmsg.c
6200         * src/procmsg.h
6201         * src/summaryview.c
6202         * src/plugins/bogofilter/bogofilter.c
6203         * src/plugins/bogofilter/bogofilter.h
6204         * src/plugins/bogofilter/bogofilter_gtk.c
6205         * src/plugins/spamassassin/spamassassin.c
6206         * src/plugins/spamassassin/spamassassin.h
6207         * src/plugins/spamassassin/spamassassin_gtk.c
6208                 Move spam to the correct trash folder after
6209                 learning, if spam directory isn't set.
6210
6211 2007-01-23 [paul]       2.7.1cvs53
6212
6213         * src/plugins/bogofilter/bogofilter_gtk.c
6214                 fix sensitivity of "Insert X-Bogosity header"
6215                 option
6216
6217 2007-01-23 [colin]      2.7.1cvs52
6218
6219         * src/toolbar.c
6220                 Translate toolbar items text if
6221                 they're translatable (default)
6222         * src/addrcache.c
6223         * src/addrcache.h
6224         * src/addritem.c
6225         * src/addritem.h
6226         * src/codeconv.c
6227         * src/codeconv.h
6228         * src/jpilot.c
6229         * src/jpilot.h
6230         * src/ldapctrl.c
6231         * src/ldapctrl.h
6232         * src/ldapquery.h
6233         * src/ldif.c
6234         * src/ldif.h
6235         * src/etpan/etpan-thread-manager.c
6236         * src/etpan/etpan-thread-manager.h
6237         * src/gtk/gtkutils.c
6238         * src/gtk/gtkutils.h
6239                 More static functions
6240
6241 2007-01-22 [fabien]     2.7.1cvs51
6242
6243         * src/gtk/gtkutils.c
6244                 gtkut_get_options_frame() : ability to pass
6245                 a 'NULL' value in frame pointer parameter if
6246                 we don't need it.
6247
6248 2007-01-22 [colin]      2.7.1cvs50
6249
6250         * src/procmsg.c
6251         * src/procmsg.h
6252         * src/plugins/bogofilter/bogofilter.c
6253         * src/plugins/bogofilter/bogofilter_gtk.c
6254         * src/plugins/spamassassin/spamassassin.c
6255         * src/plugins/spamassassin/spamassassin_gtk.c
6256                 Allow moving spams to the account's trash
6257                 instead of default one
6258
6259 2007-01-21 [colin]      2.7.1cvs49
6260
6261         * src/ldapquery.c
6262         * src/ldapquery.h
6263                 Revert a static function that shouldn't
6264                 have been
6265
6266 2007-01-21 [colin]      2.7.1cvs48
6267
6268         * src/ldapquery.c
6269         * src/ldapquery.h
6270                 Same
6271
6272 2007-01-21 [colin]      2.7.1cvs47
6273
6274         * src/procmsg.c
6275         * src/procmsg.h
6276                 Same
6277
6278 2007-01-21 [colin]      2.7.1cvs46
6279
6280         * src/common/socket.c
6281         * src/common/socket.h
6282                 Same
6283
6284 2007-01-21 [colin]      2.7.1cvs45
6285
6286         * src/crash.c
6287         * src/exporthtml.c
6288         * src/exporthtml.h
6289         * src/exportldif.c
6290         * src/exportldif.h
6291         * src/folder.c
6292         * src/folder.h
6293         * src/folder_item_prefs.c
6294         * src/folder_item_prefs.h
6295         * src/folderview.c
6296         * src/folderview.h
6297         * src/gedit-print.c
6298         * src/gedit-print.h
6299         * src/main.c
6300         * src/main.h
6301         * src/common/socket.c
6302         * src/common/socket.h
6303         * src/gtk/gtkaspell.c
6304         * src/gtk/gtkaspell.h
6305         * src/gtk/quicksearch.c
6306         * src/gtk/quicksearch.h
6307                 Same
6308
6309 2007-01-21 [colin]      2.7.1cvs44
6310
6311         * src/common/utils.c
6312         * src/common/utils.h
6313         * src/etpan/etpan-thread-manager.c
6314         * src/etpan/etpan-thread-manager.h
6315                 Same (Funny that etpan_thread_unbind
6316                 is called but not etpan_thread_bind)
6317
6318 2007-01-21 [colin]      2.7.1cvs43
6319
6320         * src/addrselect.c
6321         * src/addrselect.h
6322         * src/codeconv.c
6323         * src/codeconv.h
6324         * src/compose.c
6325         * src/compose.h
6326         * src/etpan/Makefile.am
6327         * src/gtk/colorlabel.c
6328         * src/gtk/colorlabel.h
6329         * src/gtk/sslcertwindow.c
6330         * src/gtk/sslcertwindow.h
6331         * src/etpan/etpan-log.c ** REMOVED **
6332         * src/etpan/etpan-log.h ** REMOVED **
6333                 Same
6334
6335 2007-01-20 [colin]      2.7.1cvs42
6336
6337         * src/addritem.c
6338         * src/addritem.h
6339                 Same
6340
6341 2007-01-20 [colin]      2.7.1cvs41
6342
6343         * src/account.c
6344         * src/account.h
6345         * src/addrbook.c
6346         * src/addrbook.h
6347         * src/addrcache.c
6348         * src/addrcache.h
6349         * src/addrclip.c
6350         * src/addrclip.h
6351         * src/addressbook.c
6352         * src/addressbook.h
6353         * src/addrharvest.c
6354         * src/addrharvest.h
6355         * src/addrindex.c
6356         * src/addrindex.h
6357         * src/editaddress.c
6358         * src/editaddress.h
6359                 Make functions that aren't used in other
6360                 files static
6361
6362 2007-01-20 [colin]      2.7.1cvs40
6363
6364         * src/account.c
6365         * src/addrbook.c
6366         * src/addrcache.c
6367         * src/addressbook.c
6368         * src/addrgather.c
6369         * src/addrindex.c
6370         * src/addrquery.c
6371         * src/addrselect.c
6372         * src/browseldap.c
6373         * src/compose.c
6374         * src/editbook.c
6375         * src/editjpilot.c
6376         * src/editldap.c
6377         * src/editldap_basedn.c
6378         * src/editvcard.c
6379         * src/exporthtml.c
6380         * src/exportldif.c
6381         * src/folder.c
6382         * src/folderview.c
6383         * src/image_viewer.c
6384         * src/imap.c
6385         * src/importmutt.c
6386         * src/importpine.c
6387         * src/jpilot.c
6388         * src/ldapquery.c
6389         * src/main.c
6390         * src/mainwindow.c
6391         * src/matcher.c
6392         * src/messageview.c
6393         * src/mh.c
6394         * src/mimeview.c
6395         * src/msgcache.c
6396         * src/mutt.c
6397         * src/news.c
6398         * src/pine.c
6399         * src/prefs_account.c
6400         * src/prefs_common.c
6401         * src/prefs_compose_writing.c
6402         * src/prefs_ext_prog.c
6403         * src/prefs_folder_item.c
6404         * src/prefs_fonts.c
6405         * src/prefs_message.c
6406         * src/prefs_msg_colors.c
6407         * src/prefs_other.c
6408         * src/prefs_quote.c
6409         * src/prefs_receive.c
6410         * src/prefs_send.c
6411         * src/prefs_spelling.c
6412         * src/prefs_summaries.c
6413         * src/prefs_toolbar.c
6414         * src/prefs_wrapping.c
6415         * src/privacy.c
6416         * src/procmime.c
6417         * src/procmsg.c
6418         * src/ssl_manager.c
6419         * src/statusbar.c
6420         * src/summaryview.c
6421         * src/toolbar.c
6422         * src/vcard.c
6423         * src/common/hooks.c
6424         * src/common/log.c
6425         * src/common/passcrypt.c
6426         * src/common/socket.c
6427         * src/common/ssl.c
6428         * src/common/ssl_certificate.c
6429         * src/common/template.c
6430         * src/common/utils.c
6431         * src/etpan/imap-thread.c
6432         * src/gtk/sslcertwindow.c
6433         * src/gtk/sslcertwindow.h
6434                 Make functions that could be static, static
6435
6436 2007-01-20 [colin]      2.7.1cvs39
6437
6438         * src/editldap.c
6439                 Fix tooltip
6440
6441 2007-01-20 [colin]      2.7.1cvs38
6442
6443         * src/ldapquery.c
6444         * src/ldaputil.c
6445         * src/ldaputil.h
6446                 Fix bug 1102, 'claws-mail-2.7.1 
6447                 makes use of deprecated ldap 
6448                 functions'
6449
6450 2007-01-20 [colin]      2.7.1cvs37
6451
6452         * src/mainwindow.c
6453         * src/mainwindow.h
6454         * src/summaryview.c
6455         * src/gtk/quicksearch.c
6456                 Add Wide message list layout
6457
6458 2007-01-19 [fabien]     2.7.1cvs36
6459
6460         * src/textview.c
6461                 make sure a font change is considered in links of
6462                 headerview.
6463
6464 2007-01-19 [colin]      2.7.1cvs35
6465
6466         * src/main.c
6467         * src/mainwindow.c
6468         * src/mainwindow.h
6469         * src/messageview.c
6470         * src/messageview.h
6471         * src/prefs_common.c
6472         * src/prefs_common.h
6473         * src/summaryview.c
6474         * src/summaryview.h
6475         * src/gtk/quicksearch.c
6476         * src/gtk/quicksearch.h
6477                 Drop 'Separate Folder tree' and 'Separate
6478                 Message View'. Put three layouts in place
6479                 of it.
6480
6481 2007-01-19 [paul]       2.7.1cvs34
6482
6483         * src/prefs_msg_colors.c
6484                 more use of Q_ for translators
6485
6486 2007-01-19 [paul]       2.7.1cvs33
6487
6488         * src/imap_gtk.c
6489         * src/prefs_account.c
6490                 a few changes to the English
6491
6492 2007-01-19 [fabien]     2.7.1cvs32
6493
6494         * src/wizard.c
6495                 factorize translatable string
6496
6497 2007-01-18 [colin]      2.7.1cvs31
6498
6499         * src/main.c
6500                 Don't error out on --sync option. Although
6501                 we don't do anything with it, gtk+ handles
6502                 it, and it's useful for debugging X errors
6503
6504 2007-01-18 [fabien]     2.7.1cvs30
6505
6506         * src/prefs_other.c
6507                 ability to apply on the fly the recent added
6508                 'gtk_can_change_accels' pref (no need to restart).
6509
6510 2007-01-18 [fabien]     2.7.1cvs29
6511
6512         * src/plugins/bogofilter/bogofilter_gtk.c
6513         * src/plugins/bogofilter/bogofilter.c
6514         * src/plugins/spamassassin/spamassassin_gtk.c
6515         * src/addr_compl.c
6516         * src/prefs_account.c
6517                 factorize or rewrite some translatable strings.
6518
6519 2007-01-18 [fabien]     2.7.1cvs28
6520
6521         * src/prefs_gtk.h
6522         * src/compose.c
6523                 set a 4pix space between "Subject:" label and subject entry in
6524                 compose window.
6525
6526 2007-01-18 [wwp]        2.7.1cvs27
6527
6528         * src/addressbook.c
6529                 fix conflicting address-copy/paste when focus is set
6530                 to the embedded edit-person form.
6531  
6532
6533 2007-01-18 [wwp]        2.7.1cvs26
6534
6535         * src/addressbook.h
6536                 complete 2.7.1cvs23 (one more file was missing from that
6537                 commit).
6538
6539 2007-01-18 [colin]      2.7.1cvs25
6540
6541         * src/main.c
6542                 Provide a way to migrate without backup
6543                 Re-ask for migration on next start if 
6544                 it has been refused and wizard has been 
6545                 cancelled after.
6546
6547 2007-01-18 [wwp]        2.7.1cvs24
6548
6549         * src/editaddress.c
6550                 complete 2.7.1.cvs23 (file was missing from previous
6551                 commit).
6552
6553 2007-01-18 [wwp]        2.7.1cvs23
6554
6555         * src/addressbook.c
6556                 fix potential crashes in address book's focus_in/out signal handlers,
6557                 force focus to the edit-person form when clicked the Edit menu entry or
6558                 button (this only matters if the edit-person form is embedded to the
6559                 AB window, in that case, focus is not set when browsing the contacts
6560                 list w/ keys or mouse clicks).
6561
6562 2007-01-18 [paul]       2.7.1cvs22
6563
6564         * src/main.c
6565                 add command line options:
6566                 -h for --help
6567                 -q and --quit for --exit
6568                 -v for --version
6569                 print "Unknown option" for unknown options
6570
6571 2007-01-18 [paul]       2.7.1cvs21
6572
6573         * po/ru.po
6574                 updated by Pavlo Bohmat
6575
6576 2007-01-18 [paul]       2.7.1cvs20
6577
6578         * src/mainwindow.c
6579                 fix sensitivity issues of Mark as Spam/Ham
6580
6581 2007-01-17 [fabien]     2.7.1cvs19
6582
6583         * src/prefs_other.c
6584         * src/prefs_common.c
6585         * src/prefs_common.h
6586         * src/main.c
6587                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
6588                 control the corresponding gtk property. It could be used to lock
6589                 all shortcuts (avoid to set one of them by inadvertency).
6590
6591 2007-01-17 [colin]      2.7.1cvs18
6592
6593         * src/summaryview.c
6594                 Fix bug 1100, 'Highlighted e-mail data not visible 
6595                 when color label applied.'. Use a weighted average
6596                 between normal selected foreground color and color
6597                 label instead of a simple one (3/1 instead 1/1).
6598
6599 2007-01-17 [colin]      2.7.1cvs17
6600
6601         * src/messageview.c
6602                 Better fix for bug 1088, 'Ctrl-h produces repeatable
6603                 crash' - don't prevent mail switching while loading
6604
6605 2007-01-17 [colin]      2.7.1cvs16
6606
6607         * src/folder.c
6608         * src/folder.h
6609         * src/folderview.c
6610         * src/folderview.h
6611         * src/imap.c
6612         * src/imap.h
6613         * src/imap_gtk.c
6614                 Manage recursive search of unsubscribed folders
6615                 Rescan tree without checking for new messages 
6616                 after subscriptions changed
6617
6618 2007-01-17 [paul]       2.7.1cvs15
6619
6620         * src/prefs_common.c
6621         * src/gtk/pluginwindow.c
6622                 fix bug 1101, '"Load plugin" button is
6623                 accidentally hidden'
6624                 unset (-1) initial width in prefs_common,
6625                 fix overlapping buttons,
6626                 and other cleanups
6627
6628 2007-01-17 [paul]       2.7.1cvs14
6629
6630         * src/procmime.c
6631                 add #include <errno.h>, it's needed
6632                 on some systems
6633
6634 2007-01-17 [paul]       2.7.1cvs13
6635
6636         * src/common/defs.h
6637         * tools/make.themes.project
6638                 rename .sylpheed_themeinfo to .claws_themeinfo
6639                 and use it
6640         * src/etpan/etpan-errors.h
6641         * src/etpan/etpan-log.c
6642         * src/etpan/etpan-log.h
6643         * src/etpan/etpan-thread-manager-types.h
6644         * src/etpan/etpan-thread-manager.c
6645         * src/etpan/etpan-thread-manager.h
6646         * src/etpan/imap-thread.c
6647         * src/etpan/imap-thread.h
6648                 add copyright header
6649
6650 2007-01-17 [colin]      2.7.1cvs12
6651
6652         * src/plugins/pgpcore/select-keys.c
6653         * src/gtk/pluginwindow.c
6654         * src/prefs_account.c
6655                 Fix warnings
6656
6657 2007-01-16 [colin]      2.7.1cvs11
6658
6659         * src/imap.c
6660         * src/imap.h
6661         * src/imap_gtk.c
6662                 Manage subscribing to subfolders when only
6663                 subscribed folders are shown.
6664
6665 2007-01-16 [colin]      2.7.1cvs10
6666
6667         * src/folderview.c
6668                 Fix annoying vscrollbar going back to top
6669                 on Check for new folders
6670
6671 2007-01-16 [colin]      2.7.1cvs9
6672
6673         * src/imap.c
6674                 Remove printf
6675
6676 2007-01-16 [colin]      2.7.1cvs8
6677
6678         * src/filtering.c
6679                 Bigger buffer for errors
6680         * src/imap.c
6681         * src/imap.h
6682         * src/imap_gtk.c
6683         * src/prefs_account.c
6684         * src/prefs_account.h
6685         * src/wizard.c
6686         * src/etpan/imap-thread.c
6687         * src/etpan/imap-thread.h
6688         * manual/handling.xml
6689                 Add subscriptions management. What it changes:
6690                 Creating a folder subscribes to it
6691                 Deleting a folder unsubscribes it
6692                 New contextual menu item allowing to switch between
6693                 All folders and Subscribed folders, subscribe, and
6694                 unsubscribe. "Creating" an existing but unsubscribed
6695                 folder will subscribe it.
6696                 By default for new accounts, only subscribed folders 
6697                 are shown.
6698
6699
6700 2007-01-16 [paul]       2.7.1cvs7
6701
6702         * src/summaryview.c
6703                 Allow folder classes to specify only sort_key or
6704                 sort_type instead of both or none.
6705
6706 2007-01-16 [paul]       2.7.1cvs6
6707
6708         * src/action.c
6709         * src/compose.c
6710         * src/mimeview.c
6711         * src/procmime.c
6712         * src/textview.c
6713                 Save and use errno for procmime_get_part
6714
6715 2007-01-16 [colin]      2.7.1cvs5
6716
6717         * src/imap.c
6718                 Never remove INBOX when scanning for
6719                 new folders. It's a special folder
6720                 that has to exist.
6721
6722 2007-01-15 [colin]      2.7.1cvs4
6723
6724         * src/imap.c
6725                 Fix 'Check for new folders' when IMAP subdirectory
6726                 is set
6727         * src/etpan/imap-thread.c
6728                 Fix build
6729
6730 2007-01-15 [colin]      2.7.1cvs3
6731
6732         * src/etpan/imap-thread.c
6733                 Fix invalid free on command-connection
6734                 error
6735
6736 2007-01-15 [wwp]        2.7.1cvs2
6737
6738         * src/matcher_parser_lex.l
6739         * src/quote_fmt_lex.l
6740         * src/matcher_parser_parse.y
6741                 fix copyright header in lexers and parsers.
6742
6743 2007-01-15 [paul]       2.7.1cvs1
6744
6745         * NEWS
6746         * README
6747         * RELEASE_NOTES
6748         * configure.ac
6749                 bump up version number following
6750                 stable release
6751
6752 2007-01-15 [paul]       2.7.0cvs31
6753
6754         * AUTHORS
6755         * src/gtk/authors.h
6756                 add Fabien to the Team list
6757                 add the recent contributors
6758                 make a few corrections
6759
6760 2007-01-15 [paul]       2.7.0cvs30
6761
6762         * src/mainwindow.c
6763                 fix compiler warning
6764         * src/plugins/pgpcore/prefs_gpg.c
6765         * src/plugins/pgpcore/prefs_gpg.h
6766                 add missing include
6767                 fix copyright header
6768
6769 2007-01-14 [colin]      2.7.0cvs29
6770
6771         * src/gtk/filesel.c
6772                 Use the 'gtk+' backend. Avoids gnome-vfs use,
6773                 two benefits: faster to open, will fix strange
6774                 dbus-related crash. Thanks to Pascal Terjan.
6775
6776 2007-01-14 [colin]      2.7.0cvs28
6777
6778         * src/etpan/imap-thread.c
6779                 Delete the old imap just after allocating
6780                 the new one. Makes sure we don't get the
6781                 same pointer by sheer luck, which feels
6782                 strange in the debug log.
6783
6784 2007-01-14 [colin]      2.7.0cvs27
6785
6786         * src/gtk/inputdialog.c
6787                 Make sure we don't print passwords in
6788                 clear text when in debug mode
6789
6790 2007-01-14 [colin]      2.7.0cvs26
6791
6792         * src/gtk/gtksctree.c
6793                 Fix bug 1098, 'bogus last row display 
6794                 after expanding a thread'. Patch by
6795                 Jindrich Makovicka <makovick@gmail.com>
6796
6797 2007-01-14 [colin]      2.7.0cvs25
6798
6799         * src/etpan/imap-thread.c
6800                 Close socket manually before
6801                 freeing the imap struct
6802
6803 2007-01-14 [colin]      2.7.0cvs24
6804
6805         * src/etpan/imap-thread.c
6806                 Maybe fix new reconnection issues
6807
6808 2007-01-13 [colin]      2.7.0cvs23
6809
6810         * src/summaryview.c
6811                 Freeze/thaw on thread selection
6812
6813 2007-01-13 [paul]       2.7.0cvs22
6814
6815         * src/mainwindow.c
6816         * src/summaryview.c
6817         * src/summaryview.h
6818                 add 'Edit/Delete thread'
6819
6820 2007-01-13 [colin]      2.7.0cvs21
6821
6822         * src/prefs_account.c
6823         * src/prefs_compose_writing.c
6824         * src/prefs_message.c
6825         * src/prefs_msg_colors.c
6826         * src/prefs_other.c
6827         * src/prefs_receive.c
6828         * src/prefs_spelling.c
6829         * src/prefs_summaries.c
6830         * src/prefs_themes.c
6831         * src/gtk/gtkutils.c
6832         * src/gtk/gtkutils.h
6833         * src/plugins/pgpcore/prefs_gpg.c
6834         * src/plugins/spamassassin/spamassassin_gtk.c
6835                 Factorize gtk frame creation
6836                 Patch by Pawel
6837
6838 2007-01-13 [colin]      2.7.0cvs20
6839
6840         * src/message_search.c
6841         * src/summary_search.c
6842                 Fix Enter in search windows
6843         * src/messageview.c
6844                 Fix body search starting at the
6845                 end of the mail (and asking for loop)
6846
6847 2007-01-13 [colin]      2.7.0cvs19
6848
6849         * src/etpan/imap-thread.c
6850                 Make sure we don't free the same imap
6851                 twice
6852
6853 2007-01-13 [colin]      2.7.0cvs18
6854
6855         * commitHelper
6856                 Allow multiple commitHelpers to
6857                 run at once
6858
6859 2007-01-12 [colin]      2.7.0cvs17
6860
6861         * src/etpan/imap-thread.c
6862                 Make sure we get rid of the previous mailimap
6863                 when connecting - just in case disconnect was
6864                 unclean
6865
6866 2007-01-12 [paul]       2.7.0cvs16
6867
6868         * src/compose.c
6869                 Strip S/MIME signatures when re-editing
6870                 S/MIME signed messages.
6871
6872 2007-01-12 [paul]       2.7.0cvs15
6873
6874         * configure.ac
6875         * src/addressbook.c
6876         * src/foldersel.c
6877         * src/folderview.c
6878         * src/main.c
6879                 no need to define CLAWS anymore, remove
6880                 all that stuff
6881
6882 2007-01-12 [paul]       2.7.0cvs14
6883
6884         * src/mimeview.c
6885                 check if the mail's signed as
6886                 it can change the mail structure
6887                 Thanks to Colin
6888
6889 2007-01-12 [paul]       2.7.0cvs13
6890
6891         * src/procmime.c
6892                 fix Forwarding msgs with attachments
6893                 that have dos line endings
6894                 Thanks to Colin
6895
6896 2007-01-12 [wwp]        2.7.0cvs12
6897
6898         * configure.ac
6899                 Revert accidentally committed extra version tag.
6900
6901 2007-01-12 [wwp]        2.7.0cvs11
6902
6903         * src/prefs_account.c
6904                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6905
6906 2007-01-11 [colin]      2.7.0cvs10
6907
6908         * src/imap.c
6909                 move g_warning to debug_print
6910                 it scares people for no reason
6911
6912 2007-01-11 [colin]      2.7.0cvs9
6913
6914         * po/POTFILES.in
6915                 Fix files to translate. Patch by
6916                 Fabien
6917
6918 2007-01-11 [paul]       2.7.0cvs8
6919
6920         * src/imap.c
6921                 Fix recursion when server lists the
6922                 current subfolder in the response
6923         * src/mimeview.c
6924                 Fix updating of icon_list/ctree
6925         * src/plugins/pgpcore/select-keys.c
6926                 Fix a few annoyances when choosing
6927                 keys for the CMS (S/MIME) protocol
6928
6929 2007-01-11 [wwp]        2.7.0cvs7
6930
6931         * src/compose.c
6932         * src/prefs_account.c
6933         * src/prefs_account.h
6934                 Add per-account spellcheck default dictionaries settings.
6935
6936 2007-01-10 [colin]      2.7.0cvs6
6937
6938         * src/prefs_folder_item.c
6939                 Factorize strings - patch by Fabien
6940
6941 2007-01-10 [colin]      2.7.0cvs5
6942
6943         * src/mainwindow.c
6944                 Fix bug 1095, 'Crash while changing folder 
6945                 columns during incorporation'
6946
6947 2007-01-09 [colin]      2.7.0cvs4
6948
6949         * src/gtk/pluginwindow.c
6950                 Set the plugin window transient. Seems
6951                 like some window managers hide it in
6952                 the background after "load plugin"...
6953
6954 2007-01-09 [colin]      2.7.0cvs3
6955
6956         * src/gtk/filesel.c
6957                 Use the same type for alloc and free
6958
6959 2007-01-08 [paul]       2.7.0cvs2
6960
6961         * po/nl.po
6962                 updated by Tim Dijkstra
6963
6964 2007-01-08 [paul]       2.7.0cvs1
6965
6966         * src/prefs_themes.c
6967         * src/common/utils.c
6968                 Fix resource leaks
6969
6970 2007-01-08 [paul]       2.7.0
6971
6972         * NEWS
6973         * README
6974         * RELEASE_NOTES
6975                 2.7.0 released
6976
6977 2007-01-08 [paul]       2.6.1cvs119
6978
6979         * doc/man/claws-mail.1
6980                 another correction
6981
6982 2007-01-08 [paul]       2.6.1cvs118
6983
6984         * doc/man/claws-mail.1
6985                 corrections
6986         * manual/advanced.xml
6987                 improved English usage
6988
6989 2007-01-08 [paul]       2.6.1cvs117
6990
6991         * po/ca.po
6992         * po/de.po
6993         * po/en_GB.po
6994         * po/fi.po
6995         * po/it.po
6996         * po/pt_BR.po
6997         * po/sk.po
6998         * po/sr.po
6999         * po/zh_CN.po
7000                 updated by Miquel Oliete, Stephan Sachse, me,
7001                 Tommi Pirinen, Andrea Spadaccini, Frederico
7002                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
7003                 Urosevic, and Ralgh Young
7004
7005 2007-01-07 [mones]      2.6.1cvs116
7006
7007         * manual/es/advanced.xml
7008         * po/es.po
7009                 Synced manual (unhide mark_as_read_delay)
7010                 and updated translation for release
7011
7012 2007-01-07 [paul]       2.6.1cvs115
7013
7014         * src/prefs_matcher.c
7015                 make the hbox content fit better under
7016                 various languages
7017
7018 2007-01-07 [colin]      2.6.1cvs114
7019
7020         * src/messageview.c
7021                 Fix bug 1088, 'Ctrl-h produces repeatable
7022                 crash'
7023
7024 2007-01-06 [colin]      2.6.1cvs113
7025
7026         * src/etpan/imap-thread.c
7027                 Add casts to int to get certs. Fixes
7028                 bug 1064, 'crash @ etpan_certificate_check() 
7029                 when opening an IMAP folder', with latest
7030                 libetpan CVS or >= 0.49
7031         * src/mainwindow.c
7032         * src/mainwindow.h
7033         * src/imap_gtk.c
7034         * src/news_gtk.c
7035         * src/prefs_folder_item.c
7036                 Grey out the "synchronise" menu items if
7037                 there's nothing to synchronise.
7038         * src/plugins/pgpcore/sgpgme.c
7039                 Make an error clearer than "Unknown error"
7040
7041 2007-01-06 [colin]      2.6.1cvs112
7042
7043         * src/messageview.c
7044                 Don't try to show a message if updating
7045                 Maybe fixes bug 1088, 'ctrl-h produces
7046                 repeatable crash'.
7047
7048 2007-01-06 [colin]      2.6.1cvs111
7049
7050         * src/summaryview.c
7051                 Disable Control-Space (handle it as Space).
7052
7053 2007-01-05 [paul]       2.6.1cvs110
7054
7055         * src/imap.c
7056                 Fix bug 934, 'sylpheed claws 2.1 
7057                 doesn't show Exchanges Public Folders'
7058                 Thanks to Hoa and Colin
7059         * src/msgcache.c
7060                 Refuse to allocate more than 2 MB for a 
7061                 single field, it's a good indication of
7062                 cache corruption.
7063
7064 2007-01-05 [colin]      2.6.1cvs109
7065
7066         * src/mainwindow.c
7067                 Allow --select'ing emails by Message-ID too
7068
7069 2007-01-05 [colin]      2.6.1cvs108
7070
7071         * src/common/quoted-printable.c
7072                 Uh! Third fix :)
7073
7074 2007-01-05 [colin]      2.6.1cvs107
7075
7076         * src/common/quoted-printable.c
7077                 Fix previous commit about bug 1089
7078                 Thanks to Ralf
7079
7080 2007-01-05 [colin]      2.6.1cvs106
7081
7082         * src/common/quoted-printable.c
7083                 Fix my previous commit on bug 1089
7084                 - Thanks to Ralf :)
7085
7086 2007-01-04 [colin]      2.6.1cvs105
7087
7088         * src/common/quoted-printable.c
7089                 Fix bug 1089, 'NUL characters in Subject 
7090                 line are misinterpreted'. Not a pain to
7091                 fix in fact.
7092
7093 2007-01-04 [colin]      
7094
7095         2.7.0-rc3 released
7096
7097 2007-01-04 [wwp]        2.6.1cvs104
7098
7099         * src/image_viewer.c
7100                 Force operator precedence (fix a compiler warning).
7101
7102 2007-01-04 [colin]      2.6.1cvs103
7103
7104         * src/image_viewer.c
7105                 Be cautious there too (same fix as the one
7106                 in textview from cvs33)
7107         * src/messageview.c
7108                 Don't use any MimeViewer plugin when showing
7109                 all headers
7110
7111 2007-01-03 [wwp]        2.6.1cvs102
7112
7113         * src/html.c
7114         * src/html.h
7115                 fixed "cent" sign (use the existing ASCII one),
7116                 decode more HTML entities,
7117                 converted table ASCII entries to UTF-8,
7118                 moved a switch() into a hashtable.
7119
7120 2007-01-03 [paul]       2.6.1cvs101
7121
7122         * src/compose.c
7123         * src/messageview.c
7124         * src/procmsg.c
7125         * src/procmsg.h
7126                 When possible, use move_msg instead of
7127                 copy_msg + remove_msg to move sent mail
7128                 from Queue to Sent. 
7129
7130 2007-01-03 [paul]       2.6.1cvs100
7131
7132         * src/html.c
7133                 add more html entity recognition:
7134                 pounds, euros, and cents
7135
7136 2007-01-03 [colin]      2.6.1cvs99
7137
7138         * src/imap_gtk.c
7139                 Don't display an error on NOSELECT
7140                 folders when synchronising
7141
7142 2007-01-03 [paul]       2.6.1cvs98
7143
7144         * tools/maildir2claws-mail.pl
7145                 only substitute 'sent-mail' if it's
7146                 the full directory name
7147
7148 2007-01-03 [paul]       2.6.1cvs97
7149
7150         * ChangeLog
7151         * ChangeLog.pre2.0.0
7152         * Makefile.am
7153                 archive a chunk of ChangeLog in
7154                 ChangeLog.pre2.0.0
7155         * ChangeLog.gtk1
7156         * doc/src/ChangeLog.claws-pre0.8.0
7157                 remove ChangeLog.claws-pre0.8.0, adding
7158                 its contents to ChangeLog.gtk1
7159
7160 2007-01-03 [paul]       2.6.1cvs96
7161
7162         * src/account.c
7163         * src/account.h
7164         * src/action.c
7165         * src/action.h
7166         * src/adbookbase.h
7167         * src/addr_compl.c
7168         * src/addr_compl.h
7169         * src/addrbook.c
7170         * src/addrcache.c
7171         * src/addrcache.h
7172         * src/addrcindex.c
7173         * src/addrcindex.h
7174         * src/addrclip.c
7175         * src/addrclip.h
7176         * src/addrdefs.h
7177         * src/addressadd.c
7178         * src/addressadd.h
7179         * src/addressbook.c
7180         * src/addressbook.h
7181         * src/addressbook_foldersel.c
7182         * src/addressbook_foldersel.h
7183         * src/addrgather.c
7184         * src/addrgather.h
7185         * src/addrharvest.c
7186         * src/addrharvest.h
7187         * src/addrindex.c
7188         * src/addrindex.h
7189         * src/addritem.c
7190         * src/addritem.h
7191         * src/addrquery.c
7192         * src/addrquery.h
7193         * src/addrselect.c
7194         * src/addrselect.h
7195         * src/alertpanel.c
7196         * src/alertpanel.h
7197         * src/browseldap.c
7198         * src/browseldap.h
7199         * src/codeconv.c
7200         * src/codeconv.h
7201         * src/compose.c
7202         * src/compose.h
7203         * src/customheader.c
7204         * src/customheader.h
7205         * src/displayheader.c
7206         * src/displayheader.h
7207         * src/editaddress.c
7208         * src/editaddress.h
7209         * src/editbook.c
7210         * src/editbook.h
7211         * src/editgroup.c
7212         * src/editgroup.h
7213         * src/editjpilot.c
7214         * src/editjpilot.h
7215         * src/editldap.c
7216         * src/editldap.h
7217         * src/editldap_basedn.c
7218         * src/editldap_basedn.h
7219         * src/editvcard.c
7220         * src/editvcard.h
7221         * src/exphtmldlg.c
7222         * src/exphtmldlg.h
7223         * src/expldifdlg.c
7224         * src/expldifdlg.h
7225         * src/export.c
7226         * src/export.h
7227         * src/exporthtml.c
7228         * src/exporthtml.h
7229         * src/exportldif.c
7230         * src/exportldif.h
7231         * src/filtering.c
7232         * src/filtering.h
7233         * src/folder.c
7234         * src/folder.h
7235         * src/folder_item_prefs.c
7236         * src/folder_item_prefs.h
7237         * src/foldersel.c
7238         * src/foldersel.h
7239         * src/folderutils.c
7240         * src/folderutils.h
7241         * src/folderview.c
7242         * src/folderview.h
7243         * src/grouplistdialog.c
7244         * src/grouplistdialog.h
7245         * src/headerview.c
7246         * src/html.c
7247         * src/html.h
7248         * src/image_viewer.c
7249         * src/image_viewer.h
7250         * src/imap.c
7251         * src/imap.h
7252         * src/imap_gtk.c
7253         * src/imap_gtk.h
7254         * src/import.c
7255         * src/import.h
7256         * src/importldif.c
7257         * src/importldif.h
7258         * src/importmutt.c
7259         * src/importmutt.h
7260         * src/importpine.c
7261         * src/importpine.h
7262         * src/inc.c
7263         * src/inc.h
7264         * src/jpilot.c
7265         * src/jpilot.h
7266         * src/ldapctrl.c
7267         * src/ldapctrl.h
7268         * src/ldaplocate.c
7269         * src/ldaplocate.h
7270         * src/ldapquery.c
7271         * src/ldapquery.h
7272         * src/ldapserver.c
7273         * src/ldapserver.h
7274         * src/ldaputil.c
7275         * src/ldaputil.h
7276         * src/ldif.c
7277         * src/ldif.h
7278         * src/main.c
7279         * src/main.h
7280         * src/mainwindow.c
7281         * src/mainwindow.h
7282         * src/manual.c
7283         * src/manual.h
7284         * src/mbox.c
7285         * src/message_search.c
7286         * src/message_search.h
7287         * src/messageview.c
7288         * src/messageview.h
7289         * src/mh.c
7290         * src/mh.h
7291         * src/mh_gtk.c
7292         * src/mh_gtk.h
7293         * src/mimeview.c
7294         * src/mimeview.h
7295         * src/msgcache.c
7296         * src/msgcache.h
7297         * src/mutt.c
7298         * src/mutt.h
7299         * src/news.c
7300         * src/news.h
7301         * src/news_gtk.c
7302         * src/news_gtk.h
7303         * src/partial_download.c
7304         * src/partial_download.h
7305         * src/pine.c
7306         * src/pine.h
7307         * src/pop.c
7308         * src/pop.h
7309         * src/prefs_account.c
7310         * src/prefs_account.h
7311         * src/prefs_actions.c
7312         * src/prefs_actions.h
7313         * src/prefs_common.c
7314         * src/prefs_common.h
7315         * src/prefs_compose_writing.c
7316         * src/prefs_compose_writing.h
7317         * src/prefs_customheader.c
7318         * src/prefs_customheader.h
7319         * src/prefs_display_header.c
7320         * src/prefs_display_header.h
7321         * src/prefs_filtering.c
7322         * src/prefs_filtering.h
7323         * src/prefs_filtering_action.c
7324         * src/prefs_filtering_action.h
7325         * src/prefs_folder_column.c
7326         * src/prefs_folder_column.h
7327         * src/prefs_folder_item.c
7328         * src/prefs_folder_item.h
7329         * src/prefs_fonts.c
7330         * src/prefs_fonts.h
7331         * src/prefs_gtk.c
7332         * src/prefs_gtk.h
7333         * src/prefs_image_viewer.c
7334         * src/prefs_image_viewer.h
7335         * src/prefs_matcher.c
7336         * src/prefs_matcher.h
7337         * src/prefs_message.c
7338         * src/prefs_msg_colors.c
7339         * src/prefs_msg_colors.h
7340         * src/prefs_other.c
7341         * src/prefs_quote.c
7342         * src/prefs_receive.c
7343         * src/prefs_send.c
7344         * src/prefs_spelling.c
7345         * src/prefs_spelling.h
7346         * src/prefs_summaries.c
7347         * src/prefs_summaries.h
7348         * src/prefs_summary_column.c
7349         * src/prefs_summary_column.h
7350         * src/prefs_template.c
7351         * src/prefs_template.h
7352         * src/prefs_themes.c
7353         * src/prefs_themes.h
7354         * src/prefs_toolbar.c
7355         * src/prefs_toolbar.h
7356         * src/prefs_wrapping.c
7357         * src/prefs_wrapping.h
7358         * src/privacy.c
7359         * src/privacy.h
7360         * src/procheader.c
7361         * src/procheader.h
7362         * src/procmime.c
7363         * src/procmime.h
7364         * src/procmsg.c
7365         * src/procmsg.h
7366         * src/quote_fmt.c
7367         * src/quote_fmt_parse.y
7368         * src/recv.c
7369         * src/recv.h
7370         * src/remotefolder.c
7371         * src/remotefolder.h
7372         * src/send_message.c
7373         * src/send_message.h
7374         * src/setup.c
7375         * src/setup.h
7376         * src/sourcewindow.c
7377         * src/sourcewindow.h
7378         * src/ssl_manager.c
7379         * src/ssl_manager.h
7380         * src/statusbar.c
7381         * src/statusbar.h
7382         * src/stock_pixmap.c
7383         * src/stock_pixmap.h
7384         * src/summary_search.c
7385         * src/summary_search.h
7386         * src/summaryview.c
7387         * src/summaryview.h
7388         * src/textview.c
7389         * src/textview.h
7390         * src/toolbar.c
7391         * src/toolbar.h
7392         * src/undo.c
7393         * src/undo.h
7394         * src/unmime.c
7395         * src/unmime.h
7396         * src/vcard.c
7397         * src/vcard.h
7398         * src/wizard.c
7399         * src/wizard.h
7400         * src/common/base64.c
7401         * src/common/base64.h
7402         * src/common/defs.h
7403         * src/common/hooks.c
7404         * src/common/hooks.h
7405         * src/common/log.c
7406         * src/common/log.h
7407         * src/common/mgutils.c
7408         * src/common/mgutils.h
7409         * src/common/nntp.c
7410         * src/common/nntp.h
7411         * src/common/passcrypt.c
7412         * src/common/passcrypt.h.in
7413         * src/common/plugin.c
7414         * src/common/plugin.h
7415         * src/common/prefs.c
7416         * src/common/prefs.h
7417         * src/common/progressindicator.c
7418         * src/common/progressindicator.h
7419         * src/common/quoted-printable.c
7420         * src/common/quoted-printable.h
7421         * src/common/session.c
7422         * src/common/session.h
7423         * src/common/smtp.c
7424         * src/common/smtp.h
7425         * src/common/socket.c
7426         * src/common/socket.h
7427         * src/common/ssl.c
7428         * src/common/ssl.h
7429         * src/common/ssl_certificate.c
7430         * src/common/ssl_certificate.h
7431         * src/common/stringtable.c
7432         * src/common/stringtable.h
7433         * src/common/template.c
7434         * src/common/template.h
7435         * src/common/timing.h
7436         * src/common/utils.c
7437         * src/common/utils.h
7438         * src/common/version.h.in
7439         * src/common/xml.c
7440         * src/common/xml.h
7441         * src/common/xmlprops.c
7442         * src/common/xmlprops.h
7443         * src/gtk/about.c
7444         * src/gtk/colorlabel.c
7445         * src/gtk/colorsel.c
7446         * src/gtk/colorsel.h
7447         * src/gtk/combobox.c
7448         * src/gtk/combobox.h
7449         * src/gtk/description_window.c
7450         * src/gtk/description_window.h
7451         * src/gtk/filesel.c
7452         * src/gtk/filesel.h
7453         * src/gtk/foldersort.c
7454         * src/gtk/foldersort.h
7455         * src/gtk/gtksctree.c
7456         * src/gtk/gtkutils.c
7457         * src/gtk/gtkutils.h
7458         * src/gtk/inputdialog.c
7459         * src/gtk/inputdialog.h
7460         * src/gtk/logwindow.c
7461         * src/gtk/logwindow.h
7462         * src/gtk/manage_window.c
7463         * src/gtk/manage_window.h
7464         * src/gtk/menu.c
7465         * src/gtk/menu.h
7466         * src/gtk/pluginwindow.c
7467         * src/gtk/pluginwindow.h
7468         * src/gtk/prefswindow.c
7469         * src/gtk/prefswindow.h
7470         * src/gtk/progressdialog.c
7471         * src/gtk/progressdialog.h
7472         * src/gtk/sslcertwindow.c
7473         * src/gtk/sslcertwindow.h
7474         * src/plugins/bogofilter/bogofilter.c
7475         * src/plugins/bogofilter/bogofilter.h
7476         * src/plugins/bogofilter/bogofilter_gtk.c
7477         * src/plugins/clamav/clamav_plugin.c
7478         * src/plugins/clamav/clamav_plugin.h
7479         * src/plugins/clamav/clamav_plugin_gtk.c
7480         * src/plugins/demo/demo.c
7481         * src/plugins/dillo_viewer/dillo_prefs.c
7482         * src/plugins/dillo_viewer/dillo_prefs.h
7483         * src/plugins/dillo_viewer/dillo_viewer.c
7484         * src/plugins/pgpcore/passphrase.c
7485         * src/plugins/pgpcore/passphrase.h
7486         * src/plugins/pgpcore/pgp_viewer.c
7487         * src/plugins/pgpcore/pgp_viewer.h
7488         * src/plugins/pgpcore/plugin.c
7489         * src/plugins/pgpcore/select-keys.c
7490         * src/plugins/pgpcore/select-keys.h
7491         * src/plugins/pgpcore/sgpgme.c
7492         * src/plugins/pgpcore/sgpgme.h
7493         * src/plugins/pgpinline/pgpinline.c
7494         * src/plugins/pgpinline/pgpinline.h
7495         * src/plugins/pgpinline/plugin.c
7496         * src/plugins/pgpmime/pgpmime.c
7497         * src/plugins/pgpmime/pgpmime.h
7498         * src/plugins/pgpmime/plugin.c
7499         * src/plugins/spamassassin/spamassassin.c
7500         * src/plugins/spamassassin/spamassassin.h
7501         * src/plugins/spamassassin/spamassassin_gtk.c
7502         * src/plugins/trayicon/trayicon.c
7503                 it's 2007, update the year in the copyright headers
7504
7505 2007-01-03 [paul]       2.6.1cvs95
7506
7507         * src/gtk/about.c
7508                 it is 2007, use it in the copyright string
7509
7510 2007-01-03 [paul]       2.6.1cvs94
7511
7512         * src/html.c
7513                 html entity conversion:
7514                 move &#153; to a more suitable place
7515                 add &bull; and &ndash;
7516                 make sure &mdash; and &#8212; are both
7517                 converted the same
7518
7519 2007-01-02 [colin]      2.6.1cvs93
7520
7521         * src/addrbook.c
7522                 Fix leak
7523         * src/common/plugin.c
7524                 Add comment
7525         * src/etpan/imap-thread.c
7526                 Fix warning
7527
7528 2006-12-31 [paul]       2.6.1cvs92
7529
7530         * src/prefs_summaries.c
7531                 use gtk_button_new_from_stock()
7532
7533 2006-12-30 [colin]      2.6.1cvs91
7534
7535         * src/folder.c
7536         * src/imap_gtk.c
7537         * src/mh_gtk.c
7538                 Don't update filtering and account paths 
7539                 when copying folders
7540
7541 2006-12-30 [colin]      2.6.1cvs90
7542
7543         * src/prefs_compose_writing.c
7544         * src/prefs_quote.c
7545         * src/prefs_template.c
7546                 Use message font for Writing and 
7547                 Quoting prefs, as well as Templates.
7548
7549 2006-12-30 [colin]      2.6.1cvs89
7550
7551         * src/prefs_summaries.c
7552                 Rework GUI; patch by Pawel
7553
7554 2006-12-29 [colin]      2.6.1cvs88
7555
7556         * src/prefs_folder_item.c
7557                 Fix bug 1085, 'Apply to subfolder 
7558                 doesn't work' - I was mistaken saying
7559                 it worked in every case
7560
7561 2006-12-28 [colin]      2.6.1cvs87
7562
7563         * src/gtk/gtkaspell.c
7564                 Don't assert if use_alternate is true
7565                 and alt_dictionary isn't set -- this 
7566                 is what happens on upgrade! Rather,
7567                 do with it.
7568
7569 2006-12-28 [colin]      2.6.1cvs86
7570
7571         * Makefile.am
7572                 Fix desktop/icon simplification
7573
7574 2006-12-28 [colin]      2.6.1cvs85
7575
7576         * Makefile.am
7577                 Make desktop and icon not 
7578                 dependant on the desktop
7579
7580 2006-12-28 [wwp]        2.6.1cvs84
7581
7582         * src/plugins/pgpmime/claws.def
7583                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
7584
7585 2006-12-28 [wwp]        2.6.1cvs83
7586
7587         * src/prefs_folder_item.c
7588                 Fix coloring of "simplify subject regexp" (folder prefs),
7589                 which might be left to red whereas the regexp gets empty.
7590
7591 2006-12-28 [wwp]        2.6.1cvs82
7592
7593         * src/prefs_common.c
7594         * src/prefs_common.h
7595         * src/addressbook.c
7596         * src/addressitem.h
7597                 Save addressbook mainwindow's horizontal and vertical splitter position.
7598
7599 2006-12-27 [wwp]        2.6.1cvs81
7600
7601         * src/gtk/gtkaspell.c
7602         * src/gtk/gtkaspell.h
7603         * src/compose.c
7604                 Fix assignment of compose's default and alternate dictionary from
7605                 account or folder settings. Now gtkaspell_change_dict does rotate
7606                 dicts only when it's called from a menu cb.
7607
7608 2006-12-27 [wwp]        2.6.1cvs80
7609
7610         * src/folder_item_prefs.c
7611                 Fix randomly initialized default-alt-dictionary (folder prefs),
7612                 complete 2.6.1cvs72.
7613
7614 2006-12-27 [paul]       2.6.1cvs79
7615
7616         * src/imap_gtk.c
7617         * src/mh_gtk.c
7618                 Add Copy folder in the folder's contextual
7619                 menu
7620
7621 2006-12-27 [wwp]        2.6.1cvs78
7622
7623         * src/imap.c
7624                 Clean up session locking, thanks to Colin.
7625
7626 2006-12-26 [colin]      2.6.1cvs77
7627
7628         * src/statusbar.c
7629                 Revert previous patch
7630
7631 2006-12-26 [colin]      2.6.1cvs76
7632
7633         * src/folder.c
7634         * src/folderview.c
7635         * src/imap.c
7636         * src/statusbar.c
7637         * src/etpan/imap-thread.c
7638                 Fix previous commit warnings
7639                 Make statusbar update every second if total < 20
7640                 Make IMAP APPEND faster by simplifying log              
7641
7642 2006-12-26 [colin]      2.6.1cvs75
7643
7644         * src/folder.c
7645         * src/folder.h
7646         * src/folderview.c
7647         * src/folderview.h
7648         * src/imap_gtk.c
7649         * src/mh_gtk.c
7650                 Make it possible to copy folders accross
7651                 mailboxes (this was an arbitrary limitation).
7652                 Still make it impossible to move folders 
7653                 accross mailboxes.
7654
7655 2006-12-26 [colin]      2.6.1cvs74
7656
7657         * src/etpan/imap-thread.c
7658                 Fix bug 1081, 'claws-mail 
7659                 segfaults when going offline 
7660                 while it transfers mails via 
7661                 imap'
7662
7663 2006-12-26 [colin]      2.6.1cvs73
7664
7665         * src/folder_item_prefs.c
7666                 Don't forget alt dictionary when
7667                 renaming/moving folders
7668
7669 2006-12-26 [wwp]        2.6.1cvs72
7670
7671         * src/folder_item_prefs.c
7672                 Add missing defaults for per-folder alt dict
7673                 (forgotten in 2.6.1cvs61).
7674
7675 2006-12-26 [colin]      2.6.1cvs71
7676
7677         * src/wizard.c
7678                 Add tooltip to state that specifying
7679                 full path to mailbox is possible
7680
7681 2006-12-26 [wwp]        2.6.1cvs70
7682
7683         * src/partial_download.c
7684         * src/gtk/gtkvscrollbutton.c
7685         * src/plugins/pgpinline/plugin.c
7686                 Fix for few compiler warnings that matter.
7687
7688 2006-12-25 [colin]      2.6.1cvs69
7689
7690         * src/partial_download.c
7691                 Fix marking for download or deletion
7692                 when the header isn't the first
7693         * src/gtk/logwindow.c
7694                 Fix start of scrolling
7695
7696 2006-12-23 [paul]       2.6.1cvs68
7697
7698         * src/compose.c
7699                 change last commit to use the 'academic'
7700                 method instead. Thanks to wwp
7701
7702 2006-12-23 [paul]       2.6.1cvs67
7703
7704         * src/compose.c
7705                 don't warn about empty subject when
7706                 redirecting
7707
7708 2006-12-22 [colin]      2.6.1cvs66
7709
7710         * src/summary_search.c
7711                 Fix previous patch
7712
7713 2006-12-22 [colin]      2.6.1cvs65
7714
7715         * src/gtk/gtkutils.c
7716         * src/imap.c
7717         * src/jpilot.c
7718         * src/summary_search.c
7719                 A few warning fixes
7720
7721 2006-12-23 [paul]       
7722
7723         2.7.0-rc2 released
7724
7725 2006-12-22 [colin]      2.6.1cvs64
7726
7727         * src/toolbar.c
7728         * src/toolbar.h
7729                 Add a combo to the learn spam button
7730         * src/plugins/bogofilter/bogofilter.c
7731         * src/plugins/bogofilter/bogofilter_gtk.c
7732         * src/plugins/bogofilter/bogofilter.h
7733                 Allow to store Unsure mails in a specific
7734                 folder to make better teaching easier
7735
7736 2006-12-21 [wwp]        2.6.1cvs63
7737
7738         * src/compose.c
7739         * src/prefs_common.c
7740         * src/prefs_common.h
7741         * src/prefs_spelling.c
7742         * src/gtk/gtkaspell.c
7743         * src/gtk/gtkaspell.h
7744                 Allow spell-checking using both current and alternate dictionaries
7745                 (thanks to Colin).
7746
7747 2006-12-21 [wwp]        2.6.1cvs62
7748
7749         * src/gtk/gtkaspell.c
7750                 Apply recheck_when_changing_dict (highlight all mispelled words)
7751                 when switching to alternate dictionary.
7752
7753 2006-12-21 [wwp]        2.6.1cvs61
7754
7755         * src/compose.c
7756         * src/folder_item_prefs.h
7757         * src/prefs_common.c
7758         * src/prefs_common.h
7759         * src/prefs_folder_item.c
7760         * src/prefs_spelling.c
7761         * src/gtk/gtkaspell.c
7762         * src/gtk/gtkaspell.h
7763                 Add global and per-folder prefs to set the default
7764                 alternate dictionary.
7765
7766 2006-12-21 [colin]      2.6.1cvs60
7767
7768         * src/folder.c
7769                 Look for folders by path in all folders
7770         * src/html.c
7771                 add &mdash;
7772
7773 2006-12-20 [colin]      2.6.1cvs59
7774
7775         * src/gtk/quicksearch.c
7776                 Make sure in_typing is false when clearing
7777
7778 2006-12-20 [wwp]        2.6.1cvs58
7779
7780         * configure.ac
7781                 change manual's target dir to be LFH-compliant (thanks to Colin).
7782
7783 2006-12-20 [wwp]        2.6.1cvs57
7784
7785         * src/prefs_common.c
7786         * src/prefs_summaries.c
7787                 i18n fix and factorize patch, thanks to Fabien.
7788
7789 2006-12-20 [paul]       2.6.1cvs56
7790
7791         * configure.ac
7792                 last of the renaming (??)
7793         * src/main.c
7794                 correct --help info of --status-full
7795         * src/plugins/bogofilter/bogofilter.c
7796                 make FALSE default of whitelist_ab
7797
7798 2006-12-19 [colin]      2.6.1cvs55
7799
7800         * src/jpilot.c
7801                 Same as before, without depending on
7802                 pisock >= 0.12
7803
7804 2006-12-19 [colin]      2.6.1cvs54
7805
7806         * src/jpilot.c
7807                 Fix bug 1059, 'Better jpilot charset 
7808                 handling'. Use libpisync's charset conversion
7809                 if possible
7810
7811 2006-12-19 [colin]      2.6.1cvs53
7812
7813         * po/fr.po
7814                 Updated by Fabien
7815
7816 2006-12-19 [wwp]        2.6.1cvs52
7817
7818         * src/gtk/about.c
7819                 Add missing #include (thanks to Colin).
7820
7821 2006-12-19 [wwp]        2.6.1cvs51
7822
7823         * src/prefs_receive.c
7824                 Better spacing between widgets in prefs.
7825
7826 2006-12-18 [colin]      2.6.1cvs50
7827
7828         * src/imap.c
7829                 Fix failure to get separator on LIST "" ""
7830                 Try LIST "" "INBOX" too.
7831
7832 2006-12-18 [wwp]        2.6.1cvs49
7833
7834         * src/common/session.c
7835                 Fix a compiler warning (thanks to Fabien).
7836
7837 2006-12-18 [wwp]        2.6.1cvs48
7838
7839         * src/compose.c
7840         * src/prefs_quote.c
7841                 Factorize some strings for translation (it's about error
7842                 messages when applying or checking template/quote format).
7843
7844 2006-12-18 [colin]      2.6.1cvs47
7845
7846         * Makefile.am
7847         * src/common/defs.h
7848         * src/gtk/Makefile.am
7849         * src/gtk/about.c
7850                 Add a Release notes tab from the contents of
7851                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
7852
7853 2006-12-17 [colin]      2.6.1cvs46
7854
7855         * src/mimeview.c
7856         * src/textview.c
7857         * src/gtk/filesel.c
7858                 Correctly convert from/to UTF8/filename encoding
7859                 when loading and saving files. Probably fixes
7860                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7861                 for a file to attach and is blocked...'
7862
7863 2006-12-17 [colin]      2.6.1cvs45
7864
7865         * src/gtk/logwindow.c
7866                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7867                 IMAP folder and is blocked on main thread': 
7868                 make sure we put utf8 in the log.
7869
7870 2006-12-16 [colin]      2.6.1cvs44
7871
7872         * src/toolbar.c
7873         * src/toolbar.h
7874                 Fix bug 1055, 'Add the 'cancel receive' 
7875                 in the available events for the toolbar buttons'
7876
7877 2006-12-16 [colin]      2.6.1cvs43
7878
7879         * po/POTFILES.in
7880         * src/imap.c
7881         * src/common/nntp.c
7882         * src/common/session.c
7883                 Log error when SSL handshakes fail. 
7884                 Fixes bug 1082, 'incorrect / imprecise 
7885                 error message when imap server provides 
7886                 ssl only through STARTTLS but SSL is 
7887                 selected'
7888
7889 2006-12-15 [wwp]        2.6.1cvs42
7890
7891         * src/plugins/bogofilter/bogofilter_gtk.c
7892                 set proper sensitivity to widgets I've recently added.
7893
7894 2006-12-15 [colin]      
7895
7896         2.7.0-rc1 released
7897
7898 2006-12-15 [wwp]        2.6.1cvs41
7899
7900         * src/plugins/bogofilter/bogofilter.c
7901         * src/plugins/bogofilter/bogofilter.h
7902         * src/plugins/bogofilter/bogofilter_gtk.c
7903                 bogofilter's whitelist can now use a subset of
7904                 the addressbook (either a book, a subfolder of a book,
7905                 or the whole addressbook by using "Any"). Re-used there
7906                 some pref_matcher widgets and mechanisms to match a subset
7907                 of the addressbook.
7908
7909 2006-12-15 [wwp]        2.6.1cvs40
7910
7911         * src/wizard.c
7912         * src/common/plugin.c
7913         * src/common/plugin.h
7914         * src/gtk/about.c
7915         * src/plugins/bogofilter/bogofilter.c
7916         * src/plugins/clamav/clamav_plugin.c
7917         * src/plugins/demo/demo.c
7918         * src/plugins/dillo_viewer/dillo_viewer.c
7919         * src/plugins/pgpcore/plugin.c
7920         * src/plugins/pgpinline/plugin.c
7921         * src/plugins/pgpmime/plugin.c
7922         * src/plugins/spamassassin/spamassassin.c
7923         * src/plugins/trayicon/trayicon.c
7924                 factorize some translatable strings (plugins-related),
7925                 fix missing punctuation in several places,
7926                 remove useless translatable \n in about.c,
7927                 and factorize plugin init code w/ a new function
7928                 check_plugin_version() in common/plugin.c.
7929                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7930
7931 2006-12-15 [wwp]        2.6.1cvs39
7932
7933         * src/plugins/bogofilter/bogofilter.c
7934         * src/plugins/bogofilter/bogofilter_gtk.c
7935                 flag whitelisted spams as spam, but don't filter it to the spam
7936                 folder. Thanks to Colin.
7937
7938 2006-12-15 [ticho]      2.6.1cvs38
7939
7940         * src/plugins/bogofilter/bogofilter.c
7941         * src/plugins/bogofilter/bogofilter.h
7942         * src/plugins/bogofilter/bogofilter_gtk.c
7943                 Add option to whitelist senders found in addressbook. Patch by colin.
7944
7945 2006-12-15 [paul]       2.6.1cvs37
7946
7947         * src/folderview.c
7948                 add missing #include "log.h"
7949
7950 2006-12-15 [paul]       2.6.1cvs36
7951
7952         * src/plugins/bogofilter/bogofilter.c
7953         * src/plugins/bogofilter/bogofilter.h
7954         * src/plugins/bogofilter/bogofilter_gtk.c
7955                 Add an option to allow inserting an
7956                 X-Claws-Bogosity header (on MH folders
7957                 only). Patch by Colin
7958
7959 2006-12-14 [colin]      2.6.1cvs35
7960
7961         * src/main.c
7962                 "Yes" should be the default choice for
7963                 migration configuration
7964
7965 2006-12-14 [paul]       2.6.1cvs34
7966
7967         * src/prefs_summaries.c
7968         * manual/advanced.xml
7969                 Unhide mark_as_read_delay
7970
7971 2006-12-14 [paul]       2.6.1cvs33
7972
7973         * src/messageview.c
7974         * src/messageview.h
7975         * src/mimeview.c
7976         * src/mimeview.h
7977         * src/summaryview.c
7978         * src/textview.c
7979         * src/textview.h
7980                 Fix printing of selection
7981                 Fix printing of message parts
7982                 Fix printing of images
7983         * src/gtk/gtksourceprintjob.c
7984                 Fix page count when there are images
7985
7986 2006-12-14 [wwp]        2.6.1cvs32
7987
7988         * src/mainwindow.c
7989         * src/summaryview.c
7990         * src/summaryview.h
7991         * src/gtk/quicksearch.c
7992                 fix quicksearch 'magnify' button status when QS is closed
7993                 using the Escape key, thanks to Colin.
7994
7995 2006-12-14 [wwp]        2.6.1cvs31
7996
7997         * src/mainwindow.c
7998         * src/summaryview.c
7999         * src/summaryview.h
8000         * src/gtk/quicksearch.c
8001                 fix quicksearch 'magnify' button status when QS is closed
8002                 using the Escape key, thanks to Colin.
8003
8004 2006-12-13 [colin]      2.6.1cvs30
8005
8006         * src/ldapquery.c
8007         * src/ldaputil.c
8008                 Use the binary safe version of ldap_get_values,
8009                 to make sure we manipulate null-terminated 
8010                 strings. Maybe fixes bug 1075, 'claws mail 
8011                 segfault when completing ldap adresses'
8012         * src/syldap.c ** REMOVED **
8013         * src/syldap.h ** REMOVED **
8014                 Remove dead files
8015
8016 2006-12-13 [mones]      2.6.1cvs29
8017
8018         * po/es.po
8019                 Fixed piped strings, fixed click translation
8020
8021 2006-12-13 [paul]       2.6.1cvs28
8022
8023         * src/main.c
8024                 don't translate these strings
8025
8026 2006-12-13 [paul]       2.6.1cvs27
8027
8028         * po/en_GB.po
8029                 updated
8030
8031 2006-12-13 [colin]      2.6.1cvs26
8032
8033         * src/main.c
8034         * src/main.h
8035                 Add claws_is_starting()
8036
8037 2006-12-13 [mones]      2.6.1cvs25
8038
8039         * manual/es/advanced.xml
8040         * po/es.po
8041                 Synced manual and updated translation
8042
8043 2006-12-12 [colin]      2.6.1cvs24
8044
8045         * src/wizard.c
8046                 Add an option to use STARTTLS in the
8047                 welcome wizard. Fixes bug 1080, 
8048                 'Using SSL option in wizard for incoming 
8049                 server does not activate SSL with STARTTLS'
8050
8051 2006-12-12 [colin]      2.6.1cvs23
8052
8053         * src/main.c
8054                 Don't exit when there's an incomplete
8055                 mailbox configured - leaves a chance 
8056                 to fix a failing IMAP account. Exit
8057                 if no mailbox at all is loaded (case
8058                 of missing plugin).
8059                 Completes bug 1077's fix (I was wrong
8060                 in this bug's comment #3).
8061
8062 2006-12-12 [colin]      2.6.1cvs22
8063
8064         * src/gtk/menu.h
8065                 Add another menu data type
8066         * src/prefs_account.c
8067                 Complete the completion of bug 1076
8068                 (doesn't lose the pref on apply)
8069
8070 2006-12-12 [paul]       2.6.1cvs21
8071
8072         * src/prefs_account.c
8073                 complete the fix of bug 1076
8074                 also be more verbose with the text
8075
8076 2006-12-12 [paul]       2.6.1cvs20
8077
8078         * src/gtk/combobox.c
8079                 fix compilation warning
8080
8081 2006-12-11 [colin]      2.6.1cvs19
8082
8083         * src/wizard.c
8084                 Document :port in server entry tooltips
8085
8086 2006-12-11 [colin]      2.6.1cvs18
8087
8088         * src/main.c
8089                 Fix compile
8090
8091 2006-12-11 [colin]      2.6.1cvs17
8092
8093         * src/main.c
8094                 Add failing IMAP as a reason for no
8095                 mailbox
8096
8097 2006-12-11 [colin]      2.6.1cvs16
8098
8099         * src/prefs_account.c
8100                 Check for existence of inbox for local
8101                 accounts too
8102         * src/wizard.c
8103                 Allow setting the port to use for servers
8104                 by using the usual "server.example.com:port"
8105                 syntax. Fixes bug 1077, 'sylpheed-claws does 
8106                 not start when IMAP server is unavailable'
8107
8108 2006-12-11 [colin]      2.6.1cvs15
8109
8110         * src/prefs_account.c
8111                 Prevent use of non-existing default inbox
8112
8113 2006-12-11 [colin]      2.6.1cvs14
8114
8115         * src/prefs_account.c
8116                 Fix sensitivity. Fixes bug 1076, 'privacy 
8117                 options are displayed even when pgp plugin 
8118                 not loaded / available'
8119
8120 2006-12-09 [colin]      2.6.1cvs13
8121
8122         * manual/advanced.xml
8123         * src/prefs_common.c
8124         * src/prefs_common.h
8125         * src/common/ssl_certificate.c
8126                 Add a new hidden preference, 'unsafe_ssl_certs',
8127                 which allows to store multiple certificates per
8128                 server/port. This is disabled by default because
8129                 it's less secure (presenting a new certificate
8130                 instead of a changed one raises less alarms).
8131                 This will cause Claws to ask about an unknown
8132                 certificate for people who have used 2.6.1cvs8
8133                 or greater.
8134
8135 2006-12-09 [colin]      2.6.1cvs12
8136
8137         * src/action.c
8138                 Fix cache updating after action
8139
8140 2006-12-07 [wwp]        2.6.1cvs11
8141
8142         * src/compose.c
8143                 fix email address comparison when replying to all
8144                 (avoid replying to ourselves), thanks to Colin.
8145
8146 2006-12-06 [paul]       2.6.1cvs10
8147
8148         * src/addrharvest.c
8149         * src/editldap.c
8150         * src/expldifdlg.c
8151         * src/news.c
8152         * src/toolbar.c
8153         * src/common/utils.c
8154                 ...and more renaming
8155                 Thanks to Colin
8156
8157 2006-12-06 [paul]       2.6.1cvs9
8158
8159         * src/compose.c
8160         * src/messageview.c
8161         * src/procheader.c
8162         * src/procmime.c
8163         * src/procmsg.c
8164         * src/textview.c
8165                 more renaming
8166                 Thanks to Colin
8167
8168 2006-12-06 [colin]      2.6.1cvs8
8169
8170         * src/ssl_manager.c
8171         * src/common/ssl_certificate.c
8172         * src/common/ssl_certificate.h
8173                 Handle multiple certificates per host/port
8174
8175 2006-12-06 [colin]      2.6.1cvs7
8176
8177         * src/etpan/imap-thread.c
8178                 Fix certificate checking on IMAP
8179
8180 2006-12-06 [colin]      2.6.1cvs6
8181
8182         * src/folderview.c
8183                 Fix bug 1072, 'Claws stops fetching newsgroups 
8184                 from server when newsgroup got deleted': continue
8185                 checking other groups
8186
8187 2006-12-05 [wwp]        2.6.1cvs5
8188
8189         * src/message_search.c
8190         * src/summary_search.c
8191         * src/gtk/combobox.c
8192         * src/gtk/combobox.h
8193         * src/gtk/gtkutils.c
8194         * src/gtk/gtkutils.h
8195                 make up and down arrow keys in modern gtk_combo_box_entry widgets
8196                 behave like w/ old comboboxes (summary and message search only).
8197
8198 2006-12-05 [paul]       2.6.1cvs4
8199
8200         * src/wizard.c
8201                 encode headers
8202                 Thanks to Colin
8203
8204 2006-12-05 [paul]       2.6.1cvs3
8205
8206         * tools/README
8207         * tools/textviewer.pl
8208                 script updated and description added
8209
8210 2006-12-04 [colin]      2.6.1cvs2
8211
8212         * src/compose.c
8213                 Run pre-send hook only when checking
8214                 everything
8215
8216 2006-12-04 [paul]       2.6.1cvs1
8217
8218         * NEWS
8219         * README
8220         * RELEASE_NOTES
8221         * configure.ac
8222         * tools/README
8223                 bump up version number following stable release
8224
8225 2006-12-04 [paul]       2.6.0cvs83
8226
8227         * README
8228                 updates and corrections
8229
8230 2006-12-04 [colin]      2.6.0cvs82
8231
8232         * src/common/utils.c
8233                 Probably fix bug 1066, 'Incorrect mailbox 
8234                 size displayed'
8235
8236 2006-12-04 [colin]      2.6.0cvs81
8237
8238         * src/common/utils.c
8239                 Trim tabs from mailcap file too.
8240
8241 2006-12-02 [paul]       2.6.0cvs80
8242
8243         * src/exphtmldlg.c
8244                 fix broken GUI under certain languages
8245         * src/expldifdlg.c
8246                 put the Cancel button to the right
8247
8248 2006-12-01 [paul]       2.6.0cvs79
8249
8250         * tools/Makefile.am
8251                 remove reference to removed file
8252
8253 2006-12-01 [wwp]        2.6.0cvs78
8254
8255         * src/addressbook.c
8256         * src/editaddress.c
8257                 remove forgotten debug statements.
8258
8259 2006-12-01 [wwp]        2.6.0cvs77
8260
8261         * manual/advanced.xml
8262         * manual/fr/advanced.xml
8263         * src/addressbook.c
8264         * src/addressbook.h
8265         * src/addressitem.h
8266         * src/editaddress.c
8267         * src/editaddress.h
8268         * src/prefs_common.c
8269         * src/prefs_common.h
8270         * src/gtk/gtkutils.c
8271         * src/gtk/gtkutils.h
8272                 add a hidden option to allow embedding the editaddress (edit contact details)
8273                 dialog into the addressbook's window. This doesn't change the default
8274                 behaviour.
8275
8276 2006-12-01 [wwp]        2.6.0cvs76
8277
8278         * src/message_search.c
8279         * src/summary_search.c
8280                 fix more focus issues (don't set focus to combobox's entry widget when
8281                 entry's value changed, if entry widget has focus already).
8282
8283 2006-12-01 [wwp]        2.6.0cvs75
8284
8285         * src/gtk/quicksearch.c
8286                 revert last changes to the quicksearch gtk_combo_box, this needs more
8287                 tuning and testing.
8288
8289 2006-12-01 [paul]       2.6.0cvs74
8290
8291         * tools/kdeservicemenu/README
8292         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8293         * tools/kdeservicemenu/install.sh
8294         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8295         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8296                 simplify this stuff, and in so doing,
8297                 fix it. (possibly re-extend it again at
8298                 a later date)
8299
8300 2006-12-01 [wwp]        2.6.0cvs73
8301
8302         * src/gtk/quicksearch.c
8303                 adapt quicksearch code to use modern gtk_combo_box'es.
8304
8305 2006-12-01 [wwp]        2.6.0cvs72
8306
8307         * src/common/defs.h
8308         * src/prefs_common.c
8309         * src/prefs_common.h
8310         * src/message_search.c
8311         * src/summary_search.c
8312         * src/gtk/combobox.c
8313         * src/gtk/combobox.h
8314                 add history combos to all message and summary search fields.
8315
8316 2006-12-01 [wwp]        2.6.0cvs71
8317
8318         * src/summaryview.c
8319                 As the list may change while the mark as read delay
8320                 runs, we can't rely on the 'row' pointer, which can
8321                 be invalid when the timeout is called. As the mark
8322                 as read is only done if the message is still selected,
8323                 use summaryview->selected instead. Thanks to Colin.
8324
8325 2006-11-30 [paul]       2.6.0cvs70
8326
8327         * src/textview.c
8328                 give emphasis to "Sylpheed-Claws"
8329                 as well as "Claws Mail"
8330
8331 2006-11-30 [colin]      2.6.0cvs69
8332
8333         * src/wizard.c
8334                 Put the SSL checkboxes in the receiving
8335                 and sending server pages.
8336
8337 2006-11-29 [colin]      2.6.0cvs68
8338
8339         * src/gtk/gtkutils.c
8340         * src/gtk/gtkvscrollbutton.c
8341                 Revert some deprecated fixes - they seem to
8342                 deprecate stuff as soon as a new one gets out.
8343                 g_object_ref_sink needed glib-2.10.
8344
8345 2006-11-29 [colin]      2.6.0cvs67
8346
8347         * src/common/utils.c
8348                 Create .mailcap if it doesn't exist
8349
8350 2006-11-29 [colin]      2.6.0cvs66
8351
8352         * src/compose.c
8353                 Followup to cvs60: use original list
8354                 of recipients if replying to a mail
8355                 in Sent Drafts or Queue.
8356
8357 2006-11-27 [paul]       2.6.0cvs65
8358
8359         * src/image_viewer.c
8360                 revert the last change for now (it's broken)
8361
8362 2006-11-27 [paul]       2.6.0cvs64
8363
8364         * Makefile.am
8365         * configure.ac
8366         * m4/aclocal-include.m4
8367         * m4/check-type.m4
8368         * src/Makefile.am
8369         * src/addr_compl.c
8370         * src/compose.c
8371         * src/crash.c
8372         * src/export.c
8373         * src/exporthtml.c
8374         * src/exportldif.c
8375         * src/imap.c
8376         * src/import.c
8377         * src/main.c
8378         * src/main.h
8379         * src/matcher.c
8380         * src/mimeview.c
8381         * src/procmsg.c
8382         * src/textview.c
8383         * src/common/Makefile.am
8384         * src/common/claws.c
8385         * src/common/claws.h
8386         * src/common/ssl.c
8387         * src/common/sylpheed.c
8388         * src/common/sylpheed.h
8389         * src/etpan/Makefile.am
8390         * src/gtk/Makefile.am
8391         * src/gtk/claws-marshal.list
8392         * src/gtk/filesel.c
8393         * src/gtk/gtksctree.c
8394         * src/gtk/quicksearch.c
8395         * src/gtk/sylpheed-marshal.list
8396         * src/plugins/bogofilter/bogofilter.c
8397         * src/plugins/bogofilter/bogofilter_gtk.c
8398         * src/plugins/clamav/clamav_plugin.c
8399         * src/plugins/clamav/clamav_plugin_gtk.c
8400         * src/plugins/demo/demo.c
8401         * src/plugins/dillo_viewer/dillo_viewer.c
8402         * src/plugins/pgpcore/Makefile.am
8403         * src/plugins/pgpcore/claws.def
8404         * src/plugins/pgpcore/pgp_viewer.c
8405         * src/plugins/pgpcore/plugin.c
8406         * src/plugins/pgpcore/sylpheed.def
8407         * src/plugins/pgpinline/Makefile.am
8408         * src/plugins/pgpinline/claws.def
8409         * src/plugins/pgpinline/plugin.c
8410         * src/plugins/pgpinline/sylpheed.def
8411         * src/plugins/pgpmime/Makefile.am
8412         * src/plugins/pgpmime/claws.def
8413         * src/plugins/pgpmime/plugin.c
8414         * src/plugins/pgpmime/sylpheed.def
8415         * src/plugins/spamassassin/spamassassin.c
8416         * src/plugins/spamassassin/spamassassin_gtk.c
8417         * src/plugins/trayicon/trayicon.c
8418                 yet more renaming
8419                 remove deprecated gtk_tooltips_set_delay()
8420
8421 2006-11-26 [paul]       2.6.0cvs63
8422
8423         * src/expldifdlg.c
8424         * src/folderview.c
8425         * src/image_viewer.c
8426         * src/mainwindow.c
8427         * src/gtk/gtkutils.c
8428         * src/gtk/gtkvscrollbutton.c
8429         * src/gtk/prefswindow.c
8430         * src/plugins/pgpcore/prefs_gpg.c
8431                 replace more deprecated GTK+ functions
8432
8433 2006-11-26 [paul]       2.6.0cvs62
8434
8435         * src/addr_compl.c
8436         * src/addressbook.c
8437         * src/browseldap.c
8438                 replace deprecated gtk_idle_... functions
8439
8440 2006-11-26 [paul]       2.6.0cvs61
8441
8442         * src/compose.c
8443         * src/folderview.c
8444         * src/inc.c
8445         * src/summaryview.c
8446         * src/gtk/gtkvscrollbutton.c
8447         * src/gtk/quicksearch.c
8448         * src/plugins/pgpcore/passphrase.c
8449                 replace deprecated gtk_timeout_add and
8450                 gtk_timeout_remove
8451
8452 2006-11-26 [paul]       2.6.0cvs60
8453
8454         * src/compose.c
8455                 fix bug that caused the wrong recipient
8456                 to be selected when replying to a msg
8457                 which is From one of our accounts to
8458                 another of our accounts
8459
8460 2006-11-25 [paul]       2.6.0cvs59
8461
8462         * src/summaryview.c
8463                 don't change the From column title to
8464                 To if the To column is visible
8465
8466 2006-11-24 [paul]       2.6.0cvs58
8467
8468         * src/compose.c
8469                 fix bug 1069, 'Sent mails disappear, BCC
8470                 or locking problem?'
8471
8472 2006-11-21 [wwp]        2.6.0cvs57
8473
8474         * src/compose.c
8475                 fix spelling menu when replying (same as 2.3.1cvs39):
8476                 discrepancy between context menu and top menu when
8477                 folder's dictionary isn't the default one.
8478
8479 2006-11-19 [paul]       2.6.0cvs56
8480
8481         * src/summaryview.c
8482                 obey always_show_msg option when
8483                 marking as spam
8484         * src/plugins/bogofilter/bogofilter.c
8485                 fix typo
8486
8487 2006-11-18 [paul]       2.6.0cvs55
8488
8489         * AUTHORS
8490         * README
8491         * debian/copyright
8492         * manual/ack.xml
8493         * manual/es/ack.xml
8494         * manual/fr/ack.xml
8495         * manual/pl/ack.xml
8496         * src/gtk/authors.h
8497         * src/gtk/icon_legend.c
8498         * src/gtk/icon_legend.h
8499         * tools/OOo2claws-mail.pl
8500         * tools/README
8501         * tools/acroread2claws-mail.pl
8502         * tools/claws.i18n.status.pl
8503         * tools/filter_conv.pl
8504         * tools/filter_conv_new.pl
8505         * tools/freshmeat_search.pl
8506         * tools/google_search.pl
8507         * tools/kmail2claws-mail.pl
8508         * tools/kmail2claws-mail_v2.pl
8509         * tools/maildir2claws-mail.pl
8510         * tools/make.themes.project
8511         * tools/multiwebsearch.pl
8512         * tools/outlook2claws-mail.pl
8513         * tools/tb2claws-mail
8514         * tools/kdeservicemenu/README
8515         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8516                 update mine and wwp's email addresses in
8517                 several places
8518                 Patch by wwp
8519         * src/prefs_compose_writing.c
8520                 set sensitivity on 'new message format' frame
8521
8522 2006-11-17 [paul]       2.6.0cvs54
8523
8524         * src/gtk/about.c
8525                 more reworking of the GUI
8526                 Patch by Fabien Vantard
8527
8528 2006-11-16 [paul]       2.6.0cvs53
8529
8530         * src/gtk/about.c
8531                 set a minimum size for the window, allow
8532                 it to automatically expand as necessary
8533
8534 2006-11-16 [wwp]        2.6.0cvs52
8535
8536         * src/gtk/about.c
8537                 better wrap of copyright info on some systems.
8538
8539 2006-11-16 [paul]       2.6.0cvs51
8540
8541         * src/gtk/about.c
8542                 move the tech info from the upper panel
8543                 to the Info tab
8544                 use a gtk_text_view for the features tab
8545
8546 2006-11-16 [paul]       2.6.0cvs50
8547
8548         * po/Makevars
8549                 update my email address
8550         * src/addressbook.c
8551         * src/compose.c
8552         * src/imap_gtk.c
8553         * src/mh_gtk.c
8554         * src/news_gtk.c
8555         * src/summaryview.c
8556         * src/plugins/trayicon/trayicon.c
8557                 don't offer simple menu separators
8558                 for translation
8559         * src/folderview.c
8560                 add separator between 'mark all read'
8561                 and 'search folder'
8562
8563 2006-11-15 [wwp]        2.6.0cvs49
8564
8565         * src/gtk/authors.h
8566                 updated manuals authors.
8567
8568 2006-11-14 [paul]       2.6.0cvs48
8569
8570         * src/compose.c
8571                 Fix Options/Reply mode after draft save
8572
8573 2006-11-14 [paul]       2.6.0cvs47
8574
8575         * src/Makefile.am
8576                 Fix make DESTDIR=...
8577         * src/mbox.c
8578                 Optimise speed
8579         * src/plugins/pgpinline/pgpinline.c
8580                 Probably fix bug 1061
8581
8582 2006-11-14 [paul]       2.6.0cvs46
8583
8584         * po/Makevars
8585                 enable Q_ macro
8586         * src/Makefile.am
8587         * src/stock_pixmap.c
8588         * src/stock_pixmap.h
8589         * src/gtk/about.c
8590         * src/pixmaps/active.xpm
8591         * src/pixmaps/inactive.xpm
8592                 add a new page, 'Features', to the About dialog
8593                 showing which features are compiled in and which
8594                 are not
8595
8596 2006-11-14 [paul]       2.6.0cvs45
8597
8598         * po/ru.po
8599                 updated by Pavlo Bohmat
8600
8601 2006-11-14 [colin]      2.6.0cvs44
8602
8603         * src/compose.c
8604         * src/inc.c
8605         * src/messageview.c
8606         * src/news.c
8607         * src/pop.c
8608         * src/procmsg.c
8609         * src/gtk/gtkaspell.c
8610                 Fix 64-bit-related warnings
8611         * src/ssl_manager.c
8612                 Fix possible infinite loop
8613         * src/plugins/pgpcore/sgpgme.c
8614                 Remove useless check
8615
8616 2006-11-13 [colin]      2.6.0cvs43
8617
8618         * src/gtk/Makefile.am
8619                 authors.h isn't generated
8620
8621 2006-11-13 [colin]      2.6.0cvs42
8622
8623         * src/plugins/pgpinline/pgpinline.c
8624         * src/plugins/pgpmime/pgpmime.c
8625                 Very probably fix bug 1061, 'crash on 
8626                 opening signed email'. Another cast
8627                 problem
8628
8629 2006-11-13 [colin]      2.6.0cvs41
8630
8631         * src/plugins/pgpcore/sgpgme.c
8632                 Maybe fix bug 1061, 'crash on opening 
8633                 signed email'
8634
8635 2006-11-13 [wwp]        2.6.0cvs40
8636
8637         * src/plugins/pgpinline/pgpinline.c
8638                 fix candidate for bug #1057, thanks to Colin.
8639
8640 2006-11-13 [wwp]        2.6.0cvs39
8641
8642         * src/compose.c
8643         * src/quote_fmt_parse.y
8644                 fix bug 1052: current parser buffer was not always 
8645                 allocated, ptr to this buffer could be returned as 
8646                 NULL whereas no parser error has occurred. in 
8647                 consequence, defining a template body as "%d" 
8648                 (w/o the quotes) for the first time of the instance 
8649                 of claws-mail, was reporting a parser error. make 
8650                 sure that the buffer is always allocated, even to 
8651                 an empty string.
8652                 fix mis-unescaping in compose.:compose_quote_fmt(): 
8653                 unescaping of the fmt string was always done 
8654                 whereas it must be done *only* when receiving 
8655                 quote format strings issued from the prefs 
8656                 (compose new message, reply, forward, redirect 
8657                 formats), *not* when applying templates.  in 
8658                 consequences, applying templates w/ sequences 
8659                 like \\|p{echo} were failing. make sure that 
8660                 unescaping is done only when necessary.
8661
8662 2006-11-12 [colin]      2.6.0cvs38
8663
8664         * po/de.po
8665                 Fix typo (s/KB/MB)
8666
8667 2006-11-12 [colin]      2.6.0cvs37
8668
8669         * src/plugins/pgpinline/pgpinline.c
8670         * src/plugins/pgpmime/pgpmime.c
8671                 Release GPG context at the latest 
8672                 possible moment. Maybe fixes 
8673                 bug 1057, 'crash on sending signed 
8674                 message to a newsgroup'
8675                 
8676
8677 2006-11-12 [colin]      2.6.0cvs36
8678
8679         * src/plugins/pgpcore/sgpgme.c
8680                 Tell a bit more when gpg's status doesn't
8681                 contain any signature
8682
8683 2006-11-12 [colin]      2.6.0cvs35
8684
8685         * src/compose.c
8686                 Fix bug 1060, 'compilation error with 
8687                 Irix's cc'
8688
8689 2006-11-12 [paul]       2.6.0cvs34
8690
8691         * doc/man/claws-mail.1
8692         * src/prefs_gtk.c
8693         * src/plugins/clamav/README
8694         * src/plugins/spamassassin/README
8695         * tools/README
8696         * tools/freshmeat_search.pl
8697         * tools/google_search.pl
8698         * tools/multiwebsearch.pl
8699                 more renaming
8700         * src/plugins/trayicon/trayicon.c
8701                 fix compiliation warning
8702
8703 2006-11-11 [colin]      2.6.0cvs33
8704
8705         * src/folderview.c
8706                 Forbid drag and drop from/to different
8707                 folders of type F_UNKNOWN
8708
8709 2006-11-11 [colin]      2.6.0cvs32
8710
8711         * src/plugins/pgpinline/pgpinline.c
8712                 Fix typo in previous commit:
8713                 - gpgme_new(&ctx);
8714                 + if ((err = gpgme_new(&data->ctx)) ...)
8715
8716 2006-11-11 [colin]      2.6.0cvs31
8717
8718         * src/plugins/pgpinline/pgpinline.c
8719         * src/plugins/pgpmime/pgpmime.c
8720                 Check success after calling gpgme_new
8721                 Maybe fixes bug 1057, 'crash on sending 
8722                 signed message to a newsgroup'
8723
8724 2006-11-11 [colin]      2.6.0cvs30
8725
8726         * src/undo.c
8727                 init undostruct to 0s (from
8728                 valgrind log of bug 1057)
8729
8730 2006-11-10 [colin]      2.6.0cvs29
8731
8732         * src/mainwindow.c
8733                 Set cursor to wait before filtering
8734                 duplicates in all folders
8735         * src/plugins/bogofilter/bogofilter.c
8736         * src/plugins/bogofilter/bogofilter.h
8737         * src/plugins/bogofilter/bogofilter_gtk.c
8738                 Completely thread away the bogofilter
8739                 filtering
8740
8741 2006-11-10 [mones]      2.6.0cvs28
8742
8743         * src/compose.c
8744         * src/compose.h
8745                 added COMPOSE_CHECK_BEFORE_SEND hook
8746
8747 2006-11-10 [paul]       2.6.0cvs27
8748
8749         * src/crash.c
8750                 more renaming
8751                 add libSM to get_compiled_in_features()
8752         * src/main.c
8753                 more renaming
8754
8755 2006-11-10 [colin]      2.6.0cvs26
8756
8757         * src/etpan/imap-thread.c
8758                 Add a reference to libetpan's sasl engine
8759                 so that sasl_done() doesn't get called by
8760                 libetpan, and doesn't break openssl.
8761                 Should fix bug 1053, 'SC fails to reestablish 
8762                 a secure connection'
8763                 Patch by Hoa
8764
8765 2006-11-10 [colin]      2.6.0cvs25
8766
8767         * manual/addrbook.xml
8768         * manual/advanced.xml
8769         * manual/faq.xml
8770         * manual/intro.xml
8771                 Some more renaming
8772
8773 2006-11-09 [colin]      2.6.0cvs24
8774
8775         * src/plugins/bogofilter/bogofilter_gtk.c
8776                 Add comment about annoyance
8777
8778 2006-11-09 [colin]      2.6.0cvs23
8779
8780         * src/plugins/bogofilter/bogofilter.c
8781         * src/plugins/bogofilter/bogofilter_gtk.c
8782                 Prepare things needed to thread bogofilter
8783                 filtering: separate bogo stuff and possible GUI
8784                 stuff. 
8785
8786 2006-11-09 [colin]      2.6.0cvs22
8787
8788         * src/account.c
8789         * src/compose.c
8790                 Search for one of our accounts in Delivered-To
8791                 (helps for auto-account selection when 
8792                  replying/forwarding)
8793         * src/folderview.c
8794         * src/mainwindow.c
8795         * src/mainwindow.h
8796         * src/plugins/trayicon/trayicon.c
8797                 Allow opening a new mail with any account from
8798                 the contextual menu
8799
8800 2006-11-09 [wwp]        2.6.0cvs21
8801
8802         * src/compose.c
8803         * src/prefs_common.c
8804         * src/prefs_common.h
8805         * src/prefs_compose_writing.c
8806                 add a compose new message format (in prefs/compose/writing), it's a
8807                 simple subject+body template to use when opening a new composition
8808                 window. It's similar to the existent reply and forward formats.
8809
8810                 enhanced the template/format % symbols substitution mechanism to
8811                 use current composition window information when % are used in
8812                 the compose new message format or in templates applied to new
8813                 messages (there were useless in that situations before). When
8814                 applied to new messages, %d corresponds to the system time/date.
8815
8816 2006-11-09 [paul]       2.6.0cvs20
8817
8818         * src/gtk/authors.h
8819                 fix last commit
8820
8821 2006-11-09 [paul]       2.6.0cvs19
8822
8823         * src/gtk/authors.h
8824                 keep tje alphabetical order
8825
8826 2006-11-08 [colin]      2.6.0cvs18
8827
8828         * src/etpan/imap-thread.c
8829                 Fix bug 1054, 'Slowness logging big 
8830                 data chunks'
8831
8832 2006-11-08 [paul]       2.6.0cvs17
8833
8834         * tools/Makefile.am
8835                 fix the renaming
8836
8837 2006-11-08 [paul]       2.6.0cvs16
8838
8839         * src/common/defs.h
8840                 update BUGZILLA_URI
8841
8842 2006-11-08 [paul]       2.6.0cvs15
8843
8844         * tools/Makefile.am
8845         * tools/OOo2claws-mail.pl
8846         * tools/OOo2sylpheed.pl
8847         * tools/README
8848         * tools/acroread2claws-mail.pl
8849         * tools/acroread2sylpheed.pl
8850         * tools/kmail2claws-mail.pl
8851         * tools/kmail2claws-mail_v2.pl
8852         * tools/kmail2sylpheed.pl
8853         * tools/kmail2sylpheed_v2.pl
8854         * tools/maildir2claws-mail.pl
8855         * tools/maildir2sylpheed.pl
8856         * tools/nautilus2claws-mail.sh
8857         * tools/nautilus2sylpheed.sh
8858         * tools/outlook2claws-mail.pl
8859         * tools/outlook2sylpheed.pl
8860         * tools/tb2claws-mail
8861         * tools/tb2sylpheed
8862         * tools/tbird2claws.py
8863         * tools/tbird2syl.py
8864         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8865         * tools/kdeservicemenu/install.sh
8866         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8867         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8868         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8869         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8870         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8871                 renamed (removed, added) tools files
8872
8873 2006-11-08 [paul]       2.6.0cvs14
8874
8875         * src/main.c
8876         * src/common/defs.h
8877                 Migrate sylpheedrc to clawsrc, and fix the standard
8878                 plugins path in the process
8879
8880 2006-11-07 [colin]      2.6.0cvs13
8881
8882         * src/Makefile.am
8883                 Symlink sylpheed-claws relative to 
8884                 claws-mail
8885
8886 2006-11-07 [colin]      2.6.0cvs12
8887
8888         * src/compose.c
8889                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8890
8891 2006-11-07 [paul]       2.6.0cvs11
8892
8893         * src/gtk/about.c
8894                 Fix a missed occurence of
8895                 Sylpheed-Claws
8896
8897 2006-11-07 [paul]       2.6.0cvs10
8898
8899         * src/Makefile.am
8900                 Fix symlink installation
8901
8902 2006-11-07 [paul]       2.6.0cvs9
8903
8904         * src/Makefile.am
8905                 Symlink claws-mail to sylpheed-claws
8906         * src/common/utils.c
8907                 Fix migrating symlinks
8908         * src/etpan/imap-thread.c
8909                 check certificate only when there's
8910                 no error
8911
8912 2006-11-07 [paul]       2.6.0cvs8
8913
8914         * Makefile.am
8915                 Fix icon breakages with Gtk, which needs a 
8916                 cache updated to see them.
8917
8918 2006-11-07 [paul]       2.6.0cvs7
8919
8920         * .cvsignore
8921         * AUTHORS
8922         * COPYING
8923         * INSTALL
8924         * Makefile.am
8925         * NEWS
8926         * README
8927         * RELEASE_NOTES
8928         * autogen.sh
8929         * claws-mail-128x128.png
8930         * claws-mail-64x64.png
8931         * claws-mail.ico
8932         * claws-mail.pc.in
8933         * claws-mail.png
8934         * configure.ac
8935         * sylpheed-claws-128x128.png
8936         * sylpheed-claws-64x64.png
8937         * sylpheed-claws.desktop
8938         * sylpheed-claws.ico
8939         * sylpheed-claws.pc.in
8940         * sylpheed-claws.png
8941         * debian/README.Debian
8942         * debian/changelog
8943         * debian/claws-mail.desktop
8944         * debian/claws-mail.menu
8945         * debian/claws-mail.postinst.debhelper
8946         * debian/claws-mail.postrm.debhelper
8947         * debian/control
8948         * debian/copyright
8949         * debian/files
8950         * debian/rules
8951         * debian/sylpheed-claws.desktop
8952         * debian/sylpheed-claws.menu
8953         * debian/sylpheed-claws.postinst.debhelper
8954         * debian/sylpheed-claws.postrm.debhelper
8955         * doc/man/Makefile.am
8956         * doc/man/claws-mail.1
8957         * doc/man/sylpheed-claws.1
8958         * doc/src/ChangeLog.claws-pre0.8.0
8959         * manual/Makefile.am
8960         * manual/account.xml
8961         * manual/ack.xml
8962         * manual/addrbook.xml
8963         * manual/advanced.xml
8964         * manual/claws-mail-manual.xml
8965         * manual/faq.xml
8966         * manual/glossary.xml
8967         * manual/handling.xml
8968         * manual/intro.xml
8969         * manual/keyboard.xml
8970         * manual/plugins.xml
8971         * manual/starting.xml
8972         * manual/sylpheed-claws-manual.xml
8973         * manual/xml2pdf
8974         * manual/dist/.cvsignore
8975         * manual/dist/html/.cvsignore
8976         * manual/dist/html/Makefile.am
8977         * manual/dist/pdf/.cvsignore
8978         * manual/dist/pdf/Makefile.am
8979         * manual/dist/ps/.cvsignore
8980         * manual/dist/ps/Makefile.am
8981         * manual/dist/txt/.cvsignore
8982         * manual/dist/txt/Makefile.am
8983         * manual/es/Makefile.am
8984         * manual/es/advanced.xml
8985         * manual/es/claws-mail-manual.xml
8986         * manual/es/faq.xml
8987         * manual/es/glossary.xml
8988         * manual/es/handling.xml
8989         * manual/es/intro.xml
8990         * manual/es/plugins.xml
8991         * manual/es/sylpheed-claws-manual.xml
8992         * manual/es/dist/.cvsignore
8993         * manual/es/dist/html/.cvsignore
8994         * manual/es/dist/html/Makefile.am
8995         * manual/es/dist/pdf/.cvsignore
8996         * manual/es/dist/pdf/Makefile.am
8997         * manual/es/dist/ps/.cvsignore
8998         * manual/es/dist/ps/Makefile.am
8999         * manual/es/dist/txt/.cvsignore
9000         * manual/es/dist/txt/Makefile.am
9001         * manual/fr/Makefile.am
9002         * manual/fr/account.xml
9003         * manual/fr/ack.xml
9004         * manual/fr/addrbook.xml
9005         * manual/fr/advanced.xml
9006         * manual/fr/claws-mail-manual.xml
9007         * manual/fr/faq.xml
9008         * manual/fr/glossary.xml
9009         * manual/fr/handling.xml
9010         * manual/fr/intro.xml
9011         * manual/fr/keyboard.xml
9012         * manual/fr/plugins.xml
9013         * manual/fr/starting.xml
9014         * manual/fr/sylpheed-claws-manual.xml
9015         * manual/fr/dist/.cvsignore
9016         * manual/fr/dist/html/.cvsignore
9017         * manual/fr/dist/html/Makefile.am
9018         * manual/fr/dist/pdf/.cvsignore
9019         * manual/fr/dist/pdf/Makefile.am
9020         * manual/fr/dist/ps/.cvsignore
9021         * manual/fr/dist/ps/Makefile.am
9022         * manual/fr/dist/txt/.cvsignore
9023         * manual/fr/dist/txt/Makefile.am
9024         * manual/pl/Makefile.am
9025         * manual/pl/account.xml
9026         * manual/pl/ack.xml
9027         * manual/pl/addrbook.xml
9028         * manual/pl/advanced.xml
9029         * manual/pl/claws-mail-manual.xml
9030         * manual/pl/faq.xml
9031         * manual/pl/glossary.xml
9032         * manual/pl/handling.xml
9033         * manual/pl/intro.xml
9034         * manual/pl/keyboard.xml
9035         * manual/pl/plugins.xml
9036         * manual/pl/starting.xml
9037         * manual/pl/sylpheed-claws-manual.xml
9038         * manual/pl/dist/.cvsignore
9039         * manual/pl/dist/html/.cvsignore
9040         * manual/pl/dist/html/Makefile.am
9041         * manual/pl/dist/pdf/.cvsignore
9042         * manual/pl/dist/pdf/Makefile.am
9043         * manual/pl/dist/ps/.cvsignore
9044         * manual/pl/dist/ps/Makefile.am
9045         * manual/pl/dist/txt/.cvsignore
9046         * manual/pl/dist/txt/Makefile.am
9047         * po/.cvsignore
9048         * po/Makevars
9049         * src/.cvsignore
9050         * src/Makefile.am
9051         * src/account.c
9052         * src/account.h
9053         * src/action.c
9054         * src/action.h
9055         * src/adbookbase.h
9056         * src/addr_compl.c
9057         * src/addr_compl.h
9058         * src/addrbook.c
9059         * src/addrcache.c
9060         * src/addrcache.h
9061         * src/addrcindex.c
9062         * src/addrcindex.h
9063         * src/addrclip.c
9064         * src/addrclip.h
9065         * src/addrdefs.h
9066         * src/addressadd.c
9067         * src/addressadd.h
9068         * src/addressbook.c
9069         * src/addressbook.h
9070         * src/addressbook_foldersel.c
9071         * src/addressbook_foldersel.h
9072         * src/addrgather.c
9073         * src/addrgather.h
9074         * src/addrharvest.c
9075         * src/addrharvest.h
9076         * src/addrindex.c
9077         * src/addrindex.h
9078         * src/addritem.c
9079         * src/addritem.h
9080         * src/addrquery.c
9081         * src/addrquery.h
9082         * src/addrselect.c
9083         * src/addrselect.h
9084         * src/alertpanel.c
9085         * src/alertpanel.h
9086         * src/browseldap.c
9087         * src/browseldap.h
9088         * src/codeconv.c
9089         * src/codeconv.h
9090         * src/compose.c
9091         * src/crash.c
9092         * src/crash.h
9093         * src/customheader.c
9094         * src/customheader.h
9095         * src/displayheader.c
9096         * src/displayheader.h
9097         * src/editaddress.c
9098         * src/editaddress.h
9099         * src/editbook.c
9100         * src/editbook.h
9101         * src/editgroup.c
9102         * src/editgroup.h
9103         * src/editjpilot.c
9104         * src/editjpilot.h
9105         * src/editldap.c
9106         * src/editldap.h
9107         * src/editldap_basedn.c
9108         * src/editldap_basedn.h
9109         * src/editvcard.c
9110         * src/editvcard.h
9111         * src/exphtmldlg.c
9112         * src/exphtmldlg.h
9113         * src/expldifdlg.c
9114         * src/expldifdlg.h
9115         * src/export.c
9116         * src/exporthtml.c
9117         * src/exporthtml.h
9118         * src/exportldif.c
9119         * src/exportldif.h
9120         * src/filtering.c
9121         * src/filtering.h
9122         * src/folder.c
9123         * src/folder.h
9124         * src/folder_item_prefs.c
9125         * src/folder_item_prefs.h
9126         * src/foldersel.c
9127         * src/foldersel.h
9128         * src/folderutils.c
9129         * src/folderutils.h
9130         * src/folderview.c
9131         * src/folderview.h
9132         * src/grouplistdialog.c
9133         * src/grouplistdialog.h
9134         * src/html.c
9135         * src/html.h
9136         * src/image_viewer.c
9137         * src/image_viewer.h
9138         * src/imap.c
9139         * src/imap.h
9140         * src/imap_gtk.c
9141         * src/imap_gtk.h
9142         * src/import.c
9143         * src/import.h
9144         * src/importldif.c
9145         * src/importldif.h
9146         * src/importmutt.c
9147         * src/importmutt.h
9148         * src/importpine.c
9149         * src/importpine.h
9150         * src/inc.c
9151         * src/inc.h
9152         * src/jpilot.c
9153         * src/jpilot.h
9154         * src/ldapctrl.c
9155         * src/ldapctrl.h
9156         * src/ldaplocate.c
9157         * src/ldaplocate.h
9158         * src/ldapquery.c
9159         * src/ldapquery.h
9160         * src/ldapserver.c
9161         * src/ldapserver.h
9162         * src/ldaputil.c
9163         * src/ldaputil.h
9164         * src/ldif.c
9165         * src/ldif.h
9166         * src/localfolder.c
9167         * src/localfolder.h
9168         * src/main.c
9169         * src/main.h
9170         * src/mainwindow.c
9171         * src/mainwindow.h
9172         * src/manual.c
9173         * src/manual.h
9174         * src/matcher.c
9175         * src/matcher.h
9176         * src/matcher_parser.h
9177         * src/matcher_parser_lex.l
9178         * src/matcher_parser_parse.y
9179         * src/mbox.c
9180         * src/mbox.h
9181         * src/message_search.c
9182         * src/message_search.h
9183         * src/messageview.c
9184         * src/messageview.h
9185         * src/mh.c
9186         * src/mh.h
9187         * src/mh_gtk.c
9188         * src/mh_gtk.h
9189         * src/mimeview.c
9190         * src/mimeview.h
9191         * src/msgcache.c
9192         * src/msgcache.h
9193         * src/mutt.c
9194         * src/mutt.h
9195         * src/news.c
9196         * src/news.h
9197         * src/news_gtk.c
9198         * src/news_gtk.h
9199         * src/noticeview.c
9200         * src/noticeview.h
9201         * src/partial_download.c
9202         * src/partial_download.h
9203         * src/pine.c
9204         * src/pine.h
9205         * src/pop.c
9206         * src/pop.h
9207         * src/prefs_account.c
9208         * src/prefs_account.h
9209         * src/prefs_actions.c
9210         * src/prefs_actions.h
9211         * src/prefs_common.c
9212         * src/prefs_common.h
9213         * src/prefs_compose_writing.c
9214         * src/prefs_compose_writing.h
9215         * src/prefs_customheader.c
9216         * src/prefs_customheader.h
9217         * src/prefs_display_header.c
9218         * src/prefs_display_header.h
9219         * src/prefs_ext_prog.c
9220         * src/prefs_ext_prog.h
9221         * src/prefs_filtering.c
9222         * src/prefs_folder_column.c
9223         * src/prefs_folder_column.h
9224         * src/prefs_folder_item.c
9225         * src/prefs_folder_item.h
9226         * src/prefs_fonts.c
9227         * src/prefs_fonts.h
9228         * src/prefs_gtk.c
9229         * src/prefs_gtk.h
9230         * src/prefs_image_viewer.c
9231         * src/prefs_image_viewer.h
9232         * src/prefs_matcher.c
9233         * src/prefs_matcher.h
9234         * src/prefs_message.c
9235         * src/prefs_message.h
9236         * src/prefs_msg_colors.c
9237         * src/prefs_msg_colors.h
9238         * src/prefs_other.c
9239         * src/prefs_other.h
9240         * src/prefs_quote.c
9241         * src/prefs_quote.h
9242         * src/prefs_receive.c
9243         * src/prefs_receive.h
9244         * src/prefs_send.c
9245         * src/prefs_send.h
9246         * src/prefs_spelling.c
9247         * src/prefs_spelling.h
9248         * src/prefs_summaries.c
9249         * src/prefs_summaries.h
9250         * src/prefs_summary_column.c
9251         * src/prefs_summary_column.h
9252         * src/prefs_template.c
9253         * src/prefs_template.h
9254         * src/prefs_themes.c
9255         * src/prefs_themes.h
9256         * src/prefs_toolbar.c
9257         * src/prefs_toolbar.h
9258         * src/prefs_wrapping.c
9259         * src/prefs_wrapping.h
9260         * src/privacy.c
9261         * src/privacy.h
9262         * src/procheader.c
9263         * src/procheader.h
9264         * src/procmime.c
9265         * src/procmime.h
9266         * src/procmsg.c
9267         * src/procmsg.h
9268         * src/quote_fmt.c
9269         * src/quote_fmt_parse.y
9270         * src/recv.c
9271         * src/recv.h
9272         * src/remotefolder.c
9273         * src/remotefolder.h
9274         * src/send_message.c
9275         * src/send_message.h
9276         * src/setup.c
9277         * src/setup.h
9278         * src/sourcewindow.c
9279         * src/sourcewindow.h
9280         * src/ssl_manager.c
9281         * src/ssl_manager.h
9282         * src/statusbar.c
9283         * src/statusbar.h
9284         * src/stock_pixmap.c
9285         * src/stock_pixmap.h
9286         * src/summary_search.c
9287         * src/summary_search.h
9288         * src/summaryview.c
9289         * src/summaryview.h
9290         * src/syldap.c
9291         * src/syldap.h
9292         * src/textview.c
9293         * src/textview.h
9294         * src/toolbar.c
9295         * src/toolbar.h
9296         * src/undo.c
9297         * src/undo.h
9298         * src/unmime.c
9299         * src/unmime.h
9300         * src/vcard.c
9301         * src/vcard.h
9302         * src/wizard.c
9303         * src/wizard.h
9304         * src/common/base64.c
9305         * src/common/base64.h
9306         * src/common/defs.h
9307         * src/common/hooks.c
9308         * src/common/hooks.h
9309         * src/common/log.c
9310         * src/common/log.h
9311         * src/common/mgutils.c
9312         * src/common/mgutils.h
9313         * src/common/nntp.c
9314         * src/common/nntp.h
9315         * src/common/passcrypt.c
9316         * src/common/passcrypt.h.in
9317         * src/common/plugin.c
9318         * src/common/plugin.h
9319         * src/common/prefs.c
9320         * src/common/prefs.h
9321         * src/common/progressindicator.c
9322         * src/common/progressindicator.h
9323         * src/common/quoted-printable.c
9324         * src/common/quoted-printable.h
9325         * src/common/session.c
9326         * src/common/session.h
9327         * src/common/smtp.c
9328         * src/common/smtp.h
9329         * src/common/socket.c
9330         * src/common/socket.h
9331         * src/common/ssl.c
9332         * src/common/ssl.h
9333         * src/common/stringtable.c
9334         * src/common/stringtable.h
9335         * src/common/sylpheed.c
9336         * src/common/sylpheed.h
9337         * src/common/template.c
9338         * src/common/template.h
9339         * src/common/timing.h
9340         * src/common/utils.c
9341         * src/common/utils.h
9342         * src/common/version.h.in
9343         * src/common/xml.c
9344         * src/common/xml.h
9345         * src/common/xmlprops.c
9346         * src/common/xmlprops.h
9347         * src/gtk/about.c
9348         * src/gtk/colorlabel.c
9349         * src/gtk/colorlabel.h
9350         * src/gtk/colorsel.c
9351         * src/gtk/colorsel.h
9352         * src/gtk/combobox.c
9353         * src/gtk/combobox.h
9354         * src/gtk/description_window.c
9355         * src/gtk/description_window.h
9356         * src/gtk/filesel.c
9357         * src/gtk/filesel.h
9358         * src/gtk/foldersort.c
9359         * src/gtk/foldersort.h
9360         * src/gtk/gtkaspell.c
9361         * src/gtk/gtkaspell.h
9362         * src/gtk/gtksctree.c
9363         * src/gtk/gtkshruler.c
9364         * src/gtk/gtkshruler.h
9365         * src/gtk/gtkutils.c
9366         * src/gtk/gtkutils.h
9367         * src/gtk/icon_legend.c
9368         * src/gtk/icon_legend.h
9369         * src/gtk/logwindow.c
9370         * src/gtk/logwindow.h
9371         * src/gtk/manage_window.c
9372         * src/gtk/manage_window.h
9373         * src/gtk/pluginwindow.c
9374         * src/gtk/pluginwindow.h
9375         * src/gtk/prefswindow.c
9376         * src/gtk/prefswindow.h
9377         * src/gtk/quicksearch.c
9378         * src/gtk/quicksearch.h
9379         * src/pixmaps/claws-mail.xpm
9380         * src/pixmaps/claws-mail_icon.xpm
9381         * src/pixmaps/claws-mail_logo.xpm
9382         * src/pixmaps/sylpheed-claws.xpm
9383         * src/pixmaps/sylpheed-claws_icon.xpm
9384         * src/pixmaps/sylpheed-claws_logo.xpm
9385         * src/plugins/bogofilter/Makefile.am
9386         * src/plugins/bogofilter/bogofilter.c
9387         * src/plugins/bogofilter/bogofilter.h
9388         * src/plugins/bogofilter/bogofilter_gtk.c
9389         * src/plugins/clamav/Makefile.am
9390         * src/plugins/clamav/clamav_plugin.c
9391         * src/plugins/clamav/clamav_plugin.h
9392         * src/plugins/clamav/clamav_plugin_gtk.c
9393         * src/plugins/demo/Makefile.am
9394         * src/plugins/demo/demo.c
9395         * src/plugins/dillo_viewer/Makefile.am
9396         * src/plugins/dillo_viewer/README
9397         * src/plugins/dillo_viewer/dillo_prefs.c
9398         * src/plugins/dillo_viewer/dillo_prefs.h
9399         * src/plugins/dillo_viewer/dillo_viewer.c
9400         * src/plugins/pgpcore/Makefile.am
9401         * src/plugins/pgpcore/passphrase.c
9402         * src/plugins/pgpcore/passphrase.h
9403         * src/plugins/pgpcore/pgp_viewer.c
9404         * src/plugins/pgpcore/pgp_viewer.h
9405         * src/plugins/pgpcore/plugin.c
9406         * src/plugins/pgpcore/prefs_gpg.c
9407         * src/plugins/pgpcore/prefs_gpg.h
9408         * src/plugins/pgpcore/select-keys.c
9409         * src/plugins/pgpcore/select-keys.h
9410         * src/plugins/pgpcore/sgpgme.c
9411         * src/plugins/pgpcore/sgpgme.h
9412         * src/plugins/pgpcore/sylpheed.def
9413         * src/plugins/pgpcore/version.rc
9414         * src/plugins/pgpinline/Makefile.am
9415         * src/plugins/pgpinline/pgpinline.c
9416         * src/plugins/pgpinline/pgpinline.h
9417         * src/plugins/pgpinline/plugin.c
9418         * src/plugins/pgpinline/sylpheed.def
9419         * src/plugins/pgpinline/version.rc
9420         * src/plugins/pgpmime/Makefile.am
9421         * src/plugins/pgpmime/pgpmime.c
9422         * src/plugins/pgpmime/pgpmime.h
9423         * src/plugins/pgpmime/plugin.c
9424         * src/plugins/pgpmime/sylpheed.def
9425         * src/plugins/pgpmime/version.rc
9426         * src/plugins/spamassassin/Makefile.am
9427         * src/plugins/spamassassin/README
9428         * src/plugins/spamassassin/spamassassin.c
9429         * src/plugins/spamassassin/spamassassin.h
9430         * src/plugins/spamassassin/spamassassin_gtk.c
9431         * src/plugins/trayicon/Makefile.am
9432         * src/plugins/trayicon/trayicon.c
9433         * tools/OOo2sylpheed.pl
9434         * tools/README
9435         * tools/README.sylprint
9436         * tools/acroread2sylpheed.pl
9437         * tools/claws.i18n.status.pl
9438         * tools/filter_conv.pl
9439         * tools/filter_conv_new.pl
9440         * tools/freshmeat_search.pl
9441         * tools/google_search.pl
9442         * tools/kmail2sylpheed.pl
9443         * tools/kmail2sylpheed_v2.pl
9444         * tools/make.themes.project
9445         * tools/multiwebsearch.pl
9446         * tools/nautilus2sylpheed.sh
9447         * tools/outlook2sylpheed.pl
9448         * tools/sylprint.pl
9449         * tools/sylprint.rc
9450         * tools/tb2sylpheed
9451         * tools/textviewer.sh
9452         * tools/vcard2xml.py
9453         * tools/kdeservicemenu/README
9454         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9455         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9456         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9457                 Change name to Claws Mail. Announce to follow...
9458
9459 2006-11-06 [wwp]        2.6.0cvs6
9460
9461         * src/prefs_template.c
9462                 unify messages related to quote format/template errors (fix
9463                 capitalization), again.
9464
9465 2006-11-06 [wwp]        2.6.0cvs5
9466
9467         * src/prefs_quote.c
9468                 unify messages related to quote format/template errors.
9469
9470 2006-11-06 [wwp]        2.6.0cvs4
9471
9472         * src/prefs_msg_colors.c
9473                 more uses of Q_ macro for contextual translations, thanks
9474                 to Fabien (fzzzzz).
9475
9476 2006-11-06 [wwp]        2.6.0cvs3
9477
9478         * src/compose.c
9479         * src/common/utils.c
9480         * src/common/utils.h
9481                 show an alertpanel to make sure users are aware that sensitive
9482                 files are attached (it's file blacklist-based). This will fix
9483                 interaction w/ GoogleEarth for instance, thanks to Colin.
9484
9485 2006-11-06 [wwp]        2.6.0cvs2
9486
9487         * src/prefs_quote.c
9488         * src/prefs_template.c
9489         * src/prefs_template.h
9490                 check quote format when applying/closing prefs. For now this only
9491                 shows up an error dialog box, not preventing the user from using
9492                 a broken quote (reply, forwards) format.
9493
9494 2006-11-06 [wwp]        2.6.0cvs1
9495
9496         * src/prefs_template.c
9497                 fix missing checks of some template fields.
9498
9499 2006-11-06 [paul]       2.6.0
9500
9501         * NEWS
9502         * README
9503         * RELEASE_NOTES
9504                 2.6.0 released
9505
9506 2006-11-06 [paul]       2.5.6cvs22
9507
9508         * manual/advanced.xml
9509         * manual/es/advanced.xml
9510                 put 'respect_flowed_format' info in the correct
9511                 place
9512
9513 2006-11-06 [mones]      2.5.6cvs21
9514
9515         * po/es.po
9516                 Minor fixes for release
9517
9518 2006-11-06 [paul]       2.5.6cvs20
9519
9520         * po/cs.po
9521         * po/de.po
9522         * po/fr.po
9523         * po/it.po
9524         * po/nl.po
9525         * po/pt_BR.po
9526         * po/sk.po
9527         * po/sv.po
9528         * po/zh_CN.po
9529                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
9530                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
9531                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
9532                 Young
9533
9534 2006-11-02 [colin]      2.5.6cvs19
9535
9536         * src/imap.c
9537         * src/imap.h
9538         * src/prefs_account.c
9539         * src/etpan/imap-thread.c
9540                 Add GSSAPI support - fixes Debian bug #383274
9541
9542 2006-11-01 [colin]      2.5.6cvs18
9543
9544         * src/jpilot.c
9545                 Handle libpisock12 support. Probably
9546                 fixes bug 1046, 'jpilot AddressDB.pdb 
9547                 import fail'
9548
9549 2006-11-01 [colin]      2.5.6cvs17
9550
9551         * src/folderutils.c
9552                 debug_print() folderutils_mark_all_read()
9553
9554 2006-11-01 [colin]      2.5.6cvs16
9555
9556         * COPYING
9557                 Add missed files to the Apache exception
9558
9559 2006-10-31 [colin]      2.5.6cvs15
9560
9561         * src/folder.c
9562         * src/folder.h
9563                 Add a copy_private_data() func to FolderClasses
9564                 Doesn't break the feature freeze, because we 
9565                 won't use it (right now) in the core.
9566
9567 2006-10-31 [colin]      2.5.6cvs14
9568
9569         * COPYING
9570                 Allow linking with the Apache licensed files in
9571                 src/plugins/spamassassin. Hopefully fixes 
9572                 bug 1048, 'Spamassassin plugin license problem'
9573
9574 2006-10-31 [wwp]        2.5.6cvs13
9575
9576         * src/compose.c
9577                 fix and optimize trimming of leading linefeeds in body loop.
9578
9579 2006-10-31 [colin]      2.5.6cvs12
9580
9581         * src/etpan/imap-thread.c
9582         * src/imap.c
9583                 Make really sure to have NULL sets in case
9584                 of error
9585
9586 2006-10-30 [wwp]        2.5.6cvs11
9587
9588         * src/prefs_common.c
9589         * src/prefs_common.h
9590         * src/compose.c
9591                 fix broken storage of quote format template when it contains \-escape
9592                 sequences. The application of such sequences is also fixed now (\t
9593                 in quote format will be a real tab instead of a 't', for instance).
9594
9595 2006-10-27 [colin]      2.5.6cvs10
9596
9597         * src/compose.c
9598                 Probably fix bug 1045, 'sylpheed-claws 
9599                 doesn't remove the mail from the IMAP 
9600                 Queue folder after sending'. From
9601                 2.5.6cvs3-stable
9602
9603 2006-10-27 [colin]      2.5.6cvs9
9604
9605         * configure.ac
9606                 Require libetpan-0.48. I'm so annoying,
9607                 I know ;-)
9608
9609 2006-10-27 [colin]      2.5.6cvs8
9610
9611         * src/folder.c
9612         * src/imap.c
9613                 Probably fix bug 1044, 'sylpheed-claws 
9614                 segfaults while moving mails' - Fix relation
9615                 usage when moving to an IMAP mailbox from another
9616                 mailbox
9617
9618 2006-10-26 [paul]       2.5.6cvs7
9619
9620         * src/gtk/about.c
9621                 add libSM to compiled-in features
9622                 list
9623
9624 2006-10-24 [colin]      2.5.6cvs6
9625
9626         * src/textview.c
9627         * src/gtk/gtkutils.c
9628                 Fix crash when printing emails with an
9629                 xface
9630
9631 2006-10-24 [mones]      2.5.6cvs5
9632
9633         * manual/es/advanced.xml
9634                 Synchronize hidden option respect_flowed_format
9635         * po/es.po
9636                 Updated translation
9637
9638 2006-10-21 [paul]       2.5.6cvs4
9639
9640         * src/gtk/authors.h
9641         * src/plugins/pgpcore/pgp_viewer.c
9642         * src/plugins/pgpcore/sgpgme.c
9643                 fix building on BSDs
9644                 Thanks to Michael Hughes
9645                 <Sylpheed-Claws_user@thehugheslogcabin.net>
9646
9647 2006-10-20 [colin]      2.5.6cvs3
9648
9649         * configure.ac
9650                 Bump up libetpan requirement
9651                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
9652         * src/common/utils.c
9653         * src/common/utils.h
9654                 Add convenience get_file_mtime()
9655         * src/imap.c
9656         * src/etpan/imap-thread.c
9657         * src/etpan/imap-thread.h
9658                 Implement UIDPLUS support if the server
9659                 supports it - faster sending in this case
9660
9661 2006-10-19 [colin]      2.5.6cvs2
9662
9663         * src/gtk/quicksearch.c
9664                 Fix emptying in type-ahead+extended mode
9665         * src/mainwindow.c
9666         * src/mainwindow.h
9667                 Add a hook for offline state change
9668         * src/plugins/trayicon/trayicon.c
9669                 Use it to display offline icons
9670         * src/plugins/trayicon/Makefile.am
9671         * src/plugins/trayicon/newmail.offline.xpm
9672         * src/plugins/trayicon/newmarkedmail.offline.xpm
9673         * src/plugins/trayicon/nomail.offline.xpm
9674         * src/plugins/trayicon/unreadmail.offline.xpm
9675         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9676                 Add the icons
9677
9678 2006-10-12 [paul]       2.5.6cvs1
9679
9680         * NEWS
9681         * README
9682         * configure.ac
9683                 Update version number following
9684                 stable release
9685
9686 2006-10-19 [colin]      2.5.5cvs18
9687
9688         * manual/handling.xml
9689                 Add type-ahead search
9690
9691 2006-10-18 [colin]      2.5.5cvs17
9692
9693         * src/gtk/quicksearch.c
9694                 Remove "save to history only if there's
9695                 no syntax error", it breaks for some 
9696                 reason which I'll investigate later.
9697
9698 2006-10-18 [colin]      2.5.5cvs16
9699
9700         * src/prefs_common.c
9701         * src/prefs_common.h
9702         * src/summaryview.c
9703         * src/gtk/quicksearch.c
9704         * src/gtk/quicksearch.h
9705                 Add a type-ahead option for fast searches
9706                 Patch by Fabien Vantard
9707
9708 2006-10-18 [colin]      2.5.5cvs15
9709
9710         * src/compose.c
9711         * src/compose.h
9712                 Add Options/Reply mode/ menu to be able to
9713                 change the recipients of a reply on the fly
9714
9715 2006-10-18 [colin]      2.5.5cvs14
9716
9717         * src/compose.c
9718                 Fix redirecting of our own sent mails
9719
9720 2006-10-17 [wwp]        2.5.5cvs13
9721
9722         * src/send_message.c
9723                 Fix duplicate error messages when sending, and missing
9724                 newline in such error messages.
9725
9726 2006-10-17 [colin]      2.5.5cvs12
9727
9728         * src/compose.c
9729                 Compare addresses case-insensitive
9730
9731 2006-10-17 [colin]      2.5.5cvs11
9732
9733         * src/plugins/pgpcore/sgpgme.c
9734                 Fix return status
9735
9736 2006-10-17 [colin]      2.5.5cvs10
9737
9738         * src/plugins/pgpcore/pgp_viewer.c
9739                 Fix return status
9740
9741 2006-10-17 [colin]      2.5.5cvs9
9742
9743         * src/quote_fmt.c
9744                 Fix a typo (thanks to Fabien)
9745
9746 2006-10-16 [colin]      2.5.5cvs8
9747
9748         * src/textview.c
9749                 Fix problem with quote-folding when emails
9750                 don't convert cleanly to UTF-8
9751
9752 2006-10-14 [colin]      2.5.5cvs7
9753
9754         * src/prefs_template.c
9755                 Reset fields when reopening
9756                 the window
9757
9758 2006-10-13 [paul]       2.5.5cvs6
9759
9760         * manual/advanced.xml
9761         * src/prefs_message.c
9762                 make 'respect_flowed_format' a hidden
9763                 option, and add a manual entry for it
9764                 Thanks to Colin
9765
9766 2006-10-12 [colin]      2.5.5cvs5
9767
9768         * src/codeconv.c
9769                 Revert part of 2.5.2cvs21:
9770                 Don't optimise by reusing the 
9771                 last iconv converter if possible:
9772                 it seems slightly broken in a 
9773                 very hard way to reproduce
9774
9775 2006-10-12 [colin]      2.5.5cvs4
9776
9777         * src/prefs_common.c
9778         * src/prefs_common.h
9779         * src/prefs_message.c
9780         * src/procmime.c
9781                 Fix bug 1035, 'Incorrect handling 
9782                 of flowed lines'. We now optionnaly
9783                 handle this format (preference is in
9784                 Message View/Text options section)
9785
9786 2006-10-12 [colin]      2.5.5cvs3
9787
9788         * po/POTFILES.in
9789                 Add new file
9790         * src/plugins/pgpcore/pgp_viewer.c
9791         * src/plugins/pgpcore/sgpgme.c
9792                 Don't try to import without asking
9793
9794 2006-10-12 [colin]      2.5.5cvs2
9795
9796         * src/compose.c
9797                 Fix bug 1036, 'Forwarding a mutlipart
9798                 mail with a "text/html" block to ms
9799                 outlook users leeds to freeze of
9800                 outlook'. Poor outlook users...
9801
9802 2006-10-12 [paul]       2.5.5cvs1
9803
9804         * NEWS
9805         * README
9806         * configure.ac
9807                 Update version number following
9808                 stable release
9809
9810 2006-10-11 [paul]       2.5.4cvs1
9811
9812         * NEWS
9813         * README
9814         * configure.ac
9815                 Update version number following
9816                 stable release
9817
9818 2006-10-11 [paul]       2.5.3cvs32
9819
9820         * src/textview.c
9821                 fix bug 1032, 'Segmentation fault when showing
9822                 message' (bug in quote folding)
9823                 Thanks to Colin
9824
9825 2006-10-10 [colin]      2.5.3cvs31
9826
9827         * src/quote_fmt.c
9828                 Rephrase english a bit
9829
9830 2006-10-10 [colin]      2.5.3cvs30
9831
9832         * src/prefs_compose_writing.c
9833                 Stop making the page larger than the window
9834
9835 2006-10-10 [wwp]        2.5.3cvs29
9836
9837         * src/compose.c
9838         * src/prefs_template.c
9839         * src/quote_fmt.c
9840         * src/quote_fmt.h
9841         * src/quote_fmt_lex.l
9842         * src/quote_fmt_parse.y
9843                 Extend the quote parser a bit: allow to get access to
9844                 basic (composing) account info.
9845
9846 2006-10-10 [colin]      2.5.3cvs28
9847
9848         * src/procheader.c
9849                 Fix this \t problem in subject
9850
9851 2006-10-09 [colin]      2.5.3cvs27
9852
9853         * src/main.c
9854         * src/prefs_gtk.c
9855                 Prepare cache a bit later
9856                 If section already exists, skip the new one 
9857                 (as previously); avoid writing the same block
9858                 twice - if we find a second block with the 
9859                 same id, skip it.
9860         * src/plugins/pgpcore/pgp_viewer.c
9861                 Set cursor to busy when retrieving a key
9862         * src/plugins/pgpcore/sgpgme.c
9863                 allow 5 seconds for gpg to export the key
9864                 
9865
9866 2006-10-09 [colin]      2.5.3cvs26
9867
9868         * configure.ac
9869         * src/msgcache.c
9870         * src/prefs_gtk.c
9871                 Check for existence of fgets_unlocked
9872                 and fwrite_unlocked
9873
9874 2006-10-09 [paul]       2.5.3cvs25
9875
9876         * src/prefs_summaries.c
9877                 replace strftime() with fast_strftime() and in
9878                 the consequence fix the bug in the display of
9879                 AM/PM in the 'Example' string
9880
9881 2006-10-09 [ticho]      2.5.3cvs24
9882
9883         * po/sk.po
9884                 Updated (and fixed up somewhat) Slovak translation.
9885
9886 2006-10-08 [colin]      2.5.3cvs23
9887
9888         * src/prefs_folder_item.c
9889                 Explain why prefs in the top-level folder
9890                 aren't retained, but are still useful
9891
9892 2006-10-08 [colin]      2.5.3cvs22
9893
9894         * src/prefs_gtk.c
9895                 Don't cache anything if caching fails
9896
9897 2006-10-08 [colin]      2.5.3cvs21
9898
9899         * src/common/utils.c
9900                 always include gi18n.h
9901
9902 2006-10-07 [colin]      2.5.3cvs20
9903
9904         * src/plugins/pgpcore/pgp_viewer.c
9905                 Kill gpg after 5 seconds wait
9906
9907 2006-10-07 [colin]      2.5.3cvs19
9908
9909         * src/plugins/pgpcore/pgp_viewer.c
9910         * src/plugins/pgpcore/pgp_viewer.h
9911                 Fix copyright
9912
9913 2006-10-07 [colin]      2.5.3cvs18
9914
9915         * src/plugins/pgpcore/pgp_viewer.c
9916         * src/plugins/pgpcore/pgp_viewer.h
9917                 Actually add the files to CVS
9918
9919 2006-10-07 [colin]      2.5.3cvs17
9920
9921         * src/plugins/pgpcore/sgpgme.c
9922                 Be sure not to crash on 'application/pgp-signature' that
9923                 are not application/pgp-signatures
9924
9925 2006-10-07 [colin]      2.5.3cvs16
9926
9927         * src/textview.c
9928         * src/textview.h
9929                 Make a bit more of the API available
9930         * src/plugins/pgpcore/Makefile.am
9931         * src/plugins/pgpcore/plugin.c
9932         * src/plugins/pgpcore/sgpgme.c
9933                 Add basic key import/export
9934
9935 2006-10-07 [colin]      2.5.3cvs15
9936
9937         * src/folderview.c
9938         * src/imap.c
9939         * src/prefs_account.c
9940         * src/wizard.c
9941                 Warn users *everywhere* if libetpan's not
9942                 linked in
9943
9944 2006-10-06 [mones]      2.5.3cvs14
9945
9946         * po/de.po
9947         * po/es.po
9948                 updated by Stephan Sachse and me
9949
9950 2006-10-06 [colin]      2.5.3cvs13
9951
9952         * src/main.c
9953         * src/common/sylpheed.c
9954                 Don't load common plugins if --exit is passed
9955         * src/prefs_gtk.c
9956         * src/prefs_gtk.h
9957                 Implement a cache to avoid reading the same
9958                 files over and over again at startup
9959
9960 2006-10-06 [colin]      2.5.3cvs12
9961
9962         * src/summaryview.c
9963         * src/gtk/quicksearch.c
9964                 Update display every 5k mails on fast searches
9965
9966 2006-10-06 [colin]      2.5.3cvs11
9967
9968         * src/textview.c
9969                 Don't do quote folding on HTML or ERTF.
9970                 May fix the Cygwin issues if they were
9971                 happening with HTML mails?
9972
9973 2006-10-05 [colin]      2.5.3cvs10
9974
9975         * src/prefs_gtk.c
9976                 Oops, forgot one
9977
9978 2006-10-05 [colin]      2.5.3cvs9
9979
9980         * src/prefs_gtk.c
9981                 Use unlocked_stdio here too
9982
9983 2006-10-05 [colin]      2.5.3cvs8
9984
9985         * src/folderview.c
9986                 Fix go to next * after preferences apply
9987         * src/msgcache.c
9988                 Do the fd lock/unlock ourselves instead of
9989                 letting the libc do it at each write 
9990
9991 2006-10-05 [colin]      2.5.3cvs7
9992
9993         * src/common/utils.c
9994                 Faster division, thanks to Jean Diraison
9995
9996 2006-10-05 [paul]       2.5.3cvs6
9997
9998         * src/common/utils.c
9999                 fix building with --disable-nls
10000
10001 2006-10-04 [colin]      2.5.3cvs5
10002
10003         * src/folder.c
10004                 Maybe fix a segfault
10005
10006 2006-10-04 [wwp]        2.5.3cvs4
10007
10008         * src/prefs_folder_item.c
10009                 Fine-tune layouts in folder item prefs. Suggested by
10010                 Fabien Vantard <fzzzzz@gmail.com>.
10011
10012 2006-10-04 [wwp]        2.5.3cvs3
10013
10014         * src/prefs_folder_item.c
10015                 Kill the clandestine passengers. You didn't see anything.
10016
10017 2006-10-04 [wwp]        2.5.3cvs2
10018
10019         * src/prefs_folder_item.c
10020                 Add a way to test the subject simplify regexp in
10021                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
10022                 w/ few layout changes.
10023
10024 2006-20-04 [paul]       2.5.3cvs1
10025
10026         * NEWS
10027         * README
10028         * configure.ac
10029                 Update version number following
10030                 stable release
10031
10032 2006-10-04 [colin]      2.5.2cvs42
10033
10034         * src/folder.c
10035         * src/folder.h
10036         * src/summaryview.c
10037                 Provide a way for folder classes to set their sort
10038                 type and key
10039
10040 2006-10-03 [colin]      2.5.2cvs41
10041
10042         * src/mh.c
10043                 Don't use strlen() to know if the
10044                 string's empty
10045
10046 2006-10-03 [colin]      2.5.2cvs40
10047
10048         * src/mh.c
10049                 Fix "check for new folders" with accentued folders
10050
10051 2006-10-03 [ticho]      2.5.2cvs39
10052
10053         * src/filtering.c
10054         * src/folder.c
10055         * src/inc.c
10056         * src/mbox.c
10057                 Colin's fix for "copy" filtering rules.
10058
10059 2006-10-02 [colin]      2.5.2cvs38
10060
10061         * src/folderview.c
10062                 Fix for double-click too
10063
10064 2006-10-02 [colin]      2.5.2cvs37
10065
10066         * src/folderview.c
10067                 correct fix for cvs36
10068
10069 2006-10-02 [colin]      2.5.2cvs36
10070
10071         * src/folderview.c
10072                 Fix 'goto next unread' after collapsing/expanding 
10073                 a node.
10074
10075 2006-10-02 [colin]      2.5.2cvs35
10076
10077         * src/summaryview.c
10078                 Fix double freeze/thaw
10079         * src/common/utils.c
10080         * src/common/utils.h
10081                 Reimplement strftime
10082         * src/procheader.c
10083                 Use it
10084
10085
10086 2006-10-02 [colin]      2.5.2cvs34
10087
10088         * src/mh.c
10089                 Time mh_write_sequences() - it's fast
10090         * src/summaryview.c
10091                 Init a variable to shut up gcc
10092
10093 2006-10-01 [colin]      2.5.2cvs33
10094
10095         * src/folder.c
10096         * src/mh.c
10097         * src/mh.h
10098         * src/msgcache.c
10099                 Add helper mh_set_mtime(), and set mtime to stat()'s result
10100                 Add fsync but disable it, it's slow as hell
10101
10102 2006-10-01 [colin]      2.5.2cvs32
10103
10104         * src/mh.c
10105         * src/msgcache.c
10106                 fflush() caches and mh_sequences before
10107                 fclose()ing
10108
10109 2006-10-01 [colin]      2.5.2cvs31
10110
10111         * src/msgcache.c
10112                 Don't ftruncate when not using mmap
10113
10114 2006-09-30 [colin]      2.5.2cvs30
10115
10116         * src/main.c
10117                 Write folder list *after* saving caches
10118
10119 2006-09-30 [colin]      2.5.2cvs29
10120
10121         * src/folder.c
10122         * src/mh.c
10123                 Debug forced mtime changes
10124
10125 2006-09-30 [colin]      2.5.2cvs28
10126
10127         * src/folder.c
10128         * src/main.c
10129                 Remove useless debug_print()s (code
10130                 well-tested)
10131
10132 2006-09-30 [colin]      2.5.2cvs27
10133
10134         * src/mh.c
10135                 Do stuff faster when writing mh_sequences
10136
10137 2006-09-30 [colin]      2.5.2cvs26
10138
10139         * src/mh.c
10140                 Don't let the writing of .mh_sequences, which
10141                 can change the folder's mtime, let us think
10142                 we need to scan.
10143
10144 2006-09-30 [colin]      2.5.2cvs25
10145
10146         * src/folder.c
10147                 Move a debug_print where it belongs 
10148                 (processing)
10149         * src/summaryview.c
10150                 Don't mess with a huge slow subject
10151                 table if we're not threading by
10152                 subject
10153
10154 2006-09-30 [colin]      2.5.2cvs24
10155
10156         * src/msgcache.c
10157                 Reenable mmaped reads (*not* writes!)
10158         * src/procmsg.c
10159                 Don't destroy and recreate hashtables just
10160                 for fun
10161         * src/common/utils.c
10162                 Remove useless reply prefixes (it's case
10163                 unsensitive)
10164
10165 2006-09-30 [wwp]        2.5.2cvs23
10166
10167         * tools/fix_date.sh
10168                 Fixed a minor bug in date value extraction, added a switch
10169                 to replace non RFC-compliant Date: value, added a switch
10170                 to use strict RFC matching patterns for dates.
10171
10172 2006-09-29 [colin]      2.5.2cvs22
10173
10174         * src/matcher_parser.h
10175         * src/matcher_parser_parse.y
10176         * src/prefs_filtering.c
10177         * src/statusbar.c
10178         * src/summary_search.c
10179         * src/summaryview.c
10180         * src/gtk/quicksearch.c
10181         * src/gtk/quicksearch.h
10182                 Optimise searches by setting different
10183                 refresh intervals (depending if the 
10184                 search is fast or not)
10185
10186 2006-09-29 [colin]      2.5.2cvs21
10187
10188         * src/codeconv.c
10189                 Optimise by reusing the last iconv converter
10190                 if possible
10191         * src/textview.c
10192                 Optimise a bit (the foldable quotes feature
10193                 still has an awful O(n^2) algo
10194
10195 2006-09-29 [colin]      2.5.2cvs20
10196
10197         * src/gtk/gtksctree.c
10198         * src/gtk/gtksctree.h
10199                 Optimise de-selection via up/down or
10200                 another key
10201
10202 2006-09-28 [colin]      2.5.2cvs19
10203
10204         * src/action.c
10205         * src/compose.c
10206         * src/folderview.c
10207         * src/mainwindow.c
10208         * src/messageview.c
10209         * src/summary_search.c
10210         * src/toolbar.c
10211                 Avoid using summaryview->ctree directly
10212
10213 2006-09-28 [colin]      2.5.2cvs18
10214
10215         * src/summaryview.c
10216         * src/summaryview.h
10217                 Add helpers to freeze/thaw/grab_focus
10218                 Factorize calls to freeze/thaw/grab_focus
10219                 
10220
10221 2006-09-28 [colin]      2.5.2cvs17
10222
10223         * src/main.c
10224                 More guards for the session management
10225
10226 2006-09-28 [colin]      2.5.2cvs16
10227
10228         * src/folderview.c
10229         * src/gtk/gtksctree.c
10230         * src/gtk/gtksctree.h
10231                 Make expanding not recursive in folderview
10232
10233 2006-09-28 [colin]      2.5.2cvs15
10234
10235         * src/addressbook.c
10236                 If nothing is selected in the list (right part)
10237                 and a group is selected in the tree (left part),
10238                 mail this group.
10239
10240 2006-09-28 [colin]      2.5.2cvs14
10241
10242         * src/Makefile.am
10243                 Actually use SM_LIBS
10244
10245 2006-09-28 [ticho]      2.5.2cvs13
10246
10247         * src/export.c
10248         * src/messageview.c
10249         * src/mimeview.c
10250         * src/news.c
10251         * src/pop.c
10252         * src/prefs_themes.c
10253         * src/procmsg.c
10254                 Small i18n string optimization.
10255         * src/send_message.c
10256         * src/summaryview.c
10257         * src/common/session.c
10258         * src/common/smtp.c
10259         * src/common/ssl_certificate.c
10260         * src/common/utils.c
10261                 Use "Couldn't" instead of "Can't" in UI messages,
10262                 where appropriate.
10263
10264 2006-09-28 [colin]      2.5.2cvs12
10265
10266         * configure.ac
10267                 Possibly fix link errors
10268
10269 2006-09-27 [wwp]        2.5.2cvs11
10270
10271         * src/gtk/authors.h
10272         * doc/man/sylpheed-claws.1
10273         * manual/ack.xml
10274         * manual/es/ack.xml
10275         * manual/fr/ack.xml
10276         * manual/pl/ack.xml
10277                 Updated authors info (me, myself and I).
10278
10279 2006-09-27 [colin]      2.5.2cvs10
10280
10281         * src/addressbook.c
10282                 Remove useless printf
10283
10284 2006-09-27 [wwp]        2.5.2cvs9
10285
10286         * src/editgroup.c
10287         * src/send_message.c
10288         * src/inc.c
10289         * src/prefs_common.c
10290         * src/prefs_common.h
10291         * src/gtk/progressdialog.c
10292                 remember more windows' sizes (send dialog, received dialog,
10293                 edit group in addressbook).
10294
10295 2006-09-27 [colin]      2.5.2cvs8
10296
10297         * configure.ac
10298         * src/main.c
10299         * src/mainwindow.h
10300                 Use libSM to communicate with the session
10301                 manager, so that we can know when the 
10302                 session ends, save our caches, and draft
10303                 our compose windows.
10304
10305 2006-09-27 [colin]      2.5.2cvs7
10306
10307         * src/addressbook.c
10308                 Fix issues:
10309                 o Allow Book and Group creation from the tree's
10310                   contextual menu
10311                 o Do not actually delete the contacts when 
10312                   deleting groups from the tree (duh!)
10313
10314 2006-09-27 [colin]      2.5.2cvs6
10315
10316         * src/compose.c
10317         * src/compose.h
10318         * src/mainwindow.c
10319         * src/textview.c
10320         * src/toolbar.c
10321                 o Allow passing an email address to 
10322                   compose_new_with_folderitem
10323                 o Update callers
10324                 o Use current folderitem when clicking
10325                   on a TextView mailto: link
10326                 o Fix a possible leak in TextView
10327
10328 2006-09-27 [colin]      2.5.2cvs5
10329
10330         * src/html.c
10331                 Use UTF-8 chars to replace HTML entities
10332
10333 2006-09-27 [colin]      2.5.2cvs4
10334
10335         * AUTHORS
10336         * src/prefs_account.c
10337         * src/gtk/authors.h
10338                 Fix bug #1024 (Array index out of
10339                 range in sylpheed-claws-2.5.2)
10340                 Patch by Ales Nosek <anosek@suse.cz>
10341
10342 2006-09-27 [colin]      2.5.2cvs3
10343
10344         * src/addr_compl.c
10345                 Actually do the test
10346
10347 2006-09-27 [colin]      2.5.2cvs2
10348
10349         * src/addr_compl.c
10350         * src/addr_compl.h
10351                 Allow completing with comma (in certain cases: vCalendar
10352                 for example doesn't support that)
10353                 Patch by Fabien Vantard
10354
10355 2006-09-26 [colin]      2.5.2cvs1
10356
10357         * src/Makefile.am
10358         * src/addr_compl.c
10359         * src/addr_compl.h
10360         * src/addrbook.c
10361         * src/addrbook.h
10362         * src/addressbook.c
10363         * src/addrindex.c
10364         * src/addrindex.h
10365         * src/compose.c
10366         * src/prefs_common.c
10367         * src/prefs_filtering_action.c
10368         * src/prefs_folder_item.c
10369         * src/prefs_template.c
10370         * src/stock_pixmap.c
10371         * src/stock_pixmap.h
10372         * src/pixmaps/addr_one.xpm
10373         * src/pixmaps/addr_two.xpm
10374                 Add auto-completion on groups
10375
10376 2006-09-26 [colin]      2.5.2
10377
10378         * NEWS
10379         * README
10380         * RELEASE_NOTES
10381                 2.5.2 released
10382
10383 2006-09-26 [colin]      2.5.1cvs5
10384
10385         * src/matcher.c
10386                 Fix condition
10387
10388 2006-09-26 [colin]      2.5.1cvs4
10389
10390         * src/mbox.c
10391                 Revert cvs1 (useless as the message is printed 
10392                 every 500 mails)
10393
10394 2006-09-26 [colin]      2.5.1cvs3
10395
10396         * src/partial_download.c
10397                 Fix crasher found by Alexsandar Urosevic
10398
10399 2006-09-26 [colin]      2.5.1cvs2
10400
10401         * src/summaryview.c
10402                 Fix bug #1023 (Sylpheed deletes too much messages)
10403
10404 2006-09-26 [ticho]      2.5.1cvs1
10405
10406         * src/mbox.c
10407                 Make use of gettext's multiple plurals for statusbar
10408                 progress message.
10409
10410 2006-09-25 [paul]       2.5.1
10411
10412         * NEWS
10413         * README
10414         * RELEASE_NOTES
10415                 2.5.1 released
10416
10417 2006-09-25 [colin]      2.5.0cvs3
10418
10419         * src/plugins/bogofilter/bogofilter.c
10420         * src/plugins/clamav/clamav_plugin.c
10421         * src/plugins/spamassassin/spamassassin.c
10422                 BogoFilter, Spamassassin: Fix double hook registering after
10423                 visiting preferences
10424                 Spamassassin, Clamav: Just set the mails to move instead of
10425                 doing the move - caller will move the things at once.
10426
10427 2006-09-25 [colin]      2.5.0cvs2
10428
10429         * src/imap.c
10430         * src/etpan/imap-thread.c
10431                 Use UID SEARCH ALL instead of UID 1:*
10432                 (braindead servers can't figure out that's
10433                 the same...)
10434
10435 2006-09-25 [wwp]        2.5.0cvs1
10436
10437         * src/message_search.c
10438                 Added the ability to stop a running search (in message body).
10439
10440 2006-09-25 [paul]       2.5.0
10441
10442         * NEWS
10443         * README
10444         * RELEASE_NOTES
10445                 2.5.0 released
10446
10447 2006-09-25 [paul]       2.4.0cvs214
10448
10449         * po/cs.po
10450         * po/de.po
10451         * po/fi.po
10452         * po/fr.po
10453         * po/nl.po
10454         * po/pt_BR.po
10455         * po/sk.po
10456         * po/sr.po
10457         * po/zh_CN.po
10458                 updated by Tim, Stephan Sachse, Flammie Pirinen,
10459                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
10460                 Ticho, Aleksander Urosevic, Ralgh Young
10461
10462 2006-09-24 [mones]      2.4.0cvs213
10463
10464         * po/es.po
10465                 Updated for release
10466
10467 2006-09-23 [colin]      2.4.0cvs212
10468
10469         * src/gtk/inputdialog.c
10470                 Fix [ ] remember this appearing in normal
10471                 input dialogs after it's been used by
10472                 mimeview.
10473         * src/folder.c
10474         * src/folderview.c
10475         * src/msgcache.c
10476         * src/procmsg.c
10477         * src/summaryview.c
10478         * src/textview.c
10479         * src/common/timing.h
10480                 Enable timings in debug mode and make it
10481                 look prettier.
10482
10483 2006-09-22 [colin]      2.4.0cvs211
10484
10485         * README
10486                 Revert test change
10487         * commitHelper
10488                 ping the correct URI
10489
10490 2006-09-22 [colin]      2.4.0cvs210
10491
10492         * README
10493                 Let's see if bug #1022 is fixed
10494
10495 2006-09-21 [colin]      2.4.0cvs209
10496
10497         * src/wizard.c
10498         * src/common/plugin.c
10499                 Prepare infra to load predefined plugins when
10500                 no configuration existed. Don't actually load
10501                 anything yet (feat. freeze)
10502
10503 2006-09-21 [wwp]        2.4.0cvs208
10504
10505         * manual/fr/faq.xml
10506                 Partial sync w/ 2.4.0cvs72:
10507                 wrap file and minor updates.
10508
10509 2006-09-21 [wwp]        2.4.0cvs207
10510
10511         * tools/fix_date.sh
10512                 several fixes and enhancements. A new --force switch has been
10513                 added to prevent overriding by default Date: header when
10514                 already existing.
10515
10516 2006-09-21 [paul]       2.4.0cvs206
10517
10518         * src/common/utils.c
10519                 add Chinese UTF8 Re prefix
10520
10521 2006-09-21 [wwp]        2.4.0cvs205
10522
10523         * tools/Makefile.am
10524                 Fics alfabettical order.
10525
10526 2006-09-21 [wwp]        2.4.0cvs204
10527
10528         * tools/fix_date.sh
10529         * tools/Makefile.am
10530                 Added an action tool to fix missing Date field in emails.
10531                 Updated Makefile.am to reflect those last two additions.
10532
10533 2006-09-21 [wwp]        2.4.0cvs203
10534
10535         * tools/uuooffice
10536                 Added a action tool to open uuencoded docs w/
10537                 OpenOffice (based on uudec method).
10538
10539 2006-09-21 [colin]      2.4.0cvs202
10540
10541         * src/compose.c
10542         * src/textview.c
10543                 Workaround possible GTK crash: remove selection 
10544                 clipboard before destroying widget, or GTK+-2.10
10545                 dies. Thanks to Hiro.
10546
10547 2006-09-20 [colin]      2.4.0cvs201
10548
10549         * src/compose.c
10550                 Fix free-after-use in some cases (when 
10551                 procmime_encode_content() frees mimeinfo->data.mem
10552                 and turns it to a temp file)
10553
10554 2006-09-20 [colin]      2.4.0cvs200
10555
10556         * src/folderview.c
10557         * src/summaryview.c
10558         * src/gtk/gtksctree.c
10559         * src/gtk/gtksctree.h
10560                 Add tooltips in the folderview and summaryview
10561                 (Doesn't break string freeze as they already
10562                 exist)
10563         * src/toolbar.c
10564                 Put the spam button in the default configuration
10565                 if compiled with bogo plugin too
10566
10567 2006-09-19 [colin]      2.4.0cvs199
10568
10569         * src/summaryview.c
10570         * src/summaryview.h
10571                 Update folder name label on folder rename
10572         * src/prefs_matcher.c
10573         * src/gtk/logwindow.h
10574                 Fix warnings
10575                 Patches by Fabien
10576
10577 2006-09-19 [wwp]        2.4.0cvs198
10578
10579         * src/summary_search.c
10580                 fix can't click forward/backward buttons in the
10581                 search messages.
10582
10583 2006-09-18 [paul]       2.4.0cvs197
10584
10585         * src/wizard.c
10586                 add missing bracket, capitalise the A of
10587                 'SpamAssassin'
10588
10589 2006-09-18 [paul]       2.4.0cvs196
10590
10591         * src/compose.c
10592                 fix bug 1012 'crashed upon sending mail
10593                 from compose window'
10594                 Thanks to Colin
10595
10596 2006-09-16 [colin]      2.4.0cvs195
10597
10598         * src/folderview.c
10599                 Fix "real-time" sorting by freezing/thawing
10600
10601 2006-09-16 [colin]      2.4.0cvs194
10602
10603         * manual/faq.xml
10604                 Fix the anti-spam entry a bit
10605
10606 2006-09-16 [colin]      2.4.0cvs193
10607
10608         * src/wizard.c
10609                 Make sure reviewers have no excuse when stating
10610                 Sylpheed-Claws doesn't have antispam capabilities.
10611
10612 2006-09-16 [colin]      2.4.0cvs192
10613
10614         * src/main.c
10615                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
10616                 as if the SIGPIPE comes from etpan's thread we could
10617                 trigger a GUI update from this thread.
10618
10619 2006-09-16 [colin]      2.4.0cvs191
10620
10621         * src/summaryview.c
10622                 Init all members of the struct
10623
10624 2006-09-16 [paul]       2.4.0cvs190
10625
10626         * src/account.c
10627                 improvements to the English
10628
10629 2006-09-15 [colin]      2.4.0cvs189
10630
10631         * src/summaryview.c
10632                 HIG order on dialog
10633
10634 2006-09-14 [colin]      2.4.0cvs188
10635
10636         * src/common/socket.c
10637         * src/common/socket.h
10638         * src/common/ssl.c
10639         * src/common/ssl_certificate.c
10640         * src/common/ssl_certificate.h
10641         * src/etpan/imap-thread.c
10642                 the get_fqdn() call done to get canonical name when
10643                 checking an SSL certificate is blocking, which is
10644                 sad as we just did a non-blocking lookup to connect.
10645                 Fix that by letting the fqdn available to the SockInfo,
10646                 and use that in ssl_certificate_check(). For IMAP,
10647                 we don't do it as the lookup's done by libetpan, but
10648                 it's less annoying as IMAP connections as much more
10649                 rare than POP3 connections.
10650
10651 2006-09-14 [paul]       2.4.0cvs187
10652
10653         * manual/advanced.xml
10654                 improvements to the English,
10655                 properly place the new hidden options
10656                 within the alphabetical order
10657         * src/gtk/pluginwindow.c
10658                 improvements to the English
10659
10660 2006-09-14 [colin]      2.4.0cvs186
10661
10662         * src/prefs_common.c
10663         * src/prefs_common.h
10664         * src/gtk/gtksctree.c
10665         * manual/advanced.xml
10666                 New hidden pref, stripes_color_offset, to change
10667                 the value added/substracted to normal bgcolor to
10668                 create the stripes in summaries
10669
10670 2006-09-13 [colin]      2.4.0cvs185
10671
10672         * src/gedit-print.c
10673         * src/messageview.c
10674         * src/messageview.h
10675         * src/summaryview.c
10676         * src/textview.c
10677                 Fix misc. printing issues: 
10678                 - Bad font for linkified headers
10679                 - Different font if the mail was displayed or not
10680                 - Factorize the thing
10681
10682 2006-09-13 [colin]      2.4.0cvs184
10683
10684         * src/common/ssl_certificate.c
10685                 Only get FQDN once when checking certificate
10686
10687 2006-09-13 [colin]      2.4.0cvs183
10688
10689         * src/account.c
10690         * src/gtk/pluginwindow.c
10691                 Misc. GUI fixes by Fabien
10692
10693 2006-09-13 [wwp]        2.4.0cvs182
10694
10695         * configure.ac
10696         * src/common/utils.h
10697         * src/common/utils.c
10698                 get rid of unused wide-char functions.
10699
10700 2006-09-13 [wwp]        2.4.0cvs181
10701
10702         * src/plugins/pgpinline/sylpheed.def
10703         * src/textview.c
10704                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
10705                 add privacy_reset_error to the .def file,
10706                 do not fork for an external textviewer.
10707
10708 2006-09-13 [wwp]        2.4.0cvs180
10709
10710         * src/prefs_common.c
10711                 fix broken font entry in prefs (patch issued by the gpg4win team,
10712                 probably by Marcus Brinkmann <marcus@g10code.de>).
10713
10714 2006-09-13 [colin]      2.4.0cvs179
10715
10716         * src/folder.h
10717                 Fix a warning in summaryview.c
10718         * src/mainwindow.c
10719         * src/summaryview.c
10720         * src/summaryview.h
10721                 Add missing Mark/* elements in the
10722                 main menu
10723
10724 2006-09-12 [colin]      2.4.0cvs178
10725
10726         * src/prefs_actions.c
10727         * src/prefs_filtering_action.c
10728         * src/prefs_matcher.c
10729                 Use (New) instead of New everywhere
10730
10731 2006-09-12 [wwp]        2.4.0cvs177
10732
10733         * manual/fr/addrbook.xml
10734         * manual/fr/handling.xml
10735                 updated some quotes in the fr manual to match the fr translation.
10736
10737 2006-09-12 [wwp]        2.4.0cvs176
10738
10739         * src/prefs_matcher.c
10740                 don't store translated string elements in matcher expressions.
10741                 Also fixed a misused of Q_().
10742
10743 2006-09-11 [wwp]        2.4.0cvs175
10744
10745         * src/plugins//bogofilter/bogofilter.c
10746         * src/plugins//clamav/clamav_plugin.c
10747         * src/plugins//demo/demo.c
10748         * src/plugins//dillo_viewer/dillo_viewer.c
10749         * src/plugins//pgpcore/plugin.c
10750         * src/plugins//pgpinline/plugin.c
10751         * src/plugins//pgpmime/plugin.c
10752         * src/plugins//spamassassin/spamassassin.c
10753                 gettext-ize more strings (mostly plugin error messages).
10754
10755 2006-09-11 [colin]      2.4.0cvs174
10756
10757         * src/alertpanel.c
10758                 Make maximum buffer size bigger to avoid
10759                 truncating translated messages. Patch by
10760                 Fabien
10761
10762 2006-09-11 [colin]      2.4.0cvs173
10763
10764         * src/etpan/imap-thread.c
10765                 Fix compilation on OpenBSD, thanks to 
10766                 Landry
10767
10768 2006-09-10 [wwp]        2.4.0cvs172
10769
10770         * manual/account.xml
10771         * manual/addrbook.xml
10772         * manual/handling.xml
10773         * manual/es/handling.xml
10774         * manual/fr/account.xml
10775         * manual/fr/addrbook.xml
10776         * manual/fr/handling.xml
10777                 documented addressbook matching (condition configuration):
10778                   addrbook.xml, en fr
10779                 documented per-account filtering rules (handling/filtering
10780                   section, account section):
10781                   account.xml, handling.xml, en fr
10782                 slightly updated the handling/searching section to tell few
10783                   words about the extended search ability:
10784                   handling.xml, en fr
10785                 added missing <quote></quotes> to Quick Search:
10786                   handling.xml, en fr es
10787                 fixed a typo (auomatically):
10788                   handling.xml, en
10789                 changes revisited by Paul.
10790
10791 2006-09-10 [paul]       2.4.0cvs171
10792
10793         * src/prefs_actions.c
10794         * src/prefs_filtering.c
10795         * src/prefs_template.c
10796                 adjustments to the gui
10797                 Patch by Fabien Vantard (slightly modified)
10798
10799 2006-09-10 [colin]      2.4.0cvs170
10800
10801         * src/summaryview.c
10802                 Check folderitem/summaryview consistency
10803                 (basically automates Update summary). Fixes
10804                 #1011 (wrong (negative) count on unread 
10805                 messages)
10806
10807 2006-09-10 [colin]      2.4.0cvs169
10808
10809         * src/gtk/gtksctree.c
10810                 Fix recursive expansion via mouse
10811         * src/plugins/bogofilter/bogofilter.c
10812                 Use normal filtering way of moving
10813                 messages (batching), possibly fixing
10814                 bug #1015 (Bogofilter plugin doubles 
10815                 new messages)
10816
10817 2006-09-09 [wwp]        2.4.0cvs168
10818
10819         * src/prefs_filtering.c
10820                 better place for this fix.
10821
10822 2006-09-09 [wwp]        2.4.0cvs167
10823
10824         * src/prefs_filtering.c
10825                 fix a minor bug when the enabled status of a filtering/processing
10826                 rule always got set to TRUE when replacing this rule. That still
10827                 make sense when adding a new rule, but now when replacing, we
10828                 don't override the value of 'enabled'.
10829                 Also renamed the func prefs_filtering_list_view_get_rule_name()
10830                 to prefs_filtering_list_view_get_info() as this function not only
10831                 returns the name, but also the account_id and the enabled status.
10832
10833 2006-09-09 [mones]      2.4.0cvs166
10834
10835         * manual/glossary.xml
10836         * manual/plugins.xml
10837                 Minor format corrections
10838         * manual/gpl.xml
10839                 Fix misplaced NO WARRANTY section
10840         * manual/es/advanced.xml
10841         * manual/es/faq.xml
10842         * manual/es/glossary.xml
10843         * manual/es/gpl.xml
10844         * manual/es/handling.xml
10845         * manual/es/plugins.xml
10846         * manual/es/starting.xml
10847                 Incorporate changes from English version
10848         * manual/fr/ack.xml
10849         * manual/pl/ack.xml
10850         * manual/es/ack.xml
10851                 Fix address, (add translation credits in es version)
10852         * po/es.po
10853                 Updated translation
10854
10855 2006-09-09 [wwp]        2.4.0cvs165
10856
10857         * src/prefs_filtering.c
10858                 fix a crash when opening filtering prefs, if matcherrc file contains
10859                 broken data (non-existing account id, which is theoretically not
10860                 possible).
10861
10862 2006-09-08 [colin]      2.4.0cvs164
10863
10864         * src/folder.c
10865                 Wrong assert, make it an if()
10866         * src/gtk/gtksctree.c
10867                 Fix bug #1013 (expand selected thread 
10868                 tree) - expanding is now recursive
10869
10870 2006-09-07 [wwp]        2.4.0cvs163
10871
10872         * src/prefs_matcher.c
10873                 make better sentences about addressbook matching in the
10874                 matcher prefs. This should make translators' work easier
10875                 too.
10876
10877 2006-09-07 [wwp]        2.4.0cvs162
10878
10879         * src/prefs_filtering.c
10880                 code simplification (get rid of dup var. assignment).
10881
10882 2006-09-07 [wwp]        2.4.0cvs161
10883
10884         * src/summaryview.c
10885                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10886                 <fzzzzz@gmail.com>.
10887
10888 2006-09-07 [paul]       2.4.0cvs160
10889
10890         * src/mimeview.c
10891                 fix compilation warnings
10892                 Thanks to Colin
10893
10894 2006-09-07 [paul]       2.4.0cvs159
10895
10896         * src/mimeview.c
10897                 select the mimepart icon when
10898                 displaying as text
10899                 Thanks to Colin
10900
10901 2006-09-06 [paul]       2.4.0cvs158
10902
10903         * src/prefs_filtering.c
10904                 fix labels and table element spacing
10905                 Patch by Fabien Vantard
10906
10907 2006-09-06 [paul]
10908
10909         2.5.0-rc3 released
10910
10911 2006-09-06 [paul]       2.4.0cvs157
10912
10913         * manual/es/advanced.xml
10914                 fix typo
10915
10916 2006-09-06 [wwp]        2.4.0cvs156
10917
10918         * src/mainwindow.c
10919                 fix an dup launch issue when iconified, thanks to Colin.
10920
10921 2006-09-06 [wwp]        2.4.0cvs155
10922
10923         * src/gtk//gtksctree.h
10924                 oops, forgot that one!
10925
10926 2006-09-06 [wwp]        2.4.0cvs154
10927
10928         * manual/pl/advanced.xml
10929         * manual/advanced.xml
10930         * manual/es/advanced.xml
10931         * manual/fr/advanced.xml
10932         * src/prefs_customheader.c
10933         * src/prefs_filtering_action.c
10934         * src/foldersel.c
10935         * src/prefs_summaries.c
10936         * src/prefs_filtering.c
10937         * src/account.c
10938         * src/compose.c
10939         * src/prefs_summary_column.c
10940         * src/addr_compl.c
10941         * src/prefs_actions.c
10942         * src/prefs_folder_column.c
10943         * src/ssl_manager.c
10944         * src/prefs_template.c
10945         * src/prefs_display_header.c
10946         * src/prefs_common.h
10947         * src/prefs_matcher.c
10948         * src/prefs_common.c
10949         * src/prefs_toolbar.c
10950         * src/summaryview.c
10951         * src/folderview.c
10952         * src/gtk/gtksctree.c
10953         * src/gtk/pluginwindow.c
10954         * src/gtk/progressdialog.c
10955         * src/gtk/prefswindow.c
10956                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10957                 to make its meaning more obvious (all versions of the manual reflect
10958                 the change).
10959                 added an extra hidden option use_stripes_in_summary to allow
10960                 discarding these stripes in mainwindow's folder and message lists;
10961                 en and fr manuals only are OK towards this.
10962
10963 2006-09-06 [colin]      2.4.0cvs153
10964
10965         * src/textview.c
10966                 Hide Sylpheed-Claws' internal queue headers
10967                 when showing all headers. They'll be present
10968                 only in Source window.
10969
10970 2006-09-05 [colin]      2.4.0cvs152
10971
10972         * src/plugins/trayicon/trayicon.c
10973                 Fix crash at exit - we have to disconnect
10974                 our handlers
10975         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10976                 Update eggtrayicon - patch adapted from a
10977                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10978                 on Sylpheed's ML
10979
10980 2006-09-05 [colin]      2.4.0cvs151
10981
10982         * src/mainwindow.c
10983         * src/gtk/logwindow.c
10984                 Fix race condition when something writes
10985                 to the log too soon during init. Thanks
10986                 to Fabien Vantard
10987
10988 2006-09-05 [colin]      2.4.0cvs150
10989
10990         * src/mimeview.c
10991                 Don't select part on right-click either
10992
10993 2006-09-05 [paul]       2.4.0cvs149
10994
10995         * src/mimeview.c
10996                 completion of previous commit
10997                 Thanks to Colin
10998
10999 2006-09-05 [colin]      2.4.0cvs148
11000
11001         * src/mimeview.c
11002                 Don't force selection on middle-click, just open
11003
11004 2006-09-04 [colin]      2.4.0cvs147
11005
11006         * src/mimeview.c
11007                 Looks like gtk_notebook_set_current_page()
11008                 sometimes steals focus, and this annoys us
11009                 in MimeViewers as it renders navigation
11010                 keys useless. Take back focus after switching
11011                 pages.
11012
11013 2006-09-04 [colin]      2.4.0cvs146
11014
11015         * src/messageview.c
11016                 Set stop_loading when clicking on Next
11017                 during load. Don't add a callback to 
11018                 avoid over-complicating things.
11019
11020 2006-09-04 [colin]      2.4.0cvs145
11021
11022         * src/mimeview.c
11023         * src/messageview.c
11024                 Fix multiple loads in separate messageview
11025
11026 2006-09-04 [colin]      2.4.0cvs144
11027
11028         * src/summaryview.c
11029                 Let navigation keys be handled during 
11030                 load
11031
11032 2006-09-04 [colin]      2.4.0cvs143
11033
11034         * src/messageview.c
11035         * src/summaryview.c
11036         * src/textview.c
11037         * src/textview.h
11038                 Make loading of huge mails (lots of text and/or
11039                 images) cancellable, so the GUI doesn't block 
11040
11041 2006-09-04 [colin]      2.4.0cvs142
11042
11043         * src/plugins/trayicon/trayicon.c
11044                 Fix annoyance when removing a folder with 
11045                 unread mails: trayicon didn't update
11046
11047 2006-09-04 [paul]       2.4.0cvs141
11048
11049         * src/gtk/icon_legend.c
11050                 straighten up columns
11051                 Patch by Fabien Vantard
11052
11053 2006-09-04 [wwp]        2.4.0cvs140
11054
11055         * src/prefs_filtering.c
11056                 fix new line's account name in filtering prefs:
11057                 was "All", is now "(New)".
11058
11059 2006-09-04 [paul]       2.4.0cvs139
11060
11061         * tools/make.themes.project
11062                 use "AUTOMAKE_OPTIONS = dist-bzip2"
11063                 instead of homebrewed "make release"
11064
11065 2006-09-03 [colin]      2.4.0cvs138
11066
11067         * src/folderview.c
11068                 Fix bug #1007 (Wrong folder highlighted)
11069
11070 2006-09-03 [colin]      2.4.0cvs137
11071
11072         * src/compose.c
11073                 Don't set Newsgroup: header to a mail folder
11074                 path
11075
11076 2006-09-03 [paul]       2.4.0cvs136
11077
11078         * src/prefs_other.c
11079         * src/prefs_spelling.c
11080                 unify the gui
11081
11082 2006-09-03 [paul]       2.4.0cvs135
11083
11084         * src/prefs_summaries.c
11085                 correct menu item text in prefs_keybind_apply_clicked()
11086
11087 2006-09-03 [paul]       2.4.0cvs134
11088
11089         * manual/advanced.xml
11090                 some improvements to the descriptions
11091         * src/mainwindow.c
11092         * src/messageview.c
11093         * src/summaryview.c
11094         * src/gtk/menu.c
11095                 fix menu sensitivity issues
11096         * src/prefs_message.c
11097                 drop the useless word 'short'
11098         * src/prefs_other.c
11099                 add the word 'lines' indicating log length
11100                 is a measure of lines
11101         * src/textview.c
11102                 fix compilation warnings
11103
11104 2006-09-02 [colin]      2.4.0cvs133
11105
11106         * src/messageview.c
11107                 Display a special return-receipt message
11108                 if the message is from the user
11109         * src/summaryview.c
11110                 Fix missing freeze of the list when marking
11111                 all read and unthreading for exec. Thanks
11112                 to Stephan Sachse.
11113
11114 2006-09-02 [paul]       2.4.0cvs132
11115
11116         * src/mainwindow.c
11117         * src/prefs_message.c
11118         * src/summaryview.c
11119                 fix some english
11120
11121 2006-09-02 [wwp]        2.4.0cvs131
11122
11123         * src/prefs_filtering.c
11124                 added an account name column to the filtering rules
11125                 dialog.
11126
11127 2006-09-02 [colin]      2.4.0cvs130
11128
11129         * src/gtk/logwindow.c
11130         * src/gtk/logwindow.h
11131                 Block scrolling if we're not at the end
11132                 of the log
11133
11134 2006-09-02 [colin]      2.4.0cvs129
11135
11136         * src/folder.c
11137                 Make sure account-specific rules can't
11138                 be used in {pre-,post-,}processing
11139         * src/mainwindow.c
11140         * src/gtk/logwindow.c
11141         * src/gtk/logwindow.h
11142                 Jump to last error when clicking on the
11143                 warning icon
11144
11145 2006-09-02 [colin]      2.4.0cvs128
11146
11147         * src/imap.c
11148         * src/import.c
11149         * src/mainwindow.c
11150         * src/mainwindow.h
11151                 Fix warning icon
11152         * src/inc.c
11153         * src/mbox.c
11154         * src/mbox.h
11155                 Let proc_mbox know its account, for
11156                 account-specific rules
11157
11158 2006-09-01 [colin]      2.4.0cvs127
11159
11160         * src/codeconv.c
11161                 Don't uselessly use iconv to convert from
11162                 us-ascii
11163         * src/alertpanel.c
11164         * src/mainwindow.c
11165         * src/mainwindow.h
11166         * src/inc.c
11167                 Fix certain log cases, disable warning icon
11168                 for now, the correct way to display it when
11169                 necessary and only when necessary is probably
11170                 to do it manually rather than use error logs
11171         * src/etpan/imap-thread.c
11172                 Clean up UID logging a bit
11173         * src/gtk/logwindow.c
11174         * src/gtk/logwindow.h
11175                 Make logging faster when the window's closed
11176
11177 2006-09-01 [wwp]        2.4.0cvs126
11178
11179         * manual/fr/account.xml
11180                 reflect changes to the ref. manual (parts of cvs72):
11181                 fix tabnames and quotes.
11182
11183 2006-09-01 [wwp]        2.4.0cvs125
11184
11185         * manual/fr/plugins.xml
11186                 reflect changes to the reference manual (cvs42):
11187                 update IRC channel info.
11188
11189 2006-09-01 [wwp]        2.4.0cvs124
11190
11191         * commitHelper
11192                 use CVSEDITOR env. var. if set, according to `man cvs`.
11193
11194 2006-09-01 [wwp]        2.4.0cvs123
11195
11196         * manual/advanced.xml
11197                 better sentence again (thanks to Paul).
11198
11199 2006-09-01 [wwp]        2.4.0cvs122
11200
11201         * manual/advanced.xml
11202         fix definition of toolbar_detachable and rework a bit the one of
11203         enable_dotted_lines.
11204
11205 2006-09-01 [mones]      2.4.0cvs121
11206
11207         * manual/advanced.xml
11208                 Document enable_dotted_lines
11209
11210 2006-09-01 [paul]       2.4.0cvs120
11211
11212         * src/folderview.c
11213         * src/folderview.h
11214         * src/imap.c
11215         * src/mainwindow.c
11216         * src/summaryview.c
11217                 obey the 'When entering folder...' option
11218                 when using the /View/Go to/... menu items
11219                 Thanks to Colin
11220
11221 2006-08-31 [colin]      2.4.0cvs119
11222
11223         * src/folderview.c
11224                 Revert 2.4.0cvs116, wrong fix.
11225
11226 2006-08-31 [colin]      2.4.0cvs118
11227
11228         * src/gtk/gtksctree.c
11229                 Better state the various copyrights
11230
11231 2006-08-31 [colin]      2.4.0cvs117
11232
11233         * src/prefs_common.c
11234                 fix enable_dotted_lines
11235
11236 2006-08-31 [colin]      2.4.0cvs116
11237
11238         * src/folderview.c
11239                 Use pref "Always open on select" when going
11240                 to next unread folder
11241         * src/gtk/gtksctree.c
11242                 Fix link failure to _gtk_clist_create_cell_layout
11243                 on certain computers. (Why not mine, I wonder)
11244
11245 2006-08-31 [colin]      2.4.0cvs115
11246
11247         * src/procmsg.c
11248         * src/textview.c
11249         * src/plugins/bogofilter/bogofilter.c
11250         * src/plugins/spamassassin/spamassassin.c
11251                 Requalify some "errors" to warnings
11252         * src/mainwindow.c
11253         * src/mainwindow.h
11254         * src/statusbar.c
11255                 Add an icon in the statusbar to notify
11256                 of errors
11257         * src/gtk/gtksctree.c
11258         * src/folderview.c
11259         * src/summaryview.c
11260                 Make the GtkSCTree look more modern by
11261                 alternating background lines
11262         * src/prefs_common.c
11263         * src/prefs_common.h
11264                 Add a pref to let people have the old
11265                 way if they prefer
11266
11267
11268 2006-08-30 [colin]      2.4.0cvs114
11269
11270         * src/procmsg.c
11271         * src/procmsg.h
11272                 Provide a way to filter a list of
11273                 messages in an optimised manner, and
11274                 add a list-filtering hook
11275         * src/folder.c
11276         * src/inc.c
11277         * src/mbox.c
11278                 Use the list filtering
11279         * src/plugins/bogofilter/bogofilter.c
11280                 Use the list-filtering hook
11281                 Use -b (bulk) mode for more speed
11282                 when learning and filtering
11283         * src/etpan/imap-thread.c
11284                 Make log output shorter in UID SEARCH
11285
11286
11287 2006-08-30 [colin]      2.4.0cvs113
11288
11289         * src/plugins/bogofilter/bogofilter.c
11290                 Really fast mass learning - thanks to David
11291                 Relson for the options explanations :)
11292
11293 2006-08-30 [colin]      2.4.0cvs112
11294
11295         * src/msgcache.c
11296                 Fix compilation on FreeBSD. Thanks
11297                 to Michael Hugues
11298
11299 2006-08-29 [colin]      2.4.0cvs111
11300
11301         * src/folderview.c
11302                 Handle "popup_menu" signal (for popping the 
11303                 menu via the keyboard)
11304         * src/mimeview.c
11305         * src/mimeview.h
11306         * src/summaryview.c
11307         * src/textview.c
11308         * src/gtk/gtkutils.c
11309         * src/gtk/gtkutils.h
11310                 Factorize scrolling code, and add an API 
11311                 for MimeViewers to handle scroll orders
11312
11313 2006-08-29 [wwp]        2.4.0cvs110
11314
11315         * src/plugins//bogofilter/bogofilter.c
11316         * src/plugins//spamassassin/spamassassin.c
11317                 make the bogofilter/spamassassin filtering error dialogs at
11318         incorporation obey to the "don't popup error dialog on
11319         receive error" option. If disabled, feed the log window w/
11320         the error message.
11321
11322 2006-08-29 [paul]
11323
11324         2.5.0-rc2 released
11325
11326 2006-08-29 [paul]       2.4.0cvs109
11327
11328         * Makefile.am
11329                 remove 'make release', it's not needed
11330                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
11331
11332 2006-08-29 [paul]       2.4.0cvs108
11333
11334         * src/foldersel.c
11335         * src/summary_search.c
11336         * src/gtk/progressdialog.c
11337         * src/plugins/pgpcore/passphrase.c
11338                 replace deprecated gtk_window_set_policy()
11339
11340 2006-08-29 [colin]      2.4.0cvs107
11341
11342         * src/folder.c
11343                 Fix data loss when copy fails during a move:
11344                 only use fast remove_msgs if everything was
11345                 copied OK; else use slow remove_msg on the
11346                 mails that got copied only.
11347
11348 2006-08-28 [paul]       2.4.0cvs106
11349
11350         * src/mh.c
11351                 revert change in 2.4.0cvs104, it breaks
11352                 stuff
11353
11354 2006-08-28 [paul]       2.4.0cvs105
11355
11356         * src/plugins/spamassassin/spamassassin.c
11357                 english fix
11358
11359 2006-08-28 [paul]       2.4.0cvs104
11360
11361         * src/mh.c
11362                 fix data loss when moving to another
11363                 mailbox fails
11364         * src/prefs_spelling.c
11365                 improve the english
11366         * src/gtk/pluginwindow.c
11367                 improve the layout of the dialog text
11368         All thanks to Colin
11369
11370 2006-08-28 [paul]       2.4.0cvs103
11371
11372         * src/plugins/bogofilter/bogofilter.c
11373         * src/plugins/bogofilter/bogofilter_gtk.c
11374                 fix english up a bit, innit
11375
11376 2006-08-28 [paul]       2.4.0cvs102
11377
11378         * configure.ac
11379         * po/Makefile.in.in
11380         * po/Makevars
11381                 require autoconf 2.60, enabling building
11382                 with gettext 0.15 (gettext 0.14.x build still
11383                 possible). Replace Makefiles with versions
11384                 from gettext 0.15.
11385                 Remove configure options --with-localedir and
11386                 --with-mandir. The options that are provided
11387                 directly by autoconf 2.60 can be used instead:
11388                 --mandir --localedir
11389
11390 2006-08-27 [colin]      2.4.0cvs101
11391
11392         * src/plugins/bogofilter/Makefile.am
11393                 Fix make dist (no README)
11394
11395 2006-08-27 [colin]      2.4.0cvs100
11396
11397         * src/folder.c
11398                 Don't use F_UNKNOWN folders for any default
11399                 outbox/trash/etc
11400         * src/plugins/bogofilter/bogofilter.c
11401         * src/plugins/bogofilter/bogofilter.h
11402         * src/plugins/bogofilter/bogofilter_gtk.c
11403                 Add an option to specify the path to bogofilter
11404                 Use single-quotes to be able to learn in folders
11405                 with spaces in their names
11406                 Verify learning status
11407
11408 2006-08-27 [colin]      2.4.0cvs99
11409
11410         * manual/faq.xml
11411         * manual/plugins.xml
11412                 Document Bogofilter plugin
11413
11414 2006-08-27 [colin]      2.4.0cvs98
11415
11416         * src/compose.c
11417         * src/messageview.c
11418         * src/procmsg.c
11419         * src/procmsg.h
11420                 When possible, copy the queued mail to sent folder
11421                 instead of re-adding. Much faster on IMAP.
11422
11423 2006-08-27 [colin]      2.4.0cvs97
11424
11425         * src/msgcache.c
11426                 Disable mmaped caches - huge metadata loss
11427                 here after a power failure.
11428         * src/summaryview.c
11429                 Add quicksearch timing
11430         * src/common/plugin.c
11431         * src/common/plugin.h
11432                 Implement an interface to tell what plugins
11433                 provide. Prevent loading of similar plugins.
11434         * src/plugins/clamav/clamav_plugin.c
11435         * src/plugins/demo/demo.c
11436         * src/plugins/dillo_viewer/dillo_viewer.c
11437         * src/plugins/pgpcore/plugin.c
11438         * src/plugins/pgpinline/pgpinline.c
11439         * src/plugins/pgpmime/pgpmime.c
11440         * src/plugins/spamassassin/spamassassin.c
11441         * src/plugins/trayicon/trayicon.c
11442                 Implement plugin_provides()
11443
11444 2006-08-27 [colin]      2.4.0cvs96
11445
11446         * configure.ac
11447         * src/plugins/Makefile.am
11448         * src/plugins/bogofilter/.cvsignore
11449         * src/plugins/bogofilter/Makefile.am
11450         * src/plugins/bogofilter/bogofilter.c
11451         * src/plugins/bogofilter/bogofilter.h
11452         * src/plugins/bogofilter/bogofilter_gtk.c
11453                 New Bogofilter plugin, provides filtering and
11454                 learning. Spamassassin will go to extra plugins.
11455
11456 2006-08-26 [mones]      2.4.0cvs95
11457
11458         * manual/handling.xml
11459                 Fix subfolder path in the example (thanks to Paul) 
11460
11461 2006-08-26 [mones]      2.4.0cvs94
11462
11463         * manual/glossary.xml
11464                 2.2. + add ISP to the glossary
11465                 7.5. + Add UIDL to glossary
11466                 7.7. + Add TCP to glossary
11467         * manual/handling.xml
11468                 7.1. + Mentions GNU/Linux distribution, what about the non...
11469                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
11470                 7.3. + Mentions .bashrc, what about the non-bash ones? 
11471                 7.4. = Use appropriate quotation for commands
11472                 7.6. = change "" to <quote></quote>
11473         * manual/plugins.xml
11474                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
11475         * manual/starting.xml
11476                 2.1. + local mbox file: some examples of mbox file locations...
11477                 Also reformatted files requiring it
11478
11479 2006-08-26 [wwp]        2.4.0cvs93
11480
11481         * src/summary_search.c
11482                 disable find buttons while summary search is running.
11483
11484 2006-08-25 [colin]      2.4.0cvs92
11485
11486         * src/folder.c
11487         * src/folderutils.c
11488         * src/mh.c
11489         * src/procmsg.h
11490         * src/summaryview.c
11491                 Speed up MH moving, and add progressbar
11492                 for MH deletion
11493         * src/msgcache.c
11494                 Write cache files using mmap() too
11495
11496 2006-08-25 [wwp]        2.4.0cvs91
11497
11498         * src/summaryview.c
11499                 switch spam<->ham button when a message has been marked as spam or ham
11500                 and is still selected. Thanks to Colin.
11501
11502 2006-08-25 [paul]       2.4.0cvs90
11503
11504         * src/Makefile.am
11505         * src/stock_pixmap.c
11506         * src/stock_pixmap.h
11507         * src/summaryview.c
11508         * src/gtk/icon_legend.c
11509         * src/pixmaps/copied.xpm
11510         * src/pixmaps/moved.xpm
11511                 add icons for delayed execution marked for
11512                 copying, marked for moving
11513
11514 2006-08-25 [mones]      2.4.0cvs89
11515
11516         * manual/glossary.xml
11517                 Fix the other glossary items:
11518                 5.1. = Inmmediate execution -> <quote>immediate execution...
11519                 5.2. = Fix MBOX capitalization -> Mbox
11520                 5.3. + Improve Plugins def. w/ tech. ref.
11521                 5.4. = Quotation -> replace '>' by <quote>></quote>
11522                 5.5. - SMTP Server. -> remove dot
11523         * po/es.po
11524                 Updated translation
11525
11526 2006-08-25 [mones]      2.4.0cvs88
11527
11528         * manual/ack.xml
11529                 Reformatted, changed email address
11530         * manual/glossary.xml
11531                 Reformatted, fixed MANUAL-TODO items:
11532                 8.2. + add ROT-13 to glossary
11533                 8.4. + add URL to glossary
11534         * manual/es/advanced.xml
11535                 Fixed <literal>s
11536
11537 2006-08-25 [paul]       2.4.0cvs87
11538
11539         * src/gtk/icon_legend.c
11540                 add 'marked for deletion' icon
11541                 arrange icons by containing column
11542                 wrap long label text
11543
11544 2006-08-25 [colin]      2.4.0cvs86
11545
11546         * src/common/utils.c
11547         * src/common/utils.h
11548                 Add the sc_g_*list_bigger functions in
11549                 a place everyone can use it
11550         * src/summaryview.c
11551                 Only freeze/thaw the list when working
11552                 on the selection, if it's bigger than 1
11553         * src/gtk/gtksctree.c
11554                 Only freeze/thaw the list when unselec-
11555                 ting 'all' if ('all' != 1)
11556                 This avoids some flickering
11557
11558 2006-08-24 [colin]      2.4.0cvs85
11559
11560         * src/addressbook.c
11561                 Fix strange list selection
11562                 Fix random seg (Invalid read of freed memory)
11563
11564 2006-08-24 [colin]      2.4.0cvs84
11565
11566         * src/alertpanel.c
11567         * src/gtk/inputdialog.c
11568         * src/plugins/pgpcore/passphrase.c
11569                 Revert minimal width patch of 2.4.0cvs67,
11570                 as it is also a maximal width. Use 
11571                 gtk_window_set_default_size instead.
11572
11573 2006-08-24 [colin]      2.4.0cvs83
11574
11575         * src/msgcache.c
11576                 Write cache/mark to temp files before
11577                 overwriting old ones (avoids metadata
11578                 loss if writing the new files fail).
11579                 Use mmap() to read cache/mark file, as
11580                 this makes cache reading faster. Dis-
11581                 abled for big-endian machines until it
11582                 can be tested. (Big-endian users: set
11583                 msgcache_use_mmap = TRUE in the relevant
11584                 #if).
11585         * src/procmsg.h
11586                 Move rarely used fields of MsgInfo in 
11587                 another structure, which will only be
11588                 allocated if needed. Face, X-Face,
11589                 Return receipt headers and List-*
11590                 headers are moved. Mails having none
11591                 of these occupy 52 bytes less with
11592                 this patch, which makes 2.5MB of RAM
11593                 saved on a 50k folder).
11594         * src/headerview.c
11595         * src/mainwindow.c
11596         * src/messageview.c
11597         * src/partial_download.c
11598         * src/procheader.c
11599         * src/procmsg.c
11600         * src/textview.c
11601                 Follow this structure change.
11602
11603 2006-08-24 [wwp]        2.4.0cvs82
11604
11605         * manual/es/.cvsignore
11606         * manual/es/dist/.cvsignore
11607         * manual/es/dist/html/.cvsignore
11608         * manual/es/dist/pdf/.cvsignore
11609         * manual/es/dist/ps/.cvsignore
11610         * manual/es/dist/txt/.cvsignore
11611                 more (generated) files to ignore.
11612
11613 2006-08-24 [colin]      2.4.0cvs81
11614
11615         * src/folder.c
11616         * src/mh.c
11617                 Fix possible problems with local delivery. Check the folder doesn't
11618                 need scan before setting its mtime when saving cache (which can be
11619                 done long after the folder's been modified by an external process);
11620                 Check that the stored item's mtime didn't change in mh functions.
11621
11622 2006-08-24 [mones]      2.4.0cvs80
11623
11624         * manual/advanced.xml
11625                 Rewrapping, some fixes and MANUAL-TODO items:
11626                 8.1. = change "" to <quote></quote>
11627                 8.3. = quote menu items
11628                 8.5. - deploying -> new user ... ideally a new user (redundant)
11629
11630 2006-08-23 [colin]      2.4.0cvs79
11631
11632         * src/gtk/gtksctree.c
11633                 When selecting or deselecting range, only
11634                 freeze/thaw when selection is bigger than 10
11635
11636 2006-08-23 [colin]      2.4.0cvs78
11637
11638         * src/messageview.c
11639         * src/mimeview.c
11640         * src/mimeview.h
11641         * src/plugins/dillo_viewer/dillo_viewer.c
11642                 Provide an API for MimeViewer plugins to
11643                 return a text selection for replying
11644
11645 2006-08-23 [colin]      2.4.0cvs77
11646
11647         * src/image_viewer.c
11648         * src/textview.c
11649                 Use gtk_pixbuf_new_from_file_at_scale(), which
11650                 is faster than getting the pixbuf then resizing
11651                 it.
11652
11653 2006-08-23 [colin]      2.4.0cvs76
11654
11655         * src/procmime.c
11656                 UTF-8 should be sent Quoted-printable
11657
11658 2006-08-22 [colin]      2.4.0cvs75
11659
11660         * src/mh.c
11661                 Check if scan is required before touching
11662                 the folder (or it'll be required every time)
11663
11664 2006-08-22 [colin]      2.4.0cvs74
11665
11666         * configure.ac
11667                 Require libetpan 0.46 (crasher fix when built
11668                 against gnutls)
11669
11670 2006-08-22 [colin]      2.4.0cvs73
11671
11672         * src/folder.c
11673                 Set folder's mtime after writing its
11674                 cache
11675         * src/folderview.c
11676                 Add some timing
11677         * src/procmsg.c
11678                 Don't do useless stuff if we don't 
11679                 thread by subject
11680         * src/summaryview.c
11681                 Add some timing, don't deselect prior
11682                 to selecting (gtksctree does it itself),
11683                 remove crash avoidance hacks as it's been
11684                 properly fixed since a while
11685         * src/common/utils.c
11686                 Optimize to_human_readable(): _() is slow,
11687                 do it only once, and avoid %f format for KB
11688                 (the most common in a summaryview)
11689         * src/gtk/gtksctree.c
11690                 Don't uselessly freeze/thaw (fixes flicker
11691                 on next unread and friends), reduce number
11692                 of g_list_nth/g_list_position where possible
11693         * src/gtk/gtkutils.c
11694         * src/gtk/gtkutils.h
11695                 Reduce number of g_list_nth/g_list_position
11696                 where possible.
11697                 All of this makes loading as 70k folder 2.1
11698                 seconds instead of 3.2 (with hot FS caches).
11699                 (1.3 seconds without Date and Size columns...)
11700
11701 2006-08-22 [paul]       2.4.0cvs72
11702
11703         wrap documents and do some items from mones' MANUAL-TODO:
11704
11705         * manual/account.xml
11706                 4.1. = fix tabname references to <quote>tabname</quote>
11707                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
11708         * manual/faq.xml
11709                 1.1. = mentioned options don't match UI
11710                 Add information about the 'Never send Return Receipts'
11711                 option
11712         * manual/handling.xml
11713                 6.2. = Mentions Extended symbols button, but now is
11714                 named Information
11715                 6.3. = Mentions ... button, which is now Edit
11716
11717 2006-08-22 [colin]      2.4.0cvs71
11718
11719         * src/gtk/pluginwindow.c
11720                 Fix layout in verbose translations (such
11721                 as french)
11722
11723 2006-08-22 [paul]       2.4.0cvs70
11724
11725         * manual/Makefile.am
11726                 build manuals in alphabetical order
11727         * src/addressbook.c
11728         * src/prefs_themes.c
11729                 replace/remove deprecated symbols
11730         * src/gtk/gtkutils.c
11731                 fix a warning
11732         * src/gtk/pluginwindow.c
11733                 replace deprecated symbol
11734                 replace label text and move it
11735         * src/plugins/pgpcore/prefs_gpg.c
11736                 move the 'Generate...' button out of the
11737                 Sign Key frame, replace the English used
11738         * src/plugins/pgpcore/sgpgme.c
11739                 fixes to the English
11740
11741 2006-08-21 [colin]      2.4.0cvs69
11742
11743         * src/plugins/trayicon/trayicon.c
11744                 Add more strings for translation; patch
11745                 by Pawel
11746
11747 2006-08-21 [colin]      2.4.0cvs68
11748
11749         * src/compose.c
11750                 fix replied flag not set after drafting
11751         * src/matcher.c
11752                 fix body quicksearch in non-encoded bodies
11753                 containing '='
11754         * src/msgcache.c
11755                 Get rid of the g_malloc workaround for
11756                 corrupted caches, use g_try_malloc
11757
11758 2006-08-21 [colin]      2.4.0cvs67
11759
11760         * src/alertpanel.c
11761         * src/gtk/inputdialog.c
11762         * src/plugins/pgpcore/passphrase.c
11763                 Set minimal width to 375
11764         * src/mainwindow.c
11765                 Fix switching to offline, asking if it 
11766                 should be overriden for synchronising
11767         * src/mimeview.c
11768                 Don't offer to remember command on Open 
11769                 with for text parts, as the browser or 
11770                 text editor command isn't changed from 
11771                 there
11772
11773 2006-08-20 [paul]       2.4.0cvs66
11774
11775         * po/ko.po
11776         * po/zh_CN.po
11777                 fix plural form errors. revealed by stricter
11778                 checking of gettext 0.15
11779
11780 2006-08-18 [paul]       2.4.0cvs65
11781
11782         * src/stock_pixmap.c
11783                 fix the fix of 2.4.0cvs64
11784                 Thanks to Colin
11785
11786 2006-08-18 [paul]       2.4.0cvs64
11787
11788         * src/stock_pixmap.c
11789                 fix leaks
11790                 Thanks to Colin
11791
11792 2006-08-18 [paul]       2.4.0cvs63
11793
11794         * src/compose.c
11795         * src/procmsg.c
11796                 fix occasional IMAP bug where large msgs
11797                 were left in the queue folder after sending
11798                 Thanks to Colin
11799
11800 2006-08-18 [paul]       2.4.0cvs62
11801
11802         * src/folderview.c
11803                 freeze the summaryview while quicksearch results
11804                 are displayed
11805                 (fixes bug 456 'current message is hidden when the
11806                 view is refreshed and extended search is "unread 
11807                 messages"')
11808                 Thanks to Colin
11809         * src/textview.c
11810                 add missing #include "inputdialog.h"
11811         * src/common/utils.h
11812                 add missing mailcap_update_default() and improve
11813                 readability
11814
11815 2006-08-17 [colin]      2.4.0cvs61
11816
11817         * src/plugins/pgpcore/select-keys.c
11818                 Fix warnings :)
11819
11820 2006-08-17 [colin]      2.4.0cvs60
11821
11822         * src/compose.c
11823                 Don't continue queuing if Cancel is clicked
11824                 in select-keys
11825
11826 2006-08-17 [colin]      2.4.0cvs59
11827
11828         * src/plugins/pgpcore/select-keys.c
11829                 When encrypting, if only one key matches and it 
11830                 matches exactly, automatically use it.
11831
11832 2006-08-17 [colin]      2.4.0cvs58
11833
11834         * src/mimeview.c
11835         * src/prefs_common.c
11836         * src/prefs_common.h
11837         * src/prefs_ext_prog.c
11838         * src/textview.c
11839                 Fix issues with previous patch (text/html)
11840                 Remove outdated prefs
11841
11842 2006-08-17 [colin]      2.4.0cvs57
11843
11844         * src/imap.c
11845                 Add View Log button on auth error
11846         * src/procmsg.c
11847                 Fix encrypted mail marked as new when
11848                 saved in normal folders
11849         * src/plugins/pgpinline/pgpinline.c
11850                 Fix encrypt bug on IMAP
11851         * src/mimeview.c
11852         * src/common/utils.c
11853         * src/common/utils.h
11854         * src/gtk/inputdialog.c
11855         * src/gtk/inputdialog.h
11856                 Get rid of metamail stuff, simplify
11857                 opening, and allow remembering of user's
11858                 choices (by updating ~/.mailcap). There's
11859                 still to drop "Audio player" and "Image
11860                 viewer" preferences.
11861
11862 2006-08-17 [mones]      2.4.0cvs56
11863
11864         * manual/es/sylpheed-claws-manual.xml
11865                 fix DTD path
11866
11867 2006-08-17 [mones]      2.4.0cvs55
11868
11869         * configure.ac
11870         * manual/Makefile.am
11871         * manual/es/Makefile.am
11872         * manual/es/account.xml
11873         * manual/es/ack.xml
11874         * manual/es/addrbook.xml
11875         * manual/es/advanced.xml
11876         * manual/es/faq.xml
11877         * manual/es/glossary.xml
11878         * manual/es/gpl.xml
11879         * manual/es/handling.xml
11880         * manual/es/intro.xml
11881         * manual/es/keyboard.xml
11882         * manual/es/plugins.xml
11883         * manual/es/starting.xml
11884         * manual/es/sylpheed-claws-manual.xml
11885         * manual/es/dist/Makefile.am
11886         * manual/es/dist/html/Makefile.am
11887         * manual/es/dist/pdf/Makefile.am
11888         * manual/es/dist/ps/Makefile.am
11889         * manual/es/dist/txt/Makefile.am
11890                 Spanish translation for the manual
11891
11892 2006-08-16 [colin]      2.4.0cvs54
11893
11894         * src/compose.c
11895         * src/main.c
11896         * src/mainwindow.c
11897                 Fix send button sensitivity at startup
11898                 Set send menu sensitivity (patch by Fabien)
11899         * src/ssl_manager.c
11900                 Enable closing with esc (patch by Fabien)
11901         * src/gtk/foldersort.c
11902                 Enable closing with esc (patch by Fabien)
11903         * src/procmime.c
11904                 Optimisation (no need to copy to tempfile to
11905                 "decode" 7bit and 8bit)
11906         * src/summaryview.c
11907                 Fix cruft in swap_from case
11908         * src/textview.c
11909                 Fix missing last line in some mail cases 
11910                 (Fixes debian #381872)
11911         * src/plugins/pgpcore/prefs_gpg.c
11912         * src/plugins/pgpcore/sgpgme.c
11913         * src/plugins/pgpcore/sgpgme.h
11914                 Don't show "no key found" when user explicitely
11915                 wants to create a key
11916
11917 2006-08-16 [paul]       2.4.0cvs53
11918
11919         * configure.ac
11920         * src/account.c
11921         * src/addressbook.c
11922         * src/headerview.c
11923         * src/prefs_account.c
11924         * src/prefs_message.c
11925         * src/gtk/gtkutils.c
11926                 bump up minimum required versions of GTK+ and
11927                 GLIB to 2.6.0
11928
11929 2006-08-16 [paul]       2.4.0cvs52
11930
11931         * src/toolbar.c
11932                 workaround GTK+ Bug 351600 - 'Can't re-click
11933                 on button after sensitivity update'
11934                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11935                 Thanks to Colin
11936
11937 2006-08-15 [colin]      2.4.0cvs51
11938
11939         * src/plugins/pgpcore/prefs_gpg.c
11940                 Set options sensitivity according to
11941                 key existence
11942         * src/plugins/pgpcore/sgpgme.c
11943                 Allow to create key with no passphrase
11944
11945 2006-08-14 [cleroy]     2.4.0cvs50
11946
11947         * src/gtk/pluginwindow.c
11948                 New layout (maybe to be changed?)
11949         * src/gtk/gtkutils.c
11950                 Fix a bit label_window
11951         * src/plugins/pgpcore/passphrase.c
11952         * src/plugins/pgpcore/passphrase.h
11953         * src/plugins/pgpcore/plugin.c
11954         * src/plugins/pgpcore/prefs_gpg.c
11955         * src/plugins/pgpcore/prefs_gpg.h
11956         * src/plugins/pgpcore/sgpgme.c
11957         * src/plugins/pgpcore/sgpgme.h
11958                 Allow to create a PGP private key via the GUI
11959
11960 2006-08-14 [wwp]        2.4.0cvs49
11961
11962         * src/addressbook_foldersel.c
11963                 fix strict ISO C90 compliance.
11964
11965 2006-08-14 [paul]       2.4.0cvs48
11966
11967         * src/gtk/prefswindow.c
11968                 re-set scrolled window on opening
11969                 Patch by Ticho
11970
11971 2006-08-14 [paul]
11972
11973         2.5.0-rc1 released
11974
11975 2006-08-14 [paul]       2.4.0cvs47
11976
11977         * src/prefs_display_header.c
11978                 re-enable user-defined Displayed Headers
11979
11980 2006-08-14 [paul]       2.4.0cvs46
11981
11982         * src/prefs_account.c
11983                 use GTK_STOCK_EDIT
11984
11985 2006-08-13 [colin]      2.4.0cvs45
11986
11987         * src/common/utils.c
11988                 Fix "a" in quote when the original message is empty,
11989                 by using \0 instead of 'a' to test writability of
11990                 temp files.
11991
11992 2006-08-13 [wwp]        2.4.0cvs44
11993
11994         * src/plugins/spamassassin/spamassassin.c
11995                 fix capitalization of "SpamAssassin" in some debug, log and
11996                 dialog messages.
11997
11998 2006-08-13 [paul]       2.4.0cvs43
11999
12000         * src/editldap.c
12001                 fix overlapping widgets
12002         * src/prefs_account.c
12003                 fix translation of protocol_names[]
12004                 fix label disappearing off the edge of the
12005                 visible area
12006
12007 2006-08-12 [paul]       2.4.0cvs42
12008
12009         * manual/plugins.xml
12010                 update IRC channel info before it gets forgotten
12011                 about
12012
12013 2006-08-11 [colin]      2.4.0cvs41
12014
12015         * src/compose.c
12016         * src/mainwindow.c
12017         * src/mainwindow.h
12018         * src/procmsg.c
12019         * src/procmsg.h
12020         * src/summaryview.c
12021         * src/toolbar.c
12022                 Grey out the Send button if
12023                 - Queue folders are empty, or
12024                 - We're sending already
12025
12026 2006-08-11 [wwp]        2.4.0cvs40
12027
12028         * src/main.c
12029                 fix a logic issue when quitting while a compose window is
12030                 still open, thanks to Colin.
12031
12032 2006-08-10 [colin]      2.4.0cvs39
12033
12034         * src/main.c
12035                 Fix default font size setting after wizard run
12036         * src/imap.c
12037         * src/etpan/imap-thread.c
12038         * src/etpan/imap-thread.h
12039                 Fix bug #999 (Timing out on TSL cert validation 
12040                 dialog makes ugly things happen). Also, STARTTLS
12041                 unconditionnaly if initial capabilities contain
12042                 LOGINDISABLED and STARTTLS.
12043
12044 2006-08-09 [colin]      2.4.0cvs38
12045
12046         * src/mainwindow.c
12047         * src/mainwindow.h
12048                 Fix Tools/Actions sensitivity when there are
12049                 no actions
12050
12051 2006-08-09 [colin]      2.4.0cvs37
12052
12053         * src/prefs_filtering.c
12054                 Warning fix, patch by Paul
12055         * src/messageview.c
12056         * src/prefs_actions.c
12057         * src/prefs_filtering_action.c
12058         * src/prefs_matcher.c
12059                 Uniformisation of "Info ..." to "Info..." (for
12060                 old gtk), patch by Fabien
12061         * src/plugins/clamav/clamav_plugin_gtk.c
12062                 Sensitivity fix by Fabien
12063
12064 2006-08-09 [colin]      2.4.0cvs36
12065
12066         * src/main.c
12067         * src/main.h
12068                 Add a function to know whether we're exiting
12069         * src/plugins/trayicon/trayicon.c
12070                 If exiting, don't do anything. Faster, and
12071                 avoids gtk_main_iteration reentracy causing
12072                 segfaults at exit
12073
12074 2006-08-09 [colin]      2.4.0cvs35
12075
12076         * src/messageview.c
12077         * src/mimeview.c
12078         * src/mimeview.h
12079                 Fix lack of part selection when automatically 
12080                 jumping to a specific part
12081         * src/msgcache.c
12082                 Little optimisation in cache reading
12083
12084 2006-08-09 [colin]      2.4.0cvs34
12085
12086         * src/compose.c
12087                 Fix crash setting the priority on reedit
12088                 (Accessing compose before creating it!)
12089
12090 2006-08-08 [colin]      2.4.0cvs33
12091
12092         * src/procmime.c
12093                 Fix bug #998 (last attachment is not accessible)
12094                 Bad RFC interpretation on multipart close-delimiters
12095         * src/mimeview.c
12096         * src/mimeview.h
12097         * src/gtk/gtkvscrollbutton.c
12098         * src/gtk/gtkvscrollbutton.h
12099                 Make attachments list wheel-scrollable
12100
12101 2006-08-07 [colin]      2.4.0cvs32
12102
12103         * src/gtk/gtkaspell.c
12104                 Fix bug #973 (Unicode punctation characters 
12105                 are not recognized as separators by the
12106                 spell checker); fix unsigned stuff
12107
12108 2006-08-07 [colin]      2.4.0cvs31
12109
12110         * src/compose.c
12111                 Fix bug #956 (DnD text with accents in compose 
12112                 text entry); fix gccc's signed/unsigned fuss
12113
12114 2006-08-06 [colin]      2.4.0cvs30
12115
12116         * src/main.c
12117                 Fix bug #979 (Plugin crashes when exiting 
12118                 sylpheed-claws) : handle exit request only 
12119                 once
12120
12121 2006-08-05 [colin]      2.4.0cvs29
12122
12123         * src/news.c
12124                 Just make sure we have a msgid.
12125
12126 2006-08-05 [colin]      2.4.0cvs28
12127
12128         * src/news.c
12129         * src/summaryview.c
12130                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
12131                 by reimplementing it
12132         * src/textview.c
12133                 Fix bug when hiding quotes with level > 3 and quote
12134                 colors are recycled
12135
12136 2006-08-04 [colin]      2.4.0cvs27
12137
12138         * src/compose.c
12139         * src/undo.c
12140         * src/undo.h
12141                 Fix a bit replace-by-pasting undo
12142         * src/mainwindow.c
12143         * src/messageview.c
12144                 Fix Fold quotes menu synchro in
12145                 mainwindow when it changes in 
12146                 messageview
12147         * src/textview.c
12148                 Fix right-click on quotes blocks
12149         * src/common/utils.c
12150                 Verify that the file created by
12151                 my_tmpfile() is writable. Fixes
12152                 bug #988 (very specific filesystem
12153                 issue)
12154         * src/plugins/pgpcore/sgpgme.c
12155                 Fix file descriptor leak
12156         * src/plugins/spamassassin/spamassassin.c
12157                 Warn once if spamd isn't reachable
12158
12159 2006-08-04 [colin]      2.4.0cvs26
12160
12161         * src/toolbar.c
12162                 i18n context patch by Fabien
12163
12164 2006-08-03 [colin]      2.4.0cvs25
12165
12166         * src/mainwindow.c
12167         * src/messageview.c
12168                 Rename "Hide quotes" to "Fold quotes"
12169         * src/textview.c
12170                 Don't use hand cursor on quotes. "all 
12171                 the bonuses of the feature and none of 
12172                 unwelcome side-effects"
12173
12174 2006-08-03 [colin]      2.4.0cvs24
12175
12176         * AUTHORS
12177         * sylpheed-claws.desktop
12178         * src/gtk/authors.h
12179                 Bring the desktop file to XDG compliance
12180                 Patch by Charles A. Edwards
12181
12182 2006-08-03 [colin]      2.4.0cvs23
12183
12184         * src/textview.c
12185                 Fix links offset when they are preceded
12186                 by accentued chars (g_utf8_strlen!)
12187         * src/mainwindow.c
12188                 Fix wrong status when starting offline
12189
12190
12191 2006-08-03 [wwp]        2.4.0cvs22
12192
12193         * src/prefs_common.h
12194                 ask what to do w/ filtering rules that belong to an account when
12195                 applying filtering rules manually from the main window (skip,
12196                 apply regardless of the account, use current account). This dialog
12197                 can be skipped and the last reply used.
12198                 (forgot that file)
12199
12200 2006-08-03 [wwp]        2.4.0cvs21
12201
12202         * src/filtering.c
12203         * src/filtering.h
12204         * src/prefs_common.c
12205         * src/summaryview.c
12206         * src/alertpanel.c
12207         * src/alertpanel.h
12208         * src/messageview.c
12209                 ask what to do w/ filtering rules that belong to an account when
12210                 applying filtering rules manually from the main window (skip,
12211                 apply regardless of the account, use current account). This dialog
12212                 can be skipped and the last reply used.
12213
12214
12215 2006-08-03 [colin]      2.4.0cvs20
12216
12217         * src/textview.c
12218                 Optimize previous patch
12219
12220 2006-08-03 [cleroy]     2.4.0cvs19
12221
12222         * src/textview.c
12223                 Fix quotes getting toggled back when the
12224                 mail has an even number of text parts
12225
12226 2006-08-02 [colin]      2.4.0cvs18
12227
12228         * src/messageview.c
12229                 Add Hide quotes menu
12230
12231 2006-08-02 [colin]      2.4.0cvs17
12232
12233         * src/mainwindow.c
12234         * src/prefs_common.c
12235         * src/textview.c
12236         * src/textview.h
12237         * src/gtk/about.c
12238                 Allow per-level quote hiding,
12239                 Allow toggling quotes by double-clicking them
12240                 Rename RemoteURI to ClickableText to reflect
12241                 the fact it's used for a variety of things
12242
12243 2006-08-02 [wwp]        2.4.0cvs16
12244
12245         * src/mainwindow.c
12246                 fix "View/Hide quotes" menu item status initialization.
12247
12248 2006-08-02 [wwp]        2.4.0cvs15
12249
12250         * src/matcher_parser_parse.y
12251                 remove a debug trace.
12252
12253 2006-08-02 [paul]       2.4.0cvs14
12254
12255         * src/plugins/pgpcore/passphrase.c
12256                 don't set initial dialog size
12257                 make it resizable
12258
12259 2006-08-02 [paul]       2.4.0cvs13
12260
12261         * src/noticeview.c
12262                 remove the rogue '/' character
12263
12264 2006-08-02 [paul]       2.4.0cvs12
12265
12266         * src/noticeview.c
12267                 allow buttons to resize as necessary
12268
12269 2006-08-01 [wwp]        2.4.0cvs11
12270
12271         * src/mbox.c
12272                 fix strict ISO C90 compliance.
12273
12274 2006-08-01 [wwp]        2.4.0cvs10
12275
12276         * tools/update-po
12277                 updated update-po tool to work w/ context-dependent translations.
12278                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
12279
12280 2006-08-01 [wwp]        2.4.0cvs9
12281
12282         * src/matcher.c
12283         * src/prefs_filtering.c
12284         * src/prefs_matcher.c
12285                 allow context-dependent translations for "All",
12286                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12287
12288 2006-07-31 [colin]      2.4.0cvs8
12289
12290         * AUTHORS
12291         * src/gtk/authors.h
12292                 Add Rafal to authors
12293
12294 2006-07-31 [colin]      2.4.0cvs7
12295
12296         * src/compose.c
12297         * src/mainwindow.c
12298         * src/messageview.h
12299         * src/prefs_common.c
12300         * src/prefs_common.h
12301         * src/textview.c
12302                 Add 'View/Hide quotes'. Patch based on a patch
12303                 by Rafal Weglarz
12304
12305 2006-07-31 [colin]      2.4.0cvs6
12306
12307         * src/action.c
12308                 Fix problem with "> stuff >" actions
12309
12310 2006-07-31 [paul]       2.4.0cvs5
12311
12312         * po/nb.po
12313                 updated by Geir Helland
12314
12315 2006-07-31 [wwp]        2.4.0cvs4
12316
12317         * src/mainwindow.c
12318         * src/summaryview.c
12319         * src/summaryview.h
12320                 add "View/Go to/Parent message" and "View/Go to/Last read message",
12321                 thanks to Colin.
12322
12323 2006-07-31 [wwp]        2.4.0cvs3
12324
12325         * src/Makefile.am
12326         * src/addr_compl.c
12327         * src/addr_compl.h
12328         * src/addressbook.c
12329         * src/addressbook.h
12330         * src/addressbook_foldersel.c
12331         * src/addressbook_foldersel.h
12332         * src/addrindex.c
12333         * src/addrindex.h
12334         * src/matcher.c
12335         * src/matcher.h
12336         * src/matcher_parser_lex.l
12337         * src/matcher_parser_parse.y
12338         * src/prefs_common.c
12339         * src/prefs_common.h
12340         * src/prefs_filtering.c
12341         * src/prefs_matcher.c
12342         * src/prefs_matcher.h
12343         * src/summaryview.c
12344                 introduce filtering against the address book. It's now possible to add
12345                 matched conditions to determine if any email address in a message matches
12346                 or doesn't match any or all books or folders in the address book.
12347
12348 2006-07-31 [wwp]        2.4.0cvs2
12349
12350         * src/account.c
12351         * src/filtering.c
12352         * src/filtering.h
12353         * src/folder.c
12354         * src/folderview.c
12355         * src/inc.c
12356         * src/mainwindow.c
12357         * src/matcher.c
12358         * src/matcher_parser_lex.l
12359         * src/matcher_parser_parse.y
12360         * src/mbox.c
12361         * src/prefs_filtering.c
12362         * src/prefs_filtering.h
12363         * src/procmsg.c
12364         * src/procmsg.h
12365         * src/summaryview.c
12366                 introduce per-account filtering rules. Each filtering rule can now be assigned
12367                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
12368                 when applying filtering rules manually, as all rules will apply - even the ones
12369                 assigned to an account. This issue will be addressed soon.
12370  
12371
12372
12373 2006-07-31 [wwp]        2.4.0cvs1
12374
12375         * src/quote_fmt.c
12376                 make more strings translatable.
12377
12378 2006-07-31 [paul]       2.4.0
12379
12380         2.4.0 released
12381
12382 2006-07-31 [paul]       2.3.1cvs91
12383
12384         * po/ca.po
12385                 updated by Miquel Oliete
12386
12387 2006-07-31 [paul]       2.3.1cvs90
12388
12389         * po/de.po
12390         * po/el.po
12391         * po/fr.po
12392         * po/it.po
12393         * po/pl.po
12394         * po/pt_BR.po
12395         * po/sr.po
12396         * po/zh_CN.po
12397                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
12398                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
12399                 Aleksandar Urosevic, and Ralgh Young
12400
12401 2006-07-31 [paul]       2.3.1cvs89
12402
12403         * src/account.c
12404         * src/main.c
12405         * src/mainwindow.c
12406         * src/mainwindow.h
12407                 Fix a race condition when, after an SC crash, rescanning
12408                 folders took more than 0.5 seconds
12409                 Thanks to Colin
12410
12411 2006-07-31 [paul]       2.3.1cvs88
12412
12413         * src/folderview.c
12414                 don't translate separator strings
12415
12416 2006-07-30 [mones]      2.3.1cvs87
12417
12418         * doc/man/sylpheed-claws.1
12419                 Fixed non-ASCII chars in Hoa's name
12420         * po/es.po
12421                 Updated for release
12422
12423 2006-07-27 [colin]      2.3.1cvs86
12424
12425         * src/textview.c
12426                 Don't include the leading \n in links
12427                 Patch by Fabien
12428
12429 2006-07-25 [colin]      2.3.1cvs85
12430
12431         * src/mainwindow.c
12432         * src/common/socket.h
12433         * src/etpan/imap-thread.c
12434                 Refresh resolvers before connecting
12435                 to IMAP servers, and after switching
12436                 to online. Thanks to Paul.
12437
12438 2006-07-18 [colin]
12439
12440         * 2.4.0-rc4 released
12441
12442 2006-07-17 [colin]      2.3.1cvs84
12443
12444         * src/inc.c
12445                 Show connection attempt in statusbar before
12446                 connecting (previously first message was
12447                 "Retrieving messages from ..." after the
12448                 connection succeeded.
12449
12450 2006-07-16 [wwp]        2.3.1cvs83
12451
12452         * sylpheed-claws.ico
12453                 Added .ico file (windows multi-size icon file, generated).
12454
12455 2006-07-12 [wwp]        2.3.1cvs82
12456
12457         * src/messageview.c
12458                 remove Message/Re-edit menu entry from messageview window,
12459                 as sent/draft/queued messages are opened in compose window when
12460                 re-edited and it's not possible to re-edit other msgs.
12461
12462 2006-07-12 [paul]       2.3.1cvs81
12463
12464         * AUTHORS
12465         * src/mainwindow.c
12466         * src/gtk/authors.h
12467                 check online state before resetting
12468                 mailcheck timer. Useful if some program
12469                 verifies connection state and updates
12470                 Claws.
12471                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
12472
12473 2006-07-12 [paul]       2.3.1cvs80
12474
12475         * sylpheed-claws-128x128.png
12476         * sylpheed-claws-64x64.png
12477         * sylpheed-claws.png
12478         * src/Makefile.am
12479         * src/main.c
12480         * src/prefs_toolbar.c
12481         * src/stock_pixmap.c
12482         * src/stock_pixmap.h
12483         * src/wizard.c
12484         * src/gtk/about.c
12485         * src/gtk/gtkutils.c
12486         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
12487         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
12488         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
12489         * src/pixmaps/sylpheed.xpm              ** REMOVED **
12490         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
12491         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
12492                 updated and renamed logo/icon files and related
12493                 logo by Jesper Schultz
12494
12495 2006-07-11 [paul]       2.3.1cvs79
12496
12497         * src/main.c
12498                 fix the labels a smidgin
12499
12500 2006-07-09 [colin]      2.3.1cvs78
12501
12502         * src/textview.c
12503                 Show errors in textviewer's command
12504                 Patch by H. Merijn Brand
12505
12506 2006-07-09 [colin]      2.3.1cvs77
12507
12508         * src/compose.c
12509                 Save FMID in drafts too
12510
12511 2006-07-08 [colin]      2.3.1cvs76
12512
12513         * src/compose.c
12514                 Svae RMID in drafted mails too
12515                 Save quote_fmt vars for whole mails,
12516                 don't reset at each quote_fmt_init:
12517                 allows to use the same |i{var} in
12518                 various template fields
12519         * src/prefs_template.c
12520         * src/quote_fmt.h
12521         * src/quote_fmt_parse.y
12522                 Same
12523
12524 2006-07-08 [colin]      2.3.1cvs75
12525
12526         * src/textview.c
12527                 Fix highlighting of attached parts URIs
12528
12529 2006-07-08 [colin]      2.3.1cvs74
12530
12531         * src/main.c
12532                 Prevent bug #981 (sc 2.3.1 segfaults with 
12533                 gtk+ 2.10) from being reported again:
12534                 if Sylpheed-Claws has been compiled against
12535                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
12536                 of if Sylpheed-Claws has been compiled against
12537                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
12538                 error out.
12539
12540 2006-07-07 [colin]      2.3.1cvs73
12541
12542         * src/prefs_actions.c
12543                 Fix label
12544
12545 2006-07-07 [colin]      2.3.1cvs72
12546
12547         * src/prefs_actions.c
12548                 Fix compile on gtk < 2.8. argh :)
12549
12550 2006-07-07 [paul]       2.3.1cvs71
12551
12552         * src/common/defs.h
12553                 update DONATE_URI
12554
12555 2006-07-07 [colin]      2.3.1cvs70
12556
12557         * po/POTFILES.in
12558         * src/quote_fmt.c
12559         * src/quote_fmt_lex.l
12560         * src/quote_fmt_parse.y
12561                 Add |i{var}, a way to insert user-entered
12562                 text in a template
12563
12564 2006-07-07 [colin]
12565
12566         * 2.4.0-rc3 released
12567
12568 2006-07-07 [colin]      2.3.1cvs69
12569
12570         * src/folder.c
12571                 Don't consider inboxes of UNKNOWN folder 
12572                 classes to be useable as default inboxes
12573
12574 2006-07-07 [paul]       2.3.1cvs68
12575
12576         * src/textview.c
12577                 add missing #include <errno.h>
12578                 Thanks to René J. Blokland
12579
12580 2006-07-07 [paul]       2.3.1cvs67
12581
12582         * src/action.c
12583                 Return now Closes dialog
12584         * src/mimeview.c
12585         * src/mimeview.h
12586         * src/textview.c
12587                 add contextual menu to mime parts listed
12588                 in the textview
12589                 Thanks to Colin
12590         * src/common/utils.c
12591                 reversal: ' is a valid character in URLs
12592
12593 2006-07-06 [colin]      2.3.1cvs66
12594
12595         * src/remotefolder.h
12596                 Forgotten in previous commit
12597
12598 2006-07-06 [colin]      2.3.1cvs65
12599
12600         * src/folder.c
12601                 Set summary update flag whenever
12602                 totals changed
12603         * src/imap.c
12604         * src/prefs_account.c
12605         * src/common/utils.h
12606         * src/etpan/imap-thread.c
12607                 Fix warnings, thanks to Fabien and
12608                 Ricardo
12609
12610 2006-07-06 [wwp]        2.3.1cvs64
12611
12612         * src/gtk/gtkutils.c
12613                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
12614
12615 2006-07-06 [wwp]        2.3.1cvs63
12616
12617         * src/account.c
12618         * src/addressbook.c
12619         * src/addressitem.h
12620         * src/folderview.c
12621         * src/mainwindow.c
12622         * src/manual.c
12623         * src/manual.h
12624         * src/message_search.c
12625         * src/prefs_actions.c
12626         * src/prefs_filtering.c
12627         * src/prefs_filtering.h
12628         * src/prefs_template.c
12629         * src/summary_search.c
12630         * src/summaryview.c
12631         * src/gtk/gtkutils.c
12632         * src/gtk/gtkutils.h
12633         * src/gtk/pluginwindow.c
12634                 add help buttons to some dialogs. Clicking such buttons opens a
12635                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
12636
12637 2006-07-06 [paul]       2.3.1cvs62
12638
12639         * src/textview.c
12640                 fix attachments contextual menu
12641                 Thanks to Colin
12642
12643 2006-07-05 [colin]      2.3.1cvs61
12644
12645         * src/textview.c
12646         * src/compose.c
12647                 Handle sftp:// links
12648
12649 2006-07-05 [paul]       2.3.1cvs60
12650
12651         * src/gtk/filesel.c
12652                 grab save button by default
12653                 Thanks to Colin
12654
12655 2006-07-05 [wwp]        2.3.1cvs59
12656
12657         * manual/xml2pdf
12658                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
12659
12660 2006-07-04 [colin]      2.3.1cvs58
12661
12662         * src/mimeview.c
12663         * src/textview.c
12664                 Use left click to select, middle click to open
12665                 on mimeparts links
12666         * src/common/utils.c
12667                 Fix segfault
12668
12669 2006-07-04 [colin]      2.3.1cvs57
12670
12671         * src/mainwindow.c
12672         * src/news.c
12673                 Warning fixes, thanks to Fabien
12674
12675 2006-07-04 [colin]      2.3.1cvs56
12676
12677         * src/mimeview.c
12678         * src/mimeview.h
12679         * src/textview.c
12680                 Allow parts to be selected via their text label
12681                 in textview
12682
12683 2006-07-04 [colin]      2.3.1cvs55
12684
12685         * src/folderview.c
12686                 Feedback when closing (for big folders)
12687         * src/prefs_actions.c
12688         * src/prefs_filtering.c
12689         * src/prefs_matcher.c
12690         * src/prefs_template.c
12691                 Fix default button when closing without
12692                 having saved
12693
12694 2006-07-04 [colin]      2.3.1cvs54
12695
12696         * src/news.c
12697                 Delete local file on deletion
12698
12699 2006-07-03 [colin]      2.3.1cvs53
12700
12701         * src/folderview.c
12702         * src/main.c
12703                 Don't freeze when rescanning after crash
12704
12705 2006-07-03 [wwp]        2.3.1cvs52
12706
12707         * src/compose.c
12708         * src/privacy.c
12709         * src/privacy.h
12710         * src/plugins/pgpinline/pgpinline.c
12711         * src/plugins/pgpmime/pgpmime.c
12712                 don't report an error when the user cancels the passphrase dialog.
12713
12714 2006-07-02 [colin]      2.3.1cvs51
12715
12716         * src/folderview.c
12717                 Open message when crossing folders with Space,
12718                 goto next unread and friends
12719
12720 2006-07-01 [colin]      2.3.1cvs50
12721
12722         * src/prefs_account.c
12723                 Typographic rules varying from language
12724                 to language (in french "Protocole :"),
12725                 we have to do that :)
12726
12727 2006-07-01 [ticho]      2.3.1cvs49
12728
12729         * src/prefs_account.c
12730                 Only use one temporary gchar* variable in
12731                 prefs_account_protocol_set_optmenu().
12732
12733 2006-07-01 [ticho]      2.3.1cvs48
12734
12735         * src/prefs_account.c
12736         * src/prefs_account.h
12737                 Use GtkLabel for existing account protocol name.
12738                 Created an array for protocol names and populate the
12739                 combobox from it in a for() cycle.
12740
12741 2006-06-30 [colin]      2.3.1cvs47
12742
12743         * src/compose.c
12744                 Block undo when changing signature (by changing
12745                 account)
12746
12747 2006-06-30 [paul]       2.3.1cvs46
12748
12749         * src/send_message.c
12750                 when editing From in the Compose window, use that address
12751                 in the Return-Path: header
12752                 Thanks to Colin
12753
12754 2006-06-30 [colin]      2.3.1cvs45
12755
12756         * src/compose.c
12757                 Fix signature replacement:
12758                 - when no newline before separator
12759                 - when reediting
12760
12761 2006-06-29 [colin]      2.3.1cvs44
12762
12763         * src/folderview.c
12764         * src/folderview.h
12765         * src/mainwindow.c
12766         * src/summaryview.c
12767                 Let 'View/Go to/Next marked' work like
12768                 Next new & Next unread: across folders
12769                 Change the select_on_entry pref to do
12770                 what we want when changing folder
12771         * src/common/utils.c
12772                 Fix single-quoted links 
12773
12774 2006-06-29 [colin]      2.3.1cvs43
12775
12776         * src/gtk/gtkaspell.c
12777                 "Sylpheed" and "Sylpheed-Claws" do exist !
12778
12779 2006-06-29 [colin]      2.3.1cvs42
12780
12781         * src/imap.c
12782                 Forgot to remove debug
12783
12784 2006-06-29 [colin]      2.3.1cvs41
12785
12786         * src/imap.c
12787         * src/imap.h
12788         * src/mainwindow.c
12789                 Disconnect from IMAP servers when going
12790                 offline. Fixes bug #978 (going to offline-mode 
12791                 won't close connections)
12792
12793 2006-06-29 [colin]      2.3.1cvs40
12794
12795         * src/main.c
12796                 Fix transient setting on failing plugins
12797                 Patch by Fabien
12798         * src/plugins/pgpcore/sgpgme.c
12799                 Only warn for OpenPGP. Most people don't
12800                 have CMS available.
12801
12802 2006-06-29 [colin]      2.3.1cvs39
12803
12804         * src/compose.c
12805                 Fix Spelling menu (discrepancy between context menu
12806                 and top menu when folder's dictionary isn't the 
12807                 default one)
12808         * src/plugins/pgpcore/sgpgme.c
12809                 More error reporting about why gpgme can fail
12810
12811 2006-06-29 [wwp]        2.3.1cvs38
12812
12813         * src/mainwindow.c
12814                 honor the display-header-pane setting even when the message view
12815                 is a separate window.
12816
12817 2006-06-29 [wwp]        2.3.1cvs37
12818
12819         * src/prefs_actions.c
12820                 forgot to commit that one (use of GTK_STOCK_INFO).
12821
12822 2006-06-29 [colin]      2.3.1cvs36
12823
12824         * src/imap.c
12825                 Better handling of login errors (ask the password
12826                 again once), alert in case of error. Fix three
12827                 signedness warnings.
12828
12829 2006-06-28 [wwp]        2.3.1cvs35
12830
12831         * src/prefs_template.c
12832         * src/prefs_matcher.c
12833         * src/prefs_filtering_action.c
12834         * src/prefs_quote.c
12835                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
12836                 patch by Fabien Vantard, slightly modified.
12837
12838 2006-06-28 [paul]
12839
12840         2.4.0-rc2 released
12841
12842 2006-06-28 [colin]      2.3.1cvs34
12843
12844         * src/prefs_account.c
12845                 Fix bug #977 (Can't add or edit imap accounts)
12846
12847 2006-06-28 [colin]      2.3.1cvs33
12848
12849         * src/mimeview.c
12850                 Fix previous
12851
12852 2006-06-28 [colin]      2.3.1cvs32
12853
12854         * src/mimeview.c
12855                 Save named inlined attachments with "Save all"
12856         * src/main.c
12857         * src/mbox.c
12858         * src/common/plugin.c
12859         * src/common/plugin.h
12860         * src/common/sylpheed.c
12861         * src/common/utils.c
12862         * src/plugins/pgpcore/sylpheed.def
12863         * src/plugins/pgpinline/sylpheed.def
12864         * src/plugins/pgpmime/sylpheed.def
12865                 Win32 compatibility patch, by
12866                 Werner Koch
12867
12868 2006-06-28 [wwp]        2.3.1cvs31
12869
12870         * src/imap.c
12871         * src/prefs_folder_item.c
12872                 less compilation warnings (thanks to Fabien Vantard), less typos.
12873
12874 2006-06-28 [paul]       2.3.1cvs30
12875
12876         * src/gtk/gtkutils.c
12877                 gtk_combo_box_set_focus_on_click() is only
12878                 available since gtk 2.6.0
12879
12880 2006-06-28 [paul]       2.3.1cvs29
12881
12882         * src/prefs_ext_prog.c
12883                 fix engrish and add a tooltip for the
12884                 'command for 'Display as text' option
12885
12886 2006-06-28 [paul]
12887
12888         2.4.0-rc1 released
12889
12890 2006-06-28 [paul]       2.3.1cvs28
12891
12892         * ChangeLog
12893         * tools/Makefile.am
12894                 include textviewer.pl in releases
12895
12896 2006-06-28 [paul]       2.3.1cvs27
12897
12898         * src/prefs_ext_prog.c
12899                 hide Print command option if libgnomeprint
12900                 support is present
12901
12902 2006-06-27 [colin]      2.3.1cvs26
12903
12904         * src/compose.c
12905                 Fix Esc handling in insert/attach dialog
12906                 Don't show this dialog if dragging something
12907                 else than text/uri-list
12908                 Thanks to Fabien Vantard
12909         * tools/textviewer.pl
12910                 Filter script to display stuff as text
12911                 by H. Merijn Brand
12912
12913 2006-06-27 [wwp]        2.3.1cvs25
12914
12915         * src/messageview.c
12916                 use the exact product name (message view title), patch
12917                 by Fabien Vantard.
12918
12919 2006-06-27 [ticho]      2.3.1cvs24
12920
12921         * src/prefs_account.c
12922         * src/prefs_common.c
12923         * src/prefs_common.h
12924         * src/prefs_ext_prog.c
12925         * src/textview.c
12926                 Add a preference (Preferences/External programs)
12927                 to allow "Display as text" to be done via a script
12928                 (patch by H.Merijn Brand).
12929                 Use GtkComboBox for protocol selection in account
12930                 preferences.
12931                 Only include current choice for existing accounts, and
12932                 insensitivize the combobox.
12933
12934 2006-06-27 [paul]       2.3.1cvs23
12935
12936         * src/mbox.c
12937                 fix crasher introduced in cvs21.
12938                 Thanks to Colin
12939
12940 2006-06-26 [colin]      2.3.1cvs22
12941
12942         * src/mbox.c
12943                 Fix double-frees when leaving folders
12944                 after exporting to mbox
12945
12946 2006-06-26 [colin]      2.3.1cvs21
12947
12948         * src/mbox.c
12949                 More feedback (and optimisation)
12950                 on import/export
12951         * src/common/utils.c
12952                 Fix case when looking for mail addresses
12953         * src/gtk/gtkutils.c
12954                 Extra check for (X-)Face
12955
12956 2006-06-25 [ticho]      2.3.1cvs20
12957
12958         * src/compose.c
12959         * src/exphtmldlg.c
12960         * src/gtk/gtkutils.c
12961         * src/gtk/gtkutils.h
12962                 Added second argument to gtkut_sc_combobox_create() to
12963                 control focus-on-click for the widget.
12964                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12965
12966 2006-06-25 [ticho]      2.3.1cvs19
12967
12968         * src/compose.c
12969         * src/gtk/Makefile.am
12970         * src/gtk/combobox.c
12971         * src/gtk/combobox.h
12972         * src/gtk/gtkutils.c
12973         * src/gtk/gtkutils.h
12974                 Use GtkComboBox instead of deprecated GtkOptionMenu
12975                 for account selector in compose window and for encoding
12976                 selector in attachment properties.
12977                 Also factorise working with the new GtkComboBox somewhat.
12978
12979 2006-06-24 [paul]       2.3.1cvs18
12980
12981         * src/prefs_common.c
12982                 use the correct default value
12983
12984 2006-06-24 [paul]       2.3.1cvs17
12985
12986         * src/compose.c
12987         * src/prefs_common.c
12988         * src/prefs_common.h
12989         * src/prefs_compose_writing.c
12990                 enable setting of default action when
12991                 dnd'ing files in the compose window.
12992                 (Collaborative effort with wwp)
12993
12994 2006-06-23 [wwp]        2.3.1cvs16
12995
12996         * src/compose.c
12997                 i18n fix (thanks to Fabien Vantard)
12998
12999 2006-06-22 [colin]      2.3.1cvs15
13000
13001         * src/prefs_customheader.c
13002                 Don't use filters in custom headers' file 
13003                 selector. Remember, extensions mean nothing :)
13004
13005 2006-06-22 [paul]       2.3.1cvs14
13006
13007         * configure.ac
13008                 allow setting of man directory location
13009
13010 2006-06-22 [colin]      2.3.1cvs13
13011
13012         * src/mainwindow.c
13013                 Add 'View/Go to/Next unread folder'.
13014                 I missed that :)
13015
13016 2006-06-22 [colin]      2.3.1cvs12
13017
13018         * src/common/utils.c
13019                 Add some subject prefixes
13020                 Patch by Bjorn T Johansen <btj@havleik.no>
13021
13022 2006-06-22 [colin]      2.3.1cvs11
13023
13024         * manual/advanced.xml
13025                 Forgotten hidden pref
13026
13027 2006-06-21 [paul]       2.3.1cvs10
13028
13029         * src/prefs_account.c
13030                 complete the removal of 'Add date header' option
13031
13032 2006-06-21 [paul]       2.3.1cvs9
13033
13034         * src/account.c
13035         * src/compose.c
13036         * src/prefs_account.c
13037         * src/prefs_account.h
13038                 remove option to add date header - always
13039                 add date header
13040         * src/etpan/imap-thread.c
13041                 fix warnings (Thanks to Colin)
13042
13043 2006-06-21 [wwp]        2.3.1cvs8
13044
13045         * src/folder.c
13046                 set the attachment flag when inline text part are (file)named. This is more convenient
13047                 when receiving (for instance) inline source files or patches sent using thunderbird.
13048
13049 2006-06-21 [paul]       2.3.1cvs7
13050
13051         * src/inc.c
13052                 fix off-by-one count of current msg in
13053                 statusbar filtering progressbar
13054
13055 2006-06-21 [paul]       2.3.1cvs6
13056
13057         * src/folder.c
13058                 Show attachment icon even if the part is 'inline'
13059                 if the following conditions are met:
13060                 - content-type != 'text/plain'
13061                 - content-type != '*/pgp-signature'
13062                 - either 'name' or 'filename' parameter is not NULL
13063                 
13064                 Thanks to Colin
13065
13066 2006-06-21 [paul]       2.3.1cvs5
13067
13068         * src/messageview.c
13069         * src/prefs_common.c
13070         * src/prefs_common.h
13071         * src/prefs_other.c
13072                 add an option to 'Never send Return
13073                 Receipts'
13074                 Thanks to Colin
13075
13076 2006-06-20 [mones]      2.3.1cvs4
13077
13078         * po/es.po
13079                 updated
13080         * src/compose.c
13081                 typo fixed (space after comma)
13082         * tools/make.themes.project
13083                 remove exec mode from tarball files
13084
13085 2006-06-20 [colin]      2.3.1cvs3
13086
13087         * src/news.c
13088         * src/procheader.c
13089         * src/unmime.c
13090                 Better fix for \n's in headers (don't 
13091                 break Received: and others)
13092
13093 2006-06-20 [paul]       2.3.1cvs2
13094
13095         * src/alertpanel.c
13096         * src/textview.c
13097                 improve legibility of phishing attempt
13098                 dialog
13099
13100 2006-06-20 [paul]       2.3.1cvs1
13101
13102         * NEWS
13103         * README
13104         * configure.ac
13105                 Update version number following
13106                 stable release
13107
13108 2006-06-20 [colin]      2.3.0cvs26
13109
13110         * src/compose.c
13111                 When dragging a file to the text of the compose
13112                 window, ask whether we want to insert or attach
13113                 (I know lots of people who do that to attach)
13114
13115 2006-06-20 [colin]      2.3.0cvs25
13116
13117         * src/etpan/imap-thread.c
13118                 Fix threshold (the append command is often > 32 bytes)
13119
13120 2006-06-19 [colin]      2.3.0cvs24
13121
13122         * src/imap.c
13123         * src/etpan/imap-thread.c
13124                 Workaround Rockliffe IMAP server bug: replace
13125                 "x UID SEARCH (ANSWERED UID 1:*)" with
13126                 "x UID SEARCH ANSWERED"
13127                 (Rockliffe doesn't handle the parenthesis)
13128
13129 2006-06-19 [colin]      2.3.0cvs23
13130
13131         * src/compose.c
13132         * src/imap.c
13133         * src/etpan/imap-thread.c
13134                 Probably fix bug #972 (Freezes when adding 
13135                 an attachment to the message)
13136         * src/common/defs.h
13137                 Modernize Firefox cmd
13138
13139
13140 2006-06-18 [colin]      2.3.0cvs22
13141
13142         * src/prefs_customheader.c
13143                 Only allow correct filenames for various
13144                 custom headers
13145
13146 2006-06-18 [colin]      2.3.0cvs21
13147
13148         * src/prefs_customheader.c
13149                 Add a 'From File...' button in custom headers prefs, which
13150                 try to do the right thing: 
13151                 for normal headers, use file as plaintext,
13152                 for X-Face, calls compface,
13153                 for Face, encode to b64.
13154
13155 2006-06-17 [colin]      2.3.0cvs20
13156
13157         * src/mh.c
13158                 Warning fix
13159
13160 2006-06-16 [colin]      2.3.0cvs19
13161
13162         * src/summaryview.c
13163                 Recursive quicksearch: show message list
13164                 in current folder, *then* search children
13165                 in the background.
13166
13167 2006-06-16 [colin]      2.3.0cvs18
13168
13169         * src/main.c
13170                 Instead of ignoring SIGPIPE, save caches
13171                 when getting one. Will fix the fact that
13172                 hot caches are out-of-date when logging 
13173                 out of Xorg.
13174         * src/compose.c
13175         * src/prefs_compose_writing.c
13176                 Only save text (not attachments) when 
13177                 auto-saving to drafts
13178         * src/unmime.c
13179                 Always replace \n, \r and \t with spaces
13180                 in headers
13181         * manual/dist/html/Makefile.am
13182         * manual/dist/pdf/Makefile.am
13183         * manual/dist/ps/Makefile.am
13184         * manual/dist/txt/Makefile.am
13185         * manual/fr/dist/html/Makefile.am
13186         * manual/fr/dist/pdf/Makefile.am
13187         * manual/fr/dist/ps/Makefile.am
13188         * manual/fr/dist/txt/Makefile.am
13189         * manual/pl/dist/html/Makefile.am
13190         * manual/pl/dist/pdf/Makefile.am
13191         * manual/pl/dist/ps/Makefile.am
13192         * manual/pl/dist/txt/Makefile.am
13193                 Fix make clean removing pregenerated manuals
13194
13195
13196 2006-06-16 [colin]      2.3.0cvs17
13197
13198         * src/plugins/pgpcore/sgpgme.c
13199         * src/plugins/pgpmime/pgpmime.c
13200         * src/plugins/pgpinline/pgpinline.c
13201                 Better error reporting in setup_signers.
13202                 Don't fallback to default key if specified
13203                 key isn't found.
13204                 Don't allow signing if more than one secret
13205                 key matches the one specified in prefs.
13206
13207 2006-06-15 [colin]      2.3.0cvs16
13208
13209         * src/folderview.c
13210                 Add "Send queue" in the folder's contextual
13211                 menu
13212         * src/compose.c
13213         * src/messageview.c
13214         * src/privacy.c
13215         * src/privacy.h
13216         * src/procmime.c
13217         * src/procmsg.c
13218         * src/plugins/pgpcore/passphrase.c
13219         * src/plugins/pgpcore/sgpgme.c
13220         * src/plugins/pgpinline/pgpinline.c
13221         * src/plugins/pgpmime/pgpmime.c
13222                 Better error reporting
13223         * src/mbox.c
13224                 Probably fix bug #971 (2.2.3 cannot read mail 
13225                 from local mbox)
13226
13227
13228 2006-06-15 [mones]      2.3.0cvs15
13229
13230         * tools/make.themes.project
13231                 creates the themes project from the web page
13232
13233 2006-06-15 [colin]      2.3.0cvs14
13234
13235         * src/folder.c
13236                 Better fix (avoid losing the folder if scan_tree 
13237                 fails)
13238
13239 2006-06-15 [cleroy]     2.3.0cvs13
13240
13241         * src/folder.c
13242                 Probably fix Bug #969 (crash on rebuilding 
13243                 imap folder)
13244
13245 2006-06-14 [colin]      2.3.0cvs12
13246
13247         * manual/dtd/manual.xsl
13248         * manual/sylpheed-claws-manual.xml
13249         * manual/fr/sylpheed-claws-manual.xml
13250         * manual/pl/sylpheed-claws-manual.xml
13251                 Insert pagebreaks between sections
13252
13253 2006-06-14 [paul]       2.3.0cvs11
13254
13255         * configure.ac
13256                 better fix than 2.3.0cvs10
13257
13258 2006-06-14 [paul]       2.3.0cvs10
13259
13260         * configure.ac
13261                 fix setting of PACKAGE_DATA_DIR with newer autoconf
13262                 (backwards compatible)
13263
13264 2006-06-13 [colin]      2.3.0cvs9
13265
13266         * src/messageview.c
13267                 Fix sending of return receipt with the new queue folders
13268
13269 2006-06-13 [wwp]        2.3.0cvs8
13270
13271         * src/quote_fmt_lex.l
13272                 fix wrong tokens returned in quote_fmt lexer, query not().
13273
13274 2006-06-13 [wwp]        2.3.0cvs7
13275
13276         * src/folder.c
13277         * src/prefs_folder_item.c
13278                 allow changing folder type even when folder is not a top-level one,
13279                 thanks to Colin.
13280
13281 2006-06-12 [colin]      2.3.0cvs6
13282
13283         * src/folderview.c
13284                 Fix double-ask of "Do you want to mark all
13285                 as read"
13286
13287 2006-06-12 [colin]      2.3.0cvs5
13288
13289         * src/compose.c
13290         * src/compose.h
13291         * src/folder.c
13292         * src/folder.h
13293         * src/imap.c
13294         * src/inc.c
13295         * src/main.c
13296         * src/messageview.c
13297         * src/mh.c
13298         * src/prefs_folder_item.c
13299         * src/procheader.c
13300         * src/procmime.c
13301         * src/procmsg.c
13302         * src/procmsg.h
13303         * src/send_message.c
13304         * src/summaryview.c
13305         * src/toolbar.c
13306                 Apply bug #964's patch (Queue and drafts aren't normal)
13307                 The Drafts and Queue folder now contain RFC-822 files,
13308                 allowing to move and copy mails from and to these 
13309                 folders. Moving from Drafts to Queue will prepare the
13310                 mail for sending (PGP signature, encryption, etc).
13311                 This patch also rework sending errors handling to try
13312                 to be more helpful.
13313                 Also, allow redefining folder types via the GUI 
13314                 (Folder type in its Properties)
13315
13316 2006-06-12 [colin]      2.3.0cvs4
13317
13318         * src/summaryview.c
13319         * src/prefs_common.c
13320         * src/prefs_common.h
13321         * src/gedit-print.c
13322                 Allow to define a specific print font - patch
13323                 by Bernhard Walle <bernhard.walle@gmx.de>
13324         * src/prefs_fonts.c
13325         * manual/advanced.xml
13326         * manual/fr/advanced.xml
13327                 Add a hidden pref to allow deletion without
13328                 confirmation
13329
13330 2006-06-12 [wwp]        2.3.0cvs3
13331
13332         * .cvsignore
13333                 more files to ignore.
13334
13335 2006-06-12 [wwp]        2.3.0cvs2
13336
13337         * src/quote_fmt.c
13338         * src/quote_fmt_lex.l
13339         * src/quote_fmt_parse.y
13340                 extend the quote_fmt parser (templates and quotes):
13341                 - allow limited sub-expressions in |p{} and |f{} expressions,
13342                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
13343                 - implemented/fixed missing implementation of query_references and show_references,
13344                 - completed, fixed contents and format of the symbols help dialog,
13345                 - fix some compilation warnings.
13346
13347 2006-06-12 [wwp]        2.3.0cvs1
13348
13349         * manual/advanced.xml
13350         * manual/fr/advanced.xml
13351                 updates in the "templates" section of the manual (eng/fr):
13352                  - be more precise (both versions)
13353                  - completed to match the english reference (fr version)
13354                  - touchups (both versions)
13355
13356 2006-06-12 [paul]       2.3.0
13357
13358         2.3.0 released
13359
13360 2006-06-12 [paul]       2.2.3cvs14
13361
13362         * po/ca.po
13363         * po/cs.po
13364         * po/de.po
13365         * po/el.po
13366         * po/fr.po
13367         * po/it.po
13368         * po/pt_BR.po
13369         * po/sr.po
13370         * po/zh_CN.po
13371                 updated by Miquel Oliete, Tim, Stephan Sachse,
13372                 Stavros Giannouris, Fabien Vantard, Andrea
13373                 Spadaccini, Frederico Goncalves Guimaraes,
13374                 Aleksandar Urosevic, and Ralgh Young
13375
13376 2006-06-12 [colin]      2.2.3cvs13
13377
13378         * src/mbox.c
13379                 Add missing header
13380
13381 2006-06-11 [colin]      2.2.3cvs12
13382
13383         * src/msgcache.c
13384                 Verify that g_malloc() succeeded
13385
13386 2006-06-11 [colin]      2.2.3cvs11
13387
13388         * src/wizard.c
13389                 Add Face header to welcome mail
13390
13391 2006-06-10 [colin]      2.2.3cvs10
13392
13393         * src/textview.c
13394                 Revert previous (Forgot it changes the
13395                 margin on the whole mail)
13396
13397 2006-06-10 [colin]      2.2.3cvs9
13398
13399         * src/textview.c
13400                 Don't overlap long headers under (X-)Face
13401
13402 2006-06-10 [mones]      2.2.3cvs8
13403
13404         * manual/xml2pdf
13405                 allow generation of manual on systems lacking saxon binary
13406                 but with java and the saxon library installed
13407
13408         * po/es.po
13409                 updated for release
13410
13411 2006-06-09 [colin]      2.2.3cvs7
13412
13413         * src/summaryview.c
13414                 Fix leak when using Display Sender using Addressbook
13415
13416 2006-06-09 [colin]      2.2.3cvs6
13417
13418         * src/compose.c
13419         * src/folder.c
13420         * src/folderview.c
13421         * src/mimeview.c
13422         * src/summaryview.c
13423                 More leaks fixes
13424
13425 2006-06-09 [paul]       2.2.3cvs5
13426
13427         * AUTHORS
13428         * src/gtk/authors.h
13429         * tools/claws.i18n.status.pl
13430                 updated with new info
13431
13432 2006-06-09 [paul]       2.2.3cvs4
13433
13434         * README
13435                 updated
13436         * manual/ack.xml
13437                 add wwp to authors list
13438         * src/gtk/authors.h
13439                 update mine and Colin's addresses
13440
13441 2006-06-08 [colin]      2.2.3cvs3
13442
13443         * src/etpan/imap-thread.c
13444                 Fix leak on SSL cert check
13445
13446 2006-06-08 [colin]      2.2.3cvs2
13447
13448         * src/common/utils.c
13449                 Fix leak
13450
13451 2006-06-08 [paul]       2.2.3cvs1
13452
13453         * configure.ac
13454                 Update version number following
13455                 stable release
13456
13457 2006-06-07 [colin]      2.2.2cvs3
13458
13459         * src/msgcache.c
13460                 Fix catching cache read errors (guint instead of gint)
13461                 Prevent malloc'ing more than 8MB (means cache corruption)
13462
13463 2006-06-07 [paul]       2.2.2cvs2
13464
13465         * src/exporthtml.c
13466         * src/exportldif.c
13467         * src/mh.c
13468         * src/mutt.c
13469         * src/pine.c
13470         * src/common/utils.c
13471                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
13472                 obey $HOME'
13473                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
13474                 Thanks to Colin
13475
13476 2006-06-06 [paul]       2.2.2cvs1
13477
13478         * configure.ac
13479                 Update version number following
13480                 stable release
13481
13482 2006-06-06 [paul]       2.2.1cvs6
13483
13484         * src/matcher.c
13485                 fix  implicit declaration of
13486                 sylpheed_do_idle()
13487                 Patch by Fabien Vantard
13488
13489 2006-06-06 [paul]       2.2.1cvs5
13490
13491         * src/matcher.c
13492                 fix age_greater and age_lower so that they
13493                 mean what say and not '...or equal to'
13494                 Thanks to Colin
13495
13496 2006-06-06 [paul]       2.2.1cvs4
13497
13498         * src/textview.c
13499         * src/common/utils.c
13500                 fix URI check
13501                 Thanks to Colin
13502
13503 2006-06-05 [wwp]        2.2.1cvs3
13504
13505         * manual/fr/account.xml
13506                 minor language fixes (thanks to Fabien Vantard).
13507
13508 2006-06-05 [colin]      2.2.1cvs2
13509
13510         * src/prefs_folder_item.c
13511         * src/folderview.c
13512                 Allow recursive setting of properties 
13513                 for whole mailboxes
13514         * src/matcher.c
13515                 Don't freeze on 'test' filtering rule
13516
13517 2006-06-05 [colin]      2.2.1cvs1
13518
13519         * configure.ac
13520                 Update version number following
13521                 stable release
13522
13523 2006-06-04 [wwp]        2.2.0cvs82
13524
13525         * manual/glossary.xml
13526         * manual/account.xml
13527         * manual/fr/glossary.xml
13528         * manual/fr/account.xml
13529                 added glossary section and references/links related to the Face custom header.
13530
13531 2006-06-04 [colin]      2.2.0cvs81
13532
13533         * src/summaryview.c
13534                 Skip to next message on move with no
13535                 immediate execution
13536
13537 2006-06-04 [wwp]        2.2.0cvs80
13538
13539         * manual/xml2pdf
13540                 added sanity checks, exit when needed.
13541
13542 2006-06-03 [paul]       2.2.0cvs79
13543
13544         * src/prefs_receive.c
13545                 page name is now 'Receiving'
13546         * src/prefs_send.c
13547                 page name is now 'Sending'
13548
13549 2006-06-03 [colin]      2.2.0cvs78
13550
13551         * src/plugins/spamassassin/spamassassin_gtk.c
13552                 Autoswitch to Localhost if transport was previously
13553                 disabled. Else people had to check [] Enable, then
13554                 *reselect* transport.
13555
13556 2006-06-03 [colin]      2.2.0cvs77
13557
13558         * src/plugins/pgpinline/pgpinline.c
13559         * src/plugins/pgpmime/pgpmime.c
13560                 Check that gpg_data_release_and_get_mem 
13561                 didn't fail (now, why this happens...)
13562
13563 2006-06-03 [colin]      2.2.0cvs76
13564
13565         * src/mbox.c
13566                 Fix bug #962 (Manual and/or UI should 
13567                 warn about incompatible locking 
13568                 causing dataloss)
13569
13570 2006-06-02 [cleroy]     2.2.0cvs75
13571
13572         * src/filtering.c
13573         * src/folder.c
13574         * src/procmsg.c
13575         * src/summaryview.c
13576                 Fix a few leaks
13577
13578 2006-06-02 [colin]      2.2.0cvs74
13579
13580         * src/main.c
13581                 On exit, free caches after writing them
13582                 Shuts up some valgrind false positives
13583         * src/procmsg.c
13584         * src/send_message.c
13585                 Fix races when reusing existing SMTP connections
13586                 Fix inexistant session timeout
13587         * src/toolbar.c
13588                 Display alertpanel after all queues have
13589                 been processed, not after each
13590
13591 2006-06-02 [wwp]        2.2.0cvs73
13592
13593         * manual/fr/glossary.xml
13594         * manual/fr/ack.xml
13595         * manual/ack.xml
13596                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
13597
13598 2006-06-02 [wwp]        2.2.0cvs72
13599
13600         * manual/xml2pdf
13601         * manual/dist/pdf/Makefile.am
13602         * manual/dtd/manual.xsl
13603         * manual/fr/dist/pdf/Makefile.am
13604         * manual/pl/dist/pdf/Makefile.am
13605                 we changed the procedure to generate the .pdf version of the manual.
13606                 The procedure is more modern and the .pdf we get now has a valid index.
13607                 Here are the new pre-requisites:
13608
13609                 - JRE 1.x (1.4 here): there must be one from your distro
13610                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
13611                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
13612                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
13613
13614                 See my posts for further info about the installation of this toolchain:
13615
13616                 Date: Fri, 19 May 2006 19:40:06 +0200
13617                 From: wwp <subscript@free.fr>
13618                 To: sylpheed-claws-devel@lists.sourceforge.net
13619                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
13620
13621                 and
13622
13623                 Date: Wed, 24 May 2006 12:58:49 +0200
13624                 From: wwp <subscript@free.fr>
13625                 To: sylpheed-claws-devel@lists.sourceforge.net
13626                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
13627
13628 2006-06-01 [colin]      2.2.0cvs71
13629
13630         * src/compose.c
13631                 Better guards against IMAP races
13632         * src/main.c
13633         * src/prefs_common.c
13634         * src/prefs_common.h
13635         * src/common/ssl_certificate.c
13636         * src/etpan/imap-thread.c
13637         * src/etpan/imap-thread.h
13638         * src/gtk/sslcertwindow.c
13639                 New hidden option ssl_skip_cert_check to 
13640                 avoid dups of bug #959 (libetpan linked
13641                 against gnutls and gnutls buggy on 64bit)
13642                 Present expired warning only once per
13643                 session/server.
13644         * manual/advanced.xml
13645         * manual/fr/advanced.xml
13646                 Document new option
13647
13648 2006-06-01 [wwp]        2.2.0cvs70
13649
13650         * src/messageview.c
13651                 fix for bug #961 (return receipt dialog 
13652                 complains incorrectly about return-path 
13653                 email adress being different), thanks 
13654                 to Colin.
13655
13656 2006-05-31 [cleroy]     2.2.0cvs69
13657
13658         * src/common/ssl.c
13659                 Guard against NULLs, although this
13660                 should never be an issue
13661
13662 2006-05-31 [colin]      2.2.0cvs68
13663
13664         * src/filtering.c
13665                 Use g_slist_prepend
13666         * src/imap.c
13667                 Don't remove caches when destroying folder, it
13668                 could (should) be done at exit
13669         * src/inc.c
13670                 free processing cache after incorporation
13671         * src/etpan/imap-thread.c
13672                 Maybe fix bug #959 (Crash on moving to emails 
13673                 to a imap account per ssl with a expired 
13674                 certificate.)
13675
13676 2006-05-30 [colin]      2.2.0cvs67
13677
13678         * src/summaryview.c
13679                 Put back event flush when displaying message
13680                 It avoids reading a bunch of messages just
13681                 by hitting shift-n for too long ;)
13682
13683 2006-05-29 [colin]      2.2.0cvs66
13684
13685         * src/summaryview.c
13686                 Remove useless g_warnings
13687
13688 2006-05-29 [colin]      2.2.0cvs65
13689
13690         * src/imap.c
13691                 Fix g_slist_append()s for performance
13692
13693 2006-05-29 [colin]      2.2.0cvs64
13694
13695         * src/compose.c
13696         * src/common/utils.c
13697                 Fix extraneous tab at start of addresses
13698         * src/mainwindow.c
13699                 Fix warnings (thanks to Fabien)
13700                 Fix crash at exit when composing messages 
13701                 exist
13702         * src/pop.c
13703                 Fix progress bar when deleting expired mails
13704                 Thanks to Hiro
13705         * src/summaryview.c
13706         * src/gtk/gtksctree.c
13707                 Fix re-sorting slowness
13708
13709 2006-05-29 [paul]       2.2.0cvs63
13710
13711         * src/mh.c
13712                 fetch full message when moving mails
13713                 from another mailbox, (fixed data loss
13714                 when filtering from IMAP to MH, introduced
13715                 in 2.2.0cvs57).
13716                 Thanks to Colin
13717
13718 2006-05-29 [mones]      2.2.0cvs62
13719
13720         * src/gtk/gtksctree.c
13721                 Unselect faster (patch by Colin)        
13722
13723 2006-05-26 [colin]      2.2.0cvs61
13724
13725         * src/summaryview.c
13726                 Unplug MSGINFO_UPDATE callback on delete too.
13727
13728 2006-05-26 [colin]      2.2.0cvs60
13729
13730         * src/foldersel.c
13731                 Fix bold in folder selection window with glib2.10
13732                 thanks Hiro
13733
13734 2006-05-26 [colin]      2.2.0cvs59
13735
13736         * src/procheader.c
13737                 Convert date only if necessary (and don't
13738                 try to convert from utf8 to utf8, too)
13739         * src/summaryview.c
13740                 Only set column's text if the column's 
13741                 displayed
13742
13743 2006-05-26 [colin]      2.2.0cvs58
13744
13745         * src/summaryview.c
13746         * src/gtk/gtkutils.c
13747                 Fix useless warning
13748
13749 2006-05-26 [colin]      2.2.0cvs57
13750
13751         * src/mainwindow.c
13752                 Make summaryview selectable as long as 
13753                 no message has focus
13754         * src/mh.c
13755                 Faster deletion (by implementing mh_remove_msgs)
13756                 Faster copy (avoid using mh_fetch_msg just to get
13757                 the filename)
13758                 Faster move (using move_file instead of copy_file
13759                 if MSG_IS_MOVE)
13760                 No progressbar if total number of mails to cp/mv 
13761                 is less than 100
13762         * src/summaryview.c
13763                 Fix removal from subject_table when mail gets moved
13764                 Faster deletion (g_slist_prepend instead of append)
13765         * src/gtk/gtksctree.c
13766                 Remove useless code
13767
13768 2006-05-25 [colin]      2.2.0cvs56
13769
13770         * src/common/ssl_certificate.c
13771                 Fix leak in expired cert check
13772
13773 2006-05-25 [colin]      2.2.0cvs55
13774
13775         * src/mh.c
13776                 Disable flags syncing on .mh_sequences - it
13777                 is buggy and marks mails read under unknown
13778                 conditions.
13779
13780 2006-05-25 [paul]
13781
13782         * 2.3.0-rc4 released
13783
13784 2006-05-24 [colin]      2.2.0cvs54
13785
13786         attention cvs users: if you manage to crash
13787         Sylpheed-Claws while moving, copying or deleting
13788         mails, we *are* interested in stack traces and
13789         valgrind logs. It looks stable, but one never
13790         knows...
13791
13792         * src/folder.c
13793                 Add progressbar for cache updates
13794         * src/folderutils.c
13795                 Optimize Mark all read in the current
13796                 folder
13797         * src/mh.c
13798                 Add progressbar for copy/move
13799         * src/procmsg.c
13800                 Optimize O(n^2) in copy/move
13801         * src/summaryview.c
13802         * src/gtk/gtksctree.c
13803                 Optimize O(n^2) algos
13804         * src/common/timing.h
13805                 Display ms instead of us
13806
13807 2006-05-24 [wwp]        2.2.0cvs53
13808
13809         * manual/fr/advanced.xml
13810                 updates to the French manual.
13811
13812 2006-05-24 [wwp]        2.2.0cvs52
13813
13814         * src/common/utils.c
13815                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
13816
13817 2006-05-24 [wwp]        2.2.0cvs51
13818
13819         * src/folderutils.c
13820                 fixed "mark all read" in MH folders (thanks to Colin).
13821
13822 2006-05-24 [paul]       2.2.0cvs50
13823
13824         * doc/man/sylpheed-claws.1
13825                 updated the man page
13826
13827 2006-05-23 [colin]      2.2.0cvs49
13828
13829         * src/folderview.c
13830         * src/imap.c
13831         * src/inc.c
13832         * src/mbox.c
13833         * src/messageview.c
13834         * src/news.c
13835         * src/send_message.c
13836         * src/summaryview.c
13837         * src/gtk/sslcertwindow.c
13838                 alertpanel fixes, by Fabien
13839
13840 2006-05-23 [colin]      2.2.0cvs48
13841
13842         * src/folder.c
13843         * src/folderview.c
13844         * src/msgcache.c
13845         * src/summaryview.c
13846         * src/gtk/gtksctree.c
13847         * src/gtk/gtksctree.h
13848                 More timings
13849                 Fix slow loading problem, which was caused by the
13850                 use of some gtk_ctree funcs and their use of
13851                 g_list_position while gtk_ctree_(un)link'ing.
13852                 Reap more functions from gtkctree.c to be sure we
13853                 use our (fast) version instead of theirs.
13854         * src/mh.c
13855                 Fix copy of unread mails
13856
13857
13858 2006-05-22 [wwp]        2.2.0cvs47
13859
13860         * manual/fr/advanced.xml
13861                 updated.
13862
13863 2006-05-22 [colin]      2.2.0cvs46
13864
13865         * src/filtering.c
13866                 Fix possible infinite loop. 'copy' is not a 
13867                 final action, so when encountering a 'copy',
13868                 we have to check if a previous one was set
13869                 and do it. In the same way, if we encounter
13870                 a 'move' we have to perform a possibly 
13871                 pending 'copy'. This will slow down filtering
13872                 on IMAP if move+copy or multiple copy actions
13873                 are to be done, but handling it via the batch
13874                 would be really too convoluted.
13875
13876 2006-05-22 [wwp]        2.2.0cvs45
13877
13878         * manual/fr/advanced.xml
13879         * manual/fr/faq.xml
13880         * manual/fr/glossary.xml
13881         * manual/fr/handling.xml
13882         * manual/fr/intro.xml
13883         * manual/fr/plugins.xml
13884         * manual/fr/sylpheed-claws-manual.xml
13885                 sync w/ the english manual: updates URIs, documented mailing-list
13886                 support, better explanation about the enabled/disabled feature
13887                 in filtering/processing rules by Paul.
13888
13889 2006-05-21 [colin]      2.2.0cvs44
13890
13891         * src/summaryview.c
13892                 Don't expand after building threads, but during
13893
13894 2006-05-21 [colin]      2.2.0cvs43
13895
13896         * src/procmsg.c
13897         * src/summaryview.c
13898                 More timing possibilities... For next time I have 
13899                 to find out how the hell some 3GHz computer takes
13900                 one minute to open a 30k folder...
13901
13902 2006-05-21 [colin]      2.2.0cvs42
13903
13904         * manual/pl/advanced.xml
13905         * manual/pl/faq.xml
13906         * manual/pl/glossary.xml
13907         * manual/pl/handling.xml
13908         * manual/pl/intro.xml
13909         * manual/pl/plugins.xml
13910         * manual/pl/sylpheed-claws-manual.xml
13911                 Polish manual updated by Pawel
13912
13913 2006-05-20 [colin]
13914
13915         * 2.3.0-rc3 released
13916
13917 2006-05-20 [colin]      2.2.0cvs41
13918
13919         * src/imap.c
13920                 Fix -rc2 problems:
13921                 - remove cache of moved messages from original folder
13922                 - apply new flags to messages even if they aren't appliable
13923                   via IMAP.
13924
13925 2006-05-20 [colin]
13926
13927         * 2.3.0-rc2 released
13928
13929 2006-05-19 [colin]      2.2.0cvs40
13930
13931         * src/imap.c
13932                 Don't issue SELECT in imap_change_flags
13933                 before having checked that we indeed have
13934                 some flags to change. MSG_POSTFILTERED for
13935                 example can't be used on IMAP.
13936                 Fixes bug #955 (copying messages between 
13937                 imap folders is extremely slow), which was
13938                 a regression.
13939
13940 2006-05-19 [colin]      2.2.0cvs39
13941
13942         * src/folder.c
13943         * src/folder.h
13944         * src/folderview.c
13945                 Try to fix bug #830 (Some unread messages 
13946                 get marked read in IMAP inbox):
13947                 - Prevent scanning a folder if it's being 
13948                   opened via the GUI
13949                 - Postpone opening via the GUI of a folder
13950                   currently scanned.
13951
13952
13953 2006-05-19 [wwp]        2.2.0cvs38
13954
13955         * manual/advanced.xml
13956                 fix English+typo (thanks to Paul).
13957
13958 2006-05-19 [wwp]        2.2.0cvs37
13959
13960         * manual/advanced.xml
13961         * manual/fr/advanced.xml
13962         * src/gtk/logwindow.c
13963         * src/prefs_common.c
13964         * src/prefs_common.h
13965                 added hidden prefs to allow customization of colors used in
13966                 protocol log window (useful for dark gtk+ themes).
13967
13968 2006-05-19 [wwp]        2.2.0cvs36
13969
13970         * ChangeLog
13971                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13972
13973 2006-05-19 [paul]       2.2.0cvs35
13974
13975         * src/textview.c
13976                 make Reply-To fully clickable
13977         * src/gtk/logwindow.c
13978                 more colouring (SMTP ESMTP)
13979         Both patches by Pawel Pekala
13980
13981 2006-05-19 [cleroy]     2.2.0cvs34
13982
13983         * src/mh.c
13984                 Don't update flags from current folder
13985                 Probably fixes bug #935 (Read Messages 
13986                 Revert to Being Marked as Unread)
13987
13988 2006-05-18 [colin]      2.2.0cvs33
13989
13990         * src/imap.c
13991                 Warning fix
13992         * src/compose.c
13993         * src/mainwindow.c
13994         * src/summaryview.c
13995         * src/toolbar.c
13996                 Allow replying to multiple emails
13997                 in multiple windows
13998         * src/mimeview.c
13999         * src/etpan/imap-thread.c
14000                 Leak fixes
14001
14002 2006-05-18 [paul]       2.2.0cvs32
14003
14004         * src/summaryview.c
14005                 keep Mailing-List menu refreshed
14006                 Thanks to Colin
14007
14008 2006-05-18 [paul]       2.2.0cvs31
14009
14010         * manual/advanced.xml
14011         * manual/faq.xml
14012         * manual/glossary.xml
14013         * manual/handling.xml
14014         * manual/intro.xml
14015         * manual/plugins.xml
14016         * manual/sylpheed-claws-manual.xml
14017                 update URLs
14018                 add info about mailing-list support
14019                 edit filtering info
14020         * src/wizard.c
14021         * src/common/defs.h
14022         * src/gtk/about.c
14023         * src/plugins/dillo_viewer/README
14024                 update URLs
14025
14026 2006-05-17 [wwp]        2.2.0cvs30
14027
14028         * manual/handling.xml
14029         * manual/fr/handling.xml
14030                 documented the ability to enabled/disable filtering/processing rules.
14031
14032 2006-05-17 [colin]      2.2.0cvs29
14033
14034         * src/main.c
14035                 Don't initialize g_thread subsystem if it's 
14036                 already done (thanks to Hiro)
14037         * src/mimeview.c
14038                 Fix saving of parts when there name can't be
14039                 converted from UTF-8.
14040
14041 2006-05-17 [paul]       2.2.0cvs28
14042
14043         * po/Makefile.in.in
14044                 fix config.status warning with autoconf 2.60
14045
14046 2006-05-17 [paul]       2.2.0cvs27
14047
14048         * po/POTFILES.in
14049                 add src/mbox.c
14050
14051 2006-05-17 [wwp]        2.2.0cvs26
14052
14053         * src/mainwindow.c
14054                 fix useless and potentially dangerous buffer walking (thanks to Colin).
14055
14056 2006-05-17 [wwp]        2.2.0cvs25
14057
14058         * src/plugins/demo/demo.c
14059                 updated product name in plugin demo (many plugins need to be
14060                 sync'ed w/ that change).
14061
14062 2006-05-17 [colin]      2.2.0cvs24
14063
14064         * src/mh.c
14065                 Fix leak
14066
14067 2006-05-16 [colin]      2.2.0cvs23
14068
14069         * src/mainwindow.c
14070                 Stupid me hit again. Fix cvs22.
14071
14072 2006-05-16 [colin]      2.2.0cvs22
14073
14074         * src/mainwindow.c
14075                 Fix bug #922 (sylpheed-claws crashed after 
14076                 pushing on Inbox folder)
14077
14078 2006-05-16 [colin]      2.2.0cvs21
14079
14080         * src/compose.c
14081                 Make From header be copy/paste/select-able
14082
14083 2006-05-16 [wwp]        2.2.0cvs20
14084
14085         * src/export.c
14086         * src/matcher.c
14087         * src/summaryview.c
14088         * src/etpan/imap-thread.c
14089                 fix some compiler warnings (thanks to Colin).
14090
14091 2006-05-16 [wwp]        2.2.0cvs19
14092
14093         * src/action.c
14094         * src/gedit-print.c
14095         * src/inc.c
14096         * src/mainwindow.c
14097         * src/mh.c
14098         * src/statusbar.c
14099         * src/send_message.c
14100         * src/summaryview.c
14101                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
14102
14103 2006-05-15 [colin]      2.2.0cvs18
14104
14105         * src/procmsg.c
14106                 Fix automatic rule creation with List-Post
14107
14108 2006-05-15 [paul]       2.2.0cvs17
14109
14110         * tools/filter_conv_new.pl
14111                 updated for rule enabling/disabling
14112                 claws version >= 2.3.x required
14113
14114 2006-05-15 [cleroy]     2.2.0cvs16
14115
14116         * src/main.c
14117                 Revert test
14118
14119 2006-05-15 [cleroy]     2.2.0cvs15
14120
14121         * src/main.c
14122                 test
14123
14124 2006-05-15 [wwp]        2.2.0cvs14
14125
14126         * manual/pl/.cvsignore
14127                 ignore generated files.
14128
14129 2006-05-14 [wwp]        2.3.0-rc1
14130
14131         * 2.3.0-rc1 released
14132
14133 2006-05-13 [wwp]        2.2.0cvs13
14134
14135         * src/filtering.c
14136         * src/filtering.h
14137         * src/matcher.c
14138         * src/matcher_parser_lex.l
14139         * src/matcher_parser_parse.y
14140         * src/prefs_filtering.c
14141                 new feature: provide the ability to disable filtering and processing
14142                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
14143                 adaptations.
14144
14145 2006-05-13 [colin]      2.2.0cvs12
14146
14147         * src/compose.c
14148                 Remove useless if (a) b; else b;
14149                 Thanks to wwp
14150
14151 2006-05-13 [wwp]        2.2.0cvs11
14152
14153         * src/export.c
14154         * src/import.c
14155         * src/mainwindow.c
14156         * src/mbox.c
14157         * src/summaryview.c
14158         * src/summaryview.h
14159                 no more silent failures (or at least less ones) when importing
14160                 or exporting from/to mbox. Also start importing/exporting if
14161                 the necessary info is set.
14162
14163 2006-05-13 [wwp]        2.2.0cvs10
14164
14165         * RELEASE_NOTES
14166                 restored up-to-date release notes.
14167
14168 2006-05-13 [paul]       2.2.0cvs9
14169
14170         * po/nl.po
14171         * po/ru.po
14172                 updated by Tim Dijkstra and Pavlo Bohmat
14173
14174 2006-05-12 [colin]      2.2.0cvs8
14175
14176         * src/gtk/quicksearch.c
14177                 Add "k" as shortcut for "colorlabel". Patch
14178                 by ath42@users.sf.net.
14179
14180 2006-05-12 [paul]       2.2.0cvs7
14181
14182         * src/prefs_common.h
14183         * src/prefs_summaries.c
14184         * src/summaryview.c
14185                 when entering a folder also allow
14186                 going directly to first Marked message
14187
14188 2006-05-12 [paul]       2.2.0cvs6
14189
14190         * src/summaryview.c
14191                 always obey 'confirm before marking all
14192                 mails read' option
14193
14194 2006-05-12 [paul]       2.2.0cvs5
14195
14196         * src/textview.c
14197                 make Sender fully clickable
14198
14199 2006-05-12 [colin]      2.2.0cvs4
14200
14201         * src/compose.c
14202         * src/compose.h
14203                 Let From be editable
14204         * src/main.c
14205         * src/mh.c
14206                 Full support of .mh_sequences' Unseen seq
14207
14208 2006-05-12 [colin]      2.2.0cvs3
14209
14210         * src/folder.c
14211         * src/mainwindow.c
14212         * src/mainwindow.h
14213         * src/messageview.c
14214         * src/prefs_spelling.c
14215         * src/procheader.c
14216         * src/procmsg.c
14217         * src/procmsg.h
14218         * src/summaryview.c
14219         * src/toolbar.c
14220         * src/toolbar.h
14221                 Add contextual menu on Compose toolbar
14222                 button. Fixes bug #944 (Automatic
14223                 addresses not applied when changing account
14224                 from compose window)
14225                 add Mailing List support
14226                 based on the old 0.6.5claws25 patch by
14227                 Melvin Hadasht, with finishing touches
14228                 by Colin
14229                 Fix "ignore thread" when mails are threaded by
14230                 subject (and weren't ignored although appearing
14231                 in the thread).
14232                 GUI rework.
14233                 Both patches by Pawel.
14234
14235 2006-05-08 [paul]       2.2.0cvs2
14236
14237         * src/mainwindow.c
14238         * src/mainwindow.h
14239         * src/messageview.c
14240         * src/procheader.c
14241         * src/procmsg.c
14242         * src/procmsg.h
14243         * src/summaryview.c
14244                 add Mailing List support
14245                 based on the old 0.6.5claws25 patch by 
14246                 Melvin Hadasht, with finishing touches
14247                 by Colin
14248
14249 2006-05-08 [colin]      2.2.0cvs1
14250
14251         * src/mainwindow.c
14252         * src/toolbar.c
14253         * src/toolbar.h
14254                 Add contextual menu on Compose toolbar 
14255                 button. Fixes bug #944 (Automatic 
14256                 addresses not applied when changing account 
14257                 from compose window)
14258
14259 2006-05-08 [paul]       2.2.0
14260
14261         2.2.0 released
14262
14263 2006-05-08 [paul]       2.1.1cvs51
14264
14265         * po/cs.po
14266         * po/de.po
14267         * po/en_GB.po
14268         * po/fi.po
14269         * po/fr.po
14270         * po/pt_BR.po
14271         * po/sr.po
14272         * po/zh_CN.po
14273                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
14274                 Fabien Vantard, Frederico Goncalves Guimaraes,
14275                 Aleksandar Urosevic, and Ralgh Young
14276
14277 2006-05-12 [colin]      2.1.1cvs50
14278
14279         * po/cs.po
14280         * po/de.po
14281         * po/en_GB.po
14282         * po/es.po
14283         * po/fi.po
14284         * po/fr.po
14285         * po/pt_BR.po
14286         * po/sr.po
14287         * po/zh_CN.po
14288                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
14289                 Fabien Vantard, Frederico Goncalves Guimaraes,
14290                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
14291
14292 2006-05-05 [colin]      2.1.1cvs49
14293
14294         * manual/Makefile.am
14295         * manual/pl/Makefile.am
14296         * manual/pl/account.xml
14297         * manual/pl/ack.xml
14298         * manual/pl/addrbook.xml
14299         * manual/pl/advanced.xml
14300         * manual/pl/faq.xml
14301         * manual/pl/glossary.xml
14302         * manual/pl/gpl.xml
14303         * manual/pl/handling.xml
14304         * manual/pl/intro.xml
14305         * manual/pl/keyboard.xml
14306         * manual/pl/plugins.xml
14307         * manual/pl/starting.xml
14308         * manual/pl/sylpheed-claws-manual.xml
14309         * manual/pl/dist/.cvsignore
14310         * manual/pl/dist/Makefile.am
14311         * manual/pl/dist/html/.cvsignore
14312         * manual/pl/dist/html/Makefile.am
14313         * manual/pl/dist/pdf/.cvsignore
14314         * manual/pl/dist/pdf/Makefile.am
14315         * manual/pl/dist/ps/.cvsignore
14316         * manual/pl/dist/ps/Makefile.am
14317         * manual/pl/dist/txt/.cvsignore
14318         * manual/pl/dist/txt/Makefile.am
14319                 Add the polish translation of the manual,
14320                 Authored by Pawel Pekala.
14321
14322 2006-05-05 [cleroy]     2.1.1cvs48
14323
14324         * src/main.c
14325                 Re-read matcherrc after loading plugins 
14326                 if some of them add folders.
14327
14328 2006-05-03 [colin]      2.1.1cvs47
14329
14330         * src/imap.c
14331                 I'm idiot
14332
14333 2006-05-03 [colin]      2.1.1cvs46
14334
14335         * src/imap.c
14336                 Be sure to have a session when
14337                 getting separator
14338
14339 2006-05-03 [colin]      2.1.1cvs45
14340
14341         * src/imap.c
14342         * src/imap.h
14343         * src/imap_gtk.c
14344                 Fix preventing renaming with namespace 
14345                 separator.
14346
14347 2006-05-01 [colin]      2.1.1cvs44
14348
14349         * src/action.c
14350                 Don't reload messageview when result of
14351                 action is piped.
14352
14353 2006-04-29 [colin]      2.1.1cvs43
14354
14355         * src/prefs_receive.c
14356         * src/plugins/spamassassin/spamassassin_gtk.c
14357         * src/plugins/clamav/clamav_plugin_gtk.c
14358                 GUI fixes by Pawel
14359
14360 2006-04-29 [colin]      2.1.1cvs42
14361
14362         * src/prefs_compose_writing.c
14363         * src/prefs_quote.c
14364                 Cleanups. Patch by Pawel
14365
14366 2006-04-28 [paul]       2.1.1cvs41
14367
14368         * src/matcher.c
14369                 fix returned quick search results when search
14370                 term contains an underscore.
14371                 Thanks to Colin
14372
14373 2006-04-28 [paul]       2.1.1cvs40
14374
14375         * src/prefs_message.c
14376         * src/prefs_receive.c
14377                 GUI cleanups
14378                 Patches by Pawel Pekala
14379
14380 2006-04-27 [colin]      2.1.1cvs39
14381
14382         * src/wizard.c
14383                 Differentiate subject Welcome from
14384                 window's title Welcome
14385
14386 2006-04-27 [paul]
14387
14388         2.2.0-rc1 released
14389
14390 2006-04-27 [paul]       2.1.1cvs38
14391
14392         * manual/advanced.xml
14393         * manual/fr/advanced.xml
14394                 add info about compose_no_markup hidden pref
14395
14396 2006-04-27 [paul]       2.1.1cvs37
14397
14398         * src/prefs_account.c
14399                 improve privacy labels
14400         * src/prefs_msg_colors.c
14401                 change some strings for translators' convenience
14402         * src/gtk/gtkutils.c
14403                 don't underline the link button text
14404
14405 2006-04-25 [colin]      2.1.1cvs36
14406
14407         * src/folder.c
14408                 Complete 2.1.1cvs33 (once more ;)
14409
14410 2006-04-25 [colin]      2.1.1cvs35
14411
14412         * src/editldap.c
14413                 Fix tooltip
14414
14415 2006-04-25 [cleroy]     2.1.1cvs34
14416
14417         * src/compose.c
14418         * src/gtk/gtkaspell.c
14419                 Fix crash on redirect (related to the return 
14420                 of the aspell menu in compose's toolbar)
14421         * src/prefs_msg_colors.c
14422                 Fix sensitivity widgets
14423         * src/image_viewer.c
14424         * src/gtk/pluginwindow.c
14425         * src/gtk/prefswindow.c
14426                 Change released signals to clicked (Fabien)
14427         * po/POTFILES.in
14428         * src/common/socket.c
14429         * src/plugins/spamassassin/spamassassin.c
14430                 Translate strings (Fabien)
14431
14432 2006-04-25 [paul]       2.1.1cvs33
14433
14434         * src/folder.c
14435         * src/folder.h
14436         * src/folderview.c
14437                 complete the fix of bug #912
14438                 Thanks to Colin
14439
14440 2006-04-25 [colin]      2.1.1cvs32
14441
14442         * src/news.c
14443                 Better progress bar
14444         * src/mimeview.c
14445         * src/summaryview.c
14446         * src/summaryview.h
14447                 Fix focus chain
14448                 Patches by Pawel Pekala
14449
14450 2006-04-24 [colin]      2.1.1cvs31
14451
14452         * src/compose.c
14453                 Fix compilation warnings (Fabien)
14454
14455 2006-04-24 [colin]      2.1.1cvs30
14456
14457         * src/addrindex.c
14458         * src/editldap.c
14459         * src/editldap_basedn.c
14460         * src/editldap_basedn.h
14461         * src/ldapctrl.c
14462         * src/ldapctrl.h
14463         * src/ldapquery.c
14464         * src/ldaputil.c
14465         * src/ldaputil.h
14466                 Fix bug #901 (LDAPS support)
14467
14468 2006-04-24 [colin]      2.1.1cvs29
14469
14470         * src/compose.c
14471                 Fix logic on error with send dialog on
14472         * src/imap.c
14473                 Fix compilation without libetpan, thanks
14474                 to Fabien
14475         * src/summaryview.c
14476                 Fix 'context-menu' key
14477
14478 2006-04-23 [colin]      2.1.1cvs28
14479
14480         * src/folder.c
14481                 Never free current's cache to free up 
14482                 memory. Fixes bug #912 (new count 
14483                 randomly set to message count)
14484
14485 2006-04-23 [colin]      2.1.1cvs27
14486
14487         * src/gtk/quicksearch.c
14488                 And remove printf...
14489
14490 2006-04-23 [colin]      2.1.1cvs26
14491
14492         * src/gtk/quicksearch.c
14493                 Fix replacing in quicksearch, and fix inserting
14494                 in the middle of the string. (introduced at 2.1.0cvs22)
14495
14496 2006-04-23 [colin]      2.1.1cvs25
14497
14498         * src/imap.c
14499                 Make sure uidnext is initialized in get_num_list
14500                 (not for stable, related to 2.1.1cvs8 and friends)
14501
14502 2006-04-23 [colin]      2.1.1cvs24
14503
14504         * src/imap.c
14505                 Output something when login is successful
14506                 too
14507
14508 2006-04-23 [colin]      2.1.1cvs23
14509
14510         * src/etpan/imap-thread.c
14511                 Better logging (line-per-line, hide data in fetch)
14512                 Fix a const warning
14513         * src/gtk/logwindow.c
14514         * src/gtk/logwindow.h
14515                 Better logging (color for input/output)
14516
14517 2006-04-21 [colin]      2.1.1cvs22
14518
14519         * src/gtk/quicksearch.c
14520                 On gtk+-2.8, use stock buttons in quicksearch
14521                 Based on a patch by Fabien and a design by Paul
14522
14523 2006-04-21 [colin]      2.1.1cvs21
14524
14525         * src/folderview.c
14526         * src/mainwindow.c
14527                 Fix occasional flicker in folderview
14528         * src/common/utils.c
14529                 Fix bug #943 (Incorrectly parsed email address 
14530                 list in short headers on message view and in 
14531                 printouts)
14532
14533 2006-04-20 [colin]      2.1.1cvs20
14534
14535         * src/imap.c
14536         * src/imap.h
14537         * src/prefs_account.c
14538                 Add ANONYMOUS auth for IMAP
14539
14540 2006-04-20 [paul]       2.1.1cvs19
14541
14542         * src/main.c
14543                 proper fix for 2.1.1cvs18
14544                 Thanks to Colin
14545
14546 2006-04-20 [paul]       2.1.1cvs18
14547
14548         * src/main.c
14549                 fix build warnings
14550
14551 2006-04-20 [paul]       2.1.1cvs17
14552
14553         * src/gtk/quicksearch.c
14554                 fix standard, non-extended Quick search,
14555                 was broken in 2.1.1cvs15.
14556                 Thanks to Colin.
14557
14558 2006-04-20 [colin]      2.1.1cvs16
14559
14560         * src/prefs_matcher.c
14561                 Fix values when reselecting a ~test
14562                 rule
14563
14564 2006-04-19 [colin]      2.1.1cvs15
14565
14566         * src/compose.c
14567         * src/compose.h
14568         * src/gtk/gtkaspell.c
14569         * src/gtk/gtkaspell.h
14570                 Put back Options menu in Spelling/
14571         * src/gtk/quicksearch.c
14572                 Don't search, and show error, if the
14573                 advanced search has a syntax error
14574
14575 2006-04-18 [colin]      2.1.1cvs14
14576
14577         * src/textview.c
14578                 Fix gdk warnings on set_cursor when textview
14579                 isn't visible
14580
14581 2006-04-18 [colin]      2.1.1cvs13
14582
14583         * src/gtk/gtksctree.c
14584                 Remove seemingly useless refresh that causes
14585                 flicker - watch this commit in case of 
14586                 problems before planned backport to stable
14587
14588 2006-04-18 [colin]      2.1.1cvs12
14589
14590         * src/imap.c
14591                 Factorize get/set_xml code
14592         * src/compose.c
14593         * src/prefs_account.c
14594         * src/prefs_account.h
14595         * src/procmsg.c
14596                 Add Encrypt to self option
14597
14598 2006-04-17 [colin]      2.1.1cvs11
14599
14600         * configure.ac
14601                 Fix search on encrpyt function on dragonfly
14602                 Patch by Jonathan Buschmann <jonthn@agmact.com>
14603
14604 2006-04-17 [colin]      2.1.1cvs10
14605
14606         * src/prefs_account.c
14607                 Be safe by default: remove mails from POP3
14608                 after 7 days, not immediately
14609
14610 2006-04-17 [colin]      2.1.1cvs9
14611
14612         * src/etpan/imap-thread.c
14613                 Fix build on DragonFly - patch by 
14614                 Jonathan Buschmann <jonthn@agmact.com>
14615
14616 2006-04-17 [colin]      2.1.1cvs8
14617
14618         * src/imap.c
14619                 Save uidnext between sessions
14620
14621 2006-04-17 [colin]      2.1.1cvs7
14622
14623         * src/imap.c
14624                 scan is required when uid validity changes
14625
14626 2006-04-17 [colin]      2.1.1cvs6
14627
14628         * src/folderview.c
14629                 Don't scan if not necessary, apart in current
14630                 folder and INBOX to fetch flags.
14631         * src/imap.c
14632                 Scan is necessary if unread count changes
14633
14634 2006-04-17 [colin]      2.1.1cvs5
14635
14636         * src/imap.c
14637                 ...But always fetch ANSWERED and DELETED flags for
14638                 INBOX, as filtering can happen on these flags.
14639
14640 2006-04-17 [colin]      2.1.1cvs4
14641
14642         * src/imap.c
14643                 Don't fetch REPLIED and DELETED flags when synchronising
14644                 flags with a closed folder. We only need UNSEEN and FLAGGED
14645                 to update the folderview.
14646
14647 2006-04-17 [colin]      2.1.1cvs3
14648
14649         * src/imap.c
14650                 Faster flag search when there are new mails 
14651                 in a folder. We can do a full search if the 
14652                 folder contains less messages than the new
14653                 list.
14654
14655 2006-04-17 [colin]      2.1.1cvs2
14656
14657         * po/cs.po
14658         * po/de.po
14659         * po/fr.po
14660         * po/nl.po
14661         * po/pt_BR.po
14662                 Update translations from stable branch
14663
14664 2006-04-17 [colin]      2.1.1cvs1
14665
14666         * configure.ac
14667                 Bump version to follow stable release
14668
14669 2006-04-16 [mones]      2.1.0cvs50
14670
14671         * po/es.po
14672                 Updated for release
14673
14674 2006-04-16 [colin]      2.1.0cvs49
14675
14676         * src/textview.c
14677                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
14678                 with gtk < 2.8. Thanks to Fabien Vantard.
14679
14680 2006-04-15 [colin]      2.1.0cvs48
14681
14682         * src/etpan/imap-thread.c
14683                 Fix bug #919 (libetpan: SEGV when connecting 
14684                 using command)
14685
14686 2006-04-14 [colin]      2.1.0cvs47
14687
14688         * src/main.c
14689                 Fix race on --select (should be done better)
14690
14691 2006-04-14 [wwp]        2.1.0cvs46
14692
14693         * src/send_message.c
14694                 enforce a check for domain in account prefs (a sending
14695                 error could be faced if domain was checked but no value set),
14696                 thanks to Colin.
14697
14698 2006-04-14 [colin]      2.1.0cvs45
14699
14700         * src/codeconv.c
14701                 when converting from unknown to unknown, if the
14702                 string is UTF8, don't convert it to the locale
14703                 (which breaks it)
14704
14705 2006-04-14 [colin]      2.1.0cvs44
14706
14707         * src/compose.c
14708                 Don't try to use ASCII for converting headers
14709                 (as done in body)
14710
14711 2006-04-14 [paul]       2.1.0cvs43
14712
14713         * src/crash.c
14714                 add locale/charset info to crash report
14715         * src/gtk/about.c
14716                 add wwp to doc team
14717                 replace 'e-mail' with preferred 'email'
14718         * src/gtk/authors.h
14719                 ensure contributors list is in alphabetical
14720                 order
14721
14722 2006-04-13 [colin]      2.1.0cvs42
14723
14724         * src/textview.c
14725                 Prevent gdk warnings
14726
14727 2006-04-13 [colin]      2.1.0cvs41
14728
14729         * src/common/ssl_certificate.c
14730         * src/common/ssl_certificate.h
14731         * src/gtk/sslcertwindow.c
14732                 Warn on expired certs, and display the expiration date
14733
14734 2006-04-13 [colin]      2.1.0cvs40
14735
14736         * src/plugins/spamassassin/spamassassin_gtk.c
14737                 Fix missing set_text on unix socket
14738
14739 2006-04-13 [wwp]        2.1.0cvs39
14740
14741         * manual/fr/advanced.xml
14742         * manual/fr/glossary.xml
14743                 applied new spam/ham/email lexicon (pourriel, courriel)
14744
14745 2006-04-13 [paul]       2.1.0cvs38
14746
14747         * src/plugins/pgpmime/plugin.c
14748                 remove the mention of S/MIME from the
14749                 description. This is now handled by the
14750                 S/MIME plugin.
14751
14752 2006-04-13 [paul]       2.1.0cvs37
14753
14754         * src/prefs_msg_colors.c
14755                 rework dialog
14756         * src/prefs_folder_item.c
14757         * src/prefs_spelling.c
14758                 add a tooltip to the colour selector buttons
14759
14760 2006-04-13 [wwp]        2.1.0cvs36
14761
14762         * manual/advanced.xml
14763         * manual/glossary.xml
14764         * manual/handling.xml
14765         * manual/keyboard.xml
14766         * manual/plugins.xml
14767         * manual/starting.xml
14768         * manual/fr/account.xml
14769         * manual/fr/ack.xml
14770         * manual/fr/addrbook.xml
14771         * manual/fr/advanced.xml
14772         * manual/fr/faq.xml
14773         * manual/fr/glossary.xml
14774         * manual/fr/gpl.xml
14775         * manual/fr/handling.xml
14776         * manual/fr/intro.xml
14777         * manual/fr/keyboard.xml
14778         * manual/fr/plugins.xml
14779         * manual/fr/starting.xml
14780         * manual/fr/sylpheed-claws-manual.xml
14781                 fixes to the manuals:
14782                  - summaryview -> Message List (same in French)
14783                  - translate key names
14784                  - fix French punctuation, use non-breakable spaces when
14785                    necessary, don't use &thinsp; which is not portable
14786                  - tell what maildir and mbox formats we support
14787
14788 2006-04-12 [wwp]        2.1.0cvs35
14789
14790         * src/prefs_toolbar.c
14791                 unified a replace button more,
14792                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14793
14794 2006-04-12 [wwp]        2.1.0cvs34
14795
14796         * src/prefs_common.c
14797         * src/prefs_msg_colors.c
14798                 make default color labels translatable,
14799                 patch from Fabien Vantard <fzzzzz@gmail.com>,
14800                 thanks to Tim <timbrain@post.cz> for reporting.
14801
14802 2006-04-12 [wwp]        2.1.0cvs33
14803
14804         * manual/glossary.xml
14805         * manual/intro.xml
14806         * manual/plugins.xml
14807         * manual/starting.xml
14808         * manual/sylpheed-claws-manual.xml
14809         * manual/fr/.cvsignore
14810         * manual/fr/account.xml
14811         * manual/fr/ack.xml
14812         * manual/fr/addrbook.xml
14813         * manual/fr/advanced.xml
14814         * manual/fr/faq.xml
14815         * manual/fr/glossary.xml
14816         * manual/fr/handling.xml
14817         * manual/fr/intro.xml
14818         * manual/fr/keyboard.xml
14819         * manual/fr/plugins.xml
14820         * manual/fr/starting.xml
14821         * manual/fr/sylpheed-claws-manual.xml
14822                 various fixes: typos, missing .fr translations, punctuation,
14823                 capitalization, links, accents and some bad French more.
14824
14825 2006-04-12 [wwp]        2.1.0cvs32
14826
14827         * src/prefs_gtk.c
14828                 fix for bug #935: always store prefs files in UTF-8 (thanks
14829                 to Colin).
14830
14831 2006-04-11 [colin]      2.1.0cvs31
14832
14833         * src/compose.c
14834                 Fix inserting files not in utf8 when locale is utf8
14835
14836 2006-04-11 [colin]      2.1.0cvs30
14837
14838         * src/inc.c
14839                 Don't show error dialog when cancelling connection
14840                 Patch by Pawel
14841
14842 2006-04-11 [cleroy]     2.1.0cvs29
14843
14844         * src/compose.c
14845                 Implement multiple quote levels
14846         * src/prefs_common.c
14847                 Change a little bit the quote bgcolor for 2nd level
14848
14849 2006-04-11 [colin]      2.1.0cvs28
14850
14851         * src/gtk/about.c
14852                 Add locale and charset in the label
14853
14854 2006-04-10 [colin]      2.1.0cvs27
14855
14856         * src/compose.c
14857         * src/prefs_common.c
14858         * src/prefs_common.h
14859         * src/prefs_msg_colors.c
14860         * src/textview.c
14861                 Allow optional background color in quotes
14862                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14863                 GTK+-2.8.x feature
14864
14865 2006-04-10 [colin]      2.1.0cvs26
14866
14867         * src/main.c
14868         * src/mainwindow.c
14869         * src/mainwindow.h
14870                 Implement --select
14871
14872 2006-04-10 [colin]      2.1.0cvs25
14873
14874         * manual/plugins.xml
14875         * manual/fr/plugins.xml
14876                 Document libcurl's proxy variables
14877
14878 2006-04-09 [colin]      2.1.0cvs24
14879
14880         * src/prefs_common.c
14881                 gettext() returns statically allocated stuff. We have
14882                 to strdup it in order to be able to free it.
14883
14884 2006-04-09 [colin]      2.1.0cvs23
14885
14886         * AUTHORS
14887         * src/gtk/authors.h
14888                 Add Alexei
14889
14890 2006-04-09 [colin]      2.1.0cvs22
14891
14892         * src/mainwindow.c
14893         * src/gtk/quicksearch.c
14894                 Fix bug #859 (problems with cyrilic input in 
14895                 search panel) - Patch by Alexey Illarionov 
14896                 <littlesavage@rambler.ru>
14897
14898 2006-04-09 [colin]      2.1.0cvs21
14899
14900         * src/prefs_customheader.c
14901                 I prefer removing then freeing rather than the contrary
14902                 (even if it doesn't change anything ;-)
14903         * src/prefs_account.c
14904                 Fix bug #933 (Crash re-entering the custom headers list 
14905                 dialog in accounts prefs)
14906                 The problem happened when cancelling the Account 
14907                 Preferences' dialogs - in which case we didn't do 
14908                 anything to the PrefsAccount * struct. In case of applying,
14909                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14910                 working with in this dialog. The problem is that 
14911                 prefs_customheader.c, working on this tmp_ac_prefs, always
14912                 changes the ->customhdr_list pointer, even when cancelled. 
14913                 So in case of cancelling the prefs_account dialog, we still
14914                 have to update ->customhdr_list in the real account.
14915
14916 2006-04-08 [colin]      2.1.0cvs20
14917
14918         * manual/fr/glossary.xml
14919         * manual/fr/keyboard.xml
14920                 Forgot some headers :)
14921
14922 2006-04-08 [colin]      2.1.0cvs19
14923
14924         * manual/Makefile.am
14925         * manual/fr/Makefile.am
14926         * manual/fr/account.xml
14927         * manual/fr/ack.xml
14928         * manual/fr/addrbook.xml
14929         * manual/fr/advanced.xml
14930         * manual/fr/faq.xml
14931         * manual/fr/glossary.xml
14932         * manual/fr/gpl.xml
14933         * manual/fr/handling.xml
14934         * manual/fr/intro.xml
14935         * manual/fr/keyboard.xml
14936         * manual/fr/plugins.xml
14937         * manual/fr/starting.xml
14938         * manual/fr/sylpheed-claws-manual.xml
14939         * manual/fr/dist/.cvsignore
14940         * manual/fr/dist/Makefile.am
14941         * manual/fr/dist/html/.cvsignore
14942         * manual/fr/dist/html/Makefile.am
14943         * manual/fr/dist/pdf/.cvsignore
14944         * manual/fr/dist/pdf/Makefile.am
14945         * manual/fr/dist/ps/.cvsignore
14946         * manual/fr/dist/ps/Makefile.am
14947         * manual/fr/dist/txt/.cvsignore
14948         * manual/fr/dist/txt/Makefile.am
14949                 Add the french translation of the manual. Thanks to
14950                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14951                 account.xml, ack.xml, addrbook.xml and advanced.xml
14952
14953 2006-04-08 [colin]      2.1.0cvs18
14954
14955         * manual/plugins.xml
14956         * manual/starting.xml
14957                 More fixes
14958
14959 2006-04-07 [colin]      2.1.0cvs17
14960
14961         * manual/faq.xml
14962         * manual/intro.xml
14963         * manual/keyboard.xml
14964                 Little fixes
14965
14966 2006-04-07 [colin]      2.1.0cvs16
14967
14968         * README
14969         * src/compose.c
14970         * src/prefs_common.c
14971         * src/prefs_common.h
14972                 Add hidden compose_no_markup pref
14973
14974 2006-04-07 [wwp]        2.1.0cvs15
14975
14976         * src/summary_search.c
14977         * .cvsignore
14978                 Bugfix: stop button was sticky when searching in an empty folder.
14979                 Applied curly brackets code style to the whole file (summary_search.c).
14980                 More files to ignore.
14981
14982 2006-04-07 [wwp]        2.1.0cvs14
14983
14984         * src/message_search.c
14985         * src/summary_search.c
14986                 changed default button when search bumps at file/folder
14987                 beginning or end, for convenience (thanks to Colin).
14988
14989 2006-04-07 [paul]       2.1.0cvs13
14990
14991         * src/plugins/dillo_viewer/dillo_prefs.c
14992                 avoid future potential for namespace collision
14993                 Patch by Colin
14994
14995 2006-04-06 [wwp]        2.1.0cvs12
14996
14997         * src/summary_search.c
14998                 Unify extended/advanced searches names (and thus factorize labels),
14999                 patch by Fabien Vantard <fzzzzz@gmail.com>.
15000
15001 2006-04-06 [wwp]        2.1.0cvs11
15002
15003         * src/folderview.c
15004         * src/prefs_themes.c
15005         * src/summaryview.c
15006                 Fixed some compilation warnings.
15007
15008 2006-04-06 [colin]      2.1.0cvs10
15009
15010         * manual/advanced.xml
15011                 Document the wizard template and how to deploy
15012                 Sylpheed-Claws effectively
15013
15014 2006-04-06 [colin]      2.1.0cvs9
15015
15016         * src/folderview.c
15017                 gettext patch to tell translators about _("#"),
15018                 by Maxim Britov
15019
15020 2006-04-06 [colin]      2.1.0cvs8
15021
15022         * src/textview.c
15023                 Fix invalid GtkTextBIter after clicking "Display as text"
15024
15025 2006-04-06 [mones]      2.1.0cvs7
15026
15027         * src/addr_compl.c
15028         * src/addrindex.c
15029         * src/addritem.c
15030         * src/codeconv.c
15031         * src/compose.c
15032         * src/filtering.c
15033         * src/folder.c
15034         * src/folder_item_prefs.c
15035         * src/folderview.c
15036         * src/localfolder.c
15037         * src/matcher.c
15038         * src/mimeview.c
15039         * src/prefs_msg_colors.c
15040         * src/prefs_spelling.c
15041         * src/prefs_themes.c
15042         * src/procmime.c
15043         * src/procmsg.c
15044         * src/stock_pixmap.c
15045         * src/summaryview.c
15046         * src/textview.c
15047         * src/toolbar.c
15048         * src/common/mgutils.c
15049         * src/common/prefs.c
15050         * src/common/ssl_certificate.c
15051         * src/gtk/colorlabel.c
15052         * src/gtk/quicksearch.c
15053         * src/plugins/pgpmime/pgpmime.c
15054         * src/plugins/spamassassin/spamassassin.c
15055                 Removed redundant NULL checks for g_free() calls.
15056                 Patch by Pawel Pekala.
15057
15058 2006-04-06 [mones]      2.1.0cvs6
15059
15060         * src/prefs_actions.c
15061         * src/prefs_filtering.c
15062         * src/prefs_filtering_action.c
15063         * src/prefs_matcher.c
15064         * src/prefs_template.c
15065         * src/gtk/gtkutils.c
15066         * src/gtk/gtkutils.h
15067                 Have a nice replace button. Patch by Pawel Pekala
15068
15069 2006-04-06 [colin]      2.1.0cvs5
15070
15071         * src/addressbook.c
15072                 Fix crash with empty columns
15073
15074 2006-04-05 [colin]      2.1.0cvs4
15075
15076         * src/wizard.c
15077         * src/prefs_gtk.c
15078                 Allow wizard customization with pre-filled values
15079
15080 2006-04-05 [colin]      2.1.0cvs3
15081
15082         * src/textview.c
15083         * src/mimeview.c
15084         * src/mimeview.h
15085                 Nicer messages in mimeview
15086
15087 2006-04-05 [colin]      2.1.0cvs2
15088
15089         * src/addressbook.c
15090         * src/prefs_summaries.c
15091                 i18n fix
15092
15093 2006-04-05 [colin]      2.1.0cvs1
15094
15095         * src/plugins/pgpcore/plugin.c
15096         * src/plugins/pgpcore/select-keys.c
15097         * src/plugins/pgpcore/select-keys.h
15098         * src/plugins/pgpcore/sgpgme.c
15099         * src/plugins/pgpcore/sgpgme.h
15100         * src/plugins/pgpinline/pgpinline.c
15101         * src/plugins/pgpinline/plugin.c
15102         * src/plugins/pgpmime/pgpmime.c
15103         * src/plugins/pgpmime/plugin.c
15104                 Factorize and generalize a bit 
15105                 Drop S/MIME signature verification from PGP/MIME
15106                 (adding it as another, more complete plugin)
15107
15108 2006-04-05 [paul]       2.1.0
15109
15110         2.1.0 released
15111
15112 2006-04-05 [paul]       2.0.0cvs186
15113
15114         * manual/advanced.xml
15115                 add info on colour labels
15116
15117 2006-04-05 [paul]       2.0.0cvs185
15118
15119         * po/bg.po
15120         * po/cs.po
15121         * po/de.po
15122         * po/el.po
15123         * po/en_GB.po
15124         * po/fi.po
15125         * po/fr.po
15126         * po/it.po
15127         * po/nl.po
15128         * po/pl.po
15129         * po/pt_BR.po
15130         * po/sr.po
15131         * po/zh_CN.po
15132                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
15133                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
15134                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
15135                 Guimaraes, Aleksandar Urosevic, Ralgh Young
15136         * src/gtk/authors.h
15137         * tools/claws.i18n.status.pl
15138                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
15139                 and new Czech translator, Tim <timbrain@post.cz>
15140
15141 2006-04-05 [mones]      2.0.0cvs184
15142
15143         * po/es.po
15144                 Updated translation
15145
15146 2006-04-05 [colin]      2.0.0cvs183
15147
15148         * src/gtk/quicksearch.c
15149                 Fix bug #929 (unnecessary reload in quick search bar)
15150
15151 2006-04-05 [colin]      2.0.0cvs182
15152
15153         * src/compose.c
15154                 Fix crash on Reply with no From:
15155                 Show signature and conversion error on queuing 
15156                 (but not sending)
15157         * src/mainwindow.c
15158         * src/summaryview.c
15159         * src/summaryview.h
15160                 Factorize threading code and make sure msginfo 
15161                 is not null when it comes from a GtkCTreeRow's 
15162                 data
15163         * src/gtk/gtkaspell.c
15164                 Check for necessary things
15165         * src/gtk/gtksctree.c
15166         * src/gtk/gtksctree.h
15167                 Reset anchor if necessary when removing node
15168
15169 2006-03-29 [colin]      2.0.0cvs181
15170
15171         * src/folderview.c
15172                 Warn for disabled IMAP accounts (due to lack of
15173                 libetpan). Breaks string-freeze - sorry - but it
15174                 is kind of important ;)
15175
15176 2006-03-28 [colin]      2.0.0cvs180
15177
15178         * src/gtk/gtkutils.c
15179         * src/gtk/gtkutils.h
15180                 Add a gtkut_get_link_btn() function that
15181                 creates a button which acts like an URI
15182         * src/prefs_themes.c
15183         * src/gtk/about.c
15184                 Use this function (factorizes codes)
15185         * src/common/defs.h
15186         * src/gtk/pluginwindow.c
15187                 Add a "Get more..." in the plugins window
15188
15189 2006-03-28 [colin]      2.0.0cvs179
15190
15191         * src/common/smtp.c
15192         * src/common/passcrypt.c
15193         * src/undo.c
15194                 Warning fixes. Patch by Pawel Pekala
15195
15196 2006-03-27 [colin]      2.0.0cvs178
15197
15198         * src/undo.c
15199                 Fix undoing by blocks with spaces
15200
15201 2006-03-27 [colin]      2.0.0cvs177
15202
15203         * src/textview.c
15204                 Set margin to 3px for headers
15205
15206 2006-03-27 [paul]
15207
15208         2.1.0-rc2 released
15209
15210 2006-03-27 [wwp]        2.0.0cvs176
15211
15212         * src/summaryview.c
15213                 don't reset quicksearch when updating the message list.
15214                 Thanks to Colin.
15215
15216 2006-03-26 [wwp]        2.0.0cvs175
15217
15218         * src/compose.c
15219                 use a unified border width ('other' tab in the compose window,
15220                 patch by Pawel Pekala).
15221
15222
15223 2006-03-26 [wwp]        2.0.0cvs174
15224
15225         * src/common/quoted-printable.c
15226         * src/addressbook.c
15227                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
15228
15229 2006-03-26 [colin]      2.0.0cvs173
15230
15231         * src/quote_fmt_parse.y
15232                 Fix non-UTF8 date formats messing up the whole quote a 
15233                 little bit
15234
15235 2006-03-26 [colin]      2.0.0cvs172
15236
15237         * src/procheader.c
15238                 Make sure the date is UTF8 valid, or try to make it
15239                 so. IncrediMail is really IncrediStupid.
15240         * src/compose.c
15241                 Fix possible conversions. 
15242                 
15243
15244 2006-03-26 [colin]      2.0.0cvs171
15245
15246         * src/matcher.c
15247                 Fix corner cases in body search. This is still a
15248                 hack... It seems impossible to make it good and 
15249                 reasonably fast at the same time.
15250
15251 2006-03-26 [colin]      2.0.0cvs170
15252
15253         * src/summaryview.c
15254                 I think I killed the twilight zone bug!
15255                 summary_select_node() flushes GTK events in order
15256                 to be able to center the view. But this also 
15257                 flushes keypresses like Ctrl-Alt-U, so this can
15258                 call summary_show from summary_select_node (itself
15259                 called from summary_show, etc.). And the summaryview
15260                 has to be unlocked in this function. So just locking
15261                 while processing GTK events, and bailing if locked, 
15262                 should fix it.
15263                 Fixes bug #927 (SIGSEGV during Update Summary)
15264
15265 2006-03-25 [colin]      2.0.0cvs169
15266
15267         * src/matcher.c
15268                 Fix search in QP-encoded bodies
15269                 Fix utf-8 searches in bodies encoded in the
15270                 locale's encoding
15271         * src/common/quoted-printable.c
15272         * src/common/quoted-printable.h
15273                 Add a decode function that doesn't overwrite
15274                 the original pointer
15275                 
15276
15277 2006-03-24 [colin]      2.0.0cvs168
15278
15279         * src/action.c
15280         * src/summaryview.c
15281         * src/summaryview.h
15282                 Update message cache after action
15283                 Patch by H. Merijn Brand
15284         * src/prefs_msg_colors.c
15285                 Factorize label 
15286                 Patch by Fabien Vantard
15287         * src/plugins/spamassassin/spamassassin_gtk.c
15288                 Remove useless translation
15289                 Patch by Fabien Vantard
15290
15291 2006-03-23 [colin]      2.0.0cvs167
15292
15293         * src/common/ssl.c
15294                 Let 30 seconds to SSL_connect
15295
15296 2006-03-23 [wwp]        2.0.0cvs166
15297
15298         * src/summaryview.c
15299         * src/gtk/description_window.c
15300                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
15301                 and headers are translated; adjust description windows' width to fit their
15302                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
15303
15304 2006-03-23 [paul]       2.0.0cvs165
15305
15306         * src/common/utils.c
15307                 fix highlighting of URIs containing "()"
15308                 (2.0.0cvs164's reversal fixed)
15309                 Thanks to Colin.
15310
15311 2006-03-23 [paul]       2.0.0cvs164
15312
15313         * src/common/utils.c
15314                 revert patch, (postponing a fix), at 2.0.0cvs120
15315                 as it breaks more URIs than it fixes.
15316                 Allow '-' to be a terminating character in a URI
15317
15318 2006-03-22 [colin]      2.0.0cvs163
15319
15320         * configure.ac
15321                 Require libetpan 0.45
15322                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
15323
15324 2006-03-22 [paul]       2.0.0cvs162
15325
15326         * src/editgroup.c
15327                 replace '<-' and '->' buttons with GTK_STOCK graphical
15328                 buttons
15329         * src/summary_search.c
15330                 don't offer '...' for translation
15331                 add a tooltip to advanced search '...' button
15332         * src/gtk/quicksearch.c
15333                 don't offer '...' for translation
15334
15335 2006-03-21 [colin]      2.0.0cvs161
15336
15337         * src/compose.c
15338                 Fix middle-click pasting (insert at click
15339                 position instead of cursor position, don't
15340                 remove existing selection and allow pasting
15341                 our own selection)
15342         * src/addressbook.c
15343                 "LDAP Server" -> "LDAP servers"
15344
15345 2006-03-21 [wwp]        2.0.0cvs160
15346
15347         * src/etpan/imap-thread.c
15348                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
15349
15350 2006-03-20 [colin]      2.0.0cvs159
15351
15352         * src/summaryview.c
15353                 Don't reload summaryview after an execute with no
15354                 move action
15355
15356 2006-03-19 [colin]      2.0.0cvs158
15357
15358         * src/addressbook.c
15359                 and put groups at the top, always
15360
15361 2006-03-19 [colin]      2.0.0cvs157
15362
15363         * src/addressbook.c
15364                 Order groups before names, as previously
15365
15366 2006-03-19 [colin]      2.0.0cvs156
15367
15368         * src/addressbook.c
15369                 - Sort case-unsensitive
15370                 - Put the sort arrow at opening too
15371
15372 2006-03-19 [wwp]        2.0.0cvs155
15373
15374         * src/addressbook.c
15375                 allow sorting by name/email/remarks, ensure that right-pane's contents
15376                 matches the left-pane selection (cleared when appropriate).
15377                 Patch by Pawel Pekala <c0rn@o2.pl>.
15378
15379 2006-03-18 [colin]      2.0.0cvs154
15380
15381         * src/textview.c
15382                 Fix text cursor ;)
15383
15384 2006-03-18 [colin]      2.0.0cvs153
15385
15386         * src/gtk/filesel.c
15387                 Make sure we hide the preview if we didn't get
15388                 a filename
15389
15390 2006-03-18 [colin]      2.0.0cvs152
15391
15392         * src/summaryview.c
15393                 Set cursor to watch for execution (fixes lack
15394                 of watch-cursor when dnd'ing hundreds of mails)
15395         * src/gtk/filesel.c
15396                 Check that mime type is 'image/*' before updating
15397                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
15398
15399 2006-03-18 [colin]      2.0.0cvs151
15400
15401         * src/mainwindow.c
15402         * src/textview.c
15403         * src/textview.h
15404                 Put a watch cursor in textview too when the mainwindow's
15405                 cursor in a watch
15406
15407 2006-03-18 [colin]      2.0.0cvs150
15408
15409         * src/folder.c
15410                 Change wrong asserts to simple tests
15411
15412 2006-03-17 [colin]      2.0.0cvs149
15413
15414         * src/mainwindow.c
15415         * src/mainwindow.h
15416         * src/prefs_msg_colors.c
15417         * src/summaryview.c
15418         * src/summaryview.h
15419         * src/gtk/colorlabel.c
15420         * src/gtk/colorlabel.h
15421                 Add a color label menu in the main menubar
15422                 Add (fixed) accels Ctrl-{0-7} to change the color
15423                 They have to be fixed because the menu's dynamic,
15424                 the items are complex widgets, hence we can't use
15425                 a GtkItemFactory.
15426
15427
15428 2006-03-17 [wwp]        2.0.0cvs148
15429
15430         * src/compose.c
15431                 rollback few lines from my previous commit (those lines come from
15432                 a pending patch, accidentally commited, even if neutral as they are
15433                 commented out).
15434
15435 2006-03-17 [wwp]        2.0.0cvs147
15436
15437         * src/compose.c
15438                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
15439                 applied code style/indentation to the modified function.
15440
15441 2006-03-17 [wwp]        2.0.0cvs146
15442
15443         * src/procmsg.c
15444         * src/compose.c
15445                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
15446
15447 2006-03-17 [paul]
15448
15449         2.1.0-rc1 released
15450
15451 2006-03-17 [paul]       2.0.0cvs145
15452
15453         * src/main.c
15454                 addressbook_read_file() was called twice
15455         * src/textview.c
15456                 X-Mailer highlighting
15457
15458 2006-03-16 [colin]      2.0.0cvs144
15459
15460         * src/sourcewindow.c
15461         * src/sourcewindow.h
15462                 And the last one, in source window.
15463
15464 2006-03-16 [colin]      2.0.0cvs143
15465
15466         * src/compose.c
15467         * src/compose.h
15468                 Fix the same stuff in compose
15469
15470 2006-03-16 [colin]      2.0.0cvs142
15471
15472         * src/messageview.c
15473                 Complete the previous messageview crash fix
15474
15475 2006-03-16 [colin]      2.0.0cvs141
15476
15477         * src/procmsg.h
15478         * src/procmsg.c
15479         * src/folder.c
15480                 Fix POSTPROCESSING hook
15481                 Patch by H. Merijn Brand
15482
15483         * src/procmime.c
15484         * src/procmime.h
15485                 Parse Content-Location
15486
15487         * src/toolbar.c
15488         * src/messageview.c
15489         * src/messageview.h
15490                 Don't crash when a top-level MessageView has
15491                 been closed on us. Same problematic than
15492                 yesterday's quicksearch issue.
15493
15494 2006-03-15 [colin]      2.0.0cvs140
15495
15496         * src/gtk/quicksearch.c
15497                 Fix a bitchy race we didn't think about when we
15498                 added quicksearch cancellation:
15499                 If the search is not on cached fields, for example
15500                 body_part matchcase "stuff"
15501                 the matcher code has to get the whole message. If
15502                 we're on IMAP, that can be slow, and in order to
15503                 be non-blocking, the IMAP code idle loop processes
15504                 gtk events too. So it is possible to cancel a
15505                 quicksearch while the matcher is getting the mail's
15506                 body. After matcher got its body, it will start to
15507                 iterate over the matcher list that the Quicksearch's
15508                 clear_search_cb() just freed via prepare_matcher().
15509                 SIGSEGV ensues.
15510                 The fix consists of guarding the matcherlist_match()
15511                 call with a boolean 'matching'. If we reset the
15512                 quicksearch while matching is TRUE, we don't free
15513                 the matcherlist anymore like we did, but we set
15514                 another new flag, deferred_free, to TRUE. Then,
15515                 in quicksearch_match(), just after returning from
15516                 matcherlist_match() and unsetting the matching flag,
15517                 we check the deferred_free flag and do the
15518                 prepare_matcher() (which does the matcherlist_free)
15519                 for real, so we free the matcherlist once it's not
15520                 used anymore.
15521                 As all of this runs via the glib main loop, we
15522                 luckily don't need a mutex.
15523         * src/summaryview.c
15524                 Also, show progress while searching.
15525
15526
15527 2006-03-14 [colin]      2.0.0cvs139
15528
15529         * src/alertpanel.c
15530                 Make alertpanel_is_open non-static
15531
15532 2006-03-14 [colin]      2.0.0cvs138
15533
15534         * src/prefs_spelling.c
15535                 Cleanups - Fabien Vantard
15536
15537 2006-03-14 [wwp]        2.0.0cvs137
15538
15539         * src/main.c
15540                 code style normalization (curly braces, indentation).
15541
15542 2006-03-14 [wwp]        2.0.0cvs137
15543
15544         * src/main.c
15545                 code style (braces, indentation)
15546
15547 2006-03-12 [paul]       2.0.0cvs136
15548
15549         * src/prefs_common.c
15550                 trans_hdr defaults to FALSE to be RFC-savvy
15551         * src/prefs_summaries.c
15552                 add a tooltip to the trans_hdr option
15553                 
15554
15555 2006-03-12 [paul]       2.0.0cvs135
15556
15557         * src/prefs_matcher.c
15558                 give a little more width to the combos
15559         * src/prefs_display_header.c
15560         * src/textview.c
15561                 translate headers if prefs_common.trans_hdr
15562                 is TRUE
15563
15564         Patches by Pawel Pekala
15565
15566 2006-03-12 [paul]       2.0.0cvs134
15567
15568         * src/plugins/clamav/clamav_plugin.c
15569         * src/plugins/dillo_viewer/dillo_viewer.c
15570         * src/plugins/pgpcore/plugin.c
15571         * src/plugins/pgpinline/plugin.c
15572         * src/plugins/pgpmime/plugin.c
15573         * src/plugins/spamassassin/spamassassin.c
15574                 update/add to descriptions
15575         * src/plugins/spamassassin/spamassassin_gtk.c
15576                 fixes to the english, remove superfluous
15577                 tooltips, clean up a little
15578
15579 2006-03-12 [paul]       2.0.0cvs133
15580
15581         * src/compose.c
15582                 fix Bug 924, 'Account combo box shows up wrong 
15583                 if & is in account name'
15584
15585 2006-03-11 [colin]      2.0.0cvs132
15586
15587         * src/summaryview.c
15588                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
15589                 messed up shift-selection because is slows down
15590                 moving around summaryview. thanks -users
15591
15592 2006-03-10 [colin]      2.0.0cvs131
15593
15594         * src/plugins/spamassassin/spamassassin_gtk.c
15595                 Put back Paul's engrish fixes
15596
15597 2006-03-10 [colin]      2.0.0cvs130
15598
15599         * src/plugins/spamassassin/spamassassin.c
15600         * src/plugins/spamassassin/spamassassin.h
15601         * src/plugins/spamassassin/spamassassin_gtk.c
15602                 Cleanup SA prefs page (more)
15603                 Patch by Fabien Vantard
15604
15605 2006-03-10 [paul]       2.0.0cvs129
15606
15607         * src/prefs_msg_colors.c
15608         * src/prefs_spelling.c
15609                 widget sensitivity
15610
15611 2006-03-09 [mones]      2.0.0cvs128
15612
15613         * po/es.po
15614                 Update for next RC
15615
15616 2006-03-09 [wwp]        2.0.0cvs127
15617
15618         * configure.ac
15619                 revert accidental commit (requirement for libetpan 0.43), this time
15620                 not in HEAD.
15621
15622 2006-03-09 [wwp]        2.0.0cvs125
15623
15624         * configure.ac
15625                 revert accidental commit (requirement for libetpan 0.43)
15626
15627 2006-03-09 [paul]       2.0.0cvs126
15628
15629         * src/prefs_receive.c
15630                 remove useless frame
15631                 replace 'incorporation' with 'receiving'
15632         * src/plugins/clamav/clamav_plugin_gtk.c
15633         * src/plugins/spamassassin/spamassassin_gtk.c
15634                 improve widget sensitivity
15635                 fix a bit his engrish
15636
15637 2006-03-09 [wwp]        2.0.0cvs125
15638
15639         * src/addressadd.c
15640         * src/foldersel.c
15641         * src/prefs_common.c
15642         * src/prefs_common.h
15643                 remember some more windows' sizes (add to addressbook and
15644                 select folder).
15645
15646 2006-03-09 [paul]       2.0.0cvs124
15647
15648         * src/plugins/pgpcore/prefs_gpg.c
15649                 normalise construction of dialogue
15650
15651 2006-03-09 [paul]       2.0.0cvs123
15652
15653         * src/plugins/trayicon/Makefile.am
15654                 add missing slash
15655
15656 2006-03-08 [colin]      2.0.0cvs122
15657
15658         * src/plugins/trayicon/Makefile.am
15659                 Fix build in separate dir 
15660                 Patch by Bamanzi <bamanzi@gmail.com>
15661
15662 2006-03-08 [colin]      2.0.0cvs121
15663
15664         * src/procmsg.c
15665                 Batch move and copies from summaryview with delayed execution
15666                 too
15667
15668 2006-03-07 [paul]       2.0.0cvs120
15669
15670         * src/common/utils.c
15671                 fix highlighting of URIs containing "()"
15672                 Patch by Pawel Pekala
15673
15674 2006-03-07 [paul]       2.0.0cvs119
15675
15676         * src/folder.c
15677         * src/folder.h
15678         * src/folderview.c
15679                 immediately do alphabetical resort when
15680                 changing a folder's name
15681                 Patch by Pawel Pekala
15682
15683 2006-03-07 [paul]       2.0.0cvs118
15684
15685         * src/news.c
15686         * src/news_gtk.c
15687                 when unsubscribing a newsgroup, remove the
15688                 folder and msgs in .sylpheed-claws/newscache
15689                 Patch by Pawel Pekala <c0rn@gazeta.pl>
15690
15691 2006-03-07 [paul]       2.0.0cvs117
15692
15693         * src/textview.c
15694                 fix wrong Fake URL Warning
15695                 Thanks to Hiro
15696
15697 2006-03-07 [colin]      2.0.0cvs116
15698
15699         * src/imap.c
15700                 Return immediately when password dialog was
15701                 cancelled
15702         * src/gtk/inputdialog.c
15703                 Allow empty strings for passwords
15704
15705
15706 2006-03-06 [colin]      2.0.0cvs115
15707
15708         * src/imap.c
15709                 Prevent double-timeouts when connection fails
15710
15711 2006-03-06 [colin]
15712
15713         2.0.1-rc1 released
15714
15715 2006-03-06 [colin]      2.0.0cvs114
15716
15717         * src/imap.c
15718                 Refresh session during potentially long
15719                 operations
15720
15721 2006-03-06 [wwp]        2.0.0cvs113
15722
15723         * src/prefs_msg_colors.h
15724                 forgot that one (custom color labels).
15725
15726 2006-03-06 [wwp]        2.0.0cvs112
15727
15728         * src/prefs_common.c
15729         * src/prefs_common.h
15730         * src/prefs_msg_colors.c
15731         * src/summaryview.c
15732         * src/summaryview.h
15733         * src/gtk/colorlabel.c
15734         * src/gtk/colorlabel.h
15735                 colors in messages list are now customizable. Color values and names can
15736                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
15737                 Thanks to Paul and Colin for their help with this longstanding patch!
15738
15739 2006-03-06 [wwp]        2.0.0cvs111
15740
15741         * src/textview.c
15742                 don't crash if (x)face is bad.
15743
15744 2006-03-05 [paul]       2.0.0cvs110
15745
15746         * AUTHORS
15747         * configure.ac
15748         * src/Makefile.am
15749         * src/common/Makefile.am
15750         * src/common/utils.h
15751         * src/etpan/imap-thread.c
15752         * src/gtk/authors.h
15753         * src/plugins/clamav/Makefile.am
15754         * src/plugins/demo/Makefile.am
15755         * src/plugins/dillo_viewer/Makefile.am
15756         * src/plugins/pgpcore/Makefile.am
15757         * src/plugins/pgpcore/passphrase.c
15758         * src/plugins/pgpinline/Makefile.am
15759         * src/plugins/pgpmime/Makefile.am
15760         * src/plugins/spamassassin/Makefile.am
15761         * src/plugins/trayicon/Makefile.am
15762                 fix builiding on cygwin
15763                 Patch by Ralgh Young <bamanzi@gmail.com>
15764
15765 2006-03-04 [wwp]        2.0.0cvs109
15766
15767         * manual/keyboard.xml
15768                 fix mixed up/down keys.
15769
15770 2006-03-04 [wwp]        2.0.0cvs108
15771
15772         * README
15773         * INSTALL
15774                 updated links to SpamAssassin.
15775
15776 2006-03-04 [wwp]        2.0.0cvs107
15777
15778         * manual/plugins.xml
15779         * src/plugins/spamassassin/README
15780                 updated SpamAssassin plugin docs to reflect new functional additions
15781                 (also fix/update/documents few technical stuff more, see the README).
15782
15783 2006-03-04 [wwp]        2.0.0cvs106
15784
15785         * src/prefs_message.c
15786                 normalized capitalization of message-prefs paths.
15787
15788 2006-03-04 [wwp]        2.0.0cvs105
15789
15790         * manual/advanced.xml
15791                 typo.
15792
15793 2006-03-03 [colin]      2.0.0cvs104
15794
15795         * src/plugins/clamav/clamav_plugin_gtk.c
15796                 Rework prefs page, patch by Fabien 
15797
15798 2006-03-03 [colin]      2.0.0cvs103
15799
15800         * src/plugins/clamav/clamav_plugin.c
15801                 Set error on all errors
15802
15803 2006-03-03 [colin]      2.0.0cvs102
15804
15805         * src/common/plugin.c
15806                 Initialize error to avoid crashing when a plugin fails
15807                 without setting error
15808
15809 2006-03-02 [wwp]        2.0.0cvs101
15810
15811         * configure.ac
15812                 fixed linker flags for libetpan support on Cygwin
15813                 (thanks to H.Merijn Brand).
15814
15815 2006-03-02 [wwp]        2.0.0cvs100
15816
15817         * src/addressbook.c
15818                 fix some AB error messages: one for punctuation and
15819                 one wrongly duplicate (thanks, maxbritov).
15820
15821 2006-03-02 [wwp]        2.0.0cvs99
15822
15823         * src/plugins/spamassassin/spamassassin.c
15824                 make sync calls to sa-learn/spamc to prevent
15825                 system (whatever local or client/server) overload.
15826
15827 2006-03-02 [colin]      2.0.0cvs98
15828
15829         * src/summaryview.c
15830                 Put the spam icon in the status column instead of the
15831                 mark one
15832
15833 2006-03-01 [colin]      2.0.0cvs97
15834
15835         * src/plugins/spamassassin/spamassassin.c
15836                 Fix segfault (g_file_set_contents fails for some 
15837                 reason and err==0x2f. Can't find out why with
15838                 valgrind, using working function :-)
15839
15840 2006-03-01 [colin]      2.0.0cvs96
15841
15842         * src/inc.c
15843                 Offline overriding: let 'No' be cached only 3 seconds
15844
15845 2006-03-01 [colin]      2.0.0cvs95
15846
15847         * src/addr_compl.c
15848         * src/addrbook.c
15849         * src/addressbook.c
15850         * src/addrindex.c
15851         * src/folder_item_prefs.c
15852         * src/headerview.c
15853         * src/imap.c
15854         * src/inc.c
15855         * src/ldif.c
15856         * src/mainwindow.c
15857         * src/mh.c
15858         * src/msgcache.c
15859         * src/prefs_common.h
15860         * src/prefs_msg_colors.c
15861         * src/procheader.c
15862         * src/procheader.h
15863         * src/procmime.c
15864         * src/procmsg.c
15865         * src/procmsg.h
15866         * src/send_message.h
15867         * src/simple-gettext.c
15868         * src/summaryview.c
15869         * src/summaryview.h
15870         * src/syldap.c
15871         * src/textview.c
15872         * src/undo.c
15873         * src/common/ssl_certificate.c
15874         * src/common/utils.c
15875         * src/gtk/colorsel.c
15876         * src/gtk/gtksctree.c
15877         * src/gtk/gtkshruler.c
15878         * src/plugins/trayicon/trayicon.c
15879                 #if 0 goes to /dev/null
15880
15881 2006-03-01 [colin]      2.0.0cvs94
15882
15883         * src/compose.c
15884         * src/imap.c
15885         * src/inc.c
15886         * src/inc.h
15887         * src/messageview.c
15888         * src/news.c
15889         * src/plugins/spamassassin/spamassassin.c
15890                 Allow to add information in the "working offline"
15891                 window
15892
15893 2006-03-01 [wwp]        2.0.0cvs93
15894
15895         * src/plugins/spamassassin/spamassassin.c
15896                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15897                 'cause it seems that calling `spamc ... < inputfile` with
15898                 g_spawn_(a)sync simply.. erm doesn't work :-).
15899
15900 2006-03-01 [wwp]        2.0.0cvs92
15901
15902         * src/toolbar.c
15903         * src/toolbar.h
15904                 simplify the adding of spam/ham button to the messageview toolbar
15905                 (it gets more clear now that the same button will be "Mark as spam"
15906                 or "Mark as ham" according to the current message status,
15907                 thanks to Colin).
15908
15909 2006-03-01 [wwp]        2.0.0cvs91
15910
15911         * src/messageview.c
15912         * src/procmsg.c
15913         * src/procmsg.h
15914         * src/summaryview.c
15915         * src/plugins/spamassassin/spamassassin.c
15916         * src/plugins/spamassassin/spamassassin.h
15917                 make learner callbacks return a status (0 for ok),
15918                 handle it in main code to avoid setting flags when learning failed,
15919                 don't learn on TCP if offline in spamassassin,
15920                 thanks to Colin.
15921
15922                 
15923
15924 2006-03-01 [wwp]        2.0.0cvs90
15925
15926         * src/compose.c
15927                 some work around the compose window's account menu,
15928                 patch by Fabien Vantard.
15929
15930 2006-03-01 [wwp]        2.0.0cvs89
15931
15932         * src/plugins/spamassassin/spamassassin.c
15933                 fixed bad logics, was using spamc in local mode and sa-learn
15934                 in remote mode (thanks, Colin).
15935
15936 2006-03-01 [wwp]        2.0.0cvs88
15937
15938         * src/plugins/spamassassin/spamassassin.c
15939         * src/plugins/spamassassin/spamassassin.h
15940         * src/plugins/spamassassin/spamassassin_gtk.c
15941                 made processing of emails w/ sa-plugin an option (default is TRUE),
15942                 fixed Engrish some tooltips, capitalization of some debug messages
15943                 and warnings. The spamassassin plugin now provides two separate
15944                 services: process emails upon incorporation and spamd training.
15945                 Both services (un)register independently but use some common
15946                 plugin settings (transport settings, spam storage location).
15947
15948 2006-02-28 [wwp]        2.0.0cvs87
15949
15950         * src/plugins/spamassassin/spamassassin.c
15951                 fix async flag to spamc cmdline execution (batch exec should
15952                 be asynchronous).
15953
15954 2006-02-27 [wwp]        2.0.0cvs86
15955
15956         * src/plugins/spamassassin/spamassassin.c
15957         * src/plugins/spamassassin/spamassassin.h
15958         * src/plugins/spamassassin/spamassassin_gtk.c
15959                 - added the ability to learn a remote spamassassin server (spamd),
15960                 using spamc.
15961                 - added the spamassassin option 'username', that applies to all
15962                 spamassassin operations (filtering, learning, local or remote).
15963                 The default username is the current unix user (if left blank
15964                 from gtk prefs or config file).
15965                 - commented out some unused code (notebook widget), removed unused
15966                 layout (hbox1).
15967                 - make more widgets sensitive to the transport type.
15968
15969 2006-02-27 [colin]      2.0.0cvs85
15970
15971         * src/plugins/spamassassin/spamassassin.c
15972                 Fix sa-learn call when offline
15973
15974 2006-02-27 [colin]      2.0.0cvs84
15975
15976         * configure.ac
15977         * src/Makefile.am
15978         * src/mainwindow.c
15979         * src/mainwindow.h
15980         * src/messageview.c
15981         * src/messageview.h
15982         * src/prefs_toolbar.c
15983         * src/procmsg.c
15984         * src/stock_pixmap.c
15985         * src/stock_pixmap.h
15986         * src/summaryview.c
15987         * src/toolbar.c
15988         * src/toolbar.h
15989         * src/pixmaps/ham_btn.xpm
15990         * src/pixmaps/spam.xpm
15991         * src/pixmaps/spam_btn.xpm
15992         * src/plugins/spamassassin/spamassassin.c
15993                 Add button in toolbar for spam learning
15994                 Fix a few bugs from the last related commit
15995                 Revert 1.9.6cvs23 which messed up shift-selection
15996
15997 2006-02-24 [colin]      2.0.0cvs83
15998
15999         * src/procmsg.c
16000         * src/summaryview.c
16001         * src/summaryview.h
16002         * src/plugins/spamassassin/spamassassin.c
16003         * src/plugins/spamassassin/spamassassin.h
16004         * src/plugins/spamassassin/spamassassin_gtk.c
16005                 Unregister learner when spamassassin is either
16006                 disabled or over tcp
16007
16008 2006-02-24 [colin]      2.0.0cvs82
16009
16010         * src/Makefile.am
16011         * src/mainwindow.c
16012         * src/mainwindow.h
16013         * src/procmsg.c
16014         * src/procmsg.h
16015         * src/stock_pixmap.c
16016         * src/stock_pixmap.h
16017         * src/summaryview.c
16018         * src/summaryview.h
16019         * src/gtk/icon_legend.c
16020         * src/pixmaps/spam.xpm  ** NEW FILE **
16021         * src/plugins/spamassassin/spamassassin.c
16022         * src/plugins/spamassassin/spamassassin_gtk.c
16023                 Add spam learning interface (Mark/Mark as 
16024                 (spam|ham) menus)
16025
16026 2006-02-24 [wwp]        2.0.0cvs81
16027
16028         * src/compose.c
16029         * src/compose.h
16030         * src/filtering.c
16031                 hide compose window when sending message in batch mode
16032                 (filtering: forward and redirect). Also fixed a wrong
16033                 value returned when sending failed, neutral anyway.
16034                 (Colin, me) 
16035
16036 2006-02-24 [wwp]        2.0.0cvs80
16037
16038         * src/mainwindow.c
16039                 use GTK+'s stock quit button. Patch by Fabien Vantard.
16040
16041 2006-02-24 [paul]       2.0.0cvs79
16042
16043         * src/news.c
16044         * src/news.h
16045         * src/news_gtk.c
16046                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
16047                 Thanks to Colin
16048
16049 2006-02-23 [colin]      2.0.0cvs78
16050
16051         * src/alertpanel.c
16052                 Change OK to Close in alertpanel with View log
16053                 button; add accel to View log. Patch by Fabien
16054                 Vantard
16055
16056 2006-02-23 [wwp]        2.0.0cvs77
16057
16058         * src/compose.c
16059                 silly me, there were much more tests to perform, since toolbars can
16060                 really have down to 1 element only.
16061
16062 2006-02-23 [wwp]        2.0.0cvs76
16063
16064         * commitHelper
16065                 fixed indentation from my previous commit. Fallback to VISUAL if
16066                 EDITOR is not set (and to vi, at last resort).
16067
16068 2006-02-23 [wwp]        2.0.0cvs75
16069
16070         * commitHelper
16071                 improved error detection (Colin, me).
16072
16073 2006-02-23 [wwp]        2.0.0cvs74
16074
16075         * src/prefs_toolbar.c
16076                 simplify and fix prefs/toolbars layouting. Combos' contents can
16077                 now be really displayed.
16078
16079 2006-02-23 [wwp]        2.0.0cvs73
16080         simplifies and fix prefs/toolbars layouting. Combos' contents can now
16081         be really displayed.
16082
16083 2006-02-22 [wwp]        2.0.0cvs72
16084
16085         * src/compose.c
16086                 fix a typo in my previous commit (sorry!).
16087
16088 2006-02-22 [wwp]        2.0.0cvs71
16089
16090         * src/prefs_toolbar.c
16091                 fix a crash when adding separators to toolbars,
16092                 also fix some separator item information.
16093
16094 2006-02-22 [wwp]        2.0.0cvs70
16095
16096         * src/compose.c
16097                 fix a crash when redirecting (for instance) when compose window's
16098                 toolbar contents has been customized (when some buttons have been
16099                 removed in fact).
16100
16101 2006-02-21 [wwp]        2.0.0cvs69
16102
16103         * src/summaryview.c
16104         * src/gtk/pluginwindow.c
16105         * src/plugins/pgpcore/prefs_gpg.c
16106                 fix some compilation warnings (feat. remains of removed code).
16107
16108 2006-02-21 [wwp]        2.0.0cvs68
16109
16110         * src/gtk/gtkutils.c
16111                 fix two compilation issues, thanks to Stephan Sachse.
16112
16113 2006-02-20 [colin]      2.0.0cvs67
16114
16115         * src/mainwindow.c
16116                 Don't reselect displayed mail on refocus
16117                 This fixes actions misbehaving 
16118
16119 2006-02-20 [wwp]        2.0.0cvs66
16120
16121         * src/summaryview.c
16122         * src/gtk/gtksctree.c
16123         * src/gtk/gtkshruler.c
16124                 changed more runtime typecast checks.
16125
16126 2006-02-20 [wwp]        2.0.0cvs65
16127
16128         * src/summary_search.c
16129                 find all - summaryview refresh issue fixed, thanks to Colin.
16130
16131 2006-02-20 [wwp]        2.0.0cvs64
16132
16133         * src/gtk/gtkutils.c
16134                 better runtime typecast checks.
16135
16136 2006-02-20 [wwp]        2.0.0cvs63
16137
16138         * src/summary_search.c
16139                 enhancements to the summary search:
16140                         - add the ability to stop the running search
16141                           (upon ESC-key press, new Stop button or when Clear button is pressed)
16142                         - don't search if no criteria (From/To/Subject/Body) is set
16143                         - ensure that a busy mouse pointer is always shown when searching,
16144                           show it even a bit earlier
16145
16146 2006-02-19 [colin]      2.0.0cvs62
16147
16148         * src/compose.c
16149         * src/imap.c
16150         * src/etpan/imap-thread.c
16151         * src/etpan/imap-thread.h
16152                 (Future) IMAP speed improvement on sending
16153                 Will require a libetpan update
16154         * src/summaryview.c
16155         * src/gtk/quicksearch.c
16156                 Make quicksearch clearable while running.
16157
16158 2006-02-17 [colin]      2.0.0cvs61
16159
16160         * src/imap.c
16161         * src/etpan/imap-thread.c
16162         * src/etpan/imap-thread.h
16163                 Check for IMAP certificates
16164                 ** Requires libetpan-0.42-cvs4 
16165                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
16166
16167 2006-02-17 [colin]      2.0.0cvs60
16168
16169         * src/messageview.c
16170         * src/prefs_common.c
16171         * src/prefs_common.h
16172         * src/prefs_message.c
16173                 Add pref to display HTML-only mails with plugin, 
16174                 if possible (defaulting to FALSE of course).
16175
16176 2006-02-16 [colin]      2.0.0cvs59
16177
16178         * src/main.c
16179         * src/common/plugin.c
16180         * src/common/plugin.h
16181         * src/gtk/pluginwindow.c
16182                 Keep track of requested (but unloaded) plugins
16183                 in some error cases.
16184
16185 2006-02-16 [wwp]        2.0.0cvs58
16186
16187         * src/gtk/gtkaspell.c
16188         * src/gtk/gtkaspell.h
16189         * src/prefs_spelling.c
16190         * src/compose.c
16191         * src/prefs_common.c
16192         * src/prefs_common.h
16193                 implemented new optional spellchecker behaviour: re-check message when
16194                 dictionary got changed (from compose-window/context-menu/Change dictionary).
16195
16196 2006-02-16 [wwp]        2.0.0cvs57
16197
16198         * src/quote_fmt_parse.y
16199                 pclose popen'ed pipe.
16200
16201 2006-02-15 [colin]      2.0.0cvs56
16202
16203         * src/mimeview.c
16204         * src/mimeview.h
16205                 Let MimeViewers know which MimeView they
16206                 depend of.
16207         * src/summaryview.c
16208                 Swap From/To columns in Sent/Queue/Drafts
16209                 folders
16210         * src/etpan/imap-thread.c
16211                 Use mailstream_low_tls_open() for STARTTLS
16212                 instead of mailstream_low_ssl_open()
16213                 ** REQUIRES libetpan 0.42cvs3 **
16214
16215 2006-02-15 [wwp]        2.0.0cvs55
16216
16217         * src/compose.c
16218         * src/compose.h
16219         * src/message_search.c
16220         * src/message_search.h
16221         * src/textview.c
16222         * src/gtk/gtkutils.c
16223         * src/gtk/gtkutils.h
16224                 added the ability to Find text in the compose window (and a bit
16225                 of code factorization).
16226
16227 2006-02-15 [wwp]        2.0.0cvs54
16228
16229         * src/prefs_gtk.c
16230                 yet another one file was missing (fix for some widgets' sensitivity).
16231                 Thanks Colin!
16232
16233 2006-02-15 [wwp]        2.0.0cvs53
16234
16235         * src/prefs_gtk.h
16236                 oops forgot that file (fix for some widgets' sensitivity).
16237
16238 2006-02-15 [wwp]        2.0.0cvs52
16239
16240         * src/summary_search.c
16241                 implemented advanced summary search options (added the ability
16242                 to use matcher conditions in an advanced search mode).
16243
16244 2006-02-15 [wwp]        2.0.0cvs51
16245
16246         * src/plugins/pgpcore/prefs_gpg.c
16247         * src/prefs_account.c
16248                 fix some widget sensitivity, mostly around some labels in
16249                 account prefs.
16250
16251 2006-02-15 [paul]       2.0.0cvs50
16252
16253         * manual/advanced.xml
16254                 improve Templates info
16255                 written by wwp
16256
16257 2006-02-14 [colin]      2.0.0cvs49
16258
16259         * src/pixmaps/address_book.xpm
16260         * src/pixmaps/preferences.xpm
16261         * src/pixmaps/properties.xpm
16262                 Fix pixmap size - patch by Fabien Vantard
16263
16264 2006-02-13 [colin]      2.0.0cvs48
16265
16266         * src/procmime.c
16267                 Add missing fclose()s on error
16268         * src/textview.c
16269                 Remove unused code
16270         * src/common/utils.c
16271                 Fix temp files not being deleted on windows
16272         Patches by Thomas Gilgin
16273
16274 2006-02-13 [colin]      2.0.0cvs47
16275
16276         * src/mainwindow.c
16277                 Fix exit crash
16278
16279 2006-02-13 [wwp]        2.0.0cvs46
16280
16281         * src/plugins/pgpcore/prefs_gpg.c
16282                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
16283
16284 2006-02-12 [colin]      2.0.0cvs45
16285
16286         * src/folderview.c
16287         * src/main.c
16288         * src/mainwindow.c
16289                 Fix "stuff" when quitting
16290
16291 2006-02-12 [wwp]        2.0.0cvs44
16292
16293         * src/prefs_themes.c
16294                 fix typos in debug messages.
16295
16296 2006-02-11 [colin]      2.0.0cvs43
16297
16298         * src/summaryview.c
16299                 don't allow drag/drop from ourself
16300
16301 2006-02-10 [wwp]        2.0.0cvs42
16302
16303         * src/exporthtml.c
16304         * src/html.c
16305         * src/html.h
16306         * src/procmime.c
16307         * src/textview.c
16308                 renamed html_ prefixed functions and data structures to avoid
16309                 namespace clashes w/ other software (gtkhtml2 for instance).
16310                 Closes bug #907.
16311
16312
16313 2006-02-09 [colin]      2.0.0cvs41
16314
16315         * src/summaryview.c
16316                 Fix shitty logic messed up. Thanks Ticho for the hint!
16317
16318 2006-02-09 [wwp]        2.0.0cvs40
16319
16320         * src/gtk/about.c
16321         * src/compose.c
16322         * src/prefs_account.c
16323         * src/prefs_gtk.h
16324         * src/editaddress.c
16325                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
16326                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
16327                 Browse buttons in accounts prefs.
16328
16329 2006-02-09 [colin]      2.0.0cvs39
16330
16331         * src/matcher.c
16332                 Check for pointer before using its members
16333         * src/gtk/gtksourceprintjob.c
16334                 Fix a wrong warning
16335
16336 2006-02-09 [wwp]        2.0.0cvs38
16337
16338         * src/gtk/filesel.c
16339                 fix few compiler warnings (type mismatch).
16340
16341 2006-02-09 [paul]       2.0.0cvs37
16342
16343         * po/fr.po
16344                 updated by Fabien Vantard
16345
16346 2006-02-08 [colin]      2.0.0cvs36
16347
16348         * src/prefs_common.c
16349         * src/common/defs.h
16350         * src/common/plugin.c
16351                 allow windows and linux configurations to coexist
16352                 patch by Thomas Gilgin
16353
16354 2006-02-08 [colin]      2.0.0cvs35
16355
16356         * src/filtering.c
16357         * src/matcher.c
16358         * src/matcher.h
16359         * src/matcher_parser_parse.y
16360         * src/prefs_filtering_action.c
16361         * src/prefs_matcher.c
16362                 Add the "Ignore thread" filtering
16363                 action
16364
16365 2006-02-08 [colin]      2.0.0cvs34
16366
16367         * src/compose.c
16368         * src/procmime.c
16369         * src/procmime.h
16370                 Fix bug #905 (damaged attachment)
16371                 text files with raw \0's aren't really text files
16372         FOR_STABLE
16373
16374 2006-02-08 [colin]      2.0.0cvs33
16375
16376         * src/summaryview.c
16377                 Fix crasher introduced yesterday
16378
16379 2006-02-08 [wwp]        2.0.0cvs32
16380
16381         * src/compose.c
16382         * src/compose.h
16383                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
16384
16385 2006-02-08 [wwp]        2.0.0cvs31
16386
16387         * src/prefs_template.c
16388                 templates enhancement: allow address completion for Cc and Bcc fields
16389                 (it was currently possible for the To field only)
16390
16391 2006-02-08 [colin]      2.0.0cvs30
16392
16393         * src/compose.c
16394                 Don't unblock if not blocked
16395         FOR_STABLE
16396
16397 2006-02-07 [colin]      2.0.0cvs29
16398
16399         * src/action.c
16400                 Forgot to refresh summaryview
16401
16402 2006-02-07 [colin]      2.0.0cvs28
16403
16404         * src/action.c
16405                 Freeze/thaw message list and folder list while
16406                 processing %as{} actions 
16407         * src/compose.c
16408                 Fix auto-wrap disabling after a middle-click
16409                 paste - FOR_STABLE
16410
16411 2006-02-07 [paul]       2.0.0cvs27
16412
16413         * src/folder.c
16414                 fix freeing of uninitialised pointers
16415                 Thanks to Colin
16416
16417 2006-02-06 [colin]      2.0.0cvs26
16418
16419         * src/folder.c
16420                 Use g_slist_prepend in potentially big list
16421
16422 2006-02-06 [colin]      2.0.0cvs25
16423
16424         * src/folder.c
16425                 Completely skip processing if it doesn't 
16426                 exist (faster!)
16427
16428 2006-02-06 [colin]      2.0.0cvs24
16429
16430         * src/folder.c
16431         * src/summaryview.c
16432                 Batch filtering in summaryview (from Tools menu)
16433                 and pre/post//-processing too
16434
16435 2006-02-06 [colin]      2.0.0cvs23
16436
16437         * src/procmsg.h
16438         * src/filtering.c
16439                 Use a special field for batch filtering instead
16440                 of stepping on deferred execution's toes
16441
16442 2006-02-06 [colin]      2.0.0cvs22
16443
16444         * src/action.c
16445         * src/filtering.c
16446         * src/filtering.h
16447         * src/folder.c
16448         * src/summaryview.c
16449                 Fix filtering via menus and actions
16450
16451 2006-02-06 [colin]      2.0.0cvs21
16452
16453         * src/imap.c
16454                 Put the added file directly to cache if possible (will work
16455                 with next libetpan)
16456         * src/filtering.c
16457         * src/filtering.h
16458         * src/inc.c
16459         * src/folder.c
16460         * src/mbox.c
16461         * src/procmsg.h
16462                 Move and copy filtered messages by batches instead of one
16463                 by one - faster on IMAP
16464         * src/procmsg.c
16465                 Add a function that'll possibly be useful later
16466
16467 2006-02-06 [colin]      2.0.0cvs20
16468
16469         * src/addressbook.c
16470                 Use internal mime-type instead of text/plain for d'n'd
16471         * src/compose.c
16472                 Allow attaching files from mimeview's icon list via d'n'd
16473         * src/folderview.c
16474         * src/folderview.h
16475                 Use internal mime-type instead of text/plain for d'n'd
16476                 Don't try to selected opened folder if none is
16477                 Factorize d'n'd from other apps code
16478         * src/headerview.c
16479         * src/textview.c
16480         * src/gtk/gtkutils.c
16481         * src/gtk/gtkutils.h
16482                 Factorize Face/X-Face stuff
16483         * src/mimeview.c
16484                 Fix d'n'd to other apps
16485         * src/prefs_message.c
16486                 Let the XFace pref be usable without libcompface as it also
16487                 applies to Face
16488         * src/summaryview.c
16489                 Fix d'n'd to other apps
16490                 Factorize d'n'd from other apps code
16491
16492 2006-02-06 [wwp]        2.0.0cvs19
16493
16494         * po/it.po
16495                 Italian translation fixes by Andrea Spadaccini (no more confusion
16496                 between filtering and processing, and few changes in the About
16497                 dialog).
16498
16499
16500 2006-02-06 [mones]      2.0.0cvs18
16501
16502         * src/gtk/icon_legend.c
16503                 Improved descriptions allowing better translations
16504
16505 2006-02-05 [colin]      2.0.0cvs17
16506
16507         * src/imap.c
16508                 Add the f*cking missing expunge that caused imap_fetch_env
16509                 to fail after an add_msgs ! :-///
16510         * src/etpan/imap-thread.c
16511                 Add a bit of debug
16512         FOR_STABLE
16513
16514 2006-02-05 [colin]      2.0.0cvs16
16515
16516         * src/common/utils.c
16517                 Don't check for return-path (or we can't put
16518                 back non-sent mails)
16519
16520 2006-02-05 [colin]      2.0.0cvs15
16521
16522         * src/textview.c
16523                 Don't try to display Face header in textview
16524                 when teh headerview's active
16525
16526 2006-02-05 [colin]      2.0.0cvs14
16527
16528         * tools/tbird2syl.py
16529         * tools/Makefile.am
16530                 Add script to import Thunderbird mails
16531
16532 2006-02-05 [colin]      2.0.0cvs13
16533
16534         * src/headerview.c
16535         * src/procheader.c
16536         * src/procmsg.c
16537         * src/procmsg.h
16538         * src/textview.c
16539                 Show Face headers - patch partially by Klaus Flittner
16540
16541 2006-02-05 [colin]      2.0.0cvs12
16542
16543         * src/folderview.c
16544         * src/summaryview.c
16545         * src/common/utils.c
16546         * src/common/utils.h
16547                 Let dnd work from mime icons to summaryview
16548                 and to folderview too
16549                 Add a crude test to avoid trying to add files
16550                 drag'n'dropped when they're not mails
16551
16552 2006-02-04 [colin]      2.0.0cvs11
16553
16554         * src/summaryview.c
16555         * src/mimeview.c
16556                 Fix utf8 conversion
16557
16558 2006-02-04 [colin]      2.0.0cvs10
16559
16560         * src/compose.c
16561         * src/folderview.c
16562         * src/mimeview.c
16563         * src/summaryview.c
16564         * src/summaryview.h
16565                 Added various drag and drop capas:
16566                 From                    To
16567                 summaryview             other apps
16568                 mimeview icons          other apps
16569                 other apps              summaryview
16570                 other apps              folderview
16571
16572                 This shouldn't have broken the existing:
16573                 From                    To
16574                 summaryview             folderview
16575                 folderview              folderview
16576                 summaryview             compose's attachments
16577
16578         Tests welcomed.
16579
16580 2006-02-02 [paul]       2.0.0cvs9
16581
16582         * src/mainwindow.c
16583                 move global option 'Set displayed columns...' out
16584                 of folder option grouping.
16585                 fix sensitivity of 'harvest addresses'
16586         FOR_STABLE
16587
16588 2006-02-01 [colin]      2.0.0cvs8
16589
16590         * src/mimeview.c
16591                 Revert the alertpanel patch, it sucks (intrusive
16592                 and gets in the way of "open")
16593
16594 2006-02-01 [colin]      2.0.0cvs7
16595
16596         * src/compose.c
16597         * src/prefs_account.c
16598         * src/prefs_common.c
16599         * src/common/defs.h
16600         * src/common/utils.c
16601         * src/common/utils.h
16602                 Add ability to edit the signature file
16603                 from the account preferences, and use
16604                 a default for the text editor.
16605                 Patch by Fabien Vantard
16606
16607 2006-02-01 [colin]      2.0.0cvs6
16608
16609         * src/mimeview.c
16610                 Try to get mime type by extension if it is
16611                 application/octet-stream
16612                 Display a window with possible choices when
16613                 encountering unknown mime types
16614         * src/gtk/filesel.c
16615         * src/gtk/filesel.h
16616                 Add preview
16617                 Allow multiple selection in filtered filesel
16618                 (patch by Fabien Vantard)
16619         * src/gtk/pluginwindow.c
16620                 Use it (patch by Fabien Vantard)
16621
16622 2006-02-01 [paul]       2.0.0cvs5
16623
16624         * src/jpilot.c
16625                 fix crash on creating jpilot address book
16626                 Thanks to Colin - FOR_STABLE
16627         * src/prefs_summaries.c
16628         * src/prefs_wrapping.c
16629         * src/gtk/icon_legend.c
16630         * src/gtk/quicksearch.c
16631                 string fixes and additions
16632
16633 2006-02-01 [paul]       2.0.0cvs4
16634
16635         * src/compose.c
16636         * src/mainwindow.c
16637         * src/messageview.c
16638         * src/prefs_send.c
16639                 add Arabic encoding option
16640                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
16641
16642 2006-01-31 [colin]      2.0.0cvs3
16643
16644         * src/plugins/pgpcore/passphrase.c
16645                 Convert passphrase to locale encoding
16646         * src/compose.c
16647                 Fix drafting on IMAP. Crappy bug sneaked in
16648                 the release :-/
16649         FOR_STABLE
16650
16651 2006-01-30 [paul]       2.0.0cvs2
16652
16653         * src/gtk/icon_legend.c
16654                 show the new entries
16655
16656 2006-01-30 [colin]      2.0.0cvs1
16657
16658         * src/manual.c
16659                 Check for the file to be present before 
16660                 enabling the menu - FOR_STABLE
16661         * src/gtk/icon_legend.c
16662                 Add folders icons (not all of them, there
16663                 are too much, but the most intriguing ones)
16664
16665 2006-01-30 [paul]       2.0.0
16666
16667         version 2.0.0 released
16668
16669 [For previous entries, see ChangeLog.pre2.0.0]