2007-08-09 [paul] 2.10.0cvs106
[claws.git] / ChangeLog
1 2007-08-09 [paul]       2.10.0cvs106
2
3         * src/prefs_account.c
4                 remove the hyphen from plug-ins to
5                 match everywhere else
6
7 2007-08-08 [wwp]        2.10.0cvs105
8
9         * src/prefs_folder_item.c
10                 Fix an extraneous stealth ^L char.
11
12 2007-08-08 [wwp]        2.10.0cvs104
13
14         * src/prefs_folder_item.c
15                 Better fix, group variables declarations (USE_ASPELL).
16
17 2007-08-08 [wwp]        2.10.0cvs103
18
19         * src/prefs_folder_item.c
20                 Fix compilation w/ USE_ASPELL set (broken
21                 by 2.10.0cvs102).
22
23 2007-08-08 [ticho]      2.10.0cvs102
24
25         * src/prefs_folder_item.c
26                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
27
28 2007-08-08 [colin]      2.10.0cvs101
29
30         * src/imap.c
31         * src/etpan/imap-thread.c
32         * src/etpan/imap-thread.h
33                 Close selected mailbox before doing
34                 status on it.
35
36 2007-08-08 [colin]      2.10.0cvs100
37
38         * src/html.c
39                 Complete symbol table, thanks to wwp.
40                 Fixes bug 1284, 'The html -> text 
41                 converter ignores entities'
42         * src/msgcache.c
43                 Fix possible fd leak
44
45 2007-08-08 [colin]      2.10.0cvs99
46
47         * src/imap.c
48                 Better way to fetch UIDs on non-UIDPLUS servers
49
50 2007-08-07 [colin]      2.10.0cvs98
51
52         * src/imap.c
53                 fix bug 1275, 'auto-saved draft messages not 
54                 always being removed'; Also, make multiple
55                 copy (in the same account) faster by matching
56                 source/destination message UIDs.
57         * src/messageview.c
58                 Don't try to reshow deleted mail
59         * src/msgcache.c
60                 Fix leak on error path
61
62 2007-08-07 [wwp]        2.10.0cvs97
63
64         * manual/account.xml
65         * manual/advanced.xml
66         * manual/fr/account.xml
67         * manual/fr/advanced.xml
68                 Updated the reference manual and the French translation to
69                 reflect 2.10.0cvs84: enable running folder Processing
70                 rules on demand.
71
72 2007-08-06 [wwp]        2.10.0cvs96
73
74         * src/prefs_common.c
75         * src/prefs_common.h
76         * src/textview.c
77                 Allow changing the emphasis color used to highlight
78                 the newsreader/x-mailer header value when it matches
79                 our preferred mail agent (hidden pref 'emphasis_col' added
80                 to clawsrc).
81
82 2007-08-06 [colin]      2.10.0cvs95
83
84         * src/compose.c
85         * src/compose.h
86                 Re-commit 2.10.0cvs86, with a protection
87                 against Pango bug. Also, try to fix 
88                 bug 1275, 'auto-saved draft messages not 
89                 always being removed'
90
91 2007-08-06 [wwp]        2.10.0cvs94
92
93         * src/gtk/quicksearch.c
94                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
95
96 2007-08-06 [ticho]      2.10.0cvs93
97
98         * src/prefs_account.c
99         * src/gtk/combobox.c
100                 Use GtkComboBox instead of GtkOptionMenu for privacy system
101                 selection in account preferences.
102
103 2007-08-06 [wwp]        2.10.0cvs92
104
105         * src/plugins/pgpcore/plugin.def
106                 Apply one more chunk from gpg4win's 03-w32-port patch.
107
108 2007-08-05 [colin]      2.10.0cvs91
109
110         * src/compose.c
111         * src/compose.h
112                 reverting buggy patch for now
113
114 2007-08-05 [colin]      2.10.0cvs90
115
116         * src/folder.c
117                 Fix slowdown
118
119 2007-08-04 [colin]      2.10.0cvs89
120
121         * src/prefs_summaries.c
122         * src/summary_search.c
123                 Replace deprecated widgets. Patch by
124                 Andrej.
125
126 2007-08-04 [colin]      2.10.0cvs88
127
128         * src/mh.c
129                 Refresh GUI only every 2000 mails on mh_get_last_num
130                 This is fast (readdir) and done only once per 
131                 session/folder
132
133 2007-08-03 [colin]      2.10.0cvs87
134
135         * src/prefs_account.c
136         * src/gtk/combobox.h
137         * src/gtk/gtkutils.c
138                 Fix a deprecated widget. Patch by
139                 Andrej
140
141 2007-08-03 [colin]      2.10.0cvs86
142
143         * src/compose.c
144         * src/compose.h
145                 Make colorisation and wrapping algorithms
146                 faster. Fixes bug 1246, 'compose becomes 
147                 increasingly slow replying to complex emails'
148
149 2007-08-03 [paul]       2.10.0cvs85
150
151         * src/mh.c
152                 keep the window painted
153
154 2007-08-02 [paul]       2.10.0cvs84
155
156         * src/folderview.c
157         * src/mainwindow.c
158         * src/mainwindow.h
159                 enable running folder Processing
160                 rules on demand
161
162 2007-08-02 [paul]       2.10.0cvs83
163
164         * src/textview.c
165                 speed up/clean up rendering of larger
166                 msgs
167                 Thanks to Colin
168
169 2007-08-01 [paul]       2.10.0cvs82
170
171         * src/mainwindow.h
172                 clean up cruft
173         * src/toolbar.c
174                 change default toolbar layout on maemo
175         * src/pixmaps/close.xpm
176                 make the red cross a grey cross
177         * src/pixmaps/jpilot.xpm
178                 make icon smaller so it fits better
179
180 2007-07-31 [paul]       2.10.0cvs81
181
182         * src/setup.c
183         * src/gtk/gtkutils.c
184                 fix crash on maemo on first launch
185
186 2007-07-30 [paul]       2.10.0cvs80
187
188         * src/prefs_matcher.c
189                 specify the units of age and size
190
191 2007-07-30 [paul]       2.10.0cvs79
192
193         * src/main.c
194                 Fix IMAP timeout setting
195
196 2007-07-30 [colin]      2.10.0cvs78
197
198         * src/prefs_account.c
199                 Fix a deprecated widget. Patch by
200                 Andrej
201
202 2007-07-27 [paul]       2.10.0cvs77
203
204         * src/matcher_parser_parse.y
205         * src/prefs_filtering_action.c
206         * src/prefs_matcher.c
207                 these changes forgotten in cvs74's
208                 'watch thread' feature
209
210 2007-07-27 [paul]       2.10.0cvs76
211
212         * src/compose.c
213                 fix potential crasher
214                 thanks to Colin
215
216 2007-07-27 [paul]       2.10.0cvs75
217
218         * src/mainwindow.c
219         * src/manual.c
220         * src/manual.h
221         * src/gtk/gtkutils.c
222                 make mainwindow's /Help/Manual point to the
223                 remote copy if the local copy doesn't exist
224
225 2007-07-27 [paul]       2.10.0cvs74
226
227         * src/Makefile.am
228         * src/filtering.c
229         * src/folder.c
230         * src/mainwindow.c
231         * src/matcher.c
232         * src/matcher.h
233         * src/matcher_parser_parse.y
234         * src/procmsg.c
235         * src/procmsg.h
236         * src/stock_pixmap.c
237         * src/stock_pixmap.h
238         * src/summaryview.c
239         * src/summaryview.h
240         * src/toolbar.c
241         * src/toolbar.h
242         * src/pixmaps/watchthread.xpm
243                 add 'watch thread' feature
244
245 2007-07-27 [paul]       2.10.0cvs73
246
247         * src/prefs_folder_item.c
248                 adjust labels, add tooltips
249
250 2007-07-27 [colin]      2.10.0cvs72
251
252         * src/summaryview.c
253                 Maemo: Remove less used menu items
254
255 2007-07-26 [colin]      2.10.0cvs71
256
257         * src/messageview.c
258                 Maemo: destroy messageview after trashing mail.
259                 Maybe should be done on X11 too
260
261 2007-07-26 [colin]      2.10.0cvs70
262
263         * src/folderview.c
264         * src/mainwindow.c
265         * src/prefs_common.c
266         * src/prefs_common.h
267         * src/summaryview.c
268                 Add View/Show or Hide/Column headers
269
270 2007-07-26 [colin]      2.10.0cvs69
271
272         * src/procmime.c
273                 Fix unwanted output
274
275 2007-07-26 [colin]      2.10.0cvs68
276
277         * src/ldapserver.c
278                 Fix possible crash on cache invalidation
279         * src/compose.c
280         * src/procmime.c
281         * src/procmime.h
282         * src/quote_fmt_parse.y
283                 Make replying to mails with big attachments
284                 much faster. Fixes bug 1224, 'The process of 
285                 Replying to emails with large attachments 
286                 seems unreasonably long...'
287
288 2007-07-26 [colin]      2.10.0cvs67
289
290         * src/mimeview.c
291         * src/matcher.c
292         * src/common/ssl.c
293                 Fix threads use on BSDs
294
295 2007-07-26 [paul]       2.10.0cvs66
296
297         * src/gtk/prefswindow.c
298                 fix account prefs breakage
299                 thanks to Colin
300
301 2007-07-26 [paul]       2.10.0cvs65
302
303         * configure.ac
304                 standardise ./configure --help messages
305
306 2007-07-26 [colin]      2.10.0cvs64
307
308         * src/addressbook.c
309         * src/editaddress.c
310                 Fix two vCard-related crashes
311
312 2007-07-25 [colin]      2.10.0cvs63
313
314         * src/inc.c
315         * src/prefs_common.c
316         * src/prefs_common.h
317         * src/prefs_receive.c
318                 Maemo: Add a better way to notify of
319                 new mails
320         * src/mainwindow.c
321         * src/statusbar.h
322         * src/summaryview.c
323         * src/toolbar.c
324                 Maemo: Various layout fixes
325         * src/gtk/prefswindow.c
326                 Maemo: Better prefs layout
327
328 2007-07-25 [paul]       2.10.0cvs62
329
330         * src/textview.c
331                 fix the layout on maemo
332                 thanks to Colin
333
334 2007-07-25 [iwkse]      2.10.0cvs61
335
336         * src/summaryview.c
337                 add 'o' shortcut on summaryview
338
339 2007-07-25 [iwkse]      2.10.0cvs60
340
341         * src/textview.c
342                 fix o shortcut
343
344 2007-07-24 [colin]      2.10.0cvs59
345
346         * src/mh.c
347                 Fix missing timestamp update on source
348                 folder when moving
349         * src/textview.c
350         * src/textview.h
351                 Better text layout on part's choices
352
353 2007-07-23 [colin]      2.10.0cvs58
354
355         * src/mimeview.c
356         * src/textview.c
357                 Maemo: Automatically choose the correct application
358                 to open parts
359         * src/gtk/quicksearch.c
360                 Make search run on GDK_KP_Enter too
361
362 2007-07-23 [wwp]        2.10.0cvs57
363
364         * src/quote_fmt_lex.l
365                 Revert accidentaly committed lines (account_sig) in
366                 2.10.0cvs56.
367
368 2007-07-23 [wwp]        2.10.0cvs56
369
370         * src/quote_fmt_lex.l
371                 Fix typos around long form expressions in the quote lexer.
372
373 2007-07-23 [paul]
374
375         3.0.0-rc1 released
376
377 2007-07-23 [colin]      2.10.0cvs55
378
379         * src/addr_compl.c
380                 Fix auto-completion on Maemo
381
382 2007-07-23 [colin]      2.10.0cvs54
383
384         * src/statusbar.c
385                 Maemo: Fix sticking statusbars
386
387 2007-07-22 [colin]      2.10.0cvs53
388
389         * src/main.c
390                 Maemo: Fix the strange "top_application" info
391                 at startup. We should do something when 
392                 receiving such a message.
393
394 2007-07-20 [paul]       2.10.0cvs52
395
396         * src/news_gtk.c
397                 add missing #include "statusbar.h"
398
399 2007-07-20 [colin]      2.10.0cvs51
400
401         * src/folder.c
402         * src/folder.h
403         * src/folder_item_prefs.c
404         * src/folder_item_prefs.h
405         * src/folderview.c
406         * src/imap.c
407         * src/imap_gtk.c
408         * src/imap_gtk.h
409         * src/news.c
410         * src/news_gtk.c
411         * src/news_gtk.h
412         * src/prefs_folder_item.c
413                 Implement age-based caching: allow to
414                 specify a threshold for the offline synchronisation
415                 feature, and whether old cached bodies should 
416                 be removed
417         * src/toolbar.c
418         * src/toolbar.h
419                 Fix label/tooltips
420         * src/plugins/dillo_viewer/dillo_viewer.c
421                 Check that Dillo's installed
422
423 2007-07-20 [wwp]        2.10.0cvs50
424
425         * src/mimeview.c
426         * src/stock_pixmap.c
427                 Draw a frame around the selected mimeview part icon (instead of the
428                 shifted 'dancing' icon).
429
430 2007-07-20 [colin]      2.10.0cvs49
431
432         * src/main.c
433                 Unref stuff even on error
434         * src/wizard.c
435                 disconnect signals only at the very
436                 end of the wizard save.
437
438 2007-07-20 [colin]      2.10.0cvs48
439
440         * src/mainwindow.c
441         * src/messageview.c
442         * src/toolbar.c
443         * src/toolbar.h
444                 Fix random crashes while navigating
445                 (GTK_EVENTS_FLUSH)
446
447 2007-07-19 [colin]      2.10.0cvs47
448
449         * configure.ac
450         * src/main.c
451         * src/prefs_common.c
452         * src/prefs_common.h
453         * src/wizard.c
454         * src/common/defs.h
455         * src/common/utils.c
456                 Maemo: add an easy way to store data (mails
457                 and IMAP/NNTP caches) on one of the SD cards,
458                 and protect against unmounts if needed
459
460 2007-07-19 [paul]       2.10.0cvs46
461
462         * src/Makefile.am
463         * src/stock_pixmap.c
464         * src/gtk/about.c
465         * src/pixmaps/claws-mail_logo-small.xpm
466                 implement a (slightly) different About
467                 dialog for maemo and add a small version
468                 of the logo for it
469         * src/wizard.c
470                 use a scrolled window for wizard page 1
471                 on maemo
472
473 2007-07-19 [paul]       2.10.0cvs45
474
475         * src/Makefile.am
476                 too soon for this line
477
478 2007-07-19 [paul]       2.10.0cvs44
479
480         * src/Makefile.am
481                 fix build on n800
482
483 2007-07-19 [colin]      2.10.0cvs43
484
485         * src/wizard.c
486                 Solve Mail/Mailbox name when specifying
487                 full /path/to/Mail.
488
489 2007-07-18 [colin]      2.10.0cvs42
490
491         * src/inc.c
492         * configure.ac
493                 Fix build on n770
494
495 2007-07-18 [colin]      2.10.0cvs41
496
497         * src/inc.c
498                 Maemo: plug the online/offline system into
499                 maemo's interfaces to have Claws automatically
500                 switch according to the system status
501         * src/statusbar.c
502                 Maemo: use HildonBanners to display status
503                 messages. Renders the main statusbar useless.
504
505 2007-07-18 [paul]       2.10.0cvs40
506
507         * src/filtering.c
508                 fix screen blanking on moving/copying many msgs
509         * src/folder.c
510                 fix processing progressbar and screen blanking
511                 during processing
512
513 2007-07-18 [paul]       2.10.0cvs39
514
515         * src/messageview.c
516                 revert cvs37, breakage on maemo
517
518 2007-07-18 [paul]       2.10.0cvs38
519
520         * src/gtk/gtkutils.c
521                 make sure we can still build with older GTK's
522
523 2007-07-18 [colin]      2.10.0cvs37
524
525         * src/messageview.c
526                 Only hide the small layout's messageview, instead
527                 of destroying it when closing
528         * src/gtk/gtkutils.c
529                 Use gtk_window_present_with_time to popup windows,
530                 it seems to make things better with modern WMs
531                 (actually focusing)
532
533 2007-07-17 [colin]      2.10.0cvs36
534
535         * src/editaddress.c
536                 Simplify layout on Maemo
537         * src/folder.c
538                 Fix possible crash
539         * src/prefs_display_header.c
540                 Remove some headers by default on Maemo
541
542 2007-07-17 [paul]       2.10.0cvs35
543
544         * src/prefs_common.c
545         * src/prefs_common.h
546         * src/prefs_logging.c
547         * src/common/log.c
548                 add options to stop/enable writing logs to disc
549
550 2007-07-17 [paul]       2.10.0cvs34
551
552         * src/edittags.c
553                 fix some issues with the Apply tags window:
554                 - set search column (enables autocompl in the treeview)
555                 - apply tag from "New tag" if it existed
556                 - clears New tag entry when adding it with the button
557                 Thanks to Colin
558
559 2007-07-17 [paul]       2.10.0cvs33
560
561         * src/edittags.c
562                 fix 'apply tags' dialogue weirdness
563
564 2007-07-16 [colin]      2.10.0cvs32
565
566         * src/toolbar.c
567                 Fix double-loading of mails on Maemo
568
569 2007-07-16 [colin]      2.10.0cvs31
570
571         * src/messageview.c
572                 Prevent double-loading of the same part under some
573                 conditions; hide statusbar on Maemo
574
575 2007-07-16 [colin]      2.10.0cvs30
576
577         * src/edittags.c
578         * src/edittags.h
579         * src/mainwindow.c
580         * src/summaryview.c
581                 Improve the tag interface - allow
582                 to set/unset tags from a special
583                 window.
584         * src/gtk/gtkvscrollbutton.c
585         * src/mimeview.c
586         * src/mimeview.h
587         * src/stock_pixmap.c
588                 Fix Mimeview's ugly hacks in the
589                 icon list. 
590
591 2007-07-16 [paul]       2.10.0cvs29
592
593         * src/wizard.c
594                 rework dialog
595         * src/gtk/icon_legend.c
596                 put it all in a scrolled window
597
598 2007-07-15 [colin]      2.10.0cvs28
599
600         * src/mainwindow.c
601                 Maemo: force layout to be Small screen; the
602                 others don't make sense
603
604 2007-07-14 [colin]      2.10.0cvs27
605
606         * src/mimeview.c
607         * src/gtk/gtkvscrollbutton.c
608                 Maemo: Fix mimeview's buttons size
609
610 2007-07-14 [colin]      2.10.0cvs26
611
612         * src/toolbar.c
613                 Fix the button workaround fix.
614                 (Use the correct variable)
615
616 2007-07-14 [colin]      2.10.0cvs25
617
618         * src/mainwindow.c
619         * src/toolbar.c
620                 Maemo: put the progress bar in the
621                 toolbar
622
623 2007-07-14 [colin]      2.10.0cvs24
624
625         * src/prefs_common.c
626                 Maemo: hide statusbar by default
627         * src/Makefile.am
628         * src/stock_pixmap.c
629         * src/stock_pixmap.h
630         * src/toolbar.c
631         * src/pixmaps/go_folders.xpm
632                 Maemo: Add a specific icon to go back to
633                 folder list
634
635 2007-07-14 [colin]      2.10.0cvs23
636
637         * src/toolbar.c
638                 Don't set homogeneous finally
639
640 2007-07-14 [colin]      2.10.0cvs22
641
642         * src/toolbar.c
643                 Fix button show/hide issues
644
645 2007-07-14 [colin]      2.10.0cvs21
646
647         * src/toolbar.c
648                 Fix huge arrows
649                 Fix button workaround to be able to click
650                 if mouse was on button when it went un-
651                 sensitive.
652                 Revert previous commit, gtk_tool_item_set_homogeneous
653                 doesn't mean what it seems to mean ;-)
654
655 2007-07-14 [paul]       2.10.0cvs20
656
657         * src/toolbar.c
658                 make homogeneous FALSE always
659
660 2007-07-13 [colin]      2.10.0cvs19
661
662         * src/toolbar.c
663         * src/toolbar.h
664                 Rework to fit the non-deprecated API
665         * src/compose.c
666         * src/folderview.c
667         * src/mainwindow.c
668         * src/messageview.c
669         * src/summaryview.c
670                 Maemo layout changes. Better toolbars,
671                 removal of CTree headers. 
672
673 2007-07-13 [paul]       2.10.0cvs18
674
675         * src/gtk/colorlabel.c
676                 fix bug 1261, '[DE] coloring messages in overview 
677                 keys are not localised'
678                 the string is now included in claws-mail.pot
679
680 2007-07-13 [colin]      2.10.0cvs17
681
682         * src/summaryview.c
683                 Fix bug 1267, 'printing mutliple messages 
684                 opens one message-dialog after the other'
685                 Ask for confirmation when printing 10
686                 messages or more.
687
688 2007-07-11 [colin]      2.10.0cvs16
689
690         * COPYING
691         * README
692         * autogen.sh
693         * manual/claws-mail-manual.xml
694         * manual/gpl.xml
695         * manual/es/claws-mail-manual.xml
696         * manual/es/gpl.xml
697         * manual/fr/claws-mail-manual.xml
698         * manual/fr/gpl.xml
699         * manual/pl/gpl.xml
700         * src/account.c
701         * src/account.h
702         * src/action.c
703         * src/action.h
704         * src/adbookbase.h
705         * src/addr_compl.c
706         * src/addr_compl.h
707         * src/addrbook.c
708         * src/addrbook.h
709         * src/addrcache.c
710         * src/addrcache.h
711         * src/addrcindex.c
712         * src/addrcindex.h
713         * src/addrclip.c
714         * src/addrclip.h
715         * src/addrdefs.h
716         * src/addressadd.c
717         * src/addressadd.h
718         * src/addressbook.c
719         * src/addressbook.h
720         * src/addressbook_foldersel.c
721         * src/addressbook_foldersel.h
722         * src/addressitem.h
723         * src/addrgather.c
724         * src/addrgather.h
725         * src/addrharvest.c
726         * src/addrharvest.h
727         * src/addrindex.c
728         * src/addrindex.h
729         * src/addritem.c
730         * src/addritem.h
731         * src/addrquery.c
732         * src/addrquery.h
733         * src/addrselect.c
734         * src/addrselect.h
735         * src/alertpanel.c
736         * src/alertpanel.h
737         * src/browseldap.c
738         * src/browseldap.h
739         * src/codeconv.c
740         * src/codeconv.h
741         * src/compose.c
742         * src/compose.h
743         * src/crash.c
744         * src/crash.h
745         * src/customheader.c
746         * src/customheader.h
747         * src/displayheader.c
748         * src/displayheader.h
749         * src/editaddress.c
750         * src/editaddress.h
751         * src/editaddress_other_attributes_ldap.c
752         * src/editaddress_other_attributes_ldap.h
753         * src/editbook.c
754         * src/editbook.h
755         * src/editgroup.c
756         * src/editgroup.h
757         * src/editjpilot.c
758         * src/editjpilot.h
759         * src/editldap.c
760         * src/editldap.h
761         * src/editldap_basedn.c
762         * src/editldap_basedn.h
763         * src/edittags.c
764         * src/edittags.h
765         * src/editvcard.c
766         * src/editvcard.h
767         * src/enriched.c
768         * src/enriched.h
769         * src/exphtmldlg.c
770         * src/exphtmldlg.h
771         * src/expldifdlg.c
772         * src/expldifdlg.h
773         * src/export.c
774         * src/export.h
775         * src/exporthtml.c
776         * src/exporthtml.h
777         * src/exportldif.c
778         * src/exportldif.h
779         * src/filtering.c
780         * src/filtering.h
781         * src/folder.c
782         * src/folder.h
783         * src/folder_item_prefs.c
784         * src/folder_item_prefs.h
785         * src/foldersel.c
786         * src/foldersel.h
787         * src/folderutils.c
788         * src/folderutils.h
789         * src/folderview.c
790         * src/folderview.h
791         * src/gedit-print.c
792         * src/gedit-print.h
793         * src/grouplistdialog.c
794         * src/grouplistdialog.h
795         * src/headerview.c
796         * src/headerview.h
797         * src/html.c
798         * src/html.h
799         * src/image_viewer.c
800         * src/image_viewer.h
801         * src/imap.c
802         * src/imap.h
803         * src/imap_gtk.c
804         * src/imap_gtk.h
805         * src/import.c
806         * src/import.h
807         * src/importldif.c
808         * src/importldif.h
809         * src/importmutt.c
810         * src/importmutt.h
811         * src/importpine.c
812         * src/importpine.h
813         * src/inc.c
814         * src/inc.h
815         * src/jpilot.c
816         * src/jpilot.h
817         * src/ldapctrl.c
818         * src/ldapctrl.h
819         * src/ldaplocate.c
820         * src/ldaplocate.h
821         * src/ldapquery.c
822         * src/ldapquery.h
823         * src/ldapserver.c
824         * src/ldapserver.h
825         * src/ldapupdate.c
826         * src/ldapupdate.h
827         * src/ldaputil.c
828         * src/ldaputil.h
829         * src/ldif.c
830         * src/ldif.h
831         * src/localfolder.c
832         * src/localfolder.h
833         * src/main.c
834         * src/main.h
835         * src/mainwindow.c
836         * src/mainwindow.h
837         * src/manual.c
838         * src/manual.h
839         * src/matcher.c
840         * src/matcher.h
841         * src/matcher_parser.h
842         * src/matcher_parser_lex.l
843         * src/matcher_parser_parse.y
844         * src/mbox.c
845         * src/mbox.h
846         * src/message_search.c
847         * src/message_search.h
848         * src/messageview.c
849         * src/messageview.h
850         * src/mh.c
851         * src/mh.h
852         * src/mh_gtk.c
853         * src/mh_gtk.h
854         * src/mimeview.c
855         * src/mimeview.h
856         * src/msgcache.c
857         * src/msgcache.h
858         * src/mutt.c
859         * src/mutt.h
860         * src/news.c
861         * src/news.h
862         * src/news_gtk.c
863         * src/news_gtk.h
864         * src/noticeview.c
865         * src/noticeview.h
866         * src/partial_download.c
867         * src/partial_download.h
868         * src/pine.c
869         * src/pine.h
870         * src/pop.c
871         * src/pop.h
872         * src/prefs_account.c
873         * src/prefs_account.h
874         * src/prefs_actions.c
875         * src/prefs_actions.h
876         * src/prefs_common.c
877         * src/prefs_common.h
878         * src/prefs_compose_writing.c
879         * src/prefs_compose_writing.h
880         * src/prefs_customheader.c
881         * src/prefs_customheader.h
882         * src/prefs_display_header.c
883         * src/prefs_display_header.h
884         * src/prefs_ext_prog.c
885         * src/prefs_ext_prog.h
886         * src/prefs_filtering.c
887         * src/prefs_filtering.h
888         * src/prefs_filtering_action.c
889         * src/prefs_filtering_action.h
890         * src/prefs_folder_column.c
891         * src/prefs_folder_column.h
892         * src/prefs_folder_item.c
893         * src/prefs_folder_item.h
894         * src/prefs_fonts.c
895         * src/prefs_fonts.h
896         * src/prefs_gtk.c
897         * src/prefs_gtk.h
898         * src/prefs_image_viewer.c
899         * src/prefs_image_viewer.h
900         * src/prefs_logging.c
901         * src/prefs_logging.h
902         * src/prefs_matcher.c
903         * src/prefs_matcher.h
904         * src/prefs_message.c
905         * src/prefs_message.h
906         * src/prefs_msg_colors.c
907         * src/prefs_msg_colors.h
908         * src/prefs_other.c
909         * src/prefs_other.h
910         * src/prefs_quote.c
911         * src/prefs_quote.h
912         * src/prefs_receive.c
913         * src/prefs_receive.h
914         * src/prefs_send.c
915         * src/prefs_send.h
916         * src/prefs_spelling.c
917         * src/prefs_spelling.h
918         * src/prefs_summaries.c
919         * src/prefs_summaries.h
920         * src/prefs_summary_column.c
921         * src/prefs_summary_column.h
922         * src/prefs_summary_open.c
923         * src/prefs_summary_open.h
924         * src/prefs_template.c
925         * src/prefs_template.h
926         * src/prefs_themes.c
927         * src/prefs_themes.h
928         * src/prefs_toolbar.c
929         * src/prefs_toolbar.h
930         * src/prefs_wrapping.c
931         * src/prefs_wrapping.h
932         * src/privacy.c
933         * src/privacy.h
934         * src/procheader.c
935         * src/procheader.h
936         * src/procmime.c
937         * src/procmime.h
938         * src/procmsg.c
939         * src/procmsg.h
940         * src/quote_fmt.c
941         * src/quote_fmt_lex.l
942         * src/quote_fmt_parse.y
943         * src/recv.c
944         * src/recv.h
945         * src/remotefolder.c
946         * src/remotefolder.h
947         * src/send_message.c
948         * src/send_message.h
949         * src/setup.c
950         * src/setup.h
951         * src/simple-gettext.c
952         * src/sourcewindow.c
953         * src/sourcewindow.h
954         * src/ssl_manager.c
955         * src/ssl_manager.h
956         * src/statusbar.c
957         * src/statusbar.h
958         * src/stock_pixmap.c
959         * src/stock_pixmap.h
960         * src/summary_search.c
961         * src/summary_search.h
962         * src/summaryview.c
963         * src/summaryview.h
964         * src/textview.c
965         * src/textview.h
966         * src/toolbar.c
967         * src/toolbar.h
968         * src/undo.c
969         * src/undo.h
970         * src/unmime.c
971         * src/unmime.h
972         * src/uri_opener.c
973         * src/uri_opener.h
974         * src/vcard.c
975         * src/vcard.h
976         * src/wizard.c
977         * src/wizard.h
978         * src/common/base64.c
979         * src/common/base64.h
980         * src/common/claws.c
981         * src/common/claws.h
982         * src/common/defs.h
983         * src/common/fnmatch.c
984         * src/common/fnmatch.h
985         * src/common/fnmatch_loop.c
986         * src/common/hooks.c
987         * src/common/hooks.h
988         * src/common/log.c
989         * src/common/log.h
990         * src/common/md5.c
991         * src/common/md5.h
992         * src/common/mgutils.c
993         * src/common/mgutils.h
994         * src/common/nntp.c
995         * src/common/nntp.h
996         * src/common/passcrypt.c
997         * src/common/passcrypt.h.in
998         * src/common/plugin.c
999         * src/common/plugin.h
1000         * src/common/prefs.c
1001         * src/common/prefs.h
1002         * src/common/progressindicator.c
1003         * src/common/progressindicator.h
1004         * src/common/quoted-printable.c
1005         * src/common/quoted-printable.h
1006         * src/common/session.c
1007         * src/common/session.h
1008         * src/common/smtp.c
1009         * src/common/smtp.h
1010         * src/common/socket.c
1011         * src/common/socket.h
1012         * src/common/ssl.c
1013         * src/common/ssl.h
1014         * src/common/ssl_certificate.c
1015         * src/common/ssl_certificate.h
1016         * src/common/string_match.c
1017         * src/common/string_match.h
1018         * src/common/stringtable.c
1019         * src/common/stringtable.h
1020         * src/common/tags.c
1021         * src/common/tags.h
1022         * src/common/template.c
1023         * src/common/template.h
1024         * src/common/timing.h
1025         * src/common/utils.c
1026         * src/common/utils.h
1027         * src/common/uuencode.c
1028         * src/common/uuencode.h
1029         * src/common/version.h.in
1030         * src/common/w32_dirent.c
1031         * src/common/w32_reg.c
1032         * src/common/w32_signal.c
1033         * src/common/w32_stat.c
1034         * src/common/w32_stdlib.c
1035         * src/common/w32_string.c
1036         * src/common/w32_time.c
1037         * src/common/w32_unistd.c
1038         * src/common/w32_wait.c
1039         * src/common/w32lib.h
1040         * src/common/xml.c
1041         * src/common/xml.h
1042         * src/common/xmlprops.c
1043         * src/common/xmlprops.h
1044         * src/etpan/etpan-errors.h
1045         * src/etpan/etpan-thread-manager-types.h
1046         * src/etpan/etpan-thread-manager.c
1047         * src/etpan/etpan-thread-manager.h
1048         * src/etpan/imap-thread.c
1049         * src/etpan/imap-thread.h
1050         * src/gtk/about.c
1051         * src/gtk/about.h
1052         * src/gtk/colorlabel.c
1053         * src/gtk/colorlabel.h
1054         * src/gtk/colorsel.c
1055         * src/gtk/colorsel.h
1056         * src/gtk/combobox.c
1057         * src/gtk/combobox.h
1058         * src/gtk/description_window.c
1059         * src/gtk/description_window.h
1060         * src/gtk/filesel.c
1061         * src/gtk/filesel.h
1062         * src/gtk/foldersort.c
1063         * src/gtk/foldersort.h
1064         * src/gtk/gtkaspell.c
1065         * src/gtk/gtkaspell.h
1066         * src/gtk/gtksctree.c
1067         * src/gtk/gtkshruler.c
1068         * src/gtk/gtkshruler.h
1069         * src/gtk/gtksourceprintjob.c
1070         * src/gtk/gtksourceprintjob.h
1071         * src/gtk/gtkutils.c
1072         * src/gtk/gtkutils.h
1073         * src/gtk/gtkvscrollbutton.c
1074         * src/gtk/gtkvscrollbutton.h
1075         * src/gtk/icon_legend.c
1076         * src/gtk/icon_legend.h
1077         * src/gtk/inputdialog.c
1078         * src/gtk/inputdialog.h
1079         * src/gtk/logwindow.c
1080         * src/gtk/logwindow.h
1081         * src/gtk/manage_window.c
1082         * src/gtk/manage_window.h
1083         * src/gtk/menu.c
1084         * src/gtk/menu.h
1085         * src/gtk/pluginwindow.c
1086         * src/gtk/pluginwindow.h
1087         * src/gtk/prefswindow.c
1088         * src/gtk/prefswindow.h
1089         * src/gtk/progressdialog.c
1090         * src/gtk/progressdialog.h
1091         * src/gtk/quicksearch.c
1092         * src/gtk/quicksearch.h
1093         * src/gtk/sslcertwindow.c
1094         * src/gtk/sslcertwindow.h
1095         * src/plugins/bogofilter/bogofilter.c
1096         * src/plugins/bogofilter/bogofilter.h
1097         * src/plugins/bogofilter/bogofilter_gtk.c
1098         * src/plugins/clamav/clamav_plugin.c
1099         * src/plugins/clamav/clamav_plugin.h
1100         * src/plugins/clamav/clamav_plugin_gtk.c
1101         * src/plugins/demo/demo.c
1102         * src/plugins/dillo_viewer/dillo_prefs.c
1103         * src/plugins/dillo_viewer/dillo_prefs.h
1104         * src/plugins/dillo_viewer/dillo_viewer.c
1105         * src/plugins/pgpcore/passphrase.c
1106         * src/plugins/pgpcore/passphrase.h
1107         * src/plugins/pgpcore/pgp_viewer.c
1108         * src/plugins/pgpcore/pgp_viewer.h
1109         * src/plugins/pgpcore/plugin.c
1110         * src/plugins/pgpcore/prefs_gpg.c
1111         * src/plugins/pgpcore/prefs_gpg.h
1112         * src/plugins/pgpcore/select-keys.c
1113         * src/plugins/pgpcore/select-keys.h
1114         * src/plugins/pgpcore/sgpgme.c
1115         * src/plugins/pgpcore/sgpgme.h
1116         * src/plugins/pgpinline/pgpinline.c
1117         * src/plugins/pgpinline/pgpinline.h
1118         * src/plugins/pgpinline/plugin.c
1119         * src/plugins/pgpmime/pgpmime.c
1120         * src/plugins/pgpmime/pgpmime.h
1121         * src/plugins/pgpmime/plugin.c
1122         * src/plugins/spamassassin/spamassassin.c
1123         * src/plugins/spamassassin/spamassassin.h
1124         * src/plugins/spamassassin/spamassassin_gtk.c
1125         * src/plugins/trayicon/trayicon.c
1126         * src/plugins/trayicon/trayicon_prefs.c
1127         * src/plugins/trayicon/trayicon_prefs.h
1128         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1129         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1130         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1131         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1132         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1133         * tools/OOo2claws-mail.pl
1134         * tools/README.sylprint
1135         * tools/acroread2claws-mail.pl
1136         * tools/claws-mail-compose-insert-files.pl
1137         * tools/convert_mbox.pl
1138         * tools/filter_conv.pl
1139         * tools/filter_conv_new.pl
1140         * tools/fix_date.sh
1141         * tools/freshmeat_search.pl
1142         * tools/google_search.pl
1143         * tools/kmail-mailbox2claws-mail.pl
1144         * tools/kmail2claws-mail.pl
1145         * tools/kmail2claws-mail_v2.pl
1146         * tools/mairix.sh
1147         * tools/make.themes.project
1148         * tools/multiwebsearch.pl
1149         * tools/nautilus2claws-mail.sh
1150         * tools/outlook2claws-mail.pl
1151         * tools/textviewer.sh
1152         * tools/thunderbird-filters-convertor.pl
1153         * tools/update-po
1154         * tools/uuooffice
1155         * tools/vcard2xml.py
1156         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1157                 Upgrade to GPLv3 or later.
1158
1159 2007-07-10 [wwp]        2.10.0cvs15
1160
1161         * src/main.c
1162                 Fix re-opening of all composing messages that were
1163                 opened when closing the previous instance, thanks
1164                 to Colin.
1165
1166 2007-07-10 [paul]       2.10.0cvs14
1167
1168         * src/editaddress_other_attributes_ldap.c
1169         * src/ldapupdate.c
1170                 fix crash on selecting 'other attributes' combo
1171                 for either a new entry or an old entry with no
1172                 existing attributes.
1173                 fix bug on editing multiple attributes which
1174                 resulted them all having the value of the last
1175                 one changed.
1176                 Thanks to Colin
1177
1178 2007-07-10 [colin]      2.10.0cvs13
1179
1180         * src/editaddress.c
1181         * src/editaddress_other_attributes_ldap.h
1182         * src/ldapupdate.c
1183                 Fix --disable-ldap build
1184
1185 2007-07-09 [colin]      2.10.0cvs12
1186
1187         * src/Makefile.am
1188         * src/addritem.c
1189         * src/addritem.h
1190         * src/editaddress.c
1191         * src/editaddress_other_attributes_ldap.c
1192         * src/editaddress_other_attributes_ldap.h
1193         * src/editldap.c
1194         * src/ldapctrl.c
1195         * src/ldapctrl.h
1196         * src/ldapupdate.c
1197                 Add capability to edit all inetOrgPerson
1198                 attributes on LDAP. Patch by Michael 
1199                 Rasmussen
1200
1201 2007-07-09 [colin]      2.10.0cvs11
1202
1203         * src/Makefile.am
1204         * src/exporthtml.c
1205         * src/mbox.c
1206         * src/msgcache.c
1207         * src/prefs_summaries.c
1208         * src/prefs_themes.c
1209         * src/procheader.c
1210         * src/common/Makefile.am
1211         * src/common/log.c
1212         * src/common/timing.h
1213         * src/common/utils.c
1214         * src/common/utils.h
1215         * src/common/w32_account.c
1216         * src/common/w32lib.h
1217         * src/gtk/Makefile.am
1218         * src/gtk/colorlabel.c
1219         * src/plugins/pgpcore/Makefile.am
1220         * src/plugins/pgpcore/claws.def
1221         * src/plugins/pgpcore/passphrase.c
1222         * src/plugins/pgpcore/pgp_viewer.c
1223         * src/plugins/pgpcore/plugin.def
1224         * src/plugins/pgpcore/sgpgme.c
1225         * src/plugins/pgpinline/Makefile.am
1226         * src/plugins/pgpinline/claws.def
1227         * src/plugins/pgpinline/mypgpcore.def
1228         * src/plugins/pgpinline/plugin.def
1229         * src/plugins/pgpmime/Makefile.am
1230         * src/plugins/pgpmime/claws.def
1231         * src/plugins/pgpmime/mypgpcore.def
1232         * src/plugins/pgpmime/plugin.def
1233                 Commit win32 patch, from Werner Koch and
1234                 Marcus Brinkmann
1235
1236 2007-07-09 [colin]      2.10.0cvs10
1237
1238         * src/prefs_toolbar.c
1239                 Fix crash when no actions exist
1240
1241 2007-07-07 [paul]       2.10.0cvs9
1242
1243         * COPYING
1244         * manual/claws-mail-manual.xml
1245                 update copyright year
1246         * po/fi.po
1247                 updated by Flammie Pirinen
1248
1249 2007-07-05 [wwp]        2.10.0cvs8
1250
1251         * src/plugins/clamav/clamav_plugin_gtk.c
1252                 Make vertical spacing like in other plugin prefs pages.
1253
1254 2007-07-05 [wwp]        2.10.0cvs7
1255
1256         * src/quote_fmt.c
1257                 It's %am that works, not %ae (this doc incoherence has been
1258                 introduced with 2.9.2cvs13).
1259
1260 2007-07-04 [wwp]        2.10.0cvs6
1261
1262         * src/plugins/bogofilter/bogofilter.c
1263                 Gettext-ize an occurrence of "Any" that wasn't.
1264
1265 2007-07-04 [colin]      2.10.0cvs5
1266
1267         * po/POTFILES.in
1268                 Fix untranslated strings; thanks
1269                 to Pader Rezso.
1270
1271 2007-07-03 [colin]      2.10.0cvs4
1272
1273         * src/folder.c
1274         * src/mainwindow.c
1275                 Fix saving of sort mode for tags and
1276                 thread date. Thanks to Pierre Ossman.
1277                 Completes fix for bug 1233
1278
1279 2007-07-03 [paul]       2.10.0cvs3
1280
1281         * src/compose.c
1282                 fix auto-save
1283         * src/summaryview.c
1284                 fix build warnings
1285         Thanks to Colin
1286
1287 2007-07-02 [colin]      2.10.0cvs2
1288
1289         * src/folder.h
1290         * src/mainwindow.c
1291         * src/procmsg.h
1292         * src/summaryview.c
1293                 Add View/Sort/by Thread date
1294                 Fixes bug 1233, 'Capability to sort 
1295                 threads by most recent message'
1296                 Based on a patch by Paul Rolland
1297
1298 2007-07-02 [colin]      2.10.0cvs1
1299
1300         * src/Makefile.am
1301         * src/compose.c
1302         * src/edittags.c
1303         * src/edittags.h
1304         * src/filtering.c
1305         * src/folder.c
1306         * src/folder.h
1307         * src/headerview.c
1308         * src/headerview.h
1309         * src/main.c
1310         * src/mainwindow.c
1311         * src/mainwindow.h
1312         * src/manual.h
1313         * src/matcher.c
1314         * src/matcher.h
1315         * src/matcher_parser_parse.y
1316         * src/mimeview.c
1317         * src/msgcache.c
1318         * src/msgcache.h
1319         * src/prefs_common.c
1320         * src/prefs_common.h
1321         * src/prefs_filtering_action.c
1322         * src/prefs_matcher.c
1323         * src/prefs_summary_column.c
1324         * src/procmsg.c
1325         * src/procmsg.h
1326         * src/quote_fmt.c
1327         * src/quote_fmt_lex.l
1328         * src/quote_fmt_parse.y
1329         * src/summaryview.c
1330         * src/summaryview.h
1331         * src/textview.c
1332         * src/common/Makefile.am
1333         * src/common/defs.h
1334         * src/common/tags.c
1335         * src/common/tags.h
1336         * src/gtk/quicksearch.c
1337         * src/gtk/quicksearch.h
1338                 Add Tags implementation. Tags are arbitrary labels
1339                 that can be applied to messages. It is possible 
1340                 to create, edit, remove tags; apply them to mails;
1341                 filter on tags or tag presence; apply or unset
1342                 tags via filtering actions; reference tags in
1343                 reply templates.
1344
1345 2007-07-02 [paul]       2.10.0
1346
1347         * NEWS
1348         * README
1349         * RELEASE_NOTES
1350                 2.10.0 released
1351
1352 2007-07-02 [paul]       2.9.2cvs78
1353
1354         * po/de.po
1355         * po/en_GB.po
1356         * po/es.po
1357         * po/fr.po
1358         * po/hu.po
1359         * po/pt_BR.po
1360         * po/ru.po
1361         * po/zh_CN.po
1362                 updated by Stephan Sachse, me, Ricardo Mones
1363                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1364                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1365
1366 2007-07-02 [paul]       2.9.2cvs77
1367
1368         * AUTHORS
1369                 updated
1370
1371 2007-06-29 [wwp]        2.9.2cvs76
1372
1373         * src/gtk/headers.h
1374                 Fix a typo (thanks to Ricardo for finding this out).
1375
1376 2007-06-28 [paul]       2.9.2cvs75
1377
1378         * src/folderview.c
1379                 fix build warnings
1380
1381 2007-06-28 [paul]       2.9.2cvs74
1382
1383         * tools/Makefile.am
1384                 fix bug in the autotools build system.
1385                 Files cataloged under EXTRA_DIST were never
1386                 automatically copied to the build tree.
1387                 (fix 'make distcheck')
1388                 Patch by Michael Rasmussen.
1389
1390 2007-06-24 [colin]      2.9.2cvs73
1391
1392         * src/news_gtk.c
1393                 Fix bug 1249, 'Error handling for 
1394                 news errors needs modification'
1395                 Only popup error if the according
1396                 pref in Prefs/Receive is set.
1397
1398 2007-06-21 [colin]      2.9.2cvs72
1399
1400         * src/common/plugin.c
1401         * src/common/plugin.h
1402                 Change plugin API to know whether it's safe to 
1403                 unload plugins or whether we should just hide
1404                 them. Fixes bug 1248, 'Core dumps after 
1405                 unloading plugin and clicking on load plugins'
1406         * src/plugins/bogofilter/bogofilter.c
1407         * src/plugins/clamav/clamav_plugin.c
1408         * src/plugins/demo/demo.c
1409         * src/plugins/dillo_viewer/dillo_viewer.c
1410         * src/plugins/pgpcore/plugin.c
1411         * src/plugins/pgpinline/plugin.c
1412         * src/plugins/pgpmime/plugin.c
1413         * src/plugins/spamassassin/spamassassin.c
1414         * src/plugins/trayicon/trayicon.c
1415                 Update API
1416
1417 2007-06-19 [colin]      2.9.2cvs71
1418
1419         * src/compose.c
1420         * src/messageview.c
1421                 Fix crash mentioned in bug 1246
1422                 Race condition when automatically drafting
1423                 due to insertion on reedit.
1424
1425 2007-06-18 [wwp]        2.9.2cvs70
1426
1427         * src/importldif.c
1428                 LDIF import: use a "Proceed" button to complete
1429                 the process.
1430
1431 2007-06-18 [paul]       2.9.2cvs69
1432
1433         * configure.ac
1434                 use pkgconfig to check for gtk and glib
1435
1436 2007-06-17 [wwp]        2.9.2cvs68
1437
1438         * src/ldif.c
1439         * src/importldif.c
1440                 LDIF import: better error handling, minor code
1441                 and UI cleanup, and renamed the Save button
1442                 to Close, as imported stuff is already saved
1443                 when the Save button is shown.
1444
1445 2007-06-17 [colin]      2.9.2cvs67
1446
1447         * src/prefs_summaries.c
1448         * src/procmsg.c
1449                 Don't set as read when forwarded, only replied to
1450
1451 2007-06-17 [paul]       2.9.2cvs66
1452
1453         * src/alertpanel.c
1454                 add missing #include
1455
1456 2007-06-16 [colin]      2.9.2cvs65
1457
1458         * src/prefs_summaries.c
1459         * src/procmsg.c
1460                 Change the pref "Only mark as read when opened
1461                 in new window" to "..., replied to or forwarded".
1462                 Based on a patch by Paul Rolland.
1463
1464 2007-06-16 [paul]       2.9.2cvs64
1465
1466         * src/gtk/authors.h
1467                 alphabetical order! :)
1468
1469 2007-06-16 [colin]      2.9.2cvs63
1470
1471         * AUTHORS
1472         * src/gtk/authors.h
1473                 Add Michael Rasmussen in authors list
1474
1475 2007-06-16 [colin]      2.9.2cvs62
1476
1477         * src/messageview.c
1478                 Fix messageview_copy_clipboard to take advantage
1479                 of plugins' get_selection.
1480
1481 2007-06-15 [colin]      2.9.2cvs61
1482
1483         * src/action.c
1484         * src/addr_compl.c
1485         * src/addressbook.c
1486         * src/folderview.c
1487         * src/message_search.c
1488         * src/mimeview.c
1489         * src/summary_search.c
1490         * src/summaryview.c
1491         * src/textview.c
1492                 Allow GDK_KP_Enter to do the same as GDK_Return
1493                 Patch by Michael Rasmussen
1494
1495 2007-06-15 [paul]       2.9.2cvs60
1496
1497         * src/compose.c
1498                 fix bug when closing a compose window
1499                 during autosave
1500
1501 2007-06-14 [paul]       2.9.2cvs59
1502
1503         * src/main.c
1504         * src/common/defs.h
1505                 migrate sylpheed config
1506
1507 2007-06-14 [wwp]        2.9.2cvs58
1508
1509         * src/gtk/pluginwindow.c
1510                 Yet another attempt to fix sizing/alignment of the
1511                 button bar in plugins window.
1512
1513 2007-06-12 [colin]      2.9.2cvs57
1514
1515         * po/POTFILES.in
1516         * src/Makefile.am
1517         * src/folderview.c
1518         * src/prefs_common.c
1519         * src/prefs_common.h
1520         * src/prefs_summaries.c
1521         * src/prefs_summary_open.c
1522         * src/prefs_summary_open.h
1523         * src/summaryview.c
1524                 Make "when entering a folder" actions more personalisable
1525
1526 2007-06-12 [wwp]        2.9.2cvs56
1527
1528         * tools/README
1529                 Use short description from Paul (mairix.sh).
1530
1531 2007-06-12 [wwp]        2.9.2cvs55
1532
1533         * tools/README
1534                 Updated info about mairix.sh.
1535
1536 2007-06-11 [paul]       2.9.2cvs54
1537
1538         * src/prefs_logging.c
1539                 rework log window length widgets
1540                 and some sensitivity fixes
1541
1542 2007-06-11 [paul]       2.9.2cvs53
1543
1544         * src/mainwindow.c
1545         * src/prefs_logging.c
1546                 rename 'Protocol Log' to 'Network Log'
1547                 and some function renaming
1548
1549 2007-06-10 [wwp]        2.9.2cvs52
1550
1551         * src/gtk/pluginwindow.c
1552                 Revert 2.9.2cvs51.
1553
1554 2007-06-10 [wwp]        2.9.2cvs51
1555
1556         * src/gtk/pluginwindow.c
1557                 Fix button bar in plugin window, was centered and not
1558                 behaving like other dialogs w/ such button bar.
1559
1560 2007-06-08 [wwp]        2.9.2cvs50
1561
1562         * src/compose.c
1563         * src/compose.h
1564         * src/main.c
1565         * src/mainwindow.c
1566         * src/mainwindow.h
1567                 Provide a way out of automatic draft saving on IMAP, when
1568                 exiting offline.
1569                 Prevent drafting while sending and quitting while sending.
1570                 Thanks for Colin.
1571
1572
1573
1574 2007-06-08 [wwp]        2.9.2cvs49
1575
1576         * src/prefs_account.c
1577         * src/gtk/prefswindow.c
1578         * src/gtk/prefswindow.h
1579                 Activate the Basic page when opening account prefs.
1580
1581 2007-06-08 [wwp]        2.9.2cvs48
1582
1583         * src/common/socket.c
1584                 Don't crash if fork() fails, thanks to Colin.
1585
1586 2007-06-08 [wwp]        2.9.2cvs47
1587
1588         * src/gtk/prefswindow.c
1589                 Wrap some long lines, and reset horizontal scroller's adjusment
1590                 (this was already done, vertically), when changing tab (not page)
1591                 in prefs windows.
1592
1593 2007-06-08 [paul]       2.9.2cvs46
1594
1595         * src/common/utils.c
1596                 use gethostname() instead of uname()
1597                 based on a patch by Michael Hughes
1598                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1599
1600 2007-06-07 [wwp]        2.9.2cvs45
1601
1602         * src/prefs_common.c
1603                 Fix some useless warnings, thanks to Colin.
1604
1605 2007-06-06 [colin]      2.9.2cvs44
1606
1607         * src/ldapupdate.c
1608                 Fix strange allocations. 
1609
1610 2007-06-06 [colin]      2.9.2cvs43
1611
1612         * src/ldapupdate.c
1613                 Patch by Michael Rasmussus to help
1614                 bug 1232
1615
1616 2007-06-05 [wwp]        2.9.2cvs42
1617
1618         * src/prefs_account.c
1619         * src/prefs_folder_item.c
1620         * src/prefs_quote.c
1621         * src/quote_fmt.c
1622         * src/quote_fmt.h
1623                 Per-folder templates can now be applied recursively.
1624                 Always save per-folder templates (formats were erroneously
1625                 saved only if they were enabled).
1626                 Check for validity of quotation marks everywhere there
1627                 are defined.
1628
1629 2007-06-05 [wwp]        2.9.2cvs41
1630
1631         * src/inc.c
1632                 Fix incoming messages from local accounts always getting filtered
1633                 (even if the account prefs say don't), thanks to Colin.
1634
1635 2007-06-05 [wwp]        2.9.2cvs40
1636
1637         * src/compose.c
1638         * src/compose.h
1639                 Use per-folder/per-account quote chars when applying a
1640                 template or inserting text as well. Const'ify some
1641                 vars more.
1642
1643 2007-06-04 [colin]      2.9.2cvs39
1644
1645         * src/compose.c
1646                 More work for wwp :)
1647
1648 2007-06-04 [wwp]        2.9.2cvs38
1649
1650         * src/compose.c
1651                 Same as 2.9.2cvs36 but for forwarding.
1652
1653 2007-06-04 [colin]      2.9.2cvs37
1654
1655         * src/compose.c
1656                 Use original mail file for forward/redirect
1657                 Fixes some forwarded mails to be attached as
1658                 application/octet-stream (when they have binary
1659                 parts), and incidentally fixes bug 848
1660                 'Redirect breaks GnuPG'
1661
1662 2007-06-04 [wwp]        2.9.2cvs36
1663
1664         * src/compose.c
1665                 Fix quote mark mis-initialisation when replying/forwarding
1666                 (introduced w/ 2.9.2cvs20).
1667
1668 2007-06-04 [wwp]        2.9.2cvs35
1669
1670         * src/prefs_compose_writing.c
1671         * src/prefs_quote.c
1672                 Fix a bug where Quotation characters (prefs/compose/writing)
1673                 was cleared (introduced w/ 2.9.2cvs26).
1674
1675 2007-06-04 [wwp]        2.9.2cvs34
1676
1677         * src/prefs_account.c
1678         * src/prefs_account.h
1679                 Better fix for compiling w/o aspell (rollbacks
1680                 2.9.2cvs31).
1681
1682 2007-06-04 [wwp]        2.9.2cvs33
1683
1684         * src/account.c
1685         * src/prefs_account.c
1686         * src/prefs_account.h
1687         * src/procmsg.c
1688                 It's now possible to disable mail filtering plugins
1689                 on a per-account basis.
1690
1691 2007-06-04 [wwp]        2.9.2cvs32
1692
1693         * src/procheader.c
1694         * src/common/utils.c
1695         * src/common/utils.h
1696                 Support CRLF in headers part of messages.
1697                 Support few more date formats (RFC3339 subsets).
1698
1699 2007-06-04 [wwp]        2.9.2cvs31
1700
1701         * src/prefs_account.c
1702                 Fix compiling w/o aspell support.
1703
1704 2007-06-03 [wwp]        2.9.2cvs30
1705
1706         * src/prefs_gtk.c
1707                 Don't decode leading ENV_ and ~ in P_PASSWORD
1708                 values.
1709
1710 2007-06-03 [wwp]        2.9.2cvs29
1711
1712         * src/prefs_gtk.c
1713                 Don't decode leading ENV_ and ~ in P_PASSWORD
1714                 values.
1715
1716 2007-06-03 [wwp]        2.9.2cvs28
1717
1718         * src/prefs_account.c
1719         * src/gtk/prefswindow.c
1720         * src/gtk/prefswindow.h
1721                 Added a way to force preloading of all pages
1722                 (prefswindow).
1723                 Moved tabs to pages in account prefs.
1724
1725 2007-06-02 [colin]      2.9.2cvs27
1726
1727         * src/addressbook.c
1728                 Fix possible crash, fix ldap write bugs
1729         * src/ldapupdate.c
1730                 Fix ldap write bugs - patch by Michael
1731                 Rasmussen
1732         * src/alertpanel.c
1733         * src/alertpanel.h
1734                 Add a hook whenever alertpanel opens/closes
1735
1736 2007-05-31 [wwp]        2.9.2cvs26
1737
1738         * src/prefs_compose_writing.c
1739         * src/prefs_quote.c
1740                 Re-organized writing options a bit:
1741                  - renamed the Quoting page to Templates
1742                  - moved all composing templates to that page
1743                  - moved non-templates options to the Writing one,
1744                    grouped reply-related options, reordered reply and
1745                    forward options.
1746
1747 2007-05-31 [wwp]        2.9.2cvs25
1748
1749         * src/compose.c
1750                 Removed unused code.
1751
1752 2007-05-31 [colin]      2.9.2cvs24
1753
1754         * src/addressbook.c
1755                 Fix missing display name when modifying
1756                 LDAP. Patch by Michael Rasmussen
1757
1758 2007-05-31 [wwp]        2.9.2cvs23
1759
1760         * src/plugins/bogofilter/Makefile.am
1761         * src/plugins/clamav/Makefile.am
1762         * src/plugins/demo/Makefile.am
1763         * src/plugins/dillo_viewer/Makefile.am
1764         * src/plugins/spamassassin/Makefile.am
1765                 Fix building of those plugins in Mac OS X.
1766
1767 2007-05-30 [wwp]        2.9.2cvs22
1768
1769         * src/gtk/quicksearch.c
1770                 Fix missing initialization.
1771
1772 2007-05-30 [wwp]        2.9.2cvs21
1773
1774         * src/procheader.c
1775                 Revert accidental commit (debug outputs).
1776
1777 2007-05-30 [wwp]        2.9.2cvs20
1778
1779         * src/compose.c
1780         * src/folder_item_prefs.c
1781         * src/folder_item_prefs.h
1782         * src/prefs_account.c
1783         * src/prefs_account.h
1784         * src/prefs_folder_item.c
1785         * src/prefs_gtk.c
1786         * src/prefs_gtk.h
1787                 Implemented per-account and per-folder
1788                 compose/reply/forward formats.
1789
1790 2007-05-30 [wwp]        2.9.2cvs19
1791
1792         * src/prefs_compose_writing.c
1793         * src/prefs_quote.c
1794         * src/procheader.c
1795         * src/quote_fmt.c
1796         * src/quote_fmt.h
1797                 Internal API changes (factorize quote format
1798                 prefs and checks).
1799
1800 2007-05-30 [colin]      2.9.2cvs18
1801
1802         * src/compose.c
1803                 Fix race where it's possible to re-click Send
1804                 between end of SMTP session and end of "move to
1805                 sent folder" when sending an email with send
1806                 dialog enabled.
1807
1808 2007-05-30 [colin]      2.9.2cvs17
1809
1810         * src/crash.c
1811                 Ask for backtrace on all threads. Patch by
1812                 Pawel
1813         * src/folderview.c
1814                 Fix stale news statusbar when scanning fails.
1815                 Patch by Pawel
1816         * src/ldapupdate.c
1817                 Fix some LDAP write updates bugs. Patch
1818                 by Michael Rasmussen
1819
1820 2007-05-29 [colin]      2.9.2cvs16
1821
1822         * src/imap.c
1823                 Fix loss of local flags when moving mails
1824                 on IMAP in high-bandwidth mode (UID FETCH)
1825
1826 2007-05-25 [paul]       2.9.2cvs15
1827
1828         * src/common/socket.c
1829                 fix sometimes crasher on cancelling
1830                 message sending
1831
1832 2007-05-25 [colin]      2.9.2cvs14
1833
1834         * src/imap.c
1835                 Fix a memory leak
1836         * src/imap_gtk.c
1837                 Be more helpful in the subscription
1838                 message
1839
1840 2007-05-23 [wwp]        2.9.2cvs13
1841
1842         * src/compose.c
1843         * src/prefs_compose_writing.c
1844         * src/prefs_quote.c
1845         * src/prefs_template.c
1846         * src/prefs_template.h
1847         * src/quote_fmt.c
1848         * src/quote_fmt.h
1849         * src/quote_fmt_lex.l
1850         * src/quote_fmt_parse.y
1851                 Introduced new syntax elements (symbols and commands)
1852                 in templates/quote_fmt. Compatibility w/ old
1853                 symbols is kept.
1854                 Updated and reworked the corresponding Information
1855                 dialog.
1856                 Display the line number in dialogs that talk about
1857                 parser errors (in addition to the error message in
1858                 output).
1859
1860 2007-05-23 [wwp]        2.9.2cvs12
1861
1862         * src/quote_fmt_parse.y
1863                 Fix 2.9.2cvs11, probably a paste accident ;).
1864
1865 2007-05-23 [wwp]        2.9.2cvs11
1866
1867         * src/compose.c
1868         * src/prefs_template.c
1869         * src/quote_fmt.h
1870         * src/quote_fmt_parse.y
1871                 Fix 2.9.2cvs10, which broke --disable-aspell.
1872
1873 2007-05-22 [wwp]        2.9.2cvs10
1874
1875         * src/compose.c
1876         * src/prefs_template.c
1877         * src/quote_fmt.c
1878         * src/quote_fmt.h
1879         * src/quote_fmt_lex.l
1880         * src/quote_fmt_parse.y
1881         * src/gtk/gtkaspell.c
1882         * src/gtk/gtkaspell.h
1883                 Added template/quote format syntactical elements
1884                 to show and query:
1885                         - current dictionary
1886                           %T to show (shows empty if not set or not enabled),
1887                           ?T and !T to check if the default dictionary is
1888                           enabled and set
1889                         - current account's default dictionary
1890                           %aT to show (empty if not set or not enabled),
1891                           ?aT and !aT to check if it's enabled and set
1892                         - name completion for an address, from the address
1893                           book
1894                           %ABf, %ABt, %ABc respectively show the full name got
1895                           from the address book if From, To or Cc match a single
1896                           contact.
1897                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
1898                           matches any contact and if the full name is non-empty.
1899                           If From, To or Cc are lists of email addresses, only
1900                           the first address will be checked.
1901                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
1902                 that could show a trailing ','.
1903                 Also, template/quote_fmt parser now shows the line number in case
1904                 of parser error.
1905
1906 2007-05-15 [colin]      2.9.2cvs9
1907
1908         * src/main.c
1909         * src/main.h
1910                 Add a public function to know whether Claws
1911                 crashed last time
1912                 Store opened folder when exiting
1913         * src/folder.c
1914         * src/folder.h
1915                 Store last opened message in each FolderItem;
1916                 Reset last seen messages if Claws crashed, so 
1917                 that one can't go in an infinite crash in case 
1918                 a particular mail crashes Claws.
1919         * src/messageview.c
1920         * src/prefs_common.c
1921         * src/prefs_common.h
1922         * src/summaryview.c
1923         * src/prefs_summaries.c
1924                 Add "Select last opened message" when entering
1925                 a folder
1926                 Add "Select last opened folder" at startup.
1927
1928 2007-05-14 [colin]      2.9.2cvs8
1929
1930         * manual/xml2pdf
1931                 Fix bashism, search for xml catalog 
1932                 in /usr/local/share/xml/catalog too
1933                 Patch by Pawel
1934
1935 2007-05-13 [wwp]        2.9.2cvs7
1936
1937         * src/gtk/logwindow.c
1938                 fix raising log windows when they are either minimized or
1939                 in background.
1940
1941 2007-05-11 [colin]      2.9.2cvs6
1942
1943         * src/gtk/filesel.c
1944                 Use Hildon's file chooser on Maemo. Patch
1945                 by Jean-Luc Biord; fixes part 2 of bug 1201,
1946                 'File attachment "manipulation" bugs...'
1947
1948 2007-05-10 [wwp]        2.9.2cvs5
1949
1950         * src/prefs_common.c
1951         * src/prefs_common.h
1952         * src/gtk/quicksearch.c
1953                 Add a quicksearch option to automatically run
1954                 a search selected from the history (this option
1955                 is exclusive towards type-ahead).
1956
1957 2007-05-10 [colin]      2.9.2cvs4
1958
1959         * src/imap.c
1960                 Fix g_warnings, thanks to Brian
1961                 Morrison
1962
1963 2007-05-09 [colin]      2.9.2cvs3
1964
1965         * src/crash.c
1966         * src/exporthtml.c
1967         * src/mbox.c
1968         * src/prefs_summaries.c
1969         * src/procheader.c
1970         * src/common/log.c
1971         * src/common/utils.c
1972         * src/gtk/gtksourceprintjob.c
1973         * src/gtk/sslcertwindow.c
1974                 Use the re-entrant variant of time functions
1975                 Probably fixes bug 1217, 'reentrancy problems 
1976                 with time functions'
1977
1978 2007-05-09 [colin]      2.9.2cvs2
1979
1980         * src/imap.c
1981                 Fix crasher when reconnection fails
1982
1983 2007-05-08 [paul]       2.9.2cvs1
1984
1985         * NEWS
1986         * README
1987         * RELEASE_NOTES
1988         * configure.ac
1989                 bump version number following
1990                 stable release
1991
1992 2007-05-08 [paul]       2.9.1cvs48
1993
1994         * src/plugins/demo/demo.c
1995         * src/plugins/dillo_viewer/dillo_prefs.c
1996         * src/plugins/dillo_viewer/dillo_prefs.h
1997         * src/plugins/dillo_viewer/dillo_viewer.c
1998         * src/plugins/pgpcore/pgp_viewer.c
1999         * src/plugins/pgpcore/pgp_viewer.h
2000         * src/plugins/pgpcore/plugin.c
2001         * src/plugins/pgpcore/prefs_gpg.c
2002         * src/plugins/pgpcore/prefs_gpg.h
2003         * src/plugins/pgpcore/sgpgme.c
2004         * src/plugins/pgpcore/sgpgme.h
2005         * src/plugins/pgpinline/plugin.c
2006         * src/plugins/pgpmime/pgpmime.c
2007         * src/plugins/pgpmime/pgpmime.h
2008         * src/plugins/pgpmime/plugin.c
2009         * src/plugins/spamassassin/spamassassin.c
2010         * src/plugins/spamassassin/spamassassin.h
2011         * src/plugins/spamassassin/spamassassin_gtk.c
2012         * src/plugins/trayicon/README
2013         * tools/README
2014         * tools/README.sylprint
2015         * tools/outlook2claws-mail.pl
2016         * tools/sylprint.pl
2017         * tools/tb2claws-mail
2018         * tools/tbird2claws.py
2019         * tools/update-po
2020         * tools/vcard2xml.py
2021         * tools/kdeservicemenu/README
2022                 cleanups and corrections
2023
2024 2007-05-06 [wwp]        2.9.1cvs47
2025
2026         * tools/uudec
2027                 Fix missing dash to `display` command-line, reported
2028                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2029
2030 2007-05-06 [colin]      2.9.1cvs46
2031
2032         * src/Makefile.am
2033         * src/stock_pixmap.c
2034         * src/stock_pixmap.h
2035         * src/pixmaps/printer.xpm
2036                 Add a printer icon
2037
2038 2007-05-06 [paul]       2.9.1cvs45
2039
2040         * src/compose.c
2041         * src/ldapquery.c
2042         * src/privacy.h
2043         * src/summary_search.c
2044         * src/summaryview.c
2045                 fix build warnings
2046
2047 2007-05-05 [wwp]        2.9.1cvs44
2048
2049         * src/messageview.c
2050         * src/mh.c
2051         * src/prefs_actions.c
2052         * src/prefs_gtk.c
2053         * src/summaryview.c
2054         * src/common/xml.c
2055                 Fix "faild" typos everywhere and capitalization of
2056                 some g_warnings.
2057
2058 2007-05-04 [colin]      2.9.1cvs43
2059
2060         * src/compose.c
2061         * src/privacy.c
2062         * src/privacy.h
2063         * src/plugins/pgpcore/prefs_gpg.c
2064         * src/plugins/pgpcore/prefs_gpg.h
2065         * src/plugins/pgpinline/pgpinline.c
2066         * src/plugins/pgpmime/pgpmime.c
2067                 Add an API to warn about encryption limits,
2068                 and allow to disable these warnings
2069
2070 2007-05-03 [colin]      2.9.1cvs42
2071
2072         * src/summaryview.c
2073         * src/mainwindow.c
2074                 Fix bug 1213, 'Delete more than 
2075                 one thread at once'
2076
2077 2007-05-03 [wwp]        2.9.1cvs41
2078
2079         * src/prefs_common.c
2080         * src/prefs_filtering.c
2081         * src/prefs_template.c
2082         * src/common/template.c
2083         * src/common/template.h
2084         * src/gtk/gtkutils.c
2085         * src/gtk/gtkutils.h
2086                 Templates are no longer automatically sorted
2087                 by name, but can be sorted manually using
2088                 |< < > >| buttons as well as drag'n'drop.
2089
2090 2007-05-03 [wwp]        2.9.1cvs40
2091
2092         * src/plugins/spamassassin/spamassassin.c
2093         * src/plugins/spamassassin/spamassassin.h
2094         * src/plugins/spamassassin/spamassassin_gtk.c
2095         * src/plugins/bogofilter/bogofilter.c
2096         * src/plugins/bogofilter/bogofilter.h
2097         * src/plugins/bogofilter/bogofilter_gtk.c
2098                 Added an option to conditionally mark saved spam
2099                 as read (default is and was to do so).
2100                 Satisfies feature request 1708539 on sf.net tracker.
2101
2102 2007-05-03 [colin]      2.9.1cvs39
2103
2104         * src/inc.c
2105                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2106
2107 2007-05-02 [colin]      2.9.1cvs38
2108
2109         * src/textview.c
2110                 Fix bug 1209, 'Clicking on address 
2111                 in header (mailto uri) selects 
2112                 default account'. Patch adapted from
2113                 G.P. Halkes' patch.
2114
2115 2007-05-02 [colin]      2.9.1cvs37
2116
2117         * src/grouplistdialog.c
2118                 Set cursor to wait cursor while loading
2119                 groups.
2120
2121 2007-05-02 [paul]       2.9.1cvs36
2122
2123         * src/folder.c
2124         * src/common/defs.h
2125                 rename cache and mark files
2126                 (data is preserved)
2127
2128 2007-04-30 [paul]       2.9.1cvs35
2129
2130         * manual/glossary.xml
2131         * manual/plugins.xml
2132                 updates. Patch by Ricardo
2133
2134 2007-04-29 [wwp]        2.9.1cvs34
2135
2136         * src/mainwindow.c
2137         * configure.ac
2138                 Fix few grammatical errors (patch by David Relson < relson at
2139                 osagesoftware dot com >).
2140
2141 2007-04-28 [colin]      2.9.1cvs33
2142
2143         * src/account.c
2144         * src/pop.c
2145         * src/prefs_account.c
2146         * src/prefs_account.h
2147                 Drop the "Download all" preference. It's
2148                 stupidly useless and confuses people from
2149                 time to time.
2150
2151 2007-04-27 [wwp]        2.9.1cvs32
2152
2153         * src/account.c
2154         * src/prefs_account.c
2155         * src/prefs_account.h
2156                 Don't reflect accounts changes to the mainwindow when it's
2157                 not necessary.
2158
2159 2007-04-27 [colin]      2.9.1cvs31
2160
2161         * src/folder.c
2162                 Freeze/thaw when sync'ing flags
2163         * src/imap.c
2164         * src/prefs_account.c
2165         * src/prefs_account.h
2166         * src/etpan/imap-thread.c
2167         * src/etpan/imap-thread.h
2168                 Add a way to use UID FETCH instead
2169                 of searches to fetch message lists
2170                 and flags. More expensive towards
2171                 bandwidth, less expensive towards
2172                 server's CPU. Probably fixes 
2173                 bug 1158, 'Scanning new folders on 
2174                 Exchange 2007 extremely slow'.
2175                 Patch 95% by Hoa.
2176
2177 2007-04-27 [paul]       2.9.1cvs30
2178
2179         * src/mainwindow.c
2180         * src/prefs_logging.c
2181                 improvements to english usage
2182
2183 2007-04-27 [colin]      2.9.1cvs29
2184
2185         * src/imap.c
2186                 Fix build without libetpan (my bad!)
2187
2188 2007-04-26 [colin]      2.9.1cvs28
2189
2190         * src/imap.c
2191         * src/imap.h
2192                 Fix uselessly exported function
2193         * src/textview.c
2194                 Consider "- -- \n" as signature separator
2195                 (that's what signature separators look like
2196                  in PGP/Inline signed mails)
2197
2198 2007-04-26 [colin]      2.9.1cvs27
2199
2200         * configure.ac
2201                 libetpan-0.49 is now required
2202         * src/procmime.c
2203                 Fix double fetching of mails if
2204                 first try failed
2205         * src/imap.c
2206                 Make offline sync faster, by
2207                 remembering last change time, and
2208                 last sync time.
2209
2210 2007-04-26 [hoa]        2.9.1cvs26
2211
2212         * src/imap.c
2213         * src/imap.h
2214         * src/mainwindow.c
2215         * src/toolbar.c
2216         * src/etpan/imap-thread.c
2217         * src/etpan/imap-thread.h
2218                 cancellation of IMAP operations is now allowed.
2219                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2220
2221 2007-04-26 [colin]      2.9.1cvs25
2222
2223         * src/folder.c
2224                 Always fetch body+headers in folders that are
2225                 synched for offline use, if "Synchronise as
2226                 soon as possible" is set.
2227                 Fixes bug 1200, 'Add option to always retrieve full 
2228                 messages'
2229
2230 2007-04-25 [colin]      2.9.1cvs24
2231
2232         * src/compose.c
2233                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2234                 persists...'
2235
2236 2007-04-24 [colin]      2.9.1cvs23
2237
2238         * src/folderview.c
2239                 Fix bug 1195, 'Hardware key navigation' 
2240                 Make GDK_Enter toggle expansion (Maemo)
2241
2242 2007-04-24 [wwp]        2.9.1cvs22
2243
2244         * src/compose.c
2245                 Fix few compiler warnings.
2246
2247 2007-04-24 [paul]       2.9.1cvs21
2248
2249         * src/Makefile.am
2250         * src/stock_pixmap.c
2251         * src/stock_pixmap.h
2252                 complete last commit
2253
2254 2007-04-24 [paul]       2.9.1cvs20
2255
2256         * src/gtk/about.c
2257         * src/pixmaps/active.xpm
2258         * src/pixmaps/checkbox_off.xpm
2259         * src/pixmaps/checkbox_on.xpm
2260         * src/pixmaps/inactive.xpm
2261                 kick out the blobs
2262                 remove transparent border from checkbox icons
2263
2264 2007-04-24 [wwp]        2.9.1cvs19
2265
2266         * src/textview.c
2267         * src/textview.h
2268                 Fix a crash in textview, thanks to Colin.
2269
2270 2007-04-23 [wwp]        2.9.1cvs18
2271
2272         * src/prefs_common.c
2273                 Fix 2.9.1cvs5: no header was being translated at all.
2274
2275 2007-04-23 [colin]      2.9.1cvs17
2276
2277         * src/Makefile.am
2278         * src/stock_pixmap.c
2279         * src/stock_pixmap.h
2280         * src/summaryview.c
2281         * src/summaryview.h
2282         * src/gtk/gtksctree.c
2283         * src/gtk/gtksctree.h
2284         * src/pixmaps/selection.xpm
2285                 Fix bug 1193, 'Need a way to multi-select
2286                 items'. Add a toggle button to the summaryview
2287                 to switch between normal and multiple selection
2288                 (Maemo)
2289
2290 2007-04-23 [colin]      2.9.1cvs16
2291
2292         * src/Makefile.am
2293         * src/stock_pixmap.c
2294         * src/stock_pixmap.h
2295         * src/summaryview.c
2296         * src/summaryview.h
2297         * src/gtk/gtksctree.c
2298         * src/gtk/gtksctree.h
2299         * src/pixmaps/selection.xpm
2300                 Fix bug 1193, 'Need a way to multi-
2301                 select items'
2302                 Add a toggle button in the summaryview
2303                 to enable normal or multiple selection.
2304                 (Maemo)
2305
2306 2007-04-23 [colin]      2.9.1cvs15
2307
2308         * src/compose.c
2309                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2310
2311 2007-04-21 [colin]      2.9.1cvs14
2312
2313         * src/gtk/quicksearch.c
2314                 Fix previous commit (actually use correct
2315                 parameter)
2316
2317 2007-04-21 [colin]      2.9.1cvs13
2318
2319         * src/gtk/quicksearch.c
2320                 Fix changing quicksearch type (after Esc,
2321                 after changing Recursive, ...)
2322
2323 2007-04-20 [wwp]        2.9.1cvs12
2324
2325         * src/gtk/Makefile.am
2326                 Added headers.h (completes 2.9.1cvs5).
2327
2328 2007-04-20 [wwp]        2.9.1cvs11
2329
2330         * src/addressbook.c
2331                 Fix the use of display name in name column,
2332                 it has been overriden w/ the use of nickname
2333                 by 2.9.0cvs3. Now nickname is used (if any)
2334                 in case of LDAP books only.
2335
2336 2007-04-20 [colin]      2.9.1cvs10
2337
2338         * src/mimeview.c
2339         * src/summaryview.c
2340         * src/textview.c
2341                 Add handling of 'a' to loop in a mail's
2342                 mimeparts
2343
2344 2007-04-20 [colin]      2.9.1cvs9
2345
2346         * src/toolbar.c
2347                 Fix bug 1190, 'dir_open' button doesn't work'
2348                 (Maemo)
2349
2350 2007-04-20 [colin]      2.9.1cvs8
2351
2352         * src/folderview.c
2353         * src/mainwindow.c
2354                 Fix bug 1194, 'Hardware keys move from email 
2355                 list to account/directory list, but not back 
2356                 to email list...' (Maemo)
2357
2358 2007-04-20 [colin]      2.9.1cvs7
2359
2360         * src/compose.h
2361                 complete previous commit
2362
2363 2007-04-20 [colin]      2.9.1cvs6
2364
2365         * src/compose.c
2366                 Fix bug 1187, 'Reply-to addressee disappears 
2367                 when reply-to text box is clicked...' (Maemo)
2368
2369 2007-04-20 [wwp]        2.9.1cvs5
2370
2371         * po/POTFILES.in
2372         * src/addressbook.c
2373         * src/compose.c
2374         * src/filtering.c
2375         * src/headerview.c
2376         * src/matcher.c
2377         * src/prefs_common.c
2378         * src/prefs_common.h
2379         * src/prefs_display_header.c
2380         * src/prefs_matcher.c
2381         * src/summaryview.c
2382         * src/gtk/headers.h
2383         * src/gtk/quicksearch.c
2384                 Translate more header names according to the relevant option value,
2385                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2386                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2387                 to prefs_common_translated_header_name().
2388                 Added a headers.h reference file that contains known header names
2389                 (RFC2822 and others) to the translation process' input, so that
2390                 translated header names will still exist even if no occurrence of
2391                 _("headername") is found anymore in the sources.
2392                 Don't translate column name 'Number' following to trans_hdr option
2393                 value as it's not a header name.
2394
2395 2007-04-20 [colin]      2.9.1cvs4
2396
2397         * src/gtk/quicksearch.c
2398         * src/gtk/quicksearch.h
2399                 Add "From, To or Subject" quicksearch
2400                 type. Patch by ulfschaper@users.sf.net
2401
2402 2007-04-20 [colin]      2.9.1cvs3
2403
2404         * src/matcher.c
2405                 Implement proper references filtering condition.
2406                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2407
2408 2007-04-19 [wwp]        2.9.1cvs2
2409
2410         * src/prefs_display_header.c
2411         * src/message_search.c
2412                 Fix few warnings (g_free of const gchar*).
2413
2414 2007-04-19 [paul]       2.9.1cvs1
2415
2416         * NEWS
2417         * README
2418         * RELEASE_NOTES
2419         * configure.ac
2420                 bump version number following
2421                 stable release
2422
2423 2007-04-19 [paul]       2.9.0cvs9
2424
2425         * manual/advanced.xml
2426         * manual/glossary.xml
2427                 fix typos
2428
2429 2007-04-18 [paul]       2.9.0cvs8
2430
2431         * src/pop.c
2432                 fix for CVE-2007-1558 (APOP)
2433                 Thanks to Colin
2434
2435 2007-04-18 [paul]       2.9.0cvs7
2436
2437         * src/messageview.c
2438         * src/mimeview.c
2439         * src/summaryview.c
2440         * src/gtk/filesel.c
2441                 Fix encoding woes wrt saving of
2442                 mails and parts
2443                 Thanks to Colin
2444
2445 2007-04-18 [colin]      2.9.0cvs6
2446
2447         * src/gtk/pluginwindow.c
2448                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2449
2450 2007-04-17 [wwp]        2.9.0cvs5
2451
2452         * src/addressadd.c
2453         * src/addressbook.c
2454         * src/addrindex.c
2455         * src/ldapupdate.c
2456                 Fix --disable-ldap build,
2457                 fix some LDAP annoyances on 
2458                 searches, thanks to Colin.
2459
2460 2007-04-17 [wwp]        2.9.0cvs4
2461
2462         * src/ldapupdate.c
2463                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2464                 like gcc 2.9x. Thanks to Colin.
2465
2466 2007-04-17 [wwp]        2.9.0cvs3
2467
2468         * src/Makefile.am
2469         * src/addressadd.c
2470         * src/addressbook.c
2471         * src/addrindex.c
2472         * src/addritem.c
2473         * src/addritem.h
2474         * src/editaddress.c
2475         * src/ldapctrl.c
2476         * src/ldapctrl.h
2477         * src/ldapquery.c
2478         * src/ldapserver.c
2479         * src/ldapserver.h
2480         * src/ldapupdate.c
2481         * src/ldapupdate.h
2482                 Add LDAP write support. Patch mostly by 
2483                 Michael <mir at datanom dot net>
2484
2485 2007-04-17 [wwp]        2.9.0cvs2
2486
2487         * src/compose.c
2488                 Prepend "Add to address book" to the context menu of compose window's sender and
2489                 recipient fields.
2490
2491 2007-04-16 [paul]       2.9.0cvs1
2492
2493         * src/gtk/authors.h
2494                 add Pader Rezso
2495
2496 2007-04-16 [paul]       2.9.0
2497
2498         * NEWS
2499         * README
2500         * RELEASE_NOTES
2501                 2.9.0 released
2502
2503 2007-04-16 [paul]       2.8.1cvs102
2504
2505         * po/fr.po
2506                 updated by Fabien Vantard
2507
2508 2007-04-16 [paul]       2.8.1cvs101
2509
2510         * po/ca.po
2511         * po/cs.po
2512         * po/de.po
2513         * po/hu.po
2514         * po/pl.po
2515         * po/pt_BR.po
2516         * po/sr.po
2517         * po/zh_CN.po
2518                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2519                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2520                 Aleksandar Urosevic, and Ralgh Young
2521
2522 2007-04-15 [mones]      2.8.1cvs100
2523
2524         * po/es.po
2525                 Updated for release
2526
2527 2007-04-14 [colin]      2.8.1cvs99
2528
2529         * src/message_search.c
2530         * src/prefs_display_header.c
2531         * src/summary_search.c
2532         * src/gtk/combobox.c
2533                 Fix allocations
2534
2535 2007-04-14 [wwp]        2.8.1cvs98
2536
2537         * src/gtk/combobox.c
2538         * src/message_search.c
2539         * src/summary_search.c
2540         * src/prefs_display_header.c
2541                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2542                 returns NULL, get the text value directly from the GtkEntry child.
2543
2544 2007-04-13 [colin]      2.8.1cvs97
2545
2546         * src/gtk/quicksearch.c
2547                 Give the focus back to summaryview when
2548                 emptying the quicksearch with Esc
2549
2550 2007-04-13 [colin]      2.8.1cvs96
2551
2552         * src/message_search.c
2553         * src/prefs_display_header.c
2554         * src/summary_search.c
2555                 Fix possibles crashes when getting text
2556                 from gtk combos
2557
2558 2007-04-13 [colin]      2.8.1cvs95
2559
2560         * src/pop.c
2561                 Add some UIDL debugging
2562
2563 2007-04-12 [colin]      2.8.1cvs94
2564
2565         * src/folder.c
2566                 Force folder scan if necessary after
2567                 copying mails, to be able to reapply
2568                 flags.
2569
2570 2007-04-11 [colin]      2.8.1cvs93
2571
2572         * src/main.c
2573                 don't scan for new mail on startup if --select
2574                 is specified (or race conditions arise). If so,
2575                 do both sequentially.
2576
2577 2007-04-09 [colin]      2.8.1cvs92
2578
2579         * src/common/defs.h
2580                 Use leafpad by default on Maemo. Patch
2581                 by Jean-Luc Biord.
2582
2583 2007-04-06 [colin]      2.8.1cvs91
2584
2585         * src/pixmaps/queue_close.xpm
2586         * src/pixmaps/queue_close_hrm.xpm
2587         * src/pixmaps/queue_close_hrm_mark.xpm
2588         * src/pixmaps/queue_close_mark.xpm
2589         * src/pixmaps/queue_open.xpm
2590         * src/pixmaps/queue_open_hrm.xpm
2591         * src/pixmaps/queue_open_hrm_mark.xpm
2592         * src/pixmaps/queue_open_mark.xpm
2593                 Move the clock one pixel down :)
2594
2595 2007-04-05 [colin]      2.8.1cvs90
2596
2597         * src/mainwindow.c
2598                 Don't sync when switching offline from
2599                 command line - it's usually too late :)
2600
2601 2007-04-05 [paul]       2.8.1cvs89
2602
2603         * src/Makefile.am
2604         * src/stock_pixmap.c
2605         * src/pixmaps/dir_close_hrm.xpm
2606         * src/pixmaps/dir_close_hrm_mark.xpm
2607         * src/pixmaps/drafts_close.xpm
2608         * src/pixmaps/drafts_close_mark.xpm
2609         * src/pixmaps/drafts_open.xpm
2610         * src/pixmaps/drafts_open_mark.xpm
2611         * src/pixmaps/inbox.xpm
2612         * src/pixmaps/inbox_close.xpm
2613         * src/pixmaps/inbox_close_hrm.xpm
2614         * src/pixmaps/inbox_close_hrm_mark.xpm
2615         * src/pixmaps/inbox_close_mark.xpm
2616         * src/pixmaps/inbox_hrm.xpm
2617         * src/pixmaps/inbox_hrm_mark.xpm
2618         * src/pixmaps/inbox_mark.xpm
2619         * src/pixmaps/inbox_open.xpm
2620         * src/pixmaps/inbox_open_hrm.xpm
2621         * src/pixmaps/inbox_open_hrm_mark.xpm
2622         * src/pixmaps/inbox_open_mark.xpm
2623         * src/pixmaps/outbox.xpm
2624         * src/pixmaps/outbox_close.xpm
2625         * src/pixmaps/outbox_close_hrm.xpm
2626         * src/pixmaps/outbox_close_hrm_mark.xpm
2627         * src/pixmaps/outbox_close_mark.xpm
2628         * src/pixmaps/outbox_hrm.xpm
2629         * src/pixmaps/outbox_hrm_mark.xpm
2630         * src/pixmaps/outbox_mark.xpm
2631         * src/pixmaps/outbox_open.xpm
2632         * src/pixmaps/outbox_open_hrm.xpm
2633         * src/pixmaps/outbox_open_hrm_mark.xpm
2634         * src/pixmaps/outbox_open_mark.xpm
2635         * src/pixmaps/queue_close.xpm
2636         * src/pixmaps/queue_close_hrm.xpm
2637         * src/pixmaps/queue_close_hrm_mark.xpm
2638         * src/pixmaps/queue_close_mark.xpm
2639         * src/pixmaps/queue_open.xpm
2640         * src/pixmaps/queue_open_hrm.xpm
2641         * src/pixmaps/queue_open_hrm_mark.xpm
2642         * src/pixmaps/queue_open_mark.xpm
2643                 updated, added and replaced icons
2644                 Icons by Colin
2645
2646 2007-04-04 [colin]      2.8.1cvs88
2647
2648         * src/imap.c
2649                 Fix build without libetpan
2650
2651 2007-04-03 [colin]      2.8.1cvs87
2652
2653         * src/imap.c
2654                 Fix crash with Citadel, and try to make
2655                 things work. this server (and specifically 
2656                 STATUS and APPEND at least) seems broken.
2657
2658 2007-04-03 [colin]      2.8.1cvs86
2659
2660         * src/folderview.c
2661                 Fix icons on folder close
2662
2663 2007-04-03 [colin]      2.8.1cvs85
2664
2665         * src/inc.c
2666                 Fix double-ask of offline override in
2667                 certain cases
2668         * src/imap.c
2669         * src/imap.h
2670         * src/imap_gtk.c
2671                 Much more efficient way to synchronise
2672                 for offline use
2673         * src/etpan/imap-thread.c
2674                 Fix possible segs
2675         * src/folder.c
2676         * src/gtk/quicksearch.c
2677                 Fix some GUI lags
2678
2679 2007-04-03 [paul]       2.8.1cvs84
2680
2681         * src/filtering.c
2682         * src/folder.c
2683         * src/folder.h
2684         * src/prefs_common.c
2685         * src/prefs_common.h
2686         * src/prefs_other.c
2687                 Fix sync being done too late
2688                 Thanks to Colin
2689
2690 2007-04-02 [colin]      2.8.1cvs83
2691
2692         * src/summaryview.c
2693                 Maemo: Put status and quicksearch at the top
2694         * src/plugins/bogofilter/bogofilter.c
2695         * src/plugins/spamassassin/spamassassin.c
2696                 Derive trash from inbox if possible
2697
2698 2007-04-02 [paul]       2.8.1cvs82
2699
2700         * src/plugins/bogofilter/bogofilter_gtk.c
2701                 a few English changes
2702
2703 2007-04-02 [paul]
2704
2705         2.9.0-rc1 released
2706
2707 2007-04-02 [colin]      2.8.1cvs81
2708
2709         * src/image_viewer.c
2710                 Fix transparent images by using
2711                 GtkImage
2712         * src/messageview.c
2713                 Flush events (on new windows) to avoid
2714                 having the textview's image resize fail
2715                 to know the available width
2716
2717 2007-04-01 [colin]      2.8.1cvs80
2718
2719         * src/prefs_account.c
2720                 If no MH mailbox exist, when creating a POP/Local
2721                 account, just create and use the default one 
2722                 instead of bailing with a "Mailbox doesn't exist"
2723                 error
2724
2725 2007-03-31 [colin]      2.8.1cvs79
2726
2727         * src/prefs_account.c
2728                 Create signature file if it doesn't exist
2729                 before editing
2730         * src/prefs_toolbar.c
2731                 Maemo: Move "Use default" on the left so
2732                 that people can find it
2733         * src/common/defs.h
2734                 Maemo: make default editor "Maemopad", 
2735                 default signature file "MyDocs/signature.txt"
2736
2737 2007-03-31 [colin]      2.8.1cvs78
2738
2739         * src/prefs_account.c
2740                 Maemo: rework account prefs so
2741                 that less horizontal scrolling
2742                 is required
2743
2744 2007-03-31 [colin]      2.8.1cvs77
2745
2746         * src/folderview.c
2747         * src/prefs_common.c
2748         * src/prefs_common.h
2749                 Fix bug 1167, 'Allow not displaying zeros 
2750                 in folder list'. Patch by MartinP
2751
2752 2007-03-31 [colin]      2.8.1cvs76
2753
2754         * AUTHORS
2755                 Add Jean-Luc Biord
2756
2757 2007-03-31 [colin]      2.8.1cvs75
2758
2759         * src/imap.c
2760                 Apply patch from bug 1172, direct
2761                 access to the folder's session instead
2762                 of using getter. Patch by MartinP
2763
2764 2007-03-31 [paul]       2.8.1cvs74
2765
2766         * src/gtk/authors.h
2767                 no need to list Fabien twice!
2768
2769 2007-03-31 [colin]      2.8.1cvs73
2770
2771         * src/inc.c
2772                 If we're currently "overriding for %d minutes",
2773                 don't ask
2774
2775 2007-03-31 [colin]      2.8.1cvs72
2776
2777         * src/compose.c
2778         * src/imap.c
2779         * src/inc.c
2780         * src/inc.h
2781         * src/messageview.c
2782         * src/news.c
2783         * src/plugins/spamassassin/spamassassin.c
2784                 Offline override: Add a parameter to allow
2785                 asking even if the override timer is running.
2786                 Allows to ask every time the user makes an
2787                 explicit action needing online access (such
2788                 as Get Mail), and not when the action is 
2789                 implicit (such as opening an IMAP folder)
2790
2791 2007-03-31 [colin]      2.8.1cvs71
2792
2793         * src/inc.c
2794                 Override offline: "No" answer shouldn't
2795                 re-ask after 3 seconds, but 10 minutes. 
2796
2797 2007-03-30 [colin]      2.8.1cvs70
2798
2799         * src/common/socket.c
2800                 Better error reporting on unix socket
2801                 failure (bind usually)
2802         * src/gtk/gtkutils.c
2803         * src/gtk/gtkutils.h
2804                 Label window: add a pulsing progress
2805                 bar to show we're not hung :)
2806         * src/folderview.c
2807         * src/main.c
2808         * src/plugins/pgpcore/sgpgme.c
2809                 Update API
2810
2811 2007-03-30 [colin]      2.8.1cvs69
2812
2813         * src/pop.c
2814         * src/prefs_common.c
2815                 Fix possible trashing of history and uidl
2816                 files on disk full problems
2817
2818 2007-03-30 [paul]       2.8.1cvs68
2819
2820         * src/mainwindow.c
2821         * src/summaryview.c
2822         * src/summaryview.h
2823                 update summary when changing layout type
2824                 (fixes wrong folder icon being displayed)
2825                 Thanks to Colin
2826
2827 2007-03-29 [colin]      2.8.1cvs67
2828
2829         * src/prefs_ext_prog.c
2830                 The browser pref is irrelevant on Maemo
2831
2832 2007-03-29 [colin]      2.8.1cvs66
2833
2834         * src/compose.c
2835         * src/compose.h
2836                 Maemo: dynamically switch headers/text position
2837         * src/prefs_common.c
2838                 Maemo: hide compose's ruler by default
2839         * src/common/socket.c
2840         * src/common/socket.h
2841                 Fix build warning
2842
2843 2007-03-29 [colin]      2.8.1cvs65
2844
2845         * src/common/socket.c
2846         * src/common/socket.h
2847                 Fix build when MAEMO_CFLAGS contains
2848                 _X_OPENSOURCE (resolv.h errors as long
2849                 as we don't add _BSD_SOURCE. Ugly).
2850
2851 2007-03-29 [wwp]        2.8.1cvs64
2852
2853         * src/prefs_logging.c
2854                 Fix sensitivity of clip-log widgets in prefs/logging,
2855                 thanks to Fabien.
2856
2857 2007-03-29 [wwp]        2.8.1cvs63
2858
2859         * po/POTFILES.in
2860                 Updated files list for translations, thanks to Fabien.
2861
2862 2007-03-29 [colin]      2.8.1cvs62
2863
2864         * src/main.c
2865         * src/common/Makefile.am
2866         * src/common/utils.c
2867                 Maybe make URI opening work in Maemo
2868                 Requires testing :)
2869
2870 2007-03-28 [colin]      2.8.1cvs61
2871
2872         * src/folder.c
2873         * src/folder.h
2874         * src/folderview.c
2875                 Add the possibility to sort folders arbitrarily
2876                 (via editing of folderlist.xml only). Patch by
2877                 Martin P <mp26+claws@os.inf.tu-dresden.de>
2878                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
2879                 be changed by the user'
2880
2881 2007-03-28 [colin]      2.8.1cvs60
2882
2883         * src/mimeview.c
2884                 Add popup menu for mime icons
2885
2886 2007-03-28 [colin]      2.8.1cvs59
2887
2888         * src/mainwindow.c
2889                 Fix a layout issue when presenting
2890                 mainwindow in Small screen layout
2891         * src/toolbar.c
2892         * src/toolbar.h
2893                 Add a "Go to folder list" button for
2894                 mainwindow, and make it default in
2895                 the Maemo build
2896
2897 2007-03-28 [colin]      2.8.1cvs58
2898
2899         * src/compose.c
2900                 Don't dynamically update title on Maemo
2901                 Patch by Jean-Luc Biord
2902
2903 2007-03-27 [colin]      2.8.1cvs57
2904
2905         * src/compose.c
2906         * src/folderview.c
2907         * src/summaryview.c
2908                 Enable tap-and-hold on Maemo
2909
2910 2007-03-26 [colin]      2.8.1cvs56
2911
2912         * src/compose.c
2913                 More popup-menu (in attachments list)
2914
2915 2007-03-26 [colin]      2.8.1cvs55
2916
2917         * src/compose.c
2918                 Enable popup-menu signal
2919
2920 2007-03-26 [colin]      2.8.1cvs54
2921
2922         * src/plugins/pgpinline/pgpinline.c
2923                 Fix bug 1111, 'PGP/inline plugin hides text 
2924                 around encrypted text block'. Patch based on
2925                 a patch from Michal Cihar.
2926
2927 2007-03-26 [wwp]        2.8.1cvs53
2928
2929         * src/procmsg.c
2930                 Fix getting a false error when sending queued message
2931                 whereas the sending was fine (if there are subfolders
2932                 in the queue folder), thanks to Colin.
2933
2934 2007-03-26 [paul]       2.8.1cvs52
2935
2936         * src/wizard.c
2937                 update FACE header in welcome message
2938
2939 2007-03-25 [colin]      2.8.1cvs51
2940
2941         * src/Makefile.am
2942                 Fix make dist
2943
2944 2007-03-25 [colin]      2.8.1cvs50
2945
2946         * src/main.c
2947                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
2948
2949 2007-03-24 [colin]      2.8.1cvs49
2950
2951         * src/main.c
2952                 Fix a few launch problems on Maemo
2953                 Patch by Jean-Luc Biord
2954
2955 2007-03-24 [wwp]        2.8.1cvs48
2956
2957         * src/alertpanel.c
2958         * src/alertpanel.h
2959         * src/messageview.c
2960         * src/summaryview.c
2961                 Fix wrong action performed when closing the
2962                 "ask about account specific filtering rules
2963                 when filtering manually" dialog by pressing Escape.
2964                 Fix wrong order of buttons in the "return receipt
2965                 notification - the message was sent to several of
2966                 your accounts" dialog.
2967
2968 2007-03-24 [paul]       2.8.1cvs47
2969
2970         * src/folderview.c
2971                 an improvement to English usage
2972         * tools/kdeservicemenu/README
2973                 updated Claws url
2974
2975 2007-03-24 [paul]       2.8.1cvs46
2976
2977         * src/Makefile.am
2978         * src/stock_pixmap.c
2979         * src/pixmaps/edit_extern.xpm
2980         * src/pixmaps/mail_sign.xpm
2981                 rescue long lost icons
2982
2983 2007-03-24 [paul]       2.8.1cvs45
2984
2985         * src/toolbar.c
2986                 fix toolbar (broken in 2.8.1cvs42)
2987
2988 2007-03-23 [colin]      2.8.1cvs44
2989
2990         * src/imap.c
2991                 Correctly unsubscribe/resubscribe after
2992                 RENAME
2993
2994 2007-03-23 [colin]      2.8.1cvs43
2995
2996         * src/prefs_common.c
2997                 Maemo: as the platform is light on RAM, allow
2998                 caches to be discarded faster.
2999
3000 2007-03-23 [colin]      2.8.1cvs42
3001
3002         * src/Makefile.am
3003         * src/compose.c
3004         * src/compose.h
3005         * src/stock_pixmap.c
3006         * src/stock_pixmap.h
3007         * src/summaryview.c
3008         * src/summaryview.h
3009         * src/toolbar.c
3010         * src/toolbar.h
3011         * src/pixmaps/open_mail.xpm
3012                 Maemo changes: Add the possibility to have
3013                 "Open Email" and "Close Window" buttons on 
3014                 toolbars (and use them in Maemo's default
3015                 toolbars)
3016
3017 2007-03-23 [wwp]        2.8.1cvs41
3018
3019         * src/action.c
3020                 Reverted that part of the action dialog closure logics, to
3021                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3022                 done later in a different way (or may not).
3023
3024 2007-03-22 [wwp]        2.8.1cvs40
3025
3026         * src/action.c
3027                 Fix sticky action dialog when got no output but action command
3028                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3029
3030 2007-03-22 [colin]      2.8.1cvs39
3031
3032         * src/prefs_filtering.c
3033         * src/gtk/combobox.h
3034                 Fix escaping account names in filtering prefs
3035
3036 2007-03-22 [colin]      2.8.1cvs38
3037
3038         * src/addrindex.c
3039         * src/ldapctrl.h
3040         * src/ldapquery.c
3041                 Add any attribute specified in LDAP servers'
3042                 Search attributes to the Other Attributes tab
3043                 of contacts; Add 'telephoneNumber' in the
3044                 default list.
3045
3046 2007-03-22 [colin]      2.8.1cvs37
3047
3048         * src/folderview.c
3049         * src/folderview.h
3050         * src/mainwindow.c
3051                 Try to prevent race conditions when
3052                 changing the folder list
3053         * src/summaryview.c
3054                 Fix possible red folder icon when
3055                 switching from Small screen layout
3056                 to any other
3057
3058 2007-03-22 [colin]      2.8.1cvs36
3059
3060         * src/mainwindow.c
3061         * src/mainwindow.h
3062         * src/summaryview.c
3063                 Rename "little screen" to "Small screen"
3064         * src/gtk/Makefile.am
3065         * src/common/utils.c
3066         * src/mh.c
3067                 Fix Maemo-related compilation problems
3068
3069 2007-03-21 [colin]      2.8.1cvs35
3070
3071         * configure.ac
3072                 Fix previous commit
3073         * claws-mail.desktop
3074                 Remove .png from the Icon, it's useless
3075
3076 2007-03-21 [colin]      2.8.1cvs34
3077
3078         * configure.ac
3079         * src/Makefile.am
3080                 Add the necessary lib checking for 
3081                 Maemo
3082
3083 2007-03-21 [colin]      2.8.1cvs33
3084
3085         * src/main.c
3086                 Fix unconditional "error happened" when
3087                 sending via command-line. "lol @ myself"
3088
3089 2007-03-21 [colin]      2.8.1cvs32
3090
3091         * claws-mail-40x40.png
3092         * claws-mail-26x26.png
3093         * src/account.c
3094         * src/addressbook.c
3095         * src/compose.c
3096         * src/folderview.c
3097         * src/folderview.h
3098         * src/main.c
3099         * src/mainwindow.c
3100         * src/mainwindow.h
3101         * src/messageview.c
3102         * src/prefs_account.c
3103         * src/prefs_common.c
3104         * src/summary_search.c
3105         * src/summaryview.c
3106         * src/summaryview.h
3107         * src/gtk/authors.h
3108         * src/gtk/gtkutils.c
3109         * src/gtk/gtkutils.h
3110         * src/gtk/logwindow.c
3111         * src/gtk/menu.c
3112         * src/gtk/prefswindow.c
3113                 Add Maemo port (patch mainly by Jean-Luc Biort)
3114                 Add a new 'Little screen' layout to help on such
3115                 platforms (patch by me)
3116                 Make some default preferences different (more
3117                 adapted) on Maemo (patch by me)
3118
3119 2007-03-21 [wwp]        2.8.1cvs31
3120
3121         * src/prefs_logging.c
3122         * src/prefs_logging.h
3123                 Fixed copyright header of newly added files.
3124
3125 2007-03-21 [wwp]        2.8.1cvs30
3126
3127         * src/Makefile.am
3128         * src/filtering.c
3129         * src/filtering.h
3130         * src/folder.c
3131         * src/folderview.c
3132         * src/imap.c
3133         * src/inc.c
3134         * src/main.c
3135         * src/mainwindow.c
3136         * src/mainwindow.h
3137         * src/matcher.c
3138         * src/messageview.c
3139         * src/news.c
3140         * src/pop.c
3141         * src/prefs_common.c
3142         * src/prefs_common.h
3143         * src/prefs_logging.c
3144         * src/prefs_logging.h
3145         * src/prefs_other.c
3146         * src/procmsg.c
3147         * src/send_message.c
3148         * src/summaryview.c
3149         * src/common/log.c
3150         * src/common/log.h
3151         * src/common/nntp.c
3152         * src/common/session.c
3153         * src/common/smtp.c
3154         * src/common/socket.c
3155         * src/etpan/imap-thread.c
3156         * src/gtk/logwindow.c
3157         * src/gtk/logwindow.h
3158         * src/plugins/bogofilter/bogofilter.c
3159         * src/plugins/spamassassin/spamassassin.c
3160                 Added debugging of filtering/processing rules.
3161                 The debug log is here 'Tools/Filtering debug window',
3162                 the options there 'Configuration/Preferences/Other/Logging',
3163                 and the log file is ~/.claws-mail/filtering.log.
3164                 Moved protocol log prefs to 'Other/Logging' as well.
3165                 To support such debugging feature, the existing log API has
3166                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3167                 this impacts many external modules (commits follow).
3168
3169 2007-03-21 [paul]       2.8.1cvs29
3170
3171         * src/etpan/Makefile.am
3172         * src/etpan/imap-thread.c
3173                 add missing #include
3174
3175 2007-03-21 [colin]      2.8.1cvs28
3176
3177         * src/procmime.c
3178                 Fix bug 1157, 'some broken messages confuse 
3179                 mime parser'. Make sure we can't have MimeInfos
3180                 with negative sizes.
3181
3182 2007-03-20 [colin]      2.8.1cvs27
3183
3184         * src/main.c
3185                 Fix missing \0 on buffer
3186
3187 2007-03-20 [colin]      2.8.1cvs26
3188
3189         * src/mh.c
3190                 Use make_dir_hier instead of make_dir 
3191                 to create the MH mailbox
3192
3193 2007-03-20 [colin]      2.8.1cvs25
3194
3195         * src/folder.c
3196         * src/folder.h
3197         * src/prefs_account.c
3198         * src/wizard.c
3199                 Fix default inbox weirdnesses (after wizard,
3200                 if path is Mail, mailbox identifier is #mh/Mailbox,
3201                 and when creating new accounts)
3202
3203 2007-03-20 [colin]      2.8.1cvs24
3204
3205         * src/account.c
3206                 Write folderlist after adding/deleting accounts
3207                 that have folders
3208
3209 2007-03-20 [colin]      2.8.1cvs23
3210
3211         * src/imap.c
3212         * src/remotefolder.h
3213                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3214                 selected while scanning prior to update'
3215
3216 2007-03-17 [paul]       2.8.1cvs22
3217
3218         * src/main.c
3219                 fix a typo, and be a little more verbose.
3220
3221 2007-03-17 [wwp]        2.8.1cvs21
3222
3223         * src/inc.c
3224                 Fix a compiler warning.
3225
3226 2007-03-16 [wwp]        2.8.1cvs20
3227
3228         * tools/Makefile.am
3229         * tools/README
3230                 Updated to deal w/ the new mairix.sh tool.
3231
3232 2007-03-16 [wwp]        2.8.1cvs19
3233
3234         * src/action.c
3235                 Fix logics issues around the action IO dialog:
3236                 - disable entry widget and exec button when
3237                   the exec button is clicked (don't wait for any
3238                   output line) - fix possible disabling/re-enabling/
3239                   re-disabling of those widgets
3240                 - raise an error if executing a %as{} action either
3241                   empty or invalid, instead of failing silently
3242                 - don't close the dialog if the abort button has been
3243                   clicked and if there was no output yet
3244                 - set focus to the abort button when the exec button
3245                   is clicked
3246                 - fix capitalization of a warning message
3247
3248 2007-03-16 [wwp]        2.8.1cvs18
3249
3250         * tools/mairix.sh
3251                 Added a wrapper to mairix to the tools folder.
3252
3253 2007-03-16 [colin]      2.8.1cvs17
3254
3255         * src/messageview.c
3256         * src/mimeview.h
3257                 Allow mimeviewer plugins to print
3258                 their stuff
3259
3260 2007-03-16 [colin]      2.8.1cvs16
3261
3262         * .cvsignore
3263                 Ignore *.patchset
3264
3265 2007-03-15 [colin]      2.8.1cvs15
3266
3267         * src/messageview.c
3268         * src/mimeview.h
3269                 Add a way for mimeviewer plugins to
3270                 implement body search
3271
3272 2007-03-15 [paul]       2.8.1cvs14
3273
3274         * src/prefs_spelling.c
3275                 fix English usage
3276
3277 2007-03-15 [paul]       2.8.1cvs13
3278
3279         * src/common/quoted-printable.c
3280                 fix decoding of quoted-printable parts
3281
3282 2007-03-14 [wwp]        2.8.1cvs12
3283
3284         * src/gtk/logwindow.h
3285                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3286
3287 2007-03-14 [wwp]        2.8.1cvs11
3288
3289         * src/gtk/logwindow.h
3290                 Complete 2.8.1cvs10.
3291
3292 2007-03-14 [colin]      2.8.1cvs10
3293
3294         * src/gtk/logwindow.c
3295                 Probably fix bug 1149, crash on logwindow
3296                 close - at the expense of performance once
3297                 logwin has been opened
3298
3299 2007-03-14 [colin]      2.8.1cvs9
3300
3301         * src/main.c
3302                 If claws-mail is running on another
3303                 display, warn instead of popping it up
3304                 on the other display
3305
3306 2007-03-12 [colin]      2.8.1cvs8
3307
3308         * src/wizard.c
3309                 Fix bug 1145, 'Setting a different name 
3310                 for the Mailbox name isn't reflected in 
3311                 default account settings'. Patch by wwp
3312
3313 2007-03-12 [colin]      2.8.1cvs7
3314
3315         * src/summaryview.c
3316                 Fix bug 1143, 'Add number of messages to be 
3317                 deleted to confirmation dialog'
3318
3319 2007-03-12 [wwp]        2.8.1cvs6
3320
3321         * src/folderview.c
3322         * src/prefs_common.c
3323         * src/prefs_common.h
3324         * src/prefs_summaries.c
3325                 Changed the option that displays unread messages count
3326                 next to the folder name in folder list: it is now
3327                 possible to either display nothing, display the
3328                 unread messages number only or the unread and total messages
3329                 numbers. The patch includes this extra feature as well
3330                 as some minor fixes by rewriting the algo in folderview.c.
3331                 Thanks to Paul for the original idea and implementation, plus
3332                 testing and proof-reading!
3333
3334 2007-03-09 [paul]       2.8.1cvs5
3335
3336         * tools/Makefile.am
3337         * tools/README
3338         * tools/claws-mail-compose-insert-files.pl
3339                 added a script which enables inserting files
3340                 into the message body of a new Claws Mail
3341                 Compose window from the command line. Additionally
3342                 To, Cc, Subject and files to attach to the message
3343                 can be specified.
3344
3345 2007-03-09 [wwp]        2.8.1cvs4
3346
3347         * src/addr_compl.c
3348         * src/addr_compl.h
3349         * src/filtering.c
3350                 Optimize matching of addresses in the addressbook
3351                 (filtering/processing 'found_in_addressbook' condition).
3352
3353 2007-03-07 [wwp]        2.8.1cvs3
3354
3355         * src/quote_fmt.c
3356         * src/quote_fmt_lex.l
3357         * src/quote_fmt_parse.y
3358                 Add a new quote format symbol: %A to insert the
3359                 sender email address (just the address itself).
3360
3361 2007-03-06 [wwp]        2.8.1cvs2
3362
3363         * src/gtk/gtkutils.c
3364         * src/plugins/trayicon/trayicon_prefs.h
3365         * src/plugins/trayicon/trayicon_prefs.c
3366         * src/plugins/trayicon/trayicon.c
3367         * src/mainwindow.h
3368         * src/mainwindow.c
3369                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3370                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3371
3372
3373 2007-03-06 [paul]       2.8.1cvs1
3374
3375         * NEWS
3376         * README
3377         * RELEASE_NOTES
3378         * configure.ac
3379                 bump version number following
3380                 stable release
3381
3382 2007-03-06 [paul]       2.8.0cvs24
3383
3384         * po/cs.po
3385                 corrected by by Tim <timbrain@post.cz>
3386
3387 2007-03-05 [colin]      2.8.0cvs23
3388
3389         * src/Makefile.am
3390         * src/procmime.c
3391                 Fix mime/globs path on NetBSD
3392                 patch by George Michaelson
3393
3394 2007-03-05 [wwp]        2.8.0cvs22
3395
3396         * src/addr_compl.c
3397                 Remove debug statement (accidentally committed w/ cvs14).
3398
3399 2007-03-05 [paul]       2.8.0cvs21
3400
3401         * src/plugins/pgpcore/prefs_gpg.c
3402                 fix compiler warning
3403
3404 2007-03-05 [wwp]        2.8.0cvs20
3405
3406         * src/matcher_parser_parse.y
3407                 Fix mismerge between cvs17 and cvs19.
3408
3409 2007-03-05 [wwp]        2.8.0cvs19
3410
3411         * src/matcher_parser_parse.y
3412         * src/prefs_filtering_action.c
3413         * src/matcher.c
3414         * src/matcher.h
3415         * src/filtering.c
3416         * src/filtering.h
3417                 Add new 'add_to_addressbook' filtering/processing action.
3418
3419 2007-03-05 [wwp]        2.8.0cvs18
3420
3421         * src/filtering.c
3422                 Fix mark_as_ham filtering/processing action: spam flag
3423                 was not unset.
3424
3425 2007-03-04 [colin]      2.8.0cvs17
3426
3427         * src/filtering.c
3428         * src/matcher.c
3429         * src/matcher.h
3430         * src/matcher_parser_parse.y
3431         * src/prefs_filtering_action.c
3432                 Add 'Mark as spam' and 'Mark as ham' filtering
3433                 actions. Fixes bug 1138.
3434
3435 2007-03-04 [colin]      2.8.0cvs16
3436
3437         * src/imap.c
3438                 Fix bug 1140, wrong return value
3439                 without libetpan
3440
3441 2007-03-04 [wwp]        2.8.0cvs15
3442
3443         * src/addr_compl.c
3444                 Rollback cvs14: don't free stuff that is managed in g_list.
3445
3446 2007-03-04 [wwp]        2.8.0cvs14
3447
3448         * src/addr_compl.c
3449                 Fix a leak in address completion code.
3450
3451 2007-03-04 [colin]      2.8.0cvs13
3452
3453         * src/addr_compl.c
3454                 Maybe fix bug 1136, 'Crash in group 
3455                 address completion'
3456
3457 2007-03-04 [iwkse]      2.8.0cvs12
3458
3459         * src/imap.c
3460                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3461
3462 2007-03-03 [colin]      2.8.0cvs11
3463
3464         * src/plugins/pgpinline/pgpinline.c
3465                 Fix off-by-one, fix double-free. Fixes
3466                 bug 1135, 'cm-segfault on decrypting 
3467                 with PGP/inline'
3468
3469 2007-03-03 [colin]      2.8.0cvs10
3470
3471         * configure.ac
3472         * src/main.c
3473         * src/common/plugin.c
3474                 Fix bug 1134, 'Valgrind macros unhandled 
3475                 by Irix's cc'
3476
3477 2007-03-02 [colin]      2.8.0cvs9
3478
3479         * src/mbox.c
3480                 Don't error out on EAGAIN. Fixes 
3481                 bug 1129, '"local mbox file" account 
3482                 isn't retrieving mails'
3483
3484 2007-03-01 [wwp]        2.8.0cvs8
3485
3486         * src/mainwindow.c
3487         * src/gtk/colorlabel.c
3488                 Remove accels for extra color labels until we set better
3489                 and definitive ones.
3490
3491 2007-02-28 [wwp]        2.8.0cvs7
3492
3493         * src/mainwindow.c
3494         * src/matcher_parser_parse.y
3495         * src/prefs_common.c
3496         * src/prefs_msg_colors.c
3497         * src/procmsg.h
3498         * src/gtk/colorlabel.c
3499         * src/gtk/colorlabel.h
3500                 Add more customizable color labels. Cleaned up a bit
3501                 the color label API to avoid duplicate defines of
3502                 the max number of colors.
3503
3504 2007-02-27 [colin]      2.8.0cvs6
3505
3506         * src/mainwindow.c
3507         * src/common/utils.c
3508         * src/common/utils.h
3509                 Fix '+' in mailto URIs for List-* headers
3510
3511 2007-02-27 [colin]      2.8.0cvs5
3512
3513         * src/gtk/gtkutils.c
3514                 Use gtk_window_set_role instead of 
3515                 _set_wmclass
3516
3517 2007-02-27 [colin]      2.8.0cvs4
3518
3519         * src/inc.c
3520                 Fix "After receiving new mail, go to inbox" on IMAP,
3521                 and make it work only on manual reception
3522
3523 2007-02-27 [wwp]        2.8.0cvs3
3524
3525         * src/prefs_filtering.c
3526         * src/prefs_filtering_action.c
3527         * src/prefs_matcher.c
3528                 Update filtering matcher's and action's color label menus
3529                 when re-opening those dialogs (reflect any change to the
3530                 color labels list in the preferences).
3531
3532 2007-02-27 [colin]      2.8.0cvs2
3533
3534         * src/imap.c
3535         * src/etpan/etpan-thread-manager-types.h
3536         * src/etpan/etpan-thread-manager.c
3537         * src/etpan/imap-thread.c
3538                 Log imap ALERTs as errors in the log.
3539
3540 2007-02-26 [paul]       2.8.0cvs1
3541
3542         * tools/claws.i18n.status.pl
3543                 updated
3544
3545 2007-02-26 [paul]       2.7.2cvs75
3546
3547         * po/ca.po
3548         * po/cs.po
3549         * po/de.po
3550         * po/en_GB.po
3551         * po/fi.po
3552         * po/fr.po
3553         * po/hu.po
3554         * po/pl.po
3555         * po/pt_BR.po
3556         * po/sk.po
3557         * po/sr.po
3558         * po/zh_CN.po
3559                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3560                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3561                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3562                 Aleksandar Urosevic, and Ralgh Young
3563
3564 2007-02-25 [mones]      2.7.2cvs74
3565
3566         * po/es.po
3567                 Updated for release
3568
3569 2007-02-25 [colin]      2.7.2cvs73
3570
3571         * src/main.c
3572                 Clearing the list is only useful
3573                 to prevent a valgrind false-positive
3574
3575 2007-02-25 [paul]       2.7.2cvs72
3576
3577         * tools/Makefile.am
3578         * tools/README
3579         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3580         * tools/maildir2claws-mail.pl  **REMOVED**
3581                 renamed the script, fixed a couple bugs
3582
3583 2007-02-23 [colin]      2.7.2cvs71
3584
3585         * src/addressbook.c
3586                 Fix a leak, check for a few improbable nulls
3587
3588 2007-02-23 [colin]      2.7.2cvs70
3589
3590         * src/main.c
3591         * src/main.h
3592         * src/plugins/trayicon/trayicon.c
3593                 Fix blinking mainwin when starting in tray
3594                 (show mainwindow later in the startup process,
3595                  apart if restarting post-crash)
3596
3597 2007-02-23 [colin]      2.7.2cvs69
3598
3599         * src/folderview.c
3600         * src/imap_gtk.c
3601                 Fix crash when unsubscribing the currently
3602                 selected/opened folder
3603
3604 2007-02-23 [colin]      2.7.2cvs68
3605
3606         * src/compose.c
3607                 Fix bug that prevented colorization to
3608                 work without wrap quotation option
3609
3610 2007-02-23 [colin]      2.7.2cvs67
3611
3612         * src/addr_compl.c
3613                 Fix refcounting, start and end completion who
3614                 behaved as if there couldn't be any other current
3615                 user of completion
3616
3617 2007-02-23 [wwp]        2.7.2cvs66
3618
3619         * src/addressbook.c
3620         * src/addrindex.c
3621                 Address completion fixes: fix addressbook_peek_folder_exists() in
3622                 which the algorithm was ridiculously over-obfuscated and broken.
3623                 Fix addrindex_load_completion() as well, to load addresses in
3624                 completion list with regards to what addressbook_peek_folder_exists()
3625                 returns now.
3626
3627 2007-02-23 [wwp]        2.7.2cvs65
3628
3629         * src/addr_compl.c
3630                 Add addresses to completion when they're non-empty (thanks to Colin).
3631
3632 2007-02-23 [paul]       2.7.2cvs64
3633
3634         * src/plugins/pgpcore/passphrase.c
3635                 remove 'const '
3636
3637 2007-02-23 [colin]      2.7.2cvs63
3638
3639         * src/plugins/pgpcore/prefs_gpg.c
3640         * src/plugins/pgpcore/prefs_gpg.h
3641         * src/plugins/pgpcore/sgpgme.c
3642         * src/plugins/pgpinline/pgpinline.c
3643         * src/plugins/pgpmime/pgpmime.c
3644                 Try harder to respect user's choice wrt
3645                 gpg-agent even with gpg2, by unsetting
3646                 GPG_AGENT_INFO when necessary.
3647
3648 2007-02-22 [paul]       2.7.2cvs62
3649
3650         * src/plugins/pgpcore/sgpgme.c
3651         * src/plugins/pgpcore/sgpgme.h
3652         * src/plugins/pgpcore/passphrase.c
3653         * src/plugins/pgpinline/pgpinline.c
3654         * src/plugins/pgpmime/pgpmime.c
3655                 Fix a leak - gpgme_data_release_and_get_mem
3656                 leaks in recent gpgme. Workaround by using
3657                 our own function.
3658
3659 2007-02-22 [paul]       2.7.2cvs61
3660
3661         * src/gtk/quicksearch.c
3662                 Abandon dynamic search when pressing
3663                 Enter
3664
3665 2007-02-21 [colin]      2.7.2cvs60
3666
3667         * src/procmsg.c
3668         * src/plugins/pgpcore/passphrase.c
3669                 Fix little memory leaks
3670         * src/main.c
3671                 Fix false-positive leak at exit
3672         * src/gtk/quicksearch.c
3673                 Fix potentially big leak in recursive
3674                 Quicksearch
3675
3676 2007-02-21 [wwp]        2.7.2cvs59
3677
3678         * src/summaryview.c
3679                 Add missing newline to a debug message.
3680
3681 2007-02-20 [colin]      2.7.2cvs58
3682
3683         * src/Makefile.am
3684         * src/mimeview.c
3685         * src/stock_pixmap.c
3686         * src/stock_pixmap.h
3687         * src/pixmaps/mime_pgpsig.xpm
3688                 Add icon for application/pgp-signature
3689
3690 2007-02-20 [colin]      2.7.2cvs57
3691
3692         * src/Makefile.am
3693         * src/main.c
3694         * src/mimeview.c
3695         * src/stock_pixmap.c
3696         * src/stock_pixmap.h
3697         * src/pixmaps/mime_calendar.xpm
3698         * src/pixmaps/mime_pdf.xpm
3699         * src/pixmaps/mime_ps.xpm
3700                 Add icons for text/calendar, application/pdf
3701                 and application/postscript
3702
3703 2007-02-20 [colin]      2.7.2cvs56
3704
3705         * autogen.sh
3706         * src/matcher_parser_parse.y
3707         * src/matcher_parser_lex.l
3708                 Fix big memory leak in flex, and
3709                 require flex 2.5.31
3710
3711 2007-02-20 [wwp]        2.7.2cvs55
3712
3713         * src/matcher_parser_parse.y
3714                 Fix a duplicate token definition (thanks to iwkse).
3715
3716 2007-02-20 [wwp]        2.7.2cvs54
3717
3718         * src/matcher_parser_lex.l
3719         * src/quote_fmt_lex.l
3720                 Use proper flex options instead of direct use of #define,
3721                 make the flex-generated C lighter.
3722
3723 2007-02-20 [colin]      2.7.2cvs53
3724
3725         * src/summaryview.c
3726                 Grab focus in message list after hiding
3727                 the quicksearch, instead of leaving it
3728                 "somewhere"
3729
3730 2007-02-19 [colin]      2.7.2cvs52
3731
3732         * src/folderview.c
3733                 Fix bug 1033, 'Automatically refresh 
3734                 message list when new messages arrives'
3735                 Looks like folderview->opened can sometimes
3736                 be wrong...
3737
3738 2007-02-19 [paul]       2.7.2cvs51
3739
3740         * tools/Makefile.am
3741         * tools/README
3742         * tools/thunderbird-filters-convertor.pl
3743                 add new script which converts thunderbird filter
3744                 rules to Claws filter rules
3745
3746 2007-02-18 [paul]       2.7.2cvs50
3747
3748         * src/plugins/pgpcore/prefs_gpg.c
3749         * src/plugins/pgpcore/prefs_gpg.h
3750         * src/plugins/pgpcore/sgpgme.c
3751         * src/plugins/pgpinline/pgpinline.c
3752         * src/plugins/pgpmime/pgpmime.c
3753                 improved GUI interoperability with gpg-agent
3754
3755 2007-02-18 [paul]       2.7.2cvs49
3756
3757         * src/prefs_account.c
3758                 Privacy options sensitivity fix
3759
3760 2007-02-17 [colin]      2.7.2cvs48
3761
3762         * src/messageview.c
3763                 Reset icon to warning in the noticeview
3764
3765 2007-02-15 [colin]      2.7.2cvs47
3766
3767         * src/folderview.c
3768                 Fix a manifestation of bug 1033 (summaryview failing
3769                 to update for new mails), which happens after editing
3770                 account preferences or preferences that cause a 
3771                 folderview reload.
3772
3773 2007-02-15 [colin]      2.7.2cvs46
3774
3775         * src/addressbook.c
3776                 Probably fix bug 1123, 'Segmentation 
3777                 fault while opening address book'. I get
3778                 g_warnings if the saved paned position is
3779                 not greater than 0. Also, save position
3780                 when hiding the addressbook instead of
3781                 via signal.
3782
3783 2007-02-14 [colin]      2.7.2cvs45
3784
3785         * src/plugins/pgpcore/prefs_gpg.c
3786         * src/plugins/pgpcore/prefs_gpg.h
3787         * src/plugins/pgpcore/sgpgme.c
3788         * src/plugins/pgpinline/pgpinline.c
3789         * src/plugins/pgpmime/pgpmime.c
3790                 Add an option "Use gpg-agent if available". Fixes
3791                 annoyances with distro-installed gpg-agent, when
3792                 no pinentry program is installed, and the user's 
3793                 at a loss on why "decryption failed". Makes more
3794                 clear why passphrase isn't saved when gpg-agent is
3795                 used. Defaults to true, to avoid changing the 
3796                 current behaviour.
3797
3798 2007-02-14 [wwp]        2.7.2cvs44
3799
3800         * src/matcher_parser_parse.y
3801                 Fix missing line number reset (wrong line number might appear
3802                 when re-loading filtering rules if there's a parser error).
3803
3804 2007-02-13 [colin]      2.7.2cvs43
3805
3806         * src/common/utils.c
3807                 Don't encode ',' in URIs before passing it
3808                 to the browser command-line. It was probably
3809                 done at a time where commas in URIs made
3810                 mozilla -remote 'openurl(%s,new-window)'
3811                 bug.
3812
3813 2007-02-13 [wwp]        2.7.2cvs42
3814
3815         * src/prefs_matcher.c
3816         * src/plugins/bogofilter/bogofilter_gtk.c
3817                 A bit of string factorization around "Select ..." buttons.
3818
3819 2007-02-11 [colin]      2.7.2cvs41
3820
3821         * src/alertpanel.c
3822                 Make sure to escape the title
3823
3824 2007-02-11 [colin]      2.7.2cvs40
3825
3826         * src/codeconv.c
3827                 Recognize .utf8 locales as .UTF-8 ones
3828
3829 2007-02-11 [colin]      2.7.2cvs39
3830
3831         * src/compose.c
3832                 Fix code conversion when dragging a file
3833
3834 2007-02-09 [colin]      2.7.2cvs38
3835
3836         * src/plugins/clamav/clamav_plugin.c
3837                 Complete Paul's patch with conditional
3838                 compilation to avoid breaking compilation
3839                 on old Dapper and Edgy... Maybe other
3840                 distros too.
3841
3842 2007-02-09 [paul]       2.7.2cvs37
3843
3844         * src/plugins/clamav/clamav_plugin.c
3845                 fix for the upstream changes in libclamav
3846
3847 2007-02-09 [paul]       2.7.2cvs36
3848
3849         * src/main.c
3850         * src/mainwindow.c
3851         * src/procmsg.c
3852         * src/procmsg.h
3853                 fix "warn if there are queued messages" (on exit)
3854                 option, which only checked the first mailbox's
3855                 queue
3856                 don't ask before emptying trash if there are no
3857                 messages in trash, also check and empty all trash
3858                 folders
3859         * src/prefs_other.c
3860                 move "Ask before emptying trash" option
3861                 outside of the "On exit" frame as it's
3862                 not only an "On exit" option
3863
3864 2007-02-09 [paul]       2.7.2cvs35
3865
3866         * src/addrgather.c
3867         * src/alertpanel.c
3868         * src/editldap.c
3869         * src/prefs_account.c
3870         * src/prefs_folder_item.c
3871         * src/prefs_gtk.h
3872         * src/prefs_matcher.c
3873         * src/prefs_message.c
3874         * src/prefs_msg_colors.c
3875         * src/prefs_summaries.c
3876         * src/wizard.c
3877         * src/gtk/inputdialog.c
3878         * src/plugins/bogofilter/bogofilter_gtk.c
3879                 pedantic commit: use 'checkbtn' everywhere
3880                 instead of a mixture of 'checkbtn' and 'chkbtn'
3881
3882 2007-02-09 [paul]       2.7.2cvs34
3883
3884         * src/compose.c
3885                 fix default hotkeys
3886         * src/prefs_other.c
3887         * src/prefs_send.c
3888                 move "Never send Return Receipts" from
3889                 prefs_other to prefs_send
3890                 add an option "Ask about account specific
3891                 filtering rules..." to prefs_other
3892         * src/gtk/gtkutils.c
3893                 fix a compiler warning
3894
3895 2007-02-08 [colin]      2.7.2cvs33
3896
3897         * src/plugins/pgpinline/pgpinline.c
3898                 Fix bug 1110, 'pgpmime fails to process 
3899                 encapsulated openpgp mime (rfc 3156, 6.1 
3900                 -> rfc1847)'
3901                 It was due to an interaction between PGP/Mime
3902                 and PGP/Inline plugin. 
3903
3904 2007-02-08 [colin]      2.7.2cvs32
3905
3906         * src/inc.c
3907         * src/mbox.c
3908         * src/mbox.h
3909                 Fix bug 1117, 'fcntl locking code 
3910                 does not work in mbox.c'
3911
3912 2007-02-08 [colin]      2.7.2cvs31
3913
3914         * src/prefs_account.c
3915                 Fix Gentoo bug 165819, 'can't create 
3916                 a "local mbox file" account'. Patch
3917                 by Olivier <castan.o@free.fr>
3918
3919 2007-02-07 [colin]      2.7.2cvs30
3920
3921         * src/ldapquery.c
3922                 Fix bug 1106, 'Claws crash on exit if LDAPS 
3923                 autocompletion was used'
3924
3925 2007-02-07 [paul]       2.7.2cvs29
3926
3927         * src/folder.c
3928                 cut down on unnecessary debug_prints
3929         * src/imap_gtk.c
3930                 fix menu_set_active() on 'Show only
3931                 subscribed folders'
3932
3933 2007-02-07 [paul]       2.7.2cvs28
3934
3935         * src/plugins/clamav/clamav_plugin.c
3936         * src/plugins/clamav/clamav_plugin.h
3937         * src/plugins/clamav/clamav_plugin_gtk.c
3938                 fix copyright header
3939
3940 2007-02-07 [paul]       2.7.2cvs27
3941
3942         * src/procheader.c
3943                 fix bug 1116, 'summary view allow a 
3944                 subject line break'
3945
3946 2007-02-06 [colin]      2.7.2cvs26
3947
3948         * src/summaryview.c
3949                 Fix delete thread
3950
3951 2007-02-05 [fabien]     2.7.2cvs25
3952
3953         * po/POTFILES.in
3954         * src/uri_opener.c
3955                 i18n related - 1 fix and 1 message for translators.
3956
3957 2007-02-05 [colin]      2.7.2cvs24
3958
3959         * src/gtk/quicksearch.c
3960                 Don't reload summary list if quicksearch wasn't
3961                 active on hiding; move currently selected mail in
3962                 the visible area when showing the quicksearch
3963
3964 2007-02-05 [colin]      2.7.2cvs23
3965
3966         * src/folderview.c
3967                 Add debug to try to solve bug 1104
3968
3969 2007-02-05 [paul]       2.7.2cvs22
3970
3971         * src/mainwindow.c
3972                 confirm before emptying trash on exit is
3973                 a Yes or No answer, use Yes or No in the
3974                 dialog
3975
3976 2007-02-04 [colin]      2.7.2cvs21
3977
3978         * src/compose.c
3979         * src/plugins/pgpcore/passphrase.c
3980         * src/plugins/pgpcore/select-keys.c
3981                 Set wmclass on new windows
3982
3983 2007-02-04 [colin]
3984
3985         2.8.0-rc1 released
3986
3987 2007-02-04 [colin]      2.7.2cvs20
3988
3989         * src/compose.c
3990         * src/compose.h
3991                 Auto save drafts on exit, reopen them
3992                 at startup, instead of asking
3993         * src/account.c
3994         * src/addressadd.c
3995         * src/addressbook.c
3996         * src/addressbook_foldersel.c
3997         * src/addrgather.c
3998         * src/crash.c
3999         * src/editaddress.c
4000         * src/editbook.c
4001         * src/editgroup.c
4002         * src/editjpilot.c
4003         * src/editldap.c
4004         * src/editldap_basedn.c
4005         * src/editvcard.c
4006         * src/exphtmldlg.c
4007         * src/expldifdlg.c
4008         * src/export.c
4009         * src/foldersel.c
4010         * src/gedit-print.c
4011         * src/import.c
4012         * src/importldif.c
4013         * src/importmutt.c
4014         * src/importpine.c
4015         * src/main.c
4016         * src/mainwindow.c
4017         * src/message_search.c
4018         * src/messageview.c
4019         * src/prefs_actions.c
4020         * src/prefs_customheader.c
4021         * src/prefs_display_header.c
4022         * src/prefs_filtering.c
4023         * src/prefs_filtering_action.c
4024         * src/prefs_folder_column.c
4025         * src/prefs_gtk.c
4026         * src/prefs_matcher.c
4027         * src/prefs_other.c
4028         * src/prefs_summaries.c
4029         * src/prefs_summary_column.c
4030         * src/prefs_template.c
4031         * src/sourcewindow.c
4032         * src/ssl_manager.c
4033         * src/summary_search.c
4034         * src/uri_opener.c
4035         * src/gtk/about.c
4036         * src/gtk/description_window.c
4037         * src/gtk/foldersort.c
4038         * src/gtk/gtkutils.c
4039         * src/gtk/gtkutils.h
4040         * src/gtk/icon_legend.c
4041         * src/gtk/logwindow.c
4042         * src/gtk/pluginwindow.c
4043         * src/gtk/prefswindow.c
4044                 Give different wmclass to different
4045                 windows - thanks to sed ;)
4046
4047 2007-02-04 [colin]      2.7.2cvs19
4048
4049         * src/main.c
4050                 Revert previous patch, can't reproduce
4051                 it anymore. 
4052
4053 2007-02-03 [colin]      2.7.2cvs18
4054
4055         * src/main.c
4056                 Don't save the mainwindow size and
4057                 position on emergency exit (libSM's
4058                 "die" callback), Xfce seems to make
4059                 the window smaller just before the
4060                 size's saved.
4061
4062 2007-02-03 [colin]      2.7.2cvs17
4063
4064         * src/plugins/bogofilter/bogofilter.c
4065         * src/plugins/bogofilter/bogofilter.h
4066         * src/plugins/bogofilter/bogofilter_gtk.c
4067         * src/plugins/pgpinline/pgpinline.c
4068         * src/plugins/pgpinline/pgpinline.h
4069                 Fix more copyrights
4070
4071 2007-02-03 [colin]      2.7.2cvs16
4072
4073         * src/partial_download.c
4074         * src/partial_download.h
4075         * src/ssl_manager.c
4076         * src/ssl_manager.h
4077         * src/uri_opener.c
4078         * src/uri_opener.h
4079         * src/wizard.c
4080         * src/wizard.h
4081         * src/common/ssl_certificate.c
4082         * src/common/ssl_certificate.h
4083         * src/gtk/quicksearch.c
4084         * src/gtk/quicksearch.h
4085         * src/gtk/sslcertwindow.c
4086         * src/gtk/sslcertwindow.h
4087                 Fix copyright on my files
4088
4089 2007-02-02 [colin]      2.7.2cvs15
4090
4091         * src/Makefile.am
4092         * src/mainwindow.c
4093         * src/messageview.c
4094         * src/messageview.h
4095         * src/textview.c
4096         * src/textview.h
4097         * src/uri_opener.c
4098         * src/uri_opener.h
4099                 Add Tools/List URIs to allow
4100                 opening any URI in the current mail
4101
4102 2007-02-02 [colin]      2.7.2cvs14
4103
4104         * src/common/valgrind.h ** NEW FILE **
4105         * src/common/Makefile.am
4106         * src/common/plugin.c
4107                 Don't dlclose the plugins if we're running
4108                 under valgrind. (doesn't require valgrind
4109                 either at compile time or run time).
4110
4111 2007-02-01 [paul]       2.7.2cvs13
4112
4113         * AUTHORS
4114         * src/gtk/authors.h
4115         * tools/freshmeat_search.pl
4116         * tools/google_search.pl
4117         * tools/multiwebsearch.pl
4118                 add support for non ISO-8859-1 compatible locales
4119                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4120
4121 2007-02-01 [colin]      2.7.2cvs12
4122
4123         * src/prefs_other.c
4124         * src/prefs_summaries.c
4125                 Move keybinding prefs to the Other page
4126
4127 2007-02-01 [wwp]        2.7.2cvs11
4128
4129         * src/plugins/trayicon/trayicon.c
4130                 Fix a raising issue within KDE.
4131
4132 2007-02-01 [colin]      2.7.2cvs10
4133
4134         * src/codeconv.c
4135                 Fix stray quotes in encoded strings
4136         * src/addressadd.c
4137                 Fix wrong call causing g_warnings
4138         * src/textview.c
4139                 Remove useless message
4140
4141 2007-01-31 [wwp]        2.7.2cvs9
4142
4143         * src/plugins/trayicon/trayicon.c
4144                 fix buggy hiding of main window when closing if close-to-tray
4145                 is not set (bad logics  in the trayicon hook code).
4146                 Changed the quit confirmation message too.
4147
4148 2007-01-30 [colin]      2.7.2cvs8
4149
4150         * src/main.c
4151                 Fix hidden mainwindow after clicking on
4152                 the X close button, if compose windows
4153                 exist and the user chooses not to quit
4154
4155 2007-01-30 [colin]      2.7.2cvs7
4156
4157         * src/main.c
4158         * src/compose.c
4159                 Handle local URIs to attach files (file:///...)
4160                 Fixes attaching files from Thunar for example
4161
4162 2007-01-30 [colin]      2.7.2cvs6
4163
4164         * src/prefs_ext_prog.c
4165                 Add 'mousepad' to the list of text editors.
4166                 Mousepad is XFCE's text editor
4167
4168 2007-01-29 [wwp]        2.7.2cvs5
4169
4170         * po/POTFILES.in
4171         * src/plugins/trayicon/trayicon_prefs.c
4172                 trayicon i18n fixes, thanks to Fabien.
4173
4174 2007-01-28 [wwp]        2.7.2cvs4
4175
4176         * src/mainwindow.c
4177         * src/mainwindow.h
4178         * src/plugins/trayicon/trayicon.c
4179         * src/plugins/trayicon/trayicon_prefs.c
4180         * src/plugins/trayicon/trayicon_prefs.h
4181                 Added a new TrayIcon plugin option to close to tray
4182                 (WM's hotkey and [X] button will hide the window instead
4183                 of closing it - closing CM can be done using the tray icon
4184                 menu or the File menu).
4185                 Improved visibility handling in trayicon, clicking the
4186                 trayicon now raise the window to current desktop when it
4187                 was either minimized/shaded/on another desktop.
4188                 Thanks to Paul for testing and fixing a strange behaviour
4189                 in KDE ;-).
4190
4191 2007-01-27 [paul]       2.7.2cvs3
4192
4193         * src/prefs_folder_item.c
4194         * src/prefs_receive.c
4195         * src/plugins/pgpcore/prefs_gpg.c
4196                 use 'start-up' instead of 'startup' in labels
4197
4198 2007-01-26 [wwp]        2.7.2cvs2
4199
4200         * src/plugins/trayicon/Makefile.am
4201         * src/plugins/trayicon/trayicon.c
4202         * src/plugins/trayicon/trayicon_prefs.c
4203         * src/plugins/trayicon/trayicon_prefs.h
4204                 Add a new TrayIcon option to hide the main window at
4205                 start-up.
4206                 Fix trayicon.c copyright header.
4207
4208 2007-01-26 [paul]       2.7.2cvs1
4209
4210         * NEWS
4211         * README
4212         * RELEASE_NOTES
4213         * configure.ac
4214                 bump up version number following
4215                 stable release
4216
4217 2007-01-25 [mones]      2.7.1cvs60
4218
4219         * po/es.po
4220                 updated thousands of strings (well, probably less ;-)
4221
4222 2007-01-25 [colin]      2.7.1cvs59
4223
4224         * src/matcher.c
4225                 Fix 2nd-run loss of matcherrc on new
4226                 configurations. 
4227
4228 2007-01-25 [wwp]        2.7.1cvs58
4229
4230         * src/mimeview.c
4231                 fix handling of empty value in attach_save_directory too, thanks
4232                 to Colin.
4233
4234 2007-01-25 [wwp]        2.7.1cvs57
4235
4236         * src/gtk/filesel.c
4237                 fix handling of empty value in attach_load_directory,
4238                 thanks to Colin.
4239
4240 2007-01-25 [wwp]        2.7.1cvs56
4241
4242         * src/plugins/dillo_viewer/dillo_prefs.h
4243                 fix a typo.
4244
4245 2007-01-25 [colin]      2.7.1cvs55
4246
4247         * src/matcher.c
4248         * src/matcher.h
4249         * src/matcher_parser_parse.y
4250         * src/prefs_matcher.c
4251                 Add matching on the spam flag
4252
4253 2007-01-24 [colin]      2.7.1cvs54
4254
4255         * src/folder.c
4256         * src/common/xml.c
4257         * src/common/xml.h
4258                 Make sure folderlist.xml is correctly
4259                 written before overwriting it.
4260         * src/procmsg.c
4261         * src/procmsg.h
4262         * src/summaryview.c
4263         * src/plugins/bogofilter/bogofilter.c
4264         * src/plugins/bogofilter/bogofilter.h
4265         * src/plugins/bogofilter/bogofilter_gtk.c
4266         * src/plugins/spamassassin/spamassassin.c
4267         * src/plugins/spamassassin/spamassassin.h
4268         * src/plugins/spamassassin/spamassassin_gtk.c
4269                 Move spam to the correct trash folder after
4270                 learning, if spam directory isn't set.
4271
4272 2007-01-23 [paul]       2.7.1cvs53
4273
4274         * src/plugins/bogofilter/bogofilter_gtk.c
4275                 fix sensitivity of "Insert X-Bogosity header"
4276                 option
4277
4278 2007-01-23 [colin]      2.7.1cvs52
4279
4280         * src/toolbar.c
4281                 Translate toolbar items text if
4282                 they're translatable (default)
4283         * src/addrcache.c
4284         * src/addrcache.h
4285         * src/addritem.c
4286         * src/addritem.h
4287         * src/codeconv.c
4288         * src/codeconv.h
4289         * src/jpilot.c
4290         * src/jpilot.h
4291         * src/ldapctrl.c
4292         * src/ldapctrl.h
4293         * src/ldapquery.h
4294         * src/ldif.c
4295         * src/ldif.h
4296         * src/etpan/etpan-thread-manager.c
4297         * src/etpan/etpan-thread-manager.h
4298         * src/gtk/gtkutils.c
4299         * src/gtk/gtkutils.h
4300                 More static functions
4301
4302 2007-01-22 [fabien]     2.7.1cvs51
4303
4304         * src/gtk/gtkutils.c
4305                 gtkut_get_options_frame() : ability to pass
4306                 a 'NULL' value in frame pointer parameter if
4307                 we don't need it.
4308
4309 2007-01-22 [colin]      2.7.1cvs50
4310
4311         * src/procmsg.c
4312         * src/procmsg.h
4313         * src/plugins/bogofilter/bogofilter.c
4314         * src/plugins/bogofilter/bogofilter_gtk.c
4315         * src/plugins/spamassassin/spamassassin.c
4316         * src/plugins/spamassassin/spamassassin_gtk.c
4317                 Allow moving spams to the account's trash
4318                 instead of default one
4319
4320 2007-01-21 [colin]      2.7.1cvs49
4321
4322         * src/ldapquery.c
4323         * src/ldapquery.h
4324                 Revert a static function that shouldn't
4325                 have been
4326
4327 2007-01-21 [colin]      2.7.1cvs48
4328
4329         * src/ldapquery.c
4330         * src/ldapquery.h
4331                 Same
4332
4333 2007-01-21 [colin]      2.7.1cvs47
4334
4335         * src/procmsg.c
4336         * src/procmsg.h
4337                 Same
4338
4339 2007-01-21 [colin]      2.7.1cvs46
4340
4341         * src/common/socket.c
4342         * src/common/socket.h
4343                 Same
4344
4345 2007-01-21 [colin]      2.7.1cvs45
4346
4347         * src/crash.c
4348         * src/exporthtml.c
4349         * src/exporthtml.h
4350         * src/exportldif.c
4351         * src/exportldif.h
4352         * src/folder.c
4353         * src/folder.h
4354         * src/folder_item_prefs.c
4355         * src/folder_item_prefs.h
4356         * src/folderview.c
4357         * src/folderview.h
4358         * src/gedit-print.c
4359         * src/gedit-print.h
4360         * src/main.c
4361         * src/main.h
4362         * src/common/socket.c
4363         * src/common/socket.h
4364         * src/gtk/gtkaspell.c
4365         * src/gtk/gtkaspell.h
4366         * src/gtk/quicksearch.c
4367         * src/gtk/quicksearch.h
4368                 Same
4369
4370 2007-01-21 [colin]      2.7.1cvs44
4371
4372         * src/common/utils.c
4373         * src/common/utils.h
4374         * src/etpan/etpan-thread-manager.c
4375         * src/etpan/etpan-thread-manager.h
4376                 Same (Funny that etpan_thread_unbind
4377                 is called but not etpan_thread_bind)
4378
4379 2007-01-21 [colin]      2.7.1cvs43
4380
4381         * src/addrselect.c
4382         * src/addrselect.h
4383         * src/codeconv.c
4384         * src/codeconv.h
4385         * src/compose.c
4386         * src/compose.h
4387         * src/etpan/Makefile.am
4388         * src/gtk/colorlabel.c
4389         * src/gtk/colorlabel.h
4390         * src/gtk/sslcertwindow.c
4391         * src/gtk/sslcertwindow.h
4392         * src/etpan/etpan-log.c ** REMOVED **
4393         * src/etpan/etpan-log.h ** REMOVED **
4394                 Same
4395
4396 2007-01-20 [colin]      2.7.1cvs42
4397
4398         * src/addritem.c
4399         * src/addritem.h
4400                 Same
4401
4402 2007-01-20 [colin]      2.7.1cvs41
4403
4404         * src/account.c
4405         * src/account.h
4406         * src/addrbook.c
4407         * src/addrbook.h
4408         * src/addrcache.c
4409         * src/addrcache.h
4410         * src/addrclip.c
4411         * src/addrclip.h
4412         * src/addressbook.c
4413         * src/addressbook.h
4414         * src/addrharvest.c
4415         * src/addrharvest.h
4416         * src/addrindex.c
4417         * src/addrindex.h
4418         * src/editaddress.c
4419         * src/editaddress.h
4420                 Make functions that aren't used in other
4421                 files static
4422
4423 2007-01-20 [colin]      2.7.1cvs40
4424
4425         * src/account.c
4426         * src/addrbook.c
4427         * src/addrcache.c
4428         * src/addressbook.c
4429         * src/addrgather.c
4430         * src/addrindex.c
4431         * src/addrquery.c
4432         * src/addrselect.c
4433         * src/browseldap.c
4434         * src/compose.c
4435         * src/editbook.c
4436         * src/editjpilot.c
4437         * src/editldap.c
4438         * src/editldap_basedn.c
4439         * src/editvcard.c
4440         * src/exporthtml.c
4441         * src/exportldif.c
4442         * src/folder.c
4443         * src/folderview.c
4444         * src/image_viewer.c
4445         * src/imap.c
4446         * src/importmutt.c
4447         * src/importpine.c
4448         * src/jpilot.c
4449         * src/ldapquery.c
4450         * src/main.c
4451         * src/mainwindow.c
4452         * src/matcher.c
4453         * src/messageview.c
4454         * src/mh.c
4455         * src/mimeview.c
4456         * src/msgcache.c
4457         * src/mutt.c
4458         * src/news.c
4459         * src/pine.c
4460         * src/prefs_account.c
4461         * src/prefs_common.c
4462         * src/prefs_compose_writing.c
4463         * src/prefs_ext_prog.c
4464         * src/prefs_folder_item.c
4465         * src/prefs_fonts.c
4466         * src/prefs_message.c
4467         * src/prefs_msg_colors.c
4468         * src/prefs_other.c
4469         * src/prefs_quote.c
4470         * src/prefs_receive.c
4471         * src/prefs_send.c
4472         * src/prefs_spelling.c
4473         * src/prefs_summaries.c
4474         * src/prefs_toolbar.c
4475         * src/prefs_wrapping.c
4476         * src/privacy.c
4477         * src/procmime.c
4478         * src/procmsg.c
4479         * src/ssl_manager.c
4480         * src/statusbar.c
4481         * src/summaryview.c
4482         * src/toolbar.c
4483         * src/vcard.c
4484         * src/common/hooks.c
4485         * src/common/log.c
4486         * src/common/passcrypt.c
4487         * src/common/socket.c
4488         * src/common/ssl.c
4489         * src/common/ssl_certificate.c
4490         * src/common/template.c
4491         * src/common/utils.c
4492         * src/etpan/imap-thread.c
4493         * src/gtk/sslcertwindow.c
4494         * src/gtk/sslcertwindow.h
4495                 Make functions that could be static, static
4496
4497 2007-01-20 [colin]      2.7.1cvs39
4498
4499         * src/editldap.c
4500                 Fix tooltip
4501
4502 2007-01-20 [colin]      2.7.1cvs38
4503
4504         * src/ldapquery.c
4505         * src/ldaputil.c
4506         * src/ldaputil.h
4507                 Fix bug 1102, 'claws-mail-2.7.1 
4508                 makes use of deprecated ldap 
4509                 functions'
4510
4511 2007-01-20 [colin]      2.7.1cvs37
4512
4513         * src/mainwindow.c
4514         * src/mainwindow.h
4515         * src/summaryview.c
4516         * src/gtk/quicksearch.c
4517                 Add Wide message list layout
4518
4519 2007-01-19 [fabien]     2.7.1cvs36
4520
4521         * src/textview.c
4522                 make sure a font change is considered in links of
4523                 headerview.
4524
4525 2007-01-19 [colin]      2.7.1cvs35
4526
4527         * src/main.c
4528         * src/mainwindow.c
4529         * src/mainwindow.h
4530         * src/messageview.c
4531         * src/messageview.h
4532         * src/prefs_common.c
4533         * src/prefs_common.h
4534         * src/summaryview.c
4535         * src/summaryview.h
4536         * src/gtk/quicksearch.c
4537         * src/gtk/quicksearch.h
4538                 Drop 'Separate Folder tree' and 'Separate
4539                 Message View'. Put three layouts in place
4540                 of it.
4541
4542 2007-01-19 [paul]       2.7.1cvs34
4543
4544         * src/prefs_msg_colors.c
4545                 more use of Q_ for translators
4546
4547 2007-01-19 [paul]       2.7.1cvs33
4548
4549         * src/imap_gtk.c
4550         * src/prefs_account.c
4551                 a few changes to the English
4552
4553 2007-01-19 [fabien]     2.7.1cvs32
4554
4555         * src/wizard.c
4556                 factorize translatable string
4557
4558 2007-01-18 [colin]      2.7.1cvs31
4559
4560         * src/main.c
4561                 Don't error out on --sync option. Although
4562                 we don't do anything with it, gtk+ handles
4563                 it, and it's useful for debugging X errors
4564
4565 2007-01-18 [fabien]     2.7.1cvs30
4566
4567         * src/prefs_other.c
4568                 ability to apply on the fly the recent added
4569                 'gtk_can_change_accels' pref (no need to restart).
4570
4571 2007-01-18 [fabien]     2.7.1cvs29
4572
4573         * src/plugins/bogofilter/bogofilter_gtk.c
4574         * src/plugins/bogofilter/bogofilter.c
4575         * src/plugins/spamassassin/spamassassin_gtk.c
4576         * src/addr_compl.c
4577         * src/prefs_account.c
4578                 factorize or rewrite some translatable strings.
4579
4580 2007-01-18 [fabien]     2.7.1cvs28
4581
4582         * src/prefs_gtk.h
4583         * src/compose.c
4584                 set a 4pix space between "Subject:" label and subject entry in
4585                 compose window.
4586
4587 2007-01-18 [wwp]        2.7.1cvs27
4588
4589         * src/addressbook.c
4590                 fix conflicting address-copy/paste when focus is set
4591                 to the embedded edit-person form.
4592  
4593
4594 2007-01-18 [wwp]        2.7.1cvs26
4595
4596         * src/addressbook.h
4597                 complete 2.7.1cvs23 (one more file was missing from that
4598                 commit).
4599
4600 2007-01-18 [colin]      2.7.1cvs25
4601
4602         * src/main.c
4603                 Provide a way to migrate without backup
4604                 Re-ask for migration on next start if 
4605                 it has been refused and wizard has been 
4606                 cancelled after.
4607
4608 2007-01-18 [wwp]        2.7.1cvs24
4609
4610         * src/editaddress.c
4611                 complete 2.7.1.cvs23 (file was missing from previous
4612                 commit).
4613
4614 2007-01-18 [wwp]        2.7.1cvs23
4615
4616         * src/addressbook.c
4617                 fix potential crashes in address book's focus_in/out signal handlers,
4618                 force focus to the edit-person form when clicked the Edit menu entry or
4619                 button (this only matters if the edit-person form is embedded to the
4620                 AB window, in that case, focus is not set when browsing the contacts
4621                 list w/ keys or mouse clicks).
4622
4623 2007-01-18 [paul]       2.7.1cvs22
4624
4625         * src/main.c
4626                 add command line options:
4627                 -h for --help
4628                 -q and --quit for --exit
4629                 -v for --version
4630                 print "Unknown option" for unknown options
4631
4632 2007-01-18 [paul]       2.7.1cvs21
4633
4634         * po/ru.po
4635                 updated by Pavlo Bohmat
4636
4637 2007-01-18 [paul]       2.7.1cvs20
4638
4639         * src/mainwindow.c
4640                 fix sensitivity issues of Mark as Spam/Ham
4641
4642 2007-01-17 [fabien]     2.7.1cvs19
4643
4644         * src/prefs_other.c
4645         * src/prefs_common.c
4646         * src/prefs_common.h
4647         * src/main.c
4648                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4649                 control the corresponding gtk property. It could be used to lock
4650                 all shortcuts (avoid to set one of them by inadvertency).
4651
4652 2007-01-17 [colin]      2.7.1cvs18
4653
4654         * src/summaryview.c
4655                 Fix bug 1100, 'Highlighted e-mail data not visible 
4656                 when color label applied.'. Use a weighted average
4657                 between normal selected foreground color and color
4658                 label instead of a simple one (3/1 instead 1/1).
4659
4660 2007-01-17 [colin]      2.7.1cvs17
4661
4662         * src/messageview.c
4663                 Better fix for bug 1088, 'Ctrl-h produces repeatable
4664                 crash' - don't prevent mail switching while loading
4665
4666 2007-01-17 [colin]      2.7.1cvs16
4667
4668         * src/folder.c
4669         * src/folder.h
4670         * src/folderview.c
4671         * src/folderview.h
4672         * src/imap.c
4673         * src/imap.h
4674         * src/imap_gtk.c
4675                 Manage recursive search of unsubscribed folders
4676                 Rescan tree without checking for new messages 
4677                 after subscriptions changed
4678
4679 2007-01-17 [paul]       2.7.1cvs15
4680
4681         * src/prefs_common.c
4682         * src/gtk/pluginwindow.c
4683                 fix bug 1101, '"Load plugin" button is
4684                 accidentally hidden'
4685                 unset (-1) initial width in prefs_common,
4686                 fix overlapping buttons,
4687                 and other cleanups
4688
4689 2007-01-17 [paul]       2.7.1cvs14
4690
4691         * src/procmime.c
4692                 add #include <errno.h>, it's needed
4693                 on some systems
4694
4695 2007-01-17 [paul]       2.7.1cvs13
4696
4697         * src/common/defs.h
4698         * tools/make.themes.project
4699                 rename .sylpheed_themeinfo to .claws_themeinfo
4700                 and use it
4701         * src/etpan/etpan-errors.h
4702         * src/etpan/etpan-log.c
4703         * src/etpan/etpan-log.h
4704         * src/etpan/etpan-thread-manager-types.h
4705         * src/etpan/etpan-thread-manager.c
4706         * src/etpan/etpan-thread-manager.h
4707         * src/etpan/imap-thread.c
4708         * src/etpan/imap-thread.h
4709                 add copyright header
4710
4711 2007-01-17 [colin]      2.7.1cvs12
4712
4713         * src/plugins/pgpcore/select-keys.c
4714         * src/gtk/pluginwindow.c
4715         * src/prefs_account.c
4716                 Fix warnings
4717
4718 2007-01-16 [colin]      2.7.1cvs11
4719
4720         * src/imap.c
4721         * src/imap.h
4722         * src/imap_gtk.c
4723                 Manage subscribing to subfolders when only
4724                 subscribed folders are shown.
4725
4726 2007-01-16 [colin]      2.7.1cvs10
4727
4728         * src/folderview.c
4729                 Fix annoying vscrollbar going back to top
4730                 on Check for new folders
4731
4732 2007-01-16 [colin]      2.7.1cvs9
4733
4734         * src/imap.c
4735                 Remove printf
4736
4737 2007-01-16 [colin]      2.7.1cvs8
4738
4739         * src/filtering.c
4740                 Bigger buffer for errors
4741         * src/imap.c
4742         * src/imap.h
4743         * src/imap_gtk.c
4744         * src/prefs_account.c
4745         * src/prefs_account.h
4746         * src/wizard.c
4747         * src/etpan/imap-thread.c
4748         * src/etpan/imap-thread.h
4749         * manual/handling.xml
4750                 Add subscriptions management. What it changes:
4751                 Creating a folder subscribes to it
4752                 Deleting a folder unsubscribes it
4753                 New contextual menu item allowing to switch between
4754                 All folders and Subscribed folders, subscribe, and
4755                 unsubscribe. "Creating" an existing but unsubscribed
4756                 folder will subscribe it.
4757                 By default for new accounts, only subscribed folders 
4758                 are shown.
4759
4760
4761 2007-01-16 [paul]       2.7.1cvs7
4762
4763         * src/summaryview.c
4764                 Allow folder classes to specify only sort_key or
4765                 sort_type instead of both or none.
4766
4767 2007-01-16 [paul]       2.7.1cvs6
4768
4769         * src/action.c
4770         * src/compose.c
4771         * src/mimeview.c
4772         * src/procmime.c
4773         * src/textview.c
4774                 Save and use errno for procmime_get_part
4775
4776 2007-01-16 [colin]      2.7.1cvs5
4777
4778         * src/imap.c
4779                 Never remove INBOX when scanning for
4780                 new folders. It's a special folder
4781                 that has to exist.
4782
4783 2007-01-15 [colin]      2.7.1cvs4
4784
4785         * src/imap.c
4786                 Fix 'Check for new folders' when IMAP subdirectory
4787                 is set
4788         * src/etpan/imap-thread.c
4789                 Fix build
4790
4791 2007-01-15 [colin]      2.7.1cvs3
4792
4793         * src/etpan/imap-thread.c
4794                 Fix invalid free on command-connection
4795                 error
4796
4797 2007-01-15 [wwp]        2.7.1cvs2
4798
4799         * src/matcher_parser_lex.l
4800         * src/quote_fmt_lex.l
4801         * src/matcher_parser_parse.y
4802                 fix copyright header in lexers and parsers.
4803
4804 2007-01-15 [paul]       2.7.1cvs1
4805
4806         * NEWS
4807         * README
4808         * RELEASE_NOTES
4809         * configure.ac
4810                 bump up version number following
4811                 stable release
4812
4813 2007-01-15 [paul]       2.7.0cvs31
4814
4815         * AUTHORS
4816         * src/gtk/authors.h
4817                 add Fabien to the Team list
4818                 add the recent contributors
4819                 make a few corrections
4820
4821 2007-01-15 [paul]       2.7.0cvs30
4822
4823         * src/mainwindow.c
4824                 fix compiler warning
4825         * src/plugins/pgpcore/prefs_gpg.c
4826         * src/plugins/pgpcore/prefs_gpg.h
4827                 add missing include
4828                 fix copyright header
4829
4830 2007-01-14 [colin]      2.7.0cvs29
4831
4832         * src/gtk/filesel.c
4833                 Use the 'gtk+' backend. Avoids gnome-vfs use,
4834                 two benefits: faster to open, will fix strange
4835                 dbus-related crash. Thanks to Pascal Terjan.
4836
4837 2007-01-14 [colin]      2.7.0cvs28
4838
4839         * src/etpan/imap-thread.c
4840                 Delete the old imap just after allocating
4841                 the new one. Makes sure we don't get the
4842                 same pointer by sheer luck, which feels
4843                 strange in the debug log.
4844
4845 2007-01-14 [colin]      2.7.0cvs27
4846
4847         * src/gtk/inputdialog.c
4848                 Make sure we don't print passwords in
4849                 clear text when in debug mode
4850
4851 2007-01-14 [colin]      2.7.0cvs26
4852
4853         * src/gtk/gtksctree.c
4854                 Fix bug 1098, 'bogus last row display 
4855                 after expanding a thread'. Patch by
4856                 Jindrich Makovicka <makovick@gmail.com>
4857
4858 2007-01-14 [colin]      2.7.0cvs25
4859
4860         * src/etpan/imap-thread.c
4861                 Close socket manually before
4862                 freeing the imap struct
4863
4864 2007-01-14 [colin]      2.7.0cvs24
4865
4866         * src/etpan/imap-thread.c
4867                 Maybe fix new reconnection issues
4868
4869 2007-01-13 [colin]      2.7.0cvs23
4870
4871         * src/summaryview.c
4872                 Freeze/thaw on thread selection
4873
4874 2007-01-13 [paul]       2.7.0cvs22
4875
4876         * src/mainwindow.c
4877         * src/summaryview.c
4878         * src/summaryview.h
4879                 add 'Edit/Delete thread'
4880
4881 2007-01-13 [colin]      2.7.0cvs21
4882
4883         * src/prefs_account.c
4884         * src/prefs_compose_writing.c
4885         * src/prefs_message.c
4886         * src/prefs_msg_colors.c
4887         * src/prefs_other.c
4888         * src/prefs_receive.c
4889         * src/prefs_spelling.c
4890         * src/prefs_summaries.c
4891         * src/prefs_themes.c
4892         * src/gtk/gtkutils.c
4893         * src/gtk/gtkutils.h
4894         * src/plugins/pgpcore/prefs_gpg.c
4895         * src/plugins/spamassassin/spamassassin_gtk.c
4896                 Factorize gtk frame creation
4897                 Patch by Pawel
4898
4899 2007-01-13 [colin]      2.7.0cvs20
4900
4901         * src/message_search.c
4902         * src/summary_search.c
4903                 Fix Enter in search windows
4904         * src/messageview.c
4905                 Fix body search starting at the
4906                 end of the mail (and asking for loop)
4907
4908 2007-01-13 [colin]      2.7.0cvs19
4909
4910         * src/etpan/imap-thread.c
4911                 Make sure we don't free the same imap
4912                 twice
4913
4914 2007-01-13 [colin]      2.7.0cvs18
4915
4916         * commitHelper
4917                 Allow multiple commitHelpers to
4918                 run at once
4919
4920 2007-01-12 [colin]      2.7.0cvs17
4921
4922         * src/etpan/imap-thread.c
4923                 Make sure we get rid of the previous mailimap
4924                 when connecting - just in case disconnect was
4925                 unclean
4926
4927 2007-01-12 [paul]       2.7.0cvs16
4928
4929         * src/compose.c
4930                 Strip S/MIME signatures when re-editing
4931                 S/MIME signed messages.
4932
4933 2007-01-12 [paul]       2.7.0cvs15
4934
4935         * configure.ac
4936         * src/addressbook.c
4937         * src/foldersel.c
4938         * src/folderview.c
4939         * src/main.c
4940                 no need to define CLAWS anymore, remove
4941                 all that stuff
4942
4943 2007-01-12 [paul]       2.7.0cvs14
4944
4945         * src/mimeview.c
4946                 check if the mail's signed as
4947                 it can change the mail structure
4948                 Thanks to Colin
4949
4950 2007-01-12 [paul]       2.7.0cvs13
4951
4952         * src/procmime.c
4953                 fix Forwarding msgs with attachments
4954                 that have dos line endings
4955                 Thanks to Colin
4956
4957 2007-01-12 [wwp]        2.7.0cvs12
4958
4959         * configure.ac
4960                 Revert accidentally committed extra version tag.
4961
4962 2007-01-12 [wwp]        2.7.0cvs11
4963
4964         * src/prefs_account.c
4965                 Fix compilation w/o aspell (completes 2.7.0cvs7).
4966
4967 2007-01-11 [colin]      2.7.0cvs10
4968
4969         * src/imap.c
4970                 move g_warning to debug_print
4971                 it scares people for no reason
4972
4973 2007-01-11 [colin]      2.7.0cvs9
4974
4975         * po/POTFILES.in
4976                 Fix files to translate. Patch by
4977                 Fabien
4978
4979 2007-01-11 [paul]       2.7.0cvs8
4980
4981         * src/imap.c
4982                 Fix recursion when server lists the
4983                 current subfolder in the response
4984         * src/mimeview.c
4985                 Fix updating of icon_list/ctree
4986         * src/plugins/pgpcore/select-keys.c
4987                 Fix a few annoyances when choosing
4988                 keys for the CMS (S/MIME) protocol
4989
4990 2007-01-11 [wwp]        2.7.0cvs7
4991
4992         * src/compose.c
4993         * src/prefs_account.c
4994         * src/prefs_account.h
4995                 Add per-account spellcheck default dictionaries settings.
4996
4997 2007-01-10 [colin]      2.7.0cvs6
4998
4999         * src/prefs_folder_item.c
5000                 Factorize strings - patch by Fabien
5001
5002 2007-01-10 [colin]      2.7.0cvs5
5003
5004         * src/mainwindow.c
5005                 Fix bug 1095, 'Crash while changing folder 
5006                 columns during incorporation'
5007
5008 2007-01-09 [colin]      2.7.0cvs4
5009
5010         * src/gtk/pluginwindow.c
5011                 Set the plugin window transient. Seems
5012                 like some window managers hide it in
5013                 the background after "load plugin"...
5014
5015 2007-01-09 [colin]      2.7.0cvs3
5016
5017         * src/gtk/filesel.c
5018                 Use the same type for alloc and free
5019
5020 2007-01-08 [paul]       2.7.0cvs2
5021
5022         * po/nl.po
5023                 updated by Tim Dijkstra
5024
5025 2007-01-08 [paul]       2.7.0cvs1
5026
5027         * src/prefs_themes.c
5028         * src/common/utils.c
5029                 Fix resource leaks
5030
5031 2007-01-08 [paul]       2.7.0
5032
5033         * NEWS
5034         * README
5035         * RELEASE_NOTES
5036                 2.7.0 released
5037
5038 2007-01-08 [paul]       2.6.1cvs119
5039
5040         * doc/man/claws-mail.1
5041                 another correction
5042
5043 2007-01-08 [paul]       2.6.1cvs118
5044
5045         * doc/man/claws-mail.1
5046                 corrections
5047         * manual/advanced.xml
5048                 improved English usage
5049
5050 2007-01-08 [paul]       2.6.1cvs117
5051
5052         * po/ca.po
5053         * po/de.po
5054         * po/en_GB.po
5055         * po/fi.po
5056         * po/it.po
5057         * po/pt_BR.po
5058         * po/sk.po
5059         * po/sr.po
5060         * po/zh_CN.po
5061                 updated by Miquel Oliete, Stephan Sachse, me,
5062                 Tommi Pirinen, Andrea Spadaccini, Frederico
5063                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5064                 Urosevic, and Ralgh Young
5065
5066 2007-01-07 [mones]      2.6.1cvs116
5067
5068         * manual/es/advanced.xml
5069         * po/es.po
5070                 Synced manual (unhide mark_as_read_delay)
5071                 and updated translation for release
5072
5073 2007-01-07 [paul]       2.6.1cvs115
5074
5075         * src/prefs_matcher.c
5076                 make the hbox content fit better under
5077                 various languages
5078
5079 2007-01-07 [colin]      2.6.1cvs114
5080
5081         * src/messageview.c
5082                 Fix bug 1088, 'Ctrl-h produces repeatable
5083                 crash'
5084
5085 2007-01-06 [colin]      2.6.1cvs113
5086
5087         * src/etpan/imap-thread.c
5088                 Add casts to int to get certs. Fixes
5089                 bug 1064, 'crash @ etpan_certificate_check() 
5090                 when opening an IMAP folder', with latest
5091                 libetpan CVS or >= 0.49
5092         * src/mainwindow.c
5093         * src/mainwindow.h
5094         * src/imap_gtk.c
5095         * src/news_gtk.c
5096         * src/prefs_folder_item.c
5097                 Grey out the "synchronise" menu items if
5098                 there's nothing to synchronise.
5099         * src/plugins/pgpcore/sgpgme.c
5100                 Make an error clearer than "Unknown error"
5101
5102 2007-01-06 [colin]      2.6.1cvs112
5103
5104         * src/messageview.c
5105                 Don't try to show a message if updating
5106                 Maybe fixes bug 1088, 'ctrl-h produces
5107                 repeatable crash'.
5108
5109 2007-01-06 [colin]      2.6.1cvs111
5110
5111         * src/summaryview.c
5112                 Disable Control-Space (handle it as Space).
5113
5114 2007-01-05 [paul]       2.6.1cvs110
5115
5116         * src/imap.c
5117                 Fix bug 934, 'sylpheed claws 2.1 
5118                 doesn't show Exchanges Public Folders'
5119                 Thanks to Hoa and Colin
5120         * src/msgcache.c
5121                 Refuse to allocate more than 2 MB for a 
5122                 single field, it's a good indication of
5123                 cache corruption.
5124
5125 2007-01-05 [colin]      2.6.1cvs109
5126
5127         * src/mainwindow.c
5128                 Allow --select'ing emails by Message-ID too
5129
5130 2007-01-05 [colin]      2.6.1cvs108
5131
5132         * src/common/quoted-printable.c
5133                 Uh! Third fix :)
5134
5135 2007-01-05 [colin]      2.6.1cvs107
5136
5137         * src/common/quoted-printable.c
5138                 Fix previous commit about bug 1089
5139                 Thanks to Ralf
5140
5141 2007-01-05 [colin]      2.6.1cvs106
5142
5143         * src/common/quoted-printable.c
5144                 Fix my previous commit on bug 1089
5145                 - Thanks to Ralf :)
5146
5147 2007-01-04 [colin]      2.6.1cvs105
5148
5149         * src/common/quoted-printable.c
5150                 Fix bug 1089, 'NUL characters in Subject 
5151                 line are misinterpreted'. Not a pain to
5152                 fix in fact.
5153
5154 2007-01-04 [colin]      
5155
5156         2.7.0-rc3 released
5157
5158 2007-01-04 [wwp]        2.6.1cvs104
5159
5160         * src/image_viewer.c
5161                 Force operator precedence (fix a compiler warning).
5162
5163 2007-01-04 [colin]      2.6.1cvs103
5164
5165         * src/image_viewer.c
5166                 Be cautious there too (same fix as the one
5167                 in textview from cvs33)
5168         * src/messageview.c
5169                 Don't use any MimeViewer plugin when showing
5170                 all headers
5171
5172 2007-01-03 [wwp]        2.6.1cvs102
5173
5174         * src/html.c
5175         * src/html.h
5176                 fixed "cent" sign (use the existing ASCII one),
5177                 decode more HTML entities,
5178                 converted table ASCII entries to UTF-8,
5179                 moved a switch() into a hashtable.
5180
5181 2007-01-03 [paul]       2.6.1cvs101
5182
5183         * src/compose.c
5184         * src/messageview.c
5185         * src/procmsg.c
5186         * src/procmsg.h
5187                 When possible, use move_msg instead of
5188                 copy_msg + remove_msg to move sent mail
5189                 from Queue to Sent. 
5190
5191 2007-01-03 [paul]       2.6.1cvs100
5192
5193         * src/html.c
5194                 add more html entity recognition:
5195                 pounds, euros, and cents
5196
5197 2007-01-03 [colin]      2.6.1cvs99
5198
5199         * src/imap_gtk.c
5200                 Don't display an error on NOSELECT
5201                 folders when synchronising
5202
5203 2007-01-03 [paul]       2.6.1cvs98
5204
5205         * tools/maildir2claws-mail.pl
5206                 only substitute 'sent-mail' if it's
5207                 the full directory name
5208
5209 2007-01-03 [paul]       2.6.1cvs97
5210
5211         * ChangeLog
5212         * ChangeLog.pre2.0.0
5213         * Makefile.am
5214                 archive a chunk of ChangeLog in
5215                 ChangeLog.pre2.0.0
5216         * ChangeLog.gtk1
5217         * doc/src/ChangeLog.claws-pre0.8.0
5218                 remove ChangeLog.claws-pre0.8.0, adding
5219                 its contents to ChangeLog.gtk1
5220
5221 2007-01-03 [paul]       2.6.1cvs96
5222
5223         * src/account.c
5224         * src/account.h
5225         * src/action.c
5226         * src/action.h
5227         * src/adbookbase.h
5228         * src/addr_compl.c
5229         * src/addr_compl.h
5230         * src/addrbook.c
5231         * src/addrcache.c
5232         * src/addrcache.h
5233         * src/addrcindex.c
5234         * src/addrcindex.h
5235         * src/addrclip.c
5236         * src/addrclip.h
5237         * src/addrdefs.h
5238         * src/addressadd.c
5239         * src/addressadd.h
5240         * src/addressbook.c
5241         * src/addressbook.h
5242         * src/addressbook_foldersel.c
5243         * src/addressbook_foldersel.h
5244         * src/addrgather.c
5245         * src/addrgather.h
5246         * src/addrharvest.c
5247         * src/addrharvest.h
5248         * src/addrindex.c
5249         * src/addrindex.h
5250         * src/addritem.c
5251         * src/addritem.h
5252         * src/addrquery.c
5253         * src/addrquery.h
5254         * src/addrselect.c
5255         * src/addrselect.h
5256         * src/alertpanel.c
5257         * src/alertpanel.h
5258         * src/browseldap.c
5259         * src/browseldap.h
5260         * src/codeconv.c
5261         * src/codeconv.h
5262         * src/compose.c
5263         * src/compose.h
5264         * src/customheader.c
5265         * src/customheader.h
5266         * src/displayheader.c
5267         * src/displayheader.h
5268         * src/editaddress.c
5269         * src/editaddress.h
5270         * src/editbook.c
5271         * src/editbook.h
5272         * src/editgroup.c
5273         * src/editgroup.h
5274         * src/editjpilot.c
5275         * src/editjpilot.h
5276         * src/editldap.c
5277         * src/editldap.h
5278         * src/editldap_basedn.c
5279         * src/editldap_basedn.h
5280         * src/editvcard.c
5281         * src/editvcard.h
5282         * src/exphtmldlg.c
5283         * src/exphtmldlg.h
5284         * src/expldifdlg.c
5285         * src/expldifdlg.h
5286         * src/export.c
5287         * src/export.h
5288         * src/exporthtml.c
5289         * src/exporthtml.h
5290         * src/exportldif.c
5291         * src/exportldif.h
5292         * src/filtering.c
5293         * src/filtering.h
5294         * src/folder.c
5295         * src/folder.h
5296         * src/folder_item_prefs.c
5297         * src/folder_item_prefs.h
5298         * src/foldersel.c
5299         * src/foldersel.h
5300         * src/folderutils.c
5301         * src/folderutils.h
5302         * src/folderview.c
5303         * src/folderview.h
5304         * src/grouplistdialog.c
5305         * src/grouplistdialog.h
5306         * src/headerview.c
5307         * src/html.c
5308         * src/html.h
5309         * src/image_viewer.c
5310         * src/image_viewer.h
5311         * src/imap.c
5312         * src/imap.h
5313         * src/imap_gtk.c
5314         * src/imap_gtk.h
5315         * src/import.c
5316         * src/import.h
5317         * src/importldif.c
5318         * src/importldif.h
5319         * src/importmutt.c
5320         * src/importmutt.h
5321         * src/importpine.c
5322         * src/importpine.h
5323         * src/inc.c
5324         * src/inc.h
5325         * src/jpilot.c
5326         * src/jpilot.h
5327         * src/ldapctrl.c
5328         * src/ldapctrl.h
5329         * src/ldaplocate.c
5330         * src/ldaplocate.h
5331         * src/ldapquery.c
5332         * src/ldapquery.h
5333         * src/ldapserver.c
5334         * src/ldapserver.h
5335         * src/ldaputil.c
5336         * src/ldaputil.h
5337         * src/ldif.c
5338         * src/ldif.h
5339         * src/main.c
5340         * src/main.h
5341         * src/mainwindow.c
5342         * src/mainwindow.h
5343         * src/manual.c
5344         * src/manual.h
5345         * src/mbox.c
5346         * src/message_search.c
5347         * src/message_search.h
5348         * src/messageview.c
5349         * src/messageview.h
5350         * src/mh.c
5351         * src/mh.h
5352         * src/mh_gtk.c
5353         * src/mh_gtk.h
5354         * src/mimeview.c
5355         * src/mimeview.h
5356         * src/msgcache.c
5357         * src/msgcache.h
5358         * src/mutt.c
5359         * src/mutt.h
5360         * src/news.c
5361         * src/news.h
5362         * src/news_gtk.c
5363         * src/news_gtk.h
5364         * src/partial_download.c
5365         * src/partial_download.h
5366         * src/pine.c
5367         * src/pine.h
5368         * src/pop.c
5369         * src/pop.h
5370         * src/prefs_account.c
5371         * src/prefs_account.h
5372         * src/prefs_actions.c
5373         * src/prefs_actions.h
5374         * src/prefs_common.c
5375         * src/prefs_common.h
5376         * src/prefs_compose_writing.c
5377         * src/prefs_compose_writing.h
5378         * src/prefs_customheader.c
5379         * src/prefs_customheader.h
5380         * src/prefs_display_header.c
5381         * src/prefs_display_header.h
5382         * src/prefs_filtering.c
5383         * src/prefs_filtering.h
5384         * src/prefs_filtering_action.c
5385         * src/prefs_filtering_action.h
5386         * src/prefs_folder_column.c
5387         * src/prefs_folder_column.h
5388         * src/prefs_folder_item.c
5389         * src/prefs_folder_item.h
5390         * src/prefs_fonts.c
5391         * src/prefs_fonts.h
5392         * src/prefs_gtk.c
5393         * src/prefs_gtk.h
5394         * src/prefs_image_viewer.c
5395         * src/prefs_image_viewer.h
5396         * src/prefs_matcher.c
5397         * src/prefs_matcher.h
5398         * src/prefs_message.c
5399         * src/prefs_msg_colors.c
5400         * src/prefs_msg_colors.h
5401         * src/prefs_other.c
5402         * src/prefs_quote.c
5403         * src/prefs_receive.c
5404         * src/prefs_send.c
5405         * src/prefs_spelling.c
5406         * src/prefs_spelling.h
5407         * src/prefs_summaries.c
5408         * src/prefs_summaries.h
5409         * src/prefs_summary_column.c
5410         * src/prefs_summary_column.h
5411         * src/prefs_template.c
5412         * src/prefs_template.h
5413         * src/prefs_themes.c
5414         * src/prefs_themes.h
5415         * src/prefs_toolbar.c
5416         * src/prefs_toolbar.h
5417         * src/prefs_wrapping.c
5418         * src/prefs_wrapping.h
5419         * src/privacy.c
5420         * src/privacy.h
5421         * src/procheader.c
5422         * src/procheader.h
5423         * src/procmime.c
5424         * src/procmime.h
5425         * src/procmsg.c
5426         * src/procmsg.h
5427         * src/quote_fmt.c
5428         * src/quote_fmt_parse.y
5429         * src/recv.c
5430         * src/recv.h
5431         * src/remotefolder.c
5432         * src/remotefolder.h
5433         * src/send_message.c
5434         * src/send_message.h
5435         * src/setup.c
5436         * src/setup.h
5437         * src/sourcewindow.c
5438         * src/sourcewindow.h
5439         * src/ssl_manager.c
5440         * src/ssl_manager.h
5441         * src/statusbar.c
5442         * src/statusbar.h
5443         * src/stock_pixmap.c
5444         * src/stock_pixmap.h
5445         * src/summary_search.c
5446         * src/summary_search.h
5447         * src/summaryview.c
5448         * src/summaryview.h
5449         * src/textview.c
5450         * src/textview.h
5451         * src/toolbar.c
5452         * src/toolbar.h
5453         * src/undo.c
5454         * src/undo.h
5455         * src/unmime.c
5456         * src/unmime.h
5457         * src/vcard.c
5458         * src/vcard.h
5459         * src/wizard.c
5460         * src/wizard.h
5461         * src/common/base64.c
5462         * src/common/base64.h
5463         * src/common/defs.h
5464         * src/common/hooks.c
5465         * src/common/hooks.h
5466         * src/common/log.c
5467         * src/common/log.h
5468         * src/common/mgutils.c
5469         * src/common/mgutils.h
5470         * src/common/nntp.c
5471         * src/common/nntp.h
5472         * src/common/passcrypt.c
5473         * src/common/passcrypt.h.in
5474         * src/common/plugin.c
5475         * src/common/plugin.h
5476         * src/common/prefs.c
5477         * src/common/prefs.h
5478         * src/common/progressindicator.c
5479         * src/common/progressindicator.h
5480         * src/common/quoted-printable.c
5481         * src/common/quoted-printable.h
5482         * src/common/session.c
5483         * src/common/session.h
5484         * src/common/smtp.c
5485         * src/common/smtp.h
5486         * src/common/socket.c
5487         * src/common/socket.h
5488         * src/common/ssl.c
5489         * src/common/ssl.h
5490         * src/common/ssl_certificate.c
5491         * src/common/ssl_certificate.h
5492         * src/common/stringtable.c
5493         * src/common/stringtable.h
5494         * src/common/template.c
5495         * src/common/template.h
5496         * src/common/timing.h
5497         * src/common/utils.c
5498         * src/common/utils.h
5499         * src/common/version.h.in
5500         * src/common/xml.c
5501         * src/common/xml.h
5502         * src/common/xmlprops.c
5503         * src/common/xmlprops.h
5504         * src/gtk/about.c
5505         * src/gtk/colorlabel.c
5506         * src/gtk/colorsel.c
5507         * src/gtk/colorsel.h
5508         * src/gtk/combobox.c
5509         * src/gtk/combobox.h
5510         * src/gtk/description_window.c
5511         * src/gtk/description_window.h
5512         * src/gtk/filesel.c
5513         * src/gtk/filesel.h
5514         * src/gtk/foldersort.c
5515         * src/gtk/foldersort.h
5516         * src/gtk/gtksctree.c
5517         * src/gtk/gtkutils.c
5518         * src/gtk/gtkutils.h
5519         * src/gtk/inputdialog.c
5520         * src/gtk/inputdialog.h
5521         * src/gtk/logwindow.c
5522         * src/gtk/logwindow.h
5523         * src/gtk/manage_window.c
5524         * src/gtk/manage_window.h
5525         * src/gtk/menu.c
5526         * src/gtk/menu.h
5527         * src/gtk/pluginwindow.c
5528         * src/gtk/pluginwindow.h
5529         * src/gtk/prefswindow.c
5530         * src/gtk/prefswindow.h
5531         * src/gtk/progressdialog.c
5532         * src/gtk/progressdialog.h
5533         * src/gtk/sslcertwindow.c
5534         * src/gtk/sslcertwindow.h
5535         * src/plugins/bogofilter/bogofilter.c
5536         * src/plugins/bogofilter/bogofilter.h
5537         * src/plugins/bogofilter/bogofilter_gtk.c
5538         * src/plugins/clamav/clamav_plugin.c
5539         * src/plugins/clamav/clamav_plugin.h
5540         * src/plugins/clamav/clamav_plugin_gtk.c
5541         * src/plugins/demo/demo.c
5542         * src/plugins/dillo_viewer/dillo_prefs.c
5543         * src/plugins/dillo_viewer/dillo_prefs.h
5544         * src/plugins/dillo_viewer/dillo_viewer.c
5545         * src/plugins/pgpcore/passphrase.c
5546         * src/plugins/pgpcore/passphrase.h
5547         * src/plugins/pgpcore/pgp_viewer.c
5548         * src/plugins/pgpcore/pgp_viewer.h
5549         * src/plugins/pgpcore/plugin.c
5550         * src/plugins/pgpcore/select-keys.c
5551         * src/plugins/pgpcore/select-keys.h
5552         * src/plugins/pgpcore/sgpgme.c
5553         * src/plugins/pgpcore/sgpgme.h
5554         * src/plugins/pgpinline/pgpinline.c
5555         * src/plugins/pgpinline/pgpinline.h
5556         * src/plugins/pgpinline/plugin.c
5557         * src/plugins/pgpmime/pgpmime.c
5558         * src/plugins/pgpmime/pgpmime.h
5559         * src/plugins/pgpmime/plugin.c
5560         * src/plugins/spamassassin/spamassassin.c
5561         * src/plugins/spamassassin/spamassassin.h
5562         * src/plugins/spamassassin/spamassassin_gtk.c
5563         * src/plugins/trayicon/trayicon.c
5564                 it's 2007, update the year in the copyright headers
5565
5566 2007-01-03 [paul]       2.6.1cvs95
5567
5568         * src/gtk/about.c
5569                 it is 2007, use it in the copyright string
5570
5571 2007-01-03 [paul]       2.6.1cvs94
5572
5573         * src/html.c
5574                 html entity conversion:
5575                 move &#153; to a more suitable place
5576                 add &bull; and &ndash;
5577                 make sure &mdash; and &#8212; are both
5578                 converted the same
5579
5580 2007-01-02 [colin]      2.6.1cvs93
5581
5582         * src/addrbook.c
5583                 Fix leak
5584         * src/common/plugin.c
5585                 Add comment
5586         * src/etpan/imap-thread.c
5587                 Fix warning
5588
5589 2006-12-31 [paul]       2.6.1cvs92
5590
5591         * src/prefs_summaries.c
5592                 use gtk_button_new_from_stock()
5593
5594 2006-12-30 [colin]      2.6.1cvs91
5595
5596         * src/folder.c
5597         * src/imap_gtk.c
5598         * src/mh_gtk.c
5599                 Don't update filtering and account paths 
5600                 when copying folders
5601
5602 2006-12-30 [colin]      2.6.1cvs90
5603
5604         * src/prefs_compose_writing.c
5605         * src/prefs_quote.c
5606         * src/prefs_template.c
5607                 Use message font for Writing and 
5608                 Quoting prefs, as well as Templates.
5609
5610 2006-12-30 [colin]      2.6.1cvs89
5611
5612         * src/prefs_summaries.c
5613                 Rework GUI; patch by Pawel
5614
5615 2006-12-29 [colin]      2.6.1cvs88
5616
5617         * src/prefs_folder_item.c
5618                 Fix bug 1085, 'Apply to subfolder 
5619                 doesn't work' - I was mistaken saying
5620                 it worked in every case
5621
5622 2006-12-28 [colin]      2.6.1cvs87
5623
5624         * src/gtk/gtkaspell.c
5625                 Don't assert if use_alternate is true
5626                 and alt_dictionary isn't set -- this 
5627                 is what happens on upgrade! Rather,
5628                 do with it.
5629
5630 2006-12-28 [colin]      2.6.1cvs86
5631
5632         * Makefile.am
5633                 Fix desktop/icon simplification
5634
5635 2006-12-28 [colin]      2.6.1cvs85
5636
5637         * Makefile.am
5638                 Make desktop and icon not 
5639                 dependant on the desktop
5640
5641 2006-12-28 [wwp]        2.6.1cvs84
5642
5643         * src/plugins/pgpmime/claws.def
5644                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5645
5646 2006-12-28 [wwp]        2.6.1cvs83
5647
5648         * src/prefs_folder_item.c
5649                 Fix coloring of "simplify subject regexp" (folder prefs),
5650                 which might be left to red whereas the regexp gets empty.
5651
5652 2006-12-28 [wwp]        2.6.1cvs82
5653
5654         * src/prefs_common.c
5655         * src/prefs_common.h
5656         * src/addressbook.c
5657         * src/addressitem.h
5658                 Save addressbook mainwindow's horizontal and vertical splitter position.
5659
5660 2006-12-27 [wwp]        2.6.1cvs81
5661
5662         * src/gtk/gtkaspell.c
5663         * src/gtk/gtkaspell.h
5664         * src/compose.c
5665                 Fix assignment of compose's default and alternate dictionary from
5666                 account or folder settings. Now gtkaspell_change_dict does rotate
5667                 dicts only when it's called from a menu cb.
5668
5669 2006-12-27 [wwp]        2.6.1cvs80
5670
5671         * src/folder_item_prefs.c
5672                 Fix randomly initialized default-alt-dictionary (folder prefs),
5673                 complete 2.6.1cvs72.
5674
5675 2006-12-27 [paul]       2.6.1cvs79
5676
5677         * src/imap_gtk.c
5678         * src/mh_gtk.c
5679                 Add Copy folder in the folder's contextual
5680                 menu
5681
5682 2006-12-27 [wwp]        2.6.1cvs78
5683
5684         * src/imap.c
5685                 Clean up session locking, thanks to Colin.
5686
5687 2006-12-26 [colin]      2.6.1cvs77
5688
5689         * src/statusbar.c
5690                 Revert previous patch
5691
5692 2006-12-26 [colin]      2.6.1cvs76
5693
5694         * src/folder.c
5695         * src/folderview.c
5696         * src/imap.c
5697         * src/statusbar.c
5698         * src/etpan/imap-thread.c
5699                 Fix previous commit warnings
5700                 Make statusbar update every second if total < 20
5701                 Make IMAP APPEND faster by simplifying log              
5702
5703 2006-12-26 [colin]      2.6.1cvs75
5704
5705         * src/folder.c
5706         * src/folder.h
5707         * src/folderview.c
5708         * src/folderview.h
5709         * src/imap_gtk.c
5710         * src/mh_gtk.c
5711                 Make it possible to copy folders accross
5712                 mailboxes (this was an arbitrary limitation).
5713                 Still make it impossible to move folders 
5714                 accross mailboxes.
5715
5716 2006-12-26 [colin]      2.6.1cvs74
5717
5718         * src/etpan/imap-thread.c
5719                 Fix bug 1081, 'claws-mail 
5720                 segfaults when going offline 
5721                 while it transfers mails via 
5722                 imap'
5723
5724 2006-12-26 [colin]      2.6.1cvs73
5725
5726         * src/folder_item_prefs.c
5727                 Don't forget alt dictionary when
5728                 renaming/moving folders
5729
5730 2006-12-26 [wwp]        2.6.1cvs72
5731
5732         * src/folder_item_prefs.c
5733                 Add missing defaults for per-folder alt dict
5734                 (forgotten in 2.6.1cvs61).
5735
5736 2006-12-26 [colin]      2.6.1cvs71
5737
5738         * src/wizard.c
5739                 Add tooltip to state that specifying
5740                 full path to mailbox is possible
5741
5742 2006-12-26 [wwp]        2.6.1cvs70
5743
5744         * src/partial_download.c
5745         * src/gtk/gtkvscrollbutton.c
5746         * src/plugins/pgpinline/plugin.c
5747                 Fix for few compiler warnings that matter.
5748
5749 2006-12-25 [colin]      2.6.1cvs69
5750
5751         * src/partial_download.c
5752                 Fix marking for download or deletion
5753                 when the header isn't the first
5754         * src/gtk/logwindow.c
5755                 Fix start of scrolling
5756
5757 2006-12-23 [paul]       2.6.1cvs68
5758
5759         * src/compose.c
5760                 change last commit to use the 'academic'
5761                 method instead. Thanks to wwp
5762
5763 2006-12-23 [paul]       2.6.1cvs67
5764
5765         * src/compose.c
5766                 don't warn about empty subject when
5767                 redirecting
5768
5769 2006-12-22 [colin]      2.6.1cvs66
5770
5771         * src/summary_search.c
5772                 Fix previous patch
5773
5774 2006-12-22 [colin]      2.6.1cvs65
5775
5776         * src/gtk/gtkutils.c
5777         * src/imap.c
5778         * src/jpilot.c
5779         * src/summary_search.c
5780                 A few warning fixes
5781
5782 2006-12-23 [paul]       
5783
5784         2.7.0-rc2 released
5785
5786 2006-12-22 [colin]      2.6.1cvs64
5787
5788         * src/toolbar.c
5789         * src/toolbar.h
5790                 Add a combo to the learn spam button
5791         * src/plugins/bogofilter/bogofilter.c
5792         * src/plugins/bogofilter/bogofilter_gtk.c
5793         * src/plugins/bogofilter/bogofilter.h
5794                 Allow to store Unsure mails in a specific
5795                 folder to make better teaching easier
5796
5797 2006-12-21 [wwp]        2.6.1cvs63
5798
5799         * src/compose.c
5800         * src/prefs_common.c
5801         * src/prefs_common.h
5802         * src/prefs_spelling.c
5803         * src/gtk/gtkaspell.c
5804         * src/gtk/gtkaspell.h
5805                 Allow spell-checking using both current and alternate dictionaries
5806                 (thanks to Colin).
5807
5808 2006-12-21 [wwp]        2.6.1cvs62
5809
5810         * src/gtk/gtkaspell.c
5811                 Apply recheck_when_changing_dict (highlight all mispelled words)
5812                 when switching to alternate dictionary.
5813
5814 2006-12-21 [wwp]        2.6.1cvs61
5815
5816         * src/compose.c
5817         * src/folder_item_prefs.h
5818         * src/prefs_common.c
5819         * src/prefs_common.h
5820         * src/prefs_folder_item.c
5821         * src/prefs_spelling.c
5822         * src/gtk/gtkaspell.c
5823         * src/gtk/gtkaspell.h
5824                 Add global and per-folder prefs to set the default
5825                 alternate dictionary.
5826
5827 2006-12-21 [colin]      2.6.1cvs60
5828
5829         * src/folder.c
5830                 Look for folders by path in all folders
5831         * src/html.c
5832                 add &mdash;
5833
5834 2006-12-20 [colin]      2.6.1cvs59
5835
5836         * src/gtk/quicksearch.c
5837                 Make sure in_typing is false when clearing
5838
5839 2006-12-20 [wwp]        2.6.1cvs58
5840
5841         * configure.ac
5842                 change manual's target dir to be LFH-compliant (thanks to Colin).
5843
5844 2006-12-20 [wwp]        2.6.1cvs57
5845
5846         * src/prefs_common.c
5847         * src/prefs_summaries.c
5848                 i18n fix and factorize patch, thanks to Fabien.
5849
5850 2006-12-20 [paul]       2.6.1cvs56
5851
5852         * configure.ac
5853                 last of the renaming (??)
5854         * src/main.c
5855                 correct --help info of --status-full
5856         * src/plugins/bogofilter/bogofilter.c
5857                 make FALSE default of whitelist_ab
5858
5859 2006-12-19 [colin]      2.6.1cvs55
5860
5861         * src/jpilot.c
5862                 Same as before, without depending on
5863                 pisock >= 0.12
5864
5865 2006-12-19 [colin]      2.6.1cvs54
5866
5867         * src/jpilot.c
5868                 Fix bug 1059, 'Better jpilot charset 
5869                 handling'. Use libpisync's charset conversion
5870                 if possible
5871
5872 2006-12-19 [colin]      2.6.1cvs53
5873
5874         * po/fr.po
5875                 Updated by Fabien
5876
5877 2006-12-19 [wwp]        2.6.1cvs52
5878
5879         * src/gtk/about.c
5880                 Add missing #include (thanks to Colin).
5881
5882 2006-12-19 [wwp]        2.6.1cvs51
5883
5884         * src/prefs_receive.c
5885                 Better spacing between widgets in prefs.
5886
5887 2006-12-18 [colin]      2.6.1cvs50
5888
5889         * src/imap.c
5890                 Fix failure to get separator on LIST "" ""
5891                 Try LIST "" "INBOX" too.
5892
5893 2006-12-18 [wwp]        2.6.1cvs49
5894
5895         * src/common/session.c
5896                 Fix a compiler warning (thanks to Fabien).
5897
5898 2006-12-18 [wwp]        2.6.1cvs48
5899
5900         * src/compose.c
5901         * src/prefs_quote.c
5902                 Factorize some strings for translation (it's about error
5903                 messages when applying or checking template/quote format).
5904
5905 2006-12-18 [colin]      2.6.1cvs47
5906
5907         * Makefile.am
5908         * src/common/defs.h
5909         * src/gtk/Makefile.am
5910         * src/gtk/about.c
5911                 Add a Release notes tab from the contents of
5912                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
5913
5914 2006-12-17 [colin]      2.6.1cvs46
5915
5916         * src/mimeview.c
5917         * src/textview.c
5918         * src/gtk/filesel.c
5919                 Correctly convert from/to UTF8/filename encoding
5920                 when loading and saving files. Probably fixes
5921                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
5922                 for a file to attach and is blocked...'
5923
5924 2006-12-17 [colin]      2.6.1cvs45
5925
5926         * src/gtk/logwindow.c
5927                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
5928                 IMAP folder and is blocked on main thread': 
5929                 make sure we put utf8 in the log.
5930
5931 2006-12-16 [colin]      2.6.1cvs44
5932
5933         * src/toolbar.c
5934         * src/toolbar.h
5935                 Fix bug 1055, 'Add the 'cancel receive' 
5936                 in the available events for the toolbar buttons'
5937
5938 2006-12-16 [colin]      2.6.1cvs43
5939
5940         * po/POTFILES.in
5941         * src/imap.c
5942         * src/common/nntp.c
5943         * src/common/session.c
5944                 Log error when SSL handshakes fail. 
5945                 Fixes bug 1082, 'incorrect / imprecise 
5946                 error message when imap server provides 
5947                 ssl only through STARTTLS but SSL is 
5948                 selected'
5949
5950 2006-12-15 [wwp]        2.6.1cvs42
5951
5952         * src/plugins/bogofilter/bogofilter_gtk.c
5953                 set proper sensitivity to widgets I've recently added.
5954
5955 2006-12-15 [colin]      
5956
5957         2.7.0-rc1 released
5958
5959 2006-12-15 [wwp]        2.6.1cvs41
5960
5961         * src/plugins/bogofilter/bogofilter.c
5962         * src/plugins/bogofilter/bogofilter.h
5963         * src/plugins/bogofilter/bogofilter_gtk.c
5964                 bogofilter's whitelist can now use a subset of
5965                 the addressbook (either a book, a subfolder of a book,
5966                 or the whole addressbook by using "Any"). Re-used there
5967                 some pref_matcher widgets and mechanisms to match a subset
5968                 of the addressbook.
5969
5970 2006-12-15 [wwp]        2.6.1cvs40
5971
5972         * src/wizard.c
5973         * src/common/plugin.c
5974         * src/common/plugin.h
5975         * src/gtk/about.c
5976         * src/plugins/bogofilter/bogofilter.c
5977         * src/plugins/clamav/clamav_plugin.c
5978         * src/plugins/demo/demo.c
5979         * src/plugins/dillo_viewer/dillo_viewer.c
5980         * src/plugins/pgpcore/plugin.c
5981         * src/plugins/pgpinline/plugin.c
5982         * src/plugins/pgpmime/plugin.c
5983         * src/plugins/spamassassin/spamassassin.c
5984         * src/plugins/trayicon/trayicon.c
5985                 factorize some translatable strings (plugins-related),
5986                 fix missing punctuation in several places,
5987                 remove useless translatable \n in about.c,
5988                 and factorize plugin init code w/ a new function
5989                 check_plugin_version() in common/plugin.c.
5990                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
5991
5992 2006-12-15 [wwp]        2.6.1cvs39
5993
5994         * src/plugins/bogofilter/bogofilter.c
5995         * src/plugins/bogofilter/bogofilter_gtk.c
5996                 flag whitelisted spams as spam, but don't filter it to the spam
5997                 folder. Thanks to Colin.
5998
5999 2006-12-15 [ticho]      2.6.1cvs38
6000
6001         * src/plugins/bogofilter/bogofilter.c
6002         * src/plugins/bogofilter/bogofilter.h
6003         * src/plugins/bogofilter/bogofilter_gtk.c
6004                 Add option to whitelist senders found in addressbook. Patch by colin.
6005
6006 2006-12-15 [paul]       2.6.1cvs37
6007
6008         * src/folderview.c
6009                 add missing #include "log.h"
6010
6011 2006-12-15 [paul]       2.6.1cvs36
6012
6013         * src/plugins/bogofilter/bogofilter.c
6014         * src/plugins/bogofilter/bogofilter.h
6015         * src/plugins/bogofilter/bogofilter_gtk.c
6016                 Add an option to allow inserting an
6017                 X-Claws-Bogosity header (on MH folders
6018                 only). Patch by Colin
6019
6020 2006-12-14 [colin]      2.6.1cvs35
6021
6022         * src/main.c
6023                 "Yes" should be the default choice for
6024                 migration configuration
6025
6026 2006-12-14 [paul]       2.6.1cvs34
6027
6028         * src/prefs_summaries.c
6029         * manual/advanced.xml
6030                 Unhide mark_as_read_delay
6031
6032 2006-12-14 [paul]       2.6.1cvs33
6033
6034         * src/messageview.c
6035         * src/messageview.h
6036         * src/mimeview.c
6037         * src/mimeview.h
6038         * src/summaryview.c
6039         * src/textview.c
6040         * src/textview.h
6041                 Fix printing of selection
6042                 Fix printing of message parts
6043                 Fix printing of images
6044         * src/gtk/gtksourceprintjob.c
6045                 Fix page count when there are images
6046
6047 2006-12-14 [wwp]        2.6.1cvs32
6048
6049         * src/mainwindow.c
6050         * src/summaryview.c
6051         * src/summaryview.h
6052         * src/gtk/quicksearch.c
6053                 fix quicksearch 'magnify' button status when QS is closed
6054                 using the Escape key, thanks to Colin.
6055
6056 2006-12-14 [wwp]        2.6.1cvs31
6057
6058         * src/mainwindow.c
6059         * src/summaryview.c
6060         * src/summaryview.h
6061         * src/gtk/quicksearch.c
6062                 fix quicksearch 'magnify' button status when QS is closed
6063                 using the Escape key, thanks to Colin.
6064
6065 2006-12-13 [colin]      2.6.1cvs30
6066
6067         * src/ldapquery.c
6068         * src/ldaputil.c
6069                 Use the binary safe version of ldap_get_values,
6070                 to make sure we manipulate null-terminated 
6071                 strings. Maybe fixes bug 1075, 'claws mail 
6072                 segfault when completing ldap adresses'
6073         * src/syldap.c ** REMOVED **
6074         * src/syldap.h ** REMOVED **
6075                 Remove dead files
6076
6077 2006-12-13 [mones]      2.6.1cvs29
6078
6079         * po/es.po
6080                 Fixed piped strings, fixed click translation
6081
6082 2006-12-13 [paul]       2.6.1cvs28
6083
6084         * src/main.c
6085                 don't translate these strings
6086
6087 2006-12-13 [paul]       2.6.1cvs27
6088
6089         * po/en_GB.po
6090                 updated
6091
6092 2006-12-13 [colin]      2.6.1cvs26
6093
6094         * src/main.c
6095         * src/main.h
6096                 Add claws_is_starting()
6097
6098 2006-12-13 [mones]      2.6.1cvs25
6099
6100         * manual/es/advanced.xml
6101         * po/es.po
6102                 Synced manual and updated translation
6103
6104 2006-12-12 [colin]      2.6.1cvs24
6105
6106         * src/wizard.c
6107                 Add an option to use STARTTLS in the
6108                 welcome wizard. Fixes bug 1080, 
6109                 'Using SSL option in wizard for incoming 
6110                 server does not activate SSL with STARTTLS'
6111
6112 2006-12-12 [colin]      2.6.1cvs23
6113
6114         * src/main.c
6115                 Don't exit when there's an incomplete
6116                 mailbox configured - leaves a chance 
6117                 to fix a failing IMAP account. Exit
6118                 if no mailbox at all is loaded (case
6119                 of missing plugin).
6120                 Completes bug 1077's fix (I was wrong
6121                 in this bug's comment #3).
6122
6123 2006-12-12 [colin]      2.6.1cvs22
6124
6125         * src/gtk/menu.h
6126                 Add another menu data type
6127         * src/prefs_account.c
6128                 Complete the completion of bug 1076
6129                 (doesn't lose the pref on apply)
6130
6131 2006-12-12 [paul]       2.6.1cvs21
6132
6133         * src/prefs_account.c
6134                 complete the fix of bug 1076
6135                 also be more verbose with the text
6136
6137 2006-12-12 [paul]       2.6.1cvs20
6138
6139         * src/gtk/combobox.c
6140                 fix compilation warning
6141
6142 2006-12-11 [colin]      2.6.1cvs19
6143
6144         * src/wizard.c
6145                 Document :port in server entry tooltips
6146
6147 2006-12-11 [colin]      2.6.1cvs18
6148
6149         * src/main.c
6150                 Fix compile
6151
6152 2006-12-11 [colin]      2.6.1cvs17
6153
6154         * src/main.c
6155                 Add failing IMAP as a reason for no
6156                 mailbox
6157
6158 2006-12-11 [colin]      2.6.1cvs16
6159
6160         * src/prefs_account.c
6161                 Check for existence of inbox for local
6162                 accounts too
6163         * src/wizard.c
6164                 Allow setting the port to use for servers
6165                 by using the usual "server.example.com:port"
6166                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6167                 not start when IMAP server is unavailable'
6168
6169 2006-12-11 [colin]      2.6.1cvs15
6170
6171         * src/prefs_account.c
6172                 Prevent use of non-existing default inbox
6173
6174 2006-12-11 [colin]      2.6.1cvs14
6175
6176         * src/prefs_account.c
6177                 Fix sensitivity. Fixes bug 1076, 'privacy 
6178                 options are displayed even when pgp plugin 
6179                 not loaded / available'
6180
6181 2006-12-09 [colin]      2.6.1cvs13
6182
6183         * manual/advanced.xml
6184         * src/prefs_common.c
6185         * src/prefs_common.h
6186         * src/common/ssl_certificate.c
6187                 Add a new hidden preference, 'unsafe_ssl_certs',
6188                 which allows to store multiple certificates per
6189                 server/port. This is disabled by default because
6190                 it's less secure (presenting a new certificate
6191                 instead of a changed one raises less alarms).
6192                 This will cause Claws to ask about an unknown
6193                 certificate for people who have used 2.6.1cvs8
6194                 or greater.
6195
6196 2006-12-09 [colin]      2.6.1cvs12
6197
6198         * src/action.c
6199                 Fix cache updating after action
6200
6201 2006-12-07 [wwp]        2.6.1cvs11
6202
6203         * src/compose.c
6204                 fix email address comparison when replying to all
6205                 (avoid replying to ourselves), thanks to Colin.
6206
6207 2006-12-06 [paul]       2.6.1cvs10
6208
6209         * src/addrharvest.c
6210         * src/editldap.c
6211         * src/expldifdlg.c
6212         * src/news.c
6213         * src/toolbar.c
6214         * src/common/utils.c
6215                 ...and more renaming
6216                 Thanks to Colin
6217
6218 2006-12-06 [paul]       2.6.1cvs9
6219
6220         * src/compose.c
6221         * src/messageview.c
6222         * src/procheader.c
6223         * src/procmime.c
6224         * src/procmsg.c
6225         * src/textview.c
6226                 more renaming
6227                 Thanks to Colin
6228
6229 2006-12-06 [colin]      2.6.1cvs8
6230
6231         * src/ssl_manager.c
6232         * src/common/ssl_certificate.c
6233         * src/common/ssl_certificate.h
6234                 Handle multiple certificates per host/port
6235
6236 2006-12-06 [colin]      2.6.1cvs7
6237
6238         * src/etpan/imap-thread.c
6239                 Fix certificate checking on IMAP
6240
6241 2006-12-06 [colin]      2.6.1cvs6
6242
6243         * src/folderview.c
6244                 Fix bug 1072, 'Claws stops fetching newsgroups 
6245                 from server when newsgroup got deleted': continue
6246                 checking other groups
6247
6248 2006-12-05 [wwp]        2.6.1cvs5
6249
6250         * src/message_search.c
6251         * src/summary_search.c
6252         * src/gtk/combobox.c
6253         * src/gtk/combobox.h
6254         * src/gtk/gtkutils.c
6255         * src/gtk/gtkutils.h
6256                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6257                 behave like w/ old comboboxes (summary and message search only).
6258
6259 2006-12-05 [paul]       2.6.1cvs4
6260
6261         * src/wizard.c
6262                 encode headers
6263                 Thanks to Colin
6264
6265 2006-12-05 [paul]       2.6.1cvs3
6266
6267         * tools/README
6268         * tools/textviewer.pl
6269                 script updated and description added
6270
6271 2006-12-04 [colin]      2.6.1cvs2
6272
6273         * src/compose.c
6274                 Run pre-send hook only when checking
6275                 everything
6276
6277 2006-12-04 [paul]       2.6.1cvs1
6278
6279         * NEWS
6280         * README
6281         * RELEASE_NOTES
6282         * configure.ac
6283         * tools/README
6284                 bump up version number following stable release
6285
6286 2006-12-04 [paul]       2.6.0cvs83
6287
6288         * README
6289                 updates and corrections
6290
6291 2006-12-04 [colin]      2.6.0cvs82
6292
6293         * src/common/utils.c
6294                 Probably fix bug 1066, 'Incorrect mailbox 
6295                 size displayed'
6296
6297 2006-12-04 [colin]      2.6.0cvs81
6298
6299         * src/common/utils.c
6300                 Trim tabs from mailcap file too.
6301
6302 2006-12-02 [paul]       2.6.0cvs80
6303
6304         * src/exphtmldlg.c
6305                 fix broken GUI under certain languages
6306         * src/expldifdlg.c
6307                 put the Cancel button to the right
6308
6309 2006-12-01 [paul]       2.6.0cvs79
6310
6311         * tools/Makefile.am
6312                 remove reference to removed file
6313
6314 2006-12-01 [wwp]        2.6.0cvs78
6315
6316         * src/addressbook.c
6317         * src/editaddress.c
6318                 remove forgotten debug statements.
6319
6320 2006-12-01 [wwp]        2.6.0cvs77
6321
6322         * manual/advanced.xml
6323         * manual/fr/advanced.xml
6324         * src/addressbook.c
6325         * src/addressbook.h
6326         * src/addressitem.h
6327         * src/editaddress.c
6328         * src/editaddress.h
6329         * src/prefs_common.c
6330         * src/prefs_common.h
6331         * src/gtk/gtkutils.c
6332         * src/gtk/gtkutils.h
6333                 add a hidden option to allow embedding the editaddress (edit contact details)
6334                 dialog into the addressbook's window. This doesn't change the default
6335                 behaviour.
6336
6337 2006-12-01 [wwp]        2.6.0cvs76
6338
6339         * src/message_search.c
6340         * src/summary_search.c
6341                 fix more focus issues (don't set focus to combobox's entry widget when
6342                 entry's value changed, if entry widget has focus already).
6343
6344 2006-12-01 [wwp]        2.6.0cvs75
6345
6346         * src/gtk/quicksearch.c
6347                 revert last changes to the quicksearch gtk_combo_box, this needs more
6348                 tuning and testing.
6349
6350 2006-12-01 [paul]       2.6.0cvs74
6351
6352         * tools/kdeservicemenu/README
6353         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6354         * tools/kdeservicemenu/install.sh
6355         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6356         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6357                 simplify this stuff, and in so doing,
6358                 fix it. (possibly re-extend it again at
6359                 a later date)
6360
6361 2006-12-01 [wwp]        2.6.0cvs73
6362
6363         * src/gtk/quicksearch.c
6364                 adapt quicksearch code to use modern gtk_combo_box'es.
6365
6366 2006-12-01 [wwp]        2.6.0cvs72
6367
6368         * src/common/defs.h
6369         * src/prefs_common.c
6370         * src/prefs_common.h
6371         * src/message_search.c
6372         * src/summary_search.c
6373         * src/gtk/combobox.c
6374         * src/gtk/combobox.h
6375                 add history combos to all message and summary search fields.
6376
6377 2006-12-01 [wwp]        2.6.0cvs71
6378
6379         * src/summaryview.c
6380                 As the list may change while the mark as read delay
6381                 runs, we can't rely on the 'row' pointer, which can
6382                 be invalid when the timeout is called. As the mark
6383                 as read is only done if the message is still selected,
6384                 use summaryview->selected instead. Thanks to Colin.
6385
6386 2006-11-30 [paul]       2.6.0cvs70
6387
6388         * src/textview.c
6389                 give emphasis to "Sylpheed-Claws"
6390                 as well as "Claws Mail"
6391
6392 2006-11-30 [colin]      2.6.0cvs69
6393
6394         * src/wizard.c
6395                 Put the SSL checkboxes in the receiving
6396                 and sending server pages.
6397
6398 2006-11-29 [colin]      2.6.0cvs68
6399
6400         * src/gtk/gtkutils.c
6401         * src/gtk/gtkvscrollbutton.c
6402                 Revert some deprecated fixes - they seem to
6403                 deprecate stuff as soon as a new one gets out.
6404                 g_object_ref_sink needed glib-2.10.
6405
6406 2006-11-29 [colin]      2.6.0cvs67
6407
6408         * src/common/utils.c
6409                 Create .mailcap if it doesn't exist
6410
6411 2006-11-29 [colin]      2.6.0cvs66
6412
6413         * src/compose.c
6414                 Followup to cvs60: use original list
6415                 of recipients if replying to a mail
6416                 in Sent Drafts or Queue.
6417
6418 2006-11-27 [paul]       2.6.0cvs65
6419
6420         * src/image_viewer.c
6421                 revert the last change for now (it's broken)
6422
6423 2006-11-27 [paul]       2.6.0cvs64
6424
6425         * Makefile.am
6426         * configure.ac
6427         * m4/aclocal-include.m4
6428         * m4/check-type.m4
6429         * src/Makefile.am
6430         * src/addr_compl.c
6431         * src/compose.c
6432         * src/crash.c
6433         * src/export.c
6434         * src/exporthtml.c
6435         * src/exportldif.c
6436         * src/imap.c
6437         * src/import.c
6438         * src/main.c
6439         * src/main.h
6440         * src/matcher.c
6441         * src/mimeview.c
6442         * src/procmsg.c
6443         * src/textview.c
6444         * src/common/Makefile.am
6445         * src/common/claws.c
6446         * src/common/claws.h
6447         * src/common/ssl.c
6448         * src/common/sylpheed.c
6449         * src/common/sylpheed.h
6450         * src/etpan/Makefile.am
6451         * src/gtk/Makefile.am
6452         * src/gtk/claws-marshal.list
6453         * src/gtk/filesel.c
6454         * src/gtk/gtksctree.c
6455         * src/gtk/quicksearch.c
6456         * src/gtk/sylpheed-marshal.list
6457         * src/plugins/bogofilter/bogofilter.c
6458         * src/plugins/bogofilter/bogofilter_gtk.c
6459         * src/plugins/clamav/clamav_plugin.c
6460         * src/plugins/clamav/clamav_plugin_gtk.c
6461         * src/plugins/demo/demo.c
6462         * src/plugins/dillo_viewer/dillo_viewer.c
6463         * src/plugins/pgpcore/Makefile.am
6464         * src/plugins/pgpcore/claws.def
6465         * src/plugins/pgpcore/pgp_viewer.c
6466         * src/plugins/pgpcore/plugin.c
6467         * src/plugins/pgpcore/sylpheed.def
6468         * src/plugins/pgpinline/Makefile.am
6469         * src/plugins/pgpinline/claws.def
6470         * src/plugins/pgpinline/plugin.c
6471         * src/plugins/pgpinline/sylpheed.def
6472         * src/plugins/pgpmime/Makefile.am
6473         * src/plugins/pgpmime/claws.def
6474         * src/plugins/pgpmime/plugin.c
6475         * src/plugins/pgpmime/sylpheed.def
6476         * src/plugins/spamassassin/spamassassin.c
6477         * src/plugins/spamassassin/spamassassin_gtk.c
6478         * src/plugins/trayicon/trayicon.c
6479                 yet more renaming
6480                 remove deprecated gtk_tooltips_set_delay()
6481
6482 2006-11-26 [paul]       2.6.0cvs63
6483
6484         * src/expldifdlg.c
6485         * src/folderview.c
6486         * src/image_viewer.c
6487         * src/mainwindow.c
6488         * src/gtk/gtkutils.c
6489         * src/gtk/gtkvscrollbutton.c
6490         * src/gtk/prefswindow.c
6491         * src/plugins/pgpcore/prefs_gpg.c
6492                 replace more deprecated GTK+ functions
6493
6494 2006-11-26 [paul]       2.6.0cvs62
6495
6496         * src/addr_compl.c
6497         * src/addressbook.c
6498         * src/browseldap.c
6499                 replace deprecated gtk_idle_... functions
6500
6501 2006-11-26 [paul]       2.6.0cvs61
6502
6503         * src/compose.c
6504         * src/folderview.c
6505         * src/inc.c
6506         * src/summaryview.c
6507         * src/gtk/gtkvscrollbutton.c
6508         * src/gtk/quicksearch.c
6509         * src/plugins/pgpcore/passphrase.c
6510                 replace deprecated gtk_timeout_add and
6511                 gtk_timeout_remove
6512
6513 2006-11-26 [paul]       2.6.0cvs60
6514
6515         * src/compose.c
6516                 fix bug that caused the wrong recipient
6517                 to be selected when replying to a msg
6518                 which is From one of our accounts to
6519                 another of our accounts
6520
6521 2006-11-25 [paul]       2.6.0cvs59
6522
6523         * src/summaryview.c
6524                 don't change the From column title to
6525                 To if the To column is visible
6526
6527 2006-11-24 [paul]       2.6.0cvs58
6528
6529         * src/compose.c
6530                 fix bug 1069, 'Sent mails disappear, BCC
6531                 or locking problem?'
6532
6533 2006-11-21 [wwp]        2.6.0cvs57
6534
6535         * src/compose.c
6536                 fix spelling menu when replying (same as 2.3.1cvs39):
6537                 discrepancy between context menu and top menu when
6538                 folder's dictionary isn't the default one.
6539
6540 2006-11-19 [paul]       2.6.0cvs56
6541
6542         * src/summaryview.c
6543                 obey always_show_msg option when
6544                 marking as spam
6545         * src/plugins/bogofilter/bogofilter.c
6546                 fix typo
6547
6548 2006-11-18 [paul]       2.6.0cvs55
6549
6550         * AUTHORS
6551         * README
6552         * debian/copyright
6553         * manual/ack.xml
6554         * manual/es/ack.xml
6555         * manual/fr/ack.xml
6556         * manual/pl/ack.xml
6557         * src/gtk/authors.h
6558         * src/gtk/icon_legend.c
6559         * src/gtk/icon_legend.h
6560         * tools/OOo2claws-mail.pl
6561         * tools/README
6562         * tools/acroread2claws-mail.pl
6563         * tools/claws.i18n.status.pl
6564         * tools/filter_conv.pl
6565         * tools/filter_conv_new.pl
6566         * tools/freshmeat_search.pl
6567         * tools/google_search.pl
6568         * tools/kmail2claws-mail.pl
6569         * tools/kmail2claws-mail_v2.pl
6570         * tools/maildir2claws-mail.pl
6571         * tools/make.themes.project
6572         * tools/multiwebsearch.pl
6573         * tools/outlook2claws-mail.pl
6574         * tools/tb2claws-mail
6575         * tools/kdeservicemenu/README
6576         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6577                 update mine and wwp's email addresses in
6578                 several places
6579                 Patch by wwp
6580         * src/prefs_compose_writing.c
6581                 set sensitivity on 'new message format' frame
6582
6583 2006-11-17 [paul]       2.6.0cvs54
6584
6585         * src/gtk/about.c
6586                 more reworking of the GUI
6587                 Patch by Fabien Vantard
6588
6589 2006-11-16 [paul]       2.6.0cvs53
6590
6591         * src/gtk/about.c
6592                 set a minimum size for the window, allow
6593                 it to automatically expand as necessary
6594
6595 2006-11-16 [wwp]        2.6.0cvs52
6596
6597         * src/gtk/about.c
6598                 better wrap of copyright info on some systems.
6599
6600 2006-11-16 [paul]       2.6.0cvs51
6601
6602         * src/gtk/about.c
6603                 move the tech info from the upper panel
6604                 to the Info tab
6605                 use a gtk_text_view for the features tab
6606
6607 2006-11-16 [paul]       2.6.0cvs50
6608
6609         * po/Makevars
6610                 update my email address
6611         * src/addressbook.c
6612         * src/compose.c
6613         * src/imap_gtk.c
6614         * src/mh_gtk.c
6615         * src/news_gtk.c
6616         * src/summaryview.c
6617         * src/plugins/trayicon/trayicon.c
6618                 don't offer simple menu separators
6619                 for translation
6620         * src/folderview.c
6621                 add separator between 'mark all read'
6622                 and 'search folder'
6623
6624 2006-11-15 [wwp]        2.6.0cvs49
6625
6626         * src/gtk/authors.h
6627                 updated manuals authors.
6628
6629 2006-11-14 [paul]       2.6.0cvs48
6630
6631         * src/compose.c
6632                 Fix Options/Reply mode after draft save
6633
6634 2006-11-14 [paul]       2.6.0cvs47
6635
6636         * src/Makefile.am
6637                 Fix make DESTDIR=...
6638         * src/mbox.c
6639                 Optimise speed
6640         * src/plugins/pgpinline/pgpinline.c
6641                 Probably fix bug 1061
6642
6643 2006-11-14 [paul]       2.6.0cvs46
6644
6645         * po/Makevars
6646                 enable Q_ macro
6647         * src/Makefile.am
6648         * src/stock_pixmap.c
6649         * src/stock_pixmap.h
6650         * src/gtk/about.c
6651         * src/pixmaps/active.xpm
6652         * src/pixmaps/inactive.xpm
6653                 add a new page, 'Features', to the About dialog
6654                 showing which features are compiled in and which
6655                 are not
6656
6657 2006-11-14 [paul]       2.6.0cvs45
6658
6659         * po/ru.po
6660                 updated by Pavlo Bohmat
6661
6662 2006-11-14 [colin]      2.6.0cvs44
6663
6664         * src/compose.c
6665         * src/inc.c
6666         * src/messageview.c
6667         * src/news.c
6668         * src/pop.c
6669         * src/procmsg.c
6670         * src/gtk/gtkaspell.c
6671                 Fix 64-bit-related warnings
6672         * src/ssl_manager.c
6673                 Fix possible infinite loop
6674         * src/plugins/pgpcore/sgpgme.c
6675                 Remove useless check
6676
6677 2006-11-13 [colin]      2.6.0cvs43
6678
6679         * src/gtk/Makefile.am
6680                 authors.h isn't generated
6681
6682 2006-11-13 [colin]      2.6.0cvs42
6683
6684         * src/plugins/pgpinline/pgpinline.c
6685         * src/plugins/pgpmime/pgpmime.c
6686                 Very probably fix bug 1061, 'crash on 
6687                 opening signed email'. Another cast
6688                 problem
6689
6690 2006-11-13 [colin]      2.6.0cvs41
6691
6692         * src/plugins/pgpcore/sgpgme.c
6693                 Maybe fix bug 1061, 'crash on opening 
6694                 signed email'
6695
6696 2006-11-13 [wwp]        2.6.0cvs40
6697
6698         * src/plugins/pgpinline/pgpinline.c
6699                 fix candidate for bug #1057, thanks to Colin.
6700
6701 2006-11-13 [wwp]        2.6.0cvs39
6702
6703         * src/compose.c
6704         * src/quote_fmt_parse.y
6705                 fix bug 1052: current parser buffer was not always 
6706                 allocated, ptr to this buffer could be returned as 
6707                 NULL whereas no parser error has occurred. in 
6708                 consequence, defining a template body as "%d" 
6709                 (w/o the quotes) for the first time of the instance 
6710                 of claws-mail, was reporting a parser error. make 
6711                 sure that the buffer is always allocated, even to 
6712                 an empty string.
6713                 fix mis-unescaping in compose.:compose_quote_fmt(): 
6714                 unescaping of the fmt string was always done 
6715                 whereas it must be done *only* when receiving 
6716                 quote format strings issued from the prefs 
6717                 (compose new message, reply, forward, redirect 
6718                 formats), *not* when applying templates.  in 
6719                 consequences, applying templates w/ sequences 
6720                 like \\|p{echo} were failing. make sure that 
6721                 unescaping is done only when necessary.
6722
6723 2006-11-12 [colin]      2.6.0cvs38
6724
6725         * po/de.po
6726                 Fix typo (s/KB/MB)
6727
6728 2006-11-12 [colin]      2.6.0cvs37
6729
6730         * src/plugins/pgpinline/pgpinline.c
6731         * src/plugins/pgpmime/pgpmime.c
6732                 Release GPG context at the latest 
6733                 possible moment. Maybe fixes 
6734                 bug 1057, 'crash on sending signed 
6735                 message to a newsgroup'
6736                 
6737
6738 2006-11-12 [colin]      2.6.0cvs36
6739
6740         * src/plugins/pgpcore/sgpgme.c
6741                 Tell a bit more when gpg's status doesn't
6742                 contain any signature
6743
6744 2006-11-12 [colin]      2.6.0cvs35
6745
6746         * src/compose.c
6747                 Fix bug 1060, 'compilation error with 
6748                 Irix's cc'
6749
6750 2006-11-12 [paul]       2.6.0cvs34
6751
6752         * doc/man/claws-mail.1
6753         * src/prefs_gtk.c
6754         * src/plugins/clamav/README
6755         * src/plugins/spamassassin/README
6756         * tools/README
6757         * tools/freshmeat_search.pl
6758         * tools/google_search.pl
6759         * tools/multiwebsearch.pl
6760                 more renaming
6761         * src/plugins/trayicon/trayicon.c
6762                 fix compiliation warning
6763
6764 2006-11-11 [colin]      2.6.0cvs33
6765
6766         * src/folderview.c
6767                 Forbid drag and drop from/to different
6768                 folders of type F_UNKNOWN
6769
6770 2006-11-11 [colin]      2.6.0cvs32
6771
6772         * src/plugins/pgpinline/pgpinline.c
6773                 Fix typo in previous commit:
6774                 - gpgme_new(&ctx);
6775                 + if ((err = gpgme_new(&data->ctx)) ...)
6776
6777 2006-11-11 [colin]      2.6.0cvs31
6778
6779         * src/plugins/pgpinline/pgpinline.c
6780         * src/plugins/pgpmime/pgpmime.c
6781                 Check success after calling gpgme_new
6782                 Maybe fixes bug 1057, 'crash on sending 
6783                 signed message to a newsgroup'
6784
6785 2006-11-11 [colin]      2.6.0cvs30
6786
6787         * src/undo.c
6788                 init undostruct to 0s (from
6789                 valgrind log of bug 1057)
6790
6791 2006-11-10 [colin]      2.6.0cvs29
6792
6793         * src/mainwindow.c
6794                 Set cursor to wait before filtering
6795                 duplicates in all folders
6796         * src/plugins/bogofilter/bogofilter.c
6797         * src/plugins/bogofilter/bogofilter.h
6798         * src/plugins/bogofilter/bogofilter_gtk.c
6799                 Completely thread away the bogofilter
6800                 filtering
6801
6802 2006-11-10 [mones]      2.6.0cvs28
6803
6804         * src/compose.c
6805         * src/compose.h
6806                 added COMPOSE_CHECK_BEFORE_SEND hook
6807
6808 2006-11-10 [paul]       2.6.0cvs27
6809
6810         * src/crash.c
6811                 more renaming
6812                 add libSM to get_compiled_in_features()
6813         * src/main.c
6814                 more renaming
6815
6816 2006-11-10 [colin]      2.6.0cvs26
6817
6818         * src/etpan/imap-thread.c
6819                 Add a reference to libetpan's sasl engine
6820                 so that sasl_done() doesn't get called by
6821                 libetpan, and doesn't break openssl.
6822                 Should fix bug 1053, 'SC fails to reestablish 
6823                 a secure connection'
6824                 Patch by Hoa
6825
6826 2006-11-10 [colin]      2.6.0cvs25
6827
6828         * manual/addrbook.xml
6829         * manual/advanced.xml
6830         * manual/faq.xml
6831         * manual/intro.xml
6832                 Some more renaming
6833
6834 2006-11-09 [colin]      2.6.0cvs24
6835
6836         * src/plugins/bogofilter/bogofilter_gtk.c
6837                 Add comment about annoyance
6838
6839 2006-11-09 [colin]      2.6.0cvs23
6840
6841         * src/plugins/bogofilter/bogofilter.c
6842         * src/plugins/bogofilter/bogofilter_gtk.c
6843                 Prepare things needed to thread bogofilter
6844                 filtering: separate bogo stuff and possible GUI
6845                 stuff. 
6846
6847 2006-11-09 [colin]      2.6.0cvs22
6848
6849         * src/account.c
6850         * src/compose.c
6851                 Search for one of our accounts in Delivered-To
6852                 (helps for auto-account selection when 
6853                  replying/forwarding)
6854         * src/folderview.c
6855         * src/mainwindow.c
6856         * src/mainwindow.h
6857         * src/plugins/trayicon/trayicon.c
6858                 Allow opening a new mail with any account from
6859                 the contextual menu
6860
6861 2006-11-09 [wwp]        2.6.0cvs21
6862
6863         * src/compose.c
6864         * src/prefs_common.c
6865         * src/prefs_common.h
6866         * src/prefs_compose_writing.c
6867                 add a compose new message format (in prefs/compose/writing), it's a
6868                 simple subject+body template to use when opening a new composition
6869                 window. It's similar to the existent reply and forward formats.
6870
6871                 enhanced the template/format % symbols substitution mechanism to
6872                 use current composition window information when % are used in
6873                 the compose new message format or in templates applied to new
6874                 messages (there were useless in that situations before). When
6875                 applied to new messages, %d corresponds to the system time/date.
6876
6877 2006-11-09 [paul]       2.6.0cvs20
6878
6879         * src/gtk/authors.h
6880                 fix last commit
6881
6882 2006-11-09 [paul]       2.6.0cvs19
6883
6884         * src/gtk/authors.h
6885                 keep tje alphabetical order
6886
6887 2006-11-08 [colin]      2.6.0cvs18
6888
6889         * src/etpan/imap-thread.c
6890                 Fix bug 1054, 'Slowness logging big 
6891                 data chunks'
6892
6893 2006-11-08 [paul]       2.6.0cvs17
6894
6895         * tools/Makefile.am
6896                 fix the renaming
6897
6898 2006-11-08 [paul]       2.6.0cvs16
6899
6900         * src/common/defs.h
6901                 update BUGZILLA_URI
6902
6903 2006-11-08 [paul]       2.6.0cvs15
6904
6905         * tools/Makefile.am
6906         * tools/OOo2claws-mail.pl
6907         * tools/OOo2sylpheed.pl
6908         * tools/README
6909         * tools/acroread2claws-mail.pl
6910         * tools/acroread2sylpheed.pl
6911         * tools/kmail2claws-mail.pl
6912         * tools/kmail2claws-mail_v2.pl
6913         * tools/kmail2sylpheed.pl
6914         * tools/kmail2sylpheed_v2.pl
6915         * tools/maildir2claws-mail.pl
6916         * tools/maildir2sylpheed.pl
6917         * tools/nautilus2claws-mail.sh
6918         * tools/nautilus2sylpheed.sh
6919         * tools/outlook2claws-mail.pl
6920         * tools/outlook2sylpheed.pl
6921         * tools/tb2claws-mail
6922         * tools/tb2sylpheed
6923         * tools/tbird2claws.py
6924         * tools/tbird2syl.py
6925         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6926         * tools/kdeservicemenu/install.sh
6927         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6928         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6929         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6930         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6931         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6932                 renamed (removed, added) tools files
6933
6934 2006-11-08 [paul]       2.6.0cvs14
6935
6936         * src/main.c
6937         * src/common/defs.h
6938                 Migrate sylpheedrc to clawsrc, and fix the standard
6939                 plugins path in the process
6940
6941 2006-11-07 [colin]      2.6.0cvs13
6942
6943         * src/Makefile.am
6944                 Symlink sylpheed-claws relative to 
6945                 claws-mail
6946
6947 2006-11-07 [colin]      2.6.0cvs12
6948
6949         * src/compose.c
6950                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
6951
6952 2006-11-07 [paul]       2.6.0cvs11
6953
6954         * src/gtk/about.c
6955                 Fix a missed occurence of
6956                 Sylpheed-Claws
6957
6958 2006-11-07 [paul]       2.6.0cvs10
6959
6960         * src/Makefile.am
6961                 Fix symlink installation
6962
6963 2006-11-07 [paul]       2.6.0cvs9
6964
6965         * src/Makefile.am
6966                 Symlink claws-mail to sylpheed-claws
6967         * src/common/utils.c
6968                 Fix migrating symlinks
6969         * src/etpan/imap-thread.c
6970                 check certificate only when there's
6971                 no error
6972
6973 2006-11-07 [paul]       2.6.0cvs8
6974
6975         * Makefile.am
6976                 Fix icon breakages with Gtk, which needs a 
6977                 cache updated to see them.
6978
6979 2006-11-07 [paul]       2.6.0cvs7
6980
6981         * .cvsignore
6982         * AUTHORS
6983         * COPYING
6984         * INSTALL
6985         * Makefile.am
6986         * NEWS
6987         * README
6988         * RELEASE_NOTES
6989         * autogen.sh
6990         * claws-mail-128x128.png
6991         * claws-mail-64x64.png
6992         * claws-mail.ico
6993         * claws-mail.pc.in
6994         * claws-mail.png
6995         * configure.ac
6996         * sylpheed-claws-128x128.png
6997         * sylpheed-claws-64x64.png
6998         * sylpheed-claws.desktop
6999         * sylpheed-claws.ico
7000         * sylpheed-claws.pc.in
7001         * sylpheed-claws.png
7002         * debian/README.Debian
7003         * debian/changelog
7004         * debian/claws-mail.desktop
7005         * debian/claws-mail.menu
7006         * debian/claws-mail.postinst.debhelper
7007         * debian/claws-mail.postrm.debhelper
7008         * debian/control
7009         * debian/copyright
7010         * debian/files
7011         * debian/rules
7012         * debian/sylpheed-claws.desktop
7013         * debian/sylpheed-claws.menu
7014         * debian/sylpheed-claws.postinst.debhelper
7015         * debian/sylpheed-claws.postrm.debhelper
7016         * doc/man/Makefile.am
7017         * doc/man/claws-mail.1
7018         * doc/man/sylpheed-claws.1
7019         * doc/src/ChangeLog.claws-pre0.8.0
7020         * manual/Makefile.am
7021         * manual/account.xml
7022         * manual/ack.xml
7023         * manual/addrbook.xml
7024         * manual/advanced.xml
7025         * manual/claws-mail-manual.xml
7026         * manual/faq.xml
7027         * manual/glossary.xml
7028         * manual/handling.xml
7029         * manual/intro.xml
7030         * manual/keyboard.xml
7031         * manual/plugins.xml
7032         * manual/starting.xml
7033         * manual/sylpheed-claws-manual.xml
7034         * manual/xml2pdf
7035         * manual/dist/.cvsignore
7036         * manual/dist/html/.cvsignore
7037         * manual/dist/html/Makefile.am
7038         * manual/dist/pdf/.cvsignore
7039         * manual/dist/pdf/Makefile.am
7040         * manual/dist/ps/.cvsignore
7041         * manual/dist/ps/Makefile.am
7042         * manual/dist/txt/.cvsignore
7043         * manual/dist/txt/Makefile.am
7044         * manual/es/Makefile.am
7045         * manual/es/advanced.xml
7046         * manual/es/claws-mail-manual.xml
7047         * manual/es/faq.xml
7048         * manual/es/glossary.xml
7049         * manual/es/handling.xml
7050         * manual/es/intro.xml
7051         * manual/es/plugins.xml
7052         * manual/es/sylpheed-claws-manual.xml
7053         * manual/es/dist/.cvsignore
7054         * manual/es/dist/html/.cvsignore
7055         * manual/es/dist/html/Makefile.am
7056         * manual/es/dist/pdf/.cvsignore
7057         * manual/es/dist/pdf/Makefile.am
7058         * manual/es/dist/ps/.cvsignore
7059         * manual/es/dist/ps/Makefile.am
7060         * manual/es/dist/txt/.cvsignore
7061         * manual/es/dist/txt/Makefile.am
7062         * manual/fr/Makefile.am
7063         * manual/fr/account.xml
7064         * manual/fr/ack.xml
7065         * manual/fr/addrbook.xml
7066         * manual/fr/advanced.xml
7067         * manual/fr/claws-mail-manual.xml
7068         * manual/fr/faq.xml
7069         * manual/fr/glossary.xml
7070         * manual/fr/handling.xml
7071         * manual/fr/intro.xml
7072         * manual/fr/keyboard.xml
7073         * manual/fr/plugins.xml
7074         * manual/fr/starting.xml
7075         * manual/fr/sylpheed-claws-manual.xml
7076         * manual/fr/dist/.cvsignore
7077         * manual/fr/dist/html/.cvsignore
7078         * manual/fr/dist/html/Makefile.am
7079         * manual/fr/dist/pdf/.cvsignore
7080         * manual/fr/dist/pdf/Makefile.am
7081         * manual/fr/dist/ps/.cvsignore
7082         * manual/fr/dist/ps/Makefile.am
7083         * manual/fr/dist/txt/.cvsignore
7084         * manual/fr/dist/txt/Makefile.am
7085         * manual/pl/Makefile.am
7086         * manual/pl/account.xml
7087         * manual/pl/ack.xml
7088         * manual/pl/addrbook.xml
7089         * manual/pl/advanced.xml
7090         * manual/pl/claws-mail-manual.xml
7091         * manual/pl/faq.xml
7092         * manual/pl/glossary.xml
7093         * manual/pl/handling.xml
7094         * manual/pl/intro.xml
7095         * manual/pl/keyboard.xml
7096         * manual/pl/plugins.xml
7097         * manual/pl/starting.xml
7098         * manual/pl/sylpheed-claws-manual.xml
7099         * manual/pl/dist/.cvsignore
7100         * manual/pl/dist/html/.cvsignore
7101         * manual/pl/dist/html/Makefile.am
7102         * manual/pl/dist/pdf/.cvsignore
7103         * manual/pl/dist/pdf/Makefile.am
7104         * manual/pl/dist/ps/.cvsignore
7105         * manual/pl/dist/ps/Makefile.am
7106         * manual/pl/dist/txt/.cvsignore
7107         * manual/pl/dist/txt/Makefile.am
7108         * po/.cvsignore
7109         * po/Makevars
7110         * src/.cvsignore
7111         * src/Makefile.am
7112         * src/account.c
7113         * src/account.h
7114         * src/action.c
7115         * src/action.h
7116         * src/adbookbase.h
7117         * src/addr_compl.c
7118         * src/addr_compl.h
7119         * src/addrbook.c
7120         * src/addrcache.c
7121         * src/addrcache.h
7122         * src/addrcindex.c
7123         * src/addrcindex.h
7124         * src/addrclip.c
7125         * src/addrclip.h
7126         * src/addrdefs.h
7127         * src/addressadd.c
7128         * src/addressadd.h
7129         * src/addressbook.c
7130         * src/addressbook.h
7131         * src/addressbook_foldersel.c
7132         * src/addressbook_foldersel.h
7133         * src/addrgather.c
7134         * src/addrgather.h
7135         * src/addrharvest.c
7136         * src/addrharvest.h
7137         * src/addrindex.c
7138         * src/addrindex.h
7139         * src/addritem.c
7140         * src/addritem.h
7141         * src/addrquery.c
7142         * src/addrquery.h
7143         * src/addrselect.c
7144         * src/addrselect.h
7145         * src/alertpanel.c
7146         * src/alertpanel.h
7147         * src/browseldap.c
7148         * src/browseldap.h
7149         * src/codeconv.c
7150         * src/codeconv.h
7151         * src/compose.c
7152         * src/crash.c
7153         * src/crash.h
7154         * src/customheader.c
7155         * src/customheader.h
7156         * src/displayheader.c
7157         * src/displayheader.h
7158         * src/editaddress.c
7159         * src/editaddress.h
7160         * src/editbook.c
7161         * src/editbook.h
7162         * src/editgroup.c
7163         * src/editgroup.h
7164         * src/editjpilot.c
7165         * src/editjpilot.h
7166         * src/editldap.c
7167         * src/editldap.h
7168         * src/editldap_basedn.c
7169         * src/editldap_basedn.h
7170         * src/editvcard.c
7171         * src/editvcard.h
7172         * src/exphtmldlg.c
7173         * src/exphtmldlg.h
7174         * src/expldifdlg.c
7175         * src/expldifdlg.h
7176         * src/export.c
7177         * src/exporthtml.c
7178         * src/exporthtml.h
7179         * src/exportldif.c
7180         * src/exportldif.h
7181         * src/filtering.c
7182         * src/filtering.h
7183         * src/folder.c
7184         * src/folder.h
7185         * src/folder_item_prefs.c
7186         * src/folder_item_prefs.h
7187         * src/foldersel.c
7188         * src/foldersel.h
7189         * src/folderutils.c
7190         * src/folderutils.h
7191         * src/folderview.c
7192         * src/folderview.h
7193         * src/grouplistdialog.c
7194         * src/grouplistdialog.h
7195         * src/html.c
7196         * src/html.h
7197         * src/image_viewer.c
7198         * src/image_viewer.h
7199         * src/imap.c
7200         * src/imap.h
7201         * src/imap_gtk.c
7202         * src/imap_gtk.h
7203         * src/import.c
7204         * src/import.h
7205         * src/importldif.c
7206         * src/importldif.h
7207         * src/importmutt.c
7208         * src/importmutt.h
7209         * src/importpine.c
7210         * src/importpine.h
7211         * src/inc.c
7212         * src/inc.h
7213         * src/jpilot.c
7214         * src/jpilot.h
7215         * src/ldapctrl.c
7216         * src/ldapctrl.h
7217         * src/ldaplocate.c
7218         * src/ldaplocate.h
7219         * src/ldapquery.c
7220         * src/ldapquery.h
7221         * src/ldapserver.c
7222         * src/ldapserver.h
7223         * src/ldaputil.c
7224         * src/ldaputil.h
7225         * src/ldif.c
7226         * src/ldif.h
7227         * src/localfolder.c
7228         * src/localfolder.h
7229         * src/main.c
7230         * src/main.h
7231         * src/mainwindow.c
7232         * src/mainwindow.h
7233         * src/manual.c
7234         * src/manual.h
7235         * src/matcher.c
7236         * src/matcher.h
7237         * src/matcher_parser.h
7238         * src/matcher_parser_lex.l
7239         * src/matcher_parser_parse.y
7240         * src/mbox.c
7241         * src/mbox.h
7242         * src/message_search.c
7243         * src/message_search.h
7244         * src/messageview.c
7245         * src/messageview.h
7246         * src/mh.c
7247         * src/mh.h
7248         * src/mh_gtk.c
7249         * src/mh_gtk.h
7250         * src/mimeview.c
7251         * src/mimeview.h
7252         * src/msgcache.c
7253         * src/msgcache.h
7254         * src/mutt.c
7255         * src/mutt.h
7256         * src/news.c
7257         * src/news.h
7258         * src/news_gtk.c
7259         * src/news_gtk.h
7260         * src/noticeview.c
7261         * src/noticeview.h
7262         * src/partial_download.c
7263         * src/partial_download.h
7264         * src/pine.c
7265         * src/pine.h
7266         * src/pop.c
7267         * src/pop.h
7268         * src/prefs_account.c
7269         * src/prefs_account.h
7270         * src/prefs_actions.c
7271         * src/prefs_actions.h
7272         * src/prefs_common.c
7273         * src/prefs_common.h
7274         * src/prefs_compose_writing.c
7275         * src/prefs_compose_writing.h
7276         * src/prefs_customheader.c
7277         * src/prefs_customheader.h
7278         * src/prefs_display_header.c
7279         * src/prefs_display_header.h
7280         * src/prefs_ext_prog.c
7281         * src/prefs_ext_prog.h
7282         * src/prefs_filtering.c
7283         * src/prefs_folder_column.c
7284         * src/prefs_folder_column.h
7285         * src/prefs_folder_item.c
7286         * src/prefs_folder_item.h
7287         * src/prefs_fonts.c
7288         * src/prefs_fonts.h
7289         * src/prefs_gtk.c
7290         * src/prefs_gtk.h
7291         * src/prefs_image_viewer.c
7292         * src/prefs_image_viewer.h
7293         * src/prefs_matcher.c
7294         * src/prefs_matcher.h
7295         * src/prefs_message.c
7296         * src/prefs_message.h
7297         * src/prefs_msg_colors.c
7298         * src/prefs_msg_colors.h
7299         * src/prefs_other.c
7300         * src/prefs_other.h
7301         * src/prefs_quote.c
7302         * src/prefs_quote.h
7303         * src/prefs_receive.c
7304         * src/prefs_receive.h
7305         * src/prefs_send.c
7306         * src/prefs_send.h
7307         * src/prefs_spelling.c
7308         * src/prefs_spelling.h
7309         * src/prefs_summaries.c
7310         * src/prefs_summaries.h
7311         * src/prefs_summary_column.c
7312         * src/prefs_summary_column.h
7313         * src/prefs_template.c
7314         * src/prefs_template.h
7315         * src/prefs_themes.c
7316         * src/prefs_themes.h
7317         * src/prefs_toolbar.c
7318         * src/prefs_toolbar.h
7319         * src/prefs_wrapping.c
7320         * src/prefs_wrapping.h
7321         * src/privacy.c
7322         * src/privacy.h
7323         * src/procheader.c
7324         * src/procheader.h
7325         * src/procmime.c
7326         * src/procmime.h
7327         * src/procmsg.c
7328         * src/procmsg.h
7329         * src/quote_fmt.c
7330         * src/quote_fmt_parse.y
7331         * src/recv.c
7332         * src/recv.h
7333         * src/remotefolder.c
7334         * src/remotefolder.h
7335         * src/send_message.c
7336         * src/send_message.h
7337         * src/setup.c
7338         * src/setup.h
7339         * src/sourcewindow.c
7340         * src/sourcewindow.h
7341         * src/ssl_manager.c
7342         * src/ssl_manager.h
7343         * src/statusbar.c
7344         * src/statusbar.h
7345         * src/stock_pixmap.c
7346         * src/stock_pixmap.h
7347         * src/summary_search.c
7348         * src/summary_search.h
7349         * src/summaryview.c
7350         * src/summaryview.h
7351         * src/syldap.c
7352         * src/syldap.h
7353         * src/textview.c
7354         * src/textview.h
7355         * src/toolbar.c
7356         * src/toolbar.h
7357         * src/undo.c
7358         * src/undo.h
7359         * src/unmime.c
7360         * src/unmime.h
7361         * src/vcard.c
7362         * src/vcard.h
7363         * src/wizard.c
7364         * src/wizard.h
7365         * src/common/base64.c
7366         * src/common/base64.h
7367         * src/common/defs.h
7368         * src/common/hooks.c
7369         * src/common/hooks.h
7370         * src/common/log.c
7371         * src/common/log.h
7372         * src/common/mgutils.c
7373         * src/common/mgutils.h
7374         * src/common/nntp.c
7375         * src/common/nntp.h
7376         * src/common/passcrypt.c
7377         * src/common/passcrypt.h.in
7378         * src/common/plugin.c
7379         * src/common/plugin.h
7380         * src/common/prefs.c
7381         * src/common/prefs.h
7382         * src/common/progressindicator.c
7383         * src/common/progressindicator.h
7384         * src/common/quoted-printable.c
7385         * src/common/quoted-printable.h
7386         * src/common/session.c
7387         * src/common/session.h
7388         * src/common/smtp.c
7389         * src/common/smtp.h
7390         * src/common/socket.c
7391         * src/common/socket.h
7392         * src/common/ssl.c
7393         * src/common/ssl.h
7394         * src/common/stringtable.c
7395         * src/common/stringtable.h
7396         * src/common/sylpheed.c
7397         * src/common/sylpheed.h
7398         * src/common/template.c
7399         * src/common/template.h
7400         * src/common/timing.h
7401         * src/common/utils.c
7402         * src/common/utils.h
7403         * src/common/version.h.in
7404         * src/common/xml.c
7405         * src/common/xml.h
7406         * src/common/xmlprops.c
7407         * src/common/xmlprops.h
7408         * src/gtk/about.c
7409         * src/gtk/colorlabel.c
7410         * src/gtk/colorlabel.h
7411         * src/gtk/colorsel.c
7412         * src/gtk/colorsel.h
7413         * src/gtk/combobox.c
7414         * src/gtk/combobox.h
7415         * src/gtk/description_window.c
7416         * src/gtk/description_window.h
7417         * src/gtk/filesel.c
7418         * src/gtk/filesel.h
7419         * src/gtk/foldersort.c
7420         * src/gtk/foldersort.h
7421         * src/gtk/gtkaspell.c
7422         * src/gtk/gtkaspell.h
7423         * src/gtk/gtksctree.c
7424         * src/gtk/gtkshruler.c
7425         * src/gtk/gtkshruler.h
7426         * src/gtk/gtkutils.c
7427         * src/gtk/gtkutils.h
7428         * src/gtk/icon_legend.c
7429         * src/gtk/icon_legend.h
7430         * src/gtk/logwindow.c
7431         * src/gtk/logwindow.h
7432         * src/gtk/manage_window.c
7433         * src/gtk/manage_window.h
7434         * src/gtk/pluginwindow.c
7435         * src/gtk/pluginwindow.h
7436         * src/gtk/prefswindow.c
7437         * src/gtk/prefswindow.h
7438         * src/gtk/quicksearch.c
7439         * src/gtk/quicksearch.h
7440         * src/pixmaps/claws-mail.xpm
7441         * src/pixmaps/claws-mail_icon.xpm
7442         * src/pixmaps/claws-mail_logo.xpm
7443         * src/pixmaps/sylpheed-claws.xpm
7444         * src/pixmaps/sylpheed-claws_icon.xpm
7445         * src/pixmaps/sylpheed-claws_logo.xpm
7446         * src/plugins/bogofilter/Makefile.am
7447         * src/plugins/bogofilter/bogofilter.c
7448         * src/plugins/bogofilter/bogofilter.h
7449         * src/plugins/bogofilter/bogofilter_gtk.c
7450         * src/plugins/clamav/Makefile.am
7451         * src/plugins/clamav/clamav_plugin.c
7452         * src/plugins/clamav/clamav_plugin.h
7453         * src/plugins/clamav/clamav_plugin_gtk.c
7454         * src/plugins/demo/Makefile.am
7455         * src/plugins/demo/demo.c
7456         * src/plugins/dillo_viewer/Makefile.am
7457         * src/plugins/dillo_viewer/README
7458         * src/plugins/dillo_viewer/dillo_prefs.c
7459         * src/plugins/dillo_viewer/dillo_prefs.h
7460         * src/plugins/dillo_viewer/dillo_viewer.c
7461         * src/plugins/pgpcore/Makefile.am
7462         * src/plugins/pgpcore/passphrase.c
7463         * src/plugins/pgpcore/passphrase.h
7464         * src/plugins/pgpcore/pgp_viewer.c
7465         * src/plugins/pgpcore/pgp_viewer.h
7466         * src/plugins/pgpcore/plugin.c
7467         * src/plugins/pgpcore/prefs_gpg.c
7468         * src/plugins/pgpcore/prefs_gpg.h
7469         * src/plugins/pgpcore/select-keys.c
7470         * src/plugins/pgpcore/select-keys.h
7471         * src/plugins/pgpcore/sgpgme.c
7472         * src/plugins/pgpcore/sgpgme.h
7473         * src/plugins/pgpcore/sylpheed.def
7474         * src/plugins/pgpcore/version.rc
7475         * src/plugins/pgpinline/Makefile.am
7476         * src/plugins/pgpinline/pgpinline.c
7477         * src/plugins/pgpinline/pgpinline.h
7478         * src/plugins/pgpinline/plugin.c
7479         * src/plugins/pgpinline/sylpheed.def
7480         * src/plugins/pgpinline/version.rc
7481         * src/plugins/pgpmime/Makefile.am
7482         * src/plugins/pgpmime/pgpmime.c
7483         * src/plugins/pgpmime/pgpmime.h
7484         * src/plugins/pgpmime/plugin.c
7485         * src/plugins/pgpmime/sylpheed.def
7486         * src/plugins/pgpmime/version.rc
7487         * src/plugins/spamassassin/Makefile.am
7488         * src/plugins/spamassassin/README
7489         * src/plugins/spamassassin/spamassassin.c
7490         * src/plugins/spamassassin/spamassassin.h
7491         * src/plugins/spamassassin/spamassassin_gtk.c
7492         * src/plugins/trayicon/Makefile.am
7493         * src/plugins/trayicon/trayicon.c
7494         * tools/OOo2sylpheed.pl
7495         * tools/README
7496         * tools/README.sylprint
7497         * tools/acroread2sylpheed.pl
7498         * tools/claws.i18n.status.pl
7499         * tools/filter_conv.pl
7500         * tools/filter_conv_new.pl
7501         * tools/freshmeat_search.pl
7502         * tools/google_search.pl
7503         * tools/kmail2sylpheed.pl
7504         * tools/kmail2sylpheed_v2.pl
7505         * tools/make.themes.project
7506         * tools/multiwebsearch.pl
7507         * tools/nautilus2sylpheed.sh
7508         * tools/outlook2sylpheed.pl
7509         * tools/sylprint.pl
7510         * tools/sylprint.rc
7511         * tools/tb2sylpheed
7512         * tools/textviewer.sh
7513         * tools/vcard2xml.py
7514         * tools/kdeservicemenu/README
7515         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7516         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7517         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7518                 Change name to Claws Mail. Announce to follow...
7519
7520 2006-11-06 [wwp]        2.6.0cvs6
7521
7522         * src/prefs_template.c
7523                 unify messages related to quote format/template errors (fix
7524                 capitalization), again.
7525
7526 2006-11-06 [wwp]        2.6.0cvs5
7527
7528         * src/prefs_quote.c
7529                 unify messages related to quote format/template errors.
7530
7531 2006-11-06 [wwp]        2.6.0cvs4
7532
7533         * src/prefs_msg_colors.c
7534                 more uses of Q_ macro for contextual translations, thanks
7535                 to Fabien (fzzzzz).
7536
7537 2006-11-06 [wwp]        2.6.0cvs3
7538
7539         * src/compose.c
7540         * src/common/utils.c
7541         * src/common/utils.h
7542                 show an alertpanel to make sure users are aware that sensitive
7543                 files are attached (it's file blacklist-based). This will fix
7544                 interaction w/ GoogleEarth for instance, thanks to Colin.
7545
7546 2006-11-06 [wwp]        2.6.0cvs2
7547
7548         * src/prefs_quote.c
7549         * src/prefs_template.c
7550         * src/prefs_template.h
7551                 check quote format when applying/closing prefs. For now this only
7552                 shows up an error dialog box, not preventing the user from using
7553                 a broken quote (reply, forwards) format.
7554
7555 2006-11-06 [wwp]        2.6.0cvs1
7556
7557         * src/prefs_template.c
7558                 fix missing checks of some template fields.
7559
7560 2006-11-06 [paul]       2.6.0
7561
7562         * NEWS
7563         * README
7564         * RELEASE_NOTES
7565                 2.6.0 released
7566
7567 2006-11-06 [paul]       2.5.6cvs22
7568
7569         * manual/advanced.xml
7570         * manual/es/advanced.xml
7571                 put 'respect_flowed_format' info in the correct
7572                 place
7573
7574 2006-11-06 [mones]      2.5.6cvs21
7575
7576         * po/es.po
7577                 Minor fixes for release
7578
7579 2006-11-06 [paul]       2.5.6cvs20
7580
7581         * po/cs.po
7582         * po/de.po
7583         * po/fr.po
7584         * po/it.po
7585         * po/nl.po
7586         * po/pt_BR.po
7587         * po/sk.po
7588         * po/sv.po
7589         * po/zh_CN.po
7590                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7591                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7592                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7593                 Young
7594
7595 2006-11-02 [colin]      2.5.6cvs19
7596
7597         * src/imap.c
7598         * src/imap.h
7599         * src/prefs_account.c
7600         * src/etpan/imap-thread.c
7601                 Add GSSAPI support - fixes Debian bug #383274
7602
7603 2006-11-01 [colin]      2.5.6cvs18
7604
7605         * src/jpilot.c
7606                 Handle libpisock12 support. Probably
7607                 fixes bug 1046, 'jpilot AddressDB.pdb 
7608                 import fail'
7609
7610 2006-11-01 [colin]      2.5.6cvs17
7611
7612         * src/folderutils.c
7613                 debug_print() folderutils_mark_all_read()
7614
7615 2006-11-01 [colin]      2.5.6cvs16
7616
7617         * COPYING
7618                 Add missed files to the Apache exception
7619
7620 2006-10-31 [colin]      2.5.6cvs15
7621
7622         * src/folder.c
7623         * src/folder.h
7624                 Add a copy_private_data() func to FolderClasses
7625                 Doesn't break the feature freeze, because we 
7626                 won't use it (right now) in the core.
7627
7628 2006-10-31 [colin]      2.5.6cvs14
7629
7630         * COPYING
7631                 Allow linking with the Apache licensed files in
7632                 src/plugins/spamassassin. Hopefully fixes 
7633                 bug 1048, 'Spamassassin plugin license problem'
7634
7635 2006-10-31 [wwp]        2.5.6cvs13
7636
7637         * src/compose.c
7638                 fix and optimize trimming of leading linefeeds in body loop.
7639
7640 2006-10-31 [colin]      2.5.6cvs12
7641
7642         * src/etpan/imap-thread.c
7643         * src/imap.c
7644                 Make really sure to have NULL sets in case
7645                 of error
7646
7647 2006-10-30 [wwp]        2.5.6cvs11
7648
7649         * src/prefs_common.c
7650         * src/prefs_common.h
7651         * src/compose.c
7652                 fix broken storage of quote format template when it contains \-escape
7653                 sequences. The application of such sequences is also fixed now (\t
7654                 in quote format will be a real tab instead of a 't', for instance).
7655
7656 2006-10-27 [colin]      2.5.6cvs10
7657
7658         * src/compose.c
7659                 Probably fix bug 1045, 'sylpheed-claws 
7660                 doesn't remove the mail from the IMAP 
7661                 Queue folder after sending'. From
7662                 2.5.6cvs3-stable
7663
7664 2006-10-27 [colin]      2.5.6cvs9
7665
7666         * configure.ac
7667                 Require libetpan-0.48. I'm so annoying,
7668                 I know ;-)
7669
7670 2006-10-27 [colin]      2.5.6cvs8
7671
7672         * src/folder.c
7673         * src/imap.c
7674                 Probably fix bug 1044, 'sylpheed-claws 
7675                 segfaults while moving mails' - Fix relation
7676                 usage when moving to an IMAP mailbox from another
7677                 mailbox
7678
7679 2006-10-26 [paul]       2.5.6cvs7
7680
7681         * src/gtk/about.c
7682                 add libSM to compiled-in features
7683                 list
7684
7685 2006-10-24 [colin]      2.5.6cvs6
7686
7687         * src/textview.c
7688         * src/gtk/gtkutils.c
7689                 Fix crash when printing emails with an
7690                 xface
7691
7692 2006-10-24 [mones]      2.5.6cvs5
7693
7694         * manual/es/advanced.xml
7695                 Synchronize hidden option respect_flowed_format
7696         * po/es.po
7697                 Updated translation
7698
7699 2006-10-21 [paul]       2.5.6cvs4
7700
7701         * src/gtk/authors.h
7702         * src/plugins/pgpcore/pgp_viewer.c
7703         * src/plugins/pgpcore/sgpgme.c
7704                 fix building on BSDs
7705                 Thanks to Michael Hughes
7706                 <Sylpheed-Claws_user@thehugheslogcabin.net>
7707
7708 2006-10-20 [colin]      2.5.6cvs3
7709
7710         * configure.ac
7711                 Bump up libetpan requirement
7712                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
7713         * src/common/utils.c
7714         * src/common/utils.h
7715                 Add convenience get_file_mtime()
7716         * src/imap.c
7717         * src/etpan/imap-thread.c
7718         * src/etpan/imap-thread.h
7719                 Implement UIDPLUS support if the server
7720                 supports it - faster sending in this case
7721
7722 2006-10-19 [colin]      2.5.6cvs2
7723
7724         * src/gtk/quicksearch.c
7725                 Fix emptying in type-ahead+extended mode
7726         * src/mainwindow.c
7727         * src/mainwindow.h
7728                 Add a hook for offline state change
7729         * src/plugins/trayicon/trayicon.c
7730                 Use it to display offline icons
7731         * src/plugins/trayicon/Makefile.am
7732         * src/plugins/trayicon/newmail.offline.xpm
7733         * src/plugins/trayicon/newmarkedmail.offline.xpm
7734         * src/plugins/trayicon/nomail.offline.xpm
7735         * src/plugins/trayicon/unreadmail.offline.xpm
7736         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7737                 Add the icons
7738
7739 2006-10-12 [paul]       2.5.6cvs1
7740
7741         * NEWS
7742         * README
7743         * configure.ac
7744                 Update version number following
7745                 stable release
7746
7747 2006-10-19 [colin]      2.5.5cvs18
7748
7749         * manual/handling.xml
7750                 Add type-ahead search
7751
7752 2006-10-18 [colin]      2.5.5cvs17
7753
7754         * src/gtk/quicksearch.c
7755                 Remove "save to history only if there's
7756                 no syntax error", it breaks for some 
7757                 reason which I'll investigate later.
7758
7759 2006-10-18 [colin]      2.5.5cvs16
7760
7761         * src/prefs_common.c
7762         * src/prefs_common.h
7763         * src/summaryview.c
7764         * src/gtk/quicksearch.c
7765         * src/gtk/quicksearch.h
7766                 Add a type-ahead option for fast searches
7767                 Patch by Fabien Vantard
7768
7769 2006-10-18 [colin]      2.5.5cvs15
7770
7771         * src/compose.c
7772         * src/compose.h
7773                 Add Options/Reply mode/ menu to be able to
7774                 change the recipients of a reply on the fly
7775
7776 2006-10-18 [colin]      2.5.5cvs14
7777
7778         * src/compose.c
7779                 Fix redirecting of our own sent mails
7780
7781 2006-10-17 [wwp]        2.5.5cvs13
7782
7783         * src/send_message.c
7784                 Fix duplicate error messages when sending, and missing
7785                 newline in such error messages.
7786
7787 2006-10-17 [colin]      2.5.5cvs12
7788
7789         * src/compose.c
7790                 Compare addresses case-insensitive
7791
7792 2006-10-17 [colin]      2.5.5cvs11
7793
7794         * src/plugins/pgpcore/sgpgme.c
7795                 Fix return status
7796
7797 2006-10-17 [colin]      2.5.5cvs10
7798
7799         * src/plugins/pgpcore/pgp_viewer.c
7800                 Fix return status
7801
7802 2006-10-17 [colin]      2.5.5cvs9
7803
7804         * src/quote_fmt.c
7805                 Fix a typo (thanks to Fabien)
7806
7807 2006-10-16 [colin]      2.5.5cvs8
7808
7809         * src/textview.c
7810                 Fix problem with quote-folding when emails
7811                 don't convert cleanly to UTF-8
7812
7813 2006-10-14 [colin]      2.5.5cvs7
7814
7815         * src/prefs_template.c
7816                 Reset fields when reopening
7817                 the window
7818
7819 2006-10-13 [paul]       2.5.5cvs6
7820
7821         * manual/advanced.xml
7822         * src/prefs_message.c
7823                 make 'respect_flowed_format' a hidden
7824                 option, and add a manual entry for it
7825                 Thanks to Colin
7826
7827 2006-10-12 [colin]      2.5.5cvs5
7828
7829         * src/codeconv.c
7830                 Revert part of 2.5.2cvs21:
7831                 Don't optimise by reusing the 
7832                 last iconv converter if possible:
7833                 it seems slightly broken in a 
7834                 very hard way to reproduce
7835
7836 2006-10-12 [colin]      2.5.5cvs4
7837
7838         * src/prefs_common.c
7839         * src/prefs_common.h
7840         * src/prefs_message.c
7841         * src/procmime.c
7842                 Fix bug 1035, 'Incorrect handling 
7843                 of flowed lines'. We now optionnaly
7844                 handle this format (preference is in
7845                 Message View/Text options section)
7846
7847 2006-10-12 [colin]      2.5.5cvs3
7848
7849         * po/POTFILES.in
7850                 Add new file
7851         * src/plugins/pgpcore/pgp_viewer.c
7852         * src/plugins/pgpcore/sgpgme.c
7853                 Don't try to import without asking
7854
7855 2006-10-12 [colin]      2.5.5cvs2
7856
7857         * src/compose.c
7858                 Fix bug 1036, 'Forwarding a mutlipart
7859                 mail with a "text/html" block to ms
7860                 outlook users leeds to freeze of
7861                 outlook'. Poor outlook users...
7862
7863 2006-10-12 [paul]       2.5.5cvs1
7864
7865         * NEWS
7866         * README
7867         * configure.ac
7868                 Update version number following
7869                 stable release
7870
7871 2006-10-11 [paul]       2.5.4cvs1
7872
7873         * NEWS
7874         * README
7875         * configure.ac
7876                 Update version number following
7877                 stable release
7878
7879 2006-10-11 [paul]       2.5.3cvs32
7880
7881         * src/textview.c
7882                 fix bug 1032, 'Segmentation fault when showing
7883                 message' (bug in quote folding)
7884                 Thanks to Colin
7885
7886 2006-10-10 [colin]      2.5.3cvs31
7887
7888         * src/quote_fmt.c
7889                 Rephrase english a bit
7890
7891 2006-10-10 [colin]      2.5.3cvs30
7892
7893         * src/prefs_compose_writing.c
7894                 Stop making the page larger than the window
7895
7896 2006-10-10 [wwp]        2.5.3cvs29
7897
7898         * src/compose.c
7899         * src/prefs_template.c
7900         * src/quote_fmt.c
7901         * src/quote_fmt.h
7902         * src/quote_fmt_lex.l
7903         * src/quote_fmt_parse.y
7904                 Extend the quote parser a bit: allow to get access to
7905                 basic (composing) account info.
7906
7907 2006-10-10 [colin]      2.5.3cvs28
7908
7909         * src/procheader.c
7910                 Fix this \t problem in subject
7911
7912 2006-10-09 [colin]      2.5.3cvs27
7913
7914         * src/main.c
7915         * src/prefs_gtk.c
7916                 Prepare cache a bit later
7917                 If section already exists, skip the new one 
7918                 (as previously); avoid writing the same block
7919                 twice - if we find a second block with the 
7920                 same id, skip it.
7921         * src/plugins/pgpcore/pgp_viewer.c
7922                 Set cursor to busy when retrieving a key
7923         * src/plugins/pgpcore/sgpgme.c
7924                 allow 5 seconds for gpg to export the key
7925                 
7926
7927 2006-10-09 [colin]      2.5.3cvs26
7928
7929         * configure.ac
7930         * src/msgcache.c
7931         * src/prefs_gtk.c
7932                 Check for existence of fgets_unlocked
7933                 and fwrite_unlocked
7934
7935 2006-10-09 [paul]       2.5.3cvs25
7936
7937         * src/prefs_summaries.c
7938                 replace strftime() with fast_strftime() and in
7939                 the consequence fix the bug in the display of
7940                 AM/PM in the 'Example' string
7941
7942 2006-10-09 [ticho]      2.5.3cvs24
7943
7944         * po/sk.po
7945                 Updated (and fixed up somewhat) Slovak translation.
7946
7947 2006-10-08 [colin]      2.5.3cvs23
7948
7949         * src/prefs_folder_item.c
7950                 Explain why prefs in the top-level folder
7951                 aren't retained, but are still useful
7952
7953 2006-10-08 [colin]      2.5.3cvs22
7954
7955         * src/prefs_gtk.c
7956                 Don't cache anything if caching fails
7957
7958 2006-10-08 [colin]      2.5.3cvs21
7959
7960         * src/common/utils.c
7961                 always include gi18n.h
7962
7963 2006-10-07 [colin]      2.5.3cvs20
7964
7965         * src/plugins/pgpcore/pgp_viewer.c
7966                 Kill gpg after 5 seconds wait
7967
7968 2006-10-07 [colin]      2.5.3cvs19
7969
7970         * src/plugins/pgpcore/pgp_viewer.c
7971         * src/plugins/pgpcore/pgp_viewer.h
7972                 Fix copyright
7973
7974 2006-10-07 [colin]      2.5.3cvs18
7975
7976         * src/plugins/pgpcore/pgp_viewer.c
7977         * src/plugins/pgpcore/pgp_viewer.h
7978                 Actually add the files to CVS
7979
7980 2006-10-07 [colin]      2.5.3cvs17
7981
7982         * src/plugins/pgpcore/sgpgme.c
7983                 Be sure not to crash on 'application/pgp-signature' that
7984                 are not application/pgp-signatures
7985
7986 2006-10-07 [colin]      2.5.3cvs16
7987
7988         * src/textview.c
7989         * src/textview.h
7990                 Make a bit more of the API available
7991         * src/plugins/pgpcore/Makefile.am
7992         * src/plugins/pgpcore/plugin.c
7993         * src/plugins/pgpcore/sgpgme.c
7994                 Add basic key import/export
7995
7996 2006-10-07 [colin]      2.5.3cvs15
7997
7998         * src/folderview.c
7999         * src/imap.c
8000         * src/prefs_account.c
8001         * src/wizard.c
8002                 Warn users *everywhere* if libetpan's not
8003                 linked in
8004
8005 2006-10-06 [mones]      2.5.3cvs14
8006
8007         * po/de.po
8008         * po/es.po
8009                 updated by Stephan Sachse and me
8010
8011 2006-10-06 [colin]      2.5.3cvs13
8012
8013         * src/main.c
8014         * src/common/sylpheed.c
8015                 Don't load common plugins if --exit is passed
8016         * src/prefs_gtk.c
8017         * src/prefs_gtk.h
8018                 Implement a cache to avoid reading the same
8019                 files over and over again at startup
8020
8021 2006-10-06 [colin]      2.5.3cvs12
8022
8023         * src/summaryview.c
8024         * src/gtk/quicksearch.c
8025                 Update display every 5k mails on fast searches
8026
8027 2006-10-06 [colin]      2.5.3cvs11
8028
8029         * src/textview.c
8030                 Don't do quote folding on HTML or ERTF.
8031                 May fix the Cygwin issues if they were
8032                 happening with HTML mails?
8033
8034 2006-10-05 [colin]      2.5.3cvs10
8035
8036         * src/prefs_gtk.c
8037                 Oops, forgot one
8038
8039 2006-10-05 [colin]      2.5.3cvs9
8040
8041         * src/prefs_gtk.c
8042                 Use unlocked_stdio here too
8043
8044 2006-10-05 [colin]      2.5.3cvs8
8045
8046         * src/folderview.c
8047                 Fix go to next * after preferences apply
8048         * src/msgcache.c
8049                 Do the fd lock/unlock ourselves instead of
8050                 letting the libc do it at each write 
8051
8052 2006-10-05 [colin]      2.5.3cvs7
8053
8054         * src/common/utils.c
8055                 Faster division, thanks to Jean Diraison
8056
8057 2006-10-05 [paul]       2.5.3cvs6
8058
8059         * src/common/utils.c
8060                 fix building with --disable-nls
8061
8062 2006-10-04 [colin]      2.5.3cvs5
8063
8064         * src/folder.c
8065                 Maybe fix a segfault
8066
8067 2006-10-04 [wwp]        2.5.3cvs4
8068
8069         * src/prefs_folder_item.c
8070                 Fine-tune layouts in folder item prefs. Suggested by
8071                 Fabien Vantard <fzzzzz@gmail.com>.
8072
8073 2006-10-04 [wwp]        2.5.3cvs3
8074
8075         * src/prefs_folder_item.c
8076                 Kill the clandestine passengers. You didn't see anything.
8077
8078 2006-10-04 [wwp]        2.5.3cvs2
8079
8080         * src/prefs_folder_item.c
8081                 Add a way to test the subject simplify regexp in
8082                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8083                 w/ few layout changes.
8084
8085 2006-20-04 [paul]       2.5.3cvs1
8086
8087         * NEWS
8088         * README
8089         * configure.ac
8090                 Update version number following
8091                 stable release
8092
8093 2006-10-04 [colin]      2.5.2cvs42
8094
8095         * src/folder.c
8096         * src/folder.h
8097         * src/summaryview.c
8098                 Provide a way for folder classes to set their sort
8099                 type and key
8100
8101 2006-10-03 [colin]      2.5.2cvs41
8102
8103         * src/mh.c
8104                 Don't use strlen() to know if the
8105                 string's empty
8106
8107 2006-10-03 [colin]      2.5.2cvs40
8108
8109         * src/mh.c
8110                 Fix "check for new folders" with accentued folders
8111
8112 2006-10-03 [ticho]      2.5.2cvs39
8113
8114         * src/filtering.c
8115         * src/folder.c
8116         * src/inc.c
8117         * src/mbox.c
8118                 Colin's fix for "copy" filtering rules.
8119
8120 2006-10-02 [colin]      2.5.2cvs38
8121
8122         * src/folderview.c
8123                 Fix for double-click too
8124
8125 2006-10-02 [colin]      2.5.2cvs37
8126
8127         * src/folderview.c
8128                 correct fix for cvs36
8129
8130 2006-10-02 [colin]      2.5.2cvs36
8131
8132         * src/folderview.c
8133                 Fix 'goto next unread' after collapsing/expanding 
8134                 a node.
8135
8136 2006-10-02 [colin]      2.5.2cvs35
8137
8138         * src/summaryview.c
8139                 Fix double freeze/thaw
8140         * src/common/utils.c
8141         * src/common/utils.h
8142                 Reimplement strftime
8143         * src/procheader.c
8144                 Use it
8145
8146
8147 2006-10-02 [colin]      2.5.2cvs34
8148
8149         * src/mh.c
8150                 Time mh_write_sequences() - it's fast
8151         * src/summaryview.c
8152                 Init a variable to shut up gcc
8153
8154 2006-10-01 [colin]      2.5.2cvs33
8155
8156         * src/folder.c
8157         * src/mh.c
8158         * src/mh.h
8159         * src/msgcache.c
8160                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8161                 Add fsync but disable it, it's slow as hell
8162
8163 2006-10-01 [colin]      2.5.2cvs32
8164
8165         * src/mh.c
8166         * src/msgcache.c
8167                 fflush() caches and mh_sequences before
8168                 fclose()ing
8169
8170 2006-10-01 [colin]      2.5.2cvs31
8171
8172         * src/msgcache.c
8173                 Don't ftruncate when not using mmap
8174
8175 2006-09-30 [colin]      2.5.2cvs30
8176
8177         * src/main.c
8178                 Write folder list *after* saving caches
8179
8180 2006-09-30 [colin]      2.5.2cvs29
8181
8182         * src/folder.c
8183         * src/mh.c
8184                 Debug forced mtime changes
8185
8186 2006-09-30 [colin]      2.5.2cvs28
8187
8188         * src/folder.c
8189         * src/main.c
8190                 Remove useless debug_print()s (code
8191                 well-tested)
8192
8193 2006-09-30 [colin]      2.5.2cvs27
8194
8195         * src/mh.c
8196                 Do stuff faster when writing mh_sequences
8197
8198 2006-09-30 [colin]      2.5.2cvs26
8199
8200         * src/mh.c
8201                 Don't let the writing of .mh_sequences, which
8202                 can change the folder's mtime, let us think
8203                 we need to scan.
8204
8205 2006-09-30 [colin]      2.5.2cvs25
8206
8207         * src/folder.c
8208                 Move a debug_print where it belongs 
8209                 (processing)
8210         * src/summaryview.c
8211                 Don't mess with a huge slow subject
8212                 table if we're not threading by
8213                 subject
8214
8215 2006-09-30 [colin]      2.5.2cvs24
8216
8217         * src/msgcache.c
8218                 Reenable mmaped reads (*not* writes!)
8219         * src/procmsg.c
8220                 Don't destroy and recreate hashtables just
8221                 for fun
8222         * src/common/utils.c
8223                 Remove useless reply prefixes (it's case
8224                 unsensitive)
8225
8226 2006-09-30 [wwp]        2.5.2cvs23
8227
8228         * tools/fix_date.sh
8229                 Fixed a minor bug in date value extraction, added a switch
8230                 to replace non RFC-compliant Date: value, added a switch
8231                 to use strict RFC matching patterns for dates.
8232
8233 2006-09-29 [colin]      2.5.2cvs22
8234
8235         * src/matcher_parser.h
8236         * src/matcher_parser_parse.y
8237         * src/prefs_filtering.c
8238         * src/statusbar.c
8239         * src/summary_search.c
8240         * src/summaryview.c
8241         * src/gtk/quicksearch.c
8242         * src/gtk/quicksearch.h
8243                 Optimise searches by setting different
8244                 refresh intervals (depending if the 
8245                 search is fast or not)
8246
8247 2006-09-29 [colin]      2.5.2cvs21
8248
8249         * src/codeconv.c
8250                 Optimise by reusing the last iconv converter
8251                 if possible
8252         * src/textview.c
8253                 Optimise a bit (the foldable quotes feature
8254                 still has an awful O(n^2) algo
8255
8256 2006-09-29 [colin]      2.5.2cvs20
8257
8258         * src/gtk/gtksctree.c
8259         * src/gtk/gtksctree.h
8260                 Optimise de-selection via up/down or
8261                 another key
8262
8263 2006-09-28 [colin]      2.5.2cvs19
8264
8265         * src/action.c
8266         * src/compose.c
8267         * src/folderview.c
8268         * src/mainwindow.c
8269         * src/messageview.c
8270         * src/summary_search.c
8271         * src/toolbar.c
8272                 Avoid using summaryview->ctree directly
8273
8274 2006-09-28 [colin]      2.5.2cvs18
8275
8276         * src/summaryview.c
8277         * src/summaryview.h
8278                 Add helpers to freeze/thaw/grab_focus
8279                 Factorize calls to freeze/thaw/grab_focus
8280                 
8281
8282 2006-09-28 [colin]      2.5.2cvs17
8283
8284         * src/main.c
8285                 More guards for the session management
8286
8287 2006-09-28 [colin]      2.5.2cvs16
8288
8289         * src/folderview.c
8290         * src/gtk/gtksctree.c
8291         * src/gtk/gtksctree.h
8292                 Make expanding not recursive in folderview
8293
8294 2006-09-28 [colin]      2.5.2cvs15
8295
8296         * src/addressbook.c
8297                 If nothing is selected in the list (right part)
8298                 and a group is selected in the tree (left part),
8299                 mail this group.
8300
8301 2006-09-28 [colin]      2.5.2cvs14
8302
8303         * src/Makefile.am
8304                 Actually use SM_LIBS
8305
8306 2006-09-28 [ticho]      2.5.2cvs13
8307
8308         * src/export.c
8309         * src/messageview.c
8310         * src/mimeview.c
8311         * src/news.c
8312         * src/pop.c
8313         * src/prefs_themes.c
8314         * src/procmsg.c
8315                 Small i18n string optimization.
8316         * src/send_message.c
8317         * src/summaryview.c
8318         * src/common/session.c
8319         * src/common/smtp.c
8320         * src/common/ssl_certificate.c
8321         * src/common/utils.c
8322                 Use "Couldn't" instead of "Can't" in UI messages,
8323                 where appropriate.
8324
8325 2006-09-28 [colin]      2.5.2cvs12
8326
8327         * configure.ac
8328                 Possibly fix link errors
8329
8330 2006-09-27 [wwp]        2.5.2cvs11
8331
8332         * src/gtk/authors.h
8333         * doc/man/sylpheed-claws.1
8334         * manual/ack.xml
8335         * manual/es/ack.xml
8336         * manual/fr/ack.xml
8337         * manual/pl/ack.xml
8338                 Updated authors info (me, myself and I).
8339
8340 2006-09-27 [colin]      2.5.2cvs10
8341
8342         * src/addressbook.c
8343                 Remove useless printf
8344
8345 2006-09-27 [wwp]        2.5.2cvs9
8346
8347         * src/editgroup.c
8348         * src/send_message.c
8349         * src/inc.c
8350         * src/prefs_common.c
8351         * src/prefs_common.h
8352         * src/gtk/progressdialog.c
8353                 remember more windows' sizes (send dialog, received dialog,
8354                 edit group in addressbook).
8355
8356 2006-09-27 [colin]      2.5.2cvs8
8357
8358         * configure.ac
8359         * src/main.c
8360         * src/mainwindow.h
8361                 Use libSM to communicate with the session
8362                 manager, so that we can know when the 
8363                 session ends, save our caches, and draft
8364                 our compose windows.
8365
8366 2006-09-27 [colin]      2.5.2cvs7
8367
8368         * src/addressbook.c
8369                 Fix issues:
8370                 o Allow Book and Group creation from the tree's
8371                   contextual menu
8372                 o Do not actually delete the contacts when 
8373                   deleting groups from the tree (duh!)
8374
8375 2006-09-27 [colin]      2.5.2cvs6
8376
8377         * src/compose.c
8378         * src/compose.h
8379         * src/mainwindow.c
8380         * src/textview.c
8381         * src/toolbar.c
8382                 o Allow passing an email address to 
8383                   compose_new_with_folderitem
8384                 o Update callers
8385                 o Use current folderitem when clicking
8386                   on a TextView mailto: link
8387                 o Fix a possible leak in TextView
8388
8389 2006-09-27 [colin]      2.5.2cvs5
8390
8391         * src/html.c
8392                 Use UTF-8 chars to replace HTML entities
8393
8394 2006-09-27 [colin]      2.5.2cvs4
8395
8396         * AUTHORS
8397         * src/prefs_account.c
8398         * src/gtk/authors.h
8399                 Fix bug #1024 (Array index out of
8400                 range in sylpheed-claws-2.5.2)
8401                 Patch by Ales Nosek <anosek@suse.cz>
8402
8403 2006-09-27 [colin]      2.5.2cvs3
8404
8405         * src/addr_compl.c
8406                 Actually do the test
8407
8408 2006-09-27 [colin]      2.5.2cvs2
8409
8410         * src/addr_compl.c
8411         * src/addr_compl.h
8412                 Allow completing with comma (in certain cases: vCalendar
8413                 for example doesn't support that)
8414                 Patch by Fabien Vantard
8415
8416 2006-09-26 [colin]      2.5.2cvs1
8417
8418         * src/Makefile.am
8419         * src/addr_compl.c
8420         * src/addr_compl.h
8421         * src/addrbook.c
8422         * src/addrbook.h
8423         * src/addressbook.c
8424         * src/addrindex.c
8425         * src/addrindex.h
8426         * src/compose.c
8427         * src/prefs_common.c
8428         * src/prefs_filtering_action.c
8429         * src/prefs_folder_item.c
8430         * src/prefs_template.c
8431         * src/stock_pixmap.c
8432         * src/stock_pixmap.h
8433         * src/pixmaps/addr_one.xpm
8434         * src/pixmaps/addr_two.xpm
8435                 Add auto-completion on groups
8436
8437 2006-09-26 [colin]      2.5.2
8438
8439         * NEWS
8440         * README
8441         * RELEASE_NOTES
8442                 2.5.2 released
8443
8444 2006-09-26 [colin]      2.5.1cvs5
8445
8446         * src/matcher.c
8447                 Fix condition
8448
8449 2006-09-26 [colin]      2.5.1cvs4
8450
8451         * src/mbox.c
8452                 Revert cvs1 (useless as the message is printed 
8453                 every 500 mails)
8454
8455 2006-09-26 [colin]      2.5.1cvs3
8456
8457         * src/partial_download.c
8458                 Fix crasher found by Alexsandar Urosevic
8459
8460 2006-09-26 [colin]      2.5.1cvs2
8461
8462         * src/summaryview.c
8463                 Fix bug #1023 (Sylpheed deletes too much messages)
8464
8465 2006-09-26 [ticho]      2.5.1cvs1
8466
8467         * src/mbox.c
8468                 Make use of gettext's multiple plurals for statusbar
8469                 progress message.
8470
8471 2006-09-25 [paul]       2.5.1
8472
8473         * NEWS
8474         * README
8475         * RELEASE_NOTES
8476                 2.5.1 released
8477
8478 2006-09-25 [colin]      2.5.0cvs3
8479
8480         * src/plugins/bogofilter/bogofilter.c
8481         * src/plugins/clamav/clamav_plugin.c
8482         * src/plugins/spamassassin/spamassassin.c
8483                 BogoFilter, Spamassassin: Fix double hook registering after
8484                 visiting preferences
8485                 Spamassassin, Clamav: Just set the mails to move instead of
8486                 doing the move - caller will move the things at once.
8487
8488 2006-09-25 [colin]      2.5.0cvs2
8489
8490         * src/imap.c
8491         * src/etpan/imap-thread.c
8492                 Use UID SEARCH ALL instead of UID 1:*
8493                 (braindead servers can't figure out that's
8494                 the same...)
8495
8496 2006-09-25 [wwp]        2.5.0cvs1
8497
8498         * src/message_search.c
8499                 Added the ability to stop a running search (in message body).
8500
8501 2006-09-25 [paul]       2.5.0
8502
8503         * NEWS
8504         * README
8505         * RELEASE_NOTES
8506                 2.5.0 released
8507
8508 2006-09-25 [paul]       2.4.0cvs214
8509
8510         * po/cs.po
8511         * po/de.po
8512         * po/fi.po
8513         * po/fr.po
8514         * po/nl.po
8515         * po/pt_BR.po
8516         * po/sk.po
8517         * po/sr.po
8518         * po/zh_CN.po
8519                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8520                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8521                 Ticho, Aleksander Urosevic, Ralgh Young
8522
8523 2006-09-24 [mones]      2.4.0cvs213
8524
8525         * po/es.po
8526                 Updated for release
8527
8528 2006-09-23 [colin]      2.4.0cvs212
8529
8530         * src/gtk/inputdialog.c
8531                 Fix [ ] remember this appearing in normal
8532                 input dialogs after it's been used by
8533                 mimeview.
8534         * src/folder.c
8535         * src/folderview.c
8536         * src/msgcache.c
8537         * src/procmsg.c
8538         * src/summaryview.c
8539         * src/textview.c
8540         * src/common/timing.h
8541                 Enable timings in debug mode and make it
8542                 look prettier.
8543
8544 2006-09-22 [colin]      2.4.0cvs211
8545
8546         * README
8547                 Revert test change
8548         * commitHelper
8549                 ping the correct URI
8550
8551 2006-09-22 [colin]      2.4.0cvs210
8552
8553         * README
8554                 Let's see if bug #1022 is fixed
8555
8556 2006-09-21 [colin]      2.4.0cvs209
8557
8558         * src/wizard.c
8559         * src/common/plugin.c
8560                 Prepare infra to load predefined plugins when
8561                 no configuration existed. Don't actually load
8562                 anything yet (feat. freeze)
8563
8564 2006-09-21 [wwp]        2.4.0cvs208
8565
8566         * manual/fr/faq.xml
8567                 Partial sync w/ 2.4.0cvs72:
8568                 wrap file and minor updates.
8569
8570 2006-09-21 [wwp]        2.4.0cvs207
8571
8572         * tools/fix_date.sh
8573                 several fixes and enhancements. A new --force switch has been
8574                 added to prevent overriding by default Date: header when
8575                 already existing.
8576
8577 2006-09-21 [paul]       2.4.0cvs206
8578
8579         * src/common/utils.c
8580                 add Chinese UTF8 Re prefix
8581
8582 2006-09-21 [wwp]        2.4.0cvs205
8583
8584         * tools/Makefile.am
8585                 Fics alfabettical order.
8586
8587 2006-09-21 [wwp]        2.4.0cvs204
8588
8589         * tools/fix_date.sh
8590         * tools/Makefile.am
8591                 Added an action tool to fix missing Date field in emails.
8592                 Updated Makefile.am to reflect those last two additions.
8593
8594 2006-09-21 [wwp]        2.4.0cvs203
8595
8596         * tools/uuooffice
8597                 Added a action tool to open uuencoded docs w/
8598                 OpenOffice (based on uudec method).
8599
8600 2006-09-21 [colin]      2.4.0cvs202
8601
8602         * src/compose.c
8603         * src/textview.c
8604                 Workaround possible GTK crash: remove selection 
8605                 clipboard before destroying widget, or GTK+-2.10
8606                 dies. Thanks to Hiro.
8607
8608 2006-09-20 [colin]      2.4.0cvs201
8609
8610         * src/compose.c
8611                 Fix free-after-use in some cases (when 
8612                 procmime_encode_content() frees mimeinfo->data.mem
8613                 and turns it to a temp file)
8614
8615 2006-09-20 [colin]      2.4.0cvs200
8616
8617         * src/folderview.c
8618         * src/summaryview.c
8619         * src/gtk/gtksctree.c
8620         * src/gtk/gtksctree.h
8621                 Add tooltips in the folderview and summaryview
8622                 (Doesn't break string freeze as they already
8623                 exist)
8624         * src/toolbar.c
8625                 Put the spam button in the default configuration
8626                 if compiled with bogo plugin too
8627
8628 2006-09-19 [colin]      2.4.0cvs199
8629
8630         * src/summaryview.c
8631         * src/summaryview.h
8632                 Update folder name label on folder rename
8633         * src/prefs_matcher.c
8634         * src/gtk/logwindow.h
8635                 Fix warnings
8636                 Patches by Fabien
8637
8638 2006-09-19 [wwp]        2.4.0cvs198
8639
8640         * src/summary_search.c
8641                 fix can't click forward/backward buttons in the
8642                 search messages.
8643
8644 2006-09-18 [paul]       2.4.0cvs197
8645
8646         * src/wizard.c
8647                 add missing bracket, capitalise the A of
8648                 'SpamAssassin'
8649
8650 2006-09-18 [paul]       2.4.0cvs196
8651
8652         * src/compose.c
8653                 fix bug 1012 'crashed upon sending mail
8654                 from compose window'
8655                 Thanks to Colin
8656
8657 2006-09-16 [colin]      2.4.0cvs195
8658
8659         * src/folderview.c
8660                 Fix "real-time" sorting by freezing/thawing
8661
8662 2006-09-16 [colin]      2.4.0cvs194
8663
8664         * manual/faq.xml
8665                 Fix the anti-spam entry a bit
8666
8667 2006-09-16 [colin]      2.4.0cvs193
8668
8669         * src/wizard.c
8670                 Make sure reviewers have no excuse when stating
8671                 Sylpheed-Claws doesn't have antispam capabilities.
8672
8673 2006-09-16 [colin]      2.4.0cvs192
8674
8675         * src/main.c
8676                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
8677                 as if the SIGPIPE comes from etpan's thread we could
8678                 trigger a GUI update from this thread.
8679
8680 2006-09-16 [colin]      2.4.0cvs191
8681
8682         * src/summaryview.c
8683                 Init all members of the struct
8684
8685 2006-09-16 [paul]       2.4.0cvs190
8686
8687         * src/account.c
8688                 improvements to the English
8689
8690 2006-09-15 [colin]      2.4.0cvs189
8691
8692         * src/summaryview.c
8693                 HIG order on dialog
8694
8695 2006-09-14 [colin]      2.4.0cvs188
8696
8697         * src/common/socket.c
8698         * src/common/socket.h
8699         * src/common/ssl.c
8700         * src/common/ssl_certificate.c
8701         * src/common/ssl_certificate.h
8702         * src/etpan/imap-thread.c
8703                 the get_fqdn() call done to get canonical name when
8704                 checking an SSL certificate is blocking, which is
8705                 sad as we just did a non-blocking lookup to connect.
8706                 Fix that by letting the fqdn available to the SockInfo,
8707                 and use that in ssl_certificate_check(). For IMAP,
8708                 we don't do it as the lookup's done by libetpan, but
8709                 it's less annoying as IMAP connections as much more
8710                 rare than POP3 connections.
8711
8712 2006-09-14 [paul]       2.4.0cvs187
8713
8714         * manual/advanced.xml
8715                 improvements to the English,
8716                 properly place the new hidden options
8717                 within the alphabetical order
8718         * src/gtk/pluginwindow.c
8719                 improvements to the English
8720
8721 2006-09-14 [colin]      2.4.0cvs186
8722
8723         * src/prefs_common.c
8724         * src/prefs_common.h
8725         * src/gtk/gtksctree.c
8726         * manual/advanced.xml
8727                 New hidden pref, stripes_color_offset, to change
8728                 the value added/substracted to normal bgcolor to
8729                 create the stripes in summaries
8730
8731 2006-09-13 [colin]      2.4.0cvs185
8732
8733         * src/gedit-print.c
8734         * src/messageview.c
8735         * src/messageview.h
8736         * src/summaryview.c
8737         * src/textview.c
8738                 Fix misc. printing issues: 
8739                 - Bad font for linkified headers
8740                 - Different font if the mail was displayed or not
8741                 - Factorize the thing
8742
8743 2006-09-13 [colin]      2.4.0cvs184
8744
8745         * src/common/ssl_certificate.c
8746                 Only get FQDN once when checking certificate
8747
8748 2006-09-13 [colin]      2.4.0cvs183
8749
8750         * src/account.c
8751         * src/gtk/pluginwindow.c
8752                 Misc. GUI fixes by Fabien
8753
8754 2006-09-13 [wwp]        2.4.0cvs182
8755
8756         * configure.ac
8757         * src/common/utils.h
8758         * src/common/utils.c
8759                 get rid of unused wide-char functions.
8760
8761 2006-09-13 [wwp]        2.4.0cvs181
8762
8763         * src/plugins/pgpinline/sylpheed.def
8764         * src/textview.c
8765                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
8766                 add privacy_reset_error to the .def file,
8767                 do not fork for an external textviewer.
8768
8769 2006-09-13 [wwp]        2.4.0cvs180
8770
8771         * src/prefs_common.c
8772                 fix broken font entry in prefs (patch issued by the gpg4win team,
8773                 probably by Marcus Brinkmann <marcus@g10code.de>).
8774
8775 2006-09-13 [colin]      2.4.0cvs179
8776
8777         * src/folder.h
8778                 Fix a warning in summaryview.c
8779         * src/mainwindow.c
8780         * src/summaryview.c
8781         * src/summaryview.h
8782                 Add missing Mark/* elements in the
8783                 main menu
8784
8785 2006-09-12 [colin]      2.4.0cvs178
8786
8787         * src/prefs_actions.c
8788         * src/prefs_filtering_action.c
8789         * src/prefs_matcher.c
8790                 Use (New) instead of New everywhere
8791
8792 2006-09-12 [wwp]        2.4.0cvs177
8793
8794         * manual/fr/addrbook.xml
8795         * manual/fr/handling.xml
8796                 updated some quotes in the fr manual to match the fr translation.
8797
8798 2006-09-12 [wwp]        2.4.0cvs176
8799
8800         * src/prefs_matcher.c
8801                 don't store translated string elements in matcher expressions.
8802                 Also fixed a misused of Q_().
8803
8804 2006-09-11 [wwp]        2.4.0cvs175
8805
8806         * src/plugins//bogofilter/bogofilter.c
8807         * src/plugins//clamav/clamav_plugin.c
8808         * src/plugins//demo/demo.c
8809         * src/plugins//dillo_viewer/dillo_viewer.c
8810         * src/plugins//pgpcore/plugin.c
8811         * src/plugins//pgpinline/plugin.c
8812         * src/plugins//pgpmime/plugin.c
8813         * src/plugins//spamassassin/spamassassin.c
8814                 gettext-ize more strings (mostly plugin error messages).
8815
8816 2006-09-11 [colin]      2.4.0cvs174
8817
8818         * src/alertpanel.c
8819                 Make maximum buffer size bigger to avoid
8820                 truncating translated messages. Patch by
8821                 Fabien
8822
8823 2006-09-11 [colin]      2.4.0cvs173
8824
8825         * src/etpan/imap-thread.c
8826                 Fix compilation on OpenBSD, thanks to 
8827                 Landry
8828
8829 2006-09-10 [wwp]        2.4.0cvs172
8830
8831         * manual/account.xml
8832         * manual/addrbook.xml
8833         * manual/handling.xml
8834         * manual/es/handling.xml
8835         * manual/fr/account.xml
8836         * manual/fr/addrbook.xml
8837         * manual/fr/handling.xml
8838                 documented addressbook matching (condition configuration):
8839                   addrbook.xml, en fr
8840                 documented per-account filtering rules (handling/filtering
8841                   section, account section):
8842                   account.xml, handling.xml, en fr
8843                 slightly updated the handling/searching section to tell few
8844                   words about the extended search ability:
8845                   handling.xml, en fr
8846                 added missing <quote></quotes> to Quick Search:
8847                   handling.xml, en fr es
8848                 fixed a typo (auomatically):
8849                   handling.xml, en
8850                 changes revisited by Paul.
8851
8852 2006-09-10 [paul]       2.4.0cvs171
8853
8854         * src/prefs_actions.c
8855         * src/prefs_filtering.c
8856         * src/prefs_template.c
8857                 adjustments to the gui
8858                 Patch by Fabien Vantard (slightly modified)
8859
8860 2006-09-10 [colin]      2.4.0cvs170
8861
8862         * src/summaryview.c
8863                 Check folderitem/summaryview consistency
8864                 (basically automates Update summary). Fixes
8865                 #1011 (wrong (negative) count on unread 
8866                 messages)
8867
8868 2006-09-10 [colin]      2.4.0cvs169
8869
8870         * src/gtk/gtksctree.c
8871                 Fix recursive expansion via mouse
8872         * src/plugins/bogofilter/bogofilter.c
8873                 Use normal filtering way of moving
8874                 messages (batching), possibly fixing
8875                 bug #1015 (Bogofilter plugin doubles 
8876                 new messages)
8877
8878 2006-09-09 [wwp]        2.4.0cvs168
8879
8880         * src/prefs_filtering.c
8881                 better place for this fix.
8882
8883 2006-09-09 [wwp]        2.4.0cvs167
8884
8885         * src/prefs_filtering.c
8886                 fix a minor bug when the enabled status of a filtering/processing
8887                 rule always got set to TRUE when replacing this rule. That still
8888                 make sense when adding a new rule, but now when replacing, we
8889                 don't override the value of 'enabled'.
8890                 Also renamed the func prefs_filtering_list_view_get_rule_name()
8891                 to prefs_filtering_list_view_get_info() as this function not only
8892                 returns the name, but also the account_id and the enabled status.
8893
8894 2006-09-09 [mones]      2.4.0cvs166
8895
8896         * manual/glossary.xml
8897         * manual/plugins.xml
8898                 Minor format corrections
8899         * manual/gpl.xml
8900                 Fix misplaced NO WARRANTY section
8901         * manual/es/advanced.xml
8902         * manual/es/faq.xml
8903         * manual/es/glossary.xml
8904         * manual/es/gpl.xml
8905         * manual/es/handling.xml
8906         * manual/es/plugins.xml
8907         * manual/es/starting.xml
8908                 Incorporate changes from English version
8909         * manual/fr/ack.xml
8910         * manual/pl/ack.xml
8911         * manual/es/ack.xml
8912                 Fix address, (add translation credits in es version)
8913         * po/es.po
8914                 Updated translation
8915
8916 2006-09-09 [wwp]        2.4.0cvs165
8917
8918         * src/prefs_filtering.c
8919                 fix a crash when opening filtering prefs, if matcherrc file contains
8920                 broken data (non-existing account id, which is theoretically not
8921                 possible).
8922
8923 2006-09-08 [colin]      2.4.0cvs164
8924
8925         * src/folder.c
8926                 Wrong assert, make it an if()
8927         * src/gtk/gtksctree.c
8928                 Fix bug #1013 (expand selected thread 
8929                 tree) - expanding is now recursive
8930
8931 2006-09-07 [wwp]        2.4.0cvs163
8932
8933         * src/prefs_matcher.c
8934                 make better sentences about addressbook matching in the
8935                 matcher prefs. This should make translators' work easier
8936                 too.
8937
8938 2006-09-07 [wwp]        2.4.0cvs162
8939
8940         * src/prefs_filtering.c
8941                 code simplification (get rid of dup var. assignment).
8942
8943 2006-09-07 [wwp]        2.4.0cvs161
8944
8945         * src/summaryview.c
8946                 use GTK_STOCK icons when possible, patch by Fabien Vantard
8947                 <fzzzzz@gmail.com>.
8948
8949 2006-09-07 [paul]       2.4.0cvs160
8950
8951         * src/mimeview.c
8952                 fix compilation warnings
8953                 Thanks to Colin
8954
8955 2006-09-07 [paul]       2.4.0cvs159
8956
8957         * src/mimeview.c
8958                 select the mimepart icon when
8959                 displaying as text
8960                 Thanks to Colin
8961
8962 2006-09-06 [paul]       2.4.0cvs158
8963
8964         * src/prefs_filtering.c
8965                 fix labels and table element spacing
8966                 Patch by Fabien Vantard
8967
8968 2006-09-06 [paul]
8969
8970         2.5.0-rc3 released
8971
8972 2006-09-06 [paul]       2.4.0cvs157
8973
8974         * manual/es/advanced.xml
8975                 fix typo
8976
8977 2006-09-06 [wwp]        2.4.0cvs156
8978
8979         * src/mainwindow.c
8980                 fix an dup launch issue when iconified, thanks to Colin.
8981
8982 2006-09-06 [wwp]        2.4.0cvs155
8983
8984         * src/gtk//gtksctree.h
8985                 oops, forgot that one!
8986
8987 2006-09-06 [wwp]        2.4.0cvs154
8988
8989         * manual/pl/advanced.xml
8990         * manual/advanced.xml
8991         * manual/es/advanced.xml
8992         * manual/fr/advanced.xml
8993         * src/prefs_customheader.c
8994         * src/prefs_filtering_action.c
8995         * src/foldersel.c
8996         * src/prefs_summaries.c
8997         * src/prefs_filtering.c
8998         * src/account.c
8999         * src/compose.c
9000         * src/prefs_summary_column.c
9001         * src/addr_compl.c
9002         * src/prefs_actions.c
9003         * src/prefs_folder_column.c
9004         * src/ssl_manager.c
9005         * src/prefs_template.c
9006         * src/prefs_display_header.c
9007         * src/prefs_common.h
9008         * src/prefs_matcher.c
9009         * src/prefs_common.c
9010         * src/prefs_toolbar.c
9011         * src/summaryview.c
9012         * src/folderview.c
9013         * src/gtk/gtksctree.c
9014         * src/gtk/pluginwindow.c
9015         * src/gtk/progressdialog.c
9016         * src/gtk/prefswindow.c
9017                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9018                 to make its meaning more obvious (all versions of the manual reflect
9019                 the change).
9020                 added an extra hidden option use_stripes_in_summary to allow
9021                 discarding these stripes in mainwindow's folder and message lists;
9022                 en and fr manuals only are OK towards this.
9023
9024 2006-09-06 [colin]      2.4.0cvs153
9025
9026         * src/textview.c
9027                 Hide Sylpheed-Claws' internal queue headers
9028                 when showing all headers. They'll be present
9029                 only in Source window.
9030
9031 2006-09-05 [colin]      2.4.0cvs152
9032
9033         * src/plugins/trayicon/trayicon.c
9034                 Fix crash at exit - we have to disconnect
9035                 our handlers
9036         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9037                 Update eggtrayicon - patch adapted from a
9038                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9039                 on Sylpheed's ML
9040
9041 2006-09-05 [colin]      2.4.0cvs151
9042
9043         * src/mainwindow.c
9044         * src/gtk/logwindow.c
9045                 Fix race condition when something writes
9046                 to the log too soon during init. Thanks
9047                 to Fabien Vantard
9048
9049 2006-09-05 [colin]      2.4.0cvs150
9050
9051         * src/mimeview.c
9052                 Don't select part on right-click either
9053
9054 2006-09-05 [paul]       2.4.0cvs149
9055
9056         * src/mimeview.c
9057                 completion of previous commit
9058                 Thanks to Colin
9059
9060 2006-09-05 [colin]      2.4.0cvs148
9061
9062         * src/mimeview.c
9063                 Don't force selection on middle-click, just open
9064
9065 2006-09-04 [colin]      2.4.0cvs147
9066
9067         * src/mimeview.c
9068                 Looks like gtk_notebook_set_current_page()
9069                 sometimes steals focus, and this annoys us
9070                 in MimeViewers as it renders navigation
9071                 keys useless. Take back focus after switching
9072                 pages.
9073
9074 2006-09-04 [colin]      2.4.0cvs146
9075
9076         * src/messageview.c
9077                 Set stop_loading when clicking on Next
9078                 during load. Don't add a callback to 
9079                 avoid over-complicating things.
9080
9081 2006-09-04 [colin]      2.4.0cvs145
9082
9083         * src/mimeview.c
9084         * src/messageview.c
9085                 Fix multiple loads in separate messageview
9086
9087 2006-09-04 [colin]      2.4.0cvs144
9088
9089         * src/summaryview.c
9090                 Let navigation keys be handled during 
9091                 load
9092
9093 2006-09-04 [colin]      2.4.0cvs143
9094
9095         * src/messageview.c
9096         * src/summaryview.c
9097         * src/textview.c
9098         * src/textview.h
9099                 Make loading of huge mails (lots of text and/or
9100                 images) cancellable, so the GUI doesn't block 
9101
9102 2006-09-04 [colin]      2.4.0cvs142
9103
9104         * src/plugins/trayicon/trayicon.c
9105                 Fix annoyance when removing a folder with 
9106                 unread mails: trayicon didn't update
9107
9108 2006-09-04 [paul]       2.4.0cvs141
9109
9110         * src/gtk/icon_legend.c
9111                 straighten up columns
9112                 Patch by Fabien Vantard
9113
9114 2006-09-04 [wwp]        2.4.0cvs140
9115
9116         * src/prefs_filtering.c
9117                 fix new line's account name in filtering prefs:
9118                 was "All", is now "(New)".
9119
9120 2006-09-04 [paul]       2.4.0cvs139
9121
9122         * tools/make.themes.project
9123                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9124                 instead of homebrewed "make release"
9125
9126 2006-09-03 [colin]      2.4.0cvs138
9127
9128         * src/folderview.c
9129                 Fix bug #1007 (Wrong folder highlighted)
9130
9131 2006-09-03 [colin]      2.4.0cvs137
9132
9133         * src/compose.c
9134                 Don't set Newsgroup: header to a mail folder
9135                 path
9136
9137 2006-09-03 [paul]       2.4.0cvs136
9138
9139         * src/prefs_other.c
9140         * src/prefs_spelling.c
9141                 unify the gui
9142
9143 2006-09-03 [paul]       2.4.0cvs135
9144
9145         * src/prefs_summaries.c
9146                 correct menu item text in prefs_keybind_apply_clicked()
9147
9148 2006-09-03 [paul]       2.4.0cvs134
9149
9150         * manual/advanced.xml
9151                 some improvements to the descriptions
9152         * src/mainwindow.c
9153         * src/messageview.c
9154         * src/summaryview.c
9155         * src/gtk/menu.c
9156                 fix menu sensitivity issues
9157         * src/prefs_message.c
9158                 drop the useless word 'short'
9159         * src/prefs_other.c
9160                 add the word 'lines' indicating log length
9161                 is a measure of lines
9162         * src/textview.c
9163                 fix compilation warnings
9164
9165 2006-09-02 [colin]      2.4.0cvs133
9166
9167         * src/messageview.c
9168                 Display a special return-receipt message
9169                 if the message is from the user
9170         * src/summaryview.c
9171                 Fix missing freeze of the list when marking
9172                 all read and unthreading for exec. Thanks
9173                 to Stephan Sachse.
9174
9175 2006-09-02 [paul]       2.4.0cvs132
9176
9177         * src/mainwindow.c
9178         * src/prefs_message.c
9179         * src/summaryview.c
9180                 fix some english
9181
9182 2006-09-02 [wwp]        2.4.0cvs131
9183
9184         * src/prefs_filtering.c
9185                 added an account name column to the filtering rules
9186                 dialog.
9187
9188 2006-09-02 [colin]      2.4.0cvs130
9189
9190         * src/gtk/logwindow.c
9191         * src/gtk/logwindow.h
9192                 Block scrolling if we're not at the end
9193                 of the log
9194
9195 2006-09-02 [colin]      2.4.0cvs129
9196
9197         * src/folder.c
9198                 Make sure account-specific rules can't
9199                 be used in {pre-,post-,}processing
9200         * src/mainwindow.c
9201         * src/gtk/logwindow.c
9202         * src/gtk/logwindow.h
9203                 Jump to last error when clicking on the
9204                 warning icon
9205
9206 2006-09-02 [colin]      2.4.0cvs128
9207
9208         * src/imap.c
9209         * src/import.c
9210         * src/mainwindow.c
9211         * src/mainwindow.h
9212                 Fix warning icon
9213         * src/inc.c
9214         * src/mbox.c
9215         * src/mbox.h
9216                 Let proc_mbox know its account, for
9217                 account-specific rules
9218
9219 2006-09-01 [colin]      2.4.0cvs127
9220
9221         * src/codeconv.c
9222                 Don't uselessly use iconv to convert from
9223                 us-ascii
9224         * src/alertpanel.c
9225         * src/mainwindow.c
9226         * src/mainwindow.h
9227         * src/inc.c
9228                 Fix certain log cases, disable warning icon
9229                 for now, the correct way to display it when
9230                 necessary and only when necessary is probably
9231                 to do it manually rather than use error logs
9232         * src/etpan/imap-thread.c
9233                 Clean up UID logging a bit
9234         * src/gtk/logwindow.c
9235         * src/gtk/logwindow.h
9236                 Make logging faster when the window's closed
9237
9238 2006-09-01 [wwp]        2.4.0cvs126
9239
9240         * manual/fr/account.xml
9241                 reflect changes to the ref. manual (parts of cvs72):
9242                 fix tabnames and quotes.
9243
9244 2006-09-01 [wwp]        2.4.0cvs125
9245
9246         * manual/fr/plugins.xml
9247                 reflect changes to the reference manual (cvs42):
9248                 update IRC channel info.
9249
9250 2006-09-01 [wwp]        2.4.0cvs124
9251
9252         * commitHelper
9253                 use CVSEDITOR env. var. if set, according to `man cvs`.
9254
9255 2006-09-01 [wwp]        2.4.0cvs123
9256
9257         * manual/advanced.xml
9258                 better sentence again (thanks to Paul).
9259
9260 2006-09-01 [wwp]        2.4.0cvs122
9261
9262         * manual/advanced.xml
9263         fix definition of toolbar_detachable and rework a bit the one of
9264         enable_dotted_lines.
9265
9266 2006-09-01 [mones]      2.4.0cvs121
9267
9268         * manual/advanced.xml
9269                 Document enable_dotted_lines
9270
9271 2006-09-01 [paul]       2.4.0cvs120
9272
9273         * src/folderview.c
9274         * src/folderview.h
9275         * src/imap.c
9276         * src/mainwindow.c
9277         * src/summaryview.c
9278                 obey the 'When entering folder...' option
9279                 when using the /View/Go to/... menu items
9280                 Thanks to Colin
9281
9282 2006-08-31 [colin]      2.4.0cvs119
9283
9284         * src/folderview.c
9285                 Revert 2.4.0cvs116, wrong fix.
9286
9287 2006-08-31 [colin]      2.4.0cvs118
9288
9289         * src/gtk/gtksctree.c
9290                 Better state the various copyrights
9291
9292 2006-08-31 [colin]      2.4.0cvs117
9293
9294         * src/prefs_common.c
9295                 fix enable_dotted_lines
9296
9297 2006-08-31 [colin]      2.4.0cvs116
9298
9299         * src/folderview.c
9300                 Use pref "Always open on select" when going
9301                 to next unread folder
9302         * src/gtk/gtksctree.c
9303                 Fix link failure to _gtk_clist_create_cell_layout
9304                 on certain computers. (Why not mine, I wonder)
9305
9306 2006-08-31 [colin]      2.4.0cvs115
9307
9308         * src/procmsg.c
9309         * src/textview.c
9310         * src/plugins/bogofilter/bogofilter.c
9311         * src/plugins/spamassassin/spamassassin.c
9312                 Requalify some "errors" to warnings
9313         * src/mainwindow.c
9314         * src/mainwindow.h
9315         * src/statusbar.c
9316                 Add an icon in the statusbar to notify
9317                 of errors
9318         * src/gtk/gtksctree.c
9319         * src/folderview.c
9320         * src/summaryview.c
9321                 Make the GtkSCTree look more modern by
9322                 alternating background lines
9323         * src/prefs_common.c
9324         * src/prefs_common.h
9325                 Add a pref to let people have the old
9326                 way if they prefer
9327
9328
9329 2006-08-30 [colin]      2.4.0cvs114
9330
9331         * src/procmsg.c
9332         * src/procmsg.h
9333                 Provide a way to filter a list of
9334                 messages in an optimised manner, and
9335                 add a list-filtering hook
9336         * src/folder.c
9337         * src/inc.c
9338         * src/mbox.c
9339                 Use the list filtering
9340         * src/plugins/bogofilter/bogofilter.c
9341                 Use the list-filtering hook
9342                 Use -b (bulk) mode for more speed
9343                 when learning and filtering
9344         * src/etpan/imap-thread.c
9345                 Make log output shorter in UID SEARCH
9346
9347
9348 2006-08-30 [colin]      2.4.0cvs113
9349
9350         * src/plugins/bogofilter/bogofilter.c
9351                 Really fast mass learning - thanks to David
9352                 Relson for the options explanations :)
9353
9354 2006-08-30 [colin]      2.4.0cvs112
9355
9356         * src/msgcache.c
9357                 Fix compilation on FreeBSD. Thanks
9358                 to Michael Hugues
9359
9360 2006-08-29 [colin]      2.4.0cvs111
9361
9362         * src/folderview.c
9363                 Handle "popup_menu" signal (for popping the 
9364                 menu via the keyboard)
9365         * src/mimeview.c
9366         * src/mimeview.h
9367         * src/summaryview.c
9368         * src/textview.c
9369         * src/gtk/gtkutils.c
9370         * src/gtk/gtkutils.h
9371                 Factorize scrolling code, and add an API 
9372                 for MimeViewers to handle scroll orders
9373
9374 2006-08-29 [wwp]        2.4.0cvs110
9375
9376         * src/plugins//bogofilter/bogofilter.c
9377         * src/plugins//spamassassin/spamassassin.c
9378                 make the bogofilter/spamassassin filtering error dialogs at
9379         incorporation obey to the "don't popup error dialog on
9380         receive error" option. If disabled, feed the log window w/
9381         the error message.
9382
9383 2006-08-29 [paul]
9384
9385         2.5.0-rc2 released
9386
9387 2006-08-29 [paul]       2.4.0cvs109
9388
9389         * Makefile.am
9390                 remove 'make release', it's not needed
9391                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9392
9393 2006-08-29 [paul]       2.4.0cvs108
9394
9395         * src/foldersel.c
9396         * src/summary_search.c
9397         * src/gtk/progressdialog.c
9398         * src/plugins/pgpcore/passphrase.c
9399                 replace deprecated gtk_window_set_policy()
9400
9401 2006-08-29 [colin]      2.4.0cvs107
9402
9403         * src/folder.c
9404                 Fix data loss when copy fails during a move:
9405                 only use fast remove_msgs if everything was
9406                 copied OK; else use slow remove_msg on the
9407                 mails that got copied only.
9408
9409 2006-08-28 [paul]       2.4.0cvs106
9410
9411         * src/mh.c
9412                 revert change in 2.4.0cvs104, it breaks
9413                 stuff
9414
9415 2006-08-28 [paul]       2.4.0cvs105
9416
9417         * src/plugins/spamassassin/spamassassin.c
9418                 english fix
9419
9420 2006-08-28 [paul]       2.4.0cvs104
9421
9422         * src/mh.c
9423                 fix data loss when moving to another
9424                 mailbox fails
9425         * src/prefs_spelling.c
9426                 improve the english
9427         * src/gtk/pluginwindow.c
9428                 improve the layout of the dialog text
9429         All thanks to Colin
9430
9431 2006-08-28 [paul]       2.4.0cvs103
9432
9433         * src/plugins/bogofilter/bogofilter.c
9434         * src/plugins/bogofilter/bogofilter_gtk.c
9435                 fix english up a bit, innit
9436
9437 2006-08-28 [paul]       2.4.0cvs102
9438
9439         * configure.ac
9440         * po/Makefile.in.in
9441         * po/Makevars
9442                 require autoconf 2.60, enabling building
9443                 with gettext 0.15 (gettext 0.14.x build still
9444                 possible). Replace Makefiles with versions
9445                 from gettext 0.15.
9446                 Remove configure options --with-localedir and
9447                 --with-mandir. The options that are provided
9448                 directly by autoconf 2.60 can be used instead:
9449                 --mandir --localedir
9450
9451 2006-08-27 [colin]      2.4.0cvs101
9452
9453         * src/plugins/bogofilter/Makefile.am
9454                 Fix make dist (no README)
9455
9456 2006-08-27 [colin]      2.4.0cvs100
9457
9458         * src/folder.c
9459                 Don't use F_UNKNOWN folders for any default
9460                 outbox/trash/etc
9461         * src/plugins/bogofilter/bogofilter.c
9462         * src/plugins/bogofilter/bogofilter.h
9463         * src/plugins/bogofilter/bogofilter_gtk.c
9464                 Add an option to specify the path to bogofilter
9465                 Use single-quotes to be able to learn in folders
9466                 with spaces in their names
9467                 Verify learning status
9468
9469 2006-08-27 [colin]      2.4.0cvs99
9470
9471         * manual/faq.xml
9472         * manual/plugins.xml
9473                 Document Bogofilter plugin
9474
9475 2006-08-27 [colin]      2.4.0cvs98
9476
9477         * src/compose.c
9478         * src/messageview.c
9479         * src/procmsg.c
9480         * src/procmsg.h
9481                 When possible, copy the queued mail to sent folder
9482                 instead of re-adding. Much faster on IMAP.
9483
9484 2006-08-27 [colin]      2.4.0cvs97
9485
9486         * src/msgcache.c
9487                 Disable mmaped caches - huge metadata loss
9488                 here after a power failure.
9489         * src/summaryview.c
9490                 Add quicksearch timing
9491         * src/common/plugin.c
9492         * src/common/plugin.h
9493                 Implement an interface to tell what plugins
9494                 provide. Prevent loading of similar plugins.
9495         * src/plugins/clamav/clamav_plugin.c
9496         * src/plugins/demo/demo.c
9497         * src/plugins/dillo_viewer/dillo_viewer.c
9498         * src/plugins/pgpcore/plugin.c
9499         * src/plugins/pgpinline/pgpinline.c
9500         * src/plugins/pgpmime/pgpmime.c
9501         * src/plugins/spamassassin/spamassassin.c
9502         * src/plugins/trayicon/trayicon.c
9503                 Implement plugin_provides()
9504
9505 2006-08-27 [colin]      2.4.0cvs96
9506
9507         * configure.ac
9508         * src/plugins/Makefile.am
9509         * src/plugins/bogofilter/.cvsignore
9510         * src/plugins/bogofilter/Makefile.am
9511         * src/plugins/bogofilter/bogofilter.c
9512         * src/plugins/bogofilter/bogofilter.h
9513         * src/plugins/bogofilter/bogofilter_gtk.c
9514                 New Bogofilter plugin, provides filtering and
9515                 learning. Spamassassin will go to extra plugins.
9516
9517 2006-08-26 [mones]      2.4.0cvs95
9518
9519         * manual/handling.xml
9520                 Fix subfolder path in the example (thanks to Paul) 
9521
9522 2006-08-26 [mones]      2.4.0cvs94
9523
9524         * manual/glossary.xml
9525                 2.2. + add ISP to the glossary
9526                 7.5. + Add UIDL to glossary
9527                 7.7. + Add TCP to glossary
9528         * manual/handling.xml
9529                 7.1. + Mentions GNU/Linux distribution, what about the non...
9530                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9531                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9532                 7.4. = Use appropriate quotation for commands
9533                 7.6. = change "" to <quote></quote>
9534         * manual/plugins.xml
9535                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9536         * manual/starting.xml
9537                 2.1. + local mbox file: some examples of mbox file locations...
9538                 Also reformatted files requiring it
9539
9540 2006-08-26 [wwp]        2.4.0cvs93
9541
9542         * src/summary_search.c
9543                 disable find buttons while summary search is running.
9544
9545 2006-08-25 [colin]      2.4.0cvs92
9546
9547         * src/folder.c
9548         * src/folderutils.c
9549         * src/mh.c
9550         * src/procmsg.h
9551         * src/summaryview.c
9552                 Speed up MH moving, and add progressbar
9553                 for MH deletion
9554         * src/msgcache.c
9555                 Write cache files using mmap() too
9556
9557 2006-08-25 [wwp]        2.4.0cvs91
9558
9559         * src/summaryview.c
9560                 switch spam<->ham button when a message has been marked as spam or ham
9561                 and is still selected. Thanks to Colin.
9562
9563 2006-08-25 [paul]       2.4.0cvs90
9564
9565         * src/Makefile.am
9566         * src/stock_pixmap.c
9567         * src/stock_pixmap.h
9568         * src/summaryview.c
9569         * src/gtk/icon_legend.c
9570         * src/pixmaps/copied.xpm
9571         * src/pixmaps/moved.xpm
9572                 add icons for delayed execution marked for
9573                 copying, marked for moving
9574
9575 2006-08-25 [mones]      2.4.0cvs89
9576
9577         * manual/glossary.xml
9578                 Fix the other glossary items:
9579                 5.1. = Inmmediate execution -> <quote>immediate execution...
9580                 5.2. = Fix MBOX capitalization -> Mbox
9581                 5.3. + Improve Plugins def. w/ tech. ref.
9582                 5.4. = Quotation -> replace '>' by <quote>></quote>
9583                 5.5. - SMTP Server. -> remove dot
9584         * po/es.po
9585                 Updated translation
9586
9587 2006-08-25 [mones]      2.4.0cvs88
9588
9589         * manual/ack.xml
9590                 Reformatted, changed email address
9591         * manual/glossary.xml
9592                 Reformatted, fixed MANUAL-TODO items:
9593                 8.2. + add ROT-13 to glossary
9594                 8.4. + add URL to glossary
9595         * manual/es/advanced.xml
9596                 Fixed <literal>s
9597
9598 2006-08-25 [paul]       2.4.0cvs87
9599
9600         * src/gtk/icon_legend.c
9601                 add 'marked for deletion' icon
9602                 arrange icons by containing column
9603                 wrap long label text
9604
9605 2006-08-25 [colin]      2.4.0cvs86
9606
9607         * src/common/utils.c
9608         * src/common/utils.h
9609                 Add the sc_g_*list_bigger functions in
9610                 a place everyone can use it
9611         * src/summaryview.c
9612                 Only freeze/thaw the list when working
9613                 on the selection, if it's bigger than 1
9614         * src/gtk/gtksctree.c
9615                 Only freeze/thaw the list when unselec-
9616                 ting 'all' if ('all' != 1)
9617                 This avoids some flickering
9618
9619 2006-08-24 [colin]      2.4.0cvs85
9620
9621         * src/addressbook.c
9622                 Fix strange list selection
9623                 Fix random seg (Invalid read of freed memory)
9624
9625 2006-08-24 [colin]      2.4.0cvs84
9626
9627         * src/alertpanel.c
9628         * src/gtk/inputdialog.c
9629         * src/plugins/pgpcore/passphrase.c
9630                 Revert minimal width patch of 2.4.0cvs67,
9631                 as it is also a maximal width. Use 
9632                 gtk_window_set_default_size instead.
9633
9634 2006-08-24 [colin]      2.4.0cvs83
9635
9636         * src/msgcache.c
9637                 Write cache/mark to temp files before
9638                 overwriting old ones (avoids metadata
9639                 loss if writing the new files fail).
9640                 Use mmap() to read cache/mark file, as
9641                 this makes cache reading faster. Dis-
9642                 abled for big-endian machines until it
9643                 can be tested. (Big-endian users: set
9644                 msgcache_use_mmap = TRUE in the relevant
9645                 #if).
9646         * src/procmsg.h
9647                 Move rarely used fields of MsgInfo in 
9648                 another structure, which will only be
9649                 allocated if needed. Face, X-Face,
9650                 Return receipt headers and List-*
9651                 headers are moved. Mails having none
9652                 of these occupy 52 bytes less with
9653                 this patch, which makes 2.5MB of RAM
9654                 saved on a 50k folder).
9655         * src/headerview.c
9656         * src/mainwindow.c
9657         * src/messageview.c
9658         * src/partial_download.c
9659         * src/procheader.c
9660         * src/procmsg.c
9661         * src/textview.c
9662                 Follow this structure change.
9663
9664 2006-08-24 [wwp]        2.4.0cvs82
9665
9666         * manual/es/.cvsignore
9667         * manual/es/dist/.cvsignore
9668         * manual/es/dist/html/.cvsignore
9669         * manual/es/dist/pdf/.cvsignore
9670         * manual/es/dist/ps/.cvsignore
9671         * manual/es/dist/txt/.cvsignore
9672                 more (generated) files to ignore.
9673
9674 2006-08-24 [colin]      2.4.0cvs81
9675
9676         * src/folder.c
9677         * src/mh.c
9678                 Fix possible problems with local delivery. Check the folder doesn't
9679                 need scan before setting its mtime when saving cache (which can be
9680                 done long after the folder's been modified by an external process);
9681                 Check that the stored item's mtime didn't change in mh functions.
9682
9683 2006-08-24 [mones]      2.4.0cvs80
9684
9685         * manual/advanced.xml
9686                 Rewrapping, some fixes and MANUAL-TODO items:
9687                 8.1. = change "" to <quote></quote>
9688                 8.3. = quote menu items
9689                 8.5. - deploying -> new user ... ideally a new user (redundant)
9690
9691 2006-08-23 [colin]      2.4.0cvs79
9692
9693         * src/gtk/gtksctree.c
9694                 When selecting or deselecting range, only
9695                 freeze/thaw when selection is bigger than 10
9696
9697 2006-08-23 [colin]      2.4.0cvs78
9698
9699         * src/messageview.c
9700         * src/mimeview.c
9701         * src/mimeview.h
9702         * src/plugins/dillo_viewer/dillo_viewer.c
9703                 Provide an API for MimeViewer plugins to
9704                 return a text selection for replying
9705
9706 2006-08-23 [colin]      2.4.0cvs77
9707
9708         * src/image_viewer.c
9709         * src/textview.c
9710                 Use gtk_pixbuf_new_from_file_at_scale(), which
9711                 is faster than getting the pixbuf then resizing
9712                 it.
9713
9714 2006-08-23 [colin]      2.4.0cvs76
9715
9716         * src/procmime.c
9717                 UTF-8 should be sent Quoted-printable
9718
9719 2006-08-22 [colin]      2.4.0cvs75
9720
9721         * src/mh.c
9722                 Check if scan is required before touching
9723                 the folder (or it'll be required every time)
9724
9725 2006-08-22 [colin]      2.4.0cvs74
9726
9727         * configure.ac
9728                 Require libetpan 0.46 (crasher fix when built
9729                 against gnutls)
9730
9731 2006-08-22 [colin]      2.4.0cvs73
9732
9733         * src/folder.c
9734                 Set folder's mtime after writing its
9735                 cache
9736         * src/folderview.c
9737                 Add some timing
9738         * src/procmsg.c
9739                 Don't do useless stuff if we don't 
9740                 thread by subject
9741         * src/summaryview.c
9742                 Add some timing, don't deselect prior
9743                 to selecting (gtksctree does it itself),
9744                 remove crash avoidance hacks as it's been
9745                 properly fixed since a while
9746         * src/common/utils.c
9747                 Optimize to_human_readable(): _() is slow,
9748                 do it only once, and avoid %f format for KB
9749                 (the most common in a summaryview)
9750         * src/gtk/gtksctree.c
9751                 Don't uselessly freeze/thaw (fixes flicker
9752                 on next unread and friends), reduce number
9753                 of g_list_nth/g_list_position where possible
9754         * src/gtk/gtkutils.c
9755         * src/gtk/gtkutils.h
9756                 Reduce number of g_list_nth/g_list_position
9757                 where possible.
9758                 All of this makes loading as 70k folder 2.1
9759                 seconds instead of 3.2 (with hot FS caches).
9760                 (1.3 seconds without Date and Size columns...)
9761
9762 2006-08-22 [paul]       2.4.0cvs72
9763
9764         wrap documents and do some items from mones' MANUAL-TODO:
9765
9766         * manual/account.xml
9767                 4.1. = fix tabname references to <quote>tabname</quote>
9768                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
9769         * manual/faq.xml
9770                 1.1. = mentioned options don't match UI
9771                 Add information about the 'Never send Return Receipts'
9772                 option
9773         * manual/handling.xml
9774                 6.2. = Mentions Extended symbols button, but now is
9775                 named Information
9776                 6.3. = Mentions ... button, which is now Edit
9777
9778 2006-08-22 [colin]      2.4.0cvs71
9779
9780         * src/gtk/pluginwindow.c
9781                 Fix layout in verbose translations (such
9782                 as french)
9783
9784 2006-08-22 [paul]       2.4.0cvs70
9785
9786         * manual/Makefile.am
9787                 build manuals in alphabetical order
9788         * src/addressbook.c
9789         * src/prefs_themes.c
9790                 replace/remove deprecated symbols
9791         * src/gtk/gtkutils.c
9792                 fix a warning
9793         * src/gtk/pluginwindow.c
9794                 replace deprecated symbol
9795                 replace label text and move it
9796         * src/plugins/pgpcore/prefs_gpg.c
9797                 move the 'Generate...' button out of the
9798                 Sign Key frame, replace the English used
9799         * src/plugins/pgpcore/sgpgme.c
9800                 fixes to the English
9801
9802 2006-08-21 [colin]      2.4.0cvs69
9803
9804         * src/plugins/trayicon/trayicon.c
9805                 Add more strings for translation; patch
9806                 by Pawel
9807
9808 2006-08-21 [colin]      2.4.0cvs68
9809
9810         * src/compose.c
9811                 fix replied flag not set after drafting
9812         * src/matcher.c
9813                 fix body quicksearch in non-encoded bodies
9814                 containing '='
9815         * src/msgcache.c
9816                 Get rid of the g_malloc workaround for
9817                 corrupted caches, use g_try_malloc
9818
9819 2006-08-21 [colin]      2.4.0cvs67
9820
9821         * src/alertpanel.c
9822         * src/gtk/inputdialog.c
9823         * src/plugins/pgpcore/passphrase.c
9824                 Set minimal width to 375
9825         * src/mainwindow.c
9826                 Fix switching to offline, asking if it 
9827                 should be overriden for synchronising
9828         * src/mimeview.c
9829                 Don't offer to remember command on Open 
9830                 with for text parts, as the browser or 
9831                 text editor command isn't changed from 
9832                 there
9833
9834 2006-08-20 [paul]       2.4.0cvs66
9835
9836         * po/ko.po
9837         * po/zh_CN.po
9838                 fix plural form errors. revealed by stricter
9839                 checking of gettext 0.15
9840
9841 2006-08-18 [paul]       2.4.0cvs65
9842
9843         * src/stock_pixmap.c
9844                 fix the fix of 2.4.0cvs64
9845                 Thanks to Colin
9846
9847 2006-08-18 [paul]       2.4.0cvs64
9848
9849         * src/stock_pixmap.c
9850                 fix leaks
9851                 Thanks to Colin
9852
9853 2006-08-18 [paul]       2.4.0cvs63
9854
9855         * src/compose.c
9856         * src/procmsg.c
9857                 fix occasional IMAP bug where large msgs
9858                 were left in the queue folder after sending
9859                 Thanks to Colin
9860
9861 2006-08-18 [paul]       2.4.0cvs62
9862
9863         * src/folderview.c
9864                 freeze the summaryview while quicksearch results
9865                 are displayed
9866                 (fixes bug 456 'current message is hidden when the
9867                 view is refreshed and extended search is "unread 
9868                 messages"')
9869                 Thanks to Colin
9870         * src/textview.c
9871                 add missing #include "inputdialog.h"
9872         * src/common/utils.h
9873                 add missing mailcap_update_default() and improve
9874                 readability
9875
9876 2006-08-17 [colin]      2.4.0cvs61
9877
9878         * src/plugins/pgpcore/select-keys.c
9879                 Fix warnings :)
9880
9881 2006-08-17 [colin]      2.4.0cvs60
9882
9883         * src/compose.c
9884                 Don't continue queuing if Cancel is clicked
9885                 in select-keys
9886
9887 2006-08-17 [colin]      2.4.0cvs59
9888
9889         * src/plugins/pgpcore/select-keys.c
9890                 When encrypting, if only one key matches and it 
9891                 matches exactly, automatically use it.
9892
9893 2006-08-17 [colin]      2.4.0cvs58
9894
9895         * src/mimeview.c
9896         * src/prefs_common.c
9897         * src/prefs_common.h
9898         * src/prefs_ext_prog.c
9899         * src/textview.c
9900                 Fix issues with previous patch (text/html)
9901                 Remove outdated prefs
9902
9903 2006-08-17 [colin]      2.4.0cvs57
9904
9905         * src/imap.c
9906                 Add View Log button on auth error
9907         * src/procmsg.c
9908                 Fix encrypted mail marked as new when
9909                 saved in normal folders
9910         * src/plugins/pgpinline/pgpinline.c
9911                 Fix encrypt bug on IMAP
9912         * src/mimeview.c
9913         * src/common/utils.c
9914         * src/common/utils.h
9915         * src/gtk/inputdialog.c
9916         * src/gtk/inputdialog.h
9917                 Get rid of metamail stuff, simplify
9918                 opening, and allow remembering of user's
9919                 choices (by updating ~/.mailcap). There's
9920                 still to drop "Audio player" and "Image
9921                 viewer" preferences.
9922
9923 2006-08-17 [mones]      2.4.0cvs56
9924
9925         * manual/es/sylpheed-claws-manual.xml
9926                 fix DTD path
9927
9928 2006-08-17 [mones]      2.4.0cvs55
9929
9930         * configure.ac
9931         * manual/Makefile.am
9932         * manual/es/Makefile.am
9933         * manual/es/account.xml
9934         * manual/es/ack.xml
9935         * manual/es/addrbook.xml
9936         * manual/es/advanced.xml
9937         * manual/es/faq.xml
9938         * manual/es/glossary.xml
9939         * manual/es/gpl.xml
9940         * manual/es/handling.xml
9941         * manual/es/intro.xml
9942         * manual/es/keyboard.xml
9943         * manual/es/plugins.xml
9944         * manual/es/starting.xml
9945         * manual/es/sylpheed-claws-manual.xml
9946         * manual/es/dist/Makefile.am
9947         * manual/es/dist/html/Makefile.am
9948         * manual/es/dist/pdf/Makefile.am
9949         * manual/es/dist/ps/Makefile.am
9950         * manual/es/dist/txt/Makefile.am
9951                 Spanish translation for the manual
9952
9953 2006-08-16 [colin]      2.4.0cvs54
9954
9955         * src/compose.c
9956         * src/main.c
9957         * src/mainwindow.c
9958                 Fix send button sensitivity at startup
9959                 Set send menu sensitivity (patch by Fabien)
9960         * src/ssl_manager.c
9961                 Enable closing with esc (patch by Fabien)
9962         * src/gtk/foldersort.c
9963                 Enable closing with esc (patch by Fabien)
9964         * src/procmime.c
9965                 Optimisation (no need to copy to tempfile to
9966                 "decode" 7bit and 8bit)
9967         * src/summaryview.c
9968                 Fix cruft in swap_from case
9969         * src/textview.c
9970                 Fix missing last line in some mail cases 
9971                 (Fixes debian #381872)
9972         * src/plugins/pgpcore/prefs_gpg.c
9973         * src/plugins/pgpcore/sgpgme.c
9974         * src/plugins/pgpcore/sgpgme.h
9975                 Don't show "no key found" when user explicitely
9976                 wants to create a key
9977
9978 2006-08-16 [paul]       2.4.0cvs53
9979
9980         * configure.ac
9981         * src/account.c
9982         * src/addressbook.c
9983         * src/headerview.c
9984         * src/prefs_account.c
9985         * src/prefs_message.c
9986         * src/gtk/gtkutils.c
9987                 bump up minimum required versions of GTK+ and
9988                 GLIB to 2.6.0
9989
9990 2006-08-16 [paul]       2.4.0cvs52
9991
9992         * src/toolbar.c
9993                 workaround GTK+ Bug 351600 - 'Can't re-click
9994                 on button after sensitivity update'
9995                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
9996                 Thanks to Colin
9997
9998 2006-08-15 [colin]      2.4.0cvs51
9999
10000         * src/plugins/pgpcore/prefs_gpg.c
10001                 Set options sensitivity according to
10002                 key existence
10003         * src/plugins/pgpcore/sgpgme.c
10004                 Allow to create key with no passphrase
10005
10006 2006-08-14 [cleroy]     2.4.0cvs50
10007
10008         * src/gtk/pluginwindow.c
10009                 New layout (maybe to be changed?)
10010         * src/gtk/gtkutils.c
10011                 Fix a bit label_window
10012         * src/plugins/pgpcore/passphrase.c
10013         * src/plugins/pgpcore/passphrase.h
10014         * src/plugins/pgpcore/plugin.c
10015         * src/plugins/pgpcore/prefs_gpg.c
10016         * src/plugins/pgpcore/prefs_gpg.h
10017         * src/plugins/pgpcore/sgpgme.c
10018         * src/plugins/pgpcore/sgpgme.h
10019                 Allow to create a PGP private key via the GUI
10020
10021 2006-08-14 [wwp]        2.4.0cvs49
10022
10023         * src/addressbook_foldersel.c
10024                 fix strict ISO C90 compliance.
10025
10026 2006-08-14 [paul]       2.4.0cvs48
10027
10028         * src/gtk/prefswindow.c
10029                 re-set scrolled window on opening
10030                 Patch by Ticho
10031
10032 2006-08-14 [paul]
10033
10034         2.5.0-rc1 released
10035
10036 2006-08-14 [paul]       2.4.0cvs47
10037
10038         * src/prefs_display_header.c
10039                 re-enable user-defined Displayed Headers
10040
10041 2006-08-14 [paul]       2.4.0cvs46
10042
10043         * src/prefs_account.c
10044                 use GTK_STOCK_EDIT
10045
10046 2006-08-13 [colin]      2.4.0cvs45
10047
10048         * src/common/utils.c
10049                 Fix "a" in quote when the original message is empty,
10050                 by using \0 instead of 'a' to test writability of
10051                 temp files.
10052
10053 2006-08-13 [wwp]        2.4.0cvs44
10054
10055         * src/plugins/spamassassin/spamassassin.c
10056                 fix capitalization of "SpamAssassin" in some debug, log and
10057                 dialog messages.
10058
10059 2006-08-13 [paul]       2.4.0cvs43
10060
10061         * src/editldap.c
10062                 fix overlapping widgets
10063         * src/prefs_account.c
10064                 fix translation of protocol_names[]
10065                 fix label disappearing off the edge of the
10066                 visible area
10067
10068 2006-08-12 [paul]       2.4.0cvs42
10069
10070         * manual/plugins.xml
10071                 update IRC channel info before it gets forgotten
10072                 about
10073
10074 2006-08-11 [colin]      2.4.0cvs41
10075
10076         * src/compose.c
10077         * src/mainwindow.c
10078         * src/mainwindow.h
10079         * src/procmsg.c
10080         * src/procmsg.h
10081         * src/summaryview.c
10082         * src/toolbar.c
10083                 Grey out the Send button if
10084                 - Queue folders are empty, or
10085                 - We're sending already
10086
10087 2006-08-11 [wwp]        2.4.0cvs40
10088
10089         * src/main.c
10090                 fix a logic issue when quitting while a compose window is
10091                 still open, thanks to Colin.
10092
10093 2006-08-10 [colin]      2.4.0cvs39
10094
10095         * src/main.c
10096                 Fix default font size setting after wizard run
10097         * src/imap.c
10098         * src/etpan/imap-thread.c
10099         * src/etpan/imap-thread.h
10100                 Fix bug #999 (Timing out on TSL cert validation 
10101                 dialog makes ugly things happen). Also, STARTTLS
10102                 unconditionnaly if initial capabilities contain
10103                 LOGINDISABLED and STARTTLS.
10104
10105 2006-08-09 [colin]      2.4.0cvs38
10106
10107         * src/mainwindow.c
10108         * src/mainwindow.h
10109                 Fix Tools/Actions sensitivity when there are
10110                 no actions
10111
10112 2006-08-09 [colin]      2.4.0cvs37
10113
10114         * src/prefs_filtering.c
10115                 Warning fix, patch by Paul
10116         * src/messageview.c
10117         * src/prefs_actions.c
10118         * src/prefs_filtering_action.c
10119         * src/prefs_matcher.c
10120                 Uniformisation of "Info ..." to "Info..." (for
10121                 old gtk), patch by Fabien
10122         * src/plugins/clamav/clamav_plugin_gtk.c
10123                 Sensitivity fix by Fabien
10124
10125 2006-08-09 [colin]      2.4.0cvs36
10126
10127         * src/main.c
10128         * src/main.h
10129                 Add a function to know whether we're exiting
10130         * src/plugins/trayicon/trayicon.c
10131                 If exiting, don't do anything. Faster, and
10132                 avoids gtk_main_iteration reentracy causing
10133                 segfaults at exit
10134
10135 2006-08-09 [colin]      2.4.0cvs35
10136
10137         * src/messageview.c
10138         * src/mimeview.c
10139         * src/mimeview.h
10140                 Fix lack of part selection when automatically 
10141                 jumping to a specific part
10142         * src/msgcache.c
10143                 Little optimisation in cache reading
10144
10145 2006-08-09 [colin]      2.4.0cvs34
10146
10147         * src/compose.c
10148                 Fix crash setting the priority on reedit
10149                 (Accessing compose before creating it!)
10150
10151 2006-08-08 [colin]      2.4.0cvs33
10152
10153         * src/procmime.c
10154                 Fix bug #998 (last attachment is not accessible)
10155                 Bad RFC interpretation on multipart close-delimiters
10156         * src/mimeview.c
10157         * src/mimeview.h
10158         * src/gtk/gtkvscrollbutton.c
10159         * src/gtk/gtkvscrollbutton.h
10160                 Make attachments list wheel-scrollable
10161
10162 2006-08-07 [colin]      2.4.0cvs32
10163
10164         * src/gtk/gtkaspell.c
10165                 Fix bug #973 (Unicode punctation characters 
10166                 are not recognized as separators by the
10167                 spell checker); fix unsigned stuff
10168
10169 2006-08-07 [colin]      2.4.0cvs31
10170
10171         * src/compose.c
10172                 Fix bug #956 (DnD text with accents in compose 
10173                 text entry); fix gccc's signed/unsigned fuss
10174
10175 2006-08-06 [colin]      2.4.0cvs30
10176
10177         * src/main.c
10178                 Fix bug #979 (Plugin crashes when exiting 
10179                 sylpheed-claws) : handle exit request only 
10180                 once
10181
10182 2006-08-05 [colin]      2.4.0cvs29
10183
10184         * src/news.c
10185                 Just make sure we have a msgid.
10186
10187 2006-08-05 [colin]      2.4.0cvs28
10188
10189         * src/news.c
10190         * src/summaryview.c
10191                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10192                 by reimplementing it
10193         * src/textview.c
10194                 Fix bug when hiding quotes with level > 3 and quote
10195                 colors are recycled
10196
10197 2006-08-04 [colin]      2.4.0cvs27
10198
10199         * src/compose.c
10200         * src/undo.c
10201         * src/undo.h
10202                 Fix a bit replace-by-pasting undo
10203         * src/mainwindow.c
10204         * src/messageview.c
10205                 Fix Fold quotes menu synchro in
10206                 mainwindow when it changes in 
10207                 messageview
10208         * src/textview.c
10209                 Fix right-click on quotes blocks
10210         * src/common/utils.c
10211                 Verify that the file created by
10212                 my_tmpfile() is writable. Fixes
10213                 bug #988 (very specific filesystem
10214                 issue)
10215         * src/plugins/pgpcore/sgpgme.c
10216                 Fix file descriptor leak
10217         * src/plugins/spamassassin/spamassassin.c
10218                 Warn once if spamd isn't reachable
10219
10220 2006-08-04 [colin]      2.4.0cvs26
10221
10222         * src/toolbar.c
10223                 i18n context patch by Fabien
10224
10225 2006-08-03 [colin]      2.4.0cvs25
10226
10227         * src/mainwindow.c
10228         * src/messageview.c
10229                 Rename "Hide quotes" to "Fold quotes"
10230         * src/textview.c
10231                 Don't use hand cursor on quotes. "all 
10232                 the bonuses of the feature and none of 
10233                 unwelcome side-effects"
10234
10235 2006-08-03 [colin]      2.4.0cvs24
10236
10237         * AUTHORS
10238         * sylpheed-claws.desktop
10239         * src/gtk/authors.h
10240                 Bring the desktop file to XDG compliance
10241                 Patch by Charles A. Edwards
10242
10243 2006-08-03 [colin]      2.4.0cvs23
10244
10245         * src/textview.c
10246                 Fix links offset when they are preceded
10247                 by accentued chars (g_utf8_strlen!)
10248         * src/mainwindow.c
10249                 Fix wrong status when starting offline
10250
10251
10252 2006-08-03 [wwp]        2.4.0cvs22
10253
10254         * src/prefs_common.h
10255                 ask what to do w/ filtering rules that belong to an account when
10256                 applying filtering rules manually from the main window (skip,
10257                 apply regardless of the account, use current account). This dialog
10258                 can be skipped and the last reply used.
10259                 (forgot that file)
10260
10261 2006-08-03 [wwp]        2.4.0cvs21
10262
10263         * src/filtering.c
10264         * src/filtering.h
10265         * src/prefs_common.c
10266         * src/summaryview.c
10267         * src/alertpanel.c
10268         * src/alertpanel.h
10269         * src/messageview.c
10270                 ask what to do w/ filtering rules that belong to an account when
10271                 applying filtering rules manually from the main window (skip,
10272                 apply regardless of the account, use current account). This dialog
10273                 can be skipped and the last reply used.
10274
10275
10276 2006-08-03 [colin]      2.4.0cvs20
10277
10278         * src/textview.c
10279                 Optimize previous patch
10280
10281 2006-08-03 [cleroy]     2.4.0cvs19
10282
10283         * src/textview.c
10284                 Fix quotes getting toggled back when the
10285                 mail has an even number of text parts
10286
10287 2006-08-02 [colin]      2.4.0cvs18
10288
10289         * src/messageview.c
10290                 Add Hide quotes menu
10291
10292 2006-08-02 [colin]      2.4.0cvs17
10293
10294         * src/mainwindow.c
10295         * src/prefs_common.c
10296         * src/textview.c
10297         * src/textview.h
10298         * src/gtk/about.c
10299                 Allow per-level quote hiding,
10300                 Allow toggling quotes by double-clicking them
10301                 Rename RemoteURI to ClickableText to reflect
10302                 the fact it's used for a variety of things
10303
10304 2006-08-02 [wwp]        2.4.0cvs16
10305
10306         * src/mainwindow.c
10307                 fix "View/Hide quotes" menu item status initialization.
10308
10309 2006-08-02 [wwp]        2.4.0cvs15
10310
10311         * src/matcher_parser_parse.y
10312                 remove a debug trace.
10313
10314 2006-08-02 [paul]       2.4.0cvs14
10315
10316         * src/plugins/pgpcore/passphrase.c
10317                 don't set initial dialog size
10318                 make it resizable
10319
10320 2006-08-02 [paul]       2.4.0cvs13
10321
10322         * src/noticeview.c
10323                 remove the rogue '/' character
10324
10325 2006-08-02 [paul]       2.4.0cvs12
10326
10327         * src/noticeview.c
10328                 allow buttons to resize as necessary
10329
10330 2006-08-01 [wwp]        2.4.0cvs11
10331
10332         * src/mbox.c
10333                 fix strict ISO C90 compliance.
10334
10335 2006-08-01 [wwp]        2.4.0cvs10
10336
10337         * tools/update-po
10338                 updated update-po tool to work w/ context-dependent translations.
10339                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10340
10341 2006-08-01 [wwp]        2.4.0cvs9
10342
10343         * src/matcher.c
10344         * src/prefs_filtering.c
10345         * src/prefs_matcher.c
10346                 allow context-dependent translations for "All",
10347                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10348
10349 2006-07-31 [colin]      2.4.0cvs8
10350
10351         * AUTHORS
10352         * src/gtk/authors.h
10353                 Add Rafal to authors
10354
10355 2006-07-31 [colin]      2.4.0cvs7
10356
10357         * src/compose.c
10358         * src/mainwindow.c
10359         * src/messageview.h
10360         * src/prefs_common.c
10361         * src/prefs_common.h
10362         * src/textview.c
10363                 Add 'View/Hide quotes'. Patch based on a patch
10364                 by Rafal Weglarz
10365
10366 2006-07-31 [colin]      2.4.0cvs6
10367
10368         * src/action.c
10369                 Fix problem with "> stuff >" actions
10370
10371 2006-07-31 [paul]       2.4.0cvs5
10372
10373         * po/nb.po
10374                 updated by Geir Helland
10375
10376 2006-07-31 [wwp]        2.4.0cvs4
10377
10378         * src/mainwindow.c
10379         * src/summaryview.c
10380         * src/summaryview.h
10381                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10382                 thanks to Colin.
10383
10384 2006-07-31 [wwp]        2.4.0cvs3
10385
10386         * src/Makefile.am
10387         * src/addr_compl.c
10388         * src/addr_compl.h
10389         * src/addressbook.c
10390         * src/addressbook.h
10391         * src/addressbook_foldersel.c
10392         * src/addressbook_foldersel.h
10393         * src/addrindex.c
10394         * src/addrindex.h
10395         * src/matcher.c
10396         * src/matcher.h
10397         * src/matcher_parser_lex.l
10398         * src/matcher_parser_parse.y
10399         * src/prefs_common.c
10400         * src/prefs_common.h
10401         * src/prefs_filtering.c
10402         * src/prefs_matcher.c
10403         * src/prefs_matcher.h
10404         * src/summaryview.c
10405                 introduce filtering against the address book. It's now possible to add
10406                 matched conditions to determine if any email address in a message matches
10407                 or doesn't match any or all books or folders in the address book.
10408
10409 2006-07-31 [wwp]        2.4.0cvs2
10410
10411         * src/account.c
10412         * src/filtering.c
10413         * src/filtering.h
10414         * src/folder.c
10415         * src/folderview.c
10416         * src/inc.c
10417         * src/mainwindow.c
10418         * src/matcher.c
10419         * src/matcher_parser_lex.l
10420         * src/matcher_parser_parse.y
10421         * src/mbox.c
10422         * src/prefs_filtering.c
10423         * src/prefs_filtering.h
10424         * src/procmsg.c
10425         * src/procmsg.h
10426         * src/summaryview.c
10427                 introduce per-account filtering rules. Each filtering rule can now be assigned
10428                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10429                 when applying filtering rules manually, as all rules will apply - even the ones
10430                 assigned to an account. This issue will be addressed soon.
10431  
10432
10433
10434 2006-07-31 [wwp]        2.4.0cvs1
10435
10436         * src/quote_fmt.c
10437                 make more strings translatable.
10438
10439 2006-07-31 [paul]       2.4.0
10440
10441         2.4.0 released
10442
10443 2006-07-31 [paul]       2.3.1cvs91
10444
10445         * po/ca.po
10446                 updated by Miquel Oliete
10447
10448 2006-07-31 [paul]       2.3.1cvs90
10449
10450         * po/de.po
10451         * po/el.po
10452         * po/fr.po
10453         * po/it.po
10454         * po/pl.po
10455         * po/pt_BR.po
10456         * po/sr.po
10457         * po/zh_CN.po
10458                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10459                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10460                 Aleksandar Urosevic, and Ralgh Young
10461
10462 2006-07-31 [paul]       2.3.1cvs89
10463
10464         * src/account.c
10465         * src/main.c
10466         * src/mainwindow.c
10467         * src/mainwindow.h
10468                 Fix a race condition when, after an SC crash, rescanning
10469                 folders took more than 0.5 seconds
10470                 Thanks to Colin
10471
10472 2006-07-31 [paul]       2.3.1cvs88
10473
10474         * src/folderview.c
10475                 don't translate separator strings
10476
10477 2006-07-30 [mones]      2.3.1cvs87
10478
10479         * doc/man/sylpheed-claws.1
10480                 Fixed non-ASCII chars in Hoa's name
10481         * po/es.po
10482                 Updated for release
10483
10484 2006-07-27 [colin]      2.3.1cvs86
10485
10486         * src/textview.c
10487                 Don't include the leading \n in links
10488                 Patch by Fabien
10489
10490 2006-07-25 [colin]      2.3.1cvs85
10491
10492         * src/mainwindow.c
10493         * src/common/socket.h
10494         * src/etpan/imap-thread.c
10495                 Refresh resolvers before connecting
10496                 to IMAP servers, and after switching
10497                 to online. Thanks to Paul.
10498
10499 2006-07-18 [colin]
10500
10501         * 2.4.0-rc4 released
10502
10503 2006-07-17 [colin]      2.3.1cvs84
10504
10505         * src/inc.c
10506                 Show connection attempt in statusbar before
10507                 connecting (previously first message was
10508                 "Retrieving messages from ..." after the
10509                 connection succeeded.
10510
10511 2006-07-16 [wwp]        2.3.1cvs83
10512
10513         * sylpheed-claws.ico
10514                 Added .ico file (windows multi-size icon file, generated).
10515
10516 2006-07-12 [wwp]        2.3.1cvs82
10517
10518         * src/messageview.c
10519                 remove Message/Re-edit menu entry from messageview window,
10520                 as sent/draft/queued messages are opened in compose window when
10521                 re-edited and it's not possible to re-edit other msgs.
10522
10523 2006-07-12 [paul]       2.3.1cvs81
10524
10525         * AUTHORS
10526         * src/mainwindow.c
10527         * src/gtk/authors.h
10528                 check online state before resetting
10529                 mailcheck timer. Useful if some program
10530                 verifies connection state and updates
10531                 Claws.
10532                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10533
10534 2006-07-12 [paul]       2.3.1cvs80
10535
10536         * sylpheed-claws-128x128.png
10537         * sylpheed-claws-64x64.png
10538         * sylpheed-claws.png
10539         * src/Makefile.am
10540         * src/main.c
10541         * src/prefs_toolbar.c
10542         * src/stock_pixmap.c
10543         * src/stock_pixmap.h
10544         * src/wizard.c
10545         * src/gtk/about.c
10546         * src/gtk/gtkutils.c
10547         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10548         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10549         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10550         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10551         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10552         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10553                 updated and renamed logo/icon files and related
10554                 logo by Jesper Schultz
10555
10556 2006-07-11 [paul]       2.3.1cvs79
10557
10558         * src/main.c
10559                 fix the labels a smidgin
10560
10561 2006-07-09 [colin]      2.3.1cvs78
10562
10563         * src/textview.c
10564                 Show errors in textviewer's command
10565                 Patch by H. Merijn Brand
10566
10567 2006-07-09 [colin]      2.3.1cvs77
10568
10569         * src/compose.c
10570                 Save FMID in drafts too
10571
10572 2006-07-08 [colin]      2.3.1cvs76
10573
10574         * src/compose.c
10575                 Svae RMID in drafted mails too
10576                 Save quote_fmt vars for whole mails,
10577                 don't reset at each quote_fmt_init:
10578                 allows to use the same |i{var} in
10579                 various template fields
10580         * src/prefs_template.c
10581         * src/quote_fmt.h
10582         * src/quote_fmt_parse.y
10583                 Same
10584
10585 2006-07-08 [colin]      2.3.1cvs75
10586
10587         * src/textview.c
10588                 Fix highlighting of attached parts URIs
10589
10590 2006-07-08 [colin]      2.3.1cvs74
10591
10592         * src/main.c
10593                 Prevent bug #981 (sc 2.3.1 segfaults with 
10594                 gtk+ 2.10) from being reported again:
10595                 if Sylpheed-Claws has been compiled against
10596                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10597                 of if Sylpheed-Claws has been compiled against
10598                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10599                 error out.
10600
10601 2006-07-07 [colin]      2.3.1cvs73
10602
10603         * src/prefs_actions.c
10604                 Fix label
10605
10606 2006-07-07 [colin]      2.3.1cvs72
10607
10608         * src/prefs_actions.c
10609                 Fix compile on gtk < 2.8. argh :)
10610
10611 2006-07-07 [paul]       2.3.1cvs71
10612
10613         * src/common/defs.h
10614                 update DONATE_URI
10615
10616 2006-07-07 [colin]      2.3.1cvs70
10617
10618         * po/POTFILES.in
10619         * src/quote_fmt.c
10620         * src/quote_fmt_lex.l
10621         * src/quote_fmt_parse.y
10622                 Add |i{var}, a way to insert user-entered
10623                 text in a template
10624
10625 2006-07-07 [colin]
10626
10627         * 2.4.0-rc3 released
10628
10629 2006-07-07 [colin]      2.3.1cvs69
10630
10631         * src/folder.c
10632                 Don't consider inboxes of UNKNOWN folder 
10633                 classes to be useable as default inboxes
10634
10635 2006-07-07 [paul]       2.3.1cvs68
10636
10637         * src/textview.c
10638                 add missing #include <errno.h>
10639                 Thanks to René J. Blokland
10640
10641 2006-07-07 [paul]       2.3.1cvs67
10642
10643         * src/action.c
10644                 Return now Closes dialog
10645         * src/mimeview.c
10646         * src/mimeview.h
10647         * src/textview.c
10648                 add contextual menu to mime parts listed
10649                 in the textview
10650                 Thanks to Colin
10651         * src/common/utils.c
10652                 reversal: ' is a valid character in URLs
10653
10654 2006-07-06 [colin]      2.3.1cvs66
10655
10656         * src/remotefolder.h
10657                 Forgotten in previous commit
10658
10659 2006-07-06 [colin]      2.3.1cvs65
10660
10661         * src/folder.c
10662                 Set summary update flag whenever
10663                 totals changed
10664         * src/imap.c
10665         * src/prefs_account.c
10666         * src/common/utils.h
10667         * src/etpan/imap-thread.c
10668                 Fix warnings, thanks to Fabien and
10669                 Ricardo
10670
10671 2006-07-06 [wwp]        2.3.1cvs64
10672
10673         * src/gtk/gtkutils.c
10674                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
10675
10676 2006-07-06 [wwp]        2.3.1cvs63
10677
10678         * src/account.c
10679         * src/addressbook.c
10680         * src/addressitem.h
10681         * src/folderview.c
10682         * src/mainwindow.c
10683         * src/manual.c
10684         * src/manual.h
10685         * src/message_search.c
10686         * src/prefs_actions.c
10687         * src/prefs_filtering.c
10688         * src/prefs_filtering.h
10689         * src/prefs_template.c
10690         * src/summary_search.c
10691         * src/summaryview.c
10692         * src/gtk/gtkutils.c
10693         * src/gtk/gtkutils.h
10694         * src/gtk/pluginwindow.c
10695                 add help buttons to some dialogs. Clicking such buttons opens a
10696                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
10697
10698 2006-07-06 [paul]       2.3.1cvs62
10699
10700         * src/textview.c
10701                 fix attachments contextual menu
10702                 Thanks to Colin
10703
10704 2006-07-05 [colin]      2.3.1cvs61
10705
10706         * src/textview.c
10707         * src/compose.c
10708                 Handle sftp:// links
10709
10710 2006-07-05 [paul]       2.3.1cvs60
10711
10712         * src/gtk/filesel.c
10713                 grab save button by default
10714                 Thanks to Colin
10715
10716 2006-07-05 [wwp]        2.3.1cvs59
10717
10718         * manual/xml2pdf
10719                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
10720
10721 2006-07-04 [colin]      2.3.1cvs58
10722
10723         * src/mimeview.c
10724         * src/textview.c
10725                 Use left click to select, middle click to open
10726                 on mimeparts links
10727         * src/common/utils.c
10728                 Fix segfault
10729
10730 2006-07-04 [colin]      2.3.1cvs57
10731
10732         * src/mainwindow.c
10733         * src/news.c
10734                 Warning fixes, thanks to Fabien
10735
10736 2006-07-04 [colin]      2.3.1cvs56
10737
10738         * src/mimeview.c
10739         * src/mimeview.h
10740         * src/textview.c
10741                 Allow parts to be selected via their text label
10742                 in textview
10743
10744 2006-07-04 [colin]      2.3.1cvs55
10745
10746         * src/folderview.c
10747                 Feedback when closing (for big folders)
10748         * src/prefs_actions.c
10749         * src/prefs_filtering.c
10750         * src/prefs_matcher.c
10751         * src/prefs_template.c
10752                 Fix default button when closing without
10753                 having saved
10754
10755 2006-07-04 [colin]      2.3.1cvs54
10756
10757         * src/news.c
10758                 Delete local file on deletion
10759
10760 2006-07-03 [colin]      2.3.1cvs53
10761
10762         * src/folderview.c
10763         * src/main.c
10764                 Don't freeze when rescanning after crash
10765
10766 2006-07-03 [wwp]        2.3.1cvs52
10767
10768         * src/compose.c
10769         * src/privacy.c
10770         * src/privacy.h
10771         * src/plugins/pgpinline/pgpinline.c
10772         * src/plugins/pgpmime/pgpmime.c
10773                 don't report an error when the user cancels the passphrase dialog.
10774
10775 2006-07-02 [colin]      2.3.1cvs51
10776
10777         * src/folderview.c
10778                 Open message when crossing folders with Space,
10779                 goto next unread and friends
10780
10781 2006-07-01 [colin]      2.3.1cvs50
10782
10783         * src/prefs_account.c
10784                 Typographic rules varying from language
10785                 to language (in french "Protocole :"),
10786                 we have to do that :)
10787
10788 2006-07-01 [ticho]      2.3.1cvs49
10789
10790         * src/prefs_account.c
10791                 Only use one temporary gchar* variable in
10792                 prefs_account_protocol_set_optmenu().
10793
10794 2006-07-01 [ticho]      2.3.1cvs48
10795
10796         * src/prefs_account.c
10797         * src/prefs_account.h
10798                 Use GtkLabel for existing account protocol name.
10799                 Created an array for protocol names and populate the
10800                 combobox from it in a for() cycle.
10801
10802 2006-06-30 [colin]      2.3.1cvs47
10803
10804         * src/compose.c
10805                 Block undo when changing signature (by changing
10806                 account)
10807
10808 2006-06-30 [paul]       2.3.1cvs46
10809
10810         * src/send_message.c
10811                 when editing From in the Compose window, use that address
10812                 in the Return-Path: header
10813                 Thanks to Colin
10814
10815 2006-06-30 [colin]      2.3.1cvs45
10816
10817         * src/compose.c
10818                 Fix signature replacement:
10819                 - when no newline before separator
10820                 - when reediting
10821
10822 2006-06-29 [colin]      2.3.1cvs44
10823
10824         * src/folderview.c
10825         * src/folderview.h
10826         * src/mainwindow.c
10827         * src/summaryview.c
10828                 Let 'View/Go to/Next marked' work like
10829                 Next new & Next unread: across folders
10830                 Change the select_on_entry pref to do
10831                 what we want when changing folder
10832         * src/common/utils.c
10833                 Fix single-quoted links 
10834
10835 2006-06-29 [colin]      2.3.1cvs43
10836
10837         * src/gtk/gtkaspell.c
10838                 "Sylpheed" and "Sylpheed-Claws" do exist !
10839
10840 2006-06-29 [colin]      2.3.1cvs42
10841
10842         * src/imap.c
10843                 Forgot to remove debug
10844
10845 2006-06-29 [colin]      2.3.1cvs41
10846
10847         * src/imap.c
10848         * src/imap.h
10849         * src/mainwindow.c
10850                 Disconnect from IMAP servers when going
10851                 offline. Fixes bug #978 (going to offline-mode 
10852                 won't close connections)
10853
10854 2006-06-29 [colin]      2.3.1cvs40
10855
10856         * src/main.c
10857                 Fix transient setting on failing plugins
10858                 Patch by Fabien
10859         * src/plugins/pgpcore/sgpgme.c
10860                 Only warn for OpenPGP. Most people don't
10861                 have CMS available.
10862
10863 2006-06-29 [colin]      2.3.1cvs39
10864
10865         * src/compose.c
10866                 Fix Spelling menu (discrepancy between context menu
10867                 and top menu when folder's dictionary isn't the 
10868                 default one)
10869         * src/plugins/pgpcore/sgpgme.c
10870                 More error reporting about why gpgme can fail
10871
10872 2006-06-29 [wwp]        2.3.1cvs38
10873
10874         * src/mainwindow.c
10875                 honor the display-header-pane setting even when the message view
10876                 is a separate window.
10877
10878 2006-06-29 [wwp]        2.3.1cvs37
10879
10880         * src/prefs_actions.c
10881                 forgot to commit that one (use of GTK_STOCK_INFO).
10882
10883 2006-06-29 [colin]      2.3.1cvs36
10884
10885         * src/imap.c
10886                 Better handling of login errors (ask the password
10887                 again once), alert in case of error. Fix three
10888                 signedness warnings.
10889
10890 2006-06-28 [wwp]        2.3.1cvs35
10891
10892         * src/prefs_template.c
10893         * src/prefs_matcher.c
10894         * src/prefs_filtering_action.c
10895         * src/prefs_quote.c
10896                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
10897                 patch by Fabien Vantard, slightly modified.
10898
10899 2006-06-28 [paul]
10900
10901         2.4.0-rc2 released
10902
10903 2006-06-28 [colin]      2.3.1cvs34
10904
10905         * src/prefs_account.c
10906                 Fix bug #977 (Can't add or edit imap accounts)
10907
10908 2006-06-28 [colin]      2.3.1cvs33
10909
10910         * src/mimeview.c
10911                 Fix previous
10912
10913 2006-06-28 [colin]      2.3.1cvs32
10914
10915         * src/mimeview.c
10916                 Save named inlined attachments with "Save all"
10917         * src/main.c
10918         * src/mbox.c
10919         * src/common/plugin.c
10920         * src/common/plugin.h
10921         * src/common/sylpheed.c
10922         * src/common/utils.c
10923         * src/plugins/pgpcore/sylpheed.def
10924         * src/plugins/pgpinline/sylpheed.def
10925         * src/plugins/pgpmime/sylpheed.def
10926                 Win32 compatibility patch, by
10927                 Werner Koch
10928
10929 2006-06-28 [wwp]        2.3.1cvs31
10930
10931         * src/imap.c
10932         * src/prefs_folder_item.c
10933                 less compilation warnings (thanks to Fabien Vantard), less typos.
10934
10935 2006-06-28 [paul]       2.3.1cvs30
10936
10937         * src/gtk/gtkutils.c
10938                 gtk_combo_box_set_focus_on_click() is only
10939                 available since gtk 2.6.0
10940
10941 2006-06-28 [paul]       2.3.1cvs29
10942
10943         * src/prefs_ext_prog.c
10944                 fix engrish and add a tooltip for the
10945                 'command for 'Display as text' option
10946
10947 2006-06-28 [paul]
10948
10949         2.4.0-rc1 released
10950
10951 2006-06-28 [paul]       2.3.1cvs28
10952
10953         * ChangeLog
10954         * tools/Makefile.am
10955                 include textviewer.pl in releases
10956
10957 2006-06-28 [paul]       2.3.1cvs27
10958
10959         * src/prefs_ext_prog.c
10960                 hide Print command option if libgnomeprint
10961                 support is present
10962
10963 2006-06-27 [colin]      2.3.1cvs26
10964
10965         * src/compose.c
10966                 Fix Esc handling in insert/attach dialog
10967                 Don't show this dialog if dragging something
10968                 else than text/uri-list
10969                 Thanks to Fabien Vantard
10970         * tools/textviewer.pl
10971                 Filter script to display stuff as text
10972                 by H. Merijn Brand
10973
10974 2006-06-27 [wwp]        2.3.1cvs25
10975
10976         * src/messageview.c
10977                 use the exact product name (message view title), patch
10978                 by Fabien Vantard.
10979
10980 2006-06-27 [ticho]      2.3.1cvs24
10981
10982         * src/prefs_account.c
10983         * src/prefs_common.c
10984         * src/prefs_common.h
10985         * src/prefs_ext_prog.c
10986         * src/textview.c
10987                 Add a preference (Preferences/External programs)
10988                 to allow "Display as text" to be done via a script
10989                 (patch by H.Merijn Brand).
10990                 Use GtkComboBox for protocol selection in account
10991                 preferences.
10992                 Only include current choice for existing accounts, and
10993                 insensitivize the combobox.
10994
10995 2006-06-27 [paul]       2.3.1cvs23
10996
10997         * src/mbox.c
10998                 fix crasher introduced in cvs21.
10999                 Thanks to Colin
11000
11001 2006-06-26 [colin]      2.3.1cvs22
11002
11003         * src/mbox.c
11004                 Fix double-frees when leaving folders
11005                 after exporting to mbox
11006
11007 2006-06-26 [colin]      2.3.1cvs21
11008
11009         * src/mbox.c
11010                 More feedback (and optimisation)
11011                 on import/export
11012         * src/common/utils.c
11013                 Fix case when looking for mail addresses
11014         * src/gtk/gtkutils.c
11015                 Extra check for (X-)Face
11016
11017 2006-06-25 [ticho]      2.3.1cvs20
11018
11019         * src/compose.c
11020         * src/exphtmldlg.c
11021         * src/gtk/gtkutils.c
11022         * src/gtk/gtkutils.h
11023                 Added second argument to gtkut_sc_combobox_create() to
11024                 control focus-on-click for the widget.
11025                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11026
11027 2006-06-25 [ticho]      2.3.1cvs19
11028
11029         * src/compose.c
11030         * src/gtk/Makefile.am
11031         * src/gtk/combobox.c
11032         * src/gtk/combobox.h
11033         * src/gtk/gtkutils.c
11034         * src/gtk/gtkutils.h
11035                 Use GtkComboBox instead of deprecated GtkOptionMenu
11036                 for account selector in compose window and for encoding
11037                 selector in attachment properties.
11038                 Also factorise working with the new GtkComboBox somewhat.
11039
11040 2006-06-24 [paul]       2.3.1cvs18
11041
11042         * src/prefs_common.c
11043                 use the correct default value
11044
11045 2006-06-24 [paul]       2.3.1cvs17
11046
11047         * src/compose.c
11048         * src/prefs_common.c
11049         * src/prefs_common.h
11050         * src/prefs_compose_writing.c
11051                 enable setting of default action when
11052                 dnd'ing files in the compose window.
11053                 (Collaborative effort with wwp)
11054
11055 2006-06-23 [wwp]        2.3.1cvs16
11056
11057         * src/compose.c
11058                 i18n fix (thanks to Fabien Vantard)
11059
11060 2006-06-22 [colin]      2.3.1cvs15
11061
11062         * src/prefs_customheader.c
11063                 Don't use filters in custom headers' file 
11064                 selector. Remember, extensions mean nothing :)
11065
11066 2006-06-22 [paul]       2.3.1cvs14
11067
11068         * configure.ac
11069                 allow setting of man directory location
11070
11071 2006-06-22 [colin]      2.3.1cvs13
11072
11073         * src/mainwindow.c
11074                 Add 'View/Go to/Next unread folder'.
11075                 I missed that :)
11076
11077 2006-06-22 [colin]      2.3.1cvs12
11078
11079         * src/common/utils.c
11080                 Add some subject prefixes
11081                 Patch by Bjorn T Johansen <btj@havleik.no>
11082
11083 2006-06-22 [colin]      2.3.1cvs11
11084
11085         * manual/advanced.xml
11086                 Forgotten hidden pref
11087
11088 2006-06-21 [paul]       2.3.1cvs10
11089
11090         * src/prefs_account.c
11091                 complete the removal of 'Add date header' option
11092
11093 2006-06-21 [paul]       2.3.1cvs9
11094
11095         * src/account.c
11096         * src/compose.c
11097         * src/prefs_account.c
11098         * src/prefs_account.h
11099                 remove option to add date header - always
11100                 add date header
11101         * src/etpan/imap-thread.c
11102                 fix warnings (Thanks to Colin)
11103
11104 2006-06-21 [wwp]        2.3.1cvs8
11105
11106         * src/folder.c
11107                 set the attachment flag when inline text part are (file)named. This is more convenient
11108                 when receiving (for instance) inline source files or patches sent using thunderbird.
11109
11110 2006-06-21 [paul]       2.3.1cvs7
11111
11112         * src/inc.c
11113                 fix off-by-one count of current msg in
11114                 statusbar filtering progressbar
11115
11116 2006-06-21 [paul]       2.3.1cvs6
11117
11118         * src/folder.c
11119                 Show attachment icon even if the part is 'inline'
11120                 if the following conditions are met:
11121                 - content-type != 'text/plain'
11122                 - content-type != '*/pgp-signature'
11123                 - either 'name' or 'filename' parameter is not NULL
11124                 
11125                 Thanks to Colin
11126
11127 2006-06-21 [paul]       2.3.1cvs5
11128
11129         * src/messageview.c
11130         * src/prefs_common.c
11131         * src/prefs_common.h
11132         * src/prefs_other.c
11133                 add an option to 'Never send Return
11134                 Receipts'
11135                 Thanks to Colin
11136
11137 2006-06-20 [mones]      2.3.1cvs4
11138
11139         * po/es.po
11140                 updated
11141         * src/compose.c
11142                 typo fixed (space after comma)
11143         * tools/make.themes.project
11144                 remove exec mode from tarball files
11145
11146 2006-06-20 [colin]      2.3.1cvs3
11147
11148         * src/news.c
11149         * src/procheader.c
11150         * src/unmime.c
11151                 Better fix for \n's in headers (don't 
11152                 break Received: and others)
11153
11154 2006-06-20 [paul]       2.3.1cvs2
11155
11156         * src/alertpanel.c
11157         * src/textview.c
11158                 improve legibility of phishing attempt
11159                 dialog
11160
11161 2006-06-20 [paul]       2.3.1cvs1
11162
11163         * NEWS
11164         * README
11165         * configure.ac
11166                 Update version number following
11167                 stable release
11168
11169 2006-06-20 [colin]      2.3.0cvs26
11170
11171         * src/compose.c
11172                 When dragging a file to the text of the compose
11173                 window, ask whether we want to insert or attach
11174                 (I know lots of people who do that to attach)
11175
11176 2006-06-20 [colin]      2.3.0cvs25
11177
11178         * src/etpan/imap-thread.c
11179                 Fix threshold (the append command is often > 32 bytes)
11180
11181 2006-06-19 [colin]      2.3.0cvs24
11182
11183         * src/imap.c
11184         * src/etpan/imap-thread.c
11185                 Workaround Rockliffe IMAP server bug: replace
11186                 "x UID SEARCH (ANSWERED UID 1:*)" with
11187                 "x UID SEARCH ANSWERED"
11188                 (Rockliffe doesn't handle the parenthesis)
11189
11190 2006-06-19 [colin]      2.3.0cvs23
11191
11192         * src/compose.c
11193         * src/imap.c
11194         * src/etpan/imap-thread.c
11195                 Probably fix bug #972 (Freezes when adding 
11196                 an attachment to the message)
11197         * src/common/defs.h
11198                 Modernize Firefox cmd
11199
11200
11201 2006-06-18 [colin]      2.3.0cvs22
11202
11203         * src/prefs_customheader.c
11204                 Only allow correct filenames for various
11205                 custom headers
11206
11207 2006-06-18 [colin]      2.3.0cvs21
11208
11209         * src/prefs_customheader.c
11210                 Add a 'From File...' button in custom headers prefs, which
11211                 try to do the right thing: 
11212                 for normal headers, use file as plaintext,
11213                 for X-Face, calls compface,
11214                 for Face, encode to b64.
11215
11216 2006-06-17 [colin]      2.3.0cvs20
11217
11218         * src/mh.c
11219                 Warning fix
11220
11221 2006-06-16 [colin]      2.3.0cvs19
11222
11223         * src/summaryview.c
11224                 Recursive quicksearch: show message list
11225                 in current folder, *then* search children
11226                 in the background.
11227
11228 2006-06-16 [colin]      2.3.0cvs18
11229
11230         * src/main.c
11231                 Instead of ignoring SIGPIPE, save caches
11232                 when getting one. Will fix the fact that
11233                 hot caches are out-of-date when logging 
11234                 out of Xorg.
11235         * src/compose.c
11236         * src/prefs_compose_writing.c
11237                 Only save text (not attachments) when 
11238                 auto-saving to drafts
11239         * src/unmime.c
11240                 Always replace \n, \r and \t with spaces
11241                 in headers
11242         * manual/dist/html/Makefile.am
11243         * manual/dist/pdf/Makefile.am
11244         * manual/dist/ps/Makefile.am
11245         * manual/dist/txt/Makefile.am
11246         * manual/fr/dist/html/Makefile.am
11247         * manual/fr/dist/pdf/Makefile.am
11248         * manual/fr/dist/ps/Makefile.am
11249         * manual/fr/dist/txt/Makefile.am
11250         * manual/pl/dist/html/Makefile.am
11251         * manual/pl/dist/pdf/Makefile.am
11252         * manual/pl/dist/ps/Makefile.am
11253         * manual/pl/dist/txt/Makefile.am
11254                 Fix make clean removing pregenerated manuals
11255
11256
11257 2006-06-16 [colin]      2.3.0cvs17
11258
11259         * src/plugins/pgpcore/sgpgme.c
11260         * src/plugins/pgpmime/pgpmime.c
11261         * src/plugins/pgpinline/pgpinline.c
11262                 Better error reporting in setup_signers.
11263                 Don't fallback to default key if specified
11264                 key isn't found.
11265                 Don't allow signing if more than one secret
11266                 key matches the one specified in prefs.
11267
11268 2006-06-15 [colin]      2.3.0cvs16
11269
11270         * src/folderview.c
11271                 Add "Send queue" in the folder's contextual
11272                 menu
11273         * src/compose.c
11274         * src/messageview.c
11275         * src/privacy.c
11276         * src/privacy.h
11277         * src/procmime.c
11278         * src/procmsg.c
11279         * src/plugins/pgpcore/passphrase.c
11280         * src/plugins/pgpcore/sgpgme.c
11281         * src/plugins/pgpinline/pgpinline.c
11282         * src/plugins/pgpmime/pgpmime.c
11283                 Better error reporting
11284         * src/mbox.c
11285                 Probably fix bug #971 (2.2.3 cannot read mail 
11286                 from local mbox)
11287
11288
11289 2006-06-15 [mones]      2.3.0cvs15
11290
11291         * tools/make.themes.project
11292                 creates the themes project from the web page
11293
11294 2006-06-15 [colin]      2.3.0cvs14
11295
11296         * src/folder.c
11297                 Better fix (avoid losing the folder if scan_tree 
11298                 fails)
11299
11300 2006-06-15 [cleroy]     2.3.0cvs13
11301
11302         * src/folder.c
11303                 Probably fix Bug #969 (crash on rebuilding 
11304                 imap folder)
11305
11306 2006-06-14 [colin]      2.3.0cvs12
11307
11308         * manual/dtd/manual.xsl
11309         * manual/sylpheed-claws-manual.xml
11310         * manual/fr/sylpheed-claws-manual.xml
11311         * manual/pl/sylpheed-claws-manual.xml
11312                 Insert pagebreaks between sections
11313
11314 2006-06-14 [paul]       2.3.0cvs11
11315
11316         * configure.ac
11317                 better fix than 2.3.0cvs10
11318
11319 2006-06-14 [paul]       2.3.0cvs10
11320
11321         * configure.ac
11322                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11323                 (backwards compatible)
11324
11325 2006-06-13 [colin]      2.3.0cvs9
11326
11327         * src/messageview.c
11328                 Fix sending of return receipt with the new queue folders
11329
11330 2006-06-13 [wwp]        2.3.0cvs8
11331
11332         * src/quote_fmt_lex.l
11333                 fix wrong tokens returned in quote_fmt lexer, query not().
11334
11335 2006-06-13 [wwp]        2.3.0cvs7
11336
11337         * src/folder.c
11338         * src/prefs_folder_item.c
11339                 allow changing folder type even when folder is not a top-level one,
11340                 thanks to Colin.
11341
11342 2006-06-12 [colin]      2.3.0cvs6
11343
11344         * src/folderview.c
11345                 Fix double-ask of "Do you want to mark all
11346                 as read"
11347
11348 2006-06-12 [colin]      2.3.0cvs5
11349
11350         * src/compose.c
11351         * src/compose.h
11352         * src/folder.c
11353         * src/folder.h
11354         * src/imap.c
11355         * src/inc.c
11356         * src/main.c
11357         * src/messageview.c
11358         * src/mh.c
11359         * src/prefs_folder_item.c
11360         * src/procheader.c
11361         * src/procmime.c
11362         * src/procmsg.c
11363         * src/procmsg.h
11364         * src/send_message.c
11365         * src/summaryview.c
11366         * src/toolbar.c
11367                 Apply bug #964's patch (Queue and drafts aren't normal)
11368                 The Drafts and Queue folder now contain RFC-822 files,
11369                 allowing to move and copy mails from and to these 
11370                 folders. Moving from Drafts to Queue will prepare the
11371                 mail for sending (PGP signature, encryption, etc).
11372                 This patch also rework sending errors handling to try
11373                 to be more helpful.
11374                 Also, allow redefining folder types via the GUI 
11375                 (Folder type in its Properties)
11376
11377 2006-06-12 [colin]      2.3.0cvs4
11378
11379         * src/summaryview.c
11380         * src/prefs_common.c
11381         * src/prefs_common.h
11382         * src/gedit-print.c
11383                 Allow to define a specific print font - patch
11384                 by Bernhard Walle <bernhard.walle@gmx.de>
11385         * src/prefs_fonts.c
11386         * manual/advanced.xml
11387         * manual/fr/advanced.xml
11388                 Add a hidden pref to allow deletion without
11389                 confirmation
11390
11391 2006-06-12 [wwp]        2.3.0cvs3
11392
11393         * .cvsignore
11394                 more files to ignore.
11395
11396 2006-06-12 [wwp]        2.3.0cvs2
11397
11398         * src/quote_fmt.c
11399         * src/quote_fmt_lex.l
11400         * src/quote_fmt_parse.y
11401                 extend the quote_fmt parser (templates and quotes):
11402                 - allow limited sub-expressions in |p{} and |f{} expressions,
11403                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11404                 - implemented/fixed missing implementation of query_references and show_references,
11405                 - completed, fixed contents and format of the symbols help dialog,
11406                 - fix some compilation warnings.
11407
11408 2006-06-12 [wwp]        2.3.0cvs1
11409
11410         * manual/advanced.xml
11411         * manual/fr/advanced.xml
11412                 updates in the "templates" section of the manual (eng/fr):
11413                  - be more precise (both versions)
11414                  - completed to match the english reference (fr version)
11415                  - touchups (both versions)
11416
11417 2006-06-12 [paul]       2.3.0
11418
11419         2.3.0 released
11420
11421 2006-06-12 [paul]       2.2.3cvs14
11422
11423         * po/ca.po
11424         * po/cs.po
11425         * po/de.po
11426         * po/el.po
11427         * po/fr.po
11428         * po/it.po
11429         * po/pt_BR.po
11430         * po/sr.po
11431         * po/zh_CN.po
11432                 updated by Miquel Oliete, Tim, Stephan Sachse,
11433                 Stavros Giannouris, Fabien Vantard, Andrea
11434                 Spadaccini, Frederico Goncalves Guimaraes,
11435                 Aleksandar Urosevic, and Ralgh Young
11436
11437 2006-06-12 [colin]      2.2.3cvs13
11438
11439         * src/mbox.c
11440                 Add missing header
11441
11442 2006-06-11 [colin]      2.2.3cvs12
11443
11444         * src/msgcache.c
11445                 Verify that g_malloc() succeeded
11446
11447 2006-06-11 [colin]      2.2.3cvs11
11448
11449         * src/wizard.c
11450                 Add Face header to welcome mail
11451
11452 2006-06-10 [colin]      2.2.3cvs10
11453
11454         * src/textview.c
11455                 Revert previous (Forgot it changes the
11456                 margin on the whole mail)
11457
11458 2006-06-10 [colin]      2.2.3cvs9
11459
11460         * src/textview.c
11461                 Don't overlap long headers under (X-)Face
11462
11463 2006-06-10 [mones]      2.2.3cvs8
11464
11465         * manual/xml2pdf
11466                 allow generation of manual on systems lacking saxon binary
11467                 but with java and the saxon library installed
11468
11469         * po/es.po
11470                 updated for release
11471
11472 2006-06-09 [colin]      2.2.3cvs7
11473
11474         * src/summaryview.c
11475                 Fix leak when using Display Sender using Addressbook
11476
11477 2006-06-09 [colin]      2.2.3cvs6
11478
11479         * src/compose.c
11480         * src/folder.c
11481         * src/folderview.c
11482         * src/mimeview.c
11483         * src/summaryview.c
11484                 More leaks fixes
11485
11486 2006-06-09 [paul]       2.2.3cvs5
11487
11488         * AUTHORS
11489         * src/gtk/authors.h
11490         * tools/claws.i18n.status.pl
11491                 updated with new info
11492
11493 2006-06-09 [paul]       2.2.3cvs4
11494
11495         * README
11496                 updated
11497         * manual/ack.xml
11498                 add wwp to authors list
11499         * src/gtk/authors.h
11500                 update mine and Colin's addresses
11501
11502 2006-06-08 [colin]      2.2.3cvs3
11503
11504         * src/etpan/imap-thread.c
11505                 Fix leak on SSL cert check
11506
11507 2006-06-08 [colin]      2.2.3cvs2
11508
11509         * src/common/utils.c
11510                 Fix leak
11511
11512 2006-06-08 [paul]       2.2.3cvs1
11513
11514         * configure.ac
11515                 Update version number following
11516                 stable release
11517
11518 2006-06-07 [colin]      2.2.2cvs3
11519
11520         * src/msgcache.c
11521                 Fix catching cache read errors (guint instead of gint)
11522                 Prevent malloc'ing more than 8MB (means cache corruption)
11523
11524 2006-06-07 [paul]       2.2.2cvs2
11525
11526         * src/exporthtml.c
11527         * src/exportldif.c
11528         * src/mh.c
11529         * src/mutt.c
11530         * src/pine.c
11531         * src/common/utils.c
11532                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11533                 obey $HOME'
11534                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11535                 Thanks to Colin
11536
11537 2006-06-06 [paul]       2.2.2cvs1
11538
11539         * configure.ac
11540                 Update version number following
11541                 stable release
11542
11543 2006-06-06 [paul]       2.2.1cvs6
11544
11545         * src/matcher.c
11546                 fix  implicit declaration of
11547                 sylpheed_do_idle()
11548                 Patch by Fabien Vantard
11549
11550 2006-06-06 [paul]       2.2.1cvs5
11551
11552         * src/matcher.c
11553                 fix age_greater and age_lower so that they
11554                 mean what say and not '...or equal to'
11555                 Thanks to Colin
11556
11557 2006-06-06 [paul]       2.2.1cvs4
11558
11559         * src/textview.c
11560         * src/common/utils.c
11561                 fix URI check
11562                 Thanks to Colin
11563
11564 2006-06-05 [wwp]        2.2.1cvs3
11565
11566         * manual/fr/account.xml
11567                 minor language fixes (thanks to Fabien Vantard).
11568
11569 2006-06-05 [colin]      2.2.1cvs2
11570
11571         * src/prefs_folder_item.c
11572         * src/folderview.c
11573                 Allow recursive setting of properties 
11574                 for whole mailboxes
11575         * src/matcher.c
11576                 Don't freeze on 'test' filtering rule
11577
11578 2006-06-05 [colin]      2.2.1cvs1
11579
11580         * configure.ac
11581                 Update version number following
11582                 stable release
11583
11584 2006-06-04 [wwp]        2.2.0cvs82
11585
11586         * manual/glossary.xml
11587         * manual/account.xml
11588         * manual/fr/glossary.xml
11589         * manual/fr/account.xml
11590                 added glossary section and references/links related to the Face custom header.
11591
11592 2006-06-04 [colin]      2.2.0cvs81
11593
11594         * src/summaryview.c
11595                 Skip to next message on move with no
11596                 immediate execution
11597
11598 2006-06-04 [wwp]        2.2.0cvs80
11599
11600         * manual/xml2pdf
11601                 added sanity checks, exit when needed.
11602
11603 2006-06-03 [paul]       2.2.0cvs79
11604
11605         * src/prefs_receive.c
11606                 page name is now 'Receiving'
11607         * src/prefs_send.c
11608                 page name is now 'Sending'
11609
11610 2006-06-03 [colin]      2.2.0cvs78
11611
11612         * src/plugins/spamassassin/spamassassin_gtk.c
11613                 Autoswitch to Localhost if transport was previously
11614                 disabled. Else people had to check [] Enable, then
11615                 *reselect* transport.
11616
11617 2006-06-03 [colin]      2.2.0cvs77
11618
11619         * src/plugins/pgpinline/pgpinline.c
11620         * src/plugins/pgpmime/pgpmime.c
11621                 Check that gpg_data_release_and_get_mem 
11622                 didn't fail (now, why this happens...)
11623
11624 2006-06-03 [colin]      2.2.0cvs76
11625
11626         * src/mbox.c
11627                 Fix bug #962 (Manual and/or UI should 
11628                 warn about incompatible locking 
11629                 causing dataloss)
11630
11631 2006-06-02 [cleroy]     2.2.0cvs75
11632
11633         * src/filtering.c
11634         * src/folder.c
11635         * src/procmsg.c
11636         * src/summaryview.c
11637                 Fix a few leaks
11638
11639 2006-06-02 [colin]      2.2.0cvs74
11640
11641         * src/main.c
11642                 On exit, free caches after writing them
11643                 Shuts up some valgrind false positives
11644         * src/procmsg.c
11645         * src/send_message.c
11646                 Fix races when reusing existing SMTP connections
11647                 Fix inexistant session timeout
11648         * src/toolbar.c
11649                 Display alertpanel after all queues have
11650                 been processed, not after each
11651
11652 2006-06-02 [wwp]        2.2.0cvs73
11653
11654         * manual/fr/glossary.xml
11655         * manual/fr/ack.xml
11656         * manual/ack.xml
11657                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11658
11659 2006-06-02 [wwp]        2.2.0cvs72
11660
11661         * manual/xml2pdf
11662         * manual/dist/pdf/Makefile.am
11663         * manual/dtd/manual.xsl
11664         * manual/fr/dist/pdf/Makefile.am
11665         * manual/pl/dist/pdf/Makefile.am
11666                 we changed the procedure to generate the .pdf version of the manual.
11667                 The procedure is more modern and the .pdf we get now has a valid index.
11668                 Here are the new pre-requisites:
11669
11670                 - JRE 1.x (1.4 here): there must be one from your distro
11671                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
11672                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
11673                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
11674
11675                 See my posts for further info about the installation of this toolchain:
11676
11677                 Date: Fri, 19 May 2006 19:40:06 +0200
11678                 From: wwp <subscript@free.fr>
11679                 To: sylpheed-claws-devel@lists.sourceforge.net
11680                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
11681
11682                 and
11683
11684                 Date: Wed, 24 May 2006 12:58:49 +0200
11685                 From: wwp <subscript@free.fr>
11686                 To: sylpheed-claws-devel@lists.sourceforge.net
11687                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
11688
11689 2006-06-01 [colin]      2.2.0cvs71
11690
11691         * src/compose.c
11692                 Better guards against IMAP races
11693         * src/main.c
11694         * src/prefs_common.c
11695         * src/prefs_common.h
11696         * src/common/ssl_certificate.c
11697         * src/etpan/imap-thread.c
11698         * src/etpan/imap-thread.h
11699         * src/gtk/sslcertwindow.c
11700                 New hidden option ssl_skip_cert_check to 
11701                 avoid dups of bug #959 (libetpan linked
11702                 against gnutls and gnutls buggy on 64bit)
11703                 Present expired warning only once per
11704                 session/server.
11705         * manual/advanced.xml
11706         * manual/fr/advanced.xml
11707                 Document new option
11708
11709 2006-06-01 [wwp]        2.2.0cvs70
11710
11711         * src/messageview.c
11712                 fix for bug #961 (return receipt dialog 
11713                 complains incorrectly about return-path 
11714                 email adress being different), thanks 
11715                 to Colin.
11716
11717 2006-05-31 [cleroy]     2.2.0cvs69
11718
11719         * src/common/ssl.c
11720                 Guard against NULLs, although this
11721                 should never be an issue
11722
11723 2006-05-31 [colin]      2.2.0cvs68
11724
11725         * src/filtering.c
11726                 Use g_slist_prepend
11727         * src/imap.c
11728                 Don't remove caches when destroying folder, it
11729                 could (should) be done at exit
11730         * src/inc.c
11731                 free processing cache after incorporation
11732         * src/etpan/imap-thread.c
11733                 Maybe fix bug #959 (Crash on moving to emails 
11734                 to a imap account per ssl with a expired 
11735                 certificate.)
11736
11737 2006-05-30 [colin]      2.2.0cvs67
11738
11739         * src/summaryview.c
11740                 Put back event flush when displaying message
11741                 It avoids reading a bunch of messages just
11742                 by hitting shift-n for too long ;)
11743
11744 2006-05-29 [colin]      2.2.0cvs66
11745
11746         * src/summaryview.c
11747                 Remove useless g_warnings
11748
11749 2006-05-29 [colin]      2.2.0cvs65
11750
11751         * src/imap.c
11752                 Fix g_slist_append()s for performance
11753
11754 2006-05-29 [colin]      2.2.0cvs64
11755
11756         * src/compose.c
11757         * src/common/utils.c
11758                 Fix extraneous tab at start of addresses
11759         * src/mainwindow.c
11760                 Fix warnings (thanks to Fabien)
11761                 Fix crash at exit when composing messages 
11762                 exist
11763         * src/pop.c
11764                 Fix progress bar when deleting expired mails
11765                 Thanks to Hiro
11766         * src/summaryview.c
11767         * src/gtk/gtksctree.c
11768                 Fix re-sorting slowness
11769
11770 2006-05-29 [paul]       2.2.0cvs63
11771
11772         * src/mh.c
11773                 fetch full message when moving mails
11774                 from another mailbox, (fixed data loss
11775                 when filtering from IMAP to MH, introduced
11776                 in 2.2.0cvs57).
11777                 Thanks to Colin
11778
11779 2006-05-29 [mones]      2.2.0cvs62
11780
11781         * src/gtk/gtksctree.c
11782                 Unselect faster (patch by Colin)        
11783
11784 2006-05-26 [colin]      2.2.0cvs61
11785
11786         * src/summaryview.c
11787                 Unplug MSGINFO_UPDATE callback on delete too.
11788
11789 2006-05-26 [colin]      2.2.0cvs60
11790
11791         * src/foldersel.c
11792                 Fix bold in folder selection window with glib2.10
11793                 thanks Hiro
11794
11795 2006-05-26 [colin]      2.2.0cvs59
11796
11797         * src/procheader.c
11798                 Convert date only if necessary (and don't
11799                 try to convert from utf8 to utf8, too)
11800         * src/summaryview.c
11801                 Only set column's text if the column's 
11802                 displayed
11803
11804 2006-05-26 [colin]      2.2.0cvs58
11805
11806         * src/summaryview.c
11807         * src/gtk/gtkutils.c
11808                 Fix useless warning
11809
11810 2006-05-26 [colin]      2.2.0cvs57
11811
11812         * src/mainwindow.c
11813                 Make summaryview selectable as long as 
11814                 no message has focus
11815         * src/mh.c
11816                 Faster deletion (by implementing mh_remove_msgs)
11817                 Faster copy (avoid using mh_fetch_msg just to get
11818                 the filename)
11819                 Faster move (using move_file instead of copy_file
11820                 if MSG_IS_MOVE)
11821                 No progressbar if total number of mails to cp/mv 
11822                 is less than 100
11823         * src/summaryview.c
11824                 Fix removal from subject_table when mail gets moved
11825                 Faster deletion (g_slist_prepend instead of append)
11826         * src/gtk/gtksctree.c
11827                 Remove useless code
11828
11829 2006-05-25 [colin]      2.2.0cvs56
11830
11831         * src/common/ssl_certificate.c
11832                 Fix leak in expired cert check
11833
11834 2006-05-25 [colin]      2.2.0cvs55
11835
11836         * src/mh.c
11837                 Disable flags syncing on .mh_sequences - it
11838                 is buggy and marks mails read under unknown
11839                 conditions.
11840
11841 2006-05-25 [paul]
11842
11843         * 2.3.0-rc4 released
11844
11845 2006-05-24 [colin]      2.2.0cvs54
11846
11847         attention cvs users: if you manage to crash
11848         Sylpheed-Claws while moving, copying or deleting
11849         mails, we *are* interested in stack traces and
11850         valgrind logs. It looks stable, but one never
11851         knows...
11852
11853         * src/folder.c
11854                 Add progressbar for cache updates
11855         * src/folderutils.c
11856                 Optimize Mark all read in the current
11857                 folder
11858         * src/mh.c
11859                 Add progressbar for copy/move
11860         * src/procmsg.c
11861                 Optimize O(n^2) in copy/move
11862         * src/summaryview.c
11863         * src/gtk/gtksctree.c
11864                 Optimize O(n^2) algos
11865         * src/common/timing.h
11866                 Display ms instead of us
11867
11868 2006-05-24 [wwp]        2.2.0cvs53
11869
11870         * manual/fr/advanced.xml
11871                 updates to the French manual.
11872
11873 2006-05-24 [wwp]        2.2.0cvs52
11874
11875         * src/common/utils.c
11876                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
11877
11878 2006-05-24 [wwp]        2.2.0cvs51
11879
11880         * src/folderutils.c
11881                 fixed "mark all read" in MH folders (thanks to Colin).
11882
11883 2006-05-24 [paul]       2.2.0cvs50
11884
11885         * doc/man/sylpheed-claws.1
11886                 updated the man page
11887
11888 2006-05-23 [colin]      2.2.0cvs49
11889
11890         * src/folderview.c
11891         * src/imap.c
11892         * src/inc.c
11893         * src/mbox.c
11894         * src/messageview.c
11895         * src/news.c
11896         * src/send_message.c
11897         * src/summaryview.c
11898         * src/gtk/sslcertwindow.c
11899                 alertpanel fixes, by Fabien
11900
11901 2006-05-23 [colin]      2.2.0cvs48
11902
11903         * src/folder.c
11904         * src/folderview.c
11905         * src/msgcache.c
11906         * src/summaryview.c
11907         * src/gtk/gtksctree.c
11908         * src/gtk/gtksctree.h
11909                 More timings
11910                 Fix slow loading problem, which was caused by the
11911                 use of some gtk_ctree funcs and their use of
11912                 g_list_position while gtk_ctree_(un)link'ing.
11913                 Reap more functions from gtkctree.c to be sure we
11914                 use our (fast) version instead of theirs.
11915         * src/mh.c
11916                 Fix copy of unread mails
11917
11918
11919 2006-05-22 [wwp]        2.2.0cvs47
11920
11921         * manual/fr/advanced.xml
11922                 updated.
11923
11924 2006-05-22 [colin]      2.2.0cvs46
11925
11926         * src/filtering.c
11927                 Fix possible infinite loop. 'copy' is not a 
11928                 final action, so when encountering a 'copy',
11929                 we have to check if a previous one was set
11930                 and do it. In the same way, if we encounter
11931                 a 'move' we have to perform a possibly 
11932                 pending 'copy'. This will slow down filtering
11933                 on IMAP if move+copy or multiple copy actions
11934                 are to be done, but handling it via the batch
11935                 would be really too convoluted.
11936
11937 2006-05-22 [wwp]        2.2.0cvs45
11938
11939         * manual/fr/advanced.xml
11940         * manual/fr/faq.xml
11941         * manual/fr/glossary.xml
11942         * manual/fr/handling.xml
11943         * manual/fr/intro.xml
11944         * manual/fr/plugins.xml
11945         * manual/fr/sylpheed-claws-manual.xml
11946                 sync w/ the english manual: updates URIs, documented mailing-list
11947                 support, better explanation about the enabled/disabled feature
11948                 in filtering/processing rules by Paul.
11949
11950 2006-05-21 [colin]      2.2.0cvs44
11951
11952         * src/summaryview.c
11953                 Don't expand after building threads, but during
11954
11955 2006-05-21 [colin]      2.2.0cvs43
11956
11957         * src/procmsg.c
11958         * src/summaryview.c
11959                 More timing possibilities... For next time I have 
11960                 to find out how the hell some 3GHz computer takes
11961                 one minute to open a 30k folder...
11962
11963 2006-05-21 [colin]      2.2.0cvs42
11964
11965         * manual/pl/advanced.xml
11966         * manual/pl/faq.xml
11967         * manual/pl/glossary.xml
11968         * manual/pl/handling.xml
11969         * manual/pl/intro.xml
11970         * manual/pl/plugins.xml
11971         * manual/pl/sylpheed-claws-manual.xml
11972                 Polish manual updated by Pawel
11973
11974 2006-05-20 [colin]
11975
11976         * 2.3.0-rc3 released
11977
11978 2006-05-20 [colin]      2.2.0cvs41
11979
11980         * src/imap.c
11981                 Fix -rc2 problems:
11982                 - remove cache of moved messages from original folder
11983                 - apply new flags to messages even if they aren't appliable
11984                   via IMAP.
11985
11986 2006-05-20 [colin]
11987
11988         * 2.3.0-rc2 released
11989
11990 2006-05-19 [colin]      2.2.0cvs40
11991
11992         * src/imap.c
11993                 Don't issue SELECT in imap_change_flags
11994                 before having checked that we indeed have
11995                 some flags to change. MSG_POSTFILTERED for
11996                 example can't be used on IMAP.
11997                 Fixes bug #955 (copying messages between 
11998                 imap folders is extremely slow), which was
11999                 a regression.
12000
12001 2006-05-19 [colin]      2.2.0cvs39
12002
12003         * src/folder.c
12004         * src/folder.h
12005         * src/folderview.c
12006                 Try to fix bug #830 (Some unread messages 
12007                 get marked read in IMAP inbox):
12008                 - Prevent scanning a folder if it's being 
12009                   opened via the GUI
12010                 - Postpone opening via the GUI of a folder
12011                   currently scanned.
12012
12013
12014 2006-05-19 [wwp]        2.2.0cvs38
12015
12016         * manual/advanced.xml
12017                 fix English+typo (thanks to Paul).
12018
12019 2006-05-19 [wwp]        2.2.0cvs37
12020
12021         * manual/advanced.xml
12022         * manual/fr/advanced.xml
12023         * src/gtk/logwindow.c
12024         * src/prefs_common.c
12025         * src/prefs_common.h
12026                 added hidden prefs to allow customization of colors used in
12027                 protocol log window (useful for dark gtk+ themes).
12028
12029 2006-05-19 [wwp]        2.2.0cvs36
12030
12031         * ChangeLog
12032                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12033
12034 2006-05-19 [paul]       2.2.0cvs35
12035
12036         * src/textview.c
12037                 make Reply-To fully clickable
12038         * src/gtk/logwindow.c
12039                 more colouring (SMTP ESMTP)
12040         Both patches by Pawel Pekala
12041
12042 2006-05-19 [cleroy]     2.2.0cvs34
12043
12044         * src/mh.c
12045                 Don't update flags from current folder
12046                 Probably fixes bug #935 (Read Messages 
12047                 Revert to Being Marked as Unread)
12048
12049 2006-05-18 [colin]      2.2.0cvs33
12050
12051         * src/imap.c
12052                 Warning fix
12053         * src/compose.c
12054         * src/mainwindow.c
12055         * src/summaryview.c
12056         * src/toolbar.c
12057                 Allow replying to multiple emails
12058                 in multiple windows
12059         * src/mimeview.c
12060         * src/etpan/imap-thread.c
12061                 Leak fixes
12062
12063 2006-05-18 [paul]       2.2.0cvs32
12064
12065         * src/summaryview.c
12066                 keep Mailing-List menu refreshed
12067                 Thanks to Colin
12068
12069 2006-05-18 [paul]       2.2.0cvs31
12070
12071         * manual/advanced.xml
12072         * manual/faq.xml
12073         * manual/glossary.xml
12074         * manual/handling.xml
12075         * manual/intro.xml
12076         * manual/plugins.xml
12077         * manual/sylpheed-claws-manual.xml
12078                 update URLs
12079                 add info about mailing-list support
12080                 edit filtering info
12081         * src/wizard.c
12082         * src/common/defs.h
12083         * src/gtk/about.c
12084         * src/plugins/dillo_viewer/README
12085                 update URLs
12086
12087 2006-05-17 [wwp]        2.2.0cvs30
12088
12089         * manual/handling.xml
12090         * manual/fr/handling.xml
12091                 documented the ability to enabled/disable filtering/processing rules.
12092
12093 2006-05-17 [colin]      2.2.0cvs29
12094
12095         * src/main.c
12096                 Don't initialize g_thread subsystem if it's 
12097                 already done (thanks to Hiro)
12098         * src/mimeview.c
12099                 Fix saving of parts when there name can't be
12100                 converted from UTF-8.
12101
12102 2006-05-17 [paul]       2.2.0cvs28
12103
12104         * po/Makefile.in.in
12105                 fix config.status warning with autoconf 2.60
12106
12107 2006-05-17 [paul]       2.2.0cvs27
12108
12109         * po/POTFILES.in
12110                 add src/mbox.c
12111
12112 2006-05-17 [wwp]        2.2.0cvs26
12113
12114         * src/mainwindow.c
12115                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12116
12117 2006-05-17 [wwp]        2.2.0cvs25
12118
12119         * src/plugins/demo/demo.c
12120                 updated product name in plugin demo (many plugins need to be
12121                 sync'ed w/ that change).
12122
12123 2006-05-17 [colin]      2.2.0cvs24
12124
12125         * src/mh.c
12126                 Fix leak
12127
12128 2006-05-16 [colin]      2.2.0cvs23
12129
12130         * src/mainwindow.c
12131                 Stupid me hit again. Fix cvs22.
12132
12133 2006-05-16 [colin]      2.2.0cvs22
12134
12135         * src/mainwindow.c
12136                 Fix bug #922 (sylpheed-claws crashed after 
12137                 pushing on Inbox folder)
12138
12139 2006-05-16 [colin]      2.2.0cvs21
12140
12141         * src/compose.c
12142                 Make From header be copy/paste/select-able
12143
12144 2006-05-16 [wwp]        2.2.0cvs20
12145
12146         * src/export.c
12147         * src/matcher.c
12148         * src/summaryview.c
12149         * src/etpan/imap-thread.c
12150                 fix some compiler warnings (thanks to Colin).
12151
12152 2006-05-16 [wwp]        2.2.0cvs19
12153
12154         * src/action.c
12155         * src/gedit-print.c
12156         * src/inc.c
12157         * src/mainwindow.c
12158         * src/mh.c
12159         * src/statusbar.c
12160         * src/send_message.c
12161         * src/summaryview.c
12162                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12163
12164 2006-05-15 [colin]      2.2.0cvs18
12165
12166         * src/procmsg.c
12167                 Fix automatic rule creation with List-Post
12168
12169 2006-05-15 [paul]       2.2.0cvs17
12170
12171         * tools/filter_conv_new.pl
12172                 updated for rule enabling/disabling
12173                 claws version >= 2.3.x required
12174
12175 2006-05-15 [cleroy]     2.2.0cvs16
12176
12177         * src/main.c
12178                 Revert test
12179
12180 2006-05-15 [cleroy]     2.2.0cvs15
12181
12182         * src/main.c
12183                 test
12184
12185 2006-05-15 [wwp]        2.2.0cvs14
12186
12187         * manual/pl/.cvsignore
12188                 ignore generated files.
12189
12190 2006-05-14 [wwp]        2.3.0-rc1
12191
12192         * 2.3.0-rc1 released
12193
12194 2006-05-13 [wwp]        2.2.0cvs13
12195
12196         * src/filtering.c
12197         * src/filtering.h
12198         * src/matcher.c
12199         * src/matcher_parser_lex.l
12200         * src/matcher_parser_parse.y
12201         * src/prefs_filtering.c
12202                 new feature: provide the ability to disable filtering and processing
12203                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12204                 adaptations.
12205
12206 2006-05-13 [colin]      2.2.0cvs12
12207
12208         * src/compose.c
12209                 Remove useless if (a) b; else b;
12210                 Thanks to wwp
12211
12212 2006-05-13 [wwp]        2.2.0cvs11
12213
12214         * src/export.c
12215         * src/import.c
12216         * src/mainwindow.c
12217         * src/mbox.c
12218         * src/summaryview.c
12219         * src/summaryview.h
12220                 no more silent failures (or at least less ones) when importing
12221                 or exporting from/to mbox. Also start importing/exporting if
12222                 the necessary info is set.
12223
12224 2006-05-13 [wwp]        2.2.0cvs10
12225
12226         * RELEASE_NOTES
12227                 restored up-to-date release notes.
12228
12229 2006-05-13 [paul]       2.2.0cvs9
12230
12231         * po/nl.po
12232         * po/ru.po
12233                 updated by Tim Dijkstra and Pavlo Bohmat
12234
12235 2006-05-12 [colin]      2.2.0cvs8
12236
12237         * src/gtk/quicksearch.c
12238                 Add "k" as shortcut for "colorlabel". Patch
12239                 by ath42@users.sf.net.
12240
12241 2006-05-12 [paul]       2.2.0cvs7
12242
12243         * src/prefs_common.h
12244         * src/prefs_summaries.c
12245         * src/summaryview.c
12246                 when entering a folder also allow
12247                 going directly to first Marked message
12248
12249 2006-05-12 [paul]       2.2.0cvs6
12250
12251         * src/summaryview.c
12252                 always obey 'confirm before marking all
12253                 mails read' option
12254
12255 2006-05-12 [paul]       2.2.0cvs5
12256
12257         * src/textview.c
12258                 make Sender fully clickable
12259
12260 2006-05-12 [colin]      2.2.0cvs4
12261
12262         * src/compose.c
12263         * src/compose.h
12264                 Let From be editable
12265         * src/main.c
12266         * src/mh.c
12267                 Full support of .mh_sequences' Unseen seq
12268
12269 2006-05-12 [colin]      2.2.0cvs3
12270
12271         * src/folder.c
12272         * src/mainwindow.c
12273         * src/mainwindow.h
12274         * src/messageview.c
12275         * src/prefs_spelling.c
12276         * src/procheader.c
12277         * src/procmsg.c
12278         * src/procmsg.h
12279         * src/summaryview.c
12280         * src/toolbar.c
12281         * src/toolbar.h
12282                 Add contextual menu on Compose toolbar
12283                 button. Fixes bug #944 (Automatic
12284                 addresses not applied when changing account
12285                 from compose window)
12286                 add Mailing List support
12287                 based on the old 0.6.5claws25 patch by
12288                 Melvin Hadasht, with finishing touches
12289                 by Colin
12290                 Fix "ignore thread" when mails are threaded by
12291                 subject (and weren't ignored although appearing
12292                 in the thread).
12293                 GUI rework.
12294                 Both patches by Pawel.
12295
12296 2006-05-08 [paul]       2.2.0cvs2
12297
12298         * src/mainwindow.c
12299         * src/mainwindow.h
12300         * src/messageview.c
12301         * src/procheader.c
12302         * src/procmsg.c
12303         * src/procmsg.h
12304         * src/summaryview.c
12305                 add Mailing List support
12306                 based on the old 0.6.5claws25 patch by 
12307                 Melvin Hadasht, with finishing touches
12308                 by Colin
12309
12310 2006-05-08 [colin]      2.2.0cvs1
12311
12312         * src/mainwindow.c
12313         * src/toolbar.c
12314         * src/toolbar.h
12315                 Add contextual menu on Compose toolbar 
12316                 button. Fixes bug #944 (Automatic 
12317                 addresses not applied when changing account 
12318                 from compose window)
12319
12320 2006-05-08 [paul]       2.2.0
12321
12322         2.2.0 released
12323
12324 2006-05-08 [paul]       2.1.1cvs51
12325
12326         * po/cs.po
12327         * po/de.po
12328         * po/en_GB.po
12329         * po/fi.po
12330         * po/fr.po
12331         * po/pt_BR.po
12332         * po/sr.po
12333         * po/zh_CN.po
12334                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12335                 Fabien Vantard, Frederico Goncalves Guimaraes,
12336                 Aleksandar Urosevic, and Ralgh Young
12337
12338 2006-05-12 [colin]      2.1.1cvs50
12339
12340         * po/cs.po
12341         * po/de.po
12342         * po/en_GB.po
12343         * po/es.po
12344         * po/fi.po
12345         * po/fr.po
12346         * po/pt_BR.po
12347         * po/sr.po
12348         * po/zh_CN.po
12349                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12350                 Fabien Vantard, Frederico Goncalves Guimaraes,
12351                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12352
12353 2006-05-05 [colin]      2.1.1cvs49
12354
12355         * manual/Makefile.am
12356         * manual/pl/Makefile.am
12357         * manual/pl/account.xml
12358         * manual/pl/ack.xml
12359         * manual/pl/addrbook.xml
12360         * manual/pl/advanced.xml
12361         * manual/pl/faq.xml
12362         * manual/pl/glossary.xml
12363         * manual/pl/gpl.xml
12364         * manual/pl/handling.xml
12365         * manual/pl/intro.xml
12366         * manual/pl/keyboard.xml
12367         * manual/pl/plugins.xml
12368         * manual/pl/starting.xml
12369         * manual/pl/sylpheed-claws-manual.xml
12370         * manual/pl/dist/.cvsignore
12371         * manual/pl/dist/Makefile.am
12372         * manual/pl/dist/html/.cvsignore
12373         * manual/pl/dist/html/Makefile.am
12374         * manual/pl/dist/pdf/.cvsignore
12375         * manual/pl/dist/pdf/Makefile.am
12376         * manual/pl/dist/ps/.cvsignore
12377         * manual/pl/dist/ps/Makefile.am
12378         * manual/pl/dist/txt/.cvsignore
12379         * manual/pl/dist/txt/Makefile.am
12380                 Add the polish translation of the manual,
12381                 Authored by Pawel Pekala.
12382
12383 2006-05-05 [cleroy]     2.1.1cvs48
12384
12385         * src/main.c
12386                 Re-read matcherrc after loading plugins 
12387                 if some of them add folders.
12388
12389 2006-05-03 [colin]      2.1.1cvs47
12390
12391         * src/imap.c
12392                 I'm idiot
12393
12394 2006-05-03 [colin]      2.1.1cvs46
12395
12396         * src/imap.c
12397                 Be sure to have a session when
12398                 getting separator
12399
12400 2006-05-03 [colin]      2.1.1cvs45
12401
12402         * src/imap.c
12403         * src/imap.h
12404         * src/imap_gtk.c
12405                 Fix preventing renaming with namespace 
12406                 separator.
12407
12408 2006-05-01 [colin]      2.1.1cvs44
12409
12410         * src/action.c
12411                 Don't reload messageview when result of
12412                 action is piped.
12413
12414 2006-04-29 [colin]      2.1.1cvs43
12415
12416         * src/prefs_receive.c
12417         * src/plugins/spamassassin/spamassassin_gtk.c
12418         * src/plugins/clamav/clamav_plugin_gtk.c
12419                 GUI fixes by Pawel
12420
12421 2006-04-29 [colin]      2.1.1cvs42
12422
12423         * src/prefs_compose_writing.c
12424         * src/prefs_quote.c
12425                 Cleanups. Patch by Pawel
12426
12427 2006-04-28 [paul]       2.1.1cvs41
12428
12429         * src/matcher.c
12430                 fix returned quick search results when search
12431                 term contains an underscore.
12432                 Thanks to Colin
12433
12434 2006-04-28 [paul]       2.1.1cvs40
12435
12436         * src/prefs_message.c
12437         * src/prefs_receive.c
12438                 GUI cleanups
12439                 Patches by Pawel Pekala
12440
12441 2006-04-27 [colin]      2.1.1cvs39
12442
12443         * src/wizard.c
12444                 Differentiate subject Welcome from
12445                 window's title Welcome
12446
12447 2006-04-27 [paul]
12448
12449         2.2.0-rc1 released
12450
12451 2006-04-27 [paul]       2.1.1cvs38
12452
12453         * manual/advanced.xml
12454         * manual/fr/advanced.xml
12455                 add info about compose_no_markup hidden pref
12456
12457 2006-04-27 [paul]       2.1.1cvs37
12458
12459         * src/prefs_account.c
12460                 improve privacy labels
12461         * src/prefs_msg_colors.c
12462                 change some strings for translators' convenience
12463         * src/gtk/gtkutils.c
12464                 don't underline the link button text
12465
12466 2006-04-25 [colin]      2.1.1cvs36
12467
12468         * src/folder.c
12469                 Complete 2.1.1cvs33 (once more ;)
12470
12471 2006-04-25 [colin]      2.1.1cvs35
12472
12473         * src/editldap.c
12474                 Fix tooltip
12475
12476 2006-04-25 [cleroy]     2.1.1cvs34
12477
12478         * src/compose.c
12479         * src/gtk/gtkaspell.c
12480                 Fix crash on redirect (related to the return 
12481                 of the aspell menu in compose's toolbar)
12482         * src/prefs_msg_colors.c
12483                 Fix sensitivity widgets
12484         * src/image_viewer.c
12485         * src/gtk/pluginwindow.c
12486         * src/gtk/prefswindow.c
12487                 Change released signals to clicked (Fabien)
12488         * po/POTFILES.in
12489         * src/common/socket.c
12490         * src/plugins/spamassassin/spamassassin.c
12491                 Translate strings (Fabien)
12492
12493 2006-04-25 [paul]       2.1.1cvs33
12494
12495         * src/folder.c
12496         * src/folder.h
12497         * src/folderview.c
12498                 complete the fix of bug #912
12499                 Thanks to Colin
12500
12501 2006-04-25 [colin]      2.1.1cvs32
12502
12503         * src/news.c
12504                 Better progress bar
12505         * src/mimeview.c
12506         * src/summaryview.c
12507         * src/summaryview.h
12508                 Fix focus chain
12509                 Patches by Pawel Pekala
12510
12511 2006-04-24 [colin]      2.1.1cvs31
12512
12513         * src/compose.c
12514                 Fix compilation warnings (Fabien)
12515
12516 2006-04-24 [colin]      2.1.1cvs30
12517
12518         * src/addrindex.c
12519         * src/editldap.c
12520         * src/editldap_basedn.c
12521         * src/editldap_basedn.h
12522         * src/ldapctrl.c
12523         * src/ldapctrl.h
12524         * src/ldapquery.c
12525         * src/ldaputil.c
12526         * src/ldaputil.h
12527                 Fix bug #901 (LDAPS support)
12528
12529 2006-04-24 [colin]      2.1.1cvs29
12530
12531         * src/compose.c
12532                 Fix logic on error with send dialog on
12533         * src/imap.c
12534                 Fix compilation without libetpan, thanks
12535                 to Fabien
12536         * src/summaryview.c
12537                 Fix 'context-menu' key
12538
12539 2006-04-23 [colin]      2.1.1cvs28
12540
12541         * src/folder.c
12542                 Never free current's cache to free up 
12543                 memory. Fixes bug #912 (new count 
12544                 randomly set to message count)
12545
12546 2006-04-23 [colin]      2.1.1cvs27
12547
12548         * src/gtk/quicksearch.c
12549                 And remove printf...
12550
12551 2006-04-23 [colin]      2.1.1cvs26
12552
12553         * src/gtk/quicksearch.c
12554                 Fix replacing in quicksearch, and fix inserting
12555                 in the middle of the string. (introduced at 2.1.0cvs22)
12556
12557 2006-04-23 [colin]      2.1.1cvs25
12558
12559         * src/imap.c
12560                 Make sure uidnext is initialized in get_num_list
12561                 (not for stable, related to 2.1.1cvs8 and friends)
12562
12563 2006-04-23 [colin]      2.1.1cvs24
12564
12565         * src/imap.c
12566                 Output something when login is successful
12567                 too
12568
12569 2006-04-23 [colin]      2.1.1cvs23
12570
12571         * src/etpan/imap-thread.c
12572                 Better logging (line-per-line, hide data in fetch)
12573                 Fix a const warning
12574         * src/gtk/logwindow.c
12575         * src/gtk/logwindow.h
12576                 Better logging (color for input/output)
12577
12578 2006-04-21 [colin]      2.1.1cvs22
12579
12580         * src/gtk/quicksearch.c
12581                 On gtk+-2.8, use stock buttons in quicksearch
12582                 Based on a patch by Fabien and a design by Paul
12583
12584 2006-04-21 [colin]      2.1.1cvs21
12585
12586         * src/folderview.c
12587         * src/mainwindow.c
12588                 Fix occasional flicker in folderview
12589         * src/common/utils.c
12590                 Fix bug #943 (Incorrectly parsed email address 
12591                 list in short headers on message view and in 
12592                 printouts)
12593
12594 2006-04-20 [colin]      2.1.1cvs20
12595
12596         * src/imap.c
12597         * src/imap.h
12598         * src/prefs_account.c
12599                 Add ANONYMOUS auth for IMAP
12600
12601 2006-04-20 [paul]       2.1.1cvs19
12602
12603         * src/main.c
12604                 proper fix for 2.1.1cvs18
12605                 Thanks to Colin
12606
12607 2006-04-20 [paul]       2.1.1cvs18
12608
12609         * src/main.c
12610                 fix build warnings
12611
12612 2006-04-20 [paul]       2.1.1cvs17
12613
12614         * src/gtk/quicksearch.c
12615                 fix standard, non-extended Quick search,
12616                 was broken in 2.1.1cvs15.
12617                 Thanks to Colin.
12618
12619 2006-04-20 [colin]      2.1.1cvs16
12620
12621         * src/prefs_matcher.c
12622                 Fix values when reselecting a ~test
12623                 rule
12624
12625 2006-04-19 [colin]      2.1.1cvs15
12626
12627         * src/compose.c
12628         * src/compose.h
12629         * src/gtk/gtkaspell.c
12630         * src/gtk/gtkaspell.h
12631                 Put back Options menu in Spelling/
12632         * src/gtk/quicksearch.c
12633                 Don't search, and show error, if the
12634                 advanced search has a syntax error
12635
12636 2006-04-18 [colin]      2.1.1cvs14
12637
12638         * src/textview.c
12639                 Fix gdk warnings on set_cursor when textview
12640                 isn't visible
12641
12642 2006-04-18 [colin]      2.1.1cvs13
12643
12644         * src/gtk/gtksctree.c
12645                 Remove seemingly useless refresh that causes
12646                 flicker - watch this commit in case of 
12647                 problems before planned backport to stable
12648
12649 2006-04-18 [colin]      2.1.1cvs12
12650
12651         * src/imap.c
12652                 Factorize get/set_xml code
12653         * src/compose.c
12654         * src/prefs_account.c
12655         * src/prefs_account.h
12656         * src/procmsg.c
12657                 Add Encrypt to self option
12658
12659 2006-04-17 [colin]      2.1.1cvs11
12660
12661         * configure.ac
12662                 Fix search on encrpyt function on dragonfly
12663                 Patch by Jonathan Buschmann <jonthn@agmact.com>
12664
12665 2006-04-17 [colin]      2.1.1cvs10
12666
12667         * src/prefs_account.c
12668                 Be safe by default: remove mails from POP3
12669                 after 7 days, not immediately
12670
12671 2006-04-17 [colin]      2.1.1cvs9
12672
12673         * src/etpan/imap-thread.c
12674                 Fix build on DragonFly - patch by 
12675                 Jonathan Buschmann <jonthn@agmact.com>
12676
12677 2006-04-17 [colin]      2.1.1cvs8
12678
12679         * src/imap.c
12680                 Save uidnext between sessions
12681
12682 2006-04-17 [colin]      2.1.1cvs7
12683
12684         * src/imap.c
12685                 scan is required when uid validity changes
12686
12687 2006-04-17 [colin]      2.1.1cvs6
12688
12689         * src/folderview.c
12690                 Don't scan if not necessary, apart in current
12691                 folder and INBOX to fetch flags.
12692         * src/imap.c
12693                 Scan is necessary if unread count changes
12694
12695 2006-04-17 [colin]      2.1.1cvs5
12696
12697         * src/imap.c
12698                 ...But always fetch ANSWERED and DELETED flags for
12699                 INBOX, as filtering can happen on these flags.
12700
12701 2006-04-17 [colin]      2.1.1cvs4
12702
12703         * src/imap.c
12704                 Don't fetch REPLIED and DELETED flags when synchronising
12705                 flags with a closed folder. We only need UNSEEN and FLAGGED
12706                 to update the folderview.
12707
12708 2006-04-17 [colin]      2.1.1cvs3
12709
12710         * src/imap.c
12711                 Faster flag search when there are new mails 
12712                 in a folder. We can do a full search if the 
12713                 folder contains less messages than the new
12714                 list.
12715
12716 2006-04-17 [colin]      2.1.1cvs2
12717
12718         * po/cs.po
12719         * po/de.po
12720         * po/fr.po
12721         * po/nl.po
12722         * po/pt_BR.po
12723                 Update translations from stable branch
12724
12725 2006-04-17 [colin]      2.1.1cvs1
12726
12727         * configure.ac
12728                 Bump version to follow stable release
12729
12730 2006-04-16 [mones]      2.1.0cvs50
12731
12732         * po/es.po
12733                 Updated for release
12734
12735 2006-04-16 [colin]      2.1.0cvs49
12736
12737         * src/textview.c
12738                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
12739                 with gtk < 2.8. Thanks to Fabien Vantard.
12740
12741 2006-04-15 [colin]      2.1.0cvs48
12742
12743         * src/etpan/imap-thread.c
12744                 Fix bug #919 (libetpan: SEGV when connecting 
12745                 using command)
12746
12747 2006-04-14 [colin]      2.1.0cvs47
12748
12749         * src/main.c
12750                 Fix race on --select (should be done better)
12751
12752 2006-04-14 [wwp]        2.1.0cvs46
12753
12754         * src/send_message.c
12755                 enforce a check for domain in account prefs (a sending
12756                 error could be faced if domain was checked but no value set),
12757                 thanks to Colin.
12758
12759 2006-04-14 [colin]      2.1.0cvs45
12760
12761         * src/codeconv.c
12762                 when converting from unknown to unknown, if the
12763                 string is UTF8, don't convert it to the locale
12764                 (which breaks it)
12765
12766 2006-04-14 [colin]      2.1.0cvs44
12767
12768         * src/compose.c
12769                 Don't try to use ASCII for converting headers
12770                 (as done in body)
12771
12772 2006-04-14 [paul]       2.1.0cvs43
12773
12774         * src/crash.c
12775                 add locale/charset info to crash report
12776         * src/gtk/about.c
12777                 add wwp to doc team
12778                 replace 'e-mail' with preferred 'email'
12779         * src/gtk/authors.h
12780                 ensure contributors list is in alphabetical
12781                 order
12782
12783 2006-04-13 [colin]      2.1.0cvs42
12784
12785         * src/textview.c
12786                 Prevent gdk warnings
12787
12788 2006-04-13 [colin]      2.1.0cvs41
12789
12790         * src/common/ssl_certificate.c
12791         * src/common/ssl_certificate.h
12792         * src/gtk/sslcertwindow.c
12793                 Warn on expired certs, and display the expiration date
12794
12795 2006-04-13 [colin]      2.1.0cvs40
12796
12797         * src/plugins/spamassassin/spamassassin_gtk.c
12798                 Fix missing set_text on unix socket
12799
12800 2006-04-13 [wwp]        2.1.0cvs39
12801
12802         * manual/fr/advanced.xml
12803         * manual/fr/glossary.xml
12804                 applied new spam/ham/email lexicon (pourriel, courriel)
12805
12806 2006-04-13 [paul]       2.1.0cvs38
12807
12808         * src/plugins/pgpmime/plugin.c
12809                 remove the mention of S/MIME from the
12810                 description. This is now handled by the
12811                 S/MIME plugin.
12812
12813 2006-04-13 [paul]       2.1.0cvs37
12814
12815         * src/prefs_msg_colors.c
12816                 rework dialog
12817         * src/prefs_folder_item.c
12818         * src/prefs_spelling.c
12819                 add a tooltip to the colour selector buttons
12820
12821 2006-04-13 [wwp]        2.1.0cvs36
12822
12823         * manual/advanced.xml
12824         * manual/glossary.xml
12825         * manual/handling.xml
12826         * manual/keyboard.xml
12827         * manual/plugins.xml
12828         * manual/starting.xml
12829         * manual/fr/account.xml
12830         * manual/fr/ack.xml
12831         * manual/fr/addrbook.xml
12832         * manual/fr/advanced.xml
12833         * manual/fr/faq.xml
12834         * manual/fr/glossary.xml
12835         * manual/fr/gpl.xml
12836         * manual/fr/handling.xml
12837         * manual/fr/intro.xml
12838         * manual/fr/keyboard.xml
12839         * manual/fr/plugins.xml
12840         * manual/fr/starting.xml
12841         * manual/fr/sylpheed-claws-manual.xml
12842                 fixes to the manuals:
12843                  - summaryview -> Message List (same in French)
12844                  - translate key names
12845                  - fix French punctuation, use non-breakable spaces when
12846                    necessary, don't use &thinsp; which is not portable
12847                  - tell what maildir and mbox formats we support
12848
12849 2006-04-12 [wwp]        2.1.0cvs35
12850
12851         * src/prefs_toolbar.c
12852                 unified a replace button more,
12853                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12854
12855 2006-04-12 [wwp]        2.1.0cvs34
12856
12857         * src/prefs_common.c
12858         * src/prefs_msg_colors.c
12859                 make default color labels translatable,
12860                 patch from Fabien Vantard <fzzzzz@gmail.com>,
12861                 thanks to Tim <timbrain@post.cz> for reporting.
12862
12863 2006-04-12 [wwp]        2.1.0cvs33
12864
12865         * manual/glossary.xml
12866         * manual/intro.xml
12867         * manual/plugins.xml
12868         * manual/starting.xml
12869         * manual/sylpheed-claws-manual.xml
12870         * manual/fr/.cvsignore
12871         * manual/fr/account.xml
12872         * manual/fr/ack.xml
12873         * manual/fr/addrbook.xml
12874         * manual/fr/advanced.xml
12875         * manual/fr/faq.xml
12876         * manual/fr/glossary.xml
12877         * manual/fr/handling.xml
12878         * manual/fr/intro.xml
12879         * manual/fr/keyboard.xml
12880         * manual/fr/plugins.xml
12881         * manual/fr/starting.xml
12882         * manual/fr/sylpheed-claws-manual.xml
12883                 various fixes: typos, missing .fr translations, punctuation,
12884                 capitalization, links, accents and some bad French more.
12885
12886 2006-04-12 [wwp]        2.1.0cvs32
12887
12888         * src/prefs_gtk.c
12889                 fix for bug #935: always store prefs files in UTF-8 (thanks
12890                 to Colin).
12891
12892 2006-04-11 [colin]      2.1.0cvs31
12893
12894         * src/compose.c
12895                 Fix inserting files not in utf8 when locale is utf8
12896
12897 2006-04-11 [colin]      2.1.0cvs30
12898
12899         * src/inc.c
12900                 Don't show error dialog when cancelling connection
12901                 Patch by Pawel
12902
12903 2006-04-11 [cleroy]     2.1.0cvs29
12904
12905         * src/compose.c
12906                 Implement multiple quote levels
12907         * src/prefs_common.c
12908                 Change a little bit the quote bgcolor for 2nd level
12909
12910 2006-04-11 [colin]      2.1.0cvs28
12911
12912         * src/gtk/about.c
12913                 Add locale and charset in the label
12914
12915 2006-04-10 [colin]      2.1.0cvs27
12916
12917         * src/compose.c
12918         * src/prefs_common.c
12919         * src/prefs_common.h
12920         * src/prefs_msg_colors.c
12921         * src/textview.c
12922                 Allow optional background color in quotes
12923                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
12924                 GTK+-2.8.x feature
12925
12926 2006-04-10 [colin]      2.1.0cvs26
12927
12928         * src/main.c
12929         * src/mainwindow.c
12930         * src/mainwindow.h
12931                 Implement --select
12932
12933 2006-04-10 [colin]      2.1.0cvs25
12934
12935         * manual/plugins.xml
12936         * manual/fr/plugins.xml
12937                 Document libcurl's proxy variables
12938
12939 2006-04-09 [colin]      2.1.0cvs24
12940
12941         * src/prefs_common.c
12942                 gettext() returns statically allocated stuff. We have
12943                 to strdup it in order to be able to free it.
12944
12945 2006-04-09 [colin]      2.1.0cvs23
12946
12947         * AUTHORS
12948         * src/gtk/authors.h
12949                 Add Alexei
12950
12951 2006-04-09 [colin]      2.1.0cvs22
12952
12953         * src/mainwindow.c
12954         * src/gtk/quicksearch.c
12955                 Fix bug #859 (problems with cyrilic input in 
12956                 search panel) - Patch by Alexey Illarionov 
12957                 <littlesavage@rambler.ru>
12958
12959 2006-04-09 [colin]      2.1.0cvs21
12960
12961         * src/prefs_customheader.c
12962                 I prefer removing then freeing rather than the contrary
12963                 (even if it doesn't change anything ;-)
12964         * src/prefs_account.c
12965                 Fix bug #933 (Crash re-entering the custom headers list 
12966                 dialog in accounts prefs)
12967                 The problem happened when cancelling the Account 
12968                 Preferences' dialogs - in which case we didn't do 
12969                 anything to the PrefsAccount * struct. In case of applying,
12970                 the old ac_prefs was replaced with the tmp_ac_prefs we were
12971                 working with in this dialog. The problem is that 
12972                 prefs_customheader.c, working on this tmp_ac_prefs, always
12973                 changes the ->customhdr_list pointer, even when cancelled. 
12974                 So in case of cancelling the prefs_account dialog, we still
12975                 have to update ->customhdr_list in the real account.
12976
12977 2006-04-08 [colin]      2.1.0cvs20
12978
12979         * manual/fr/glossary.xml
12980         * manual/fr/keyboard.xml
12981                 Forgot some headers :)
12982
12983 2006-04-08 [colin]      2.1.0cvs19
12984
12985         * manual/Makefile.am
12986         * manual/fr/Makefile.am
12987         * manual/fr/account.xml
12988         * manual/fr/ack.xml
12989         * manual/fr/addrbook.xml
12990         * manual/fr/advanced.xml
12991         * manual/fr/faq.xml
12992         * manual/fr/glossary.xml
12993         * manual/fr/gpl.xml
12994         * manual/fr/handling.xml
12995         * manual/fr/intro.xml
12996         * manual/fr/keyboard.xml
12997         * manual/fr/plugins.xml
12998         * manual/fr/starting.xml
12999         * manual/fr/sylpheed-claws-manual.xml
13000         * manual/fr/dist/.cvsignore
13001         * manual/fr/dist/Makefile.am
13002         * manual/fr/dist/html/.cvsignore
13003         * manual/fr/dist/html/Makefile.am
13004         * manual/fr/dist/pdf/.cvsignore
13005         * manual/fr/dist/pdf/Makefile.am
13006         * manual/fr/dist/ps/.cvsignore
13007         * manual/fr/dist/ps/Makefile.am
13008         * manual/fr/dist/txt/.cvsignore
13009         * manual/fr/dist/txt/Makefile.am
13010                 Add the french translation of the manual. Thanks to
13011                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13012                 account.xml, ack.xml, addrbook.xml and advanced.xml
13013
13014 2006-04-08 [colin]      2.1.0cvs18
13015
13016         * manual/plugins.xml
13017         * manual/starting.xml
13018                 More fixes
13019
13020 2006-04-07 [colin]      2.1.0cvs17
13021
13022         * manual/faq.xml
13023         * manual/intro.xml
13024         * manual/keyboard.xml
13025                 Little fixes
13026
13027 2006-04-07 [colin]      2.1.0cvs16
13028
13029         * README
13030         * src/compose.c
13031         * src/prefs_common.c
13032         * src/prefs_common.h
13033                 Add hidden compose_no_markup pref
13034
13035 2006-04-07 [wwp]        2.1.0cvs15
13036
13037         * src/summary_search.c
13038         * .cvsignore
13039                 Bugfix: stop button was sticky when searching in an empty folder.
13040                 Applied curly brackets code style to the whole file (summary_search.c).
13041                 More files to ignore.
13042
13043 2006-04-07 [wwp]        2.1.0cvs14
13044
13045         * src/message_search.c
13046         * src/summary_search.c
13047                 changed default button when search bumps at file/folder
13048                 beginning or end, for convenience (thanks to Colin).
13049
13050 2006-04-07 [paul]       2.1.0cvs13
13051
13052         * src/plugins/dillo_viewer/dillo_prefs.c
13053                 avoid future potential for namespace collision
13054                 Patch by Colin
13055
13056 2006-04-06 [wwp]        2.1.0cvs12
13057
13058         * src/summary_search.c
13059                 Unify extended/advanced searches names (and thus factorize labels),
13060                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13061
13062 2006-04-06 [wwp]        2.1.0cvs11
13063
13064         * src/folderview.c
13065         * src/prefs_themes.c
13066         * src/summaryview.c
13067                 Fixed some compilation warnings.
13068
13069 2006-04-06 [colin]      2.1.0cvs10
13070
13071         * manual/advanced.xml
13072                 Document the wizard template and how to deploy
13073                 Sylpheed-Claws effectively
13074
13075 2006-04-06 [colin]      2.1.0cvs9
13076
13077         * src/folderview.c
13078                 gettext patch to tell translators about _("#"),
13079                 by Maxim Britov
13080
13081 2006-04-06 [colin]      2.1.0cvs8
13082
13083         * src/textview.c
13084                 Fix invalid GtkTextBIter after clicking "Display as text"
13085
13086 2006-04-06 [mones]      2.1.0cvs7
13087
13088         * src/addr_compl.c
13089         * src/addrindex.c
13090         * src/addritem.c
13091         * src/codeconv.c
13092         * src/compose.c
13093         * src/filtering.c
13094         * src/folder.c
13095         * src/folder_item_prefs.c
13096         * src/folderview.c
13097         * src/localfolder.c
13098         * src/matcher.c
13099         * src/mimeview.c
13100         * src/prefs_msg_colors.c
13101         * src/prefs_spelling.c
13102         * src/prefs_themes.c
13103         * src/procmime.c
13104         * src/procmsg.c
13105         * src/stock_pixmap.c
13106         * src/summaryview.c
13107         * src/textview.c
13108         * src/toolbar.c
13109         * src/common/mgutils.c
13110         * src/common/prefs.c
13111         * src/common/ssl_certificate.c
13112         * src/gtk/colorlabel.c
13113         * src/gtk/quicksearch.c
13114         * src/plugins/pgpmime/pgpmime.c
13115         * src/plugins/spamassassin/spamassassin.c
13116                 Removed redundant NULL checks for g_free() calls.
13117                 Patch by Pawel Pekala.
13118
13119 2006-04-06 [mones]      2.1.0cvs6
13120
13121         * src/prefs_actions.c
13122         * src/prefs_filtering.c
13123         * src/prefs_filtering_action.c
13124         * src/prefs_matcher.c
13125         * src/prefs_template.c
13126         * src/gtk/gtkutils.c
13127         * src/gtk/gtkutils.h
13128                 Have a nice replace button. Patch by Pawel Pekala
13129
13130 2006-04-06 [colin]      2.1.0cvs5
13131
13132         * src/addressbook.c
13133                 Fix crash with empty columns
13134
13135 2006-04-05 [colin]      2.1.0cvs4
13136
13137         * src/wizard.c
13138         * src/prefs_gtk.c
13139                 Allow wizard customization with pre-filled values
13140
13141 2006-04-05 [colin]      2.1.0cvs3
13142
13143         * src/textview.c
13144         * src/mimeview.c
13145         * src/mimeview.h
13146                 Nicer messages in mimeview
13147
13148 2006-04-05 [colin]      2.1.0cvs2
13149
13150         * src/addressbook.c
13151         * src/prefs_summaries.c
13152                 i18n fix
13153
13154 2006-04-05 [colin]      2.1.0cvs1
13155
13156         * src/plugins/pgpcore/plugin.c
13157         * src/plugins/pgpcore/select-keys.c
13158         * src/plugins/pgpcore/select-keys.h
13159         * src/plugins/pgpcore/sgpgme.c
13160         * src/plugins/pgpcore/sgpgme.h
13161         * src/plugins/pgpinline/pgpinline.c
13162         * src/plugins/pgpinline/plugin.c
13163         * src/plugins/pgpmime/pgpmime.c
13164         * src/plugins/pgpmime/plugin.c
13165                 Factorize and generalize a bit 
13166                 Drop S/MIME signature verification from PGP/MIME
13167                 (adding it as another, more complete plugin)
13168
13169 2006-04-05 [paul]       2.1.0
13170
13171         2.1.0 released
13172
13173 2006-04-05 [paul]       2.0.0cvs186
13174
13175         * manual/advanced.xml
13176                 add info on colour labels
13177
13178 2006-04-05 [paul]       2.0.0cvs185
13179
13180         * po/bg.po
13181         * po/cs.po
13182         * po/de.po
13183         * po/el.po
13184         * po/en_GB.po
13185         * po/fi.po
13186         * po/fr.po
13187         * po/it.po
13188         * po/nl.po
13189         * po/pl.po
13190         * po/pt_BR.po
13191         * po/sr.po
13192         * po/zh_CN.po
13193                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13194                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13195                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13196                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13197         * src/gtk/authors.h
13198         * tools/claws.i18n.status.pl
13199                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13200                 and new Czech translator, Tim <timbrain@post.cz>
13201
13202 2006-04-05 [mones]      2.0.0cvs184
13203
13204         * po/es.po
13205                 Updated translation
13206
13207 2006-04-05 [colin]      2.0.0cvs183
13208
13209         * src/gtk/quicksearch.c
13210                 Fix bug #929 (unnecessary reload in quick search bar)
13211
13212 2006-04-05 [colin]      2.0.0cvs182
13213
13214         * src/compose.c
13215                 Fix crash on Reply with no From:
13216                 Show signature and conversion error on queuing 
13217                 (but not sending)
13218         * src/mainwindow.c
13219         * src/summaryview.c
13220         * src/summaryview.h
13221                 Factorize threading code and make sure msginfo 
13222                 is not null when it comes from a GtkCTreeRow's 
13223                 data
13224         * src/gtk/gtkaspell.c
13225                 Check for necessary things
13226         * src/gtk/gtksctree.c
13227         * src/gtk/gtksctree.h
13228                 Reset anchor if necessary when removing node
13229
13230 2006-03-29 [colin]      2.0.0cvs181
13231
13232         * src/folderview.c
13233                 Warn for disabled IMAP accounts (due to lack of
13234                 libetpan). Breaks string-freeze - sorry - but it
13235                 is kind of important ;)
13236
13237 2006-03-28 [colin]      2.0.0cvs180
13238
13239         * src/gtk/gtkutils.c
13240         * src/gtk/gtkutils.h
13241                 Add a gtkut_get_link_btn() function that
13242                 creates a button which acts like an URI
13243         * src/prefs_themes.c
13244         * src/gtk/about.c
13245                 Use this function (factorizes codes)
13246         * src/common/defs.h
13247         * src/gtk/pluginwindow.c
13248                 Add a "Get more..." in the plugins window
13249
13250 2006-03-28 [colin]      2.0.0cvs179
13251
13252         * src/common/smtp.c
13253         * src/common/passcrypt.c
13254         * src/undo.c
13255                 Warning fixes. Patch by Pawel Pekala
13256
13257 2006-03-27 [colin]      2.0.0cvs178
13258
13259         * src/undo.c
13260                 Fix undoing by blocks with spaces
13261
13262 2006-03-27 [colin]      2.0.0cvs177
13263
13264         * src/textview.c
13265                 Set margin to 3px for headers
13266
13267 2006-03-27 [paul]
13268
13269         2.1.0-rc2 released
13270
13271 2006-03-27 [wwp]        2.0.0cvs176
13272
13273         * src/summaryview.c
13274                 don't reset quicksearch when updating the message list.
13275                 Thanks to Colin.
13276
13277 2006-03-26 [wwp]        2.0.0cvs175
13278
13279         * src/compose.c
13280                 use a unified border width ('other' tab in the compose window,
13281                 patch by Pawel Pekala).
13282
13283
13284 2006-03-26 [wwp]        2.0.0cvs174
13285
13286         * src/common/quoted-printable.c
13287         * src/addressbook.c
13288                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13289
13290 2006-03-26 [colin]      2.0.0cvs173
13291
13292         * src/quote_fmt_parse.y
13293                 Fix non-UTF8 date formats messing up the whole quote a 
13294                 little bit
13295
13296 2006-03-26 [colin]      2.0.0cvs172
13297
13298         * src/procheader.c
13299                 Make sure the date is UTF8 valid, or try to make it
13300                 so. IncrediMail is really IncrediStupid.
13301         * src/compose.c
13302                 Fix possible conversions. 
13303                 
13304
13305 2006-03-26 [colin]      2.0.0cvs171
13306
13307         * src/matcher.c
13308                 Fix corner cases in body search. This is still a
13309                 hack... It seems impossible to make it good and 
13310                 reasonably fast at the same time.
13311
13312 2006-03-26 [colin]      2.0.0cvs170
13313
13314         * src/summaryview.c
13315                 I think I killed the twilight zone bug!
13316                 summary_select_node() flushes GTK events in order
13317                 to be able to center the view. But this also 
13318                 flushes keypresses like Ctrl-Alt-U, so this can
13319                 call summary_show from summary_select_node (itself
13320                 called from summary_show, etc.). And the summaryview
13321                 has to be unlocked in this function. So just locking
13322                 while processing GTK events, and bailing if locked, 
13323                 should fix it.
13324                 Fixes bug #927 (SIGSEGV during Update Summary)
13325
13326 2006-03-25 [colin]      2.0.0cvs169
13327
13328         * src/matcher.c
13329                 Fix search in QP-encoded bodies
13330                 Fix utf-8 searches in bodies encoded in the
13331                 locale's encoding
13332         * src/common/quoted-printable.c
13333         * src/common/quoted-printable.h
13334                 Add a decode function that doesn't overwrite
13335                 the original pointer
13336                 
13337
13338 2006-03-24 [colin]      2.0.0cvs168
13339
13340         * src/action.c
13341         * src/summaryview.c
13342         * src/summaryview.h
13343                 Update message cache after action
13344                 Patch by H. Merijn Brand
13345         * src/prefs_msg_colors.c
13346                 Factorize label 
13347                 Patch by Fabien Vantard
13348         * src/plugins/spamassassin/spamassassin_gtk.c
13349                 Remove useless translation
13350                 Patch by Fabien Vantard
13351
13352 2006-03-23 [colin]      2.0.0cvs167
13353
13354         * src/common/ssl.c
13355                 Let 30 seconds to SSL_connect
13356
13357 2006-03-23 [wwp]        2.0.0cvs166
13358
13359         * src/summaryview.c
13360         * src/gtk/description_window.c
13361                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13362                 and headers are translated; adjust description windows' width to fit their
13363                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13364
13365 2006-03-23 [paul]       2.0.0cvs165
13366
13367         * src/common/utils.c
13368                 fix highlighting of URIs containing "()"
13369                 (2.0.0cvs164's reversal fixed)
13370                 Thanks to Colin.
13371
13372 2006-03-23 [paul]       2.0.0cvs164
13373
13374         * src/common/utils.c
13375                 revert patch, (postponing a fix), at 2.0.0cvs120
13376                 as it breaks more URIs than it fixes.
13377                 Allow '-' to be a terminating character in a URI
13378
13379 2006-03-22 [colin]      2.0.0cvs163
13380
13381         * configure.ac
13382                 Require libetpan 0.45
13383                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13384
13385 2006-03-22 [paul]       2.0.0cvs162
13386
13387         * src/editgroup.c
13388                 replace '<-' and '->' buttons with GTK_STOCK graphical
13389                 buttons
13390         * src/summary_search.c
13391                 don't offer '...' for translation
13392                 add a tooltip to advanced search '...' button
13393         * src/gtk/quicksearch.c
13394                 don't offer '...' for translation
13395
13396 2006-03-21 [colin]      2.0.0cvs161
13397
13398         * src/compose.c
13399                 Fix middle-click pasting (insert at click
13400                 position instead of cursor position, don't
13401                 remove existing selection and allow pasting
13402                 our own selection)
13403         * src/addressbook.c
13404                 "LDAP Server" -> "LDAP servers"
13405
13406 2006-03-21 [wwp]        2.0.0cvs160
13407
13408         * src/etpan/imap-thread.c
13409                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13410
13411 2006-03-20 [colin]      2.0.0cvs159
13412
13413         * src/summaryview.c
13414                 Don't reload summaryview after an execute with no
13415                 move action
13416
13417 2006-03-19 [colin]      2.0.0cvs158
13418
13419         * src/addressbook.c
13420                 and put groups at the top, always
13421
13422 2006-03-19 [colin]      2.0.0cvs157
13423
13424         * src/addressbook.c
13425                 Order groups before names, as previously
13426
13427 2006-03-19 [colin]      2.0.0cvs156
13428
13429         * src/addressbook.c
13430                 - Sort case-unsensitive
13431                 - Put the sort arrow at opening too
13432
13433 2006-03-19 [wwp]        2.0.0cvs155
13434
13435         * src/addressbook.c
13436                 allow sorting by name/email/remarks, ensure that right-pane's contents
13437                 matches the left-pane selection (cleared when appropriate).
13438                 Patch by Pawel Pekala <c0rn@o2.pl>.
13439
13440 2006-03-18 [colin]      2.0.0cvs154
13441
13442         * src/textview.c
13443                 Fix text cursor ;)
13444
13445 2006-03-18 [colin]      2.0.0cvs153
13446
13447         * src/gtk/filesel.c
13448                 Make sure we hide the preview if we didn't get
13449                 a filename
13450
13451 2006-03-18 [colin]      2.0.0cvs152
13452
13453         * src/summaryview.c
13454                 Set cursor to watch for execution (fixes lack
13455                 of watch-cursor when dnd'ing hundreds of mails)
13456         * src/gtk/filesel.c
13457                 Check that mime type is 'image/*' before updating
13458                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13459
13460 2006-03-18 [colin]      2.0.0cvs151
13461
13462         * src/mainwindow.c
13463         * src/textview.c
13464         * src/textview.h
13465                 Put a watch cursor in textview too when the mainwindow's
13466                 cursor in a watch
13467
13468 2006-03-18 [colin]      2.0.0cvs150
13469
13470         * src/folder.c
13471                 Change wrong asserts to simple tests
13472
13473 2006-03-17 [colin]      2.0.0cvs149
13474
13475         * src/mainwindow.c
13476         * src/mainwindow.h
13477         * src/prefs_msg_colors.c
13478         * src/summaryview.c
13479         * src/summaryview.h
13480         * src/gtk/colorlabel.c
13481         * src/gtk/colorlabel.h
13482                 Add a color label menu in the main menubar
13483                 Add (fixed) accels Ctrl-{0-7} to change the color
13484                 They have to be fixed because the menu's dynamic,
13485                 the items are complex widgets, hence we can't use
13486                 a GtkItemFactory.
13487
13488
13489 2006-03-17 [wwp]        2.0.0cvs148
13490
13491         * src/compose.c
13492                 rollback few lines from my previous commit (those lines come from
13493                 a pending patch, accidentally commited, even if neutral as they are
13494                 commented out).
13495
13496 2006-03-17 [wwp]        2.0.0cvs147
13497
13498         * src/compose.c
13499                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13500                 applied code style/indentation to the modified function.
13501
13502 2006-03-17 [wwp]        2.0.0cvs146
13503
13504         * src/procmsg.c
13505         * src/compose.c
13506                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13507
13508 2006-03-17 [paul]
13509
13510         2.1.0-rc1 released
13511
13512 2006-03-17 [paul]       2.0.0cvs145
13513
13514         * src/main.c
13515                 addressbook_read_file() was called twice
13516         * src/textview.c
13517                 X-Mailer highlighting
13518
13519 2006-03-16 [colin]      2.0.0cvs144
13520
13521         * src/sourcewindow.c
13522         * src/sourcewindow.h
13523                 And the last one, in source window.
13524
13525 2006-03-16 [colin]      2.0.0cvs143
13526
13527         * src/compose.c
13528         * src/compose.h
13529                 Fix the same stuff in compose
13530
13531 2006-03-16 [colin]      2.0.0cvs142
13532
13533         * src/messageview.c
13534                 Complete the previous messageview crash fix
13535
13536 2006-03-16 [colin]      2.0.0cvs141
13537
13538         * src/procmsg.h
13539         * src/procmsg.c
13540         * src/folder.c
13541                 Fix POSTPROCESSING hook
13542                 Patch by H. Merijn Brand
13543
13544         * src/procmime.c
13545         * src/procmime.h
13546                 Parse Content-Location
13547
13548         * src/toolbar.c
13549         * src/messageview.c
13550         * src/messageview.h
13551                 Don't crash when a top-level MessageView has
13552                 been closed on us. Same problematic than
13553                 yesterday's quicksearch issue.
13554
13555 2006-03-15 [colin]      2.0.0cvs140
13556
13557         * src/gtk/quicksearch.c
13558                 Fix a bitchy race we didn't think about when we
13559                 added quicksearch cancellation:
13560                 If the search is not on cached fields, for example
13561                 body_part matchcase "stuff"
13562                 the matcher code has to get the whole message. If
13563                 we're on IMAP, that can be slow, and in order to
13564                 be non-blocking, the IMAP code idle loop processes
13565                 gtk events too. So it is possible to cancel a
13566                 quicksearch while the matcher is getting the mail's
13567                 body. After matcher got its body, it will start to
13568                 iterate over the matcher list that the Quicksearch's
13569                 clear_search_cb() just freed via prepare_matcher().
13570                 SIGSEGV ensues.
13571                 The fix consists of guarding the matcherlist_match()
13572                 call with a boolean 'matching'. If we reset the
13573                 quicksearch while matching is TRUE, we don't free
13574                 the matcherlist anymore like we did, but we set
13575                 another new flag, deferred_free, to TRUE. Then,
13576                 in quicksearch_match(), just after returning from
13577                 matcherlist_match() and unsetting the matching flag,
13578                 we check the deferred_free flag and do the
13579                 prepare_matcher() (which does the matcherlist_free)
13580                 for real, so we free the matcherlist once it's not
13581                 used anymore.
13582                 As all of this runs via the glib main loop, we
13583                 luckily don't need a mutex.
13584         * src/summaryview.c
13585                 Also, show progress while searching.
13586
13587
13588 2006-03-14 [colin]      2.0.0cvs139
13589
13590         * src/alertpanel.c
13591                 Make alertpanel_is_open non-static
13592
13593 2006-03-14 [colin]      2.0.0cvs138
13594
13595         * src/prefs_spelling.c
13596                 Cleanups - Fabien Vantard
13597
13598 2006-03-14 [wwp]        2.0.0cvs137
13599
13600         * src/main.c
13601                 code style normalization (curly braces, indentation).
13602
13603 2006-03-14 [wwp]        2.0.0cvs137
13604
13605         * src/main.c
13606                 code style (braces, indentation)
13607
13608 2006-03-12 [paul]       2.0.0cvs136
13609
13610         * src/prefs_common.c
13611                 trans_hdr defaults to FALSE to be RFC-savvy
13612         * src/prefs_summaries.c
13613                 add a tooltip to the trans_hdr option
13614                 
13615
13616 2006-03-12 [paul]       2.0.0cvs135
13617
13618         * src/prefs_matcher.c
13619                 give a little more width to the combos
13620         * src/prefs_display_header.c
13621         * src/textview.c
13622                 translate headers if prefs_common.trans_hdr
13623                 is TRUE
13624
13625         Patches by Pawel Pekala
13626
13627 2006-03-12 [paul]       2.0.0cvs134
13628
13629         * src/plugins/clamav/clamav_plugin.c
13630         * src/plugins/dillo_viewer/dillo_viewer.c
13631         * src/plugins/pgpcore/plugin.c
13632         * src/plugins/pgpinline/plugin.c
13633         * src/plugins/pgpmime/plugin.c
13634         * src/plugins/spamassassin/spamassassin.c
13635                 update/add to descriptions
13636         * src/plugins/spamassassin/spamassassin_gtk.c
13637                 fixes to the english, remove superfluous
13638                 tooltips, clean up a little
13639
13640 2006-03-12 [paul]       2.0.0cvs133
13641
13642         * src/compose.c
13643                 fix Bug 924, 'Account combo box shows up wrong 
13644                 if & is in account name'
13645
13646 2006-03-11 [colin]      2.0.0cvs132
13647
13648         * src/summaryview.c
13649                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13650                 messed up shift-selection because is slows down
13651                 moving around summaryview. thanks -users
13652
13653 2006-03-10 [colin]      2.0.0cvs131
13654
13655         * src/plugins/spamassassin/spamassassin_gtk.c
13656                 Put back Paul's engrish fixes
13657
13658 2006-03-10 [colin]      2.0.0cvs130
13659
13660         * src/plugins/spamassassin/spamassassin.c
13661         * src/plugins/spamassassin/spamassassin.h
13662         * src/plugins/spamassassin/spamassassin_gtk.c
13663                 Cleanup SA prefs page (more)
13664                 Patch by Fabien Vantard
13665
13666 2006-03-10 [paul]       2.0.0cvs129
13667
13668         * src/prefs_msg_colors.c
13669         * src/prefs_spelling.c
13670                 widget sensitivity
13671
13672 2006-03-09 [mones]      2.0.0cvs128
13673
13674         * po/es.po
13675                 Update for next RC
13676
13677 2006-03-09 [wwp]        2.0.0cvs127
13678
13679         * configure.ac
13680                 revert accidental commit (requirement for libetpan 0.43), this time
13681                 not in HEAD.
13682
13683 2006-03-09 [wwp]        2.0.0cvs125
13684
13685         * configure.ac
13686                 revert accidental commit (requirement for libetpan 0.43)
13687
13688 2006-03-09 [paul]       2.0.0cvs126
13689
13690         * src/prefs_receive.c
13691                 remove useless frame
13692                 replace 'incorporation' with 'receiving'
13693         * src/plugins/clamav/clamav_plugin_gtk.c
13694         * src/plugins/spamassassin/spamassassin_gtk.c
13695                 improve widget sensitivity
13696                 fix a bit his engrish
13697
13698 2006-03-09 [wwp]        2.0.0cvs125
13699
13700         * src/addressadd.c
13701         * src/foldersel.c
13702         * src/prefs_common.c
13703         * src/prefs_common.h
13704                 remember some more windows' sizes (add to addressbook and
13705                 select folder).
13706
13707 2006-03-09 [paul]       2.0.0cvs124
13708
13709         * src/plugins/pgpcore/prefs_gpg.c
13710                 normalise construction of dialogue
13711
13712 2006-03-09 [paul]       2.0.0cvs123
13713
13714         * src/plugins/trayicon/Makefile.am
13715                 add missing slash
13716
13717 2006-03-08 [colin]      2.0.0cvs122
13718
13719         * src/plugins/trayicon/Makefile.am
13720                 Fix build in separate dir 
13721                 Patch by Bamanzi <bamanzi@gmail.com>
13722
13723 2006-03-08 [colin]      2.0.0cvs121
13724
13725         * src/procmsg.c
13726                 Batch move and copies from summaryview with delayed execution
13727                 too
13728
13729 2006-03-07 [paul]       2.0.0cvs120
13730
13731         * src/common/utils.c
13732                 fix highlighting of URIs containing "()"
13733                 Patch by Pawel Pekala
13734
13735 2006-03-07 [paul]       2.0.0cvs119
13736
13737         * src/folder.c
13738         * src/folder.h
13739         * src/folderview.c
13740                 immediately do alphabetical resort when
13741                 changing a folder's name
13742                 Patch by Pawel Pekala
13743
13744 2006-03-07 [paul]       2.0.0cvs118
13745
13746         * src/news.c
13747         * src/news_gtk.c
13748                 when unsubscribing a newsgroup, remove the
13749                 folder and msgs in .sylpheed-claws/newscache
13750                 Patch by Pawel Pekala <c0rn@gazeta.pl>
13751
13752 2006-03-07 [paul]       2.0.0cvs117
13753
13754         * src/textview.c
13755                 fix wrong Fake URL Warning
13756                 Thanks to Hiro
13757
13758 2006-03-07 [colin]      2.0.0cvs116
13759
13760         * src/imap.c
13761                 Return immediately when password dialog was
13762                 cancelled
13763         * src/gtk/inputdialog.c
13764                 Allow empty strings for passwords
13765
13766
13767 2006-03-06 [colin]      2.0.0cvs115
13768
13769         * src/imap.c
13770                 Prevent double-timeouts when connection fails
13771
13772 2006-03-06 [colin]
13773
13774         2.0.1-rc1 released
13775
13776 2006-03-06 [colin]      2.0.0cvs114
13777
13778         * src/imap.c
13779                 Refresh session during potentially long
13780                 operations
13781
13782 2006-03-06 [wwp]        2.0.0cvs113
13783
13784         * src/prefs_msg_colors.h
13785                 forgot that one (custom color labels).
13786
13787 2006-03-06 [wwp]        2.0.0cvs112
13788
13789         * src/prefs_common.c
13790         * src/prefs_common.h
13791         * src/prefs_msg_colors.c
13792         * src/summaryview.c
13793         * src/summaryview.h
13794         * src/gtk/colorlabel.c
13795         * src/gtk/colorlabel.h
13796                 colors in messages list are now customizable. Color values and names can
13797                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
13798                 Thanks to Paul and Colin for their help with this longstanding patch!
13799
13800 2006-03-06 [wwp]        2.0.0cvs111
13801
13802         * src/textview.c
13803                 don't crash if (x)face is bad.
13804
13805 2006-03-05 [paul]       2.0.0cvs110
13806
13807         * AUTHORS
13808         * configure.ac
13809         * src/Makefile.am
13810         * src/common/Makefile.am
13811         * src/common/utils.h
13812         * src/etpan/imap-thread.c
13813         * src/gtk/authors.h
13814         * src/plugins/clamav/Makefile.am
13815         * src/plugins/demo/Makefile.am
13816         * src/plugins/dillo_viewer/Makefile.am
13817         * src/plugins/pgpcore/Makefile.am
13818         * src/plugins/pgpcore/passphrase.c
13819         * src/plugins/pgpinline/Makefile.am
13820         * src/plugins/pgpmime/Makefile.am
13821         * src/plugins/spamassassin/Makefile.am
13822         * src/plugins/trayicon/Makefile.am
13823                 fix builiding on cygwin
13824                 Patch by Ralgh Young <bamanzi@gmail.com>
13825
13826 2006-03-04 [wwp]        2.0.0cvs109
13827
13828         * manual/keyboard.xml
13829                 fix mixed up/down keys.
13830
13831 2006-03-04 [wwp]        2.0.0cvs108
13832
13833         * README
13834         * INSTALL
13835                 updated links to SpamAssassin.
13836
13837 2006-03-04 [wwp]        2.0.0cvs107
13838
13839         * manual/plugins.xml
13840         * src/plugins/spamassassin/README
13841                 updated SpamAssassin plugin docs to reflect new functional additions
13842                 (also fix/update/documents few technical stuff more, see the README).
13843
13844 2006-03-04 [wwp]        2.0.0cvs106
13845
13846         * src/prefs_message.c
13847                 normalized capitalization of message-prefs paths.
13848
13849 2006-03-04 [wwp]        2.0.0cvs105
13850
13851         * manual/advanced.xml
13852                 typo.
13853
13854 2006-03-03 [colin]      2.0.0cvs104
13855
13856         * src/plugins/clamav/clamav_plugin_gtk.c
13857                 Rework prefs page, patch by Fabien 
13858
13859 2006-03-03 [colin]      2.0.0cvs103
13860
13861         * src/plugins/clamav/clamav_plugin.c
13862                 Set error on all errors
13863
13864 2006-03-03 [colin]      2.0.0cvs102
13865
13866         * src/common/plugin.c
13867                 Initialize error to avoid crashing when a plugin fails
13868                 without setting error
13869
13870 2006-03-02 [wwp]        2.0.0cvs101
13871
13872         * configure.ac
13873                 fixed linker flags for libetpan support on Cygwin
13874                 (thanks to H.Merijn Brand).
13875
13876 2006-03-02 [wwp]        2.0.0cvs100
13877
13878         * src/addressbook.c
13879                 fix some AB error messages: one for punctuation and
13880                 one wrongly duplicate (thanks, maxbritov).
13881
13882 2006-03-02 [wwp]        2.0.0cvs99
13883
13884         * src/plugins/spamassassin/spamassassin.c
13885                 make sync calls to sa-learn/spamc to prevent
13886                 system (whatever local or client/server) overload.
13887
13888 2006-03-02 [colin]      2.0.0cvs98
13889
13890         * src/summaryview.c
13891                 Put the spam icon in the status column instead of the
13892                 mark one
13893
13894 2006-03-01 [colin]      2.0.0cvs97
13895
13896         * src/plugins/spamassassin/spamassassin.c
13897                 Fix segfault (g_file_set_contents fails for some 
13898                 reason and err==0x2f. Can't find out why with
13899                 valgrind, using working function :-)
13900
13901 2006-03-01 [colin]      2.0.0cvs96
13902
13903         * src/inc.c
13904                 Offline overriding: let 'No' be cached only 3 seconds
13905
13906 2006-03-01 [colin]      2.0.0cvs95
13907
13908         * src/addr_compl.c
13909         * src/addrbook.c
13910         * src/addressbook.c
13911         * src/addrindex.c
13912         * src/folder_item_prefs.c
13913         * src/headerview.c
13914         * src/imap.c
13915         * src/inc.c
13916         * src/ldif.c
13917         * src/mainwindow.c
13918         * src/mh.c
13919         * src/msgcache.c
13920         * src/prefs_common.h
13921         * src/prefs_msg_colors.c
13922         * src/procheader.c
13923         * src/procheader.h
13924         * src/procmime.c
13925         * src/procmsg.c
13926         * src/procmsg.h
13927         * src/send_message.h
13928         * src/simple-gettext.c
13929         * src/summaryview.c
13930         * src/summaryview.h
13931         * src/syldap.c
13932         * src/textview.c
13933         * src/undo.c
13934         * src/common/ssl_certificate.c
13935         * src/common/utils.c
13936         * src/gtk/colorsel.c
13937         * src/gtk/gtksctree.c
13938         * src/gtk/gtkshruler.c
13939         * src/plugins/trayicon/trayicon.c
13940                 #if 0 goes to /dev/null
13941
13942 2006-03-01 [colin]      2.0.0cvs94
13943
13944         * src/compose.c
13945         * src/imap.c
13946         * src/inc.c
13947         * src/inc.h
13948         * src/messageview.c
13949         * src/news.c
13950         * src/plugins/spamassassin/spamassassin.c
13951                 Allow to add information in the "working offline"
13952                 window
13953
13954 2006-03-01 [wwp]        2.0.0cvs93
13955
13956         * src/plugins/spamassassin/spamassassin.c
13957                 fixed spamc invocation: use a tricky temporary mini shell wrapper
13958                 'cause it seems that calling `spamc ... < inputfile` with
13959                 g_spawn_(a)sync simply.. erm doesn't work :-).
13960
13961 2006-03-01 [wwp]        2.0.0cvs92
13962
13963         * src/toolbar.c
13964         * src/toolbar.h
13965                 simplify the adding of spam/ham button to the messageview toolbar
13966                 (it gets more clear now that the same button will be "Mark as spam"
13967                 or "Mark as ham" according to the current message status,
13968                 thanks to Colin).
13969
13970 2006-03-01 [wwp]        2.0.0cvs91
13971
13972         * src/messageview.c
13973         * src/procmsg.c
13974         * src/procmsg.h
13975         * src/summaryview.c
13976         * src/plugins/spamassassin/spamassassin.c
13977         * src/plugins/spamassassin/spamassassin.h
13978                 make learner callbacks return a status (0 for ok),
13979                 handle it in main code to avoid setting flags when learning failed,
13980                 don't learn on TCP if offline in spamassassin,
13981                 thanks to Colin.
13982
13983                 
13984
13985 2006-03-01 [wwp]        2.0.0cvs90
13986
13987         * src/compose.c
13988                 some work around the compose window's account menu,
13989                 patch by Fabien Vantard.
13990
13991 2006-03-01 [wwp]        2.0.0cvs89
13992
13993         * src/plugins/spamassassin/spamassassin.c
13994                 fixed bad logics, was using spamc in local mode and sa-learn
13995                 in remote mode (thanks, Colin).
13996
13997 2006-03-01 [wwp]        2.0.0cvs88
13998
13999         * src/plugins/spamassassin/spamassassin.c
14000         * src/plugins/spamassassin/spamassassin.h
14001         * src/plugins/spamassassin/spamassassin_gtk.c
14002                 made processing of emails w/ sa-plugin an option (default is TRUE),
14003                 fixed Engrish some tooltips, capitalization of some debug messages
14004                 and warnings. The spamassassin plugin now provides two separate
14005                 services: process emails upon incorporation and spamd training.
14006                 Both services (un)register independently but use some common
14007                 plugin settings (transport settings, spam storage location).
14008
14009 2006-02-28 [wwp]        2.0.0cvs87
14010
14011         * src/plugins/spamassassin/spamassassin.c
14012                 fix async flag to spamc cmdline execution (batch exec should
14013                 be asynchronous).
14014
14015 2006-02-27 [wwp]        2.0.0cvs86
14016
14017         * src/plugins/spamassassin/spamassassin.c
14018         * src/plugins/spamassassin/spamassassin.h
14019         * src/plugins/spamassassin/spamassassin_gtk.c
14020                 - added the ability to learn a remote spamassassin server (spamd),
14021                 using spamc.
14022                 - added the spamassassin option 'username', that applies to all
14023                 spamassassin operations (filtering, learning, local or remote).
14024                 The default username is the current unix user (if left blank
14025                 from gtk prefs or config file).
14026                 - commented out some unused code (notebook widget), removed unused
14027                 layout (hbox1).
14028                 - make more widgets sensitive to the transport type.
14029
14030 2006-02-27 [colin]      2.0.0cvs85
14031
14032         * src/plugins/spamassassin/spamassassin.c
14033                 Fix sa-learn call when offline
14034
14035 2006-02-27 [colin]      2.0.0cvs84
14036
14037         * configure.ac
14038         * src/Makefile.am
14039         * src/mainwindow.c
14040         * src/mainwindow.h
14041         * src/messageview.c
14042         * src/messageview.h
14043         * src/prefs_toolbar.c
14044         * src/procmsg.c
14045         * src/stock_pixmap.c
14046         * src/stock_pixmap.h
14047         * src/summaryview.c
14048         * src/toolbar.c
14049         * src/toolbar.h
14050         * src/pixmaps/ham_btn.xpm
14051         * src/pixmaps/spam.xpm
14052         * src/pixmaps/spam_btn.xpm
14053         * src/plugins/spamassassin/spamassassin.c
14054                 Add button in toolbar for spam learning
14055                 Fix a few bugs from the last related commit
14056                 Revert 1.9.6cvs23 which messed up shift-selection
14057
14058 2006-02-24 [colin]      2.0.0cvs83
14059
14060         * src/procmsg.c
14061         * src/summaryview.c
14062         * src/summaryview.h
14063         * src/plugins/spamassassin/spamassassin.c
14064         * src/plugins/spamassassin/spamassassin.h
14065         * src/plugins/spamassassin/spamassassin_gtk.c
14066                 Unregister learner when spamassassin is either
14067                 disabled or over tcp
14068
14069 2006-02-24 [colin]      2.0.0cvs82
14070
14071         * src/Makefile.am
14072         * src/mainwindow.c
14073         * src/mainwindow.h
14074         * src/procmsg.c
14075         * src/procmsg.h
14076         * src/stock_pixmap.c
14077         * src/stock_pixmap.h
14078         * src/summaryview.c
14079         * src/summaryview.h
14080         * src/gtk/icon_legend.c
14081         * src/pixmaps/spam.xpm  ** NEW FILE **
14082         * src/plugins/spamassassin/spamassassin.c
14083         * src/plugins/spamassassin/spamassassin_gtk.c
14084                 Add spam learning interface (Mark/Mark as 
14085                 (spam|ham) menus)
14086
14087 2006-02-24 [wwp]        2.0.0cvs81
14088
14089         * src/compose.c
14090         * src/compose.h
14091         * src/filtering.c
14092                 hide compose window when sending message in batch mode
14093                 (filtering: forward and redirect). Also fixed a wrong
14094                 value returned when sending failed, neutral anyway.
14095                 (Colin, me) 
14096
14097 2006-02-24 [wwp]        2.0.0cvs80
14098
14099         * src/mainwindow.c
14100                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14101
14102 2006-02-24 [paul]       2.0.0cvs79
14103
14104         * src/news.c
14105         * src/news.h
14106         * src/news_gtk.c
14107                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14108                 Thanks to Colin
14109
14110 2006-02-23 [colin]      2.0.0cvs78
14111
14112         * src/alertpanel.c
14113                 Change OK to Close in alertpanel with View log
14114                 button; add accel to View log. Patch by Fabien
14115                 Vantard
14116
14117 2006-02-23 [wwp]        2.0.0cvs77
14118
14119         * src/compose.c
14120                 silly me, there were much more tests to perform, since toolbars can
14121                 really have down to 1 element only.
14122
14123 2006-02-23 [wwp]        2.0.0cvs76
14124
14125         * commitHelper
14126                 fixed indentation from my previous commit. Fallback to VISUAL if
14127                 EDITOR is not set (and to vi, at last resort).
14128
14129 2006-02-23 [wwp]        2.0.0cvs75
14130
14131         * commitHelper
14132                 improved error detection (Colin, me).
14133
14134 2006-02-23 [wwp]        2.0.0cvs74
14135
14136         * src/prefs_toolbar.c
14137                 simplify and fix prefs/toolbars layouting. Combos' contents can
14138                 now be really displayed.
14139
14140 2006-02-23 [wwp]        2.0.0cvs73
14141         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14142         be really displayed.
14143
14144 2006-02-22 [wwp]        2.0.0cvs72
14145
14146         * src/compose.c
14147                 fix a typo in my previous commit (sorry!).
14148
14149 2006-02-22 [wwp]        2.0.0cvs71
14150
14151         * src/prefs_toolbar.c
14152                 fix a crash when adding separators to toolbars,
14153                 also fix some separator item information.
14154
14155 2006-02-22 [wwp]        2.0.0cvs70
14156
14157         * src/compose.c
14158                 fix a crash when redirecting (for instance) when compose window's
14159                 toolbar contents has been customized (when some buttons have been
14160                 removed in fact).
14161
14162 2006-02-21 [wwp]        2.0.0cvs69
14163
14164         * src/summaryview.c
14165         * src/gtk/pluginwindow.c
14166         * src/plugins/pgpcore/prefs_gpg.c
14167                 fix some compilation warnings (feat. remains of removed code).
14168
14169 2006-02-21 [wwp]        2.0.0cvs68
14170
14171         * src/gtk/gtkutils.c
14172                 fix two compilation issues, thanks to Stephan Sachse.
14173
14174 2006-02-20 [colin]      2.0.0cvs67
14175
14176         * src/mainwindow.c
14177                 Don't reselect displayed mail on refocus
14178                 This fixes actions misbehaving 
14179
14180 2006-02-20 [wwp]        2.0.0cvs66
14181
14182         * src/summaryview.c
14183         * src/gtk/gtksctree.c
14184         * src/gtk/gtkshruler.c
14185                 changed more runtime typecast checks.
14186
14187 2006-02-20 [wwp]        2.0.0cvs65
14188
14189         * src/summary_search.c
14190                 find all - summaryview refresh issue fixed, thanks to Colin.
14191
14192 2006-02-20 [wwp]        2.0.0cvs64
14193
14194         * src/gtk/gtkutils.c
14195                 better runtime typecast checks.
14196
14197 2006-02-20 [wwp]        2.0.0cvs63
14198
14199         * src/summary_search.c
14200                 enhancements to the summary search:
14201                         - add the ability to stop the running search
14202                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14203                         - don't search if no criteria (From/To/Subject/Body) is set
14204                         - ensure that a busy mouse pointer is always shown when searching,
14205                           show it even a bit earlier
14206
14207 2006-02-19 [colin]      2.0.0cvs62
14208
14209         * src/compose.c
14210         * src/imap.c
14211         * src/etpan/imap-thread.c
14212         * src/etpan/imap-thread.h
14213                 (Future) IMAP speed improvement on sending
14214                 Will require a libetpan update
14215         * src/summaryview.c
14216         * src/gtk/quicksearch.c
14217                 Make quicksearch clearable while running.
14218
14219 2006-02-17 [colin]      2.0.0cvs61
14220
14221         * src/imap.c
14222         * src/etpan/imap-thread.c
14223         * src/etpan/imap-thread.h
14224                 Check for IMAP certificates
14225                 ** Requires libetpan-0.42-cvs4 
14226                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14227
14228 2006-02-17 [colin]      2.0.0cvs60
14229
14230         * src/messageview.c
14231         * src/prefs_common.c
14232         * src/prefs_common.h
14233         * src/prefs_message.c
14234                 Add pref to display HTML-only mails with plugin, 
14235                 if possible (defaulting to FALSE of course).
14236
14237 2006-02-16 [colin]      2.0.0cvs59
14238
14239         * src/main.c
14240         * src/common/plugin.c
14241         * src/common/plugin.h
14242         * src/gtk/pluginwindow.c
14243                 Keep track of requested (but unloaded) plugins
14244                 in some error cases.
14245
14246 2006-02-16 [wwp]        2.0.0cvs58
14247
14248         * src/gtk/gtkaspell.c
14249         * src/gtk/gtkaspell.h
14250         * src/prefs_spelling.c
14251         * src/compose.c
14252         * src/prefs_common.c
14253         * src/prefs_common.h
14254                 implemented new optional spellchecker behaviour: re-check message when
14255                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14256
14257 2006-02-16 [wwp]        2.0.0cvs57
14258
14259         * src/quote_fmt_parse.y
14260                 pclose popen'ed pipe.
14261
14262 2006-02-15 [colin]      2.0.0cvs56
14263
14264         * src/mimeview.c
14265         * src/mimeview.h
14266                 Let MimeViewers know which MimeView they
14267                 depend of.
14268         * src/summaryview.c
14269                 Swap From/To columns in Sent/Queue/Drafts
14270                 folders
14271         * src/etpan/imap-thread.c
14272                 Use mailstream_low_tls_open() for STARTTLS
14273                 instead of mailstream_low_ssl_open()
14274                 ** REQUIRES libetpan 0.42cvs3 **
14275
14276 2006-02-15 [wwp]        2.0.0cvs55
14277
14278         * src/compose.c
14279         * src/compose.h
14280         * src/message_search.c
14281         * src/message_search.h
14282         * src/textview.c
14283         * src/gtk/gtkutils.c
14284         * src/gtk/gtkutils.h
14285                 added the ability to Find text in the compose window (and a bit
14286                 of code factorization).
14287
14288 2006-02-15 [wwp]        2.0.0cvs54
14289
14290         * src/prefs_gtk.c
14291                 yet another one file was missing (fix for some widgets' sensitivity).
14292                 Thanks Colin!
14293
14294 2006-02-15 [wwp]        2.0.0cvs53
14295
14296         * src/prefs_gtk.h
14297                 oops forgot that file (fix for some widgets' sensitivity).
14298
14299 2006-02-15 [wwp]        2.0.0cvs52
14300
14301         * src/summary_search.c
14302                 implemented advanced summary search options (added the ability
14303                 to use matcher conditions in an advanced search mode).
14304
14305 2006-02-15 [wwp]        2.0.0cvs51
14306
14307         * src/plugins/pgpcore/prefs_gpg.c
14308         * src/prefs_account.c
14309                 fix some widget sensitivity, mostly around some labels in
14310                 account prefs.
14311
14312 2006-02-15 [paul]       2.0.0cvs50
14313
14314         * manual/advanced.xml
14315                 improve Templates info
14316                 written by wwp
14317
14318 2006-02-14 [colin]      2.0.0cvs49
14319
14320         * src/pixmaps/address_book.xpm
14321         * src/pixmaps/preferences.xpm
14322         * src/pixmaps/properties.xpm
14323                 Fix pixmap size - patch by Fabien Vantard
14324
14325 2006-02-13 [colin]      2.0.0cvs48
14326
14327         * src/procmime.c
14328                 Add missing fclose()s on error
14329         * src/textview.c
14330                 Remove unused code
14331         * src/common/utils.c
14332                 Fix temp files not being deleted on windows
14333         Patches by Thomas Gilgin
14334
14335 2006-02-13 [colin]      2.0.0cvs47
14336
14337         * src/mainwindow.c
14338                 Fix exit crash
14339
14340 2006-02-13 [wwp]        2.0.0cvs46
14341
14342         * src/plugins/pgpcore/prefs_gpg.c
14343                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14344
14345 2006-02-12 [colin]      2.0.0cvs45
14346
14347         * src/folderview.c
14348         * src/main.c
14349         * src/mainwindow.c
14350                 Fix "stuff" when quitting
14351
14352 2006-02-12 [wwp]        2.0.0cvs44
14353
14354         * src/prefs_themes.c
14355                 fix typos in debug messages.
14356
14357 2006-02-11 [colin]      2.0.0cvs43
14358
14359         * src/summaryview.c
14360                 don't allow drag/drop from ourself
14361
14362 2006-02-10 [wwp]        2.0.0cvs42
14363
14364         * src/exporthtml.c
14365         * src/html.c
14366         * src/html.h
14367         * src/procmime.c
14368         * src/textview.c
14369                 renamed html_ prefixed functions and data structures to avoid
14370                 namespace clashes w/ other software (gtkhtml2 for instance).
14371                 Closes bug #907.
14372
14373
14374 2006-02-09 [colin]      2.0.0cvs41
14375
14376         * src/summaryview.c
14377                 Fix shitty logic messed up. Thanks Ticho for the hint!
14378
14379 2006-02-09 [wwp]        2.0.0cvs40
14380
14381         * src/gtk/about.c
14382         * src/compose.c
14383         * src/prefs_account.c
14384         * src/prefs_gtk.h
14385         * src/editaddress.c
14386                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14387                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14388                 Browse buttons in accounts prefs.
14389
14390 2006-02-09 [colin]      2.0.0cvs39
14391
14392         * src/matcher.c
14393                 Check for pointer before using its members
14394         * src/gtk/gtksourceprintjob.c
14395                 Fix a wrong warning
14396
14397 2006-02-09 [wwp]        2.0.0cvs38
14398
14399         * src/gtk/filesel.c
14400                 fix few compiler warnings (type mismatch).
14401
14402 2006-02-09 [paul]       2.0.0cvs37
14403
14404         * po/fr.po
14405                 updated by Fabien Vantard
14406
14407 2006-02-08 [colin]      2.0.0cvs36
14408
14409         * src/prefs_common.c
14410         * src/common/defs.h
14411         * src/common/plugin.c
14412                 allow windows and linux configurations to coexist
14413                 patch by Thomas Gilgin
14414
14415 2006-02-08 [colin]      2.0.0cvs35
14416
14417         * src/filtering.c
14418         * src/matcher.c
14419         * src/matcher.h
14420         * src/matcher_parser_parse.y
14421         * src/prefs_filtering_action.c
14422         * src/prefs_matcher.c
14423                 Add the "Ignore thread" filtering
14424                 action
14425
14426 2006-02-08 [colin]      2.0.0cvs34
14427
14428         * src/compose.c
14429         * src/procmime.c
14430         * src/procmime.h
14431                 Fix bug #905 (damaged attachment)
14432                 text files with raw \0's aren't really text files
14433         FOR_STABLE
14434
14435 2006-02-08 [colin]      2.0.0cvs33
14436
14437         * src/summaryview.c
14438                 Fix crasher introduced yesterday
14439
14440 2006-02-08 [wwp]        2.0.0cvs32
14441
14442         * src/compose.c
14443         * src/compose.h
14444                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14445
14446 2006-02-08 [wwp]        2.0.0cvs31
14447
14448         * src/prefs_template.c
14449                 templates enhancement: allow address completion for Cc and Bcc fields
14450                 (it was currently possible for the To field only)
14451
14452 2006-02-08 [colin]      2.0.0cvs30
14453
14454         * src/compose.c
14455                 Don't unblock if not blocked
14456         FOR_STABLE
14457
14458 2006-02-07 [colin]      2.0.0cvs29
14459
14460         * src/action.c
14461                 Forgot to refresh summaryview
14462
14463 2006-02-07 [colin]      2.0.0cvs28
14464
14465         * src/action.c
14466                 Freeze/thaw message list and folder list while
14467                 processing %as{} actions 
14468         * src/compose.c
14469                 Fix auto-wrap disabling after a middle-click
14470                 paste - FOR_STABLE
14471
14472 2006-02-07 [paul]       2.0.0cvs27
14473
14474         * src/folder.c
14475                 fix freeing of uninitialised pointers
14476                 Thanks to Colin
14477
14478 2006-02-06 [colin]      2.0.0cvs26
14479
14480         * src/folder.c
14481                 Use g_slist_prepend in potentially big list
14482
14483 2006-02-06 [colin]      2.0.0cvs25
14484
14485         * src/folder.c
14486                 Completely skip processing if it doesn't 
14487                 exist (faster!)
14488
14489 2006-02-06 [colin]      2.0.0cvs24
14490
14491         * src/folder.c
14492         * src/summaryview.c
14493                 Batch filtering in summaryview (from Tools menu)
14494                 and pre/post//-processing too
14495
14496 2006-02-06 [colin]      2.0.0cvs23
14497
14498         * src/procmsg.h
14499         * src/filtering.c
14500                 Use a special field for batch filtering instead
14501                 of stepping on deferred execution's toes
14502
14503 2006-02-06 [colin]      2.0.0cvs22
14504
14505         * src/action.c
14506         * src/filtering.c
14507         * src/filtering.h
14508         * src/folder.c
14509         * src/summaryview.c
14510                 Fix filtering via menus and actions
14511
14512 2006-02-06 [colin]      2.0.0cvs21
14513
14514         * src/imap.c
14515                 Put the added file directly to cache if possible (will work
14516                 with next libetpan)
14517         * src/filtering.c
14518         * src/filtering.h
14519         * src/inc.c
14520         * src/folder.c
14521         * src/mbox.c
14522         * src/procmsg.h
14523                 Move and copy filtered messages by batches instead of one
14524                 by one - faster on IMAP
14525         * src/procmsg.c
14526                 Add a function that'll possibly be useful later
14527
14528 2006-02-06 [colin]      2.0.0cvs20
14529
14530         * src/addressbook.c
14531                 Use internal mime-type instead of text/plain for d'n'd
14532         * src/compose.c
14533                 Allow attaching files from mimeview's icon list via d'n'd
14534         * src/folderview.c
14535         * src/folderview.h
14536                 Use internal mime-type instead of text/plain for d'n'd
14537                 Don't try to selected opened folder if none is
14538                 Factorize d'n'd from other apps code
14539         * src/headerview.c
14540         * src/textview.c
14541         * src/gtk/gtkutils.c
14542         * src/gtk/gtkutils.h
14543                 Factorize Face/X-Face stuff
14544         * src/mimeview.c
14545                 Fix d'n'd to other apps
14546         * src/prefs_message.c
14547                 Let the XFace pref be usable without libcompface as it also
14548                 applies to Face
14549         * src/summaryview.c
14550                 Fix d'n'd to other apps
14551                 Factorize d'n'd from other apps code
14552
14553 2006-02-06 [wwp]        2.0.0cvs19
14554
14555         * po/it.po
14556                 Italian translation fixes by Andrea Spadaccini (no more confusion
14557                 between filtering and processing, and few changes in the About
14558                 dialog).
14559
14560
14561 2006-02-06 [mones]      2.0.0cvs18
14562
14563         * src/gtk/icon_legend.c
14564                 Improved descriptions allowing better translations
14565
14566 2006-02-05 [colin]      2.0.0cvs17
14567
14568         * src/imap.c
14569                 Add the f*cking missing expunge that caused imap_fetch_env
14570                 to fail after an add_msgs ! :-///
14571         * src/etpan/imap-thread.c
14572                 Add a bit of debug
14573         FOR_STABLE
14574
14575 2006-02-05 [colin]      2.0.0cvs16
14576
14577         * src/common/utils.c
14578                 Don't check for return-path (or we can't put
14579                 back non-sent mails)
14580
14581 2006-02-05 [colin]      2.0.0cvs15
14582
14583         * src/textview.c
14584                 Don't try to display Face header in textview
14585                 when teh headerview's active
14586
14587 2006-02-05 [colin]      2.0.0cvs14
14588
14589         * tools/tbird2syl.py
14590         * tools/Makefile.am
14591                 Add script to import Thunderbird mails
14592
14593 2006-02-05 [colin]      2.0.0cvs13
14594
14595         * src/headerview.c
14596         * src/procheader.c
14597         * src/procmsg.c
14598         * src/procmsg.h
14599         * src/textview.c
14600                 Show Face headers - patch partially by Klaus Flittner
14601
14602 2006-02-05 [colin]      2.0.0cvs12
14603
14604         * src/folderview.c
14605         * src/summaryview.c
14606         * src/common/utils.c
14607         * src/common/utils.h
14608                 Let dnd work from mime icons to summaryview
14609                 and to folderview too
14610                 Add a crude test to avoid trying to add files
14611                 drag'n'dropped when they're not mails
14612
14613 2006-02-04 [colin]      2.0.0cvs11
14614
14615         * src/summaryview.c
14616         * src/mimeview.c
14617                 Fix utf8 conversion
14618
14619 2006-02-04 [colin]      2.0.0cvs10
14620
14621         * src/compose.c
14622         * src/folderview.c
14623         * src/mimeview.c
14624         * src/summaryview.c
14625         * src/summaryview.h
14626                 Added various drag and drop capas:
14627                 From                    To
14628                 summaryview             other apps
14629                 mimeview icons          other apps
14630                 other apps              summaryview
14631                 other apps              folderview
14632
14633                 This shouldn't have broken the existing:
14634                 From                    To
14635                 summaryview             folderview
14636                 folderview              folderview
14637                 summaryview             compose's attachments
14638
14639         Tests welcomed.
14640
14641 2006-02-02 [paul]       2.0.0cvs9
14642
14643         * src/mainwindow.c
14644                 move global option 'Set displayed columns...' out
14645                 of folder option grouping.
14646                 fix sensitivity of 'harvest addresses'
14647         FOR_STABLE
14648
14649 2006-02-01 [colin]      2.0.0cvs8
14650
14651         * src/mimeview.c
14652                 Revert the alertpanel patch, it sucks (intrusive
14653                 and gets in the way of "open")
14654
14655 2006-02-01 [colin]      2.0.0cvs7
14656
14657         * src/compose.c
14658         * src/prefs_account.c
14659         * src/prefs_common.c
14660         * src/common/defs.h
14661         * src/common/utils.c
14662         * src/common/utils.h
14663                 Add ability to edit the signature file
14664                 from the account preferences, and use
14665                 a default for the text editor.
14666                 Patch by Fabien Vantard
14667
14668 2006-02-01 [colin]      2.0.0cvs6
14669
14670         * src/mimeview.c
14671                 Try to get mime type by extension if it is
14672                 application/octet-stream
14673                 Display a window with possible choices when
14674                 encountering unknown mime types
14675         * src/gtk/filesel.c
14676         * src/gtk/filesel.h
14677                 Add preview
14678                 Allow multiple selection in filtered filesel
14679                 (patch by Fabien Vantard)
14680         * src/gtk/pluginwindow.c
14681                 Use it (patch by Fabien Vantard)
14682
14683 2006-02-01 [paul]       2.0.0cvs5
14684
14685         * src/jpilot.c
14686                 fix crash on creating jpilot address book
14687                 Thanks to Colin - FOR_STABLE
14688         * src/prefs_summaries.c
14689         * src/prefs_wrapping.c
14690         * src/gtk/icon_legend.c
14691         * src/gtk/quicksearch.c
14692                 string fixes and additions
14693
14694 2006-02-01 [paul]       2.0.0cvs4
14695
14696         * src/compose.c
14697         * src/mainwindow.c
14698         * src/messageview.c
14699         * src/prefs_send.c
14700                 add Arabic encoding option
14701                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
14702
14703 2006-01-31 [colin]      2.0.0cvs3
14704
14705         * src/plugins/pgpcore/passphrase.c
14706                 Convert passphrase to locale encoding
14707         * src/compose.c
14708                 Fix drafting on IMAP. Crappy bug sneaked in
14709                 the release :-/
14710         FOR_STABLE
14711
14712 2006-01-30 [paul]       2.0.0cvs2
14713
14714         * src/gtk/icon_legend.c
14715                 show the new entries
14716
14717 2006-01-30 [colin]      2.0.0cvs1
14718
14719         * src/manual.c
14720                 Check for the file to be present before 
14721                 enabling the menu - FOR_STABLE
14722         * src/gtk/icon_legend.c
14723                 Add folders icons (not all of them, there
14724                 are too much, but the most intriguing ones)
14725
14726 2006-01-30 [paul]       2.0.0
14727
14728         version 2.0.0 released
14729
14730 [For previous entries, see ChangeLog.pre2.0.0]