2007-10-13 [paul] 3.0.2cvs66
[claws.git] / ChangeLog
1 2007-10-13 [paul]       3.0.2cvs66
2
3         * src/main.c
4         * src/main.h
5         * src/gtk/gtkutils.c
6         * src/gtk/gtkutils.h
7                 fix a bunch of compiler warnings on maemo
8
9 2007-10-12 [colin]      3.0.2cvs65
10
11         * src/account.c
12         * src/addritem.c
13         * src/addritem.h
14         * src/filtering.c
15         * src/filtering.h
16         * src/folder.c
17         * src/folder.h
18         * src/common/utils.c
19         * src/common/utils.h
20                 Remove unused code, staticalise some functions
21
22 2007-10-12 [paul]       3.0.2cvs64
23
24         * src/account.c
25         * src/folderview.c
26         * src/main.c
27         * src/mainwindow.c
28         * src/messageview.c
29         * src/summary_search.c
30         * src/summaryview.c
31         * src/toolbar.c
32         * src/wizard.c
33         * src/common/utils.c
34         * src/gtk/prefswindow.c
35                 fix a bunch of compiler warnings on maemo
36
37 2007-10-11 [colin]      3.0.2cvs63
38
39         * src/editaddress.c
40                 Make static function static
41
42 2007-10-11 [mones]      3.0.2cvs62
43
44         * src/addrduplicates.c
45         * src/addressbook.c
46         * src/compose.c
47         * src/expldifdlg.c
48         * src/mainwindow.c
49         * src/messageview.c
50         * src/pop.c
51         * src/prefs_customheader.c
52         * src/prefs_send.c
53         * src/prefs_themes.c
54         * src/common/plugin.c
55         * src/gtk/pluginwindow.c
56         * src/gtk/quicksearch.c
57                 Fix several typos and capitalisation issues
58
59 2007-10-11 [wwp]        3.0.2cvs61
60
61         * src/editaddress.c
62                 Fix a warning about possible use of uninitialized
63                 filename var.
64
65 2007-10-11 [wwp]        3.0.2cvs60
66
67         * src/editaddress.c
68                 Disable "Unset picture" menu item when there's
69                 no picture to clear. Fix an extraneous g_unref_object,
70                 add missing initializers.
71
72 2007-10-11 [wwp]        3.0.2cvs59
73
74         * src/pixmaps/anonymous.xpm
75         * src/editaddress.c
76         * src/Makefile.am
77         * src/stock_pixmap.c
78         * src/stock_pixmap.h
79                 Fix a leak, gettext-ize the photo label.
80                 Don't clear the existing picture if loading
81                 a new one fails. Use a default 'anonymous'
82                 picture (this new xpm has been added to the
83                 internal stock_pixmap API). Add a
84                 "Set picture" context menu entry.
85
86 2007-10-11 [colin]      3.0.2cvs58
87
88         * src/messageview.c
89                 Make shift-shortcuts work
90         * src/prefs_actions.c
91                 Don't ask if we really want to close when
92                 choosing OK and only the list is changed
93         * src/prefs_template.c
94                 Don't ask if we really want to close when
95                 choosing OK and only the list is changed
96         * src/common/plugin.c
97                 Fix writing of second [Plugins_*] block
98         * src/common/template.c
99                 Remove unused files (fixes deletion)
100
101 2007-10-10 [paul]       3.0.2cvs57
102
103         * src/prefs_template.c
104                 put the whole thing in a scrolled window
105                 so that half the page is no longer inaccessible
106                 on maemo
107                 make the gtk_text_view smaller on maemo
108
109 2007-10-10 [colin]      3.0.2cvs56
110
111         * src/compose.c
112                 Fix updating of Attachments number in some
113                 cases (reedit, attach from command-line, ...)
114
115 2007-10-10 [colin]      3.0.2cvs55
116
117         * src/editaddress.c
118                 Initialise error correctly
119
120 2007-10-10 [paul]       3.0.2cvs54
121
122         * src/prefs_filtering_action.c
123         * src/gtk/description_window.c
124         * src/gtk/foldersort.c
125         * src/gtk/quicksearch.c
126                 get rid of some pointless new lines and
127                 make the descripton labels wrap better
128
129 2007-10-10 [colin]      3.0.2cvs53
130
131         * src/addressadd.c
132         * src/editaddress.c
133         * src/headerview.c
134         * src/textview.c
135                 More error handling on saving pictures
136
137 2007-10-10 [colin]      3.0.2cvs52
138
139         * src/printing.c
140         * src/printing.h
141                 Generalize a bit printing, so we can factorize
142                 most of the code. 
143
144 2007-10-10 [paul]       3.0.2cvs51
145
146         * src/addrduplicates.c
147                 fix engrish
148                 use GTK_STOCK... buttons
149
150 2007-10-10 [paul]       3.0.2cvs50
151
152         * src/addressadd.c
153         * src/addrindex.c
154         * src/editaddress.c
155                 Fix previous patch
156                 Thanks to Colin
157
158 2007-10-10 [paul]       3.0.2cvs49
159
160         * src/summaryview.c
161         * src/messageview.c
162                 Fix crash on Add sender to addressbook when
163                 From is null
164         * src/addressadd.c
165         * src/addrindex.c
166         * src/editaddress.c
167         * src/editaddress_other_attributes_ldap.h
168                 Fix leaks 
169                 Rename images to .png in addrbook/
170         * src/headerview.c
171         * src/textview.c
172                 Fix Face/X-Face being used if adding another
173                 address than sender to addressbook
174                 Thanks to Colin
175
176 2007-10-10 [holger]     3.0.2cvs48
177
178         * src/addrduplicates.c
179         * src/editaddress.c
180                 Improvements to the addressbook duplicate finder
181                 feature:
182                  - add an edit button to the button bar
183                  - display the whole bookname (with iface) and
184                    use this for same-book checking
185                  - after editing, try to keep selections if the
186                    entries are still present
187                  - sort the email column alphabetically
188                  - put results in a scrolled window
189                  - support embedded editing
190                  - make columns in detail view resizable
191                  - add keyboard shortcuts
192
193 2007-10-10 [wwp]        3.0.2cvs47
194
195         * src/addrindex.c
196                 Fix a crash when there's no From: in email, thanks to Colin.
197
198 2007-10-09 [paul]       3.0.2cvs46
199
200         * src/messageview.c
201         * src/summaryview.c
202         * src/textview.c
203                 fix building without compface support
204
205 2007-10-09 [colin]      3.0.2cvs45
206
207         * src/editaddress.c
208         * src/headerview.c
209         * src/textview.c
210                 Add error handling
211
212 2007-10-09 [colin]      3.0.2cvs44
213
214         * src/addrduplicates.c
215         * src/addressadd.c
216         * src/addressadd.h
217         * src/addressbook.c
218         * src/addressbook.h
219         * src/addrindex.c
220         * src/addrindex.h
221         * src/addritem.c
222         * src/addritem.h
223         * src/compose.c
224         * src/editaddress.c
225         * src/editaddress_other_attributes_ldap.h
226         * src/headerview.c
227         * src/messageview.c
228         * src/mimeview.c
229         * src/summaryview.c
230         * src/textview.c
231         * src/gtk/gtkutils.c
232                 Automatically set contacts' pictures from Face 
233                 or X-Face if they have no picture
234                 Display the contact picture in textview or
235                 headerview for mails sent by people in the 
236                 addressbook, that have no Face or X-Face
237                 Fix a few details in the Person edition dialog
238                 (ability to unset picture)
239                 Remove picture file when deleting contacts
240
241 2007-10-09 [iwkse]      3.0.2cvs43
242
243         * src/gtk/about.c
244                 center the about window
245
246 2007-10-09 [paul]       3.0.2cvs42
247
248         * src/prefs_toolbar.c
249                 fix icon selector window on maemo
250
251 2007-10-09 [paul]       3.0.2cvs41
252
253         * src/messageview.c
254                 add 'go to' menu to separate msgview
255
256 2007-10-09 [colin]      3.0.2cvs40
257
258         * src/common/defs.h
259                 Add forgotten file
260
261 2007-10-09 [iwkse]      3.0.2cvs39
262
263         * Makefile.am
264         * src/addressbook.c
265         * src/addritem.c
266         * src/addritem.h
267         * src/editaddress.c
268         * src/editaddress_other_attributes_ldap.h
269         * src/addrbook.c
270         * src/Makefile.am
271                 set a photo in the Addressbook
272
273 2007-10-08 [colin]      3.0.2cvs38
274
275         * src/prefs_toolbar.c
276                 Make height 320 to remove the scrollbar 
277                 (with current number of icons)
278
279 2007-10-08 [colin]      3.0.2cvs37
280
281         * src/prefs_toolbar.c
282                 Transform the treeview to a GtkIconView.
283                 Patch by Pawel
284                 In addition, transform the window so that 
285                 it looks like a popup menu. Patch by me
286
287 2007-10-08 [colin]      3.0.2cvs36
288
289         * src/compose.c
290         * src/compose.h
291                 Beautify the GUI a bit; in particular, show the
292                 number of attachments in the tab's title.
293                 Patch by Pawel
294
295 2007-10-08 [paul]       3.0.2cvs35
296
297         * src/mimeview.c
298                 Save users from themselves: save temporary
299                 files used for Open/Open with as read-only.
300                 Thanks to Colin
301
302 2007-10-08 [paul]       3.0.2cvs34
303
304         * tools/Makefile.am
305                 forgot this in cvs33
306
307 2007-10-08 [paul]       3.0.2cvs33
308
309         * tools/kdeservicemenu/README
310         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
311         * tools/kdeservicemenu/install.sh
312         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
313                 renamed template* to *template so as not to confuse
314                 lintian
315
316 2007-10-08 [paul]       3.0.2cvs32
317
318         * src/prefs_themes.c
319         * src/stock_pixmap.c
320                 replace 2 direct uses of RC_DIR
321
322 2007-10-07 [colin]      3.0.2cvs31
323
324         * src/addrduplicates.c
325         * src/addrduplicates.h
326         * src/addressbook.c
327         * src/addressbook.h
328         * src/addrindex.c
329         * src/addrindex.h
330                 Implement deletion in duplicate finder. 
331                 Patch by Holger 
332
333 2007-10-07 [colin]      3.0.2cvs30
334
335         * src/exporthtml.c
336         * src/mbox.c
337         * src/common/utils.c
338                 Better fix for Solaris, thanks to Nicolas Doualot
339
340 2007-10-07 [colin]      3.0.2cvs29
341
342         * AUTHORS
343         * src/gtk/authors.h
344                 Add Frank Dietrich
345
346 2007-10-07 [colin]      3.0.2cvs28
347
348         * src/exporthtml.c
349                 Fix HTML export to make it more compliant
350                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
351
352 2007-10-07 [colin]      3.0.2cvs27
353
354         * src/prefs_toolbar.c
355                 Only use icons that wouldn't look stupid in the toolbar
356                 Patch by Pawel
357
358 2007-10-07 [colin]      3.0.2cvs26
359
360         * src/prefs_toolbar.c
361                 Fix old icon being used when none is selected
362
363 2007-10-07 [colin]      3.0.2cvs25
364
365         * src/toolbar.c
366                 Fix copy/paste error
367
368 2007-10-07 [colin]      3.0.2cvs24
369
370         * src/prefs_toolbar.c
371         * src/toolbar.c
372         * src/toolbar.h
373                 Update icon to default one when changing event
374                 Make the icon chooser nicer (handle Esc, Enter,
375                 double-click)
376
377 2007-10-06 [colin]      3.0.2cvs23
378
379         * src/prefs_toolbar.c
380                 Fix text reset; patch by Pawel
381
382 2007-10-06 [colin]      3.0.2cvs22
383
384         * src/toolbar.h
385                 Complete previous commit
386
387 2007-10-06 [colin]      3.0.2cvs21
388
389         * src/prefs_toolbar.c
390         * src/toolbar.c
391                 Set toolbar text automatically to the default
392                 when changing Event executed on click
393
394 2007-10-06 [colin]      3.0.2cvs20
395
396         * src/prefs_toolbar.c
397                 Invert Text and Event fields
398
399 2007-10-06 [colin]      3.0.2cvs19
400
401         * src/prefs_toolbar.c
402         * src/toolbar.c
403                 Make toolbar prefs look much better
404                 Patch by Pawel Pekala
405
406 2007-10-06 [paul]       3.0.2cvs18
407
408         * src/account.c
409         * src/prefs_filtering.c
410                 fix checkbuttons in gtktreeview on maemo by
411                 setting maemo's "allow-checkbox-mode" to FALSE
412
413 2007-10-06 [colin]      3.0.2cvs17
414
415         * configure.ac
416                 Export -DSOLARIS in CFLAGS for all
417                 Solaris (not just 2.8) and OpenSolaris
418
419 2007-10-06 [paul]       3.0.2cvs16
420
421         * AUTHORS
422         * src/exporthtml.c
423         * src/mbox.c
424         * src/gtk/authors.h
425                 fix build on solaris where ctime_r takes
426                 3 arguments rather than 2.
427                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
428
429 2007-10-05 [colin]      3.0.2cvs15
430
431         * src/etpan/imap-thread.c
432                 Fix wrong error codepath
433
434 2007-10-05 [wwp]        3.0.2cvs14
435
436         * src/filtering.c
437                 Fix unexpected logging of quicksearches:
438                 debug_filtering_session flag was never reset to FALSE, causing
439                 matcher functions to log when called from a quicksearch
440                 (if a filtering session happened before).
441
442 2007-10-05 [paul]       3.0.2cvs13
443
444         * src/prefs_actions.c
445         * src/prefs_filtering.c
446         * src/prefs_template.c
447                 fix bug 1343, 'Filtering..'s close button
448                 silently discards new filter'
449                 Thanks to Colin
450
451 2007-10-05 [paul]       3.0.2cvs12
452
453         * configure.ac
454         * src/Makefile.am
455                 fix bug 1347, '-Wno-unused-function, optional'
456
457 2007-10-05 [colin]      3.0.2cvs11
458
459         * src/procmime.c
460         * src/common/mgutils.c
461                 Fix warnings
462
463 2007-10-05 [mones]      3.0.2cvs10
464
465         * manual/advanced.xml
466                 Use full menu name
467         * manual/es/advanced.xml
468                 Synchronise translation
469
470 2007-10-04 [colin]      3.0.2cvs9
471
472         * src/action.c
473         * src/addrbook.c
474         * src/addrindex.c
475         * src/compose.c
476         * src/exporthtml.c
477         * src/exportldif.c
478         * src/folder.c
479         * src/main.c
480         * src/matcher.c
481         * src/mbox.c
482         * src/messageview.c
483         * src/mh.c
484         * src/news.c
485         * src/partial_download.c
486         * src/pop.c
487         * src/procmime.c
488         * src/procmsg.c
489         * src/toolbar.c
490         * src/common/log.c
491         * src/common/mgutils.c
492         * src/common/plugin.c
493         * src/common/utils.c
494         * src/common/xml.c
495         * src/common/xml.h
496         * src/common/xmlprops.c
497         * src/common/xmlprops.h
498         * src/plugins/bogofilter/bogofilter.c
499         * src/plugins/clamav/clamav_plugin.c
500         * src/plugins/dillo_viewer/dillo_prefs.c
501         * src/plugins/pgpcore/prefs_gpg.c
502         * src/plugins/pgpinline/pgpinline.c
503         * src/plugins/pgpmime/pgpmime.c
504         * src/plugins/spamassassin/spamassassin.c
505         * src/plugins/trayicon/trayicon_prefs.c
506                 Verify success on writes. Will fix possible strange
507                 failure on disk full.
508
509 2007-10-04 [paul]       3.0.2cvs8
510
511         * manual/advanced.xml
512                 add further info about Actions
513                 Patch by Emmanuel Briot <briot@adacore.com>
514
515 2007-10-04 [paul]       3.0.2cvs7
516
517         * src/account.c
518                 remove the D column, instead indicate the
519                 default account by use of bold text
520
521 2007-10-03 [colin]      3.0.2cvs6
522
523         * src/common/template.c
524                 Fix templates writing (was prone to disk full problems)
525
526 2007-10-03 [colin]      3.0.2cvs5
527
528         * src/Makefile.am
529         * src/addrduplicates.c
530         * src/addrduplicates.h
531         * src/addressbook.c
532                 Add duplicate deletion. Patch by Holger
533
534 2007-10-03 [colin]      3.0.2cvs4
535
536         * src/matcher.c
537         * src/gtk/quicksearch.c
538                 Fix bug 1340, 'Case insensitive searches with 
539                 non-ascii alphabets fail'.
540
541 2007-10-03 [colin]      3.0.2cvs3
542
543         * src/main.c
544         * src/common/utils.c
545         * src/common/utils.h
546                 Implement run-time alternative config directories
547
548 2007-10-03 [colin]      3.0.2cvs2
549
550         * src/folderview.c
551                 Prevent opening folder item while folder
552                 is scanned in a better way
553
554 2007-10-02 [paul]       3.0.2cvs1
555
556         * NEWS
557         * README
558         * RELEASE_NOTES
559         * configure.ac
560                 bump up version number following stable release
561
562 2007-09-30 [colin]      3.0.1cvs49
563
564         * src/imap.c
565                 Refresh session if needed
566
567 2007-09-30 [colin]      3.0.1cvs48
568
569         * src/imap.c
570                 Reset folder's session to NULL
571                 before destroying it
572
573 2007-09-30 [mones]      3.0.1cvs47
574
575         * manual/handling.xml
576                 Use markup quotes instead hardcoded quotes
577         * manual/es/handling.xml
578                 Added new synced section (IMAP subscriptions)
579
580 2007-09-29 [colin]      3.0.1cvs46
581
582         * src/imap.c
583                 Notice disconnections faster
584
585 2007-09-28 [colin]      3.0.1cvs45
586
587         * src/addressbook.c
588         * src/addrindex.c
589                 Fix warnings
590
591 2007-09-28 [paul]       3.0.1cvs44
592
593         * src/mimeview.c
594                 fix maemo build
595
596 2007-09-28 [paul]       3.0.1cvs43
597
598         * src/account.c
599                 use gtk_widget_set_size_request() on the label
600                 so that wrapping works better. get rid of the
601                 (partially deprecated) hbutton_box.
602                 these changes should prevent buttons overlapping
603                 on maemo
604
605 2007-09-28 [colin]      3.0.1cvs42
606
607         * src/pop.c
608                 Fix typo :)
609
610 2007-09-28 [colin]      3.0.1cvs41
611
612         * src/compose.c
613         * src/msgcache.c
614         * src/pop.c
615         * src/procmime.c
616         * src/etpan/imap-thread.c
617                 64bits-related warning fixes
618
619 2007-09-28 [colin]      3.0.1cvs40
620
621         * src/folder_item_prefs.c
622         * src/ldaputil.c
623         * src/mainwindow.c
624         * src/mimeview.c
625         * src/common/tags.c
626                 Fix warnings
627
628 2007-09-28 [colin]      3.0.1cvs39
629
630         * src/plugins/spamassassin/spamassassin.c
631         * src/plugins/spamassassin/spamassassin.h
632         * src/plugins/spamassassin/spamassassin_gtk.c
633                 Add addressbook-based whitelisting
634
635 2007-09-28 [colin]      3.0.1cvs38
636
637         * src/folder.c
638                 Fix bug 1337, 'crash on pressing Send button'
639
640 2007-09-28 [paul]       3.0.1cvs37
641
642         * src/prefs_folder_item.c
643                 give the orphans a parent. makes all prefs
644                 pages visible on maemo
645
646 2007-09-28 [colin]      3.0.1cvs36
647
648         * src/prefs_folder_column.c
649         * src/prefs_summary_column.c
650                 Fix two leaks
651
652 2007-09-27 [colin]      3.0.1cvs35
653
654         * src/gtk/quicksearch.c
655                 Fix bug 1336, 'Segfault if empty space before search-string'
656
657 2007-09-26 [mones]      3.0.1cvs34
658
659         * manual/account.xml
660         * manual/plugins.xml
661                 Fixed irc channel name, added some docbook markup.
662                 Changed text markup to docbook markup. 
663                 Added spamcop as supported in SpamReport description.
664         * manual/fr/plugins.xml
665                 Fixed irc channel name.
666         * manual/es/account.xml
667         * manual/es/advanced.xml
668         * manual/es/claws-mail-manual.xml
669         * manual/es/glossary.xml
670         * manual/es/gpl.xml
671         * manual/es/keyboard.xml
672         * manual/es/plugins.xml
673                 Synced with English version, fixed a couple of typos.
674
675 2007-09-26 [colin]      3.0.1cvs33
676
677         * configure.ac
678                 Explain why "Libgnomeprint: no" on GTK+ 2.10
679
680 2007-09-26 [colin]      3.0.1cvs32
681
682         * src/messageview.c
683         * src/procmsg.c
684         * src/procmsg.h
685                 Optimisation: avoid fetching mail 3 times locally
686                 for displaying
687
688 2007-09-26 [colin]      3.0.1cvs31
689
690         * src/mh.c
691                 Fix missing static
692
693 2007-09-26 [colin]      3.0.1cvs30
694
695         * src/folder.c
696         * src/folder.h
697         * src/mh.c
698         * src/mh.h
699                 Fix MH mtime hack - make it a folder class function
700
701 2007-09-26 [colin]      3.0.1cvs29
702
703         * src/inc.c
704                 Fix bug 1334, 'user defined mail incorporation 
705                 script not run'
706
707 2007-09-25 [colin]      3.0.1cvs28
708
709         * src/codeconv.c
710                 Optimisation: shortcut conv_codeset_strdup
711                 when src_code and dest_code are the same
712         * src/common/xml.c
713         * src/common/xml.h
714                 Optimisation: shortcut code conversions when
715                 files are in UTF-8; faster list walking by
716                 using prepend/reverse.
717
718 2007-09-25 [holger]     3.0.1cvs27
719
720         * src/printing.c
721                 Replace button bar of the preview window
722                 with a real toolbar (patch by Colin)
723                 Add zooming to the preview window
724
725 2007-09-24 [paul]       3.0.1cvs26
726
727         * src/compose.c
728                 compact the character set menu, adding some
729                 missing encodings. Patch by Pawel Pekala
730
731 2007-09-23 [paul]       3.0.1cvs25
732
733         * src/prefs_account.c
734         * src/prefs_folder_item.c
735         * src/prefs_quote.c
736         * src/quote_fmt.c
737         * src/quote_fmt.h
738                 remove unnecessary frame from Templates options
739                 and improve the English of the check button label
740
741 2007-09-22 [colin]      3.0.1cvs24
742
743         * src/gtk/quicksearch.c
744                 Fix bug 1329, 'error in quicksearch.c'
745                 Fix return with value in function returning void
746
747 2007-09-22 [colin]      3.0.1cvs23
748
749         * src/imap.c
750         * src/procmsg.h
751         * src/common/utils.c
752         * src/common/utils.h
753         * src/etpan/imap-thread.c
754                 Optimise fetching IMAP cached emails *a lot*
755                 (remember whether mail is fully cached and \r's
756                  are already stripped)
757
758 2007-09-22 [colin]      3.0.1cvs22
759
760         * src/folder.c
761         * src/folder.h
762         * src/prefs_folder_item.c
763                 Add a button to allow users to drop local caches.
764
765 2007-09-21 [colin]      3.0.1cvs21
766
767         * src/summaryview.c
768                 Remove unnecessary error when cancelling export to mbox.
769                 Patch by Pawel
770
771 2007-09-21 [paul]       3.0.1cvs20
772
773         * src/gtk/prefswindow.c
774                 remove unnecessary frames from the prefs
775                 pages. Patch by Pawel Pekala
776
777 2007-09-21 [paul]       3.0.1cvs19
778
779         * src/prefs_account.c
780         * src/prefs_folder_item.c
781         * src/prefs_quote.c
782         * src/quote_fmt.c
783                 put the Templates options into a tabbed
784                 layout. Patch by Pawel Pekala
785
786 2007-09-21 [paul]       3.0.1cvs18
787
788         * src/mainwindow.c
789                 group together the character set menu items
790                 move the /View/Show or hide/Message view below
791                 .../Toolbar menu item
792                 Patch by Pawel Pekala
793
794 2007-09-21 [mones]      3.0.1cvs17
795
796         * src/compose.c
797                 Fix for bug 1327, 'segfault when replying to a non-existent
798                 news message', thanks to Colin.
799
800 2007-09-21 [colin]      3.0.1cvs16
801
802         * src/folderview.c
803                 Complete 3.0.1cvs15
804
805 2007-09-20 [colin]      3.0.1cvs15
806
807         * src/folderview.c
808         * src/folderview.h
809                 Maybe fix bug 1324, 'Corrupted IMAP cache'
810
811 2007-09-20 [colin]      3.0.1cvs14
812
813         * src/printing.c
814                 Fix a little leak
815
816 2007-09-20 [holger]     3.0.1cvs13
817
818         * src/printing.c
819                 Add page layout to print preview.
820                 Make the close-button in the toolbar
821                 right-aligned.
822
823 2007-09-20 [paul]       3.0.1cvs12
824
825         * po/ru.po
826                 updated by Pavlo Bohmat
827
828 2007-09-19 [colin]      3.0.1cvs11
829
830         * src/common/utils.c
831                 Prevent unquoted mime boundaries, by always
832                 using a /
833
834 2007-09-19 [colin]      3.0.1cvs10
835
836         * src/printing.c
837                 Fix drawing area size, fix DPI change that
838                 can cause total number of lines to decrease
839
840 2007-09-19 [colin]      3.0.1cvs9
841
842         * po/POTFILES.in
843         * src/printing.c
844                 Make print preview more efficient and nicer.
845                 Patch mostly by Holger Berndt <hb@claws-mail.org>
846
847 2007-09-19 [colin]      3.0.1cvs8
848
849         * src/prefs_common.c
850         * src/prefs_common.h
851         * src/printing.c
852                 Add scrolledwindow, default allocation and
853                 size saving to the print preview window.
854
855 2007-09-18 [colin]      3.0.1cvs7
856
857         * src/prefs_common.c
858         * src/prefs_common.h
859         * src/prefs_image_viewer.c
860         * src/printing.c
861                 GtkPrintOperation:
862                 - add image printing support
863                 - add option to print images
864                 - add preview widget
865                 - add saving of a few Page Setup parameters
866
867 2007-09-18 [colin]      3.0.1cvs6
868
869         * AUTHORS
870         * src/gtk/authors.h
871                 Add Guillaume Chazarain
872
873 2007-09-18 [colin]      3.0.1cvs5
874
875         * src/common/utils.c
876                 Fix bug 1321, 'access before allocation 
877                 when scanning for uris'. Patch by 
878                 Guillaume Chazarain <guichaz@yahoo.fr>
879
880 2007-09-18 [colin]      3.0.1cvs4
881
882         * src/toolbar.c
883                 Fix bug 1320, 'Memory leak caused by 
884                 gtk_container_get_children'. Patch by
885                 Guillaume Chazarain <guichaz@yahoo.fr>
886
887 2007-09-18 [colin]      3.0.1cvs3
888
889         * src/printing.c
890         * src/printing.h
891                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
892
893 2007-09-18 [colin]      3.0.1cvs2
894
895         * src/Makefile.am
896         * src/mainwindow.c
897         * src/messageview.c
898         * src/messageview.h
899         * src/prefs_ext_prog.c
900         * src/prefs_fonts.c
901         * src/printing.c
902         * src/printing.h
903         * src/summaryview.c
904                 Use GtkPrintOperation by default on GTK+ >= 2.10
905                 Patch by Holger Berndt <hb@claws-mail.org>
906
907 2007-09-18 [paul]       3.0.1cvs1
908
909         * NEWS
910         * README
911         * RELEASE_NOTES
912         * configure.ac
913                 bump up version number following stable release
914
915 2007-09-16 [colin]      3.0.0cvs18
916
917         * src/folder.c
918                 Fix possible memleak
919
920 2007-09-16 [colin]      3.0.0cvs17
921
922         * src/folderview.c
923                 Fix bug 1311, 'Wrong arrow position 
924                 while moving message into folder when 
925                 column headers hidden'
926         * src/image_viewer.c
927                 Show error in the GUI if image can't
928                 be loaded
929         * src/matcher.c
930                 Fix spurious output
931         * src/messageview.c
932                 Allow setting domain in msgid
933         * src/common/plugin.c
934                 Add timing information
935
936 2007-09-16 [colin]      3.0.0cvs16
937
938         * src/account.c
939         * src/compose.c
940         * src/prefs_account.c
941         * src/prefs_account.h
942         * src/common/utils.c
943                 Remove Generate Message-ID option. We need
944                 this on some IMAP servers.
945         * src/prefs_template.c
946                 Fix double-free
947
948 2007-09-16 [colin]      3.0.0cvs15
949
950         * src/prefs_filtering.c
951         * src/prefs_filtering.h
952         * src/prefs_filtering_action.c
953         * src/common/tags.c
954                 Fix tags issues: tags with spaces, renaming
955                 tags.
956
957 2007-09-16 [colin]      3.0.0cvs14
958
959         * src/folderview.c
960         * src/main.c
961         * src/mainwindow.c
962                 Fix bug 1308, 'Claws deletes folderlist.xml after
963                 fetching mail short after start-up'
964
965 2007-09-16 [colin]      3.0.0cvs13
966
967         * src/compose.c
968                 Fix scrolling to cursor
969
970 2007-09-16 [paul]       3.0.0cvs12
971
972         * po/sr.po
973                 updated by Aleksandar Urosevic
974
975 2007-09-16 [paul]       3.0.0cvs11
976
977         * src/folder.c
978                 do not allow locked msgs to be deleted,
979                 even by filtering/processing
980
981 2007-09-07 [paul]       3.0.0cvs10
982
983         * src/prefs_folder_column.c
984         * src/prefs_summary_column.c
985                 implement button sensitivity
986                 patch by Pawel Pekala
987
988 2007-09-06 [wwp]        3.0.0cvs9
989
990         * src/prefs_gtk.c
991                 Add a missing linefeed to a debug message.
992
993 2007-09-05 [colin]      3.0.0cvs8
994
995         * src/inc.c
996                 Fix statusbar/window mismatch on Maemo
997
998 2007-09-05 [colin]      3.0.0cvs7
999
1000         * src/ldaputil.c
1001                 Fix build without USE_LDAP_TLS
1002
1003 2007-09-05 [colin]      3.0.0cvs6
1004
1005         * src/folder.c
1006         * src/imap.c
1007         * src/inc.c
1008         * src/mbox.c
1009         * src/send_message.c
1010         * src/statusbar.c
1011         * src/statusbar.h
1012                 Maemo: distinguish various statusbar messages,
1013                 in order to display only the most important.
1014
1015 2007-09-04 [wwp]        3.0.0cvs5
1016
1017         * src/account.c
1018                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
1019                 Show protocol "SMTP" and the appropriate server for send-only
1020                 accounts, show "-" instead of "" when no value is relevant.
1021
1022 2007-09-03 [ticho]      3.0.0cvs4
1023
1024         * src/summaryview.c
1025                 Handle plural form better in delete confirmation dialog.
1026
1027 2007-09-03 [wwp]        3.0.0cvs3
1028
1029         * src/compose.c
1030                 Warn differently when sending or sending later (queueing).
1031
1032 2007-09-03 [colin]      3.0.0cvs2
1033
1034         * src/procmime.c
1035         * src/procmime.h
1036         * src/common/plugin.c
1037         * src/common/plugin.h
1038                 Add a new plugin API, MimeParser. It allows
1039                 plugins to scan email MIME parts and optionally,
1040                 transform them.
1041
1042 2007-09-03 [mones]      3.0.0cvs1
1043
1044         * po/es.po
1045                 Updated translation
1046         * src/common/defs.h
1047                 While a better solution is made double history sizes
1048
1049 2007-09-03 [paul]       3.0.0
1050
1051         * NEWS
1052         * README
1053         * RELEASE_NOTES
1054                 3.0.0 released
1055
1056 2007-09-03 [paul]       2.10.0cvs191
1057
1058         * po/bg.po
1059         * po/ca.po
1060         * po/de.po
1061         * po/fi.po
1062         * po/fr.po
1063         * po/hu.po
1064         * po/it.po
1065         * po/pl.po
1066         * po/pt_BR.po
1067         * po/ru.po
1068         * po/sk.po
1069         * po/zh_CN.po
1070                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
1071                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
1072                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
1073                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
1074
1075 2007-09-02 [colin]      2.10.0cvs190
1076
1077         * src/edittags.c
1078         * src/common/tags.c
1079                 Prevent empty or white-space tags
1080
1081 2007-09-01 [colin]      2.10.0cvs189
1082
1083         * src/main.c
1084                 Fix double-reading of accounts list when
1085                 the wizard has been run due to no accounts
1086         * src/mainwindow.c
1087                 Fix sensitivity of a menu item in case 
1088                 there's no account
1089
1090 2007-09-01 [wwp]        2.10.0cvs188
1091
1092         * src/wizard.c
1093                 Fix wizard crash when Mailbox dir already exists
1094                 (thanks to Colin).
1095
1096 2007-08-31 [colin]      2.10.0cvs187
1097
1098         * src/etpan/imap-thread.c
1099                 Fix unwanted creation of 
1100                 libetpan's stream dump file
1101         * src/compose.c
1102                 Fix coloring of pastes as quotation
1103         * src/summaryview.c
1104                 Maemo: Fix opening of mails from keypad
1105                 in Sent folders
1106         * src/addressbook.c
1107         * src/folderview.c
1108         * src/image_viewer.c
1109         * src/mimeview.c
1110         * src/gtk/prefswindow.c
1111                 Maemo: Fix adjustments changes 
1112
1113 2007-08-30 [colin]      2.10.0cvs186
1114
1115         * src/folderview.c
1116                 Don't opened selected folder when clicking
1117                 on white space
1118         * src/mainwindow.c
1119                 Maemo: Make Esc close messageviews
1120         * src/messageview.c
1121                 Maemo: Fix message scrolling to the end on 
1122                 opening
1123                 Maemo: Fix reopening same message
1124         * src/gtk/prefswindow.c
1125                 Maemo: try to fix scrollbar. Doesn't work,
1126                 it seems as if gtk_adjustment_set_value was
1127                 a noop.
1128
1129 2007-08-30 [colin]      2.10.0cvs185
1130
1131         * src/compose.c
1132         * src/folderview.c
1133         * src/main.c
1134         * src/prefs_matcher.c
1135         * src/prefs_template.c
1136         * src/quote_fmt.c
1137         * src/send_message.c
1138         * src/toolbar.c
1139         * src/gtk/gtkaspell.c
1140         * src/plugins/bogofilter/bogofilter.c
1141         * src/plugins/bogofilter/bogofilter_gtk.c
1142         * src/plugins/clamav/clamav_plugin_gtk.c
1143         * src/plugins/pgpcore/sgpgme.c
1144         * src/plugins/spamassassin/spamassassin.c
1145         * src/plugins/spamassassin/spamassassin_gtk.c
1146                 Fix all potential misuses of format-string functions
1147
1148 2007-08-30 [wwp]        2.10.0cvs184
1149
1150         * src/prefs_template.c
1151                 Fix a leak.
1152
1153 2007-08-29 [colin]      2.10.0cvs183
1154
1155         * src/plugins/trayicon/trayicon.c
1156                 Fix leak of hooks in case of error,
1157                 thanks to Holger Berndt
1158
1159 2007-08-28 [colin]      2.10.0cvs182
1160
1161         * src/mainwindow.c
1162                 Don't use current folder settings when
1163                 composing from the compose button's
1164                 account selector
1165
1166 2007-08-28 [colin]      2.10.0cvs181
1167
1168         * src/quote_fmt_parse.y
1169                 Fix cursor offset when quote contains UTF-8
1170                 chars
1171
1172 2007-08-28 [colin]      2.10.0cvs180
1173
1174         * src/compose.c
1175         * src/compose.h
1176                 Fix signature replacement when it's been wrapped
1177
1178 2007-08-27 [colin]      2.10.0cvs179
1179
1180         * src/summaryview.c
1181                 Fix indentation
1182
1183 2007-08-27 [colin]      2.10.0cvs178
1184
1185         * src/summaryview.c
1186                 Fix Quicksearch's Sticky mode
1187
1188 2007-08-27 [colin]      2.10.0cvs177
1189
1190         * src/folder_item_prefs.c
1191         * src/folder_item_prefs.h
1192         * src/imap_gtk.c
1193         * src/mh_gtk.c
1194                 Fix loss of subfolders properties when
1195                 renaming a folder
1196
1197 2007-08-26 [wwp]        2.10.0cvs176
1198
1199         * src/alertpanel.c
1200         * src/messageview.c
1201         * src/prefs_actions.c
1202                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
1203                 will have to be used when necessary *before* calling
1204                 alertpanel functions.
1205
1206 2007-08-25 [paul]       2.10.0cvs175
1207
1208         * src/prefs_actions.c
1209                 workaround gettext problem marking
1210                 string as c-format when it's not
1211
1212 2007-08-25 [wwp]        2.10.0cvs174
1213
1214         * src/alertpanel.c
1215         * src/messageview.c
1216         * src/prefs_actions.c
1217                 Call the pango markup escape function right ince in alertpanel_create
1218                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
1219                 2.10.0cvs158).
1220
1221         * src/common/log.c
1222                 Fix a crash due to a misuse of g_print(), encountered when the string
1223                 passed to g_print was containing printf substitution symbols.
1224
1225 2007-08-25 [paul]       2.10.0cvs173
1226
1227         * src/common/log.c
1228                 fix a segfault when refreshing RSSyl feeds
1229
1230 2007-08-25 [paul]       2.10.0cvs172
1231
1232         * src/gtk/icon_legend.c
1233                 add watchthread.xpm
1234
1235 2007-08-25 [paul]       2.10.0cvs171
1236
1237         * src/Makefile.am
1238         * src/stock_pixmap.c
1239         * src/pixmaps/insert_file.xpm
1240                 add a new pixmap instead of re-using
1241                 paste.xpm. (easier for icon theme authors)
1242
1243 2007-08-24 [holger]     2.10.0cvs170
1244
1245         * src/plugins/trayicon/trayicon.c
1246                 The same fix for another hook id.
1247
1248 2007-08-24 [holger]     2.10.0cvs169
1249
1250         * src/plugins/trayicon/trayicon.c
1251                 Micro-fix: Do the error checking for
1252                 the right hook id.
1253
1254 2007-08-24 [paul]       2.10.0cvs168
1255
1256         * src/folder.h
1257                 fix typo causing compiler warning
1258
1259 2007-08-24 [paul]       2.10.0cvs167
1260
1261         * README
1262                 put back the correct version of this file also
1263
1264 2007-08-24 [colin]      2.10.0cvs166
1265
1266         * src/send_message.c
1267                 Use progress bar when sending messages
1268
1269 2007-08-24 [paul]       2.10.0cvs165
1270
1271         * Makefile.am
1272                 oops! if i'm quick no-one will notice
1273                 (put back the proper file)
1274
1275 2007-08-24 [paul]       2.10.0cvs164
1276
1277         * AUTHORS
1278         * Makefile.am
1279         * README
1280         * src/gtk/authors.h
1281         * tools/Makefile.am
1282         * tools/README
1283         * tools/mew2claws-mail.pl
1284                 add new script that imports a Mew address book
1285                 submitted by Jerome Lelong
1286
1287 2007-08-24 [paul]       2.10.0cvs163
1288
1289         * manual/plugins.xml
1290                 remove the obsolete plugins, add the
1291                 missing plugins, including the forthcoming
1292                 SpamReport plugin
1293
1294 2007-08-24 [paul]       2.10.0cvs162
1295
1296         * manual/advanced.xml
1297                 add info about the hidden emphasis_color option
1298         * manual/keyboard.xml
1299                 correct the info about hotkeys
1300                 wrap the long lines
1301
1302 2007-08-24 [paul]       2.10.0cvs161
1303
1304         * src/folderview.c
1305                 add mnemonic to 'Run procesing rules'
1306
1307 2007-08-24 [paul]       2.10.0cvs160
1308
1309         * src/account.c
1310         * src/folder.c
1311         * src/folder.h
1312                 use suitable defaults for outbox,
1313                 queue, drafts and trash folders
1314
1315 2007-08-24 [wwp]        2.10.0cvs159
1316
1317         * src/folderview.c
1318                 Update menu item sensitivity if necessary (or we get a
1319                 gtk critical message).
1320
1321 2007-08-23 [wwp]        2.10.0cvs158
1322
1323         * src/action.c
1324         * src/prefs_actions.c
1325                 Allow literal % chars in action commands (use %%).
1326                 Add a missing p++ to the action parser in action_get_type(),
1327                 which was missing it, even if it was neutral.
1328                 Fix a pango markup warning at runtime.
1329
1330 2007-08-23 [wwp]        2.10.0cvs157
1331
1332         * src/addressbook.c
1333                 Contacts are now locale-aware sorted in the address book
1334                 (LC_COLLATE matters here).
1335                 Fix missing table initializers.
1336
1337 2007-08-23 [colin]      2.10.0cvs156
1338
1339         * src/imap.c
1340                 Check scan_required on dest folder when copying
1341
1342 2007-08-23 [colin]      2.10.0cvs155
1343
1344         * src/imap.c
1345                 Fix scanning when folder was empty
1346
1347 2007-08-22 [colin]      2.10.0cvs154
1348
1349         * src/msgcache.c
1350                 Don't g_warning when g_try_malloc fails(), or it makes
1351                 things worse as g_log() allocates. Fixes bug 1290,
1352                 'Claws Mail crashes if too little memory when 
1353                 rebuilding folder tree'
1354
1355 2007-08-22 [colin]      2.10.0cvs153
1356
1357         * src/inc.c
1358                 Fix format string vulnerability, thanks to
1359                 Ulf Harnhammar, Secunia Research
1360
1361 2007-08-22 [colin]      2.10.0cvs152
1362
1363         * src/ldapserver.c
1364                 Set tv_usec too
1365
1366 2007-08-22 [wwp]        2.10.0cvs151
1367
1368         * src/ldapquery.c
1369                 Few better null-ptr checks.
1370
1371 2007-08-22 [colin]      2.10.0cvs150
1372
1373         * src/editldap.c
1374         * src/editldap_basedn.c
1375         * src/ldapquery.c
1376         * src/ldapserver.c
1377         * src/ldapserver.h
1378         * src/ldapupdate.c
1379         * src/ldaputil.c
1380         * src/ldaputil.h
1381                 Fix ldap timeouts
1382
1383 2007-08-22 [colin]      2.10.0cvs149
1384
1385         * src/ldapquery.c
1386                 Finish previous fix
1387
1388 2007-08-22 [colin]      2.10.0cvs148
1389
1390         * src/ldapquery.c
1391                 Fix wrong assertions
1392
1393 2007-08-22 [colin]      2.10.0cvs147
1394
1395         * src/ldaputil.c
1396                 Fix test (set ldap v3 if bindDN is set or TLS is set)
1397
1398 2007-08-22 [colin]      2.10.0cvs146
1399
1400         * src/editldap.c
1401         * src/ldaputil.c
1402                 Fix wrong "Connected successfully to server". Connection only succeeds if
1403                 we can get the base DN.
1404
1405 2007-08-21 [wwp]        2.10.0cvs145
1406
1407         * src/browseldap.c
1408         * src/editldap.c
1409         * src/ldapctrl.c
1410         * src/ldapquery.c
1411         * src/ldapserver.c
1412         * src/ldapupdate.c
1413         * src/ldaputil.c
1414                 More sanity checks in ldap functions.
1415
1416 2007-08-21 [wwp]        2.10.0cvs144
1417
1418         * src/prefs_account.c
1419                 Don't return a value in a void function().
1420
1421 2007-08-21 [paul]       2.10.0cvs143
1422
1423         * src/messageview.c
1424                 add check for ftp: to messageview_list_urls()
1425
1426 2007-08-21 [colin]      2.10.0cvs142
1427
1428         * src/editldap.c
1429         * src/ldapctrl.c
1430         * src/ldapctrl.h
1431         * src/ldapquery.c
1432         * src/ldapupdate.c
1433                 Fix bug 1293, 'LDAP address book not working'
1434                 Search only on specified fields, but fetch 
1435                 every field possible. People will have to 
1436                 reset the searched Attributes in their LDAP
1437                 servers properties.
1438
1439 2007-08-21 [wwp]        2.10.0cvs141
1440
1441         * src/addr_compl.c
1442         * src/addrbook.c
1443         * src/addrcache.c
1444         * src/addrcindex.c
1445         * src/addressbook.c
1446         * src/addrindex.c
1447         * src/browseldap.c
1448         * src/crash.c
1449         * src/editaddress_other_attributes_ldap.c
1450         * src/exporthtml.c
1451         * src/folder.c
1452         * src/folderview.c
1453         * src/imap.c
1454         * src/jpilot.c
1455         * src/ldapserver.c
1456         * src/ldapupdate.c
1457         * src/ldif.c
1458         * src/main.c
1459         * src/mainwindow.c
1460         * src/matcher.c
1461         * src/mh.c
1462         * src/msgcache.c
1463         * src/mutt.c
1464         * src/pine.c
1465         * src/pop.c
1466         * src/prefs_customheader.c
1467         * src/prefs_msg_colors.c
1468         * src/procmime.c
1469         * src/textview.c
1470         * src/vcard.c
1471         * src/wizard.c
1472         * src/common/log.c
1473         * src/common/socket.c
1474         * src/common/ssl_certificate.c
1475         * src/common/utils.c
1476         * src/common/utils.h
1477         * src/gtk/description_window.c
1478         * src/plugins/demo/demo.c
1479         * src/plugins/pgpcore/prefs_gpg.c
1480         * src/plugins/spamassassin/libspamc.c
1481                 Make sure we use glib functions to send text messages (information,
1482                 debug, warning, errors) to stdout/stderr - no more direct puts
1483                 fputs printf fprintf to stdout/stderr when it can be done using
1484                 g_log*() and g_print/g_printerr. Doing this, we make sure every
1485                 stdout/stderr message is saved to log in Windows.
1486
1487
1488 2007-08-21 [wwp]        2.10.0cvs140
1489
1490         * src/main.c
1491         * src/common/utils.h
1492                 Route glib's stdout/stderr messages to a log file (Windows only),
1493                 instead of loosing them.
1494
1495 2007-08-21 [paul]       2.10.0cvs139
1496
1497         * src/mainwindow.c
1498                 replace deprecated g_strncasecmp()
1499         * src/messageview.c
1500                 fix 'List URLS'
1501
1502 2007-08-20 [ticho]      2.10.0cvs138
1503
1504         * src/account.c
1505         * src/prefs_account.h
1506                 Copy all account preferences in account_clone() - some
1507                 were missing.
1508         * src/prefs_account.c
1509                 Handle empty privacy system combobox gracefully (warning
1510                 instead of a crash).
1511
1512 2007-08-20 [colin]      2.10.0cvs137
1513
1514         * src/ldapctrl.c
1515                 Fix a leak
1516
1517 2007-08-20 [paul]       2.10.0cvs136
1518
1519         * src/browseldap.c
1520         * src/editldap.c
1521         * src/ldapctrl.c
1522         * src/ldapquery.c
1523         * src/ldapquery.h
1524         * src/ldapserver.c
1525         * src/ldaputil.c
1526                 add debug_prints
1527                 patch by Michael Rasmussen
1528
1529 2007-08-19 [colin]      2.10.0cvs135
1530
1531         * src/imap.c
1532                 Fix previous commit. Sensitivity update is needed
1533                 for "Cancel receiving". However when batching we
1534                 don't need to do it for every message flag change,
1535                 just once at the start and once at the end.
1536
1537 2007-08-19 [colin]      2.10.0cvs134
1538
1539         * src/imap.c
1540                 Remove useless menu updates on session lock/unlock
1541
1542 2007-08-19 [colin]      2.10.0cvs133
1543
1544         * src/etpan/imap-thread.c
1545                 Make all fetch logs less verbose
1546
1547 2007-08-19 [paul]       2.10.0cvs132
1548
1549         * src/foldersel.c
1550         * src/folderview.c
1551         * src/summaryview.c
1552                 fix bug 1286, 'Can't move a folder into a "Folders
1553                 Only" folder'
1554
1555 2007-08-18 [ticho]      2.10.0cvs131
1556
1557         * src/editaddress_other_attributes_ldap.c
1558                 Converted option menu for other ldap attributes to GtkComboBox.
1559
1560 2007-08-18 [colin]      2.10.0cvs130
1561
1562         * src/compose.c
1563         * src/prefs_common.c
1564         * src/prefs_common.h
1565         * src/prefs_send.c
1566         * src/send_message.c
1567                 Revert 'send_dialog_mode' meaning to 
1568                 'send_dialog_invisible', so that the 
1569                 new checkbox doesn't change the 
1570                 existing behaviour.
1571
1572 2007-08-18 [paul]       2.10.0cvs129
1573
1574         * src/summaryview.c
1575                 add missing menu update
1576
1577 2007-08-17 [colin]      2.10.0cvs128
1578
1579         * src/folder.c
1580                 Set batching after getting flags - maybe fixes
1581                 bug 1292, 'CM crashes on writing mail'
1582
1583 2007-08-16 [ticho]      2.10.0cvs127
1584
1585         * src/prefs_send.c
1586                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1587         * src/gtk/combobox.h
1588         * src/gtk/gtkutils.c
1589                 Allow NULL for GtkComboBox menuitem label, rendering such
1590                 items as row separators.
1591
1592 2007-08-16 [paul]       2.10.0cvs126
1593
1594         * src/plugins/trayicon/trayicon.c
1595                 remove wrongly used gettextisation
1596
1597 2007-08-15 [ticho]      2.10.0cvs125
1598
1599         * src/importldif.c
1600                 Fixed a runtime warning where an attempt to pack an
1601                 already packed GtkLabel was made.
1602
1603 2007-08-15 [ticho]      2.10.0cvs124
1604
1605         * src/prefs_compose_writing.c
1606                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1607                 into GtkComboBox.
1608
1609 2007-08-14 [ticho]      2.10.0cvs123
1610
1611         * src/messageview.c
1612         * src/gtk/gtkutils.c
1613                 Changed return receipt account selector to GtkComboBox.
1614                 Fixed a runtime warning where GTK tried to parse
1615                 "name <email@address" as a Pango markup in an alertpanel label.
1616
1617 2007-08-14 [ticho]      2.10.0cvs122
1618
1619         * src/prefs_logging.c
1620                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1621
1622 2007-08-14 [wwp]        2.10.0cvs121
1623
1624         * tools/Makefile.am
1625         * tools/README
1626         * tools/popfile-link.sh
1627                 Added a new tool: POPFile helper, to open
1628                 selected messages in POPFile control center,
1629                 in order to change the messages' status.
1630
1631 2007-08-14 [ticho]      2.10.0cvs120
1632
1633         * src/compose.c
1634         * src/prefs_common.c
1635         * src/prefs_common.h
1636         * src/prefs_send.c
1637         * src/send_message.c
1638                 Change "Show send dialog" optionmenu to a checkbutton.
1639         * src/prefs_receive.c
1640                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1641
1642 2007-08-13 [wwp]        2.10.0cvs119
1643
1644         * src/addr_compl.c
1645         * src/addressbook.c
1646         * src/addrindex.c
1647         * src/compose.c
1648         * src/filtering.c
1649         * src/folderview.c
1650         * src/inc.c
1651         * src/matcher.c
1652         * src/mh.c
1653         * src/partial_download.c
1654         * src/prefs_gtk.c
1655         * src/procmsg.c
1656         * src/stock_pixmap.c
1657         * src/summaryview.c
1658         * src/common/utils.c
1659         * src/gtk/gtkaspell.c
1660         * src/gtk/menu.c
1661                 Make sure we never pass NULL pointers for %s substitutions
1662                 (prevent from crashing in Windows).
1663
1664 2007-08-13 [wwp]        2.10.0cvs118
1665
1666         * src/msgcache.c
1667                 Re-enable mmap_reads in Windows with some missing
1668                 CloseHandle of mapping objects, thanks to
1669                 Marcus Brinkmann.
1670
1671 2007-08-13 [paul]       2.10.0cvs117
1672
1673         * src/common/utils.c
1674                 fix bug 1287, 'Compile time problem on Solaris
1675                 (nexenta gnu/Solaris) utils.c'
1676                 Thanks to Piotr Chrzczonowicz
1677
1678 2007-08-12 [wwp]        2.10.0cvs116
1679
1680         * src/plugins/pgpcore/prefs_gpg.c
1681                 Don't try to unset a GPG_AGENT_INFO that was not
1682                 set (and don't use a NULL string in Windows, it was
1683                 crashing with --debug if GPG_AGENT_INFO was not set).
1684
1685 2007-08-12 [wwp]        2.10.0cvs115
1686
1687         * src/privacy.h
1688                 Make gcc type-check arguments passed to privacy_set_error().
1689
1690 2007-08-12 [ticho]      2.10.0cvs114
1691
1692         * src/prefs_folder_item.c
1693                 Make sure that folder default account combobox always has some
1694                 account preselected.
1695         * src/gtk/combobox.c
1696                 Handle empty combobox gracefully (warning instead of crash).
1697
1698 2007-08-12 [ticho]      2.10.0cvs114
1699
1700         * src/prefs_folder_item.c
1701                 Make sure that folder default account combobox is not empty.
1702         * src/gtk/combobox.c
1703                 Handle empty combobox gracefully (warning instead of crash).
1704
1705 2007-08-11 [paul]       2.10.0cvs113
1706
1707         * src/addrgather.c
1708         * src/folderview.c
1709                 use 'subfolder' instead of 'sub-folder', matching
1710                 everywhere else the term is used
1711         * src/imap_gtk.c
1712                 fix engrish
1713
1714 2007-08-10 [wwp]        2.10.0cvs112
1715
1716         * src/msgcache.c
1717                 Disable mmap reads in Windows only (at least temporarily), they
1718                 prevent from renaming/removing target cache files.
1719
1720 2007-08-10 [paul]
1721
1722         3.0.0-rc2 released
1723
1724 2007-08-10 [wwp]        2.10.0cvs111
1725
1726         * src/msgcache.c
1727                 fix unpredictable crashes in Windows due to broken
1728                 cache/mark/tags files writting (file were opened for
1729                 writing in text mode).
1730
1731         * src/recv.c
1732                 use gettimeofday() from w32lib.h on Windows.
1733
1734 2007-08-10 [colin]      2.10.0cvs110
1735
1736         * src/imap.c
1737         * src/etpan/imap-thread.c
1738         * src/etpan/imap-thread.h
1739                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1740
1741 2007-08-09 [colin]      2.10.0cvs109
1742
1743         * src/editldap.c
1744                 Fix port being reset to 636 on SSL
1745         * src/folder.c
1746                 Fix folder_item_get_msg_num_by_file
1747                 on drafts/queue folders
1748
1749 2007-08-09 [wwp]        2.10.0cvs108
1750
1751         * src/folder.c
1752                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1753                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1754
1755
1756 2007-08-09 [colin]      2.10.0cvs107
1757
1758         * src/folderview.c
1759         * src/summaryview.c
1760         * src/gtk/prefswindow.c
1761                 A few Maemo layout fixes
1762
1763 2007-08-09 [paul]       2.10.0cvs106
1764
1765         * src/prefs_account.c
1766                 remove the hyphen from plug-ins to
1767                 match everywhere else
1768
1769 2007-08-08 [wwp]        2.10.0cvs105
1770
1771         * src/prefs_folder_item.c
1772                 Fix an extraneous stealth ^L char.
1773
1774 2007-08-08 [wwp]        2.10.0cvs104
1775
1776         * src/prefs_folder_item.c
1777                 Better fix, group variables declarations (USE_ASPELL).
1778
1779 2007-08-08 [wwp]        2.10.0cvs103
1780
1781         * src/prefs_folder_item.c
1782                 Fix compilation w/ USE_ASPELL set (broken
1783                 by 2.10.0cvs102).
1784
1785 2007-08-08 [ticho]      2.10.0cvs102
1786
1787         * src/prefs_folder_item.c
1788                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1789
1790 2007-08-08 [colin]      2.10.0cvs101
1791
1792         * src/imap.c
1793         * src/etpan/imap-thread.c
1794         * src/etpan/imap-thread.h
1795                 Close selected mailbox before doing
1796                 status on it.
1797
1798 2007-08-08 [colin]      2.10.0cvs100
1799
1800         * src/html.c
1801                 Complete symbol table, thanks to wwp.
1802                 Fixes bug 1284, 'The html -> text 
1803                 converter ignores entities'
1804         * src/msgcache.c
1805                 Fix possible fd leak
1806
1807 2007-08-08 [colin]      2.10.0cvs99
1808
1809         * src/imap.c
1810                 Better way to fetch UIDs on non-UIDPLUS servers
1811
1812 2007-08-07 [colin]      2.10.0cvs98
1813
1814         * src/imap.c
1815                 fix bug 1275, 'auto-saved draft messages not 
1816                 always being removed'; Also, make multiple
1817                 copy (in the same account) faster by matching
1818                 source/destination message UIDs.
1819         * src/messageview.c
1820                 Don't try to reshow deleted mail
1821         * src/msgcache.c
1822                 Fix leak on error path
1823
1824 2007-08-07 [wwp]        2.10.0cvs97
1825
1826         * manual/account.xml
1827         * manual/advanced.xml
1828         * manual/fr/account.xml
1829         * manual/fr/advanced.xml
1830                 Updated the reference manual and the French translation to
1831                 reflect 2.10.0cvs84: enable running folder Processing
1832                 rules on demand.
1833
1834 2007-08-06 [wwp]        2.10.0cvs96
1835
1836         * src/prefs_common.c
1837         * src/prefs_common.h
1838         * src/textview.c
1839                 Allow changing the emphasis color used to highlight
1840                 the newsreader/x-mailer header value when it matches
1841                 our preferred mail agent (hidden pref 'emphasis_col' added
1842                 to clawsrc).
1843
1844 2007-08-06 [colin]      2.10.0cvs95
1845
1846         * src/compose.c
1847         * src/compose.h
1848                 Re-commit 2.10.0cvs86, with a protection
1849                 against Pango bug. Also, try to fix 
1850                 bug 1275, 'auto-saved draft messages not 
1851                 always being removed'
1852
1853 2007-08-06 [wwp]        2.10.0cvs94
1854
1855         * src/gtk/quicksearch.c
1856                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1857
1858 2007-08-06 [ticho]      2.10.0cvs93
1859
1860         * src/prefs_account.c
1861         * src/gtk/combobox.c
1862                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1863                 selection in account preferences.
1864
1865 2007-08-06 [wwp]        2.10.0cvs92
1866
1867         * src/plugins/pgpcore/plugin.def
1868                 Apply one more chunk from gpg4win's 03-w32-port patch.
1869
1870 2007-08-05 [colin]      2.10.0cvs91
1871
1872         * src/compose.c
1873         * src/compose.h
1874                 reverting buggy patch for now
1875
1876 2007-08-05 [colin]      2.10.0cvs90
1877
1878         * src/folder.c
1879                 Fix slowdown
1880
1881 2007-08-04 [colin]      2.10.0cvs89
1882
1883         * src/prefs_summaries.c
1884         * src/summary_search.c
1885                 Replace deprecated widgets. Patch by
1886                 Andrej.
1887
1888 2007-08-04 [colin]      2.10.0cvs88
1889
1890         * src/mh.c
1891                 Refresh GUI only every 2000 mails on mh_get_last_num
1892                 This is fast (readdir) and done only once per 
1893                 session/folder
1894
1895 2007-08-03 [colin]      2.10.0cvs87
1896
1897         * src/prefs_account.c
1898         * src/gtk/combobox.h
1899         * src/gtk/gtkutils.c
1900                 Fix a deprecated widget. Patch by
1901                 Andrej
1902
1903 2007-08-03 [colin]      2.10.0cvs86
1904
1905         * src/compose.c
1906         * src/compose.h
1907                 Make colorisation and wrapping algorithms
1908                 faster. Fixes bug 1246, 'compose becomes 
1909                 increasingly slow replying to complex emails'
1910
1911 2007-08-03 [paul]       2.10.0cvs85
1912
1913         * src/mh.c
1914                 keep the window painted
1915
1916 2007-08-02 [paul]       2.10.0cvs84
1917
1918         * src/folderview.c
1919         * src/mainwindow.c
1920         * src/mainwindow.h
1921                 enable running folder Processing
1922                 rules on demand
1923
1924 2007-08-02 [paul]       2.10.0cvs83
1925
1926         * src/textview.c
1927                 speed up/clean up rendering of larger
1928                 msgs
1929                 Thanks to Colin
1930
1931 2007-08-01 [paul]       2.10.0cvs82
1932
1933         * src/mainwindow.h
1934                 clean up cruft
1935         * src/toolbar.c
1936                 change default toolbar layout on maemo
1937         * src/pixmaps/close.xpm
1938                 make the red cross a grey cross
1939         * src/pixmaps/jpilot.xpm
1940                 make icon smaller so it fits better
1941
1942 2007-07-31 [paul]       2.10.0cvs81
1943
1944         * src/setup.c
1945         * src/gtk/gtkutils.c
1946                 fix crash on maemo on first launch
1947
1948 2007-07-30 [paul]       2.10.0cvs80
1949
1950         * src/prefs_matcher.c
1951                 specify the units of age and size
1952
1953 2007-07-30 [paul]       2.10.0cvs79
1954
1955         * src/main.c
1956                 Fix IMAP timeout setting
1957
1958 2007-07-30 [colin]      2.10.0cvs78
1959
1960         * src/prefs_account.c
1961                 Fix a deprecated widget. Patch by
1962                 Andrej
1963
1964 2007-07-27 [paul]       2.10.0cvs77
1965
1966         * src/matcher_parser_parse.y
1967         * src/prefs_filtering_action.c
1968         * src/prefs_matcher.c
1969                 these changes forgotten in cvs74's
1970                 'watch thread' feature
1971
1972 2007-07-27 [paul]       2.10.0cvs76
1973
1974         * src/compose.c
1975                 fix potential crasher
1976                 thanks to Colin
1977
1978 2007-07-27 [paul]       2.10.0cvs75
1979
1980         * src/mainwindow.c
1981         * src/manual.c
1982         * src/manual.h
1983         * src/gtk/gtkutils.c
1984                 make mainwindow's /Help/Manual point to the
1985                 remote copy if the local copy doesn't exist
1986
1987 2007-07-27 [paul]       2.10.0cvs74
1988
1989         * src/Makefile.am
1990         * src/filtering.c
1991         * src/folder.c
1992         * src/mainwindow.c
1993         * src/matcher.c
1994         * src/matcher.h
1995         * src/matcher_parser_parse.y
1996         * src/procmsg.c
1997         * src/procmsg.h
1998         * src/stock_pixmap.c
1999         * src/stock_pixmap.h
2000         * src/summaryview.c
2001         * src/summaryview.h
2002         * src/toolbar.c
2003         * src/toolbar.h
2004         * src/pixmaps/watchthread.xpm
2005                 add 'watch thread' feature
2006
2007 2007-07-27 [paul]       2.10.0cvs73
2008
2009         * src/prefs_folder_item.c
2010                 adjust labels, add tooltips
2011
2012 2007-07-27 [colin]      2.10.0cvs72
2013
2014         * src/summaryview.c
2015                 Maemo: Remove less used menu items
2016
2017 2007-07-26 [colin]      2.10.0cvs71
2018
2019         * src/messageview.c
2020                 Maemo: destroy messageview after trashing mail.
2021                 Maybe should be done on X11 too
2022
2023 2007-07-26 [colin]      2.10.0cvs70
2024
2025         * src/folderview.c
2026         * src/mainwindow.c
2027         * src/prefs_common.c
2028         * src/prefs_common.h
2029         * src/summaryview.c
2030                 Add View/Show or Hide/Column headers
2031
2032 2007-07-26 [colin]      2.10.0cvs69
2033
2034         * src/procmime.c
2035                 Fix unwanted output
2036
2037 2007-07-26 [colin]      2.10.0cvs68
2038
2039         * src/ldapserver.c
2040                 Fix possible crash on cache invalidation
2041         * src/compose.c
2042         * src/procmime.c
2043         * src/procmime.h
2044         * src/quote_fmt_parse.y
2045                 Make replying to mails with big attachments
2046                 much faster. Fixes bug 1224, 'The process of 
2047                 Replying to emails with large attachments 
2048                 seems unreasonably long...'
2049
2050 2007-07-26 [colin]      2.10.0cvs67
2051
2052         * src/mimeview.c
2053         * src/matcher.c
2054         * src/common/ssl.c
2055                 Fix threads use on BSDs
2056
2057 2007-07-26 [paul]       2.10.0cvs66
2058
2059         * src/gtk/prefswindow.c
2060                 fix account prefs breakage
2061                 thanks to Colin
2062
2063 2007-07-26 [paul]       2.10.0cvs65
2064
2065         * configure.ac
2066                 standardise ./configure --help messages
2067
2068 2007-07-26 [colin]      2.10.0cvs64
2069
2070         * src/addressbook.c
2071         * src/editaddress.c
2072                 Fix two vCard-related crashes
2073
2074 2007-07-25 [colin]      2.10.0cvs63
2075
2076         * src/inc.c
2077         * src/prefs_common.c
2078         * src/prefs_common.h
2079         * src/prefs_receive.c
2080                 Maemo: Add a better way to notify of
2081                 new mails
2082         * src/mainwindow.c
2083         * src/statusbar.h
2084         * src/summaryview.c
2085         * src/toolbar.c
2086                 Maemo: Various layout fixes
2087         * src/gtk/prefswindow.c
2088                 Maemo: Better prefs layout
2089
2090 2007-07-25 [paul]       2.10.0cvs62
2091
2092         * src/textview.c
2093                 fix the layout on maemo
2094                 thanks to Colin
2095
2096 2007-07-25 [iwkse]      2.10.0cvs61
2097
2098         * src/summaryview.c
2099                 add 'o' shortcut on summaryview
2100
2101 2007-07-25 [iwkse]      2.10.0cvs60
2102
2103         * src/textview.c
2104                 fix o shortcut
2105
2106 2007-07-24 [colin]      2.10.0cvs59
2107
2108         * src/mh.c
2109                 Fix missing timestamp update on source
2110                 folder when moving
2111         * src/textview.c
2112         * src/textview.h
2113                 Better text layout on part's choices
2114
2115 2007-07-23 [colin]      2.10.0cvs58
2116
2117         * src/mimeview.c
2118         * src/textview.c
2119                 Maemo: Automatically choose the correct application
2120                 to open parts
2121         * src/gtk/quicksearch.c
2122                 Make search run on GDK_KP_Enter too
2123
2124 2007-07-23 [wwp]        2.10.0cvs57
2125
2126         * src/quote_fmt_lex.l
2127                 Revert accidentaly committed lines (account_sig) in
2128                 2.10.0cvs56.
2129
2130 2007-07-23 [wwp]        2.10.0cvs56
2131
2132         * src/quote_fmt_lex.l
2133                 Fix typos around long form expressions in the quote lexer.
2134
2135 2007-07-23 [paul]
2136
2137         3.0.0-rc1 released
2138
2139 2007-07-23 [colin]      2.10.0cvs55
2140
2141         * src/addr_compl.c
2142                 Fix auto-completion on Maemo
2143
2144 2007-07-23 [colin]      2.10.0cvs54
2145
2146         * src/statusbar.c
2147                 Maemo: Fix sticking statusbars
2148
2149 2007-07-22 [colin]      2.10.0cvs53
2150
2151         * src/main.c
2152                 Maemo: Fix the strange "top_application" info
2153                 at startup. We should do something when 
2154                 receiving such a message.
2155
2156 2007-07-20 [paul]       2.10.0cvs52
2157
2158         * src/news_gtk.c
2159                 add missing #include "statusbar.h"
2160
2161 2007-07-20 [colin]      2.10.0cvs51
2162
2163         * src/folder.c
2164         * src/folder.h
2165         * src/folder_item_prefs.c
2166         * src/folder_item_prefs.h
2167         * src/folderview.c
2168         * src/imap.c
2169         * src/imap_gtk.c
2170         * src/imap_gtk.h
2171         * src/news.c
2172         * src/news_gtk.c
2173         * src/news_gtk.h
2174         * src/prefs_folder_item.c
2175                 Implement age-based caching: allow to
2176                 specify a threshold for the offline synchronisation
2177                 feature, and whether old cached bodies should 
2178                 be removed
2179         * src/toolbar.c
2180         * src/toolbar.h
2181                 Fix label/tooltips
2182         * src/plugins/dillo_viewer/dillo_viewer.c
2183                 Check that Dillo's installed
2184
2185 2007-07-20 [wwp]        2.10.0cvs50
2186
2187         * src/mimeview.c
2188         * src/stock_pixmap.c
2189                 Draw a frame around the selected mimeview part icon (instead of the
2190                 shifted 'dancing' icon).
2191
2192 2007-07-20 [colin]      2.10.0cvs49
2193
2194         * src/main.c
2195                 Unref stuff even on error
2196         * src/wizard.c
2197                 disconnect signals only at the very
2198                 end of the wizard save.
2199
2200 2007-07-20 [colin]      2.10.0cvs48
2201
2202         * src/mainwindow.c
2203         * src/messageview.c
2204         * src/toolbar.c
2205         * src/toolbar.h
2206                 Fix random crashes while navigating
2207                 (GTK_EVENTS_FLUSH)
2208
2209 2007-07-19 [colin]      2.10.0cvs47
2210
2211         * configure.ac
2212         * src/main.c
2213         * src/prefs_common.c
2214         * src/prefs_common.h
2215         * src/wizard.c
2216         * src/common/defs.h
2217         * src/common/utils.c
2218                 Maemo: add an easy way to store data (mails
2219                 and IMAP/NNTP caches) on one of the SD cards,
2220                 and protect against unmounts if needed
2221
2222 2007-07-19 [paul]       2.10.0cvs46
2223
2224         * src/Makefile.am
2225         * src/stock_pixmap.c
2226         * src/gtk/about.c
2227         * src/pixmaps/claws-mail_logo-small.xpm
2228                 implement a (slightly) different About
2229                 dialog for maemo and add a small version
2230                 of the logo for it
2231         * src/wizard.c
2232                 use a scrolled window for wizard page 1
2233                 on maemo
2234
2235 2007-07-19 [paul]       2.10.0cvs45
2236
2237         * src/Makefile.am
2238                 too soon for this line
2239
2240 2007-07-19 [paul]       2.10.0cvs44
2241
2242         * src/Makefile.am
2243                 fix build on n800
2244
2245 2007-07-19 [colin]      2.10.0cvs43
2246
2247         * src/wizard.c
2248                 Solve Mail/Mailbox name when specifying
2249                 full /path/to/Mail.
2250
2251 2007-07-18 [colin]      2.10.0cvs42
2252
2253         * src/inc.c
2254         * configure.ac
2255                 Fix build on n770
2256
2257 2007-07-18 [colin]      2.10.0cvs41
2258
2259         * src/inc.c
2260                 Maemo: plug the online/offline system into
2261                 maemo's interfaces to have Claws automatically
2262                 switch according to the system status
2263         * src/statusbar.c
2264                 Maemo: use HildonBanners to display status
2265                 messages. Renders the main statusbar useless.
2266
2267 2007-07-18 [paul]       2.10.0cvs40
2268
2269         * src/filtering.c
2270                 fix screen blanking on moving/copying many msgs
2271         * src/folder.c
2272                 fix processing progressbar and screen blanking
2273                 during processing
2274
2275 2007-07-18 [paul]       2.10.0cvs39
2276
2277         * src/messageview.c
2278                 revert cvs37, breakage on maemo
2279
2280 2007-07-18 [paul]       2.10.0cvs38
2281
2282         * src/gtk/gtkutils.c
2283                 make sure we can still build with older GTK's
2284
2285 2007-07-18 [colin]      2.10.0cvs37
2286
2287         * src/messageview.c
2288                 Only hide the small layout's messageview, instead
2289                 of destroying it when closing
2290         * src/gtk/gtkutils.c
2291                 Use gtk_window_present_with_time to popup windows,
2292                 it seems to make things better with modern WMs
2293                 (actually focusing)
2294
2295 2007-07-17 [colin]      2.10.0cvs36
2296
2297         * src/editaddress.c
2298                 Simplify layout on Maemo
2299         * src/folder.c
2300                 Fix possible crash
2301         * src/prefs_display_header.c
2302                 Remove some headers by default on Maemo
2303
2304 2007-07-17 [paul]       2.10.0cvs35
2305
2306         * src/prefs_common.c
2307         * src/prefs_common.h
2308         * src/prefs_logging.c
2309         * src/common/log.c
2310                 add options to stop/enable writing logs to disc
2311
2312 2007-07-17 [paul]       2.10.0cvs34
2313
2314         * src/edittags.c
2315                 fix some issues with the Apply tags window:
2316                 - set search column (enables autocompl in the treeview)
2317                 - apply tag from "New tag" if it existed
2318                 - clears New tag entry when adding it with the button
2319                 Thanks to Colin
2320
2321 2007-07-17 [paul]       2.10.0cvs33
2322
2323         * src/edittags.c
2324                 fix 'apply tags' dialogue weirdness
2325
2326 2007-07-16 [colin]      2.10.0cvs32
2327
2328         * src/toolbar.c
2329                 Fix double-loading of mails on Maemo
2330
2331 2007-07-16 [colin]      2.10.0cvs31
2332
2333         * src/messageview.c
2334                 Prevent double-loading of the same part under some
2335                 conditions; hide statusbar on Maemo
2336
2337 2007-07-16 [colin]      2.10.0cvs30
2338
2339         * src/edittags.c
2340         * src/edittags.h
2341         * src/mainwindow.c
2342         * src/summaryview.c
2343                 Improve the tag interface - allow
2344                 to set/unset tags from a special
2345                 window.
2346         * src/gtk/gtkvscrollbutton.c
2347         * src/mimeview.c
2348         * src/mimeview.h
2349         * src/stock_pixmap.c
2350                 Fix Mimeview's ugly hacks in the
2351                 icon list. 
2352
2353 2007-07-16 [paul]       2.10.0cvs29
2354
2355         * src/wizard.c
2356                 rework dialog
2357         * src/gtk/icon_legend.c
2358                 put it all in a scrolled window
2359
2360 2007-07-15 [colin]      2.10.0cvs28
2361
2362         * src/mainwindow.c
2363                 Maemo: force layout to be Small screen; the
2364                 others don't make sense
2365
2366 2007-07-14 [colin]      2.10.0cvs27
2367
2368         * src/mimeview.c
2369         * src/gtk/gtkvscrollbutton.c
2370                 Maemo: Fix mimeview's buttons size
2371
2372 2007-07-14 [colin]      2.10.0cvs26
2373
2374         * src/toolbar.c
2375                 Fix the button workaround fix.
2376                 (Use the correct variable)
2377
2378 2007-07-14 [colin]      2.10.0cvs25
2379
2380         * src/mainwindow.c
2381         * src/toolbar.c
2382                 Maemo: put the progress bar in the
2383                 toolbar
2384
2385 2007-07-14 [colin]      2.10.0cvs24
2386
2387         * src/prefs_common.c
2388                 Maemo: hide statusbar by default
2389         * src/Makefile.am
2390         * src/stock_pixmap.c
2391         * src/stock_pixmap.h
2392         * src/toolbar.c
2393         * src/pixmaps/go_folders.xpm
2394                 Maemo: Add a specific icon to go back to
2395                 folder list
2396
2397 2007-07-14 [colin]      2.10.0cvs23
2398
2399         * src/toolbar.c
2400                 Don't set homogeneous finally
2401
2402 2007-07-14 [colin]      2.10.0cvs22
2403
2404         * src/toolbar.c
2405                 Fix button show/hide issues
2406
2407 2007-07-14 [colin]      2.10.0cvs21
2408
2409         * src/toolbar.c
2410                 Fix huge arrows
2411                 Fix button workaround to be able to click
2412                 if mouse was on button when it went un-
2413                 sensitive.
2414                 Revert previous commit, gtk_tool_item_set_homogeneous
2415                 doesn't mean what it seems to mean ;-)
2416
2417 2007-07-14 [paul]       2.10.0cvs20
2418
2419         * src/toolbar.c
2420                 make homogeneous FALSE always
2421
2422 2007-07-13 [colin]      2.10.0cvs19
2423
2424         * src/toolbar.c
2425         * src/toolbar.h
2426                 Rework to fit the non-deprecated API
2427         * src/compose.c
2428         * src/folderview.c
2429         * src/mainwindow.c
2430         * src/messageview.c
2431         * src/summaryview.c
2432                 Maemo layout changes. Better toolbars,
2433                 removal of CTree headers. 
2434
2435 2007-07-13 [paul]       2.10.0cvs18
2436
2437         * src/gtk/colorlabel.c
2438                 fix bug 1261, '[DE] coloring messages in overview 
2439                 keys are not localised'
2440                 the string is now included in claws-mail.pot
2441
2442 2007-07-13 [colin]      2.10.0cvs17
2443
2444         * src/summaryview.c
2445                 Fix bug 1267, 'printing mutliple messages 
2446                 opens one message-dialog after the other'
2447                 Ask for confirmation when printing 10
2448                 messages or more.
2449
2450 2007-07-11 [colin]      2.10.0cvs16
2451
2452         * COPYING
2453         * README
2454         * autogen.sh
2455         * manual/claws-mail-manual.xml
2456         * manual/gpl.xml
2457         * manual/es/claws-mail-manual.xml
2458         * manual/es/gpl.xml
2459         * manual/fr/claws-mail-manual.xml
2460         * manual/fr/gpl.xml
2461         * manual/pl/gpl.xml
2462         * src/account.c
2463         * src/account.h
2464         * src/action.c
2465         * src/action.h
2466         * src/adbookbase.h
2467         * src/addr_compl.c
2468         * src/addr_compl.h
2469         * src/addrbook.c
2470         * src/addrbook.h
2471         * src/addrcache.c
2472         * src/addrcache.h
2473         * src/addrcindex.c
2474         * src/addrcindex.h
2475         * src/addrclip.c
2476         * src/addrclip.h
2477         * src/addrdefs.h
2478         * src/addressadd.c
2479         * src/addressadd.h
2480         * src/addressbook.c
2481         * src/addressbook.h
2482         * src/addressbook_foldersel.c
2483         * src/addressbook_foldersel.h
2484         * src/addressitem.h
2485         * src/addrgather.c
2486         * src/addrgather.h
2487         * src/addrharvest.c
2488         * src/addrharvest.h
2489         * src/addrindex.c
2490         * src/addrindex.h
2491         * src/addritem.c
2492         * src/addritem.h
2493         * src/addrquery.c
2494         * src/addrquery.h
2495         * src/addrselect.c
2496         * src/addrselect.h
2497         * src/alertpanel.c
2498         * src/alertpanel.h
2499         * src/browseldap.c
2500         * src/browseldap.h
2501         * src/codeconv.c
2502         * src/codeconv.h
2503         * src/compose.c
2504         * src/compose.h
2505         * src/crash.c
2506         * src/crash.h
2507         * src/customheader.c
2508         * src/customheader.h
2509         * src/displayheader.c
2510         * src/displayheader.h
2511         * src/editaddress.c
2512         * src/editaddress.h
2513         * src/editaddress_other_attributes_ldap.c
2514         * src/editaddress_other_attributes_ldap.h
2515         * src/editbook.c
2516         * src/editbook.h
2517         * src/editgroup.c
2518         * src/editgroup.h
2519         * src/editjpilot.c
2520         * src/editjpilot.h
2521         * src/editldap.c
2522         * src/editldap.h
2523         * src/editldap_basedn.c
2524         * src/editldap_basedn.h
2525         * src/edittags.c
2526         * src/edittags.h
2527         * src/editvcard.c
2528         * src/editvcard.h
2529         * src/enriched.c
2530         * src/enriched.h
2531         * src/exphtmldlg.c
2532         * src/exphtmldlg.h
2533         * src/expldifdlg.c
2534         * src/expldifdlg.h
2535         * src/export.c
2536         * src/export.h
2537         * src/exporthtml.c
2538         * src/exporthtml.h
2539         * src/exportldif.c
2540         * src/exportldif.h
2541         * src/filtering.c
2542         * src/filtering.h
2543         * src/folder.c
2544         * src/folder.h
2545         * src/folder_item_prefs.c
2546         * src/folder_item_prefs.h
2547         * src/foldersel.c
2548         * src/foldersel.h
2549         * src/folderutils.c
2550         * src/folderutils.h
2551         * src/folderview.c
2552         * src/folderview.h
2553         * src/gedit-print.c
2554         * src/gedit-print.h
2555         * src/grouplistdialog.c
2556         * src/grouplistdialog.h
2557         * src/headerview.c
2558         * src/headerview.h
2559         * src/html.c
2560         * src/html.h
2561         * src/image_viewer.c
2562         * src/image_viewer.h
2563         * src/imap.c
2564         * src/imap.h
2565         * src/imap_gtk.c
2566         * src/imap_gtk.h
2567         * src/import.c
2568         * src/import.h
2569         * src/importldif.c
2570         * src/importldif.h
2571         * src/importmutt.c
2572         * src/importmutt.h
2573         * src/importpine.c
2574         * src/importpine.h
2575         * src/inc.c
2576         * src/inc.h
2577         * src/jpilot.c
2578         * src/jpilot.h
2579         * src/ldapctrl.c
2580         * src/ldapctrl.h
2581         * src/ldaplocate.c
2582         * src/ldaplocate.h
2583         * src/ldapquery.c
2584         * src/ldapquery.h
2585         * src/ldapserver.c
2586         * src/ldapserver.h
2587         * src/ldapupdate.c
2588         * src/ldapupdate.h
2589         * src/ldaputil.c
2590         * src/ldaputil.h
2591         * src/ldif.c
2592         * src/ldif.h
2593         * src/localfolder.c
2594         * src/localfolder.h
2595         * src/main.c
2596         * src/main.h
2597         * src/mainwindow.c
2598         * src/mainwindow.h
2599         * src/manual.c
2600         * src/manual.h
2601         * src/matcher.c
2602         * src/matcher.h
2603         * src/matcher_parser.h
2604         * src/matcher_parser_lex.l
2605         * src/matcher_parser_parse.y
2606         * src/mbox.c
2607         * src/mbox.h
2608         * src/message_search.c
2609         * src/message_search.h
2610         * src/messageview.c
2611         * src/messageview.h
2612         * src/mh.c
2613         * src/mh.h
2614         * src/mh_gtk.c
2615         * src/mh_gtk.h
2616         * src/mimeview.c
2617         * src/mimeview.h
2618         * src/msgcache.c
2619         * src/msgcache.h
2620         * src/mutt.c
2621         * src/mutt.h
2622         * src/news.c
2623         * src/news.h
2624         * src/news_gtk.c
2625         * src/news_gtk.h
2626         * src/noticeview.c
2627         * src/noticeview.h
2628         * src/partial_download.c
2629         * src/partial_download.h
2630         * src/pine.c
2631         * src/pine.h
2632         * src/pop.c
2633         * src/pop.h
2634         * src/prefs_account.c
2635         * src/prefs_account.h
2636         * src/prefs_actions.c
2637         * src/prefs_actions.h
2638         * src/prefs_common.c
2639         * src/prefs_common.h
2640         * src/prefs_compose_writing.c
2641         * src/prefs_compose_writing.h
2642         * src/prefs_customheader.c
2643         * src/prefs_customheader.h
2644         * src/prefs_display_header.c
2645         * src/prefs_display_header.h
2646         * src/prefs_ext_prog.c
2647         * src/prefs_ext_prog.h
2648         * src/prefs_filtering.c
2649         * src/prefs_filtering.h
2650         * src/prefs_filtering_action.c
2651         * src/prefs_filtering_action.h
2652         * src/prefs_folder_column.c
2653         * src/prefs_folder_column.h
2654         * src/prefs_folder_item.c
2655         * src/prefs_folder_item.h
2656         * src/prefs_fonts.c
2657         * src/prefs_fonts.h
2658         * src/prefs_gtk.c
2659         * src/prefs_gtk.h
2660         * src/prefs_image_viewer.c
2661         * src/prefs_image_viewer.h
2662         * src/prefs_logging.c
2663         * src/prefs_logging.h
2664         * src/prefs_matcher.c
2665         * src/prefs_matcher.h
2666         * src/prefs_message.c
2667         * src/prefs_message.h
2668         * src/prefs_msg_colors.c
2669         * src/prefs_msg_colors.h
2670         * src/prefs_other.c
2671         * src/prefs_other.h
2672         * src/prefs_quote.c
2673         * src/prefs_quote.h
2674         * src/prefs_receive.c
2675         * src/prefs_receive.h
2676         * src/prefs_send.c
2677         * src/prefs_send.h
2678         * src/prefs_spelling.c
2679         * src/prefs_spelling.h
2680         * src/prefs_summaries.c
2681         * src/prefs_summaries.h
2682         * src/prefs_summary_column.c
2683         * src/prefs_summary_column.h
2684         * src/prefs_summary_open.c
2685         * src/prefs_summary_open.h
2686         * src/prefs_template.c
2687         * src/prefs_template.h
2688         * src/prefs_themes.c
2689         * src/prefs_themes.h
2690         * src/prefs_toolbar.c
2691         * src/prefs_toolbar.h
2692         * src/prefs_wrapping.c
2693         * src/prefs_wrapping.h
2694         * src/privacy.c
2695         * src/privacy.h
2696         * src/procheader.c
2697         * src/procheader.h
2698         * src/procmime.c
2699         * src/procmime.h
2700         * src/procmsg.c
2701         * src/procmsg.h
2702         * src/quote_fmt.c
2703         * src/quote_fmt_lex.l
2704         * src/quote_fmt_parse.y
2705         * src/recv.c
2706         * src/recv.h
2707         * src/remotefolder.c
2708         * src/remotefolder.h
2709         * src/send_message.c
2710         * src/send_message.h
2711         * src/setup.c
2712         * src/setup.h
2713         * src/simple-gettext.c
2714         * src/sourcewindow.c
2715         * src/sourcewindow.h
2716         * src/ssl_manager.c
2717         * src/ssl_manager.h
2718         * src/statusbar.c
2719         * src/statusbar.h
2720         * src/stock_pixmap.c
2721         * src/stock_pixmap.h
2722         * src/summary_search.c
2723         * src/summary_search.h
2724         * src/summaryview.c
2725         * src/summaryview.h
2726         * src/textview.c
2727         * src/textview.h
2728         * src/toolbar.c
2729         * src/toolbar.h
2730         * src/undo.c
2731         * src/undo.h
2732         * src/unmime.c
2733         * src/unmime.h
2734         * src/uri_opener.c
2735         * src/uri_opener.h
2736         * src/vcard.c
2737         * src/vcard.h
2738         * src/wizard.c
2739         * src/wizard.h
2740         * src/common/base64.c
2741         * src/common/base64.h
2742         * src/common/claws.c
2743         * src/common/claws.h
2744         * src/common/defs.h
2745         * src/common/fnmatch.c
2746         * src/common/fnmatch.h
2747         * src/common/fnmatch_loop.c
2748         * src/common/hooks.c
2749         * src/common/hooks.h
2750         * src/common/log.c
2751         * src/common/log.h
2752         * src/common/md5.c
2753         * src/common/md5.h
2754         * src/common/mgutils.c
2755         * src/common/mgutils.h
2756         * src/common/nntp.c
2757         * src/common/nntp.h
2758         * src/common/passcrypt.c
2759         * src/common/passcrypt.h.in
2760         * src/common/plugin.c
2761         * src/common/plugin.h
2762         * src/common/prefs.c
2763         * src/common/prefs.h
2764         * src/common/progressindicator.c
2765         * src/common/progressindicator.h
2766         * src/common/quoted-printable.c
2767         * src/common/quoted-printable.h
2768         * src/common/session.c
2769         * src/common/session.h
2770         * src/common/smtp.c
2771         * src/common/smtp.h
2772         * src/common/socket.c
2773         * src/common/socket.h
2774         * src/common/ssl.c
2775         * src/common/ssl.h
2776         * src/common/ssl_certificate.c
2777         * src/common/ssl_certificate.h
2778         * src/common/string_match.c
2779         * src/common/string_match.h
2780         * src/common/stringtable.c
2781         * src/common/stringtable.h
2782         * src/common/tags.c
2783         * src/common/tags.h
2784         * src/common/template.c
2785         * src/common/template.h
2786         * src/common/timing.h
2787         * src/common/utils.c
2788         * src/common/utils.h
2789         * src/common/uuencode.c
2790         * src/common/uuencode.h
2791         * src/common/version.h.in
2792         * src/common/w32_dirent.c
2793         * src/common/w32_reg.c
2794         * src/common/w32_signal.c
2795         * src/common/w32_stat.c
2796         * src/common/w32_stdlib.c
2797         * src/common/w32_string.c
2798         * src/common/w32_time.c
2799         * src/common/w32_unistd.c
2800         * src/common/w32_wait.c
2801         * src/common/w32lib.h
2802         * src/common/xml.c
2803         * src/common/xml.h
2804         * src/common/xmlprops.c
2805         * src/common/xmlprops.h
2806         * src/etpan/etpan-errors.h
2807         * src/etpan/etpan-thread-manager-types.h
2808         * src/etpan/etpan-thread-manager.c
2809         * src/etpan/etpan-thread-manager.h
2810         * src/etpan/imap-thread.c
2811         * src/etpan/imap-thread.h
2812         * src/gtk/about.c
2813         * src/gtk/about.h
2814         * src/gtk/colorlabel.c
2815         * src/gtk/colorlabel.h
2816         * src/gtk/colorsel.c
2817         * src/gtk/colorsel.h
2818         * src/gtk/combobox.c
2819         * src/gtk/combobox.h
2820         * src/gtk/description_window.c
2821         * src/gtk/description_window.h
2822         * src/gtk/filesel.c
2823         * src/gtk/filesel.h
2824         * src/gtk/foldersort.c
2825         * src/gtk/foldersort.h
2826         * src/gtk/gtkaspell.c
2827         * src/gtk/gtkaspell.h
2828         * src/gtk/gtksctree.c
2829         * src/gtk/gtkshruler.c
2830         * src/gtk/gtkshruler.h
2831         * src/gtk/gtksourceprintjob.c
2832         * src/gtk/gtksourceprintjob.h
2833         * src/gtk/gtkutils.c
2834         * src/gtk/gtkutils.h
2835         * src/gtk/gtkvscrollbutton.c
2836         * src/gtk/gtkvscrollbutton.h
2837         * src/gtk/icon_legend.c
2838         * src/gtk/icon_legend.h
2839         * src/gtk/inputdialog.c
2840         * src/gtk/inputdialog.h
2841         * src/gtk/logwindow.c
2842         * src/gtk/logwindow.h
2843         * src/gtk/manage_window.c
2844         * src/gtk/manage_window.h
2845         * src/gtk/menu.c
2846         * src/gtk/menu.h
2847         * src/gtk/pluginwindow.c
2848         * src/gtk/pluginwindow.h
2849         * src/gtk/prefswindow.c
2850         * src/gtk/prefswindow.h
2851         * src/gtk/progressdialog.c
2852         * src/gtk/progressdialog.h
2853         * src/gtk/quicksearch.c
2854         * src/gtk/quicksearch.h
2855         * src/gtk/sslcertwindow.c
2856         * src/gtk/sslcertwindow.h
2857         * src/plugins/bogofilter/bogofilter.c
2858         * src/plugins/bogofilter/bogofilter.h
2859         * src/plugins/bogofilter/bogofilter_gtk.c
2860         * src/plugins/clamav/clamav_plugin.c
2861         * src/plugins/clamav/clamav_plugin.h
2862         * src/plugins/clamav/clamav_plugin_gtk.c
2863         * src/plugins/demo/demo.c
2864         * src/plugins/dillo_viewer/dillo_prefs.c
2865         * src/plugins/dillo_viewer/dillo_prefs.h
2866         * src/plugins/dillo_viewer/dillo_viewer.c
2867         * src/plugins/pgpcore/passphrase.c
2868         * src/plugins/pgpcore/passphrase.h
2869         * src/plugins/pgpcore/pgp_viewer.c
2870         * src/plugins/pgpcore/pgp_viewer.h
2871         * src/plugins/pgpcore/plugin.c
2872         * src/plugins/pgpcore/prefs_gpg.c
2873         * src/plugins/pgpcore/prefs_gpg.h
2874         * src/plugins/pgpcore/select-keys.c
2875         * src/plugins/pgpcore/select-keys.h
2876         * src/plugins/pgpcore/sgpgme.c
2877         * src/plugins/pgpcore/sgpgme.h
2878         * src/plugins/pgpinline/pgpinline.c
2879         * src/plugins/pgpinline/pgpinline.h
2880         * src/plugins/pgpinline/plugin.c
2881         * src/plugins/pgpmime/pgpmime.c
2882         * src/plugins/pgpmime/pgpmime.h
2883         * src/plugins/pgpmime/plugin.c
2884         * src/plugins/spamassassin/spamassassin.c
2885         * src/plugins/spamassassin/spamassassin.h
2886         * src/plugins/spamassassin/spamassassin_gtk.c
2887         * src/plugins/trayicon/trayicon.c
2888         * src/plugins/trayicon/trayicon_prefs.c
2889         * src/plugins/trayicon/trayicon_prefs.h
2890         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2891         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2892         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2893         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2894         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2895         * tools/OOo2claws-mail.pl
2896         * tools/README.sylprint
2897         * tools/acroread2claws-mail.pl
2898         * tools/claws-mail-compose-insert-files.pl
2899         * tools/convert_mbox.pl
2900         * tools/filter_conv.pl
2901         * tools/filter_conv_new.pl
2902         * tools/fix_date.sh
2903         * tools/freshmeat_search.pl
2904         * tools/google_search.pl
2905         * tools/kmail-mailbox2claws-mail.pl
2906         * tools/kmail2claws-mail.pl
2907         * tools/kmail2claws-mail_v2.pl
2908         * tools/mairix.sh
2909         * tools/make.themes.project
2910         * tools/multiwebsearch.pl
2911         * tools/nautilus2claws-mail.sh
2912         * tools/outlook2claws-mail.pl
2913         * tools/textviewer.sh
2914         * tools/thunderbird-filters-convertor.pl
2915         * tools/update-po
2916         * tools/uuooffice
2917         * tools/vcard2xml.py
2918         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2919                 Upgrade to GPLv3 or later.
2920
2921 2007-07-10 [wwp]        2.10.0cvs15
2922
2923         * src/main.c
2924                 Fix re-opening of all composing messages that were
2925                 opened when closing the previous instance, thanks
2926                 to Colin.
2927
2928 2007-07-10 [paul]       2.10.0cvs14
2929
2930         * src/editaddress_other_attributes_ldap.c
2931         * src/ldapupdate.c
2932                 fix crash on selecting 'other attributes' combo
2933                 for either a new entry or an old entry with no
2934                 existing attributes.
2935                 fix bug on editing multiple attributes which
2936                 resulted them all having the value of the last
2937                 one changed.
2938                 Thanks to Colin
2939
2940 2007-07-10 [colin]      2.10.0cvs13
2941
2942         * src/editaddress.c
2943         * src/editaddress_other_attributes_ldap.h
2944         * src/ldapupdate.c
2945                 Fix --disable-ldap build
2946
2947 2007-07-09 [colin]      2.10.0cvs12
2948
2949         * src/Makefile.am
2950         * src/addritem.c
2951         * src/addritem.h
2952         * src/editaddress.c
2953         * src/editaddress_other_attributes_ldap.c
2954         * src/editaddress_other_attributes_ldap.h
2955         * src/editldap.c
2956         * src/ldapctrl.c
2957         * src/ldapctrl.h
2958         * src/ldapupdate.c
2959                 Add capability to edit all inetOrgPerson
2960                 attributes on LDAP. Patch by Michael 
2961                 Rasmussen
2962
2963 2007-07-09 [colin]      2.10.0cvs11
2964
2965         * src/Makefile.am
2966         * src/exporthtml.c
2967         * src/mbox.c
2968         * src/msgcache.c
2969         * src/prefs_summaries.c
2970         * src/prefs_themes.c
2971         * src/procheader.c
2972         * src/common/Makefile.am
2973         * src/common/log.c
2974         * src/common/timing.h
2975         * src/common/utils.c
2976         * src/common/utils.h
2977         * src/common/w32_account.c
2978         * src/common/w32lib.h
2979         * src/gtk/Makefile.am
2980         * src/gtk/colorlabel.c
2981         * src/plugins/pgpcore/Makefile.am
2982         * src/plugins/pgpcore/claws.def
2983         * src/plugins/pgpcore/passphrase.c
2984         * src/plugins/pgpcore/pgp_viewer.c
2985         * src/plugins/pgpcore/plugin.def
2986         * src/plugins/pgpcore/sgpgme.c
2987         * src/plugins/pgpinline/Makefile.am
2988         * src/plugins/pgpinline/claws.def
2989         * src/plugins/pgpinline/mypgpcore.def
2990         * src/plugins/pgpinline/plugin.def
2991         * src/plugins/pgpmime/Makefile.am
2992         * src/plugins/pgpmime/claws.def
2993         * src/plugins/pgpmime/mypgpcore.def
2994         * src/plugins/pgpmime/plugin.def
2995                 Commit win32 patch, from Werner Koch and
2996                 Marcus Brinkmann
2997
2998 2007-07-09 [colin]      2.10.0cvs10
2999
3000         * src/prefs_toolbar.c
3001                 Fix crash when no actions exist
3002
3003 2007-07-07 [paul]       2.10.0cvs9
3004
3005         * COPYING
3006         * manual/claws-mail-manual.xml
3007                 update copyright year
3008         * po/fi.po
3009                 updated by Flammie Pirinen
3010
3011 2007-07-05 [wwp]        2.10.0cvs8
3012
3013         * src/plugins/clamav/clamav_plugin_gtk.c
3014                 Make vertical spacing like in other plugin prefs pages.
3015
3016 2007-07-05 [wwp]        2.10.0cvs7
3017
3018         * src/quote_fmt.c
3019                 It's %am that works, not %ae (this doc incoherence has been
3020                 introduced with 2.9.2cvs13).
3021
3022 2007-07-04 [wwp]        2.10.0cvs6
3023
3024         * src/plugins/bogofilter/bogofilter.c
3025                 Gettext-ize an occurrence of "Any" that wasn't.
3026
3027 2007-07-04 [colin]      2.10.0cvs5
3028
3029         * po/POTFILES.in
3030                 Fix untranslated strings; thanks
3031                 to Pader Rezso.
3032
3033 2007-07-03 [colin]      2.10.0cvs4
3034
3035         * src/folder.c
3036         * src/mainwindow.c
3037                 Fix saving of sort mode for tags and
3038                 thread date. Thanks to Pierre Ossman.
3039                 Completes fix for bug 1233
3040
3041 2007-07-03 [paul]       2.10.0cvs3
3042
3043         * src/compose.c
3044                 fix auto-save
3045         * src/summaryview.c
3046                 fix build warnings
3047         Thanks to Colin
3048
3049 2007-07-02 [colin]      2.10.0cvs2
3050
3051         * src/folder.h
3052         * src/mainwindow.c
3053         * src/procmsg.h
3054         * src/summaryview.c
3055                 Add View/Sort/by Thread date
3056                 Fixes bug 1233, 'Capability to sort 
3057                 threads by most recent message'
3058                 Based on a patch by Paul Rolland
3059
3060 2007-07-02 [colin]      2.10.0cvs1
3061
3062         * src/Makefile.am
3063         * src/compose.c
3064         * src/edittags.c
3065         * src/edittags.h
3066         * src/filtering.c
3067         * src/folder.c
3068         * src/folder.h
3069         * src/headerview.c
3070         * src/headerview.h
3071         * src/main.c
3072         * src/mainwindow.c
3073         * src/mainwindow.h
3074         * src/manual.h
3075         * src/matcher.c
3076         * src/matcher.h
3077         * src/matcher_parser_parse.y
3078         * src/mimeview.c
3079         * src/msgcache.c
3080         * src/msgcache.h
3081         * src/prefs_common.c
3082         * src/prefs_common.h
3083         * src/prefs_filtering_action.c
3084         * src/prefs_matcher.c
3085         * src/prefs_summary_column.c
3086         * src/procmsg.c
3087         * src/procmsg.h
3088         * src/quote_fmt.c
3089         * src/quote_fmt_lex.l
3090         * src/quote_fmt_parse.y
3091         * src/summaryview.c
3092         * src/summaryview.h
3093         * src/textview.c
3094         * src/common/Makefile.am
3095         * src/common/defs.h
3096         * src/common/tags.c
3097         * src/common/tags.h
3098         * src/gtk/quicksearch.c
3099         * src/gtk/quicksearch.h
3100                 Add Tags implementation. Tags are arbitrary labels
3101                 that can be applied to messages. It is possible 
3102                 to create, edit, remove tags; apply them to mails;
3103                 filter on tags or tag presence; apply or unset
3104                 tags via filtering actions; reference tags in
3105                 reply templates.
3106
3107 2007-07-02 [paul]       2.10.0
3108
3109         * NEWS
3110         * README
3111         * RELEASE_NOTES
3112                 2.10.0 released
3113
3114 2007-07-02 [paul]       2.9.2cvs78
3115
3116         * po/de.po
3117         * po/en_GB.po
3118         * po/es.po
3119         * po/fr.po
3120         * po/hu.po
3121         * po/pt_BR.po
3122         * po/ru.po
3123         * po/zh_CN.po
3124                 updated by Stephan Sachse, me, Ricardo Mones
3125                 Lastra, Fabien Vantard, Pader Rezso, Frederico
3126                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
3127
3128 2007-07-02 [paul]       2.9.2cvs77
3129
3130         * AUTHORS
3131                 updated
3132
3133 2007-06-29 [wwp]        2.9.2cvs76
3134
3135         * src/gtk/headers.h
3136                 Fix a typo (thanks to Ricardo for finding this out).
3137
3138 2007-06-28 [paul]       2.9.2cvs75
3139
3140         * src/folderview.c
3141                 fix build warnings
3142
3143 2007-06-28 [paul]       2.9.2cvs74
3144
3145         * tools/Makefile.am
3146                 fix bug in the autotools build system.
3147                 Files cataloged under EXTRA_DIST were never
3148                 automatically copied to the build tree.
3149                 (fix 'make distcheck')
3150                 Patch by Michael Rasmussen.
3151
3152 2007-06-24 [colin]      2.9.2cvs73
3153
3154         * src/news_gtk.c
3155                 Fix bug 1249, 'Error handling for 
3156                 news errors needs modification'
3157                 Only popup error if the according
3158                 pref in Prefs/Receive is set.
3159
3160 2007-06-21 [colin]      2.9.2cvs72
3161
3162         * src/common/plugin.c
3163         * src/common/plugin.h
3164                 Change plugin API to know whether it's safe to 
3165                 unload plugins or whether we should just hide
3166                 them. Fixes bug 1248, 'Core dumps after 
3167                 unloading plugin and clicking on load plugins'
3168         * src/plugins/bogofilter/bogofilter.c
3169         * src/plugins/clamav/clamav_plugin.c
3170         * src/plugins/demo/demo.c
3171         * src/plugins/dillo_viewer/dillo_viewer.c
3172         * src/plugins/pgpcore/plugin.c
3173         * src/plugins/pgpinline/plugin.c
3174         * src/plugins/pgpmime/plugin.c
3175         * src/plugins/spamassassin/spamassassin.c
3176         * src/plugins/trayicon/trayicon.c
3177                 Update API
3178
3179 2007-06-19 [colin]      2.9.2cvs71
3180
3181         * src/compose.c
3182         * src/messageview.c
3183                 Fix crash mentioned in bug 1246
3184                 Race condition when automatically drafting
3185                 due to insertion on reedit.
3186
3187 2007-06-18 [wwp]        2.9.2cvs70
3188
3189         * src/importldif.c
3190                 LDIF import: use a "Proceed" button to complete
3191                 the process.
3192
3193 2007-06-18 [paul]       2.9.2cvs69
3194
3195         * configure.ac
3196                 use pkgconfig to check for gtk and glib
3197
3198 2007-06-17 [wwp]        2.9.2cvs68
3199
3200         * src/ldif.c
3201         * src/importldif.c
3202                 LDIF import: better error handling, minor code
3203                 and UI cleanup, and renamed the Save button
3204                 to Close, as imported stuff is already saved
3205                 when the Save button is shown.
3206
3207 2007-06-17 [colin]      2.9.2cvs67
3208
3209         * src/prefs_summaries.c
3210         * src/procmsg.c
3211                 Don't set as read when forwarded, only replied to
3212
3213 2007-06-17 [paul]       2.9.2cvs66
3214
3215         * src/alertpanel.c
3216                 add missing #include
3217
3218 2007-06-16 [colin]      2.9.2cvs65
3219
3220         * src/prefs_summaries.c
3221         * src/procmsg.c
3222                 Change the pref "Only mark as read when opened
3223                 in new window" to "..., replied to or forwarded".
3224                 Based on a patch by Paul Rolland.
3225
3226 2007-06-16 [paul]       2.9.2cvs64
3227
3228         * src/gtk/authors.h
3229                 alphabetical order! :)
3230
3231 2007-06-16 [colin]      2.9.2cvs63
3232
3233         * AUTHORS
3234         * src/gtk/authors.h
3235                 Add Michael Rasmussen in authors list
3236
3237 2007-06-16 [colin]      2.9.2cvs62
3238
3239         * src/messageview.c
3240                 Fix messageview_copy_clipboard to take advantage
3241                 of plugins' get_selection.
3242
3243 2007-06-15 [colin]      2.9.2cvs61
3244
3245         * src/action.c
3246         * src/addr_compl.c
3247         * src/addressbook.c
3248         * src/folderview.c
3249         * src/message_search.c
3250         * src/mimeview.c
3251         * src/summary_search.c
3252         * src/summaryview.c
3253         * src/textview.c
3254                 Allow GDK_KP_Enter to do the same as GDK_Return
3255                 Patch by Michael Rasmussen
3256
3257 2007-06-15 [paul]       2.9.2cvs60
3258
3259         * src/compose.c
3260                 fix bug when closing a compose window
3261                 during autosave
3262
3263 2007-06-14 [paul]       2.9.2cvs59
3264
3265         * src/main.c
3266         * src/common/defs.h
3267                 migrate sylpheed config
3268
3269 2007-06-14 [wwp]        2.9.2cvs58
3270
3271         * src/gtk/pluginwindow.c
3272                 Yet another attempt to fix sizing/alignment of the
3273                 button bar in plugins window.
3274
3275 2007-06-12 [colin]      2.9.2cvs57
3276
3277         * po/POTFILES.in
3278         * src/Makefile.am
3279         * src/folderview.c
3280         * src/prefs_common.c
3281         * src/prefs_common.h
3282         * src/prefs_summaries.c
3283         * src/prefs_summary_open.c
3284         * src/prefs_summary_open.h
3285         * src/summaryview.c
3286                 Make "when entering a folder" actions more personalisable
3287
3288 2007-06-12 [wwp]        2.9.2cvs56
3289
3290         * tools/README
3291                 Use short description from Paul (mairix.sh).
3292
3293 2007-06-12 [wwp]        2.9.2cvs55
3294
3295         * tools/README
3296                 Updated info about mairix.sh.
3297
3298 2007-06-11 [paul]       2.9.2cvs54
3299
3300         * src/prefs_logging.c
3301                 rework log window length widgets
3302                 and some sensitivity fixes
3303
3304 2007-06-11 [paul]       2.9.2cvs53
3305
3306         * src/mainwindow.c
3307         * src/prefs_logging.c
3308                 rename 'Protocol Log' to 'Network Log'
3309                 and some function renaming
3310
3311 2007-06-10 [wwp]        2.9.2cvs52
3312
3313         * src/gtk/pluginwindow.c
3314                 Revert 2.9.2cvs51.
3315
3316 2007-06-10 [wwp]        2.9.2cvs51
3317
3318         * src/gtk/pluginwindow.c
3319                 Fix button bar in plugin window, was centered and not
3320                 behaving like other dialogs w/ such button bar.
3321
3322 2007-06-08 [wwp]        2.9.2cvs50
3323
3324         * src/compose.c
3325         * src/compose.h
3326         * src/main.c
3327         * src/mainwindow.c
3328         * src/mainwindow.h
3329                 Provide a way out of automatic draft saving on IMAP, when
3330                 exiting offline.
3331                 Prevent drafting while sending and quitting while sending.
3332                 Thanks for Colin.
3333
3334
3335
3336 2007-06-08 [wwp]        2.9.2cvs49
3337
3338         * src/prefs_account.c
3339         * src/gtk/prefswindow.c
3340         * src/gtk/prefswindow.h
3341                 Activate the Basic page when opening account prefs.
3342
3343 2007-06-08 [wwp]        2.9.2cvs48
3344
3345         * src/common/socket.c
3346                 Don't crash if fork() fails, thanks to Colin.
3347
3348 2007-06-08 [wwp]        2.9.2cvs47
3349
3350         * src/gtk/prefswindow.c
3351                 Wrap some long lines, and reset horizontal scroller's adjusment
3352                 (this was already done, vertically), when changing tab (not page)
3353                 in prefs windows.
3354
3355 2007-06-08 [paul]       2.9.2cvs46
3356
3357         * src/common/utils.c
3358                 use gethostname() instead of uname()
3359                 based on a patch by Michael Hughes
3360                 <Sylpheed-Claws_user@thehugheslogcabin.net>
3361
3362 2007-06-07 [wwp]        2.9.2cvs45
3363
3364         * src/prefs_common.c
3365                 Fix some useless warnings, thanks to Colin.
3366
3367 2007-06-06 [colin]      2.9.2cvs44
3368
3369         * src/ldapupdate.c
3370                 Fix strange allocations. 
3371
3372 2007-06-06 [colin]      2.9.2cvs43
3373
3374         * src/ldapupdate.c
3375                 Patch by Michael Rasmussus to help
3376                 bug 1232
3377
3378 2007-06-05 [wwp]        2.9.2cvs42
3379
3380         * src/prefs_account.c
3381         * src/prefs_folder_item.c
3382         * src/prefs_quote.c
3383         * src/quote_fmt.c
3384         * src/quote_fmt.h
3385                 Per-folder templates can now be applied recursively.
3386                 Always save per-folder templates (formats were erroneously
3387                 saved only if they were enabled).
3388                 Check for validity of quotation marks everywhere there
3389                 are defined.
3390
3391 2007-06-05 [wwp]        2.9.2cvs41
3392
3393         * src/inc.c
3394                 Fix incoming messages from local accounts always getting filtered
3395                 (even if the account prefs say don't), thanks to Colin.
3396
3397 2007-06-05 [wwp]        2.9.2cvs40
3398
3399         * src/compose.c
3400         * src/compose.h
3401                 Use per-folder/per-account quote chars when applying a
3402                 template or inserting text as well. Const'ify some
3403                 vars more.
3404
3405 2007-06-04 [colin]      2.9.2cvs39
3406
3407         * src/compose.c
3408                 More work for wwp :)
3409
3410 2007-06-04 [wwp]        2.9.2cvs38
3411
3412         * src/compose.c
3413                 Same as 2.9.2cvs36 but for forwarding.
3414
3415 2007-06-04 [colin]      2.9.2cvs37
3416
3417         * src/compose.c
3418                 Use original mail file for forward/redirect
3419                 Fixes some forwarded mails to be attached as
3420                 application/octet-stream (when they have binary
3421                 parts), and incidentally fixes bug 848
3422                 'Redirect breaks GnuPG'
3423
3424 2007-06-04 [wwp]        2.9.2cvs36
3425
3426         * src/compose.c
3427                 Fix quote mark mis-initialisation when replying/forwarding
3428                 (introduced w/ 2.9.2cvs20).
3429
3430 2007-06-04 [wwp]        2.9.2cvs35
3431
3432         * src/prefs_compose_writing.c
3433         * src/prefs_quote.c
3434                 Fix a bug where Quotation characters (prefs/compose/writing)
3435                 was cleared (introduced w/ 2.9.2cvs26).
3436
3437 2007-06-04 [wwp]        2.9.2cvs34
3438
3439         * src/prefs_account.c
3440         * src/prefs_account.h
3441                 Better fix for compiling w/o aspell (rollbacks
3442                 2.9.2cvs31).
3443
3444 2007-06-04 [wwp]        2.9.2cvs33
3445
3446         * src/account.c
3447         * src/prefs_account.c
3448         * src/prefs_account.h
3449         * src/procmsg.c
3450                 It's now possible to disable mail filtering plugins
3451                 on a per-account basis.
3452
3453 2007-06-04 [wwp]        2.9.2cvs32
3454
3455         * src/procheader.c
3456         * src/common/utils.c
3457         * src/common/utils.h
3458                 Support CRLF in headers part of messages.
3459                 Support few more date formats (RFC3339 subsets).
3460
3461 2007-06-04 [wwp]        2.9.2cvs31
3462
3463         * src/prefs_account.c
3464                 Fix compiling w/o aspell support.
3465
3466 2007-06-03 [wwp]        2.9.2cvs30
3467
3468         * src/prefs_gtk.c
3469                 Don't decode leading ENV_ and ~ in P_PASSWORD
3470                 values.
3471
3472 2007-06-03 [wwp]        2.9.2cvs29
3473
3474         * src/prefs_gtk.c
3475                 Don't decode leading ENV_ and ~ in P_PASSWORD
3476                 values.
3477
3478 2007-06-03 [wwp]        2.9.2cvs28
3479
3480         * src/prefs_account.c
3481         * src/gtk/prefswindow.c
3482         * src/gtk/prefswindow.h
3483                 Added a way to force preloading of all pages
3484                 (prefswindow).
3485                 Moved tabs to pages in account prefs.
3486
3487 2007-06-02 [colin]      2.9.2cvs27
3488
3489         * src/addressbook.c
3490                 Fix possible crash, fix ldap write bugs
3491         * src/ldapupdate.c
3492                 Fix ldap write bugs - patch by Michael
3493                 Rasmussen
3494         * src/alertpanel.c
3495         * src/alertpanel.h
3496                 Add a hook whenever alertpanel opens/closes
3497
3498 2007-05-31 [wwp]        2.9.2cvs26
3499
3500         * src/prefs_compose_writing.c
3501         * src/prefs_quote.c
3502                 Re-organized writing options a bit:
3503                  - renamed the Quoting page to Templates
3504                  - moved all composing templates to that page
3505                  - moved non-templates options to the Writing one,
3506                    grouped reply-related options, reordered reply and
3507                    forward options.
3508
3509 2007-05-31 [wwp]        2.9.2cvs25
3510
3511         * src/compose.c
3512                 Removed unused code.
3513
3514 2007-05-31 [colin]      2.9.2cvs24
3515
3516         * src/addressbook.c
3517                 Fix missing display name when modifying
3518                 LDAP. Patch by Michael Rasmussen
3519
3520 2007-05-31 [wwp]        2.9.2cvs23
3521
3522         * src/plugins/bogofilter/Makefile.am
3523         * src/plugins/clamav/Makefile.am
3524         * src/plugins/demo/Makefile.am
3525         * src/plugins/dillo_viewer/Makefile.am
3526         * src/plugins/spamassassin/Makefile.am
3527                 Fix building of those plugins in Mac OS X.
3528
3529 2007-05-30 [wwp]        2.9.2cvs22
3530
3531         * src/gtk/quicksearch.c
3532                 Fix missing initialization.
3533
3534 2007-05-30 [wwp]        2.9.2cvs21
3535
3536         * src/procheader.c
3537                 Revert accidental commit (debug outputs).
3538
3539 2007-05-30 [wwp]        2.9.2cvs20
3540
3541         * src/compose.c
3542         * src/folder_item_prefs.c
3543         * src/folder_item_prefs.h
3544         * src/prefs_account.c
3545         * src/prefs_account.h
3546         * src/prefs_folder_item.c
3547         * src/prefs_gtk.c
3548         * src/prefs_gtk.h
3549                 Implemented per-account and per-folder
3550                 compose/reply/forward formats.
3551
3552 2007-05-30 [wwp]        2.9.2cvs19
3553
3554         * src/prefs_compose_writing.c
3555         * src/prefs_quote.c
3556         * src/procheader.c
3557         * src/quote_fmt.c
3558         * src/quote_fmt.h
3559                 Internal API changes (factorize quote format
3560                 prefs and checks).
3561
3562 2007-05-30 [colin]      2.9.2cvs18
3563
3564         * src/compose.c
3565                 Fix race where it's possible to re-click Send
3566                 between end of SMTP session and end of "move to
3567                 sent folder" when sending an email with send
3568                 dialog enabled.
3569
3570 2007-05-30 [colin]      2.9.2cvs17
3571
3572         * src/crash.c
3573                 Ask for backtrace on all threads. Patch by
3574                 Pawel
3575         * src/folderview.c
3576                 Fix stale news statusbar when scanning fails.
3577                 Patch by Pawel
3578         * src/ldapupdate.c
3579                 Fix some LDAP write updates bugs. Patch
3580                 by Michael Rasmussen
3581
3582 2007-05-29 [colin]      2.9.2cvs16
3583
3584         * src/imap.c
3585                 Fix loss of local flags when moving mails
3586                 on IMAP in high-bandwidth mode (UID FETCH)
3587
3588 2007-05-25 [paul]       2.9.2cvs15
3589
3590         * src/common/socket.c
3591                 fix sometimes crasher on cancelling
3592                 message sending
3593
3594 2007-05-25 [colin]      2.9.2cvs14
3595
3596         * src/imap.c
3597                 Fix a memory leak
3598         * src/imap_gtk.c
3599                 Be more helpful in the subscription
3600                 message
3601
3602 2007-05-23 [wwp]        2.9.2cvs13
3603
3604         * src/compose.c
3605         * src/prefs_compose_writing.c
3606         * src/prefs_quote.c
3607         * src/prefs_template.c
3608         * src/prefs_template.h
3609         * src/quote_fmt.c
3610         * src/quote_fmt.h
3611         * src/quote_fmt_lex.l
3612         * src/quote_fmt_parse.y
3613                 Introduced new syntax elements (symbols and commands)
3614                 in templates/quote_fmt. Compatibility w/ old
3615                 symbols is kept.
3616                 Updated and reworked the corresponding Information
3617                 dialog.
3618                 Display the line number in dialogs that talk about
3619                 parser errors (in addition to the error message in
3620                 output).
3621
3622 2007-05-23 [wwp]        2.9.2cvs12
3623
3624         * src/quote_fmt_parse.y
3625                 Fix 2.9.2cvs11, probably a paste accident ;).
3626
3627 2007-05-23 [wwp]        2.9.2cvs11
3628
3629         * src/compose.c
3630         * src/prefs_template.c
3631         * src/quote_fmt.h
3632         * src/quote_fmt_parse.y
3633                 Fix 2.9.2cvs10, which broke --disable-aspell.
3634
3635 2007-05-22 [wwp]        2.9.2cvs10
3636
3637         * src/compose.c
3638         * src/prefs_template.c
3639         * src/quote_fmt.c
3640         * src/quote_fmt.h
3641         * src/quote_fmt_lex.l
3642         * src/quote_fmt_parse.y
3643         * src/gtk/gtkaspell.c
3644         * src/gtk/gtkaspell.h
3645                 Added template/quote format syntactical elements
3646                 to show and query:
3647                         - current dictionary
3648                           %T to show (shows empty if not set or not enabled),
3649                           ?T and !T to check if the default dictionary is
3650                           enabled and set
3651                         - current account's default dictionary
3652                           %aT to show (empty if not set or not enabled),
3653                           ?aT and !aT to check if it's enabled and set
3654                         - name completion for an address, from the address
3655                           book
3656                           %ABf, %ABt, %ABc respectively show the full name got
3657                           from the address book if From, To or Cc match a single
3658                           contact.
3659                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3660                           matches any contact and if the full name is non-empty.
3661                           If From, To or Cc are lists of email addresses, only
3662                           the first address will be checked.
3663                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3664                 that could show a trailing ','.
3665                 Also, template/quote_fmt parser now shows the line number in case
3666                 of parser error.
3667
3668 2007-05-15 [colin]      2.9.2cvs9
3669
3670         * src/main.c
3671         * src/main.h
3672                 Add a public function to know whether Claws
3673                 crashed last time
3674                 Store opened folder when exiting
3675         * src/folder.c
3676         * src/folder.h
3677                 Store last opened message in each FolderItem;
3678                 Reset last seen messages if Claws crashed, so 
3679                 that one can't go in an infinite crash in case 
3680                 a particular mail crashes Claws.
3681         * src/messageview.c
3682         * src/prefs_common.c
3683         * src/prefs_common.h
3684         * src/summaryview.c
3685         * src/prefs_summaries.c
3686                 Add "Select last opened message" when entering
3687                 a folder
3688                 Add "Select last opened folder" at startup.
3689
3690 2007-05-14 [colin]      2.9.2cvs8
3691
3692         * manual/xml2pdf
3693                 Fix bashism, search for xml catalog 
3694                 in /usr/local/share/xml/catalog too
3695                 Patch by Pawel
3696
3697 2007-05-13 [wwp]        2.9.2cvs7
3698
3699         * src/gtk/logwindow.c
3700                 fix raising log windows when they are either minimized or
3701                 in background.
3702
3703 2007-05-11 [colin]      2.9.2cvs6
3704
3705         * src/gtk/filesel.c
3706                 Use Hildon's file chooser on Maemo. Patch
3707                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3708                 'File attachment "manipulation" bugs...'
3709
3710 2007-05-10 [wwp]        2.9.2cvs5
3711
3712         * src/prefs_common.c
3713         * src/prefs_common.h
3714         * src/gtk/quicksearch.c
3715                 Add a quicksearch option to automatically run
3716                 a search selected from the history (this option
3717                 is exclusive towards type-ahead).
3718
3719 2007-05-10 [colin]      2.9.2cvs4
3720
3721         * src/imap.c
3722                 Fix g_warnings, thanks to Brian
3723                 Morrison
3724
3725 2007-05-09 [colin]      2.9.2cvs3
3726
3727         * src/crash.c
3728         * src/exporthtml.c
3729         * src/mbox.c
3730         * src/prefs_summaries.c
3731         * src/procheader.c
3732         * src/common/log.c
3733         * src/common/utils.c
3734         * src/gtk/gtksourceprintjob.c
3735         * src/gtk/sslcertwindow.c
3736                 Use the re-entrant variant of time functions
3737                 Probably fixes bug 1217, 'reentrancy problems 
3738                 with time functions'
3739
3740 2007-05-09 [colin]      2.9.2cvs2
3741
3742         * src/imap.c
3743                 Fix crasher when reconnection fails
3744
3745 2007-05-08 [paul]       2.9.2cvs1
3746
3747         * NEWS
3748         * README
3749         * RELEASE_NOTES
3750         * configure.ac
3751                 bump version number following
3752                 stable release
3753
3754 2007-05-08 [paul]       2.9.1cvs48
3755
3756         * src/plugins/demo/demo.c
3757         * src/plugins/dillo_viewer/dillo_prefs.c
3758         * src/plugins/dillo_viewer/dillo_prefs.h
3759         * src/plugins/dillo_viewer/dillo_viewer.c
3760         * src/plugins/pgpcore/pgp_viewer.c
3761         * src/plugins/pgpcore/pgp_viewer.h
3762         * src/plugins/pgpcore/plugin.c
3763         * src/plugins/pgpcore/prefs_gpg.c
3764         * src/plugins/pgpcore/prefs_gpg.h
3765         * src/plugins/pgpcore/sgpgme.c
3766         * src/plugins/pgpcore/sgpgme.h
3767         * src/plugins/pgpinline/plugin.c
3768         * src/plugins/pgpmime/pgpmime.c
3769         * src/plugins/pgpmime/pgpmime.h
3770         * src/plugins/pgpmime/plugin.c
3771         * src/plugins/spamassassin/spamassassin.c
3772         * src/plugins/spamassassin/spamassassin.h
3773         * src/plugins/spamassassin/spamassassin_gtk.c
3774         * src/plugins/trayicon/README
3775         * tools/README
3776         * tools/README.sylprint
3777         * tools/outlook2claws-mail.pl
3778         * tools/sylprint.pl
3779         * tools/tb2claws-mail
3780         * tools/tbird2claws.py
3781         * tools/update-po
3782         * tools/vcard2xml.py
3783         * tools/kdeservicemenu/README
3784                 cleanups and corrections
3785
3786 2007-05-06 [wwp]        2.9.1cvs47
3787
3788         * tools/uudec
3789                 Fix missing dash to `display` command-line, reported
3790                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3791
3792 2007-05-06 [colin]      2.9.1cvs46
3793
3794         * src/Makefile.am
3795         * src/stock_pixmap.c
3796         * src/stock_pixmap.h
3797         * src/pixmaps/printer.xpm
3798                 Add a printer icon
3799
3800 2007-05-06 [paul]       2.9.1cvs45
3801
3802         * src/compose.c
3803         * src/ldapquery.c
3804         * src/privacy.h
3805         * src/summary_search.c
3806         * src/summaryview.c
3807                 fix build warnings
3808
3809 2007-05-05 [wwp]        2.9.1cvs44
3810
3811         * src/messageview.c
3812         * src/mh.c
3813         * src/prefs_actions.c
3814         * src/prefs_gtk.c
3815         * src/summaryview.c
3816         * src/common/xml.c
3817                 Fix "faild" typos everywhere and capitalization of
3818                 some g_warnings.
3819
3820 2007-05-04 [colin]      2.9.1cvs43
3821
3822         * src/compose.c
3823         * src/privacy.c
3824         * src/privacy.h
3825         * src/plugins/pgpcore/prefs_gpg.c
3826         * src/plugins/pgpcore/prefs_gpg.h
3827         * src/plugins/pgpinline/pgpinline.c
3828         * src/plugins/pgpmime/pgpmime.c
3829                 Add an API to warn about encryption limits,
3830                 and allow to disable these warnings
3831
3832 2007-05-03 [colin]      2.9.1cvs42
3833
3834         * src/summaryview.c
3835         * src/mainwindow.c
3836                 Fix bug 1213, 'Delete more than 
3837                 one thread at once'
3838
3839 2007-05-03 [wwp]        2.9.1cvs41
3840
3841         * src/prefs_common.c
3842         * src/prefs_filtering.c
3843         * src/prefs_template.c
3844         * src/common/template.c
3845         * src/common/template.h
3846         * src/gtk/gtkutils.c
3847         *&