2007-10-11 [colin] 3.0.2cvs63
[claws.git] / ChangeLog
1 2007-10-11 [colin]      3.0.2cvs63
2
3         * src/editaddress.c
4                 Make static function static
5
6 2007-10-11 [mones]      3.0.2cvs62
7
8         * src/addrduplicates.c
9         * src/addressbook.c
10         * src/compose.c
11         * src/expldifdlg.c
12         * src/mainwindow.c
13         * src/messageview.c
14         * src/pop.c
15         * src/prefs_customheader.c
16         * src/prefs_send.c
17         * src/prefs_themes.c
18         * src/common/plugin.c
19         * src/gtk/pluginwindow.c
20         * src/gtk/quicksearch.c
21                 Fix several typos and capitalisation issues
22
23 2007-10-11 [wwp]        3.0.2cvs61
24
25         * src/editaddress.c
26                 Fix a warning about possible use of uninitialized
27                 filename var.
28
29 2007-10-11 [wwp]        3.0.2cvs60
30
31         * src/editaddress.c
32                 Disable "Unset picture" menu item when there's
33                 no picture to clear. Fix an extraneous g_unref_object,
34                 add missing initializers.
35
36 2007-10-11 [wwp]        3.0.2cvs59
37
38         * src/pixmaps/anonymous.xpm
39         * src/editaddress.c
40         * src/Makefile.am
41         * src/stock_pixmap.c
42         * src/stock_pixmap.h
43                 Fix a leak, gettext-ize the photo label.
44                 Don't clear the existing picture if loading
45                 a new one fails. Use a default 'anonymous'
46                 picture (this new xpm has been added to the
47                 internal stock_pixmap API). Add a
48                 "Set picture" context menu entry.
49
50 2007-10-11 [colin]      3.0.2cvs58
51
52         * src/messageview.c
53                 Make shift-shortcuts work
54         * src/prefs_actions.c
55                 Don't ask if we really want to close when
56                 choosing OK and only the list is changed
57         * src/prefs_template.c
58                 Don't ask if we really want to close when
59                 choosing OK and only the list is changed
60         * src/common/plugin.c
61                 Fix writing of second [Plugins_*] block
62         * src/common/template.c
63                 Remove unused files (fixes deletion)
64
65 2007-10-10 [paul]       3.0.2cvs57
66
67         * src/prefs_template.c
68                 put the whole thing in a scrolled window
69                 so that half the page is no longer inaccessible
70                 on maemo
71                 make the gtk_text_view smaller on maemo
72
73 2007-10-10 [colin]      3.0.2cvs56
74
75         * src/compose.c
76                 Fix updating of Attachments number in some
77                 cases (reedit, attach from command-line, ...)
78
79 2007-10-10 [colin]      3.0.2cvs55
80
81         * src/editaddress.c
82                 Initialise error correctly
83
84 2007-10-10 [paul]       3.0.2cvs54
85
86         * src/prefs_filtering_action.c
87         * src/gtk/description_window.c
88         * src/gtk/foldersort.c
89         * src/gtk/quicksearch.c
90                 get rid of some pointless new lines and
91                 make the descripton labels wrap better
92
93 2007-10-10 [colin]      3.0.2cvs53
94
95         * src/addressadd.c
96         * src/editaddress.c
97         * src/headerview.c
98         * src/textview.c
99                 More error handling on saving pictures
100
101 2007-10-10 [colin]      3.0.2cvs52
102
103         * src/printing.c
104         * src/printing.h
105                 Generalize a bit printing, so we can factorize
106                 most of the code. 
107
108 2007-10-10 [paul]       3.0.2cvs51
109
110         * src/addrduplicates.c
111                 fix engrish
112                 use GTK_STOCK... buttons
113
114 2007-10-10 [paul]       3.0.2cvs50
115
116         * src/addressadd.c
117         * src/addrindex.c
118         * src/editaddress.c
119                 Fix previous patch
120                 Thanks to Colin
121
122 2007-10-10 [paul]       3.0.2cvs49
123
124         * src/summaryview.c
125         * src/messageview.c
126                 Fix crash on Add sender to addressbook when
127                 From is null
128         * src/addressadd.c
129         * src/addrindex.c
130         * src/editaddress.c
131         * src/editaddress_other_attributes_ldap.h
132                 Fix leaks 
133                 Rename images to .png in addrbook/
134         * src/headerview.c
135         * src/textview.c
136                 Fix Face/X-Face being used if adding another
137                 address than sender to addressbook
138                 Thanks to Colin
139
140 2007-10-10 [holger]     3.0.2cvs48
141
142         * src/addrduplicates.c
143         * src/editaddress.c
144                 Improvements to the addressbook duplicate finder
145                 feature:
146                  - add an edit button to the button bar
147                  - display the whole bookname (with iface) and
148                    use this for same-book checking
149                  - after editing, try to keep selections if the
150                    entries are still present
151                  - sort the email column alphabetically
152                  - put results in a scrolled window
153                  - support embedded editing
154                  - make columns in detail view resizable
155                  - add keyboard shortcuts
156
157 2007-10-10 [wwp]        3.0.2cvs47
158
159         * src/addrindex.c
160                 Fix a crash when there's no From: in email, thanks to Colin.
161
162 2007-10-09 [paul]       3.0.2cvs46
163
164         * src/messageview.c
165         * src/summaryview.c
166         * src/textview.c
167                 fix building without compface support
168
169 2007-10-09 [colin]      3.0.2cvs45
170
171         * src/editaddress.c
172         * src/headerview.c
173         * src/textview.c
174                 Add error handling
175
176 2007-10-09 [colin]      3.0.2cvs44
177
178         * src/addrduplicates.c
179         * src/addressadd.c
180         * src/addressadd.h
181         * src/addressbook.c
182         * src/addressbook.h
183         * src/addrindex.c
184         * src/addrindex.h
185         * src/addritem.c
186         * src/addritem.h
187         * src/compose.c
188         * src/editaddress.c
189         * src/editaddress_other_attributes_ldap.h
190         * src/headerview.c
191         * src/messageview.c
192         * src/mimeview.c
193         * src/summaryview.c
194         * src/textview.c
195         * src/gtk/gtkutils.c
196                 Automatically set contacts' pictures from Face 
197                 or X-Face if they have no picture
198                 Display the contact picture in textview or
199                 headerview for mails sent by people in the 
200                 addressbook, that have no Face or X-Face
201                 Fix a few details in the Person edition dialog
202                 (ability to unset picture)
203                 Remove picture file when deleting contacts
204
205 2007-10-09 [iwkse]      3.0.2cvs43
206
207         * src/gtk/about.c
208                 center the about window
209
210 2007-10-09 [paul]       3.0.2cvs42
211
212         * src/prefs_toolbar.c
213                 fix icon selector window on maemo
214
215 2007-10-09 [paul]       3.0.2cvs41
216
217         * src/messageview.c
218                 add 'go to' menu to separate msgview
219
220 2007-10-09 [colin]      3.0.2cvs40
221
222         * src/common/defs.h
223                 Add forgotten file
224
225 2007-10-09 [iwkse]      3.0.2cvs39
226
227         * Makefile.am
228         * src/addressbook.c
229         * src/addritem.c
230         * src/addritem.h
231         * src/editaddress.c
232         * src/editaddress_other_attributes_ldap.h
233         * src/addrbook.c
234         * src/Makefile.am
235                 set a photo in the Addressbook
236
237 2007-10-08 [colin]      3.0.2cvs38
238
239         * src/prefs_toolbar.c
240                 Make height 320 to remove the scrollbar 
241                 (with current number of icons)
242
243 2007-10-08 [colin]      3.0.2cvs37
244
245         * src/prefs_toolbar.c
246                 Transform the treeview to a GtkIconView.
247                 Patch by Pawel
248                 In addition, transform the window so that 
249                 it looks like a popup menu. Patch by me
250
251 2007-10-08 [colin]      3.0.2cvs36
252
253         * src/compose.c
254         * src/compose.h
255                 Beautify the GUI a bit; in particular, show the
256                 number of attachments in the tab's title.
257                 Patch by Pawel
258
259 2007-10-08 [paul]       3.0.2cvs35
260
261         * src/mimeview.c
262                 Save users from themselves: save temporary
263                 files used for Open/Open with as read-only.
264                 Thanks to Colin
265
266 2007-10-08 [paul]       3.0.2cvs34
267
268         * tools/Makefile.am
269                 forgot this in cvs33
270
271 2007-10-08 [paul]       3.0.2cvs33
272
273         * tools/kdeservicemenu/README
274         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
275         * tools/kdeservicemenu/install.sh
276         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
277                 renamed template* to *template so as not to confuse
278                 lintian
279
280 2007-10-08 [paul]       3.0.2cvs32
281
282         * src/prefs_themes.c
283         * src/stock_pixmap.c
284                 replace 2 direct uses of RC_DIR
285
286 2007-10-07 [colin]      3.0.2cvs31
287
288         * src/addrduplicates.c
289         * src/addrduplicates.h
290         * src/addressbook.c
291         * src/addressbook.h
292         * src/addrindex.c
293         * src/addrindex.h
294                 Implement deletion in duplicate finder. 
295                 Patch by Holger 
296
297 2007-10-07 [colin]      3.0.2cvs30
298
299         * src/exporthtml.c
300         * src/mbox.c
301         * src/common/utils.c
302                 Better fix for Solaris, thanks to Nicolas Doualot
303
304 2007-10-07 [colin]      3.0.2cvs29
305
306         * AUTHORS
307         * src/gtk/authors.h
308                 Add Frank Dietrich
309
310 2007-10-07 [colin]      3.0.2cvs28
311
312         * src/exporthtml.c
313                 Fix HTML export to make it more compliant
314                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
315
316 2007-10-07 [colin]      3.0.2cvs27
317
318         * src/prefs_toolbar.c
319                 Only use icons that wouldn't look stupid in the toolbar
320                 Patch by Pawel
321
322 2007-10-07 [colin]      3.0.2cvs26
323
324         * src/prefs_toolbar.c
325                 Fix old icon being used when none is selected
326
327 2007-10-07 [colin]      3.0.2cvs25
328
329         * src/toolbar.c
330                 Fix copy/paste error
331
332 2007-10-07 [colin]      3.0.2cvs24
333
334         * src/prefs_toolbar.c
335         * src/toolbar.c
336         * src/toolbar.h
337                 Update icon to default one when changing event
338                 Make the icon chooser nicer (handle Esc, Enter,
339                 double-click)
340
341 2007-10-06 [colin]      3.0.2cvs23
342
343         * src/prefs_toolbar.c
344                 Fix text reset; patch by Pawel
345
346 2007-10-06 [colin]      3.0.2cvs22
347
348         * src/toolbar.h
349                 Complete previous commit
350
351 2007-10-06 [colin]      3.0.2cvs21
352
353         * src/prefs_toolbar.c
354         * src/toolbar.c
355                 Set toolbar text automatically to the default
356                 when changing Event executed on click
357
358 2007-10-06 [colin]      3.0.2cvs20
359
360         * src/prefs_toolbar.c
361                 Invert Text and Event fields
362
363 2007-10-06 [colin]      3.0.2cvs19
364
365         * src/prefs_toolbar.c
366         * src/toolbar.c
367                 Make toolbar prefs look much better
368                 Patch by Pawel Pekala
369
370 2007-10-06 [paul]       3.0.2cvs18
371
372         * src/account.c
373         * src/prefs_filtering.c
374                 fix checkbuttons in gtktreeview on maemo by
375                 setting maemo's "allow-checkbox-mode" to FALSE
376
377 2007-10-06 [colin]      3.0.2cvs17
378
379         * configure.ac
380                 Export -DSOLARIS in CFLAGS for all
381                 Solaris (not just 2.8) and OpenSolaris
382
383 2007-10-06 [paul]       3.0.2cvs16
384
385         * AUTHORS
386         * src/exporthtml.c
387         * src/mbox.c
388         * src/gtk/authors.h
389                 fix build on solaris where ctime_r takes
390                 3 arguments rather than 2.
391                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
392
393 2007-10-05 [colin]      3.0.2cvs15
394
395         * src/etpan/imap-thread.c
396                 Fix wrong error codepath
397
398 2007-10-05 [wwp]        3.0.2cvs14
399
400         * src/filtering.c
401                 Fix unexpected logging of quicksearches:
402                 debug_filtering_session flag was never reset to FALSE, causing
403                 matcher functions to log when called from a quicksearch
404                 (if a filtering session happened before).
405
406 2007-10-05 [paul]       3.0.2cvs13
407
408         * src/prefs_actions.c
409         * src/prefs_filtering.c
410         * src/prefs_template.c
411                 fix bug 1343, 'Filtering..'s close button
412                 silently discards new filter'
413                 Thanks to Colin
414
415 2007-10-05 [paul]       3.0.2cvs12
416
417         * configure.ac
418         * src/Makefile.am
419                 fix bug 1347, '-Wno-unused-function, optional'
420
421 2007-10-05 [colin]      3.0.2cvs11
422
423         * src/procmime.c
424         * src/common/mgutils.c
425                 Fix warnings
426
427 2007-10-05 [mones]      3.0.2cvs10
428
429         * manual/advanced.xml
430                 Use full menu name
431         * manual/es/advanced.xml
432                 Synchronise translation
433
434 2007-10-04 [colin]      3.0.2cvs9
435
436         * src/action.c
437         * src/addrbook.c
438         * src/addrindex.c
439         * src/compose.c
440         * src/exporthtml.c
441         * src/exportldif.c
442         * src/folder.c
443         * src/main.c
444         * src/matcher.c
445         * src/mbox.c
446         * src/messageview.c
447         * src/mh.c
448         * src/news.c
449         * src/partial_download.c
450         * src/pop.c
451         * src/procmime.c
452         * src/procmsg.c
453         * src/toolbar.c
454         * src/common/log.c
455         * src/common/mgutils.c
456         * src/common/plugin.c
457         * src/common/utils.c
458         * src/common/xml.c
459         * src/common/xml.h
460         * src/common/xmlprops.c
461         * src/common/xmlprops.h
462         * src/plugins/bogofilter/bogofilter.c
463         * src/plugins/clamav/clamav_plugin.c
464         * src/plugins/dillo_viewer/dillo_prefs.c
465         * src/plugins/pgpcore/prefs_gpg.c
466         * src/plugins/pgpinline/pgpinline.c
467         * src/plugins/pgpmime/pgpmime.c
468         * src/plugins/spamassassin/spamassassin.c
469         * src/plugins/trayicon/trayicon_prefs.c
470                 Verify success on writes. Will fix possible strange
471                 failure on disk full.
472
473 2007-10-04 [paul]       3.0.2cvs8
474
475         * manual/advanced.xml
476                 add further info about Actions
477                 Patch by Emmanuel Briot <briot@adacore.com>
478
479 2007-10-04 [paul]       3.0.2cvs7
480
481         * src/account.c
482                 remove the D column, instead indicate the
483                 default account by use of bold text
484
485 2007-10-03 [colin]      3.0.2cvs6
486
487         * src/common/template.c
488                 Fix templates writing (was prone to disk full problems)
489
490 2007-10-03 [colin]      3.0.2cvs5
491
492         * src/Makefile.am
493         * src/addrduplicates.c
494         * src/addrduplicates.h
495         * src/addressbook.c
496                 Add duplicate deletion. Patch by Holger
497
498 2007-10-03 [colin]      3.0.2cvs4
499
500         * src/matcher.c
501         * src/gtk/quicksearch.c
502                 Fix bug 1340, 'Case insensitive searches with 
503                 non-ascii alphabets fail'.
504
505 2007-10-03 [colin]      3.0.2cvs3
506
507         * src/main.c
508         * src/common/utils.c
509         * src/common/utils.h
510                 Implement run-time alternative config directories
511
512 2007-10-03 [colin]      3.0.2cvs2
513
514         * src/folderview.c
515                 Prevent opening folder item while folder
516                 is scanned in a better way
517
518 2007-10-02 [paul]       3.0.2cvs1
519
520         * NEWS
521         * README
522         * RELEASE_NOTES
523         * configure.ac
524                 bump up version number following stable release
525
526 2007-09-30 [colin]      3.0.1cvs49
527
528         * src/imap.c
529                 Refresh session if needed
530
531 2007-09-30 [colin]      3.0.1cvs48
532
533         * src/imap.c
534                 Reset folder's session to NULL
535                 before destroying it
536
537 2007-09-30 [mones]      3.0.1cvs47
538
539         * manual/handling.xml
540                 Use markup quotes instead hardcoded quotes
541         * manual/es/handling.xml
542                 Added new synced section (IMAP subscriptions)
543
544 2007-09-29 [colin]      3.0.1cvs46
545
546         * src/imap.c
547                 Notice disconnections faster
548
549 2007-09-28 [colin]      3.0.1cvs45
550
551         * src/addressbook.c
552         * src/addrindex.c
553                 Fix warnings
554
555 2007-09-28 [paul]       3.0.1cvs44
556
557         * src/mimeview.c
558                 fix maemo build
559
560 2007-09-28 [paul]       3.0.1cvs43
561
562         * src/account.c
563                 use gtk_widget_set_size_request() on the label
564                 so that wrapping works better. get rid of the
565                 (partially deprecated) hbutton_box.
566                 these changes should prevent buttons overlapping
567                 on maemo
568
569 2007-09-28 [colin]      3.0.1cvs42
570
571         * src/pop.c
572                 Fix typo :)
573
574 2007-09-28 [colin]      3.0.1cvs41
575
576         * src/compose.c
577         * src/msgcache.c
578         * src/pop.c
579         * src/procmime.c
580         * src/etpan/imap-thread.c
581                 64bits-related warning fixes
582
583 2007-09-28 [colin]      3.0.1cvs40
584
585         * src/folder_item_prefs.c
586         * src/ldaputil.c
587         * src/mainwindow.c
588         * src/mimeview.c
589         * src/common/tags.c
590                 Fix warnings
591
592 2007-09-28 [colin]      3.0.1cvs39
593
594         * src/plugins/spamassassin/spamassassin.c
595         * src/plugins/spamassassin/spamassassin.h
596         * src/plugins/spamassassin/spamassassin_gtk.c
597                 Add addressbook-based whitelisting
598
599 2007-09-28 [colin]      3.0.1cvs38
600
601         * src/folder.c
602                 Fix bug 1337, 'crash on pressing Send button'
603
604 2007-09-28 [paul]       3.0.1cvs37
605
606         * src/prefs_folder_item.c
607                 give the orphans a parent. makes all prefs
608                 pages visible on maemo
609
610 2007-09-28 [colin]      3.0.1cvs36
611
612         * src/prefs_folder_column.c
613         * src/prefs_summary_column.c
614                 Fix two leaks
615
616 2007-09-27 [colin]      3.0.1cvs35
617
618         * src/gtk/quicksearch.c
619                 Fix bug 1336, 'Segfault if empty space before search-string'
620
621 2007-09-26 [mones]      3.0.1cvs34
622
623         * manual/account.xml
624         * manual/plugins.xml
625                 Fixed irc channel name, added some docbook markup.
626                 Changed text markup to docbook markup. 
627                 Added spamcop as supported in SpamReport description.
628         * manual/fr/plugins.xml
629                 Fixed irc channel name.
630         * manual/es/account.xml
631         * manual/es/advanced.xml
632         * manual/es/claws-mail-manual.xml
633         * manual/es/glossary.xml
634         * manual/es/gpl.xml
635         * manual/es/keyboard.xml
636         * manual/es/plugins.xml
637                 Synced with English version, fixed a couple of typos.
638
639 2007-09-26 [colin]      3.0.1cvs33
640
641         * configure.ac
642                 Explain why "Libgnomeprint: no" on GTK+ 2.10
643
644 2007-09-26 [colin]      3.0.1cvs32
645
646         * src/messageview.c
647         * src/procmsg.c
648         * src/procmsg.h
649                 Optimisation: avoid fetching mail 3 times locally
650                 for displaying
651
652 2007-09-26 [colin]      3.0.1cvs31
653
654         * src/mh.c
655                 Fix missing static
656
657 2007-09-26 [colin]      3.0.1cvs30
658
659         * src/folder.c
660         * src/folder.h
661         * src/mh.c
662         * src/mh.h
663                 Fix MH mtime hack - make it a folder class function
664
665 2007-09-26 [colin]      3.0.1cvs29
666
667         * src/inc.c
668                 Fix bug 1334, 'user defined mail incorporation 
669                 script not run'
670
671 2007-09-25 [colin]      3.0.1cvs28
672
673         * src/codeconv.c
674                 Optimisation: shortcut conv_codeset_strdup
675                 when src_code and dest_code are the same
676         * src/common/xml.c
677         * src/common/xml.h
678                 Optimisation: shortcut code conversions when
679                 files are in UTF-8; faster list walking by
680                 using prepend/reverse.
681
682 2007-09-25 [holger]     3.0.1cvs27
683
684         * src/printing.c
685                 Replace button bar of the preview window
686                 with a real toolbar (patch by Colin)
687                 Add zooming to the preview window
688
689 2007-09-24 [paul]       3.0.1cvs26
690
691         * src/compose.c
692                 compact the character set menu, adding some
693                 missing encodings. Patch by Pawel Pekala
694
695 2007-09-23 [paul]       3.0.1cvs25
696
697         * src/prefs_account.c
698         * src/prefs_folder_item.c
699         * src/prefs_quote.c
700         * src/quote_fmt.c
701         * src/quote_fmt.h
702                 remove unnecessary frame from Templates options
703                 and improve the English of the check button label
704
705 2007-09-22 [colin]      3.0.1cvs24
706
707         * src/gtk/quicksearch.c
708                 Fix bug 1329, 'error in quicksearch.c'
709                 Fix return with value in function returning void
710
711 2007-09-22 [colin]      3.0.1cvs23
712
713         * src/imap.c
714         * src/procmsg.h
715         * src/common/utils.c
716         * src/common/utils.h
717         * src/etpan/imap-thread.c
718                 Optimise fetching IMAP cached emails *a lot*
719                 (remember whether mail is fully cached and \r's
720                  are already stripped)
721
722 2007-09-22 [colin]      3.0.1cvs22
723
724         * src/folder.c
725         * src/folder.h
726         * src/prefs_folder_item.c
727                 Add a button to allow users to drop local caches.
728
729 2007-09-21 [colin]      3.0.1cvs21
730
731         * src/summaryview.c
732                 Remove unnecessary error when cancelling export to mbox.
733                 Patch by Pawel
734
735 2007-09-21 [paul]       3.0.1cvs20
736
737         * src/gtk/prefswindow.c
738                 remove unnecessary frames from the prefs
739                 pages. Patch by Pawel Pekala
740
741 2007-09-21 [paul]       3.0.1cvs19
742
743         * src/prefs_account.c
744         * src/prefs_folder_item.c
745         * src/prefs_quote.c
746         * src/quote_fmt.c
747                 put the Templates options into a tabbed
748                 layout. Patch by Pawel Pekala
749
750 2007-09-21 [paul]       3.0.1cvs18
751
752         * src/mainwindow.c
753                 group together the character set menu items
754                 move the /View/Show or hide/Message view below
755                 .../Toolbar menu item
756                 Patch by Pawel Pekala
757
758 2007-09-21 [mones]      3.0.1cvs17
759
760         * src/compose.c
761                 Fix for bug 1327, 'segfault when replying to a non-existent
762                 news message', thanks to Colin.
763
764 2007-09-21 [colin]      3.0.1cvs16
765
766         * src/folderview.c
767                 Complete 3.0.1cvs15
768
769 2007-09-20 [colin]      3.0.1cvs15
770
771         * src/folderview.c
772         * src/folderview.h
773                 Maybe fix bug 1324, 'Corrupted IMAP cache'
774
775 2007-09-20 [colin]      3.0.1cvs14
776
777         * src/printing.c
778                 Fix a little leak
779
780 2007-09-20 [holger]     3.0.1cvs13
781
782         * src/printing.c
783                 Add page layout to print preview.
784                 Make the close-button in the toolbar
785                 right-aligned.
786
787 2007-09-20 [paul]       3.0.1cvs12
788
789         * po/ru.po
790                 updated by Pavlo Bohmat
791
792 2007-09-19 [colin]      3.0.1cvs11
793
794         * src/common/utils.c
795                 Prevent unquoted mime boundaries, by always
796                 using a /
797
798 2007-09-19 [colin]      3.0.1cvs10
799
800         * src/printing.c
801                 Fix drawing area size, fix DPI change that
802                 can cause total number of lines to decrease
803
804 2007-09-19 [colin]      3.0.1cvs9
805
806         * po/POTFILES.in
807         * src/printing.c
808                 Make print preview more efficient and nicer.
809                 Patch mostly by Holger Berndt <hb@claws-mail.org>
810
811 2007-09-19 [colin]      3.0.1cvs8
812
813         * src/prefs_common.c
814         * src/prefs_common.h
815         * src/printing.c
816                 Add scrolledwindow, default allocation and
817                 size saving to the print preview window.
818
819 2007-09-18 [colin]      3.0.1cvs7
820
821         * src/prefs_common.c
822         * src/prefs_common.h
823         * src/prefs_image_viewer.c
824         * src/printing.c
825                 GtkPrintOperation:
826                 - add image printing support
827                 - add option to print images
828                 - add preview widget
829                 - add saving of a few Page Setup parameters
830
831 2007-09-18 [colin]      3.0.1cvs6
832
833         * AUTHORS
834         * src/gtk/authors.h
835                 Add Guillaume Chazarain
836
837 2007-09-18 [colin]      3.0.1cvs5
838
839         * src/common/utils.c
840                 Fix bug 1321, 'access before allocation 
841                 when scanning for uris'. Patch by 
842                 Guillaume Chazarain <guichaz@yahoo.fr>
843
844 2007-09-18 [colin]      3.0.1cvs4
845
846         * src/toolbar.c
847                 Fix bug 1320, 'Memory leak caused by 
848                 gtk_container_get_children'. Patch by
849                 Guillaume Chazarain <guichaz@yahoo.fr>
850
851 2007-09-18 [colin]      3.0.1cvs3
852
853         * src/printing.c
854         * src/printing.h
855                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
856
857 2007-09-18 [colin]      3.0.1cvs2
858
859         * src/Makefile.am
860         * src/mainwindow.c
861         * src/messageview.c
862         * src/messageview.h
863         * src/prefs_ext_prog.c
864         * src/prefs_fonts.c
865         * src/printing.c
866         * src/printing.h
867         * src/summaryview.c
868                 Use GtkPrintOperation by default on GTK+ >= 2.10
869                 Patch by Holger Berndt <hb@claws-mail.org>
870
871 2007-09-18 [paul]       3.0.1cvs1
872
873         * NEWS
874         * README
875         * RELEASE_NOTES
876         * configure.ac
877                 bump up version number following stable release
878
879 2007-09-16 [colin]      3.0.0cvs18
880
881         * src/folder.c
882                 Fix possible memleak
883
884 2007-09-16 [colin]      3.0.0cvs17
885
886         * src/folderview.c
887                 Fix bug 1311, 'Wrong arrow position 
888                 while moving message into folder when 
889                 column headers hidden'
890         * src/image_viewer.c
891                 Show error in the GUI if image can't
892                 be loaded
893         * src/matcher.c
894                 Fix spurious output
895         * src/messageview.c
896                 Allow setting domain in msgid
897         * src/common/plugin.c
898                 Add timing information
899
900 2007-09-16 [colin]      3.0.0cvs16
901
902         * src/account.c
903         * src/compose.c
904         * src/prefs_account.c
905         * src/prefs_account.h
906         * src/common/utils.c
907                 Remove Generate Message-ID option. We need
908                 this on some IMAP servers.
909         * src/prefs_template.c
910                 Fix double-free
911
912 2007-09-16 [colin]      3.0.0cvs15
913
914         * src/prefs_filtering.c
915         * src/prefs_filtering.h
916         * src/prefs_filtering_action.c
917         * src/common/tags.c
918                 Fix tags issues: tags with spaces, renaming
919                 tags.
920
921 2007-09-16 [colin]      3.0.0cvs14
922
923         * src/folderview.c
924         * src/main.c
925         * src/mainwindow.c
926                 Fix bug 1308, 'Claws deletes folderlist.xml after
927                 fetching mail short after start-up'
928
929 2007-09-16 [colin]      3.0.0cvs13
930
931         * src/compose.c
932                 Fix scrolling to cursor
933
934 2007-09-16 [paul]       3.0.0cvs12
935
936         * po/sr.po
937                 updated by Aleksandar Urosevic
938
939 2007-09-16 [paul]       3.0.0cvs11
940
941         * src/folder.c
942                 do not allow locked msgs to be deleted,
943                 even by filtering/processing
944
945 2007-09-07 [paul]       3.0.0cvs10
946
947         * src/prefs_folder_column.c
948         * src/prefs_summary_column.c
949                 implement button sensitivity
950                 patch by Pawel Pekala
951
952 2007-09-06 [wwp]        3.0.0cvs9
953
954         * src/prefs_gtk.c
955                 Add a missing linefeed to a debug message.
956
957 2007-09-05 [colin]      3.0.0cvs8
958
959         * src/inc.c
960                 Fix statusbar/window mismatch on Maemo
961
962 2007-09-05 [colin]      3.0.0cvs7
963
964         * src/ldaputil.c
965                 Fix build without USE_LDAP_TLS
966
967 2007-09-05 [colin]      3.0.0cvs6
968
969         * src/folder.c
970         * src/imap.c
971         * src/inc.c
972         * src/mbox.c
973         * src/send_message.c
974         * src/statusbar.c
975         * src/statusbar.h
976                 Maemo: distinguish various statusbar messages,
977                 in order to display only the most important.
978
979 2007-09-04 [wwp]        3.0.0cvs5
980
981         * src/account.c
982                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
983                 Show protocol "SMTP" and the appropriate server for send-only
984                 accounts, show "-" instead of "" when no value is relevant.
985
986 2007-09-03 [ticho]      3.0.0cvs4
987
988         * src/summaryview.c
989                 Handle plural form better in delete confirmation dialog.
990
991 2007-09-03 [wwp]        3.0.0cvs3
992
993         * src/compose.c
994                 Warn differently when sending or sending later (queueing).
995
996 2007-09-03 [colin]      3.0.0cvs2
997
998         * src/procmime.c
999         * src/procmime.h
1000         * src/common/plugin.c
1001         * src/common/plugin.h
1002                 Add a new plugin API, MimeParser. It allows
1003                 plugins to scan email MIME parts and optionally,
1004                 transform them.
1005
1006 2007-09-03 [mones]      3.0.0cvs1
1007
1008         * po/es.po
1009                 Updated translation
1010         * src/common/defs.h
1011                 While a better solution is made double history sizes
1012
1013 2007-09-03 [paul]       3.0.0
1014
1015         * NEWS
1016         * README
1017         * RELEASE_NOTES
1018                 3.0.0 released
1019
1020 2007-09-03 [paul]       2.10.0cvs191
1021
1022         * po/bg.po
1023         * po/ca.po
1024         * po/de.po
1025         * po/fi.po
1026         * po/fr.po
1027         * po/hu.po
1028         * po/it.po
1029         * po/pl.po
1030         * po/pt_BR.po
1031         * po/ru.po
1032         * po/sk.po
1033         * po/zh_CN.po
1034                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
1035                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
1036                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
1037                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
1038
1039 2007-09-02 [colin]      2.10.0cvs190
1040
1041         * src/edittags.c
1042         * src/common/tags.c
1043                 Prevent empty or white-space tags
1044
1045 2007-09-01 [colin]      2.10.0cvs189
1046
1047         * src/main.c
1048                 Fix double-reading of accounts list when
1049                 the wizard has been run due to no accounts
1050         * src/mainwindow.c
1051                 Fix sensitivity of a menu item in case 
1052                 there's no account
1053
1054 2007-09-01 [wwp]        2.10.0cvs188
1055
1056         * src/wizard.c
1057                 Fix wizard crash when Mailbox dir already exists
1058                 (thanks to Colin).
1059
1060 2007-08-31 [colin]      2.10.0cvs187
1061
1062         * src/etpan/imap-thread.c
1063                 Fix unwanted creation of 
1064                 libetpan's stream dump file
1065         * src/compose.c
1066                 Fix coloring of pastes as quotation
1067         * src/summaryview.c
1068                 Maemo: Fix opening of mails from keypad
1069                 in Sent folders
1070         * src/addressbook.c
1071         * src/folderview.c
1072         * src/image_viewer.c
1073         * src/mimeview.c
1074         * src/gtk/prefswindow.c
1075                 Maemo: Fix adjustments changes 
1076
1077 2007-08-30 [colin]      2.10.0cvs186
1078
1079         * src/folderview.c
1080                 Don't opened selected folder when clicking
1081                 on white space
1082         * src/mainwindow.c
1083                 Maemo: Make Esc close messageviews
1084         * src/messageview.c
1085                 Maemo: Fix message scrolling to the end on 
1086                 opening
1087                 Maemo: Fix reopening same message
1088         * src/gtk/prefswindow.c
1089                 Maemo: try to fix scrollbar. Doesn't work,
1090                 it seems as if gtk_adjustment_set_value was
1091                 a noop.
1092
1093 2007-08-30 [colin]      2.10.0cvs185
1094
1095         * src/compose.c
1096         * src/folderview.c
1097         * src/main.c
1098         * src/prefs_matcher.c
1099         * src/prefs_template.c
1100         * src/quote_fmt.c
1101         * src/send_message.c
1102         * src/toolbar.c
1103         * src/gtk/gtkaspell.c
1104         * src/plugins/bogofilter/bogofilter.c
1105         * src/plugins/bogofilter/bogofilter_gtk.c
1106         * src/plugins/clamav/clamav_plugin_gtk.c
1107         * src/plugins/pgpcore/sgpgme.c
1108         * src/plugins/spamassassin/spamassassin.c
1109         * src/plugins/spamassassin/spamassassin_gtk.c
1110                 Fix all potential misuses of format-string functions
1111
1112 2007-08-30 [wwp]        2.10.0cvs184
1113
1114         * src/prefs_template.c
1115                 Fix a leak.
1116
1117 2007-08-29 [colin]      2.10.0cvs183
1118
1119         * src/plugins/trayicon/trayicon.c
1120                 Fix leak of hooks in case of error,
1121                 thanks to Holger Berndt
1122
1123 2007-08-28 [colin]      2.10.0cvs182
1124
1125         * src/mainwindow.c
1126                 Don't use current folder settings when
1127                 composing from the compose button's
1128                 account selector
1129
1130 2007-08-28 [colin]      2.10.0cvs181
1131
1132         * src/quote_fmt_parse.y
1133                 Fix cursor offset when quote contains UTF-8
1134                 chars
1135
1136 2007-08-28 [colin]      2.10.0cvs180
1137
1138         * src/compose.c
1139         * src/compose.h
1140                 Fix signature replacement when it's been wrapped
1141
1142 2007-08-27 [colin]      2.10.0cvs179
1143
1144         * src/summaryview.c
1145                 Fix indentation
1146
1147 2007-08-27 [colin]      2.10.0cvs178
1148
1149         * src/summaryview.c
1150                 Fix Quicksearch's Sticky mode
1151
1152 2007-08-27 [colin]      2.10.0cvs177
1153
1154         * src/folder_item_prefs.c
1155         * src/folder_item_prefs.h
1156         * src/imap_gtk.c
1157         * src/mh_gtk.c
1158                 Fix loss of subfolders properties when
1159                 renaming a folder
1160
1161 2007-08-26 [wwp]        2.10.0cvs176
1162
1163         * src/alertpanel.c
1164         * src/messageview.c
1165         * src/prefs_actions.c
1166                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
1167                 will have to be used when necessary *before* calling
1168                 alertpanel functions.
1169
1170 2007-08-25 [paul]       2.10.0cvs175
1171
1172         * src/prefs_actions.c
1173                 workaround gettext problem marking
1174                 string as c-format when it's not
1175
1176 2007-08-25 [wwp]        2.10.0cvs174
1177
1178         * src/alertpanel.c
1179         * src/messageview.c
1180         * src/prefs_actions.c
1181                 Call the pango markup escape function right ince in alertpanel_create
1182                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
1183                 2.10.0cvs158).
1184
1185         * src/common/log.c
1186                 Fix a crash due to a misuse of g_print(), encountered when the string
1187                 passed to g_print was containing printf substitution symbols.
1188
1189 2007-08-25 [paul]       2.10.0cvs173
1190
1191         * src/common/log.c
1192                 fix a segfault when refreshing RSSyl feeds
1193
1194 2007-08-25 [paul]       2.10.0cvs172
1195
1196         * src/gtk/icon_legend.c
1197                 add watchthread.xpm
1198
1199 2007-08-25 [paul]       2.10.0cvs171
1200
1201         * src/Makefile.am
1202         * src/stock_pixmap.c
1203         * src/pixmaps/insert_file.xpm
1204                 add a new pixmap instead of re-using
1205                 paste.xpm. (easier for icon theme authors)
1206
1207 2007-08-24 [holger]     2.10.0cvs170
1208
1209         * src/plugins/trayicon/trayicon.c
1210                 The same fix for another hook id.
1211
1212 2007-08-24 [holger]     2.10.0cvs169
1213
1214         * src/plugins/trayicon/trayicon.c
1215                 Micro-fix: Do the error checking for
1216                 the right hook id.
1217
1218 2007-08-24 [paul]       2.10.0cvs168
1219
1220         * src/folder.h
1221                 fix typo causing compiler warning
1222
1223 2007-08-24 [paul]       2.10.0cvs167
1224
1225         * README
1226                 put back the correct version of this file also
1227
1228 2007-08-24 [colin]      2.10.0cvs166
1229
1230         * src/send_message.c
1231                 Use progress bar when sending messages
1232
1233 2007-08-24 [paul]       2.10.0cvs165
1234
1235         * Makefile.am
1236                 oops! if i'm quick no-one will notice
1237                 (put back the proper file)
1238
1239 2007-08-24 [paul]       2.10.0cvs164
1240
1241         * AUTHORS
1242         * Makefile.am
1243         * README
1244         * src/gtk/authors.h
1245         * tools/Makefile.am
1246         * tools/README
1247         * tools/mew2claws-mail.pl
1248                 add new script that imports a Mew address book
1249                 submitted by Jerome Lelong
1250
1251 2007-08-24 [paul]       2.10.0cvs163
1252
1253         * manual/plugins.xml
1254                 remove the obsolete plugins, add the
1255                 missing plugins, including the forthcoming
1256                 SpamReport plugin
1257
1258 2007-08-24 [paul]       2.10.0cvs162
1259
1260         * manual/advanced.xml
1261                 add info about the hidden emphasis_color option
1262         * manual/keyboard.xml
1263                 correct the info about hotkeys
1264                 wrap the long lines
1265
1266 2007-08-24 [paul]       2.10.0cvs161
1267
1268         * src/folderview.c
1269                 add mnemonic to 'Run procesing rules'
1270
1271 2007-08-24 [paul]       2.10.0cvs160
1272
1273         * src/account.c
1274         * src/folder.c
1275         * src/folder.h
1276                 use suitable defaults for outbox,
1277                 queue, drafts and trash folders
1278
1279 2007-08-24 [wwp]        2.10.0cvs159
1280
1281         * src/folderview.c
1282                 Update menu item sensitivity if necessary (or we get a
1283                 gtk critical message).
1284
1285 2007-08-23 [wwp]        2.10.0cvs158
1286
1287         * src/action.c
1288         * src/prefs_actions.c
1289                 Allow literal % chars in action commands (use %%).
1290                 Add a missing p++ to the action parser in action_get_type(),
1291                 which was missing it, even if it was neutral.
1292                 Fix a pango markup warning at runtime.
1293
1294 2007-08-23 [wwp]        2.10.0cvs157
1295
1296         * src/addressbook.c
1297                 Contacts are now locale-aware sorted in the address book
1298                 (LC_COLLATE matters here).
1299                 Fix missing table initializers.
1300
1301 2007-08-23 [colin]      2.10.0cvs156
1302
1303         * src/imap.c
1304                 Check scan_required on dest folder when copying
1305
1306 2007-08-23 [colin]      2.10.0cvs155
1307
1308         * src/imap.c
1309                 Fix scanning when folder was empty
1310
1311 2007-08-22 [colin]      2.10.0cvs154
1312
1313         * src/msgcache.c
1314                 Don't g_warning when g_try_malloc fails(), or it makes
1315                 things worse as g_log() allocates. Fixes bug 1290,
1316                 'Claws Mail crashes if too little memory when 
1317                 rebuilding folder tree'
1318
1319 2007-08-22 [colin]      2.10.0cvs153
1320
1321         * src/inc.c
1322                 Fix format string vulnerability, thanks to
1323                 Ulf Harnhammar, Secunia Research
1324
1325 2007-08-22 [colin]      2.10.0cvs152
1326
1327         * src/ldapserver.c
1328                 Set tv_usec too
1329
1330 2007-08-22 [wwp]        2.10.0cvs151
1331
1332         * src/ldapquery.c
1333                 Few better null-ptr checks.
1334
1335 2007-08-22 [colin]      2.10.0cvs150
1336
1337         * src/editldap.c
1338         * src/editldap_basedn.c
1339         * src/ldapquery.c
1340         * src/ldapserver.c
1341         * src/ldapserver.h
1342         * src/ldapupdate.c
1343         * src/ldaputil.c
1344         * src/ldaputil.h
1345                 Fix ldap timeouts
1346
1347 2007-08-22 [colin]      2.10.0cvs149
1348
1349         * src/ldapquery.c
1350                 Finish previous fix
1351
1352 2007-08-22 [colin]      2.10.0cvs148
1353
1354         * src/ldapquery.c
1355                 Fix wrong assertions
1356
1357 2007-08-22 [colin]      2.10.0cvs147
1358
1359         * src/ldaputil.c
1360                 Fix test (set ldap v3 if bindDN is set or TLS is set)
1361
1362 2007-08-22 [colin]      2.10.0cvs146
1363
1364         * src/editldap.c
1365         * src/ldaputil.c
1366                 Fix wrong "Connected successfully to server". Connection only succeeds if
1367                 we can get the base DN.
1368
1369 2007-08-21 [wwp]        2.10.0cvs145
1370
1371         * src/browseldap.c
1372         * src/editldap.c
1373         * src/ldapctrl.c
1374         * src/ldapquery.c
1375         * src/ldapserver.c
1376         * src/ldapupdate.c
1377         * src/ldaputil.c
1378                 More sanity checks in ldap functions.
1379
1380 2007-08-21 [wwp]        2.10.0cvs144
1381
1382         * src/prefs_account.c
1383                 Don't return a value in a void function().
1384
1385 2007-08-21 [paul]       2.10.0cvs143
1386
1387         * src/messageview.c
1388                 add check for ftp: to messageview_list_urls()
1389
1390 2007-08-21 [colin]      2.10.0cvs142
1391
1392         * src/editldap.c
1393         * src/ldapctrl.c
1394         * src/ldapctrl.h
1395         * src/ldapquery.c
1396         * src/ldapupdate.c
1397                 Fix bug 1293, 'LDAP address book not working'
1398                 Search only on specified fields, but fetch 
1399                 every field possible. People will have to 
1400                 reset the searched Attributes in their LDAP
1401                 servers properties.
1402
1403 2007-08-21 [wwp]        2.10.0cvs141
1404
1405         * src/addr_compl.c
1406         * src/addrbook.c
1407         * src/addrcache.c
1408         * src/addrcindex.c
1409         * src/addressbook.c
1410         * src/addrindex.c
1411         * src/browseldap.c
1412         * src/crash.c
1413         * src/editaddress_other_attributes_ldap.c
1414         * src/exporthtml.c
1415         * src/folder.c
1416         * src/folderview.c
1417         * src/imap.c
1418         * src/jpilot.c
1419         * src/ldapserver.c
1420         * src/ldapupdate.c
1421         * src/ldif.c
1422         * src/main.c
1423         * src/mainwindow.c
1424         * src/matcher.c
1425         * src/mh.c
1426         * src/msgcache.c
1427         * src/mutt.c
1428         * src/pine.c
1429         * src/pop.c
1430         * src/prefs_customheader.c
1431         * src/prefs_msg_colors.c
1432         * src/procmime.c
1433         * src/textview.c
1434         * src/vcard.c
1435         * src/wizard.c
1436         * src/common/log.c
1437         * src/common/socket.c
1438         * src/common/ssl_certificate.c
1439         * src/common/utils.c
1440         * src/common/utils.h
1441         * src/gtk/description_window.c
1442         * src/plugins/demo/demo.c
1443         * src/plugins/pgpcore/prefs_gpg.c
1444         * src/plugins/spamassassin/libspamc.c
1445                 Make sure we use glib functions to send text messages (information,
1446                 debug, warning, errors) to stdout/stderr - no more direct puts
1447                 fputs printf fprintf to stdout/stderr when it can be done using
1448                 g_log*() and g_print/g_printerr. Doing this, we make sure every
1449                 stdout/stderr message is saved to log in Windows.
1450
1451
1452 2007-08-21 [wwp]        2.10.0cvs140
1453
1454         * src/main.c
1455         * src/common/utils.h
1456                 Route glib's stdout/stderr messages to a log file (Windows only),
1457                 instead of loosing them.
1458
1459 2007-08-21 [paul]       2.10.0cvs139
1460
1461         * src/mainwindow.c
1462                 replace deprecated g_strncasecmp()
1463         * src/messageview.c
1464                 fix 'List URLS'
1465
1466 2007-08-20 [ticho]      2.10.0cvs138
1467
1468         * src/account.c
1469         * src/prefs_account.h
1470                 Copy all account preferences in account_clone() - some
1471                 were missing.
1472         * src/prefs_account.c
1473                 Handle empty privacy system combobox gracefully (warning
1474                 instead of a crash).
1475
1476 2007-08-20 [colin]      2.10.0cvs137
1477
1478         * src/ldapctrl.c
1479                 Fix a leak
1480
1481 2007-08-20 [paul]       2.10.0cvs136
1482
1483         * src/browseldap.c
1484         * src/editldap.c
1485         * src/ldapctrl.c
1486         * src/ldapquery.c
1487         * src/ldapquery.h
1488         * src/ldapserver.c
1489         * src/ldaputil.c
1490                 add debug_prints
1491                 patch by Michael Rasmussen
1492
1493 2007-08-19 [colin]      2.10.0cvs135
1494
1495         * src/imap.c
1496                 Fix previous commit. Sensitivity update is needed
1497                 for "Cancel receiving". However when batching we
1498                 don't need to do it for every message flag change,
1499                 just once at the start and once at the end.
1500
1501 2007-08-19 [colin]      2.10.0cvs134
1502
1503         * src/imap.c
1504                 Remove useless menu updates on session lock/unlock
1505
1506 2007-08-19 [colin]      2.10.0cvs133
1507
1508         * src/etpan/imap-thread.c
1509                 Make all fetch logs less verbose
1510
1511 2007-08-19 [paul]       2.10.0cvs132
1512
1513         * src/foldersel.c
1514         * src/folderview.c
1515         * src/summaryview.c
1516                 fix bug 1286, 'Can't move a folder into a "Folders
1517                 Only" folder'
1518
1519 2007-08-18 [ticho]      2.10.0cvs131
1520
1521         * src/editaddress_other_attributes_ldap.c
1522                 Converted option menu for other ldap attributes to GtkComboBox.
1523
1524 2007-08-18 [colin]      2.10.0cvs130
1525
1526         * src/compose.c
1527         * src/prefs_common.c
1528         * src/prefs_common.h
1529         * src/prefs_send.c
1530         * src/send_message.c
1531                 Revert 'send_dialog_mode' meaning to 
1532                 'send_dialog_invisible', so that the 
1533                 new checkbox doesn't change the 
1534                 existing behaviour.
1535
1536 2007-08-18 [paul]       2.10.0cvs129
1537
1538         * src/summaryview.c
1539                 add missing menu update
1540
1541 2007-08-17 [colin]      2.10.0cvs128
1542
1543         * src/folder.c
1544                 Set batching after getting flags - maybe fixes
1545                 bug 1292, 'CM crashes on writing mail'
1546
1547 2007-08-16 [ticho]      2.10.0cvs127
1548
1549         * src/prefs_send.c
1550                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1551         * src/gtk/combobox.h
1552         * src/gtk/gtkutils.c
1553                 Allow NULL for GtkComboBox menuitem label, rendering such
1554                 items as row separators.
1555
1556 2007-08-16 [paul]       2.10.0cvs126
1557
1558         * src/plugins/trayicon/trayicon.c
1559                 remove wrongly used gettextisation
1560
1561 2007-08-15 [ticho]      2.10.0cvs125
1562
1563         * src/importldif.c
1564                 Fixed a runtime warning where an attempt to pack an
1565                 already packed GtkLabel was made.
1566
1567 2007-08-15 [ticho]      2.10.0cvs124
1568
1569         * src/prefs_compose_writing.c
1570                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1571                 into GtkComboBox.
1572
1573 2007-08-14 [ticho]      2.10.0cvs123
1574
1575         * src/messageview.c
1576         * src/gtk/gtkutils.c
1577                 Changed return receipt account selector to GtkComboBox.
1578                 Fixed a runtime warning where GTK tried to parse
1579                 "name <email@address" as a Pango markup in an alertpanel label.
1580
1581 2007-08-14 [ticho]      2.10.0cvs122
1582
1583         * src/prefs_logging.c
1584                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1585
1586 2007-08-14 [wwp]        2.10.0cvs121
1587
1588         * tools/Makefile.am
1589         * tools/README
1590         * tools/popfile-link.sh
1591                 Added a new tool: POPFile helper, to open
1592                 selected messages in POPFile control center,
1593                 in order to change the messages' status.
1594
1595 2007-08-14 [ticho]      2.10.0cvs120
1596
1597         * src/compose.c
1598         * src/prefs_common.c
1599         * src/prefs_common.h
1600         * src/prefs_send.c
1601         * src/send_message.c
1602                 Change "Show send dialog" optionmenu to a checkbutton.
1603         * src/prefs_receive.c
1604                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1605
1606 2007-08-13 [wwp]        2.10.0cvs119
1607
1608         * src/addr_compl.c
1609         * src/addressbook.c
1610         * src/addrindex.c
1611         * src/compose.c
1612         * src/filtering.c
1613         * src/folderview.c
1614         * src/inc.c
1615         * src/matcher.c
1616         * src/mh.c
1617         * src/partial_download.c
1618         * src/prefs_gtk.c
1619         * src/procmsg.c
1620         * src/stock_pixmap.c
1621         * src/summaryview.c
1622         * src/common/utils.c
1623         * src/gtk/gtkaspell.c
1624         * src/gtk/menu.c
1625                 Make sure we never pass NULL pointers for %s substitutions
1626                 (prevent from crashing in Windows).
1627
1628 2007-08-13 [wwp]        2.10.0cvs118
1629
1630         * src/msgcache.c
1631                 Re-enable mmap_reads in Windows with some missing
1632                 CloseHandle of mapping objects, thanks to
1633                 Marcus Brinkmann.
1634
1635 2007-08-13 [paul]       2.10.0cvs117
1636
1637         * src/common/utils.c
1638                 fix bug 1287, 'Compile time problem on Solaris
1639                 (nexenta gnu/Solaris) utils.c'
1640                 Thanks to Piotr Chrzczonowicz
1641
1642 2007-08-12 [wwp]        2.10.0cvs116
1643
1644         * src/plugins/pgpcore/prefs_gpg.c
1645                 Don't try to unset a GPG_AGENT_INFO that was not
1646                 set (and don't use a NULL string in Windows, it was
1647                 crashing with --debug if GPG_AGENT_INFO was not set).
1648
1649 2007-08-12 [wwp]        2.10.0cvs115
1650
1651         * src/privacy.h
1652                 Make gcc type-check arguments passed to privacy_set_error().
1653
1654 2007-08-12 [ticho]      2.10.0cvs114
1655
1656         * src/prefs_folder_item.c
1657                 Make sure that folder default account combobox always has some
1658                 account preselected.
1659         * src/gtk/combobox.c
1660                 Handle empty combobox gracefully (warning instead of crash).
1661
1662 2007-08-12 [ticho]      2.10.0cvs114
1663
1664         * src/prefs_folder_item.c
1665                 Make sure that folder default account combobox is not empty.
1666         * src/gtk/combobox.c
1667                 Handle empty combobox gracefully (warning instead of crash).
1668
1669 2007-08-11 [paul]       2.10.0cvs113
1670
1671         * src/addrgather.c
1672         * src/folderview.c
1673                 use 'subfolder' instead of 'sub-folder', matching
1674                 everywhere else the term is used
1675         * src/imap_gtk.c
1676                 fix engrish
1677
1678 2007-08-10 [wwp]        2.10.0cvs112
1679
1680         * src/msgcache.c
1681                 Disable mmap reads in Windows only (at least temporarily), they
1682                 prevent from renaming/removing target cache files.
1683
1684 2007-08-10 [paul]
1685
1686         3.0.0-rc2 released
1687
1688 2007-08-10 [wwp]        2.10.0cvs111
1689
1690         * src/msgcache.c
1691                 fix unpredictable crashes in Windows due to broken
1692                 cache/mark/tags files writting (file were opened for
1693                 writing in text mode).
1694
1695         * src/recv.c
1696                 use gettimeofday() from w32lib.h on Windows.
1697
1698 2007-08-10 [colin]      2.10.0cvs110
1699
1700         * src/imap.c
1701         * src/etpan/imap-thread.c
1702         * src/etpan/imap-thread.h
1703                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1704
1705 2007-08-09 [colin]      2.10.0cvs109
1706
1707         * src/editldap.c
1708                 Fix port being reset to 636 on SSL
1709         * src/folder.c
1710                 Fix folder_item_get_msg_num_by_file
1711                 on drafts/queue folders
1712
1713 2007-08-09 [wwp]        2.10.0cvs108
1714
1715         * src/folder.c
1716                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1717                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1718
1719
1720 2007-08-09 [colin]      2.10.0cvs107
1721
1722         * src/folderview.c
1723         * src/summaryview.c
1724         * src/gtk/prefswindow.c
1725                 A few Maemo layout fixes
1726
1727 2007-08-09 [paul]       2.10.0cvs106
1728
1729         * src/prefs_account.c
1730                 remove the hyphen from plug-ins to
1731                 match everywhere else
1732
1733 2007-08-08 [wwp]        2.10.0cvs105
1734
1735         * src/prefs_folder_item.c
1736                 Fix an extraneous stealth ^L char.
1737
1738 2007-08-08 [wwp]        2.10.0cvs104
1739
1740         * src/prefs_folder_item.c
1741                 Better fix, group variables declarations (USE_ASPELL).
1742
1743 2007-08-08 [wwp]        2.10.0cvs103
1744
1745         * src/prefs_folder_item.c
1746                 Fix compilation w/ USE_ASPELL set (broken
1747                 by 2.10.0cvs102).
1748
1749 2007-08-08 [ticho]      2.10.0cvs102
1750
1751         * src/prefs_folder_item.c
1752                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1753
1754 2007-08-08 [colin]      2.10.0cvs101
1755
1756         * src/imap.c
1757         * src/etpan/imap-thread.c
1758         * src/etpan/imap-thread.h
1759                 Close selected mailbox before doing
1760                 status on it.
1761
1762 2007-08-08 [colin]      2.10.0cvs100
1763
1764         * src/html.c
1765                 Complete symbol table, thanks to wwp.
1766                 Fixes bug 1284, 'The html -> text 
1767                 converter ignores entities'
1768         * src/msgcache.c
1769                 Fix possible fd leak
1770
1771 2007-08-08 [colin]      2.10.0cvs99
1772
1773         * src/imap.c
1774                 Better way to fetch UIDs on non-UIDPLUS servers
1775
1776 2007-08-07 [colin]      2.10.0cvs98
1777
1778         * src/imap.c
1779                 fix bug 1275, 'auto-saved draft messages not 
1780                 always being removed'; Also, make multiple
1781                 copy (in the same account) faster by matching
1782                 source/destination message UIDs.
1783         * src/messageview.c
1784                 Don't try to reshow deleted mail
1785         * src/msgcache.c
1786                 Fix leak on error path
1787
1788 2007-08-07 [wwp]        2.10.0cvs97
1789
1790         * manual/account.xml
1791         * manual/advanced.xml
1792         * manual/fr/account.xml
1793         * manual/fr/advanced.xml
1794                 Updated the reference manual and the French translation to
1795                 reflect 2.10.0cvs84: enable running folder Processing
1796                 rules on demand.
1797
1798 2007-08-06 [wwp]        2.10.0cvs96
1799
1800         * src/prefs_common.c
1801         * src/prefs_common.h
1802         * src/textview.c
1803                 Allow changing the emphasis color used to highlight
1804                 the newsreader/x-mailer header value when it matches
1805                 our preferred mail agent (hidden pref 'emphasis_col' added
1806                 to clawsrc).
1807
1808 2007-08-06 [colin]      2.10.0cvs95
1809
1810         * src/compose.c
1811         * src/compose.h
1812                 Re-commit 2.10.0cvs86, with a protection
1813                 against Pango bug. Also, try to fix 
1814                 bug 1275, 'auto-saved draft messages not 
1815                 always being removed'
1816
1817 2007-08-06 [wwp]        2.10.0cvs94
1818
1819         * src/gtk/quicksearch.c
1820                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1821
1822 2007-08-06 [ticho]      2.10.0cvs93
1823
1824         * src/prefs_account.c
1825         * src/gtk/combobox.c
1826                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1827                 selection in account preferences.
1828
1829 2007-08-06 [wwp]        2.10.0cvs92
1830
1831         * src/plugins/pgpcore/plugin.def
1832                 Apply one more chunk from gpg4win's 03-w32-port patch.
1833
1834 2007-08-05 [colin]      2.10.0cvs91
1835
1836         * src/compose.c
1837         * src/compose.h
1838                 reverting buggy patch for now
1839
1840 2007-08-05 [colin]      2.10.0cvs90
1841
1842         * src/folder.c
1843                 Fix slowdown
1844
1845 2007-08-04 [colin]      2.10.0cvs89
1846
1847         * src/prefs_summaries.c
1848         * src/summary_search.c
1849                 Replace deprecated widgets. Patch by
1850                 Andrej.
1851
1852 2007-08-04 [colin]      2.10.0cvs88
1853
1854         * src/mh.c
1855                 Refresh GUI only every 2000 mails on mh_get_last_num
1856                 This is fast (readdir) and done only once per 
1857                 session/folder
1858
1859 2007-08-03 [colin]      2.10.0cvs87
1860
1861         * src/prefs_account.c
1862         * src/gtk/combobox.h
1863         * src/gtk/gtkutils.c
1864                 Fix a deprecated widget. Patch by
1865                 Andrej
1866
1867 2007-08-03 [colin]      2.10.0cvs86
1868
1869         * src/compose.c
1870         * src/compose.h
1871                 Make colorisation and wrapping algorithms
1872                 faster. Fixes bug 1246, 'compose becomes 
1873                 increasingly slow replying to complex emails'
1874
1875 2007-08-03 [paul]       2.10.0cvs85
1876
1877         * src/mh.c
1878                 keep the window painted
1879
1880 2007-08-02 [paul]       2.10.0cvs84
1881
1882         * src/folderview.c
1883         * src/mainwindow.c
1884         * src/mainwindow.h
1885                 enable running folder Processing
1886                 rules on demand
1887
1888 2007-08-02 [paul]       2.10.0cvs83
1889
1890         * src/textview.c
1891                 speed up/clean up rendering of larger
1892                 msgs
1893                 Thanks to Colin
1894
1895 2007-08-01 [paul]       2.10.0cvs82
1896
1897         * src/mainwindow.h
1898                 clean up cruft
1899         * src/toolbar.c
1900                 change default toolbar layout on maemo
1901         * src/pixmaps/close.xpm
1902                 make the red cross a grey cross
1903         * src/pixmaps/jpilot.xpm
1904                 make icon smaller so it fits better
1905
1906 2007-07-31 [paul]       2.10.0cvs81
1907
1908         * src/setup.c
1909         * src/gtk/gtkutils.c
1910                 fix crash on maemo on first launch
1911
1912 2007-07-30 [paul]       2.10.0cvs80
1913
1914         * src/prefs_matcher.c
1915                 specify the units of age and size
1916
1917 2007-07-30 [paul]       2.10.0cvs79
1918
1919         * src/main.c
1920                 Fix IMAP timeout setting
1921
1922 2007-07-30 [colin]      2.10.0cvs78
1923
1924         * src/prefs_account.c
1925                 Fix a deprecated widget. Patch by
1926                 Andrej
1927
1928 2007-07-27 [paul]       2.10.0cvs77
1929
1930         * src/matcher_parser_parse.y
1931         * src/prefs_filtering_action.c
1932         * src/prefs_matcher.c
1933                 these changes forgotten in cvs74's
1934                 'watch thread' feature
1935
1936 2007-07-27 [paul]       2.10.0cvs76
1937
1938         * src/compose.c
1939                 fix potential crasher
1940                 thanks to Colin
1941
1942 2007-07-27 [paul]       2.10.0cvs75
1943
1944         * src/mainwindow.c
1945         * src/manual.c
1946         * src/manual.h
1947         * src/gtk/gtkutils.c
1948                 make mainwindow's /Help/Manual point to the
1949                 remote copy if the local copy doesn't exist
1950
1951 2007-07-27 [paul]       2.10.0cvs74
1952
1953         * src/Makefile.am
1954         * src/filtering.c
1955         * src/folder.c
1956         * src/mainwindow.c
1957         * src/matcher.c
1958         * src/matcher.h
1959         * src/matcher_parser_parse.y
1960         * src/procmsg.c
1961         * src/procmsg.h
1962         * src/stock_pixmap.c
1963         * src/stock_pixmap.h
1964         * src/summaryview.c
1965         * src/summaryview.h
1966         * src/toolbar.c
1967         * src/toolbar.h
1968         * src/pixmaps/watchthread.xpm
1969                 add 'watch thread' feature
1970
1971 2007-07-27 [paul]       2.10.0cvs73
1972
1973         * src/prefs_folder_item.c
1974                 adjust labels, add tooltips
1975
1976 2007-07-27 [colin]      2.10.0cvs72
1977
1978         * src/summaryview.c
1979                 Maemo: Remove less used menu items
1980
1981 2007-07-26 [colin]      2.10.0cvs71
1982
1983         * src/messageview.c
1984                 Maemo: destroy messageview after trashing mail.
1985                 Maybe should be done on X11 too
1986
1987 2007-07-26 [colin]      2.10.0cvs70
1988
1989         * src/folderview.c
1990         * src/mainwindow.c
1991         * src/prefs_common.c
1992         * src/prefs_common.h
1993         * src/summaryview.c
1994                 Add View/Show or Hide/Column headers
1995
1996 2007-07-26 [colin]      2.10.0cvs69
1997
1998         * src/procmime.c
1999                 Fix unwanted output
2000
2001 2007-07-26 [colin]      2.10.0cvs68
2002
2003         * src/ldapserver.c
2004                 Fix possible crash on cache invalidation
2005         * src/compose.c
2006         * src/procmime.c
2007         * src/procmime.h
2008         * src/quote_fmt_parse.y
2009                 Make replying to mails with big attachments
2010                 much faster. Fixes bug 1224, 'The process of 
2011                 Replying to emails with large attachments 
2012                 seems unreasonably long...'
2013
2014 2007-07-26 [colin]      2.10.0cvs67
2015
2016         * src/mimeview.c
2017         * src/matcher.c
2018         * src/common/ssl.c
2019                 Fix threads use on BSDs
2020
2021 2007-07-26 [paul]       2.10.0cvs66
2022
2023         * src/gtk/prefswindow.c
2024                 fix account prefs breakage
2025                 thanks to Colin
2026
2027 2007-07-26 [paul]       2.10.0cvs65
2028
2029         * configure.ac
2030                 standardise ./configure --help messages
2031
2032 2007-07-26 [colin]      2.10.0cvs64
2033
2034         * src/addressbook.c
2035         * src/editaddress.c
2036                 Fix two vCard-related crashes
2037
2038 2007-07-25 [colin]      2.10.0cvs63
2039
2040         * src/inc.c
2041         * src/prefs_common.c
2042         * src/prefs_common.h
2043         * src/prefs_receive.c
2044                 Maemo: Add a better way to notify of
2045                 new mails
2046         * src/mainwindow.c
2047         * src/statusbar.h
2048         * src/summaryview.c
2049         * src/toolbar.c
2050                 Maemo: Various layout fixes
2051         * src/gtk/prefswindow.c
2052                 Maemo: Better prefs layout
2053
2054 2007-07-25 [paul]       2.10.0cvs62
2055
2056         * src/textview.c
2057                 fix the layout on maemo
2058                 thanks to Colin
2059
2060 2007-07-25 [iwkse]      2.10.0cvs61
2061
2062         * src/summaryview.c
2063                 add 'o' shortcut on summaryview
2064
2065 2007-07-25 [iwkse]      2.10.0cvs60
2066
2067         * src/textview.c
2068                 fix o shortcut
2069
2070 2007-07-24 [colin]      2.10.0cvs59
2071
2072         * src/mh.c
2073                 Fix missing timestamp update on source
2074                 folder when moving
2075         * src/textview.c
2076         * src/textview.h
2077                 Better text layout on part's choices
2078
2079 2007-07-23 [colin]      2.10.0cvs58
2080
2081         * src/mimeview.c
2082         * src/textview.c
2083                 Maemo: Automatically choose the correct application
2084                 to open parts
2085         * src/gtk/quicksearch.c
2086                 Make search run on GDK_KP_Enter too
2087
2088 2007-07-23 [wwp]        2.10.0cvs57
2089
2090         * src/quote_fmt_lex.l
2091                 Revert accidentaly committed lines (account_sig) in
2092                 2.10.0cvs56.
2093
2094 2007-07-23 [wwp]        2.10.0cvs56
2095
2096         * src/quote_fmt_lex.l
2097                 Fix typos around long form expressions in the quote lexer.
2098
2099 2007-07-23 [paul]
2100
2101         3.0.0-rc1 released
2102
2103 2007-07-23 [colin]      2.10.0cvs55
2104
2105         * src/addr_compl.c
2106                 Fix auto-completion on Maemo
2107
2108 2007-07-23 [colin]      2.10.0cvs54
2109
2110         * src/statusbar.c
2111                 Maemo: Fix sticking statusbars
2112
2113 2007-07-22 [colin]      2.10.0cvs53
2114
2115         * src/main.c
2116                 Maemo: Fix the strange "top_application" info
2117                 at startup. We should do something when 
2118                 receiving such a message.
2119
2120 2007-07-20 [paul]       2.10.0cvs52
2121
2122         * src/news_gtk.c
2123                 add missing #include "statusbar.h"
2124
2125 2007-07-20 [colin]      2.10.0cvs51
2126
2127         * src/folder.c
2128         * src/folder.h
2129         * src/folder_item_prefs.c
2130         * src/folder_item_prefs.h
2131         * src/folderview.c
2132         * src/imap.c
2133         * src/imap_gtk.c
2134         * src/imap_gtk.h
2135         * src/news.c
2136         * src/news_gtk.c
2137         * src/news_gtk.h
2138         * src/prefs_folder_item.c
2139                 Implement age-based caching: allow to
2140                 specify a threshold for the offline synchronisation
2141                 feature, and whether old cached bodies should 
2142                 be removed
2143         * src/toolbar.c
2144         * src/toolbar.h
2145                 Fix label/tooltips
2146         * src/plugins/dillo_viewer/dillo_viewer.c
2147                 Check that Dillo's installed
2148
2149 2007-07-20 [wwp]        2.10.0cvs50
2150
2151         * src/mimeview.c
2152         * src/stock_pixmap.c
2153                 Draw a frame around the selected mimeview part icon (instead of the
2154                 shifted 'dancing' icon).
2155
2156 2007-07-20 [colin]      2.10.0cvs49
2157
2158         * src/main.c
2159                 Unref stuff even on error
2160         * src/wizard.c
2161                 disconnect signals only at the very
2162                 end of the wizard save.
2163
2164 2007-07-20 [colin]      2.10.0cvs48
2165
2166         * src/mainwindow.c
2167         * src/messageview.c
2168         * src/toolbar.c
2169         * src/toolbar.h
2170                 Fix random crashes while navigating
2171                 (GTK_EVENTS_FLUSH)
2172
2173 2007-07-19 [colin]      2.10.0cvs47
2174
2175         * configure.ac
2176         * src/main.c
2177         * src/prefs_common.c
2178         * src/prefs_common.h
2179         * src/wizard.c
2180         * src/common/defs.h
2181         * src/common/utils.c
2182                 Maemo: add an easy way to store data (mails
2183                 and IMAP/NNTP caches) on one of the SD cards,
2184                 and protect against unmounts if needed
2185
2186 2007-07-19 [paul]       2.10.0cvs46
2187
2188         * src/Makefile.am
2189         * src/stock_pixmap.c
2190         * src/gtk/about.c
2191         * src/pixmaps/claws-mail_logo-small.xpm
2192                 implement a (slightly) different About
2193                 dialog for maemo and add a small version
2194                 of the logo for it
2195         * src/wizard.c
2196                 use a scrolled window for wizard page 1
2197                 on maemo
2198
2199 2007-07-19 [paul]       2.10.0cvs45
2200
2201         * src/Makefile.am
2202                 too soon for this line
2203
2204 2007-07-19 [paul]       2.10.0cvs44
2205
2206         * src/Makefile.am
2207                 fix build on n800
2208
2209 2007-07-19 [colin]      2.10.0cvs43
2210
2211         * src/wizard.c
2212                 Solve Mail/Mailbox name when specifying
2213                 full /path/to/Mail.
2214
2215 2007-07-18 [colin]      2.10.0cvs42
2216
2217         * src/inc.c
2218         * configure.ac
2219                 Fix build on n770
2220
2221 2007-07-18 [colin]      2.10.0cvs41
2222
2223         * src/inc.c
2224                 Maemo: plug the online/offline system into
2225                 maemo's interfaces to have Claws automatically
2226                 switch according to the system status
2227         * src/statusbar.c
2228                 Maemo: use HildonBanners to display status
2229                 messages. Renders the main statusbar useless.
2230
2231 2007-07-18 [paul]       2.10.0cvs40
2232
2233         * src/filtering.c
2234                 fix screen blanking on moving/copying many msgs
2235         * src/folder.c
2236                 fix processing progressbar and screen blanking
2237                 during processing
2238
2239 2007-07-18 [paul]       2.10.0cvs39
2240
2241         * src/messageview.c
2242                 revert cvs37, breakage on maemo
2243
2244 2007-07-18 [paul]       2.10.0cvs38
2245
2246         * src/gtk/gtkutils.c
2247                 make sure we can still build with older GTK's
2248
2249 2007-07-18 [colin]      2.10.0cvs37
2250
2251         * src/messageview.c
2252                 Only hide the small layout's messageview, instead
2253                 of destroying it when closing
2254         * src/gtk/gtkutils.c
2255                 Use gtk_window_present_with_time to popup windows,
2256                 it seems to make things better with modern WMs
2257                 (actually focusing)
2258
2259 2007-07-17 [colin]      2.10.0cvs36
2260
2261         * src/editaddress.c
2262                 Simplify layout on Maemo
2263         * src/folder.c
2264                 Fix possible crash
2265         * src/prefs_display_header.c
2266                 Remove some headers by default on Maemo
2267
2268 2007-07-17 [paul]       2.10.0cvs35
2269
2270         * src/prefs_common.c
2271         * src/prefs_common.h
2272         * src/prefs_logging.c
2273         * src/common/log.c
2274                 add options to stop/enable writing logs to disc
2275
2276 2007-07-17 [paul]       2.10.0cvs34
2277
2278         * src/edittags.c
2279                 fix some issues with the Apply tags window:
2280                 - set search column (enables autocompl in the treeview)
2281                 - apply tag from "New tag" if it existed
2282                 - clears New tag entry when adding it with the button
2283                 Thanks to Colin
2284
2285 2007-07-17 [paul]       2.10.0cvs33
2286
2287         * src/edittags.c
2288                 fix 'apply tags' dialogue weirdness
2289
2290 2007-07-16 [colin]      2.10.0cvs32
2291
2292         * src/toolbar.c
2293                 Fix double-loading of mails on Maemo
2294
2295 2007-07-16 [colin]      2.10.0cvs31
2296
2297         * src/messageview.c
2298                 Prevent double-loading of the same part under some
2299                 conditions; hide statusbar on Maemo
2300
2301 2007-07-16 [colin]      2.10.0cvs30
2302
2303         * src/edittags.c
2304         * src/edittags.h
2305         * src/mainwindow.c
2306         * src/summaryview.c
2307                 Improve the tag interface - allow
2308                 to set/unset tags from a special
2309                 window.
2310         * src/gtk/gtkvscrollbutton.c
2311         * src/mimeview.c
2312         * src/mimeview.h
2313         * src/stock_pixmap.c
2314                 Fix Mimeview's ugly hacks in the
2315                 icon list. 
2316
2317 2007-07-16 [paul]       2.10.0cvs29
2318
2319         * src/wizard.c
2320                 rework dialog
2321         * src/gtk/icon_legend.c
2322                 put it all in a scrolled window
2323
2324 2007-07-15 [colin]      2.10.0cvs28
2325
2326         * src/mainwindow.c
2327                 Maemo: force layout to be Small screen; the
2328                 others don't make sense
2329
2330 2007-07-14 [colin]      2.10.0cvs27
2331
2332         * src/mimeview.c
2333         * src/gtk/gtkvscrollbutton.c
2334                 Maemo: Fix mimeview's buttons size
2335
2336 2007-07-14 [colin]      2.10.0cvs26
2337
2338         * src/toolbar.c
2339                 Fix the button workaround fix.
2340                 (Use the correct variable)
2341
2342 2007-07-14 [colin]      2.10.0cvs25
2343
2344         * src/mainwindow.c
2345         * src/toolbar.c
2346                 Maemo: put the progress bar in the
2347                 toolbar
2348
2349 2007-07-14 [colin]      2.10.0cvs24
2350
2351         * src/prefs_common.c
2352                 Maemo: hide statusbar by default
2353         * src/Makefile.am
2354         * src/stock_pixmap.c
2355         * src/stock_pixmap.h
2356         * src/toolbar.c
2357         * src/pixmaps/go_folders.xpm
2358                 Maemo: Add a specific icon to go back to
2359                 folder list
2360
2361 2007-07-14 [colin]      2.10.0cvs23
2362
2363         * src/toolbar.c
2364                 Don't set homogeneous finally
2365
2366 2007-07-14 [colin]      2.10.0cvs22
2367
2368         * src/toolbar.c
2369                 Fix button show/hide issues
2370
2371 2007-07-14 [colin]      2.10.0cvs21
2372
2373         * src/toolbar.c
2374                 Fix huge arrows
2375                 Fix button workaround to be able to click
2376                 if mouse was on button when it went un-
2377                 sensitive.
2378                 Revert previous commit, gtk_tool_item_set_homogeneous
2379                 doesn't mean what it seems to mean ;-)
2380
2381 2007-07-14 [paul]       2.10.0cvs20
2382
2383         * src/toolbar.c
2384                 make homogeneous FALSE always
2385
2386 2007-07-13 [colin]      2.10.0cvs19
2387
2388         * src/toolbar.c
2389         * src/toolbar.h
2390                 Rework to fit the non-deprecated API
2391         * src/compose.c
2392         * src/folderview.c
2393         * src/mainwindow.c
2394         * src/messageview.c
2395         * src/summaryview.c
2396                 Maemo layout changes. Better toolbars,
2397                 removal of CTree headers. 
2398
2399 2007-07-13 [paul]       2.10.0cvs18
2400
2401         * src/gtk/colorlabel.c
2402                 fix bug 1261, '[DE] coloring messages in overview 
2403                 keys are not localised'
2404                 the string is now included in claws-mail.pot
2405
2406 2007-07-13 [colin]      2.10.0cvs17
2407
2408         * src/summaryview.c
2409                 Fix bug 1267, 'printing mutliple messages 
2410                 opens one message-dialog after the other'
2411                 Ask for confirmation when printing 10
2412                 messages or more.
2413
2414 2007-07-11 [colin]      2.10.0cvs16
2415
2416         * COPYING
2417         * README
2418         * autogen.sh
2419         * manual/claws-mail-manual.xml
2420         * manual/gpl.xml
2421         * manual/es/claws-mail-manual.xml
2422         * manual/es/gpl.xml
2423         * manual/fr/claws-mail-manual.xml
2424         * manual/fr/gpl.xml
2425         * manual/pl/gpl.xml
2426         * src/account.c
2427         * src/account.h
2428         * src/action.c
2429         * src/action.h
2430         * src/adbookbase.h
2431         * src/addr_compl.c
2432         * src/addr_compl.h
2433         * src/addrbook.c
2434         * src/addrbook.h
2435         * src/addrcache.c
2436         * src/addrcache.h
2437         * src/addrcindex.c
2438         * src/addrcindex.h
2439         * src/addrclip.c
2440         * src/addrclip.h
2441         * src/addrdefs.h
2442         * src/addressadd.c
2443         * src/addressadd.h
2444         * src/addressbook.c
2445         * src/addressbook.h
2446         * src/addressbook_foldersel.c
2447         * src/addressbook_foldersel.h
2448         * src/addressitem.h
2449         * src/addrgather.c
2450         * src/addrgather.h
2451         * src/addrharvest.c
2452         * src/addrharvest.h
2453         * src/addrindex.c
2454         * src/addrindex.h
2455         * src/addritem.c
2456         * src/addritem.h
2457         * src/addrquery.c
2458         * src/addrquery.h
2459         * src/addrselect.c
2460         * src/addrselect.h
2461         * src/alertpanel.c
2462         * src/alertpanel.h
2463         * src/browseldap.c
2464         * src/browseldap.h
2465         * src/codeconv.c
2466         * src/codeconv.h
2467         * src/compose.c
2468         * src/compose.h
2469         * src/crash.c
2470         * src/crash.h
2471         * src/customheader.c
2472         * src/customheader.h
2473         * src/displayheader.c
2474         * src/displayheader.h
2475         * src/editaddress.c
2476         * src/editaddress.h
2477         * src/editaddress_other_attributes_ldap.c
2478         * src/editaddress_other_attributes_ldap.h
2479         * src/editbook.c
2480         * src/editbook.h
2481         * src/editgroup.c
2482         * src/editgroup.h
2483         * src/editjpilot.c
2484         * src/editjpilot.h
2485         * src/editldap.c
2486         * src/editldap.h
2487         * src/editldap_basedn.c
2488         * src/editldap_basedn.h
2489         * src/edittags.c
2490         * src/edittags.h
2491         * src/editvcard.c
2492         * src/editvcard.h
2493         * src/enriched.c
2494         * src/enriched.h
2495         * src/exphtmldlg.c
2496         * src/exphtmldlg.h
2497         * src/expldifdlg.c
2498         * src/expldifdlg.h
2499         * src/export.c
2500         * src/export.h
2501         * src/exporthtml.c
2502         * src/exporthtml.h
2503         * src/exportldif.c
2504         * src/exportldif.h
2505         * src/filtering.c
2506         * src/filtering.h
2507         * src/folder.c
2508         * src/folder.h
2509         * src/folder_item_prefs.c
2510         * src/folder_item_prefs.h
2511         * src/foldersel.c
2512         * src/foldersel.h
2513         * src/folderutils.c
2514         * src/folderutils.h
2515         * src/folderview.c
2516         * src/folderview.h
2517         * src/gedit-print.c
2518         * src/gedit-print.h
2519         * src/grouplistdialog.c
2520         * src/grouplistdialog.h
2521         * src/headerview.c
2522         * src/headerview.h
2523         * src/html.c
2524         * src/html.h
2525         * src/image_viewer.c
2526         * src/image_viewer.h
2527         * src/imap.c
2528         * src/imap.h
2529         * src/imap_gtk.c
2530         * src/imap_gtk.h
2531         * src/import.c
2532         * src/import.h
2533         * src/importldif.c
2534         * src/importldif.h
2535         * src/importmutt.c
2536         * src/importmutt.h
2537         * src/importpine.c
2538         * src/importpine.h
2539         * src/inc.c
2540         * src/inc.h
2541         * src/jpilot.c
2542         * src/jpilot.h
2543         * src/ldapctrl.c
2544         * src/ldapctrl.h
2545         * src/ldaplocate.c
2546         * src/ldaplocate.h
2547         * src/ldapquery.c
2548         * src/ldapquery.h
2549         * src/ldapserver.c
2550         * src/ldapserver.h
2551         * src/ldapupdate.c
2552         * src/ldapupdate.h
2553         * src/ldaputil.c
2554         * src/ldaputil.h
2555         * src/ldif.c
2556         * src/ldif.h
2557         * src/localfolder.c
2558         * src/localfolder.h
2559         * src/main.c
2560         * src/main.h
2561         * src/mainwindow.c
2562         * src/mainwindow.h
2563         * src/manual.c
2564         * src/manual.h
2565         * src/matcher.c
2566         * src/matcher.h
2567         * src/matcher_parser.h
2568         * src/matcher_parser_lex.l
2569         * src/matcher_parser_parse.y
2570         * src/mbox.c
2571         * src/mbox.h
2572         * src/message_search.c
2573         * src/message_search.h
2574         * src/messageview.c
2575         * src/messageview.h
2576         * src/mh.c
2577         * src/mh.h
2578         * src/mh_gtk.c
2579         * src/mh_gtk.h
2580         * src/mimeview.c
2581         * src/mimeview.h
2582         * src/msgcache.c
2583         * src/msgcache.h
2584         * src/mutt.c
2585         * src/mutt.h
2586         * src/news.c
2587         * src/news.h
2588         * src/news_gtk.c
2589         * src/news_gtk.h
2590         * src/noticeview.c
2591         * src/noticeview.h
2592         * src/partial_download.c
2593         * src/partial_download.h
2594         * src/pine.c
2595         * src/pine.h
2596         * src/pop.c
2597         * src/pop.h
2598         * src/prefs_account.c
2599         * src/prefs_account.h
2600         * src/prefs_actions.c
2601         * src/prefs_actions.h
2602         * src/prefs_common.c
2603         * src/prefs_common.h
2604         * src/prefs_compose_writing.c
2605         * src/prefs_compose_writing.h
2606         * src/prefs_customheader.c
2607         * src/prefs_customheader.h
2608         * src/prefs_display_header.c
2609         * src/prefs_display_header.h
2610         * src/prefs_ext_prog.c
2611         * src/prefs_ext_prog.h
2612         * src/prefs_filtering.c
2613         * src/prefs_filtering.h
2614         * src/prefs_filtering_action.c
2615         * src/prefs_filtering_action.h
2616         * src/prefs_folder_column.c
2617         * src/prefs_folder_column.h
2618         * src/prefs_folder_item.c
2619         * src/prefs_folder_item.h
2620         * src/prefs_fonts.c
2621         * src/prefs_fonts.h
2622         * src/prefs_gtk.c
2623         * src/prefs_gtk.h
2624         * src/prefs_image_viewer.c
2625         * src/prefs_image_viewer.h
2626         * src/prefs_logging.c
2627         * src/prefs_logging.h
2628         * src/prefs_matcher.c
2629         * src/prefs_matcher.h
2630         * src/prefs_message.c
2631         * src/prefs_message.h
2632         * src/prefs_msg_colors.c
2633         * src/prefs_msg_colors.h
2634         * src/prefs_other.c
2635         * src/prefs_other.h
2636         * src/prefs_quote.c
2637         * src/prefs_quote.h
2638         * src/prefs_receive.c
2639         * src/prefs_receive.h
2640         * src/prefs_send.c
2641         * src/prefs_send.h
2642         * src/prefs_spelling.c
2643         * src/prefs_spelling.h
2644         * src/prefs_summaries.c
2645         * src/prefs_summaries.h
2646         * src/prefs_summary_column.c
2647         * src/prefs_summary_column.h
2648         * src/prefs_summary_open.c
2649         * src/prefs_summary_open.h
2650         * src/prefs_template.c
2651         * src/prefs_template.h
2652         * src/prefs_themes.c
2653         * src/prefs_themes.h
2654         * src/prefs_toolbar.c
2655         * src/prefs_toolbar.h
2656         * src/prefs_wrapping.c
2657         * src/prefs_wrapping.h
2658         * src/privacy.c
2659         * src/privacy.h
2660         * src/procheader.c
2661         * src/procheader.h
2662         * src/procmime.c
2663         * src/procmime.h
2664         * src/procmsg.c
2665         * src/procmsg.h
2666         * src/quote_fmt.c
2667         * src/quote_fmt_lex.l
2668         * src/quote_fmt_parse.y
2669         * src/recv.c
2670         * src/recv.h
2671         * src/remotefolder.c
2672         * src/remotefolder.h
2673         * src/send_message.c
2674         * src/send_message.h
2675         * src/setup.c
2676         * src/setup.h
2677         * src/simple-gettext.c
2678         * src/sourcewindow.c
2679         * src/sourcewindow.h
2680         * src/ssl_manager.c
2681         * src/ssl_manager.h
2682         * src/statusbar.c
2683         * src/statusbar.h
2684         * src/stock_pixmap.c
2685         * src/stock_pixmap.h
2686         * src/summary_search.c
2687         * src/summary_search.h
2688         * src/summaryview.c
2689         * src/summaryview.h
2690         * src/textview.c
2691         * src/textview.h
2692         * src/toolbar.c
2693         * src/toolbar.h
2694         * src/undo.c
2695         * src/undo.h
2696         * src/unmime.c
2697         * src/unmime.h
2698         * src/uri_opener.c
2699         * src/uri_opener.h
2700         * src/vcard.c
2701         * src/vcard.h
2702         * src/wizard.c
2703         * src/wizard.h
2704         * src/common/base64.c
2705         * src/common/base64.h
2706         * src/common/claws.c
2707         * src/common/claws.h
2708         * src/common/defs.h
2709         * src/common/fnmatch.c
2710         * src/common/fnmatch.h
2711         * src/common/fnmatch_loop.c
2712         * src/common/hooks.c
2713         * src/common/hooks.h
2714         * src/common/log.c
2715         * src/common/log.h
2716         * src/common/md5.c
2717         * src/common/md5.h
2718         * src/common/mgutils.c
2719         * src/common/mgutils.h
2720         * src/common/nntp.c
2721         * src/common/nntp.h
2722         * src/common/passcrypt.c
2723         * src/common/passcrypt.h.in
2724         * src/common/plugin.c
2725         * src/common/plugin.h
2726         * src/common/prefs.c
2727         * src/common/prefs.h
2728         * src/common/progressindicator.c
2729         * src/common/progressindicator.h
2730         * src/common/quoted-printable.c
2731         * src/common/quoted-printable.h
2732         * src/common/session.c
2733         * src/common/session.h
2734         * src/common/smtp.c
2735         * src/common/smtp.h
2736         * src/common/socket.c
2737         * src/common/socket.h
2738         * src/common/ssl.c
2739         * src/common/ssl.h
2740         * src/common/ssl_certificate.c
2741         * src/common/ssl_certificate.h
2742         * src/common/string_match.c
2743         * src/common/string_match.h
2744         * src/common/stringtable.c
2745         * src/common/stringtable.h
2746         * src/common/tags.c
2747         * src/common/tags.h
2748         * src/common/template.c
2749         * src/common/template.h
2750         * src/common/timing.h
2751         * src/common/utils.c
2752         * src/common/utils.h
2753         * src/common/uuencode.c
2754         * src/common/uuencode.h
2755         * src/common/version.h.in
2756         * src/common/w32_dirent.c
2757         * src/common/w32_reg.c
2758         * src/common/w32_signal.c
2759         * src/common/w32_stat.c
2760         * src/common/w32_stdlib.c
2761         * src/common/w32_string.c
2762         * src/common/w32_time.c
2763         * src/common/w32_unistd.c
2764         * src/common/w32_wait.c
2765         * src/common/w32lib.h
2766         * src/common/xml.c
2767         * src/common/xml.h
2768         * src/common/xmlprops.c
2769         * src/common/xmlprops.h
2770         * src/etpan/etpan-errors.h
2771         * src/etpan/etpan-thread-manager-types.h
2772         * src/etpan/etpan-thread-manager.c
2773         * src/etpan/etpan-thread-manager.h
2774         * src/etpan/imap-thread.c
2775         * src/etpan/imap-thread.h
2776         * src/gtk/about.c
2777         * src/gtk/about.h
2778         * src/gtk/colorlabel.c
2779         * src/gtk/colorlabel.h
2780         * src/gtk/colorsel.c
2781         * src/gtk/colorsel.h
2782         * src/gtk/combobox.c
2783         * src/gtk/combobox.h
2784         * src/gtk/description_window.c
2785         * src/gtk/description_window.h
2786         * src/gtk/filesel.c
2787         * src/gtk/filesel.h
2788         * src/gtk/foldersort.c
2789         * src/gtk/foldersort.h
2790         * src/gtk/gtkaspell.c
2791         * src/gtk/gtkaspell.h
2792         * src/gtk/gtksctree.c
2793         * src/gtk/gtkshruler.c
2794         * src/gtk/gtkshruler.h
2795         * src/gtk/gtksourceprintjob.c
2796         * src/gtk/gtksourceprintjob.h
2797         * src/gtk/gtkutils.c
2798         * src/gtk/gtkutils.h
2799         * src/gtk/gtkvscrollbutton.c
2800         * src/gtk/gtkvscrollbutton.h
2801         * src/gtk/icon_legend.c
2802         * src/gtk/icon_legend.h
2803         * src/gtk/inputdialog.c
2804         * src/gtk/inputdialog.h
2805         * src/gtk/logwindow.c
2806         * src/gtk/logwindow.h
2807         * src/gtk/manage_window.c
2808         * src/gtk/manage_window.h
2809         * src/gtk/menu.c
2810         * src/gtk/menu.h
2811         * src/gtk/pluginwindow.c
2812         * src/gtk/pluginwindow.h
2813         * src/gtk/prefswindow.c
2814         * src/gtk/prefswindow.h
2815         * src/gtk/progressdialog.c
2816         * src/gtk/progressdialog.h
2817         * src/gtk/quicksearch.c
2818         * src/gtk/quicksearch.h
2819         * src/gtk/sslcertwindow.c
2820         * src/gtk/sslcertwindow.h
2821         * src/plugins/bogofilter/bogofilter.c
2822         * src/plugins/bogofilter/bogofilter.h
2823         * src/plugins/bogofilter/bogofilter_gtk.c
2824         * src/plugins/clamav/clamav_plugin.c
2825         * src/plugins/clamav/clamav_plugin.h
2826         * src/plugins/clamav/clamav_plugin_gtk.c
2827         * src/plugins/demo/demo.c
2828         * src/plugins/dillo_viewer/dillo_prefs.c
2829         * src/plugins/dillo_viewer/dillo_prefs.h
2830         * src/plugins/dillo_viewer/dillo_viewer.c
2831         * src/plugins/pgpcore/passphrase.c
2832         * src/plugins/pgpcore/passphrase.h
2833         * src/plugins/pgpcore/pgp_viewer.c
2834         * src/plugins/pgpcore/pgp_viewer.h
2835         * src/plugins/pgpcore/plugin.c
2836         * src/plugins/pgpcore/prefs_gpg.c
2837         * src/plugins/pgpcore/prefs_gpg.h
2838         * src/plugins/pgpcore/select-keys.c
2839         * src/plugins/pgpcore/select-keys.h
2840         * src/plugins/pgpcore/sgpgme.c
2841         * src/plugins/pgpcore/sgpgme.h
2842         * src/plugins/pgpinline/pgpinline.c
2843         * src/plugins/pgpinline/pgpinline.h
2844         * src/plugins/pgpinline/plugin.c
2845         * src/plugins/pgpmime/pgpmime.c
2846         * src/plugins/pgpmime/pgpmime.h
2847         * src/plugins/pgpmime/plugin.c
2848         * src/plugins/spamassassin/spamassassin.c
2849         * src/plugins/spamassassin/spamassassin.h
2850         * src/plugins/spamassassin/spamassassin_gtk.c
2851         * src/plugins/trayicon/trayicon.c
2852         * src/plugins/trayicon/trayicon_prefs.c
2853         * src/plugins/trayicon/trayicon_prefs.h
2854         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2855         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2856         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2857         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2858         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2859         * tools/OOo2claws-mail.pl
2860         * tools/README.sylprint
2861         * tools/acroread2claws-mail.pl
2862         * tools/claws-mail-compose-insert-files.pl
2863         * tools/convert_mbox.pl
2864         * tools/filter_conv.pl
2865         * tools/filter_conv_new.pl
2866         * tools/fix_date.sh
2867         * tools/freshmeat_search.pl
2868         * tools/google_search.pl
2869         * tools/kmail-mailbox2claws-mail.pl
2870         * tools/kmail2claws-mail.pl
2871         * tools/kmail2claws-mail_v2.pl
2872         * tools/mairix.sh
2873         * tools/make.themes.project
2874         * tools/multiwebsearch.pl
2875         * tools/nautilus2claws-mail.sh
2876         * tools/outlook2claws-mail.pl
2877         * tools/textviewer.sh
2878         * tools/thunderbird-filters-convertor.pl
2879         * tools/update-po
2880         * tools/uuooffice
2881         * tools/vcard2xml.py
2882         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2883                 Upgrade to GPLv3 or later.
2884
2885 2007-07-10 [wwp]        2.10.0cvs15
2886
2887         * src/main.c
2888                 Fix re-opening of all composing messages that were
2889                 opened when closing the previous instance, thanks
2890                 to Colin.
2891
2892 2007-07-10 [paul]       2.10.0cvs14
2893
2894         * src/editaddress_other_attributes_ldap.c
2895         * src/ldapupdate.c
2896                 fix crash on selecting 'other attributes' combo
2897                 for either a new entry or an old entry with no
2898                 existing attributes.
2899                 fix bug on editing multiple attributes which
2900                 resulted them all having the value of the last
2901                 one changed.
2902                 Thanks to Colin
2903
2904 2007-07-10 [colin]      2.10.0cvs13
2905
2906         * src/editaddress.c
2907         * src/editaddress_other_attributes_ldap.h
2908         * src/ldapupdate.c
2909                 Fix --disable-ldap build
2910
2911 2007-07-09 [colin]      2.10.0cvs12
2912
2913         * src/Makefile.am
2914         * src/addritem.c
2915         * src/addritem.h
2916         * src/editaddress.c
2917         * src/editaddress_other_attributes_ldap.c
2918         * src/editaddress_other_attributes_ldap.h
2919         * src/editldap.c
2920         * src/ldapctrl.c
2921         * src/ldapctrl.h
2922         * src/ldapupdate.c
2923                 Add capability to edit all inetOrgPerson
2924                 attributes on LDAP. Patch by Michael 
2925                 Rasmussen
2926
2927 2007-07-09 [colin]      2.10.0cvs11
2928
2929         * src/Makefile.am
2930         * src/exporthtml.c
2931         * src/mbox.c
2932         * src/msgcache.c
2933         * src/prefs_summaries.c
2934         * src/prefs_themes.c
2935         * src/procheader.c
2936         * src/common/Makefile.am
2937         * src/common/log.c
2938         * src/common/timing.h
2939         * src/common/utils.c
2940         * src/common/utils.h
2941         * src/common/w32_account.c
2942         * src/common/w32lib.h
2943         * src/gtk/Makefile.am
2944         * src/gtk/colorlabel.c
2945         * src/plugins/pgpcore/Makefile.am
2946         * src/plugins/pgpcore/claws.def
2947         * src/plugins/pgpcore/passphrase.c
2948         * src/plugins/pgpcore/pgp_viewer.c
2949         * src/plugins/pgpcore/plugin.def
2950         * src/plugins/pgpcore/sgpgme.c
2951         * src/plugins/pgpinline/Makefile.am
2952         * src/plugins/pgpinline/claws.def
2953         * src/plugins/pgpinline/mypgpcore.def
2954         * src/plugins/pgpinline/plugin.def
2955         * src/plugins/pgpmime/Makefile.am
2956         * src/plugins/pgpmime/claws.def
2957         * src/plugins/pgpmime/mypgpcore.def
2958         * src/plugins/pgpmime/plugin.def
2959                 Commit win32 patch, from Werner Koch and
2960                 Marcus Brinkmann
2961
2962 2007-07-09 [colin]      2.10.0cvs10
2963
2964         * src/prefs_toolbar.c
2965                 Fix crash when no actions exist
2966
2967 2007-07-07 [paul]       2.10.0cvs9
2968
2969         * COPYING
2970         * manual/claws-mail-manual.xml
2971                 update copyright year
2972         * po/fi.po
2973                 updated by Flammie Pirinen
2974
2975 2007-07-05 [wwp]        2.10.0cvs8
2976
2977         * src/plugins/clamav/clamav_plugin_gtk.c
2978                 Make vertical spacing like in other plugin prefs pages.
2979
2980 2007-07-05 [wwp]        2.10.0cvs7
2981
2982         * src/quote_fmt.c
2983                 It's %am that works, not %ae (this doc incoherence has been
2984                 introduced with 2.9.2cvs13).
2985
2986 2007-07-04 [wwp]        2.10.0cvs6
2987
2988         * src/plugins/bogofilter/bogofilter.c
2989                 Gettext-ize an occurrence of "Any" that wasn't.
2990
2991 2007-07-04 [colin]      2.10.0cvs5
2992
2993         * po/POTFILES.in
2994                 Fix untranslated strings; thanks
2995                 to Pader Rezso.
2996
2997 2007-07-03 [colin]      2.10.0cvs4
2998
2999         * src/folder.c
3000         * src/mainwindow.c
3001                 Fix saving of sort mode for tags and
3002                 thread date. Thanks to Pierre Ossman.
3003                 Completes fix for bug 1233
3004
3005 2007-07-03 [paul]       2.10.0cvs3
3006
3007         * src/compose.c
3008                 fix auto-save
3009         * src/summaryview.c
3010                 fix build warnings
3011         Thanks to Colin
3012
3013 2007-07-02 [colin]      2.10.0cvs2
3014
3015         * src/folder.h
3016         * src/mainwindow.c
3017         * src/procmsg.h
3018         * src/summaryview.c
3019                 Add View/Sort/by Thread date
3020                 Fixes bug 1233, 'Capability to sort 
3021                 threads by most recent message'
3022                 Based on a patch by Paul Rolland
3023
3024 2007-07-02 [colin]      2.10.0cvs1
3025
3026         * src/Makefile.am
3027         * src/compose.c
3028         * src/edittags.c
3029         * src/edittags.h
3030         * src/filtering.c
3031         * src/folder.c
3032         * src/folder.h
3033         * src/headerview.c
3034         * src/headerview.h
3035         * src/main.c
3036         * src/mainwindow.c
3037         * src/mainwindow.h
3038         * src/manual.h
3039         * src/matcher.c
3040         * src/matcher.h
3041         * src/matcher_parser_parse.y
3042         * src/mimeview.c
3043         * src/msgcache.c
3044         * src/msgcache.h
3045         * src/prefs_common.c
3046         * src/prefs_common.h
3047         * src/prefs_filtering_action.c
3048         * src/prefs_matcher.c
3049         * src/prefs_summary_column.c
3050         * src/procmsg.c
3051         * src/procmsg.h
3052         * src/quote_fmt.c
3053         * src/quote_fmt_lex.l
3054         * src/quote_fmt_parse.y
3055         * src/summaryview.c
3056         * src/summaryview.h
3057         * src/textview.c
3058         * src/common/Makefile.am
3059         * src/common/defs.h
3060         * src/common/tags.c
3061         * src/common/tags.h
3062         * src/gtk/quicksearch.c
3063         * src/gtk/quicksearch.h
3064                 Add Tags implementation. Tags are arbitrary labels
3065                 that can be applied to messages. It is possible 
3066                 to create, edit, remove tags; apply them to mails;
3067                 filter on tags or tag presence; apply or unset
3068                 tags via filtering actions; reference tags in
3069                 reply templates.
3070
3071 2007-07-02 [paul]       2.10.0
3072
3073         * NEWS
3074         * README
3075         * RELEASE_NOTES
3076                 2.10.0 released
3077
3078 2007-07-02 [paul]       2.9.2cvs78
3079
3080         * po/de.po
3081         * po/en_GB.po
3082         * po/es.po
3083         * po/fr.po
3084         * po/hu.po
3085         * po/pt_BR.po
3086         * po/ru.po
3087         * po/zh_CN.po
3088                 updated by Stephan Sachse, me, Ricardo Mones
3089                 Lastra, Fabien Vantard, Pader Rezso, Frederico
3090                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
3091
3092 2007-07-02 [paul]       2.9.2cvs77
3093
3094         * AUTHORS
3095                 updated
3096
3097 2007-06-29 [wwp]        2.9.2cvs76
3098
3099         * src/gtk/headers.h
3100                 Fix a typo (thanks to Ricardo for finding this out).
3101
3102 2007-06-28 [paul]       2.9.2cvs75
3103
3104         * src/folderview.c
3105                 fix build warnings
3106
3107 2007-06-28 [paul]       2.9.2cvs74
3108
3109         * tools/Makefile.am
3110                 fix bug in the autotools build system.
3111                 Files cataloged under EXTRA_DIST were never
3112                 automatically copied to the build tree.
3113                 (fix 'make distcheck')
3114                 Patch by Michael Rasmussen.
3115
3116 2007-06-24 [colin]      2.9.2cvs73
3117
3118         * src/news_gtk.c
3119                 Fix bug 1249, 'Error handling for 
3120                 news errors needs modification'
3121                 Only popup error if the according
3122                 pref in Prefs/Receive is set.
3123
3124 2007-06-21 [colin]      2.9.2cvs72
3125
3126         * src/common/plugin.c
3127         * src/common/plugin.h
3128                 Change plugin API to know whether it's safe to 
3129                 unload plugins or whether we should just hide
3130                 them. Fixes bug 1248, 'Core dumps after 
3131                 unloading plugin and clicking on load plugins'
3132         * src/plugins/bogofilter/bogofilter.c
3133         * src/plugins/clamav/clamav_plugin.c
3134         * src/plugins/demo/demo.c
3135         * src/plugins/dillo_viewer/dillo_viewer.c
3136         * src/plugins/pgpcore/plugin.c
3137         * src/plugins/pgpinline/plugin.c
3138         * src/plugins/pgpmime/plugin.c
3139         * src/plugins/spamassassin/spamassassin.c
3140         * src/plugins/trayicon/trayicon.c
3141                 Update API
3142
3143 2007-06-19 [colin]      2.9.2cvs71
3144
3145         * src/compose.c
3146         * src/messageview.c
3147                 Fix crash mentioned in bug 1246
3148                 Race condition when automatically drafting
3149                 due to insertion on reedit.
3150
3151 2007-06-18 [wwp]        2.9.2cvs70
3152
3153         * src/importldif.c
3154                 LDIF import: use a "Proceed" button to complete
3155                 the process.
3156
3157 2007-06-18 [paul]       2.9.2cvs69
3158
3159         * configure.ac
3160                 use pkgconfig to check for gtk and glib
3161
3162 2007-06-17 [wwp]        2.9.2cvs68
3163
3164         * src/ldif.c
3165         * src/importldif.c
3166                 LDIF import: better error handling, minor code
3167                 and UI cleanup, and renamed the Save button
3168                 to Close, as imported stuff is already saved
3169                 when the Save button is shown.
3170
3171 2007-06-17 [colin]      2.9.2cvs67
3172
3173         * src/prefs_summaries.c
3174         * src/procmsg.c
3175                 Don't set as read when forwarded, only replied to
3176
3177 2007-06-17 [paul]       2.9.2cvs66
3178
3179         * src/alertpanel.c
3180                 add missing #include
3181
3182 2007-06-16 [colin]      2.9.2cvs65
3183
3184         * src/prefs_summaries.c
3185         * src/procmsg.c
3186                 Change the pref "Only mark as read when opened
3187                 in new window" to "..., replied to or forwarded".
3188                 Based on a patch by Paul Rolland.
3189
3190 2007-06-16 [paul]       2.9.2cvs64
3191
3192         * src/gtk/authors.h
3193                 alphabetical order! :)
3194
3195 2007-06-16 [colin]      2.9.2cvs63
3196
3197         * AUTHORS
3198         * src/gtk/authors.h
3199                 Add Michael Rasmussen in authors list
3200
3201 2007-06-16 [colin]      2.9.2cvs62
3202
3203         * src/messageview.c
3204                 Fix messageview_copy_clipboard to take advantage
3205                 of plugins' get_selection.
3206
3207 2007-06-15 [colin]      2.9.2cvs61
3208
3209         * src/action.c
3210         * src/addr_compl.c
3211         * src/addressbook.c
3212         * src/folderview.c
3213         * src/message_search.c
3214         * src/mimeview.c
3215         * src/summary_search.c
3216         * src/summaryview.c
3217         * src/textview.c
3218                 Allow GDK_KP_Enter to do the same as GDK_Return
3219                 Patch by Michael Rasmussen
3220
3221 2007-06-15 [paul]       2.9.2cvs60
3222
3223         * src/compose.c
3224                 fix bug when closing a compose window
3225                 during autosave
3226
3227 2007-06-14 [paul]       2.9.2cvs59
3228
3229         * src/main.c
3230         * src/common/defs.h
3231                 migrate sylpheed config
3232
3233 2007-06-14 [wwp]        2.9.2cvs58
3234
3235         * src/gtk/pluginwindow.c
3236                 Yet another attempt to fix sizing/alignment of the
3237                 button bar in plugins window.
3238
3239 2007-06-12 [colin]      2.9.2cvs57
3240
3241         * po/POTFILES.in
3242         * src/Makefile.am
3243         * src/folderview.c
3244         * src/prefs_common.c
3245         * src/prefs_common.h
3246         * src/prefs_summaries.c
3247         * src/prefs_summary_open.c
3248         * src/prefs_summary_open.h
3249         * src/summaryview.c
3250                 Make "when entering a folder" actions more personalisable
3251
3252 2007-06-12 [wwp]        2.9.2cvs56
3253
3254         * tools/README
3255                 Use short description from Paul (mairix.sh).
3256
3257 2007-06-12 [wwp]        2.9.2cvs55
3258
3259         * tools/README
3260                 Updated info about mairix.sh.
3261
3262 2007-06-11 [paul]       2.9.2cvs54
3263
3264         * src/prefs_logging.c
3265                 rework log window length widgets
3266                 and some sensitivity fixes
3267
3268 2007-06-11 [paul]       2.9.2cvs53
3269
3270         * src/mainwindow.c
3271         * src/prefs_logging.c
3272                 rename 'Protocol Log' to 'Network Log'
3273                 and some function renaming
3274
3275 2007-06-10 [wwp]        2.9.2cvs52
3276
3277         * src/gtk/pluginwindow.c
3278                 Revert 2.9.2cvs51.
3279
3280 2007-06-10 [wwp]        2.9.2cvs51
3281
3282         * src/gtk/pluginwindow.c
3283                 Fix button bar in plugin window, was centered and not
3284                 behaving like other dialogs w/ such button bar.
3285
3286 2007-06-08 [wwp]        2.9.2cvs50
3287
3288         * src/compose.c
3289         * src/compose.h
3290         * src/main.c
3291         * src/mainwindow.c
3292         * src/mainwindow.h
3293                 Provide a way out of automatic draft saving on IMAP, when
3294                 exiting offline.
3295                 Prevent drafting while sending and quitting while sending.
3296                 Thanks for Colin.
3297
3298
3299
3300 2007-06-08 [wwp]        2.9.2cvs49
3301
3302         * src/prefs_account.c
3303         * src/gtk/prefswindow.c
3304         * src/gtk/prefswindow.h
3305                 Activate the Basic page when opening account prefs.
3306
3307 2007-06-08 [wwp]        2.9.2cvs48
3308
3309         * src/common/socket.c
3310                 Don't crash if fork() fails, thanks to Colin.
3311
3312 2007-06-08 [wwp]        2.9.2cvs47
3313
3314         * src/gtk/prefswindow.c
3315                 Wrap some long lines, and reset horizontal scroller's adjusment
3316                 (this was already done, vertically), when changing tab (not page)
3317                 in prefs windows.
3318
3319 2007-06-08 [paul]       2.9.2cvs46
3320
3321         * src/common/utils.c
3322                 use gethostname() instead of uname()
3323                 based on a patch by Michael Hughes
3324                 <Sylpheed-Claws_user@thehugheslogcabin.net>
3325
3326 2007-06-07 [wwp]        2.9.2cvs45
3327
3328         * src/prefs_common.c
3329                 Fix some useless warnings, thanks to Colin.
3330
3331 2007-06-06 [colin]      2.9.2cvs44
3332
3333         * src/ldapupdate.c
3334                 Fix strange allocations. 
3335
3336 2007-06-06 [colin]      2.9.2cvs43
3337
3338         * src/ldapupdate.c
3339                 Patch by Michael Rasmussus to help
3340                 bug 1232
3341
3342 2007-06-05 [wwp]        2.9.2cvs42
3343
3344         * src/prefs_account.c
3345         * src/prefs_folder_item.c
3346         * src/prefs_quote.c
3347         * src/quote_fmt.c
3348         * src/quote_fmt.h
3349                 Per-folder templates can now be applied recursively.
3350                 Always save per-folder templates (formats were erroneously
3351                 saved only if they were enabled).
3352                 Check for validity of quotation marks everywhere there
3353                 are defined.
3354
3355 2007-06-05 [wwp]        2.9.2cvs41
3356
3357         * src/inc.c
3358                 Fix incoming messages from local accounts always getting filtered
3359                 (even if the account prefs say don't), thanks to Colin.
3360
3361 2007-06-05 [wwp]        2.9.2cvs40
3362
3363         * src/compose.c
3364         * src/compose.h
3365                 Use per-folder/per-account quote chars when applying a
3366                 template or inserting text as well. Const'ify some
3367                 vars more.
3368
3369 2007-06-04 [colin]      2.9.2cvs39
3370
3371         * src/compose.c
3372                 More work for wwp :)
3373
3374 2007-06-04 [wwp]        2.9.2cvs38
3375
3376         * src/compose.c
3377                 Same as 2.9.2cvs36 but for forwarding.
3378
3379 2007-06-04 [colin]      2.9.2cvs37
3380
3381         * src/compose.c
3382                 Use original mail file for forward/redirect
3383                 Fixes some forwarded mails to be attached as
3384                 application/octet-stream (when they have binary
3385                 parts), and incidentally fixes bug 848
3386                 'Redirect breaks GnuPG'
3387
3388 2007-06-04 [wwp]        2.9.2cvs36
3389
3390         * src/compose.c
3391                 Fix quote mark mis-initialisation when replying/forwarding
3392                 (introduced w/ 2.9.2cvs20).
3393
3394 2007-06-04 [wwp]        2.9.2cvs35
3395
3396         * src/prefs_compose_writing.c
3397         * src/prefs_quote.c
3398                 Fix a bug where Quotation characters (prefs/compose/writing)
3399                 was cleared (introduced w/ 2.9.2cvs26).
3400
3401 2007-06-04 [wwp]        2.9.2cvs34
3402
3403         * src/prefs_account.c
3404         * src/prefs_account.h
3405                 Better fix for compiling w/o aspell (rollbacks
3406                 2.9.2cvs31).
3407
3408 2007-06-04 [wwp]        2.9.2cvs33
3409
3410         * src/account.c
3411         * src/prefs_account.c
3412         * src/prefs_account.h
3413         * src/procmsg.c
3414                 It's now possible to disable mail filtering plugins
3415                 on a per-account basis.
3416
3417 2007-06-04 [wwp]        2.9.2cvs32
3418
3419         * src/procheader.c
3420         * src/common/utils.c
3421         * src/common/utils.h
3422                 Support CRLF in headers part of messages.
3423                 Support few more date formats (RFC3339 subsets).
3424
3425 2007-06-04 [wwp]        2.9.2cvs31
3426
3427         * src/prefs_account.c
3428                 Fix compiling w/o aspell support.
3429
3430 2007-06-03 [wwp]        2.9.2cvs30
3431
3432         * src/prefs_gtk.c
3433                 Don't decode leading ENV_ and ~ in P_PASSWORD
3434                 values.
3435
3436 2007-06-03 [wwp]        2.9.2cvs29
3437
3438         * src/prefs_gtk.c
3439                 Don't decode leading ENV_ and ~ in P_PASSWORD
3440                 values.
3441
3442 2007-06-03 [wwp]        2.9.2cvs28
3443
3444         * src/prefs_account.c
3445         * src/gtk/prefswindow.c
3446         * src/gtk/prefswindow.h
3447                 Added a way to force preloading of all pages
3448                 (prefswindow).
3449                 Moved tabs to pages in account prefs.
3450
3451 2007-06-02 [colin]      2.9.2cvs27
3452
3453         * src/addressbook.c
3454                 Fix possible crash, fix ldap write bugs
3455         * src/ldapupdate.c
3456                 Fix ldap write bugs - patch by Michael
3457                 Rasmussen
3458         * src/alertpanel.c
3459         * src/alertpanel.h
3460                 Add a hook whenever alertpanel opens/closes
3461
3462 2007-05-31 [wwp]        2.9.2cvs26
3463
3464         * src/prefs_compose_writing.c
3465         * src/prefs_quote.c
3466                 Re-organized writing options a bit:
3467                  - renamed the Quoting page to Templates
3468                  - moved all composing templates to that page
3469                  - moved non-templates options to the Writing one,
3470                    grouped reply-related options, reordered reply and
3471                    forward options.
3472
3473 2007-05-31 [wwp]        2.9.2cvs25
3474
3475         * src/compose.c
3476                 Removed unused code.
3477
3478 2007-05-31 [colin]      2.9.2cvs24
3479
3480         * src/addressbook.c
3481                 Fix missing display name when modifying
3482                 LDAP. Patch by Michael Rasmussen
3483
3484 2007-05-31 [wwp]        2.9.2cvs23
3485
3486         * src/plugins/bogofilter/Makefile.am
3487         * src/plugins/clamav/Makefile.am
3488         * src/plugins/demo/Makefile.am
3489         * src/plugins/dillo_viewer/Makefile.am
3490         * src/plugins/spamassassin/Makefile.am
3491                 Fix building of those plugins in Mac OS X.
3492
3493 2007-05-30 [wwp]        2.9.2cvs22
3494
3495         * src/gtk/quicksearch.c
3496                 Fix missing initialization.
3497
3498 2007-05-30 [wwp]        2.9.2cvs21
3499
3500         * src/procheader.c
3501                 Revert accidental commit (debug outputs).
3502
3503 2007-05-30 [wwp]        2.9.2cvs20
3504
3505         * src/compose.c
3506         * src/folder_item_prefs.c
3507         * src/folder_item_prefs.h
3508         * src/prefs_account.c
3509         * src/prefs_account.h
3510         * src/prefs_folder_item.c
3511         * src/prefs_gtk.c
3512         * src/prefs_gtk.h
3513                 Implemented per-account and per-folder
3514                 compose/reply/forward formats.
3515
3516 2007-05-30 [wwp]        2.9.2cvs19
3517
3518         * src/prefs_compose_writing.c
3519         * src/prefs_quote.c
3520         * src/procheader.c
3521         * src/quote_fmt.c
3522         * src/quote_fmt.h
3523                 Internal API changes (factorize quote format
3524                 prefs and checks).
3525
3526 2007-05-30 [colin]      2.9.2cvs18
3527
3528         * src/compose.c
3529                 Fix race where it's possible to re-click Send
3530                 between end of SMTP session and end of "move to
3531                 sent folder" when sending an email with send
3532                 dialog enabled.
3533
3534 2007-05-30 [colin]      2.9.2cvs17
3535
3536         * src/crash.c
3537                 Ask for backtrace on all threads. Patch by
3538                 Pawel
3539         * src/folderview.c
3540                 Fix stale news statusbar when scanning fails.
3541                 Patch by Pawel
3542         * src/ldapupdate.c
3543                 Fix some LDAP write updates bugs. Patch
3544                 by Michael Rasmussen
3545
3546 2007-05-29 [colin]      2.9.2cvs16
3547
3548         * src/imap.c
3549                 Fix loss of local flags when moving mails
3550                 on IMAP in high-bandwidth mode (UID FETCH)
3551
3552 2007-05-25 [paul]       2.9.2cvs15
3553
3554         * src/common/socket.c
3555                 fix sometimes crasher on cancelling
3556                 message sending
3557
3558 2007-05-25 [colin]      2.9.2cvs14
3559
3560         * src/imap.c
3561                 Fix a memory leak
3562         * src/imap_gtk.c
3563                 Be more helpful in the subscription
3564                 message
3565
3566 2007-05-23 [wwp]        2.9.2cvs13
3567
3568         * src/compose.c
3569         * src/prefs_compose_writing.c
3570         * src/prefs_quote.c
3571         * src/prefs_template.c
3572         * src/prefs_template.h
3573         * src/quote_fmt.c
3574         * src/quote_fmt.h
3575         * src/quote_fmt_lex.l
3576         * src/quote_fmt_parse.y
3577                 Introduced new syntax elements (symbols and commands)
3578                 in templates/quote_fmt. Compatibility w/ old
3579                 symbols is kept.
3580                 Updated and reworked the corresponding Information
3581                 dialog.
3582                 Display the line number in dialogs that talk about
3583                 parser errors (in addition to the error message in
3584                 output).
3585
3586 2007-05-23 [wwp]        2.9.2cvs12
3587
3588         * src/quote_fmt_parse.y
3589                 Fix 2.9.2cvs11, probably a paste accident ;).
3590
3591 2007-05-23 [wwp]        2.9.2cvs11
3592
3593         * src/compose.c
3594         * src/prefs_template.c
3595         * src/quote_fmt.h
3596         * src/quote_fmt_parse.y
3597                 Fix 2.9.2cvs10, which broke --disable-aspell.
3598
3599 2007-05-22 [wwp]        2.9.2cvs10
3600
3601         * src/compose.c
3602         * src/prefs_template.c
3603         * src/quote_fmt.c
3604         * src/quote_fmt.h
3605         * src/quote_fmt_lex.l
3606         * src/quote_fmt_parse.y
3607         * src/gtk/gtkaspell.c
3608         * src/gtk/gtkaspell.h
3609                 Added template/quote format syntactical elements
3610                 to show and query:
3611                         - current dictionary
3612                           %T to show (shows empty if not set or not enabled),
3613                           ?T and !T to check if the default dictionary is
3614                           enabled and set
3615                         - current account's default dictionary
3616                           %aT to show (empty if not set or not enabled),
3617                           ?aT and !aT to check if it's enabled and set
3618                         - name completion for an address, from the address
3619                           book
3620                           %ABf, %ABt, %ABc respectively show the full name got
3621                           from the address book if From, To or Cc match a single
3622                           contact.
3623                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3624                           matches any contact and if the full name is non-empty.
3625                           If From, To or Cc are lists of email addresses, only
3626                           the first address will be checked.
3627                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3628                 that could show a trailing ','.
3629                 Also, template/quote_fmt parser now shows the line number in case
3630                 of parser error.
3631
3632 2007-05-15 [colin]      2.9.2cvs9
3633
3634         * src/main.c
3635         * src/main.h
3636                 Add a public function to know whether Claws
3637                 crashed last time
3638                 Store opened folder when exiting
3639         * src/folder.c
3640         * src/folder.h
3641                 Store last opened message in each FolderItem;
3642                 Reset last seen messages if Claws crashed, so 
3643                 that one can't go in an infinite crash in case 
3644                 a particular mail crashes Claws.
3645         * src/messageview.c
3646         * src/prefs_common.c
3647         * src/prefs_common.h
3648         * src/summaryview.c
3649         * src/prefs_summaries.c
3650                 Add "Select last opened message" when entering
3651                 a folder
3652                 Add "Select last opened folder" at startup.
3653
3654 2007-05-14 [colin]      2.9.2cvs8
3655
3656         * manual/xml2pdf
3657                 Fix bashism, search for xml catalog 
3658                 in /usr/local/share/xml/catalog too
3659                 Patch by Pawel
3660
3661 2007-05-13 [wwp]        2.9.2cvs7
3662
3663         * src/gtk/logwindow.c
3664                 fix raising log windows when they are either minimized or
3665                 in background.
3666
3667 2007-05-11 [colin]      2.9.2cvs6
3668
3669         * src/gtk/filesel.c
3670                 Use Hildon's file chooser on Maemo. Patch
3671                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3672                 'File attachment "manipulation" bugs...'
3673
3674 2007-05-10 [wwp]        2.9.2cvs5
3675
3676         * src/prefs_common.c
3677         * src/prefs_common.h
3678         * src/gtk/quicksearch.c
3679                 Add a quicksearch option to automatically run
3680                 a search selected from the history (this option
3681                 is exclusive towards type-ahead).
3682
3683 2007-05-10 [colin]      2.9.2cvs4
3684
3685         * src/imap.c
3686                 Fix g_warnings, thanks to Brian
3687                 Morrison
3688
3689 2007-05-09 [colin]      2.9.2cvs3
3690
3691         * src/crash.c
3692         * src/exporthtml.c
3693         * src/mbox.c
3694         * src/prefs_summaries.c
3695         * src/procheader.c
3696         * src/common/log.c
3697         * src/common/utils.c
3698         * src/gtk/gtksourceprintjob.c
3699         * src/gtk/sslcertwindow.c
3700                 Use the re-entrant variant of time functions
3701                 Probably fixes bug 1217, 'reentrancy problems 
3702                 with time functions'
3703
3704 2007-05-09 [colin]      2.9.2cvs2
3705
3706         * src/imap.c
3707                 Fix crasher when reconnection fails
3708
3709 2007-05-08 [paul]       2.9.2cvs1
3710
3711         * NEWS
3712         * README
3713         * RELEASE_NOTES
3714         * configure.ac
3715                 bump version number following
3716                 stable release
3717
3718 2007-05-08 [paul]       2.9.1cvs48
3719
3720         * src/plugins/demo/demo.c
3721         * src/plugins/dillo_viewer/dillo_prefs.c
3722         * src/plugins/dillo_viewer/dillo_prefs.h
3723         * src/plugins/dillo_viewer/dillo_viewer.c
3724         * src/plugins/pgpcore/pgp_viewer.c
3725         * src/plugins/pgpcore/pgp_viewer.h
3726         * src/plugins/pgpcore/plugin.c
3727         * src/plugins/pgpcore/prefs_gpg.c
3728         * src/plugins/pgpcore/prefs_gpg.h
3729         * src/plugins/pgpcore/sgpgme.c
3730         * src/plugins/pgpcore/sgpgme.h
3731         * src/plugins/pgpinline/plugin.c
3732         * src/plugins/pgpmime/pgpmime.c
3733         * src/plugins/pgpmime/pgpmime.h
3734         * src/plugins/pgpmime/plugin.c
3735         * src/plugins/spamassassin/spamassassin.c
3736         * src/plugins/spamassassin/spamassassin.h
3737         * src/plugins/spamassassin/spamassassin_gtk.c
3738         * src/plugins/trayicon/README
3739         * tools/README
3740         * tools/README.sylprint
3741         * tools/outlook2claws-mail.pl
3742         * tools/sylprint.pl
3743         * tools/tb2claws-mail
3744         * tools/tbird2claws.py
3745         * tools/update-po
3746         * tools/vcard2xml.py
3747         * tools/kdeservicemenu/README
3748                 cleanups and corrections
3749
3750 2007-05-06 [wwp]        2.9.1cvs47
3751
3752         * tools/uudec
3753                 Fix missing dash to `display` command-line, reported
3754                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3755
3756 2007-05-06 [colin]      2.9.1cvs46
3757
3758         * src/Makefile.am
3759         * src/stock_pixmap.c
3760         * src/stock_pixmap.h
3761         * src/pixmaps/printer.xpm
3762                 Add a printer icon
3763
3764 2007-05-06 [paul]       2.9.1cvs45
3765
3766         * src/compose.c
3767         * src/ldapquery.c
3768         * src/privacy.h
3769         * src/summary_search.c
3770         * src/summaryview.c
3771                 fix build warnings
3772
3773 2007-05-05 [wwp]        2.9.1cvs44
3774
3775         * src/messageview.c
3776         * src/mh.c
3777         * src/prefs_actions.c
3778         * src/prefs_gtk.c
3779         * src/summaryview.c
3780         * src/common/xml.c
3781                 Fix "faild" typos everywhere and capitalization of
3782                 some g_warnings.
3783
3784 2007-05-04 [colin]      2.9.1cvs43
3785
3786         * src/compose.c
3787         * src/privacy.c
3788         * src/privacy.h
3789         * src/plugins/pgpcore/prefs_gpg.c
3790         * src/plugins/pgpcore/prefs_gpg.h
3791         * src/plugins/pgpinline/pgpinline.c
3792         * src/plugins/pgpmime/pgpmime.c
3793                 Add an API to warn about encryption limits,
3794                 and allow to disable these warnings
3795
3796 2007-05-03 [colin]      2.9.1cvs42
3797
3798         * src/summaryview.c
3799         * src/mainwindow.c
3800                 Fix bug 1213, 'Delete more than 
3801                 one thread at once'
3802
3803 2007-05-03 [wwp]        2.9.1cvs41
3804
3805         * src/prefs_common.c
3806         * src/prefs_filtering.c
3807         * src/prefs_template.c
3808         * src/common/template.c
3809         * src/common/template.h
3810         * src/gtk/gtkutils.c
3811         * src/gtk/gtkutils.h
3812                 Templates are no longer automatically sorted
3813                 by name, but can be sorted manually using
3814                 |< < > >| buttons as well as drag'n'drop.
3815
3816 2007-05-03 [wwp]        2.9.1cvs40
3817
3818         * src/plugins/spamassassin/spamassassin.c
3819         * src/plugins/spamassassin/spamassassin.h
3820         * src/plugins/spamassassin/spamassassin_gtk.c
3821         * src/plugins/bogofilter/bogofilter.c
3822         * src/plugins/bogofilter/bogofilter.h
3823         * src/plugins/bogofilter/bogofilter_gtk.c
3824                 Added an option to conditionally mark saved spam
3825                 as read (default is and was to do so).
3826                 Satisfies feature request 1708539 on sf.net tracker.
3827
3828 2007-05-03 [colin]      2.9.1cvs39
3829
3830         * src/inc.c
3831                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3832
3833 2007-05-02 [colin]      2.9.1cvs38
3834
3835         * src/textview.c
3836                 Fix bug 1209, 'Clicking on address 
3837                 in header (mailto uri) selects 
3838                 default account'. Patch adapted from
3839                 G.P. Halkes' patch.
3840
3841 2007-05-02 [colin]      2.9.1cvs37
3842
3843         * src/grouplistdialog.c
3844                 Set cursor to wait cursor while loading
3845                 groups.
3846
3847 2007-05-02 [paul]       2.9.1cvs36
3848
3849         * src/folder.c
3850         * src/common/defs.h
3851                 rename cache and mark files
3852                 (data is preserved)
3853
3854 2007-04-30 [paul]       2.9.1cvs35
3855
3856         * manual/glossary.xml
3857         * manual/plugins.xml
3858                 updates. Patch by Ricardo
3859
3860 2007-04-29 [wwp]        2.9.1cvs34
3861
3862         * src/mainwindow.c
3863         * configure.ac
3864                 Fix few grammatical errors (patch by David Relson < relson at
3865                 osagesoftware dot com >).
3866
3867 2007-04-28 [colin]      2.9.1cvs33
3868
3869         * src/account.c
3870         * src/pop.c
3871         * src/prefs_account.c
3872         * src/prefs_account.h
3873                 Drop the "Download all" preference. It's
3874                 stupidly useless and confuses people from
3875                 time to time.
3876
3877 2007-04-27 [wwp]        2.9.1cvs32
3878
3879         * src/account.c
3880         * src/prefs_account.c
3881         * src/prefs_account.h
3882                 Don't reflect accounts changes to the mainwindow when it's
3883                 not necessary.
3884
3885 2007-04-27 [colin]      2.9.1cvs31
3886
3887         * src/folder.c
3888                 Freeze/thaw when sync'ing flags
3889         * src/imap.c
3890         * src/prefs_account.c
3891         * src/prefs_account.h
3892         * src/etpan/imap-thread.c
3893         * src/etpan/imap-thread.h
3894                 Add a way to use UID FETCH instead
3895                 of searches to fetch message lists
3896                 and flags. More expensive towards
3897                 bandwidth, less expensive towards
3898                 server's CPU. Probably fixes 
3899                 bug 1158, 'Scanning new folders on 
3900                 Exchange 2007 extremely slow'.
3901                 Patch 95% by Hoa.
3902
3903 2007-04-27 [paul]       2.9.1cvs30
3904
3905         * src/mainwindow.c
3906         * src/prefs_logging.c
3907                 improvements to english usage
3908
3909 2007-04-27 [colin]      2.9.1cvs29
3910
3911         * src/imap.c
3912                 Fix build without libetpan (my bad!)
3913
3914 2007-04-26 [colin]      2.9.1cvs28
3915
3916         * src/imap.c
3917         * src/imap.h
3918                 Fix uselessly exported function
3919         * src/textview.c
3920                 Consider "- -- \n" as signature separator
3921                 (that's what signature separators look like
3922                  in PGP/Inline signed mails)
3923
3924 2007-04-26 [colin]      2.9.1cvs27
3925
3926         * configure.ac
3927                 libetpan-0.49 is now required
3928         * src/procmime.c
3929                 Fix double fetching of mails if
3930                 first try failed
3931         * src/imap.c
3932                 Make offline sync faster, by
3933                 remembering last change time, and
3934                 last sync time.
3935
3936 2007-04-26 [hoa]        2.9.1cvs26
3937
3938         * src/imap.c
3939         * src/imap.h
3940         * src/mainwindow.c
3941         * src/toolbar.c
3942         * src/etpan/imap-thread.c
3943         * src/etpan/imap-thread.h
3944                 cancellation of IMAP operations is now allowed.
3945                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3946
3947 2007-04-26 [colin]      2.9.1cvs25
3948
3949         * src/folder.c
3950                 Always fetch body+headers in folders that are
3951                 synched for offline use, if "Synchronise as
3952                 soon as possible" is set.
3953                 Fixes bug 1200, 'Add option to always retrieve full 
3954                 messages'
3955
3956 2007-04-25 [colin]      2.9.1cvs24
3957
3958         * src/compose.c
3959                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3960                 persists...'
3961
3962 2007-04-24 [colin]      2.9.1cvs23
3963
3964         * src/folderview.c
3965                 Fix bug 1195, 'Hardware key navigation' 
3966                 Make GDK_Enter toggle expansion (Maemo)
3967
3968 2007-04-24 [wwp]        2.9.1cvs22
3969
3970         * src/compose.c
3971                 Fix few compiler warnings.
3972
3973 2007-04-24 [paul]       2.9.1cvs21
3974
3975         * src/Makefile.am
3976         * src/stock_pixmap.c
3977         * src/stock_pixmap.h
3978                 complete last commit
3979
3980 2007-04-24 [paul]       2.9.1cvs20
3981
3982         * src/gtk/about.c
3983         * src/pixmaps/active.xpm
3984         * src/pixmaps/checkbox_off.xpm
3985         * src/pixmaps/checkbox_on.xpm
3986         * src/pixmaps/inactive.xpm
3987                 kick out the blobs
3988                 remove transparent border from checkbox icons
3989
3990 2007-04-24 [wwp]        2.9.1cvs19
3991
3992         * src/textview.c
3993         * src/textview.h
3994                 Fix a crash in textview, thanks to Colin.
3995
3996 2007-04-23 [wwp]        2.9.1cvs18
3997
3998         * src/prefs_common.c
3999                 Fix 2.9.1cvs5: no header was being translated at all.
4000
4001 2007-04-23 [colin]      2.9.1cvs17
4002
4003         * src/Makefile.am
4004         * src/stock_pixmap.c
4005         * src/stock_pixmap.h
4006         * src/summaryview.c
4007         * src/summaryview.h
4008         * src/gtk/gtksctree.c
4009         * src/gtk/gtksctree.h
4010         * src/pixmaps/selection.xpm
4011                 Fix bug 1193, 'Need a way to multi-select
4012                 items'. Add a toggle button to the summaryview
4013                 to switch between normal and multiple selection
4014                 (Maemo)
4015
4016 2007-04-23 [colin]      2.9.1cvs16
4017
4018         * src/Makefile.am
4019         * src/stock_pixmap.c
4020         * src/stock_pixmap.h
4021         * src/summaryview.c
4022         * src/summaryview.h
4023         * src/gtk/gtksctree.c
4024         * src/gtk/gtksctree.h
4025         * src/pixmaps/selection.xpm
4026                 Fix bug 1193, 'Need a way to multi-
4027                 select items'
4028                 Add a toggle button in the summaryview
4029                 to enable normal or multiple selection.
4030                 (Maemo)
4031
4032 2007-04-23 [colin]      2.9.1cvs15
4033
4034         * src/compose.c
4035                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
4036
4037 2007-04-21 [colin]      2.9.1cvs14
4038
4039         * src/gtk/quicksearch.c
4040                 Fix previous commit (actually use correct
4041                 parameter)
4042
4043 2007-04-21 [colin]      2.9.1cvs13
4044
4045         * src/gtk/quicksearch.c
4046                 Fix changing quicksearch type (after Esc,
4047                 after changing Recursive, ...)
4048
4049 2007-04-20 [wwp]        2.9.1cvs12
4050
4051         * src/gtk/Makefile.am
4052                 Added headers.h (completes 2.9.1cvs5).
4053
4054 2007-04-20 [wwp]        2.9.1cvs11
4055
4056         * src/addressbook.c
4057                 Fix the use of display name in name column,
4058                 it has been overriden w/ the use of nickname
4059                 by 2.9.0cvs3. Now nickname is used (if any)
4060                 in case of LDAP books only.
4061
4062 2007-04-20 [colin]      2.9.1cvs10
4063
4064         * src/mimeview.c
4065         * src/summaryview.c
4066         * src/textview.c
4067                 Add handling of 'a' to loop in a mail's
4068                 mimeparts
4069
4070 2007-04-20 [colin]      2.9.1cvs9
4071
4072         * src/toolbar.c
4073                 Fix bug 1190, 'dir_open' button doesn't work'
4074                 (Maemo)
4075
4076 2007-04-20 [colin]      2.9.1cvs8
4077
4078         * src/folderview.c
4079         * src/mainwindow.c
4080                 Fix bug 1194, 'Hardware keys move from email 
4081                 list to account/directory list, but not back 
4082                 to email list...' (Maemo)
4083
4084 2007-04-20 [colin]      2.9.1cvs7
4085
4086         * src/compose.h
4087                 complete previous commit
4088
4089 2007-04-20 [colin]      2.9.1cvs6
4090
4091         * src/compose.c
4092                 Fix bug 1187, 'Reply-to addressee disappears 
4093                 when reply-to text box is clicked...' (Maemo)
4094
4095 2007-04-20 [wwp]        2.9.1cvs5
4096
4097         * po/POTFILES.in
4098         * src/addressbook.c
4099         * src/compose.c
4100         * src/filtering.c
4101         * src/headerview.c
4102         * src/matcher.c
4103         * src/prefs_common.c
4104         * src/prefs_common.h
4105         * src/prefs_display_header.c
4106         * src/prefs_matcher.c
4107         * src/summaryview.c
4108         * src/gtk/headers.h
4109         * src/gtk/quicksearch.c
4110                 Translate more header names according to the relevant option value,
4111                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
4112                 Replaced nearly all uses of prefs_common.trans_hdr with a call
4113                 to prefs_common_translated_header_name().
4114                 Added a headers.h reference file that contains known header names
4115                 (RFC2822 and others) to the translation process' input, so that
4116                 translated header names will still exist even if no occurrence of
4117                 _("headername") is found anymore in the sources.
4118                 Don't translate column name 'Number' following to trans_hdr option
4119                 value as it's not a header name.
4120
4121 2007-04-20 [colin]      2.9.1cvs4
4122
4123         * src/gtk/quicksearch.c
4124         * src/gtk/quicksearch.h
4125                 Add "From, To or Subject" quicksearch
4126                 type. Patch by ulfschaper@users.sf.net
4127
4128 2007-04-20 [colin]      2.9.1cvs3
4129
4130         * src/matcher.c
4131                 Implement proper references filtering condition.
4132                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
4133
4134 2007-04-19 [wwp]        2.9.1cvs2
4135
4136         * src/prefs_display_header.c
4137         * src/message_search.c
4138                 Fix few warnings (g_free of const gchar*).
4139
4140 2007-04-19 [paul]       2.9.1cvs1
4141
4142         * NEWS
4143         * README
4144         * RELEASE_NOTES
4145         * configure.ac
4146                 bump version number following
4147                 stable release
4148
4149 2007-04-19 [paul]       2.9.0cvs9
4150
4151         * manual/advanced.xml
4152         * manual/glossary.xml
4153                 fix typos
4154
4155 2007-04-18 [paul]       2.9.0cvs8
4156
4157         * src/pop.c
4158                 fix for CVE-2007-1558 (APOP)
4159                 Thanks to Colin
4160
4161 2007-04-18 [paul]       2.9.0cvs7
4162
4163         * src/messageview.c
4164         * src/mimeview.c
4165         * src/summaryview.c
4166         * src/gtk/filesel.c
4167                 Fix encoding woes wrt saving of
4168                 mails and parts
4169                 Thanks to Colin
4170
4171 2007-04-18 [colin]      2.9.0cvs6
4172
4173         * src/gtk/pluginwindow.c
4174                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
4175
4176 2007-04-17 [wwp]        2.9.0cvs5
4177
4178         * src/addressadd.c
4179         * src/addressbook.c
4180         * src/addrindex.c
4181         * src/ldapupdate.c
4182                 Fix --disable-ldap build,
4183                 fix some LDAP annoyances on 
4184                 searches, thanks to Colin.
4185
4186 2007-04-17 [wwp]        2.9.0cvs4
4187
4188         * src/ldapupdate.c
4189                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
4190                 like gcc 2.9x. Thanks to Colin.
4191
4192 2007-04-17 [wwp]        2.9.0cvs3
4193
4194         * src/Makefile.am
4195         * src/addressadd.c
4196         * src/addressbook.c
4197         * src/addrindex.c
4198         * src/addritem.c
4199         * src/addritem.h
4200         * src/editaddress.c
4201         * src/ldapctrl.c
4202         * src/ldapctrl.h
4203         * src/ldapquery.c
4204         * src/ldapserver.c
4205         * src/ldapserver.h
4206         * src/ldapupdate.c
4207         * src/ldapupdate.h
4208                 Add LDAP write support. Patch mostly by 
4209                 Michael <mir at datanom dot net>
4210
4211 2007-04-17 [wwp]        2.9.0cvs2
4212
4213         * src/compose.c
4214                 Prepend "Add to address book" to the context menu of compose window's sender and
4215                 recipient fields.
4216
4217 2007-04-16 [paul]       2.9.0cvs1
4218
4219         * src/gtk/authors.h
4220                 add Pader Rezso
4221
4222 2007-04-16 [paul]       2.9.0
4223
4224         * NEWS
4225         * README
4226         * RELEASE_NOTES
4227                 2.9.0 released
4228
4229 2007-04-16 [paul]       2.8.1cvs102
4230
4231         * po/fr.po
4232                 updated by Fabien Vantard
4233
4234 2007-04-16 [paul]       2.8.1cvs101
4235
4236         * po/ca.po
4237         * po/cs.po
4238         * po/de.po
4239         * po/hu.po
4240         * po/pl.po
4241         * po/pt_BR.po
4242         * po/sr.po
4243         * po/zh_CN.po
4244                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4245                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
4246                 Aleksandar Urosevic, and Ralgh Young
4247
4248 2007-04-15 [mones]      2.8.1cvs100
4249
4250         * po/es.po
4251                 Updated for release
4252
4253 2007-04-14 [colin]      2.8.1cvs99
4254
4255         * src/message_search.c
4256         * src/prefs_display_header.c
4257         * src/summary_search.c
4258         * src/gtk/combobox.c
4259                 Fix allocations
4260
4261 2007-04-14 [wwp]        2.8.1cvs98
4262
4263         * src/gtk/combobox.c
4264         * src/message_search.c
4265         * src/summary_search.c
4266         * src/prefs_display_header.c
4267                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
4268                 returns NULL, get the text value directly from the GtkEntry child.
4269
4270 2007-04-13 [colin]      2.8.1cvs97
4271
4272         * src/gtk/quicksearch.c
4273                 Give the focus back to summaryview when
4274                 emptying the quicksearch with Esc
4275
4276 2007-04-13 [colin]      2.8.1cvs96
4277
4278         * src/message_search.c
4279         * src/prefs_display_header.c
4280         * src/summary_search.c
4281                 Fix possibles crashes when getting text
4282                 from gtk combos
4283
4284 2007-04-13 [colin]      2.8.1cvs95
4285
4286         * src/pop.c
4287                 Add some UIDL debugging
4288
4289 2007-04-12 [colin]      2.8.1cvs94
4290
4291         * src/folder.c
4292                 Force folder scan if necessary after
4293                 copying mails, to be able to reapply
4294                 flags.
4295
4296 2007-04-11 [colin]      2.8.1cvs93
4297
4298         * src/main.c
4299                 don't scan for new mail on startup if --select
4300                 is specified (or race conditions arise). If so,
4301                 do both sequentially.
4302
4303 2007-04-09 [colin]      2.8.1cvs92
4304
4305         * src/common/defs.h
4306                 Use leafpad by default on Maemo. Patch
4307                 by Jean-Luc Biord.
4308
4309 2007-04-06 [colin]      2.8.1cvs91
4310
4311         * src/pixmaps/queue_close.xpm
4312         * src/pixmaps/queue_close_hrm.xpm
4313         * src/pixmaps/queue_close_hrm_mark.xpm
4314         * src/pixmaps/queue_close_mark.xpm
4315         * src/pixmaps/queue_open.xpm
4316         * src/pixmaps/queue_open_hrm.xpm
4317         * src/pixmaps/queue_open_hrm_mark.xpm
4318         * src/pixmaps/queue_open_mark.xpm
4319                 Move the clock one pixel down :)
4320
4321 2007-04-05 [colin]      2.8.1cvs90
4322
4323         * src/mainwindow.c
4324                 Don't sync when switching offline from
4325                 command line - it's usually too late :)
4326
4327 2007-04-05 [paul]       2.8.1cvs89
4328
4329         * src/Makefile.am
4330         * src/stock_pixmap.c
4331         * src/pixmaps/dir_close_hrm.xpm
4332         * src/pixmaps/dir_close_hrm_mark.xpm
4333         * src/pixmaps/drafts_close.xpm
4334         * src/pixmaps/drafts_close_mark.xpm
4335         * src/pixmaps/drafts_open.xpm
4336         * src/pixmaps/drafts_open_mark.xpm
4337         * src/pixmaps/inbox.xpm
4338         * src/pixmaps/inbox_close.xpm
4339         * src/pixmaps/inbox_close_hrm.xpm
4340         * src/pixmaps/inbox_close_hrm_mark.xpm
4341         * src/pixmaps/inbox_close_mark.xpm
4342         * src/pixmaps/inbox_hrm.xpm
4343         * src/pixmaps/inbox_hrm_mark.xpm
4344         * src/pixmaps/inbox_mark.xpm
4345         * src/pixmaps/inbox_open.xpm
4346         * src/pixmaps/inbox_open_hrm.xpm
4347         * src/pixmaps/inbox_open_hrm_mark.xpm
4348         * src/pixmaps/inbox_open_mark.xpm
4349         * src/pixmaps/outbox.xpm
4350         * src/pixmaps/outbox_close.xpm
4351         * src/pixmaps/outbox_close_hrm.xpm
4352         * src/pixmaps/outbox_close_hrm_mark.xpm
4353         * src/pixmaps/outbox_close_mark.xpm
4354         * src/pixmaps/outbox_hrm.xpm
4355         * src/pixmaps/outbox_hrm_mark.xpm
4356         * src/pixmaps/outbox_mark.xpm
4357         * src/pixmaps/outbox_open.xpm
4358         * src/pixmaps/outbox_open_hrm.xpm
4359         * src/pixmaps/outbox_open_hrm_mark.xpm
4360         * src/pixmaps/outbox_open_mark.xpm
4361         * src/pixmaps/queue_close.xpm
4362         * src/pixmaps/queue_close_hrm.xpm
4363         * src/pixmaps/queue_close_hrm_mark.xpm
4364         * src/pixmaps/queue_close_mark.xpm
4365         * src/pixmaps/queue_open.xpm
4366         * src/pixmaps/queue_open_hrm.xpm
4367         * src/pixmaps/queue_open_hrm_mark.xpm
4368         * src/pixmaps/queue_open_mark.xpm
4369                 updated, added and replaced icons
4370                 Icons by Colin
4371
4372 2007-04-04 [colin]      2.8.1cvs88
4373
4374         * src/imap.c
4375                 Fix build without libetpan
4376
4377 2007-04-03 [colin]      2.8.1cvs87
4378
4379         * src/imap.c
4380                 Fix crash with Citadel, and try to make
4381                 things work. this server (and specifically 
4382                 STATUS and APPEND at least) seems broken.
4383
4384 2007-04-03 [colin]      2.8.1cvs86
4385
4386         * src/folderview.c
4387                 Fix icons on folder close
4388
4389 2007-04-03 [colin]      2.8.1cvs85
4390
4391         * src/inc.c
4392                 Fix double-ask of offline override in
4393                 certain cases
4394         * src/imap.c
4395         * src/imap.h
4396         * src/imap_gtk.c
4397                 Much more efficient way to synchronise
4398                 for offline use
4399         * src/etpan/imap-thread.c
4400                 Fix possible segs
4401         * src/folder.c
4402         * src/gtk/quicksearch.c
4403                 Fix some GUI lags
4404
4405 2007-04-03 [paul]       2.8.1cvs84
4406
4407         * src/filtering.c
4408         * src/folder.c
4409         * src/folder.h
4410         * src/prefs_common.c
4411         * src/prefs_common.h
4412         * src/prefs_other.c
4413                 Fix sync being done too late
4414                 Thanks to Colin
4415
4416 2007-04-02 [colin]      2.8.1cvs83
4417
4418         * src/summaryview.c
4419                 Maemo: Put status and quicksearch at the top
4420         * src/plugins/bogofilter/bogofilter.c
4421         * src/plugins/spamassassin/spamassassin.c
4422                 Derive trash from inbox if possible
4423
4424 2007-04-02 [paul]       2.8.1cvs82
4425
4426         * src/plugins/bogofilter/bogofilter_gtk.c
4427                 a few English changes
4428
4429 2007-04-02 [paul]
4430
4431         2.9.0-rc1 released
4432
4433 2007-04-02 [colin]      2.8.1cvs81
4434
4435         * src/image_viewer.c
4436                 Fix transparent images by using
4437                 GtkImage
4438         * src/messageview.c
4439                 Flush events (on new windows) to avoid
4440                 having the textview's image resize fail
4441                 to know the available width
4442
4443 2007-04-01 [colin]      2.8.1cvs80
4444
4445         * src/prefs_account.c
4446                 If no MH mailbox exist, when creating a POP/Local
4447                 account, just create and use the default one 
4448                 instead of bailing with a "Mailbox doesn't exist"
4449                 error
4450
4451 2007-03-31 [colin]      2.8.1cvs79
4452
4453         * src/prefs_account.c
4454                 Create signature file if it doesn't exist
4455                 before editing
4456         * src/prefs_toolbar.c
4457                 Maemo: Move "Use default" on the left so
4458                 that people can find it
4459         * src/common/defs.h
4460                 Maemo: make default editor "Maemopad", 
4461                 default signature file "MyDocs/signature.txt"
4462
4463 2007-03-31 [colin]      2.8.1cvs78
4464
4465         * src/prefs_account.c
4466                 Maemo: rework account prefs so
4467                 that less horizontal scrolling
4468                 is required
4469
4470 2007-03-31 [colin]      2.8.1cvs77
4471
4472         * src/folderview.c
4473         * src/prefs_common.c
4474         * src/prefs_common.h
4475                 Fix bug 1167, 'Allow not displaying zeros 
4476                 in folder list'. Patch by MartinP
4477
4478 2007-03-31 [colin]      2.8.1cvs76
4479
4480         * AUTHORS
4481                 Add Jean-Luc Biord
4482
4483 2007-03-31 [colin]      2.8.1cvs75
4484
4485         * src/imap.c
4486                 Apply patch from bug 1172, direct
4487                 access to the folder's session instead
4488                 of using getter. Patch by MartinP
4489
4490 2007-03-31 [paul]       2.8.1cvs74
4491
4492         * src/gtk/authors.h
4493                 no need to list Fabien twice!
4494
4495 2007-03-31 [colin]      2.8.1cvs73
4496
4497         * src/inc.c
4498                 If we're currently "overriding for %d minutes",
4499                 don't ask
4500
4501 2007-03-31 [colin]      2.8.1cvs72
4502
4503         * src/compose.c
4504         * src/imap.c
4505         * src/inc.c
4506         * src/inc.h
4507         * src/messageview.c
4508         * src/news.c
4509         * src/plugins/spamassassin/spamassassin.c
4510                 Offline override: Add a parameter to allow
4511                 asking even if the override timer is running.
4512                 Allows to ask every time the user makes an
4513                 explicit action needing online access (such
4514                 as Get Mail), and not when the action is 
4515                 implicit (such as opening an IMAP folder)
4516
4517 2007-03-31 [colin]      2.8.1cvs71
4518
4519         * src/inc.c
4520                 Override offline: "No" answer shouldn't
4521                 re-ask after 3 seconds, but 10 minutes. 
4522
4523 2007-03-30 [colin]      2.8.1cvs70
4524
4525         * src/common/socket.c
4526                 Better error reporting on unix socket
4527                 failure (bind usually)
4528         * src/gtk/gtkutils.c
4529         * src/gtk/gtkutils.h
4530                 Label window: add a pulsing progress
4531                 bar to show we're not hung :)
4532         * src/folderview.c
4533         * src/main.c
4534         * src/plugins/pgpcore/sgpgme.c
4535                 Update API
4536
4537 2007-03-30 [colin]      2.8.1cvs69
4538
4539         * src/pop.c
4540         * src/prefs_common.c
4541                 Fix possible trashing of history and uidl
4542                 files on disk full problems
4543
4544 2007-03-30 [paul]       2.8.1cvs68
4545
4546         * src/mainwindow.c
4547         * src/summaryview.c
4548         * src/summaryview.h
4549                 update summary when changing layout type
4550                 (fixes wrong folder icon being displayed)
4551                 Thanks to Colin
4552
4553 2007-03-29 [colin]      2.8.1cvs67
4554
4555         * src/prefs_ext_prog.c
4556                 The browser pref is irrelevant on Maemo
4557
4558 2007-03-29 [colin]      2.8.1cvs66
4559
4560         * src/compose.c
4561         * src/compose.h
4562                 Maemo: dynamically switch headers/text position
4563         * src/prefs_common.c
4564                 Maemo: hide compose's ruler by default
4565         * src/common/socket.c
4566         * src/common/socket.h
4567                 Fix build warning
4568
4569 2007-03-29 [colin]      2.8.1cvs65
4570
4571         * src/common/socket.c
4572         * src/common/socket.h
4573                 Fix build when MAEMO_CFLAGS contains
4574                 _X_OPENSOURCE (resolv.h errors as long
4575                 as we don't add _BSD_SOURCE. Ugly).
4576
4577 2007-03-29 [wwp]        2.8.1cvs64
4578
4579         * src/prefs_logging.c
4580                 Fix sensitivity of clip-log widgets in prefs/logging,
4581                 thanks to Fabien.
4582
4583 2007-03-29 [wwp]        2.8.1cvs63
4584
4585         * po/POTFILES.in
4586                 Updated files list for translations, thanks to Fabien.
4587
4588 2007-03-29 [colin]      2.8.1cvs62
4589
4590         * src/main.c
4591         * src/common/Makefile.am
4592         * src/common/utils.c
4593                 Maybe make URI opening work in Maemo
4594                 Requires testing :)
4595
4596 2007-03-28 [colin]      2.8.1cvs61
4597
4598         * src/folder.c
4599         * src/folder.h
4600         * src/folderview.c
4601                 Add the possibility to sort folders arbitrarily
4602                 (via editing of folderlist.xml only). Patch by
4603                 Martin P <mp26+claws@os.inf.tu-dresden.de>
4604                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
4605                 be changed by the user'
4606
4607 2007-03-28 [colin]      2.8.1cvs60
4608
4609         * src/mimeview.c
4610                 Add popup menu for mime icons
4611
4612 2007-03-28 [colin]      2.8.1cvs59
4613
4614         * src/mainwindow.c
4615                 Fix a layout issue when presenting
4616                 mainwindow in Small screen layout
4617         * src/toolbar.c
4618         * src/toolbar.h
4619                 Add a "Go to folder list" button for
4620                 mainwindow, and make it default in
4621                 the Maemo build
4622
4623 2007-03-28 [colin]      2.8.1cvs58
4624
4625         * src/compose.c
4626                 Don't dynamically update title on Maemo
4627                 Patch by Jean-Luc Biord
4628
4629 2007-03-27 [colin]      2.8.1cvs57
4630
4631         * src/compose.c
4632         * src/folderview.c
4633         * src/summaryview.c
4634                 Enable tap-and-hold on Maemo
4635
4636 2007-03-26 [colin]      2.8.1cvs56
4637
4638         * src/compose.c
4639                 More popup-menu (in attachments list)
4640
4641 2007-03-26 [colin]      2.8.1cvs55
4642
4643         * src/compose.c
4644                 Enable popup-menu signal
4645
4646 2007-03-26 [colin]      2.8.1cvs54
4647
4648         * src/plugins/pgpinline/pgpinline.c
4649                 Fix bug 1111, 'PGP/inline plugin hides text 
4650                 around encrypted text block'. Patch based on
4651                 a patch from Michal Cihar.
4652
4653 2007-03-26 [wwp]        2.8.1cvs53
4654
4655         * src/procmsg.c
4656                 Fix getting a false error when sending queued message
4657                 whereas the sending was fine (if there are subfolders
4658                 in the queue folder), thanks to Colin.
4659
4660 2007-03-26 [paul]       2.8.1cvs52
4661
4662         * src/wizard.c
4663                 update FACE header in welcome message
4664
4665 2007-03-25 [colin]      2.8.1cvs51
4666
4667         * src/Makefile.am
4668                 Fix make dist
4669
4670 2007-03-25 [colin]      2.8.1cvs50
4671
4672         * src/main.c
4673                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4674
4675 2007-03-24 [colin]      2.8.1cvs49
4676
4677         * src/main.c
4678                 Fix a few launch problems on Maemo
4679                 Patch by Jean-Luc Biord
4680
4681 2007-03-24 [wwp]        2.8.1cvs48
4682
4683         * src/alertpanel.c
4684         * src/alertpanel.h
4685         * src/messageview.c
4686         * src/summaryview.c
4687                 Fix wrong action performed when closing the
4688                 "ask about account specific filtering rules
4689                 when filtering manually" dialog by pressing Escape.
4690                 Fix wrong order of buttons in the "return receipt
4691                 notification - the message was sent to several of
4692                 your accounts" dialog.
4693
4694 2007-03-24 [paul]       2.8.1cvs47
4695
4696         * src/folderview.c
4697                 an improvement to English usage
4698         * tools/kdeservicemenu/README
4699                 updated Claws url
4700
4701 2007-03-24 [paul]       2.8.1cvs46
4702
4703         * src/Makefile.am
4704         * src/stock_pixmap.c
4705         * src/pixmaps/edit_extern.xpm
4706         * src/pixmaps/mail_sign.xpm
4707                 rescue long lost icons
4708
4709 2007-03-24 [paul]       2.8.1cvs45
4710
4711         * src/toolbar.c
4712                 fix toolbar (broken in 2.8.1cvs42)
4713
4714 2007-03-23 [colin]      2.8.1cvs44
4715
4716         * src/imap.c
4717                 Correctly unsubscribe/resubscribe after
4718                 RENAME
4719
4720 2007-03-23 [colin]      2.8.1cvs43
4721
4722         * src/prefs_common.c
4723                 Maemo: as the platform is light on RAM, allow
4724                 caches to be discarded faster.
4725
4726 2007-03-23 [colin]      2.8.1cvs42
4727
4728         * src/Makefile.am
4729         * src/compose.c
4730         * src/compose.h
4731         * src/stock_pixmap.c
4732         * src/stock_pixmap.h
4733         * src/summaryview.c
4734         * src/summaryview.h
4735         * src/toolbar.c
4736         * src/toolbar.h
4737         * src/pixmaps/open_mail.xpm
4738                 Maemo changes: Add the possibility to have
4739                 "Open Email" and "Close Window" buttons on 
4740                 toolbars (and use them in Maemo's default
4741                 toolbars)
4742
4743 2007-03-23 [wwp]        2.8.1cvs41
4744
4745         * src/action.c
4746                 Reverted that part of the action dialog closure logics, to
4747                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4748                 done later in a different way (or may not).
4749
4750 2007-03-22 [wwp]        2.8.1cvs40
4751
4752         * src/action.c
4753                 Fix sticky action dialog when got no output but action command
4754                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4755
4756 2007-03-22 [colin]      2.8.1cvs39
4757
4758         * src/prefs_filtering.c
4759         * src/gtk/combobox.h
4760                 Fix escaping account names in filtering prefs
4761
4762 2007-03-22 [colin]      2.8.1cvs38
4763
4764         * src/addrindex.c
4765         * src/ldapctrl.h
4766         * src/ldapquery.c
4767                 Add any attribute specified in LDAP servers'
4768                 Search attributes to the Other Attributes tab
4769                 of contacts; Add 'telephoneNumber' in the
4770                 default list.
4771
4772 2007-03-22 [colin]      2.8.1cvs37
4773
4774         * src/folderview.c
4775         * src/folderview.h
4776         * src/mainwindow.c
4777                 Try to prevent race conditions when
4778                 changing the folder list
4779         * src/summaryview.c
4780                 Fix possible red folder icon when
4781                 switching from Small screen layout
4782                 to any other
4783
4784 2007-03-22 [colin]      2.8.1cvs36
4785
4786         * src/mainwindow.c
4787         * src/mainwindow.h
4788         * src/summaryview.c
4789                 Rename "little screen" to "Small screen"
4790         * src/gtk/Makefile.am
4791         * src/common/utils.c
4792         * src/mh.c
4793                 Fix Maemo-related compilation problems
4794
4795 2007-03-21 [colin]      2.8.1cvs35
4796
4797         * configure.ac
4798                 Fix previous commit
4799         * claws-mail.desktop
4800                 Remove .png from the Icon, it's useless
4801
4802 2007-03-21 [colin]      2.8.1cvs34
4803
4804         * configure.ac
4805         * src/Makefile.am
4806                 Add the necessary lib checking for 
4807                 Maemo
4808
4809 2007-03-21 [colin]      2.8.1cvs33
4810
4811         * src/main.c
4812                 Fix unconditional "error happened" when
4813                 sending via command-line. "lol @ myself"
4814
4815 2007-03-21 [colin]      2.8.1cvs32
4816
4817         * claws-mail-40x40.png
4818         * claws-mail-26x26.png
4819         * src/account.c
4820         * src/addressbook.c
4821         * src/compose.c
4822         * src/folderview.c
4823         * src/folderview.h
4824         * src/main.c
4825         * src/mainwindow.c
4826         * src/mainwindow.h
4827         * src/messageview.c
4828         * src/prefs_account.c
4829         * src/prefs_common.c
4830         * src/summary_search.c
4831         * src/summaryview.c
4832         * src/summaryview.h
4833         * src/gtk/authors.h
4834         * src/gtk/gtkutils.c
4835         * src/gtk/gtkutils.h
4836         * src/gtk/logwindow.c
4837         * src/gtk/menu.c
4838         * src/gtk/prefswindow.c
4839                 Add Maemo port (patch mainly by Jean-Luc Biort)
4840                 Add a new 'Little screen' layout to help on such
4841                 platforms (patch by me)
4842                 Make some default preferences different (more
4843                 adapted) on Maemo (patch by me)
4844
4845 2007-03-21 [wwp]        2.8.1cvs31
4846
4847         * src/prefs_logging.c
4848         * src/prefs_logging.h
4849                 Fixed copyright header of newly added files.
4850
4851 2007-03-21 [wwp]        2.8.1cvs30
4852
4853         * src/Makefile.am
4854         * src/filtering.c
4855         * src/filtering.h
4856         * src/folder.c
4857         * src/folderview.c
4858         * src/imap.c
4859         * src/inc.c
4860         * src/main.c
4861         * src/mainwindow.c
4862         * src/mainwindow.h
4863         * src/matcher.c
4864         * src/messageview.c
4865         * src/news.c
4866         * src/pop.c
4867         * src/prefs_common.c
4868         * src/prefs_common.h
4869         * src/prefs_logging.c
4870         * src/prefs_logging.h
4871         * src/prefs_other.c
4872         * src/procmsg.c
4873         * src/send_message.c
4874         * src/summaryview.c
4875         * src/common/log.c
4876         * src/common/log.h
4877         * src/common/nntp.c
4878         * src/common/session.c
4879         * src/common/smtp.c
4880         * src/common/socket.c
4881         * src/etpan/imap-thread.c
4882         * src/gtk/logwindow.c
4883         * src/gtk/logwindow.h
4884         * src/plugins/bogofilter/bogofilter.c
4885         * src/plugins/spamassassin/spamassassin.c
4886                 Added debugging of filtering/processing rules.
4887                 The debug log is here 'Tools/Filtering debug window',
4888                 the options there 'Configuration/Preferences/Other/Logging',
4889                 and the log file is ~/.claws-mail/filtering.log.
4890                 Moved protocol log prefs to 'Other/Logging' as well.
4891                 To support such debugging feature, the existing log API has
4892                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4893                 this impacts many external modules (commits follow).
4894
4895 2007-03-21 [paul]       2.8.1cvs29
4896
4897         * src/etpan/Makefile.am
4898         * src/etpan/imap-thread.c
4899                 add missing #include
4900
4901 2007-03-21 [colin]      2.8.1cvs28
4902
4903         * src/procmime.c
4904                 Fix bug 1157, 'some broken messages confuse 
4905                 mime parser'. Make sure we can't have MimeInfos
4906                 with negative sizes.
4907
4908 2007-03-20 [colin]      2.8.1cvs27
4909
4910         * src/main.c
4911                 Fix missing \0 on buffer
4912
4913 2007-03-20 [colin]      2.8.1cvs26
4914
4915         * src/mh.c
4916                 Use make_dir_hier instead of make_dir 
4917                 to create the MH mailbox
4918
4919 2007-03-20 [colin]      2.8.1cvs25
4920
4921         * src/folder.c
4922         * src/folder.h
4923         * src/prefs_account.c
4924         * src/wizard.c
4925                 Fix default inbox weirdnesses (after wizard,
4926                 if path is Mail, mailbox identifier is #mh/Mailbox,
4927                 and when creating new accounts)
4928
4929 2007-03-20 [colin]      2.8.1cvs24
4930
4931         * src/account.c
4932                 Write folderlist after adding/deleting accounts
4933                 that have folders
4934
4935 2007-03-20 [colin]      2.8.1cvs23
4936
4937         * src/imap.c
4938         * src/remotefolder.h
4939                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4940                 selected while scanning prior to update'
4941
4942 2007-03-17 [paul]       2.8.1cvs22
4943
4944         * src/main.c
4945                 fix a typo, and be a little more verbose.
4946
4947 2007-03-17 [wwp]        2.8.1cvs21
4948
4949         * src/inc.c
4950                 Fix a compiler warning.
4951
4952 2007-03-16 [wwp]        2.8.1cvs20
4953
4954         * tools/Makefile.am
4955         * tools/README
4956                 Updated to deal w/ the new mairix.sh tool.
4957
4958 2007-03-16 [wwp]        2.8.1cvs19
4959
4960         * src/action.c
4961                 Fix logics issues around the action IO dialog:
4962                 - disable entry widget and exec button when
4963                   the exec button is clicked (don't wait for any
4964                   output line) - fix possible disabling/re-enabling/
4965                   re-disabling of those widgets
4966                 - raise an error if executing a %as{} action either
4967                   empty or invalid, instead of failing silently
4968                 - don't close the dialog if the abort button has been
4969                   clicked and if there was no output yet
4970                 - set focus to the abort button when the exec button
4971                   is clicked
4972                 - fix capitalization of a warning message
4973
4974 2007-03-16 [wwp]        2.8.1cvs18
4975
4976         * tools/mairix.sh
4977                 Added a wrapper to mairix to the tools folder.
4978
4979 2007-03-16 [colin]      2.8.1cvs17
4980
4981         * src/messageview.c
4982         * src/mimeview.h
4983                 Allow mimeviewer plugins to print
4984                 their stuff
4985
4986 2007-03-16 [colin]      2.8.1cvs16
4987
4988         * .cvsignore
4989                 Ignore *.patchset
4990
4991 2007-03-15 [colin]      2.8.1cvs15
4992
4993         * src/messageview.c
4994         * src/mimeview.h
4995                 Add a way for mimeviewer plugins to
4996                 implement body search
4997
4998 2007-03-15 [paul]       2.8.1cvs14
4999
5000         * src/prefs_spelling.c
5001                 fix English usage
5002
5003 2007-03-15 [paul]       2.8.1cvs13
5004
5005         * src/common/quoted-printable.c
5006                 fix decoding of quoted-printable parts
5007
5008 2007-03-14 [wwp]        2.8.1cvs12
5009
5010         * src/gtk/logwindow.h
5011                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
5012
5013 2007-03-14 [wwp]        2.8.1cvs11
5014
5015         * src/gtk/logwindow.h
5016                 Complete 2.8.1cvs10.
5017
5018 2007-03-14 [colin]      2.8.1cvs10
5019
5020         * src/gtk/logwindow.c
5021                 Probably fix bug 1149, crash on logwindow
5022                 close - at the expense of performance once
5023                 logwin has been opened
5024
5025 2007-03-14 [colin]      2.8.1cvs9
5026
5027         * src/main.c
5028                 If claws-mail is running on another
5029                 display, warn instead of popping it up
5030                 on the other display
5031
5032 2007-03-12 [colin]      2.8.1cvs8
5033
5034         * src/wizard.c
5035                 Fix bug 1145, 'Setting a different name 
5036                 for the Mailbox name isn't reflected in 
5037                 default account settings'. Patch by wwp
5038
5039 2007-03-12 [colin]      2.8.1cvs7
5040
5041         * src/summaryview.c
5042                 Fix bug 1143, 'Add number of messages to be 
5043                 deleted to confirmation dialog'
5044
5045 2007-03-12 [wwp]        2.8.1cvs6
5046
5047         * src/folderview.c
5048         * src/prefs_common.c
5049         * src/prefs_common.h
5050         * src/prefs_summaries.c
5051                 Changed the option that displays unread messages count
5052                 next to the folder name in folder list: it is now
5053                 possible to either display nothing, display the
5054                 unread messages number only or the unread and total messages
5055                 numbers. The patch includes this extra feature as well
5056                 as some minor fixes by rewriting the algo in folderview.c.
5057                 Thanks to Paul for the original idea and implementation, plus
5058                 testing and proof-reading!
5059
5060 2007-03-09 [paul]       2.8.1cvs5
5061
5062         * tools/Makefile.am
5063         * tools/README
5064         * tools/claws-mail-compose-insert-files.pl
5065                 added a script which enables inserting files
5066                 into the message body of a new Claws Mail
5067                 Compose window from the command line. Additionally
5068                 To, Cc, Subject and files to attach to the message
5069                 can be specified.
5070
5071 2007-03-09 [wwp]        2.8.1cvs4
5072
5073         * src/addr_compl.c
5074         * src/addr_compl.h
5075         * src/filtering.c
5076                 Optimize matching of addresses in the addressbook
5077                 (filtering/processing 'found_in_addressbook' condition).
5078
5079 2007-03-07 [wwp]        2.8.1cvs3
5080
5081         * src/quote_fmt.c
5082         * src/quote_fmt_lex.l
5083         * src/quote_fmt_parse.y
5084                 Add a new quote format symbol: %A to insert the
5085                 sender email address (just the address itself).
5086
5087 2007-03-06 [wwp]        2.8.1cvs2
5088
5089         * src/gtk/gtkutils.c
5090         * src/plugins/trayicon/trayicon_prefs.h
5091         * src/plugins/trayicon/trayicon_prefs.c
5092         * src/plugins/trayicon/trayicon.c
5093         * src/mainwindow.h
5094         * src/mainwindow.c
5095                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
5096                 minimizing Claws-Mail main window will hide it to the trayicon instead.
5097
5098
5099 2007-03-06 [paul]       2.8.1cvs1
5100
5101         * NEWS
5102         * README
5103         * RELEASE_NOTES
5104         * configure.ac
5105                 bump version number following
5106                 stable release
5107
5108 2007-03-06 [paul]       2.8.0cvs24
5109
5110         * po/cs.po
5111                 corrected by by Tim <timbrain@post.cz>
5112
5113 2007-03-05 [colin]      2.8.0cvs23
5114
5115         * src/Makefile.am
5116         * src/procmime.c
5117                 Fix mime/globs path on NetBSD
5118                 patch by George Michaelson
5119
5120 2007-03-05 [wwp]        2.8.0cvs22
5121
5122         * src/addr_compl.c
5123                 Remove debug statement (accidentally committed w/ cvs14).
5124
5125 2007-03-05 [paul]       2.8.0cvs21
5126
5127         * src/plugins/pgpcore/prefs_gpg.c
5128                 fix compiler warning
5129
5130 2007-03-05 [wwp]        2.8.0cvs20
5131
5132         * src/matcher_parser_parse.y
5133                 Fix mismerge between cvs17 and cvs19.
5134
5135 2007-03-05 [wwp]        2.8.0cvs19
5136
5137         * src/matcher_parser_parse.y
5138         * src/prefs_filtering_action.c
5139         * src/matcher.c
5140         * src/matcher.h
5141         * src/filtering.c
5142         * src/filtering.h
5143                 Add new 'add_to_addressbook' filtering/processing action.
5144
5145 2007-03-05 [wwp]        2.8.0cvs18
5146
5147         * src/filtering.c
5148                 Fix mark_as_ham filtering/processing action: spam flag
5149                 was not unset.
5150
5151 2007-03-04 [colin]      2.8.0cvs17
5152
5153         * src/filtering.c
5154         * src/matcher.c
5155         * src/matcher.h
5156         * src/matcher_parser_parse.y
5157         * src/prefs_filtering_action.c
5158                 Add 'Mark as spam' and 'Mark as ham' filtering
5159                 actions. Fixes bug 1138.
5160
5161 2007-03-04 [colin]      2.8.0cvs16
5162
5163         * src/imap.c
5164                 Fix bug 1140, wrong return value
5165                 without libetpan
5166
5167 2007-03-04 [wwp]        2.8.0cvs15
5168
5169         * src/addr_compl.c
5170                 Rollback cvs14: don't free stuff that is managed in g_list.
5171
5172 2007-03-04 [wwp]        2.8.0cvs14
5173
5174         * src/addr_compl.c
5175                 Fix a leak in address completion code.
5176
5177 2007-03-04 [colin]      2.8.0cvs13
5178
5179         * src/addr_compl.c
5180                 Maybe fix bug 1136, 'Crash in group 
5181                 address completion'
5182
5183 2007-03-04 [iwkse]      2.8.0cvs12
5184
5185         * src/imap.c
5186                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
5187
5188 2007-03-03 [colin]      2.8.0cvs11
5189
5190         * src/plugins/pgpinline/pgpinline.c
5191                 Fix off-by-one, fix double-free. Fixes
5192                 bug 1135, 'cm-segfault on decrypting 
5193                 with PGP/inline'
5194
5195 2007-03-03 [colin]      2.8.0cvs10
5196
5197         * configure.ac
5198         * src/main.c
5199         * src/common/plugin.c
5200                 Fix bug 1134, 'Valgrind macros unhandled 
5201                 by Irix's cc'
5202
5203 2007-03-02 [colin]      2.8.0cvs9
5204
5205         * src/mbox.c
5206                 Don't error out on EAGAIN. Fixes 
5207                 bug 1129, '"local mbox file" account 
5208                 isn't retrieving mails'
5209
5210 2007-03-01 [wwp]        2.8.0cvs8
5211
5212         * src/mainwindow.c
5213         * src/gtk/colorlabel.c
5214                 Remove accels for extra color labels until we set better
5215                 and definitive ones.
5216
5217 2007-02-28 [wwp]        2.8.0cvs7
5218
5219         * src/mainwindow.c
5220         * src/matcher_parser_parse.y
5221         * src/prefs_common.c
5222         * src/prefs_msg_colors.c
5223         * src/procmsg.h
5224         * src/gtk/colorlabel.c
5225         * src/gtk/colorlabel.h
5226                 Add more customizable color labels. Cleaned up a bit
5227                 the color label API to avoid duplicate defines of
5228                 the max number of colors.
5229
5230 2007-02-27 [colin]      2.8.0cvs6
5231
5232         * src/mainwindow.c
5233         * src/common/utils.c
5234         * src/common/utils.h
5235                 Fix '+' in mailto URIs for List-* headers
5236
5237 2007-02-27 [colin]      2.8.0cvs5
5238
5239         * src/gtk/gtkutils.c
5240                 Use gtk_window_set_role instead of 
5241                 _set_wmclass
5242
5243 2007-02-27 [colin]      2.8.0cvs4
5244
5245         * src/inc.c
5246                 Fix "After receiving new mail, go to inbox" on IMAP,
5247                 and make it work only on manual reception
5248
5249 2007-02-27 [wwp]        2.8.0cvs3
5250
5251         * src/prefs_filtering.c
5252         * src/prefs_filtering_action.c
5253         * src/prefs_matcher.c
5254                 Update filtering matcher's and action's color label menus
5255                 when re-opening those dialogs (reflect any change to the
5256                 color labels list in the preferences).
5257
5258 2007-02-27 [colin]      2.8.0cvs2
5259
5260         * src/imap.c
5261         * src/etpan/etpan-thread-manager-types.h
5262         * src/etpan/etpan-thread-manager.c
5263         * src/etpan/imap-thread.c
5264                 Log imap ALERTs as errors in the log.
5265
5266 2007-02-26 [paul]       2.8.0cvs1
5267
5268         * tools/claws.i18n.status.pl
5269                 updated
5270
5271 2007-02-26 [paul]       2.7.2cvs75
5272
5273         * po/ca.po
5274         * po/cs.po
5275         * po/de.po
5276         * po/en_GB.po
5277         * po/fi.po
5278         * po/fr.po
5279         * po/hu.po
5280         * po/pl.po
5281         * po/pt_BR.po
5282         * po/sk.po
5283         * po/sr.po
5284         * po/zh_CN.po
5285                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
5286                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
5287                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
5288                 Aleksandar Urosevic, and Ralgh Young
5289
5290 2007-02-25 [mones]      2.7.2cvs74
5291
5292         * po/es.po
5293                 Updated for release
5294
5295 2007-02-25 [colin]      2.7.2cvs73
5296
5297         * src/main.c
5298                 Clearing the list is only useful
5299                 to prevent a valgrind false-positive
5300
5301 2007-02-25 [paul]       2.7.2cvs72
5302
5303         * tools/Makefile.am
5304         * tools/README
5305         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
5306         * tools/maildir2claws-mail.pl  **REMOVED**
5307                 renamed the script, fixed a couple bugs
5308
5309 2007-02-23 [colin]      2.7.2cvs71
5310
5311         * src/addressbook.c
5312                 Fix a leak, check for a few improbable nulls
5313
5314 2007-02-23 [colin]      2.7.2cvs70
5315
5316         * src/main.c
5317         * src/main.h
5318         * src/plugins/trayicon/trayicon.c
5319                 Fix blinking mainwin when starting in tray
5320                 (show mainwindow later in the startup process,
5321                  apart if restarting post-crash)
5322
5323 2007-02-23 [colin]      2.7.2cvs69
5324
5325         * src/folderview.c
5326         * src/imap_gtk.c
5327                 Fix crash when unsubscribing the currently
5328                 selected/opened folder
5329
5330 2007-02-23 [colin]      2.7.2cvs68
5331
5332         * src/compose.c
5333                 Fix bug that prevented colorization to
5334                 work without wrap quotation option
5335
5336 2007-02-23 [colin]      2.7.2cvs67
5337
5338         * src/addr_compl.c
5339                 Fix refcounting, start and end completion who
5340                 behaved as if there couldn't be any other current
5341                 user of completion
5342
5343 2007-02-23 [wwp]        2.7.2cvs66
5344
5345         * src/addressbook.c
5346         * src/addrindex.c
5347                 Address completion fixes: fix addressbook_peek_folder_exists() in
5348                 which the algorithm was ridiculously over-obfuscated and broken.
5349                 Fix addrindex_load_completion() as well, to load addresses in
5350                 completion list with regards to what addressbook_peek_folder_exists()
5351                 returns now.
5352
5353 2007-02-23 [wwp]        2.7.2cvs65
5354
5355         * src/addr_compl.c
5356                 Add addresses to completion when they're non-empty (thanks to Colin).
5357
5358 2007-02-23 [paul]       2.7.2cvs64
5359
5360         * src/plugins/pgpcore/passphrase.c
5361                 remove 'const '
5362
5363 2007-02-23 [colin]      2.7.2cvs63
5364
5365         * src/plugins/pgpcore/prefs_gpg.c
5366         * src/plugins/pgpcore/prefs_gpg.h
5367         * src/plugins/pgpcore/sgpgme.c
5368         * src/plugins/pgpinline/pgpinline.c
5369         * src/plugins/pgpmime/pgpmime.c
5370                 Try harder to respect user's choice wrt
5371                 gpg-agent even with gpg2, by unsetting
5372                 GPG_AGENT_INFO when necessary.
5373
5374 2007-02-22 [paul]       2.7.2cvs62
5375
5376         * src/plugins/pgpcore/sgpgme.c
5377         * src/plugins/pgpcore/sgpgme.h
5378         * src/plugins/pgpcore/passphrase.c
5379         * src/plugins/pgpinline/pgpinline.c
5380         * src/plugins/pgpmime/pgpmime.c
5381                 Fix a leak - gpgme_data_release_and_get_mem
5382                 leaks in recent gpgme. Workaround by using
5383                 our own function.
5384
5385 2007-02-22 [paul]       2.7.2cvs61
5386
5387         * src/gtk/quicksearch.c
5388                 Abandon dynamic search when pressing
5389                 Enter
5390
5391 2007-02-21 [colin]      2.7.2cvs60
5392
5393         * src/procmsg.c
5394         * src/plugins/pgpcore/passphrase.c
5395                 Fix little memory leaks
5396         * src/main.c
5397                 Fix false-positive leak at exit
5398         * src/gtk/quicksearch.c
5399                 Fix potentially big leak in recursive
5400                 Quicksearch
5401
5402 2007-02-21 [wwp]        2.7.2cvs59
5403
5404         * src/summaryview.c
5405                 Add missing newline to a debug message.
5406
5407 2007-02-20 [colin]      2.7.2cvs58
5408
5409         * src/Makefile.am
5410         * src/mimeview.c
5411         * src/stock_pixmap.c
5412         * src/stock_pixmap.h
5413         * src/pixmaps/mime_pgpsig.xpm
5414                 Add icon for application/pgp-signature
5415
5416 2007-02-20 [colin]      2.7.2cvs57
5417
5418         * src/Makefile.am
5419         * src/main.c
5420         * src/mimeview.c
5421         * src/stock_pixmap.c
5422         * src/stock_pixmap.h
5423         * src/pixmaps/mime_calendar.xpm
5424         * src/pixmaps/mime_pdf.xpm
5425         * src/pixmaps/mime_ps.xpm
5426                 Add icons for text/calendar, application/pdf
5427                 and application/postscript
5428
5429 2007-02-20 [colin]      2.7.2cvs56
5430
5431         * autogen.sh
5432         * src/matcher_parser_parse.y
5433         * src/matcher_parser_lex.l
5434                 Fix big memory leak in flex, and
5435                 require flex 2.5.31
5436
5437 2007-02-20 [wwp]        2.7.2cvs55
5438
5439         * src/matcher_parser_parse.y
5440                 Fix a duplicate token definition (thanks to iwkse).
5441
5442 2007-02-20 [wwp]        2.7.2cvs54
5443
5444         * src/matcher_parser_lex.l
5445         * src/quote_fmt_lex.l
5446                 Use proper flex options instead of direct use of #define,
5447                 make the flex-generated C lighter.
5448
5449 2007-02-20 [colin]      2.7.2cvs53
5450
5451         * src/summaryview.c
5452                 Grab focus in message list after hiding
5453                 the quicksearch, instead of leaving it
5454                 "somewhere"
5455
5456 2007-02-19 [colin]      2.7.2cvs52
5457
5458         * src/folderview.c
5459                 Fix bug 1033, 'Automatically refresh 
5460                 message list when new messages arrives'
5461                 Looks like folderview->opened can sometimes
5462                 be wrong...
5463
5464 2007-02-19 [paul]       2.7.2cvs51
5465
5466         * tools/Makefile.am
5467         * tools/README
5468         * tools/thunderbird-filters-convertor.pl
5469                 add new script which converts thunderbird filter
5470                 rules to Claws filter rules
5471
5472 2007-02-18 [paul]       2.7.2cvs50
5473
5474         * src/plugins/pgpcore/prefs_gpg.c
5475         * src/plugins/pgpcore/prefs_gpg.h
5476         * src/plugins/pgpcore/sgpgme.c
5477         * src/plugins/pgpinline/pgpinline.c
5478         * src/plugins/pgpmime/pgpmime.c
5479                 improved GUI interoperability with gpg-agent
5480
5481 2007-02-18 [paul]       2.7.2cvs49
5482
5483         * src/prefs_account.c
5484                 Privacy options sensitivity fix
5485
5486 2007-02-17 [colin]      2.7.2cvs48
5487
5488         * src/messageview.c
5489                 Reset icon to warning in the noticeview
5490
5491 2007-02-15 [colin]      2.7.2cvs47
5492
5493         * src/folderview.c
5494                 Fix a manifestation of bug 1033 (summaryview failing
5495                 to update for new mails), which happens after editing
5496                 account preferences or preferences that cause a 
5497                 folderview reload.
5498
5499 2007-02-15 [colin]      2.7.2cvs46
5500
5501         * src/addressbook.c
5502                 Probably fix bug 1123, 'Segmentation 
5503                 fault while opening address book'. I get
5504                 g_warnings if the saved paned position is
5505                 not greater than 0. Also, save position
5506                 when hiding the addressbook instead of
5507                 via signal.
5508
5509 2007-02-14 [colin]      2.7.2cvs45
5510
5511         * src/plugins/pgpcore/prefs_gpg.c
5512         * src/plugins/pgpcore/prefs_gpg.h
5513         * src/plugins/pgpcore/sgpgme.c
5514         * src/plugins/pgpinline/pgpinline.c
5515         * src/plugins/pgpmime/pgpmime.c
5516                 Add an option "Use gpg-agent if available". Fixes
5517                 annoyances with distro-installed gpg-agent, when
5518                 no pinentry program is installed, and the user's 
5519                 at a loss on why "decryption failed". Makes more
5520                 clear why passphrase isn't saved when gpg-agent is
5521                 used. Defaults to true, to avoid changing the 
5522                 current behaviour.
5523
5524 2007-02-14 [wwp]        2.7.2cvs44
5525
5526         * src/matcher_parser_parse.y
5527                 Fix missing line number reset (wrong line number might appear
5528                 when re-loading filtering rules if there's a parser error).
5529
5530 2007-02-13 [colin]      2.7.2cvs43
5531
5532         * src/common/utils.c
5533                 Don't encode ',' in URIs before passing it
5534                 to the browser command-line. It was probably
5535                 done at a time where commas in URIs made
5536                 mozilla -remote 'openurl(%s,new-window)'
5537                 bug.
5538
5539 2007-02-13 [wwp]        2.7.2cvs42
5540
5541         * src/prefs_matcher.c
5542         * src/plugins/bogofilter/bogofilter_gtk.c
5543                 A bit of string factorization around "Select ..." buttons.
5544
5545 2007-02-11 [colin]      2.7.2cvs41
5546
5547         * src/alertpanel.c
5548                 Make sure to escape the title
5549
5550 2007-02-11 [colin]      2.7.2cvs40
5551
5552         * src/codeconv.c
5553                 Recognize .utf8 locales as .UTF-8 ones
5554
5555 2007-02-11 [colin]      2.7.2cvs39
5556
5557         * src/compose.c
5558                 Fix code conversion when dragging a file
5559
5560 2007-02-09 [colin]      2.7.2cvs38
5561
5562         * src/plugins/clamav/clamav_plugin.c
5563                 Complete Paul's patch with conditional
5564                 compilation to avoid breaking compilation
5565                 on old Dapper and Edgy... Maybe other
5566                 distros too.
5567
5568 2007-02-09 [paul]       2.7.2cvs37
5569
5570         * src/plugins/clamav/clamav_plugin.c
5571                 fix for the upstream changes in libclamav
5572
5573 2007-02-09 [paul]       2.7.2cvs36
5574
5575         * src/main.c
5576         * src/mainwindow.c
5577         * src/procmsg.c
5578         * src/procmsg.h
5579                 fix "warn if there are queued messages" (on exit)
5580                 option, which only checked the first mailbox's
5581                 queue
5582                 don't ask before emptying trash if there are no
5583                 messages in trash, also check and empty all trash
5584                 folders
5585         * src/prefs_other.c
5586                 move "Ask before emptying trash" option
5587                 outside of the "On exit" frame as it's
5588                 not only an "On exit" option
5589
5590 2007-02-09 [paul]       2.7.2cvs35
5591
5592         * src/addrgather.c
5593         * src/alertpanel.c
5594         * src/editldap.c
5595         * src/prefs_account.c
5596         * src/prefs_folder_item.c
5597         * src/prefs_gtk.h
5598         * src/prefs_matcher.c
5599         * src/prefs_message.c
5600         * src/prefs_msg_colors.c
5601         * src/prefs_summaries.c
5602         * src/wizard.c
5603         * src/gtk/inputdialog.c
5604         * src/plugins/bogofilter/bogofilter_gtk.c
5605                 pedantic commit: use 'checkbtn' everywhere
5606                 instead of a mixture of 'checkbtn' and 'chkbtn'
5607
5608 2007-02-09 [paul]       2.7.2cvs34
5609
5610         * src/compose.c
5611                 fix default hotkeys
5612         * src/prefs_other.c
5613         * src/prefs_send.c
5614                 move "Never send Return Receipts" from
5615                 prefs_other to prefs_send
5616                 add an option "Ask about account specific
5617                 filtering rules..." to prefs_other
5618         * src/gtk/gtkutils.c
5619                 fix a compiler warning
5620
5621 2007-02-08 [colin]      2.7.2cvs33
5622
5623         * src/plugins/pgpinline/pgpinline.c
5624                 Fix bug 1110, 'pgpmime fails to process 
5625                 encapsulated openpgp mime (rfc 3156, 6.1 
5626                 -> rfc1847)'
5627                 It was due to an interaction between PGP/Mime
5628                 and PGP/Inline plugin. 
5629
5630 2007-02-08 [colin]      2.7.2cvs32
5631
5632         * src/inc.c
5633         * src/mbox.c
5634         * src/mbox.h
5635                 Fix bug 1117, 'fcntl locking code 
5636                 does not work in mbox.c'
5637
5638 2007-02-08 [colin]      2.7.2cvs31
5639
5640         * src/prefs_account.c
5641                 Fix Gentoo bug 165819, 'can't create 
5642                 a "local mbox file" account'. Patch
5643                 by Olivier <castan.o@free.fr>
5644
5645 2007-02-07 [colin]      2.7.2cvs30
5646
5647         * src/ldapquery.c
5648                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5649                 autocompletion was used'
5650
5651 2007-02-07 [paul]       2.7.2cvs29
5652
5653         * src/folder.c
5654                 cut down on unnecessary debug_prints
5655         * src/imap_gtk.c
5656                 fix menu_set_active() on 'Show only
5657                 subscribed folders'
5658
5659 2007-02-07 [paul]       2.7.2cvs28
5660
5661         * src/plugins/clamav/clamav_plugin.c
5662         * src/plugins/clamav/clamav_plugin.h
5663         * src/plugins/clamav/clamav_plugin_gtk.c
5664                 fix copyright header
5665
5666 2007-02-07 [paul]       2.7.2cvs27
5667
5668         * src/procheader.c
5669                 fix bug 1116, 'summary view allow a 
5670                 subject line break'
5671
5672 2007-02-06 [colin]      2.7.2cvs26
5673
5674         * src/summaryview.c
5675                 Fix delete thread
5676
5677 2007-02-05 [fabien]     2.7.2cvs25
5678
5679         * po/POTFILES.in
5680         * src/uri_opener.c
5681                 i18n related - 1 fix and 1 message for translators.
5682
5683 2007-02-05 [colin]      2.7.2cvs24
5684
5685         * src/gtk/quicksearch.c
5686                 Don't reload summary list if quicksearch wasn't
5687                 active on hiding; move currently selected mail in
5688                 the visible area when showing the quicksearch
5689
5690 2007-02-05 [colin]      2.7.2cvs23
5691
5692         * src/folderview.c
5693                 Add debug to try to solve bug 1104
5694
5695 2007-02-05 [paul]       2.7.2cvs22
5696
5697         * src/mainwindow.c
5698                 confirm before emptying trash on exit is
5699                 a Yes or No answer, use Yes or No in the
5700                 dialog
5701
5702 2007-02-04 [colin]      2.7.2cvs21
5703
5704         * src/compose.c
5705         * src/plugins/pgpcore/passphrase.c
5706         * src/plugins/pgpcore/select-keys.c
5707                 Set wmclass on new windows
5708
5709 2007-02-04 [colin]
5710
5711         2.8.0-rc1 released
5712
5713 2007-02-04 [colin]      2.7.2cvs20
5714
5715         * src/compose.c
5716         * src/compose.h
5717                 Auto save drafts on exit, reopen them
5718                 at startup, instead of asking
5719         * src/account.c
5720         * src/addressadd.c
5721         * src/addressbook.c
5722         * src/addressbook_foldersel.c
5723         * src/addrgather.c
5724         * src/crash.c
5725         * src/editaddress.c
5726         * src/editbook.c
5727         * src/editgroup.c
5728         * src/editjpilot.c
5729         * src/editldap.c
5730         * src/editldap_basedn.c
5731         * src/editvcard.c
5732         * src/exphtmldlg.c
5733         * src/expldifdlg.c
5734         * src/export.c
5735         * src/foldersel.c
5736         * src/gedit-print.c
5737         * src/import.c
5738         * src/importldif.c
5739         * src/importmutt.c
5740         * src/importpine.c
5741         * src/main.c
5742         * src/mainwindow.c
5743         * src/message_search.c
5744         * src/messageview.c
5745         * src/prefs_actions.c
5746         * src/prefs_customheader.c
5747         * src/prefs_display_header.c
5748         * src/prefs_filtering.c
5749         * src/prefs_filtering_action.c
5750         * src/prefs_folder_column.c
5751         * src/prefs_gtk.c
5752         * src/prefs_matcher.c
5753         * src/prefs_other.c
5754         * src/prefs_summaries.c
5755         * src/prefs_summary_column.c
5756         * src/prefs_template.c
5757         * src/sourcewindow.c
5758         * src/ssl_manager.c
5759         * src/summary_search.c
5760         * src/uri_opener.c
5761         * src/gtk/about.c
5762         * src/gtk/description_window.c
5763         * src/gtk/foldersort.c
5764         * src/gtk/gtkutils.c
5765         * src/gtk/gtkutils.h
5766         * src/gtk/icon_legend.c
5767         * src/gtk/logwindow.c
5768         * src/gtk/pluginwindow.c
5769         * src/gtk/prefswindow.c
5770                 Give different wmclass to different
5771                 windows - thanks to sed ;)
5772
5773 2007-02-04 [colin]      2.7.2cvs19
5774
5775         * src/main.c
5776                 Revert previous patch, can't reproduce
5777                 it anymore. 
5778
5779 2007-02-03 [colin]      2.7.2cvs18
5780
5781         * src/main.c
5782                 Don't save the mainwindow size and
5783                 position on emergency exit (libSM's
5784                 "die" callback), Xfce seems to make
5785                 the window smaller just before the
5786                 size's saved.
5787
5788 2007-02-03 [colin]      2.7.2cvs17
5789
5790         * src/plugins/bogofilter/bogofilter.c
5791         * src/plugins/bogofilter/bogofilter.h
5792         * src/plugins/bogofilter/bogofilter_gtk.c
5793         * src/plugins/pgpinline/pgpinline.c
5794         * src/plugins/pgpinline/pgpinline.h
5795                 Fix more copyrights
5796
5797 2007-02-03 [colin]      2.7.2cvs16
5798
5799         * src/partial_download.c
5800         * src/partial_download.h
5801         * src/ssl_manager.c
5802         * src/ssl_manager.h
5803         * src/uri_opener.c
5804         * src/uri_opener.h
5805         * src/wizard.c
5806         * src/wizard.h
5807         * src/common/ssl_certificate.c
5808         * src/common/ssl_certificate.h
5809         * src/gtk/quicksearch.c
5810         * src/gtk/quicksearch.h
5811         * src/gtk/sslcertwindow.c
5812         * src/gtk/sslcertwindow.h
5813                 Fix copyright on my files
5814
5815 2007-02-02 [colin]      2.7.2cvs15
5816
5817         * src/Makefile.am
5818         * src/mainwindow.c
5819         * src/messageview.c
5820         * src/messageview.h
5821         * src/textview.c
5822         * src/textview.h
5823         * src/uri_opener.c
5824         * src/uri_opener.h
5825                 Add Tools/List URIs to allow
5826                 opening any URI in the current mail
5827
5828 2007-02-02 [colin]      2.7.2cvs14
5829
5830         * src/common/valgrind.h ** NEW FILE **
5831         * src/common/Makefile.am
5832         * src/common/plugin.c
5833                 Don't dlclose the plugins if we're running
5834                 under valgrind. (doesn't require valgrind
5835                 either at compile time or run time).
5836
5837 2007-02-01 [paul]       2.7.2cvs13
5838
5839         * AUTHORS
5840         * src/gtk/authors.h
5841         * tools/freshmeat_search.pl
5842         * tools/google_search.pl
5843         * tools/multiwebsearch.pl
5844                 add support for non ISO-8859-1 compatible locales
5845                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5846
5847 2007-02-01 [colin]      2.7.2cvs12
5848
5849         * src/prefs_other.c
5850         * src/prefs_summaries.c
5851                 Move keybinding prefs to the Other page
5852
5853 2007-02-01 [wwp]        2.7.2cvs11
5854
5855         * src/plugins/trayicon/trayicon.c
5856                 Fix a raising issue within KDE.
5857
5858 2007-02-01 [colin]      2.7.2cvs10
5859
5860         * src/codeconv.c
5861                 Fix stray quotes in encoded strings
5862         * src/addressadd.c
5863                 Fix wrong call causing g_warnings
5864         * src/textview.c
5865                 Remove useless message
5866
5867 2007-01-31 [wwp]        2.7.2cvs9
5868
5869         * src/plugins/trayicon/trayicon.c
5870                 fix buggy hiding of main window when closing if close-to-tray
5871                 is not set (bad logics  in the trayicon hook code).
5872                 Changed the quit confirmation message too.
5873
5874 2007-01-30 [colin]      2.7.2cvs8
5875
5876         * src/main.c
5877                 Fix hidden mainwindow after clicking on
5878                 the X close button, if compose windows
5879                 exist and the user chooses not to quit
5880
5881 2007-01-30 [colin]      2.7.2cvs7
5882
5883         * src/main.c
5884         * src/compose.c
5885                 Handle local URIs to attach files (file:///...)
5886                 Fixes attaching files from Thunar for example
5887
5888 2007-01-30 [colin]      2.7.2cvs6
5889
5890         * src/prefs_ext_prog.c
5891                 Add 'mousepad' to the list of text editors.
5892                 Mousepad is XFCE's text editor
5893
5894 2007-01-29 [wwp]        2.7.2cvs5
5895
5896         * po/POTFILES.in
5897         * src/plugins/trayicon/trayicon_prefs.c
5898                 trayicon i18n fixes, thanks to Fabien.
5899
5900 2007-01-28 [wwp]        2.7.2cvs4
5901
5902         * src/mainwindow.c
5903         * src/mainwindow.h
5904         * src/plugins/trayicon/trayicon.c
5905         * src/plugins/trayicon/trayicon_prefs.c
5906         * src/plugins/trayicon/trayicon_prefs.h
5907                 Added a new TrayIcon plugin option to close to tray
5908                 (WM's hotkey and [X] button will hide the window instead
5909                 of closing it - closing CM can be done using the tray icon
5910                 menu or the File menu).
5911                 Improved visibility handling in trayicon, clicking the
5912                 trayicon now raise the window to current desktop when it
5913                 was either minimized/shaded/on another desktop.
5914                 Thanks to Paul for testing and fixing a strange behaviour
5915                 in KDE ;-).
5916
5917 2007-01-27 [paul]       2.7.2cvs3
5918
5919         * src/prefs_folder_item.c
5920         * src/prefs_receive.c
5921         * src/plugins/pgpcore/prefs_gpg.c
5922                 use 'start-up' instead of 'startup' in labels
5923
5924 2007-01-26 [wwp]        2.7.2cvs2
5925
5926         * src/plugins/trayicon/Makefile.am
5927         * src/plugins/trayicon/trayicon.c
5928         * src/plugins/trayicon/trayicon_prefs.c
5929         * src/plugins/trayicon/trayicon_prefs.h
5930                 Add a new TrayIcon option to hide the main window at
5931                 start-up.
5932                 Fix trayicon.c copyright header.
5933
5934 2007-01-26 [paul]       2.7.2cvs1
5935
5936         * NEWS
5937         * README
5938         * RELEASE_NOTES
5939         * configure.ac
5940                 bump up version number following
5941                 stable release
5942
5943 2007-01-25 [mones]      2.7.1cvs60
5944
5945         * po/es.po
5946                 updated thousands of strings (well, probably less ;-)
5947
5948 2007-01-25 [colin]      2.7.1cvs59
5949
5950         * src/matcher.c
5951                 Fix 2nd-run loss of matcherrc on new
5952                 configurations. 
5953
5954 2007-01-25 [wwp]        2.7.1cvs58
5955
5956         * src/mimeview.c
5957                 fix handling of empty value in attach_save_directory too, thanks
5958                 to Colin.
5959
5960 2007-01-25 [wwp]        2.7.1cvs57
5961
5962         * src/gtk/filesel.c
5963                 fix handling of empty value in attach_load_directory,
5964                 thanks to Colin.
5965
5966 2007-01-25 [wwp]        2.7.1cvs56
5967
5968         * src/plugins/dillo_viewer/dillo_prefs.h
5969                 fix a typo.
5970
5971 2007-01-25 [colin]      2.7.1cvs55
5972
5973         * src/matcher.c
5974         * src/matcher.h
5975         * src/matcher_parser_parse.y
5976         * src/prefs_matcher.c
5977                 Add matching on the spam flag
5978
5979 2007-01-24 [colin]      2.7.1cvs54
5980
5981         * src/folder.c
5982         * src/common/xml.c
5983         * src/common/xml.h
5984                 Make sure folderlist.xml is correctly
5985                 written before overwriting it.
5986         * src/procmsg.c
5987         * src/procmsg.h
5988         * src/summaryview.c
5989         * src/plugins/bogofilter/bogofilter.c
5990         * src/plugins/bogofilter/bogofilter.h
5991         * src/plugins/bogofilter/bogofilter_gtk.c
5992         * src/plugins/spamassassin/spamassassin.c
5993         * src/plugins/spamassassin/spamassassin.h
5994         * src/plugins/spamassassin/spamassassin_gtk.c
5995                 Move spam to the correct trash folder after
5996                 learning, if spam directory isn't set.
5997
5998 2007-01-23 [paul]       2.7.1cvs53
5999
6000         * src/plugins/bogofilter/bogofilter_gtk.c
6001                 fix sensitivity of "Insert X-Bogosity header"
6002                 option
6003
6004 2007-01-23 [colin]      2.7.1cvs52
6005
6006         * src/toolbar.c
6007                 Translate toolbar items text if
6008                 they're translatable (default)
6009         * src/addrcache.c
6010         * src/addrcache.h
6011         * src/addritem.c
6012         * src/addritem.h
6013         * src/codeconv.c
6014         * src/codeconv.h
6015         * src/jpilot.c
6016         * src/jpilot.h
6017         * src/ldapctrl.c
6018         * src/ldapctrl.h
6019         * src/ldapquery.h
6020         * src/ldif.c
6021         * src/ldif.h
6022         * src/etpan/etpan-thread-manager.c
6023         * src/etpan/etpan-thread-manager.h
6024         * src/gtk/gtkutils.c
6025         * src/gtk/gtkutils.h
6026                 More static functions
6027
6028 2007-01-22 [fabien]     2.7.1cvs51
6029
6030         * src/gtk/gtkutils.c
6031                 gtkut_get_options_frame() : ability to pass
6032                 a 'NULL' value in frame pointer parameter if
6033                 we don't need it.
6034
6035 2007-01-22 [colin]      2.7.1cvs50
6036
6037         * src/procmsg.c
6038         * src/procmsg.h
6039         * src/plugins/bogofilter/bogofilter.c
6040         * src/plugins/bogofilter/bogofilter_gtk.c
6041         * src/plugins/spamassassin/spamassassin.c
6042         * src/plugins/spamassassin/spamassassin_gtk.c
6043                 Allow moving spams to the account's trash
6044                 instead of default one
6045
6046 2007-01-21 [colin]      2.7.1cvs49
6047
6048         * src/ldapquery.c
6049         * src/ldapquery.h
6050                 Revert a static function that shouldn't
6051                 have been
6052
6053 2007-01-21 [colin]      2.7.1cvs48
6054
6055         * src/ldapquery.c
6056         * src/ldapquery.h
6057                 Same
6058
6059 2007-01-21 [colin]      2.7.1cvs47
6060
6061         * src/procmsg.c
6062         * src/procmsg.h
6063                 Same
6064
6065 2007-01-21 [colin]      2.7.1cvs46
6066
6067         * src/common/socket.c
6068         * src/common/socket.h
6069                 Same
6070
6071 2007-01-21 [colin]      2.7.1cvs45
6072
6073         * src/crash.c
6074         * src/exporthtml.c
6075         * src/exporthtml.h
6076         * src/exportldif.c
6077         * src/exportldif.h
6078         * src/folder.c
6079         * src/folder.h
6080         * src/folder_item_prefs.c
6081         * src/folder_item_prefs.h
6082         * src/folderview.c
6083         * src/folderview.h
6084         * src/gedit-print.c
6085         * src/gedit-print.h
6086         * src/main.c
6087         * src/main.h
6088         * src/common/socket.c
6089         * src/common/socket.h
6090         * src/gtk/gtkaspell.c
6091         * src/gtk/gtkaspell.h
6092         * src/gtk/quicksearch.c
6093         * src/gtk/quicksearch.h
6094                 Same
6095
6096 2007-01-21 [colin]      2.7.1cvs44
6097
6098         * src/common/utils.c
6099         * src/common/utils.h
6100         * src/etpan/etpan-thread-manager.c
6101         * src/etpan/etpan-thread-manager.h
6102                 Same (Funny that etpan_thread_unbind
6103                 is called but not etpan_thread_bind)
6104
6105 2007-01-21 [colin]      2.7.1cvs43
6106
6107         * src/addrselect.c
6108         * src/addrselect.h
6109         * src/codeconv.c
6110         * src/codeconv.h
6111         * src/compose.c
6112         * src/compose.h
6113         * src/etpan/Makefile.am
6114         * src/gtk/colorlabel.c
6115         * src/gtk/colorlabel.h
6116         * src/gtk/sslcertwindow.c
6117         * src/gtk/sslcertwindow.h
6118         * src/etpan/etpan-log.c ** REMOVED **
6119         * src/etpan/etpan-log.h ** REMOVED **
6120                 Same
6121
6122 2007-01-20 [colin]      2.7.1cvs42
6123
6124         * src/addritem.c
6125         * src/addritem.h
6126                 Same
6127
6128 2007-01-20 [colin]      2.7.1cvs41
6129
6130         * src/account.c
6131         * src/account.h
6132         * src/addrbook.c
6133         * src/addrbook.h
6134         * src/addrcache.c
6135         * src/addrcache.h
6136         * src/addrclip.c
6137         * src/addrclip.h
6138         * src/addressbook.c
6139         * src/addressbook.h
6140         * src/addrharvest.c
6141         * src/addrharvest.h
6142         * src/addrindex.c
6143         * src/addrindex.h
6144         * src/editaddress.c
6145         * src/editaddress.h
6146                 Make functions that aren't used in other
6147                 files static
6148
6149 2007-01-20 [colin]      2.7.1cvs40
6150
6151         * src/account.c
6152         * src/addrbook.c
6153         * src/addrcache.c
6154         * src/addressbook.c
6155         * src/addrgather.c
6156         * src/addrindex.c
6157         * src/addrquery.c
6158         * src/addrselect.c
6159         * src/browseldap.c
6160         * src/compose.c
6161         * src/editbook.c
6162         * src/editjpilot.c
6163         * src/editldap.c
6164         * src/editldap_basedn.c
6165         * src/editvcard.c
6166         * src/exporthtml.c
6167         * src/exportldif.c
6168         * src/folder.c
6169         * src/folderview.c
6170         * src/image_viewer.c
6171         * src/imap.c
6172         * src/importmutt.c
6173         * src/importpine.c
6174         * src/jpilot.c
6175         * src/ldapquery.c
6176         * src/main.c
6177         * src/mainwindow.c
6178         * src/matcher.c
6179         * src/messageview.c
6180         * src/mh.c
6181         * src/mimeview.c
6182         * src/msgcache.c
6183         * src/mutt.c
6184         * src/news.c
6185         * src/pine.c
6186         * src/prefs_account.c
6187         * src/prefs_common.c
6188         * src/prefs_compose_writing.c
6189         * src/prefs_ext_prog.c
6190         * src/prefs_folder_item.c
6191         * src/prefs_fonts.c
6192         * src/prefs_message.c
6193         * src/prefs_msg_colors.c
6194         * src/prefs_other.c
6195         * src/prefs_quote.c
6196         * src/prefs_receive.c
6197         * src/prefs_send.c
6198         * src/prefs_spelling.c
6199         * src/prefs_summaries.c
6200         * src/prefs_toolbar.c
6201         * src/prefs_wrapping.c
6202         * src/privacy.c
6203         * src/procmime.c
6204         * src/procmsg.c
6205         * src/ssl_manager.c
6206         * src/statusbar.c
6207         * src/summaryview.c
6208         * src/toolbar.c
6209         * src/vcard.c
6210         * src/common/hooks.c
6211         * src/common/log.c
6212         * src/common/passcrypt.c
6213         * src/common/socket.c
6214         * src/common/ssl.c
6215         * src/common/ssl_certificate.c
6216         * src/common/template.c
6217         * src/common/utils.c
6218         * src/etpan/imap-thread.c
6219         * src/gtk/sslcertwindow.c
6220         * src/gtk/sslcertwindow.h
6221                 Make functions that could be static, static
6222
6223 2007-01-20 [colin]      2.7.1cvs39
6224
6225         * src/editldap.c
6226                 Fix tooltip
6227
6228 2007-01-20 [colin]      2.7.1cvs38
6229
6230         * src/ldapquery.c
6231         * src/ldaputil.c
6232         * src/ldaputil.h
6233                 Fix bug 1102, 'claws-mail-2.7.1 
6234                 makes use of deprecated ldap 
6235                 functions'
6236
6237 2007-01-20 [colin]      2.7.1cvs37
6238
6239         * src/mainwindow.c
6240         * src/mainwindow.h
6241         * src/summaryview.c
6242         * src/gtk/quicksearch.c
6243                 Add Wide message list layout
6244
6245 2007-01-19 [fabien]     2.7.1cvs36
6246
6247         * src/textview.c
6248                 make sure a font change is considered in links of
6249                 headerview.
6250
6251 2007-01-19 [colin]      2.7.1cvs35
6252
6253         * src/main.c
6254         * src/mainwindow.c
6255         * src/mainwindow.h
6256         * src/messageview.c
6257         * src/messageview.h
6258         * src/prefs_common.c
6259         * src/prefs_common.h
6260         * src/summaryview.c
6261         * src/summaryview.h
6262         * src/gtk/quicksearch.c
6263         * src/gtk/quicksearch.h
6264                 Drop 'Separate Folder tree' and 'Separate
6265                 Message View'. Put three layouts in place
6266                 of it.
6267
6268 2007-01-19 [paul]       2.7.1cvs34
6269
6270         * src/prefs_msg_colors.c
6271                 more use of Q_ for translators
6272
6273 2007-01-19 [paul]       2.7.1cvs33
6274
6275         * src/imap_gtk.c
6276         * src/prefs_account.c
6277                 a few changes to the English
6278
6279 2007-01-19 [fabien]     2.7.1cvs32
6280
6281         * src/wizard.c
6282                 factorize translatable string
6283
6284 2007-01-18 [colin]      2.7.1cvs31
6285
6286         * src/main.c
6287                 Don't error out on --sync option. Although
6288                 we don't do anything with it, gtk+ handles
6289                 it, and it's useful for debugging X errors
6290
6291 2007-01-18 [fabien]     2.7.1cvs30
6292
6293         * src/prefs_other.c
6294                 ability to apply on the fly the recent added
6295                 'gtk_can_change_accels' pref (no need to restart).
6296
6297 2007-01-18 [fabien]     2.7.1cvs29
6298
6299         * src/plugins/bogofilter/bogofilter_gtk.c
6300         * src/plugins/bogofilter/bogofilter.c
6301         * src/plugins/spamassassin/spamassassin_gtk.c
6302         * src/addr_compl.c
6303         * src/prefs_account.c
6304                 factorize or rewrite some translatable strings.
6305
6306 2007-01-18 [fabien]     2.7.1cvs28
6307
6308         * src/prefs_gtk.h
6309         * src/compose.c
6310                 set a 4pix space between "Subject:" label and subject entry in
6311                 compose window.
6312
6313 2007-01-18 [wwp]        2.7.1cvs27
6314
6315         * src/addressbook.c
6316                 fix conflicting address-copy/paste when focus is set
6317                 to the embedded edit-person form.
6318  
6319
6320 2007-01-18 [wwp]        2.7.1cvs26
6321
6322         * src/addressbook.h
6323                 complete 2.7.1cvs23 (one more file was missing from that
6324                 commit).
6325
6326 2007-01-18 [colin]      2.7.1cvs25
6327
6328         * src/main.c
6329                 Provide a way to migrate without backup
6330                 Re-ask for migration on next start if 
6331                 it has been refused and wizard has been 
6332                 cancelled after.
6333
6334 2007-01-18 [wwp]        2.7.1cvs24
6335
6336         * src/editaddress.c
6337                 complete 2.7.1.cvs23 (file was missing from previous
6338                 commit).
6339
6340 2007-01-18 [wwp]        2.7.1cvs23
6341
6342         * src/addressbook.c
6343                 fix potential crashes in address book's focus_in/out signal handlers,
6344                 force focus to the edit-person form when clicked the Edit menu entry or
6345                 button (this only matters if the edit-person form is embedded to the
6346                 AB window, in that case, focus is not set when browsing the contacts
6347                 list w/ keys or mouse clicks).
6348
6349 2007-01-18 [paul]       2.7.1cvs22
6350
6351         * src/main.c
6352                 add command line options:
6353                 -h for --help
6354                 -q and --quit for --exit
6355                 -v for --version
6356                 print "Unknown option" for unknown options
6357
6358 2007-01-18 [paul]       2.7.1cvs21
6359
6360         * po/ru.po
6361                 updated by Pavlo Bohmat
6362
6363 2007-01-18 [paul]       2.7.1cvs20
6364
6365         * src/mainwindow.c
6366                 fix sensitivity issues of Mark as Spam/Ham
6367
6368 2007-01-17 [fabien]     2.7.1cvs19
6369
6370         * src/prefs_other.c
6371         * src/prefs_common.c
6372         * src/prefs_common.h
6373         * src/main.c
6374                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
6375                 control the corresponding gtk property. It could be used to lock
6376                 all shortcuts (avoid to set one of them by inadvertency).
6377
6378 2007-01-17 [colin]      2.7.1cvs18
6379
6380         * src/summaryview.c
6381                 Fix bug 1100, 'Highlighted e-mail data not visible 
6382                 when color label applied.'. Use a weighted average
6383                 between normal selected foreground color and color
6384                 label instead of a simple one (3/1 instead 1/1).
6385
6386 2007-01-17 [colin]      2.7.1cvs17
6387
6388         * src/messageview.c
6389                 Better fix for bug 1088, 'Ctrl-h produces repeatable
6390                 crash' - don't prevent mail switching while loading
6391
6392 2007-01-17 [colin]      2.7.1cvs16
6393
6394         * src/folder.c
6395         * src/folder.h
6396         * src/folderview.c
6397         * src/folderview.h
6398         * src/imap.c
6399         * src/imap.h
6400         * src/imap_gtk.c
6401                 Manage recursive search of unsubscribed folders
6402                 Rescan tree without checking for new messages 
6403                 after subscriptions changed
6404
6405 2007-01-17 [paul]       2.7.1cvs15
6406
6407         * src/prefs_common.c
6408         * src/gtk/pluginwindow.c
6409                 fix bug 1101, '"Load plugin" button is
6410                 accidentally hidden'
6411                 unset (-1) initial width in prefs_common,
6412                 fix overlapping buttons,
6413                 and other cleanups
6414
6415 2007-01-17 [paul]       2.7.1cvs14
6416
6417         * src/procmime.c
6418                 add #include <errno.h>, it's needed
6419                 on some systems
6420
6421 2007-01-17 [paul]       2.7.1cvs13
6422
6423         * src/common/defs.h
6424         * tools/make.themes.project
6425                 rename .sylpheed_themeinfo to .claws_themeinfo
6426                 and use it
6427         * src/etpan/etpan-errors.h
6428         * src/etpan/etpan-log.c
6429         * src/etpan/etpan-log.h
6430         * src/etpan/etpan-thread-manager-types.h
6431         * src/etpan/etpan-thread-manager.c
6432         * src/etpan/etpan-thread-manager.h
6433         * src/etpan/imap-thread.c
6434         * src/etpan/imap-thread.h
6435                 add copyright header
6436
6437 2007-01-17 [colin]      2.7.1cvs12
6438
6439         * src/plugins/pgpcore/select-keys.c
6440         * src/gtk/pluginwindow.c
6441         * src/prefs_account.c
6442                 Fix warnings
6443
6444 2007-01-16 [colin]      2.7.1cvs11
6445
6446         * src/imap.c
6447         * src/imap.h
6448         * src/imap_gtk.c
6449                 Manage subscribing to subfolders when only
6450                 subscribed folders are shown.
6451
6452 2007-01-16 [colin]      2.7.1cvs10
6453
6454         * src/folderview.c
6455                 Fix annoying vscrollbar going back to top
6456                 on Check for new folders
6457
6458 2007-01-16 [colin]      2.7.1cvs9
6459
6460         * src/imap.c
6461                 Remove printf
6462
6463 2007-01-16 [colin]      2.7.1cvs8
6464
6465         * src/filtering.c
6466                 Bigger buffer for errors
6467         * src/imap.c
6468         * src/imap.h
6469         * src/imap_gtk.c
6470         * src/prefs_account.c
6471         * src/prefs_account.h
6472         * src/wizard.c
6473         * src/etpan/imap-thread.c
6474         * src/etpan/imap-thread.h
6475         * manual/handling.xml
6476                 Add subscriptions management. What it changes:
6477                 Creating a folder subscribes to it
6478                 Deleting a folder unsubscribes it
6479                 New contextual menu item allowing to switch between
6480                 All folders and Subscribed folders, subscribe, and
6481                 unsubscribe. "Creating" an existing but unsubscribed
6482                 folder will subscribe it.
6483                 By default for new accounts, only subscribed folders 
6484                 are shown.
6485
6486
6487 2007-01-16 [paul]       2.7.1cvs7
6488
6489         * src/summaryview.c
6490                 Allow folder classes to specify only sort_key or
6491                 sort_type instead of both or none.
6492
6493 2007-01-16 [paul]       2.7.1cvs6
6494
6495         * src/action.c
6496         * src/compose.c
6497         * src/mimeview.c
6498         * src/procmime.c
6499         * src/textview.c
6500                 Save and use errno for procmime_get_part
6501
6502 2007-01-16 [colin]      2.7.1cvs5
6503
6504         * src/imap.c
6505                 Never remove INBOX when scanning for
6506                 new folders. It's a special folder
6507                 that has to exist.
6508
6509 2007-01-15 [colin]      2.7.1cvs4
6510
6511         * src/imap.c
6512                 Fix 'Check for new folders' when IMAP subdirectory
6513                 is set
6514         * src/etpan/imap-thread.c
6515                 Fix build
6516
6517 2007-01-15 [colin]      2.7.1cvs3
6518
6519         * src/etpan/imap-thread.c
6520                 Fix invalid free on command-connection
6521                 error
6522
6523 2007-01-15 [wwp]        2.7.1cvs2
6524
6525         * src/matcher_parser_lex.l
6526         * src/quote_fmt_lex.l
6527         * src/matcher_parser_parse.y
6528                 fix copyright header in lexers and parsers.
6529
6530 2007-01-15 [paul]       2.7.1cvs1
6531
6532         * NEWS
6533         * README
6534         * RELEASE_NOTES
6535         * configure.ac
6536                 bump up version number following
6537                 stable release
6538
6539 2007-01-15 [paul]       2.7.0cvs31
6540
6541         * AUTHORS
6542         * src/gtk/authors.h
6543                 add Fabien to the Team list
6544                 add the recent contributors
6545                 make a few corrections
6546
6547 2007-01-15 [paul]       2.7.0cvs30
6548
6549         * src/mainwindow.c
6550                 fix compiler warning
6551         * src/plugins/pgpcore/prefs_gpg.c
6552         * src/plugins/pgpcore/prefs_gpg.h
6553                 add missing include
6554                 fix copyright header
6555
6556 2007-01-14 [colin]      2.7.0cvs29
6557
6558         * src/gtk/filesel.c
6559                 Use the 'gtk+' backend. Avoids gnome-vfs use,
6560                 two benefits: faster to open, will fix strange
6561                 dbus-related crash. Thanks to Pascal Terjan.
6562
6563 2007-01-14 [colin]      2.7.0cvs28
6564
6565         * src/etpan/imap-thread.c
6566                 Delete the old imap just after allocating
6567                 the new one. Makes sure we don't get the
6568                 same pointer by sheer luck, which feels
6569                 strange in the debug log.
6570
6571 2007-01-14 [colin]      2.7.0cvs27
6572
6573         * src/gtk/inputdialog.c
6574                 Make sure we don't print passwords in
6575                 clear text when in debug mode
6576
6577 2007-01-14 [colin]      2.7.0cvs26
6578
6579         * src/gtk/gtksctree.c
6580                 Fix bug 1098, 'bogus last row display 
6581                 after expanding a thread'. Patch by
6582                 Jindrich Makovicka <makovick@gmail.com>
6583
6584 2007-01-14 [colin]      2.7.0cvs25
6585
6586         * src/etpan/imap-thread.c
6587                 Close socket manually before
6588                 freeing the imap struct
6589
6590 2007-01-14 [colin]      2.7.0cvs24
6591
6592         * src/etpan/imap-thread.c
6593                 Maybe fix new reconnection issues
6594
6595 2007-01-13 [colin]      2.7.0cvs23
6596
6597         * src/summaryview.c
6598                 Freeze/thaw on thread selection
6599
6600 2007-01-13 [paul]       2.7.0cvs22
6601
6602         * src/mainwindow.c
6603         * src/summaryview.c
6604         * src/summaryview.h
6605                 add 'Edit/Delete thread'
6606
6607 2007-01-13 [colin]      2.7.0cvs21
6608
6609         * src/prefs_account.c
6610         * src/prefs_compose_writing.c
6611         * src/prefs_message.c
6612         * src/prefs_msg_colors.c
6613         * src/prefs_other.c
6614         * src/prefs_receive.c
6615         * src/prefs_spelling.c
6616         * src/prefs_summaries.c
6617         * src/prefs_themes.c
6618         * src/gtk/gtkutils.c
6619         * src/gtk/gtkutils.h
6620         * src/plugins/pgpcore/prefs_gpg.c
6621         * src/plugins/spamassassin/spamassassin_gtk.c
6622                 Factorize gtk frame creation
6623                 Patch by Pawel
6624
6625 2007-01-13 [colin]      2.7.0cvs20
6626
6627         * src/message_search.c
6628         * src/summary_search.c
6629                 Fix Enter in search windows
6630         * src/messageview.c
6631                 Fix body search starting at the
6632                 end of the mail (and asking for loop)
6633
6634 2007-01-13 [colin]      2.7.0cvs19
6635
6636         * src/etpan/imap-thread.c
6637                 Make sure we don't free the same imap
6638                 twice
6639
6640 2007-01-13 [colin]      2.7.0cvs18
6641
6642         * commitHelper
6643                 Allow multiple commitHelpers to
6644                 run at once
6645
6646 2007-01-12 [colin]      2.7.0cvs17
6647
6648         * src/etpan/imap-thread.c
6649                 Make sure we get rid of the previous mailimap
6650                 when connecting - just in case disconnect was
6651                 unclean
6652
6653 2007-01-12 [paul]       2.7.0cvs16
6654
6655         * src/compose.c
6656                 Strip S/MIME signatures when re-editing
6657                 S/MIME signed messages.
6658
6659 2007-01-12 [paul]       2.7.0cvs15
6660
6661         * configure.ac
6662         * src/addressbook.c
6663         * src/foldersel.c
6664         * src/folderview.c
6665         * src/main.c
6666                 no need to define CLAWS anymore, remove
6667                 all that stuff
6668
6669 2007-01-12 [paul]       2.7.0cvs14
6670
6671         * src/mimeview.c
6672                 check if the mail's signed as
6673                 it can change the mail structure
6674                 Thanks to Colin
6675
6676 2007-01-12 [paul]       2.7.0cvs13
6677
6678         * src/procmime.c
6679                 fix Forwarding msgs with attachments
6680                 that have dos line endings
6681                 Thanks to Colin
6682
6683 2007-01-12 [wwp]        2.7.0cvs12
6684
6685         * configure.ac
6686                 Revert accidentally committed extra version tag.
6687
6688 2007-01-12 [wwp]        2.7.0cvs11
6689
6690         * src/prefs_account.c
6691                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6692
6693 2007-01-11 [colin]      2.7.0cvs10
6694
6695         * src/imap.c
6696                 move g_warning to debug_print
6697                 it scares people for no reason
6698
6699 2007-01-11 [colin]      2.7.0cvs9
6700
6701         * po/POTFILES.in
6702                 Fix files to translate. Patch by
6703                 Fabien
6704
6705 2007-01-11 [paul]       2.7.0cvs8
6706
6707         * src/imap.c
6708                 Fix recursion when server lists the
6709                 current subfolder in the response
6710         * src/mimeview.c
6711                 Fix updating of icon_list/ctree
6712         * src/plugins/pgpcore/select-keys.c
6713                 Fix a few annoyances when choosing
6714                 keys for the CMS (S/MIME) protocol
6715
6716 2007-01-11 [wwp]        2.7.0cvs7
6717
6718         * src/compose.c
6719         * src/prefs_account.c
6720         * src/prefs_account.h
6721                 Add per-account spellcheck default dictionaries settings.
6722
6723 2007-01-10 [colin]      2.7.0cvs6
6724
6725         * src/prefs_folder_item.c
6726                 Factorize strings - patch by Fabien
6727
6728 2007-01-10 [colin]      2.7.0cvs5
6729
6730         * src/mainwindow.c
6731                 Fix bug 1095, 'Crash while changing folder 
6732                 columns during incorporation'
6733
6734 2007-01-09 [colin]      2.7.0cvs4
6735
6736         * src/gtk/pluginwindow.c
6737                 Set the plugin window transient. Seems
6738                 like some window managers hide it in
6739                 the background after "load plugin"...
6740
6741 2007-01-09 [colin]      2.7.0cvs3
6742
6743         * src/gtk/filesel.c
6744                 Use the same type for alloc and free
6745
6746 2007-01-08 [paul]       2.7.0cvs2
6747
6748         * po/nl.po
6749                 updated by Tim Dijkstra
6750
6751 2007-01-08 [paul]       2.7.0cvs1
6752
6753         * src/prefs_themes.c
6754         * src/common/utils.c
6755                 Fix resource leaks
6756
6757 2007-01-08 [paul]       2.7.0
6758
6759         * NEWS
6760         * README
6761         * RELEASE_NOTES
6762                 2.7.0 released
6763
6764 2007-01-08 [paul]       2.6.1cvs119
6765
6766         * doc/man/claws-mail.1
6767                 another correction
6768
6769 2007-01-08 [paul]       2.6.1cvs118
6770
6771         * doc/man/claws-mail.1
6772                 corrections
6773         * manual/advanced.xml
6774                 improved English usage
6775
6776 2007-01-08 [paul]       2.6.1cvs117
6777
6778         * po/ca.po
6779         * po/de.po
6780         * po/en_GB.po
6781         * po/fi.po
6782         * po/it.po
6783         * po/pt_BR.po
6784         * po/sk.po
6785         * po/sr.po
6786         * po/zh_CN.po
6787                 updated by Miquel Oliete, Stephan Sachse, me,
6788                 Tommi Pirinen, Andrea Spadaccini, Frederico
6789                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6790                 Urosevic, and Ralgh Young
6791
6792 2007-01-07 [mones]      2.6.1cvs116
6793
6794         * manual/es/advanced.xml
6795         * po/es.po
6796                 Synced manual (unhide mark_as_read_delay)
6797                 and updated translation for release
6798
6799 2007-01-07 [paul]       2.6.1cvs115
6800
6801         * src/prefs_matcher.c
6802                 make the hbox content fit better under
6803                 various languages
6804
6805 2007-01-07 [colin]      2.6.1cvs114
6806
6807         * src/messageview.c
6808                 Fix bug 1088, 'Ctrl-h produces repeatable
6809                 crash'
6810
6811 2007-01-06 [colin]      2.6.1cvs113
6812
6813         * src/etpan/imap-thread.c
6814                 Add casts to int to get certs. Fixes
6815                 bug 1064, 'crash @ etpan_certificate_check() 
6816                 when opening an IMAP folder', with latest
6817                 libetpan CVS or >= 0.49
6818         * src/mainwindow.c
6819         * src/mainwindow.h
6820         * src/imap_gtk.c
6821         * src/news_gtk.c
6822         * src/prefs_folder_item.c
6823                 Grey out the "synchronise" menu items if
6824                 there's nothing to synchronise.
6825         * src/plugins/pgpcore/sgpgme.c
6826                 Make an error clearer than "Unknown error"
6827
6828 2007-01-06 [colin]      2.6.1cvs112
6829
6830         * src/messageview.c
6831                 Don't try to show a message if updating
6832                 Maybe fixes bug 1088, 'ctrl-h produces
6833                 repeatable crash'.
6834
6835 2007-01-06 [colin]      2.6.1cvs111
6836
6837         * src/summaryview.c
6838                 Disable Control-Space (handle it as Space).
6839
6840 2007-01-05 [paul]       2.6.1cvs110
6841
6842         * src/imap.c
6843                 Fix bug 934, 'sylpheed claws 2.1 
6844                 doesn't show Exchanges Public Folders'
6845                 Thanks to Hoa and Colin
6846         * src/msgcache.c
6847                 Refuse to allocate more than 2 MB for a 
6848                 single field, it's a good indication of
6849                 cache corruption.
6850
6851 2007-01-05 [colin]      2.6.1cvs109
6852
6853         * src/mainwindow.c
6854                 Allow --select'ing emails by Message-ID too
6855
6856 2007-01-05 [colin]      2.6.1cvs108
6857
6858         * src/common/quoted-printable.c
6859                 Uh! Third fix :)
6860
6861 2007-01-05 [colin]      2.6.1cvs107
6862
6863         * src/common/quoted-printable.c
6864                 Fix previous commit about bug 1089
6865                 Thanks to Ralf
6866
6867 2007-01-05 [colin]      2.6.1cvs106
6868
6869         * src/common/quoted-printable.c
6870                 Fix my previous commit on bug 1089
6871                 - Thanks to Ralf :)
6872
6873 2007-01-04 [colin]      2.6.1cvs105
6874
6875         * src/common/quoted-printable.c
6876                 Fix bug 1089, 'NUL characters in Subject 
6877                 line are misinterpreted'. Not a pain to
6878                 fix in fact.
6879
6880 2007-01-04 [colin]      
6881
6882         2.7.0-rc3 released
6883
6884 2007-01-04 [wwp]        2.6.1cvs104
6885
6886         * src/image_viewer.c
6887                 Force operator precedence (fix a compiler warning).
6888
6889 2007-01-04 [colin]      2.6.1cvs103
6890
6891         * src/image_viewer.c
6892                 Be cautious there too (same fix as the one
6893                 in textview from cvs33)
6894         * src/messageview.c
6895                 Don't use any MimeViewer plugin when showing
6896                 all headers
6897
6898 2007-01-03 [wwp]        2.6.1cvs102
6899
6900         * src/html.c
6901         * src/html.h
6902                 fixed "cent" sign (use the existing ASCII one),
6903                 decode more HTML entities,
6904                 converted table ASCII entries to UTF-8,
6905                 moved a switch() into a hashtable.
6906
6907 2007-01-03 [paul]       2.6.1cvs101
6908
6909         * src/compose.c
6910         * src/messageview.c
6911         * src/procmsg.c
6912         * src/procmsg.h
6913                 When possible, use move_msg instead of
6914                 copy_msg + remove_msg to move sent mail
6915                 from Queue to Sent. 
6916
6917 2007-01-03 [paul]       2.6.1cvs100
6918
6919         * src/html.c
6920                 add more html entity recognition:
6921                 pounds, euros, and cents
6922
6923 2007-01-03 [colin]      2.6.1cvs99
6924
6925         * src/imap_gtk.c
6926                 Don't display an error on NOSELECT
6927                 folders when synchronising
6928
6929 2007-01-03 [paul]       2.6.1cvs98
6930
6931         * tools/maildir2claws-mail.pl
6932                 only substitute 'sent-mail' if it's
6933                 the full directory name
6934
6935 2007-01-03 [paul]       2.6.1cvs97
6936
6937         * ChangeLog
6938         * ChangeLog.pre2.0.0
6939         * Makefile.am
6940                 archive a chunk of ChangeLog in
6941                 ChangeLog.pre2.0.0
6942         * ChangeLog.gtk1
6943         * doc/src/ChangeLog.claws-pre0.8.0
6944                 remove ChangeLog.claws-pre0.8.0, adding
6945                 its contents to ChangeLog.gtk1
6946
6947 2007-01-03 [paul]       2.6.1cvs96
6948
6949         * src/account.c
6950         * src/account.h
6951         * src/action.c
6952         * src/action.h
6953         * src/adbookbase.h
6954         * src/addr_compl.c
6955         * src/addr_compl.h
6956         * src/addrbook.c
6957         * src/addrcache.c
6958         * src/addrcache.h
6959         * src/addrcindex.c
6960         * src/addrcindex.h
6961         * src/addrclip.c
6962         * src/addrclip.h
6963         * src/addrdefs.h
6964         * src/addressadd.c
6965         * src/addressadd.h
6966         * src/addressbook.c
6967         * src/addressbook.h
6968         * src/addressbook_foldersel.c
6969         * src/addressbook_foldersel.h
6970         * src/addrgather.c
6971         * src/addrgather.h
6972         * src/addrharvest.c
6973         * src/addrharvest.h
6974         * src/addrindex.c
6975         * src/addrindex.h
6976         * src/addritem.c
6977         * src/addritem.h
6978         * src/addrquery.c
6979         * src/addrquery.h
6980         * src/addrselect.c
6981         * src/addrselect.h
6982         * src/alertpanel.c
6983         * src/alertpanel.h
6984         * src/browseldap.c
6985         * src/browseldap.h
6986         * src/codeconv.c
6987         * src/codeconv.h
6988         * src/compose.c
6989         * src/compose.h
6990         * src/customheader.c
6991         * src/customheader.h
6992         * src/displayheader.c
6993         * src/displayheader.h
6994         * src/editaddress.c
6995         * src/editaddress.h
6996         * src/editbook.c
6997         * src/editbook.h
6998         * src/editgroup.c
6999         * src/editgroup.h
7000         * src/editjpilot.c
7001         * src/editjpilot.h
7002         * src/editldap.c
7003         * src/editldap.h
7004         * src/editldap_basedn.c
7005         * src/editldap_basedn.h
7006         * src/editvcard.c
7007         * src/editvcard.h
7008         * src/exphtmldlg.c
7009         * src/exphtmldlg.h
7010         * src/expldifdlg.c
7011         * src/expldifdlg.h
7012         * src/export.c
7013         * src/export.h
7014         * src/exporthtml.c
7015         * src/exporthtml.h
7016         * src/exportldif.c
7017         * src/exportldif.h
7018         * src/filtering.c
7019         * src/filtering.h
7020         * src/folder.c
7021         * src/folder.h
7022         * src/folder_item_prefs.c
7023         * src/folder_item_prefs.h
7024         * src/foldersel.c
7025         * src/foldersel.h
7026         * src/folderutils.c
7027         * src/folderutils.h
7028         * src/folderview.c
7029         * src/folderview.h
7030         * src/grouplistdialog.c
7031         * src/grouplistdialog.h
7032         * src/headerview.c
7033         * src/html.c
7034         * src/html.h
7035         * src/image_viewer.c
7036         * src/image_viewer.h
7037         * src/imap.c
7038         * src/imap.h
7039         * src/imap_gtk.c
7040         * src/imap_gtk.h
7041         * src/import.c
7042         * src/import.h
7043         * src/importldif.c
7044         * src/importldif.h
7045         * src/importmutt.c
7046         * src/importmutt.h
7047         * src/importpine.c
7048         * src/importpine.h
7049         * src/inc.c
7050         * src/inc.h
7051         * src/jpilot.c
7052         * src/jpilot.h
7053         * src/ldapctrl.c
7054         * src/ldapctrl.h
7055         * src/ldaplocate.c
7056         * src/ldaplocate.h
7057         * src/ldapquery.c
7058         * src/ldapquery.h
7059         * src/ldapserver.c
7060         * src/ldapserver.h
7061         * src/ldaputil.c
7062         * src/ldaputil.h
7063         * src/ldif.c
7064         * src/ldif.h
7065         * src/main.c
7066         * src/main.h
7067         * src/mainwindow.c
7068         * src/mainwindow.h
7069         * src/manual.c
7070         * src/manual.h
7071         * src/mbox.c
7072         * src/message_search.c
7073         * src/message_search.h
7074         * src/messageview.c
7075         * src/messageview.h
7076         * src/mh.c
7077         * src/mh.h
7078         * src/mh_gtk.c
7079         * src/mh_gtk.h
7080         * src/mimeview.c
7081         * src/mimeview.h
7082         * src/msgcache.c
7083         * src/msgcache.h
7084         * src/mutt.c
7085         * src/mutt.h
7086         * src/news.c
7087         * src/news.h
7088         * src/news_gtk.c
7089         * src/news_gtk.h
7090         * src/partial_download.c
7091         * src/partial_download.h
7092         * src/pine.c
7093         * src/pine.h
7094         * src/pop.c
7095         * src/pop.h
7096         * src/prefs_account.c
7097         * src/prefs_account.h
7098         * src/prefs_actions.c
7099         * src/prefs_actions.h
7100         * src/prefs_common.c
7101         * src/prefs_common.h
7102         * src/prefs_compose_writing.c
7103         * src/prefs_compose_writing.h
7104         * src/prefs_customheader.c
7105         * src/prefs_customheader.h
7106         * src/prefs_display_header.c
7107         * src/prefs_display_header.h
7108         * src/prefs_filtering.c
7109         * src/prefs_filtering.h
7110         * src/prefs_filtering_action.c
7111         * src/prefs_filtering_action.h
7112         * src/prefs_folder_column.c
7113         * src/prefs_folder_column.h
7114         * src/prefs_folder_item.c
7115         * src/prefs_folder_item.h
7116         * src/prefs_fonts.c
7117         * src/prefs_fonts.h
7118         * src/prefs_gtk.c
7119         * src/prefs_gtk.h
7120         * src/prefs_image_viewer.c
7121         * src/prefs_image_viewer.h
7122         * src/prefs_matcher.c
7123         * src/prefs_matcher.h
7124         * src/prefs_message.c
7125         * src/prefs_msg_colors.c
7126         * src/prefs_msg_colors.h
7127         * src/prefs_other.c
7128         * src/prefs_quote.c
7129         * src/prefs_receive.c
7130         * src/prefs_send.c
7131         * src/prefs_spelling.c
7132         * src/prefs_spelling.h
7133         * src/prefs_summaries.c
7134         * src/prefs_summaries.h
7135         * src/prefs_summary_column.c
7136         * src/prefs_summary_column.h
7137         * src/prefs_template.c
7138         * src/prefs_template.h
7139         * src/prefs_themes.c
7140         * src/prefs_themes.h
7141         * src/prefs_toolbar.c
7142         * src/prefs_toolbar.h
7143         * src/prefs_wrapping.c
7144         * src/prefs_wrapping.h
7145         * src/privacy.c
7146         * src/privacy.h
7147         * src/procheader.c
7148         * src/procheader.h
7149         * src/procmime.c
7150         * src/procmime.h
7151         * src/procmsg.c
7152         * src/procmsg.h
7153         * src/quote_fmt.c
7154         * src/quote_fmt_parse.y
7155         * src/recv.c
7156         * src/recv.h
7157         * src/remotefolder.c
7158         * src/remotefolder.h
7159         * src/send_message.c
7160         * src/send_message.h
7161         * src/setup.c
7162         * src/setup.h
7163         * src/sourcewindow.c
7164         * src/sourcewindow.h
7165         * src/ssl_manager.c
7166         * src/ssl_manager.h
7167         * src/statusbar.c
7168         * src/statusbar.h
7169         * src/stock_pixmap.c
7170         * src/stock_pixmap.h
7171         * src/summary_search.c
7172         * src/summary_search.h
7173         * src/summaryview.c
7174         * src/summaryview.h
7175         * src/textview.c
7176         * src/textview.h
7177         * src/toolbar.c
7178         * src/toolbar.h
7179         * src/undo.c
7180         * src/undo.h
7181         * src/unmime.c
7182         * src/unmime.h
7183         * src/vcard.c
7184         * src/vcard.h
7185         * src/wizard.c
7186         * src/wizard.h
7187         * src/common/base64.c
7188         * src/common/base64.h
7189         * src/common/defs.h
7190         * src/common/hooks.c
7191         * src/common/hooks.h
7192         * src/common/log.c
7193         * src/common/log.h
7194         * src/common/mgutils.c
7195         * src/common/mgutils.h
7196         * src/common/nntp.c
7197         * src/common/nntp.h
7198         * src/common/passcrypt.c
7199         * src/common/passcrypt.h.in
7200         * src/common/plugin.c
7201         * src/common/plugin.h
7202         * src/common/prefs.c
7203         * src/common/prefs.h
7204         * src/common/progressindicator.c
7205         * src/common/progressindicator.h
7206         * src/common/quoted-printable.c
7207         * src/common/quoted-printable.h
7208         * src/common/session.c
7209         * src/common/session.h
7210         * src/common/smtp.c
7211         * src/common/smtp.h
7212         * src/common/socket.c
7213         * src/common/socket.h
7214         * src/common/ssl.c
7215         * src/common/ssl.h
7216         * src/common/ssl_certificate.c
7217         * src/common/ssl_certificate.h
7218         * src/common/stringtable.c
7219         * src/common/stringtable.h
7220         * src/common/template.c
7221         * src/common/template.h
7222         * src/common/timing.h
7223         * src/common/utils.c
7224         * src/common/utils.h
7225         * src/common/version.h.in
7226         * src/common/xml.c
7227         * src/common/xml.h
7228         * src/common/xmlprops.c
7229         * src/common/xmlprops.h
7230         * src/gtk/about.c
7231         * src/gtk/colorlabel.c
7232         * src/gtk/colorsel.c
7233         * src/gtk/colorsel.h
7234         * src/gtk/combobox.c
7235         * src/gtk/combobox.h
7236         * src/gtk/description_window.c
7237         * src/gtk/description_window.h
7238         * src/gtk/filesel.c
7239         * src/gtk/filesel.h
7240         * src/gtk/foldersort.c
7241         * src/gtk/foldersort.h
7242         * src/gtk/gtksctree.c
7243         * src/gtk/gtkutils.c
7244         * src/gtk/gtkutils.h
7245         * src/gtk/inputdialog.c
7246         * src/gtk/inputdialog.h
7247         * src/gtk/logwindow.c
7248         * src/gtk/logwindow.h
7249         * src/gtk/manage_window.c
7250         * src/gtk/manage_window.h
7251         * src/gtk/menu.c
7252         * src/gtk/menu.h
7253         * src/gtk/pluginwindow.c
7254         * src/gtk/pluginwindow.h
7255         * src/gtk/prefswindow.c
7256         * src/gtk/prefswindow.h
7257         * src/gtk/progressdialog.c
7258         * src/gtk/progressdialog.h
7259         * src/gtk/sslcertwindow.c
7260         * src/gtk/sslcertwindow.h
7261         * src/plugins/bogofilter/bogofilter.c
7262         * src/plugins/bogofilter/bogofilter.h
7263         * src/plugins/bogofilter/bogofilter_gtk.c
7264         * src/plugins/clamav/clamav_plugin.c
7265         * src/plugins/clamav/clamav_plugin.h
7266         * src/plugins/clamav/clamav_plugin_gtk.c
7267         * src/plugins/demo/demo.c
7268         * src/plugins/dillo_viewer/dillo_prefs.c
7269         * src/plugins/dillo_viewer/dillo_prefs.h
7270         * src/plugins/dillo_viewer/dillo_viewer.c
7271         * src/plugins/pgpcore/passphrase.c
7272         * src/plugins/pgpcore/passphrase.h
7273         * src/plugins/pgpcore/pgp_viewer.c
7274         * src/plugins/pgpcore/pgp_viewer.h
7275         * src/plugins/pgpcore/plugin.c
7276         * src/plugins/pgpcore/select-keys.c
7277         * src/plugins/pgpcore/select-keys.h
7278         * src/plugins/pgpcore/sgpgme.c
7279         * src/plugins/pgpcore/sgpgme.h
7280         * src/plugins/pgpinline/pgpinline.c
7281         * src/plugins/pgpinline/pgpinline.h
7282         * src/plugins/pgpinline/plugin.c
7283         * src/plugins/pgpmime/pgpmime.c
7284         * src/plugins/pgpmime/pgpmime.h
7285         * src/plugins/pgpmime/plugin.c
7286         * src/plugins/spamassassin/spamassassin.c
7287         * src/plugins/spamassassin/spamassassin.h
7288         * src/plugins/spamassassin/spamassassin_gtk.c
7289         * src/plugins/trayicon/trayicon.c
7290                 it's 2007, update the year in the copyright headers
7291
7292 2007-01-03 [paul]       2.6.1cvs95
7293
7294         * src/gtk/about.c
7295                 it is 2007, use it in the copyright string
7296
7297 2007-01-03 [paul]       2.6.1cvs94
7298
7299         * src/html.c
7300                 html entity conversion:
7301                 move &#153; to a more suitable place
7302                 add &bull; and &ndash;
7303                 make sure &mdash; and &#8212; are both
7304                 converted the same
7305
7306 2007-01-02 [colin]      2.6.1cvs93
7307
7308         * src/addrbook.c
7309                 Fix leak
7310         * src/common/plugin.c
7311                 Add comment
7312         * src/etpan/imap-thread.c
7313                 Fix warning
7314
7315 2006-12-31 [paul]       2.6.1cvs92
7316
7317         * src/prefs_summaries.c
7318                 use gtk_button_new_from_stock()
7319
7320 2006-12-30 [colin]      2.6.1cvs91
7321
7322         * src/folder.c
7323         * src/imap_gtk.c
7324         * src/mh_gtk.c
7325                 Don't update filtering and account paths 
7326                 when copying folders
7327
7328 2006-12-30 [colin]      2.6.1cvs90
7329
7330         * src/prefs_compose_writing.c
7331         * src/prefs_quote.c
7332         * src/prefs_template.c
7333                 Use message font for Writing and 
7334                 Quoting prefs, as well as Templates.
7335
7336 2006-12-30 [colin]      2.6.1cvs89
7337
7338         * src/prefs_summaries.c
7339                 Rework GUI; patch by Pawel
7340
7341 2006-12-29 [colin]      2.6.1cvs88
7342
7343         * src/prefs_folder_item.c
7344                 Fix bug 1085, 'Apply to subfolder 
7345                 doesn't work' - I was mistaken saying
7346                 it worked in every case
7347
7348 2006-12-28 [colin]      2.6.1cvs87
7349
7350         * src/gtk/gtkaspell.c
7351                 Don't assert if use_alternate is true
7352                 and alt_dictionary isn't set -- this 
7353                 is what happens on upgrade! Rather,
7354                 do with it.
7355
7356 2006-12-28 [colin]      2.6.1cvs86
7357
7358         * Makefile.am
7359                 Fix desktop/icon simplification
7360
7361 2006-12-28 [colin]      2.6.1cvs85
7362
7363         * Makefile.am
7364                 Make desktop and icon not 
7365                 dependant on the desktop
7366
7367 2006-12-28 [wwp]        2.6.1cvs84
7368
7369         * src/plugins/pgpmime/claws.def
7370                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
7371
7372 2006-12-28 [wwp]        2.6.1cvs83
7373
7374         * src/prefs_folder_item.c
7375                 Fix coloring of "simplify subject regexp" (folder prefs),
7376                 which might be left to red whereas the regexp gets empty.
7377
7378 2006-12-28 [wwp]        2.6.1cvs82
7379
7380         * src/prefs_common.c
7381         * src/prefs_common.h
7382         * src/addressbook.c
7383         * src/addressitem.h
7384                 Save addressbook mainwindow's horizontal and vertical splitter position.
7385
7386 2006-12-27 [wwp]        2.6.1cvs81
7387
7388         * src/gtk/gtkaspell.c
7389         * src/gtk/gtkaspell.h
7390         * src/compose.c
7391                 Fix assignment of compose's default and alternate dictionary from
7392                 account or folder settings. Now gtkaspell_change_dict does rotate
7393                 dicts only when it's called from a menu cb.
7394
7395 2006-12-27 [wwp]        2.6.1cvs80
7396
7397         * src/folder_item_prefs.c
7398                 Fix randomly initialized default-alt-dictionary (folder prefs),
7399                 complete 2.6.1cvs72.
7400
7401 2006-12-27 [paul]       2.6.1cvs79
7402
7403         * src/imap_gtk.c
7404         * src/mh_gtk.c
7405                 Add Copy folder in the folder's contextual
7406                 menu
7407
7408 2006-12-27 [wwp]        2.6.1cvs78
7409
7410         * src/imap.c
7411                 Clean up session locking, thanks to Colin.
7412
7413 2006-12-26 [colin]      2.6.1cvs77
7414
7415         * src/statusbar.c
7416                 Revert previous patch
7417
7418 2006-12-26 [colin]      2.6.1cvs76
7419
7420         * src/folder.c
7421         * src/folderview.c
7422         * src/imap.c
7423         * src/statusbar.c
7424         * src/etpan/imap-thread.c
7425                 Fix previous commit warnings
7426                 Make statusbar update every second if total < 20
7427                 Make IMAP APPEND faster by simplifying log              
7428
7429 2006-12-26 [colin]      2.6.1cvs75
7430
7431         * src/folder.c
7432         * src/folder.h
7433         * src/folderview.c
7434         * src/folderview.h
7435         * src/imap_gtk.c
7436         * src/mh_gtk.c
7437                 Make it possible to copy folders accross
7438                 mailboxes (this was an arbitrary limitation).
7439                 Still make it impossible to move folders 
7440                 accross mailboxes.
7441
7442 2006-12-26 [colin]      2.6.1cvs74
7443
7444         * src/etpan/imap-thread.c
7445                 Fix bug 1081, 'claws-mail 
7446                 segfaults when going offline 
7447                 while it transfers mails via 
7448                 imap'
7449
7450 2006-12-26 [colin]      2.6.1cvs73
7451
7452         * src/folder_item_prefs.c
7453                 Don't forget alt dictionary when
7454                 renaming/moving folders
7455
7456 2006-12-26 [wwp]        2.6.1cvs72
7457
7458         * src/folder_item_prefs.c
7459                 Add missing defaults for per-folder alt dict
7460                 (forgotten in 2.6.1cvs61).
7461
7462 2006-12-26 [colin]      2.6.1cvs71
7463
7464         * src/wizard.c
7465                 Add tooltip to state that specifying
7466                 full path to mailbox is possible
7467
7468 2006-12-26 [wwp]        2.6.1cvs70
7469
7470         * src/partial_download.c
7471         * src/gtk/gtkvscrollbutton.c
7472         * src/plugins/pgpinline/plugin.c
7473                 Fix for few compiler warnings that matter.
7474
7475 2006-12-25 [colin]      2.6.1cvs69
7476
7477         * src/partial_download.c
7478                 Fix marking for download or deletion
7479                 when the header isn't the first
7480         * src/gtk/logwindow.c
7481                 Fix start of scrolling
7482
7483 2006-12-23 [paul]       2.6.1cvs68
7484
7485         * src/compose.c
7486                 change last commit to use the 'academic'
7487                 method instead. Thanks to wwp
7488
7489 2006-12-23 [paul]       2.6.1cvs67
7490
7491         * src/compose.c
7492                 don't warn about empty subject when
7493                 redirecting
7494
7495 2006-12-22 [colin]      2.6.1cvs66
7496
7497         * src/summary_search.c
7498                 Fix previous patch
7499
7500 2006-12-22 [colin]      2.6.1cvs65
7501
7502         * src/gtk/gtkutils.c
7503         * src/imap.c
7504         * src/jpilot.c
7505         * src/summary_search.c
7506                 A few warning fixes
7507
7508 2006-12-23 [paul]       
7509
7510         2.7.0-rc2 released
7511
7512 2006-12-22 [colin]      2.6.1cvs64
7513
7514         * src/toolbar.c
7515         * src/toolbar.h
7516                 Add a combo to the learn spam button
7517         * src/plugins/bogofilter/bogofilter.c
7518         * src/plugins/bogofilter/bogofilter_gtk.c
7519         * src/plugins/bogofilter/bogofilter.h
7520                 Allow to store Unsure mails in a specific
7521                 folder to make better teaching easier
7522
7523 2006-12-21 [wwp]        2.6.1cvs63
7524
7525         * src/compose.c
7526         * src/prefs_common.c
7527         * src/prefs_common.h
7528         * src/prefs_spelling.c
7529         * src/gtk/gtkaspell.c
7530         * src/gtk/gtkaspell.h
7531                 Allow spell-checking using both current and alternate dictionaries
7532                 (thanks to Colin).
7533
7534 2006-12-21 [wwp]        2.6.1cvs62
7535
7536         * src/gtk/gtkaspell.c
7537                 Apply recheck_when_changing_dict (highlight all mispelled words)
7538                 when switching to alternate dictionary.
7539
7540 2006-12-21 [wwp]        2.6.1cvs61
7541
7542         * src/compose.c
7543         * src/folder_item_prefs.h
7544         * src/prefs_common.c
7545         * src/prefs_common.h
7546         * src/prefs_folder_item.c
7547         * src/prefs_spelling.c
7548         * src/gtk/gtkaspell.c
7549         * src/gtk/gtkaspell.h
7550                 Add global and per-folder prefs to set the default
7551                 alternate dictionary.
7552
7553 2006-12-21 [colin]      2.6.1cvs60
7554
7555         * src/folder.c
7556                 Look for folders by path in all folders
7557         * src/html.c
7558                 add &mdash;
7559
7560 2006-12-20 [colin]      2.6.1cvs59
7561
7562         * src/gtk/quicksearch.c
7563                 Make sure in_typing is false when clearing
7564
7565 2006-12-20 [wwp]        2.6.1cvs58
7566
7567         * configure.ac
7568                 change manual's target dir to be LFH-compliant (thanks to Colin).
7569
7570 2006-12-20 [wwp]        2.6.1cvs57
7571
7572         * src/prefs_common.c
7573         * src/prefs_summaries.c
7574                 i18n fix and factorize patch, thanks to Fabien.
7575
7576 2006-12-20 [paul]       2.6.1cvs56
7577
7578         * configure.ac
7579                 last of the renaming (??)
7580         * src/main.c
7581                 correct --help info of --status-full
7582         * src/plugins/bogofilter/bogofilter.c
7583                 make FALSE default of whitelist_ab
7584
7585 2006-12-19 [colin]      2.6.1cvs55
7586
7587         * src/jpilot.c
7588                 Same as before, without depending on
7589                 pisock >= 0.12
7590
7591 2006-12-19 [colin]      2.6.1cvs54
7592
7593         * src/jpilot.c
7594                 Fix bug 1059, 'Better jpilot charset 
7595                 handling'. Use libpisync's charset conversion
7596                 if possible
7597
7598 2006-12-19 [colin]      2.6.1cvs53
7599
7600         * po/fr.po
7601                 Updated by Fabien
7602
7603 2006-12-19 [wwp]        2.6.1cvs52
7604
7605         * src/gtk/about.c
7606                 Add missing #include (thanks to Colin).
7607
7608 2006-12-19 [wwp]        2.6.1cvs51
7609
7610         * src/prefs_receive.c
7611                 Better spacing between widgets in prefs.
7612
7613 2006-12-18 [colin]      2.6.1cvs50
7614
7615         * src/imap.c
7616                 Fix failure to get separator on LIST "" ""
7617                 Try LIST "" "INBOX" too.
7618
7619 2006-12-18 [wwp]        2.6.1cvs49
7620
7621         * src/common/session.c
7622                 Fix a compiler warning (thanks to Fabien).
7623
7624 2006-12-18 [wwp]        2.6.1cvs48
7625
7626         * src/compose.c
7627         * src/prefs_quote.c
7628                 Factorize some strings for translation (it's about error
7629                 messages when applying or checking template/quote format).
7630
7631 2006-12-18 [colin]      2.6.1cvs47
7632
7633         * Makefile.am
7634         * src/common/defs.h
7635         * src/gtk/Makefile.am
7636         * src/gtk/about.c
7637                 Add a Release notes tab from the contents of
7638                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
7639
7640 2006-12-17 [colin]      2.6.1cvs46
7641
7642         * src/mimeview.c
7643         * src/textview.c
7644         * src/gtk/filesel.c
7645                 Correctly convert from/to UTF8/filename encoding
7646                 when loading and saving files. Probably fixes
7647                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7648                 for a file to attach and is blocked...'
7649
7650 2006-12-17 [colin]      2.6.1cvs45
7651
7652         * src/gtk/logwindow.c
7653                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7654                 IMAP folder and is blocked on main thread': 
7655                 make sure we put utf8 in the log.
7656
7657 2006-12-16 [colin]      2.6.1cvs44
7658
7659         * src/toolbar.c
7660         * src/toolbar.h
7661                 Fix bug 1055, 'Add the 'cancel receive' 
7662                 in the available events for the toolbar buttons'
7663
7664 2006-12-16 [colin]      2.6.1cvs43
7665
7666         * po/POTFILES.in
7667         * src/imap.c
7668         * src/common/nntp.c
7669         * src/common/session.c
7670                 Log error when SSL handshakes fail. 
7671                 Fixes bug 1082, 'incorrect / imprecise 
7672                 error message when imap server provides 
7673                 ssl only through STARTTLS but SSL is 
7674                 selected'
7675
7676 2006-12-15 [wwp]        2.6.1cvs42
7677
7678         * src/plugins/bogofilter/bogofilter_gtk.c
7679                 set proper sensitivity to widgets I've recently added.
7680
7681 2006-12-15 [colin]      
7682
7683         2.7.0-rc1 released
7684
7685 2006-12-15 [wwp]        2.6.1cvs41
7686
7687         * src/plugins/bogofilter/bogofilter.c
7688         * src/plugins/bogofilter/bogofilter.h
7689         * src/plugins/bogofilter/bogofilter_gtk.c
7690                 bogofilter's whitelist can now use a subset of
7691                 the addressbook (either a book, a subfolder of a book,
7692                 or the whole addressbook by using "Any"). Re-used there
7693                 some pref_matcher widgets and mechanisms to match a subset
7694                 of the addressbook.
7695
7696 2006-12-15 [wwp]        2.6.1cvs40
7697
7698         * src/wizard.c
7699         * src/common/plugin.c
7700         * src/common/plugin.h
7701         * src/gtk/about.c
7702         * src/plugins/bogofilter/bogofilter.c
7703         * src/plugins/clamav/clamav_plugin.c
7704         * src/plugins/demo/demo.c
7705         * src/plugins/dillo_viewer/dillo_viewer.c
7706         * src/plugins/pgpcore/plugin.c
7707         * src/plugins/pgpinline/plugin.c
7708         * src/plugins/pgpmime/plugin.c
7709         * src/plugins/spamassassin/spamassassin.c
7710         * src/plugins/trayicon/trayicon.c
7711                 factorize some translatable strings (plugins-related),
7712                 fix missing punctuation in several places,
7713                 remove useless translatable \n in about.c,
7714                 and factorize plugin init code w/ a new function
7715                 check_plugin_version() in common/plugin.c.
7716                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7717
7718 2006-12-15 [wwp]        2.6.1cvs39
7719
7720         * src/plugins/bogofilter/bogofilter.c
7721         * src/plugins/bogofilter/bogofilter_gtk.c
7722                 flag whitelisted spams as spam, but don't filter it to the spam
7723                 folder. Thanks to Colin.
7724
7725 2006-12-15 [ticho]      2.6.1cvs38
7726
7727         * src/plugins/bogofilter/bogofilter.c
7728         * src/plugins/bogofilter/bogofilter.h
7729         * src/plugins/bogofilter/bogofilter_gtk.c
7730                 Add option to whitelist senders found in addressbook. Patch by colin.
7731
7732 2006-12-15 [paul]       2.6.1cvs37
7733
7734         * src/folderview.c
7735                 add missing #include "log.h"
7736
7737 2006-12-15 [paul]       2.6.1cvs36
7738
7739         * src/plugins/bogofilter/bogofilter.c
7740         * src/plugins/bogofilter/bogofilter.h
7741         * src/plugins/bogofilter/bogofilter_gtk.c
7742                 Add an option to allow inserting an
7743                 X-Claws-Bogosity header (on MH folders
7744                 only). Patch by Colin
7745
7746 2006-12-14 [colin]      2.6.1cvs35
7747
7748         * src/main.c
7749                 "Yes" should be the default choice for
7750                 migration configuration
7751
7752 2006-12-14 [paul]       2.6.1cvs34
7753
7754         * src/prefs_summaries.c
7755         * manual/advanced.xml
7756                 Unhide mark_as_read_delay
7757
7758 2006-12-14 [paul]       2.6.1cvs33
7759
7760         * src/messageview.c
7761         * src/messageview.h
7762         * src/mimeview.c
7763         * src/mimeview.h
7764         * src/summaryview.c
7765         * src/textview.c
7766         * src/textview.h
7767                 Fix printing of selection
7768                 Fix printing of message parts
7769                 Fix printing of images
7770         * src/gtk/gtksourceprintjob.c
7771                 Fix page count when there are images
7772
7773 2006-12-14 [wwp]        2.6.1cvs32
7774
7775         * src/mainwindow.c
7776         * src/summaryview.c
7777         * src/summaryview.h
7778         * src/gtk/quicksearch.c
7779                 fix quicksearch 'magnify' button status when QS is closed
7780                 using the Escape key, thanks to Colin.
7781
7782 2006-12-14 [wwp]        2.6.1cvs31
7783
7784         * src/mainwindow.c
7785         * src/summaryview.c
7786         * src/summaryview.h
7787         * src/gtk/quicksearch.c
7788                 fix quicksearch 'magnify' button status when QS is closed
7789                 using the Escape key, thanks to Colin.
7790
7791 2006-12-13 [colin]      2.6.1cvs30
7792
7793         * src/ldapquery.c
7794         * src/ldaputil.c
7795                 Use the binary safe version of ldap_get_values,
7796                 to make sure we manipulate null-terminated 
7797                 strings. Maybe fixes bug 1075, 'claws mail 
7798                 segfault when completing ldap adresses'
7799         * src/syldap.c ** REMOVED **
7800         * src/syldap.h ** REMOVED **
7801                 Remove dead files
7802
7803 2006-12-13 [mones]      2.6.1cvs29
7804
7805         * po/es.po
7806                 Fixed piped strings, fixed click translation
7807
7808 2006-12-13 [paul]       2.6.1cvs28
7809
7810         * src/main.c
7811                 don't translate these strings
7812
7813 2006-12-13 [paul]       2.6.1cvs27
7814
7815         * po/en_GB.po
7816                 updated
7817
7818 2006-12-13 [colin]      2.6.1cvs26
7819
7820         * src/main.c
7821         * src/main.h
7822                 Add claws_is_starting()
7823
7824 2006-12-13 [mones]      2.6.1cvs25
7825
7826         * manual/es/advanced.xml
7827         * po/es.po
7828                 Synced manual and updated translation
7829
7830 2006-12-12 [colin]      2.6.1cvs24
7831
7832         * src/wizard.c
7833                 Add an option to use STARTTLS in the
7834                 welcome wizard. Fixes bug 1080, 
7835                 'Using SSL option in wizard for incoming 
7836                 server does not activate SSL with STARTTLS'
7837
7838 2006-12-12 [colin]      2.6.1cvs23
7839
7840         * src/main.c
7841                 Don't exit when there's an incomplete
7842                 mailbox configured - leaves a chance 
7843                 to fix a failing IMAP account. Exit
7844                 if no mailbox at all is loaded (case
7845                 of missing plugin).
7846                 Completes bug 1077's fix (I was wrong
7847                 in this bug's comment #3).
7848
7849 2006-12-12 [colin]      2.6.1cvs22
7850
7851         * src/gtk/menu.h
7852                 Add another menu data type
7853         * src/prefs_account.c
7854                 Complete the completion of bug 1076
7855                 (doesn't lose the pref on apply)
7856
7857 2006-12-12 [paul]       2.6.1cvs21
7858
7859         * src/prefs_account.c
7860                 complete the fix of bug 1076
7861                 also be more verbose with the text
7862
7863 2006-12-12 [paul]       2.6.1cvs20
7864
7865         * src/gtk/combobox.c
7866                 fix compilation warning
7867
7868 2006-12-11 [colin]      2.6.1cvs19
7869
7870         * src/wizard.c
7871                 Document :port in server entry tooltips
7872
7873 2006-12-11 [colin]      2.6.1cvs18
7874
7875         * src/main.c
7876                 Fix compile
7877
7878 2006-12-11 [colin]      2.6.1cvs17
7879
7880         * src/main.c
7881                 Add failing IMAP as a reason for no
7882                 mailbox
7883
7884 2006-12-11 [colin]      2.6.1cvs16
7885
7886         * src/prefs_account.c
7887                 Check for existence of inbox for local
7888                 accounts too
7889         * src/wizard.c
7890                 Allow setting the port to use for servers
7891                 by using the usual "server.example.com:port"
7892                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7893                 not start when IMAP server is unavailable'
7894
7895 2006-12-11 [colin]      2.6.1cvs15
7896
7897         * src/prefs_account.c
7898                 Prevent use of non-existing default inbox
7899
7900 2006-12-11 [colin]      2.6.1cvs14
7901
7902         * src/prefs_account.c
7903                 Fix sensitivity. Fixes bug 1076, 'privacy 
7904                 options are displayed even when pgp plugin 
7905                 not loaded / available'
7906
7907 2006-12-09 [colin]      2.6.1cvs13
7908
7909         * manual/advanced.xml
7910         * src/prefs_common.c
7911         * src/prefs_common.h
7912         * src/common/ssl_certificate.c
7913                 Add a new hidden preference, 'unsafe_ssl_certs',
7914                 which allows to store multiple certificates per
7915                 server/port. This is disabled by default because
7916                 it's less secure (presenting a new certificate
7917                 instead of a changed one raises less alarms).
7918                 This will cause Claws to ask about an unknown
7919                 certificate for people who have used 2.6.1cvs8
7920                 or greater.
7921
7922 2006-12-09 [colin]      2.6.1cvs12
7923
7924         * src/action.c
7925                 Fix cache updating after action
7926
7927 2006-12-07 [wwp]        2.6.1cvs11
7928
7929         * src/compose.c
7930                 fix email address comparison when replying to all
7931                 (avoid replying to ourselves), thanks to Colin.
7932
7933 2006-12-06 [paul]       2.6.1cvs10
7934
7935         * src/addrharvest.c
7936         * src/editldap.c
7937         * src/expldifdlg.c
7938         * src/news.c
7939         * src/toolbar.c
7940         * src/common/utils.c
7941                 ...and more renaming
7942                 Thanks to Colin
7943
7944 2006-12-06 [paul]       2.6.1cvs9
7945
7946         * src/compose.c
7947         * src/messageview.c
7948         * src/procheader.c
7949         * src/procmime.c
7950         * src/procmsg.c
7951         * src/textview.c
7952                 more renaming
7953                 Thanks to Colin
7954
7955 2006-12-06 [colin]      2.6.1cvs8
7956
7957         * src/ssl_manager.c
7958         * src/common/ssl_certificate.c
7959         * src/common/ssl_certificate.h
7960                 Handle multiple certificates per host/port
7961
7962 2006-12-06 [colin]      2.6.1cvs7
7963
7964         * src/etpan/imap-thread.c
7965                 Fix certificate checking on IMAP
7966
7967 2006-12-06 [colin]      2.6.1cvs6
7968
7969         * src/folderview.c
7970                 Fix bug 1072, 'Claws stops fetching newsgroups 
7971                 from server when newsgroup got deleted': continue
7972                 checking other groups
7973
7974 2006-12-05 [wwp]        2.6.1cvs5
7975
7976         * src/message_search.c
7977         * src/summary_search.c
7978         * src/gtk/combobox.c
7979         * src/gtk/combobox.h
7980         * src/gtk/gtkutils.c
7981         * src/gtk/gtkutils.h
7982                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7983                 behave like w/ old comboboxes (summary and message search only).
7984
7985 2006-12-05 [paul]       2.6.1cvs4
7986
7987         * src/wizard.c
7988                 encode headers
7989                 Thanks to Colin
7990
7991 2006-12-05 [paul]       2.6.1cvs3
7992
7993         * tools/README
7994         * tools/textviewer.pl
7995                 script updated and description added
7996
7997 2006-12-04 [colin]      2.6.1cvs2
7998
7999         * src/compose.c
8000                 Run pre-send hook only when checking
8001                 everything
8002
8003 2006-12-04 [paul]       2.6.1cvs1
8004
8005         * NEWS
8006         * README
8007         * RELEASE_NOTES
8008         * configure.ac
8009         * tools/README
8010                 bump up version number following stable release
8011
8012 2006-12-04 [paul]       2.6.0cvs83
8013
8014         * README
8015                 updates and corrections
8016
8017 2006-12-04 [colin]      2.6.0cvs82
8018
8019         * src/common/utils.c
8020                 Probably fix bug 1066, 'Incorrect mailbox 
8021                 size displayed'
8022
8023 2006-12-04 [colin]      2.6.0cvs81
8024
8025         * src/common/utils.c
8026                 Trim tabs from mailcap file too.
8027
8028 2006-12-02 [paul]       2.6.0cvs80
8029
8030         * src/exphtmldlg.c
8031                 fix broken GUI under certain languages
8032         * src/expldifdlg.c
8033                 put the Cancel button to the right
8034
8035 2006-12-01 [paul]       2.6.0cvs79
8036
8037         * tools/Makefile.am
8038                 remove reference to removed file
8039
8040 2006-12-01 [wwp]        2.6.0cvs78
8041
8042         * src/addressbook.c
8043         * src/editaddress.c
8044                 remove forgotten debug statements.
8045
8046 2006-12-01 [wwp]        2.6.0cvs77
8047
8048         * manual/advanced.xml
8049         * manual/fr/advanced.xml
8050         * src/addressbook.c
8051         * src/addressbook.h
8052         * src/addressitem.h
8053         * src/editaddress.c
8054         * src/editaddress.h
8055         * src/prefs_common.c
8056         * src/prefs_common.h
8057         * src/gtk/gtkutils.c
8058         * src/gtk/gtkutils.h
8059                 add a hidden option to allow embedding the editaddress (edit contact details)
8060                 dialog into the addressbook's window. This doesn't change the default
8061                 behaviour.
8062
8063 2006-12-01 [wwp]        2.6.0cvs76
8064
8065         * src/message_search.c
8066         * src/summary_search.c
8067                 fix more focus issues (don't set focus to combobox's entry widget when
8068                 entry's value changed, if entry widget has focus already).
8069
8070 2006-12-01 [wwp]        2.6.0cvs75
8071
8072         * src/gtk/quicksearch.c
8073                 revert last changes to the quicksearch gtk_combo_box, this needs more
8074                 tuning and testing.
8075
8076 2006-12-01 [paul]       2.6.0cvs74
8077
8078         * tools/kdeservicemenu/README
8079         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8080         * tools/kdeservicemenu/install.sh
8081         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8082         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8083                 simplify this stuff, and in so doing,
8084                 fix it. (possibly re-extend it again at
8085                 a later date)
8086
8087 2006-12-01 [wwp]        2.6.0cvs73
8088
8089         * src/gtk/quicksearch.c
8090                 adapt quicksearch code to use modern gtk_combo_box'es.
8091
8092 2006-12-01 [wwp]        2.6.0cvs72
8093
8094         * src/common/defs.h
8095         * src/prefs_common.c
8096         * src/prefs_common.h
8097         * src/message_search.c
8098         * src/summary_search.c
8099         * src/gtk/combobox.c
8100         * src/gtk/combobox.h
8101                 add history combos to all message and summary search fields.
8102
8103 2006-12-01 [wwp]        2.6.0cvs71
8104
8105         * src/summaryview.c
8106                 As the list may change while the mark as read delay
8107                 runs, we can't rely on the 'row' pointer, which can
8108                 be invalid when the timeout is called. As the mark
8109                 as read is only done if the message is still selected,
8110                 use summaryview->selected instead. Thanks to Colin.
8111
8112 2006-11-30 [paul]       2.6.0cvs70
8113
8114         * src/textview.c
8115                 give emphasis to "Sylpheed-Claws"
8116                 as well as "Claws Mail"
8117
8118 2006-11-30 [colin]      2.6.0cvs69
8119
8120         * src/wizard.c
8121                 Put the SSL checkboxes in the receiving
8122                 and sending server pages.
8123
8124 2006-11-29 [colin]      2.6.0cvs68
8125
8126         * src/gtk/gtkutils.c
8127         * src/gtk/gtkvscrollbutton.c
8128                 Revert some deprecated fixes - they seem to
8129                 deprecate stuff as soon as a new one gets out.
8130                 g_object_ref_sink needed glib-2.10.
8131
8132 2006-11-29 [colin]      2.6.0cvs67
8133
8134         * src/common/utils.c
8135                 Create .mailcap if it doesn't exist
8136
8137 2006-11-29 [colin]      2.6.0cvs66
8138
8139         * src/compose.c
8140                 Followup to cvs60: use original list
8141                 of recipients if replying to a mail
8142                 in Sent Drafts or Queue.
8143
8144 2006-11-27 [paul]       2.6.0cvs65
8145
8146         * src/image_viewer.c
8147                 revert the last change for now (it's broken)
8148
8149 2006-11-27 [paul]       2.6.0cvs64
8150
8151         * Makefile.am
8152         * configure.ac
8153         * m4/aclocal-include.m4
8154         * m4/check-type.m4
8155         * src/Makefile.am
8156         * src/addr_compl.c
8157         * src/compose.c
8158         * src/crash.c
8159         * src/export.c
8160         * src/exporthtml.c
8161         * src/exportldif.c
8162         * src/imap.c
8163         * src/import.c
8164         * src/main.c
8165         * src/main.h
8166         * src/matcher.c
8167         * src/mimeview.c
8168         * src/procmsg.c
8169         * src/textview.c
8170         * src/common/Makefile.am
8171         * src/common/claws.c
8172         * src/common/claws.h
8173         * src/common/ssl.c
8174         * src/common/sylpheed.c
8175         * src/common/sylpheed.h
8176         * src/etpan/Makefile.am
8177         * src/gtk/Makefile.am
8178         * src/gtk/claws-marshal.list
8179         * src/gtk/filesel.c
8180         * src/gtk/gtksctree.c
8181         * src/gtk/quicksearch.c
8182         * src/gtk/sylpheed-marshal.list
8183         * src/plugins/bogofilter/bogofilter.c
8184         * src/plugins/bogofilter/bogofilter_gtk.c
8185         * src/plugins/clamav/clamav_plugin.c
8186         * src/plugins/clamav/clamav_plugin_gtk.c
8187         * src/plugins/demo/demo.c
8188         * src/plugins/dillo_viewer/dillo_viewer.c
8189         * src/plugins/pgpcore/Makefile.am
8190         * src/plugins/pgpcore/claws.def
8191         * src/plugins/pgpcore/pgp_viewer.c
8192         * src/plugins/pgpcore/plugin.c
8193         * src/plugins/pgpcore/sylpheed.def
8194         * src/plugins/pgpinline/Makefile.am
8195         * src/plugins/pgpinline/claws.def
8196         * src/plugins/pgpinline/plugin.c
8197         * src/plugins/pgpinline/sylpheed.def
8198         * src/plugins/pgpmime/Makefile.am
8199         * src/plugins/pgpmime/claws.def
8200         * src/plugins/pgpmime/plugin.c
8201         * src/plugins/pgpmime/sylpheed.def
8202         * src/plugins/spamassassin/spamassassin.c
8203         * src/plugins/spamassassin/spamassassin_gtk.c
8204         * src/plugins/trayicon/trayicon.c
8205                 yet more renaming
8206                 remove deprecated gtk_tooltips_set_delay()
8207
8208 2006-11-26 [paul]       2.6.0cvs63
8209
8210         * src/expldifdlg.c
8211         * src/folderview.c
8212         * src/image_viewer.c
8213         * src/mainwindow.c
8214         * src/gtk/gtkutils.c
8215         * src/gtk/gtkvscrollbutton.c
8216         * src/gtk/prefswindow.c
8217         * src/plugins/pgpcore/prefs_gpg.c
8218                 replace more deprecated GTK+ functions
8219
8220 2006-11-26 [paul]       2.6.0cvs62
8221
8222         * src/addr_compl.c
8223         * src/addressbook.c
8224         * src/browseldap.c
8225                 replace deprecated gtk_idle_... functions
8226
8227 2006-11-26 [paul]       2.6.0cvs61
8228
8229         * src/compose.c
8230         * src/folderview.c
8231         * src/inc.c
8232         * src/summaryview.c
8233         * src/gtk/gtkvscrollbutton.c
8234         * src/gtk/quicksearch.c
8235         * src/plugins/pgpcore/passphrase.c
8236                 replace deprecated gtk_timeout_add and
8237                 gtk_timeout_remove
8238
8239 2006-11-26 [paul]       2.6.0cvs60
8240
8241         * src/compose.c
8242                 fix bug that caused the wrong recipient
8243                 to be selected when replying to a msg
8244                 which is From one of our accounts to
8245                 another of our accounts
8246
8247 2006-11-25 [paul]       2.6.0cvs59
8248
8249         * src/summaryview.c
8250                 don't change the From column title to
8251                 To if the To column is visible
8252
8253 2006-11-24 [paul]       2.6.0cvs58
8254
8255         * src/compose.c
8256                 fix bug 1069, 'Sent mails disappear, BCC
8257                 or locking problem?'
8258
8259 2006-11-21 [wwp]        2.6.0cvs57
8260
8261         * src/compose.c
8262                 fix spelling menu when replying (same as 2.3.1cvs39):
8263                 discrepancy between context menu and top menu when
8264                 folder's dictionary isn't the default one.
8265
8266 2006-11-19 [paul]       2.6.0cvs56
8267
8268         * src/summaryview.c
8269                 obey always_show_msg option when
8270                 marking as spam
8271         * src/plugins/bogofilter/bogofilter.c
8272                 fix typo
8273
8274 2006-11-18 [paul]       2.6.0cvs55
8275
8276         * AUTHORS
8277         * README
8278         * debian/copyright
8279         * manual/ack.xml
8280         * manual/es/ack.xml
8281         * manual/fr/ack.xml
8282         * manual/pl/ack.xml
8283         * src/gtk/authors.h
8284         * src/gtk/icon_legend.c
8285         * src/gtk/icon_legend.h
8286         * tools/OOo2claws-mail.pl
8287         * tools/README
8288         * tools/acroread2claws-mail.pl
8289         * tools/claws.i18n.status.pl
8290         * tools/filter_conv.pl
8291         * tools/filter_conv_new.pl
8292         * tools/freshmeat_search.pl
8293         * tools/google_search.pl
8294         * tools/kmail2claws-mail.pl
8295         * tools/kmail2claws-mail_v2.pl
8296         * tools/maildir2claws-mail.pl
8297         * tools/make.themes.project
8298         * tools/multiwebsearch.pl
8299         * tools/outlook2claws-mail.pl
8300         * tools/tb2claws-mail
8301         * tools/kdeservicemenu/README
8302         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8303                 update mine and wwp's email addresses in
8304                 several places
8305                 Patch by wwp
8306         * src/prefs_compose_writing.c
8307                 set sensitivity on 'new message format' frame
8308
8309 2006-11-17 [paul]       2.6.0cvs54
8310
8311         * src/gtk/about.c
8312                 more reworking of the GUI
8313                 Patch by Fabien Vantard
8314
8315 2006-11-16 [paul]       2.6.0cvs53
8316
8317         * src/gtk/about.c
8318                 set a minimum size for the window, allow
8319                 it to automatically expand as necessary
8320
8321 2006-11-16 [wwp]        2.6.0cvs52
8322
8323         * src/gtk/about.c
8324                 better wrap of copyright info on some systems.
8325
8326 2006-11-16 [paul]       2.6.0cvs51
8327
8328         * src/gtk/about.c
8329                 move the tech info from the upper panel
8330                 to the Info tab
8331                 use a gtk_text_view for the features tab
8332
8333 2006-11-16 [paul]       2.6.0cvs50
8334
8335         * po/Makevars
8336                 update my email address
8337         * src/addressbook.c
8338         * src/compose.c
8339         * src/imap_gtk.c
8340         * src/mh_gtk.c
8341         * src/news_gtk.c
8342         * src/summaryview.c
8343         * src/plugins/trayicon/trayicon.c
8344                 don't offer simple menu separators
8345                 for translation
8346         * src/folderview.c
8347                 add separator between 'mark all read'
8348                 and 'search folder'
8349
8350 2006-11-15 [wwp]        2.6.0cvs49
8351
8352         * src/gtk/authors.h
8353                 updated manuals authors.
8354
8355 2006-11-14 [paul]       2.6.0cvs48
8356
8357         * src/compose.c
8358                 Fix Options/Reply mode after draft save
8359
8360 2006-11-14 [paul]       2.6.0cvs47
8361
8362         * src/Makefile.am
8363                 Fix make DESTDIR=...
8364         * src/mbox.c
8365                 Optimise speed
8366         * src/plugins/pgpinline/pgpinline.c
8367                 Probably fix bug 1061
8368
8369 2006-11-14 [paul]       2.6.0cvs46
8370
8371         * po/Makevars
8372                 enable Q_ macro
8373         * src/Makefile.am
8374         * src/stock_pixmap.c
8375         * src/stock_pixmap.h
8376         * src/gtk/about.c
8377         * src/pixmaps/active.xpm
8378         * src/pixmaps/inactive.xpm
8379                 add a new page, 'Features', to the About dialog
8380                 showing which features are compiled in and which
8381                 are not
8382
8383 2006-11-14 [paul]       2.6.0cvs45
8384
8385         * po/ru.po
8386                 updated by Pavlo Bohmat
8387
8388 2006-11-14 [colin]      2.6.0cvs44
8389
8390         * src/compose.c
8391         * src/inc.c
8392         * src/messageview.c
8393         * src/news.c
8394         * src/pop.c
8395         * src/procmsg.c
8396         * src/gtk/gtkaspell.c
8397                 Fix 64-bit-related warnings
8398         * src/ssl_manager.c
8399                 Fix possible infinite loop
8400         * src/plugins/pgpcore/sgpgme.c
8401                 Remove useless check
8402
8403 2006-11-13 [colin]      2.6.0cvs43
8404
8405         * src/gtk/Makefile.am
8406                 authors.h isn't generated
8407
8408 2006-11-13 [colin]      2.6.0cvs42
8409
8410         * src/plugins/pgpinline/pgpinline.c
8411         * src/plugins/pgpmime/pgpmime.c
8412                 Very probably fix bug 1061, 'crash on 
8413                 opening signed email'. Another cast
8414                 problem
8415
8416 2006-11-13 [colin]      2.6.0cvs41
8417
8418         * src/plugins/pgpcore/sgpgme.c
8419                 Maybe fix bug 1061, 'crash on opening 
8420                 signed email'
8421
8422 2006-11-13 [wwp]        2.6.0cvs40
8423
8424         * src/plugins/pgpinline/pgpinline.c
8425                 fix candidate for bug #1057, thanks to Colin.
8426
8427 2006-11-13 [wwp]        2.6.0cvs39
8428
8429         * src/compose.c
8430         * src/quote_fmt_parse.y
8431                 fix bug 1052: current parser buffer was not always 
8432                 allocated, ptr to this buffer could be returned as 
8433                 NULL whereas no parser error has occurred. in 
8434                 consequence, defining a template body as "%d" 
8435                 (w/o the quotes) for the first time of the instance 
8436                 of claws-mail, was reporting a parser error. make 
8437                 sure that the buffer is always allocated, even to 
8438                 an empty string.
8439                 fix mis-unescaping in compose.:compose_quote_fmt(): 
8440                 unescaping of the fmt string was always done 
8441                 whereas it must be done *only* when receiving 
8442                 quote format strings issued from the prefs 
8443                 (compose new message, reply, forward, redirect 
8444                 formats), *not* when applying templates.  in 
8445                 consequences, applying templates w/ sequences 
8446                 like \\|p{echo} were failing. make sure that 
8447                 unescaping is done only when necessary.
8448
8449 2006-11-12 [colin]      2.6.0cvs38
8450
8451         * po/de.po
8452                 Fix typo (s/KB/MB)
8453
8454 2006-11-12 [colin]      2.6.0cvs37
8455
8456         * src/plugins/pgpinline/pgpinline.c
8457         * src/plugins/pgpmime/pgpmime.c
8458                 Release GPG context at the latest 
8459                 possible moment. Maybe fixes 
8460                 bug 1057, 'crash on sending signed 
8461                 message to a newsgroup'
8462                 
8463
8464 2006-11-12 [colin]      2.6.0cvs36
8465
8466         * src/plugins/pgpcore/sgpgme.c
8467                 Tell a bit more when gpg's status doesn't
8468                 contain any signature
8469
8470 2006-11-12 [colin]      2.6.0cvs35
8471
8472         * src/compose.c
8473                 Fix bug 1060, 'compilation error with 
8474                 Irix's cc'
8475
8476 2006-11-12 [paul]       2.6.0cvs34
8477
8478         * doc/man/claws-mail.1
8479         * src/prefs_gtk.c
8480         * src/plugins/clamav/README
8481         * src/plugins/spamassassin/README
8482         * tools/README
8483         * tools/freshmeat_search.pl
8484         * tools/google_search.pl
8485         * tools/multiwebsearch.pl
8486                 more renaming
8487         * src/plugins/trayicon/trayicon.c
8488                 fix compiliation warning
8489
8490 2006-11-11 [colin]      2.6.0cvs33
8491
8492         * src/folderview.c
8493                 Forbid drag and drop from/to different
8494                 folders of type F_UNKNOWN
8495
8496 2006-11-11 [colin]      2.6.0cvs32
8497
8498         * src/plugins/pgpinline/pgpinline.c
8499                 Fix typo in previous commit:
8500                 - gpgme_new(&ctx);
8501                 + if ((err = gpgme_new(&data->ctx)) ...)
8502
8503 2006-11-11 [colin]      2.6.0cvs31
8504
8505         * src/plugins/pgpinline/pgpinline.c
8506         * src/plugins/pgpmime/pgpmime.c
8507                 Check success after calling gpgme_new
8508                 Maybe fixes bug 1057, 'crash on sending 
8509                 signed message to a newsgroup'
8510
8511 2006-11-11 [colin]      2.6.0cvs30
8512
8513         * src/undo.c
8514                 init undostruct to 0s (from
8515                 valgrind log of bug 1057)
8516
8517 2006-11-10 [colin]      2.6.0cvs29
8518
8519         * src/mainwindow.c
8520                 Set cursor to wait before filtering
8521                 duplicates in all folders
8522         * src/plugins/bogofilter/bogofilter.c
8523         * src/plugins/bogofilter/bogofilter.h
8524         * src/plugins/bogofilter/bogofilter_gtk.c
8525                 Completely thread away the bogofilter
8526                 filtering
8527
8528 2006-11-10 [mones]      2.6.0cvs28
8529
8530         * src/compose.c
8531         * src/compose.h
8532                 added COMPOSE_CHECK_BEFORE_SEND hook
8533
8534 2006-11-10 [paul]       2.6.0cvs27
8535
8536         * src/crash.c
8537                 more renaming
8538                 add libSM to get_compiled_in_features()
8539         * src/main.c
8540                 more renaming
8541
8542 2006-11-10 [colin]      2.6.0cvs26
8543
8544         * src/etpan/imap-thread.c
8545                 Add a reference to libetpan's sasl engine
8546                 so that sasl_done() doesn't get called by
8547                 libetpan, and doesn't break openssl.
8548                 Should fix bug 1053, 'SC fails to reestablish 
8549                 a secure connection'
8550                 Patch by Hoa
8551
8552 2006-11-10 [colin]      2.6.0cvs25
8553
8554         * manual/addrbook.xml
8555         * manual/advanced.xml
8556         * manual/faq.xml
8557         * manual/intro.xml
8558                 Some more renaming
8559
8560 2006-11-09 [colin]      2.6.0cvs24
8561
8562         * src/plugins/bogofilter/bogofilter_gtk.c
8563                 Add comment about annoyance
8564
8565 2006-11-09 [colin]      2.6.0cvs23
8566
8567         * src/plugins/bogofilter/bogofilter.c
8568         * src/plugins/bogofilter/bogofilter_gtk.c
8569                 Prepare things needed to thread bogofilter
8570                 filtering: separate bogo stuff and possible GUI
8571                 stuff. 
8572
8573 2006-11-09 [colin]      2.6.0cvs22
8574
8575         * src/account.c
8576         * src/compose.c
8577                 Search for one of our accounts in Delivered-To
8578                 (helps for auto-account selection when 
8579                  replying/forwarding)
8580         * src/folderview.c
8581         * src/mainwindow.c
8582         * src/mainwindow.h
8583         * src/plugins/trayicon/trayicon.c
8584                 Allow opening a new mail with any account from
8585                 the contextual menu
8586
8587 2006-11-09 [wwp]        2.6.0cvs21
8588
8589         * src/compose.c
8590         * src/prefs_common.c
8591         * src/prefs_common.h
8592         * src/prefs_compose_writing.c
8593                 add a compose new message format (in prefs/compose/writing), it's a
8594                 simple subject+body template to use when opening a new composition
8595                 window. It's similar to the existent reply and forward formats.
8596
8597                 enhanced the template/format % symbols substitution mechanism to
8598                 use current composition window information when % are used in
8599                 the compose new message format or in templates applied to new
8600                 messages (there were useless in that situations before). When
8601                 applied to new messages, %d corresponds to the system time/date.
8602
8603 2006-11-09 [paul]       2.6.0cvs20
8604
8605         * src/gtk/authors.h
8606                 fix last commit
8607
8608 2006-11-09 [paul]       2.6.0cvs19
8609
8610         * src/gtk/authors.h
8611                 keep tje alphabetical order
8612
8613 2006-11-08 [colin]      2.6.0cvs18
8614
8615         * src/etpan/imap-thread.c
8616                 Fix bug 1054, 'Slowness logging big 
8617                 data chunks'
8618
8619 2006-11-08 [paul]       2.6.0cvs17
8620
8621         * tools/Makefile.am
8622                 fix the renaming
8623
8624 2006-11-08 [paul]       2.6.0cvs16
8625
8626         * src/common/defs.h
8627                 update BUGZILLA_URI
8628
8629 2006-11-08 [paul]       2.6.0cvs15
8630
8631         * tools/Makefile.am
8632         * tools/OOo2claws-mail.pl
8633         * tools/OOo2sylpheed.pl
8634         * tools/README
8635         * tools/acroread2claws-mail.pl
8636         * tools/acroread2sylpheed.pl
8637         * tools/kmail2claws-mail.pl
8638         * tools/kmail2claws-mail_v2.pl
8639         * tools/kmail2sylpheed.pl
8640         * tools/kmail2sylpheed_v2.pl
8641         * tools/maildir2claws-mail.pl
8642         * tools/maildir2sylpheed.pl
8643         * tools/nautilus2claws-mail.sh
8644         * tools/nautilus2sylpheed.sh
8645         * tools/outlook2claws-mail.pl
8646         * tools/outlook2sylpheed.pl
8647         * tools/tb2claws-mail
8648         * tools/tb2sylpheed
8649         * tools/tbird2claws.py
8650         * tools/tbird2syl.py
8651         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8652         * tools/kdeservicemenu/install.sh
8653         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8654         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8655         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8656         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8657         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8658                 renamed (removed, added) tools files
8659
8660 2006-11-08 [paul]       2.6.0cvs14
8661
8662         * src/main.c
8663         * src/common/defs.h
8664                 Migrate sylpheedrc to clawsrc, and fix the standard
8665                 plugins path in the process
8666
8667 2006-11-07 [colin]      2.6.0cvs13
8668
8669         * src/Makefile.am
8670                 Symlink sylpheed-claws relative to 
8671                 claws-mail
8672
8673 2006-11-07 [colin]      2.6.0cvs12
8674
8675         * src/compose.c
8676                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8677
8678 2006-11-07 [paul]       2.6.0cvs11
8679
8680         * src/gtk/about.c
8681                 Fix a missed occurence of
8682                 Sylpheed-Claws
8683
8684 2006-11-07 [paul]       2.6.0cvs10
8685
8686         * src/Makefile.am
8687                 Fix symlink installation
8688
8689 2006-11-07 [paul]       2.6.0cvs9
8690
8691         * src/Makefile.am
8692                 Symlink claws-mail to sylpheed-claws
8693         * src/common/utils.c
8694                 Fix migrating symlinks
8695         * src/etpan/imap-thread.c
8696                 check certificate only when there's
8697                 no error
8698
8699 2006-11-07 [paul]       2.6.0cvs8
8700
8701         * Makefile.am
8702                 Fix icon breakages with Gtk, which needs a 
8703                 cache updated to see them.
8704
8705 2006-11-07 [paul]       2.6.0cvs7
8706
8707         * .cvsignore
8708         * AUTHORS
8709         * COPYING
8710         * INSTALL
8711         * Makefile.am
8712         * NEWS
8713         * README
8714         * RELEASE_NOTES
8715         * autogen.sh
8716         * claws-mail-128x128.png
8717         * claws-mail-64x64.png
8718         * claws-mail.ico
8719         * claws-mail.pc.in
8720         * claws-mail.png
8721         * configure.ac
8722         * sylpheed-claws-128x128.png
8723         * sylpheed-claws-64x64.png
8724         * sylpheed-claws.desktop
8725         * sylpheed-claws.ico
8726         * sylpheed-claws.pc.in
8727         * sylpheed-claws.png
8728         * debian/README.Debian
8729         * debian/changelog
8730         * debian/claws-mail.desktop
8731         * debian/claws-mail.menu
8732         * debian/claws-mail.postinst.debhelper
8733         * debian/claws-mail.postrm.debhelper
8734         * debian/control
8735         * debian/copyright
8736         * debian/files
8737         * debian/rules
8738         * debian/sylpheed-claws.desktop
8739         * debian/sylpheed-claws.menu
8740         * debian/sylpheed-claws.postinst.debhelper
8741         * debian/sylpheed-claws.postrm.debhelper
8742         * doc/man/Makefile.am
8743         * doc/man/claws-mail.1
8744         * doc/man/sylpheed-claws.1
8745         * doc/src/ChangeLog.claws-pre0.8.0
8746         * manual/Makefile.am
8747         * manual/account.xml
8748         * manual/ack.xml
8749         * manual/addrbook.xml
8750         * manual/advanced.xml
8751         * manual/claws-mail-manual.xml
8752         * manual/faq.xml
8753         * manual/glossary.xml
8754         * manual/handling.xml
8755         * manual/intro.xml
8756         * manual/keyboard.xml
8757         * manual/plugins.xml
8758         * manual/starting.xml
8759         * manual/sylpheed-claws-manual.xml
8760         * manual/xml2pdf
8761         * manual/dist/.cvsignore
8762         * manual/dist/html/.cvsignore
8763         * manual/dist/html/Makefile.am
8764         * manual/dist/pdf/.cvsignore
8765         * manual/dist/pdf/Makefile.am
8766         * manual/dist/ps/.cvsignore
8767         * manual/dist/ps/Makefile.am
8768         * manual/dist/txt/.cvsignore
8769         * manual/dist/txt/Makefile.am
8770         * manual/es/Makefile.am
8771         * manual/es/advanced.xml
8772         * manual/es/claws-mail-manual.xml
8773         * manual/es/faq.xml
8774         * manual/es/glossary.xml
8775         * manual/es/handling.xml
8776         * manual/es/intro.xml
8777         * manual/es/plugins.xml
8778         * manual/es/sylpheed-claws-manual.xml
8779         * manual/es/dist/.cvsignore
8780         * manual/es/dist/html/.cvsignore
8781         * manual/es/dist/html/Makefile.am
8782         * manual/es/dist/pdf/.cvsignore
8783         * manual/es/dist/pdf/Makefile.am
8784         * manual/es/dist/ps/.cvsignore
8785         * manual/es/dist/ps/Makefile.am
8786         * manual/es/dist/txt/.cvsignore
8787         * manual/es/dist/txt/Makefile.am
8788         * manual/fr/Makefile.am
8789         * manual/fr/account.xml
8790         * manual/fr/ack.xml
8791         * manual/fr/addrbook.xml
8792         * manual/fr/advanced.xml
8793         * manual/fr/claws-mail-manual.xml
8794         * manual/fr/faq.xml
8795         * manual/fr/glossary.xml
8796         * manual/fr/handling.xml
8797         * manual/fr/intro.xml
8798         * manual/fr/keyboard.xml
8799         * manual/fr/plugins.xml
8800         * manual/fr/starting.xml
8801         * manual/fr/sylpheed-claws-manual.xml
8802         * manual/fr/dist/.cvsignore
8803         * manual/fr/dist/html/.cvsignore
8804         * manual/fr/dist/html/Makefile.am
8805         * manual/fr/dist/pdf/.cvsignore
8806         * manual/fr/dist/pdf/Makefile.am
8807         * manual/fr/dist/ps/.cvsignore
8808         * manual/fr/dist/ps/Makefile.am
8809         * manual/fr/dist/txt/.cvsignore
8810         * manual/fr/dist/txt/Makefile.am
8811         * manual/pl/Makefile.am
8812         * manual/pl/account.xml
8813         * manual/pl/ack.xml
8814         * manual/pl/addrbook.xml
8815         * manual/pl/advanced.xml
8816         * manual/pl/claws-mail-manual.xml
8817         * manual/pl/faq.xml
8818         * manual/pl/glossary.xml
8819         * manual/pl/handling.xml
8820         * manual/pl/intro.xml
8821         * manual/pl/keyboard.xml
8822         * manual/pl/plugins.xml
8823         * manual/pl/starting.xml
8824         * manual/pl/sylpheed-claws-manual.xml
8825         * manual/pl/dist/.cvsignore
8826         * manual/pl/dist/html/.cvsignore
8827         * manual/pl/dist/html/Makefile.am
8828         * manual/pl/dist/pdf/.cvsignore
8829         * manual/pl/dist/pdf/Makefile.am
8830         * manual/pl/dist/ps/.cvsignore
8831         * manual/pl/dist/ps/Makefile.am
8832         * manual/pl/dist/txt/.cvsignore
8833         * manual/pl/dist/txt/Makefile.am
8834         * po/.cvsignore
8835         * po/Makevars
8836         * src/.cvsignore
8837         * src/Makefile.am
8838         * src/account.c
8839         * src/account.h
8840         * src/action.c
8841         * src/action.h
8842         * src/adbookbase.h
8843         * src/addr_compl.c
8844         * src/addr_compl.h
8845         * src/addrbook.c
8846         * src/addrcache.c
8847         * src/addrcache.h
8848         * src/addrcindex.c
8849         * src/addrcindex.h
8850         * src/addrclip.c
8851         * src/addrclip.h
8852         * src/addrdefs.h
8853         * src/addressadd.c
8854         * src/addressadd.h
8855         * src/addressbook.c
8856         * src/addressbook.h
8857         * src/addressbook_foldersel.c
8858         * src/addressbook_foldersel.h
8859         * src/addrgather.c
8860         * src/addrgather.h
8861         * src/addrharvest.c
8862         * src/addrharvest.h
8863         * src/addrindex.c
8864         * src/addrindex.h
8865         * src/addritem.c
8866         * src/addritem.h
8867         * src/addrquery.c
8868         * src/addrquery.h
8869         * src/addrselect.c
8870         * src/addrselect.h
8871         * src/alertpanel.c
8872         * src/alertpanel.h
8873         * src/browseldap.c
8874         * src/browseldap.h
8875         * src/codeconv.c
8876         * src/codeconv.h
8877         * src/compose.c
8878         * src/crash.c
8879         * src/crash.h
8880         * src/customheader.c
8881         * src/customheader.h
8882         * src/displayheader.c
8883         * src/displayheader.h
8884         * src/editaddress.c
8885         * src/editaddress.h
8886         * src/editbook.c
8887         * src/editbook.h
8888         * src/editgroup.c
8889         * src/editgroup.h
8890         * src/editjpilot.c
8891         * src/editjpilot.h
8892         * src/editldap.c
8893         * src/editldap.h
8894         * src/editldap_basedn.c
8895         * src/editldap_basedn.h
8896         * src/editvcard.c
8897         * src/editvcard.h
8898         * src/exphtmldlg.c
8899         * src/exphtmldlg.h
8900         * src/expldifdlg.c
8901         * src/expldifdlg.h
8902         * src/export.c
8903         * src/exporthtml.c
8904         * src/exporthtml.h
8905         * src/exportldif.c
8906         * src/exportldif.h
8907         * src/filtering.c
8908         * src/filtering.h
8909         * src/folder.c
8910         * src/folder.h
8911         * src/folder_item_prefs.c
8912         * src/folder_item_prefs.h
8913         * src/foldersel.c
8914         * src/foldersel.h
8915         * src/folderutils.c
8916         * src/folderutils.h
8917         * src/folderview.c
8918         * src/folderview.h
8919         * src/grouplistdialog.c
8920         * src/grouplistdialog.h
8921         * src/html.c
8922         * src/html.h
8923         * src/image_viewer.c
8924         * src/image_viewer.h
8925         * src/imap.c
8926         * src/imap.h
8927         * src/imap_gtk.c
8928         * src/imap_gtk.h
8929         * src/import.c
8930         * src/import.h
8931         * src/importldif.c
8932         * src/importldif.h
8933         * src/importmutt.c
8934         * src/importmutt.h
8935         * src/importpine.c
8936         * src/importpine.h
8937         * src/inc.c
8938         * src/inc.h
8939         * src/jpilot.c
8940         * src/jpilot.h
8941         * src/ldapctrl.c
8942         * src/ldapctrl.h
8943         * src/ldaplocate.c
8944         * src/ldaplocate.h
8945         * src/ldapquery.c
8946         * src/ldapquery.h
8947         * src/ldapserver.c
8948         * src/ldapserver.h
8949         * src/ldaputil.c
8950         * src/ldaputil.h
8951         * src/ldif.c
8952         * src/ldif.h
8953         * src/localfolder.c
8954         * src/localfolder.h
8955         * src/main.c
8956         * src/main.h
8957         * src/mainwindow.c
8958         * src/mainwindow.h
8959         * src/manual.c
8960         * src/manual.h
8961         * src/matcher.c
8962         * src/matcher.h
8963         * src/matcher_parser.h
8964         * src/matcher_parser_lex.l
8965         * src/matcher_parser_parse.y
8966         * src/mbox.c
8967         * src/mbox.h
8968         * src/message_search.c
8969         * src/message_search.h
8970         * src/messageview.c
8971         * src/messageview.h
8972         * src/mh.c
8973         * src/mh.h
8974         * src/mh_gtk.c
8975         * src/mh_gtk.h
8976         * src/mimeview.c
8977         * src/mimeview.h
8978         * src/msgcache.c
8979         * src/msgcache.h
8980         * src/mutt.c
8981         * src/mutt.h
8982         * src/news.c
8983         * src/news.h
8984         * src/news_gtk.c
8985         * src/news_gtk.h
8986         * src/noticeview.c
8987         * src/noticeview.h
8988         * src/partial_download.c
8989         * src/partial_download.h
8990         * src/pine.c
8991         * src/pine.h
8992         * src/pop.c
8993         * src/pop.h
8994         * src/prefs_account.c
8995         * src/prefs_account.h
8996         * src/prefs_actions.c
8997         * src/prefs_actions.h
8998         * src/prefs_common.c
8999         * src/prefs_common.h
9000         * src/prefs_compose_writing.c
9001         * src/prefs_compose_writing.h
9002         * src/prefs_customheader.c
9003         * src/prefs_customheader.h
9004         * src/prefs_display_header.c
9005         * src/prefs_display_header.h
9006         * src/prefs_ext_prog.c
9007         * src/prefs_ext_prog.h
9008         * src/prefs_filtering.c
9009         * src/prefs_folder_column.c
9010         * src/prefs_folder_column.h
9011         * src/prefs_folder_item.c
9012         * src/prefs_folder_item.h
9013         * src/prefs_fonts.c
9014         * src/prefs_fonts.h
9015         * src/prefs_gtk.c
9016         * src/prefs_gtk.h
9017         * src/prefs_image_viewer.c
9018         * src/prefs_image_viewer.h
9019         * src/prefs_matcher.c
9020         * src/prefs_matcher.h
9021         * src/prefs_message.c
9022         * src/prefs_message.h
9023         * src/prefs_msg_colors.c
9024         * src/prefs_msg_colors.h
9025         * src/prefs_other.c
9026         * src/prefs_other.h
9027         * src/prefs_quote.c
9028         * src/prefs_quote.h
9029         * src/prefs_receive.c
9030         * src/prefs_receive.h
9031         * src/prefs_send.c
9032         * src/prefs_send.h
9033         * src/prefs_spelling.c
9034         * src/prefs_spelling.h
9035         * src/prefs_summaries.c
9036         * src/prefs_summaries.h
9037         * src/prefs_summary_column.c
9038         * src/prefs_summary_column.h
9039         * src/prefs_template.c
9040         * src/prefs_template.h
9041         * src/prefs_themes.c
9042         * src/prefs_themes.h
9043         * src/prefs_toolbar.c
9044         * src/prefs_toolbar.h
9045         * src/prefs_wrapping.c
9046         * src/prefs_wrapping.h
9047         * src/privacy.c
9048         * src/privacy.h
9049         * src/procheader.c
9050         * src/procheader.h
9051         * src/procmime.c
9052         * src/procmime.h
9053         * src/procmsg.c
9054         * src/procmsg.h
9055         * src/quote_fmt.c
9056         * src/quote_fmt_parse.y
9057         * src/recv.c
9058         * src/recv.h
9059         * src/remotefolder.c
9060         * src/remotefolder.h
9061         * src/send_message.c
9062         * src/send_message.h
9063         * src/setup.c
9064         * src/setup.h
9065         * src/sourcewindow.c
9066         * src/sourcewindow.h
9067         * src/ssl_manager.c
9068         * src/ssl_manager.h
9069         * src/statusbar.c
9070         * src/statusbar.h
9071         * src/stock_pixmap.c
9072         * src/stock_pixmap.h
9073         * src/summary_search.c
9074         * src/summary_search.h
9075         * src/summaryview.c
9076         * src/summaryview.h
9077         * src/syldap.c
9078         * src/syldap.h
9079         * src/textview.c
9080         * src/textview.h
9081         * src/toolbar.c
9082         * src/toolbar.h
9083         * src/undo.c
9084         * src/undo.h
9085         * src/unmime.c
9086         * src/unmime.h
9087         * src/vcard.c
9088         * src/vcard.h
9089         * src/wizard.c
9090         * src/wizard.h
9091         * src/common/base64.c
9092         * src/common/base64.h
9093         * src/common/defs.h
9094         * src/common/hooks.c
9095         * src/common/hooks.h
9096         * src/common/log.c
9097         * src/common/log.h
9098         * src/common/mgutils.c
9099         * src/common/mgutils.h
9100         * src/common/nntp.c
9101         * src/common/nntp.h
9102         * src/common/passcrypt.c
9103         * src/common/passcrypt.h.in
9104         * src/common/plugin.c
9105         * src/common/plugin.h
9106         * src/common/prefs.c
9107         * src/common/prefs.h
9108         * src/common/progressindicator.c
9109         * src/common/progressindicator.h
9110         * src/common/quoted-printable.c
9111         * src/common/quoted-printable.h
9112         * src/common/session.c
9113         * src/common/session.h
9114         * src/common/smtp.c
9115         * src/common/smtp.h
9116         * src/common/socket.c
9117         * src/common/socket.h
9118         * src/common/ssl.c
9119         * src/common/ssl.h
9120         * src/common/stringtable.c
9121         * src/common/stringtable.h
9122         * src/common/sylpheed.c
9123         * src/common/sylpheed.h
9124         * src/common/template.c
9125         * src/common/template.h
9126         * src/common/timing.h
9127         * src/common/utils.c
9128         * src/common/utils.h
9129         * src/common/version.h.in
9130         * src/common/xml.c
9131         * src/common/xml.h
9132         * src/common/xmlprops.c
9133         * src/common/xmlprops.h
9134         * src/gtk/about.c
9135         * src/gtk/colorlabel.c
9136         * src/gtk/colorlabel.h
9137         * src/gtk/colorsel.c
9138         * src/gtk/colorsel.h
9139         * src/gtk/combobox.c
9140         * src/gtk/combobox.h
9141         * src/gtk/description_window.c
9142         * src/gtk/description_window.h
9143         * src/gtk/filesel.c
9144         * src/gtk/filesel.h
9145         * src/gtk/foldersort.c
9146         * src/gtk/foldersort.h
9147         * src/gtk/gtkaspell.c
9148         * src/gtk/gtkaspell.h
9149         * src/gtk/gtksctree.c
9150         * src/gtk/gtkshruler.c
9151         * src/gtk/gtkshruler.h
9152         * src/gtk/gtkutils.c
9153         * src/gtk/gtkutils.h
9154         * src/gtk/icon_legend.c
9155         * src/gtk/icon_legend.h
9156         * src/gtk/logwindow.c
9157         * src/gtk/logwindow.h
9158         * src/gtk/manage_window.c
9159         * src/gtk/manage_window.h
9160         * src/gtk/pluginwindow.c
9161         * src/gtk/pluginwindow.h
9162         * src/gtk/prefswindow.c
9163         * src/gtk/prefswindow.h
9164         * src/gtk/quicksearch.c
9165         * src/gtk/quicksearch.h
9166         * src/pixmaps/claws-mail.xpm
9167         * src/pixmaps/claws-mail_icon.xpm
9168         * src/pixmaps/claws-mail_logo.xpm
9169         * src/pixmaps/sylpheed-claws.xpm
9170         * src/pixmaps/sylpheed-claws_icon.xpm
9171         * src/pixmaps/sylpheed-claws_logo.xpm
9172         * src/plugins/bogofilter/Makefile.am
9173         * src/plugins/bogofilter/bogofilter.c
9174         * src/plugins/bogofilter/bogofilter.h
9175         * src/plugins/bogofilter/bogofilter_gtk.c
9176         * src/plugins/clamav/Makefile.am
9177         * src/plugins/clamav/clamav_plugin.c
9178         * src/plugins/clamav/clamav_plugin.h
9179         * src/plugins/clamav/clamav_plugin_gtk.c
9180         * src/plugins/demo/Makefile.am
9181         * src/plugins/demo/demo.c
9182         * src/plugins/dillo_viewer/Makefile.am
9183         * src/plugins/dillo_viewer/README
9184         * src/plugins/dillo_viewer/dillo_prefs.c
9185         * src/plugins/dillo_viewer/dillo_prefs.h
9186         * src/plugins/dillo_viewer/dillo_viewer.c
9187         * src/plugins/pgpcore/Makefile.am
9188         * src/plugins/pgpcore/passphrase.c
9189         * src/plugins/pgpcore/passphrase.h
9190         * src/plugins/pgpcore/pgp_viewer.c
9191         * src/plugins/pgpcore/pgp_viewer.h
9192         * src/plugins/pgpcore/plugin.c
9193         * src/plugins/pgpcore/prefs_gpg.c
9194         * src/plugins/pgpcore/prefs_gpg.h
9195         * src/plugins/pgpcore/select-keys.c
9196         * src/plugins/pgpcore/select-keys.h
9197         * src/plugins/pgpcore/sgpgme.c
9198         * src/plugins/pgpcore/sgpgme.h
9199         * src/plugins/pgpcore/sylpheed.def
9200         * src/plugins/pgpcore/version.rc
9201         * src/plugins/pgpinline/Makefile.am
9202         * src/plugins/pgpinline/pgpinline.c
9203         * src/plugins/pgpinline/pgpinline.h
9204         * src/plugins/pgpinline/plugin.c
9205         * src/plugins/pgpinline/sylpheed.def
9206         * src/plugins/pgpinline/version.rc
9207         * src/plugins/pgpmime/Makefile.am
9208         * src/plugins/pgpmime/pgpmime.c
9209         * src/plugins/pgpmime/pgpmime.h
9210         * src/plugins/pgpmime/plugin.c
9211         * src/plugins/pgpmime/sylpheed.def
9212         * src/plugins/pgpmime/version.rc
9213         * src/plugins/spamassassin/Makefile.am
9214         * src/plugins/spamassassin/README
9215         * src/plugins/spamassassin/spamassassin.c
9216         * src/plugins/spamassassin/spamassassin.h
9217         * src/plugins/spamassassin/spamassassin_gtk.c
9218         * src/plugins/trayicon/Makefile.am
9219         * src/plugins/trayicon/trayicon.c
9220         * tools/OOo2sylpheed.pl
9221         * tools/README
9222         * tools/README.sylprint
9223         * tools/acroread2sylpheed.pl
9224         * tools/claws.i18n.status.pl
9225         * tools/filter_conv.pl
9226         * tools/filter_conv_new.pl
9227         * tools/freshmeat_search.pl
9228         * tools/google_search.pl
9229         * tools/kmail2sylpheed.pl
9230         * tools/kmail2sylpheed_v2.pl
9231         * tools/make.themes.project
9232         * tools/multiwebsearch.pl
9233         * tools/nautilus2sylpheed.sh
9234         * tools/outlook2sylpheed.pl
9235         * tools/sylprint.pl
9236         * tools/sylprint.rc
9237         * tools/tb2sylpheed
9238         * tools/textviewer.sh
9239         * tools/vcard2xml.py
9240         * tools/kdeservicemenu/README
9241         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9242         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9243         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9244                 Change name to Claws Mail. Announce to follow...
9245
9246 2006-11-06 [wwp]        2.6.0cvs6
9247
9248         * src/prefs_template.c
9249                 unify messages related to quote format/template errors (fix
9250                 capitalization), again.
9251
9252 2006-11-06 [wwp]        2.6.0cvs5
9253
9254         * src/prefs_quote.c
9255                 unify messages related to quote format/template errors.
9256
9257 2006-11-06 [wwp]        2.6.0cvs4
9258
9259         * src/prefs_msg_colors.c
9260                 more uses of Q_ macro for contextual translations, thanks
9261                 to Fabien (fzzzzz).
9262
9263 2006-11-06 [wwp]        2.6.0cvs3
9264
9265         * src/compose.c
9266         * src/common/utils.c
9267         * src/common/utils.h
9268                 show an alertpanel to make sure users are aware that sensitive
9269                 files are attached (it's file blacklist-based). This will fix
9270                 interaction w/ GoogleEarth for instance, thanks to Colin.
9271
9272 2006-11-06 [wwp]        2.6.0cvs2
9273
9274         * src/prefs_quote.c
9275         * src/prefs_template.c
9276         * src/prefs_template.h
9277                 check quote format when applying/closing prefs. For now this only
9278                 shows up an error dialog box, not preventing the user from using
9279                 a broken quote (reply, forwards) format.
9280
9281 2006-11-06 [wwp]        2.6.0cvs1
9282
9283         * src/prefs_template.c
9284                 fix missing checks of some template fields.
9285
9286 2006-11-06 [paul]       2.6.0
9287
9288         * NEWS
9289         * README
9290         * RELEASE_NOTES
9291                 2.6.0 released
9292
9293 2006-11-06 [paul]       2.5.6cvs22
9294
9295         * manual/advanced.xml
9296         * manual/es/advanced.xml
9297                 put 'respect_flowed_format' info in the correct
9298                 place
9299
9300 2006-11-06 [mones]      2.5.6cvs21
9301
9302         * po/es.po
9303                 Minor fixes for release
9304
9305 2006-11-06 [paul]       2.5.6cvs20
9306
9307         * po/cs.po
9308         * po/de.po
9309         * po/fr.po
9310         * po/it.po
9311         * po/nl.po
9312         * po/pt_BR.po
9313         * po/sk.po
9314         * po/sv.po
9315         * po/zh_CN.po
9316                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
9317                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
9318                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
9319                 Young
9320
9321 2006-11-02 [colin]      2.5.6cvs19
9322
9323         * src/imap.c
9324         * src/imap.h
9325         * src/prefs_account.c
9326         * src/etpan/imap-thread.c
9327                 Add GSSAPI support - fixes Debian bug #383274
9328
9329 2006-11-01 [colin]      2.5.6cvs18
9330
9331         * src/jpilot.c
9332                 Handle libpisock12 support. Probably
9333                 fixes bug 1046, 'jpilot AddressDB.pdb 
9334                 import fail'
9335
9336 2006-11-01 [colin]      2.5.6cvs17
9337
9338         * src/folderutils.c
9339                 debug_print() folderutils_mark_all_read()
9340
9341 2006-11-01 [colin]      2.5.6cvs16
9342
9343         * COPYING
9344                 Add missed files to the Apache exception
9345
9346 2006-10-31 [colin]      2.5.6cvs15
9347
9348         * src/folder.c
9349         * src/folder.h
9350                 Add a copy_private_data() func to FolderClasses
9351                 Doesn't break the feature freeze, because we 
9352                 won't use it (right now) in the core.
9353
9354 2006-10-31 [colin]      2.5.6cvs14
9355
9356         * COPYING
9357                 Allow linking with the Apache licensed files in
9358                 src/plugins/spamassassin. Hopefully fixes 
9359                 bug 1048, 'Spamassassin plugin license problem'
9360
9361 2006-10-31 [wwp]        2.5.6cvs13
9362
9363         * src/compose.c
9364                 fix and optimize trimming of leading linefeeds in body loop.
9365
9366 2006-10-31 [colin]      2.5.6cvs12
9367
9368         * src/etpan/imap-thread.c
9369         * src/imap.c
9370                 Make really sure to have NULL sets in case
9371                 of error
9372
9373 2006-10-30 [wwp]        2.5.6cvs11
9374
9375         * src/prefs_common.c
9376         * src/prefs_common.h
9377         * src/compose.c
9378                 fix broken storage of quote format template when it contains \-escape
9379                 sequences. The application of such sequences is also fixed now (\t
9380                 in quote format will be a real tab instead of a 't', for instance).
9381
9382 2006-10-27 [colin]      2.5.6cvs10
9383
9384         * src/compose.c
9385                 Probably fix bug 1045, 'sylpheed-claws 
9386                 doesn't remove the mail from the IMAP 
9387                 Queue folder after sending'. From
9388                 2.5.6cvs3-stable
9389
9390 2006-10-27 [colin]      2.5.6cvs9
9391
9392         * configure.ac
9393                 Require libetpan-0.48. I'm so annoying,
9394                 I know ;-)
9395
9396 2006-10-27 [colin]      2.5.6cvs8
9397
9398         * src/folder.c
9399         * src/imap.c
9400                 Probably fix bug 1044, 'sylpheed-claws 
9401                 segfaults while moving mails' - Fix relation
9402                 usage when moving to an IMAP mailbox from another
9403                 mailbox
9404
9405 2006-10-26 [paul]       2.5.6cvs7
9406
9407         * src/gtk/about.c
9408                 add libSM to compiled-in features
9409                 list
9410
9411 2006-10-24 [colin]      2.5.6cvs6
9412
9413         * src/textview.c
9414         * src/gtk/gtkutils.c
9415                 Fix crash when printing emails with an
9416                 xface
9417
9418 2006-10-24 [mones]      2.5.6cvs5
9419
9420         * manual/es/advanced.xml
9421                 Synchronize hidden option respect_flowed_format
9422         * po/es.po
9423                 Updated translation
9424
9425 2006-10-21 [paul]       2.5.6cvs4
9426
9427         * src/gtk/authors.h
9428         * src/plugins/pgpcore/pgp_viewer.c
9429         * src/plugins/pgpcore/sgpgme.c
9430                 fix building on BSDs
9431                 Thanks to Michael Hughes
9432                 <Sylpheed-Claws_user@thehugheslogcabin.net>
9433
9434 2006-10-20 [colin]      2.5.6cvs3
9435
9436         * configure.ac
9437                 Bump up libetpan requirement
9438                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
9439         * src/common/utils.c
9440         * src/common/utils.h
9441                 Add convenience get_file_mtime()
9442         * src/imap.c
9443         * src/etpan/imap-thread.c
9444         * src/etpan/imap-thread.h
9445                 Implement UIDPLUS support if the server
9446                 supports it - faster sending in this case
9447
9448 2006-10-19 [colin]      2.5.6cvs2
9449
9450         * src/gtk/quicksearch.c
9451                 Fix emptying in type-ahead+extended mode
9452         * src/mainwindow.c
9453         * src/mainwindow.h
9454                 Add a hook for offline state change
9455         * src/plugins/trayicon/trayicon.c
9456                 Use it to display offline icons
9457         * src/plugins/trayicon/Makefile.am
9458         * src/plugins/trayicon/newmail.offline.xpm
9459         * src/plugins/trayicon/newmarkedmail.offline.xpm
9460         * src/plugins/trayicon/nomail.offline.xpm
9461         * src/plugins/trayicon/unreadmail.offline.xpm
9462         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9463                 Add the icons
9464
9465 2006-10-12 [paul]       2.5.6cvs1
9466
9467         * NEWS
9468         * README
9469         * configure.ac
9470                 Update version number following
9471                 stable release
9472
9473 2006-10-19 [colin]      2.5.5cvs18
9474
9475         * manual/handling.xml
9476                 Add type-ahead search
9477
9478 2006-10-18 [colin]      2.5.5cvs17
9479
9480         * src/gtk/quicksearch.c
9481                 Remove "save to history only if there's
9482                 no syntax error", it breaks for some 
9483                 reason which I'll investigate later.
9484
9485 2006-10-18 [colin]      2.5.5cvs16
9486
9487         * src/prefs_common.c
9488         * src/prefs_common.h
9489         * src/summaryview.c
9490         * src/gtk/quicksearch.c
9491         * src/gtk/quicksearch.h
9492                 Add a type-ahead option for fast searches
9493                 Patch by Fabien Vantard
9494
9495 2006-10-18 [colin]      2.5.5cvs15
9496
9497         * src/compose.c
9498         * src/compose.h
9499                 Add Options/Reply mode/ menu to be able to
9500                 change the recipients of a reply on the fly
9501
9502 2006-10-18 [colin]      2.5.5cvs14
9503
9504         * src/compose.c
9505                 Fix redirecting of our own sent mails
9506
9507 2006-10-17 [wwp]        2.5.5cvs13
9508
9509         * src/send_message.c
9510                 Fix duplicate error messages when sending, and missing
9511                 newline in such error messages.
9512
9513 2006-10-17 [colin]      2.5.5cvs12
9514
9515         * src/compose.c
9516                 Compare addresses case-insensitive
9517
9518 2006-10-17 [colin]      2.5.5cvs11
9519
9520         * src/plugins/pgpcore/sgpgme.c
9521                 Fix return status
9522
9523 2006-10-17 [colin]      2.5.5cvs10
9524
9525         * src/plugins/pgpcore/pgp_viewer.c
9526                 Fix return status
9527
9528 2006-10-17 [colin]      2.5.5cvs9
9529
9530         * src/quote_fmt.c
9531                 Fix a typo (thanks to Fabien)
9532
9533 2006-10-16 [colin]      2.5.5cvs8
9534
9535         * src/textview.c
9536                 Fix problem with quote-folding when emails
9537                 don't convert cleanly to UTF-8
9538
9539 2006-10-14 [colin]      2.5.5cvs7
9540
9541         * src/prefs_template.c
9542                 Reset fields when reopening
9543                 the window
9544
9545 2006-10-13 [paul]       2.5.5cvs6
9546
9547         * manual/advanced.xml
9548         * src/prefs_message.c
9549                 make 'respect_flowed_format' a hidden
9550                 option, and add a manual entry for it
9551                 Thanks to Colin
9552
9553 2006-10-12 [colin]      2.5.5cvs5
9554
9555         * src/codeconv.c
9556                 Revert part of 2.5.2cvs21:
9557                 Don't optimise by reusing the 
9558                 last iconv converter if possible:
9559                 it seems slightly broken in a 
9560                 very hard way to reproduce
9561
9562 2006-10-12 [colin]      2.5.5cvs4
9563
9564         * src/prefs_common.c
9565         * src/prefs_common.h
9566         * src/prefs_message.c
9567         * src/procmime.c
9568                 Fix bug 1035, 'Incorrect handling 
9569                 of flowed lines'. We now optionnaly
9570                 handle this format (preference is in
9571                 Message View/Text options section)
9572
9573 2006-10-12 [colin]      2.5.5cvs3
9574
9575         * po/POTFILES.in
9576                 Add new file
9577         * src/plugins/pgpcore/pgp_viewer.c
9578         * src/plugins/pgpcore/sgpgme.c
9579                 Don't try to import without asking
9580
9581 2006-10-12 [colin]      2.5.5cvs2
9582
9583         * src/compose.c
9584                 Fix bug 1036, 'Forwarding a mutlipart
9585                 mail with a "text/html" block to ms
9586                 outlook users leeds to freeze of
9587                 outlook'. Poor outlook users...
9588
9589 2006-10-12 [paul]       2.5.5cvs1
9590
9591         * NEWS
9592         * README
9593         * configure.ac
9594                 Update version number following
9595                 stable release
9596
9597 2006-10-11 [paul]       2.5.4cvs1
9598
9599         * NEWS
9600         * README
9601         * configure.ac
9602                 Update version number following
9603                 stable release
9604
9605 2006-10-11 [paul]       2.5.3cvs32
9606
9607         * src/textview.c
9608                 fix bug 1032, 'Segmentation fault when showing
9609                 message' (bug in quote folding)
9610                 Thanks to Colin
9611
9612 2006-10-10 [colin]      2.5.3cvs31
9613
9614         * src/quote_fmt.c
9615                 Rephrase english a bit
9616
9617 2006-10-10 [colin]      2.5.3cvs30
9618
9619         * src/prefs_compose_writing.c
9620                 Stop making the page larger than the window
9621
9622 2006-10-10 [wwp]        2.5.3cvs29
9623
9624         * src/compose.c
9625         * src/prefs_template.c
9626         * src/quote_fmt.c
9627         * src/quote_fmt.h
9628         * src/quote_fmt_lex.l
9629         * src/quote_fmt_parse.y
9630                 Extend the quote parser a bit: allow to get access to
9631                 basic (composing) account info.
9632
9633 2006-10-10 [colin]      2.5.3cvs28
9634
9635         * src/procheader.c
9636                 Fix this \t problem in subject
9637
9638 2006-10-09 [colin]      2.5.3cvs27
9639
9640         * src/main.c
9641         * src/prefs_gtk.c
9642                 Prepare cache a bit later
9643                 If section already exists, skip the new one 
9644                 (as previously); avoid writing the same block
9645                 twice - if we find a second block with the 
9646                 same id, skip it.
9647         * src/plugins/pgpcore/pgp_viewer.c
9648                 Set cursor to busy when retrieving a key
9649         * src/plugins/pgpcore/sgpgme.c
9650                 allow 5 seconds for gpg to export the key
9651                 
9652
9653 2006-10-09 [colin]      2.5.3cvs26
9654
9655         * configure.ac
9656         * src/msgcache.c
9657         * src/prefs_gtk.c
9658                 Check for existence of fgets_unlocked
9659                 and fwrite_unlocked
9660
9661 2006-10-09 [paul]       2.5.3cvs25
9662
9663         * src/prefs_summaries.c
9664                 replace strftime() with fast_strftime() and in
9665                 the consequence fix the bug in the display of
9666                 AM/PM in the 'Example' string
9667
9668 2006-10-09 [ticho]      2.5.3cvs24
9669
9670         * po/sk.po
9671                 Updated (and fixed up somewhat) Slovak translation.
9672
9673 2006-10-08 [colin]      2.5.3cvs23
9674
9675         * src/prefs_folder_item.c
9676                 Explain why prefs in the top-level folder
9677                 aren't retained, but are still useful
9678
9679 2006-10-08 [colin]      2.5.3cvs22
9680
9681         * src/prefs_gtk.c
9682                 Don't cache anything if caching fails
9683
9684 2006-10-08 [colin]      2.5.3cvs21
9685
9686         * src/common/utils.c
9687                 always include gi18n.h
9688
9689 2006-10-07 [colin]      2.5.3cvs20
9690
9691         * src/plugins/pgpcore/pgp_viewer.c
9692                 Kill gpg after 5 seconds wait
9693
9694 2006-10-07 [colin]      2.5.3cvs19
9695
9696         * src/plugins/pgpcore/pgp_viewer.c
9697         * src/plugins/pgpcore/pgp_viewer.h
9698                 Fix copyright
9699
9700 2006-10-07 [colin]      2.5.3cvs18
9701
9702         * src/plugins/pgpcore/pgp_viewer.c
9703         * src/plugins/pgpcore/pgp_viewer.h
9704                 Actually add the files to CVS
9705
9706 2006-10-07 [colin]      2.5.3cvs17
9707
9708         * src/plugins/pgpcore/sgpgme.c
9709                 Be sure not to crash on 'application/pgp-signature' that
9710                 are not application/pgp-signatures
9711
9712 2006-10-07 [colin]      2.5.3cvs16
9713
9714         * src/textview.c
9715         * src/textview.h
9716                 Make a bit more of the API available
9717         * src/plugins/pgpcore/Makefile.am
9718         * src/plugins/pgpcore/plugin.c
9719         * src/plugins/pgpcore/sgpgme.c
9720                 Add basic key import/export
9721
9722 2006-10-07 [colin]      2.5.3cvs15
9723
9724         * src/folderview.c
9725         * src/imap.c
9726         * src/prefs_account.c
9727         * src/wizard.c
9728                 Warn users *everywhere* if libetpan's not
9729                 linked in
9730
9731 2006-10-06 [mones]      2.5.3cvs14
9732
9733         * po/de.po
9734         * po/es.po
9735                 updated by Stephan Sachse and me
9736
9737 2006-10-06 [colin]      2.5.3cvs13
9738
9739         * src/main.c
9740         * src/common/sylpheed.c
9741                 Don't load common plugins if --exit is passed
9742         * src/prefs_gtk.c
9743         * src/prefs_gtk.h
9744                 Implement a cache to avoid reading the same
9745                 files over and over again at startup
9746
9747 2006-10-06 [colin]      2.5.3cvs12
9748
9749         * src/summaryview.c
9750         * src/gtk/quicksearch.c
9751                 Update display every 5k mails on fast searches
9752
9753 2006-10-06 [colin]      2.5.3cvs11
9754
9755         * src/textview.c
9756                 Don't do quote folding on HTML or ERTF.
9757                 May fix the Cygwin issues if they were
9758                 happening with HTML mails?
9759
9760 2006-10-05 [colin]      2.5.3cvs10
9761
9762         * src/prefs_gtk.c
9763                 Oops, forgot one
9764
9765 2006-10-05 [colin]      2.5.3cvs9
9766
9767         * src/prefs_gtk.c
9768                 Use unlocked_stdio here too
9769
9770 2006-10-05 [colin]      2.5.3cvs8
9771
9772         * src/folderview.c
9773                 Fix go to next * after preferences apply
9774         * src/msgcache.c
9775                 Do the fd lock/unlock ourselves instead of
9776                 letting the libc do it at each write 
9777
9778 2006-10-05 [colin]      2.5.3cvs7
9779
9780         * src/common/utils.c
9781                 Faster division, thanks to Jean Diraison
9782
9783 2006-10-05 [paul]       2.5.3cvs6
9784
9785         * src/common/utils.c
9786                 fix building with --disable-nls
9787
9788 2006-10-04 [colin]      2.5.3cvs5
9789
9790         * src/folder.c
9791                 Maybe fix a segfault
9792
9793 2006-10-04 [wwp]        2.5.3cvs4
9794
9795         * src/prefs_folder_item.c
9796                 Fine-tune layouts in folder item prefs. Suggested by
9797                 Fabien Vantard <fzzzzz@gmail.com>.
9798
9799 2006-10-04 [wwp]        2.5.3cvs3
9800
9801         * src/prefs_folder_item.c
9802                 Kill the clandestine passengers. You didn't see anything.
9803
9804 2006-10-04 [wwp]        2.5.3cvs2
9805
9806         * src/prefs_folder_item.c
9807                 Add a way to test the subject simplify regexp in
9808                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9809                 w/ few layout changes.
9810
9811 2006-20-04 [paul]       2.5.3cvs1
9812
9813         * NEWS
9814         * README
9815         * configure.ac
9816                 Update version number following
9817                 stable release
9818
9819 2006-10-04 [colin]      2.5.2cvs42
9820
9821         * src/folder.c
9822         * src/folder.h
9823         * src/summaryview.c
9824                 Provide a way for folder classes to set their sort
9825                 type and key
9826
9827 2006-10-03 [colin]      2.5.2cvs41
9828
9829         * src/mh.c
9830                 Don't use strlen() to know if the
9831                 string's empty
9832
9833 2006-10-03 [colin]      2.5.2cvs40
9834
9835         * src/mh.c
9836                 Fix "check for new folders" with accentued folders
9837
9838 2006-10-03 [ticho]      2.5.2cvs39
9839
9840         * src/filtering.c
9841         * src/folder.c
9842         * src/inc.c
9843         * src/mbox.c
9844                 Colin's fix for "copy" filtering rules.
9845
9846 2006-10-02 [colin]      2.5.2cvs38
9847
9848         * src/folderview.c
9849                 Fix for double-click too
9850
9851 2006-10-02 [colin]      2.5.2cvs37
9852
9853         * src/folderview.c
9854                 correct fix for cvs36
9855
9856 2006-10-02 [colin]      2.5.2cvs36
9857
9858         * src/folderview.c
9859                 Fix 'goto next unread' after collapsing/expanding 
9860                 a node.
9861
9862 2006-10-02 [colin]      2.5.2cvs35
9863
9864         * src/summaryview.c
9865                 Fix double freeze/thaw
9866         * src/common/utils.c
9867         * src/common/utils.h
9868                 Reimplement strftime
9869         * src/procheader.c
9870                 Use it
9871
9872
9873 2006-10-02 [colin]      2.5.2cvs34
9874
9875         * src/mh.c
9876                 Time mh_write_sequences() - it's fast
9877         * src/summaryview.c
9878                 Init a variable to shut up gcc
9879
9880 2006-10-01 [colin]      2.5.2cvs33
9881
9882         * src/folder.c
9883         * src/mh.c
9884         * src/mh.h
9885         * src/msgcache.c
9886                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9887                 Add fsync but disable it, it's slow as hell
9888
9889 2006-10-01 [colin]      2.5.2cvs32
9890
9891         * src/mh.c
9892         * src/msgcache.c
9893                 fflush() caches and mh_sequences before
9894                 fclose()ing
9895
9896 2006-10-01 [colin]      2.5.2cvs31
9897
9898         * src/msgcache.c
9899                 Don't ftruncate when not using mmap
9900
9901 2006-09-30 [colin]      2.5.2cvs30
9902
9903         * src/main.c
9904                 Write folder list *after* saving caches
9905
9906 2006-09-30 [colin]      2.5.2cvs29
9907
9908         * src/folder.c
9909         * src/mh.c
9910                 Debug forced mtime changes
9911
9912 2006-09-30 [colin]      2.5.2cvs28
9913
9914         * src/folder.c
9915         * src/main.c
9916                 Remove useless debug_print()s (code
9917                 well-tested)
9918
9919 2006-09-30 [colin]      2.5.2cvs27
9920
9921         * src/mh.c
9922                 Do stuff faster when writing mh_sequences
9923
9924 2006-09-30 [colin]      2.5.2cvs26
9925
9926         * src/mh.c
9927                 Don't let the writing of .mh_sequences, which
9928                 can change the folder's mtime, let us think
9929                 we need to scan.
9930
9931 2006-09-30 [colin]      2.5.2cvs25
9932
9933         * src/folder.c
9934                 Move a debug_print where it belongs 
9935                 (processing)
9936         * src/summaryview.c
9937                 Don't mess with a huge slow subject
9938                 table if we're not threading by
9939                 subject
9940
9941 2006-09-30 [colin]      2.5.2cvs24
9942
9943         * src/msgcache.c
9944                 Reenable mmaped reads (*not* writes!)
9945         * src/procmsg.c
9946                 Don't destroy and recreate hashtables just
9947                 for fun
9948         * src/common/utils.c
9949                 Remove useless reply prefixes (it's case
9950                 unsensitive)
9951
9952 2006-09-30 [wwp]        2.5.2cvs23
9953
9954         * tools/fix_date.sh
9955                 Fixed a minor bug in date value extraction, added a switch
9956                 to replace non RFC-compliant Date: value, added a switch
9957                 to use strict RFC matching patterns for dates.
9958
9959 2006-09-29 [colin]      2.5.2cvs22
9960
9961         * src/matcher_parser.h
9962         * src/matcher_parser_parse.y
9963         * src/prefs_filtering.c
9964         * src/statusbar.c
9965         * src/summary_search.c
9966         * src/summaryview.c
9967         * src/gtk/quicksearch.c
9968         * src/gtk/quicksearch.h
9969                 Optimise searches by setting different
9970                 refresh intervals (depending if the 
9971                 search is fast or not)
9972
9973 2006-09-29 [colin]      2.5.2cvs21
9974
9975         * src/codeconv.c
9976                 Optimise by reusing the last iconv converter
9977                 if possible
9978         * src/textview.c
9979                 Optimise a bit (the foldable quotes feature
9980                 still has an awful O(n^2) algo
9981
9982 2006-09-29 [colin]      2.5.2cvs20
9983
9984         * src/gtk/gtksctree.c
9985         * src/gtk/gtksctree.h
9986                 Optimise de-selection via up/down or
9987                 another key
9988
9989 2006-09-28 [colin]      2.5.2cvs19
9990
9991         * src/action.c
9992         * src/compose.c
9993         * src/folderview.c
9994         * src/mainwindow.c
9995         * src/messageview.c
9996         * src/summary_search.c
9997         * src/toolbar.c
9998                 Avoid using summaryview->ctree directly
9999
10000 2006-09-28 [colin]      2.5.2cvs18
10001
10002         * src/summaryview.c
10003         * src/summaryview.h
10004                 Add helpers to freeze/thaw/grab_focus
10005                 Factorize calls to freeze/thaw/grab_focus
10006                 
10007
10008 2006-09-28 [colin]      2.5.2cvs17
10009
10010         * src/main.c
10011                 More guards for the session management
10012
10013 2006-09-28 [colin]      2.5.2cvs16
10014
10015         * src/folderview.c
10016         * src/gtk/gtksctree.c
10017         * src/gtk/gtksctree.h
10018                 Make expanding not recursive in folderview
10019
10020 2006-09-28 [colin]      2.5.2cvs15
10021
10022         * src/addressbook.c
10023                 If nothing is selected in the list (right part)
10024                 and a group is selected in the tree (left part),
10025                 mail this group.
10026
10027 2006-09-28 [colin]      2.5.2cvs14
10028
10029         * src/Makefile.am
10030                 Actually use SM_LIBS
10031
10032 2006-09-28 [ticho]      2.5.2cvs13
10033
10034         * src/export.c
10035         * src/messageview.c
10036         * src/mimeview.c
10037         * src/news.c
10038         * src/pop.c
10039         * src/prefs_themes.c
10040         * src/procmsg.c
10041                 Small i18n string optimization.
10042         * src/send_message.c
10043         * src/summaryview.c
10044         * src/common/session.c
10045         * src/common/smtp.c
10046         * src/common/ssl_certificate.c
10047         * src/common/utils.c
10048                 Use "Couldn't" instead of "Can't" in UI messages,
10049                 where appropriate.
10050
10051 2006-09-28 [colin]      2.5.2cvs12
10052
10053         * configure.ac
10054                 Possibly fix link errors
10055
10056 2006-09-27 [wwp]        2.5.2cvs11
10057
10058         * src/gtk/authors.h
10059         * doc/man/sylpheed-claws.1
10060         * manual/ack.xml
10061         * manual/es/ack.xml
10062         * manual/fr/ack.xml
10063         * manual/pl/ack.xml
10064                 Updated authors info (me, myself and I).
10065
10066 2006-09-27 [colin]      2.5.2cvs10
10067
10068         * src/addressbook.c
10069                 Remove useless printf
10070
10071 2006-09-27 [wwp]        2.5.2cvs9
10072
10073         * src/editgroup.c
10074         * src/send_message.c
10075         * src/inc.c
10076         * src/prefs_common.c
10077         * src/prefs_common.h
10078         * src/gtk/progressdialog.c
10079                 remember more windows' sizes (send dialog, received dialog,
10080                 edit group in addressbook).
10081
10082 2006-09-27 [colin]      2.5.2cvs8
10083
10084         * configure.ac
10085         * src/main.c
10086         * src/mainwindow.h
10087                 Use libSM to communicate with the session
10088                 manager, so that we can know when the 
10089                 session ends, save our caches, and draft
10090                 our compose windows.
10091
10092 2006-09-27 [colin]      2.5.2cvs7
10093
10094         * src/addressbook.c
10095                 Fix issues:
10096                 o Allow Book and Group creation from the tree's
10097                   contextual menu
10098                 o Do not actually delete the contacts when 
10099                   deleting groups from the tree (duh!)
10100
10101 2006-09-27 [colin]      2.5.2cvs6
10102
10103         * src/compose.c
10104         * src/compose.h
10105         * src/mainwindow.c
10106         * src/textview.c
10107         * src/toolbar.c
10108                 o Allow passing an email address to 
10109                   compose_new_with_folderitem
10110                 o Update callers
10111                 o Use current folderitem when clicking
10112                   on a TextView mailto: link
10113                 o Fix a possible leak in TextView
10114
10115 2006-09-27 [colin]      2.5.2cvs5
10116
10117         * src/html.c
10118                 Use UTF-8 chars to replace HTML entities
10119
10120 2006-09-27 [colin]      2.5.2cvs4
10121
10122         * AUTHORS
10123         * src/prefs_account.c
10124         * src/gtk/authors.h
10125                 Fix bug #1024 (Array index out of
10126                 range in sylpheed-claws-2.5.2)
10127                 Patch by Ales Nosek <anosek@suse.cz>
10128
10129 2006-09-27 [colin]      2.5.2cvs3
10130
10131         * src/addr_compl.c
10132                 Actually do the test
10133
10134 2006-09-27 [colin]      2.5.2cvs2
10135
10136         * src/addr_compl.c
10137         * src/addr_compl.h
10138                 Allow completing with comma (in certain cases: vCalendar
10139                 for example doesn't support that)
10140                 Patch by Fabien Vantard
10141
10142 2006-09-26 [colin]      2.5.2cvs1
10143
10144         * src/Makefile.am
10145         * src/addr_compl.c
10146         * src/addr_compl.h
10147         * src/addrbook.c
10148         * src/addrbook.h
10149         * src/addressbook.c
10150         * src/addrindex.c
10151         * src/addrindex.h
10152         * src/compose.c
10153         * src/prefs_common.c
10154         * src/prefs_filtering_action.c
10155         * src/prefs_folder_item.c
10156         * src/prefs_template.c
10157         * src/stock_pixmap.c
10158         * src/stock_pixmap.h
10159         * src/pixmaps/addr_one.xpm
10160         * src/pixmaps/addr_two.xpm
10161                 Add auto-completion on groups
10162
10163 2006-09-26 [colin]      2.5.2
10164
10165         * NEWS
10166         * README
10167         * RELEASE_NOTES
10168                 2.5.2 released
10169
10170 2006-09-26 [colin]      2.5.1cvs5
10171
10172         * src/matcher.c
10173                 Fix condition
10174
10175 2006-09-26 [colin]      2.5.1cvs4
10176
10177         * src/mbox.c
10178                 Revert cvs1 (useless as the message is printed 
10179                 every 500 mails)
10180
10181 2006-09-26 [colin]      2.5.1cvs3
10182
10183         * src/partial_download.c
10184                 Fix crasher found by Alexsandar Urosevic
10185
10186 2006-09-26 [colin]      2.5.1cvs2
10187
10188         * src/summaryview.c
10189                 Fix bug #1023 (Sylpheed deletes too much messages)
10190
10191 2006-09-26 [ticho]      2.5.1cvs1
10192
10193         * src/mbox.c
10194                 Make use of gettext's multiple plurals for statusbar
10195                 progress message.
10196
10197 2006-09-25 [paul]       2.5.1
10198
10199         * NEWS
10200         * README
10201         * RELEASE_NOTES
10202                 2.5.1 released
10203
10204 2006-09-25 [colin]      2.5.0cvs3
10205
10206         * src/plugins/bogofilter/bogofilter.c
10207         * src/plugins/clamav/clamav_plugin.c
10208         * src/plugins/spamassassin/spamassassin.c
10209                 BogoFilter, Spamassassin: Fix double hook registering after
10210                 visiting preferences
10211                 Spamassassin, Clamav: Just set the mails to move instead of
10212                 doing the move - caller will move the things at once.
10213
10214 2006-09-25 [colin]      2.5.0cvs2
10215
10216         * src/imap.c
10217         * src/etpan/imap-thread.c
10218                 Use UID SEARCH ALL instead of UID 1:*
10219                 (braindead servers can't figure out that's
10220                 the same...)
10221
10222 2006-09-25 [wwp]        2.5.0cvs1
10223
10224         * src/message_search.c
10225                 Added the ability to stop a running search (in message body).
10226
10227 2006-09-25 [paul]       2.5.0
10228
10229         * NEWS
10230         * README
10231         * RELEASE_NOTES
10232                 2.5.0 released
10233
10234 2006-09-25 [paul]       2.4.0cvs214
10235
10236         * po/cs.po
10237         * po/de.po
10238         * po/fi.po
10239         * po/fr.po
10240         * po/nl.po
10241         * po/pt_BR.po
10242         * po/sk.po
10243         * po/sr.po
10244         * po/zh_CN.po
10245                 updated by Tim, Stephan Sachse, Flammie Pirinen,
10246                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
10247                 Ticho, Aleksander Urosevic, Ralgh Young
10248
10249 2006-09-24 [mones]      2.4.0cvs213
10250
10251         * po/es.po
10252                 Updated for release
10253
10254 2006-09-23 [colin]      2.4.0cvs212
10255
10256         * src/gtk/inputdialog.c
10257                 Fix [ ] remember this appearing in normal
10258                 input dialogs after it's been used by
10259                 mimeview.
10260         * src/folder.c
10261         * src/folderview.c
10262         * src/msgcache.c
10263         * src/procmsg.c
10264         * src/summaryview.c
10265         * src/textview.c
10266         * src/common/timing.h
10267                 Enable timings in debug mode and make it
10268                 look prettier.
10269
10270 2006-09-22 [colin]      2.4.0cvs211
10271
10272         * README
10273                 Revert test change
10274         * commitHelper
10275                 ping the correct URI
10276
10277 2006-09-22 [colin]      2.4.0cvs210
10278
10279         * README
10280                 Let's see if bug #1022 is fixed
10281
10282 2006-09-21 [colin]      2.4.0cvs209
10283
10284         * src/wizard.c
10285         * src/common/plugin.c
10286                 Prepare infra to load predefined plugins when
10287                 no configuration existed. Don't actually load
10288                 anything yet (feat. freeze)
10289
10290 2006-09-21 [wwp]        2.4.0cvs208
10291
10292         * manual/fr/faq.xml
10293                 Partial sync w/ 2.4.0cvs72:
10294                 wrap file and minor updates.
10295
10296 2006-09-21 [wwp]        2.4.0cvs207
10297
10298         * tools/fix_date.sh
10299                 several fixes and enhancements. A new --force switch has been
10300                 added to prevent overriding by default Date: header when
10301                 already existing.
10302
10303 2006-09-21 [paul]       2.4.0cvs206
10304
10305         * src/common/utils.c
10306                 add Chinese UTF8 Re prefix
10307
10308 2006-09-21 [wwp]        2.4.0cvs205
10309
10310         * tools/Makefile.am
10311                 Fics alfabettical order.
10312
10313 2006-09-21 [wwp]        2.4.0cvs204
10314
10315         * tools/fix_date.sh
10316         * tools/Makefile.am
10317                 Added an action tool to fix missing Date field in emails.
10318                 Updated Makefile.am to reflect those last two additions.
10319
10320 2006-09-21 [wwp]        2.4.0cvs203
10321
10322         * tools/uuooffice
10323                 Added a action tool to open uuencoded docs w/
10324                 OpenOffice (based on uudec method).
10325
10326 2006-09-21 [colin]      2.4.0cvs202
10327
10328         * src/compose.c
10329         * src/textview.c
10330                 Workaround possible GTK crash: remove selection 
10331                 clipboard before destroying widget, or GTK+-2.10
10332                 dies. Thanks to Hiro.
10333
10334 2006-09-20 [colin]      2.4.0cvs201
10335
10336         * src/compose.c
10337                 Fix free-after-use in some cases (when 
10338                 procmime_encode_content() frees mimeinfo->data.mem
10339                 and turns it to a temp file)
10340
10341 2006-09-20 [colin]      2.4.0cvs200
10342
10343         * src/folderview.c
10344         * src/summaryview.c
10345         * src/gtk/gtksctree.c
10346         * src/gtk/gtksctree.h
10347                 Add tooltips in the folderview and summaryview
10348                 (Doesn't break string freeze as they already
10349                 exist)
10350         * src/toolbar.c
10351                 Put the spam button in the default configuration
10352                 if compiled with bogo plugin too
10353
10354 2006-09-19 [colin]      2.4.0cvs199
10355
10356         * src/summaryview.c
10357         * src/summaryview.h
10358                 Update folder name label on folder rename
10359         * src/prefs_matcher.c
10360         * src/gtk/logwindow.h
10361                 Fix warnings
10362                 Patches by Fabien
10363
10364 2006-09-19 [wwp]        2.4.0cvs198
10365
10366         * src/summary_search.c
10367                 fix can't click forward/backward buttons in the
10368                 search messages.
10369
10370 2006-09-18 [paul]       2.4.0cvs197
10371
10372         * src/wizard.c
10373                 add missing bracket, capitalise the A of
10374                 'SpamAssassin'
10375
10376 2006-09-18 [paul]       2.4.0cvs196
10377
10378         * src/compose.c
10379                 fix bug 1012 'crashed upon sending mail
10380                 from compose window'
10381                 Thanks to Colin
10382
10383 2006-09-16 [colin]      2.4.0cvs195
10384
10385         * src/folderview.c
10386                 Fix "real-time" sorting by freezing/thawing
10387
10388 2006-09-16 [colin]      2.4.0cvs194
10389
10390         * manual/faq.xml
10391                 Fix the anti-spam entry a bit
10392
10393 2006-09-16 [colin]      2.4.0cvs193
10394
10395         * src/wizard.c
10396                 Make sure reviewers have no excuse when stating
10397                 Sylpheed-Claws doesn't have antispam capabilities.
10398
10399 2006-09-16 [colin]      2.4.0cvs192
10400
10401         * src/main.c
10402                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
10403                 as if the SIGPIPE comes from etpan's thread we could
10404                 trigger a GUI update from this thread.
10405
10406 2006-09-16 [colin]      2.4.0cvs191
10407
10408         * src/summaryview.c
10409                 Init all members of the struct
10410
10411 2006-09-16 [paul]       2.4.0cvs190
10412
10413         * src/account.c
10414                 improvements to the English
10415
10416 2006-09-15 [colin]      2.4.0cvs189
10417
10418         * src/summaryview.c
10419                 HIG order on dialog
10420
10421 2006-09-14 [colin]      2.4.0cvs188
10422
10423         * src/common/socket.c
10424         * src/common/socket.h
10425         * src/common/ssl.c
10426         * src/common/ssl_certificate.c
10427         * src/common/ssl_certificate.h
10428         * src/etpan/imap-thread.c
10429                 the get_fqdn() call done to get canonical name when
10430                 checking an SSL certificate is blocking, which is
10431                 sad as we just did a non-blocking lookup to connect.
10432                 Fix that by letting the fqdn available to the SockInfo,
10433                 and use that in ssl_certificate_check(). For IMAP,
10434                 we don't do it as the lookup's done by libetpan, but
10435                 it's less annoying as IMAP connections as much more
10436                 rare than POP3 connections.
10437
10438 2006-09-14 [paul]       2.4.0cvs187
10439
10440         * manual/advanced.xml
10441                 improvements to the English,
10442                 properly place the new hidden options
10443                 within the alphabetical order
10444         * src/gtk/pluginwindow.c
10445                 improvements to the English
10446
10447 2006-09-14 [colin]      2.4.0cvs186
10448
10449         * src/prefs_common.c
10450         * src/prefs_common.h
10451         * src/gtk/gtksctree.c
10452         * manual/advanced.xml
10453                 New hidden pref, stripes_color_offset, to change
10454                 the value added/substracted to normal bgcolor to
10455                 create the stripes in summaries
10456
10457 2006-09-13 [colin]      2.4.0cvs185
10458
10459         * src/gedit-print.c
10460         * src/messageview.c
10461         * src/messageview.h
10462         * src/summaryview.c
10463         * src/textview.c
10464                 Fix misc. printing issues: 
10465                 - Bad font for linkified headers
10466                 - Different font if the mail was displayed or not
10467                 - Factorize the thing
10468
10469 2006-09-13 [colin]      2.4.0cvs184
10470
10471         * src/common/ssl_certificate.c
10472                 Only get FQDN once when checking certificate
10473
10474 2006-09-13 [colin]      2.4.0cvs183
10475
10476         * src/account.c
10477         * src/gtk/pluginwindow.c
10478                 Misc. GUI fixes by Fabien
10479
10480 2006-09-13 [wwp]        2.4.0cvs182
10481
10482         * configure.ac
10483         * src/common/utils.h
10484         * src/common/utils.c
10485                 get rid of unused wide-char functions.
10486
10487 2006-09-13 [wwp]        2.4.0cvs181
10488
10489         * src/plugins/pgpinline/sylpheed.def
10490         * src/textview.c
10491                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
10492                 add privacy_reset_error to the .def file,
10493                 do not fork for an external textviewer.
10494
10495 2006-09-13 [wwp]        2.4.0cvs180
10496
10497         * src/prefs_common.c
10498                 fix broken font entry in prefs (patch issued by the gpg4win team,
10499                 probably by Marcus Brinkmann <marcus@g10code.de>).
10500
10501 2006-09-13 [colin]      2.4.0cvs179
10502
10503         * src/folder.h
10504                 Fix a warning in summaryview.c
10505         * src/mainwindow.c
10506         * src/summaryview.c
10507         * src/summaryview.h
10508                 Add missing Mark/* elements in the
10509                 main menu
10510
10511 2006-09-12 [colin]      2.4.0cvs178
10512
10513         * src/prefs_actions.c
10514         * src/prefs_filtering_action.c
10515         * src/prefs_matcher.c
10516                 Use (New) instead of New everywhere
10517
10518 2006-09-12 [wwp]        2.4.0cvs177
10519
10520         * manual/fr/addrbook.xml
10521         * manual/fr/handling.xml
10522                 updated some quotes in the fr manual to match the fr translation.
10523
10524 2006-09-12 [wwp]        2.4.0cvs176
10525
10526         * src/prefs_matcher.c
10527                 don't store translated string elements in matcher expressions.
10528                 Also fixed a misused of Q_().
10529
10530 2006-09-11 [wwp]        2.4.0cvs175
10531
10532         * src/plugins//bogofilter/bogofilter.c
10533         * src/plugins//clamav/clamav_plugin.c
10534         * src/plugins//demo/demo.c
10535         * src/plugins//dillo_viewer/dillo_viewer.c
10536         * src/plugins//pgpcore/plugin.c
10537         * src/plugins//pgpinline/plugin.c
10538         * src/plugins//pgpmime/plugin.c
10539         * src/plugins//spamassassin/spamassassin.c
10540                 gettext-ize more strings (mostly plugin error messages).
10541
10542 2006-09-11 [colin]      2.4.0cvs174
10543
10544         * src/alertpanel.c
10545                 Make maximum buffer size bigger to avoid
10546                 truncating translated messages. Patch by
10547                 Fabien
10548
10549 2006-09-11 [colin]      2.4.0cvs173
10550
10551         * src/etpan/imap-thread.c
10552                 Fix compilation on OpenBSD, thanks to 
10553                 Landry
10554
10555 2006-09-10 [wwp]        2.4.0cvs172
10556
10557         * manual/account.xml
10558         * manual/addrbook.xml
10559         * manual/handling.xml
10560         * manual/es/handling.xml
10561         * manual/fr/account.xml
10562         * manual/fr/addrbook.xml
10563         * manual/fr/handling.xml
10564                 documented addressbook matching (condition configuration):
10565                   addrbook.xml, en fr
10566                 documented per-account filtering rules (handling/filtering
10567                   section, account section):
10568                   account.xml, handling.xml, en fr
10569                 slightly updated the handling/searching section to tell few
10570                   words about the extended search ability:
10571                   handling.xml, en fr
10572                 added missing <quote></quotes> to Quick Search:
10573                   handling.xml, en fr es
10574                 fixed a typo (auomatically):
10575                   handling.xml, en
10576                 changes revisited by Paul.
10577
10578 2006-09-10 [paul]       2.4.0cvs171
10579
10580         * src/prefs_actions.c
10581         * src/prefs_filtering.c
10582         * src/prefs_template.c
10583                 adjustments to the gui
10584                 Patch by Fabien Vantard (slightly modified)
10585
10586 2006-09-10 [colin]      2.4.0cvs170
10587
10588         * src/summaryview.c
10589                 Check folderitem/summaryview consistency
10590                 (basically automates Update summary). Fixes
10591                 #1011 (wrong (negative) count on unread 
10592                 messages)
10593
10594 2006-09-10 [colin]      2.4.0cvs169
10595
10596         * src/gtk/gtksctree.c
10597                 Fix recursive expansion via mouse
10598         * src/plugins/bogofilter/bogofilter.c
10599                 Use normal filtering way of moving
10600                 messages (batching), possibly fixing
10601                 bug #1015 (Bogofilter plugin doubles 
10602                 new messages)
10603
10604 2006-09-09 [wwp]        2.4.0cvs168
10605
10606         * src/prefs_filtering.c
10607                 better place for this fix.
10608
10609 2006-09-09 [wwp]        2.4.0cvs167
10610
10611         * src/prefs_filtering.c
10612                 fix a minor bug when the enabled status of a filtering/processing
10613                 rule always got set to TRUE when replacing this rule. That still
10614                 make sense when adding a new rule, but now when replacing, we
10615                 don't override the value of 'enabled'.
10616                 Also renamed the func prefs_filtering_list_view_get_rule_name()
10617                 to prefs_filtering_list_view_get_info() as this function not only
10618                 returns the name, but also the account_id and the enabled status.
10619
10620 2006-09-09 [mones]      2.4.0cvs166
10621
10622         * manual/glossary.xml
10623         * manual/plugins.xml
10624                 Minor format corrections
10625         * manual/gpl.xml
10626                 Fix misplaced NO WARRANTY section
10627         * manual/es/advanced.xml
10628         * manual/es/faq.xml
10629         * manual/es/glossary.xml
10630         * manual/es/gpl.xml
10631         * manual/es/handling.xml
10632         * manual/es/plugins.xml
10633         * manual/es/starting.xml
10634                 Incorporate changes from English version
10635         * manual/fr/ack.xml
10636         * manual/pl/ack.xml
10637         * manual/es/ack.xml
10638                 Fix address, (add translation credits in es version)
10639         * po/es.po
10640                 Updated translation
10641
10642 2006-09-09 [wwp]        2.4.0cvs165
10643
10644         * src/prefs_filtering.c
10645                 fix a crash when opening filtering prefs, if matcherrc file contains
10646                 broken data (non-existing account id, which is theoretically not
10647                 possible).
10648
10649 2006-09-08 [colin]      2.4.0cvs164
10650
10651         * src/folder.c
10652                 Wrong assert, make it an if()
10653         * src/gtk/gtksctree.c
10654                 Fix bug #1013 (expand selected thread 
10655                 tree) - expanding is now recursive
10656
10657 2006-09-07 [wwp]        2.4.0cvs163
10658
10659         * src/prefs_matcher.c
10660                 make better sentences about addressbook matching in the
10661                 matcher prefs. This should make translators' work easier
10662                 too.
10663
10664 2006-09-07 [wwp]        2.4.0cvs162
10665
10666         * src/prefs_filtering.c
10667                 code simplification (get rid of dup var. assignment).
10668
10669 2006-09-07 [wwp]        2.4.0cvs161
10670
10671         * src/summaryview.c
10672                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10673                 <fzzzzz@gmail.com>.
10674
10675 2006-09-07 [paul]       2.4.0cvs160
10676
10677         * src/mimeview.c
10678                 fix compilation warnings
10679                 Thanks to Colin
10680
10681 2006-09-07 [paul]       2.4.0cvs159
10682
10683         * src/mimeview.c
10684                 select the mimepart icon when
10685                 displaying as text
10686                 Thanks to Colin
10687
10688 2006-09-06 [paul]       2.4.0cvs158
10689
10690         * src/prefs_filtering.c
10691                 fix labels and table element spacing
10692                 Patch by Fabien Vantard
10693
10694 2006-09-06 [paul]
10695
10696         2.5.0-rc3 released
10697
10698 2006-09-06 [paul]       2.4.0cvs157
10699
10700         * manual/es/advanced.xml
10701                 fix typo
10702
10703 2006-09-06 [wwp]        2.4.0cvs156
10704
10705         * src/mainwindow.c
10706                 fix an dup launch issue when iconified, thanks to Colin.
10707
10708 2006-09-06 [wwp]        2.4.0cvs155
10709
10710         * src/gtk//gtksctree.h
10711                 oops, forgot that one!
10712
10713 2006-09-06 [wwp]        2.4.0cvs154
10714
10715         * manual/pl/advanced.xml
10716         * manual/advanced.xml
10717         * manual/es/advanced.xml
10718         * manual/fr/advanced.xml
10719         * src/prefs_customheader.c
10720         * src/prefs_filtering_action.c
10721         * src/foldersel.c
10722         * src/prefs_summaries.c
10723         * src/prefs_filtering.c
10724         * src/account.c
10725         * src/compose.c
10726         * src/prefs_summary_column.c
10727         * src/addr_compl.c
10728         * src/prefs_actions.c
10729         * src/prefs_folder_column.c
10730         * src/ssl_manager.c
10731         * src/prefs_template.c
10732         * src/prefs_display_header.c
10733         * src/prefs_common.h
10734         * src/prefs_matcher.c
10735         * src/prefs_common.c
10736         * src/prefs_toolbar.c
10737         * src/summaryview.c
10738         * src/folderview.c
10739         * src/gtk/gtksctree.c
10740         * src/gtk/pluginwindow.c
10741         * src/gtk/progressdialog.c
10742         * src/gtk/prefswindow.c
10743                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10744                 to make its meaning more obvious (all versions of the manual reflect
10745                 the change).
10746                 added an extra hidden option use_stripes_in_summary to allow
10747                 discarding these stripes in mainwindow's folder and message lists;
10748                 en and fr manuals only are OK towards this.
10749
10750 2006-09-06 [colin]      2.4.0cvs153
10751
10752         * src/textview.c
10753                 Hide Sylpheed-Claws' internal queue headers
10754                 when showing all headers. They'll be present
10755                 only in Source window.
10756
10757 2006-09-05 [colin]      2.4.0cvs152
10758
10759         * src/plugins/trayicon/trayicon.c
10760                 Fix crash at exit - we have to disconnect
10761                 our handlers
10762         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10763                 Update eggtrayicon - patch adapted from a
10764                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10765                 on Sylpheed's ML
10766
10767 2006-09-05 [colin]      2.4.0cvs151
10768
10769         * src/mainwindow.c
10770         * src/gtk/logwindow.c
10771                 Fix race condition when something writes
10772                 to the log too soon during init. Thanks
10773                 to Fabien Vantard
10774
10775 2006-09-05 [colin]      2.4.0cvs150
10776
10777         * src/mimeview.c
10778                 Don't select part on right-click either
10779
10780 2006-09-05 [paul]       2.4.0cvs149
10781
10782         * src/mimeview.c
10783                 completion of previous commit
10784                 Thanks to Colin
10785
10786 2006-09-05 [colin]      2.4.0cvs148
10787
10788         * src/mimeview.c
10789                 Don't force selection on middle-click, just open
10790
10791 2006-09-04 [colin]      2.4.0cvs147
10792
10793         * src/mimeview.c
10794                 Looks like gtk_notebook_set_current_page()
10795                 sometimes steals focus, and this annoys us
10796                 in MimeViewers as it renders navigation
10797                 keys useless. Take back focus after switching
10798                 pages.
10799
10800 2006-09-04 [colin]      2.4.0cvs146
10801
10802         * src/messageview.c
10803                 Set stop_loading when clicking on Next
10804                 during load. Don't add a callback to 
10805                 avoid over-complicating things.
10806
10807 2006-09-04 [colin]      2.4.0cvs145
10808
10809         * src/mimeview.c
10810         * src/messageview.c
10811                 Fix multiple loads in separate messageview
10812
10813 2006-09-04 [colin]      2.4.0cvs144
10814
10815         * src/summaryview.c
10816                 Let navigation keys be handled during 
10817                 load
10818
10819 2006-09-04 [colin]      2.4.0cvs143
10820
10821         * src/messageview.c
10822         * src/summaryview.c
10823         * src/textview.c
10824         * src/textview.h
10825                 Make loading of huge mails (lots of text and/or
10826                 images) cancellable, so the GUI doesn't block 
10827
10828 2006-09-04 [colin]      2.4.0cvs142
10829
10830         * src/plugins/trayicon/trayicon.c
10831                 Fix annoyance when removing a folder with 
10832                 unread mails: trayicon didn't update
10833
10834 2006-09-04 [paul]       2.4.0cvs141
10835
10836         * src/gtk/icon_legend.c
10837                 straighten up columns
10838                 Patch by Fabien Vantard
10839
10840 2006-09-04 [wwp]        2.4.0cvs140
10841
10842         * src/prefs_filtering.c
10843                 fix new line's account name in filtering prefs:
10844                 was "All", is now "(New)".
10845
10846 2006-09-04 [paul]       2.4.0cvs139
10847
10848         * tools/make.themes.project
10849                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10850                 instead of homebrewed "make release"
10851
10852 2006-09-03 [colin]      2.4.0cvs138
10853
10854         * src/folderview.c
10855                 Fix bug #1007 (Wrong folder highlighted)
10856
10857 2006-09-03 [colin]      2.4.0cvs137
10858
10859         * src/compose.c
10860                 Don't set Newsgroup: header to a mail folder
10861                 path
10862
10863 2006-09-03 [paul]       2.4.0cvs136
10864
10865         * src/prefs_other.c
10866         * src/prefs_spelling.c
10867                 unify the gui
10868
10869 2006-09-03 [paul]       2.4.0cvs135
10870
10871         * src/prefs_summaries.c
10872                 correct menu item text in prefs_keybind_apply_clicked()
10873
10874 2006-09-03 [paul]       2.4.0cvs134
10875
10876         * manual/advanced.xml
10877                 some improvements to the descriptions
10878         * src/mainwindow.c
10879         * src/messageview.c
10880         * src/summaryview.c
10881         * src/gtk/menu.c
10882                 fix menu sensitivity issues
10883         * src/prefs_message.c
10884                 drop the useless word 'short'
10885         * src/prefs_other.c
10886                 add the word 'lines' indicating log length
10887                 is a measure of lines
10888         * src/textview.c
10889                 fix compilation warnings
10890
10891 2006-09-02 [colin]      2.4.0cvs133
10892
10893         * src/messageview.c
10894                 Display a special return-receipt message
10895                 if the message is from the user
10896         * src/summaryview.c
10897                 Fix missing freeze of the list when marking
10898                 all read and unthreading for exec. Thanks
10899                 to Stephan Sachse.
10900
10901 2006-09-02 [paul]       2.4.0cvs132
10902
10903         * src/mainwindow.c
10904         * src/prefs_message.c
10905         * src/summaryview.c
10906                 fix some english
10907
10908 2006-09-02 [wwp]        2.4.0cvs131
10909
10910         * src/prefs_filtering.c
10911                 added an account name column to the filtering rules
10912                 dialog.
10913
10914 2006-09-02 [colin]      2.4.0cvs130
10915
10916         * src/gtk/logwindow.c
10917         * src/gtk/logwindow.h
10918                 Block scrolling if we're not at the end
10919                 of the log
10920
10921 2006-09-02 [colin]      2.4.0cvs129
10922
10923         * src/folder.c
10924                 Make sure account-specific rules can't
10925                 be used in {pre-,post-,}processing
10926         * src/mainwindow.c
10927         * src/gtk/logwindow.c
10928         * src/gtk/logwindow.h
10929                 Jump to last error when clicking on the
10930                 warning icon
10931
10932 2006-09-02 [colin]      2.4.0cvs128
10933
10934         * src/imap.c
10935         * src/import.c
10936         * src/mainwindow.c
10937         * src/mainwindow.h
10938                 Fix warning icon
10939         * src/inc.c
10940         * src/mbox.c
10941         * src/mbox.h
10942                 Let proc_mbox know its account, for
10943                 account-specific rules
10944
10945 2006-09-01 [colin]      2.4.0cvs127
10946
10947         * src/codeconv.c
10948                 Don't uselessly use iconv to convert from
10949                 us-ascii
10950         * src/alertpanel.c
10951         * src/mainwindow.c
10952         * src/mainwindow.h
10953         * src/inc.c
10954                 Fix certain log cases, disable warning icon
10955                 for now, the correct way to display it when
10956                 necessary and only when necessary is probably
10957                 to do it manually rather than use error logs
10958         * src/etpan/imap-thread.c
10959                 Clean up UID logging a bit
10960         * src/gtk/logwindow.c
10961         * src/gtk/logwindow.h
10962                 Make logging faster when the window's closed
10963
10964 2006-09-01 [wwp]        2.4.0cvs126
10965
10966         * manual/fr/account.xml
10967                 reflect changes to the ref. manual (parts of cvs72):
10968                 fix tabnames and quotes.
10969
10970 2006-09-01 [wwp]        2.4.0cvs125
10971
10972         * manual/fr/plugins.xml
10973                 reflect changes to the reference manual (cvs42):
10974                 update IRC channel info.
10975
10976 2006-09-01 [wwp]        2.4.0cvs124
10977
10978         * commitHelper
10979                 use CVSEDITOR env. var. if set, according to `man cvs`.
10980
10981 2006-09-01 [wwp]        2.4.0cvs123
10982
10983         * manual/advanced.xml
10984                 better sentence again (thanks to Paul).
10985
10986 2006-09-01 [wwp]        2.4.0cvs122
10987
10988         * manual/advanced.xml
10989         fix definition of toolbar_detachable and rework a bit the one of
10990         enable_dotted_lines.
10991
10992 2006-09-01 [mones]      2.4.0cvs121
10993
10994         * manual/advanced.xml
10995                 Document enable_dotted_lines
10996
10997 2006-09-01 [paul]       2.4.0cvs120
10998
10999         * src/folderview.c
11000         * src/folderview.h
11001         * src/imap.c
11002         * src/mainwindow.c
11003         * src/summaryview.c
11004                 obey the 'When entering folder...' option
11005                 when using the /View/Go to/... menu items
11006                 Thanks to Colin
11007
11008 2006-08-31 [colin]      2.4.0cvs119
11009
11010         * src/folderview.c
11011                 Revert 2.4.0cvs116, wrong fix.
11012
11013 2006-08-31 [colin]      2.4.0cvs118
11014
11015         * src/gtk/gtksctree.c
11016                 Better state the various copyrights
11017
11018 2006-08-31 [colin]      2.4.0cvs117
11019
11020         * src/prefs_common.c
11021                 fix enable_dotted_lines
11022
11023 2006-08-31 [colin]      2.4.0cvs116
11024
11025         * src/folderview.c
11026                 Use pref "Always open on select" when going
11027                 to next unread folder
11028         * src/gtk/gtksctree.c
11029                 Fix link failure to _gtk_clist_create_cell_layout
11030                 on certain computers. (Why not mine, I wonder)
11031
11032 2006-08-31 [colin]      2.4.0cvs115
11033
11034         * src/procmsg.c
11035         * src/textview.c
11036         * src/plugins/bogofilter/bogofilter.c
11037         * src/plugins/spamassassin/spamassassin.c
11038                 Requalify some "errors" to warnings
11039         * src/mainwindow.c
11040         * src/mainwindow.h
11041         * src/statusbar.c
11042                 Add an icon in the statusbar to notify
11043                 of errors
11044         * src/gtk/gtksctree.c
11045         * src/folderview.c
11046         * src/summaryview.c
11047                 Make the GtkSCTree look more modern by
11048                 alternating background lines
11049         * src/prefs_common.c
11050         * src/prefs_common.h
11051                 Add a pref to let people have the old
11052                 way if they prefer
11053
11054
11055 2006-08-30 [colin]      2.4.0cvs114
11056
11057         * src/procmsg.c
11058         * src/procmsg.h
11059                 Provide a way to filter a list of
11060                 messages in an optimised manner, and
11061                 add a list-filtering hook
11062         * src/folder.c
11063         * src/inc.c
11064         * src/mbox.c
11065                 Use the list filtering
11066         * src/plugins/bogofilter/bogofilter.c
11067                 Use the list-filtering hook
11068                 Use -b (bulk) mode for more speed
11069                 when learning and filtering
11070         * src/etpan/imap-thread.c
11071                 Make log output shorter in UID SEARCH
11072
11073
11074 2006-08-30 [colin]      2.4.0cvs113
11075
11076         * src/plugins/bogofilter/bogofilter.c
11077                 Really fast mass learning - thanks to David
11078                 Relson for the options explanations :)
11079
11080 2006-08-30 [colin]      2.4.0cvs112
11081
11082         * src/msgcache.c
11083                 Fix compilation on FreeBSD. Thanks
11084                 to Michael Hugues
11085
11086 2006-08-29 [colin]      2.4.0cvs111
11087
11088         * src/folderview.c
11089                 Handle "popup_menu" signal (for popping the 
11090                 menu via the keyboard)
11091         * src/mimeview.c
11092         * src/mimeview.h
11093         * src/summaryview.c
11094         * src/textview.c
11095         * src/gtk/gtkutils.c
11096         * src/gtk/gtkutils.h
11097                 Factorize scrolling code, and add an API 
11098                 for MimeViewers to handle scroll orders
11099
11100 2006-08-29 [wwp]        2.4.0cvs110
11101
11102         * src/plugins//bogofilter/bogofilter.c
11103         * src/plugins//spamassassin/spamassassin.c
11104                 make the bogofilter/spamassassin filtering error dialogs at
11105         incorporation obey to the "don't popup error dialog on
11106         receive error" option. If disabled, feed the log window w/
11107         the error message.
11108
11109 2006-08-29 [paul]
11110
11111         2.5.0-rc2 released
11112
11113 2006-08-29 [paul]       2.4.0cvs109
11114
11115         * Makefile.am
11116                 remove 'make release', it's not needed
11117                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
11118
11119 2006-08-29 [paul]       2.4.0cvs108
11120
11121         * src/foldersel.c
11122         * src/summary_search.c
11123         * src/gtk/progressdialog.c
11124         * src/plugins/pgpcore/passphrase.c
11125                 replace deprecated gtk_window_set_policy()
11126
11127 2006-08-29 [colin]      2.4.0cvs107
11128
11129         * src/folder.c
11130                 Fix data loss when copy fails during a move:
11131                 only use fast remove_msgs if everything was
11132                 copied OK; else use slow remove_msg on the
11133                 mails that got copied only.
11134
11135 2006-08-28 [paul]       2.4.0cvs106
11136
11137         * src/mh.c
11138                 revert change in 2.4.0cvs104, it breaks
11139                 stuff
11140
11141 2006-08-28 [paul]       2.4.0cvs105
11142
11143         * src/plugins/spamassassin/spamassassin.c
11144                 english fix
11145
11146 2006-08-28 [paul]       2.4.0cvs104
11147
11148         * src/mh.c
11149                 fix data loss when moving to another
11150                 mailbox fails
11151         * src/prefs_spelling.c
11152                 improve the english
11153         * src/gtk/pluginwindow.c
11154                 improve the layout of the dialog text
11155         All thanks to Colin
11156
11157 2006-08-28 [paul]       2.4.0cvs103
11158
11159         * src/plugins/bogofilter/bogofilter.c
11160         * src/plugins/bogofilter/bogofilter_gtk.c
11161                 fix english up a bit, innit
11162
11163 2006-08-28 [paul]       2.4.0cvs102
11164
11165         * configure.ac
11166         * po/Makefile.in.in
11167         * po/Makevars
11168                 require autoconf 2.60, enabling building
11169                 with gettext 0.15 (gettext 0.14.x build still
11170                 possible). Replace Makefiles with versions
11171                 from gettext 0.15.
11172                 Remove configure options --with-localedir and
11173                 --with-mandir. The options that are provided
11174                 directly by autoconf 2.60 can be used instead:
11175                 --mandir --localedir
11176
11177 2006-08-27 [colin]      2.4.0cvs101
11178
11179         * src/plugins/bogofilter/Makefile.am
11180                 Fix make dist (no README)
11181
11182 2006-08-27 [colin]      2.4.0cvs100
11183
11184         * src/folder.c
11185                 Don't use F_UNKNOWN folders for any default
11186                 outbox/trash/etc
11187         * src/plugins/bogofilter/bogofilter.c
11188         * src/plugins/bogofilter/bogofilter.h
11189         * src/plugins/bogofilter/bogofilter_gtk.c
11190                 Add an option to specify the path to bogofilter
11191                 Use single-quotes to be able to learn in folders
11192                 with spaces in their names
11193                 Verify learning status
11194
11195 2006-08-27 [colin]      2.4.0cvs99
11196
11197         * manual/faq.xml
11198         * manual/plugins.xml
11199                 Document Bogofilter plugin
11200
11201 2006-08-27 [colin]      2.4.0cvs98
11202
11203         * src/compose.c
11204         * src/messageview.c
11205         * src/procmsg.c
11206         * src/procmsg.h
11207                 When possible, copy the queued mail to sent folder
11208                 instead of re-adding. Much faster on IMAP.
11209
11210 2006-08-27 [colin]      2.4.0cvs97
11211
11212         * src/msgcache.c
11213                 Disable mmaped caches - huge metadata loss
11214                 here after a power failure.
11215         * src/summaryview.c
11216                 Add quicksearch timing
11217         * src/common/plugin.c
11218         * src/common/plugin.h
11219                 Implement an interface to tell what plugins
11220                 provide. Prevent loading of similar plugins.
11221         * src/plugins/clamav/clamav_plugin.c
11222         * src/plugins/demo/demo.c
11223         * src/plugins/dillo_viewer/dillo_viewer.c
11224         * src/plugins/pgpcore/plugin.c
11225         * src/plugins/pgpinline/pgpinline.c
11226         * src/plugins/pgpmime/pgpmime.c
11227         * src/plugins/spamassassin/spamassassin.c
11228         * src/plugins/trayicon/trayicon.c
11229                 Implement plugin_provides()
11230
11231 2006-08-27 [colin]      2.4.0cvs96
11232
11233         * configure.ac
11234         * src/plugins/Makefile.am
11235         * src/plugins/bogofilter/.cvsignore
11236         * src/plugins/bogofilter/Makefile.am
11237         * src/plugins/bogofilter/bogofilter.c
11238         * src/plugins/bogofilter/bogofilter.h
11239         * src/plugins/bogofilter/bogofilter_gtk.c
11240                 New Bogofilter plugin, provides filtering and
11241                 learning. Spamassassin will go to extra plugins.
11242
11243 2006-08-26 [mones]      2.4.0cvs95
11244
11245         * manual/handling.xml
11246                 Fix subfolder path in the example (thanks to Paul) 
11247
11248 2006-08-26 [mones]      2.4.0cvs94
11249
11250         * manual/glossary.xml
11251                 2.2. + add ISP to the glossary
11252                 7.5. + Add UIDL to glossary
11253                 7.7. + Add TCP to glossary
11254         * manual/handling.xml
11255                 7.1. + Mentions GNU/Linux distribution, what about the non...
11256                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
11257                 7.3. + Mentions .bashrc, what about the non-bash ones? 
11258                 7.4. = Use appropriate quotation for commands
11259                 7.6. = change "" to <quote></quote>
11260         * manual/plugins.xml
11261                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
11262         * manual/starting.xml
11263                 2.1. + local mbox file: some examples of mbox file locations...
11264                 Also reformatted files requiring it
11265
11266 2006-08-26 [wwp]        2.4.0cvs93
11267
11268         * src/summary_search.c
11269                 disable find buttons while summary search is running.
11270
11271 2006-08-25 [colin]      2.4.0cvs92
11272
11273         * src/folder.c
11274         * src/folderutils.c
11275         * src/mh.c
11276         * src/procmsg.h
11277         * src/summaryview.c
11278                 Speed up MH moving, and add progressbar
11279                 for MH deletion
11280         * src/msgcache.c
11281                 Write cache files using mmap() too
11282
11283 2006-08-25 [wwp]        2.4.0cvs91
11284
11285         * src/summaryview.c
11286                 switch spam<->ham button when a message has been marked as spam or ham
11287                 and is still selected. Thanks to Colin.
11288
11289 2006-08-25 [paul]       2.4.0cvs90
11290
11291         * src/Makefile.am
11292         * src/stock_pixmap.c
11293         * src/stock_pixmap.h
11294         * src/summaryview.c
11295         * src/gtk/icon_legend.c
11296         * src/pixmaps/copied.xpm
11297         * src/pixmaps/moved.xpm
11298                 add icons for delayed execution marked for
11299                 copying, marked for moving
11300
11301 2006-08-25 [mones]      2.4.0cvs89
11302
11303         * manual/glossary.xml
11304                 Fix the other glossary items:
11305                 5.1. = Inmmediate execution -> <quote>immediate execution...
11306                 5.2. = Fix MBOX capitalization -> Mbox
11307                 5.3. + Improve Plugins def. w/ tech. ref.
11308                 5.4. = Quotation -> replace '>' by <quote>></quote>
11309                 5.5. - SMTP Server. -> remove dot
11310         * po/es.po
11311                 Updated translation
11312
11313 2006-08-25 [mones]      2.4.0cvs88
11314
11315         * manual/ack.xml
11316                 Reformatted, changed email address
11317         * manual/glossary.xml
11318                 Reformatted, fixed MANUAL-TODO items:
11319                 8.2. + add ROT-13 to glossary
11320                 8.4. + add URL to glossary
11321         * manual/es/advanced.xml
11322                 Fixed <literal>s
11323
11324 2006-08-25 [paul]       2.4.0cvs87
11325
11326         * src/gtk/icon_legend.c
11327                 add 'marked for deletion' icon
11328                 arrange icons by containing column
11329                 wrap long label text
11330
11331 2006-08-25 [colin]      2.4.0cvs86
11332
11333         * src/common/utils.c
11334         * src/common/utils.h
11335                 Add the sc_g_*list_bigger functions in
11336                 a place everyone can use it
11337         * src/summaryview.c
11338                 Only freeze/thaw the list when working
11339                 on the selection, if it's bigger than 1
11340         * src/gtk/gtksctree.c
11341                 Only freeze/thaw the list when unselec-
11342                 ting 'all' if ('all' != 1)
11343                 This avoids some flickering
11344
11345 2006-08-24 [colin]      2.4.0cvs85
11346
11347         * src/addressbook.c
11348                 Fix strange list selection
11349                 Fix random seg (Invalid read of freed memory)
11350
11351 2006-08-24 [colin]      2.4.0cvs84
11352
11353         * src/alertpanel.c
11354         * src/gtk/inputdialog.c
11355         * src/plugins/pgpcore/passphrase.c
11356                 Revert minimal width patch of 2.4.0cvs67,
11357                 as it is also a maximal width. Use 
11358                 gtk_window_set_default_size instead.
11359
11360 2006-08-24 [colin]      2.4.0cvs83
11361
11362         * src/msgcache.c
11363                 Write cache/mark to temp files before
11364                 overwriting old ones (avoids metadata
11365                 loss if writing the new files fail).
11366                 Use mmap() to read cache/mark file, as
11367                 this makes cache reading faster. Dis-
11368                 abled for big-endian machines until it
11369                 can be tested. (Big-endian users: set
11370                 msgcache_use_mmap = TRUE in the relevant
11371                 #if).
11372         * src/procmsg.h
11373                 Move rarely used fields of MsgInfo in 
11374                 another structure, which will only be
11375                 allocated if needed. Face, X-Face,
11376                 Return receipt headers and List-*
11377                 headers are moved. Mails having none
11378                 of these occupy 52 bytes less with
11379                 this patch, which makes 2.5MB of RAM
11380                 saved on a 50k folder).
11381         * src/headerview.c
11382         * src/mainwindow.c
11383         * src/messageview.c
11384         * src/partial_download.c
11385         * src/procheader.c
11386         * src/procmsg.c
11387         * src/textview.c
11388                 Follow this structure change.
11389
11390 2006-08-24 [wwp]        2.4.0cvs82
11391
11392         * manual/es/.cvsignore
11393         * manual/es/dist/.cvsignore
11394         * manual/es/dist/html/.cvsignore
11395         * manual/es/dist/pdf/.cvsignore
11396         * manual/es/dist/ps/.cvsignore
11397         * manual/es/dist/txt/.cvsignore
11398                 more (generated) files to ignore.
11399
11400 2006-08-24 [colin]      2.4.0cvs81
11401
11402         * src/folder.c
11403         * src/mh.c
11404                 Fix possible problems with local delivery. Check the folder doesn't
11405                 need scan before setting its mtime when saving cache (which can be
11406                 done long after the folder's been modified by an external process);
11407                 Check that the stored item's mtime didn't change in mh functions.
11408
11409 2006-08-24 [mones]      2.4.0cvs80
11410
11411         * manual/advanced.xml
11412                 Rewrapping, some fixes and MANUAL-TODO items:
11413                 8.1. = change "" to <quote></quote>
11414                 8.3. = quote menu items
11415                 8.5. - deploying -> new user ... ideally a new user (redundant)
11416
11417 2006-08-23 [colin]      2.4.0cvs79
11418
11419         * src/gtk/gtksctree.c
11420                 When selecting or deselecting range, only
11421                 freeze/thaw when selection is bigger than 10
11422
11423 2006-08-23 [colin]      2.4.0cvs78
11424
11425         * src/messageview.c
11426         * src/mimeview.c
11427         * src/mimeview.h
11428         * src/plugins/dillo_viewer/dillo_viewer.c
11429                 Provide an API for MimeViewer plugins to
11430                 return a text selection for replying
11431
11432 2006-08-23 [colin]      2.4.0cvs77
11433
11434         * src/image_viewer.c
11435         * src/textview.c
11436                 Use gtk_pixbuf_new_from_file_at_scale(), which
11437                 is faster than getting the pixbuf then resizing
11438                 it.
11439
11440 2006-08-23 [colin]      2.4.0cvs76
11441
11442         * src/procmime.c
11443                 UTF-8 should be sent Quoted-printable
11444
11445 2006-08-22 [colin]      2.4.0cvs75
11446
11447         * src/mh.c
11448                 Check if scan is required before touching
11449                 the folder (or it'll be required every time)
11450
11451 2006-08-22 [colin]      2.4.0cvs74
11452
11453         * configure.ac
11454                 Require libetpan 0.46 (crasher fix when built
11455                 against gnutls)
11456
11457 2006-08-22 [colin]      2.4.0cvs73
11458
11459         * src/folder.c
11460                 Set folder's mtime after writing its
11461                 cache
11462         * src/folderview.c
11463                 Add some timing
11464         * src/procmsg.c
11465                 Don't do useless stuff if we don't 
11466                 thread by subject
11467         * src/summaryview.c
11468                 Add some timing, don't deselect prior
11469                 to selecting (gtksctree does it itself),
11470                 remove crash avoidance hacks as it's been
11471                 properly fixed since a while
11472         * src/common/utils.c
11473                 Optimize to_human_readable(): _() is slow,
11474                 do it only once, and avoid %f format for KB
11475                 (the most common in a summaryview)
11476         * src/gtk/gtksctree.c
11477                 Don't uselessly freeze/thaw (fixes flicker
11478                 on next unread and friends), reduce number
11479                 of g_list_nth/g_list_position where possible
11480         * src/gtk/gtkutils.c
11481         * src/gtk/gtkutils.h
11482                 Reduce number of g_list_nth/g_list_position
11483                 where possible.
11484                 All of this makes loading as 70k folder 2.1
11485                 seconds instead of 3.2 (with hot FS caches).
11486                 (1.3 seconds without Date and Size columns...)
11487
11488 2006-08-22 [paul]       2.4.0cvs72
11489
11490         wrap documents and do some items from mones' MANUAL-TODO:
11491
11492         * manual/account.xml
11493                 4.1. = fix tabname references to <quote>tabname</quote>
11494                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
11495         * manual/faq.xml
11496                 1.1. = mentioned options don't match UI
11497                 Add information about the 'Never send Return Receipts'
11498                 option
11499         * manual/handling.xml
11500                 6.2. = Mentions Extended symbols button, but now is
11501                 named Information
11502                 6.3. = Mentions ... button, which is now Edit
11503
11504 2006-08-22 [colin]      2.4.0cvs71
11505
11506         * src/gtk/pluginwindow.c
11507                 Fix layout in verbose translations (such
11508                 as french)
11509
11510 2006-08-22 [paul]       2.4.0cvs70
11511
11512         * manual/Makefile.am
11513                 build manuals in alphabetical order
11514         * src/addressbook.c
11515         * src/prefs_themes.c
11516                 replace/remove deprecated symbols
11517         * src/gtk/gtkutils.c
11518                 fix a warning
11519         * src/gtk/pluginwindow.c
11520                 replace deprecated symbol
11521                 replace label text and move it
11522         * src/plugins/pgpcore/prefs_gpg.c
11523                 move the 'Generate...' button out of the
11524                 Sign Key frame, replace the English used
11525         * src/plugins/pgpcore/sgpgme.c
11526                 fixes to the English
11527
11528 2006-08-21 [colin]      2.4.0cvs69
11529
11530         * src/plugins/trayicon/trayicon.c
11531                 Add more strings for translation; patch
11532                 by Pawel
11533
11534 2006-08-21 [colin]      2.4.0cvs68
11535
11536         * src/compose.c
11537                 fix replied flag not set after drafting
11538         * src/matcher.c
11539                 fix body quicksearch in non-encoded bodies
11540                 containing '='
11541         * src/msgcache.c
11542                 Get rid of the g_malloc workaround for
11543                 corrupted caches, use g_try_malloc
11544
11545 2006-08-21 [colin]      2.4.0cvs67
11546
11547         * src/alertpanel.c
11548         * src/gtk/inputdialog.c
11549         * src/plugins/pgpcore/passphrase.c
11550                 Set minimal width to 375
11551         * src/mainwindow.c
11552                 Fix switching to offline, asking if it 
11553                 should be overriden for synchronising
11554         * src/mimeview.c
11555                 Don't offer to remember command on Open 
11556                 with for text parts, as the browser or 
11557                 text editor command isn't changed from 
11558                 there
11559
11560 2006-08-20 [paul]       2.4.0cvs66
11561
11562         * po/ko.po
11563         * po/zh_CN.po
11564                 fix plural form errors. revealed by stricter
11565                 checking of gettext 0.15
11566
11567 2006-08-18 [paul]       2.4.0cvs65
11568
11569         * src/stock_pixmap.c
11570                 fix the fix of 2.4.0cvs64
11571                 Thanks to Colin
11572
11573 2006-08-18 [paul]       2.4.0cvs64
11574
11575         * src/stock_pixmap.c
11576                 fix leaks
11577                 Thanks to Colin
11578
11579 2006-08-18 [paul]       2.4.0cvs63
11580
11581         * src/compose.c
11582         * src/procmsg.c
11583                 fix occasional IMAP bug where large msgs
11584                 were left in the queue folder after sending
11585                 Thanks to Colin
11586
11587 2006-08-18 [paul]       2.4.0cvs62
11588
11589         * src/folderview.c
11590                 freeze the summaryview while quicksearch results
11591                 are displayed
11592                 (fixes bug 456 'current message is hidden when the
11593                 view is refreshed and extended search is "unread 
11594                 messages"')
11595                 Thanks to Colin
11596         * src/textview.c
11597                 add missing #include "inputdialog.h"
11598         * src/common/utils.h
11599                 add missing mailcap_update_default() and improve
11600                 readability
11601
11602 2006-08-17 [colin]      2.4.0cvs61
11603
11604         * src/plugins/pgpcore/select-keys.c
11605                 Fix warnings :)
11606
11607 2006-08-17 [colin]      2.4.0cvs60
11608
11609         * src/compose.c
11610                 Don't continue queuing if Cancel is clicked
11611                 in select-keys
11612
11613 2006-08-17 [colin]      2.4.0cvs59
11614
11615         * src/plugins/pgpcore/select-keys.c
11616                 When encrypting, if only one key matches and it 
11617                 matches exactly, automatically use it.
11618
11619 2006-08-17 [colin]      2.4.0cvs58
11620
11621         * src/mimeview.c
11622         * src/prefs_common.c
11623         * src/prefs_common.h
11624         * src/prefs_ext_prog.c
11625         * src/textview.c
11626                 Fix issues with previous patch (text/html)
11627                 Remove outdated prefs
11628
11629 2006-08-17 [colin]      2.4.0cvs57
11630
11631         * src/imap.c
11632                 Add View Log button on auth error
11633         * src/procmsg.c
11634                 Fix encrypted mail marked as new when
11635                 saved in normal folders
11636         * src/plugins/pgpinline/pgpinline.c
11637                 Fix encrypt bug on IMAP
11638         * src/mimeview.c
11639         * src/common/utils.c
11640         * src/common/utils.h
11641         * src/gtk/inputdialog.c
11642         * src/gtk/inputdialog.h
11643                 Get rid of metamail stuff, simplify
11644                 opening, and allow remembering of user's
11645                 choices (by updating ~/.mailcap). There's
11646                 still to drop "Audio player" and "Image
11647                 viewer" preferences.
11648
11649 2006-08-17 [mones]      2.4.0cvs56
11650
11651         * manual/es/sylpheed-claws-manual.xml
11652                 fix DTD path
11653
11654 2006-08-17 [mones]      2.4.0cvs55
11655
11656         * configure.ac
11657         * manual/Makefile.am
11658         * manual/es/Makefile.am
11659         * manual/es/account.xml
11660         * manual/es/ack.xml
11661         * manual/es/addrbook.xml
11662         * manual/es/advanced.xml
11663         * manual/es/faq.xml
11664         * manual/es/glossary.xml
11665         * manual/es/gpl.xml
11666         * manual/es/handling.xml
11667         * manual/es/intro.xml
11668         * manual/es/keyboard.xml
11669         * manual/es/plugins.xml
11670         * manual/es/starting.xml
11671         * manual/es/sylpheed-claws-manual.xml
11672         * manual/es/dist/Makefile.am
11673         * manual/es/dist/html/Makefile.am
11674         * manual/es/dist/pdf/Makefile.am
11675         * manual/es/dist/ps/Makefile.am
11676         * manual/es/dist/txt/Makefile.am
11677                 Spanish translation for the manual
11678
11679 2006-08-16 [colin]      2.4.0cvs54
11680
11681         * src/compose.c
11682         * src/main.c
11683         * src/mainwindow.c
11684                 Fix send button sensitivity at startup
11685                 Set send menu sensitivity (patch by Fabien)
11686         * src/ssl_manager.c
11687                 Enable closing with esc (patch by Fabien)
11688         * src/gtk/foldersort.c
11689                 Enable closing with esc (patch by Fabien)
11690         * src/procmime.c
11691                 Optimisation (no need to copy to tempfile to
11692                 "decode" 7bit and 8bit)
11693         * src/summaryview.c
11694                 Fix cruft in swap_from case
11695         * src/textview.c
11696                 Fix missing last line in some mail cases 
11697                 (Fixes debian #381872)
11698         * src/plugins/pgpcore/prefs_gpg.c
11699         * src/plugins/pgpcore/sgpgme.c
11700         * src/plugins/pgpcore/sgpgme.h
11701                 Don't show "no key found" when user explicitely
11702                 wants to create a key
11703
11704 2006-08-16 [paul]       2.4.0cvs53
11705
11706         * configure.ac
11707         * src/account.c
11708         * src/addressbook.c
11709         * src/headerview.c
11710         * src/prefs_account.c
11711         * src/prefs_message.c
11712         * src/gtk/gtkutils.c
11713                 bump up minimum required versions of GTK+ and
11714                 GLIB to 2.6.0
11715
11716 2006-08-16 [paul]       2.4.0cvs52
11717
11718         * src/toolbar.c
11719                 workaround GTK+ Bug 351600 - 'Can't re-click
11720                 on button after sensitivity update'
11721                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11722                 Thanks to Colin
11723
11724 2006-08-15 [colin]      2.4.0cvs51
11725
11726         * src/plugins/pgpcore/prefs_gpg.c
11727                 Set options sensitivity according to
11728                 key existence
11729         * src/plugins/pgpcore/sgpgme.c
11730                 Allow to create key with no passphrase
11731
11732 2006-08-14 [cleroy]     2.4.0cvs50
11733
11734         * src/gtk/pluginwindow.c
11735                 New layout (maybe to be changed?)
11736         * src/gtk/gtkutils.c
11737                 Fix a bit label_window
11738         * src/plugins/pgpcore/passphrase.c
11739         * src/plugins/pgpcore/passphrase.h
11740         * src/plugins/pgpcore/plugin.c
11741         * src/plugins/pgpcore/prefs_gpg.c
11742         * src/plugins/pgpcore/prefs_gpg.h
11743         * src/plugins/pgpcore/sgpgme.c
11744         * src/plugins/pgpcore/sgpgme.h
11745                 Allow to create a PGP private key via the GUI
11746
11747 2006-08-14 [wwp]        2.4.0cvs49
11748
11749         * src/addressbook_foldersel.c
11750                 fix strict ISO C90 compliance.
11751
11752 2006-08-14 [paul]       2.4.0cvs48
11753
11754         * src/gtk/prefswindow.c
11755                 re-set scrolled window on opening
11756                 Patch by Ticho
11757
11758 2006-08-14 [paul]
11759
11760         2.5.0-rc1 released
11761
11762 2006-08-14 [paul]       2.4.0cvs47
11763
11764         * src/prefs_display_header.c
11765                 re-enable user-defined Displayed Headers
11766
11767 2006-08-14 [paul]       2.4.0cvs46
11768
11769         * src/prefs_account.c
11770                 use GTK_STOCK_EDIT
11771
11772 2006-08-13 [colin]      2.4.0cvs45
11773
11774         * src/common/utils.c
11775                 Fix "a" in quote when the original message is empty,
11776                 by using \0 instead of 'a' to test writability of
11777                 temp files.
11778
11779 2006-08-13 [wwp]        2.4.0cvs44
11780
11781         * src/plugins/spamassassin/spamassassin.c
11782                 fix capitalization of "SpamAssassin" in some debug, log and
11783                 dialog messages.
11784
11785 2006-08-13 [paul]       2.4.0cvs43
11786
11787         * src/editldap.c
11788                 fix overlapping widgets
11789         * src/prefs_account.c
11790                 fix translation of protocol_names[]
11791                 fix label disappearing off the edge of the
11792                 visible area
11793
11794 2006-08-12 [paul]       2.4.0cvs42
11795
11796         * manual/plugins.xml
11797                 update IRC channel info before it gets forgotten
11798                 about
11799
11800 2006-08-11 [colin]      2.4.0cvs41
11801
11802         * src/compose.c
11803         * src/mainwindow.c
11804         * src/mainwindow.h
11805         * src/procmsg.c
11806         * src/procmsg.h
11807         * src/summaryview.c
11808         * src/toolbar.c
11809                 Grey out the Send button if
11810                 - Queue folders are empty, or
11811                 - We're sending already
11812
11813 2006-08-11 [wwp]        2.4.0cvs40
11814
11815         * src/main.c
11816                 fix a logic issue when quitting while a compose window is
11817                 still open, thanks to Colin.
11818
11819 2006-08-10 [colin]      2.4.0cvs39
11820
11821         * src/main.c
11822                 Fix default font size setting after wizard run
11823         * src/imap.c
11824         * src/etpan/imap-thread.c
11825         * src/etpan/imap-thread.h
11826                 Fix bug #999 (Timing out on TSL cert validation 
11827                 dialog makes ugly things happen). Also, STARTTLS
11828                 unconditionnaly if initial capabilities contain
11829                 LOGINDISABLED and STARTTLS.
11830
11831 2006-08-09 [colin]      2.4.0cvs38
11832
11833         * src/mainwindow.c
11834         * src/mainwindow.h
11835                 Fix Tools/Actions sensitivity when there are
11836                 no actions
11837
11838 2006-08-09 [colin]      2.4.0cvs37
11839
11840         * src/prefs_filtering.c
11841                 Warning fix, patch by Paul
11842         * src/messageview.c
11843         * src/prefs_actions.c
11844         * src/prefs_filtering_action.c
11845         * src/prefs_matcher.c
11846                 Uniformisation of "Info ..." to "Info..." (for
11847                 old gtk), patch by Fabien
11848         * src/plugins/clamav/clamav_plugin_gtk.c
11849                 Sensitivity fix by Fabien
11850
11851 2006-08-09 [colin]      2.4.0cvs36
11852
11853         * src/main.c
11854         * src/main.h
11855                 Add a function to know whether we're exiting
11856         * src/plugins/trayicon/trayicon.c
11857                 If exiting, don't do anything. Faster, and
11858                 avoids gtk_main_iteration reentracy causing
11859                 segfaults at exit
11860
11861 2006-08-09 [colin]      2.4.0cvs35
11862
11863         * src/messageview.c
11864         * src/mimeview.c
11865         * src/mimeview.h
11866                 Fix lack of part selection when automatically 
11867                 jumping to a specific part
11868         * src/msgcache.c
11869                 Little optimisation in cache reading
11870
11871 2006-08-09 [colin]      2.4.0cvs34
11872
11873         * src/compose.c
11874                 Fix crash setting the priority on reedit
11875                 (Accessing compose before creating it!)
11876
11877 2006-08-08 [colin]      2.4.0cvs33
11878
11879         * src/procmime.c
11880                 Fix bug #998 (last attachment is not accessible)
11881                 Bad RFC interpretation on multipart close-delimiters
11882         * src/mimeview.c
11883         * src/mimeview.h
11884         * src/gtk/gtkvscrollbutton.c
11885         * src/gtk/gtkvscrollbutton.h
11886                 Make attachments list wheel-scrollable
11887
11888 2006-08-07 [colin]      2.4.0cvs32
11889
11890         * src/gtk/gtkaspell.c
11891                 Fix bug #973 (Unicode punctation characters 
11892                 are not recognized as separators by the
11893                 spell checker); fix unsigned stuff
11894
11895 2006-08-07 [colin]      2.4.0cvs31
11896
11897         * src/compose.c
11898                 Fix bug #956 (DnD text with accents in compose 
11899                 text entry); fix gccc's signed/unsigned fuss
11900
11901 2006-08-06 [colin]      2.4.0cvs30
11902
11903         * src/main.c
11904                 Fix bug #979 (Plugin crashes when exiting 
11905                 sylpheed-claws) : handle exit request only 
11906                 once
11907
11908 2006-08-05 [colin]      2.4.0cvs29
11909
11910         * src/news.c
11911                 Just make sure we have a msgid.
11912
11913 2006-08-05 [colin]      2.4.0cvs28
11914
11915         * src/news.c
11916         * src/summaryview.c
11917                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11918                 by reimplementing it
11919         * src/textview.c
11920                 Fix bug when hiding quotes with level > 3 and quote
11921                 colors are recycled
11922
11923 2006-08-04 [colin]      2.4.0cvs27
11924
11925         * src/compose.c
11926         * src/undo.c
11927         * src/undo.h
11928                 Fix a bit replace-by-pasting undo
11929         * src/mainwindow.c
11930         * src/messageview.c
11931                 Fix Fold quotes menu synchro in
11932                 mainwindow when it changes in 
11933                 messageview
11934         * src/textview.c
11935                 Fix right-click on quotes blocks
11936         * src/common/utils.c
11937                 Verify that the file created by
11938                 my_tmpfile() is writable. Fixes
11939                 bug #988 (very specific filesystem
11940                 issue)
11941         * src/plugins/pgpcore/sgpgme.c
11942                 Fix file descriptor leak
11943         * src/plugins/spamassassin/spamassassin.c
11944                 Warn once if spamd isn't reachable
11945
11946 2006-08-04 [colin]      2.4.0cvs26
11947
11948         * src/toolbar.c
11949                 i18n context patch by Fabien
11950
11951 2006-08-03 [colin]      2.4.0cvs25
11952
11953         * src/mainwindow.c
11954         * src/messageview.c
11955                 Rename "Hide quotes" to "Fold quotes"
11956         * src/textview.c
11957                 Don't use hand cursor on quotes. "all 
11958                 the bonuses of the feature and none of 
11959                 unwelcome side-effects"
11960
11961 2006-08-03 [colin]      2.4.0cvs24
11962
11963         * AUTHORS
11964         * sylpheed-claws.desktop
11965         * src/gtk/authors.h
11966                 Bring the desktop file to XDG compliance
11967                 Patch by Charles A. Edwards
11968
11969 2006-08-03 [colin]      2.4.0cvs23
11970
11971         * src/textview.c
11972                 Fix links offset when they are preceded
11973                 by accentued chars (g_utf8_strlen!)
11974         * src/mainwindow.c
11975                 Fix wrong status when starting offline
11976
11977
11978 2006-08-03 [wwp]        2.4.0cvs22
11979
11980         * src/prefs_common.h
11981                 ask what to do w/ filtering rules that belong to an account when
11982                 applying filtering rules manually from the main window (skip,
11983                 apply regardless of the account, use current account). This dialog
11984                 can be skipped and the last reply used.
11985                 (forgot that file)
11986
11987 2006-08-03 [wwp]        2.4.0cvs21
11988
11989         * src/filtering.c
11990         * src/filtering.h
11991         * src/prefs_common.c
11992         * src/summaryview.c
11993         * src/alertpanel.c
11994         * src/alertpanel.h
11995         * src/messageview.c
11996                 ask what to do w/ filtering rules that belong to an account when
11997                 applying filtering rules manually from the main window (skip,
11998                 apply regardless of the account, use current account). This dialog
11999                 can be skipped and the last reply used.
12000
12001
12002 2006-08-03 [colin]      2.4.0cvs20
12003
12004         * src/textview.c
12005                 Optimize previous patch
12006
12007 2006-08-03 [cleroy]     2.4.0cvs19
12008
12009         * src/textview.c
12010                 Fix quotes getting toggled back when the
12011                 mail has an even number of text parts
12012
12013 2006-08-02 [colin]      2.4.0cvs18
12014
12015         * src/messageview.c
12016                 Add Hide quotes menu
12017
12018 2006-08-02 [colin]      2.4.0cvs17
12019
12020         * src/mainwindow.c
12021         * src/prefs_common.c
12022         * src/textview.c
12023         * src/textview.h
12024         * src/gtk/about.c
12025                 Allow per-level quote hiding,
12026                 Allow toggling quotes by double-clicking them
12027                 Rename RemoteURI to ClickableText to reflect
12028                 the fact it's used for a variety of things
12029
12030 2006-08-02 [wwp]        2.4.0cvs16
12031
12032         * src/mainwindow.c
12033                 fix "View/Hide quotes" menu item status initialization.
12034
12035 2006-08-02 [wwp]        2.4.0cvs15
12036
12037         * src/matcher_parser_parse.y
12038                 remove a debug trace.
12039
12040 2006-08-02 [paul]       2.4.0cvs14
12041
12042         * src/plugins/pgpcore/passphrase.c
12043                 don't set initial dialog size
12044                 make it resizable
12045
12046 2006-08-02 [paul]       2.4.0cvs13
12047
12048         * src/noticeview.c
12049                 remove the rogue '/' character
12050
12051 2006-08-02 [paul]       2.4.0cvs12
12052
12053         * src/noticeview.c
12054                 allow buttons to resize as necessary
12055
12056 2006-08-01 [wwp]        2.4.0cvs11
12057
12058         * src/mbox.c
12059                 fix strict ISO C90 compliance.
12060
12061 2006-08-01 [wwp]        2.4.0cvs10
12062
12063         * tools/update-po
12064                 updated update-po tool to work w/ context-dependent translations.
12065                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
12066
12067 2006-08-01 [wwp]        2.4.0cvs9
12068
12069         * src/matcher.c
12070         * src/prefs_filtering.c
12071         * src/prefs_matcher.c
12072                 allow context-dependent translations for "All",
12073                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12074
12075 2006-07-31 [colin]      2.4.0cvs8
12076
12077         * AUTHORS
12078         * src/gtk/authors.h
12079                 Add Rafal to authors
12080
12081 2006-07-31 [colin]      2.4.0cvs7
12082
12083         * src/compose.c
12084         * src/mainwindow.c
12085         * src/messageview.h
12086         * src/prefs_common.c
12087         * src/prefs_common.h
12088         * src/textview.c
12089                 Add 'View/Hide quotes'. Patch based on a patch
12090                 by Rafal Weglarz
12091
12092 2006-07-31 [colin]      2.4.0cvs6
12093
12094         * src/action.c
12095                 Fix problem with "> stuff >" actions
12096
12097 2006-07-31 [paul]       2.4.0cvs5
12098
12099         * po/nb.po
12100                 updated by Geir Helland
12101
12102 2006-07-31 [wwp]        2.4.0cvs4
12103
12104         * src/mainwindow.c
12105         * src/summaryview.c
12106         * src/summaryview.h
12107                 add "View/Go to/Parent message" and "View/Go to/Last read message",
12108                 thanks to Colin.
12109
12110 2006-07-31 [wwp]        2.4.0cvs3
12111
12112         * src/Makefile.am
12113         * src/addr_compl.c
12114         * src/addr_compl.h
12115         * src/addressbook.c
12116         * src/addressbook.h
12117         * src/addressbook_foldersel.c
12118         * src/addressbook_foldersel.h
12119         * src/addrindex.c
12120         * src/addrindex.h
12121         * src/matcher.c
12122         * src/matcher.h
12123         * src/matcher_parser_lex.l
12124         * src/matcher_parser_parse.y
12125         * src/prefs_common.c
12126         * src/prefs_common.h
12127         * src/prefs_filtering.c
12128         * src/prefs_matcher.c
12129         * src/prefs_matcher.h
12130         * src/summaryview.c
12131                 introduce filtering against the address book. It's now possible to add
12132                 matched conditions to determine if any email address in a message matches
12133                 or doesn't match any or all books or folders in the address book.
12134
12135 2006-07-31 [wwp]        2.4.0cvs2
12136
12137         * src/account.c
12138         * src/filtering.c
12139         * src/filtering.h
12140         * src/folder.c
12141         * src/folderview.c
12142         * src/inc.c
12143         * src/mainwindow.c
12144         * src/matcher.c
12145         * src/matcher_parser_lex.l
12146         * src/matcher_parser_parse.y
12147         * src/mbox.c
12148         * src/prefs_filtering.c
12149         * src/prefs_filtering.h
12150         * src/procmsg.c
12151         * src/procmsg.h
12152         * src/summaryview.c
12153                 introduce per-account filtering rules. Each filtering rule can now be assigned
12154                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
12155                 when applying filtering rules manually, as all rules will apply - even the ones
12156                 assigned to an account. This issue will be addressed soon.
12157  
12158
12159
12160 2006-07-31 [wwp]        2.4.0cvs1
12161
12162         * src/quote_fmt.c
12163                 make more strings translatable.
12164
12165 2006-07-31 [paul]       2.4.0
12166
12167         2.4.0 released
12168
12169 2006-07-31 [paul]       2.3.1cvs91
12170
12171         * po/ca.po
12172                 updated by Miquel Oliete
12173
12174 2006-07-31 [paul]       2.3.1cvs90
12175
12176         * po/de.po
12177         * po/el.po
12178         * po/fr.po
12179         * po/it.po
12180         * po/pl.po
12181         * po/pt_BR.po
12182         * po/sr.po
12183         * po/zh_CN.po
12184                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
12185                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
12186                 Aleksandar Urosevic, and Ralgh Young
12187
12188 2006-07-31 [paul]       2.3.1cvs89
12189
12190         * src/account.c
12191         * src/main.c
12192         * src/mainwindow.c
12193         * src/mainwindow.h
12194                 Fix a race condition when, after an SC crash, rescanning
12195                 folders took more than 0.5 seconds
12196                 Thanks to Colin
12197
12198 2006-07-31 [paul]       2.3.1cvs88
12199
12200         * src/folderview.c
12201                 don't translate separator strings
12202
12203 2006-07-30 [mones]      2.3.1cvs87
12204
12205         * doc/man/sylpheed-claws.1
12206                 Fixed non-ASCII chars in Hoa's name
12207         * po/es.po
12208                 Updated for release
12209
12210 2006-07-27 [colin]      2.3.1cvs86
12211
12212         * src/textview.c
12213                 Don't include the leading \n in links
12214                 Patch by Fabien
12215
12216 2006-07-25 [colin]      2.3.1cvs85
12217
12218         * src/mainwindow.c
12219         * src/common/socket.h
12220         * src/etpan/imap-thread.c
12221                 Refresh resolvers before connecting
12222                 to IMAP servers, and after switching
12223                 to online. Thanks to Paul.
12224
12225 2006-07-18 [colin]
12226
12227         * 2.4.0-rc4 released
12228
12229 2006-07-17 [colin]      2.3.1cvs84
12230
12231         * src/inc.c
12232                 Show connection attempt in statusbar before
12233                 connecting (previously first message was
12234                 "Retrieving messages from ..." after the
12235                 connection succeeded.
12236
12237 2006-07-16 [wwp]        2.3.1cvs83
12238
12239         * sylpheed-claws.ico
12240                 Added .ico file (windows multi-size icon file, generated).
12241
12242 2006-07-12 [wwp]        2.3.1cvs82
12243
12244         * src/messageview.c
12245                 remove Message/Re-edit menu entry from messageview window,
12246                 as sent/draft/queued messages are opened in compose window when
12247                 re-edited and it's not possible to re-edit other msgs.
12248
12249 2006-07-12 [paul]       2.3.1cvs81
12250
12251         * AUTHORS
12252         * src/mainwindow.c
12253         * src/gtk/authors.h
12254                 check online state before resetting
12255                 mailcheck timer. Useful if some program
12256                 verifies connection state and updates
12257                 Claws.
12258                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
12259
12260 2006-07-12 [paul]       2.3.1cvs80
12261
12262         * sylpheed-claws-128x128.png
12263         * sylpheed-claws-64x64.png
12264         * sylpheed-claws.png
12265         * src/Makefile.am
12266         * src/main.c
12267         * src/prefs_toolbar.c
12268         * src/stock_pixmap.c
12269         * src/stock_pixmap.h
12270         * src/wizard.c
12271         * src/gtk/about.c
12272         * src/gtk/gtkutils.c
12273         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
12274         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
12275         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
12276         * src/pixmaps/sylpheed.xpm              ** REMOVED **
12277         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
12278         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
12279                 updated and renamed logo/icon files and related
12280                 logo by Jesper Schultz
12281
12282 2006-07-11 [paul]       2.3.1cvs79
12283
12284         * src/main.c
12285                 fix the labels a smidgin
12286
12287 2006-07-09 [colin]      2.3.1cvs78
12288
12289         * src/textview.c
12290                 Show errors in textviewer's command
12291                 Patch by H. Merijn Brand
12292
12293 2006-07-09 [colin]      2.3.1cvs77
12294
12295         * src/compose.c
12296                 Save FMID in drafts too
12297
12298 2006-07-08 [colin]      2.3.1cvs76
12299
12300         * src/compose.c
12301                 Svae RMID in drafted mails too
12302                 Save quote_fmt vars for whole mails,
12303                 don't reset at each quote_fmt_init:
12304                 allows to use the same |i{var} in
12305                 various template fields
12306         * src/prefs_template.c
12307         * src/quote_fmt.h
12308         * src/quote_fmt_parse.y
12309                 Same
12310
12311 2006-07-08 [colin]      2.3.1cvs75
12312
12313         * src/textview.c
12314                 Fix highlighting of attached parts URIs
12315
12316 2006-07-08 [colin]      2.3.1cvs74
12317
12318         * src/main.c
12319                 Prevent bug #981 (sc 2.3.1 segfaults with 
12320                 gtk+ 2.10) from being reported again:
12321                 if Sylpheed-Claws has been compiled against
12322                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
12323                 of if Sylpheed-Claws has been compiled against
12324                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
12325                 error out.
12326
12327 2006-07-07 [colin]      2.3.1cvs73
12328
12329         * src/prefs_actions.c
12330                 Fix label
12331
12332 2006-07-07 [colin]      2.3.1cvs72
12333
12334         * src/prefs_actions.c
12335                 Fix compile on gtk < 2.8. argh :)
12336
12337 2006-07-07 [paul]       2.3.1cvs71
12338
12339         * src/common/defs.h
12340                 update DONATE_URI
12341
12342 2006-07-07 [colin]      2.3.1cvs70
12343
12344         * po/POTFILES.in
12345         * src/quote_fmt.c
12346         * src/quote_fmt_lex.l
12347         * src/quote_fmt_parse.y
12348                 Add |i{var}, a way to insert user-entered
12349                 text in a template
12350
12351 2006-07-07 [colin]
12352
12353         * 2.4.0-rc3 released
12354
12355 2006-07-07 [colin]      2.3.1cvs69
12356
12357         * src/folder.c
12358                 Don't consider inboxes of UNKNOWN folder 
12359                 classes to be useable as default inboxes
12360
12361 2006-07-07 [paul]       2.3.1cvs68
12362
12363         * src/textview.c
12364                 add missing #include <errno.h>
12365                 Thanks to René J. Blokland
12366
12367 2006-07-07 [paul]       2.3.1cvs67
12368
12369         * src/action.c
12370                 Return now Closes dialog
12371         * src/mimeview.c
12372         * src/mimeview.h
12373         * src/textview.c
12374                 add contextual menu to mime parts listed
12375                 in the textview
12376                 Thanks to Colin
12377         * src/common/utils.c
12378                 reversal: ' is a valid character in URLs
12379
12380 2006-07-06 [colin]      2.3.1cvs66
12381
12382         * src/remotefolder.h
12383                 Forgotten in previous commit
12384
12385 2006-07-06 [colin]      2.3.1cvs65
12386
12387         * src/folder.c
12388                 Set summary update flag whenever
12389                 totals changed
12390         * src/imap.c
12391         * src/prefs_account.c
12392         * src/common/utils.h
12393         * src/etpan/imap-thread.c
12394                 Fix warnings, thanks to Fabien and
12395                 Ricardo
12396
12397 2006-07-06 [wwp]        2.3.1cvs64
12398
12399         * src/gtk/gtkutils.c
12400                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
12401
12402 2006-07-06 [wwp]        2.3.1cvs63
12403
12404         * src/account.c
12405         * src/addressbook.c
12406         * src/addressitem.h
12407         * src/folderview.c
12408         * src/mainwindow.c
12409         * src/manual.c
12410         * src/manual.h
12411         * src/message_search.c
12412         * src/prefs_actions.c
12413         * src/prefs_filtering.c
12414         * src/prefs_filtering.h
12415         * src/prefs_template.c
12416         * src/summary_search.c
12417         * src/summaryview.c
12418         * src/gtk/gtkutils.c
12419         * src/gtk/gtkutils.h
12420         * src/gtk/pluginwindow.c
12421                 add help buttons to some dialogs. Clicking such buttons opens a
12422                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
12423
12424 2006-07-06 [paul]       2.3.1cvs62
12425
12426         * src/textview.c
12427                 fix attachments contextual menu
12428                 Thanks to Colin
12429
12430 2006-07-05 [colin]      2.3.1cvs61
12431
12432         * src/textview.c
12433         * src/compose.c
12434                 Handle sftp:// links
12435
12436 2006-07-05 [paul]       2.3.1cvs60
12437
12438         * src/gtk/filesel.c
12439                 grab save button by default
12440                 Thanks to Colin
12441
12442 2006-07-05 [wwp]        2.3.1cvs59
12443
12444         * manual/xml2pdf
12445                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
12446
12447 2006-07-04 [colin]      2.3.1cvs58
12448
12449         * src/mimeview.c
12450         * src/textview.c
12451                 Use left click to select, middle click to open
12452                 on mimeparts links
12453         * src/common/utils.c
12454                 Fix segfault
12455
12456 2006-07-04 [colin]      2.3.1cvs57
12457
12458         * src/mainwindow.c
12459         * src/news.c
12460                 Warning fixes, thanks to Fabien
12461
12462 2006-07-04 [colin]      2.3.1cvs56
12463
12464         * src/mimeview.c
12465         * src/mimeview.h
12466         * src/textview.c
12467                 Allow parts to be selected via their text label
12468                 in textview
12469
12470 2006-07-04 [colin]      2.3.1cvs55
12471
12472         * src/folderview.c
12473                 Feedback when closing (for big folders)
12474         * src/prefs_actions.c
12475         * src/prefs_filtering.c
12476         * src/prefs_matcher.c
12477         * src/prefs_template.c
12478                 Fix default button when closing without
12479                 having saved
12480
12481 2006-07-04 [colin]      2.3.1cvs54
12482
12483         * src/news.c
12484                 Delete local file on deletion
12485
12486 2006-07-03 [colin]      2.3.1cvs53
12487
12488         * src/folderview.c
12489         * src/main.c
12490                 Don't freeze when rescanning after crash
12491
12492 2006-07-03 [wwp]        2.3.1cvs52
12493
12494         * src/compose.c
12495         * src/privacy.c
12496         * src/privacy.h
12497         * src/plugins/pgpinline/pgpinline.c
12498         * src/plugins/pgpmime/pgpmime.c
12499                 don't report an error when the user cancels the passphrase dialog.
12500
12501 2006-07-02 [colin]      2.3.1cvs51
12502
12503         * src/folderview.c
12504                 Open message when crossing folders with Space,
12505                 goto next unread and friends
12506
12507 2006-07-01 [colin]      2.3.1cvs50
12508
12509         * src/prefs_account.c
12510                 Typographic rules varying from language
12511                 to language (in french "Protocole :"),
12512                 we have to do that :)
12513
12514 2006-07-01 [ticho]      2.3.1cvs49
12515
12516         * src/prefs_account.c
12517                 Only use one temporary gchar* variable in
12518                 prefs_account_protocol_set_optmenu().
12519
12520 2006-07-01 [ticho]      2.3.1cvs48
12521
12522         * src/prefs_account.c
12523         * src/prefs_account.h
12524                 Use GtkLabel for existing account protocol name.
12525                 Created an array for protocol names and populate the
12526                 combobox from it in a for() cycle.
12527
12528 2006-06-30 [colin]      2.3.1cvs47
12529
12530         * src/compose.c
12531                 Block undo when changing signature (by changing
12532                 account)
12533
12534 2006-06-30 [paul]       2.3.1cvs46
12535
12536         * src/send_message.c
12537                 when editing From in the Compose window, use that address
12538                 in the Return-Path: header
12539                 Thanks to Colin
12540
12541 2006-06-30 [colin]      2.3.1cvs45
12542
12543         * src/compose.c
12544                 Fix signature replacement:
12545                 - when no newline before separator
12546                 - when reediting
12547
12548 2006-06-29 [colin]      2.3.1cvs44
12549
12550         * src/folderview.c
12551         * src/folderview.h
12552         * src/mainwindow.c
12553         * src/summaryview.c
12554                 Let 'View/Go to/Next marked' work like
12555                 Next new & Next unread: across folders
12556                 Change the select_on_entry pref to do
12557                 what we want when changing folder
12558         * src/common/utils.c
12559                 Fix single-quoted links 
12560
12561 2006-06-29 [colin]      2.3.1cvs43
12562
12563         * src/gtk/gtkaspell.c
12564                 "Sylpheed" and "Sylpheed-Claws" do exist !
12565
12566 2006-06-29 [colin]      2.3.1cvs42
12567
12568         * src/imap.c
12569                 Forgot to remove debug
12570
12571 2006-06-29 [colin]      2.3.1cvs41
12572
12573         * src/imap.c
12574         * src/imap.h
12575         * src/mainwindow.c
12576                 Disconnect from IMAP servers when going
12577                 offline. Fixes bug #978 (going to offline-mode 
12578                 won't close connections)
12579
12580 2006-06-29 [colin]      2.3.1cvs40
12581
12582         * src/main.c
12583                 Fix transient setting on failing plugins
12584                 Patch by Fabien
12585         * src/plugins/pgpcore/sgpgme.c
12586                 Only warn for OpenPGP. Most people don't
12587                 have CMS available.
12588
12589 2006-06-29 [colin]      2.3.1cvs39
12590
12591         * src/compose.c
12592                 Fix Spelling menu (discrepancy between context menu
12593                 and top menu when folder's dictionary isn't the 
12594                 default one)
12595         * src/plugins/pgpcore/sgpgme.c
12596                 More error reporting about why gpgme can fail
12597
12598 2006-06-29 [wwp]        2.3.1cvs38
12599
12600         * src/mainwindow.c
12601                 honor the display-header-pane setting even when the message view
12602                 is a separate window.
12603
12604 2006-06-29 [wwp]        2.3.1cvs37
12605
12606         * src/prefs_actions.c
12607                 forgot to commit that one (use of GTK_STOCK_INFO).
12608
12609 2006-06-29 [colin]      2.3.1cvs36
12610
12611         * src/imap.c
12612                 Better handling of login errors (ask the password
12613                 again once), alert in case of error. Fix three
12614                 signedness warnings.
12615
12616 2006-06-28 [wwp]        2.3.1cvs35
12617
12618         * src/prefs_template.c
12619         * src/prefs_matcher.c
12620         * src/prefs_filtering_action.c
12621         * src/prefs_quote.c
12622                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
12623                 patch by Fabien Vantard, slightly modified.
12624
12625 2006-06-28 [paul]
12626
12627         2.4.0-rc2 released
12628
12629 2006-06-28 [colin]      2.3.1cvs34
12630
12631         * src/prefs_account.c
12632                 Fix bug #977 (Can't add or edit imap accounts)
12633
12634 2006-06-28 [colin]      2.3.1cvs33
12635
12636         * src/mimeview.c
12637                 Fix previous
12638
12639 2006-06-28 [colin]      2.3.1cvs32
12640
12641         * src/mimeview.c
12642                 Save named inlined attachments with "Save all"
12643         * src/main.c
12644         * src/mbox.c
12645         * src/common/plugin.c
12646         * src/common/plugin.h
12647         * src/common/sylpheed.c
12648         * src/common/utils.c
12649         * src/plugins/pgpcore/sylpheed.def
12650         * src/plugins/pgpinline/sylpheed.def
12651         * src/plugins/pgpmime/sylpheed.def
12652                 Win32 compatibility patch, by
12653                 Werner Koch
12654
12655 2006-06-28 [wwp]        2.3.1cvs31
12656
12657         * src/imap.c
12658         * src/prefs_folder_item.c
12659                 less compilation warnings (thanks to Fabien Vantard), less typos.
12660
12661 2006-06-28 [paul]       2.3.1cvs30
12662
12663         * src/gtk/gtkutils.c
12664                 gtk_combo_box_set_focus_on_click() is only
12665                 available since gtk 2.6.0
12666
12667 2006-06-28 [paul]       2.3.1cvs29
12668
12669         * src/prefs_ext_prog.c
12670                 fix engrish and add a tooltip for the
12671                 'command for 'Display as text' option
12672
12673 2006-06-28 [paul]
12674
12675         2.4.0-rc1 released
12676
12677 2006-06-28 [paul]       2.3.1cvs28
12678
12679         * ChangeLog
12680         * tools/Makefile.am
12681                 include textviewer.pl in releases
12682
12683 2006-06-28 [paul]       2.3.1cvs27
12684
12685         * src/prefs_ext_prog.c
12686                 hide Print command option if libgnomeprint
12687                 support is present
12688
12689 2006-06-27 [colin]      2.3.1cvs26
12690
12691         * src/compose.c
12692                 Fix Esc handling in insert/attach dialog
12693                 Don't show this dialog if dragging something
12694                 else than text/uri-list
12695                 Thanks to Fabien Vantard
12696         * tools/textviewer.pl
12697                 Filter script to display stuff as text
12698                 by H. Merijn Brand
12699
12700 2006-06-27 [wwp]        2.3.1cvs25
12701
12702         * src/messageview.c
12703                 use the exact product name (message view title), patch
12704                 by Fabien Vantard.
12705
12706 2006-06-27 [ticho]      2.3.1cvs24
12707
12708         * src/prefs_account.c
12709         * src/prefs_common.c
12710         * src/prefs_common.h
12711         * src/prefs_ext_prog.c
12712         * src/textview.c
12713                 Add a preference (Preferences/External programs)
12714                 to allow "Display as text" to be done via a script
12715                 (patch by H.Merijn Brand).
12716                 Use GtkComboBox for protocol selection in account
12717                 preferences.
12718                 Only include current choice for existing accounts, and
12719                 insensitivize the combobox.
12720
12721 2006-06-27 [paul]       2.3.1cvs23
12722
12723         * src/mbox.c
12724                 fix crasher introduced in cvs21.
12725                 Thanks to Colin
12726
12727 2006-06-26 [colin]      2.3.1cvs22
12728
12729         * src/mbox.c
12730                 Fix double-frees when leaving folders
12731                 after exporting to mbox
12732
12733 2006-06-26 [colin]      2.3.1cvs21
12734
12735         * src/mbox.c
12736                 More feedback (and optimisation)
12737                 on import/export
12738         * src/common/utils.c
12739                 Fix case when looking for mail addresses
12740         * src/gtk/gtkutils.c
12741                 Extra check for (X-)Face
12742
12743 2006-06-25 [ticho]      2.3.1cvs20
12744
12745         * src/compose.c
12746         * src/exphtmldlg.c
12747         * src/gtk/gtkutils.c
12748         * src/gtk/gtkutils.h
12749                 Added second argument to gtkut_sc_combobox_create() to
12750                 control focus-on-click for the widget.
12751                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12752
12753 2006-06-25 [ticho]      2.3.1cvs19
12754
12755         * src/compose.c
12756         * src/gtk/Makefile.am
12757         * src/gtk/combobox.c
12758         * src/gtk/combobox.h
12759         * src/gtk/gtkutils.c
12760         * src/gtk/gtkutils.h
12761                 Use GtkComboBox instead of deprecated GtkOptionMenu
12762                 for account selector in compose window and for encoding
12763                 selector in attachment properties.
12764                 Also factorise working with the new GtkComboBox somewhat.
12765
12766 2006-06-24 [paul]       2.3.1cvs18
12767
12768         * src/prefs_common.c
12769                 use the correct default value
12770
12771 2006-06-24 [paul]       2.3.1cvs17
12772
12773         * src/compose.c
12774         * src/prefs_common.c
12775         * src/prefs_common.h
12776         * src/prefs_compose_writing.c
12777                 enable setting of default action when
12778                 dnd'ing files in the compose window.
12779                 (Collaborative effort with wwp)
12780
12781 2006-06-23 [wwp]        2.3.1cvs16
12782
12783         * src/compose.c
12784                 i18n fix (thanks to Fabien Vantard)
12785
12786 2006-06-22 [colin]      2.3.1cvs15
12787
12788         * src/prefs_customheader.c
12789                 Don't use filters in custom headers' file 
12790                 selector. Remember, extensions mean nothing :)
12791
12792 2006-06-22 [paul]       2.3.1cvs14
12793
12794         * configure.ac
12795                 allow setting of man directory location
12796
12797 2006-06-22 [colin]      2.3.1cvs13
12798
12799         * src/mainwindow.c
12800                 Add 'View/Go to/Next unread folder'.
12801                 I missed that :)
12802
12803 2006-06-22 [colin]      2.3.1cvs12
12804
12805         * src/common/utils.c
12806                 Add some subject prefixes
12807                 Patch by Bjorn T Johansen <btj@havleik.no>
12808
12809 2006-06-22 [colin]      2.3.1cvs11
12810
12811         * manual/advanced.xml
12812                 Forgotten hidden pref
12813
12814 2006-06-21 [paul]       2.3.1cvs10
12815
12816         * src/prefs_account.c
12817                 complete the removal of 'Add date header' option
12818
12819 2006-06-21 [paul]       2.3.1cvs9
12820
12821         * src/account.c
12822         * src/compose.c
12823         * src/prefs_account.c
12824         * src/prefs_account.h
12825                 remove option to add date header - always
12826                 add date header
12827         * src/etpan/imap-thread.c
12828                 fix warnings (Thanks to Colin)
12829
12830 2006-06-21 [wwp]        2.3.1cvs8
12831
12832         * src/folder.c
12833                 set the attachment flag when inline text part are (file)named. This is more convenient
12834                 when receiving (for instance) inline source files or patches sent using thunderbird.
12835
12836 2006-06-21 [paul]       2.3.1cvs7
12837
12838         * src/inc.c
12839                 fix off-by-one count of current msg in
12840                 statusbar filtering progressbar
12841
12842 2006-06-21 [paul]       2.3.1cvs6
12843
12844         * src/folder.c
12845                 Show attachment icon even if the part is 'inline'
12846                 if the following conditions are met:
12847                 - content-type != 'text/plain'
12848                 - content-type != '*/pgp-signature'
12849                 - either 'name' or 'filename' parameter is not NULL
12850                 
12851                 Thanks to Colin
12852
12853 2006-06-21 [paul]       2.3.1cvs5
12854
12855         * src/messageview.c
12856         * src/prefs_common.c
12857         * src/prefs_common.h
12858         * src/prefs_other.c
12859                 add an option to 'Never send Return
12860                 Receipts'
12861                 Thanks to Colin
12862
12863 2006-06-20 [mones]      2.3.1cvs4
12864
12865         * po/es.po
12866                 updated
12867         * src/compose.c
12868                 typo fixed (space after comma)
12869         * tools/make.themes.project
12870                 remove exec mode from tarball files
12871
12872 2006-06-20 [colin]      2.3.1cvs3
12873
12874         * src/news.c
12875         * src/procheader.c
12876         * src/unmime.c
12877                 Better fix for \n's in headers (don't 
12878                 break Received: and others)
12879
12880 2006-06-20 [paul]       2.3.1cvs2
12881
12882         * src/alertpanel.c
12883         * src/textview.c
12884                 improve legibility of phishing attempt
12885                 dialog
12886
12887 2006-06-20 [paul]       2.3.1cvs1
12888
12889         * NEWS
12890         * README
12891         * configure.ac
12892                 Update version number following
12893                 stable release
12894
12895 2006-06-20 [colin]      2.3.0cvs26
12896
12897         * src/compose.c
12898                 When dragging a file to the text of the compose
12899                 window, ask whether we want to insert or attach
12900                 (I know lots of people who do that to attach)
12901
12902 2006-06-20 [colin]      2.3.0cvs25
12903
12904         * src/etpan/imap-thread.c
12905                 Fix threshold (the append command is often > 32 bytes)
12906
12907 2006-06-19 [colin]      2.3.0cvs24
12908
12909         * src/imap.c
12910         * src/etpan/imap-thread.c
12911                 Workaround Rockliffe IMAP server bug: replace
12912                 "x UID SEARCH (ANSWERED UID 1:*)" with
12913                 "x UID SEARCH ANSWERED"
12914                 (Rockliffe doesn't handle the parenthesis)
12915
12916 2006-06-19 [colin]      2.3.0cvs23
12917
12918         * src/compose.c
12919         * src/imap.c
12920         * src/etpan/imap-thread.c
12921                 Probably fix bug #972 (Freezes when adding 
12922                 an attachment to the message)
12923         * src/common/defs.h
12924                 Modernize Firefox cmd
12925
12926
12927 2006-06-18 [colin]      2.3.0cvs22
12928
12929         * src/prefs_customheader.c
12930                 Only allow correct filenames for various
12931                 custom headers
12932
12933 2006-06-18 [colin]      2.3.0cvs21
12934
12935         * src/prefs_customheader.c
12936                 Add a 'From File...' button in custom headers prefs, which
12937                 try to do the right thing: 
12938                 for normal headers, use file as plaintext,
12939                 for X-Face, calls compface,
12940                 for Face, encode to b64.
12941
12942 2006-06-17 [colin]      2.3.0cvs20
12943
12944         * src/mh.c
12945                 Warning fix
12946
12947 2006-06-16 [colin]      2.3.0cvs19
12948
12949         * src/summaryview.c
12950                 Recursive quicksearch: show message list
12951                 in current folder, *then* search children
12952                 in the background.
12953
12954 2006-06-16 [colin]      2.3.0cvs18
12955
12956         * src/main.c
12957                 Instead of ignoring SIGPIPE, save caches
12958                 when getting one. Will fix the fact that
12959                 hot caches are out-of-date when logging 
12960                 out of Xorg.
12961         * src/compose.c
12962         * src/prefs_compose_writing.c
12963                 Only save text (not attachments) when 
12964                 auto-saving to drafts
12965         * src/unmime.c
12966                 Always replace \n, \r and \t with spaces
12967                 in headers
12968         * manual/dist/html/Makefile.am
12969         * manual/dist/pdf/Makefile.am
12970         * manual/dist/ps/Makefile.am
12971         * manual/dist/txt/Makefile.am
12972         * manual/fr/dist/html/Makefile.am
12973         * manual/fr/dist/pdf/Makefile.am
12974         * manual/fr/dist/ps/Makefile.am
12975         * manual/fr/dist/txt/Makefile.am
12976         * manual/pl/dist/html/Makefile.am
12977         * manual/pl/dist/pdf/Makefile.am
12978         * manual/pl/dist/ps/Makefile.am
12979         * manual/pl/dist/txt/Makefile.am
12980                 Fix make clean removing pregenerated manuals
12981
12982
12983 2006-06-16 [colin]      2.3.0cvs17
12984
12985         * src/plugins/pgpcore/sgpgme.c
12986         * src/plugins/pgpmime/pgpmime.c
12987         * src/plugins/pgpinline/pgpinline.c
12988                 Better error reporting in setup_signers.
12989                 Don't fallback to default key if specified
12990                 key isn't found.
12991                 Don't allow signing if more than one secret
12992                 key matches the one specified in prefs.
12993
12994 2006-06-15 [colin]      2.3.0cvs16
12995
12996         * src/folderview.c
12997                 Add "Send queue" in the folder's contextual
12998                 menu
12999         * src/compose.c
13000         * src/messageview.c
13001         * src/privacy.c
13002         * src/privacy.h
13003         * src/procmime.c
13004         * src/procmsg.c
13005         * src/plugins/pgpcore/passphrase.c
13006         * src/plugins/pgpcore/sgpgme.c
13007         * src/plugins/pgpinline/pgpinline.c
13008         * src/plugins/pgpmime/pgpmime.c
13009                 Better error reporting
13010         * src/mbox.c
13011                 Probably fix bug #971 (2.2.3 cannot read mail 
13012                 from local mbox)
13013
13014
13015 2006-06-15 [mones]      2.3.0cvs15
13016
13017         * tools/make.themes.project
13018                 creates the themes project from the web page
13019
13020 2006-06-15 [colin]      2.3.0cvs14
13021
13022         * src/folder.c
13023                 Better fix (avoid losing the folder if scan_tree 
13024                 fails)
13025
13026 2006-06-15 [cleroy]     2.3.0cvs13
13027
13028         * src/folder.c
13029                 Probably fix Bug #969 (crash on rebuilding 
13030                 imap folder)
13031
13032 2006-06-14 [colin]      2.3.0cvs12
13033
13034         * manual/dtd/manual.xsl
13035         * manual/sylpheed-claws-manual.xml
13036         * manual/fr/sylpheed-claws-manual.xml
13037         * manual/pl/sylpheed-claws-manual.xml
13038                 Insert pagebreaks between sections
13039
13040 2006-06-14 [paul]       2.3.0cvs11
13041
13042         * configure.ac
13043                 better fix than 2.3.0cvs10
13044
13045 2006-06-14 [paul]       2.3.0cvs10
13046
13047         * configure.ac
13048                 fix setting of PACKAGE_DATA_DIR with newer autoconf
13049                 (backwards compatible)
13050
13051 2006-06-13 [colin]      2.3.0cvs9
13052
13053         * src/messageview.c
13054                 Fix sending of return receipt with the new queue folders
13055
13056 2006-06-13 [wwp]        2.3.0cvs8
13057
13058         * src/quote_fmt_lex.l
13059                 fix wrong tokens returned in quote_fmt lexer, query not().
13060
13061 2006-06-13 [wwp]        2.3.0cvs7
13062
13063         * src/folder.c
13064         * src/prefs_folder_item.c
13065                 allow changing folder type even when folder is not a top-level one,
13066                 thanks to Colin.
13067
13068 2006-06-12 [colin]      2.3.0cvs6
13069
13070         * src/folderview.c
13071                 Fix double-ask of "Do you want to mark all
13072                 as read"
13073
13074 2006-06-12 [colin]      2.3.0cvs5
13075
13076         * src/compose.c
13077         * src/compose.h
13078         * src/folder.c
13079         * src/folder.h
13080         * src/imap.c
13081         * src/inc.c
13082         * src/main.c
13083         * src/messageview.c
13084         * src/mh.c
13085         * src/prefs_folder_item.c
13086         * src/procheader.c
13087         * src/procmime.c
13088         * src/procmsg.c
13089         * src/procmsg.h
13090         * src/send_message.c
13091         * src/summaryview.c
13092         * src/toolbar.c
13093                 Apply bug #964's patch (Queue and drafts aren't normal)
13094                 The Drafts and Queue folder now contain RFC-822 files,
13095                 allowing to move and copy mails from and to these 
13096                 folders. Moving from Drafts to Queue will prepare the
13097                 mail for sending (PGP signature, encryption, etc).
13098                 This patch also rework sending errors handling to try
13099                 to be more helpful.
13100                 Also, allow redefining folder types via the GUI 
13101                 (Folder type in its Properties)
13102
13103 2006-06-12 [colin]      2.3.0cvs4
13104
13105         * src/summaryview.c
13106         * src/prefs_common.c
13107         * src/prefs_common.h
13108         * src/gedit-print.c
13109                 Allow to define a specific print font - patch
13110                 by Bernhard Walle <bernhard.walle@gmx.de>
13111         * src/prefs_fonts.c
13112         * manual/advanced.xml
13113         * manual/fr/advanced.xml
13114                 Add a hidden pref to allow deletion without
13115                 confirmation
13116
13117 2006-06-12 [wwp]        2.3.0cvs3
13118
13119         * .cvsignore
13120                 more files to ignore.
13121
13122 2006-06-12 [wwp]        2.3.0cvs2
13123
13124         * src/quote_fmt.c
13125         * src/quote_fmt_lex.l
13126         * src/quote_fmt_parse.y
13127                 extend the quote_fmt parser (templates and quotes):
13128                 - allow limited sub-expressions in |p{} and |f{} expressions,
13129                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
13130                 - implemented/fixed missing implementation of query_references and show_references,
13131                 - completed, fixed contents and format of the symbols help dialog,
13132                 - fix some compilation warnings.
13133
13134 2006-06-12 [wwp]        2.3.0cvs1
13135
13136         * manual/advanced.xml
13137         * manual/fr/advanced.xml
13138                 updates in the "templates" section of the manual (eng/fr):
13139                  - be more precise (both versions)
13140                  - completed to match the english reference (fr version)
13141                  - touchups (both versions)
13142
13143 2006-06-12 [paul]       2.3.0
13144
13145         2.3.0 released
13146
13147 2006-06-12 [paul]       2.2.3cvs14
13148
13149         * po/ca.po
13150         * po/cs.po
13151         * po/de.po
13152         * po/el.po
13153         * po/fr.po
13154         * po/it.po
13155         * po/pt_BR.po
13156         * po/sr.po
13157         * po/zh_CN.po
13158                 updated by Miquel Oliete, Tim, Stephan Sachse,
13159                 Stavros Giannouris, Fabien Vantard, Andrea
13160                 Spadaccini, Frederico Goncalves Guimaraes,
13161                 Aleksandar Urosevic, and Ralgh Young
13162
13163 2006-06-12 [colin]      2.2.3cvs13
13164
13165         * src/mbox.c
13166                 Add missing header
13167
13168 2006-06-11 [colin]      2.2.3cvs12
13169
13170         * src/msgcache.c
13171                 Verify that g_malloc() succeeded
13172
13173 2006-06-11 [colin]      2.2.3cvs11
13174
13175         * src/wizard.c
13176                 Add Face header to welcome mail
13177
13178 2006-06-10 [colin]      2.2.3cvs10
13179
13180         * src/textview.c
13181                 Revert previous (Forgot it changes the
13182                 margin on the whole mail)
13183
13184 2006-06-10 [colin]      2.2.3cvs9
13185
13186         * src/textview.c
13187                 Don't overlap long headers under (X-)Face
13188
13189 2006-06-10 [mones]      2.2.3cvs8
13190
13191         * manual/xml2pdf
13192                 allow generation of manual on systems lacking saxon binary
13193                 but with java and the saxon library installed
13194
13195         * po/es.po
13196                 updated for release
13197
13198 2006-06-09 [colin]      2.2.3cvs7
13199
13200         * src/summaryview.c
13201                 Fix leak when using Display Sender using Addressbook
13202
13203 2006-06-09 [colin]      2.2.3cvs6
13204
13205         * src/compose.c
13206         * src/folder.c
13207         * src/folderview.c
13208         * src/mimeview.c
13209         * src/summaryview.c
13210                 More leaks fixes
13211
13212 2006-06-09 [paul]       2.2.3cvs5
13213
13214         * AUTHORS
13215         * src/gtk/authors.h
13216         * tools/claws.i18n.status.pl
13217                 updated with new info
13218
13219 2006-06-09 [paul]       2.2.3cvs4
13220
13221         * README
13222                 updated
13223         * manual/ack.xml
13224                 add wwp to authors list
13225         * src/gtk/authors.h
13226                 update mine and Colin's addresses
13227
13228 2006-06-08 [colin]      2.2.3cvs3
13229
13230         * src/etpan/imap-thread.c
13231                 Fix leak on SSL cert check
13232
13233 2006-06-08 [colin]      2.2.3cvs2
13234
13235         * src/common/utils.c
13236                 Fix leak
13237
13238 2006-06-08 [paul]       2.2.3cvs1
13239
13240         * configure.ac
13241                 Update version number following
13242                 stable release
13243
13244 2006-06-07 [colin]      2.2.2cvs3
13245
13246         * src/msgcache.c
13247                 Fix catching cache read errors (guint instead of gint)
13248                 Prevent malloc'ing more than 8MB (means cache corruption)
13249
13250 2006-06-07 [paul]       2.2.2cvs2
13251
13252         * src/exporthtml.c
13253         * src/exportldif.c
13254         * src/mh.c
13255         * src/mutt.c
13256         * src/pine.c
13257         * src/common/utils.c
13258                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
13259                 obey $HOME'
13260                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
13261                 Thanks to Colin
13262
13263 2006-06-06 [paul]       2.2.2cvs1
13264
13265         * configure.ac
13266                 Update version number following
13267                 stable release
13268
13269 2006-06-06 [paul]       2.2.1cvs6
13270
13271         * src/matcher.c
13272                 fix  implicit declaration of
13273                 sylpheed_do_idle()
13274                 Patch by Fabien Vantard
13275
13276 2006-06-06 [paul]       2.2.1cvs5
13277
13278         * src/matcher.c
13279                 fix age_greater and age_lower so that they
13280                 mean what say and not '...or equal to'
13281                 Thanks to Colin
13282
13283 2006-06-06 [paul]       2.2.1cvs4
13284
13285         * src/textview.c
13286         * src/common/utils.c
13287                 fix URI check
13288                 Thanks to Colin
13289
13290 2006-06-05 [wwp]        2.2.1cvs3
13291
13292         * manual/fr/account.xml
13293                 minor language fixes (thanks to Fabien Vantard).
13294
13295 2006-06-05 [colin]      2.2.1cvs2
13296
13297         * src/prefs_folder_item.c
13298         * src/folderview.c
13299                 Allow recursive setting of properties 
13300                 for whole mailboxes
13301         * src/matcher.c
13302                 Don't freeze on 'test' filtering rule
13303
13304 2006-06-05 [colin]      2.2.1cvs1
13305
13306         * configure.ac
13307                 Update version number following
13308                 stable release
13309
13310 2006-06-04 [wwp]        2.2.0cvs82
13311
13312         * manual/glossary.xml
13313         * manual/account.xml
13314         * manual/fr/glossary.xml
13315         * manual/fr/account.xml
13316                 added glossary section and references/links related to the Face custom header.
13317
13318 2006-06-04 [colin]      2.2.0cvs81
13319
13320         * src/summaryview.c
13321                 Skip to next message on move with no
13322                 immediate execution
13323
13324 2006-06-04 [wwp]        2.2.0cvs80
13325
13326         * manual/xml2pdf
13327                 added sanity checks, exit when needed.
13328
13329 2006-06-03 [paul]       2.2.0cvs79
13330
13331         * src/prefs_receive.c
13332                 page name is now 'Receiving'
13333         * src/prefs_send.c
13334                 page name is now 'Sending'
13335
13336 2006-06-03 [colin]      2.2.0cvs78
13337
13338         * src/plugins/spamassassin/spamassassin_gtk.c
13339                 Autoswitch to Localhost if transport was previously
13340                 disabled. Else people had to check [] Enable, then
13341                 *reselect* transport.
13342
13343 2006-06-03 [colin]      2.2.0cvs77
13344
13345         * src/plugins/pgpinline/pgpinline.c
13346         * src/plugins/pgpmime/pgpmime.c
13347                 Check that gpg_data_release_and_get_mem 
13348                 didn't fail (now, why this happens...)
13349
13350 2006-06-03 [colin]      2.2.0cvs76
13351
13352         * src/mbox.c
13353                 Fix bug #962 (Manual and/or UI should 
13354                 warn about incompatible locking 
13355                 causing dataloss)
13356
13357 2006-06-02 [cleroy]     2.2.0cvs75
13358
13359         * src/filtering.c
13360         * src/folder.c
13361         * src/procmsg.c
13362         * src/summaryview.c
13363                 Fix a few leaks
13364
13365 2006-06-02 [colin]      2.2.0cvs74
13366
13367         * src/main.c
13368                 On exit, free caches after writing them
13369                 Shuts up some valgrind false positives
13370         * src/procmsg.c
13371         * src/send_message.c
13372                 Fix races when reusing existing SMTP connections
13373                 Fix inexistant session timeout
13374         * src/toolbar.c
13375                 Display alertpanel after all queues have
13376                 been processed, not after each
13377
13378 2006-06-02 [wwp]        2.2.0cvs73
13379
13380         * manual/fr/glossary.xml
13381         * manual/fr/ack.xml
13382         * manual/ack.xml
13383                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
13384
13385 2006-06-02 [wwp]        2.2.0cvs72
13386
13387         * manual/xml2pdf
13388         * manual/dist/pdf/Makefile.am
13389         * manual/dtd/manual.xsl
13390         * manual/fr/dist/pdf/Makefile.am
13391         * manual/pl/dist/pdf/Makefile.am
13392                 we changed the procedure to generate the .pdf version of the manual.
13393                 The procedure is more modern and the .pdf we get now has a valid index.
13394                 Here are the new pre-requisites:
13395
13396                 - JRE 1.x (1.4 here): there must be one from your distro
13397                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
13398                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
13399                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
13400
13401                 See my posts for further info about the installation of this toolchain:
13402
13403                 Date: Fri, 19 May 2006 19:40:06 +0200
13404                 From: wwp <subscript@free.fr>
13405                 To: sylpheed-claws-devel@lists.sourceforge.net
13406                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
13407
13408                 and
13409
13410                 Date: Wed, 24 May 2006 12:58:49 +0200
13411                 From: wwp <subscript@free.fr>
13412                 To: sylpheed-claws-devel@lists.sourceforge.net
13413                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
13414
13415 2006-06-01 [colin]      2.2.0cvs71
13416
13417         * src/compose.c
13418                 Better guards against IMAP races
13419         * src/main.c
13420         * src/prefs_common.c
13421         * src/prefs_common.h
13422         * src/common/ssl_certificate.c
13423         * src/etpan/imap-thread.c
13424         * src/etpan/imap-thread.h
13425         * src/gtk/sslcertwindow.c
13426                 New hidden option ssl_skip_cert_check to 
13427                 avoid dups of bug #959 (libetpan linked
13428                 against gnutls and gnutls buggy on 64bit)
13429                 Present expired warning only once per
13430                 session/server.
13431         * manual/advanced.xml
13432         * manual/fr/advanced.xml
13433                 Document new option
13434
13435 2006-06-01 [wwp]        2.2.0cvs70
13436
13437         * src/messageview.c
13438                 fix for bug #961 (return receipt dialog 
13439                 complains incorrectly about return-path 
13440                 email adress being different), thanks 
13441                 to Colin.
13442
13443 2006-05-31 [cleroy]     2.2.0cvs69
13444
13445         * src/common/ssl.c
13446                 Guard against NULLs, although this
13447                 should never be an issue
13448
13449 2006-05-31 [colin]      2.2.0cvs68
13450
13451         * src/filtering.c
13452                 Use g_slist_prepend
13453         * src/imap.c
13454                 Don't remove caches when destroying folder, it
13455                 could (should) be done at exit
13456         * src/inc.c
13457                 free processing cache after incorporation
13458         * src/etpan/imap-thread.c
13459                 Maybe fix bug #959 (Crash on moving to emails 
13460                 to a imap account per ssl with a expired 
13461                 certificate.)
13462
13463 2006-05-30 [colin]      2.2.0cvs67
13464
13465         * src/summaryview.c
13466                 Put back event flush when displaying message
13467                 It avoids reading a bunch of messages just
13468                 by hitting shift-n for too long ;)
13469
13470 2006-05-29 [colin]      2.2.0cvs66
13471
13472         * src/summaryview.c
13473                 Remove useless g_warnings
13474
13475 2006-05-29 [colin]      2.2.0cvs65
13476
13477         * src/imap.c
13478                 Fix g_slist_append()s for performance
13479
13480 2006-05-29 [colin]      2.2.0cvs64
13481
13482         * src/compose.c
13483         * src/common/utils.c
13484                 Fix extraneous tab at start of addresses
13485         * src/mainwindow.c
13486                 Fix warnings (thanks to Fabien)
13487                 Fix crash at exit when composing messages 
13488                 exist
13489         * src/pop.c
13490                 Fix progress bar when deleting expired mails
13491                 Thanks to Hiro
13492         * src/summaryview.c
13493         * src/gtk/gtksctree.c
13494                 Fix re-sorting slowness
13495
13496 2006-05-29 [paul]       2.2.0cvs63
13497
13498         * src/mh.c
13499                 fetch full message when moving mails
13500                 from another mailbox, (fixed data loss
13501                 when filtering from IMAP to MH, introduced
13502                 in 2.2.0cvs57).
13503                 Thanks to Colin
13504
13505 2006-05-29 [mones]      2.2.0cvs62
13506
13507         * src/gtk/gtksctree.c
13508                 Unselect faster (patch by Colin)        
13509
13510 2006-05-26 [colin]      2.2.0cvs61
13511
13512         * src/summaryview.c
13513                 Unplug MSGINFO_UPDATE callback on delete too.
13514
13515 2006-05-26 [colin]      2.2.0cvs60
13516
13517         * src/foldersel.c
13518                 Fix bold in folder selection window with glib2.10
13519                 thanks Hiro
13520
13521 2006-05-26 [colin]      2.2.0cvs59
13522
13523         * src/procheader.c
13524                 Convert date only if necessary (and don't
13525                 try to convert from utf8 to utf8, too)
13526         * src/summaryview.c
13527                 Only set column's text if the column's 
13528                 displayed
13529
13530 2006-05-26 [colin]      2.2.0cvs58
13531
13532         * src/summaryview.c
13533         * src/gtk/gtkutils.c
13534                 Fix useless warning
13535
13536 2006-05-26 [colin]      2.2.0cvs57
13537
13538         * src/mainwindow.c
13539                 Make summaryview selectable as long as 
13540                 no message has focus
13541         * src/mh.c
13542                 Faster deletion (by implementing mh_remove_msgs)
13543                 Faster copy (avoid using mh_fetch_msg just to get
13544                 the filename)
13545                 Faster move (using move_file instead of copy_file
13546                 if MSG_IS_MOVE)
13547                 No progressbar if total number of mails to cp/mv 
13548                 is less than 100
13549         * src/summaryview.c
13550                 Fix removal from subject_table when mail gets moved
13551                 Faster deletion (g_slist_prepend instead of append)
13552         * src/gtk/gtksctree.c
13553                 Remove useless code
13554
13555 2006-05-25 [colin]      2.2.0cvs56
13556
13557         * src/common/ssl_certificate.c
13558                 Fix leak in expired cert check
13559
13560 2006-05-25 [colin]      2.2.0cvs55
13561
13562         * src/mh.c
13563                 Disable flags syncing on .mh_sequences - it
13564                 is buggy and marks mails read under unknown
13565                 conditions.
13566
13567 2006-05-25 [paul]
13568
13569         * 2.3.0-rc4 released
13570
13571 2006-05-24 [colin]      2.2.0cvs54
13572
13573         attention cvs users: if you manage to crash
13574         Sylpheed-Claws while moving, copying or deleting
13575         mails, we *are* interested in stack traces and
13576         valgrind logs. It looks stable, but one never
13577         knows...
13578
13579         * src/folder.c
13580                 Add progressbar for cache updates
13581         * src/folderutils.c
13582                 Optimize Mark all read in the current
13583                 folder
13584         * src/mh.c
13585                 Add progressbar for copy/move
13586         * src/procmsg.c
13587                 Optimize O(n^2) in copy/move
13588         * src/summaryview.c
13589         * src/gtk/gtksctree.c
13590                 Optimize O(n^2) algos
13591         * src/common/timing.h
13592                 Display ms instead of us
13593
13594 2006-05-24 [wwp]        2.2.0cvs53
13595
13596         * manual/fr/advanced.xml
13597                 updates to the French manual.
13598
13599 2006-05-24 [wwp]        2.2.0cvs52
13600
13601         * src/common/utils.c
13602                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
13603
13604 2006-05-24 [wwp]        2.2.0cvs51
13605
13606         * src/folderutils.c
13607                 fixed "mark all read" in MH folders (thanks to Colin).
13608
13609 2006-05-24 [paul]       2.2.0cvs50
13610
13611         * doc/man/sylpheed-claws.1
13612                 updated the man page
13613
13614 2006-05-23 [colin]      2.2.0cvs49
13615
13616         * src/folderview.c
13617         * src/imap.c
13618         * src/inc.c
13619         * src/mbox.c
13620         * src/messageview.c
13621         * src/news.c
13622         * src/send_message.c
13623         * src/summaryview.c
13624         * src/gtk/sslcertwindow.c
13625                 alertpanel fixes, by Fabien
13626
13627 2006-05-23 [colin]      2.2.0cvs48
13628
13629         * src/folder.c
13630         * src/folderview.c
13631         * src/msgcache.c
13632         * src/summaryview.c
13633         * src/gtk/gtksctree.c
13634         * src/gtk/gtksctree.h
13635                 More timings
13636                 Fix slow loading problem, which was caused by the
13637                 use of some gtk_ctree funcs and their use of
13638                 g_list_position while gtk_ctree_(un)link'ing.
13639                 Reap more functions from gtkctree.c to be sure we
13640                 use our (fast) version instead of theirs.
13641         * src/mh.c
13642                 Fix copy of unread mails
13643
13644
13645 2006-05-22 [wwp]        2.2.0cvs47
13646
13647         * manual/fr/advanced.xml
13648                 updated.
13649
13650 2006-05-22 [colin]      2.2.0cvs46
13651
13652         * src/filtering.c
13653                 Fix possible infinite loop. 'copy' is not a 
13654                 final action, so when encountering a 'copy',
13655                 we have to check if a previous one was set
13656                 and do it. In the same way, if we encounter
13657                 a 'move' we have to perform a possibly 
13658                 pending 'copy'. This will slow down filtering
13659                 on IMAP if move+copy or multiple copy actions
13660                 are to be done, but handling it via the batch
13661                 would be really too convoluted.
13662
13663 2006-05-22 [wwp]        2.2.0cvs45
13664
13665         * manual/fr/advanced.xml
13666         * manual/fr/faq.xml
13667         * manual/fr/glossary.xml
13668         * manual/fr/handling.xml
13669         * manual/fr/intro.xml
13670         * manual/fr/plugins.xml
13671         * manual/fr/sylpheed-claws-manual.xml
13672                 sync w/ the english manual: updates URIs, documented mailing-list
13673                 support, better explanation about the enabled/disabled feature
13674                 in filtering/processing rules by Paul.
13675
13676 2006-05-21 [colin]      2.2.0cvs44
13677
13678         * src/summaryview.c
13679                 Don't expand after building threads, but during
13680
13681 2006-05-21 [colin]      2.2.0cvs43
13682
13683         * src/procmsg.c
13684         * src/summaryview.c
13685                 More timing possibilities... For next time I have 
13686                 to find out how the hell some 3GHz computer takes
13687                 one minute to open a 30k folder...
13688
13689 2006-05-21 [colin]      2.2.0cvs42
13690
13691         * manual/pl/advanced.xml
13692         * manual/pl/faq.xml
13693         * manual/pl/glossary.xml
13694         * manual/pl/handling.xml
13695         * manual/pl/intro.xml
13696         * manual/pl/plugins.xml
13697         * manual/pl/sylpheed-claws-manual.xml
13698                 Polish manual updated by Pawel
13699
13700 2006-05-20 [colin]
13701
13702         * 2.3.0-rc3 released
13703
13704 2006-05-20 [colin]      2.2.0cvs41
13705
13706         * src/imap.c
13707                 Fix -rc2 problems:
13708                 - remove cache of moved messages from original folder
13709                 - apply new flags to messages even if they aren't appliable
13710                   via IMAP.
13711
13712 2006-05-20 [colin]
13713
13714         * 2.3.0-rc2 released
13715
13716 2006-05-19 [colin]      2.2.0cvs40
13717
13718         * src/imap.c
13719                 Don't issue SELECT in imap_change_flags
13720                 before having checked that we indeed have
13721                 some flags to change. MSG_POSTFILTERED for
13722                 example can't be used on IMAP.
13723                 Fixes bug #955 (copying messages between 
13724                 imap folders is extremely slow), which was
13725                 a regression.
13726
13727 2006-05-19 [colin]      2.2.0cvs39
13728
13729         * src/folder.c
13730         * src/folder.h
13731         * src/folderview.c
13732                 Try to fix bug #830 (Some unread messages 
13733                 get marked read in IMAP inbox):
13734                 - Prevent scanning a folder if it's being 
13735                   opened via the GUI
13736                 - Postpone opening via the GUI of a folder
13737                   currently scanned.
13738
13739
13740 2006-05-19 [wwp]        2.2.0cvs38
13741
13742         * manual/advanced.xml
13743                 fix English+typo (thanks to Paul).
13744
13745 2006-05-19 [wwp]        2.2.0cvs37
13746
13747         * manual/advanced.xml
13748         * manual/fr/advanced.xml
13749         * src/gtk/logwindow.c
13750         * src/prefs_common.c
13751         * src/prefs_common.h
13752                 added hidden prefs to allow customization of colors used in
13753                 protocol log window (useful for dark gtk+ themes).
13754
13755 2006-05-19 [wwp]        2.2.0cvs36
13756
13757         * ChangeLog
13758                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13759
13760 2006-05-19 [paul]       2.2.0cvs35
13761
13762         * src/textview.c
13763                 make Reply-To fully clickable
13764         * src/gtk/logwindow.c
13765                 more colouring (SMTP ESMTP)
13766         Both patches by Pawel Pekala
13767
13768 2006-05-19 [cleroy]     2.2.0cvs34
13769
13770         * src/mh.c
13771                 Don't update flags from current folder
13772                 Probably fixes bug #935 (Read Messages 
13773                 Revert to Being Marked as Unread)
13774
13775 2006-05-18 [colin]      2.2.0cvs33
13776
13777         * src/imap.c
13778                 Warning fix
13779         * src/compose.c
13780         * src/mainwindow.c
13781         * src/summaryview.c
13782         * src/toolbar.c
13783                 Allow replying to multiple emails
13784                 in multiple windows
13785         * src/mimeview.c
13786         * src/etpan/imap-thread.c
13787                 Leak fixes
13788
13789 2006-05-18 [paul]       2.2.0cvs32
13790
13791         * src/summaryview.c
13792                 keep Mailing-List menu refreshed
13793                 Thanks to Colin
13794
13795 2006-05-18 [paul]       2.2.0cvs31
13796
13797         * manual/advanced.xml
13798         * manual/faq.xml
13799         * manual/glossary.xml
13800         * manual/handling.xml
13801         * manual/intro.xml
13802         * manual/plugins.xml
13803         * manual/sylpheed-claws-manual.xml
13804                 update URLs
13805                 add info about mailing-list support
13806                 edit filtering info
13807         * src/wizard.c
13808         * src/common/defs.h
13809         * src/gtk/about.c
13810         * src/plugins/dillo_viewer/README
13811                 update URLs
13812
13813 2006-05-17 [wwp]        2.2.0cvs30
13814
13815         * manual/handling.xml
13816         * manual/fr/handling.xml
13817                 documented the ability to enabled/disable filtering/processing rules.
13818
13819 2006-05-17 [colin]      2.2.0cvs29
13820
13821         * src/main.c
13822                 Don't initialize g_thread subsystem if it's 
13823                 already done (thanks to Hiro)
13824         * src/mimeview.c
13825                 Fix saving of parts when there name can't be
13826                 converted from UTF-8.
13827
13828 2006-05-17 [paul]       2.2.0cvs28
13829
13830         * po/Makefile.in.in
13831                 fix config.status warning with autoconf 2.60
13832
13833 2006-05-17 [paul]       2.2.0cvs27
13834
13835         * po/POTFILES.in
13836                 add src/mbox.c
13837
13838 2006-05-17 [wwp]        2.2.0cvs26
13839
13840         * src/mainwindow.c
13841                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13842
13843 2006-05-17 [wwp]        2.2.0cvs25
13844
13845         * src/plugins/demo/demo.c
13846                 updated product name in plugin demo (many plugins need to be
13847                 sync'ed w/ that change).
13848
13849 2006-05-17 [colin]      2.2.0cvs24
13850
13851         * src/mh.c
13852                 Fix leak
13853
13854 2006-05-16 [colin]      2.2.0cvs23
13855
13856         * src/mainwindow.c
13857                 Stupid me hit again. Fix cvs22.
13858
13859 2006-05-16 [colin]      2.2.0cvs22
13860
13861         * src/mainwindow.c
13862                 Fix bug #922 (sylpheed-claws crashed after 
13863                 pushing on Inbox folder)
13864
13865 2006-05-16 [colin]      2.2.0cvs21
13866
13867         * src/compose.c
13868                 Make From header be copy/paste/select-able
13869
13870 2006-05-16 [wwp]        2.2.0cvs20
13871
13872         * src/export.c
13873         * src/matcher.c
13874         * src/summaryview.c
13875         * src/etpan/imap-thread.c
13876                 fix some compiler warnings (thanks to Colin).
13877
13878 2006-05-16 [wwp]        2.2.0cvs19
13879
13880         * src/action.c
13881         * src/gedit-print.c
13882         * src/inc.c
13883         * src/mainwindow.c
13884         * src/mh.c
13885         * src/statusbar.c
13886         * src/send_message.c
13887         * src/summaryview.c
13888                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13889
13890 2006-05-15 [colin]      2.2.0cvs18
13891
13892         * src/procmsg.c
13893                 Fix automatic rule creation with List-Post
13894
13895 2006-05-15 [paul]       2.2.0cvs17
13896
13897         * tools/filter_conv_new.pl
13898                 updated for rule enabling/disabling
13899                 claws version >= 2.3.x required
13900
13901 2006-05-15 [cleroy]     2.2.0cvs16
13902
13903         * src/main.c
13904                 Revert test
13905
13906 2006-05-15 [cleroy]     2.2.0cvs15
13907
13908         * src/main.c
13909                 test
13910
13911 2006-05-15 [wwp]        2.2.0cvs14
13912
13913         * manual/pl/.cvsignore
13914                 ignore generated files.
13915
13916 2006-05-14 [wwp]        2.3.0-rc1
13917
13918         * 2.3.0-rc1 released
13919
13920 2006-05-13 [wwp]        2.2.0cvs13
13921
13922         * src/filtering.c
13923         * src/filtering.h
13924         * src/matcher.c
13925         * src/matcher_parser_lex.l
13926         * src/matcher_parser_parse.y
13927         * src/prefs_filtering.c
13928                 new feature: provide the ability to disable filtering and processing
13929                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13930                 adaptations.
13931
13932 2006-05-13 [colin]      2.2.0cvs12
13933
13934         * src/compose.c
13935                 Remove useless if (a) b; else b;
13936                 Thanks to wwp
13937
13938 2006-05-13 [wwp]        2.2.0cvs11
13939
13940         * src/export.c
13941         * src/import.c
13942         * src/mainwindow.c
13943         * src/mbox.c
13944         * src/summaryview.c
13945         * src/summaryview.h
13946                 no more silent failures (or at least less ones) when importing
13947                 or exporting from/to mbox. Also start importing/exporting if
13948                 the necessary info is set.
13949
13950 2006-05-13 [wwp]        2.2.0cvs10
13951
13952         * RELEASE_NOTES
13953                 restored up-to-date release notes.
13954
13955 2006-05-13 [paul]       2.2.0cvs9
13956
13957         * po/nl.po
13958         * po/ru.po
13959                 updated by Tim Dijkstra and Pavlo Bohmat
13960
13961 2006-05-12 [colin]      2.2.0cvs8
13962
13963         * src/gtk/quicksearch.c
13964                 Add "k" as shortcut for "colorlabel". Patch
13965                 by ath42@users.sf.net.
13966
13967 2006-05-12 [paul]       2.2.0cvs7
13968
13969         * src/prefs_common.h
13970         * src/prefs_summaries.c
13971         * src/summaryview.c
13972                 when entering a folder also allow
13973                 going directly to first Marked message
13974
13975 2006-05-12 [paul]       2.2.0cvs6
13976
13977         * src/summaryview.c
13978                 always obey 'confirm before marking all
13979                 mails read' option
13980
13981 2006-05-12 [paul]       2.2.0cvs5
13982
13983         * src/textview.c
13984                 make Sender fully clickable
13985
13986 2006-05-12 [colin]      2.2.0cvs4
13987
13988         * src/compose.c
13989         * src/compose.h
13990                 Let From be editable
13991         * src/main.c
13992         * src/mh.c
13993                 Full support of .mh_sequences' Unseen seq
13994
13995 2006-05-12 [colin]      2.2.0cvs3
13996
13997         * src/folder.c
13998         * src/mainwindow.c
13999         * src/mainwindow.h
14000         * src/messageview.c
14001         * src/prefs_spelling.c
14002         * src/procheader.c
14003         * src/procmsg.c
14004         * src/procmsg.h
14005         * src/summaryview.c
14006         * src/toolbar.c
14007         * src/toolbar.h
14008                 Add contextual menu on Compose toolbar
14009                 button. Fixes bug #944 (Automatic
14010                 addresses not applied when changing account
14011                 from compose window)
14012                 add Mailing List support
14013                 based on the old 0.6.5claws25 patch by
14014                 Melvin Hadasht, with finishing touches
14015                 by Colin
14016                 Fix "ignore thread" when mails are threaded by
14017                 subject (and weren't ignored although appearing
14018                 in the thread).
14019                 GUI rework.
14020                 Both patches by Pawel.
14021
14022 2006-05-08 [paul]       2.2.0cvs2
14023
14024         * src/mainwindow.c
14025         * src/mainwindow.h
14026         * src/messageview.c
14027         * src/procheader.c
14028         * src/procmsg.c
14029         * src/procmsg.h
14030         * src/summaryview.c
14031                 add Mailing List support
14032                 based on the old 0.6.5claws25 patch by 
14033                 Melvin Hadasht, with finishing touches
14034                 by Colin
14035
14036 2006-05-08 [colin]      2.2.0cvs1
14037
14038         * src/mainwindow.c
14039         * src/toolbar.c
14040         * src/toolbar.h
14041                 Add contextual menu on Compose toolbar 
14042                 button. Fixes bug #944 (Automatic 
14043                 addresses not applied when changing account 
14044                 from compose window)
14045
14046 2006-05-08 [paul]       2.2.0
14047
14048         2.2.0 released
14049
14050 2006-05-08 [paul]       2.1.1cvs51
14051
14052         * po/cs.po
14053         * po/de.po
14054         * po/en_GB.po
14055         * po/fi.po
14056         * po/fr.po
14057         * po/pt_BR.po
14058         * po/sr.po
14059         * po/zh_CN.po
14060                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
14061                 Fabien Vantard, Frederico Goncalves Guimaraes,
14062                 Aleksandar Urosevic, and Ralgh Young
14063
14064 2006-05-12 [colin]      2.1.1cvs50
14065
14066         * po/cs.po
14067         * po/de.po
14068         * po/en_GB.po
14069         * po/es.po
14070         * po/fi.po
14071         * po/fr.po
14072         * po/pt_BR.po
14073         * po/sr.po
14074         * po/zh_CN.po
14075                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
14076                 Fabien Vantard, Frederico Goncalves Guimaraes,
14077                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
14078
14079 2006-05-05 [colin]      2.1.1cvs49
14080
14081         * manual/Makefile.am
14082         * manual/pl/Makefile.am
14083         * manual/pl/account.xml
14084         * manual/pl/ack.xml
14085         * manual/pl/addrbook.xml
14086         * manual/pl/advanced.xml
14087         * manual/pl/faq.xml
14088         * manual/pl/glossary.xml
14089         * manual/pl/gpl.xml
14090         * manual/pl/handling.xml
14091         * manual/pl/intro.xml
14092         * manual/pl/keyboard.xml
14093         * manual/pl/plugins.xml
14094         * manual/pl/starting.xml
14095         * manual/pl/sylpheed-claws-manual.xml
14096         * manual/pl/dist/.cvsignore
14097         * manual/pl/dist/Makefile.am
14098         * manual/pl/dist/html/.cvsignore
14099         * manual/pl/dist/html/Makefile.am
14100         * manual/pl/dist/pdf/.cvsignore
14101         * manual/pl/dist/pdf/Makefile.am
14102         * manual/pl/dist/ps/.cvsignore
14103         * manual/pl/dist/ps/Makefile.am
14104         * manual/pl/dist/txt/.cvsignore
14105         * manual/pl/dist/txt/Makefile.am
14106                 Add the polish translation of the manual,
14107                 Authored by Pawel Pekala.
14108
14109 2006-05-05 [cleroy]     2.1.1cvs48
14110
14111         * src/main.c
14112                 Re-read matcherrc after loading plugins 
14113                 if some of them add folders.
14114
14115 2006-05-03 [colin]      2.1.1cvs47
14116
14117         * src/imap.c
14118                 I'm idiot
14119
14120 2006-05-03 [colin]      2.1.1cvs46
14121
14122         * src/imap.c
14123                 Be sure to have a session when
14124                 getting separator
14125
14126 2006-05-03 [colin]      2.1.1cvs45
14127
14128         * src/imap.c
14129         * src/imap.h
14130         * src/imap_gtk.c
14131                 Fix preventing renaming with namespace 
14132                 separator.
14133
14134 2006-05-01 [colin]      2.1.1cvs44
14135
14136         * src/action.c
14137                 Don't reload messageview when result of
14138                 action is piped.
14139
14140 2006-04-29 [colin]      2.1.1cvs43
14141
14142         * src/prefs_receive.c
14143         * src/plugins/spamassassin/spamassassin_gtk.c
14144         * src/plugins/clamav/clamav_plugin_gtk.c
14145                 GUI fixes by Pawel
14146
14147 2006-04-29 [colin]      2.1.1cvs42
14148
14149         * src/prefs_compose_writing.c
14150         * src/prefs_quote.c
14151                 Cleanups. Patch by Pawel
14152
14153 2006-04-28 [paul]       2.1.1cvs41
14154
14155         * src/matcher.c
14156                 fix returned quick search results when search
14157                 term contains an underscore.
14158                 Thanks to Colin
14159
14160 2006-04-28 [paul]       2.1.1cvs40
14161
14162         * src/prefs_message.c
14163         * src/prefs_receive.c
14164                 GUI cleanups
14165                 Patches by Pawel Pekala
14166
14167 2006-04-27 [colin]      2.1.1cvs39
14168
14169         * src/wizard.c
14170                 Differentiate subject Welcome from
14171                 window's title Welcome
14172
14173 2006-04-27 [paul]
14174
14175         2.2.0-rc1 released
14176
14177 2006-04-27 [paul]       2.1.1cvs38
14178
14179         * manual/advanced.xml
14180         * manual/fr/advanced.xml
14181                 add info about compose_no_markup hidden pref
14182
14183 2006-04-27 [paul]       2.1.1cvs37
14184
14185         * src/prefs_account.c
14186                 improve privacy labels
14187         * src/prefs_msg_colors.c
14188                 change some strings for translators' convenience
14189         * src/gtk/gtkutils.c
14190                 don't underline the link button text
14191
14192 2006-04-25 [colin]      2.1.1cvs36
14193
14194         * src/folder.c
14195                 Complete 2.1.1cvs33 (once more ;)
14196
14197 2006-04-25 [colin]      2.1.1cvs35
14198
14199         * src/editldap.c
14200                 Fix tooltip
14201
14202 2006-04-25 [cleroy]     2.1.1cvs34
14203
14204         * src/compose.c
14205         * src/gtk/gtkaspell.c
14206                 Fix crash on redirect (related to the return 
14207                 of the aspell menu in compose's toolbar)
14208         * src/prefs_msg_colors.c
14209                 Fix sensitivity widgets
14210         * src/image_viewer.c
14211         * src/gtk/pluginwindow.c
14212         * src/gtk/prefswindow.c
14213                 Change released signals to clicked (Fabien)
14214         * po/POTFILES.in
14215         * src/common/socket.c
14216         * src/plugins/spamassassin/spamassassin.c
14217                 Translate strings (Fabien)
14218
14219 2006-04-25 [paul]       2.1.1cvs33
14220
14221         * src/folder.c
14222         * src/folder.h
14223         * src/folderview.c
14224                 complete the fix of bug #912
14225                 Thanks to Colin
14226
14227 2006-04-25 [colin]      2.1.1cvs32
14228
14229         * src/news.c
14230                 Better progress bar
14231         * src/mimeview.c
14232         * src/summaryview.c
14233         * src/summaryview.h
14234                 Fix focus chain
14235                 Patches by Pawel Pekala
14236
14237 2006-04-24 [colin]      2.1.1cvs31
14238
14239         * src/compose.c
14240                 Fix compilation warnings (Fabien)
14241
14242 2006-04-24 [colin]      2.1.1cvs30
14243
14244         * src/addrindex.c
14245         * src/editldap.c
14246         * src/editldap_basedn.c
14247         * src/editldap_basedn.h
14248         * src/ldapctrl.c
14249         * src/ldapctrl.h
14250         * src/ldapquery.c
14251         * src/ldaputil.c
14252         * src/ldaputil.h
14253                 Fix bug #901 (LDAPS support)
14254
14255 2006-04-24 [colin]      2.1.1cvs29
14256
14257         * src/compose.c
14258                 Fix logic on error with send dialog on
14259         * src/imap.c
14260                 Fix compilation without libetpan, thanks
14261                 to Fabien
14262         * src/summaryview.c
14263                 Fix 'context-menu' key
14264
14265 2006-04-23 [colin]      2.1.1cvs28
14266
14267         * src/folder.c
14268                 Never free current's cache to free up 
14269                 memory. Fixes bug #912 (new count 
14270                 randomly set to message count)
14271
14272 2006-04-23 [colin]      2.1.1cvs27
14273
14274         * src/gtk/quicksearch.c
14275                 And remove printf...
14276
14277 2006-04-23 [colin]      2.1.1cvs26
14278
14279         * src/gtk/quicksearch.c
14280                 Fix replacing in quicksearch, and fix inserting
14281                 in the middle of the string. (introduced at 2.1.0cvs22)
14282
14283 2006-04-23 [colin]      2.1.1cvs25
14284
14285         * src/imap.c
14286                 Make sure uidnext is initialized in get_num_list
14287                 (not for stable, related to 2.1.1cvs8 and friends)
14288
14289 2006-04-23 [colin]      2.1.1cvs24
14290
14291         * src/imap.c
14292                 Output something when login is successful
14293                 too
14294
14295 2006-04-23 [colin]      2.1.1cvs23
14296
14297         * src/etpan/imap-thread.c
14298                 Better logging (line-per-line, hide data in fetch)
14299                 Fix a const warning
14300         * src/gtk/logwindow.c
14301         * src/gtk/logwindow.h
14302                 Better logging (color for input/output)
14303
14304 2006-04-21 [colin]      2.1.1cvs22
14305
14306         * src/gtk/quicksearch.c
14307                 On gtk+-2.8, use stock buttons in quicksearch
14308                 Based on a patch by Fabien and a design by Paul
14309
14310 2006-04-21 [colin]      2.1.1cvs21
14311
14312         * src/folderview.c
14313         * src/mainwindow.c
14314                 Fix occasional flicker in folderview
14315         * src/common/utils.c
14316                 Fix bug #943 (Incorrectly parsed email address 
14317                 list in short headers on message view and in 
14318                 printouts)
14319
14320 2006-04-20 [colin]      2.1.1cvs20
14321
14322         * src/imap.c
14323         * src/imap.h
14324         * src/prefs_account.c
14325                 Add ANONYMOUS auth for IMAP
14326
14327 2006-04-20 [paul]       2.1.1cvs19
14328
14329         * src/main.c
14330                 proper fix for 2.1.1cvs18
14331                 Thanks to Colin
14332
14333 2006-04-20 [paul]       2.1.1cvs18
14334
14335         * src/main.c
14336                 fix build warnings
14337
14338 2006-04-20 [paul]       2.1.1cvs17
14339
14340         * src/gtk/quicksearch.c
14341                 fix standard, non-extended Quick search,
14342                 was broken in 2.1.1cvs15.
14343                 Thanks to Colin.
14344
14345 2006-04-20 [colin]      2.1.1cvs16
14346
14347         * src/prefs_matcher.c
14348                 Fix values when reselecting a ~test
14349                 rule
14350
14351 2006-04-19 [colin]      2.1.1cvs15
14352
14353         * src/compose.c
14354         * src/compose.h
14355         * src/gtk/gtkaspell.c
14356         * src/gtk/gtkaspell.h
14357                 Put back Options menu in Spelling/
14358         * src/gtk/quicksearch.c
14359                 Don't search, and show error, if the
14360                 advanced search has a syntax error
14361
14362 2006-04-18 [colin]      2.1.1cvs14
14363
14364         * src/textview.c
14365                 Fix gdk warnings on set_cursor when textview
14366                 isn't visible
14367
14368 2006-04-18 [colin]      2.1.1cvs13
14369
14370         * src/gtk/gtksctree.c
14371                 Remove seemingly useless refresh that causes
14372                 flicker - watch this commit in case of 
14373                 problems before planned backport to stable
14374
14375 2006-04-18 [colin]      2.1.1cvs12
14376
14377         * src/imap.c
14378                 Factorize get/set_xml code
14379         * src/compose.c
14380         * src/prefs_account.c
14381         * src/prefs_account.h
14382         * src/procmsg.c
14383                 Add Encrypt to self option
14384
14385 2006-04-17 [colin]      2.1.1cvs11
14386
14387         * configure.ac
14388                 Fix search on encrpyt function on dragonfly
14389                 Patch by Jonathan Buschmann <jonthn@agmact.com>
14390
14391 2006-04-17 [colin]      2.1.1cvs10
14392
14393         * src/prefs_account.c
14394                 Be safe by default: remove mails from POP3
14395                 after 7 days, not immediately
14396
14397 2006-04-17 [colin]      2.1.1cvs9
14398
14399         * src/etpan/imap-thread.c
14400                 Fix build on DragonFly - patch by 
14401                 Jonathan Buschmann <jonthn@agmact.com>
14402
14403 2006-04-17 [colin]      2.1.1cvs8
14404
14405         * src/imap.c
14406                 Save uidnext between sessions
14407
14408 2006-04-17 [colin]      2.1.1cvs7
14409
14410         * src/imap.c
14411                 scan is required when uid validity changes
14412
14413 2006-04-17 [colin]      2.1.1cvs6
14414
14415         * src/folderview.c
14416                 Don't scan if not necessary, apart in current
14417                 folder and INBOX to fetch flags.
14418         * src/imap.c
14419                 Scan is necessary if unread count changes
14420
14421 2006-04-17 [colin]      2.1.1cvs5
14422
14423         * src/imap.c
14424                 ...But always fetch ANSWERED and DELETED flags for
14425                 INBOX, as filtering can happen on these flags.
14426
14427 2006-04-17 [colin]      2.1.1cvs4
14428
14429         * src/imap.c
14430                 Don't fetch REPLIED and DELETED flags when synchronising
14431                 flags with a closed folder. We only need UNSEEN and FLAGGED
14432                 to update the folderview.
14433
14434 2006-04-17 [colin]      2.1.1cvs3
14435
14436         * src/imap.c
14437                 Faster flag search when there are new mails 
14438                 in a folder. We can do a full search if the 
14439                 folder contains less messages than the new
14440                 list.
14441
14442 2006-04-17 [colin]      2.1.1cvs2
14443
14444         * po/cs.po
14445         * po/de.po
14446         * po/fr.po
14447         * po/nl.po
14448         * po/pt_BR.po
14449                 Update translations from stable branch
14450
14451 2006-04-17 [colin]      2.1.1cvs1
14452
14453         * configure.ac
14454                 Bump version to follow stable release
14455
14456 2006-04-16 [mones]      2.1.0cvs50
14457
14458         * po/es.po
14459                 Updated for release
14460
14461 2006-04-16 [colin]      2.1.0cvs49
14462
14463         * src/textview.c
14464                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
14465                 with gtk < 2.8. Thanks to Fabien Vantard.
14466
14467 2006-04-15 [colin]      2.1.0cvs48
14468
14469         * src/etpan/imap-thread.c
14470                 Fix bug #919 (libetpan: SEGV when connecting 
14471                 using command)
14472
14473 2006-04-14 [colin]      2.1.0cvs47
14474
14475         * src/main.c
14476                 Fix race on --select (should be done better)
14477
14478 2006-04-14 [wwp]        2.1.0cvs46
14479
14480         * src/send_message.c
14481                 enforce a check for domain in account prefs (a sending
14482                 error could be faced if domain was checked but no value set),
14483                 thanks to Colin.
14484
14485 2006-04-14 [colin]      2.1.0cvs45
14486
14487         * src/codeconv.c
14488                 when converting from unknown to unknown, if the
14489                 string is UTF8, don't convert it to the locale
14490                 (which breaks it)
14491
14492 2006-04-14 [colin]      2.1.0cvs44
14493
14494         * src/compose.c
14495                 Don't try to use ASCII for converting headers
14496                 (as done in body)
14497
14498 2006-04-14 [paul]       2.1.0cvs43
14499
14500         * src/crash.c
14501                 add locale/charset info to crash report
14502         * src/gtk/about.c
14503                 add wwp to doc team
14504                 replace 'e-mail' with preferred 'email'
14505         * src/gtk/authors.h
14506                 ensure contributors list is in alphabetical
14507                 order
14508
14509 2006-04-13 [colin]      2.1.0cvs42
14510
14511         * src/textview.c
14512                 Prevent gdk warnings
14513
14514 2006-04-13 [colin]      2.1.0cvs41
14515
14516         * src/common/ssl_certificate.c
14517         * src/common/ssl_certificate.h
14518         * src/gtk/sslcertwindow.c
14519                 Warn on expired certs, and display the expiration date
14520
14521 2006-04-13 [colin]      2.1.0cvs40
14522
14523         * src/plugins/spamassassin/spamassassin_gtk.c
14524                 Fix missing set_text on unix socket
14525
14526 2006-04-13 [wwp]        2.1.0cvs39
14527
14528         * manual/fr/advanced.xml
14529         * manual/fr/glossary.xml
14530                 applied new spam/ham/email lexicon (pourriel, courriel)
14531
14532 2006-04-13 [paul]       2.1.0cvs38
14533
14534         * src/plugins/pgpmime/plugin.c
14535                 remove the mention of S/MIME from the
14536                 description. This is now handled by the
14537                 S/MIME plugin.
14538
14539 2006-04-13 [paul]       2.1.0cvs37
14540
14541         * src/prefs_msg_colors.c
14542                 rework dialog
14543         * src/prefs_folder_item.c
14544         * src/prefs_spelling.c
14545                 add a tooltip to the colour selector buttons
14546
14547 2006-04-13 [wwp]        2.1.0cvs36
14548
14549         * manual/advanced.xml
14550         * manual/glossary.xml
14551         * manual/handling.xml
14552         * manual/keyboard.xml
14553         * manual/plugins.xml
14554         * manual/starting.xml
14555         * manual/fr/account.xml
14556         * manual/fr/ack.xml
14557         * manual/fr/addrbook.xml
14558         * manual/fr/advanced.xml
14559         * manual/fr/faq.xml
14560         * manual/fr/glossary.xml
14561         * manual/fr/gpl.xml
14562         * manual/fr/handling.xml
14563         * manual/fr/intro.xml
14564         * manual/fr/keyboard.xml
14565         * manual/fr/plugins.xml
14566         * manual/fr/starting.xml
14567         * manual/fr/sylpheed-claws-manual.xml
14568                 fixes to the manuals:
14569                  - summaryview -> Message List (same in French)
14570                  - translate key names
14571                  - fix French punctuation, use non-breakable spaces when
14572                    necessary, don't use &thinsp; which is not portable
14573                  - tell what maildir and mbox formats we support
14574
14575 2006-04-12 [wwp]        2.1.0cvs35
14576
14577         * src/prefs_toolbar.c
14578                 unified a replace button more,
14579                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14580
14581 2006-04-12 [wwp]        2.1.0cvs34
14582
14583         * src/prefs_common.c
14584         * src/prefs_msg_colors.c
14585                 make default color labels translatable,
14586                 patch from Fabien Vantard <fzzzzz@gmail.com>,
14587                 thanks to Tim <timbrain@post.cz> for reporting.
14588
14589 2006-04-12 [wwp]        2.1.0cvs33
14590
14591         * manual/glossary.xml
14592         * manual/intro.xml
14593         * manual/plugins.xml
14594         * manual/starting.xml
14595         * manual/sylpheed-claws-manual.xml
14596         * manual/fr/.cvsignore
14597         * manual/fr/account.xml
14598         * manual/fr/ack.xml
14599         * manual/fr/addrbook.xml
14600         * manual/fr/advanced.xml
14601         * manual/fr/faq.xml
14602         * manual/fr/glossary.xml
14603         * manual/fr/handling.xml
14604         * manual/fr/intro.xml
14605         * manual/fr/keyboard.xml
14606         * manual/fr/plugins.xml
14607         * manual/fr/starting.xml
14608         * manual/fr/sylpheed-claws-manual.xml
14609                 various fixes: typos, missing .fr translations, punctuation,
14610                 capitalization, links, accents and some bad French more.
14611
14612 2006-04-12 [wwp]        2.1.0cvs32
14613
14614         * src/prefs_gtk.c
14615                 fix for bug #935: always store prefs files in UTF-8 (thanks
14616                 to Colin).
14617
14618 2006-04-11 [colin]      2.1.0cvs31
14619
14620         * src/compose.c
14621                 Fix inserting files not in utf8 when locale is utf8
14622
14623 2006-04-11 [colin]      2.1.0cvs30
14624
14625         * src/inc.c
14626                 Don't show error dialog when cancelling connection
14627                 Patch by Pawel
14628
14629 2006-04-11 [cleroy]     2.1.0cvs29
14630
14631         * src/compose.c
14632                 Implement multiple quote levels
14633         * src/prefs_common.c
14634                 Change a little bit the quote bgcolor for 2nd level
14635
14636 2006-04-11 [colin]      2.1.0cvs28
14637
14638         * src/gtk/about.c
14639                 Add locale and charset in the label
14640
14641 2006-04-10 [colin]      2.1.0cvs27
14642
14643         * src/compose.c
14644         * src/prefs_common.c
14645         * src/prefs_common.h
14646         * src/prefs_msg_colors.c
14647         * src/textview.c
14648                 Allow optional background color in quotes
14649                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14650                 GTK+-2.8.x feature
14651
14652 2006-04-10 [colin]      2.1.0cvs26
14653
14654         * src/main.c
14655         * src/mainwindow.c
14656         * src/mainwindow.h
14657                 Implement --select
14658
14659 2006-04-10 [colin]      2.1.0cvs25
14660
14661         * manual/plugins.xml
14662         * manual/fr/plugins.xml
14663                 Document libcurl's proxy variables
14664
14665 2006-04-09 [colin]      2.1.0cvs24
14666
14667         * src/prefs_common.c
14668                 gettext() returns statically allocated stuff. We have
14669                 to strdup it in order to be able to free it.
14670
14671 2006-04-09 [colin]      2.1.0cvs23
14672
14673         * AUTHORS
14674         * src/gtk/authors.h
14675                 Add Alexei
14676
14677 2006-04-09 [colin]      2.1.0cvs22
14678
14679         * src/mainwindow.c
14680         * src/gtk/quicksearch.c
14681                 Fix bug #859 (problems with cyrilic input in 
14682                 search panel) - Patch by Alexey Illarionov 
14683                 <littlesavage@rambler.ru>
14684
14685 2006-04-09 [colin]      2.1.0cvs21
14686
14687         * src/prefs_customheader.c
14688                 I prefer removing then freeing rather than the contrary
14689                 (even if it doesn't change anything ;-)
14690         * src/prefs_account.c
14691                 Fix bug #933 (Crash re-entering the custom headers list 
14692                 dialog in accounts prefs)
14693                 The problem happened when cancelling the Account 
14694                 Preferences' dialogs - in which case we didn't do 
14695                 anything to the PrefsAccount * struct. In case of applying,
14696                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14697                 working with in this dialog. The problem is that 
14698                 prefs_customheader.c, working on this tmp_ac_prefs, always
14699                 changes the ->customhdr_list pointer, even when cancelled. 
14700                 So in case of cancelling the prefs_account dialog, we still
14701                 have to update ->customhdr_list in the real account.
14702
14703 2006-04-08 [colin]      2.1.0cvs20
14704
14705         * manual/fr/glossary.xml
14706         * manual/fr/keyboard.xml
14707                 Forgot some headers :)
14708
14709 2006-04-08 [colin]      2.1.0cvs19
14710
14711         * manual/Makefile.am
14712         * manual/fr/Makefile.am
14713         * manual/fr/account.xml
14714         * manual/fr/ack.xml
14715         * manual/fr/addrbook.xml
14716         * manual/fr/advanced.xml
14717         * manual/fr/faq.xml
14718         * manual/fr/glossary.xml
14719         * manual/fr/gpl.xml
14720         * manual/fr/handling.xml
14721         * manual/fr/intro.xml
14722         * manual/fr/keyboard.xml
14723         * manual/fr/plugins.xml
14724         * manual/fr/starting.xml
14725         * manual/fr/sylpheed-claws-manual.xml
14726         * manual/fr/dist/.cvsignore
14727         * manual/fr/dist/Makefile.am
14728         * manual/fr/dist/html/.cvsignore
14729         * manual/fr/dist/html/Makefile.am
14730         * manual/fr/dist/pdf/.cvsignore
14731         * manual/fr/dist/pdf/Makefile.am
14732         * manual/fr/dist/ps/.cvsignore
14733         * manual/fr/dist/ps/Makefile.am
14734         * manual/fr/dist/txt/.cvsignore
14735         * manual/fr/dist/txt/Makefile.am
14736                 Add the french translation of the manual. Thanks to
14737                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14738                 account.xml, ack.xml, addrbook.xml and advanced.xml
14739
14740 2006-04-08 [colin]      2.1.0cvs18
14741
14742         * manual/plugins.xml
14743         * manual/starting.xml
14744                 More fixes
14745
14746 2006-04-07 [colin]      2.1.0cvs17
14747
14748         * manual/faq.xml
14749         * manual/intro.xml
14750         * manual/keyboard.xml
14751                 Little fixes
14752
14753 2006-04-07 [colin]      2.1.0cvs16
14754
14755         * README
14756         * src/compose.c
14757         * src/prefs_common.c
14758         * src/prefs_common.h
14759                 Add hidden compose_no_markup pref
14760
14761 2006-04-07 [wwp]        2.1.0cvs15
14762
14763         * src/summary_search.c
14764         * .cvsignore
14765                 Bugfix: stop button was sticky when searching in an empty folder.
14766                 Applied curly brackets code style to the whole file (summary_search.c).
14767                 More files to ignore.
14768
14769 2006-04-07 [wwp]        2.1.0cvs14
14770
14771         * src/message_search.c
14772         * src/summary_search.c
14773                 changed default button when search bumps at file/folder
14774                 beginning or end, for convenience (thanks to Colin).
14775
14776 2006-04-07 [paul]       2.1.0cvs13
14777
14778         * src/plugins/dillo_viewer/dillo_prefs.c
14779                 avoid future potential for namespace collision
14780                 Patch by Colin
14781
14782 2006-04-06 [wwp]        2.1.0cvs12
14783
14784         * src/summary_search.c
14785                 Unify extended/advanced searches names (and thus factorize labels),
14786                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14787
14788 2006-04-06 [wwp]        2.1.0cvs11
14789
14790         * src/folderview.c
14791         * src/prefs_themes.c
14792         * src/summaryview.c
14793                 Fixed some compilation warnings.
14794
14795 2006-04-06 [colin]      2.1.0cvs10
14796
14797         * manual/advanced.xml
14798                 Document the wizard template and how to deploy
14799                 Sylpheed-Claws effectively
14800
14801 2006-04-06 [colin]      2.1.0cvs9
14802
14803         * src/folderview.c
14804                 gettext patch to tell translators about _("#"),
14805                 by Maxim Britov
14806
14807 2006-04-06 [colin]      2.1.0cvs8
14808
14809         * src/textview.c
14810                 Fix invalid GtkTextBIter after clicking "Display as text"
14811
14812 2006-04-06 [mones]      2.1.0cvs7
14813
14814         * src/addr_compl.c
14815         * src/addrindex.c
14816         * src/addritem.c
14817         * src/codeconv.c
14818         * src/compose.c
14819         * src/filtering.c
14820         * src/folder.c
14821         * src/folder_item_prefs.c
14822         * src/folderview.c
14823         * src/localfolder.c
14824         * src/matcher.c
14825         * src/mimeview.c
14826         * src/prefs_msg_colors.c
14827         * src/prefs_spelling.c
14828         * src/prefs_themes.c
14829         * src/procmime.c
14830         * src/procmsg.c
14831         * src/stock_pixmap.c
14832         * src/summaryview.c
14833         * src/textview.c
14834         * src/toolbar.c
14835         * src/common/mgutils.c
14836         * src/common/prefs.c
14837         * src/common/ssl_certificate.c
14838         * src/gtk/colorlabel.c
14839         * src/gtk/quicksearch.c
14840         * src/plugins/pgpmime/pgpmime.c
14841         * src/plugins/spamassassin/spamassassin.c
14842                 Removed redundant NULL checks for g_free() calls.
14843                 Patch by Pawel Pekala.
14844
14845 2006-04-06 [mones]      2.1.0cvs6
14846
14847         * src/prefs_actions.c
14848         * src/prefs_filtering.c
14849         * src/prefs_filtering_action.c
14850         * src/prefs_matcher.c
14851         * src/prefs_template.c
14852         * src/gtk/gtkutils.c
14853         * src/gtk/gtkutils.h
14854                 Have a nice replace button. Patch by Pawel Pekala
14855
14856 2006-04-06 [colin]      2.1.0cvs5
14857
14858         * src/addressbook.c
14859                 Fix crash with empty columns
14860
14861 2006-04-05 [colin]      2.1.0cvs4
14862
14863         * src/wizard.c
14864         * src/prefs_gtk.c
14865                 Allow wizard customization with pre-filled values
14866
14867 2006-04-05 [colin]      2.1.0cvs3
14868
14869         * src/textview.c
14870         * src/mimeview.c
14871         * src/mimeview.h
14872                 Nicer messages in mimeview
14873
14874 2006-04-05 [colin]      2.1.0cvs2
14875
14876         * src/addressbook.c
14877         * src/prefs_summaries.c
14878                 i18n fix
14879
14880 2006-04-05 [colin]      2.1.0cvs1
14881
14882         * src/plugins/pgpcore/plugin.c
14883         * src/plugins/pgpcore/select-keys.c
14884         * src/plugins/pgpcore/select-keys.h
14885         * src/plugins/pgpcore/sgpgme.c
14886         * src/plugins/pgpcore/sgpgme.h
14887         * src/plugins/pgpinline/pgpinline.c
14888         * src/plugins/pgpinline/plugin.c
14889         * src/plugins/pgpmime/pgpmime.c
14890         * src/plugins/pgpmime/plugin.c
14891                 Factorize and generalize a bit 
14892                 Drop S/MIME signature verification from PGP/MIME
14893                 (adding it as another, more complete plugin)
14894
14895 2006-04-05 [paul]       2.1.0
14896
14897         2.1.0 released
14898
14899 2006-04-05 [paul]       2.0.0cvs186
14900
14901         * manual/advanced.xml
14902                 add info on colour labels
14903
14904 2006-04-05 [paul]       2.0.0cvs185
14905
14906         * po/bg.po
14907         * po/cs.po
14908         * po/de.po
14909         * po/el.po
14910         * po/en_GB.po
14911         * po/fi.po
14912         * po/fr.po
14913         * po/it.po
14914         * po/nl.po
14915         * po/pl.po
14916         * po/pt_BR.po
14917         * po/sr.po
14918         * po/zh_CN.po
14919                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14920                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14921                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14922                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14923         * src/gtk/authors.h
14924         * tools/claws.i18n.status.pl
14925                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14926                 and new Czech translator, Tim <timbrain@post.cz>
14927
14928 2006-04-05 [mones]      2.0.0cvs184
14929
14930         * po/es.po
14931                 Updated translation
14932
14933 2006-04-05 [colin]      2.0.0cvs183
14934
14935         * src/gtk/quicksearch.c
14936                 Fix bug #929 (unnecessary reload in quick search bar)
14937
14938 2006-04-05 [colin]      2.0.0cvs182
14939
14940         * src/compose.c
14941                 Fix crash on Reply with no From:
14942                 Show signature and conversion error on queuing 
14943                 (but not sending)
14944         * src/mainwindow.c
14945         * src/summaryview.c
14946         * src/summaryview.h
14947                 Factorize threading code and make sure msginfo 
14948                 is not null when it comes from a GtkCTreeRow's 
14949                 data
14950         * src/gtk/gtkaspell.c
14951                 Check for necessary things
14952         * src/gtk/gtksctree.c
14953         * src/gtk/gtksctree.h
14954                 Reset anchor if necessary when removing node
14955
14956 2006-03-29 [colin]      2.0.0cvs181
14957
14958         * src/folderview.c
14959                 Warn for disabled IMAP accounts (due to lack of
14960                 libetpan). Breaks string-freeze - sorry - but it
14961                 is kind of important ;)
14962
14963 2006-03-28 [colin]      2.0.0cvs180
14964
14965         * src/gtk/gtkutils.c
14966         * src/gtk/gtkutils.h
14967                 Add a gtkut_get_link_btn() function that
14968                 creates a button which acts like an URI
14969         * src/prefs_themes.c
14970         * src/gtk/about.c
14971                 Use this function (factorizes codes)
14972         * src/common/defs.h
14973         * src/gtk/pluginwindow.c
14974                 Add a "Get more..." in the plugins window
14975
14976 2006-03-28 [colin]      2.0.0cvs179
14977
14978         * src/common/smtp.c
14979         * src/common/passcrypt.c
14980         * src/undo.c
14981                 Warning fixes. Patch by Pawel Pekala
14982
14983 2006-03-27 [colin]      2.0.0cvs178
14984
14985         * src/undo.c
14986                 Fix undoing by blocks with spaces
14987
14988 2006-03-27 [colin]      2.0.0cvs177
14989
14990         * src/textview.c
14991                 Set margin to 3px for headers
14992
14993 2006-03-27 [paul]
14994
14995         2.1.0-rc2 released
14996
14997 2006-03-27 [wwp]        2.0.0cvs176
14998
14999         * src/summaryview.c
15000                 don't reset quicksearch when updating the message list.
15001                 Thanks to Colin.
15002
15003 2006-03-26 [wwp]        2.0.0cvs175
15004
15005         * src/compose.c
15006                 use a unified border width ('other' tab in the compose window,
15007                 patch by Pawel Pekala).
15008
15009
15010 2006-03-26 [wwp]        2.0.0cvs174
15011
15012         * src/common/quoted-printable.c
15013         * src/addressbook.c
15014                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
15015
15016 2006-03-26 [colin]      2.0.0cvs173
15017
15018         * src/quote_fmt_parse.y
15019                 Fix non-UTF8 date formats messing up the whole quote a 
15020                 little bit
15021
15022 2006-03-26 [colin]      2.0.0cvs172
15023
15024         * src/procheader.c
15025                 Make sure the date is UTF8 valid, or try to make it
15026                 so. IncrediMail is really IncrediStupid.
15027         * src/compose.c
15028                 Fix possible conversions. 
15029                 
15030
15031 2006-03-26 [colin]      2.0.0cvs171
15032
15033         * src/matcher.c
15034                 Fix corner cases in body search. This is still a
15035                 hack... It seems impossible to make it good and 
15036                 reasonably fast at the same time.
15037
15038 2006-03-26 [colin]      2.0.0cvs170
15039
15040         * src/summaryview.c
15041                 I think I killed the twilight zone bug!
15042                 summary_select_node() flushes GTK events in order
15043                 to be able to center the view. But this also 
15044                 flushes keypresses like Ctrl-Alt-U, so this can
15045                 call summary_show from summary_select_node (itself
15046                 called from summary_show, etc.). And the summaryview
15047                 has to be unlocked in this function. So just locking
15048                 while processing GTK events, and bailing if locked, 
15049                 should fix it.
15050                 Fixes bug #927 (SIGSEGV during Update Summary)
15051
15052 2006-03-25 [colin]      2.0.0cvs169
15053
15054         * src/matcher.c
15055                 Fix search in QP-encoded bodies
15056                 Fix utf-8 searches in bodies encoded in the
15057                 locale's encoding
15058         * src/common/quoted-printable.c
15059         * src/common/quoted-printable.h
15060                 Add a decode function that doesn't overwrite
15061                 the original pointer
15062                 
15063
15064 2006-03-24 [colin]      2.0.0cvs168
15065
15066         * src/action.c
15067         * src/summaryview.c
15068         * src/summaryview.h
15069                 Update message cache after action
15070                 Patch by H. Merijn Brand
15071         * src/prefs_msg_colors.c
15072                 Factorize label 
15073                 Patch by Fabien Vantard
15074         * src/plugins/spamassassin/spamassassin_gtk.c
15075                 Remove useless translation
15076                 Patch by Fabien Vantard
15077
15078 2006-03-23 [colin]      2.0.0cvs167
15079
15080         * src/common/ssl.c
15081                 Let 30 seconds to SSL_connect
15082
15083 2006-03-23 [wwp]        2.0.0cvs166
15084
15085         * src/summaryview.c
15086         * src/gtk/description_window.c
15087                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
15088                 and headers are translated; adjust description windows' width to fit their
15089                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
15090
15091 2006-03-23 [paul]       2.0.0cvs165
15092
15093         * src/common/utils.c
15094                 fix highlighting of URIs containing "()"
15095                 (2.0.0cvs164's reversal fixed)
15096                 Thanks to Colin.
15097
15098 2006-03-23 [paul]       2.0.0cvs164
15099
15100         * src/common/utils.c
15101                 revert patch, (postponing a fix), at 2.0.0cvs120
15102                 as it breaks more URIs than it fixes.
15103                 Allow '-' to be a terminating character in a URI
15104
15105 2006-03-22 [colin]      2.0.0cvs163
15106
15107         * configure.ac
15108                 Require libetpan 0.45
15109                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
15110
15111 2006-03-22 [paul]       2.0.0cvs162
15112
15113         * src/editgroup.c
15114                 replace '<-' and '->' buttons with GTK_STOCK graphical
15115                 buttons
15116         * src/summary_search.c
15117                 don't offer '...' for translation
15118                 add a tooltip to advanced search '...' button
15119         * src/gtk/quicksearch.c
15120                 don't offer '...' for translation
15121
15122 2006-03-21 [colin]      2.0.0cvs161
15123
15124         * src/compose.c
15125                 Fix middle-click pasting (insert at click
15126                 position instead of cursor position, don't
15127                 remove existing selection and allow pasting
15128                 our own selection)
15129         * src/addressbook.c
15130                 "LDAP Server" -> "LDAP servers"
15131
15132 2006-03-21 [wwp]        2.0.0cvs160
15133
15134         * src/etpan/imap-thread.c
15135                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
15136
15137 2006-03-20 [colin]      2.0.0cvs159
15138
15139         * src/summaryview.c
15140                 Don't reload summaryview after an execute with no
15141                 move action
15142
15143 2006-03-19 [colin]      2.0.0cvs158
15144
15145         * src/addressbook.c
15146                 and put groups at the top, always
15147
15148 2006-03-19 [colin]      2.0.0cvs157
15149
15150         * src/addressbook.c
15151                 Order groups before names, as previously
15152
15153 2006-03-19 [colin]      2.0.0cvs156
15154
15155         * src/addressbook.c
15156                 - Sort case-unsensitive
15157                 - Put the sort arrow at opening too
15158
15159 2006-03-19 [wwp]        2.0.0cvs155
15160
15161         * src/addressbook.c
15162                 allow sorting by name/email/remarks, ensure that right-pane's contents
15163                 matches the left-pane selection (cleared when appropriate).
15164                 Patch by Pawel Pekala <c0rn@o2.pl>.
15165
15166 2006-03-18 [colin]      2.0.0cvs154
15167
15168         * src/textview.c
15169                 Fix text cursor ;)
15170
15171 2006-03-18 [colin]      2.0.0cvs153
15172
15173         * src/gtk/filesel.c
15174                 Make sure we hide the preview if we didn't get
15175                 a filename
15176
15177 2006-03-18 [colin]      2.0.0cvs152
15178
15179         * src/summaryview.c
15180                 Set cursor to watch for execution (fixes lack
15181                 of watch-cursor when dnd'ing hundreds of mails)
15182         * src/gtk/filesel.c
15183                 Check that mime type is 'image/*' before updating
15184                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
15185
15186 2006-03-18 [colin]      2.0.0cvs151
15187
15188         * src/mainwindow.c
15189         * src/textview.c
15190         * src/textview.h
15191                 Put a watch cursor in textview too when the mainwindow's
15192                 cursor in a watch
15193
15194 2006-03-18 [colin]      2.0.0cvs150
15195
15196         * src/folder.c
15197                 Change wrong asserts to simple tests
15198
15199 2006-03-17 [colin]      2.0.0cvs149
15200
15201         * src/mainwindow.c
15202         * src/mainwindow.h
15203         * src/prefs_msg_colors.c
15204         * src/summaryview.c
15205         * src/summaryview.h
15206         * src/gtk/colorlabel.c
15207         * src/gtk/colorlabel.h
15208                 Add a color label menu in the main menubar
15209                 Add (fixed) accels Ctrl-{0-7} to change the color
15210                 They have to be fixed because the menu's dynamic,
15211                 the items are complex widgets, hence we can't use
15212                 a GtkItemFactory.
15213
15214
15215 2006-03-17 [wwp]        2.0.0cvs148
15216
15217         * src/compose.c
15218                 rollback few lines from my previous commit (those lines come from
15219                 a pending patch, accidentally commited, even if neutral as they are
15220                 commented out).
15221
15222 2006-03-17 [wwp]        2.0.0cvs147
15223
15224         * src/compose.c
15225                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
15226                 applied code style/indentation to the modified function.
15227
15228 2006-03-17 [wwp]        2.0.0cvs146
15229
15230         * src/procmsg.c
15231         * src/compose.c
15232                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
15233
15234 2006-03-17 [paul]
15235
15236         2.1.0-rc1 released
15237
15238 2006-03-17 [paul]       2.0.0cvs145
15239
15240         * src/main.c
15241                 addressbook_read_file() was called twice
15242         * src/textview.c
15243                 X-Mailer highlighting
15244
15245 2006-03-16 [colin]      2.0.0cvs144
15246
15247         * src/sourcewindow.c
15248         * src/sourcewindow.h
15249                 And the last one, in source window.
15250
15251 2006-03-16 [colin]      2.0.0cvs143
15252
15253         * src/compose.c
15254         * src/compose.h
15255                 Fix the same stuff in compose
15256
15257 2006-03-16 [colin]      2.0.0cvs142
15258
15259         * src/messageview.c
15260                 Complete the previous messageview crash fix
15261
15262 2006-03-16 [colin]      2.0.0cvs141
15263
15264         * src/procmsg.h
15265         * src/procmsg.c
15266         * src/folder.c
15267                 Fix POSTPROCESSING hook
15268                 Patch by H. Merijn Brand
15269
15270         * src/procmime.c
15271         * src/procmime.h
15272                 Parse Content-Location
15273
15274         * src/toolbar.c
15275         * src/messageview.c
15276         * src/messageview.h
15277                 Don't crash when a top-level MessageView has
15278                 been closed on us. Same problematic than
15279                 yesterday's quicksearch issue.
15280
15281 2006-03-15 [colin]      2.0.0cvs140
15282
15283         * src/gtk/quicksearch.c
15284                 Fix a bitchy race we didn't think about when we
15285                 added quicksearch cancellation:
15286                 If the search is not on cached fields, for example
15287                 body_part matchcase "stuff"
15288                 the matcher code has to get the whole message. If
15289                 we're on IMAP, that can be slow, and in order to
15290                 be non-blocking, the IMAP code idle loop processes
15291                 gtk events too. So it is possible to cancel a
15292                 quicksearch while the matcher is getting the mail's
15293                 body. After matcher got its body, it will start to
15294                 iterate over the matcher list that the Quicksearch's
15295                 clear_search_cb() just freed via prepare_matcher().
15296                 SIGSEGV ensues.
15297                 The fix consists of guarding the matcherlist_match()
15298                 call with a boolean 'matching'. If we reset the
15299                 quicksearch while matching is TRUE, we don't free
15300                 the matcherlist anymore like we did, but we set
15301                 another new flag, deferred_free, to TRUE. Then,
15302                 in quicksearch_match(), just after returning from
15303                 matcherlist_match() and unsetting the matching flag,
15304                 we check the deferred_free flag and do the
15305                 prepare_matcher() (which does the matcherlist_free)
15306                 for real, so we free the matcherlist once it's not
15307                 used anymore.
15308                 As all of this runs via the glib main loop, we
15309                 luckily don't need a mutex.
15310         * src/summaryview.c
15311                 Also, show progress while searching.
15312
15313
15314 2006-03-14 [colin]      2.0.0cvs139
15315
15316         * src/alertpanel.c
15317                 Make alertpanel_is_open non-static
15318
15319 2006-03-14 [colin]      2.0.0cvs138
15320
15321         * src/prefs_spelling.c
15322                 Cleanups - Fabien Vantard
15323
15324 2006-03-14 [wwp]        2.0.0cvs137
15325
15326         * src/main.c
15327                 code style normalization (curly braces, indentation).
15328
15329 2006-03-14 [wwp]        2.0.0cvs137
15330
15331         * src/main.c
15332                 code style (braces, indentation)
15333
15334 2006-03-12 [paul]       2.0.0cvs136
15335
15336         * src/prefs_common.c
15337                 trans_hdr defaults to FALSE to be RFC-savvy
15338         * src/prefs_summaries.c
15339                 add a tooltip to the trans_hdr option
15340                 
15341
15342 2006-03-12 [paul]       2.0.0cvs135
15343
15344         * src/prefs_matcher.c
15345                 give a little more width to the combos
15346         * src/prefs_display_header.c
15347         * src/textview.c
15348                 translate headers if prefs_common.trans_hdr
15349                 is TRUE
15350
15351         Patches by Pawel Pekala
15352
15353 2006-03-12 [paul]       2.0.0cvs134
15354
15355         * src/plugins/clamav/clamav_plugin.c
15356         * src/plugins/dillo_viewer/dillo_viewer.c
15357         * src/plugins/pgpcore/plugin.c
15358         * src/plugins/pgpinline/plugin.c
15359         * src/plugins/pgpmime/plugin.c
15360         * src/plugins/spamassassin/spamassassin.c
15361                 update/add to descriptions
15362         * src/plugins/spamassassin/spamassassin_gtk.c
15363                 fixes to the english, remove superfluous
15364                 tooltips, clean up a little
15365
15366 2006-03-12 [paul]       2.0.0cvs133
15367
15368         * src/compose.c
15369                 fix Bug 924, 'Account combo box shows up wrong 
15370                 if & is in account name'
15371
15372 2006-03-11 [colin]      2.0.0cvs132
15373
15374         * src/summaryview.c
15375                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
15376                 messed up shift-selection because is slows down
15377                 moving around summaryview. thanks -users
15378
15379 2006-03-10 [colin]      2.0.0cvs131
15380
15381         * src/plugins/spamassassin/spamassassin_gtk.c
15382                 Put back Paul's engrish fixes
15383
15384 2006-03-10 [colin]      2.0.0cvs130
15385
15386         * src/plugins/spamassassin/spamassassin.c
15387         * src/plugins/spamassassin/spamassassin.h
15388         * src/plugins/spamassassin/spamassassin_gtk.c
15389                 Cleanup SA prefs page (more)
15390                 Patch by Fabien Vantard
15391
15392 2006-03-10 [paul]       2.0.0cvs129
15393
15394         * src/prefs_msg_colors.c
15395         * src/prefs_spelling.c
15396                 widget sensitivity
15397
15398 2006-03-09 [mones]      2.0.0cvs128
15399
15400         * po/es.po
15401                 Update for next RC
15402
15403 2006-03-09 [wwp]        2.0.0cvs127
15404
15405         * configure.ac
15406                 revert accidental commit (requirement for libetpan 0.43), this time
15407                 not in HEAD.
15408
15409 2006-03-09 [wwp]        2.0.0cvs125
15410
15411         * configure.ac
15412                 revert accidental commit (requirement for libetpan 0.43)
15413
15414 2006-03-09 [paul]       2.0.0cvs126
15415
15416         * src/prefs_receive.c
15417                 remove useless frame
15418                 replace 'incorporation' with 'receiving'
15419         * src/plugins/clamav/clamav_plugin_gtk.c
15420         * src/plugins/spamassassin/spamassassin_gtk.c
15421                 improve widget sensitivity
15422                 fix a bit his engrish
15423
15424 2006-03-09 [wwp]        2.0.0cvs125
15425
15426         * src/addressadd.c
15427         * src/foldersel.c
15428         * src/prefs_common.c
15429         * src/prefs_common.h
15430                 remember some more windows' sizes (add to addressbook and
15431                 select folder).
15432
15433 2006-03-09 [paul]       2.0.0cvs124
15434
15435         * src/plugins/pgpcore/prefs_gpg.c
15436                 normalise construction of dialogue
15437
15438 2006-03-09 [paul]       2.0.0cvs123
15439
15440         * src/plugins/trayicon/Makefile.am
15441                 add missing slash
15442
15443 2006-03-08 [colin]      2.0.0cvs122
15444
15445         * src/plugins/trayicon/Makefile.am
15446                 Fix build in separate dir 
15447                 Patch by Bamanzi <bamanzi@gmail.com>
15448
15449 2006-03-08 [colin]      2.0.0cvs121
15450
15451         * src/procmsg.c
15452                 Batch move and copies from summaryview with delayed execution
15453                 too
15454
15455 2006-03-07 [paul]       2.0.0cvs120
15456
15457         * src/common/utils.c
15458                 fix highlighting of URIs containing "()"
15459                 Patch by Pawel Pekala
15460
15461 2006-03-07 [paul]       2.0.0cvs119
15462
15463         * src/folder.c
15464         * src/folder.h
15465         * src/folderview.c
15466                 immediately do alphabetical resort when
15467                 changing a folder's name
15468                 Patch by Pawel Pekala
15469
15470 2006-03-07 [paul]       2.0.0cvs118
15471
15472         * src/news.c
15473         * src/news_gtk.c
15474                 when unsubscribing a newsgroup, remove the
15475                 folder and msgs in .sylpheed-claws/newscache
15476                 Patch by Pawel Pekala <c0rn@gazeta.pl>
15477
15478 2006-03-07 [paul]       2.0.0cvs117
15479
15480         * src/textview.c
15481                 fix wrong Fake URL Warning
15482                 Thanks to Hiro
15483
15484 2006-03-07 [colin]      2.0.0cvs116
15485
15486         * src/imap.c
15487                 Return immediately when password dialog was
15488                 cancelled
15489         * src/gtk/inputdialog.c
15490                 Allow empty strings for passwords
15491
15492
15493 2006-03-06 [colin]      2.0.0cvs115
15494
15495         * src/imap.c
15496                 Prevent double-timeouts when connection fails
15497
15498 2006-03-06 [colin]
15499
15500         2.0.1-rc1 released
15501
15502 2006-03-06 [colin]      2.0.0cvs114
15503
15504         * src/imap.c
15505                 Refresh session during potentially long
15506                 operations
15507
15508 2006-03-06 [wwp]        2.0.0cvs113
15509
15510         * src/prefs_msg_colors.h
15511                 forgot that one (custom color labels).
15512
15513 2006-03-06 [wwp]        2.0.0cvs112
15514
15515         * src/prefs_common.c
15516         * src/prefs_common.h
15517         * src/prefs_msg_colors.c
15518         * src/summaryview.c
15519         * src/summaryview.h
15520         * src/gtk/colorlabel.c
15521         * src/gtk/colorlabel.h
15522                 colors in messages list are now customizable. Color values and names can
15523                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
15524                 Thanks to Paul and Colin for their help with this longstanding patch!
15525
15526 2006-03-06 [wwp]        2.0.0cvs111
15527
15528         * src/textview.c
15529                 don't crash if (x)face is bad.
15530
15531 2006-03-05 [paul]       2.0.0cvs110
15532
15533         * AUTHORS
15534         * configure.ac
15535         * src/Makefile.am
15536         * src/common/Makefile.am
15537         * src/common/utils.h
15538         * src/etpan/imap-thread.c
15539         * src/gtk/authors.h
15540         * src/plugins/clamav/Makefile.am
15541         * src/plugins/demo/Makefile.am
15542         * src/plugins/dillo_viewer/Makefile.am
15543         * src/plugins/pgpcore/Makefile.am
15544         * src/plugins/pgpcore/passphrase.c
15545         * src/plugins/pgpinline/Makefile.am
15546         * src/plugins/pgpmime/Makefile.am
15547         * src/plugins/spamassassin/Makefile.am
15548         * src/plugins/trayicon/Makefile.am
15549                 fix builiding on cygwin
15550                 Patch by Ralgh Young <bamanzi@gmail.com>
15551
15552 2006-03-04 [wwp]        2.0.0cvs109
15553
15554         * manual/keyboard.xml
15555                 fix mixed up/down keys.
15556
15557 2006-03-04 [wwp]        2.0.0cvs108
15558
15559         * README
15560         * INSTALL
15561                 updated links to SpamAssassin.
15562
15563 2006-03-04 [wwp]        2.0.0cvs107
15564
15565         * manual/plugins.xml
15566         * src/plugins/spamassassin/README
15567                 updated SpamAssassin plugin docs to reflect new functional additions
15568                 (also fix/update/documents few technical stuff more, see the README).
15569
15570 2006-03-04 [wwp]        2.0.0cvs106
15571
15572         * src/prefs_message.c
15573                 normalized capitalization of message-prefs paths.
15574
15575 2006-03-04 [wwp]        2.0.0cvs105
15576
15577         * manual/advanced.xml
15578                 typo.
15579
15580 2006-03-03 [colin]      2.0.0cvs104
15581
15582         * src/plugins/clamav/clamav_plugin_gtk.c
15583                 Rework prefs page, patch by Fabien 
15584
15585 2006-03-03 [colin]      2.0.0cvs103
15586
15587         * src/plugins/clamav/clamav_plugin.c
15588                 Set error on all errors
15589
15590 2006-03-03 [colin]      2.0.0cvs102
15591
15592         * src/common/plugin.c
15593                 Initialize error to avoid crashing when a plugin fails
15594                 without setting error
15595
15596 2006-03-02 [wwp]        2.0.0cvs101
15597
15598         * configure.ac
15599                 fixed linker flags for libetpan support on Cygwin
15600                 (thanks to H.Merijn Brand).
15601
15602 2006-03-02 [wwp]        2.0.0cvs100
15603
15604         * src/addressbook.c
15605                 fix some AB error messages: one for punctuation and
15606                 one wrongly duplicate (thanks, maxbritov).
15607
15608 2006-03-02 [wwp]        2.0.0cvs99
15609
15610         * src/plugins/spamassassin/spamassassin.c
15611                 make sync calls to sa-learn/spamc to prevent
15612                 system (whatever local or client/server) overload.
15613
15614 2006-03-02 [colin]      2.0.0cvs98
15615
15616         * src/summaryview.c
15617                 Put the spam icon in the status column instead of the
15618                 mark one
15619
15620 2006-03-01 [colin]      2.0.0cvs97
15621
15622         * src/plugins/spamassassin/spamassassin.c
15623                 Fix segfault (g_file_set_contents fails for some 
15624                 reason and err==0x2f. Can't find out why with
15625                 valgrind, using working function :-)
15626
15627 2006-03-01 [colin]      2.0.0cvs96
15628
15629         * src/inc.c
15630                 Offline overriding: let 'No' be cached only 3 seconds
15631
15632 2006-03-01 [colin]      2.0.0cvs95
15633
15634         * src/addr_compl.c
15635         * src/addrbook.c
15636         * src/addressbook.c
15637         * src/addrindex.c
15638         * src/folder_item_prefs.c
15639         * src/headerview.c
15640         * src/imap.c
15641         * src/inc.c
15642         * src/ldif.c
15643         * src/mainwindow.c
15644         * src/mh.c
15645         * src/msgcache.c
15646         * src/prefs_common.h
15647         * src/prefs_msg_colors.c
15648         * src/procheader.c
15649         * src/procheader.h
15650         * src/procmime.c
15651         * src/procmsg.c
15652         * src/procmsg.h
15653         * src/send_message.h
15654         * src/simple-gettext.c
15655         * src/summaryview.c
15656         * src/summaryview.h
15657         * src/syldap.c
15658         * src/textview.c
15659         * src/undo.c
15660         * src/common/ssl_certificate.c
15661         * src/common/utils.c
15662         * src/gtk/colorsel.c
15663         * src/gtk/gtksctree.c
15664         * src/gtk/gtkshruler.c
15665         * src/plugins/trayicon/trayicon.c
15666                 #if 0 goes to /dev/null
15667
15668 2006-03-01 [colin]      2.0.0cvs94
15669
15670         * src/compose.c
15671         * src/imap.c
15672         * src/inc.c
15673         * src/inc.h
15674         * src/messageview.c
15675         * src/news.c
15676         * src/plugins/spamassassin/spamassassin.c
15677                 Allow to add information in the "working offline"
15678                 window
15679
15680 2006-03-01 [wwp]        2.0.0cvs93
15681
15682         * src/plugins/spamassassin/spamassassin.c
15683                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15684                 'cause it seems that calling `spamc ... < inputfile` with
15685                 g_spawn_(a)sync simply.. erm doesn't work :-).
15686
15687 2006-03-01 [wwp]        2.0.0cvs92
15688
15689         * src/toolbar.c
15690         * src/toolbar.h
15691                 simplify the adding of spam/ham button to the messageview toolbar
15692                 (it gets more clear now that the same button will be "Mark as spam"
15693                 or "Mark as ham" according to the current message status,
15694                 thanks to Colin).
15695
15696 2006-03-01 [wwp]        2.0.0cvs91
15697
15698         * src/messageview.c
15699         * src/procmsg.c
15700         * src/procmsg.h
15701         * src/summaryview.c
15702         * src/plugins/spamassassin/spamassassin.c
15703         * src/plugins/spamassassin/spamassassin.h
15704                 make learner callbacks return a status (0 for ok),
15705                 handle it in main code to avoid setting flags when learning failed,
15706                 don't learn on TCP if offline in spamassassin,
15707                 thanks to Colin.
15708
15709                 
15710
15711 2006-03-01 [wwp]        2.0.0cvs90
15712
15713         * src/compose.c
15714                 some work around the compose window's account menu,
15715                 patch by Fabien Vantard.
15716
15717 2006-03-01 [wwp]        2.0.0cvs89
15718
15719         * src/plugins/spamassassin/spamassassin.c
15720                 fixed bad logics, was using spamc in local mode and sa-learn
15721                 in remote mode (thanks, Colin).
15722
15723 2006-03-01 [wwp]        2.0.0cvs88
15724
15725         * src/plugins/spamassassin/spamassassin.c
15726         * src/plugins/spamassassin/spamassassin.h
15727         * src/plugins/spamassassin/spamassassin_gtk.c
15728                 made processing of emails w/ sa-plugin an option (default is TRUE),
15729                 fixed Engrish some tooltips, capitalization of some debug messages
15730                 and warnings. The spamassassin plugin now provides two separate
15731                 services: process emails upon incorporation and spamd training.
15732                 Both services (un)register independently but use some common
15733                 plugin settings (transport settings, spam storage location).
15734
15735 2006-02-28 [wwp]        2.0.0cvs87
15736
15737         * src/plugins/spamassassin/spamassassin.c
15738                 fix async flag to spamc cmdline execution (batch exec should
15739                 be asynchronous).
15740
15741 2006-02-27 [wwp]        2.0.0cvs86
15742
15743         * src/plugins/spamassassin/spamassassin.c
15744         * src/plugins/spamassassin/spamassassin.h
15745         * src/plugins/spamassassin/spamassassin_gtk.c
15746                 - added the ability to learn a remote spamassassin server (spamd),
15747                 using spamc.
15748                 - added the spamassassin option 'username', that applies to all
15749                 spamassassin operations (filtering, learning, local or remote).
15750                 The default username is the current unix user (if left blank
15751                 from gtk prefs or config file).
15752                 - commented out some unused code (notebook widget), removed unused
15753                 layout (hbox1).
15754                 - make more widgets sensitive to the transport type.
15755
15756 2006-02-27 [colin]      2.0.0cvs85
15757
15758         * src/plugins/spamassassin/spamassassin.c
15759                 Fix sa-learn call when offline
15760
15761 2006-02-27 [colin]      2.0.0cvs84
15762
15763         * configure.ac
15764         * src/Makefile.am
15765         * src/mainwindow.c
15766         * src/mainwindow.h
15767         * src/messageview.c
15768         * src/messageview.h
15769         * src/prefs_toolbar.c
15770         * src/procmsg.c
15771         * src/stock_pixmap.c
15772         * src/stock_pixmap.h
15773         * src/summaryview.c
15774         * src/toolbar.c
15775         * src/toolbar.h
15776         * src/pixmaps/ham_btn.xpm
15777         * src/pixmaps/spam.xpm
15778         * src/pixmaps/spam_btn.xpm
15779         * src/plugins/spamassassin/spamassassin.c
15780                 Add button in toolbar for spam learning
15781                 Fix a few bugs from the last related commit
15782                 Revert 1.9.6cvs23 which messed up shift-selection
15783
15784 2006-02-24 [colin]      2.0.0cvs83
15785
15786         * src/procmsg.c
15787         * src/summaryview.c
15788         * src/summaryview.h
15789         * src/plugins/spamassassin/spamassassin.c
15790         * src/plugins/spamassassin/spamassassin.h
15791         * src/plugins/spamassassin/spamassassin_gtk.c
15792                 Unregister learner when spamassassin is either
15793                 disabled or over tcp
15794
15795 2006-02-24 [colin]      2.0.0cvs82
15796
15797         * src/Makefile.am
15798         * src/mainwindow.c
15799         * src/mainwindow.h
15800         * src/procmsg.c
15801         * src/procmsg.h
15802         * src/stock_pixmap.c
15803         * src/stock_pixmap.h
15804         * src/summaryview.c
15805         * src/summaryview.h
15806         * src/gtk/icon_legend.c
15807         * src/pixmaps/spam.xpm  ** NEW FILE **
15808         * src/plugins/spamassassin/spamassassin.c
15809         * src/plugins/spamassassin/spamassassin_gtk.c
15810                 Add spam learning interface (Mark/Mark as 
15811                 (spam|ham) menus)
15812
15813 2006-02-24 [wwp]        2.0.0cvs81
15814
15815         * src/compose.c
15816         * src/compose.h
15817         * src/filtering.c
15818                 hide compose window when sending message in batch mode
15819                 (filtering: forward and redirect). Also fixed a wrong
15820                 value returned when sending failed, neutral anyway.
15821                 (Colin, me) 
15822
15823 2006-02-24 [wwp]        2.0.0cvs80
15824
15825         * src/mainwindow.c
15826                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15827
15828 2006-02-24 [paul]       2.0.0cvs79
15829
15830         * src/news.c
15831         * src/news.h
15832         * src/news_gtk.c
15833                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15834                 Thanks to Colin
15835
15836 2006-02-23 [colin]      2.0.0cvs78
15837
15838         * src/alertpanel.c
15839                 Change OK to Close in alertpanel with View log
15840                 button; add accel to View log. Patch by Fabien
15841                 Vantard
15842
15843 2006-02-23 [wwp]        2.0.0cvs77
15844
15845         * src/compose.c
15846                 silly me, there were much more tests to perform, since toolbars can
15847                 really have down to 1 element only.
15848
15849 2006-02-23 [wwp]        2.0.0cvs76
15850
15851         * commitHelper
15852                 fixed indentation from my previous commit. Fallback to VISUAL if
15853                 EDITOR is not set (and to vi, at last resort).
15854
15855 2006-02-23 [wwp]        2.0.0cvs75
15856
15857         * commitHelper
15858                 improved error detection (Colin, me).
15859
15860 2006-02-23 [wwp]        2.0.0cvs74
15861
15862         * src/prefs_toolbar.c
15863                 simplify and fix prefs/toolbars layouting. Combos' contents can
15864                 now be really displayed.
15865
15866 2006-02-23 [wwp]        2.0.0cvs73
15867         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15868         be really displayed.
15869
15870 2006-02-22 [wwp]        2.0.0cvs72
15871
15872         * src/compose.c
15873                 fix a typo in my previous commit (sorry!).
15874
15875 2006-02-22 [wwp]        2.0.0cvs71
15876
15877         * src/prefs_toolbar.c
15878                 fix a crash when adding separators to toolbars,
15879                 also fix some separator item information.
15880
15881 2006-02-22 [wwp]        2.0.0cvs70
15882
15883         * src/compose.c
15884                 fix a crash when redirecting (for instance) when compose window's
15885                 toolbar contents has been customized (when some buttons have been
15886                 removed in fact).
15887
15888 2006-02-21 [wwp]        2.0.0cvs69
15889
15890         * src/summaryview.c
15891         * src/gtk/pluginwindow.c
15892         * src/plugins/pgpcore/prefs_gpg.c
15893                 fix some compilation warnings (feat. remains of removed code).
15894
15895 2006-02-21 [wwp]        2.0.0cvs68
15896
15897         * src/gtk/gtkutils.c
15898                 fix two compilation issues, thanks to Stephan Sachse.
15899
15900 2006-02-20 [colin]      2.0.0cvs67
15901
15902         * src/mainwindow.c
15903                 Don't reselect displayed mail on refocus
15904                 This fixes actions misbehaving 
15905
15906 2006-02-20 [wwp]        2.0.0cvs66
15907
15908         * src/summaryview.c
15909         * src/gtk/gtksctree.c
15910         * src/gtk/gtkshruler.c
15911                 changed more runtime typecast checks.
15912
15913 2006-02-20 [wwp]        2.0.0cvs65
15914
15915         * src/summary_search.c
15916                 find all - summaryview refresh issue fixed, thanks to Colin.
15917
15918 2006-02-20 [wwp]        2.0.0cvs64
15919
15920         * src/gtk/gtkutils.c
15921                 better runtime typecast checks.
15922
15923 2006-02-20 [wwp]        2.0.0cvs63
15924
15925         * src/summary_search.c
15926                 enhancements to the summary search:
15927                         - add the ability to stop the running search
15928                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15929                         - don't search if no criteria (From/To/Subject/Body) is set
15930                         - ensure that a busy mouse pointer is always shown when searching,
15931                           show it even a bit earlier
15932
15933 2006-02-19 [colin]      2.0.0cvs62
15934
15935         * src/compose.c
15936         * src/imap.c
15937         * src/etpan/imap-thread.c
15938         * src/etpan/imap-thread.h
15939                 (Future) IMAP speed improvement on sending
15940                 Will require a libetpan update
15941         * src/summaryview.c
15942         * src/gtk/quicksearch.c
15943                 Make quicksearch clearable while running.
15944
15945 2006-02-17 [colin]      2.0.0cvs61
15946
15947         * src/imap.c
15948         * src/etpan/imap-thread.c
15949         * src/etpan/imap-thread.h
15950                 Check for IMAP certificates
15951                 ** Requires libetpan-0.42-cvs4 
15952                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15953
15954 2006-02-17 [colin]      2.0.0cvs60
15955
15956         * src/messageview.c
15957         * src/prefs_common.c
15958         * src/prefs_common.h
15959         * src/prefs_message.c
15960                 Add pref to display HTML-only mails with plugin, 
15961                 if possible (defaulting to FALSE of course).
15962
15963 2006-02-16 [colin]      2.0.0cvs59
15964
15965         * src/main.c
15966         * src/common/plugin.c
15967         * src/common/plugin.h
15968         * src/gtk/pluginwindow.c
15969                 Keep track of requested (but unloaded) plugins
15970                 in some error cases.
15971
15972 2006-02-16 [wwp]        2.0.0cvs58
15973
15974         * src/gtk/gtkaspell.c
15975         * src/gtk/gtkaspell.h
15976         * src/prefs_spelling.c
15977         * src/compose.c
15978         * src/prefs_common.c
15979         * src/prefs_common.h
15980                 implemented new optional spellchecker behaviour: re-check message when
15981                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15982
15983 2006-02-16 [wwp]        2.0.0cvs57
15984
15985         * src/quote_fmt_parse.y
15986                 pclose popen'ed pipe.
15987
15988 2006-02-15 [colin]      2.0.0cvs56
15989
15990         * src/mimeview.c
15991         * src/mimeview.h
15992                 Let MimeViewers know which MimeView they
15993                 depend of.
15994         * src/summaryview.c
15995                 Swap From/To columns in Sent/Queue/Drafts
15996                 folders
15997         * src/etpan/imap-thread.c
15998                 Use mailstream_low_tls_open() for STARTTLS
15999                 instead of mailstream_low_ssl_open()
16000                 ** REQUIRES libetpan 0.42cvs3 **
16001
16002 2006-02-15 [wwp]        2.0.0cvs55
16003
16004         * src/compose.c
16005         * src/compose.h
16006         * src/message_search.c
16007         * src/message_search.h
16008         * src/textview.c
16009         * src/gtk/gtkutils.c
16010         * src/gtk/gtkutils.h
16011                 added the ability to Find text in the compose window (and a bit
16012                 of code factorization).
16013
16014 2006-02-15 [wwp]        2.0.0cvs54
16015
16016         * src/prefs_gtk.c
16017                 yet another one file was missing (fix for some widgets' sensitivity).
16018                 Thanks Colin!
16019
16020 2006-02-15 [wwp]        2.0.0cvs53
16021
16022         * src/prefs_gtk.h
16023                 oops forgot that file (fix for some widgets' sensitivity).
16024
16025 2006-02-15 [wwp]        2.0.0cvs52
16026
16027         * src/summary_search.c
16028                 implemented advanced summary search options (added the ability
16029                 to use matcher conditions in an advanced search mode).
16030
16031 2006-02-15 [wwp]        2.0.0cvs51
16032
16033         * src/plugins/pgpcore/prefs_gpg.c
16034         * src/prefs_account.c
16035                 fix some widget sensitivity, mostly around some labels in
16036                 account prefs.
16037
16038 2006-02-15 [paul]       2.0.0cvs50
16039
16040         * manual/advanced.xml
16041                 improve Templates info
16042                 written by wwp
16043
16044 2006-02-14 [colin]      2.0.0cvs49
16045
16046         * src/pixmaps/address_book.xpm
16047         * src/pixmaps/preferences.xpm
16048         * src/pixmaps/properties.xpm
16049                 Fix pixmap size - patch by Fabien Vantard
16050
16051 2006-02-13 [colin]      2.0.0cvs48
16052
16053         * src/procmime.c
16054                 Add missing fclose()s on error
16055         * src/textview.c
16056                 Remove unused code
16057         * src/common/utils.c
16058                 Fix temp files not being deleted on windows
16059         Patches by Thomas Gilgin
16060
16061 2006-02-13 [colin]      2.0.0cvs47
16062
16063         * src/mainwindow.c
16064                 Fix exit crash
16065
16066 2006-02-13 [wwp]        2.0.0cvs46
16067
16068         * src/plugins/pgpcore/prefs_gpg.c
16069                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
16070
16071 2006-02-12 [colin]      2.0.0cvs45
16072
16073         * src/folderview.c
16074         * src/main.c
16075         * src/mainwindow.c
16076                 Fix "stuff" when quitting
16077
16078 2006-02-12 [wwp]        2.0.0cvs44
16079
16080         * src/prefs_themes.c
16081                 fix typos in debug messages.
16082
16083 2006-02-11 [colin]      2.0.0cvs43
16084
16085         * src/summaryview.c
16086                 don't allow drag/drop from ourself
16087
16088 2006-02-10 [wwp]        2.0.0cvs42
16089
16090         * src/exporthtml.c
16091         * src/html.c
16092         * src/html.h
16093         * src/procmime.c
16094         * src/textview.c
16095                 renamed html_ prefixed functions and data structures to avoid
16096                 namespace clashes w/ other software (gtkhtml2 for instance).
16097                 Closes bug #907.
16098
16099
16100 2006-02-09 [colin]      2.0.0cvs41
16101
16102         * src/summaryview.c
16103                 Fix shitty logic messed up. Thanks Ticho for the hint!
16104
16105 2006-02-09 [wwp]        2.0.0cvs40
16106
16107         * src/gtk/about.c
16108         * src/compose.c
16109         * src/prefs_account.c
16110         * src/prefs_gtk.h
16111         * src/editaddress.c
16112                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
16113                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
16114                 Browse buttons in accounts prefs.
16115
16116 2006-02-09 [colin]      2.0.0cvs39
16117
16118         * src/matcher.c
16119                 Check for pointer before using its members
16120         * src/gtk/gtksourceprintjob.c
16121                 Fix a wrong warning
16122
16123 2006-02-09 [wwp]        2.0.0cvs38
16124
16125         * src/gtk/filesel.c
16126                 fix few compiler warnings (type mismatch).
16127
16128 2006-02-09 [paul]       2.0.0cvs37
16129
16130         * po/fr.po
16131                 updated by Fabien Vantard
16132
16133 2006-02-08 [colin]      2.0.0cvs36
16134
16135         * src/prefs_common.c
16136         * src/common/defs.h
16137         * src/common/plugin.c
16138                 allow windows and linux configurations to coexist
16139                 patch by Thomas Gilgin
16140
16141 2006-02-08 [colin]      2.0.0cvs35
16142
16143         * src/filtering.c
16144         * src/matcher.c
16145         * src/matcher.h
16146         * src/matcher_parser_parse.y
16147         * src/prefs_filtering_action.c
16148         * src/prefs_matcher.c
16149                 Add the "Ignore thread" filtering
16150                 action
16151
16152 2006-02-08 [colin]      2.0.0cvs34
16153
16154         * src/compose.c
16155         * src/procmime.c
16156         * src/procmime.h
16157                 Fix bug #905 (damaged attachment)
16158                 text files with raw \0's aren't really text files
16159         FOR_STABLE
16160
16161 2006-02-08 [colin]      2.0.0cvs33
16162
16163         * src/summaryview.c
16164                 Fix crasher introduced yesterday
16165
16166 2006-02-08 [wwp]        2.0.0cvs32
16167
16168         * src/compose.c
16169         * src/compose.h
16170                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
16171
16172 2006-02-08 [wwp]        2.0.0cvs31
16173
16174         * src/prefs_template.c
16175                 templates enhancement: allow address completion for Cc and Bcc fields
16176                 (it was currently possible for the To field only)
16177
16178 2006-02-08 [colin]      2.0.0cvs30
16179
16180         * src/compose.c
16181                 Don't unblock if not blocked
16182         FOR_STABLE
16183
16184 2006-02-07 [colin]      2.0.0cvs29
16185
16186         * src/action.c
16187                 Forgot to refresh summaryview
16188
16189 2006-02-07 [colin]      2.0.0cvs28
16190
16191         * src/action.c
16192                 Freeze/thaw message list and folder list while
16193                 processing %as{} actions 
16194         * src/compose.c
16195                 Fix auto-wrap disabling after a middle-click
16196                 paste - FOR_STABLE
16197
16198 2006-02-07 [paul]       2.0.0cvs27
16199
16200         * src/folder.c
16201                 fix freeing of uninitialised pointers
16202                 Thanks to Colin
16203
16204 2006-02-06 [colin]      2.0.0cvs26
16205
16206         * src/folder.c
16207                 Use g_slist_prepend in potentially big list
16208
16209 2006-02-06 [colin]      2.0.0cvs25
16210
16211         * src/folder.c
16212                 Completely skip processing if it doesn't 
16213                 exist (faster!)
16214
16215 2006-02-06 [colin]      2.0.0cvs24
16216
16217         * src/folder.c
16218         * src/summaryview.c
16219                 Batch filtering in summaryview (from Tools menu)
16220                 and pre/post//-processing too
16221
16222 2006-02-06 [colin]      2.0.0cvs23
16223
16224         * src/procmsg.h
16225         * src/filtering.c
16226                 Use a special field for batch filtering instead
16227                 of stepping on deferred execution's toes
16228
16229 2006-02-06 [colin]      2.0.0cvs22
16230
16231         * src/action.c
16232         * src/filtering.c
16233         * src/filtering.h
16234         * src/folder.c
16235         * src/summaryview.c
16236                 Fix filtering via menus and actions
16237
16238 2006-02-06 [colin]      2.0.0cvs21
16239
16240         * src/imap.c
16241                 Put the added file directly to cache if possible (will work
16242                 with next libetpan)
16243         * src/filtering.c
16244         * src/filtering.h
16245         * src/inc.c
16246         * src/folder.c
16247         * src/mbox.c
16248         * src/procmsg.h
16249                 Move and copy filtered messages by batches instead of one
16250                 by one - faster on IMAP
16251         * src/procmsg.c
16252                 Add a function that'll possibly be useful later
16253
16254 2006-02-06 [colin]      2.0.0cvs20
16255
16256         * src/addressbook.c
16257                 Use internal mime-type instead of text/plain for d'n'd
16258         * src/compose.c
16259                 Allow attaching files from mimeview's icon list via d'n'd
16260         * src/folderview.c
16261         * src/folderview.h
16262                 Use internal mime-type instead of text/plain for d'n'd
16263                 Don't try to selected opened folder if none is
16264                 Factorize d'n'd from other apps code
16265         * src/headerview.c
16266         * src/textview.c
16267         * src/gtk/gtkutils.c
16268         * src/gtk/gtkutils.h
16269                 Factorize Face/X-Face stuff
16270         * src/mimeview.c
16271                 Fix d'n'd to other apps
16272         * src/prefs_message.c
16273                 Let the XFace pref be usable without libcompface as it also
16274                 applies to Face
16275         * src/summaryview.c
16276                 Fix d'n'd to other apps
16277                 Factorize d'n'd from other apps code
16278
16279 2006-02-06 [wwp]        2.0.0cvs19
16280
16281         * po/it.po
16282                 Italian translation fixes by Andrea Spadaccini (no more confusion
16283                 between filtering and processing, and few changes in the About
16284                 dialog).
16285
16286
16287 2006-02-06 [mones]      2.0.0cvs18
16288
16289         * src/gtk/icon_legend.c
16290                 Improved descriptions allowing better translations
16291
16292 2006-02-05 [colin]      2.0.0cvs17
16293
16294         * src/imap.c
16295                 Add the f*cking missing expunge that caused imap_fetch_env
16296                 to fail after an add_msgs ! :-///
16297         * src/etpan/imap-thread.c
16298                 Add a bit of debug
16299         FOR_STABLE
16300
16301 2006-02-05 [colin]      2.0.0cvs16
16302
16303         * src/common/utils.c
16304                 Don't check for return-path (or we can't put
16305                 back non-sent mails)
16306
16307 2006-02-05 [colin]      2.0.0cvs15
16308
16309         * src/textview.c
16310                 Don't try to display Face header in textview
16311                 when teh headerview's active
16312
16313 2006-02-05 [colin]      2.0.0cvs14
16314
16315         * tools/tbird2syl.py
16316         * tools/Makefile.am
16317                 Add script to import Thunderbird mails
16318
16319 2006-02-05 [colin]      2.0.0cvs13
16320
16321         * src/headerview.c
16322         * src/procheader.c
16323         * src/procmsg.c
16324         * src/procmsg.h
16325         * src/textview.c
16326                 Show Face headers - patch partially by Klaus Flittner
16327
16328 2006-02-05 [colin]      2.0.0cvs12
16329
16330         * src/folderview.c
16331         * src/summaryview.c
16332         * src/common/utils.c
16333         * src/common/utils.h
16334                 Let dnd work from mime icons to summaryview
16335                 and to folderview too
16336                 Add a crude test to avoid trying to add files
16337                 drag'n'dropped when they're not mails
16338
16339 2006-02-04 [colin]      2.0.0cvs11
16340
16341         * src/summaryview.c
16342         * src/mimeview.c
16343                 Fix utf8 conversion
16344
16345 2006-02-04 [colin]      2.0.0cvs10
16346
16347         * src/compose.c
16348         * src/folderview.c
16349         * src/mimeview.c
16350         * src/summaryview.c
16351         * src/summaryview.h
16352                 Added various drag and drop capas:
16353                 From                    To
16354                 summaryview             other apps
16355                 mimeview icons          other apps
16356                 other apps              summaryview
16357                 other apps              folderview
16358
16359                 This shouldn't have broken the existing:
16360                 From                    To
16361                 summaryview             folderview
16362                 folderview              folderview
16363                 summaryview             compose's attachments
16364
16365         Tests welcomed.
16366
16367 2006-02-02 [paul]       2.0.0cvs9
16368
16369         * src/mainwindow.c
16370                 move global option 'Set displayed columns...' out
16371                 of folder option grouping.
16372                 fix sensitivity of 'harvest addresses'
16373         FOR_STABLE
16374
16375 2006-02-01 [colin]      2.0.0cvs8
16376
16377         * src/mimeview.c
16378                 Revert the alertpanel patch, it sucks (intrusive
16379                 and gets in the way of "open")
16380
16381 2006-02-01 [colin]      2.0.0cvs7
16382
16383         * src/compose.c
16384         * src/prefs_account.c
16385         * src/prefs_common.c
16386         * src/common/defs.h
16387         * src/common/utils.c
16388         * src/common/utils.h
16389                 Add ability to edit the signature file
16390                 from the account preferences, and use
16391                 a default for the text editor.
16392                 Patch by Fabien Vantard
16393
16394 2006-02-01 [colin]      2.0.0cvs6
16395
16396         * src/mimeview.c
16397                 Try to get mime type by extension if it is
16398                 application/octet-stream
16399                 Display a window with possible choices when
16400                 encountering unknown mime types
16401         * src/gtk/filesel.c
16402         * src/gtk/filesel.h
16403                 Add preview
16404                 Allow multiple selection in filtered filesel
16405                 (patch by Fabien Vantard)
16406         * src/gtk/pluginwindow.c
16407                 Use it (patch by Fabien Vantard)
16408
16409 2006-02-01 [paul]       2.0.0cvs5
16410
16411         * src/jpilot.c
16412                 fix crash on creating jpilot address book
16413                 Thanks to Colin - FOR_STABLE
16414         * src/prefs_summaries.c
16415         * src/prefs_wrapping.c
16416         * src/gtk/icon_legend.c
16417         * src/gtk/quicksearch.c
16418                 string fixes and additions
16419
16420 2006-02-01 [paul]       2.0.0cvs4
16421
16422         * src/compose.c
16423         * src/mainwindow.c
16424         * src/messageview.c
16425         * src/prefs_send.c
16426                 add Arabic encoding option
16427                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
16428
16429 2006-01-31 [colin]      2.0.0cvs3
16430
16431         * src/plugins/pgpcore/passphrase.c
16432                 Convert passphrase to locale encoding
16433         * src/compose.c
16434                 Fix drafting on IMAP. Crappy bug sneaked in
16435                 the release :-/
16436         FOR_STABLE
16437
16438 2006-01-30 [paul]       2.0.0cvs2
16439
16440         * src/gtk/icon_legend.c
16441                 show the new entries
16442
16443 2006-01-30 [colin]      2.0.0cvs1
16444
16445         * src/manual.c
16446                 Check for the file to be present before 
16447                 enabling the menu - FOR_STABLE
16448         * src/gtk/icon_legend.c
16449                 Add folders icons (not all of them, there
16450                 are too much, but the most intriguing ones)
16451
16452 2006-01-30 [paul]       2.0.0
16453
16454         version 2.0.0 released
16455
16456 [For previous entries, see ChangeLog.pre2.0.0]