4beb802e8c564e9330d54672b8284ac47d3d85cb
[claws.git] / ChangeLog
1 2007-08-08 [wwp]        2.10.0cvs104
2
3         * src/prefs_folder_item.c
4                 Better fix, group variables declarations (USE_ASPELL).
5
6 2007-08-08 [wwp]        2.10.0cvs103
7
8         * src/prefs_folder_item.c
9                 Fix compilation w/ USE_ASPELL set (broken
10                 by 2.10.0cvs102).
11
12 2007-08-08 [ticho]      2.10.0cvs102
13
14         * src/prefs_folder_item.c
15                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
16
17 2007-08-08 [colin]      2.10.0cvs101
18
19         * src/imap.c
20         * src/etpan/imap-thread.c
21         * src/etpan/imap-thread.h
22                 Close selected mailbox before doing
23                 status on it.
24
25 2007-08-08 [colin]      2.10.0cvs100
26
27         * src/html.c
28                 Complete symbol table, thanks to wwp.
29                 Fixes bug 1284, 'The html -> text 
30                 converter ignores entities'
31         * src/msgcache.c
32                 Fix possible fd leak
33
34 2007-08-08 [colin]      2.10.0cvs99
35
36         * src/imap.c
37                 Better way to fetch UIDs on non-UIDPLUS servers
38
39 2007-08-07 [colin]      2.10.0cvs98
40
41         * src/imap.c
42                 fix bug 1275, 'auto-saved draft messages not 
43                 always being removed'; Also, make multiple
44                 copy (in the same account) faster by matching
45                 source/destination message UIDs.
46         * src/messageview.c
47                 Don't try to reshow deleted mail
48         * src/msgcache.c
49                 Fix leak on error path
50
51 2007-08-07 [wwp]        2.10.0cvs97
52
53         * manual/account.xml
54         * manual/advanced.xml
55         * manual/fr/account.xml
56         * manual/fr/advanced.xml
57                 Updated the reference manual and the French translation to
58                 reflect 2.10.0cvs84: enable running folder Processing
59                 rules on demand.
60
61 2007-08-06 [wwp]        2.10.0cvs96
62
63         * src/prefs_common.c
64         * src/prefs_common.h
65         * src/textview.c
66                 Allow changing the emphasis color used to highlight
67                 the newsreader/x-mailer header value when it matches
68                 our preferred mail agent (hidden pref 'emphasis_col' added
69                 to clawsrc).
70
71 2007-08-06 [colin]      2.10.0cvs95
72
73         * src/compose.c
74         * src/compose.h
75                 Re-commit 2.10.0cvs86, with a protection
76                 against Pango bug. Also, try to fix 
77                 bug 1275, 'auto-saved draft messages not 
78                 always being removed'
79
80 2007-08-06 [wwp]        2.10.0cvs94
81
82         * src/gtk/quicksearch.c
83                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
84
85 2007-08-06 [ticho]      2.10.0cvs93
86
87         * src/prefs_account.c
88         * src/gtk/combobox.c
89                 Use GtkComboBox instead of GtkOptionMenu for privacy system
90                 selection in account preferences.
91
92 2007-08-06 [wwp]        2.10.0cvs92
93
94         * src/plugins/pgpcore/plugin.def
95                 Apply one more chunk from gpg4win's 03-w32-port patch.
96
97 2007-08-05 [colin]      2.10.0cvs91
98
99         * src/compose.c
100         * src/compose.h
101                 reverting buggy patch for now
102
103 2007-08-05 [colin]      2.10.0cvs90
104
105         * src/folder.c
106                 Fix slowdown
107
108 2007-08-04 [colin]      2.10.0cvs89
109
110         * src/prefs_summaries.c
111         * src/summary_search.c
112                 Replace deprecated widgets. Patch by
113                 Andrej.
114
115 2007-08-04 [colin]      2.10.0cvs88
116
117         * src/mh.c
118                 Refresh GUI only every 2000 mails on mh_get_last_num
119                 This is fast (readdir) and done only once per 
120                 session/folder
121
122 2007-08-03 [colin]      2.10.0cvs87
123
124         * src/prefs_account.c
125         * src/gtk/combobox.h
126         * src/gtk/gtkutils.c
127                 Fix a deprecated widget. Patch by
128                 Andrej
129
130 2007-08-03 [colin]      2.10.0cvs86
131
132         * src/compose.c
133         * src/compose.h
134                 Make colorisation and wrapping algorithms
135                 faster. Fixes bug 1246, 'compose becomes 
136                 increasingly slow replying to complex emails'
137
138 2007-08-03 [paul]       2.10.0cvs85
139
140         * src/mh.c
141                 keep the window painted
142
143 2007-08-02 [paul]       2.10.0cvs84
144
145         * src/folderview.c
146         * src/mainwindow.c
147         * src/mainwindow.h
148                 enable running folder Processing
149                 rules on demand
150
151 2007-08-02 [paul]       2.10.0cvs83
152
153         * src/textview.c
154                 speed up/clean up rendering of larger
155                 msgs
156                 Thanks to Colin
157
158 2007-08-01 [paul]       2.10.0cvs82
159
160         * src/mainwindow.h
161                 clean up cruft
162         * src/toolbar.c
163                 change default toolbar layout on maemo
164         * src/pixmaps/close.xpm
165                 make the red cross a grey cross
166         * src/pixmaps/jpilot.xpm
167                 make icon smaller so it fits better
168
169 2007-07-31 [paul]       2.10.0cvs81
170
171         * src/setup.c
172         * src/gtk/gtkutils.c
173                 fix crash on maemo on first launch
174
175 2007-07-30 [paul]       2.10.0cvs80
176
177         * src/prefs_matcher.c
178                 specify the units of age and size
179
180 2007-07-30 [paul]       2.10.0cvs79
181
182         * src/main.c
183                 Fix IMAP timeout setting
184
185 2007-07-30 [colin]      2.10.0cvs78
186
187         * src/prefs_account.c
188                 Fix a deprecated widget. Patch by
189                 Andrej
190
191 2007-07-27 [paul]       2.10.0cvs77
192
193         * src/matcher_parser_parse.y
194         * src/prefs_filtering_action.c
195         * src/prefs_matcher.c
196                 these changes forgotten in cvs74's
197                 'watch thread' feature
198
199 2007-07-27 [paul]       2.10.0cvs76
200
201         * src/compose.c
202                 fix potential crasher
203                 thanks to Colin
204
205 2007-07-27 [paul]       2.10.0cvs75
206
207         * src/mainwindow.c
208         * src/manual.c
209         * src/manual.h
210         * src/gtk/gtkutils.c
211                 make mainwindow's /Help/Manual point to the
212                 remote copy if the local copy doesn't exist
213
214 2007-07-27 [paul]       2.10.0cvs74
215
216         * src/Makefile.am
217         * src/filtering.c
218         * src/folder.c
219         * src/mainwindow.c
220         * src/matcher.c
221         * src/matcher.h
222         * src/matcher_parser_parse.y
223         * src/procmsg.c
224         * src/procmsg.h
225         * src/stock_pixmap.c
226         * src/stock_pixmap.h
227         * src/summaryview.c
228         * src/summaryview.h
229         * src/toolbar.c
230         * src/toolbar.h
231         * src/pixmaps/watchthread.xpm
232                 add 'watch thread' feature
233
234 2007-07-27 [paul]       2.10.0cvs73
235
236         * src/prefs_folder_item.c
237                 adjust labels, add tooltips
238
239 2007-07-27 [colin]      2.10.0cvs72
240
241         * src/summaryview.c
242                 Maemo: Remove less used menu items
243
244 2007-07-26 [colin]      2.10.0cvs71
245
246         * src/messageview.c
247                 Maemo: destroy messageview after trashing mail.
248                 Maybe should be done on X11 too
249
250 2007-07-26 [colin]      2.10.0cvs70
251
252         * src/folderview.c
253         * src/mainwindow.c
254         * src/prefs_common.c
255         * src/prefs_common.h
256         * src/summaryview.c
257                 Add View/Show or Hide/Column headers
258
259 2007-07-26 [colin]      2.10.0cvs69
260
261         * src/procmime.c
262                 Fix unwanted output
263
264 2007-07-26 [colin]      2.10.0cvs68
265
266         * src/ldapserver.c
267                 Fix possible crash on cache invalidation
268         * src/compose.c
269         * src/procmime.c
270         * src/procmime.h
271         * src/quote_fmt_parse.y
272                 Make replying to mails with big attachments
273                 much faster. Fixes bug 1224, 'The process of 
274                 Replying to emails with large attachments 
275                 seems unreasonably long...'
276
277 2007-07-26 [colin]      2.10.0cvs67
278
279         * src/mimeview.c
280         * src/matcher.c
281         * src/common/ssl.c
282                 Fix threads use on BSDs
283
284 2007-07-26 [paul]       2.10.0cvs66
285
286         * src/gtk/prefswindow.c
287                 fix account prefs breakage
288                 thanks to Colin
289
290 2007-07-26 [paul]       2.10.0cvs65
291
292         * configure.ac
293                 standardise ./configure --help messages
294
295 2007-07-26 [colin]      2.10.0cvs64
296
297         * src/addressbook.c
298         * src/editaddress.c
299                 Fix two vCard-related crashes
300
301 2007-07-25 [colin]      2.10.0cvs63
302
303         * src/inc.c
304         * src/prefs_common.c
305         * src/prefs_common.h
306         * src/prefs_receive.c
307                 Maemo: Add a better way to notify of
308                 new mails
309         * src/mainwindow.c
310         * src/statusbar.h
311         * src/summaryview.c
312         * src/toolbar.c
313                 Maemo: Various layout fixes
314         * src/gtk/prefswindow.c
315                 Maemo: Better prefs layout
316
317 2007-07-25 [paul]       2.10.0cvs62
318
319         * src/textview.c
320                 fix the layout on maemo
321                 thanks to Colin
322
323 2007-07-25 [iwkse]      2.10.0cvs61
324
325         * src/summaryview.c
326                 add 'o' shortcut on summaryview
327
328 2007-07-25 [iwkse]      2.10.0cvs60
329
330         * src/textview.c
331                 fix o shortcut
332
333 2007-07-24 [colin]      2.10.0cvs59
334
335         * src/mh.c
336                 Fix missing timestamp update on source
337                 folder when moving
338         * src/textview.c
339         * src/textview.h
340                 Better text layout on part's choices
341
342 2007-07-23 [colin]      2.10.0cvs58
343
344         * src/mimeview.c
345         * src/textview.c
346                 Maemo: Automatically choose the correct application
347                 to open parts
348         * src/gtk/quicksearch.c
349                 Make search run on GDK_KP_Enter too
350
351 2007-07-23 [wwp]        2.10.0cvs57
352
353         * src/quote_fmt_lex.l
354                 Revert accidentaly committed lines (account_sig) in
355                 2.10.0cvs56.
356
357 2007-07-23 [wwp]        2.10.0cvs56
358
359         * src/quote_fmt_lex.l
360                 Fix typos around long form expressions in the quote lexer.
361
362 2007-07-23 [paul]
363
364         3.0.0-rc1 released
365
366 2007-07-23 [colin]      2.10.0cvs55
367
368         * src/addr_compl.c
369                 Fix auto-completion on Maemo
370
371 2007-07-23 [colin]      2.10.0cvs54
372
373         * src/statusbar.c
374                 Maemo: Fix sticking statusbars
375
376 2007-07-22 [colin]      2.10.0cvs53
377
378         * src/main.c
379                 Maemo: Fix the strange "top_application" info
380                 at startup. We should do something when 
381                 receiving such a message.
382
383 2007-07-20 [paul]       2.10.0cvs52
384
385         * src/news_gtk.c
386                 add missing #include "statusbar.h"
387
388 2007-07-20 [colin]      2.10.0cvs51
389
390         * src/folder.c
391         * src/folder.h
392         * src/folder_item_prefs.c
393         * src/folder_item_prefs.h
394         * src/folderview.c
395         * src/imap.c
396         * src/imap_gtk.c
397         * src/imap_gtk.h
398         * src/news.c
399         * src/news_gtk.c
400         * src/news_gtk.h
401         * src/prefs_folder_item.c
402                 Implement age-based caching: allow to
403                 specify a threshold for the offline synchronisation
404                 feature, and whether old cached bodies should 
405                 be removed
406         * src/toolbar.c
407         * src/toolbar.h
408                 Fix label/tooltips
409         * src/plugins/dillo_viewer/dillo_viewer.c
410                 Check that Dillo's installed
411
412 2007-07-20 [wwp]        2.10.0cvs50
413
414         * src/mimeview.c
415         * src/stock_pixmap.c
416                 Draw a frame around the selected mimeview part icon (instead of the
417                 shifted 'dancing' icon).
418
419 2007-07-20 [colin]      2.10.0cvs49
420
421         * src/main.c
422                 Unref stuff even on error
423         * src/wizard.c
424                 disconnect signals only at the very
425                 end of the wizard save.
426
427 2007-07-20 [colin]      2.10.0cvs48
428
429         * src/mainwindow.c
430         * src/messageview.c
431         * src/toolbar.c
432         * src/toolbar.h
433                 Fix random crashes while navigating
434                 (GTK_EVENTS_FLUSH)
435
436 2007-07-19 [colin]      2.10.0cvs47
437
438         * configure.ac
439         * src/main.c
440         * src/prefs_common.c
441         * src/prefs_common.h
442         * src/wizard.c
443         * src/common/defs.h
444         * src/common/utils.c
445                 Maemo: add an easy way to store data (mails
446                 and IMAP/NNTP caches) on one of the SD cards,
447                 and protect against unmounts if needed
448
449 2007-07-19 [paul]       2.10.0cvs46
450
451         * src/Makefile.am
452         * src/stock_pixmap.c
453         * src/gtk/about.c
454         * src/pixmaps/claws-mail_logo-small.xpm
455                 implement a (slightly) different About
456                 dialog for maemo and add a small version
457                 of the logo for it
458         * src/wizard.c
459                 use a scrolled window for wizard page 1
460                 on maemo
461
462 2007-07-19 [paul]       2.10.0cvs45
463
464         * src/Makefile.am
465                 too soon for this line
466
467 2007-07-19 [paul]       2.10.0cvs44
468
469         * src/Makefile.am
470                 fix build on n800
471
472 2007-07-19 [colin]      2.10.0cvs43
473
474         * src/wizard.c
475                 Solve Mail/Mailbox name when specifying
476                 full /path/to/Mail.
477
478 2007-07-18 [colin]      2.10.0cvs42
479
480         * src/inc.c
481         * configure.ac
482                 Fix build on n770
483
484 2007-07-18 [colin]      2.10.0cvs41
485
486         * src/inc.c
487                 Maemo: plug the online/offline system into
488                 maemo's interfaces to have Claws automatically
489                 switch according to the system status
490         * src/statusbar.c
491                 Maemo: use HildonBanners to display status
492                 messages. Renders the main statusbar useless.
493
494 2007-07-18 [paul]       2.10.0cvs40
495
496         * src/filtering.c
497                 fix screen blanking on moving/copying many msgs
498         * src/folder.c
499                 fix processing progressbar and screen blanking
500                 during processing
501
502 2007-07-18 [paul]       2.10.0cvs39
503
504         * src/messageview.c
505                 revert cvs37, breakage on maemo
506
507 2007-07-18 [paul]       2.10.0cvs38
508
509         * src/gtk/gtkutils.c
510                 make sure we can still build with older GTK's
511
512 2007-07-18 [colin]      2.10.0cvs37
513
514         * src/messageview.c
515                 Only hide the small layout's messageview, instead
516                 of destroying it when closing
517         * src/gtk/gtkutils.c
518                 Use gtk_window_present_with_time to popup windows,
519                 it seems to make things better with modern WMs
520                 (actually focusing)
521
522 2007-07-17 [colin]      2.10.0cvs36
523
524         * src/editaddress.c
525                 Simplify layout on Maemo
526         * src/folder.c
527                 Fix possible crash
528         * src/prefs_display_header.c
529                 Remove some headers by default on Maemo
530
531 2007-07-17 [paul]       2.10.0cvs35
532
533         * src/prefs_common.c
534         * src/prefs_common.h
535         * src/prefs_logging.c
536         * src/common/log.c
537                 add options to stop/enable writing logs to disc
538
539 2007-07-17 [paul]       2.10.0cvs34
540
541         * src/edittags.c
542                 fix some issues with the Apply tags window:
543                 - set search column (enables autocompl in the treeview)
544                 - apply tag from "New tag" if it existed
545                 - clears New tag entry when adding it with the button
546                 Thanks to Colin
547
548 2007-07-17 [paul]       2.10.0cvs33
549
550         * src/edittags.c
551                 fix 'apply tags' dialogue weirdness
552
553 2007-07-16 [colin]      2.10.0cvs32
554
555         * src/toolbar.c
556                 Fix double-loading of mails on Maemo
557
558 2007-07-16 [colin]      2.10.0cvs31
559
560         * src/messageview.c
561                 Prevent double-loading of the same part under some
562                 conditions; hide statusbar on Maemo
563
564 2007-07-16 [colin]      2.10.0cvs30
565
566         * src/edittags.c
567         * src/edittags.h
568         * src/mainwindow.c
569         * src/summaryview.c
570                 Improve the tag interface - allow
571                 to set/unset tags from a special
572                 window.
573         * src/gtk/gtkvscrollbutton.c
574         * src/mimeview.c
575         * src/mimeview.h
576         * src/stock_pixmap.c
577                 Fix Mimeview's ugly hacks in the
578                 icon list. 
579
580 2007-07-16 [paul]       2.10.0cvs29
581
582         * src/wizard.c
583                 rework dialog
584         * src/gtk/icon_legend.c
585                 put it all in a scrolled window
586
587 2007-07-15 [colin]      2.10.0cvs28
588
589         * src/mainwindow.c
590                 Maemo: force layout to be Small screen; the
591                 others don't make sense
592
593 2007-07-14 [colin]      2.10.0cvs27
594
595         * src/mimeview.c
596         * src/gtk/gtkvscrollbutton.c
597                 Maemo: Fix mimeview's buttons size
598
599 2007-07-14 [colin]      2.10.0cvs26
600
601         * src/toolbar.c
602                 Fix the button workaround fix.
603                 (Use the correct variable)
604
605 2007-07-14 [colin]      2.10.0cvs25
606
607         * src/mainwindow.c
608         * src/toolbar.c
609                 Maemo: put the progress bar in the
610                 toolbar
611
612 2007-07-14 [colin]      2.10.0cvs24
613
614         * src/prefs_common.c
615                 Maemo: hide statusbar by default
616         * src/Makefile.am
617         * src/stock_pixmap.c
618         * src/stock_pixmap.h
619         * src/toolbar.c
620         * src/pixmaps/go_folders.xpm
621                 Maemo: Add a specific icon to go back to
622                 folder list
623
624 2007-07-14 [colin]      2.10.0cvs23
625
626         * src/toolbar.c
627                 Don't set homogeneous finally
628
629 2007-07-14 [colin]      2.10.0cvs22
630
631         * src/toolbar.c
632                 Fix button show/hide issues
633
634 2007-07-14 [colin]      2.10.0cvs21
635
636         * src/toolbar.c
637                 Fix huge arrows
638                 Fix button workaround to be able to click
639                 if mouse was on button when it went un-
640                 sensitive.
641                 Revert previous commit, gtk_tool_item_set_homogeneous
642                 doesn't mean what it seems to mean ;-)
643
644 2007-07-14 [paul]       2.10.0cvs20
645
646         * src/toolbar.c
647                 make homogeneous FALSE always
648
649 2007-07-13 [colin]      2.10.0cvs19
650
651         * src/toolbar.c
652         * src/toolbar.h
653                 Rework to fit the non-deprecated API
654         * src/compose.c
655         * src/folderview.c
656         * src/mainwindow.c
657         * src/messageview.c
658         * src/summaryview.c
659                 Maemo layout changes. Better toolbars,
660                 removal of CTree headers. 
661
662 2007-07-13 [paul]       2.10.0cvs18
663
664         * src/gtk/colorlabel.c
665                 fix bug 1261, '[DE] coloring messages in overview 
666                 keys are not localised'
667                 the string is now included in claws-mail.pot
668
669 2007-07-13 [colin]      2.10.0cvs17
670
671         * src/summaryview.c
672                 Fix bug 1267, 'printing mutliple messages 
673                 opens one message-dialog after the other'
674                 Ask for confirmation when printing 10
675                 messages or more.
676
677 2007-07-11 [colin]      2.10.0cvs16
678
679         * COPYING
680         * README
681         * autogen.sh
682         * manual/claws-mail-manual.xml
683         * manual/gpl.xml
684         * manual/es/claws-mail-manual.xml
685         * manual/es/gpl.xml
686         * manual/fr/claws-mail-manual.xml
687         * manual/fr/gpl.xml
688         * manual/pl/gpl.xml
689         * src/account.c
690         * src/account.h
691         * src/action.c
692         * src/action.h
693         * src/adbookbase.h
694         * src/addr_compl.c
695         * src/addr_compl.h
696         * src/addrbook.c
697         * src/addrbook.h
698         * src/addrcache.c
699         * src/addrcache.h
700         * src/addrcindex.c
701         * src/addrcindex.h
702         * src/addrclip.c
703         * src/addrclip.h
704         * src/addrdefs.h
705         * src/addressadd.c
706         * src/addressadd.h
707         * src/addressbook.c
708         * src/addressbook.h
709         * src/addressbook_foldersel.c
710         * src/addressbook_foldersel.h
711         * src/addressitem.h
712         * src/addrgather.c
713         * src/addrgather.h
714         * src/addrharvest.c
715         * src/addrharvest.h
716         * src/addrindex.c
717         * src/addrindex.h
718         * src/addritem.c
719         * src/addritem.h
720         * src/addrquery.c
721         * src/addrquery.h
722         * src/addrselect.c
723         * src/addrselect.h
724         * src/alertpanel.c
725         * src/alertpanel.h
726         * src/browseldap.c
727         * src/browseldap.h
728         * src/codeconv.c
729         * src/codeconv.h
730         * src/compose.c
731         * src/compose.h
732         * src/crash.c
733         * src/crash.h
734         * src/customheader.c
735         * src/customheader.h
736         * src/displayheader.c
737         * src/displayheader.h
738         * src/editaddress.c
739         * src/editaddress.h
740         * src/editaddress_other_attributes_ldap.c
741         * src/editaddress_other_attributes_ldap.h
742         * src/editbook.c
743         * src/editbook.h
744         * src/editgroup.c
745         * src/editgroup.h
746         * src/editjpilot.c
747         * src/editjpilot.h
748         * src/editldap.c
749         * src/editldap.h
750         * src/editldap_basedn.c
751         * src/editldap_basedn.h
752         * src/edittags.c
753         * src/edittags.h
754         * src/editvcard.c
755         * src/editvcard.h
756         * src/enriched.c
757         * src/enriched.h
758         * src/exphtmldlg.c
759         * src/exphtmldlg.h
760         * src/expldifdlg.c
761         * src/expldifdlg.h
762         * src/export.c
763         * src/export.h
764         * src/exporthtml.c
765         * src/exporthtml.h
766         * src/exportldif.c
767         * src/exportldif.h
768         * src/filtering.c
769         * src/filtering.h
770         * src/folder.c
771         * src/folder.h
772         * src/folder_item_prefs.c
773         * src/folder_item_prefs.h
774         * src/foldersel.c
775         * src/foldersel.h
776         * src/folderutils.c
777         * src/folderutils.h
778         * src/folderview.c
779         * src/folderview.h
780         * src/gedit-print.c
781         * src/gedit-print.h
782         * src/grouplistdialog.c
783         * src/grouplistdialog.h
784         * src/headerview.c
785         * src/headerview.h
786         * src/html.c
787         * src/html.h
788         * src/image_viewer.c
789         * src/image_viewer.h
790         * src/imap.c
791         * src/imap.h
792         * src/imap_gtk.c
793         * src/imap_gtk.h
794         * src/import.c
795         * src/import.h
796         * src/importldif.c
797         * src/importldif.h
798         * src/importmutt.c
799         * src/importmutt.h
800         * src/importpine.c
801         * src/importpine.h
802         * src/inc.c
803         * src/inc.h
804         * src/jpilot.c
805         * src/jpilot.h
806         * src/ldapctrl.c
807         * src/ldapctrl.h
808         * src/ldaplocate.c
809         * src/ldaplocate.h
810         * src/ldapquery.c
811         * src/ldapquery.h
812         * src/ldapserver.c
813         * src/ldapserver.h
814         * src/ldapupdate.c
815         * src/ldapupdate.h
816         * src/ldaputil.c
817         * src/ldaputil.h
818         * src/ldif.c
819         * src/ldif.h
820         * src/localfolder.c
821         * src/localfolder.h
822         * src/main.c
823         * src/main.h
824         * src/mainwindow.c
825         * src/mainwindow.h
826         * src/manual.c
827         * src/manual.h
828         * src/matcher.c
829         * src/matcher.h
830         * src/matcher_parser.h
831         * src/matcher_parser_lex.l
832         * src/matcher_parser_parse.y
833         * src/mbox.c
834         * src/mbox.h
835         * src/message_search.c
836         * src/message_search.h
837         * src/messageview.c
838         * src/messageview.h
839         * src/mh.c
840         * src/mh.h
841         * src/mh_gtk.c
842         * src/mh_gtk.h
843         * src/mimeview.c
844         * src/mimeview.h
845         * src/msgcache.c
846         * src/msgcache.h
847         * src/mutt.c
848         * src/mutt.h
849         * src/news.c
850         * src/news.h
851         * src/news_gtk.c
852         * src/news_gtk.h
853         * src/noticeview.c
854         * src/noticeview.h
855         * src/partial_download.c
856         * src/partial_download.h
857         * src/pine.c
858         * src/pine.h
859         * src/pop.c
860         * src/pop.h
861         * src/prefs_account.c
862         * src/prefs_account.h
863         * src/prefs_actions.c
864         * src/prefs_actions.h
865         * src/prefs_common.c
866         * src/prefs_common.h
867         * src/prefs_compose_writing.c
868         * src/prefs_compose_writing.h
869         * src/prefs_customheader.c
870         * src/prefs_customheader.h
871         * src/prefs_display_header.c
872         * src/prefs_display_header.h
873         * src/prefs_ext_prog.c
874         * src/prefs_ext_prog.h
875         * src/prefs_filtering.c
876         * src/prefs_filtering.h
877         * src/prefs_filtering_action.c
878         * src/prefs_filtering_action.h
879         * src/prefs_folder_column.c
880         * src/prefs_folder_column.h
881         * src/prefs_folder_item.c
882         * src/prefs_folder_item.h
883         * src/prefs_fonts.c
884         * src/prefs_fonts.h
885         * src/prefs_gtk.c
886         * src/prefs_gtk.h
887         * src/prefs_image_viewer.c
888         * src/prefs_image_viewer.h
889         * src/prefs_logging.c
890         * src/prefs_logging.h
891         * src/prefs_matcher.c
892         * src/prefs_matcher.h
893         * src/prefs_message.c
894         * src/prefs_message.h
895         * src/prefs_msg_colors.c
896         * src/prefs_msg_colors.h
897         * src/prefs_other.c
898         * src/prefs_other.h
899         * src/prefs_quote.c
900         * src/prefs_quote.h
901         * src/prefs_receive.c
902         * src/prefs_receive.h
903         * src/prefs_send.c
904         * src/prefs_send.h
905         * src/prefs_spelling.c
906         * src/prefs_spelling.h
907         * src/prefs_summaries.c
908         * src/prefs_summaries.h
909         * src/prefs_summary_column.c
910         * src/prefs_summary_column.h
911         * src/prefs_summary_open.c
912         * src/prefs_summary_open.h
913         * src/prefs_template.c
914         * src/prefs_template.h
915         * src/prefs_themes.c
916         * src/prefs_themes.h
917         * src/prefs_toolbar.c
918         * src/prefs_toolbar.h
919         * src/prefs_wrapping.c
920         * src/prefs_wrapping.h
921         * src/privacy.c
922         * src/privacy.h
923         * src/procheader.c
924         * src/procheader.h
925         * src/procmime.c
926         * src/procmime.h
927         * src/procmsg.c
928         * src/procmsg.h
929         * src/quote_fmt.c
930         * src/quote_fmt_lex.l
931         * src/quote_fmt_parse.y
932         * src/recv.c
933         * src/recv.h
934         * src/remotefolder.c
935         * src/remotefolder.h
936         * src/send_message.c
937         * src/send_message.h
938         * src/setup.c
939         * src/setup.h
940         * src/simple-gettext.c
941         * src/sourcewindow.c
942         * src/sourcewindow.h
943         * src/ssl_manager.c
944         * src/ssl_manager.h
945         * src/statusbar.c
946         * src/statusbar.h
947         * src/stock_pixmap.c
948         * src/stock_pixmap.h
949         * src/summary_search.c
950         * src/summary_search.h
951         * src/summaryview.c
952         * src/summaryview.h
953         * src/textview.c
954         * src/textview.h
955         * src/toolbar.c
956         * src/toolbar.h
957         * src/undo.c
958         * src/undo.h
959         * src/unmime.c
960         * src/unmime.h
961         * src/uri_opener.c
962         * src/uri_opener.h
963         * src/vcard.c
964         * src/vcard.h
965         * src/wizard.c
966         * src/wizard.h
967         * src/common/base64.c
968         * src/common/base64.h
969         * src/common/claws.c
970         * src/common/claws.h
971         * src/common/defs.h
972         * src/common/fnmatch.c
973         * src/common/fnmatch.h
974         * src/common/fnmatch_loop.c
975         * src/common/hooks.c
976         * src/common/hooks.h
977         * src/common/log.c
978         * src/common/log.h
979         * src/common/md5.c
980         * src/common/md5.h
981         * src/common/mgutils.c
982         * src/common/mgutils.h
983         * src/common/nntp.c
984         * src/common/nntp.h
985         * src/common/passcrypt.c
986         * src/common/passcrypt.h.in
987         * src/common/plugin.c
988         * src/common/plugin.h
989         * src/common/prefs.c
990         * src/common/prefs.h
991         * src/common/progressindicator.c
992         * src/common/progressindicator.h
993         * src/common/quoted-printable.c
994         * src/common/quoted-printable.h
995         * src/common/session.c
996         * src/common/session.h
997         * src/common/smtp.c
998         * src/common/smtp.h
999         * src/common/socket.c
1000         * src/common/socket.h
1001         * src/common/ssl.c
1002         * src/common/ssl.h
1003         * src/common/ssl_certificate.c
1004         * src/common/ssl_certificate.h
1005         * src/common/string_match.c
1006         * src/common/string_match.h
1007         * src/common/stringtable.c
1008         * src/common/stringtable.h
1009         * src/common/tags.c
1010         * src/common/tags.h
1011         * src/common/template.c
1012         * src/common/template.h
1013         * src/common/timing.h
1014         * src/common/utils.c
1015         * src/common/utils.h
1016         * src/common/uuencode.c
1017         * src/common/uuencode.h
1018         * src/common/version.h.in
1019         * src/common/w32_dirent.c
1020         * src/common/w32_reg.c
1021         * src/common/w32_signal.c
1022         * src/common/w32_stat.c
1023         * src/common/w32_stdlib.c
1024         * src/common/w32_string.c
1025         * src/common/w32_time.c
1026         * src/common/w32_unistd.c
1027         * src/common/w32_wait.c
1028         * src/common/w32lib.h
1029         * src/common/xml.c
1030         * src/common/xml.h
1031         * src/common/xmlprops.c
1032         * src/common/xmlprops.h
1033         * src/etpan/etpan-errors.h
1034         * src/etpan/etpan-thread-manager-types.h
1035         * src/etpan/etpan-thread-manager.c
1036         * src/etpan/etpan-thread-manager.h
1037         * src/etpan/imap-thread.c
1038         * src/etpan/imap-thread.h
1039         * src/gtk/about.c
1040         * src/gtk/about.h
1041         * src/gtk/colorlabel.c
1042         * src/gtk/colorlabel.h
1043         * src/gtk/colorsel.c
1044         * src/gtk/colorsel.h
1045         * src/gtk/combobox.c
1046         * src/gtk/combobox.h
1047         * src/gtk/description_window.c
1048         * src/gtk/description_window.h
1049         * src/gtk/filesel.c
1050         * src/gtk/filesel.h
1051         * src/gtk/foldersort.c
1052         * src/gtk/foldersort.h
1053         * src/gtk/gtkaspell.c
1054         * src/gtk/gtkaspell.h
1055         * src/gtk/gtksctree.c
1056         * src/gtk/gtkshruler.c
1057         * src/gtk/gtkshruler.h
1058         * src/gtk/gtksourceprintjob.c
1059         * src/gtk/gtksourceprintjob.h
1060         * src/gtk/gtkutils.c
1061         * src/gtk/gtkutils.h
1062         * src/gtk/gtkvscrollbutton.c
1063         * src/gtk/gtkvscrollbutton.h
1064         * src/gtk/icon_legend.c
1065         * src/gtk/icon_legend.h
1066         * src/gtk/inputdialog.c
1067         * src/gtk/inputdialog.h
1068         * src/gtk/logwindow.c
1069         * src/gtk/logwindow.h
1070         * src/gtk/manage_window.c
1071         * src/gtk/manage_window.h
1072         * src/gtk/menu.c
1073         * src/gtk/menu.h
1074         * src/gtk/pluginwindow.c
1075         * src/gtk/pluginwindow.h
1076         * src/gtk/prefswindow.c
1077         * src/gtk/prefswindow.h
1078         * src/gtk/progressdialog.c
1079         * src/gtk/progressdialog.h
1080         * src/gtk/quicksearch.c
1081         * src/gtk/quicksearch.h
1082         * src/gtk/sslcertwindow.c
1083         * src/gtk/sslcertwindow.h
1084         * src/plugins/bogofilter/bogofilter.c
1085         * src/plugins/bogofilter/bogofilter.h
1086         * src/plugins/bogofilter/bogofilter_gtk.c
1087         * src/plugins/clamav/clamav_plugin.c
1088         * src/plugins/clamav/clamav_plugin.h
1089         * src/plugins/clamav/clamav_plugin_gtk.c
1090         * src/plugins/demo/demo.c
1091         * src/plugins/dillo_viewer/dillo_prefs.c
1092         * src/plugins/dillo_viewer/dillo_prefs.h
1093         * src/plugins/dillo_viewer/dillo_viewer.c
1094         * src/plugins/pgpcore/passphrase.c
1095         * src/plugins/pgpcore/passphrase.h
1096         * src/plugins/pgpcore/pgp_viewer.c
1097         * src/plugins/pgpcore/pgp_viewer.h
1098         * src/plugins/pgpcore/plugin.c
1099         * src/plugins/pgpcore/prefs_gpg.c
1100         * src/plugins/pgpcore/prefs_gpg.h
1101         * src/plugins/pgpcore/select-keys.c
1102         * src/plugins/pgpcore/select-keys.h
1103         * src/plugins/pgpcore/sgpgme.c
1104         * src/plugins/pgpcore/sgpgme.h
1105         * src/plugins/pgpinline/pgpinline.c
1106         * src/plugins/pgpinline/pgpinline.h
1107         * src/plugins/pgpinline/plugin.c
1108         * src/plugins/pgpmime/pgpmime.c
1109         * src/plugins/pgpmime/pgpmime.h
1110         * src/plugins/pgpmime/plugin.c
1111         * src/plugins/spamassassin/spamassassin.c
1112         * src/plugins/spamassassin/spamassassin.h
1113         * src/plugins/spamassassin/spamassassin_gtk.c
1114         * src/plugins/trayicon/trayicon.c
1115         * src/plugins/trayicon/trayicon_prefs.c
1116         * src/plugins/trayicon/trayicon_prefs.h
1117         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1118         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1119         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1120         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1121         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1122         * tools/OOo2claws-mail.pl
1123         * tools/README.sylprint
1124         * tools/acroread2claws-mail.pl
1125         * tools/claws-mail-compose-insert-files.pl
1126         * tools/convert_mbox.pl
1127         * tools/filter_conv.pl
1128         * tools/filter_conv_new.pl
1129         * tools/fix_date.sh
1130         * tools/freshmeat_search.pl
1131         * tools/google_search.pl
1132         * tools/kmail-mailbox2claws-mail.pl
1133         * tools/kmail2claws-mail.pl
1134         * tools/kmail2claws-mail_v2.pl
1135         * tools/mairix.sh
1136         * tools/make.themes.project
1137         * tools/multiwebsearch.pl
1138         * tools/nautilus2claws-mail.sh
1139         * tools/outlook2claws-mail.pl
1140         * tools/textviewer.sh
1141         * tools/thunderbird-filters-convertor.pl
1142         * tools/update-po
1143         * tools/uuooffice
1144         * tools/vcard2xml.py
1145         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1146                 Upgrade to GPLv3 or later.
1147
1148 2007-07-10 [wwp]        2.10.0cvs15
1149
1150         * src/main.c
1151                 Fix re-opening of all composing messages that were
1152                 opened when closing the previous instance, thanks
1153                 to Colin.
1154
1155 2007-07-10 [paul]       2.10.0cvs14
1156
1157         * src/editaddress_other_attributes_ldap.c
1158         * src/ldapupdate.c
1159                 fix crash on selecting 'other attributes' combo
1160                 for either a new entry or an old entry with no
1161                 existing attributes.
1162                 fix bug on editing multiple attributes which
1163                 resulted them all having the value of the last
1164                 one changed.
1165                 Thanks to Colin
1166
1167 2007-07-10 [colin]      2.10.0cvs13
1168
1169         * src/editaddress.c
1170         * src/editaddress_other_attributes_ldap.h
1171         * src/ldapupdate.c
1172                 Fix --disable-ldap build
1173
1174 2007-07-09 [colin]      2.10.0cvs12
1175
1176         * src/Makefile.am
1177         * src/addritem.c
1178         * src/addritem.h
1179         * src/editaddress.c
1180         * src/editaddress_other_attributes_ldap.c
1181         * src/editaddress_other_attributes_ldap.h
1182         * src/editldap.c
1183         * src/ldapctrl.c
1184         * src/ldapctrl.h
1185         * src/ldapupdate.c
1186                 Add capability to edit all inetOrgPerson
1187                 attributes on LDAP. Patch by Michael 
1188                 Rasmussen
1189
1190 2007-07-09 [colin]      2.10.0cvs11
1191
1192         * src/Makefile.am
1193         * src/exporthtml.c
1194         * src/mbox.c
1195         * src/msgcache.c
1196         * src/prefs_summaries.c
1197         * src/prefs_themes.c
1198         * src/procheader.c
1199         * src/common/Makefile.am
1200         * src/common/log.c
1201         * src/common/timing.h
1202         * src/common/utils.c
1203         * src/common/utils.h
1204         * src/common/w32_account.c
1205         * src/common/w32lib.h
1206         * src/gtk/Makefile.am
1207         * src/gtk/colorlabel.c
1208         * src/plugins/pgpcore/Makefile.am
1209         * src/plugins/pgpcore/claws.def
1210         * src/plugins/pgpcore/passphrase.c
1211         * src/plugins/pgpcore/pgp_viewer.c
1212         * src/plugins/pgpcore/plugin.def
1213         * src/plugins/pgpcore/sgpgme.c
1214         * src/plugins/pgpinline/Makefile.am
1215         * src/plugins/pgpinline/claws.def
1216         * src/plugins/pgpinline/mypgpcore.def
1217         * src/plugins/pgpinline/plugin.def
1218         * src/plugins/pgpmime/Makefile.am
1219         * src/plugins/pgpmime/claws.def
1220         * src/plugins/pgpmime/mypgpcore.def
1221         * src/plugins/pgpmime/plugin.def
1222                 Commit win32 patch, from Werner Koch and
1223                 Marcus Brinkmann
1224
1225 2007-07-09 [colin]      2.10.0cvs10
1226
1227         * src/prefs_toolbar.c
1228                 Fix crash when no actions exist
1229
1230 2007-07-07 [paul]       2.10.0cvs9
1231
1232         * COPYING
1233         * manual/claws-mail-manual.xml
1234                 update copyright year
1235         * po/fi.po
1236                 updated by Flammie Pirinen
1237
1238 2007-07-05 [wwp]        2.10.0cvs8
1239
1240         * src/plugins/clamav/clamav_plugin_gtk.c
1241                 Make vertical spacing like in other plugin prefs pages.
1242
1243 2007-07-05 [wwp]        2.10.0cvs7
1244
1245         * src/quote_fmt.c
1246                 It's %am that works, not %ae (this doc incoherence has been
1247                 introduced with 2.9.2cvs13).
1248
1249 2007-07-04 [wwp]        2.10.0cvs6
1250
1251         * src/plugins/bogofilter/bogofilter.c
1252                 Gettext-ize an occurrence of "Any" that wasn't.
1253
1254 2007-07-04 [colin]      2.10.0cvs5
1255
1256         * po/POTFILES.in
1257                 Fix untranslated strings; thanks
1258                 to Pader Rezso.
1259
1260 2007-07-03 [colin]      2.10.0cvs4
1261
1262         * src/folder.c
1263         * src/mainwindow.c
1264                 Fix saving of sort mode for tags and
1265                 thread date. Thanks to Pierre Ossman.
1266                 Completes fix for bug 1233
1267
1268 2007-07-03 [paul]       2.10.0cvs3
1269
1270         * src/compose.c
1271                 fix auto-save
1272         * src/summaryview.c
1273                 fix build warnings
1274         Thanks to Colin
1275
1276 2007-07-02 [colin]      2.10.0cvs2
1277
1278         * src/folder.h
1279         * src/mainwindow.c
1280         * src/procmsg.h
1281         * src/summaryview.c
1282                 Add View/Sort/by Thread date
1283                 Fixes bug 1233, 'Capability to sort 
1284                 threads by most recent message'
1285                 Based on a patch by Paul Rolland
1286
1287 2007-07-02 [colin]      2.10.0cvs1
1288
1289         * src/Makefile.am
1290         * src/compose.c
1291         * src/edittags.c
1292         * src/edittags.h
1293         * src/filtering.c
1294         * src/folder.c
1295         * src/folder.h
1296         * src/headerview.c
1297         * src/headerview.h
1298         * src/main.c
1299         * src/mainwindow.c
1300         * src/mainwindow.h
1301         * src/manual.h
1302         * src/matcher.c
1303         * src/matcher.h
1304         * src/matcher_parser_parse.y
1305         * src/mimeview.c
1306         * src/msgcache.c
1307         * src/msgcache.h
1308         * src/prefs_common.c
1309         * src/prefs_common.h
1310         * src/prefs_filtering_action.c
1311         * src/prefs_matcher.c
1312         * src/prefs_summary_column.c
1313         * src/procmsg.c
1314         * src/procmsg.h
1315         * src/quote_fmt.c
1316         * src/quote_fmt_lex.l
1317         * src/quote_fmt_parse.y
1318         * src/summaryview.c
1319         * src/summaryview.h
1320         * src/textview.c
1321         * src/common/Makefile.am
1322         * src/common/defs.h
1323         * src/common/tags.c
1324         * src/common/tags.h
1325         * src/gtk/quicksearch.c
1326         * src/gtk/quicksearch.h
1327                 Add Tags implementation. Tags are arbitrary labels
1328                 that can be applied to messages. It is possible 
1329                 to create, edit, remove tags; apply them to mails;
1330                 filter on tags or tag presence; apply or unset
1331                 tags via filtering actions; reference tags in
1332                 reply templates.
1333
1334 2007-07-02 [paul]       2.10.0
1335
1336         * NEWS
1337         * README
1338         * RELEASE_NOTES
1339                 2.10.0 released
1340
1341 2007-07-02 [paul]       2.9.2cvs78
1342
1343         * po/de.po
1344         * po/en_GB.po
1345         * po/es.po
1346         * po/fr.po
1347         * po/hu.po
1348         * po/pt_BR.po
1349         * po/ru.po
1350         * po/zh_CN.po
1351                 updated by Stephan Sachse, me, Ricardo Mones
1352                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1353                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1354
1355 2007-07-02 [paul]       2.9.2cvs77
1356
1357         * AUTHORS
1358                 updated
1359
1360 2007-06-29 [wwp]        2.9.2cvs76
1361
1362         * src/gtk/headers.h
1363                 Fix a typo (thanks to Ricardo for finding this out).
1364
1365 2007-06-28 [paul]       2.9.2cvs75
1366
1367         * src/folderview.c
1368                 fix build warnings
1369
1370 2007-06-28 [paul]       2.9.2cvs74
1371
1372         * tools/Makefile.am
1373                 fix bug in the autotools build system.
1374                 Files cataloged under EXTRA_DIST were never
1375                 automatically copied to the build tree.
1376                 (fix 'make distcheck')
1377                 Patch by Michael Rasmussen.
1378
1379 2007-06-24 [colin]      2.9.2cvs73
1380
1381         * src/news_gtk.c
1382                 Fix bug 1249, 'Error handling for 
1383                 news errors needs modification'
1384                 Only popup error if the according
1385                 pref in Prefs/Receive is set.
1386
1387 2007-06-21 [colin]      2.9.2cvs72
1388
1389         * src/common/plugin.c
1390         * src/common/plugin.h
1391                 Change plugin API to know whether it's safe to 
1392                 unload plugins or whether we should just hide
1393                 them. Fixes bug 1248, 'Core dumps after 
1394                 unloading plugin and clicking on load plugins'
1395         * src/plugins/bogofilter/bogofilter.c
1396         * src/plugins/clamav/clamav_plugin.c
1397         * src/plugins/demo/demo.c
1398         * src/plugins/dillo_viewer/dillo_viewer.c
1399         * src/plugins/pgpcore/plugin.c
1400         * src/plugins/pgpinline/plugin.c
1401         * src/plugins/pgpmime/plugin.c
1402         * src/plugins/spamassassin/spamassassin.c
1403         * src/plugins/trayicon/trayicon.c
1404                 Update API
1405
1406 2007-06-19 [colin]      2.9.2cvs71
1407
1408         * src/compose.c
1409         * src/messageview.c
1410                 Fix crash mentioned in bug 1246
1411                 Race condition when automatically drafting
1412                 due to insertion on reedit.
1413
1414 2007-06-18 [wwp]        2.9.2cvs70
1415
1416         * src/importldif.c
1417                 LDIF import: use a "Proceed" button to complete
1418                 the process.
1419
1420 2007-06-18 [paul]       2.9.2cvs69
1421
1422         * configure.ac
1423                 use pkgconfig to check for gtk and glib
1424
1425 2007-06-17 [wwp]        2.9.2cvs68
1426
1427         * src/ldif.c
1428         * src/importldif.c
1429                 LDIF import: better error handling, minor code
1430                 and UI cleanup, and renamed the Save button
1431                 to Close, as imported stuff is already saved
1432                 when the Save button is shown.
1433
1434 2007-06-17 [colin]      2.9.2cvs67
1435
1436         * src/prefs_summaries.c
1437         * src/procmsg.c
1438                 Don't set as read when forwarded, only replied to
1439
1440 2007-06-17 [paul]       2.9.2cvs66
1441
1442         * src/alertpanel.c
1443                 add missing #include
1444
1445 2007-06-16 [colin]      2.9.2cvs65
1446
1447         * src/prefs_summaries.c
1448         * src/procmsg.c
1449                 Change the pref "Only mark as read when opened
1450                 in new window" to "..., replied to or forwarded".
1451                 Based on a patch by Paul Rolland.
1452
1453 2007-06-16 [paul]       2.9.2cvs64
1454
1455         * src/gtk/authors.h
1456                 alphabetical order! :)
1457
1458 2007-06-16 [colin]      2.9.2cvs63
1459
1460         * AUTHORS
1461         * src/gtk/authors.h
1462                 Add Michael Rasmussen in authors list
1463
1464 2007-06-16 [colin]      2.9.2cvs62
1465
1466         * src/messageview.c
1467                 Fix messageview_copy_clipboard to take advantage
1468                 of plugins' get_selection.
1469
1470 2007-06-15 [colin]      2.9.2cvs61
1471
1472         * src/action.c
1473         * src/addr_compl.c
1474         * src/addressbook.c
1475         * src/folderview.c
1476         * src/message_search.c
1477         * src/mimeview.c
1478         * src/summary_search.c
1479         * src/summaryview.c
1480         * src/textview.c
1481                 Allow GDK_KP_Enter to do the same as GDK_Return
1482                 Patch by Michael Rasmussen
1483
1484 2007-06-15 [paul]       2.9.2cvs60
1485
1486         * src/compose.c
1487                 fix bug when closing a compose window
1488                 during autosave
1489
1490 2007-06-14 [paul]       2.9.2cvs59
1491
1492         * src/main.c
1493         * src/common/defs.h
1494                 migrate sylpheed config
1495
1496 2007-06-14 [wwp]        2.9.2cvs58
1497
1498         * src/gtk/pluginwindow.c
1499                 Yet another attempt to fix sizing/alignment of the
1500                 button bar in plugins window.
1501
1502 2007-06-12 [colin]      2.9.2cvs57
1503
1504         * po/POTFILES.in
1505         * src/Makefile.am
1506         * src/folderview.c
1507         * src/prefs_common.c
1508         * src/prefs_common.h
1509         * src/prefs_summaries.c
1510         * src/prefs_summary_open.c
1511         * src/prefs_summary_open.h
1512         * src/summaryview.c
1513                 Make "when entering a folder" actions more personalisable
1514
1515 2007-06-12 [wwp]        2.9.2cvs56
1516
1517         * tools/README
1518                 Use short description from Paul (mairix.sh).
1519
1520 2007-06-12 [wwp]        2.9.2cvs55
1521
1522         * tools/README
1523                 Updated info about mairix.sh.
1524
1525 2007-06-11 [paul]       2.9.2cvs54
1526
1527         * src/prefs_logging.c
1528                 rework log window length widgets
1529                 and some sensitivity fixes
1530
1531 2007-06-11 [paul]       2.9.2cvs53
1532
1533         * src/mainwindow.c
1534         * src/prefs_logging.c
1535                 rename 'Protocol Log' to 'Network Log'
1536                 and some function renaming
1537
1538 2007-06-10 [wwp]        2.9.2cvs52
1539
1540         * src/gtk/pluginwindow.c
1541                 Revert 2.9.2cvs51.
1542
1543 2007-06-10 [wwp]        2.9.2cvs51
1544
1545         * src/gtk/pluginwindow.c
1546                 Fix button bar in plugin window, was centered and not
1547                 behaving like other dialogs w/ such button bar.
1548
1549 2007-06-08 [wwp]        2.9.2cvs50
1550
1551         * src/compose.c
1552         * src/compose.h
1553         * src/main.c
1554         * src/mainwindow.c
1555         * src/mainwindow.h
1556                 Provide a way out of automatic draft saving on IMAP, when
1557                 exiting offline.
1558                 Prevent drafting while sending and quitting while sending.
1559                 Thanks for Colin.
1560
1561
1562
1563 2007-06-08 [wwp]        2.9.2cvs49
1564
1565         * src/prefs_account.c
1566         * src/gtk/prefswindow.c
1567         * src/gtk/prefswindow.h
1568                 Activate the Basic page when opening account prefs.
1569
1570 2007-06-08 [wwp]        2.9.2cvs48
1571
1572         * src/common/socket.c
1573                 Don't crash if fork() fails, thanks to Colin.
1574
1575 2007-06-08 [wwp]        2.9.2cvs47
1576
1577         * src/gtk/prefswindow.c
1578                 Wrap some long lines, and reset horizontal scroller's adjusment
1579                 (this was already done, vertically), when changing tab (not page)
1580                 in prefs windows.
1581
1582 2007-06-08 [paul]       2.9.2cvs46
1583
1584         * src/common/utils.c
1585                 use gethostname() instead of uname()
1586                 based on a patch by Michael Hughes
1587                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1588
1589 2007-06-07 [wwp]        2.9.2cvs45
1590
1591         * src/prefs_common.c
1592                 Fix some useless warnings, thanks to Colin.
1593
1594 2007-06-06 [colin]      2.9.2cvs44
1595
1596         * src/ldapupdate.c
1597                 Fix strange allocations. 
1598
1599 2007-06-06 [colin]      2.9.2cvs43
1600
1601         * src/ldapupdate.c
1602                 Patch by Michael Rasmussus to help
1603                 bug 1232
1604
1605 2007-06-05 [wwp]        2.9.2cvs42
1606
1607         * src/prefs_account.c
1608         * src/prefs_folder_item.c
1609         * src/prefs_quote.c
1610         * src/quote_fmt.c
1611         * src/quote_fmt.h
1612                 Per-folder templates can now be applied recursively.
1613                 Always save per-folder templates (formats were erroneously
1614                 saved only if they were enabled).
1615                 Check for validity of quotation marks everywhere there
1616                 are defined.
1617
1618 2007-06-05 [wwp]        2.9.2cvs41
1619
1620         * src/inc.c
1621                 Fix incoming messages from local accounts always getting filtered
1622                 (even if the account prefs say don't), thanks to Colin.
1623
1624 2007-06-05 [wwp]        2.9.2cvs40
1625
1626         * src/compose.c
1627         * src/compose.h
1628                 Use per-folder/per-account quote chars when applying a
1629                 template or inserting text as well. Const'ify some
1630                 vars more.
1631
1632 2007-06-04 [colin]      2.9.2cvs39
1633
1634         * src/compose.c
1635                 More work for wwp :)
1636
1637 2007-06-04 [wwp]        2.9.2cvs38
1638
1639         * src/compose.c
1640                 Same as 2.9.2cvs36 but for forwarding.
1641
1642 2007-06-04 [colin]      2.9.2cvs37
1643
1644         * src/compose.c
1645                 Use original mail file for forward/redirect
1646                 Fixes some forwarded mails to be attached as
1647                 application/octet-stream (when they have binary
1648                 parts), and incidentally fixes bug 848
1649                 'Redirect breaks GnuPG'
1650
1651 2007-06-04 [wwp]        2.9.2cvs36
1652
1653         * src/compose.c
1654                 Fix quote mark mis-initialisation when replying/forwarding
1655                 (introduced w/ 2.9.2cvs20).
1656
1657 2007-06-04 [wwp]        2.9.2cvs35
1658
1659         * src/prefs_compose_writing.c
1660         * src/prefs_quote.c
1661                 Fix a bug where Quotation characters (prefs/compose/writing)
1662                 was cleared (introduced w/ 2.9.2cvs26).
1663
1664 2007-06-04 [wwp]        2.9.2cvs34
1665
1666         * src/prefs_account.c
1667         * src/prefs_account.h
1668                 Better fix for compiling w/o aspell (rollbacks
1669                 2.9.2cvs31).
1670
1671 2007-06-04 [wwp]        2.9.2cvs33
1672
1673         * src/account.c
1674         * src/prefs_account.c
1675         * src/prefs_account.h
1676         * src/procmsg.c
1677                 It's now possible to disable mail filtering plugins
1678                 on a per-account basis.
1679
1680 2007-06-04 [wwp]        2.9.2cvs32
1681
1682         * src/procheader.c
1683         * src/common/utils.c
1684         * src/common/utils.h
1685                 Support CRLF in headers part of messages.
1686                 Support few more date formats (RFC3339 subsets).
1687
1688 2007-06-04 [wwp]        2.9.2cvs31
1689
1690         * src/prefs_account.c
1691                 Fix compiling w/o aspell support.
1692
1693 2007-06-03 [wwp]        2.9.2cvs30
1694
1695         * src/prefs_gtk.c
1696                 Don't decode leading ENV_ and ~ in P_PASSWORD
1697                 values.
1698
1699 2007-06-03 [wwp]        2.9.2cvs29
1700
1701         * src/prefs_gtk.c
1702                 Don't decode leading ENV_ and ~ in P_PASSWORD
1703                 values.
1704
1705 2007-06-03 [wwp]        2.9.2cvs28
1706
1707         * src/prefs_account.c
1708         * src/gtk/prefswindow.c
1709         * src/gtk/prefswindow.h
1710                 Added a way to force preloading of all pages
1711                 (prefswindow).
1712                 Moved tabs to pages in account prefs.
1713
1714 2007-06-02 [colin]      2.9.2cvs27
1715
1716         * src/addressbook.c
1717                 Fix possible crash, fix ldap write bugs
1718         * src/ldapupdate.c
1719                 Fix ldap write bugs - patch by Michael
1720                 Rasmussen
1721         * src/alertpanel.c
1722         * src/alertpanel.h
1723                 Add a hook whenever alertpanel opens/closes
1724
1725 2007-05-31 [wwp]        2.9.2cvs26
1726
1727         * src/prefs_compose_writing.c
1728         * src/prefs_quote.c
1729                 Re-organized writing options a bit:
1730                  - renamed the Quoting page to Templates
1731                  - moved all composing templates to that page
1732                  - moved non-templates options to the Writing one,
1733                    grouped reply-related options, reordered reply and
1734                    forward options.
1735
1736 2007-05-31 [wwp]        2.9.2cvs25
1737
1738         * src/compose.c
1739                 Removed unused code.
1740
1741 2007-05-31 [colin]      2.9.2cvs24
1742
1743         * src/addressbook.c
1744                 Fix missing display name when modifying
1745                 LDAP. Patch by Michael Rasmussen
1746
1747 2007-05-31 [wwp]        2.9.2cvs23
1748
1749         * src/plugins/bogofilter/Makefile.am
1750         * src/plugins/clamav/Makefile.am
1751         * src/plugins/demo/Makefile.am
1752         * src/plugins/dillo_viewer/Makefile.am
1753         * src/plugins/spamassassin/Makefile.am
1754                 Fix building of those plugins in Mac OS X.
1755
1756 2007-05-30 [wwp]        2.9.2cvs22
1757
1758         * src/gtk/quicksearch.c
1759                 Fix missing initialization.
1760
1761 2007-05-30 [wwp]        2.9.2cvs21
1762
1763         * src/procheader.c
1764                 Revert accidental commit (debug outputs).
1765
1766 2007-05-30 [wwp]        2.9.2cvs20
1767
1768         * src/compose.c
1769         * src/folder_item_prefs.c
1770         * src/folder_item_prefs.h
1771         * src/prefs_account.c
1772         * src/prefs_account.h
1773         * src/prefs_folder_item.c
1774         * src/prefs_gtk.c
1775         * src/prefs_gtk.h
1776                 Implemented per-account and per-folder
1777                 compose/reply/forward formats.
1778
1779 2007-05-30 [wwp]        2.9.2cvs19
1780
1781         * src/prefs_compose_writing.c
1782         * src/prefs_quote.c
1783         * src/procheader.c
1784         * src/quote_fmt.c
1785         * src/quote_fmt.h
1786                 Internal API changes (factorize quote format
1787                 prefs and checks).
1788
1789 2007-05-30 [colin]      2.9.2cvs18
1790
1791         * src/compose.c
1792                 Fix race where it's possible to re-click Send
1793                 between end of SMTP session and end of "move to
1794                 sent folder" when sending an email with send
1795                 dialog enabled.
1796
1797 2007-05-30 [colin]      2.9.2cvs17
1798
1799         * src/crash.c
1800                 Ask for backtrace on all threads. Patch by
1801                 Pawel
1802         * src/folderview.c
1803                 Fix stale news statusbar when scanning fails.
1804                 Patch by Pawel
1805         * src/ldapupdate.c
1806                 Fix some LDAP write updates bugs. Patch
1807                 by Michael Rasmussen
1808
1809 2007-05-29 [colin]      2.9.2cvs16
1810
1811         * src/imap.c
1812                 Fix loss of local flags when moving mails
1813                 on IMAP in high-bandwidth mode (UID FETCH)
1814
1815 2007-05-25 [paul]       2.9.2cvs15
1816
1817         * src/common/socket.c
1818                 fix sometimes crasher on cancelling
1819                 message sending
1820
1821 2007-05-25 [colin]      2.9.2cvs14
1822
1823         * src/imap.c
1824                 Fix a memory leak
1825         * src/imap_gtk.c
1826                 Be more helpful in the subscription
1827                 message
1828
1829 2007-05-23 [wwp]        2.9.2cvs13
1830
1831         * src/compose.c
1832         * src/prefs_compose_writing.c
1833         * src/prefs_quote.c
1834         * src/prefs_template.c
1835         * src/prefs_template.h
1836         * src/quote_fmt.c
1837         * src/quote_fmt.h
1838         * src/quote_fmt_lex.l
1839         * src/quote_fmt_parse.y
1840                 Introduced new syntax elements (symbols and commands)
1841                 in templates/quote_fmt. Compatibility w/ old
1842                 symbols is kept.
1843                 Updated and reworked the corresponding Information
1844                 dialog.
1845                 Display the line number in dialogs that talk about
1846                 parser errors (in addition to the error message in
1847                 output).
1848
1849 2007-05-23 [wwp]        2.9.2cvs12
1850
1851         * src/quote_fmt_parse.y
1852                 Fix 2.9.2cvs11, probably a paste accident ;).
1853
1854 2007-05-23 [wwp]        2.9.2cvs11
1855
1856         * src/compose.c
1857         * src/prefs_template.c
1858         * src/quote_fmt.h
1859         * src/quote_fmt_parse.y
1860                 Fix 2.9.2cvs10, which broke --disable-aspell.
1861
1862 2007-05-22 [wwp]        2.9.2cvs10
1863
1864         * src/compose.c
1865         * src/prefs_template.c
1866         * src/quote_fmt.c
1867         * src/quote_fmt.h
1868         * src/quote_fmt_lex.l
1869         * src/quote_fmt_parse.y
1870         * src/gtk/gtkaspell.c
1871         * src/gtk/gtkaspell.h
1872                 Added template/quote format syntactical elements
1873                 to show and query:
1874                         - current dictionary
1875                           %T to show (shows empty if not set or not enabled),
1876                           ?T and !T to check if the default dictionary is
1877                           enabled and set
1878                         - current account's default dictionary
1879                           %aT to show (empty if not set or not enabled),
1880                           ?aT and !aT to check if it's enabled and set
1881                         - name completion for an address, from the address
1882                           book
1883                           %ABf, %ABt, %ABc respectively show the full name got
1884                           from the address book if From, To or Cc match a single
1885                           contact.
1886                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
1887                           matches any contact and if the full name is non-empty.
1888                           If From, To or Cc are lists of email addresses, only
1889                           the first address will be checked.
1890                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
1891                 that could show a trailing ','.
1892                 Also, template/quote_fmt parser now shows the line number in case
1893                 of parser error.
1894
1895 2007-05-15 [colin]      2.9.2cvs9
1896
1897         * src/main.c
1898         * src/main.h
1899                 Add a public function to know whether Claws
1900                 crashed last time
1901                 Store opened folder when exiting
1902         * src/folder.c
1903         * src/folder.h
1904                 Store last opened message in each FolderItem;
1905                 Reset last seen messages if Claws crashed, so 
1906                 that one can't go in an infinite crash in case 
1907                 a particular mail crashes Claws.
1908         * src/messageview.c
1909         * src/prefs_common.c
1910         * src/prefs_common.h
1911         * src/summaryview.c
1912         * src/prefs_summaries.c
1913                 Add "Select last opened message" when entering
1914                 a folder
1915                 Add "Select last opened folder" at startup.
1916
1917 2007-05-14 [colin]      2.9.2cvs8
1918
1919         * manual/xml2pdf
1920                 Fix bashism, search for xml catalog 
1921                 in /usr/local/share/xml/catalog too
1922                 Patch by Pawel
1923
1924 2007-05-13 [wwp]        2.9.2cvs7
1925
1926         * src/gtk/logwindow.c
1927                 fix raising log windows when they are either minimized or
1928                 in background.
1929
1930 2007-05-11 [colin]      2.9.2cvs6
1931
1932         * src/gtk/filesel.c
1933                 Use Hildon's file chooser on Maemo. Patch
1934                 by Jean-Luc Biord; fixes part 2 of bug 1201,
1935                 'File attachment "manipulation" bugs...'
1936
1937 2007-05-10 [wwp]        2.9.2cvs5
1938
1939         * src/prefs_common.c
1940         * src/prefs_common.h
1941         * src/gtk/quicksearch.c
1942                 Add a quicksearch option to automatically run
1943                 a search selected from the history (this option
1944                 is exclusive towards type-ahead).
1945
1946 2007-05-10 [colin]      2.9.2cvs4
1947
1948         * src/imap.c
1949                 Fix g_warnings, thanks to Brian
1950                 Morrison
1951
1952 2007-05-09 [colin]      2.9.2cvs3
1953
1954         * src/crash.c
1955         * src/exporthtml.c
1956         * src/mbox.c
1957         * src/prefs_summaries.c
1958         * src/procheader.c
1959         * src/common/log.c
1960         * src/common/utils.c
1961         * src/gtk/gtksourceprintjob.c
1962         * src/gtk/sslcertwindow.c
1963                 Use the re-entrant variant of time functions
1964                 Probably fixes bug 1217, 'reentrancy problems 
1965                 with time functions'
1966
1967 2007-05-09 [colin]      2.9.2cvs2
1968
1969         * src/imap.c
1970                 Fix crasher when reconnection fails
1971
1972 2007-05-08 [paul]       2.9.2cvs1
1973
1974         * NEWS
1975         * README
1976         * RELEASE_NOTES
1977         * configure.ac
1978                 bump version number following
1979                 stable release
1980
1981 2007-05-08 [paul]       2.9.1cvs48
1982
1983         * src/plugins/demo/demo.c
1984         * src/plugins/dillo_viewer/dillo_prefs.c
1985         * src/plugins/dillo_viewer/dillo_prefs.h
1986         * src/plugins/dillo_viewer/dillo_viewer.c
1987         * src/plugins/pgpcore/pgp_viewer.c
1988         * src/plugins/pgpcore/pgp_viewer.h
1989         * src/plugins/pgpcore/plugin.c
1990         * src/plugins/pgpcore/prefs_gpg.c
1991         * src/plugins/pgpcore/prefs_gpg.h
1992         * src/plugins/pgpcore/sgpgme.c
1993         * src/plugins/pgpcore/sgpgme.h
1994         * src/plugins/pgpinline/plugin.c
1995         * src/plugins/pgpmime/pgpmime.c
1996         * src/plugins/pgpmime/pgpmime.h
1997         * src/plugins/pgpmime/plugin.c
1998         * src/plugins/spamassassin/spamassassin.c
1999         * src/plugins/spamassassin/spamassassin.h
2000         * src/plugins/spamassassin/spamassassin_gtk.c
2001         * src/plugins/trayicon/README
2002         * tools/README
2003         * tools/README.sylprint
2004         * tools/outlook2claws-mail.pl
2005         * tools/sylprint.pl
2006         * tools/tb2claws-mail
2007         * tools/tbird2claws.py
2008         * tools/update-po
2009         * tools/vcard2xml.py
2010         * tools/kdeservicemenu/README
2011                 cleanups and corrections
2012
2013 2007-05-06 [wwp]        2.9.1cvs47
2014
2015         * tools/uudec
2016                 Fix missing dash to `display` command-line, reported
2017                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2018
2019 2007-05-06 [colin]      2.9.1cvs46
2020
2021         * src/Makefile.am
2022         * src/stock_pixmap.c
2023         * src/stock_pixmap.h
2024         * src/pixmaps/printer.xpm
2025                 Add a printer icon
2026
2027 2007-05-06 [paul]       2.9.1cvs45
2028
2029         * src/compose.c
2030         * src/ldapquery.c
2031         * src/privacy.h
2032         * src/summary_search.c
2033         * src/summaryview.c
2034                 fix build warnings
2035
2036 2007-05-05 [wwp]        2.9.1cvs44
2037
2038         * src/messageview.c
2039         * src/mh.c
2040         * src/prefs_actions.c
2041         * src/prefs_gtk.c
2042         * src/summaryview.c
2043         * src/common/xml.c
2044                 Fix "faild" typos everywhere and capitalization of
2045                 some g_warnings.
2046
2047 2007-05-04 [colin]      2.9.1cvs43
2048
2049         * src/compose.c
2050         * src/privacy.c
2051         * src/privacy.h
2052         * src/plugins/pgpcore/prefs_gpg.c
2053         * src/plugins/pgpcore/prefs_gpg.h
2054         * src/plugins/pgpinline/pgpinline.c
2055         * src/plugins/pgpmime/pgpmime.c
2056                 Add an API to warn about encryption limits,
2057                 and allow to disable these warnings
2058
2059 2007-05-03 [colin]      2.9.1cvs42
2060
2061         * src/summaryview.c
2062         * src/mainwindow.c
2063                 Fix bug 1213, 'Delete more than 
2064                 one thread at once'
2065
2066 2007-05-03 [wwp]        2.9.1cvs41
2067
2068         * src/prefs_common.c
2069         * src/prefs_filtering.c
2070         * src/prefs_template.c
2071         * src/common/template.c
2072         * src/common/template.h
2073         * src/gtk/gtkutils.c
2074         * src/gtk/gtkutils.h
2075                 Templates are no longer automatically sorted
2076                 by name, but can be sorted manually using
2077                 |< < > >| buttons as well as drag'n'drop.
2078
2079 2007-05-03 [wwp]        2.9.1cvs40
2080
2081         * src/plugins/spamassassin/spamassassin.c
2082         * src/plugins/spamassassin/spamassassin.h
2083         * src/plugins/spamassassin/spamassassin_gtk.c
2084         * src/plugins/bogofilter/bogofilter.c
2085         * src/plugins/bogofilter/bogofilter.h
2086         * src/plugins/bogofilter/bogofilter_gtk.c
2087                 Added an option to conditionally mark saved spam
2088                 as read (default is and was to do so).
2089                 Satisfies feature request 1708539 on sf.net tracker.
2090
2091 2007-05-03 [colin]      2.9.1cvs39
2092
2093         * src/inc.c
2094                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2095
2096 2007-05-02 [colin]      2.9.1cvs38
2097
2098         * src/textview.c
2099                 Fix bug 1209, 'Clicking on address 
2100                 in header (mailto uri) selects 
2101                 default account'. Patch adapted from
2102                 G.P. Halkes' patch.
2103
2104 2007-05-02 [colin]      2.9.1cvs37
2105
2106         * src/grouplistdialog.c
2107                 Set cursor to wait cursor while loading
2108                 groups.
2109
2110 2007-05-02 [paul]       2.9.1cvs36
2111
2112         * src/folder.c
2113         * src/common/defs.h
2114                 rename cache and mark files
2115                 (data is preserved)
2116
2117 2007-04-30 [paul]       2.9.1cvs35
2118
2119         * manual/glossary.xml
2120         * manual/plugins.xml
2121                 updates. Patch by Ricardo
2122
2123 2007-04-29 [wwp]        2.9.1cvs34
2124
2125         * src/mainwindow.c
2126         * configure.ac
2127                 Fix few grammatical errors (patch by David Relson < relson at
2128                 osagesoftware dot com >).
2129
2130 2007-04-28 [colin]      2.9.1cvs33
2131
2132         * src/account.c
2133         * src/pop.c
2134         * src/prefs_account.c
2135         * src/prefs_account.h
2136                 Drop the "Download all" preference. It's
2137                 stupidly useless and confuses people from
2138                 time to time.
2139
2140 2007-04-27 [wwp]        2.9.1cvs32
2141
2142         * src/account.c
2143         * src/prefs_account.c
2144         * src/prefs_account.h
2145                 Don't reflect accounts changes to the mainwindow when it's
2146                 not necessary.
2147
2148 2007-04-27 [colin]      2.9.1cvs31
2149
2150         * src/folder.c
2151                 Freeze/thaw when sync'ing flags
2152         * src/imap.c
2153         * src/prefs_account.c
2154         * src/prefs_account.h
2155         * src/etpan/imap-thread.c
2156         * src/etpan/imap-thread.h
2157                 Add a way to use UID FETCH instead
2158                 of searches to fetch message lists
2159                 and flags. More expensive towards
2160                 bandwidth, less expensive towards
2161                 server's CPU. Probably fixes 
2162                 bug 1158, 'Scanning new folders on 
2163                 Exchange 2007 extremely slow'.
2164                 Patch 95% by Hoa.
2165
2166 2007-04-27 [paul]       2.9.1cvs30
2167
2168         * src/mainwindow.c
2169         * src/prefs_logging.c
2170                 improvements to english usage
2171
2172 2007-04-27 [colin]      2.9.1cvs29
2173
2174         * src/imap.c
2175                 Fix build without libetpan (my bad!)
2176
2177 2007-04-26 [colin]      2.9.1cvs28
2178
2179         * src/imap.c
2180         * src/imap.h
2181                 Fix uselessly exported function
2182         * src/textview.c
2183                 Consider "- -- \n" as signature separator
2184                 (that's what signature separators look like
2185                  in PGP/Inline signed mails)
2186
2187 2007-04-26 [colin]      2.9.1cvs27
2188
2189         * configure.ac
2190                 libetpan-0.49 is now required
2191         * src/procmime.c
2192                 Fix double fetching of mails if
2193                 first try failed
2194         * src/imap.c
2195                 Make offline sync faster, by
2196                 remembering last change time, and
2197                 last sync time.
2198
2199 2007-04-26 [hoa]        2.9.1cvs26
2200
2201         * src/imap.c
2202         * src/imap.h
2203         * src/mainwindow.c
2204         * src/toolbar.c
2205         * src/etpan/imap-thread.c
2206         * src/etpan/imap-thread.h
2207                 cancellation of IMAP operations is now allowed.
2208                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2209
2210 2007-04-26 [colin]      2.9.1cvs25
2211
2212         * src/folder.c
2213                 Always fetch body+headers in folders that are
2214                 synched for offline use, if "Synchronise as
2215                 soon as possible" is set.
2216                 Fixes bug 1200, 'Add option to always retrieve full 
2217                 messages'
2218
2219 2007-04-25 [colin]      2.9.1cvs24
2220
2221         * src/compose.c
2222                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2223                 persists...'
2224
2225 2007-04-24 [colin]      2.9.1cvs23
2226
2227         * src/folderview.c
2228                 Fix bug 1195, 'Hardware key navigation' 
2229                 Make GDK_Enter toggle expansion (Maemo)
2230
2231 2007-04-24 [wwp]        2.9.1cvs22
2232
2233         * src/compose.c
2234                 Fix few compiler warnings.
2235
2236 2007-04-24 [paul]       2.9.1cvs21
2237
2238         * src/Makefile.am
2239         * src/stock_pixmap.c
2240         * src/stock_pixmap.h
2241                 complete last commit
2242
2243 2007-04-24 [paul]       2.9.1cvs20
2244
2245         * src/gtk/about.c
2246         * src/pixmaps/active.xpm
2247         * src/pixmaps/checkbox_off.xpm
2248         * src/pixmaps/checkbox_on.xpm
2249         * src/pixmaps/inactive.xpm
2250                 kick out the blobs
2251                 remove transparent border from checkbox icons
2252
2253 2007-04-24 [wwp]        2.9.1cvs19
2254
2255         * src/textview.c
2256         * src/textview.h
2257                 Fix a crash in textview, thanks to Colin.
2258
2259 2007-04-23 [wwp]        2.9.1cvs18
2260
2261         * src/prefs_common.c
2262                 Fix 2.9.1cvs5: no header was being translated at all.
2263
2264 2007-04-23 [colin]      2.9.1cvs17
2265
2266         * src/Makefile.am
2267         * src/stock_pixmap.c
2268         * src/stock_pixmap.h
2269         * src/summaryview.c
2270         * src/summaryview.h
2271         * src/gtk/gtksctree.c
2272         * src/gtk/gtksctree.h
2273         * src/pixmaps/selection.xpm
2274                 Fix bug 1193, 'Need a way to multi-select
2275                 items'. Add a toggle button to the summaryview
2276                 to switch between normal and multiple selection
2277                 (Maemo)
2278
2279 2007-04-23 [colin]      2.9.1cvs16
2280
2281         * src/Makefile.am
2282         * src/stock_pixmap.c
2283         * src/stock_pixmap.h
2284         * src/summaryview.c
2285         * src/summaryview.h
2286         * src/gtk/gtksctree.c
2287         * src/gtk/gtksctree.h
2288         * src/pixmaps/selection.xpm
2289                 Fix bug 1193, 'Need a way to multi-
2290                 select items'
2291                 Add a toggle button in the summaryview
2292                 to enable normal or multiple selection.
2293                 (Maemo)
2294
2295 2007-04-23 [colin]      2.9.1cvs15
2296
2297         * src/compose.c
2298                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2299
2300 2007-04-21 [colin]      2.9.1cvs14
2301
2302         * src/gtk/quicksearch.c
2303                 Fix previous commit (actually use correct
2304                 parameter)
2305
2306 2007-04-21 [colin]      2.9.1cvs13
2307
2308         * src/gtk/quicksearch.c
2309                 Fix changing quicksearch type (after Esc,
2310                 after changing Recursive, ...)
2311
2312 2007-04-20 [wwp]        2.9.1cvs12
2313
2314         * src/gtk/Makefile.am
2315                 Added headers.h (completes 2.9.1cvs5).
2316
2317 2007-04-20 [wwp]        2.9.1cvs11
2318
2319         * src/addressbook.c
2320                 Fix the use of display name in name column,
2321                 it has been overriden w/ the use of nickname
2322                 by 2.9.0cvs3. Now nickname is used (if any)
2323                 in case of LDAP books only.
2324
2325 2007-04-20 [colin]      2.9.1cvs10
2326
2327         * src/mimeview.c
2328         * src/summaryview.c
2329         * src/textview.c
2330                 Add handling of 'a' to loop in a mail's
2331                 mimeparts
2332
2333 2007-04-20 [colin]      2.9.1cvs9
2334
2335         * src/toolbar.c
2336                 Fix bug 1190, 'dir_open' button doesn't work'
2337                 (Maemo)
2338
2339 2007-04-20 [colin]      2.9.1cvs8
2340
2341         * src/folderview.c
2342         * src/mainwindow.c
2343                 Fix bug 1194, 'Hardware keys move from email 
2344                 list to account/directory list, but not back 
2345                 to email list...' (Maemo)
2346
2347 2007-04-20 [colin]      2.9.1cvs7
2348
2349         * src/compose.h
2350                 complete previous commit
2351
2352 2007-04-20 [colin]      2.9.1cvs6
2353
2354         * src/compose.c
2355                 Fix bug 1187, 'Reply-to addressee disappears 
2356                 when reply-to text box is clicked...' (Maemo)
2357
2358 2007-04-20 [wwp]        2.9.1cvs5
2359
2360         * po/POTFILES.in
2361         * src/addressbook.c
2362         * src/compose.c
2363         * src/filtering.c
2364         * src/headerview.c
2365         * src/matcher.c
2366         * src/prefs_common.c
2367         * src/prefs_common.h
2368         * src/prefs_display_header.c
2369         * src/prefs_matcher.c
2370         * src/summaryview.c
2371         * src/gtk/headers.h
2372         * src/gtk/quicksearch.c
2373                 Translate more header names according to the relevant option value,
2374                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2375                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2376                 to prefs_common_translated_header_name().
2377                 Added a headers.h reference file that contains known header names
2378                 (RFC2822 and others) to the translation process' input, so that
2379                 translated header names will still exist even if no occurrence of
2380                 _("headername") is found anymore in the sources.
2381                 Don't translate column name 'Number' following to trans_hdr option
2382                 value as it's not a header name.
2383
2384 2007-04-20 [colin]      2.9.1cvs4
2385
2386         * src/gtk/quicksearch.c
2387         * src/gtk/quicksearch.h
2388                 Add "From, To or Subject" quicksearch
2389                 type. Patch by ulfschaper@users.sf.net
2390
2391 2007-04-20 [colin]      2.9.1cvs3
2392
2393         * src/matcher.c
2394                 Implement proper references filtering condition.
2395                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2396
2397 2007-04-19 [wwp]        2.9.1cvs2
2398
2399         * src/prefs_display_header.c
2400         * src/message_search.c
2401                 Fix few warnings (g_free of const gchar*).
2402
2403 2007-04-19 [paul]       2.9.1cvs1
2404
2405         * NEWS
2406         * README
2407         * RELEASE_NOTES
2408         * configure.ac
2409                 bump version number following
2410                 stable release
2411
2412 2007-04-19 [paul]       2.9.0cvs9
2413
2414         * manual/advanced.xml
2415         * manual/glossary.xml
2416                 fix typos
2417
2418 2007-04-18 [paul]       2.9.0cvs8
2419
2420         * src/pop.c
2421                 fix for CVE-2007-1558 (APOP)
2422                 Thanks to Colin
2423
2424 2007-04-18 [paul]       2.9.0cvs7
2425
2426         * src/messageview.c
2427         * src/mimeview.c
2428         * src/summaryview.c
2429         * src/gtk/filesel.c
2430                 Fix encoding woes wrt saving of
2431                 mails and parts
2432                 Thanks to Colin
2433
2434 2007-04-18 [colin]      2.9.0cvs6
2435
2436         * src/gtk/pluginwindow.c
2437                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2438
2439 2007-04-17 [wwp]        2.9.0cvs5
2440
2441         * src/addressadd.c
2442         * src/addressbook.c
2443         * src/addrindex.c
2444         * src/ldapupdate.c
2445                 Fix --disable-ldap build,
2446                 fix some LDAP annoyances on 
2447                 searches, thanks to Colin.
2448
2449 2007-04-17 [wwp]        2.9.0cvs4
2450
2451         * src/ldapupdate.c
2452                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2453                 like gcc 2.9x. Thanks to Colin.
2454
2455 2007-04-17 [wwp]        2.9.0cvs3
2456
2457         * src/Makefile.am
2458         * src/addressadd.c
2459         * src/addressbook.c
2460         * src/addrindex.c
2461         * src/addritem.c
2462         * src/addritem.h
2463         * src/editaddress.c
2464         * src/ldapctrl.c
2465         * src/ldapctrl.h
2466         * src/ldapquery.c
2467         * src/ldapserver.c
2468         * src/ldapserver.h
2469         * src/ldapupdate.c
2470         * src/ldapupdate.h
2471                 Add LDAP write support. Patch mostly by 
2472                 Michael <mir at datanom dot net>
2473
2474 2007-04-17 [wwp]        2.9.0cvs2
2475
2476         * src/compose.c
2477                 Prepend "Add to address book" to the context menu of compose window's sender and
2478                 recipient fields.
2479
2480 2007-04-16 [paul]       2.9.0cvs1
2481
2482         * src/gtk/authors.h
2483                 add Pader Rezso
2484
2485 2007-04-16 [paul]       2.9.0
2486
2487         * NEWS
2488         * README
2489         * RELEASE_NOTES
2490                 2.9.0 released
2491
2492 2007-04-16 [paul]       2.8.1cvs102
2493
2494         * po/fr.po
2495                 updated by Fabien Vantard
2496
2497 2007-04-16 [paul]       2.8.1cvs101
2498
2499         * po/ca.po
2500         * po/cs.po
2501         * po/de.po
2502         * po/hu.po
2503         * po/pl.po
2504         * po/pt_BR.po
2505         * po/sr.po
2506         * po/zh_CN.po
2507                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2508                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2509                 Aleksandar Urosevic, and Ralgh Young
2510
2511 2007-04-15 [mones]      2.8.1cvs100
2512
2513         * po/es.po
2514                 Updated for release
2515
2516 2007-04-14 [colin]      2.8.1cvs99
2517
2518         * src/message_search.c
2519         * src/prefs_display_header.c
2520         * src/summary_search.c
2521         * src/gtk/combobox.c
2522                 Fix allocations
2523
2524 2007-04-14 [wwp]        2.8.1cvs98
2525
2526         * src/gtk/combobox.c
2527         * src/message_search.c
2528         * src/summary_search.c
2529         * src/prefs_display_header.c
2530                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2531                 returns NULL, get the text value directly from the GtkEntry child.
2532
2533 2007-04-13 [colin]      2.8.1cvs97
2534
2535         * src/gtk/quicksearch.c
2536                 Give the focus back to summaryview when
2537                 emptying the quicksearch with Esc
2538
2539 2007-04-13 [colin]      2.8.1cvs96
2540
2541         * src/message_search.c
2542         * src/prefs_display_header.c
2543         * src/summary_search.c
2544                 Fix possibles crashes when getting text
2545                 from gtk combos
2546
2547 2007-04-13 [colin]      2.8.1cvs95
2548
2549         * src/pop.c
2550                 Add some UIDL debugging
2551
2552 2007-04-12 [colin]      2.8.1cvs94
2553
2554         * src/folder.c
2555                 Force folder scan if necessary after
2556                 copying mails, to be able to reapply
2557                 flags.
2558
2559 2007-04-11 [colin]      2.8.1cvs93
2560
2561         * src/main.c
2562                 don't scan for new mail on startup if --select
2563                 is specified (or race conditions arise). If so,
2564                 do both sequentially.
2565
2566 2007-04-09 [colin]      2.8.1cvs92
2567
2568         * src/common/defs.h
2569                 Use leafpad by default on Maemo. Patch
2570                 by Jean-Luc Biord.
2571
2572 2007-04-06 [colin]      2.8.1cvs91
2573
2574         * src/pixmaps/queue_close.xpm
2575         * src/pixmaps/queue_close_hrm.xpm
2576         * src/pixmaps/queue_close_hrm_mark.xpm
2577         * src/pixmaps/queue_close_mark.xpm
2578         * src/pixmaps/queue_open.xpm
2579         * src/pixmaps/queue_open_hrm.xpm
2580         * src/pixmaps/queue_open_hrm_mark.xpm
2581         * src/pixmaps/queue_open_mark.xpm
2582                 Move the clock one pixel down :)
2583
2584 2007-04-05 [colin]      2.8.1cvs90
2585
2586         * src/mainwindow.c
2587                 Don't sync when switching offline from
2588                 command line - it's usually too late :)
2589
2590 2007-04-05 [paul]       2.8.1cvs89
2591
2592         * src/Makefile.am
2593         * src/stock_pixmap.c
2594         * src/pixmaps/dir_close_hrm.xpm
2595         * src/pixmaps/dir_close_hrm_mark.xpm
2596         * src/pixmaps/drafts_close.xpm
2597         * src/pixmaps/drafts_close_mark.xpm
2598         * src/pixmaps/drafts_open.xpm
2599         * src/pixmaps/drafts_open_mark.xpm
2600         * src/pixmaps/inbox.xpm
2601         * src/pixmaps/inbox_close.xpm
2602         * src/pixmaps/inbox_close_hrm.xpm
2603         * src/pixmaps/inbox_close_hrm_mark.xpm
2604         * src/pixmaps/inbox_close_mark.xpm
2605         * src/pixmaps/inbox_hrm.xpm
2606         * src/pixmaps/inbox_hrm_mark.xpm
2607         * src/pixmaps/inbox_mark.xpm
2608         * src/pixmaps/inbox_open.xpm
2609         * src/pixmaps/inbox_open_hrm.xpm
2610         * src/pixmaps/inbox_open_hrm_mark.xpm
2611         * src/pixmaps/inbox_open_mark.xpm
2612         * src/pixmaps/outbox.xpm
2613         * src/pixmaps/outbox_close.xpm
2614         * src/pixmaps/outbox_close_hrm.xpm
2615         * src/pixmaps/outbox_close_hrm_mark.xpm
2616         * src/pixmaps/outbox_close_mark.xpm
2617         * src/pixmaps/outbox_hrm.xpm
2618         * src/pixmaps/outbox_hrm_mark.xpm
2619         * src/pixmaps/outbox_mark.xpm
2620         * src/pixmaps/outbox_open.xpm
2621         * src/pixmaps/outbox_open_hrm.xpm
2622         * src/pixmaps/outbox_open_hrm_mark.xpm
2623         * src/pixmaps/outbox_open_mark.xpm
2624         * src/pixmaps/queue_close.xpm
2625         * src/pixmaps/queue_close_hrm.xpm
2626         * src/pixmaps/queue_close_hrm_mark.xpm
2627         * src/pixmaps/queue_close_mark.xpm
2628         * src/pixmaps/queue_open.xpm
2629         * src/pixmaps/queue_open_hrm.xpm
2630         * src/pixmaps/queue_open_hrm_mark.xpm
2631         * src/pixmaps/queue_open_mark.xpm
2632                 updated, added and replaced icons
2633                 Icons by Colin
2634
2635 2007-04-04 [colin]      2.8.1cvs88
2636
2637         * src/imap.c
2638                 Fix build without libetpan
2639
2640 2007-04-03 [colin]      2.8.1cvs87
2641
2642         * src/imap.c
2643                 Fix crash with Citadel, and try to make
2644                 things work. this server (and specifically 
2645                 STATUS and APPEND at least) seems broken.
2646
2647 2007-04-03 [colin]      2.8.1cvs86
2648
2649         * src/folderview.c
2650                 Fix icons on folder close
2651
2652 2007-04-03 [colin]      2.8.1cvs85
2653
2654         * src/inc.c
2655                 Fix double-ask of offline override in
2656                 certain cases
2657         * src/imap.c
2658         * src/imap.h
2659         * src/imap_gtk.c
2660                 Much more efficient way to synchronise
2661                 for offline use
2662         * src/etpan/imap-thread.c
2663                 Fix possible segs
2664         * src/folder.c
2665         * src/gtk/quicksearch.c
2666                 Fix some GUI lags
2667
2668 2007-04-03 [paul]       2.8.1cvs84
2669
2670         * src/filtering.c
2671         * src/folder.c
2672         * src/folder.h
2673         * src/prefs_common.c
2674         * src/prefs_common.h
2675         * src/prefs_other.c
2676                 Fix sync being done too late
2677                 Thanks to Colin
2678
2679 2007-04-02 [colin]      2.8.1cvs83
2680
2681         * src/summaryview.c
2682                 Maemo: Put status and quicksearch at the top
2683         * src/plugins/bogofilter/bogofilter.c
2684         * src/plugins/spamassassin/spamassassin.c
2685                 Derive trash from inbox if possible
2686
2687 2007-04-02 [paul]       2.8.1cvs82
2688
2689         * src/plugins/bogofilter/bogofilter_gtk.c
2690                 a few English changes
2691
2692 2007-04-02 [paul]
2693
2694         2.9.0-rc1 released
2695
2696 2007-04-02 [colin]      2.8.1cvs81
2697
2698         * src/image_viewer.c
2699                 Fix transparent images by using
2700                 GtkImage
2701         * src/messageview.c
2702                 Flush events (on new windows) to avoid
2703                 having the textview's image resize fail
2704                 to know the available width
2705
2706 2007-04-01 [colin]      2.8.1cvs80
2707
2708         * src/prefs_account.c
2709                 If no MH mailbox exist, when creating a POP/Local
2710                 account, just create and use the default one 
2711                 instead of bailing with a "Mailbox doesn't exist"
2712                 error
2713
2714 2007-03-31 [colin]      2.8.1cvs79
2715
2716         * src/prefs_account.c
2717                 Create signature file if it doesn't exist
2718                 before editing
2719         * src/prefs_toolbar.c
2720                 Maemo: Move "Use default" on the left so
2721                 that people can find it
2722         * src/common/defs.h
2723                 Maemo: make default editor "Maemopad", 
2724                 default signature file "MyDocs/signature.txt"
2725
2726 2007-03-31 [colin]      2.8.1cvs78
2727
2728         * src/prefs_account.c
2729                 Maemo: rework account prefs so
2730                 that less horizontal scrolling
2731                 is required
2732
2733 2007-03-31 [colin]      2.8.1cvs77
2734
2735         * src/folderview.c
2736         * src/prefs_common.c
2737         * src/prefs_common.h
2738                 Fix bug 1167, 'Allow not displaying zeros 
2739                 in folder list'. Patch by MartinP
2740
2741 2007-03-31 [colin]      2.8.1cvs76
2742
2743         * AUTHORS
2744                 Add Jean-Luc Biord
2745
2746 2007-03-31 [colin]      2.8.1cvs75
2747
2748         * src/imap.c
2749                 Apply patch from bug 1172, direct
2750                 access to the folder's session instead
2751                 of using getter. Patch by MartinP
2752
2753 2007-03-31 [paul]       2.8.1cvs74
2754
2755         * src/gtk/authors.h
2756                 no need to list Fabien twice!
2757
2758 2007-03-31 [colin]      2.8.1cvs73
2759
2760         * src/inc.c
2761                 If we're currently "overriding for %d minutes",
2762                 don't ask
2763
2764 2007-03-31 [colin]      2.8.1cvs72
2765
2766         * src/compose.c
2767         * src/imap.c
2768         * src/inc.c
2769         * src/inc.h
2770         * src/messageview.c
2771         * src/news.c
2772         * src/plugins/spamassassin/spamassassin.c
2773                 Offline override: Add a parameter to allow
2774                 asking even if the override timer is running.
2775                 Allows to ask every time the user makes an
2776                 explicit action needing online access (such
2777                 as Get Mail), and not when the action is 
2778                 implicit (such as opening an IMAP folder)
2779
2780 2007-03-31 [colin]      2.8.1cvs71
2781
2782         * src/inc.c
2783                 Override offline: "No" answer shouldn't
2784                 re-ask after 3 seconds, but 10 minutes. 
2785
2786 2007-03-30 [colin]      2.8.1cvs70
2787
2788         * src/common/socket.c
2789                 Better error reporting on unix socket
2790                 failure (bind usually)
2791         * src/gtk/gtkutils.c
2792         * src/gtk/gtkutils.h
2793                 Label window: add a pulsing progress
2794                 bar to show we're not hung :)
2795         * src/folderview.c
2796         * src/main.c
2797         * src/plugins/pgpcore/sgpgme.c
2798                 Update API
2799
2800 2007-03-30 [colin]      2.8.1cvs69
2801
2802         * src/pop.c
2803         * src/prefs_common.c
2804                 Fix possible trashing of history and uidl
2805                 files on disk full problems
2806
2807 2007-03-30 [paul]       2.8.1cvs68
2808
2809         * src/mainwindow.c
2810         * src/summaryview.c
2811         * src/summaryview.h
2812                 update summary when changing layout type
2813                 (fixes wrong folder icon being displayed)
2814                 Thanks to Colin
2815
2816 2007-03-29 [colin]      2.8.1cvs67
2817
2818         * src/prefs_ext_prog.c
2819                 The browser pref is irrelevant on Maemo
2820
2821 2007-03-29 [colin]      2.8.1cvs66
2822
2823         * src/compose.c
2824         * src/compose.h
2825                 Maemo: dynamically switch headers/text position
2826         * src/prefs_common.c
2827                 Maemo: hide compose's ruler by default
2828         * src/common/socket.c
2829         * src/common/socket.h
2830                 Fix build warning
2831
2832 2007-03-29 [colin]      2.8.1cvs65
2833
2834         * src/common/socket.c
2835         * src/common/socket.h
2836                 Fix build when MAEMO_CFLAGS contains
2837                 _X_OPENSOURCE (resolv.h errors as long
2838                 as we don't add _BSD_SOURCE. Ugly).
2839
2840 2007-03-29 [wwp]        2.8.1cvs64
2841
2842         * src/prefs_logging.c
2843                 Fix sensitivity of clip-log widgets in prefs/logging,
2844                 thanks to Fabien.
2845
2846 2007-03-29 [wwp]        2.8.1cvs63
2847
2848         * po/POTFILES.in
2849                 Updated files list for translations, thanks to Fabien.
2850
2851 2007-03-29 [colin]      2.8.1cvs62
2852
2853         * src/main.c
2854         * src/common/Makefile.am
2855         * src/common/utils.c
2856                 Maybe make URI opening work in Maemo
2857                 Requires testing :)
2858
2859 2007-03-28 [colin]      2.8.1cvs61
2860
2861         * src/folder.c
2862         * src/folder.h
2863         * src/folderview.c
2864                 Add the possibility to sort folders arbitrarily
2865                 (via editing of folderlist.xml only). Patch by
2866                 Martin P <mp26+claws@os.inf.tu-dresden.de>
2867                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
2868                 be changed by the user'
2869
2870 2007-03-28 [colin]      2.8.1cvs60
2871
2872         * src/mimeview.c
2873                 Add popup menu for mime icons
2874
2875 2007-03-28 [colin]      2.8.1cvs59
2876
2877         * src/mainwindow.c
2878                 Fix a layout issue when presenting
2879                 mainwindow in Small screen layout
2880         * src/toolbar.c
2881         * src/toolbar.h
2882                 Add a "Go to folder list" button for
2883                 mainwindow, and make it default in
2884                 the Maemo build
2885
2886 2007-03-28 [colin]      2.8.1cvs58
2887
2888         * src/compose.c
2889                 Don't dynamically update title on Maemo
2890                 Patch by Jean-Luc Biord
2891
2892 2007-03-27 [colin]      2.8.1cvs57
2893
2894         * src/compose.c
2895         * src/folderview.c
2896         * src/summaryview.c
2897                 Enable tap-and-hold on Maemo
2898
2899 2007-03-26 [colin]      2.8.1cvs56
2900
2901         * src/compose.c
2902                 More popup-menu (in attachments list)
2903
2904 2007-03-26 [colin]      2.8.1cvs55
2905
2906         * src/compose.c
2907                 Enable popup-menu signal
2908
2909 2007-03-26 [colin]      2.8.1cvs54
2910
2911         * src/plugins/pgpinline/pgpinline.c
2912                 Fix bug 1111, 'PGP/inline plugin hides text 
2913                 around encrypted text block'. Patch based on
2914                 a patch from Michal Cihar.
2915
2916 2007-03-26 [wwp]        2.8.1cvs53
2917
2918         * src/procmsg.c
2919                 Fix getting a false error when sending queued message
2920                 whereas the sending was fine (if there are subfolders
2921                 in the queue folder), thanks to Colin.
2922
2923 2007-03-26 [paul]       2.8.1cvs52
2924
2925         * src/wizard.c
2926                 update FACE header in welcome message
2927
2928 2007-03-25 [colin]      2.8.1cvs51
2929
2930         * src/Makefile.am
2931                 Fix make dist
2932
2933 2007-03-25 [colin]      2.8.1cvs50
2934
2935         * src/main.c
2936                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
2937
2938 2007-03-24 [colin]      2.8.1cvs49
2939
2940         * src/main.c
2941                 Fix a few launch problems on Maemo
2942                 Patch by Jean-Luc Biord
2943
2944 2007-03-24 [wwp]        2.8.1cvs48
2945
2946         * src/alertpanel.c
2947         * src/alertpanel.h
2948         * src/messageview.c
2949         * src/summaryview.c
2950                 Fix wrong action performed when closing the
2951                 "ask about account specific filtering rules
2952                 when filtering manually" dialog by pressing Escape.
2953                 Fix wrong order of buttons in the "return receipt
2954                 notification - the message was sent to several of
2955                 your accounts" dialog.
2956
2957 2007-03-24 [paul]       2.8.1cvs47
2958
2959         * src/folderview.c
2960                 an improvement to English usage
2961         * tools/kdeservicemenu/README
2962                 updated Claws url
2963
2964 2007-03-24 [paul]       2.8.1cvs46
2965
2966         * src/Makefile.am
2967         * src/stock_pixmap.c
2968         * src/pixmaps/edit_extern.xpm
2969         * src/pixmaps/mail_sign.xpm
2970                 rescue long lost icons
2971
2972 2007-03-24 [paul]       2.8.1cvs45
2973
2974         * src/toolbar.c
2975                 fix toolbar (broken in 2.8.1cvs42)
2976
2977 2007-03-23 [colin]      2.8.1cvs44
2978
2979         * src/imap.c
2980                 Correctly unsubscribe/resubscribe after
2981                 RENAME
2982
2983 2007-03-23 [colin]      2.8.1cvs43
2984
2985         * src/prefs_common.c
2986                 Maemo: as the platform is light on RAM, allow
2987                 caches to be discarded faster.
2988
2989 2007-03-23 [colin]      2.8.1cvs42
2990
2991         * src/Makefile.am
2992         * src/compose.c
2993         * src/compose.h
2994         * src/stock_pixmap.c
2995         * src/stock_pixmap.h
2996         * src/summaryview.c
2997         * src/summaryview.h
2998         * src/toolbar.c
2999         * src/toolbar.h
3000         * src/pixmaps/open_mail.xpm
3001                 Maemo changes: Add the possibility to have
3002                 "Open Email" and "Close Window" buttons on 
3003                 toolbars (and use them in Maemo's default
3004                 toolbars)
3005
3006 2007-03-23 [wwp]        2.8.1cvs41
3007
3008         * src/action.c
3009                 Reverted that part of the action dialog closure logics, to
3010                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3011                 done later in a different way (or may not).
3012
3013 2007-03-22 [wwp]        2.8.1cvs40
3014
3015         * src/action.c
3016                 Fix sticky action dialog when got no output but action command
3017                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3018
3019 2007-03-22 [colin]      2.8.1cvs39
3020
3021         * src/prefs_filtering.c
3022         * src/gtk/combobox.h
3023                 Fix escaping account names in filtering prefs
3024
3025 2007-03-22 [colin]      2.8.1cvs38
3026
3027         * src/addrindex.c
3028         * src/ldapctrl.h
3029         * src/ldapquery.c
3030                 Add any attribute specified in LDAP servers'
3031                 Search attributes to the Other Attributes tab
3032                 of contacts; Add 'telephoneNumber' in the
3033                 default list.
3034
3035 2007-03-22 [colin]      2.8.1cvs37
3036
3037         * src/folderview.c
3038         * src/folderview.h
3039         * src/mainwindow.c
3040                 Try to prevent race conditions when
3041                 changing the folder list
3042         * src/summaryview.c
3043                 Fix possible red folder icon when
3044                 switching from Small screen layout
3045                 to any other
3046
3047 2007-03-22 [colin]      2.8.1cvs36
3048
3049         * src/mainwindow.c
3050         * src/mainwindow.h
3051         * src/summaryview.c
3052                 Rename "little screen" to "Small screen"
3053         * src/gtk/Makefile.am
3054         * src/common/utils.c
3055         * src/mh.c
3056                 Fix Maemo-related compilation problems
3057
3058 2007-03-21 [colin]      2.8.1cvs35
3059
3060         * configure.ac
3061                 Fix previous commit
3062         * claws-mail.desktop
3063                 Remove .png from the Icon, it's useless
3064
3065 2007-03-21 [colin]      2.8.1cvs34
3066
3067         * configure.ac
3068         * src/Makefile.am
3069                 Add the necessary lib checking for 
3070                 Maemo
3071
3072 2007-03-21 [colin]      2.8.1cvs33
3073
3074         * src/main.c
3075                 Fix unconditional "error happened" when
3076                 sending via command-line. "lol @ myself"
3077
3078 2007-03-21 [colin]      2.8.1cvs32
3079
3080         * claws-mail-40x40.png
3081         * claws-mail-26x26.png
3082         * src/account.c
3083         * src/addressbook.c
3084         * src/compose.c
3085         * src/folderview.c
3086         * src/folderview.h
3087         * src/main.c
3088         * src/mainwindow.c
3089         * src/mainwindow.h
3090         * src/messageview.c
3091         * src/prefs_account.c
3092         * src/prefs_common.c
3093         * src/summary_search.c
3094         * src/summaryview.c
3095         * src/summaryview.h
3096         * src/gtk/authors.h
3097         * src/gtk/gtkutils.c
3098         * src/gtk/gtkutils.h
3099         * src/gtk/logwindow.c
3100         * src/gtk/menu.c
3101         * src/gtk/prefswindow.c
3102                 Add Maemo port (patch mainly by Jean-Luc Biort)
3103                 Add a new 'Little screen' layout to help on such
3104                 platforms (patch by me)
3105                 Make some default preferences different (more
3106                 adapted) on Maemo (patch by me)
3107
3108 2007-03-21 [wwp]        2.8.1cvs31
3109
3110         * src/prefs_logging.c
3111         * src/prefs_logging.h
3112                 Fixed copyright header of newly added files.
3113
3114 2007-03-21 [wwp]        2.8.1cvs30
3115
3116         * src/Makefile.am
3117         * src/filtering.c
3118         * src/filtering.h
3119         * src/folder.c
3120         * src/folderview.c
3121         * src/imap.c
3122         * src/inc.c
3123         * src/main.c
3124         * src/mainwindow.c
3125         * src/mainwindow.h
3126         * src/matcher.c
3127         * src/messageview.c
3128         * src/news.c
3129         * src/pop.c
3130         * src/prefs_common.c
3131         * src/prefs_common.h
3132         * src/prefs_logging.c
3133         * src/prefs_logging.h
3134         * src/prefs_other.c
3135         * src/procmsg.c
3136         * src/send_message.c
3137         * src/summaryview.c
3138         * src/common/log.c
3139         * src/common/log.h
3140         * src/common/nntp.c
3141         * src/common/session.c
3142         * src/common/smtp.c
3143         * src/common/socket.c
3144         * src/etpan/imap-thread.c
3145         * src/gtk/logwindow.c
3146         * src/gtk/logwindow.h
3147         * src/plugins/bogofilter/bogofilter.c
3148         * src/plugins/spamassassin/spamassassin.c
3149                 Added debugging of filtering/processing rules.
3150                 The debug log is here 'Tools/Filtering debug window',
3151                 the options there 'Configuration/Preferences/Other/Logging',
3152                 and the log file is ~/.claws-mail/filtering.log.
3153                 Moved protocol log prefs to 'Other/Logging' as well.
3154                 To support such debugging feature, the existing log API has
3155                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3156                 this impacts many external modules (commits follow).
3157
3158 2007-03-21 [paul]       2.8.1cvs29
3159
3160         * src/etpan/Makefile.am
3161         * src/etpan/imap-thread.c
3162                 add missing #include
3163
3164 2007-03-21 [colin]      2.8.1cvs28
3165
3166         * src/procmime.c
3167                 Fix bug 1157, 'some broken messages confuse 
3168                 mime parser'. Make sure we can't have MimeInfos
3169                 with negative sizes.
3170
3171 2007-03-20 [colin]      2.8.1cvs27
3172
3173         * src/main.c
3174                 Fix missing \0 on buffer
3175
3176 2007-03-20 [colin]      2.8.1cvs26
3177
3178         * src/mh.c
3179                 Use make_dir_hier instead of make_dir 
3180                 to create the MH mailbox
3181
3182 2007-03-20 [colin]      2.8.1cvs25
3183
3184         * src/folder.c
3185         * src/folder.h
3186         * src/prefs_account.c
3187         * src/wizard.c
3188                 Fix default inbox weirdnesses (after wizard,
3189                 if path is Mail, mailbox identifier is #mh/Mailbox,
3190                 and when creating new accounts)
3191
3192 2007-03-20 [colin]      2.8.1cvs24
3193
3194         * src/account.c
3195                 Write folderlist after adding/deleting accounts
3196                 that have folders
3197
3198 2007-03-20 [colin]      2.8.1cvs23
3199
3200         * src/imap.c
3201         * src/remotefolder.h
3202                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3203                 selected while scanning prior to update'
3204
3205 2007-03-17 [paul]       2.8.1cvs22
3206
3207         * src/main.c
3208                 fix a typo, and be a little more verbose.
3209
3210 2007-03-17 [wwp]        2.8.1cvs21
3211
3212         * src/inc.c
3213                 Fix a compiler warning.
3214
3215 2007-03-16 [wwp]        2.8.1cvs20
3216
3217         * tools/Makefile.am
3218         * tools/README
3219                 Updated to deal w/ the new mairix.sh tool.
3220
3221 2007-03-16 [wwp]        2.8.1cvs19
3222
3223         * src/action.c
3224                 Fix logics issues around the action IO dialog:
3225                 - disable entry widget and exec button when
3226                   the exec button is clicked (don't wait for any
3227                   output line) - fix possible disabling/re-enabling/
3228                   re-disabling of those widgets
3229                 - raise an error if executing a %as{} action either
3230                   empty or invalid, instead of failing silently
3231                 - don't close the dialog if the abort button has been
3232                   clicked and if there was no output yet
3233                 - set focus to the abort button when the exec button
3234                   is clicked
3235                 - fix capitalization of a warning message
3236
3237 2007-03-16 [wwp]        2.8.1cvs18
3238
3239         * tools/mairix.sh
3240                 Added a wrapper to mairix to the tools folder.
3241
3242 2007-03-16 [colin]      2.8.1cvs17
3243
3244         * src/messageview.c
3245         * src/mimeview.h
3246                 Allow mimeviewer plugins to print
3247                 their stuff
3248
3249 2007-03-16 [colin]      2.8.1cvs16
3250
3251         * .cvsignore
3252                 Ignore *.patchset
3253
3254 2007-03-15 [colin]      2.8.1cvs15
3255
3256         * src/messageview.c
3257         * src/mimeview.h
3258                 Add a way for mimeviewer plugins to
3259                 implement body search
3260
3261 2007-03-15 [paul]       2.8.1cvs14
3262
3263         * src/prefs_spelling.c
3264                 fix English usage
3265
3266 2007-03-15 [paul]       2.8.1cvs13
3267
3268         * src/common/quoted-printable.c
3269                 fix decoding of quoted-printable parts
3270
3271 2007-03-14 [wwp]        2.8.1cvs12
3272
3273         * src/gtk/logwindow.h
3274                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3275
3276 2007-03-14 [wwp]        2.8.1cvs11
3277
3278         * src/gtk/logwindow.h
3279                 Complete 2.8.1cvs10.
3280
3281 2007-03-14 [colin]      2.8.1cvs10
3282
3283         * src/gtk/logwindow.c
3284                 Probably fix bug 1149, crash on logwindow
3285                 close - at the expense of performance once
3286                 logwin has been opened
3287
3288 2007-03-14 [colin]      2.8.1cvs9
3289
3290         * src/main.c
3291                 If claws-mail is running on another
3292                 display, warn instead of popping it up
3293                 on the other display
3294
3295 2007-03-12 [colin]      2.8.1cvs8
3296
3297         * src/wizard.c
3298                 Fix bug 1145, 'Setting a different name 
3299                 for the Mailbox name isn't reflected in 
3300                 default account settings'. Patch by wwp
3301
3302 2007-03-12 [colin]      2.8.1cvs7
3303
3304         * src/summaryview.c
3305                 Fix bug 1143, 'Add number of messages to be 
3306                 deleted to confirmation dialog'
3307
3308 2007-03-12 [wwp]        2.8.1cvs6
3309
3310         * src/folderview.c
3311         * src/prefs_common.c
3312         * src/prefs_common.h
3313         * src/prefs_summaries.c
3314                 Changed the option that displays unread messages count
3315                 next to the folder name in folder list: it is now
3316                 possible to either display nothing, display the
3317                 unread messages number only or the unread and total messages
3318                 numbers. The patch includes this extra feature as well
3319                 as some minor fixes by rewriting the algo in folderview.c.
3320                 Thanks to Paul for the original idea and implementation, plus
3321                 testing and proof-reading!
3322
3323 2007-03-09 [paul]       2.8.1cvs5
3324
3325         * tools/Makefile.am
3326         * tools/README
3327         * tools/claws-mail-compose-insert-files.pl
3328                 added a script which enables inserting files
3329                 into the message body of a new Claws Mail
3330                 Compose window from the command line. Additionally
3331                 To, Cc, Subject and files to attach to the message
3332                 can be specified.
3333
3334 2007-03-09 [wwp]        2.8.1cvs4
3335
3336         * src/addr_compl.c
3337         * src/addr_compl.h
3338         * src/filtering.c
3339                 Optimize matching of addresses in the addressbook
3340                 (filtering/processing 'found_in_addressbook' condition).
3341
3342 2007-03-07 [wwp]        2.8.1cvs3
3343
3344         * src/quote_fmt.c
3345         * src/quote_fmt_lex.l
3346         * src/quote_fmt_parse.y
3347                 Add a new quote format symbol: %A to insert the
3348                 sender email address (just the address itself).
3349
3350 2007-03-06 [wwp]        2.8.1cvs2
3351
3352         * src/gtk/gtkutils.c
3353         * src/plugins/trayicon/trayicon_prefs.h
3354         * src/plugins/trayicon/trayicon_prefs.c
3355         * src/plugins/trayicon/trayicon.c
3356         * src/mainwindow.h
3357         * src/mainwindow.c
3358                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3359                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3360
3361
3362 2007-03-06 [paul]       2.8.1cvs1
3363
3364         * NEWS
3365         * README
3366         * RELEASE_NOTES
3367         * configure.ac
3368                 bump version number following
3369                 stable release
3370
3371 2007-03-06 [paul]       2.8.0cvs24
3372
3373         * po/cs.po
3374                 corrected by by Tim <timbrain@post.cz>
3375
3376 2007-03-05 [colin]      2.8.0cvs23
3377
3378         * src/Makefile.am
3379         * src/procmime.c
3380                 Fix mime/globs path on NetBSD
3381                 patch by George Michaelson
3382
3383 2007-03-05 [wwp]        2.8.0cvs22
3384
3385         * src/addr_compl.c
3386                 Remove debug statement (accidentally committed w/ cvs14).
3387
3388 2007-03-05 [paul]       2.8.0cvs21
3389
3390         * src/plugins/pgpcore/prefs_gpg.c
3391                 fix compiler warning
3392
3393 2007-03-05 [wwp]        2.8.0cvs20
3394
3395         * src/matcher_parser_parse.y
3396                 Fix mismerge between cvs17 and cvs19.
3397
3398 2007-03-05 [wwp]        2.8.0cvs19
3399
3400         * src/matcher_parser_parse.y
3401         * src/prefs_filtering_action.c
3402         * src/matcher.c
3403         * src/matcher.h
3404         * src/filtering.c
3405         * src/filtering.h
3406                 Add new 'add_to_addressbook' filtering/processing action.
3407
3408 2007-03-05 [wwp]        2.8.0cvs18
3409
3410         * src/filtering.c
3411                 Fix mark_as_ham filtering/processing action: spam flag
3412                 was not unset.
3413
3414 2007-03-04 [colin]      2.8.0cvs17
3415
3416         * src/filtering.c
3417         * src/matcher.c
3418         * src/matcher.h
3419         * src/matcher_parser_parse.y
3420         * src/prefs_filtering_action.c
3421                 Add 'Mark as spam' and 'Mark as ham' filtering
3422                 actions. Fixes bug 1138.
3423
3424 2007-03-04 [colin]      2.8.0cvs16
3425
3426         * src/imap.c
3427                 Fix bug 1140, wrong return value
3428                 without libetpan
3429
3430 2007-03-04 [wwp]        2.8.0cvs15
3431
3432         * src/addr_compl.c
3433                 Rollback cvs14: don't free stuff that is managed in g_list.
3434
3435 2007-03-04 [wwp]        2.8.0cvs14
3436
3437         * src/addr_compl.c
3438                 Fix a leak in address completion code.
3439
3440 2007-03-04 [colin]      2.8.0cvs13
3441
3442         * src/addr_compl.c
3443                 Maybe fix bug 1136, 'Crash in group 
3444                 address completion'
3445
3446 2007-03-04 [iwkse]      2.8.0cvs12
3447
3448         * src/imap.c
3449                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3450
3451 2007-03-03 [colin]      2.8.0cvs11
3452
3453         * src/plugins/pgpinline/pgpinline.c
3454                 Fix off-by-one, fix double-free. Fixes
3455                 bug 1135, 'cm-segfault on decrypting 
3456                 with PGP/inline'
3457
3458 2007-03-03 [colin]      2.8.0cvs10
3459
3460         * configure.ac
3461         * src/main.c
3462         * src/common/plugin.c
3463                 Fix bug 1134, 'Valgrind macros unhandled 
3464                 by Irix's cc'
3465
3466 2007-03-02 [colin]      2.8.0cvs9
3467
3468         * src/mbox.c
3469                 Don't error out on EAGAIN. Fixes 
3470                 bug 1129, '"local mbox file" account 
3471                 isn't retrieving mails'
3472
3473 2007-03-01 [wwp]        2.8.0cvs8
3474
3475         * src/mainwindow.c
3476         * src/gtk/colorlabel.c
3477                 Remove accels for extra color labels until we set better
3478                 and definitive ones.
3479
3480 2007-02-28 [wwp]        2.8.0cvs7
3481
3482         * src/mainwindow.c
3483         * src/matcher_parser_parse.y
3484         * src/prefs_common.c
3485         * src/prefs_msg_colors.c
3486         * src/procmsg.h
3487         * src/gtk/colorlabel.c
3488         * src/gtk/colorlabel.h
3489                 Add more customizable color labels. Cleaned up a bit
3490                 the color label API to avoid duplicate defines of
3491                 the max number of colors.
3492
3493 2007-02-27 [colin]      2.8.0cvs6
3494
3495         * src/mainwindow.c
3496         * src/common/utils.c
3497         * src/common/utils.h
3498                 Fix '+' in mailto URIs for List-* headers
3499
3500 2007-02-27 [colin]      2.8.0cvs5
3501
3502         * src/gtk/gtkutils.c
3503                 Use gtk_window_set_role instead of 
3504                 _set_wmclass
3505
3506 2007-02-27 [colin]      2.8.0cvs4
3507
3508         * src/inc.c
3509                 Fix "After receiving new mail, go to inbox" on IMAP,
3510                 and make it work only on manual reception
3511
3512 2007-02-27 [wwp]        2.8.0cvs3
3513
3514         * src/prefs_filtering.c
3515         * src/prefs_filtering_action.c
3516         * src/prefs_matcher.c
3517                 Update filtering matcher's and action's color label menus
3518                 when re-opening those dialogs (reflect any change to the
3519                 color labels list in the preferences).
3520
3521 2007-02-27 [colin]      2.8.0cvs2
3522
3523         * src/imap.c
3524         * src/etpan/etpan-thread-manager-types.h
3525         * src/etpan/etpan-thread-manager.c
3526         * src/etpan/imap-thread.c
3527                 Log imap ALERTs as errors in the log.
3528
3529 2007-02-26 [paul]       2.8.0cvs1
3530
3531         * tools/claws.i18n.status.pl
3532                 updated
3533
3534 2007-02-26 [paul]       2.7.2cvs75
3535
3536         * po/ca.po
3537         * po/cs.po
3538         * po/de.po
3539         * po/en_GB.po
3540         * po/fi.po
3541         * po/fr.po
3542         * po/hu.po
3543         * po/pl.po
3544         * po/pt_BR.po
3545         * po/sk.po
3546         * po/sr.po
3547         * po/zh_CN.po
3548                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3549                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3550                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3551                 Aleksandar Urosevic, and Ralgh Young
3552
3553 2007-02-25 [mones]      2.7.2cvs74
3554
3555         * po/es.po
3556                 Updated for release
3557
3558 2007-02-25 [colin]      2.7.2cvs73
3559
3560         * src/main.c
3561                 Clearing the list is only useful
3562                 to prevent a valgrind false-positive
3563
3564 2007-02-25 [paul]       2.7.2cvs72
3565
3566         * tools/Makefile.am
3567         * tools/README
3568         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3569         * tools/maildir2claws-mail.pl  **REMOVED**
3570                 renamed the script, fixed a couple bugs
3571
3572 2007-02-23 [colin]      2.7.2cvs71
3573
3574         * src/addressbook.c
3575                 Fix a leak, check for a few improbable nulls
3576
3577 2007-02-23 [colin]      2.7.2cvs70
3578
3579         * src/main.c
3580         * src/main.h
3581         * src/plugins/trayicon/trayicon.c
3582                 Fix blinking mainwin when starting in tray
3583                 (show mainwindow later in the startup process,
3584                  apart if restarting post-crash)
3585
3586 2007-02-23 [colin]      2.7.2cvs69
3587
3588         * src/folderview.c
3589         * src/imap_gtk.c
3590                 Fix crash when unsubscribing the currently
3591                 selected/opened folder
3592
3593 2007-02-23 [colin]      2.7.2cvs68
3594
3595         * src/compose.c
3596                 Fix bug that prevented colorization to
3597                 work without wrap quotation option
3598
3599 2007-02-23 [colin]      2.7.2cvs67
3600
3601         * src/addr_compl.c
3602                 Fix refcounting, start and end completion who
3603                 behaved as if there couldn't be any other current
3604                 user of completion
3605
3606 2007-02-23 [wwp]        2.7.2cvs66
3607
3608         * src/addressbook.c
3609         * src/addrindex.c
3610                 Address completion fixes: fix addressbook_peek_folder_exists() in
3611                 which the algorithm was ridiculously over-obfuscated and broken.
3612                 Fix addrindex_load_completion() as well, to load addresses in
3613                 completion list with regards to what addressbook_peek_folder_exists()
3614                 returns now.
3615
3616 2007-02-23 [wwp]        2.7.2cvs65
3617
3618         * src/addr_compl.c
3619                 Add addresses to completion when they're non-empty (thanks to Colin).
3620
3621 2007-02-23 [paul]       2.7.2cvs64
3622
3623         * src/plugins/pgpcore/passphrase.c
3624                 remove 'const '
3625
3626 2007-02-23 [colin]      2.7.2cvs63
3627
3628         * src/plugins/pgpcore/prefs_gpg.c
3629         * src/plugins/pgpcore/prefs_gpg.h
3630         * src/plugins/pgpcore/sgpgme.c
3631         * src/plugins/pgpinline/pgpinline.c
3632         * src/plugins/pgpmime/pgpmime.c
3633                 Try harder to respect user's choice wrt
3634                 gpg-agent even with gpg2, by unsetting
3635                 GPG_AGENT_INFO when necessary.
3636
3637 2007-02-22 [paul]       2.7.2cvs62
3638
3639         * src/plugins/pgpcore/sgpgme.c
3640         * src/plugins/pgpcore/sgpgme.h
3641         * src/plugins/pgpcore/passphrase.c
3642         * src/plugins/pgpinline/pgpinline.c
3643         * src/plugins/pgpmime/pgpmime.c
3644                 Fix a leak - gpgme_data_release_and_get_mem
3645                 leaks in recent gpgme. Workaround by using
3646                 our own function.
3647
3648 2007-02-22 [paul]       2.7.2cvs61
3649
3650         * src/gtk/quicksearch.c
3651                 Abandon dynamic search when pressing
3652                 Enter
3653
3654 2007-02-21 [colin]      2.7.2cvs60
3655
3656         * src/procmsg.c
3657         * src/plugins/pgpcore/passphrase.c
3658                 Fix little memory leaks
3659         * src/main.c
3660                 Fix false-positive leak at exit
3661         * src/gtk/quicksearch.c
3662                 Fix potentially big leak in recursive
3663                 Quicksearch
3664
3665 2007-02-21 [wwp]        2.7.2cvs59
3666
3667         * src/summaryview.c
3668                 Add missing newline to a debug message.
3669
3670 2007-02-20 [colin]      2.7.2cvs58
3671
3672         * src/Makefile.am
3673         * src/mimeview.c
3674         * src/stock_pixmap.c
3675         * src/stock_pixmap.h
3676         * src/pixmaps/mime_pgpsig.xpm
3677                 Add icon for application/pgp-signature
3678
3679 2007-02-20 [colin]      2.7.2cvs57
3680
3681         * src/Makefile.am
3682         * src/main.c
3683         * src/mimeview.c
3684         * src/stock_pixmap.c
3685         * src/stock_pixmap.h
3686         * src/pixmaps/mime_calendar.xpm
3687         * src/pixmaps/mime_pdf.xpm
3688         * src/pixmaps/mime_ps.xpm
3689                 Add icons for text/calendar, application/pdf
3690                 and application/postscript
3691
3692 2007-02-20 [colin]      2.7.2cvs56
3693
3694         * autogen.sh
3695         * src/matcher_parser_parse.y
3696         * src/matcher_parser_lex.l
3697                 Fix big memory leak in flex, and
3698                 require flex 2.5.31
3699
3700 2007-02-20 [wwp]        2.7.2cvs55
3701
3702         * src/matcher_parser_parse.y
3703                 Fix a duplicate token definition (thanks to iwkse).
3704
3705 2007-02-20 [wwp]        2.7.2cvs54
3706
3707         * src/matcher_parser_lex.l
3708         * src/quote_fmt_lex.l
3709                 Use proper flex options instead of direct use of #define,
3710                 make the flex-generated C lighter.
3711
3712 2007-02-20 [colin]      2.7.2cvs53
3713
3714         * src/summaryview.c
3715                 Grab focus in message list after hiding
3716                 the quicksearch, instead of leaving it
3717                 "somewhere"
3718
3719 2007-02-19 [colin]      2.7.2cvs52
3720
3721         * src/folderview.c
3722                 Fix bug 1033, 'Automatically refresh 
3723                 message list when new messages arrives'
3724                 Looks like folderview->opened can sometimes
3725                 be wrong...
3726
3727 2007-02-19 [paul]       2.7.2cvs51
3728
3729         * tools/Makefile.am
3730         * tools/README
3731         * tools/thunderbird-filters-convertor.pl
3732                 add new script which converts thunderbird filter
3733                 rules to Claws filter rules
3734
3735 2007-02-18 [paul]       2.7.2cvs50
3736
3737         * src/plugins/pgpcore/prefs_gpg.c
3738         * src/plugins/pgpcore/prefs_gpg.h
3739         * src/plugins/pgpcore/sgpgme.c
3740         * src/plugins/pgpinline/pgpinline.c
3741         * src/plugins/pgpmime/pgpmime.c
3742                 improved GUI interoperability with gpg-agent
3743
3744 2007-02-18 [paul]       2.7.2cvs49
3745
3746         * src/prefs_account.c
3747                 Privacy options sensitivity fix
3748
3749 2007-02-17 [colin]      2.7.2cvs48
3750
3751         * src/messageview.c
3752                 Reset icon to warning in the noticeview
3753
3754 2007-02-15 [colin]      2.7.2cvs47
3755
3756         * src/folderview.c
3757                 Fix a manifestation of bug 1033 (summaryview failing
3758                 to update for new mails), which happens after editing
3759                 account preferences or preferences that cause a 
3760                 folderview reload.
3761
3762 2007-02-15 [colin]      2.7.2cvs46
3763
3764         * src/addressbook.c
3765                 Probably fix bug 1123, 'Segmentation 
3766                 fault while opening address book'. I get
3767                 g_warnings if the saved paned position is
3768                 not greater than 0. Also, save position
3769                 when hiding the addressbook instead of
3770                 via signal.
3771
3772 2007-02-14 [colin]      2.7.2cvs45
3773
3774         * src/plugins/pgpcore/prefs_gpg.c
3775         * src/plugins/pgpcore/prefs_gpg.h
3776         * src/plugins/pgpcore/sgpgme.c
3777         * src/plugins/pgpinline/pgpinline.c
3778         * src/plugins/pgpmime/pgpmime.c
3779                 Add an option "Use gpg-agent if available". Fixes
3780                 annoyances with distro-installed gpg-agent, when
3781                 no pinentry program is installed, and the user's 
3782                 at a loss on why "decryption failed". Makes more
3783                 clear why passphrase isn't saved when gpg-agent is
3784                 used. Defaults to true, to avoid changing the 
3785                 current behaviour.
3786
3787 2007-02-14 [wwp]        2.7.2cvs44
3788
3789         * src/matcher_parser_parse.y
3790                 Fix missing line number reset (wrong line number might appear
3791                 when re-loading filtering rules if there's a parser error).
3792
3793 2007-02-13 [colin]      2.7.2cvs43
3794
3795         * src/common/utils.c
3796                 Don't encode ',' in URIs before passing it
3797                 to the browser command-line. It was probably
3798                 done at a time where commas in URIs made
3799                 mozilla -remote 'openurl(%s,new-window)'
3800                 bug.
3801
3802 2007-02-13 [wwp]        2.7.2cvs42
3803
3804         * src/prefs_matcher.c
3805         * src/plugins/bogofilter/bogofilter_gtk.c
3806                 A bit of string factorization around "Select ..." buttons.
3807
3808 2007-02-11 [colin]      2.7.2cvs41
3809
3810         * src/alertpanel.c
3811                 Make sure to escape the title
3812
3813 2007-02-11 [colin]      2.7.2cvs40
3814
3815         * src/codeconv.c
3816                 Recognize .utf8 locales as .UTF-8 ones
3817
3818 2007-02-11 [colin]      2.7.2cvs39
3819
3820         * src/compose.c
3821                 Fix code conversion when dragging a file
3822
3823 2007-02-09 [colin]      2.7.2cvs38
3824
3825         * src/plugins/clamav/clamav_plugin.c
3826                 Complete Paul's patch with conditional
3827                 compilation to avoid breaking compilation
3828                 on old Dapper and Edgy... Maybe other
3829                 distros too.
3830
3831 2007-02-09 [paul]       2.7.2cvs37
3832
3833         * src/plugins/clamav/clamav_plugin.c
3834                 fix for the upstream changes in libclamav
3835
3836 2007-02-09 [paul]       2.7.2cvs36
3837
3838         * src/main.c
3839         * src/mainwindow.c
3840         * src/procmsg.c
3841         * src/procmsg.h
3842                 fix "warn if there are queued messages" (on exit)
3843                 option, which only checked the first mailbox's
3844                 queue
3845                 don't ask before emptying trash if there are no
3846                 messages in trash, also check and empty all trash
3847                 folders
3848         * src/prefs_other.c
3849                 move "Ask before emptying trash" option
3850                 outside of the "On exit" frame as it's
3851                 not only an "On exit" option
3852
3853 2007-02-09 [paul]       2.7.2cvs35
3854
3855         * src/addrgather.c
3856         * src/alertpanel.c
3857         * src/editldap.c
3858         * src/prefs_account.c
3859         * src/prefs_folder_item.c
3860         * src/prefs_gtk.h
3861         * src/prefs_matcher.c
3862         * src/prefs_message.c
3863         * src/prefs_msg_colors.c
3864         * src/prefs_summaries.c
3865         * src/wizard.c
3866         * src/gtk/inputdialog.c
3867         * src/plugins/bogofilter/bogofilter_gtk.c
3868                 pedantic commit: use 'checkbtn' everywhere
3869                 instead of a mixture of 'checkbtn' and 'chkbtn'
3870
3871 2007-02-09 [paul]       2.7.2cvs34
3872
3873         * src/compose.c
3874                 fix default hotkeys
3875         * src/prefs_other.c
3876         * src/prefs_send.c
3877                 move "Never send Return Receipts" from
3878                 prefs_other to prefs_send
3879                 add an option "Ask about account specific
3880                 filtering rules..." to prefs_other
3881         * src/gtk/gtkutils.c
3882                 fix a compiler warning
3883
3884 2007-02-08 [colin]      2.7.2cvs33
3885
3886         * src/plugins/pgpinline/pgpinline.c
3887                 Fix bug 1110, 'pgpmime fails to process 
3888                 encapsulated openpgp mime (rfc 3156, 6.1 
3889                 -> rfc1847)'
3890                 It was due to an interaction between PGP/Mime
3891                 and PGP/Inline plugin. 
3892
3893 2007-02-08 [colin]      2.7.2cvs32
3894
3895         * src/inc.c
3896         * src/mbox.c
3897         * src/mbox.h
3898                 Fix bug 1117, 'fcntl locking code 
3899                 does not work in mbox.c'
3900
3901 2007-02-08 [colin]      2.7.2cvs31
3902
3903         * src/prefs_account.c
3904                 Fix Gentoo bug 165819, 'can't create 
3905                 a "local mbox file" account'. Patch
3906                 by Olivier <castan.o@free.fr>
3907
3908 2007-02-07 [colin]      2.7.2cvs30
3909
3910         * src/ldapquery.c
3911                 Fix bug 1106, 'Claws crash on exit if LDAPS 
3912                 autocompletion was used'
3913
3914 2007-02-07 [paul]       2.7.2cvs29
3915
3916         * src/folder.c
3917                 cut down on unnecessary debug_prints
3918         * src/imap_gtk.c
3919                 fix menu_set_active() on 'Show only
3920                 subscribed folders'
3921
3922 2007-02-07 [paul]       2.7.2cvs28
3923
3924         * src/plugins/clamav/clamav_plugin.c
3925         * src/plugins/clamav/clamav_plugin.h
3926         * src/plugins/clamav/clamav_plugin_gtk.c
3927                 fix copyright header
3928
3929 2007-02-07 [paul]       2.7.2cvs27
3930
3931         * src/procheader.c
3932                 fix bug 1116, 'summary view allow a 
3933                 subject line break'
3934
3935 2007-02-06 [colin]      2.7.2cvs26
3936
3937         * src/summaryview.c
3938                 Fix delete thread
3939
3940 2007-02-05 [fabien]     2.7.2cvs25
3941
3942         * po/POTFILES.in
3943         * src/uri_opener.c
3944                 i18n related - 1 fix and 1 message for translators.
3945
3946 2007-02-05 [colin]      2.7.2cvs24
3947
3948         * src/gtk/quicksearch.c
3949                 Don't reload summary list if quicksearch wasn't
3950                 active on hiding; move currently selected mail in
3951                 the visible area when showing the quicksearch
3952
3953 2007-02-05 [colin]      2.7.2cvs23
3954
3955         * src/folderview.c
3956                 Add debug to try to solve bug 1104
3957
3958 2007-02-05 [paul]       2.7.2cvs22
3959
3960         * src/mainwindow.c
3961                 confirm before emptying trash on exit is
3962                 a Yes or No answer, use Yes or No in the
3963                 dialog
3964
3965 2007-02-04 [colin]      2.7.2cvs21
3966
3967         * src/compose.c
3968         * src/plugins/pgpcore/passphrase.c
3969         * src/plugins/pgpcore/select-keys.c
3970                 Set wmclass on new windows
3971
3972 2007-02-04 [colin]
3973
3974         2.8.0-rc1 released
3975
3976 2007-02-04 [colin]      2.7.2cvs20
3977
3978         * src/compose.c
3979         * src/compose.h
3980                 Auto save drafts on exit, reopen them
3981                 at startup, instead of asking
3982         * src/account.c
3983         * src/addressadd.c
3984         * src/addressbook.c
3985         * src/addressbook_foldersel.c
3986         * src/addrgather.c
3987         * src/crash.c
3988         * src/editaddress.c
3989         * src/editbook.c
3990         * src/editgroup.c
3991         * src/editjpilot.c
3992         * src/editldap.c
3993         * src/editldap_basedn.c
3994         * src/editvcard.c
3995         * src/exphtmldlg.c
3996         * src/expldifdlg.c
3997         * src/export.c
3998         * src/foldersel.c
3999         * src/gedit-print.c
4000         * src/import.c
4001         * src/importldif.c
4002         * src/importmutt.c
4003         * src/importpine.c
4004         * src/main.c
4005         * src/mainwindow.c
4006         * src/message_search.c
4007         * src/messageview.c
4008         * src/prefs_actions.c
4009         * src/prefs_customheader.c
4010         * src/prefs_display_header.c
4011         * src/prefs_filtering.c
4012         * src/prefs_filtering_action.c
4013         * src/prefs_folder_column.c
4014         * src/prefs_gtk.c
4015         * src/prefs_matcher.c
4016         * src/prefs_other.c
4017         * src/prefs_summaries.c
4018         * src/prefs_summary_column.c
4019         * src/prefs_template.c
4020         * src/sourcewindow.c
4021         * src/ssl_manager.c
4022         * src/summary_search.c
4023         * src/uri_opener.c
4024         * src/gtk/about.c
4025         * src/gtk/description_window.c
4026         * src/gtk/foldersort.c
4027         * src/gtk/gtkutils.c
4028         * src/gtk/gtkutils.h
4029         * src/gtk/icon_legend.c
4030         * src/gtk/logwindow.c
4031         * src/gtk/pluginwindow.c
4032         * src/gtk/prefswindow.c
4033                 Give different wmclass to different
4034                 windows - thanks to sed ;)
4035
4036 2007-02-04 [colin]      2.7.2cvs19
4037
4038         * src/main.c
4039                 Revert previous patch, can't reproduce
4040                 it anymore. 
4041
4042 2007-02-03 [colin]      2.7.2cvs18
4043
4044         * src/main.c
4045                 Don't save the mainwindow size and
4046                 position on emergency exit (libSM's
4047                 "die" callback), Xfce seems to make
4048                 the window smaller just before the
4049                 size's saved.
4050
4051 2007-02-03 [colin]      2.7.2cvs17
4052
4053         * src/plugins/bogofilter/bogofilter.c
4054         * src/plugins/bogofilter/bogofilter.h
4055         * src/plugins/bogofilter/bogofilter_gtk.c
4056         * src/plugins/pgpinline/pgpinline.c
4057         * src/plugins/pgpinline/pgpinline.h
4058                 Fix more copyrights
4059
4060 2007-02-03 [colin]      2.7.2cvs16
4061
4062         * src/partial_download.c
4063         * src/partial_download.h
4064         * src/ssl_manager.c
4065         * src/ssl_manager.h
4066         * src/uri_opener.c
4067         * src/uri_opener.h
4068         * src/wizard.c
4069         * src/wizard.h
4070         * src/common/ssl_certificate.c
4071         * src/common/ssl_certificate.h
4072         * src/gtk/quicksearch.c
4073         * src/gtk/quicksearch.h
4074         * src/gtk/sslcertwindow.c
4075         * src/gtk/sslcertwindow.h
4076                 Fix copyright on my files
4077
4078 2007-02-02 [colin]      2.7.2cvs15
4079
4080         * src/Makefile.am
4081         * src/mainwindow.c
4082         * src/messageview.c
4083         * src/messageview.h
4084         * src/textview.c
4085         * src/textview.h
4086         * src/uri_opener.c
4087         * src/uri_opener.h
4088                 Add Tools/List URIs to allow
4089                 opening any URI in the current mail
4090
4091 2007-02-02 [colin]      2.7.2cvs14
4092
4093         * src/common/valgrind.h ** NEW FILE **
4094         * src/common/Makefile.am
4095         * src/common/plugin.c
4096                 Don't dlclose the plugins if we're running
4097                 under valgrind. (doesn't require valgrind
4098                 either at compile time or run time).
4099
4100 2007-02-01 [paul]       2.7.2cvs13
4101
4102         * AUTHORS
4103         * src/gtk/authors.h
4104         * tools/freshmeat_search.pl
4105         * tools/google_search.pl
4106         * tools/multiwebsearch.pl
4107                 add support for non ISO-8859-1 compatible locales
4108                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4109
4110 2007-02-01 [colin]      2.7.2cvs12
4111
4112         * src/prefs_other.c
4113         * src/prefs_summaries.c
4114                 Move keybinding prefs to the Other page
4115
4116 2007-02-01 [wwp]        2.7.2cvs11
4117
4118         * src/plugins/trayicon/trayicon.c
4119                 Fix a raising issue within KDE.
4120
4121 2007-02-01 [colin]      2.7.2cvs10
4122
4123         * src/codeconv.c
4124                 Fix stray quotes in encoded strings
4125         * src/addressadd.c
4126                 Fix wrong call causing g_warnings
4127         * src/textview.c
4128                 Remove useless message
4129
4130 2007-01-31 [wwp]        2.7.2cvs9
4131
4132         * src/plugins/trayicon/trayicon.c
4133                 fix buggy hiding of main window when closing if close-to-tray
4134                 is not set (bad logics  in the trayicon hook code).
4135                 Changed the quit confirmation message too.
4136
4137 2007-01-30 [colin]      2.7.2cvs8
4138
4139         * src/main.c
4140                 Fix hidden mainwindow after clicking on
4141                 the X close button, if compose windows
4142                 exist and the user chooses not to quit
4143
4144 2007-01-30 [colin]      2.7.2cvs7
4145
4146         * src/main.c
4147         * src/compose.c
4148                 Handle local URIs to attach files (file:///...)
4149                 Fixes attaching files from Thunar for example
4150
4151 2007-01-30 [colin]      2.7.2cvs6
4152
4153         * src/prefs_ext_prog.c
4154                 Add 'mousepad' to the list of text editors.
4155                 Mousepad is XFCE's text editor
4156
4157 2007-01-29 [wwp]        2.7.2cvs5
4158
4159         * po/POTFILES.in
4160         * src/plugins/trayicon/trayicon_prefs.c
4161                 trayicon i18n fixes, thanks to Fabien.
4162
4163 2007-01-28 [wwp]        2.7.2cvs4
4164
4165         * src/mainwindow.c
4166         * src/mainwindow.h
4167         * src/plugins/trayicon/trayicon.c
4168         * src/plugins/trayicon/trayicon_prefs.c
4169         * src/plugins/trayicon/trayicon_prefs.h
4170                 Added a new TrayIcon plugin option to close to tray
4171                 (WM's hotkey and [X] button will hide the window instead
4172                 of closing it - closing CM can be done using the tray icon
4173                 menu or the File menu).
4174                 Improved visibility handling in trayicon, clicking the
4175                 trayicon now raise the window to current desktop when it
4176                 was either minimized/shaded/on another desktop.
4177                 Thanks to Paul for testing and fixing a strange behaviour
4178                 in KDE ;-).
4179
4180 2007-01-27 [paul]       2.7.2cvs3
4181
4182         * src/prefs_folder_item.c
4183         * src/prefs_receive.c
4184         * src/plugins/pgpcore/prefs_gpg.c
4185                 use 'start-up' instead of 'startup' in labels
4186
4187 2007-01-26 [wwp]        2.7.2cvs2
4188
4189         * src/plugins/trayicon/Makefile.am
4190         * src/plugins/trayicon/trayicon.c
4191         * src/plugins/trayicon/trayicon_prefs.c
4192         * src/plugins/trayicon/trayicon_prefs.h
4193                 Add a new TrayIcon option to hide the main window at
4194                 start-up.
4195                 Fix trayicon.c copyright header.
4196
4197 2007-01-26 [paul]       2.7.2cvs1
4198
4199         * NEWS
4200         * README
4201         * RELEASE_NOTES
4202         * configure.ac
4203                 bump up version number following
4204                 stable release
4205
4206 2007-01-25 [mones]      2.7.1cvs60
4207
4208         * po/es.po
4209                 updated thousands of strings (well, probably less ;-)
4210
4211 2007-01-25 [colin]      2.7.1cvs59
4212
4213         * src/matcher.c
4214                 Fix 2nd-run loss of matcherrc on new
4215                 configurations. 
4216
4217 2007-01-25 [wwp]        2.7.1cvs58
4218
4219         * src/mimeview.c
4220                 fix handling of empty value in attach_save_directory too, thanks
4221                 to Colin.
4222
4223 2007-01-25 [wwp]        2.7.1cvs57
4224
4225         * src/gtk/filesel.c
4226                 fix handling of empty value in attach_load_directory,
4227                 thanks to Colin.
4228
4229 2007-01-25 [wwp]        2.7.1cvs56
4230
4231         * src/plugins/dillo_viewer/dillo_prefs.h
4232                 fix a typo.
4233
4234 2007-01-25 [colin]      2.7.1cvs55
4235
4236         * src/matcher.c
4237         * src/matcher.h
4238         * src/matcher_parser_parse.y
4239         * src/prefs_matcher.c
4240                 Add matching on the spam flag
4241
4242 2007-01-24 [colin]      2.7.1cvs54
4243
4244         * src/folder.c
4245         * src/common/xml.c
4246         * src/common/xml.h
4247                 Make sure folderlist.xml is correctly
4248                 written before overwriting it.
4249         * src/procmsg.c
4250         * src/procmsg.h
4251         * src/summaryview.c
4252         * src/plugins/bogofilter/bogofilter.c
4253         * src/plugins/bogofilter/bogofilter.h
4254         * src/plugins/bogofilter/bogofilter_gtk.c
4255         * src/plugins/spamassassin/spamassassin.c
4256         * src/plugins/spamassassin/spamassassin.h
4257         * src/plugins/spamassassin/spamassassin_gtk.c
4258                 Move spam to the correct trash folder after
4259                 learning, if spam directory isn't set.
4260
4261 2007-01-23 [paul]       2.7.1cvs53
4262
4263         * src/plugins/bogofilter/bogofilter_gtk.c
4264                 fix sensitivity of "Insert X-Bogosity header"
4265                 option
4266
4267 2007-01-23 [colin]      2.7.1cvs52
4268
4269         * src/toolbar.c
4270                 Translate toolbar items text if
4271                 they're translatable (default)
4272         * src/addrcache.c
4273         * src/addrcache.h
4274         * src/addritem.c
4275         * src/addritem.h
4276         * src/codeconv.c
4277         * src/codeconv.h
4278         * src/jpilot.c
4279         * src/jpilot.h
4280         * src/ldapctrl.c
4281         * src/ldapctrl.h
4282         * src/ldapquery.h
4283         * src/ldif.c
4284         * src/ldif.h
4285         * src/etpan/etpan-thread-manager.c
4286         * src/etpan/etpan-thread-manager.h
4287         * src/gtk/gtkutils.c
4288         * src/gtk/gtkutils.h
4289                 More static functions
4290
4291 2007-01-22 [fabien]     2.7.1cvs51
4292
4293         * src/gtk/gtkutils.c
4294                 gtkut_get_options_frame() : ability to pass
4295                 a 'NULL' value in frame pointer parameter if
4296                 we don't need it.
4297
4298 2007-01-22 [colin]      2.7.1cvs50
4299
4300         * src/procmsg.c
4301         * src/procmsg.h
4302         * src/plugins/bogofilter/bogofilter.c
4303         * src/plugins/bogofilter/bogofilter_gtk.c
4304         * src/plugins/spamassassin/spamassassin.c
4305         * src/plugins/spamassassin/spamassassin_gtk.c
4306                 Allow moving spams to the account's trash
4307                 instead of default one
4308
4309 2007-01-21 [colin]      2.7.1cvs49
4310
4311         * src/ldapquery.c
4312         * src/ldapquery.h
4313                 Revert a static function that shouldn't
4314                 have been
4315
4316 2007-01-21 [colin]      2.7.1cvs48
4317
4318         * src/ldapquery.c
4319         * src/ldapquery.h
4320                 Same
4321
4322 2007-01-21 [colin]      2.7.1cvs47
4323
4324         * src/procmsg.c
4325         * src/procmsg.h
4326                 Same
4327
4328 2007-01-21 [colin]      2.7.1cvs46
4329
4330         * src/common/socket.c
4331         * src/common/socket.h
4332                 Same
4333
4334 2007-01-21 [colin]      2.7.1cvs45
4335
4336         * src/crash.c
4337         * src/exporthtml.c
4338         * src/exporthtml.h
4339         * src/exportldif.c
4340         * src/exportldif.h
4341         * src/folder.c
4342         * src/folder.h
4343         * src/folder_item_prefs.c
4344         * src/folder_item_prefs.h
4345         * src/folderview.c
4346         * src/folderview.h
4347         * src/gedit-print.c
4348         * src/gedit-print.h
4349         * src/main.c
4350         * src/main.h
4351         * src/common/socket.c
4352         * src/common/socket.h
4353         * src/gtk/gtkaspell.c
4354         * src/gtk/gtkaspell.h
4355         * src/gtk/quicksearch.c
4356         * src/gtk/quicksearch.h
4357                 Same
4358
4359 2007-01-21 [colin]      2.7.1cvs44
4360
4361         * src/common/utils.c
4362         * src/common/utils.h
4363         * src/etpan/etpan-thread-manager.c
4364         * src/etpan/etpan-thread-manager.h
4365                 Same (Funny that etpan_thread_unbind
4366                 is called but not etpan_thread_bind)
4367
4368 2007-01-21 [colin]      2.7.1cvs43
4369
4370         * src/addrselect.c
4371         * src/addrselect.h
4372         * src/codeconv.c
4373         * src/codeconv.h
4374         * src/compose.c
4375         * src/compose.h
4376         * src/etpan/Makefile.am
4377         * src/gtk/colorlabel.c
4378         * src/gtk/colorlabel.h
4379         * src/gtk/sslcertwindow.c
4380         * src/gtk/sslcertwindow.h
4381         * src/etpan/etpan-log.c ** REMOVED **
4382         * src/etpan/etpan-log.h ** REMOVED **
4383                 Same
4384
4385 2007-01-20 [colin]      2.7.1cvs42
4386
4387         * src/addritem.c
4388         * src/addritem.h
4389                 Same
4390
4391 2007-01-20 [colin]      2.7.1cvs41
4392
4393         * src/account.c
4394         * src/account.h
4395         * src/addrbook.c
4396         * src/addrbook.h
4397         * src/addrcache.c
4398         * src/addrcache.h
4399         * src/addrclip.c
4400         * src/addrclip.h
4401         * src/addressbook.c
4402         * src/addressbook.h
4403         * src/addrharvest.c
4404         * src/addrharvest.h
4405         * src/addrindex.c
4406         * src/addrindex.h
4407         * src/editaddress.c
4408         * src/editaddress.h
4409                 Make functions that aren't used in other
4410                 files static
4411
4412 2007-01-20 [colin]      2.7.1cvs40
4413
4414         * src/account.c
4415         * src/addrbook.c
4416         * src/addrcache.c
4417         * src/addressbook.c
4418         * src/addrgather.c
4419         * src/addrindex.c
4420         * src/addrquery.c
4421         * src/addrselect.c
4422         * src/browseldap.c
4423         * src/compose.c
4424         * src/editbook.c
4425         * src/editjpilot.c
4426         * src/editldap.c
4427         * src/editldap_basedn.c
4428         * src/editvcard.c
4429         * src/exporthtml.c
4430         * src/exportldif.c
4431         * src/folder.c
4432         * src/folderview.c
4433         * src/image_viewer.c
4434         * src/imap.c
4435         * src/importmutt.c
4436         * src/importpine.c
4437         * src/jpilot.c
4438         * src/ldapquery.c
4439         * src/main.c
4440         * src/mainwindow.c
4441         * src/matcher.c
4442         * src/messageview.c
4443         * src/mh.c
4444         * src/mimeview.c
4445         * src/msgcache.c
4446         * src/mutt.c
4447         * src/news.c
4448         * src/pine.c
4449         * src/prefs_account.c
4450         * src/prefs_common.c
4451         * src/prefs_compose_writing.c
4452         * src/prefs_ext_prog.c
4453         * src/prefs_folder_item.c
4454         * src/prefs_fonts.c
4455         * src/prefs_message.c
4456         * src/prefs_msg_colors.c
4457         * src/prefs_other.c
4458         * src/prefs_quote.c
4459         * src/prefs_receive.c
4460         * src/prefs_send.c
4461         * src/prefs_spelling.c
4462         * src/prefs_summaries.c
4463         * src/prefs_toolbar.c
4464         * src/prefs_wrapping.c
4465         * src/privacy.c
4466         * src/procmime.c
4467         * src/procmsg.c
4468         * src/ssl_manager.c
4469         * src/statusbar.c
4470         * src/summaryview.c
4471         * src/toolbar.c
4472         * src/vcard.c
4473         * src/common/hooks.c
4474         * src/common/log.c
4475         * src/common/passcrypt.c
4476         * src/common/socket.c
4477         * src/common/ssl.c
4478         * src/common/ssl_certificate.c
4479         * src/common/template.c
4480         * src/common/utils.c
4481         * src/etpan/imap-thread.c
4482         * src/gtk/sslcertwindow.c
4483         * src/gtk/sslcertwindow.h
4484                 Make functions that could be static, static
4485
4486 2007-01-20 [colin]      2.7.1cvs39
4487
4488         * src/editldap.c
4489                 Fix tooltip
4490
4491 2007-01-20 [colin]      2.7.1cvs38
4492
4493         * src/ldapquery.c
4494         * src/ldaputil.c
4495         * src/ldaputil.h
4496                 Fix bug 1102, 'claws-mail-2.7.1 
4497                 makes use of deprecated ldap 
4498                 functions'
4499
4500 2007-01-20 [colin]      2.7.1cvs37
4501
4502         * src/mainwindow.c
4503         * src/mainwindow.h
4504         * src/summaryview.c
4505         * src/gtk/quicksearch.c
4506                 Add Wide message list layout
4507
4508 2007-01-19 [fabien]     2.7.1cvs36
4509
4510         * src/textview.c
4511                 make sure a font change is considered in links of
4512                 headerview.
4513
4514 2007-01-19 [colin]      2.7.1cvs35
4515
4516         * src/main.c
4517         * src/mainwindow.c
4518         * src/mainwindow.h
4519         * src/messageview.c
4520         * src/messageview.h
4521         * src/prefs_common.c
4522         * src/prefs_common.h
4523         * src/summaryview.c
4524         * src/summaryview.h
4525         * src/gtk/quicksearch.c
4526         * src/gtk/quicksearch.h
4527                 Drop 'Separate Folder tree' and 'Separate
4528                 Message View'. Put three layouts in place
4529                 of it.
4530
4531 2007-01-19 [paul]       2.7.1cvs34
4532
4533         * src/prefs_msg_colors.c
4534                 more use of Q_ for translators
4535
4536 2007-01-19 [paul]       2.7.1cvs33
4537
4538         * src/imap_gtk.c
4539         * src/prefs_account.c
4540                 a few changes to the English
4541
4542 2007-01-19 [fabien]     2.7.1cvs32
4543
4544         * src/wizard.c
4545                 factorize translatable string
4546
4547 2007-01-18 [colin]      2.7.1cvs31
4548
4549         * src/main.c
4550                 Don't error out on --sync option. Although
4551                 we don't do anything with it, gtk+ handles
4552                 it, and it's useful for debugging X errors
4553
4554 2007-01-18 [fabien]     2.7.1cvs30
4555
4556         * src/prefs_other.c
4557                 ability to apply on the fly the recent added
4558                 'gtk_can_change_accels' pref (no need to restart).
4559
4560 2007-01-18 [fabien]     2.7.1cvs29
4561
4562         * src/plugins/bogofilter/bogofilter_gtk.c
4563         * src/plugins/bogofilter/bogofilter.c
4564         * src/plugins/spamassassin/spamassassin_gtk.c
4565         * src/addr_compl.c
4566         * src/prefs_account.c
4567                 factorize or rewrite some translatable strings.
4568
4569 2007-01-18 [fabien]     2.7.1cvs28
4570
4571         * src/prefs_gtk.h
4572         * src/compose.c
4573                 set a 4pix space between "Subject:" label and subject entry in
4574                 compose window.
4575
4576 2007-01-18 [wwp]        2.7.1cvs27
4577
4578         * src/addressbook.c
4579                 fix conflicting address-copy/paste when focus is set
4580                 to the embedded edit-person form.
4581  
4582
4583 2007-01-18 [wwp]        2.7.1cvs26
4584
4585         * src/addressbook.h
4586                 complete 2.7.1cvs23 (one more file was missing from that
4587                 commit).
4588
4589 2007-01-18 [colin]      2.7.1cvs25
4590
4591         * src/main.c
4592                 Provide a way to migrate without backup
4593                 Re-ask for migration on next start if 
4594                 it has been refused and wizard has been 
4595                 cancelled after.
4596
4597 2007-01-18 [wwp]        2.7.1cvs24
4598
4599         * src/editaddress.c
4600                 complete 2.7.1.cvs23 (file was missing from previous
4601                 commit).
4602
4603 2007-01-18 [wwp]        2.7.1cvs23
4604
4605         * src/addressbook.c
4606                 fix potential crashes in address book's focus_in/out signal handlers,
4607                 force focus to the edit-person form when clicked the Edit menu entry or
4608                 button (this only matters if the edit-person form is embedded to the
4609                 AB window, in that case, focus is not set when browsing the contacts
4610                 list w/ keys or mouse clicks).
4611
4612 2007-01-18 [paul]       2.7.1cvs22
4613
4614         * src/main.c
4615                 add command line options:
4616                 -h for --help
4617                 -q and --quit for --exit
4618                 -v for --version
4619                 print "Unknown option" for unknown options
4620
4621 2007-01-18 [paul]       2.7.1cvs21
4622
4623         * po/ru.po
4624                 updated by Pavlo Bohmat
4625
4626 2007-01-18 [paul]       2.7.1cvs20
4627
4628         * src/mainwindow.c
4629                 fix sensitivity issues of Mark as Spam/Ham
4630
4631 2007-01-17 [fabien]     2.7.1cvs19
4632
4633         * src/prefs_other.c
4634         * src/prefs_common.c
4635         * src/prefs_common.h
4636         * src/main.c
4637                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4638                 control the corresponding gtk property. It could be used to lock
4639                 all shortcuts (avoid to set one of them by inadvertency).
4640
4641 2007-01-17 [colin]      2.7.1cvs18
4642
4643         * src/summaryview.c
4644                 Fix bug 1100, 'Highlighted e-mail data not visible 
4645                 when color label applied.'. Use a weighted average
4646                 between normal selected foreground color and color
4647                 label instead of a simple one (3/1 instead 1/1).
4648
4649 2007-01-17 [colin]      2.7.1cvs17
4650
4651         * src/messageview.c
4652                 Better fix for bug 1088, 'Ctrl-h produces repeatable
4653                 crash' - don't prevent mail switching while loading
4654
4655 2007-01-17 [colin]      2.7.1cvs16
4656
4657         * src/folder.c
4658         * src/folder.h
4659         * src/folderview.c
4660         * src/folderview.h
4661         * src/imap.c
4662         * src/imap.h
4663         * src/imap_gtk.c
4664                 Manage recursive search of unsubscribed folders
4665                 Rescan tree without checking for new messages 
4666                 after subscriptions changed
4667
4668 2007-01-17 [paul]       2.7.1cvs15
4669
4670         * src/prefs_common.c
4671         * src/gtk/pluginwindow.c
4672                 fix bug 1101, '"Load plugin" button is
4673                 accidentally hidden'
4674                 unset (-1) initial width in prefs_common,
4675                 fix overlapping buttons,
4676                 and other cleanups
4677
4678 2007-01-17 [paul]       2.7.1cvs14
4679
4680         * src/procmime.c
4681                 add #include <errno.h>, it's needed
4682                 on some systems
4683
4684 2007-01-17 [paul]       2.7.1cvs13
4685
4686         * src/common/defs.h
4687         * tools/make.themes.project
4688                 rename .sylpheed_themeinfo to .claws_themeinfo
4689                 and use it
4690         * src/etpan/etpan-errors.h
4691         * src/etpan/etpan-log.c
4692         * src/etpan/etpan-log.h
4693         * src/etpan/etpan-thread-manager-types.h
4694         * src/etpan/etpan-thread-manager.c
4695         * src/etpan/etpan-thread-manager.h
4696         * src/etpan/imap-thread.c
4697         * src/etpan/imap-thread.h
4698                 add copyright header
4699
4700 2007-01-17 [colin]      2.7.1cvs12
4701
4702         * src/plugins/pgpcore/select-keys.c
4703         * src/gtk/pluginwindow.c
4704         * src/prefs_account.c
4705                 Fix warnings
4706
4707 2007-01-16 [colin]      2.7.1cvs11
4708
4709         * src/imap.c
4710         * src/imap.h
4711         * src/imap_gtk.c
4712                 Manage subscribing to subfolders when only
4713                 subscribed folders are shown.
4714
4715 2007-01-16 [colin]      2.7.1cvs10
4716
4717         * src/folderview.c
4718                 Fix annoying vscrollbar going back to top
4719                 on Check for new folders
4720
4721 2007-01-16 [colin]      2.7.1cvs9
4722
4723         * src/imap.c
4724                 Remove printf
4725
4726 2007-01-16 [colin]      2.7.1cvs8
4727
4728         * src/filtering.c
4729                 Bigger buffer for errors
4730         * src/imap.c
4731         * src/imap.h
4732         * src/imap_gtk.c
4733         * src/prefs_account.c
4734         * src/prefs_account.h
4735         * src/wizard.c
4736         * src/etpan/imap-thread.c
4737         * src/etpan/imap-thread.h
4738         * manual/handling.xml
4739                 Add subscriptions management. What it changes:
4740                 Creating a folder subscribes to it
4741                 Deleting a folder unsubscribes it
4742                 New contextual menu item allowing to switch between
4743                 All folders and Subscribed folders, subscribe, and
4744                 unsubscribe. "Creating" an existing but unsubscribed
4745                 folder will subscribe it.
4746                 By default for new accounts, only subscribed folders 
4747                 are shown.
4748
4749
4750 2007-01-16 [paul]       2.7.1cvs7
4751
4752         * src/summaryview.c
4753                 Allow folder classes to specify only sort_key or
4754                 sort_type instead of both or none.
4755
4756 2007-01-16 [paul]       2.7.1cvs6
4757
4758         * src/action.c
4759         * src/compose.c
4760         * src/mimeview.c
4761         * src/procmime.c
4762         * src/textview.c
4763                 Save and use errno for procmime_get_part
4764
4765 2007-01-16 [colin]      2.7.1cvs5
4766
4767         * src/imap.c
4768                 Never remove INBOX when scanning for
4769                 new folders. It's a special folder
4770                 that has to exist.
4771
4772 2007-01-15 [colin]      2.7.1cvs4
4773
4774         * src/imap.c
4775                 Fix 'Check for new folders' when IMAP subdirectory
4776                 is set
4777         * src/etpan/imap-thread.c
4778                 Fix build
4779
4780 2007-01-15 [colin]      2.7.1cvs3
4781
4782         * src/etpan/imap-thread.c
4783                 Fix invalid free on command-connection
4784                 error
4785
4786 2007-01-15 [wwp]        2.7.1cvs2
4787
4788         * src/matcher_parser_lex.l
4789         * src/quote_fmt_lex.l
4790         * src/matcher_parser_parse.y
4791                 fix copyright header in lexers and parsers.
4792
4793 2007-01-15 [paul]       2.7.1cvs1
4794
4795         * NEWS
4796         * README
4797         * RELEASE_NOTES
4798         * configure.ac
4799                 bump up version number following
4800                 stable release
4801
4802 2007-01-15 [paul]       2.7.0cvs31
4803
4804         * AUTHORS
4805         * src/gtk/authors.h
4806                 add Fabien to the Team list
4807                 add the recent contributors
4808                 make a few corrections
4809
4810 2007-01-15 [paul]       2.7.0cvs30
4811
4812         * src/mainwindow.c
4813                 fix compiler warning
4814         * src/plugins/pgpcore/prefs_gpg.c
4815         * src/plugins/pgpcore/prefs_gpg.h
4816                 add missing include
4817                 fix copyright header
4818
4819 2007-01-14 [colin]      2.7.0cvs29
4820
4821         * src/gtk/filesel.c
4822                 Use the 'gtk+' backend. Avoids gnome-vfs use,
4823                 two benefits: faster to open, will fix strange
4824                 dbus-related crash. Thanks to Pascal Terjan.
4825
4826 2007-01-14 [colin]      2.7.0cvs28
4827
4828         * src/etpan/imap-thread.c
4829                 Delete the old imap just after allocating
4830                 the new one. Makes sure we don't get the
4831                 same pointer by sheer luck, which feels
4832                 strange in the debug log.
4833
4834 2007-01-14 [colin]      2.7.0cvs27
4835
4836         * src/gtk/inputdialog.c
4837                 Make sure we don't print passwords in
4838                 clear text when in debug mode
4839
4840 2007-01-14 [colin]      2.7.0cvs26
4841
4842         * src/gtk/gtksctree.c
4843                 Fix bug 1098, 'bogus last row display 
4844                 after expanding a thread'. Patch by
4845                 Jindrich Makovicka <makovick@gmail.com>
4846
4847 2007-01-14 [colin]      2.7.0cvs25
4848
4849         * src/etpan/imap-thread.c
4850                 Close socket manually before
4851                 freeing the imap struct
4852
4853 2007-01-14 [colin]      2.7.0cvs24
4854
4855         * src/etpan/imap-thread.c
4856                 Maybe fix new reconnection issues
4857
4858 2007-01-13 [colin]      2.7.0cvs23
4859
4860         * src/summaryview.c
4861                 Freeze/thaw on thread selection
4862
4863 2007-01-13 [paul]       2.7.0cvs22
4864
4865         * src/mainwindow.c
4866         * src/summaryview.c
4867         * src/summaryview.h
4868                 add 'Edit/Delete thread'
4869
4870 2007-01-13 [colin]      2.7.0cvs21
4871
4872         * src/prefs_account.c
4873         * src/prefs_compose_writing.c
4874         * src/prefs_message.c
4875         * src/prefs_msg_colors.c
4876         * src/prefs_other.c
4877         * src/prefs_receive.c
4878         * src/prefs_spelling.c
4879         * src/prefs_summaries.c
4880         * src/prefs_themes.c
4881         * src/gtk/gtkutils.c
4882         * src/gtk/gtkutils.h
4883         * src/plugins/pgpcore/prefs_gpg.c
4884         * src/plugins/spamassassin/spamassassin_gtk.c
4885                 Factorize gtk frame creation
4886                 Patch by Pawel
4887
4888 2007-01-13 [colin]      2.7.0cvs20
4889
4890         * src/message_search.c
4891         * src/summary_search.c
4892                 Fix Enter in search windows
4893         * src/messageview.c
4894                 Fix body search starting at the
4895                 end of the mail (and asking for loop)
4896
4897 2007-01-13 [colin]      2.7.0cvs19
4898
4899         * src/etpan/imap-thread.c
4900                 Make sure we don't free the same imap
4901                 twice
4902
4903 2007-01-13 [colin]      2.7.0cvs18
4904
4905         * commitHelper
4906                 Allow multiple commitHelpers to
4907                 run at once
4908
4909 2007-01-12 [colin]      2.7.0cvs17
4910
4911         * src/etpan/imap-thread.c
4912                 Make sure we get rid of the previous mailimap
4913                 when connecting - just in case disconnect was
4914                 unclean
4915
4916 2007-01-12 [paul]       2.7.0cvs16
4917
4918         * src/compose.c
4919                 Strip S/MIME signatures when re-editing
4920                 S/MIME signed messages.
4921
4922 2007-01-12 [paul]       2.7.0cvs15
4923
4924         * configure.ac
4925         * src/addressbook.c
4926         * src/foldersel.c
4927         * src/folderview.c
4928         * src/main.c
4929                 no need to define CLAWS anymore, remove
4930                 all that stuff
4931
4932 2007-01-12 [paul]       2.7.0cvs14
4933
4934         * src/mimeview.c
4935                 check if the mail's signed as
4936                 it can change the mail structure
4937                 Thanks to Colin
4938
4939 2007-01-12 [paul]       2.7.0cvs13
4940
4941         * src/procmime.c
4942                 fix Forwarding msgs with attachments
4943                 that have dos line endings
4944                 Thanks to Colin
4945
4946 2007-01-12 [wwp]        2.7.0cvs12
4947
4948         * configure.ac
4949                 Revert accidentally committed extra version tag.
4950
4951 2007-01-12 [wwp]        2.7.0cvs11
4952
4953         * src/prefs_account.c
4954                 Fix compilation w/o aspell (completes 2.7.0cvs7).
4955
4956 2007-01-11 [colin]      2.7.0cvs10
4957
4958         * src/imap.c
4959                 move g_warning to debug_print
4960                 it scares people for no reason
4961
4962 2007-01-11 [colin]      2.7.0cvs9
4963
4964         * po/POTFILES.in
4965                 Fix files to translate. Patch by
4966                 Fabien
4967
4968 2007-01-11 [paul]       2.7.0cvs8
4969
4970         * src/imap.c
4971                 Fix recursion when server lists the
4972                 current subfolder in the response
4973         * src/mimeview.c
4974                 Fix updating of icon_list/ctree
4975         * src/plugins/pgpcore/select-keys.c
4976                 Fix a few annoyances when choosing
4977                 keys for the CMS (S/MIME) protocol
4978
4979 2007-01-11 [wwp]        2.7.0cvs7
4980
4981         * src/compose.c
4982         * src/prefs_account.c
4983         * src/prefs_account.h
4984                 Add per-account spellcheck default dictionaries settings.
4985
4986 2007-01-10 [colin]      2.7.0cvs6
4987
4988         * src/prefs_folder_item.c
4989                 Factorize strings - patch by Fabien
4990
4991 2007-01-10 [colin]      2.7.0cvs5
4992
4993         * src/mainwindow.c
4994                 Fix bug 1095, 'Crash while changing folder 
4995                 columns during incorporation'
4996
4997 2007-01-09 [colin]      2.7.0cvs4
4998
4999         * src/gtk/pluginwindow.c
5000                 Set the plugin window transient. Seems
5001                 like some window managers hide it in
5002                 the background after "load plugin"...
5003
5004 2007-01-09 [colin]      2.7.0cvs3
5005
5006         * src/gtk/filesel.c
5007                 Use the same type for alloc and free
5008
5009 2007-01-08 [paul]       2.7.0cvs2
5010
5011         * po/nl.po
5012                 updated by Tim Dijkstra
5013
5014 2007-01-08 [paul]       2.7.0cvs1
5015
5016         * src/prefs_themes.c
5017         * src/common/utils.c
5018                 Fix resource leaks
5019
5020 2007-01-08 [paul]       2.7.0
5021
5022         * NEWS
5023         * README
5024         * RELEASE_NOTES
5025                 2.7.0 released
5026
5027 2007-01-08 [paul]       2.6.1cvs119
5028
5029         * doc/man/claws-mail.1
5030                 another correction
5031
5032 2007-01-08 [paul]       2.6.1cvs118
5033
5034         * doc/man/claws-mail.1
5035                 corrections
5036         * manual/advanced.xml
5037                 improved English usage
5038
5039 2007-01-08 [paul]       2.6.1cvs117
5040
5041         * po/ca.po
5042         * po/de.po
5043         * po/en_GB.po
5044         * po/fi.po
5045         * po/it.po
5046         * po/pt_BR.po
5047         * po/sk.po
5048         * po/sr.po
5049         * po/zh_CN.po
5050                 updated by Miquel Oliete, Stephan Sachse, me,
5051                 Tommi Pirinen, Andrea Spadaccini, Frederico
5052                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5053                 Urosevic, and Ralgh Young
5054
5055 2007-01-07 [mones]      2.6.1cvs116
5056
5057         * manual/es/advanced.xml
5058         * po/es.po
5059                 Synced manual (unhide mark_as_read_delay)
5060                 and updated translation for release
5061
5062 2007-01-07 [paul]       2.6.1cvs115
5063
5064         * src/prefs_matcher.c
5065                 make the hbox content fit better under
5066                 various languages
5067
5068 2007-01-07 [colin]      2.6.1cvs114
5069
5070         * src/messageview.c
5071                 Fix bug 1088, 'Ctrl-h produces repeatable
5072                 crash'
5073
5074 2007-01-06 [colin]      2.6.1cvs113
5075
5076         * src/etpan/imap-thread.c
5077                 Add casts to int to get certs. Fixes
5078                 bug 1064, 'crash @ etpan_certificate_check() 
5079                 when opening an IMAP folder', with latest
5080                 libetpan CVS or >= 0.49
5081         * src/mainwindow.c
5082         * src/mainwindow.h
5083         * src/imap_gtk.c
5084         * src/news_gtk.c
5085         * src/prefs_folder_item.c
5086                 Grey out the "synchronise" menu items if
5087                 there's nothing to synchronise.
5088         * src/plugins/pgpcore/sgpgme.c
5089                 Make an error clearer than "Unknown error"
5090
5091 2007-01-06 [colin]      2.6.1cvs112
5092
5093         * src/messageview.c
5094                 Don't try to show a message if updating
5095                 Maybe fixes bug 1088, 'ctrl-h produces
5096                 repeatable crash'.
5097
5098 2007-01-06 [colin]      2.6.1cvs111
5099
5100         * src/summaryview.c
5101                 Disable Control-Space (handle it as Space).
5102
5103 2007-01-05 [paul]       2.6.1cvs110
5104
5105         * src/imap.c
5106                 Fix bug 934, 'sylpheed claws 2.1 
5107                 doesn't show Exchanges Public Folders'
5108                 Thanks to Hoa and Colin
5109         * src/msgcache.c
5110                 Refuse to allocate more than 2 MB for a 
5111                 single field, it's a good indication of
5112                 cache corruption.
5113
5114 2007-01-05 [colin]      2.6.1cvs109
5115
5116         * src/mainwindow.c
5117                 Allow --select'ing emails by Message-ID too
5118
5119 2007-01-05 [colin]      2.6.1cvs108
5120
5121         * src/common/quoted-printable.c
5122                 Uh! Third fix :)
5123
5124 2007-01-05 [colin]      2.6.1cvs107
5125
5126         * src/common/quoted-printable.c
5127                 Fix previous commit about bug 1089
5128                 Thanks to Ralf
5129
5130 2007-01-05 [colin]      2.6.1cvs106
5131
5132         * src/common/quoted-printable.c
5133                 Fix my previous commit on bug 1089
5134                 - Thanks to Ralf :)
5135
5136 2007-01-04 [colin]      2.6.1cvs105
5137
5138         * src/common/quoted-printable.c
5139                 Fix bug 1089, 'NUL characters in Subject 
5140                 line are misinterpreted'. Not a pain to
5141                 fix in fact.
5142
5143 2007-01-04 [colin]      
5144
5145         2.7.0-rc3 released
5146
5147 2007-01-04 [wwp]        2.6.1cvs104
5148
5149         * src/image_viewer.c
5150                 Force operator precedence (fix a compiler warning).
5151
5152 2007-01-04 [colin]      2.6.1cvs103
5153
5154         * src/image_viewer.c
5155                 Be cautious there too (same fix as the one
5156                 in textview from cvs33)
5157         * src/messageview.c
5158                 Don't use any MimeViewer plugin when showing
5159                 all headers
5160
5161 2007-01-03 [wwp]        2.6.1cvs102
5162
5163         * src/html.c
5164         * src/html.h
5165                 fixed "cent" sign (use the existing ASCII one),
5166                 decode more HTML entities,
5167                 converted table ASCII entries to UTF-8,
5168                 moved a switch() into a hashtable.
5169
5170 2007-01-03 [paul]       2.6.1cvs101
5171
5172         * src/compose.c
5173         * src/messageview.c
5174         * src/procmsg.c
5175         * src/procmsg.h
5176                 When possible, use move_msg instead of
5177                 copy_msg + remove_msg to move sent mail
5178                 from Queue to Sent. 
5179
5180 2007-01-03 [paul]       2.6.1cvs100
5181
5182         * src/html.c
5183                 add more html entity recognition:
5184                 pounds, euros, and cents
5185
5186 2007-01-03 [colin]      2.6.1cvs99
5187
5188         * src/imap_gtk.c
5189                 Don't display an error on NOSELECT
5190                 folders when synchronising
5191
5192 2007-01-03 [paul]       2.6.1cvs98
5193
5194         * tools/maildir2claws-mail.pl
5195                 only substitute 'sent-mail' if it's
5196                 the full directory name
5197
5198 2007-01-03 [paul]       2.6.1cvs97
5199
5200         * ChangeLog
5201         * ChangeLog.pre2.0.0
5202         * Makefile.am
5203                 archive a chunk of ChangeLog in
5204                 ChangeLog.pre2.0.0
5205         * ChangeLog.gtk1
5206         * doc/src/ChangeLog.claws-pre0.8.0
5207                 remove ChangeLog.claws-pre0.8.0, adding
5208                 its contents to ChangeLog.gtk1
5209
5210 2007-01-03 [paul]       2.6.1cvs96
5211
5212         * src/account.c
5213         * src/account.h
5214         * src/action.c
5215         * src/action.h
5216         * src/adbookbase.h
5217         * src/addr_compl.c
5218         * src/addr_compl.h
5219         * src/addrbook.c
5220         * src/addrcache.c
5221         * src/addrcache.h
5222         * src/addrcindex.c
5223         * src/addrcindex.h
5224         * src/addrclip.c
5225         * src/addrclip.h
5226         * src/addrdefs.h
5227         * src/addressadd.c
5228         * src/addressadd.h
5229         * src/addressbook.c
5230         * src/addressbook.h
5231         * src/addressbook_foldersel.c
5232         * src/addressbook_foldersel.h
5233         * src/addrgather.c
5234         * src/addrgather.h
5235         * src/addrharvest.c
5236         * src/addrharvest.h
5237         * src/addrindex.c
5238         * src/addrindex.h
5239         * src/addritem.c
5240         * src/addritem.h
5241         * src/addrquery.c
5242         * src/addrquery.h
5243         * src/addrselect.c
5244         * src/addrselect.h
5245         * src/alertpanel.c
5246         * src/alertpanel.h
5247         * src/browseldap.c
5248         * src/browseldap.h
5249         * src/codeconv.c
5250         * src/codeconv.h
5251         * src/compose.c
5252         * src/compose.h
5253         * src/customheader.c
5254         * src/customheader.h
5255         * src/displayheader.c
5256         * src/displayheader.h
5257         * src/editaddress.c
5258         * src/editaddress.h
5259         * src/editbook.c
5260         * src/editbook.h
5261         * src/editgroup.c
5262         * src/editgroup.h
5263         * src/editjpilot.c
5264         * src/editjpilot.h
5265         * src/editldap.c
5266         * src/editldap.h
5267         * src/editldap_basedn.c
5268         * src/editldap_basedn.h
5269         * src/editvcard.c
5270         * src/editvcard.h
5271         * src/exphtmldlg.c
5272         * src/exphtmldlg.h
5273         * src/expldifdlg.c
5274         * src/expldifdlg.h
5275         * src/export.c
5276         * src/export.h
5277         * src/exporthtml.c
5278         * src/exporthtml.h
5279         * src/exportldif.c
5280         * src/exportldif.h
5281         * src/filtering.c
5282         * src/filtering.h
5283         * src/folder.c
5284         * src/folder.h
5285         * src/folder_item_prefs.c
5286         * src/folder_item_prefs.h
5287         * src/foldersel.c
5288         * src/foldersel.h
5289         * src/folderutils.c
5290         * src/folderutils.h
5291         * src/folderview.c
5292         * src/folderview.h
5293         * src/grouplistdialog.c
5294         * src/grouplistdialog.h
5295         * src/headerview.c
5296         * src/html.c
5297         * src/html.h
5298         * src/image_viewer.c
5299         * src/image_viewer.h
5300         * src/imap.c
5301         * src/imap.h
5302         * src/imap_gtk.c
5303         * src/imap_gtk.h
5304         * src/import.c
5305         * src/import.h
5306         * src/importldif.c
5307         * src/importldif.h
5308         * src/importmutt.c
5309         * src/importmutt.h
5310         * src/importpine.c
5311         * src/importpine.h
5312         * src/inc.c
5313         * src/inc.h
5314         * src/jpilot.c
5315         * src/jpilot.h
5316         * src/ldapctrl.c
5317         * src/ldapctrl.h
5318         * src/ldaplocate.c
5319         * src/ldaplocate.h
5320         * src/ldapquery.c
5321         * src/ldapquery.h
5322         * src/ldapserver.c
5323         * src/ldapserver.h
5324         * src/ldaputil.c
5325         * src/ldaputil.h
5326         * src/ldif.c
5327         * src/ldif.h
5328         * src/main.c
5329         * src/main.h
5330         * src/mainwindow.c
5331         * src/mainwindow.h
5332         * src/manual.c
5333         * src/manual.h
5334         * src/mbox.c
5335         * src/message_search.c
5336         * src/message_search.h
5337         * src/messageview.c
5338         * src/messageview.h
5339         * src/mh.c
5340         * src/mh.h
5341         * src/mh_gtk.c
5342         * src/mh_gtk.h
5343         * src/mimeview.c
5344         * src/mimeview.h
5345         * src/msgcache.c
5346         * src/msgcache.h
5347         * src/mutt.c
5348         * src/mutt.h
5349         * src/news.c
5350         * src/news.h
5351         * src/news_gtk.c
5352         * src/news_gtk.h
5353         * src/partial_download.c
5354         * src/partial_download.h
5355         * src/pine.c
5356         * src/pine.h
5357         * src/pop.c
5358         * src/pop.h
5359         * src/prefs_account.c
5360         * src/prefs_account.h
5361         * src/prefs_actions.c
5362         * src/prefs_actions.h
5363         * src/prefs_common.c
5364         * src/prefs_common.h
5365         * src/prefs_compose_writing.c
5366         * src/prefs_compose_writing.h
5367         * src/prefs_customheader.c
5368         * src/prefs_customheader.h
5369         * src/prefs_display_header.c
5370         * src/prefs_display_header.h
5371         * src/prefs_filtering.c
5372         * src/prefs_filtering.h
5373         * src/prefs_filtering_action.c
5374         * src/prefs_filtering_action.h
5375         * src/prefs_folder_column.c
5376         * src/prefs_folder_column.h
5377         * src/prefs_folder_item.c
5378         * src/prefs_folder_item.h
5379         * src/prefs_fonts.c
5380         * src/prefs_fonts.h
5381         * src/prefs_gtk.c
5382         * src/prefs_gtk.h
5383         * src/prefs_image_viewer.c
5384         * src/prefs_image_viewer.h
5385         * src/prefs_matcher.c
5386         * src/prefs_matcher.h
5387         * src/prefs_message.c
5388         * src/prefs_msg_colors.c
5389         * src/prefs_msg_colors.h
5390         * src/prefs_other.c
5391         * src/prefs_quote.c
5392         * src/prefs_receive.c
5393         * src/prefs_send.c
5394         * src/prefs_spelling.c
5395         * src/prefs_spelling.h
5396         * src/prefs_summaries.c
5397         * src/prefs_summaries.h
5398         * src/prefs_summary_column.c
5399         * src/prefs_summary_column.h
5400         * src/prefs_template.c
5401         * src/prefs_template.h
5402         * src/prefs_themes.c
5403         * src/prefs_themes.h
5404         * src/prefs_toolbar.c
5405         * src/prefs_toolbar.h
5406         * src/prefs_wrapping.c
5407         * src/prefs_wrapping.h
5408         * src/privacy.c
5409         * src/privacy.h
5410         * src/procheader.c
5411         * src/procheader.h
5412         * src/procmime.c
5413         * src/procmime.h
5414         * src/procmsg.c
5415         * src/procmsg.h
5416         * src/quote_fmt.c
5417         * src/quote_fmt_parse.y
5418         * src/recv.c
5419         * src/recv.h
5420         * src/remotefolder.c
5421         * src/remotefolder.h
5422         * src/send_message.c
5423         * src/send_message.h
5424         * src/setup.c
5425         * src/setup.h
5426         * src/sourcewindow.c
5427         * src/sourcewindow.h
5428         * src/ssl_manager.c
5429         * src/ssl_manager.h
5430         * src/statusbar.c
5431         * src/statusbar.h
5432         * src/stock_pixmap.c
5433         * src/stock_pixmap.h
5434         * src/summary_search.c
5435         * src/summary_search.h
5436         * src/summaryview.c
5437         * src/summaryview.h
5438         * src/textview.c
5439         * src/textview.h
5440         * src/toolbar.c
5441         * src/toolbar.h
5442         * src/undo.c
5443         * src/undo.h
5444         * src/unmime.c
5445         * src/unmime.h
5446         * src/vcard.c
5447         * src/vcard.h
5448         * src/wizard.c
5449         * src/wizard.h
5450         * src/common/base64.c
5451         * src/common/base64.h
5452         * src/common/defs.h
5453         * src/common/hooks.c
5454         * src/common/hooks.h
5455         * src/common/log.c
5456         * src/common/log.h
5457         * src/common/mgutils.c
5458         * src/common/mgutils.h
5459         * src/common/nntp.c
5460         * src/common/nntp.h
5461         * src/common/passcrypt.c
5462         * src/common/passcrypt.h.in
5463         * src/common/plugin.c
5464         * src/common/plugin.h
5465         * src/common/prefs.c
5466         * src/common/prefs.h
5467         * src/common/progressindicator.c
5468         * src/common/progressindicator.h
5469         * src/common/quoted-printable.c
5470         * src/common/quoted-printable.h
5471         * src/common/session.c
5472         * src/common/session.h
5473         * src/common/smtp.c
5474         * src/common/smtp.h
5475         * src/common/socket.c
5476         * src/common/socket.h
5477         * src/common/ssl.c
5478         * src/common/ssl.h
5479         * src/common/ssl_certificate.c
5480         * src/common/ssl_certificate.h
5481         * src/common/stringtable.c
5482         * src/common/stringtable.h
5483         * src/common/template.c
5484         * src/common/template.h
5485         * src/common/timing.h
5486         * src/common/utils.c
5487         * src/common/utils.h
5488         * src/common/version.h.in
5489         * src/common/xml.c
5490         * src/common/xml.h
5491         * src/common/xmlprops.c
5492         * src/common/xmlprops.h
5493         * src/gtk/about.c
5494         * src/gtk/colorlabel.c
5495         * src/gtk/colorsel.c
5496         * src/gtk/colorsel.h
5497         * src/gtk/combobox.c
5498         * src/gtk/combobox.h
5499         * src/gtk/description_window.c
5500         * src/gtk/description_window.h
5501         * src/gtk/filesel.c
5502         * src/gtk/filesel.h
5503         * src/gtk/foldersort.c
5504         * src/gtk/foldersort.h
5505         * src/gtk/gtksctree.c
5506         * src/gtk/gtkutils.c
5507         * src/gtk/gtkutils.h
5508         * src/gtk/inputdialog.c
5509         * src/gtk/inputdialog.h
5510         * src/gtk/logwindow.c
5511         * src/gtk/logwindow.h
5512         * src/gtk/manage_window.c
5513         * src/gtk/manage_window.h
5514         * src/gtk/menu.c
5515         * src/gtk/menu.h
5516         * src/gtk/pluginwindow.c
5517         * src/gtk/pluginwindow.h
5518         * src/gtk/prefswindow.c
5519         * src/gtk/prefswindow.h
5520         * src/gtk/progressdialog.c
5521         * src/gtk/progressdialog.h
5522         * src/gtk/sslcertwindow.c
5523         * src/gtk/sslcertwindow.h
5524         * src/plugins/bogofilter/bogofilter.c
5525         * src/plugins/bogofilter/bogofilter.h
5526         * src/plugins/bogofilter/bogofilter_gtk.c
5527         * src/plugins/clamav/clamav_plugin.c
5528         * src/plugins/clamav/clamav_plugin.h
5529         * src/plugins/clamav/clamav_plugin_gtk.c
5530         * src/plugins/demo/demo.c
5531         * src/plugins/dillo_viewer/dillo_prefs.c
5532         * src/plugins/dillo_viewer/dillo_prefs.h
5533         * src/plugins/dillo_viewer/dillo_viewer.c
5534         * src/plugins/pgpcore/passphrase.c
5535         * src/plugins/pgpcore/passphrase.h
5536         * src/plugins/pgpcore/pgp_viewer.c
5537         * src/plugins/pgpcore/pgp_viewer.h
5538         * src/plugins/pgpcore/plugin.c
5539         * src/plugins/pgpcore/select-keys.c
5540         * src/plugins/pgpcore/select-keys.h
5541         * src/plugins/pgpcore/sgpgme.c
5542         * src/plugins/pgpcore/sgpgme.h
5543         * src/plugins/pgpinline/pgpinline.c
5544         * src/plugins/pgpinline/pgpinline.h
5545         * src/plugins/pgpinline/plugin.c
5546         * src/plugins/pgpmime/pgpmime.c
5547         * src/plugins/pgpmime/pgpmime.h
5548         * src/plugins/pgpmime/plugin.c
5549         * src/plugins/spamassassin/spamassassin.c
5550         * src/plugins/spamassassin/spamassassin.h
5551         * src/plugins/spamassassin/spamassassin_gtk.c
5552         * src/plugins/trayicon/trayicon.c
5553                 it's 2007, update the year in the copyright headers
5554
5555 2007-01-03 [paul]       2.6.1cvs95
5556
5557         * src/gtk/about.c
5558                 it is 2007, use it in the copyright string
5559
5560 2007-01-03 [paul]       2.6.1cvs94
5561
5562         * src/html.c
5563                 html entity conversion:
5564                 move &#153; to a more suitable place
5565                 add &bull; and &ndash;
5566                 make sure &mdash; and &#8212; are both
5567                 converted the same
5568
5569 2007-01-02 [colin]      2.6.1cvs93
5570
5571         * src/addrbook.c
5572                 Fix leak
5573         * src/common/plugin.c
5574                 Add comment
5575         * src/etpan/imap-thread.c
5576                 Fix warning
5577
5578 2006-12-31 [paul]       2.6.1cvs92
5579
5580         * src/prefs_summaries.c
5581                 use gtk_button_new_from_stock()
5582
5583 2006-12-30 [colin]      2.6.1cvs91
5584
5585         * src/folder.c
5586         * src/imap_gtk.c
5587         * src/mh_gtk.c
5588                 Don't update filtering and account paths 
5589                 when copying folders
5590
5591 2006-12-30 [colin]      2.6.1cvs90
5592
5593         * src/prefs_compose_writing.c
5594         * src/prefs_quote.c
5595         * src/prefs_template.c
5596                 Use message font for Writing and 
5597                 Quoting prefs, as well as Templates.
5598
5599 2006-12-30 [colin]      2.6.1cvs89
5600
5601         * src/prefs_summaries.c
5602                 Rework GUI; patch by Pawel
5603
5604 2006-12-29 [colin]      2.6.1cvs88
5605
5606         * src/prefs_folder_item.c
5607                 Fix bug 1085, 'Apply to subfolder 
5608                 doesn't work' - I was mistaken saying
5609                 it worked in every case
5610
5611 2006-12-28 [colin]      2.6.1cvs87
5612
5613         * src/gtk/gtkaspell.c
5614                 Don't assert if use_alternate is true
5615                 and alt_dictionary isn't set -- this 
5616                 is what happens on upgrade! Rather,
5617                 do with it.
5618
5619 2006-12-28 [colin]      2.6.1cvs86
5620
5621         * Makefile.am
5622                 Fix desktop/icon simplification
5623
5624 2006-12-28 [colin]      2.6.1cvs85
5625
5626         * Makefile.am
5627                 Make desktop and icon not 
5628                 dependant on the desktop
5629
5630 2006-12-28 [wwp]        2.6.1cvs84
5631
5632         * src/plugins/pgpmime/claws.def
5633                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5634
5635 2006-12-28 [wwp]        2.6.1cvs83
5636
5637         * src/prefs_folder_item.c
5638                 Fix coloring of "simplify subject regexp" (folder prefs),
5639                 which might be left to red whereas the regexp gets empty.
5640
5641 2006-12-28 [wwp]        2.6.1cvs82
5642
5643         * src/prefs_common.c
5644         * src/prefs_common.h
5645         * src/addressbook.c
5646         * src/addressitem.h
5647                 Save addressbook mainwindow's horizontal and vertical splitter position.
5648
5649 2006-12-27 [wwp]        2.6.1cvs81
5650
5651         * src/gtk/gtkaspell.c
5652         * src/gtk/gtkaspell.h
5653         * src/compose.c
5654                 Fix assignment of compose's default and alternate dictionary from
5655                 account or folder settings. Now gtkaspell_change_dict does rotate
5656                 dicts only when it's called from a menu cb.
5657
5658 2006-12-27 [wwp]        2.6.1cvs80
5659
5660         * src/folder_item_prefs.c
5661                 Fix randomly initialized default-alt-dictionary (folder prefs),
5662                 complete 2.6.1cvs72.
5663
5664 2006-12-27 [paul]       2.6.1cvs79
5665
5666         * src/imap_gtk.c
5667         * src/mh_gtk.c
5668                 Add Copy folder in the folder's contextual
5669                 menu
5670
5671 2006-12-27 [wwp]        2.6.1cvs78
5672
5673         * src/imap.c
5674                 Clean up session locking, thanks to Colin.
5675
5676 2006-12-26 [colin]      2.6.1cvs77
5677
5678         * src/statusbar.c
5679                 Revert previous patch
5680
5681 2006-12-26 [colin]      2.6.1cvs76
5682
5683         * src/folder.c
5684         * src/folderview.c
5685         * src/imap.c
5686         * src/statusbar.c
5687         * src/etpan/imap-thread.c
5688                 Fix previous commit warnings
5689                 Make statusbar update every second if total < 20
5690                 Make IMAP APPEND faster by simplifying log              
5691
5692 2006-12-26 [colin]      2.6.1cvs75
5693
5694         * src/folder.c
5695         * src/folder.h
5696         * src/folderview.c
5697         * src/folderview.h
5698         * src/imap_gtk.c
5699         * src/mh_gtk.c
5700                 Make it possible to copy folders accross
5701                 mailboxes (this was an arbitrary limitation).
5702                 Still make it impossible to move folders 
5703                 accross mailboxes.
5704
5705 2006-12-26 [colin]      2.6.1cvs74
5706
5707         * src/etpan/imap-thread.c
5708                 Fix bug 1081, 'claws-mail 
5709                 segfaults when going offline 
5710                 while it transfers mails via 
5711                 imap'
5712
5713 2006-12-26 [colin]      2.6.1cvs73
5714
5715         * src/folder_item_prefs.c
5716                 Don't forget alt dictionary when
5717                 renaming/moving folders
5718
5719 2006-12-26 [wwp]        2.6.1cvs72
5720
5721         * src/folder_item_prefs.c
5722                 Add missing defaults for per-folder alt dict
5723                 (forgotten in 2.6.1cvs61).
5724
5725 2006-12-26 [colin]      2.6.1cvs71
5726
5727         * src/wizard.c
5728                 Add tooltip to state that specifying
5729                 full path to mailbox is possible
5730
5731 2006-12-26 [wwp]        2.6.1cvs70
5732
5733         * src/partial_download.c
5734         * src/gtk/gtkvscrollbutton.c
5735         * src/plugins/pgpinline/plugin.c
5736                 Fix for few compiler warnings that matter.
5737
5738 2006-12-25 [colin]      2.6.1cvs69
5739
5740         * src/partial_download.c
5741                 Fix marking for download or deletion
5742                 when the header isn't the first
5743         * src/gtk/logwindow.c
5744                 Fix start of scrolling
5745
5746 2006-12-23 [paul]       2.6.1cvs68
5747
5748         * src/compose.c
5749                 change last commit to use the 'academic'
5750                 method instead. Thanks to wwp
5751
5752 2006-12-23 [paul]       2.6.1cvs67
5753
5754         * src/compose.c
5755                 don't warn about empty subject when
5756                 redirecting
5757
5758 2006-12-22 [colin]      2.6.1cvs66
5759
5760         * src/summary_search.c
5761                 Fix previous patch
5762
5763 2006-12-22 [colin]      2.6.1cvs65
5764
5765         * src/gtk/gtkutils.c
5766         * src/imap.c
5767         * src/jpilot.c
5768         * src/summary_search.c
5769                 A few warning fixes
5770
5771 2006-12-23 [paul]       
5772
5773         2.7.0-rc2 released
5774
5775 2006-12-22 [colin]      2.6.1cvs64
5776
5777         * src/toolbar.c
5778         * src/toolbar.h
5779                 Add a combo to the learn spam button
5780         * src/plugins/bogofilter/bogofilter.c
5781         * src/plugins/bogofilter/bogofilter_gtk.c
5782         * src/plugins/bogofilter/bogofilter.h
5783                 Allow to store Unsure mails in a specific
5784                 folder to make better teaching easier
5785
5786 2006-12-21 [wwp]        2.6.1cvs63
5787
5788         * src/compose.c
5789         * src/prefs_common.c
5790         * src/prefs_common.h
5791         * src/prefs_spelling.c
5792         * src/gtk/gtkaspell.c
5793         * src/gtk/gtkaspell.h
5794                 Allow spell-checking using both current and alternate dictionaries
5795                 (thanks to Colin).
5796
5797 2006-12-21 [wwp]        2.6.1cvs62
5798
5799         * src/gtk/gtkaspell.c
5800                 Apply recheck_when_changing_dict (highlight all mispelled words)
5801                 when switching to alternate dictionary.
5802
5803 2006-12-21 [wwp]        2.6.1cvs61
5804
5805         * src/compose.c
5806         * src/folder_item_prefs.h
5807         * src/prefs_common.c
5808         * src/prefs_common.h
5809         * src/prefs_folder_item.c
5810         * src/prefs_spelling.c
5811         * src/gtk/gtkaspell.c
5812         * src/gtk/gtkaspell.h
5813                 Add global and per-folder prefs to set the default
5814                 alternate dictionary.
5815
5816 2006-12-21 [colin]      2.6.1cvs60
5817
5818         * src/folder.c
5819                 Look for folders by path in all folders
5820         * src/html.c
5821                 add &mdash;
5822
5823 2006-12-20 [colin]      2.6.1cvs59
5824
5825         * src/gtk/quicksearch.c
5826                 Make sure in_typing is false when clearing
5827
5828 2006-12-20 [wwp]        2.6.1cvs58
5829
5830         * configure.ac
5831                 change manual's target dir to be LFH-compliant (thanks to Colin).
5832
5833 2006-12-20 [wwp]        2.6.1cvs57
5834
5835         * src/prefs_common.c
5836         * src/prefs_summaries.c
5837                 i18n fix and factorize patch, thanks to Fabien.
5838
5839 2006-12-20 [paul]       2.6.1cvs56
5840
5841         * configure.ac
5842                 last of the renaming (??)
5843         * src/main.c
5844                 correct --help info of --status-full
5845         * src/plugins/bogofilter/bogofilter.c
5846                 make FALSE default of whitelist_ab
5847
5848 2006-12-19 [colin]      2.6.1cvs55
5849
5850         * src/jpilot.c
5851                 Same as before, without depending on
5852                 pisock >= 0.12
5853
5854 2006-12-19 [colin]      2.6.1cvs54
5855
5856         * src/jpilot.c
5857                 Fix bug 1059, 'Better jpilot charset 
5858                 handling'. Use libpisync's charset conversion
5859                 if possible
5860
5861 2006-12-19 [colin]      2.6.1cvs53
5862
5863         * po/fr.po
5864                 Updated by Fabien
5865
5866 2006-12-19 [wwp]        2.6.1cvs52
5867
5868         * src/gtk/about.c
5869                 Add missing #include (thanks to Colin).
5870
5871 2006-12-19 [wwp]        2.6.1cvs51
5872
5873         * src/prefs_receive.c
5874                 Better spacing between widgets in prefs.
5875
5876 2006-12-18 [colin]      2.6.1cvs50
5877
5878         * src/imap.c
5879                 Fix failure to get separator on LIST "" ""
5880                 Try LIST "" "INBOX" too.
5881
5882 2006-12-18 [wwp]        2.6.1cvs49
5883
5884         * src/common/session.c
5885                 Fix a compiler warning (thanks to Fabien).
5886
5887 2006-12-18 [wwp]        2.6.1cvs48
5888
5889         * src/compose.c
5890         * src/prefs_quote.c
5891                 Factorize some strings for translation (it's about error
5892                 messages when applying or checking template/quote format).
5893
5894 2006-12-18 [colin]      2.6.1cvs47
5895
5896         * Makefile.am
5897         * src/common/defs.h
5898         * src/gtk/Makefile.am
5899         * src/gtk/about.c
5900                 Add a Release notes tab from the contents of
5901                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
5902
5903 2006-12-17 [colin]      2.6.1cvs46
5904
5905         * src/mimeview.c
5906         * src/textview.c
5907         * src/gtk/filesel.c
5908                 Correctly convert from/to UTF8/filename encoding
5909                 when loading and saving files. Probably fixes
5910                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
5911                 for a file to attach and is blocked...'
5912
5913 2006-12-17 [colin]      2.6.1cvs45
5914
5915         * src/gtk/logwindow.c
5916                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
5917                 IMAP folder and is blocked on main thread': 
5918                 make sure we put utf8 in the log.
5919
5920 2006-12-16 [colin]      2.6.1cvs44
5921
5922         * src/toolbar.c
5923         * src/toolbar.h
5924                 Fix bug 1055, 'Add the 'cancel receive' 
5925                 in the available events for the toolbar buttons'
5926
5927 2006-12-16 [colin]      2.6.1cvs43
5928
5929         * po/POTFILES.in
5930         * src/imap.c
5931         * src/common/nntp.c
5932         * src/common/session.c
5933                 Log error when SSL handshakes fail. 
5934                 Fixes bug 1082, 'incorrect / imprecise 
5935                 error message when imap server provides 
5936                 ssl only through STARTTLS but SSL is 
5937                 selected'
5938
5939 2006-12-15 [wwp]        2.6.1cvs42
5940
5941         * src/plugins/bogofilter/bogofilter_gtk.c
5942                 set proper sensitivity to widgets I've recently added.
5943
5944 2006-12-15 [colin]      
5945
5946         2.7.0-rc1 released
5947
5948 2006-12-15 [wwp]        2.6.1cvs41
5949
5950         * src/plugins/bogofilter/bogofilter.c
5951         * src/plugins/bogofilter/bogofilter.h
5952         * src/plugins/bogofilter/bogofilter_gtk.c
5953                 bogofilter's whitelist can now use a subset of
5954                 the addressbook (either a book, a subfolder of a book,
5955                 or the whole addressbook by using "Any"). Re-used there
5956                 some pref_matcher widgets and mechanisms to match a subset
5957                 of the addressbook.
5958
5959 2006-12-15 [wwp]        2.6.1cvs40
5960
5961         * src/wizard.c
5962         * src/common/plugin.c
5963         * src/common/plugin.h
5964         * src/gtk/about.c
5965         * src/plugins/bogofilter/bogofilter.c
5966         * src/plugins/clamav/clamav_plugin.c
5967         * src/plugins/demo/demo.c
5968         * src/plugins/dillo_viewer/dillo_viewer.c
5969         * src/plugins/pgpcore/plugin.c
5970         * src/plugins/pgpinline/plugin.c
5971         * src/plugins/pgpmime/plugin.c
5972         * src/plugins/spamassassin/spamassassin.c
5973         * src/plugins/trayicon/trayicon.c
5974                 factorize some translatable strings (plugins-related),
5975                 fix missing punctuation in several places,
5976                 remove useless translatable \n in about.c,
5977                 and factorize plugin init code w/ a new function
5978                 check_plugin_version() in common/plugin.c.
5979                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
5980
5981 2006-12-15 [wwp]        2.6.1cvs39
5982
5983         * src/plugins/bogofilter/bogofilter.c
5984         * src/plugins/bogofilter/bogofilter_gtk.c
5985                 flag whitelisted spams as spam, but don't filter it to the spam
5986                 folder. Thanks to Colin.
5987
5988 2006-12-15 [ticho]      2.6.1cvs38
5989
5990         * src/plugins/bogofilter/bogofilter.c
5991         * src/plugins/bogofilter/bogofilter.h
5992         * src/plugins/bogofilter/bogofilter_gtk.c
5993                 Add option to whitelist senders found in addressbook. Patch by colin.
5994
5995 2006-12-15 [paul]       2.6.1cvs37
5996
5997         * src/folderview.c
5998                 add missing #include "log.h"
5999
6000 2006-12-15 [paul]       2.6.1cvs36
6001
6002         * src/plugins/bogofilter/bogofilter.c
6003         * src/plugins/bogofilter/bogofilter.h
6004         * src/plugins/bogofilter/bogofilter_gtk.c
6005                 Add an option to allow inserting an
6006                 X-Claws-Bogosity header (on MH folders
6007                 only). Patch by Colin
6008
6009 2006-12-14 [colin]      2.6.1cvs35
6010
6011         * src/main.c
6012                 "Yes" should be the default choice for
6013                 migration configuration
6014
6015 2006-12-14 [paul]       2.6.1cvs34
6016
6017         * src/prefs_summaries.c
6018         * manual/advanced.xml
6019                 Unhide mark_as_read_delay
6020
6021 2006-12-14 [paul]       2.6.1cvs33
6022
6023         * src/messageview.c
6024         * src/messageview.h
6025         * src/mimeview.c
6026         * src/mimeview.h
6027         * src/summaryview.c
6028         * src/textview.c
6029         * src/textview.h
6030                 Fix printing of selection
6031                 Fix printing of message parts
6032                 Fix printing of images
6033         * src/gtk/gtksourceprintjob.c
6034                 Fix page count when there are images
6035
6036 2006-12-14 [wwp]        2.6.1cvs32
6037
6038         * src/mainwindow.c
6039         * src/summaryview.c
6040         * src/summaryview.h
6041         * src/gtk/quicksearch.c
6042                 fix quicksearch 'magnify' button status when QS is closed
6043                 using the Escape key, thanks to Colin.
6044
6045 2006-12-14 [wwp]        2.6.1cvs31
6046
6047         * src/mainwindow.c
6048         * src/summaryview.c
6049         * src/summaryview.h
6050         * src/gtk/quicksearch.c
6051                 fix quicksearch 'magnify' button status when QS is closed
6052                 using the Escape key, thanks to Colin.
6053
6054 2006-12-13 [colin]      2.6.1cvs30
6055
6056         * src/ldapquery.c
6057         * src/ldaputil.c
6058                 Use the binary safe version of ldap_get_values,
6059                 to make sure we manipulate null-terminated 
6060                 strings. Maybe fixes bug 1075, 'claws mail 
6061                 segfault when completing ldap adresses'
6062         * src/syldap.c ** REMOVED **
6063         * src/syldap.h ** REMOVED **
6064                 Remove dead files
6065
6066 2006-12-13 [mones]      2.6.1cvs29
6067
6068         * po/es.po
6069                 Fixed piped strings, fixed click translation
6070
6071 2006-12-13 [paul]       2.6.1cvs28
6072
6073         * src/main.c
6074                 don't translate these strings
6075
6076 2006-12-13 [paul]       2.6.1cvs27
6077
6078         * po/en_GB.po
6079                 updated
6080
6081 2006-12-13 [colin]      2.6.1cvs26
6082
6083         * src/main.c
6084         * src/main.h
6085                 Add claws_is_starting()
6086
6087 2006-12-13 [mones]      2.6.1cvs25
6088
6089         * manual/es/advanced.xml
6090         * po/es.po
6091                 Synced manual and updated translation
6092
6093 2006-12-12 [colin]      2.6.1cvs24
6094
6095         * src/wizard.c
6096                 Add an option to use STARTTLS in the
6097                 welcome wizard. Fixes bug 1080, 
6098                 'Using SSL option in wizard for incoming 
6099                 server does not activate SSL with STARTTLS'
6100
6101 2006-12-12 [colin]      2.6.1cvs23
6102
6103         * src/main.c
6104                 Don't exit when there's an incomplete
6105                 mailbox configured - leaves a chance 
6106                 to fix a failing IMAP account. Exit
6107                 if no mailbox at all is loaded (case
6108                 of missing plugin).
6109                 Completes bug 1077's fix (I was wrong
6110                 in this bug's comment #3).
6111
6112 2006-12-12 [colin]      2.6.1cvs22
6113
6114         * src/gtk/menu.h
6115                 Add another menu data type
6116         * src/prefs_account.c
6117                 Complete the completion of bug 1076
6118                 (doesn't lose the pref on apply)
6119
6120 2006-12-12 [paul]       2.6.1cvs21
6121
6122         * src/prefs_account.c
6123                 complete the fix of bug 1076
6124                 also be more verbose with the text
6125
6126 2006-12-12 [paul]       2.6.1cvs20
6127
6128         * src/gtk/combobox.c
6129                 fix compilation warning
6130
6131 2006-12-11 [colin]      2.6.1cvs19
6132
6133         * src/wizard.c
6134                 Document :port in server entry tooltips
6135
6136 2006-12-11 [colin]      2.6.1cvs18
6137
6138         * src/main.c
6139                 Fix compile
6140
6141 2006-12-11 [colin]      2.6.1cvs17
6142
6143         * src/main.c
6144                 Add failing IMAP as a reason for no
6145                 mailbox
6146
6147 2006-12-11 [colin]      2.6.1cvs16
6148
6149         * src/prefs_account.c
6150                 Check for existence of inbox for local
6151                 accounts too
6152         * src/wizard.c
6153                 Allow setting the port to use for servers
6154                 by using the usual "server.example.com:port"
6155                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6156                 not start when IMAP server is unavailable'
6157
6158 2006-12-11 [colin]      2.6.1cvs15
6159
6160         * src/prefs_account.c
6161                 Prevent use of non-existing default inbox
6162
6163 2006-12-11 [colin]      2.6.1cvs14
6164
6165         * src/prefs_account.c
6166                 Fix sensitivity. Fixes bug 1076, 'privacy 
6167                 options are displayed even when pgp plugin 
6168                 not loaded / available'
6169
6170 2006-12-09 [colin]      2.6.1cvs13
6171
6172         * manual/advanced.xml
6173         * src/prefs_common.c
6174         * src/prefs_common.h
6175         * src/common/ssl_certificate.c
6176                 Add a new hidden preference, 'unsafe_ssl_certs',
6177                 which allows to store multiple certificates per
6178                 server/port. This is disabled by default because
6179                 it's less secure (presenting a new certificate
6180                 instead of a changed one raises less alarms).
6181                 This will cause Claws to ask about an unknown
6182                 certificate for people who have used 2.6.1cvs8
6183                 or greater.
6184
6185 2006-12-09 [colin]      2.6.1cvs12
6186
6187         * src/action.c
6188                 Fix cache updating after action
6189
6190 2006-12-07 [wwp]        2.6.1cvs11
6191
6192         * src/compose.c
6193                 fix email address comparison when replying to all
6194                 (avoid replying to ourselves), thanks to Colin.
6195
6196 2006-12-06 [paul]       2.6.1cvs10
6197
6198         * src/addrharvest.c
6199         * src/editldap.c
6200         * src/expldifdlg.c
6201         * src/news.c
6202         * src/toolbar.c
6203         * src/common/utils.c
6204                 ...and more renaming
6205                 Thanks to Colin
6206
6207 2006-12-06 [paul]       2.6.1cvs9
6208
6209         * src/compose.c
6210         * src/messageview.c
6211         * src/procheader.c
6212         * src/procmime.c
6213         * src/procmsg.c
6214         * src/textview.c
6215                 more renaming
6216                 Thanks to Colin
6217
6218 2006-12-06 [colin]      2.6.1cvs8
6219
6220         * src/ssl_manager.c
6221         * src/common/ssl_certificate.c
6222         * src/common/ssl_certificate.h
6223                 Handle multiple certificates per host/port
6224
6225 2006-12-06 [colin]      2.6.1cvs7
6226
6227         * src/etpan/imap-thread.c
6228                 Fix certificate checking on IMAP
6229
6230 2006-12-06 [colin]      2.6.1cvs6
6231
6232         * src/folderview.c
6233                 Fix bug 1072, 'Claws stops fetching newsgroups 
6234                 from server when newsgroup got deleted': continue
6235                 checking other groups
6236
6237 2006-12-05 [wwp]        2.6.1cvs5
6238
6239         * src/message_search.c
6240         * src/summary_search.c
6241         * src/gtk/combobox.c
6242         * src/gtk/combobox.h
6243         * src/gtk/gtkutils.c
6244         * src/gtk/gtkutils.h
6245                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6246                 behave like w/ old comboboxes (summary and message search only).
6247
6248 2006-12-05 [paul]       2.6.1cvs4
6249
6250         * src/wizard.c
6251                 encode headers
6252                 Thanks to Colin
6253
6254 2006-12-05 [paul]       2.6.1cvs3
6255
6256         * tools/README
6257         * tools/textviewer.pl
6258                 script updated and description added
6259
6260 2006-12-04 [colin]      2.6.1cvs2
6261
6262         * src/compose.c
6263                 Run pre-send hook only when checking
6264                 everything
6265
6266 2006-12-04 [paul]       2.6.1cvs1
6267
6268         * NEWS
6269         * README
6270         * RELEASE_NOTES
6271         * configure.ac
6272         * tools/README
6273                 bump up version number following stable release
6274
6275 2006-12-04 [paul]       2.6.0cvs83
6276
6277         * README
6278                 updates and corrections
6279
6280 2006-12-04 [colin]      2.6.0cvs82
6281
6282         * src/common/utils.c
6283                 Probably fix bug 1066, 'Incorrect mailbox 
6284                 size displayed'
6285
6286 2006-12-04 [colin]      2.6.0cvs81
6287
6288         * src/common/utils.c
6289                 Trim tabs from mailcap file too.
6290
6291 2006-12-02 [paul]       2.6.0cvs80
6292
6293         * src/exphtmldlg.c
6294                 fix broken GUI under certain languages
6295         * src/expldifdlg.c
6296                 put the Cancel button to the right
6297
6298 2006-12-01 [paul]       2.6.0cvs79
6299
6300         * tools/Makefile.am
6301                 remove reference to removed file
6302
6303 2006-12-01 [wwp]        2.6.0cvs78
6304
6305         * src/addressbook.c
6306         * src/editaddress.c
6307                 remove forgotten debug statements.
6308
6309 2006-12-01 [wwp]        2.6.0cvs77
6310
6311         * manual/advanced.xml
6312         * manual/fr/advanced.xml
6313         * src/addressbook.c
6314         * src/addressbook.h
6315         * src/addressitem.h
6316         * src/editaddress.c
6317         * src/editaddress.h
6318         * src/prefs_common.c
6319         * src/prefs_common.h
6320         * src/gtk/gtkutils.c
6321         * src/gtk/gtkutils.h
6322                 add a hidden option to allow embedding the editaddress (edit contact details)
6323                 dialog into the addressbook's window. This doesn't change the default
6324                 behaviour.
6325
6326 2006-12-01 [wwp]        2.6.0cvs76
6327
6328         * src/message_search.c
6329         * src/summary_search.c
6330                 fix more focus issues (don't set focus to combobox's entry widget when
6331                 entry's value changed, if entry widget has focus already).
6332
6333 2006-12-01 [wwp]        2.6.0cvs75
6334
6335         * src/gtk/quicksearch.c
6336                 revert last changes to the quicksearch gtk_combo_box, this needs more
6337                 tuning and testing.
6338
6339 2006-12-01 [paul]       2.6.0cvs74
6340
6341         * tools/kdeservicemenu/README
6342         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6343         * tools/kdeservicemenu/install.sh
6344         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6345         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6346                 simplify this stuff, and in so doing,
6347                 fix it. (possibly re-extend it again at
6348                 a later date)
6349
6350 2006-12-01 [wwp]        2.6.0cvs73
6351
6352         * src/gtk/quicksearch.c
6353                 adapt quicksearch code to use modern gtk_combo_box'es.
6354
6355 2006-12-01 [wwp]        2.6.0cvs72
6356
6357         * src/common/defs.h
6358         * src/prefs_common.c
6359         * src/prefs_common.h
6360         * src/message_search.c
6361         * src/summary_search.c
6362         * src/gtk/combobox.c
6363         * src/gtk/combobox.h
6364                 add history combos to all message and summary search fields.
6365
6366 2006-12-01 [wwp]        2.6.0cvs71
6367
6368         * src/summaryview.c
6369                 As the list may change while the mark as read delay
6370                 runs, we can't rely on the 'row' pointer, which can
6371                 be invalid when the timeout is called. As the mark
6372                 as read is only done if the message is still selected,
6373                 use summaryview->selected instead. Thanks to Colin.
6374
6375 2006-11-30 [paul]       2.6.0cvs70
6376
6377         * src/textview.c
6378                 give emphasis to "Sylpheed-Claws"
6379                 as well as "Claws Mail"
6380
6381 2006-11-30 [colin]      2.6.0cvs69
6382
6383         * src/wizard.c
6384                 Put the SSL checkboxes in the receiving
6385                 and sending server pages.
6386
6387 2006-11-29 [colin]      2.6.0cvs68
6388
6389         * src/gtk/gtkutils.c
6390         * src/gtk/gtkvscrollbutton.c
6391                 Revert some deprecated fixes - they seem to
6392                 deprecate stuff as soon as a new one gets out.
6393                 g_object_ref_sink needed glib-2.10.
6394
6395 2006-11-29 [colin]      2.6.0cvs67
6396
6397         * src/common/utils.c
6398                 Create .mailcap if it doesn't exist
6399
6400 2006-11-29 [colin]      2.6.0cvs66
6401
6402         * src/compose.c
6403                 Followup to cvs60: use original list
6404                 of recipients if replying to a mail
6405                 in Sent Drafts or Queue.
6406
6407 2006-11-27 [paul]       2.6.0cvs65
6408
6409         * src/image_viewer.c
6410                 revert the last change for now (it's broken)
6411
6412 2006-11-27 [paul]       2.6.0cvs64
6413
6414         * Makefile.am
6415         * configure.ac
6416         * m4/aclocal-include.m4
6417         * m4/check-type.m4
6418         * src/Makefile.am
6419         * src/addr_compl.c
6420         * src/compose.c
6421         * src/crash.c
6422         * src/export.c
6423         * src/exporthtml.c
6424         * src/exportldif.c
6425         * src/imap.c
6426         * src/import.c
6427         * src/main.c
6428         * src/main.h
6429         * src/matcher.c
6430         * src/mimeview.c
6431         * src/procmsg.c
6432         * src/textview.c
6433         * src/common/Makefile.am
6434         * src/common/claws.c
6435         * src/common/claws.h
6436         * src/common/ssl.c
6437         * src/common/sylpheed.c
6438         * src/common/sylpheed.h
6439         * src/etpan/Makefile.am
6440         * src/gtk/Makefile.am
6441         * src/gtk/claws-marshal.list
6442         * src/gtk/filesel.c
6443         * src/gtk/gtksctree.c
6444         * src/gtk/quicksearch.c
6445         * src/gtk/sylpheed-marshal.list
6446         * src/plugins/bogofilter/bogofilter.c
6447         * src/plugins/bogofilter/bogofilter_gtk.c
6448         * src/plugins/clamav/clamav_plugin.c
6449         * src/plugins/clamav/clamav_plugin_gtk.c
6450         * src/plugins/demo/demo.c
6451         * src/plugins/dillo_viewer/dillo_viewer.c
6452         * src/plugins/pgpcore/Makefile.am
6453         * src/plugins/pgpcore/claws.def
6454         * src/plugins/pgpcore/pgp_viewer.c
6455         * src/plugins/pgpcore/plugin.c
6456         * src/plugins/pgpcore/sylpheed.def
6457         * src/plugins/pgpinline/Makefile.am
6458         * src/plugins/pgpinline/claws.def
6459         * src/plugins/pgpinline/plugin.c
6460         * src/plugins/pgpinline/sylpheed.def
6461         * src/plugins/pgpmime/Makefile.am
6462         * src/plugins/pgpmime/claws.def
6463         * src/plugins/pgpmime/plugin.c
6464         * src/plugins/pgpmime/sylpheed.def
6465         * src/plugins/spamassassin/spamassassin.c
6466         * src/plugins/spamassassin/spamassassin_gtk.c
6467         * src/plugins/trayicon/trayicon.c
6468                 yet more renaming
6469                 remove deprecated gtk_tooltips_set_delay()
6470
6471 2006-11-26 [paul]       2.6.0cvs63
6472
6473         * src/expldifdlg.c
6474         * src/folderview.c
6475         * src/image_viewer.c
6476         * src/mainwindow.c
6477         * src/gtk/gtkutils.c
6478         * src/gtk/gtkvscrollbutton.c
6479         * src/gtk/prefswindow.c
6480         * src/plugins/pgpcore/prefs_gpg.c
6481                 replace more deprecated GTK+ functions
6482
6483 2006-11-26 [paul]       2.6.0cvs62
6484
6485         * src/addr_compl.c
6486         * src/addressbook.c
6487         * src/browseldap.c
6488                 replace deprecated gtk_idle_... functions
6489
6490 2006-11-26 [paul]       2.6.0cvs61
6491
6492         * src/compose.c
6493         * src/folderview.c
6494         * src/inc.c
6495         * src/summaryview.c
6496         * src/gtk/gtkvscrollbutton.c
6497         * src/gtk/quicksearch.c
6498         * src/plugins/pgpcore/passphrase.c
6499                 replace deprecated gtk_timeout_add and
6500                 gtk_timeout_remove
6501
6502 2006-11-26 [paul]       2.6.0cvs60
6503
6504         * src/compose.c
6505                 fix bug that caused the wrong recipient
6506                 to be selected when replying to a msg
6507                 which is From one of our accounts to
6508                 another of our accounts
6509
6510 2006-11-25 [paul]       2.6.0cvs59
6511
6512         * src/summaryview.c
6513                 don't change the From column title to
6514                 To if the To column is visible
6515
6516 2006-11-24 [paul]       2.6.0cvs58
6517
6518         * src/compose.c
6519                 fix bug 1069, 'Sent mails disappear, BCC
6520                 or locking problem?'
6521
6522 2006-11-21 [wwp]        2.6.0cvs57
6523
6524         * src/compose.c
6525                 fix spelling menu when replying (same as 2.3.1cvs39):
6526                 discrepancy between context menu and top menu when
6527                 folder's dictionary isn't the default one.
6528
6529 2006-11-19 [paul]       2.6.0cvs56
6530
6531         * src/summaryview.c
6532                 obey always_show_msg option when
6533                 marking as spam
6534         * src/plugins/bogofilter/bogofilter.c
6535                 fix typo
6536
6537 2006-11-18 [paul]       2.6.0cvs55
6538
6539         * AUTHORS
6540         * README
6541         * debian/copyright
6542         * manual/ack.xml
6543         * manual/es/ack.xml
6544         * manual/fr/ack.xml
6545         * manual/pl/ack.xml
6546         * src/gtk/authors.h
6547         * src/gtk/icon_legend.c
6548         * src/gtk/icon_legend.h
6549         * tools/OOo2claws-mail.pl
6550         * tools/README
6551         * tools/acroread2claws-mail.pl
6552         * tools/claws.i18n.status.pl
6553         * tools/filter_conv.pl
6554         * tools/filter_conv_new.pl
6555         * tools/freshmeat_search.pl
6556         * tools/google_search.pl
6557         * tools/kmail2claws-mail.pl
6558         * tools/kmail2claws-mail_v2.pl
6559         * tools/maildir2claws-mail.pl
6560         * tools/make.themes.project
6561         * tools/multiwebsearch.pl
6562         * tools/outlook2claws-mail.pl
6563         * tools/tb2claws-mail
6564         * tools/kdeservicemenu/README
6565         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6566                 update mine and wwp's email addresses in
6567                 several places
6568                 Patch by wwp
6569         * src/prefs_compose_writing.c
6570                 set sensitivity on 'new message format' frame
6571
6572 2006-11-17 [paul]       2.6.0cvs54
6573
6574         * src/gtk/about.c
6575                 more reworking of the GUI
6576                 Patch by Fabien Vantard
6577
6578 2006-11-16 [paul]       2.6.0cvs53
6579
6580         * src/gtk/about.c
6581                 set a minimum size for the window, allow
6582                 it to automatically expand as necessary
6583
6584 2006-11-16 [wwp]        2.6.0cvs52
6585
6586         * src/gtk/about.c
6587                 better wrap of copyright info on some systems.
6588
6589 2006-11-16 [paul]       2.6.0cvs51
6590
6591         * src/gtk/about.c
6592                 move the tech info from the upper panel
6593                 to the Info tab
6594                 use a gtk_text_view for the features tab
6595
6596 2006-11-16 [paul]       2.6.0cvs50
6597
6598         * po/Makevars
6599                 update my email address
6600         * src/addressbook.c
6601         * src/compose.c
6602         * src/imap_gtk.c
6603         * src/mh_gtk.c
6604         * src/news_gtk.c
6605         * src/summaryview.c
6606         * src/plugins/trayicon/trayicon.c
6607                 don't offer simple menu separators
6608                 for translation
6609         * src/folderview.c
6610                 add separator between 'mark all read'
6611                 and 'search folder'
6612
6613 2006-11-15 [wwp]        2.6.0cvs49
6614
6615         * src/gtk/authors.h
6616                 updated manuals authors.
6617
6618 2006-11-14 [paul]       2.6.0cvs48
6619
6620         * src/compose.c
6621                 Fix Options/Reply mode after draft save
6622
6623 2006-11-14 [paul]       2.6.0cvs47
6624
6625         * src/Makefile.am
6626                 Fix make DESTDIR=...
6627         * src/mbox.c
6628                 Optimise speed
6629         * src/plugins/pgpinline/pgpinline.c
6630                 Probably fix bug 1061
6631
6632 2006-11-14 [paul]       2.6.0cvs46
6633
6634         * po/Makevars
6635                 enable Q_ macro
6636         * src/Makefile.am
6637         * src/stock_pixmap.c
6638         * src/stock_pixmap.h
6639         * src/gtk/about.c
6640         * src/pixmaps/active.xpm
6641         * src/pixmaps/inactive.xpm
6642                 add a new page, 'Features', to the About dialog
6643                 showing which features are compiled in and which
6644                 are not
6645
6646 2006-11-14 [paul]       2.6.0cvs45
6647
6648         * po/ru.po
6649                 updated by Pavlo Bohmat
6650
6651 2006-11-14 [colin]      2.6.0cvs44
6652
6653         * src/compose.c
6654         * src/inc.c
6655         * src/messageview.c
6656         * src/news.c
6657         * src/pop.c
6658         * src/procmsg.c
6659         * src/gtk/gtkaspell.c
6660                 Fix 64-bit-related warnings
6661         * src/ssl_manager.c
6662                 Fix possible infinite loop
6663         * src/plugins/pgpcore/sgpgme.c
6664                 Remove useless check
6665
6666 2006-11-13 [colin]      2.6.0cvs43
6667
6668         * src/gtk/Makefile.am
6669                 authors.h isn't generated
6670
6671 2006-11-13 [colin]      2.6.0cvs42
6672
6673         * src/plugins/pgpinline/pgpinline.c
6674         * src/plugins/pgpmime/pgpmime.c
6675                 Very probably fix bug 1061, 'crash on 
6676                 opening signed email'. Another cast
6677                 problem
6678
6679 2006-11-13 [colin]      2.6.0cvs41
6680
6681         * src/plugins/pgpcore/sgpgme.c
6682                 Maybe fix bug 1061, 'crash on opening 
6683                 signed email'
6684
6685 2006-11-13 [wwp]        2.6.0cvs40
6686
6687         * src/plugins/pgpinline/pgpinline.c
6688                 fix candidate for bug #1057, thanks to Colin.
6689
6690 2006-11-13 [wwp]        2.6.0cvs39
6691
6692         * src/compose.c
6693         * src/quote_fmt_parse.y
6694                 fix bug 1052: current parser buffer was not always 
6695                 allocated, ptr to this buffer could be returned as 
6696                 NULL whereas no parser error has occurred. in 
6697                 consequence, defining a template body as "%d" 
6698                 (w/o the quotes) for the first time of the instance 
6699                 of claws-mail, was reporting a parser error. make 
6700                 sure that the buffer is always allocated, even to 
6701                 an empty string.
6702                 fix mis-unescaping in compose.:compose_quote_fmt(): 
6703                 unescaping of the fmt string was always done 
6704                 whereas it must be done *only* when receiving 
6705                 quote format strings issued from the prefs 
6706                 (compose new message, reply, forward, redirect 
6707                 formats), *not* when applying templates.  in 
6708                 consequences, applying templates w/ sequences 
6709                 like \\|p{echo} were failing. make sure that 
6710                 unescaping is done only when necessary.
6711
6712 2006-11-12 [colin]      2.6.0cvs38
6713
6714         * po/de.po
6715                 Fix typo (s/KB/MB)
6716
6717 2006-11-12 [colin]      2.6.0cvs37
6718
6719         * src/plugins/pgpinline/pgpinline.c
6720         * src/plugins/pgpmime/pgpmime.c
6721                 Release GPG context at the latest 
6722                 possible moment. Maybe fixes 
6723                 bug 1057, 'crash on sending signed 
6724                 message to a newsgroup'
6725                 
6726
6727 2006-11-12 [colin]      2.6.0cvs36
6728
6729         * src/plugins/pgpcore/sgpgme.c
6730                 Tell a bit more when gpg's status doesn't
6731                 contain any signature
6732
6733 2006-11-12 [colin]      2.6.0cvs35
6734
6735         * src/compose.c
6736                 Fix bug 1060, 'compilation error with 
6737                 Irix's cc'
6738
6739 2006-11-12 [paul]       2.6.0cvs34
6740
6741         * doc/man/claws-mail.1
6742         * src/prefs_gtk.c
6743         * src/plugins/clamav/README
6744         * src/plugins/spamassassin/README
6745         * tools/README
6746         * tools/freshmeat_search.pl
6747         * tools/google_search.pl
6748         * tools/multiwebsearch.pl
6749                 more renaming
6750         * src/plugins/trayicon/trayicon.c
6751                 fix compiliation warning
6752
6753 2006-11-11 [colin]      2.6.0cvs33
6754
6755         * src/folderview.c
6756                 Forbid drag and drop from/to different
6757                 folders of type F_UNKNOWN
6758
6759 2006-11-11 [colin]      2.6.0cvs32
6760
6761         * src/plugins/pgpinline/pgpinline.c
6762                 Fix typo in previous commit:
6763                 - gpgme_new(&ctx);
6764                 + if ((err = gpgme_new(&data->ctx)) ...)
6765
6766 2006-11-11 [colin]      2.6.0cvs31
6767
6768         * src/plugins/pgpinline/pgpinline.c
6769         * src/plugins/pgpmime/pgpmime.c
6770                 Check success after calling gpgme_new
6771                 Maybe fixes bug 1057, 'crash on sending 
6772                 signed message to a newsgroup'
6773
6774 2006-11-11 [colin]      2.6.0cvs30
6775
6776         * src/undo.c
6777                 init undostruct to 0s (from
6778                 valgrind log of bug 1057)
6779
6780 2006-11-10 [colin]      2.6.0cvs29
6781
6782         * src/mainwindow.c
6783                 Set cursor to wait before filtering
6784                 duplicates in all folders
6785         * src/plugins/bogofilter/bogofilter.c
6786         * src/plugins/bogofilter/bogofilter.h
6787         * src/plugins/bogofilter/bogofilter_gtk.c
6788                 Completely thread away the bogofilter
6789                 filtering
6790
6791 2006-11-10 [mones]      2.6.0cvs28
6792
6793         * src/compose.c
6794         * src/compose.h
6795                 added COMPOSE_CHECK_BEFORE_SEND hook
6796
6797 2006-11-10 [paul]       2.6.0cvs27
6798
6799         * src/crash.c
6800                 more renaming
6801                 add libSM to get_compiled_in_features()
6802         * src/main.c
6803                 more renaming
6804
6805 2006-11-10 [colin]      2.6.0cvs26
6806
6807         * src/etpan/imap-thread.c
6808                 Add a reference to libetpan's sasl engine
6809                 so that sasl_done() doesn't get called by
6810                 libetpan, and doesn't break openssl.
6811                 Should fix bug 1053, 'SC fails to reestablish 
6812                 a secure connection'
6813                 Patch by Hoa
6814
6815 2006-11-10 [colin]      2.6.0cvs25
6816
6817         * manual/addrbook.xml
6818         * manual/advanced.xml
6819         * manual/faq.xml
6820         * manual/intro.xml
6821                 Some more renaming
6822
6823 2006-11-09 [colin]      2.6.0cvs24
6824
6825         * src/plugins/bogofilter/bogofilter_gtk.c
6826                 Add comment about annoyance
6827
6828 2006-11-09 [colin]      2.6.0cvs23
6829
6830         * src/plugins/bogofilter/bogofilter.c
6831         * src/plugins/bogofilter/bogofilter_gtk.c
6832                 Prepare things needed to thread bogofilter
6833                 filtering: separate bogo stuff and possible GUI
6834                 stuff. 
6835
6836 2006-11-09 [colin]      2.6.0cvs22
6837
6838         * src/account.c
6839         * src/compose.c
6840                 Search for one of our accounts in Delivered-To
6841                 (helps for auto-account selection when 
6842                  replying/forwarding)
6843         * src/folderview.c
6844         * src/mainwindow.c
6845         * src/mainwindow.h
6846         * src/plugins/trayicon/trayicon.c
6847                 Allow opening a new mail with any account from
6848                 the contextual menu
6849
6850 2006-11-09 [wwp]        2.6.0cvs21
6851
6852         * src/compose.c
6853         * src/prefs_common.c
6854         * src/prefs_common.h
6855         * src/prefs_compose_writing.c
6856                 add a compose new message format (in prefs/compose/writing), it's a
6857                 simple subject+body template to use when opening a new composition
6858                 window. It's similar to the existent reply and forward formats.
6859
6860                 enhanced the template/format % symbols substitution mechanism to
6861                 use current composition window information when % are used in
6862                 the compose new message format or in templates applied to new
6863                 messages (there were useless in that situations before). When
6864                 applied to new messages, %d corresponds to the system time/date.
6865
6866 2006-11-09 [paul]       2.6.0cvs20
6867
6868         * src/gtk/authors.h
6869                 fix last commit
6870
6871 2006-11-09 [paul]       2.6.0cvs19
6872
6873         * src/gtk/authors.h
6874                 keep tje alphabetical order
6875
6876 2006-11-08 [colin]      2.6.0cvs18
6877
6878         * src/etpan/imap-thread.c
6879                 Fix bug 1054, 'Slowness logging big 
6880                 data chunks'
6881
6882 2006-11-08 [paul]       2.6.0cvs17
6883
6884         * tools/Makefile.am
6885                 fix the renaming
6886
6887 2006-11-08 [paul]       2.6.0cvs16
6888
6889         * src/common/defs.h
6890                 update BUGZILLA_URI
6891
6892 2006-11-08 [paul]       2.6.0cvs15
6893
6894         * tools/Makefile.am
6895         * tools/OOo2claws-mail.pl
6896         * tools/OOo2sylpheed.pl
6897         * tools/README
6898         * tools/acroread2claws-mail.pl
6899         * tools/acroread2sylpheed.pl
6900         * tools/kmail2claws-mail.pl
6901         * tools/kmail2claws-mail_v2.pl
6902         * tools/kmail2sylpheed.pl
6903         * tools/kmail2sylpheed_v2.pl
6904         * tools/maildir2claws-mail.pl
6905         * tools/maildir2sylpheed.pl
6906         * tools/nautilus2claws-mail.sh
6907         * tools/nautilus2sylpheed.sh
6908         * tools/outlook2claws-mail.pl
6909         * tools/outlook2sylpheed.pl
6910         * tools/tb2claws-mail
6911         * tools/tb2sylpheed
6912         * tools/tbird2claws.py
6913         * tools/tbird2syl.py
6914         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6915         * tools/kdeservicemenu/install.sh
6916         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6917         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6918         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6919         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6920         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6921                 renamed (removed, added) tools files
6922
6923 2006-11-08 [paul]       2.6.0cvs14
6924
6925         * src/main.c
6926         * src/common/defs.h
6927                 Migrate sylpheedrc to clawsrc, and fix the standard
6928                 plugins path in the process
6929
6930 2006-11-07 [colin]      2.6.0cvs13
6931
6932         * src/Makefile.am
6933                 Symlink sylpheed-claws relative to 
6934                 claws-mail
6935
6936 2006-11-07 [colin]      2.6.0cvs12
6937
6938         * src/compose.c
6939                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
6940
6941 2006-11-07 [paul]       2.6.0cvs11
6942
6943         * src/gtk/about.c
6944                 Fix a missed occurence of
6945                 Sylpheed-Claws
6946
6947 2006-11-07 [paul]       2.6.0cvs10
6948
6949         * src/Makefile.am
6950                 Fix symlink installation
6951
6952 2006-11-07 [paul]       2.6.0cvs9
6953
6954         * src/Makefile.am
6955                 Symlink claws-mail to sylpheed-claws
6956         * src/common/utils.c
6957                 Fix migrating symlinks
6958         * src/etpan/imap-thread.c
6959                 check certificate only when there's
6960                 no error
6961
6962 2006-11-07 [paul]       2.6.0cvs8
6963
6964         * Makefile.am
6965                 Fix icon breakages with Gtk, which needs a 
6966                 cache updated to see them.
6967
6968 2006-11-07 [paul]       2.6.0cvs7
6969
6970         * .cvsignore
6971         * AUTHORS
6972         * COPYING
6973         * INSTALL
6974         * Makefile.am
6975         * NEWS
6976         * README
6977         * RELEASE_NOTES
6978         * autogen.sh
6979         * claws-mail-128x128.png
6980         * claws-mail-64x64.png
6981         * claws-mail.ico
6982         * claws-mail.pc.in
6983         * claws-mail.png
6984         * configure.ac
6985         * sylpheed-claws-128x128.png
6986         * sylpheed-claws-64x64.png
6987         * sylpheed-claws.desktop
6988         * sylpheed-claws.ico
6989         * sylpheed-claws.pc.in
6990         * sylpheed-claws.png
6991         * debian/README.Debian
6992         * debian/changelog
6993         * debian/claws-mail.desktop
6994         * debian/claws-mail.menu
6995         * debian/claws-mail.postinst.debhelper
6996         * debian/claws-mail.postrm.debhelper
6997         * debian/control
6998         * debian/copyright
6999         * debian/files
7000         * debian/rules
7001         * debian/sylpheed-claws.desktop
7002         * debian/sylpheed-claws.menu
7003         * debian/sylpheed-claws.postinst.debhelper
7004         * debian/sylpheed-claws.postrm.debhelper
7005         * doc/man/Makefile.am
7006         * doc/man/claws-mail.1
7007         * doc/man/sylpheed-claws.1
7008         * doc/src/ChangeLog.claws-pre0.8.0
7009         * manual/Makefile.am
7010         * manual/account.xml
7011         * manual/ack.xml
7012         * manual/addrbook.xml
7013         * manual/advanced.xml
7014         * manual/claws-mail-manual.xml
7015         * manual/faq.xml
7016         * manual/glossary.xml
7017         * manual/handling.xml
7018         * manual/intro.xml
7019         * manual/keyboard.xml
7020         * manual/plugins.xml
7021         * manual/starting.xml
7022         * manual/sylpheed-claws-manual.xml
7023         * manual/xml2pdf
7024         * manual/dist/.cvsignore
7025         * manual/dist/html/.cvsignore
7026         * manual/dist/html/Makefile.am
7027         * manual/dist/pdf/.cvsignore
7028         * manual/dist/pdf/Makefile.am
7029         * manual/dist/ps/.cvsignore
7030         * manual/dist/ps/Makefile.am
7031         * manual/dist/txt/.cvsignore
7032         * manual/dist/txt/Makefile.am
7033         * manual/es/Makefile.am
7034         * manual/es/advanced.xml
7035         * manual/es/claws-mail-manual.xml
7036         * manual/es/faq.xml
7037         * manual/es/glossary.xml
7038         * manual/es/handling.xml
7039         * manual/es/intro.xml
7040         * manual/es/plugins.xml
7041         * manual/es/sylpheed-claws-manual.xml
7042         * manual/es/dist/.cvsignore
7043         * manual/es/dist/html/.cvsignore
7044         * manual/es/dist/html/Makefile.am
7045         * manual/es/dist/pdf/.cvsignore
7046         * manual/es/dist/pdf/Makefile.am
7047         * manual/es/dist/ps/.cvsignore
7048         * manual/es/dist/ps/Makefile.am
7049         * manual/es/dist/txt/.cvsignore
7050         * manual/es/dist/txt/Makefile.am
7051         * manual/fr/Makefile.am
7052         * manual/fr/account.xml
7053         * manual/fr/ack.xml
7054         * manual/fr/addrbook.xml
7055         * manual/fr/advanced.xml
7056         * manual/fr/claws-mail-manual.xml
7057         * manual/fr/faq.xml
7058         * manual/fr/glossary.xml
7059         * manual/fr/handling.xml
7060         * manual/fr/intro.xml
7061         * manual/fr/keyboard.xml
7062         * manual/fr/plugins.xml
7063         * manual/fr/starting.xml
7064         * manual/fr/sylpheed-claws-manual.xml
7065         * manual/fr/dist/.cvsignore
7066         * manual/fr/dist/html/.cvsignore
7067         * manual/fr/dist/html/Makefile.am
7068         * manual/fr/dist/pdf/.cvsignore
7069         * manual/fr/dist/pdf/Makefile.am
7070         * manual/fr/dist/ps/.cvsignore
7071         * manual/fr/dist/ps/Makefile.am
7072         * manual/fr/dist/txt/.cvsignore
7073         * manual/fr/dist/txt/Makefile.am
7074         * manual/pl/Makefile.am
7075         * manual/pl/account.xml
7076         * manual/pl/ack.xml
7077         * manual/pl/addrbook.xml
7078         * manual/pl/advanced.xml
7079         * manual/pl/claws-mail-manual.xml
7080         * manual/pl/faq.xml
7081         * manual/pl/glossary.xml
7082         * manual/pl/handling.xml
7083         * manual/pl/intro.xml
7084         * manual/pl/keyboard.xml
7085         * manual/pl/plugins.xml
7086         * manual/pl/starting.xml
7087         * manual/pl/sylpheed-claws-manual.xml
7088         * manual/pl/dist/.cvsignore
7089         * manual/pl/dist/html/.cvsignore
7090         * manual/pl/dist/html/Makefile.am
7091         * manual/pl/dist/pdf/.cvsignore
7092         * manual/pl/dist/pdf/Makefile.am
7093         * manual/pl/dist/ps/.cvsignore
7094         * manual/pl/dist/ps/Makefile.am
7095         * manual/pl/dist/txt/.cvsignore
7096         * manual/pl/dist/txt/Makefile.am
7097         * po/.cvsignore
7098         * po/Makevars
7099         * src/.cvsignore
7100         * src/Makefile.am
7101         * src/account.c
7102         * src/account.h
7103         * src/action.c
7104         * src/action.h
7105         * src/adbookbase.h
7106         * src/addr_compl.c
7107         * src/addr_compl.h
7108         * src/addrbook.c
7109         * src/addrcache.c
7110         * src/addrcache.h
7111         * src/addrcindex.c
7112         * src/addrcindex.h
7113         * src/addrclip.c
7114         * src/addrclip.h
7115         * src/addrdefs.h
7116         * src/addressadd.c
7117         * src/addressadd.h
7118         * src/addressbook.c
7119         * src/addressbook.h
7120         * src/addressbook_foldersel.c
7121         * src/addressbook_foldersel.h
7122         * src/addrgather.c
7123         * src/addrgather.h
7124         * src/addrharvest.c
7125         * src/addrharvest.h
7126         * src/addrindex.c
7127         * src/addrindex.h
7128         * src/addritem.c
7129         * src/addritem.h
7130         * src/addrquery.c
7131         * src/addrquery.h
7132         * src/addrselect.c
7133         * src/addrselect.h
7134         * src/alertpanel.c
7135         * src/alertpanel.h
7136         * src/browseldap.c
7137         * src/browseldap.h
7138         * src/codeconv.c
7139         * src/codeconv.h
7140         * src/compose.c
7141         * src/crash.c
7142         * src/crash.h
7143         * src/customheader.c
7144         * src/customheader.h
7145         * src/displayheader.c
7146         * src/displayheader.h
7147         * src/editaddress.c
7148         * src/editaddress.h
7149         * src/editbook.c
7150         * src/editbook.h
7151         * src/editgroup.c
7152         * src/editgroup.h
7153         * src/editjpilot.c
7154         * src/editjpilot.h
7155         * src/editldap.c
7156         * src/editldap.h
7157         * src/editldap_basedn.c
7158         * src/editldap_basedn.h
7159         * src/editvcard.c
7160         * src/editvcard.h
7161         * src/exphtmldlg.c
7162         * src/exphtmldlg.h
7163         * src/expldifdlg.c
7164         * src/expldifdlg.h
7165         * src/export.c
7166         * src/exporthtml.c
7167         * src/exporthtml.h
7168         * src/exportldif.c
7169         * src/exportldif.h
7170         * src/filtering.c
7171         * src/filtering.h
7172         * src/folder.c
7173         * src/folder.h
7174         * src/folder_item_prefs.c
7175         * src/folder_item_prefs.h
7176         * src/foldersel.c
7177         * src/foldersel.h
7178         * src/folderutils.c
7179         * src/folderutils.h
7180         * src/folderview.c
7181         * src/folderview.h
7182         * src/grouplistdialog.c
7183         * src/grouplistdialog.h
7184         * src/html.c
7185         * src/html.h
7186         * src/image_viewer.c
7187         * src/image_viewer.h
7188         * src/imap.c
7189         * src/imap.h
7190         * src/imap_gtk.c
7191         * src/imap_gtk.h
7192         * src/import.c
7193         * src/import.h
7194         * src/importldif.c
7195         * src/importldif.h
7196         * src/importmutt.c
7197         * src/importmutt.h
7198         * src/importpine.c
7199         * src/importpine.h
7200         * src/inc.c
7201         * src/inc.h
7202         * src/jpilot.c
7203         * src/jpilot.h
7204         * src/ldapctrl.c
7205         * src/ldapctrl.h
7206         * src/ldaplocate.c
7207         * src/ldaplocate.h
7208         * src/ldapquery.c
7209         * src/ldapquery.h
7210         * src/ldapserver.c
7211         * src/ldapserver.h
7212         * src/ldaputil.c
7213         * src/ldaputil.h
7214         * src/ldif.c
7215         * src/ldif.h
7216         * src/localfolder.c
7217         * src/localfolder.h
7218         * src/main.c
7219         * src/main.h
7220         * src/mainwindow.c
7221         * src/mainwindow.h
7222         * src/manual.c
7223         * src/manual.h
7224         * src/matcher.c
7225         * src/matcher.h
7226         * src/matcher_parser.h
7227         * src/matcher_parser_lex.l
7228         * src/matcher_parser_parse.y
7229         * src/mbox.c
7230         * src/mbox.h
7231         * src/message_search.c
7232         * src/message_search.h
7233         * src/messageview.c
7234         * src/messageview.h
7235         * src/mh.c
7236         * src/mh.h
7237         * src/mh_gtk.c
7238         * src/mh_gtk.h
7239         * src/mimeview.c
7240         * src/mimeview.h
7241         * src/msgcache.c
7242         * src/msgcache.h
7243         * src/mutt.c
7244         * src/mutt.h
7245         * src/news.c
7246         * src/news.h
7247         * src/news_gtk.c
7248         * src/news_gtk.h
7249         * src/noticeview.c
7250         * src/noticeview.h
7251         * src/partial_download.c
7252         * src/partial_download.h
7253         * src/pine.c
7254         * src/pine.h
7255         * src/pop.c
7256         * src/pop.h
7257         * src/prefs_account.c
7258         * src/prefs_account.h
7259         * src/prefs_actions.c
7260         * src/prefs_actions.h
7261         * src/prefs_common.c
7262         * src/prefs_common.h
7263         * src/prefs_compose_writing.c
7264         * src/prefs_compose_writing.h
7265         * src/prefs_customheader.c
7266         * src/prefs_customheader.h
7267         * src/prefs_display_header.c
7268         * src/prefs_display_header.h
7269         * src/prefs_ext_prog.c
7270         * src/prefs_ext_prog.h
7271         * src/prefs_filtering.c
7272         * src/prefs_folder_column.c
7273         * src/prefs_folder_column.h
7274         * src/prefs_folder_item.c
7275         * src/prefs_folder_item.h
7276         * src/prefs_fonts.c
7277         * src/prefs_fonts.h
7278         * src/prefs_gtk.c
7279         * src/prefs_gtk.h
7280         * src/prefs_image_viewer.c
7281         * src/prefs_image_viewer.h
7282         * src/prefs_matcher.c
7283         * src/prefs_matcher.h
7284         * src/prefs_message.c
7285         * src/prefs_message.h
7286         * src/prefs_msg_colors.c
7287         * src/prefs_msg_colors.h
7288         * src/prefs_other.c
7289         * src/prefs_other.h
7290         * src/prefs_quote.c
7291         * src/prefs_quote.h
7292         * src/prefs_receive.c
7293         * src/prefs_receive.h
7294         * src/prefs_send.c
7295         * src/prefs_send.h
7296         * src/prefs_spelling.c
7297         * src/prefs_spelling.h
7298         * src/prefs_summaries.c
7299         * src/prefs_summaries.h
7300         * src/prefs_summary_column.c
7301         * src/prefs_summary_column.h
7302         * src/prefs_template.c
7303         * src/prefs_template.h
7304         * src/prefs_themes.c
7305         * src/prefs_themes.h
7306         * src/prefs_toolbar.c
7307         * src/prefs_toolbar.h
7308         * src/prefs_wrapping.c
7309         * src/prefs_wrapping.h
7310         * src/privacy.c
7311         * src/privacy.h
7312         * src/procheader.c
7313         * src/procheader.h
7314         * src/procmime.c
7315         * src/procmime.h
7316         * src/procmsg.c
7317         * src/procmsg.h
7318         * src/quote_fmt.c
7319         * src/quote_fmt_parse.y
7320         * src/recv.c
7321         * src/recv.h
7322         * src/remotefolder.c
7323         * src/remotefolder.h
7324         * src/send_message.c
7325         * src/send_message.h
7326         * src/setup.c
7327         * src/setup.h
7328         * src/sourcewindow.c
7329         * src/sourcewindow.h
7330         * src/ssl_manager.c
7331         * src/ssl_manager.h
7332         * src/statusbar.c
7333         * src/statusbar.h
7334         * src/stock_pixmap.c
7335         * src/stock_pixmap.h
7336         * src/summary_search.c
7337         * src/summary_search.h
7338         * src/summaryview.c
7339         * src/summaryview.h
7340         * src/syldap.c
7341         * src/syldap.h
7342         * src/textview.c
7343         * src/textview.h
7344         * src/toolbar.c
7345         * src/toolbar.h
7346         * src/undo.c
7347         * src/undo.h
7348         * src/unmime.c
7349         * src/unmime.h
7350         * src/vcard.c
7351         * src/vcard.h
7352         * src/wizard.c
7353         * src/wizard.h
7354         * src/common/base64.c
7355         * src/common/base64.h
7356         * src/common/defs.h
7357         * src/common/hooks.c
7358         * src/common/hooks.h
7359         * src/common/log.c
7360         * src/common/log.h
7361         * src/common/mgutils.c
7362         * src/common/mgutils.h
7363         * src/common/nntp.c
7364         * src/common/nntp.h
7365         * src/common/passcrypt.c
7366         * src/common/passcrypt.h.in
7367         * src/common/plugin.c
7368         * src/common/plugin.h
7369         * src/common/prefs.c
7370         * src/common/prefs.h
7371         * src/common/progressindicator.c
7372         * src/common/progressindicator.h
7373         * src/common/quoted-printable.c
7374         * src/common/quoted-printable.h
7375         * src/common/session.c
7376         * src/common/session.h
7377         * src/common/smtp.c
7378         * src/common/smtp.h
7379         * src/common/socket.c
7380         * src/common/socket.h
7381         * src/common/ssl.c
7382         * src/common/ssl.h
7383         * src/common/stringtable.c
7384         * src/common/stringtable.h
7385         * src/common/sylpheed.c
7386         * src/common/sylpheed.h
7387         * src/common/template.c
7388         * src/common/template.h
7389         * src/common/timing.h
7390         * src/common/utils.c
7391         * src/common/utils.h
7392         * src/common/version.h.in
7393         * src/common/xml.c
7394         * src/common/xml.h
7395         * src/common/xmlprops.c
7396         * src/common/xmlprops.h
7397         * src/gtk/about.c
7398         * src/gtk/colorlabel.c
7399         * src/gtk/colorlabel.h
7400         * src/gtk/colorsel.c
7401         * src/gtk/colorsel.h
7402         * src/gtk/combobox.c
7403         * src/gtk/combobox.h
7404         * src/gtk/description_window.c
7405         * src/gtk/description_window.h
7406         * src/gtk/filesel.c
7407         * src/gtk/filesel.h
7408         * src/gtk/foldersort.c
7409         * src/gtk/foldersort.h
7410         * src/gtk/gtkaspell.c
7411         * src/gtk/gtkaspell.h
7412         * src/gtk/gtksctree.c
7413         * src/gtk/gtkshruler.c
7414         * src/gtk/gtkshruler.h
7415         * src/gtk/gtkutils.c
7416         * src/gtk/gtkutils.h
7417         * src/gtk/icon_legend.c
7418         * src/gtk/icon_legend.h
7419         * src/gtk/logwindow.c
7420         * src/gtk/logwindow.h
7421         * src/gtk/manage_window.c
7422         * src/gtk/manage_window.h
7423         * src/gtk/pluginwindow.c
7424         * src/gtk/pluginwindow.h
7425         * src/gtk/prefswindow.c
7426         * src/gtk/prefswindow.h
7427         * src/gtk/quicksearch.c
7428         * src/gtk/quicksearch.h
7429         * src/pixmaps/claws-mail.xpm
7430         * src/pixmaps/claws-mail_icon.xpm
7431         * src/pixmaps/claws-mail_logo.xpm
7432         * src/pixmaps/sylpheed-claws.xpm
7433         * src/pixmaps/sylpheed-claws_icon.xpm
7434         * src/pixmaps/sylpheed-claws_logo.xpm
7435         * src/plugins/bogofilter/Makefile.am
7436         * src/plugins/bogofilter/bogofilter.c
7437         * src/plugins/bogofilter/bogofilter.h
7438         * src/plugins/bogofilter/bogofilter_gtk.c
7439         * src/plugins/clamav/Makefile.am
7440         * src/plugins/clamav/clamav_plugin.c
7441         * src/plugins/clamav/clamav_plugin.h
7442         * src/plugins/clamav/clamav_plugin_gtk.c
7443         * src/plugins/demo/Makefile.am
7444         * src/plugins/demo/demo.c
7445         * src/plugins/dillo_viewer/Makefile.am
7446         * src/plugins/dillo_viewer/README
7447         * src/plugins/dillo_viewer/dillo_prefs.c
7448         * src/plugins/dillo_viewer/dillo_prefs.h
7449         * src/plugins/dillo_viewer/dillo_viewer.c
7450         * src/plugins/pgpcore/Makefile.am
7451         * src/plugins/pgpcore/passphrase.c
7452         * src/plugins/pgpcore/passphrase.h
7453         * src/plugins/pgpcore/pgp_viewer.c
7454         * src/plugins/pgpcore/pgp_viewer.h
7455         * src/plugins/pgpcore/plugin.c
7456         * src/plugins/pgpcore/prefs_gpg.c
7457         * src/plugins/pgpcore/prefs_gpg.h
7458         * src/plugins/pgpcore/select-keys.c
7459         * src/plugins/pgpcore/select-keys.h
7460         * src/plugins/pgpcore/sgpgme.c
7461         * src/plugins/pgpcore/sgpgme.h
7462         * src/plugins/pgpcore/sylpheed.def
7463         * src/plugins/pgpcore/version.rc
7464         * src/plugins/pgpinline/Makefile.am
7465         * src/plugins/pgpinline/pgpinline.c
7466         * src/plugins/pgpinline/pgpinline.h
7467         * src/plugins/pgpinline/plugin.c
7468         * src/plugins/pgpinline/sylpheed.def
7469         * src/plugins/pgpinline/version.rc
7470         * src/plugins/pgpmime/Makefile.am
7471         * src/plugins/pgpmime/pgpmime.c
7472         * src/plugins/pgpmime/pgpmime.h
7473         * src/plugins/pgpmime/plugin.c
7474         * src/plugins/pgpmime/sylpheed.def
7475         * src/plugins/pgpmime/version.rc
7476         * src/plugins/spamassassin/Makefile.am
7477         * src/plugins/spamassassin/README
7478         * src/plugins/spamassassin/spamassassin.c
7479         * src/plugins/spamassassin/spamassassin.h
7480         * src/plugins/spamassassin/spamassassin_gtk.c
7481         * src/plugins/trayicon/Makefile.am
7482         * src/plugins/trayicon/trayicon.c
7483         * tools/OOo2sylpheed.pl
7484         * tools/README
7485         * tools/README.sylprint
7486         * tools/acroread2sylpheed.pl
7487         * tools/claws.i18n.status.pl
7488         * tools/filter_conv.pl
7489         * tools/filter_conv_new.pl
7490         * tools/freshmeat_search.pl
7491         * tools/google_search.pl
7492         * tools/kmail2sylpheed.pl
7493         * tools/kmail2sylpheed_v2.pl
7494         * tools/make.themes.project
7495         * tools/multiwebsearch.pl
7496         * tools/nautilus2sylpheed.sh
7497         * tools/outlook2sylpheed.pl
7498         * tools/sylprint.pl
7499         * tools/sylprint.rc
7500         * tools/tb2sylpheed
7501         * tools/textviewer.sh
7502         * tools/vcard2xml.py
7503         * tools/kdeservicemenu/README
7504         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7505         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7506         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7507                 Change name to Claws Mail. Announce to follow...
7508
7509 2006-11-06 [wwp]        2.6.0cvs6
7510
7511         * src/prefs_template.c
7512                 unify messages related to quote format/template errors (fix
7513                 capitalization), again.
7514
7515 2006-11-06 [wwp]        2.6.0cvs5
7516
7517         * src/prefs_quote.c
7518                 unify messages related to quote format/template errors.
7519
7520 2006-11-06 [wwp]        2.6.0cvs4
7521
7522         * src/prefs_msg_colors.c
7523                 more uses of Q_ macro for contextual translations, thanks
7524                 to Fabien (fzzzzz).
7525
7526 2006-11-06 [wwp]        2.6.0cvs3
7527
7528         * src/compose.c
7529         * src/common/utils.c
7530         * src/common/utils.h
7531                 show an alertpanel to make sure users are aware that sensitive
7532                 files are attached (it's file blacklist-based). This will fix
7533                 interaction w/ GoogleEarth for instance, thanks to Colin.
7534
7535 2006-11-06 [wwp]        2.6.0cvs2
7536
7537         * src/prefs_quote.c
7538         * src/prefs_template.c
7539         * src/prefs_template.h
7540                 check quote format when applying/closing prefs. For now this only
7541                 shows up an error dialog box, not preventing the user from using
7542                 a broken quote (reply, forwards) format.
7543
7544 2006-11-06 [wwp]        2.6.0cvs1
7545
7546         * src/prefs_template.c
7547                 fix missing checks of some template fields.
7548
7549 2006-11-06 [paul]       2.6.0
7550
7551         * NEWS
7552         * README
7553         * RELEASE_NOTES
7554                 2.6.0 released
7555
7556 2006-11-06 [paul]       2.5.6cvs22
7557
7558         * manual/advanced.xml
7559         * manual/es/advanced.xml
7560                 put 'respect_flowed_format' info in the correct
7561                 place
7562
7563 2006-11-06 [mones]      2.5.6cvs21
7564
7565         * po/es.po
7566                 Minor fixes for release
7567
7568 2006-11-06 [paul]       2.5.6cvs20
7569
7570         * po/cs.po
7571         * po/de.po
7572         * po/fr.po
7573         * po/it.po
7574         * po/nl.po
7575         * po/pt_BR.po
7576         * po/sk.po
7577         * po/sv.po
7578         * po/zh_CN.po
7579                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7580                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7581                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7582                 Young
7583
7584 2006-11-02 [colin]      2.5.6cvs19
7585
7586         * src/imap.c
7587         * src/imap.h
7588         * src/prefs_account.c
7589         * src/etpan/imap-thread.c
7590                 Add GSSAPI support - fixes Debian bug #383274
7591
7592 2006-11-01 [colin]      2.5.6cvs18
7593
7594         * src/jpilot.c
7595                 Handle libpisock12 support. Probably
7596                 fixes bug 1046, 'jpilot AddressDB.pdb 
7597                 import fail'
7598
7599 2006-11-01 [colin]      2.5.6cvs17
7600
7601         * src/folderutils.c
7602                 debug_print() folderutils_mark_all_read()
7603
7604 2006-11-01 [colin]      2.5.6cvs16
7605
7606         * COPYING
7607                 Add missed files to the Apache exception
7608
7609 2006-10-31 [colin]      2.5.6cvs15
7610
7611         * src/folder.c
7612         * src/folder.h
7613                 Add a copy_private_data() func to FolderClasses
7614                 Doesn't break the feature freeze, because we 
7615                 won't use it (right now) in the core.
7616
7617 2006-10-31 [colin]      2.5.6cvs14
7618
7619         * COPYING
7620                 Allow linking with the Apache licensed files in
7621                 src/plugins/spamassassin. Hopefully fixes 
7622                 bug 1048, 'Spamassassin plugin license problem'
7623
7624 2006-10-31 [wwp]        2.5.6cvs13
7625
7626         * src/compose.c
7627                 fix and optimize trimming of leading linefeeds in body loop.
7628
7629 2006-10-31 [colin]      2.5.6cvs12
7630
7631         * src/etpan/imap-thread.c
7632         * src/imap.c
7633                 Make really sure to have NULL sets in case
7634                 of error
7635
7636 2006-10-30 [wwp]        2.5.6cvs11
7637
7638         * src/prefs_common.c
7639         * src/prefs_common.h
7640         * src/compose.c
7641                 fix broken storage of quote format template when it contains \-escape
7642                 sequences. The application of such sequences is also fixed now (\t
7643                 in quote format will be a real tab instead of a 't', for instance).
7644
7645 2006-10-27 [colin]      2.5.6cvs10
7646
7647         * src/compose.c
7648                 Probably fix bug 1045, 'sylpheed-claws 
7649                 doesn't remove the mail from the IMAP 
7650                 Queue folder after sending'. From
7651                 2.5.6cvs3-stable
7652
7653 2006-10-27 [colin]      2.5.6cvs9
7654
7655         * configure.ac
7656                 Require libetpan-0.48. I'm so annoying,
7657                 I know ;-)
7658
7659 2006-10-27 [colin]      2.5.6cvs8
7660
7661         * src/folder.c
7662         * src/imap.c
7663                 Probably fix bug 1044, 'sylpheed-claws 
7664                 segfaults while moving mails' - Fix relation
7665                 usage when moving to an IMAP mailbox from another
7666                 mailbox
7667
7668 2006-10-26 [paul]       2.5.6cvs7
7669
7670         * src/gtk/about.c
7671                 add libSM to compiled-in features
7672                 list
7673
7674 2006-10-24 [colin]      2.5.6cvs6
7675
7676         * src/textview.c
7677         * src/gtk/gtkutils.c
7678                 Fix crash when printing emails with an
7679                 xface
7680
7681 2006-10-24 [mones]      2.5.6cvs5
7682
7683         * manual/es/advanced.xml
7684                 Synchronize hidden option respect_flowed_format
7685         * po/es.po
7686                 Updated translation
7687
7688 2006-10-21 [paul]       2.5.6cvs4
7689
7690         * src/gtk/authors.h
7691         * src/plugins/pgpcore/pgp_viewer.c
7692         * src/plugins/pgpcore/sgpgme.c
7693                 fix building on BSDs
7694                 Thanks to Michael Hughes
7695                 <Sylpheed-Claws_user@thehugheslogcabin.net>
7696
7697 2006-10-20 [colin]      2.5.6cvs3
7698
7699         * configure.ac
7700                 Bump up libetpan requirement
7701                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
7702         * src/common/utils.c
7703         * src/common/utils.h
7704                 Add convenience get_file_mtime()
7705         * src/imap.c
7706         * src/etpan/imap-thread.c
7707         * src/etpan/imap-thread.h
7708                 Implement UIDPLUS support if the server
7709                 supports it - faster sending in this case
7710
7711 2006-10-19 [colin]      2.5.6cvs2
7712
7713         * src/gtk/quicksearch.c
7714                 Fix emptying in type-ahead+extended mode
7715         * src/mainwindow.c
7716         * src/mainwindow.h
7717                 Add a hook for offline state change
7718         * src/plugins/trayicon/trayicon.c
7719                 Use it to display offline icons
7720         * src/plugins/trayicon/Makefile.am
7721         * src/plugins/trayicon/newmail.offline.xpm
7722         * src/plugins/trayicon/newmarkedmail.offline.xpm
7723         * src/plugins/trayicon/nomail.offline.xpm
7724         * src/plugins/trayicon/unreadmail.offline.xpm
7725         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7726                 Add the icons
7727
7728 2006-10-12 [paul]       2.5.6cvs1
7729
7730         * NEWS
7731         * README
7732         * configure.ac
7733                 Update version number following
7734                 stable release
7735
7736 2006-10-19 [colin]      2.5.5cvs18
7737
7738         * manual/handling.xml
7739                 Add type-ahead search
7740
7741 2006-10-18 [colin]      2.5.5cvs17
7742
7743         * src/gtk/quicksearch.c
7744                 Remove "save to history only if there's
7745                 no syntax error", it breaks for some 
7746                 reason which I'll investigate later.
7747
7748 2006-10-18 [colin]      2.5.5cvs16
7749
7750         * src/prefs_common.c
7751         * src/prefs_common.h
7752         * src/summaryview.c
7753         * src/gtk/quicksearch.c
7754         * src/gtk/quicksearch.h
7755                 Add a type-ahead option for fast searches
7756                 Patch by Fabien Vantard
7757
7758 2006-10-18 [colin]      2.5.5cvs15
7759
7760         * src/compose.c
7761         * src/compose.h
7762                 Add Options/Reply mode/ menu to be able to
7763                 change the recipients of a reply on the fly
7764
7765 2006-10-18 [colin]      2.5.5cvs14
7766
7767         * src/compose.c
7768                 Fix redirecting of our own sent mails
7769
7770 2006-10-17 [wwp]        2.5.5cvs13
7771
7772         * src/send_message.c
7773                 Fix duplicate error messages when sending, and missing
7774                 newline in such error messages.
7775
7776 2006-10-17 [colin]      2.5.5cvs12
7777
7778         * src/compose.c
7779                 Compare addresses case-insensitive
7780
7781 2006-10-17 [colin]      2.5.5cvs11
7782
7783         * src/plugins/pgpcore/sgpgme.c
7784                 Fix return status
7785
7786 2006-10-17 [colin]      2.5.5cvs10
7787
7788         * src/plugins/pgpcore/pgp_viewer.c
7789                 Fix return status
7790
7791 2006-10-17 [colin]      2.5.5cvs9
7792
7793         * src/quote_fmt.c
7794                 Fix a typo (thanks to Fabien)
7795
7796 2006-10-16 [colin]      2.5.5cvs8
7797
7798         * src/textview.c
7799                 Fix problem with quote-folding when emails
7800                 don't convert cleanly to UTF-8
7801
7802 2006-10-14 [colin]      2.5.5cvs7
7803
7804         * src/prefs_template.c
7805                 Reset fields when reopening
7806                 the window
7807
7808 2006-10-13 [paul]       2.5.5cvs6
7809
7810         * manual/advanced.xml
7811         * src/prefs_message.c
7812                 make 'respect_flowed_format' a hidden
7813                 option, and add a manual entry for it
7814                 Thanks to Colin
7815
7816 2006-10-12 [colin]      2.5.5cvs5
7817
7818         * src/codeconv.c
7819                 Revert part of 2.5.2cvs21:
7820                 Don't optimise by reusing the 
7821                 last iconv converter if possible:
7822                 it seems slightly broken in a 
7823                 very hard way to reproduce
7824
7825 2006-10-12 [colin]      2.5.5cvs4
7826
7827         * src/prefs_common.c
7828         * src/prefs_common.h
7829         * src/prefs_message.c
7830         * src/procmime.c
7831                 Fix bug 1035, 'Incorrect handling 
7832                 of flowed lines'. We now optionnaly
7833                 handle this format (preference is in
7834                 Message View/Text options section)
7835
7836 2006-10-12 [colin]      2.5.5cvs3
7837
7838         * po/POTFILES.in
7839                 Add new file
7840         * src/plugins/pgpcore/pgp_viewer.c
7841         * src/plugins/pgpcore/sgpgme.c
7842                 Don't try to import without asking
7843
7844 2006-10-12 [colin]      2.5.5cvs2
7845
7846         * src/compose.c
7847                 Fix bug 1036, 'Forwarding a mutlipart
7848                 mail with a "text/html" block to ms
7849                 outlook users leeds to freeze of
7850                 outlook'. Poor outlook users...
7851
7852 2006-10-12 [paul]       2.5.5cvs1
7853
7854         * NEWS
7855         * README
7856         * configure.ac
7857                 Update version number following
7858                 stable release
7859
7860 2006-10-11 [paul]       2.5.4cvs1
7861
7862         * NEWS
7863         * README
7864         * configure.ac
7865                 Update version number following
7866                 stable release
7867
7868 2006-10-11 [paul]       2.5.3cvs32
7869
7870         * src/textview.c
7871                 fix bug 1032, 'Segmentation fault when showing
7872                 message' (bug in quote folding)
7873                 Thanks to Colin
7874
7875 2006-10-10 [colin]      2.5.3cvs31
7876
7877         * src/quote_fmt.c
7878                 Rephrase english a bit
7879
7880 2006-10-10 [colin]      2.5.3cvs30
7881
7882         * src/prefs_compose_writing.c
7883                 Stop making the page larger than the window
7884
7885 2006-10-10 [wwp]        2.5.3cvs29
7886
7887         * src/compose.c
7888         * src/prefs_template.c
7889         * src/quote_fmt.c
7890         * src/quote_fmt.h
7891         * src/quote_fmt_lex.l
7892         * src/quote_fmt_parse.y
7893                 Extend the quote parser a bit: allow to get access to
7894                 basic (composing) account info.
7895
7896 2006-10-10 [colin]      2.5.3cvs28
7897
7898         * src/procheader.c
7899                 Fix this \t problem in subject
7900
7901 2006-10-09 [colin]      2.5.3cvs27
7902
7903         * src/main.c
7904         * src/prefs_gtk.c
7905                 Prepare cache a bit later
7906                 If section already exists, skip the new one 
7907                 (as previously); avoid writing the same block
7908                 twice - if we find a second block with the 
7909                 same id, skip it.
7910         * src/plugins/pgpcore/pgp_viewer.c
7911                 Set cursor to busy when retrieving a key
7912         * src/plugins/pgpcore/sgpgme.c
7913                 allow 5 seconds for gpg to export the key
7914                 
7915
7916 2006-10-09 [colin]      2.5.3cvs26
7917
7918         * configure.ac
7919         * src/msgcache.c
7920         * src/prefs_gtk.c
7921                 Check for existence of fgets_unlocked
7922                 and fwrite_unlocked
7923
7924 2006-10-09 [paul]       2.5.3cvs25
7925
7926         * src/prefs_summaries.c
7927                 replace strftime() with fast_strftime() and in
7928                 the consequence fix the bug in the display of
7929                 AM/PM in the 'Example' string
7930
7931 2006-10-09 [ticho]      2.5.3cvs24
7932
7933         * po/sk.po
7934                 Updated (and fixed up somewhat) Slovak translation.
7935
7936 2006-10-08 [colin]      2.5.3cvs23
7937
7938         * src/prefs_folder_item.c
7939                 Explain why prefs in the top-level folder
7940                 aren't retained, but are still useful
7941
7942 2006-10-08 [colin]      2.5.3cvs22
7943
7944         * src/prefs_gtk.c
7945                 Don't cache anything if caching fails
7946
7947 2006-10-08 [colin]      2.5.3cvs21
7948
7949         * src/common/utils.c
7950                 always include gi18n.h
7951
7952 2006-10-07 [colin]      2.5.3cvs20
7953
7954         * src/plugins/pgpcore/pgp_viewer.c
7955                 Kill gpg after 5 seconds wait
7956
7957 2006-10-07 [colin]      2.5.3cvs19
7958
7959         * src/plugins/pgpcore/pgp_viewer.c
7960         * src/plugins/pgpcore/pgp_viewer.h
7961                 Fix copyright
7962
7963 2006-10-07 [colin]      2.5.3cvs18
7964
7965         * src/plugins/pgpcore/pgp_viewer.c
7966         * src/plugins/pgpcore/pgp_viewer.h
7967                 Actually add the files to CVS
7968
7969 2006-10-07 [colin]      2.5.3cvs17
7970
7971         * src/plugins/pgpcore/sgpgme.c
7972                 Be sure not to crash on 'application/pgp-signature' that
7973                 are not application/pgp-signatures
7974
7975 2006-10-07 [colin]      2.5.3cvs16
7976
7977         * src/textview.c
7978         * src/textview.h
7979                 Make a bit more of the API available
7980         * src/plugins/pgpcore/Makefile.am
7981         * src/plugins/pgpcore/plugin.c
7982         * src/plugins/pgpcore/sgpgme.c
7983                 Add basic key import/export
7984
7985 2006-10-07 [colin]      2.5.3cvs15
7986
7987         * src/folderview.c
7988         * src/imap.c
7989         * src/prefs_account.c
7990         * src/wizard.c
7991                 Warn users *everywhere* if libetpan's not
7992                 linked in
7993
7994 2006-10-06 [mones]      2.5.3cvs14
7995
7996         * po/de.po
7997         * po/es.po
7998                 updated by Stephan Sachse and me
7999
8000 2006-10-06 [colin]      2.5.3cvs13
8001
8002         * src/main.c
8003         * src/common/sylpheed.c
8004                 Don't load common plugins if --exit is passed
8005         * src/prefs_gtk.c
8006         * src/prefs_gtk.h
8007                 Implement a cache to avoid reading the same
8008                 files over and over again at startup
8009
8010 2006-10-06 [colin]      2.5.3cvs12
8011
8012         * src/summaryview.c
8013         * src/gtk/quicksearch.c
8014                 Update display every 5k mails on fast searches
8015
8016 2006-10-06 [colin]      2.5.3cvs11
8017
8018         * src/textview.c
8019                 Don't do quote folding on HTML or ERTF.
8020                 May fix the Cygwin issues if they were
8021                 happening with HTML mails?
8022
8023 2006-10-05 [colin]      2.5.3cvs10
8024
8025         * src/prefs_gtk.c
8026                 Oops, forgot one
8027
8028 2006-10-05 [colin]      2.5.3cvs9
8029
8030         * src/prefs_gtk.c
8031                 Use unlocked_stdio here too
8032
8033 2006-10-05 [colin]      2.5.3cvs8
8034
8035         * src/folderview.c
8036                 Fix go to next * after preferences apply
8037         * src/msgcache.c
8038                 Do the fd lock/unlock ourselves instead of
8039                 letting the libc do it at each write 
8040
8041 2006-10-05 [colin]      2.5.3cvs7
8042
8043         * src/common/utils.c
8044                 Faster division, thanks to Jean Diraison
8045
8046 2006-10-05 [paul]       2.5.3cvs6
8047
8048         * src/common/utils.c
8049                 fix building with --disable-nls
8050
8051 2006-10-04 [colin]      2.5.3cvs5
8052
8053         * src/folder.c
8054                 Maybe fix a segfault
8055
8056 2006-10-04 [wwp]        2.5.3cvs4
8057
8058         * src/prefs_folder_item.c
8059                 Fine-tune layouts in folder item prefs. Suggested by
8060                 Fabien Vantard <fzzzzz@gmail.com>.
8061
8062 2006-10-04 [wwp]        2.5.3cvs3
8063
8064         * src/prefs_folder_item.c
8065                 Kill the clandestine passengers. You didn't see anything.
8066
8067 2006-10-04 [wwp]        2.5.3cvs2
8068
8069         * src/prefs_folder_item.c
8070                 Add a way to test the subject simplify regexp in
8071                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8072                 w/ few layout changes.
8073
8074 2006-20-04 [paul]       2.5.3cvs1
8075
8076         * NEWS
8077         * README
8078         * configure.ac
8079                 Update version number following
8080                 stable release
8081
8082 2006-10-04 [colin]      2.5.2cvs42
8083
8084         * src/folder.c
8085         * src/folder.h
8086         * src/summaryview.c
8087                 Provide a way for folder classes to set their sort
8088                 type and key
8089
8090 2006-10-03 [colin]      2.5.2cvs41
8091
8092         * src/mh.c
8093                 Don't use strlen() to know if the
8094                 string's empty
8095
8096 2006-10-03 [colin]      2.5.2cvs40
8097
8098         * src/mh.c
8099                 Fix "check for new folders" with accentued folders
8100
8101 2006-10-03 [ticho]      2.5.2cvs39
8102
8103         * src/filtering.c
8104         * src/folder.c
8105         * src/inc.c
8106         * src/mbox.c
8107                 Colin's fix for "copy" filtering rules.
8108
8109 2006-10-02 [colin]      2.5.2cvs38
8110
8111         * src/folderview.c
8112                 Fix for double-click too
8113
8114 2006-10-02 [colin]      2.5.2cvs37
8115
8116         * src/folderview.c
8117                 correct fix for cvs36
8118
8119 2006-10-02 [colin]      2.5.2cvs36
8120
8121         * src/folderview.c
8122                 Fix 'goto next unread' after collapsing/expanding 
8123                 a node.
8124
8125 2006-10-02 [colin]      2.5.2cvs35
8126
8127         * src/summaryview.c
8128                 Fix double freeze/thaw
8129         * src/common/utils.c
8130         * src/common/utils.h
8131                 Reimplement strftime
8132         * src/procheader.c
8133                 Use it
8134
8135
8136 2006-10-02 [colin]      2.5.2cvs34
8137
8138         * src/mh.c
8139                 Time mh_write_sequences() - it's fast
8140         * src/summaryview.c
8141                 Init a variable to shut up gcc
8142
8143 2006-10-01 [colin]      2.5.2cvs33
8144
8145         * src/folder.c
8146         * src/mh.c
8147         * src/mh.h
8148         * src/msgcache.c
8149                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8150                 Add fsync but disable it, it's slow as hell
8151
8152 2006-10-01 [colin]      2.5.2cvs32
8153
8154         * src/mh.c
8155         * src/msgcache.c
8156                 fflush() caches and mh_sequences before
8157                 fclose()ing
8158
8159 2006-10-01 [colin]      2.5.2cvs31
8160
8161         * src/msgcache.c
8162                 Don't ftruncate when not using mmap
8163
8164 2006-09-30 [colin]      2.5.2cvs30
8165
8166         * src/main.c
8167                 Write folder list *after* saving caches
8168
8169 2006-09-30 [colin]      2.5.2cvs29
8170
8171         * src/folder.c
8172         * src/mh.c
8173                 Debug forced mtime changes
8174
8175 2006-09-30 [colin]      2.5.2cvs28
8176
8177         * src/folder.c
8178         * src/main.c
8179                 Remove useless debug_print()s (code
8180                 well-tested)
8181
8182 2006-09-30 [colin]      2.5.2cvs27
8183
8184         * src/mh.c
8185                 Do stuff faster when writing mh_sequences
8186
8187 2006-09-30 [colin]      2.5.2cvs26
8188
8189         * src/mh.c
8190                 Don't let the writing of .mh_sequences, which
8191                 can change the folder's mtime, let us think
8192                 we need to scan.
8193
8194 2006-09-30 [colin]      2.5.2cvs25
8195
8196         * src/folder.c
8197                 Move a debug_print where it belongs 
8198                 (processing)
8199         * src/summaryview.c
8200                 Don't mess with a huge slow subject
8201                 table if we're not threading by
8202                 subject
8203
8204 2006-09-30 [colin]      2.5.2cvs24
8205
8206         * src/msgcache.c
8207                 Reenable mmaped reads (*not* writes!)
8208         * src/procmsg.c
8209                 Don't destroy and recreate hashtables just
8210                 for fun
8211         * src/common/utils.c
8212                 Remove useless reply prefixes (it's case
8213                 unsensitive)
8214
8215 2006-09-30 [wwp]        2.5.2cvs23
8216
8217         * tools/fix_date.sh
8218                 Fixed a minor bug in date value extraction, added a switch
8219                 to replace non RFC-compliant Date: value, added a switch
8220                 to use strict RFC matching patterns for dates.
8221
8222 2006-09-29 [colin]      2.5.2cvs22
8223
8224         * src/matcher_parser.h
8225         * src/matcher_parser_parse.y
8226         * src/prefs_filtering.c
8227         * src/statusbar.c
8228         * src/summary_search.c
8229         * src/summaryview.c
8230         * src/gtk/quicksearch.c
8231         * src/gtk/quicksearch.h
8232                 Optimise searches by setting different
8233                 refresh intervals (depending if the 
8234                 search is fast or not)
8235
8236 2006-09-29 [colin]      2.5.2cvs21
8237
8238         * src/codeconv.c
8239                 Optimise by reusing the last iconv converter
8240                 if possible
8241         * src/textview.c
8242                 Optimise a bit (the foldable quotes feature
8243                 still has an awful O(n^2) algo
8244
8245 2006-09-29 [colin]      2.5.2cvs20
8246
8247         * src/gtk/gtksctree.c
8248         * src/gtk/gtksctree.h
8249                 Optimise de-selection via up/down or
8250                 another key
8251
8252 2006-09-28 [colin]      2.5.2cvs19
8253
8254         * src/action.c
8255         * src/compose.c
8256         * src/folderview.c
8257         * src/mainwindow.c
8258         * src/messageview.c
8259         * src/summary_search.c
8260         * src/toolbar.c
8261                 Avoid using summaryview->ctree directly
8262
8263 2006-09-28 [colin]      2.5.2cvs18
8264
8265         * src/summaryview.c
8266         * src/summaryview.h
8267                 Add helpers to freeze/thaw/grab_focus
8268                 Factorize calls to freeze/thaw/grab_focus
8269                 
8270
8271 2006-09-28 [colin]      2.5.2cvs17
8272
8273         * src/main.c
8274                 More guards for the session management
8275
8276 2006-09-28 [colin]      2.5.2cvs16
8277
8278         * src/folderview.c
8279         * src/gtk/gtksctree.c
8280         * src/gtk/gtksctree.h
8281                 Make expanding not recursive in folderview
8282
8283 2006-09-28 [colin]      2.5.2cvs15
8284
8285         * src/addressbook.c
8286                 If nothing is selected in the list (right part)
8287                 and a group is selected in the tree (left part),
8288                 mail this group.
8289
8290 2006-09-28 [colin]      2.5.2cvs14
8291
8292         * src/Makefile.am
8293                 Actually use SM_LIBS
8294
8295 2006-09-28 [ticho]      2.5.2cvs13
8296
8297         * src/export.c
8298         * src/messageview.c
8299         * src/mimeview.c
8300         * src/news.c
8301         * src/pop.c
8302         * src/prefs_themes.c
8303         * src/procmsg.c
8304                 Small i18n string optimization.
8305         * src/send_message.c
8306         * src/summaryview.c
8307         * src/common/session.c
8308         * src/common/smtp.c
8309         * src/common/ssl_certificate.c
8310         * src/common/utils.c
8311                 Use "Couldn't" instead of "Can't" in UI messages,
8312                 where appropriate.
8313
8314 2006-09-28 [colin]      2.5.2cvs12
8315
8316         * configure.ac
8317                 Possibly fix link errors
8318
8319 2006-09-27 [wwp]        2.5.2cvs11
8320
8321         * src/gtk/authors.h
8322         * doc/man/sylpheed-claws.1
8323         * manual/ack.xml
8324         * manual/es/ack.xml
8325         * manual/fr/ack.xml
8326         * manual/pl/ack.xml
8327                 Updated authors info (me, myself and I).
8328
8329 2006-09-27 [colin]      2.5.2cvs10
8330
8331         * src/addressbook.c
8332                 Remove useless printf
8333
8334 2006-09-27 [wwp]        2.5.2cvs9
8335
8336         * src/editgroup.c
8337         * src/send_message.c
8338         * src/inc.c
8339         * src/prefs_common.c
8340         * src/prefs_common.h
8341         * src/gtk/progressdialog.c
8342                 remember more windows' sizes (send dialog, received dialog,
8343                 edit group in addressbook).
8344
8345 2006-09-27 [colin]      2.5.2cvs8
8346
8347         * configure.ac
8348         * src/main.c
8349         * src/mainwindow.h
8350                 Use libSM to communicate with the session
8351                 manager, so that we can know when the 
8352                 session ends, save our caches, and draft
8353                 our compose windows.
8354
8355 2006-09-27 [colin]      2.5.2cvs7
8356
8357         * src/addressbook.c
8358                 Fix issues:
8359                 o Allow Book and Group creation from the tree's
8360                   contextual menu
8361                 o Do not actually delete the contacts when 
8362                   deleting groups from the tree (duh!)
8363
8364 2006-09-27 [colin]      2.5.2cvs6
8365
8366         * src/compose.c
8367         * src/compose.h
8368         * src/mainwindow.c
8369         * src/textview.c
8370         * src/toolbar.c
8371                 o Allow passing an email address to 
8372                   compose_new_with_folderitem
8373                 o Update callers
8374                 o Use current folderitem when clicking
8375                   on a TextView mailto: link
8376                 o Fix a possible leak in TextView
8377
8378 2006-09-27 [colin]      2.5.2cvs5
8379
8380         * src/html.c
8381                 Use UTF-8 chars to replace HTML entities
8382
8383 2006-09-27 [colin]      2.5.2cvs4
8384
8385         * AUTHORS
8386         * src/prefs_account.c
8387         * src/gtk/authors.h
8388                 Fix bug #1024 (Array index out of
8389                 range in sylpheed-claws-2.5.2)
8390                 Patch by Ales Nosek <anosek@suse.cz>
8391
8392 2006-09-27 [colin]      2.5.2cvs3
8393
8394         * src/addr_compl.c
8395                 Actually do the test
8396
8397 2006-09-27 [colin]      2.5.2cvs2
8398
8399         * src/addr_compl.c
8400         * src/addr_compl.h
8401                 Allow completing with comma (in certain cases: vCalendar
8402                 for example doesn't support that)
8403                 Patch by Fabien Vantard
8404
8405 2006-09-26 [colin]      2.5.2cvs1
8406
8407         * src/Makefile.am
8408         * src/addr_compl.c
8409         * src/addr_compl.h
8410         * src/addrbook.c
8411         * src/addrbook.h
8412         * src/addressbook.c
8413         * src/addrindex.c
8414         * src/addrindex.h
8415         * src/compose.c
8416         * src/prefs_common.c
8417         * src/prefs_filtering_action.c
8418         * src/prefs_folder_item.c
8419         * src/prefs_template.c
8420         * src/stock_pixmap.c
8421         * src/stock_pixmap.h
8422         * src/pixmaps/addr_one.xpm
8423         * src/pixmaps/addr_two.xpm
8424                 Add auto-completion on groups
8425
8426 2006-09-26 [colin]      2.5.2
8427
8428         * NEWS
8429         * README
8430         * RELEASE_NOTES
8431                 2.5.2 released
8432
8433 2006-09-26 [colin]      2.5.1cvs5
8434
8435         * src/matcher.c
8436                 Fix condition
8437
8438 2006-09-26 [colin]      2.5.1cvs4
8439
8440         * src/mbox.c
8441                 Revert cvs1 (useless as the message is printed 
8442                 every 500 mails)
8443
8444 2006-09-26 [colin]      2.5.1cvs3
8445
8446         * src/partial_download.c
8447                 Fix crasher found by Alexsandar Urosevic
8448
8449 2006-09-26 [colin]      2.5.1cvs2
8450
8451         * src/summaryview.c
8452                 Fix bug #1023 (Sylpheed deletes too much messages)
8453
8454 2006-09-26 [ticho]      2.5.1cvs1
8455
8456         * src/mbox.c
8457                 Make use of gettext's multiple plurals for statusbar
8458                 progress message.
8459
8460 2006-09-25 [paul]       2.5.1
8461
8462         * NEWS
8463         * README
8464         * RELEASE_NOTES
8465                 2.5.1 released
8466
8467 2006-09-25 [colin]      2.5.0cvs3
8468
8469         * src/plugins/bogofilter/bogofilter.c
8470         * src/plugins/clamav/clamav_plugin.c
8471         * src/plugins/spamassassin/spamassassin.c
8472                 BogoFilter, Spamassassin: Fix double hook registering after
8473                 visiting preferences
8474                 Spamassassin, Clamav: Just set the mails to move instead of
8475                 doing the move - caller will move the things at once.
8476
8477 2006-09-25 [colin]      2.5.0cvs2
8478
8479         * src/imap.c
8480         * src/etpan/imap-thread.c
8481                 Use UID SEARCH ALL instead of UID 1:*
8482                 (braindead servers can't figure out that's
8483                 the same...)
8484
8485 2006-09-25 [wwp]        2.5.0cvs1
8486
8487         * src/message_search.c
8488                 Added the ability to stop a running search (in message body).
8489
8490 2006-09-25 [paul]       2.5.0
8491
8492         * NEWS
8493         * README
8494         * RELEASE_NOTES
8495                 2.5.0 released
8496
8497 2006-09-25 [paul]       2.4.0cvs214
8498
8499         * po/cs.po
8500         * po/de.po
8501         * po/fi.po
8502         * po/fr.po
8503         * po/nl.po
8504         * po/pt_BR.po
8505         * po/sk.po
8506         * po/sr.po
8507         * po/zh_CN.po
8508                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8509                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8510                 Ticho, Aleksander Urosevic, Ralgh Young
8511
8512 2006-09-24 [mones]      2.4.0cvs213
8513
8514         * po/es.po
8515                 Updated for release
8516
8517 2006-09-23 [colin]      2.4.0cvs212
8518
8519         * src/gtk/inputdialog.c
8520                 Fix [ ] remember this appearing in normal
8521                 input dialogs after it's been used by
8522                 mimeview.
8523         * src/folder.c
8524         * src/folderview.c
8525         * src/msgcache.c
8526         * src/procmsg.c
8527         * src/summaryview.c
8528         * src/textview.c
8529         * src/common/timing.h
8530                 Enable timings in debug mode and make it
8531                 look prettier.
8532
8533 2006-09-22 [colin]      2.4.0cvs211
8534
8535         * README
8536                 Revert test change
8537         * commitHelper
8538                 ping the correct URI
8539
8540 2006-09-22 [colin]      2.4.0cvs210
8541
8542         * README
8543                 Let's see if bug #1022 is fixed
8544
8545 2006-09-21 [colin]      2.4.0cvs209
8546
8547         * src/wizard.c
8548         * src/common/plugin.c
8549                 Prepare infra to load predefined plugins when
8550                 no configuration existed. Don't actually load
8551                 anything yet (feat. freeze)
8552
8553 2006-09-21 [wwp]        2.4.0cvs208
8554
8555         * manual/fr/faq.xml
8556                 Partial sync w/ 2.4.0cvs72:
8557                 wrap file and minor updates.
8558
8559 2006-09-21 [wwp]        2.4.0cvs207
8560
8561         * tools/fix_date.sh
8562                 several fixes and enhancements. A new --force switch has been
8563                 added to prevent overriding by default Date: header when
8564                 already existing.
8565
8566 2006-09-21 [paul]       2.4.0cvs206
8567
8568         * src/common/utils.c
8569                 add Chinese UTF8 Re prefix
8570
8571 2006-09-21 [wwp]        2.4.0cvs205
8572
8573         * tools/Makefile.am
8574                 Fics alfabettical order.
8575
8576 2006-09-21 [wwp]        2.4.0cvs204
8577
8578         * tools/fix_date.sh
8579         * tools/Makefile.am
8580                 Added an action tool to fix missing Date field in emails.
8581                 Updated Makefile.am to reflect those last two additions.
8582
8583 2006-09-21 [wwp]        2.4.0cvs203
8584
8585         * tools/uuooffice
8586                 Added a action tool to open uuencoded docs w/
8587                 OpenOffice (based on uudec method).
8588
8589 2006-09-21 [colin]      2.4.0cvs202
8590
8591         * src/compose.c
8592         * src/textview.c
8593                 Workaround possible GTK crash: remove selection 
8594                 clipboard before destroying widget, or GTK+-2.10
8595                 dies. Thanks to Hiro.
8596
8597 2006-09-20 [colin]      2.4.0cvs201
8598
8599         * src/compose.c
8600                 Fix free-after-use in some cases (when 
8601                 procmime_encode_content() frees mimeinfo->data.mem
8602                 and turns it to a temp file)
8603
8604 2006-09-20 [colin]      2.4.0cvs200
8605
8606         * src/folderview.c
8607         * src/summaryview.c
8608         * src/gtk/gtksctree.c
8609         * src/gtk/gtksctree.h
8610                 Add tooltips in the folderview and summaryview
8611                 (Doesn't break string freeze as they already
8612                 exist)
8613         * src/toolbar.c
8614                 Put the spam button in the default configuration
8615                 if compiled with bogo plugin too
8616
8617 2006-09-19 [colin]      2.4.0cvs199
8618
8619         * src/summaryview.c
8620         * src/summaryview.h
8621                 Update folder name label on folder rename
8622         * src/prefs_matcher.c
8623         * src/gtk/logwindow.h
8624                 Fix warnings
8625                 Patches by Fabien
8626
8627 2006-09-19 [wwp]        2.4.0cvs198
8628
8629         * src/summary_search.c
8630                 fix can't click forward/backward buttons in the
8631                 search messages.
8632
8633 2006-09-18 [paul]       2.4.0cvs197
8634
8635         * src/wizard.c
8636                 add missing bracket, capitalise the A of
8637                 'SpamAssassin'
8638
8639 2006-09-18 [paul]       2.4.0cvs196
8640
8641         * src/compose.c
8642                 fix bug 1012 'crashed upon sending mail
8643                 from compose window'
8644                 Thanks to Colin
8645
8646 2006-09-16 [colin]      2.4.0cvs195
8647
8648         * src/folderview.c
8649                 Fix "real-time" sorting by freezing/thawing
8650
8651 2006-09-16 [colin]      2.4.0cvs194
8652
8653         * manual/faq.xml
8654                 Fix the anti-spam entry a bit
8655
8656 2006-09-16 [colin]      2.4.0cvs193
8657
8658         * src/wizard.c
8659                 Make sure reviewers have no excuse when stating
8660                 Sylpheed-Claws doesn't have antispam capabilities.
8661
8662 2006-09-16 [colin]      2.4.0cvs192
8663
8664         * src/main.c
8665                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
8666                 as if the SIGPIPE comes from etpan's thread we could
8667                 trigger a GUI update from this thread.
8668
8669 2006-09-16 [colin]      2.4.0cvs191
8670
8671         * src/summaryview.c
8672                 Init all members of the struct
8673
8674 2006-09-16 [paul]       2.4.0cvs190
8675
8676         * src/account.c
8677                 improvements to the English
8678
8679 2006-09-15 [colin]      2.4.0cvs189
8680
8681         * src/summaryview.c
8682                 HIG order on dialog
8683
8684 2006-09-14 [colin]      2.4.0cvs188
8685
8686         * src/common/socket.c
8687         * src/common/socket.h
8688         * src/common/ssl.c
8689         * src/common/ssl_certificate.c
8690         * src/common/ssl_certificate.h
8691         * src/etpan/imap-thread.c
8692                 the get_fqdn() call done to get canonical name when
8693                 checking an SSL certificate is blocking, which is
8694                 sad as we just did a non-blocking lookup to connect.
8695                 Fix that by letting the fqdn available to the SockInfo,
8696                 and use that in ssl_certificate_check(). For IMAP,
8697                 we don't do it as the lookup's done by libetpan, but
8698                 it's less annoying as IMAP connections as much more
8699                 rare than POP3 connections.
8700
8701 2006-09-14 [paul]       2.4.0cvs187
8702
8703         * manual/advanced.xml
8704                 improvements to the English,
8705                 properly place the new hidden options
8706                 within the alphabetical order
8707         * src/gtk/pluginwindow.c
8708                 improvements to the English
8709
8710 2006-09-14 [colin]      2.4.0cvs186
8711
8712         * src/prefs_common.c
8713         * src/prefs_common.h
8714         * src/gtk/gtksctree.c
8715         * manual/advanced.xml
8716                 New hidden pref, stripes_color_offset, to change
8717                 the value added/substracted to normal bgcolor to
8718                 create the stripes in summaries
8719
8720 2006-09-13 [colin]      2.4.0cvs185
8721
8722         * src/gedit-print.c
8723         * src/messageview.c
8724         * src/messageview.h
8725         * src/summaryview.c
8726         * src/textview.c
8727                 Fix misc. printing issues: 
8728                 - Bad font for linkified headers
8729                 - Different font if the mail was displayed or not
8730                 - Factorize the thing
8731
8732 2006-09-13 [colin]      2.4.0cvs184
8733
8734         * src/common/ssl_certificate.c
8735                 Only get FQDN once when checking certificate
8736
8737 2006-09-13 [colin]      2.4.0cvs183
8738
8739         * src/account.c
8740         * src/gtk/pluginwindow.c
8741                 Misc. GUI fixes by Fabien
8742
8743 2006-09-13 [wwp]        2.4.0cvs182
8744
8745         * configure.ac
8746         * src/common/utils.h
8747         * src/common/utils.c
8748                 get rid of unused wide-char functions.
8749
8750 2006-09-13 [wwp]        2.4.0cvs181
8751
8752         * src/plugins/pgpinline/sylpheed.def
8753         * src/textview.c
8754                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
8755                 add privacy_reset_error to the .def file,
8756                 do not fork for an external textviewer.
8757
8758 2006-09-13 [wwp]        2.4.0cvs180
8759
8760         * src/prefs_common.c
8761                 fix broken font entry in prefs (patch issued by the gpg4win team,
8762                 probably by Marcus Brinkmann <marcus@g10code.de>).
8763
8764 2006-09-13 [colin]      2.4.0cvs179
8765
8766         * src/folder.h
8767                 Fix a warning in summaryview.c
8768         * src/mainwindow.c
8769         * src/summaryview.c
8770         * src/summaryview.h
8771                 Add missing Mark/* elements in the
8772                 main menu
8773
8774 2006-09-12 [colin]      2.4.0cvs178
8775
8776         * src/prefs_actions.c
8777         * src/prefs_filtering_action.c
8778         * src/prefs_matcher.c
8779                 Use (New) instead of New everywhere
8780
8781 2006-09-12 [wwp]        2.4.0cvs177
8782
8783         * manual/fr/addrbook.xml
8784         * manual/fr/handling.xml
8785                 updated some quotes in the fr manual to match the fr translation.
8786
8787 2006-09-12 [wwp]        2.4.0cvs176
8788
8789         * src/prefs_matcher.c
8790                 don't store translated string elements in matcher expressions.
8791                 Also fixed a misused of Q_().
8792
8793 2006-09-11 [wwp]        2.4.0cvs175
8794
8795         * src/plugins//bogofilter/bogofilter.c
8796         * src/plugins//clamav/clamav_plugin.c
8797         * src/plugins//demo/demo.c
8798         * src/plugins//dillo_viewer/dillo_viewer.c
8799         * src/plugins//pgpcore/plugin.c
8800         * src/plugins//pgpinline/plugin.c
8801         * src/plugins//pgpmime/plugin.c
8802         * src/plugins//spamassassin/spamassassin.c
8803                 gettext-ize more strings (mostly plugin error messages).
8804
8805 2006-09-11 [colin]      2.4.0cvs174
8806
8807         * src/alertpanel.c
8808                 Make maximum buffer size bigger to avoid
8809                 truncating translated messages. Patch by
8810                 Fabien
8811
8812 2006-09-11 [colin]      2.4.0cvs173
8813
8814         * src/etpan/imap-thread.c
8815                 Fix compilation on OpenBSD, thanks to 
8816                 Landry
8817
8818 2006-09-10 [wwp]        2.4.0cvs172
8819
8820         * manual/account.xml
8821         * manual/addrbook.xml
8822         * manual/handling.xml
8823         * manual/es/handling.xml
8824         * manual/fr/account.xml
8825         * manual/fr/addrbook.xml
8826         * manual/fr/handling.xml
8827                 documented addressbook matching (condition configuration):
8828                   addrbook.xml, en fr
8829                 documented per-account filtering rules (handling/filtering
8830                   section, account section):
8831                   account.xml, handling.xml, en fr
8832                 slightly updated the handling/searching section to tell few
8833                   words about the extended search ability:
8834                   handling.xml, en fr
8835                 added missing <quote></quotes> to Quick Search:
8836                   handling.xml, en fr es
8837                 fixed a typo (auomatically):
8838                   handling.xml, en
8839                 changes revisited by Paul.
8840
8841 2006-09-10 [paul]       2.4.0cvs171
8842
8843         * src/prefs_actions.c
8844         * src/prefs_filtering.c
8845         * src/prefs_template.c
8846                 adjustments to the gui
8847                 Patch by Fabien Vantard (slightly modified)
8848
8849 2006-09-10 [colin]      2.4.0cvs170
8850
8851         * src/summaryview.c
8852                 Check folderitem/summaryview consistency
8853                 (basically automates Update summary). Fixes
8854                 #1011 (wrong (negative) count on unread 
8855                 messages)
8856
8857 2006-09-10 [colin]      2.4.0cvs169
8858
8859         * src/gtk/gtksctree.c
8860                 Fix recursive expansion via mouse
8861         * src/plugins/bogofilter/bogofilter.c
8862                 Use normal filtering way of moving
8863                 messages (batching), possibly fixing
8864                 bug #1015 (Bogofilter plugin doubles 
8865                 new messages)
8866
8867 2006-09-09 [wwp]        2.4.0cvs168
8868
8869         * src/prefs_filtering.c
8870                 better place for this fix.
8871
8872 2006-09-09 [wwp]        2.4.0cvs167
8873
8874         * src/prefs_filtering.c
8875                 fix a minor bug when the enabled status of a filtering/processing
8876                 rule always got set to TRUE when replacing this rule. That still
8877                 make sense when adding a new rule, but now when replacing, we
8878                 don't override the value of 'enabled'.
8879                 Also renamed the func prefs_filtering_list_view_get_rule_name()
8880                 to prefs_filtering_list_view_get_info() as this function not only
8881                 returns the name, but also the account_id and the enabled status.
8882
8883 2006-09-09 [mones]      2.4.0cvs166
8884
8885         * manual/glossary.xml
8886         * manual/plugins.xml
8887                 Minor format corrections
8888         * manual/gpl.xml
8889                 Fix misplaced NO WARRANTY section
8890         * manual/es/advanced.xml
8891         * manual/es/faq.xml
8892         * manual/es/glossary.xml
8893         * manual/es/gpl.xml
8894         * manual/es/handling.xml
8895         * manual/es/plugins.xml
8896         * manual/es/starting.xml
8897                 Incorporate changes from English version
8898         * manual/fr/ack.xml
8899         * manual/pl/ack.xml
8900         * manual/es/ack.xml
8901                 Fix address, (add translation credits in es version)
8902         * po/es.po
8903                 Updated translation
8904
8905 2006-09-09 [wwp]        2.4.0cvs165
8906
8907         * src/prefs_filtering.c
8908                 fix a crash when opening filtering prefs, if matcherrc file contains
8909                 broken data (non-existing account id, which is theoretically not
8910                 possible).
8911
8912 2006-09-08 [colin]      2.4.0cvs164
8913
8914         * src/folder.c
8915                 Wrong assert, make it an if()
8916         * src/gtk/gtksctree.c
8917                 Fix bug #1013 (expand selected thread 
8918                 tree) - expanding is now recursive
8919
8920 2006-09-07 [wwp]        2.4.0cvs163
8921
8922         * src/prefs_matcher.c
8923                 make better sentences about addressbook matching in the
8924                 matcher prefs. This should make translators' work easier
8925                 too.
8926
8927 2006-09-07 [wwp]        2.4.0cvs162
8928
8929         * src/prefs_filtering.c
8930                 code simplification (get rid of dup var. assignment).
8931
8932 2006-09-07 [wwp]        2.4.0cvs161
8933
8934         * src/summaryview.c
8935                 use GTK_STOCK icons when possible, patch by Fabien Vantard
8936                 <fzzzzz@gmail.com>.
8937
8938 2006-09-07 [paul]       2.4.0cvs160
8939
8940         * src/mimeview.c
8941                 fix compilation warnings
8942                 Thanks to Colin
8943
8944 2006-09-07 [paul]       2.4.0cvs159
8945
8946         * src/mimeview.c
8947                 select the mimepart icon when
8948                 displaying as text
8949                 Thanks to Colin
8950
8951 2006-09-06 [paul]       2.4.0cvs158
8952
8953         * src/prefs_filtering.c
8954                 fix labels and table element spacing
8955                 Patch by Fabien Vantard
8956
8957 2006-09-06 [paul]
8958
8959         2.5.0-rc3 released
8960
8961 2006-09-06 [paul]       2.4.0cvs157
8962
8963         * manual/es/advanced.xml
8964                 fix typo
8965
8966 2006-09-06 [wwp]        2.4.0cvs156
8967
8968         * src/mainwindow.c
8969                 fix an dup launch issue when iconified, thanks to Colin.
8970
8971 2006-09-06 [wwp]        2.4.0cvs155
8972
8973         * src/gtk//gtksctree.h
8974                 oops, forgot that one!
8975
8976 2006-09-06 [wwp]        2.4.0cvs154
8977
8978         * manual/pl/advanced.xml
8979         * manual/advanced.xml
8980         * manual/es/advanced.xml
8981         * manual/fr/advanced.xml
8982         * src/prefs_customheader.c
8983         * src/prefs_filtering_action.c
8984         * src/foldersel.c
8985         * src/prefs_summaries.c
8986         * src/prefs_filtering.c
8987         * src/account.c
8988         * src/compose.c
8989         * src/prefs_summary_column.c
8990         * src/addr_compl.c
8991         * src/prefs_actions.c
8992         * src/prefs_folder_column.c
8993         * src/ssl_manager.c
8994         * src/prefs_template.c
8995         * src/prefs_display_header.c
8996         * src/prefs_common.h
8997         * src/prefs_matcher.c
8998         * src/prefs_common.c
8999         * src/prefs_toolbar.c
9000         * src/summaryview.c
9001         * src/folderview.c
9002         * src/gtk/gtksctree.c
9003         * src/gtk/pluginwindow.c
9004         * src/gtk/progressdialog.c
9005         * src/gtk/prefswindow.c
9006                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9007                 to make its meaning more obvious (all versions of the manual reflect
9008                 the change).
9009                 added an extra hidden option use_stripes_in_summary to allow
9010                 discarding these stripes in mainwindow's folder and message lists;
9011                 en and fr manuals only are OK towards this.
9012
9013 2006-09-06 [colin]      2.4.0cvs153
9014
9015         * src/textview.c
9016                 Hide Sylpheed-Claws' internal queue headers
9017                 when showing all headers. They'll be present
9018                 only in Source window.
9019
9020 2006-09-05 [colin]      2.4.0cvs152
9021
9022         * src/plugins/trayicon/trayicon.c
9023                 Fix crash at exit - we have to disconnect
9024                 our handlers
9025         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9026                 Update eggtrayicon - patch adapted from a
9027                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9028                 on Sylpheed's ML
9029
9030 2006-09-05 [colin]      2.4.0cvs151
9031
9032         * src/mainwindow.c
9033         * src/gtk/logwindow.c
9034                 Fix race condition when something writes
9035                 to the log too soon during init. Thanks
9036                 to Fabien Vantard
9037
9038 2006-09-05 [colin]      2.4.0cvs150
9039
9040         * src/mimeview.c
9041                 Don't select part on right-click either
9042
9043 2006-09-05 [paul]       2.4.0cvs149
9044
9045         * src/mimeview.c
9046                 completion of previous commit
9047                 Thanks to Colin
9048
9049 2006-09-05 [colin]      2.4.0cvs148
9050
9051         * src/mimeview.c
9052                 Don't force selection on middle-click, just open
9053
9054 2006-09-04 [colin]      2.4.0cvs147
9055
9056         * src/mimeview.c
9057                 Looks like gtk_notebook_set_current_page()
9058                 sometimes steals focus, and this annoys us
9059                 in MimeViewers as it renders navigation
9060                 keys useless. Take back focus after switching
9061                 pages.
9062
9063 2006-09-04 [colin]      2.4.0cvs146
9064
9065         * src/messageview.c
9066                 Set stop_loading when clicking on Next
9067                 during load. Don't add a callback to 
9068                 avoid over-complicating things.
9069
9070 2006-09-04 [colin]      2.4.0cvs145
9071
9072         * src/mimeview.c
9073         * src/messageview.c
9074                 Fix multiple loads in separate messageview
9075
9076 2006-09-04 [colin]      2.4.0cvs144
9077
9078         * src/summaryview.c
9079                 Let navigation keys be handled during 
9080                 load
9081
9082 2006-09-04 [colin]      2.4.0cvs143
9083
9084         * src/messageview.c
9085         * src/summaryview.c
9086         * src/textview.c
9087         * src/textview.h
9088                 Make loading of huge mails (lots of text and/or
9089                 images) cancellable, so the GUI doesn't block 
9090
9091 2006-09-04 [colin]      2.4.0cvs142
9092
9093         * src/plugins/trayicon/trayicon.c
9094                 Fix annoyance when removing a folder with 
9095                 unread mails: trayicon didn't update
9096
9097 2006-09-04 [paul]       2.4.0cvs141
9098
9099         * src/gtk/icon_legend.c
9100                 straighten up columns
9101                 Patch by Fabien Vantard
9102
9103 2006-09-04 [wwp]        2.4.0cvs140
9104
9105         * src/prefs_filtering.c
9106                 fix new line's account name in filtering prefs:
9107                 was "All", is now "(New)".
9108
9109 2006-09-04 [paul]       2.4.0cvs139
9110
9111         * tools/make.themes.project
9112                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9113                 instead of homebrewed "make release"
9114
9115 2006-09-03 [colin]      2.4.0cvs138
9116
9117         * src/folderview.c
9118                 Fix bug #1007 (Wrong folder highlighted)
9119
9120 2006-09-03 [colin]      2.4.0cvs137
9121
9122         * src/compose.c
9123                 Don't set Newsgroup: header to a mail folder
9124                 path
9125
9126 2006-09-03 [paul]       2.4.0cvs136
9127
9128         * src/prefs_other.c
9129         * src/prefs_spelling.c
9130                 unify the gui
9131
9132 2006-09-03 [paul]       2.4.0cvs135
9133
9134         * src/prefs_summaries.c
9135                 correct menu item text in prefs_keybind_apply_clicked()
9136
9137 2006-09-03 [paul]       2.4.0cvs134
9138
9139         * manual/advanced.xml
9140                 some improvements to the descriptions
9141         * src/mainwindow.c
9142         * src/messageview.c
9143         * src/summaryview.c
9144         * src/gtk/menu.c
9145                 fix menu sensitivity issues
9146         * src/prefs_message.c
9147                 drop the useless word 'short'
9148         * src/prefs_other.c
9149                 add the word 'lines' indicating log length
9150                 is a measure of lines
9151         * src/textview.c
9152                 fix compilation warnings
9153
9154 2006-09-02 [colin]      2.4.0cvs133
9155
9156         * src/messageview.c
9157                 Display a special return-receipt message
9158                 if the message is from the user
9159         * src/summaryview.c
9160                 Fix missing freeze of the list when marking
9161                 all read and unthreading for exec. Thanks
9162                 to Stephan Sachse.
9163
9164 2006-09-02 [paul]       2.4.0cvs132
9165
9166         * src/mainwindow.c
9167         * src/prefs_message.c
9168         * src/summaryview.c
9169                 fix some english
9170
9171 2006-09-02 [wwp]        2.4.0cvs131
9172
9173         * src/prefs_filtering.c
9174                 added an account name column to the filtering rules
9175                 dialog.
9176
9177 2006-09-02 [colin]      2.4.0cvs130
9178
9179         * src/gtk/logwindow.c
9180         * src/gtk/logwindow.h
9181                 Block scrolling if we're not at the end
9182                 of the log
9183
9184 2006-09-02 [colin]      2.4.0cvs129
9185
9186         * src/folder.c
9187                 Make sure account-specific rules can't
9188                 be used in {pre-,post-,}processing
9189         * src/mainwindow.c
9190         * src/gtk/logwindow.c
9191         * src/gtk/logwindow.h
9192                 Jump to last error when clicking on the
9193                 warning icon
9194
9195 2006-09-02 [colin]      2.4.0cvs128
9196
9197         * src/imap.c
9198         * src/import.c
9199         * src/mainwindow.c
9200         * src/mainwindow.h
9201                 Fix warning icon
9202         * src/inc.c
9203         * src/mbox.c
9204         * src/mbox.h
9205                 Let proc_mbox know its account, for
9206                 account-specific rules
9207
9208 2006-09-01 [colin]      2.4.0cvs127
9209
9210         * src/codeconv.c
9211                 Don't uselessly use iconv to convert from
9212                 us-ascii
9213         * src/alertpanel.c
9214         * src/mainwindow.c
9215         * src/mainwindow.h
9216         * src/inc.c
9217                 Fix certain log cases, disable warning icon
9218                 for now, the correct way to display it when
9219                 necessary and only when necessary is probably
9220                 to do it manually rather than use error logs
9221         * src/etpan/imap-thread.c
9222                 Clean up UID logging a bit
9223         * src/gtk/logwindow.c
9224         * src/gtk/logwindow.h
9225                 Make logging faster when the window's closed
9226
9227 2006-09-01 [wwp]        2.4.0cvs126
9228
9229         * manual/fr/account.xml
9230                 reflect changes to the ref. manual (parts of cvs72):
9231                 fix tabnames and quotes.
9232
9233 2006-09-01 [wwp]        2.4.0cvs125
9234
9235         * manual/fr/plugins.xml
9236                 reflect changes to the reference manual (cvs42):
9237                 update IRC channel info.
9238
9239 2006-09-01 [wwp]        2.4.0cvs124
9240
9241         * commitHelper
9242                 use CVSEDITOR env. var. if set, according to `man cvs`.
9243
9244 2006-09-01 [wwp]        2.4.0cvs123
9245
9246         * manual/advanced.xml
9247                 better sentence again (thanks to Paul).
9248
9249 2006-09-01 [wwp]        2.4.0cvs122
9250
9251         * manual/advanced.xml
9252         fix definition of toolbar_detachable and rework a bit the one of
9253         enable_dotted_lines.
9254
9255 2006-09-01 [mones]      2.4.0cvs121
9256
9257         * manual/advanced.xml
9258                 Document enable_dotted_lines
9259
9260 2006-09-01 [paul]       2.4.0cvs120
9261
9262         * src/folderview.c
9263         * src/folderview.h
9264         * src/imap.c
9265         * src/mainwindow.c
9266         * src/summaryview.c
9267                 obey the 'When entering folder...' option
9268                 when using the /View/Go to/... menu items
9269                 Thanks to Colin
9270
9271 2006-08-31 [colin]      2.4.0cvs119
9272
9273         * src/folderview.c
9274                 Revert 2.4.0cvs116, wrong fix.
9275
9276 2006-08-31 [colin]      2.4.0cvs118
9277
9278         * src/gtk/gtksctree.c
9279                 Better state the various copyrights
9280
9281 2006-08-31 [colin]      2.4.0cvs117
9282
9283         * src/prefs_common.c
9284                 fix enable_dotted_lines
9285
9286 2006-08-31 [colin]      2.4.0cvs116
9287
9288         * src/folderview.c
9289                 Use pref "Always open on select" when going
9290                 to next unread folder
9291         * src/gtk/gtksctree.c
9292                 Fix link failure to _gtk_clist_create_cell_layout
9293                 on certain computers. (Why not mine, I wonder)
9294
9295 2006-08-31 [colin]      2.4.0cvs115
9296
9297         * src/procmsg.c
9298         * src/textview.c
9299         * src/plugins/bogofilter/bogofilter.c
9300         * src/plugins/spamassassin/spamassassin.c
9301                 Requalify some "errors" to warnings
9302         * src/mainwindow.c
9303         * src/mainwindow.h
9304         * src/statusbar.c
9305                 Add an icon in the statusbar to notify
9306                 of errors
9307         * src/gtk/gtksctree.c
9308         * src/folderview.c
9309         * src/summaryview.c
9310                 Make the GtkSCTree look more modern by
9311                 alternating background lines
9312         * src/prefs_common.c
9313         * src/prefs_common.h
9314                 Add a pref to let people have the old
9315                 way if they prefer
9316
9317
9318 2006-08-30 [colin]      2.4.0cvs114
9319
9320         * src/procmsg.c
9321         * src/procmsg.h
9322                 Provide a way to filter a list of
9323                 messages in an optimised manner, and
9324                 add a list-filtering hook
9325         * src/folder.c
9326         * src/inc.c
9327         * src/mbox.c
9328                 Use the list filtering
9329         * src/plugins/bogofilter/bogofilter.c
9330                 Use the list-filtering hook
9331                 Use -b (bulk) mode for more speed
9332                 when learning and filtering
9333         * src/etpan/imap-thread.c
9334                 Make log output shorter in UID SEARCH
9335
9336
9337 2006-08-30 [colin]      2.4.0cvs113
9338
9339         * src/plugins/bogofilter/bogofilter.c
9340                 Really fast mass learning - thanks to David
9341                 Relson for the options explanations :)
9342
9343 2006-08-30 [colin]      2.4.0cvs112
9344
9345         * src/msgcache.c
9346                 Fix compilation on FreeBSD. Thanks
9347                 to Michael Hugues
9348
9349 2006-08-29 [colin]      2.4.0cvs111
9350
9351         * src/folderview.c
9352                 Handle "popup_menu" signal (for popping the 
9353                 menu via the keyboard)
9354         * src/mimeview.c
9355         * src/mimeview.h
9356         * src/summaryview.c
9357         * src/textview.c
9358         * src/gtk/gtkutils.c
9359         * src/gtk/gtkutils.h
9360                 Factorize scrolling code, and add an API 
9361                 for MimeViewers to handle scroll orders
9362
9363 2006-08-29 [wwp]        2.4.0cvs110
9364
9365         * src/plugins//bogofilter/bogofilter.c
9366         * src/plugins//spamassassin/spamassassin.c
9367                 make the bogofilter/spamassassin filtering error dialogs at
9368         incorporation obey to the "don't popup error dialog on
9369         receive error" option. If disabled, feed the log window w/
9370         the error message.
9371
9372 2006-08-29 [paul]
9373
9374         2.5.0-rc2 released
9375
9376 2006-08-29 [paul]       2.4.0cvs109
9377
9378         * Makefile.am
9379                 remove 'make release', it's not needed
9380                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9381
9382 2006-08-29 [paul]       2.4.0cvs108
9383
9384         * src/foldersel.c
9385         * src/summary_search.c
9386         * src/gtk/progressdialog.c
9387         * src/plugins/pgpcore/passphrase.c
9388                 replace deprecated gtk_window_set_policy()
9389
9390 2006-08-29 [colin]      2.4.0cvs107
9391
9392         * src/folder.c
9393                 Fix data loss when copy fails during a move:
9394                 only use fast remove_msgs if everything was
9395                 copied OK; else use slow remove_msg on the
9396                 mails that got copied only.
9397
9398 2006-08-28 [paul]       2.4.0cvs106
9399
9400         * src/mh.c
9401                 revert change in 2.4.0cvs104, it breaks
9402                 stuff
9403
9404 2006-08-28 [paul]       2.4.0cvs105
9405
9406         * src/plugins/spamassassin/spamassassin.c
9407                 english fix
9408
9409 2006-08-28 [paul]       2.4.0cvs104
9410
9411         * src/mh.c
9412                 fix data loss when moving to another
9413                 mailbox fails
9414         * src/prefs_spelling.c
9415                 improve the english
9416         * src/gtk/pluginwindow.c
9417                 improve the layout of the dialog text
9418         All thanks to Colin
9419
9420 2006-08-28 [paul]       2.4.0cvs103
9421
9422         * src/plugins/bogofilter/bogofilter.c
9423         * src/plugins/bogofilter/bogofilter_gtk.c
9424                 fix english up a bit, innit
9425
9426 2006-08-28 [paul]       2.4.0cvs102
9427
9428         * configure.ac
9429         * po/Makefile.in.in
9430         * po/Makevars
9431                 require autoconf 2.60, enabling building
9432                 with gettext 0.15 (gettext 0.14.x build still
9433                 possible). Replace Makefiles with versions
9434                 from gettext 0.15.
9435                 Remove configure options --with-localedir and
9436                 --with-mandir. The options that are provided
9437                 directly by autoconf 2.60 can be used instead:
9438                 --mandir --localedir
9439
9440 2006-08-27 [colin]      2.4.0cvs101
9441
9442         * src/plugins/bogofilter/Makefile.am
9443                 Fix make dist (no README)
9444
9445 2006-08-27 [colin]      2.4.0cvs100
9446
9447         * src/folder.c
9448                 Don't use F_UNKNOWN folders for any default
9449                 outbox/trash/etc
9450         * src/plugins/bogofilter/bogofilter.c
9451         * src/plugins/bogofilter/bogofilter.h
9452         * src/plugins/bogofilter/bogofilter_gtk.c
9453                 Add an option to specify the path to bogofilter
9454                 Use single-quotes to be able to learn in folders
9455                 with spaces in their names
9456                 Verify learning status
9457
9458 2006-08-27 [colin]      2.4.0cvs99
9459
9460         * manual/faq.xml
9461         * manual/plugins.xml
9462                 Document Bogofilter plugin
9463
9464 2006-08-27 [colin]      2.4.0cvs98
9465
9466         * src/compose.c
9467         * src/messageview.c
9468         * src/procmsg.c
9469         * src/procmsg.h
9470                 When possible, copy the queued mail to sent folder
9471                 instead of re-adding. Much faster on IMAP.
9472
9473 2006-08-27 [colin]      2.4.0cvs97
9474
9475         * src/msgcache.c
9476                 Disable mmaped caches - huge metadata loss
9477                 here after a power failure.
9478         * src/summaryview.c
9479                 Add quicksearch timing
9480         * src/common/plugin.c
9481         * src/common/plugin.h
9482                 Implement an interface to tell what plugins
9483                 provide. Prevent loading of similar plugins.
9484         * src/plugins/clamav/clamav_plugin.c
9485         * src/plugins/demo/demo.c
9486         * src/plugins/dillo_viewer/dillo_viewer.c
9487         * src/plugins/pgpcore/plugin.c
9488         * src/plugins/pgpinline/pgpinline.c
9489         * src/plugins/pgpmime/pgpmime.c
9490         * src/plugins/spamassassin/spamassassin.c
9491         * src/plugins/trayicon/trayicon.c
9492                 Implement plugin_provides()
9493
9494 2006-08-27 [colin]      2.4.0cvs96
9495
9496         * configure.ac
9497         * src/plugins/Makefile.am
9498         * src/plugins/bogofilter/.cvsignore
9499         * src/plugins/bogofilter/Makefile.am
9500         * src/plugins/bogofilter/bogofilter.c
9501         * src/plugins/bogofilter/bogofilter.h
9502         * src/plugins/bogofilter/bogofilter_gtk.c
9503                 New Bogofilter plugin, provides filtering and
9504                 learning. Spamassassin will go to extra plugins.
9505
9506 2006-08-26 [mones]      2.4.0cvs95
9507
9508         * manual/handling.xml
9509                 Fix subfolder path in the example (thanks to Paul) 
9510
9511 2006-08-26 [mones]      2.4.0cvs94
9512
9513         * manual/glossary.xml
9514                 2.2. + add ISP to the glossary
9515                 7.5. + Add UIDL to glossary
9516                 7.7. + Add TCP to glossary
9517         * manual/handling.xml
9518                 7.1. + Mentions GNU/Linux distribution, what about the non...
9519                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9520                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9521                 7.4. = Use appropriate quotation for commands
9522                 7.6. = change "" to <quote></quote>
9523         * manual/plugins.xml
9524                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9525         * manual/starting.xml
9526                 2.1. + local mbox file: some examples of mbox file locations...
9527                 Also reformatted files requiring it
9528
9529 2006-08-26 [wwp]        2.4.0cvs93
9530
9531         * src/summary_search.c
9532                 disable find buttons while summary search is running.
9533
9534 2006-08-25 [colin]      2.4.0cvs92
9535
9536         * src/folder.c
9537         * src/folderutils.c
9538         * src/mh.c
9539         * src/procmsg.h
9540         * src/summaryview.c
9541                 Speed up MH moving, and add progressbar
9542                 for MH deletion
9543         * src/msgcache.c
9544                 Write cache files using mmap() too
9545
9546 2006-08-25 [wwp]        2.4.0cvs91
9547
9548         * src/summaryview.c
9549                 switch spam<->ham button when a message has been marked as spam or ham
9550                 and is still selected. Thanks to Colin.
9551
9552 2006-08-25 [paul]       2.4.0cvs90
9553
9554         * src/Makefile.am
9555         * src/stock_pixmap.c
9556         * src/stock_pixmap.h
9557         * src/summaryview.c
9558         * src/gtk/icon_legend.c
9559         * src/pixmaps/copied.xpm
9560         * src/pixmaps/moved.xpm
9561                 add icons for delayed execution marked for
9562                 copying, marked for moving
9563
9564 2006-08-25 [mones]      2.4.0cvs89
9565
9566         * manual/glossary.xml
9567                 Fix the other glossary items:
9568                 5.1. = Inmmediate execution -> <quote>immediate execution...
9569                 5.2. = Fix MBOX capitalization -> Mbox
9570                 5.3. + Improve Plugins def. w/ tech. ref.
9571                 5.4. = Quotation -> replace '>' by <quote>></quote>
9572                 5.5. - SMTP Server. -> remove dot
9573         * po/es.po
9574                 Updated translation
9575
9576 2006-08-25 [mones]      2.4.0cvs88
9577
9578         * manual/ack.xml
9579                 Reformatted, changed email address
9580         * manual/glossary.xml
9581                 Reformatted, fixed MANUAL-TODO items:
9582                 8.2. + add ROT-13 to glossary
9583                 8.4. + add URL to glossary
9584         * manual/es/advanced.xml
9585                 Fixed <literal>s
9586
9587 2006-08-25 [paul]       2.4.0cvs87
9588
9589         * src/gtk/icon_legend.c
9590                 add 'marked for deletion' icon
9591                 arrange icons by containing column
9592                 wrap long label text
9593
9594 2006-08-25 [colin]      2.4.0cvs86
9595
9596         * src/common/utils.c
9597         * src/common/utils.h
9598                 Add the sc_g_*list_bigger functions in
9599                 a place everyone can use it
9600         * src/summaryview.c
9601                 Only freeze/thaw the list when working
9602                 on the selection, if it's bigger than 1
9603         * src/gtk/gtksctree.c
9604                 Only freeze/thaw the list when unselec-
9605                 ting 'all' if ('all' != 1)
9606                 This avoids some flickering
9607
9608 2006-08-24 [colin]      2.4.0cvs85
9609
9610         * src/addressbook.c
9611                 Fix strange list selection
9612                 Fix random seg (Invalid read of freed memory)
9613
9614 2006-08-24 [colin]      2.4.0cvs84
9615
9616         * src/alertpanel.c
9617         * src/gtk/inputdialog.c
9618         * src/plugins/pgpcore/passphrase.c
9619                 Revert minimal width patch of 2.4.0cvs67,
9620                 as it is also a maximal width. Use 
9621                 gtk_window_set_default_size instead.
9622
9623 2006-08-24 [colin]      2.4.0cvs83
9624
9625         * src/msgcache.c
9626                 Write cache/mark to temp files before
9627                 overwriting old ones (avoids metadata
9628                 loss if writing the new files fail).
9629                 Use mmap() to read cache/mark file, as
9630                 this makes cache reading faster. Dis-
9631                 abled for big-endian machines until it
9632                 can be tested. (Big-endian users: set
9633                 msgcache_use_mmap = TRUE in the relevant
9634                 #if).
9635         * src/procmsg.h
9636                 Move rarely used fields of MsgInfo in 
9637                 another structure, which will only be
9638                 allocated if needed. Face, X-Face,
9639                 Return receipt headers and List-*
9640                 headers are moved. Mails having none
9641                 of these occupy 52 bytes less with
9642                 this patch, which makes 2.5MB of RAM
9643                 saved on a 50k folder).
9644         * src/headerview.c
9645         * src/mainwindow.c
9646         * src/messageview.c
9647         * src/partial_download.c
9648         * src/procheader.c
9649         * src/procmsg.c
9650         * src/textview.c
9651                 Follow this structure change.
9652
9653 2006-08-24 [wwp]        2.4.0cvs82
9654
9655         * manual/es/.cvsignore
9656         * manual/es/dist/.cvsignore
9657         * manual/es/dist/html/.cvsignore
9658         * manual/es/dist/pdf/.cvsignore
9659         * manual/es/dist/ps/.cvsignore
9660         * manual/es/dist/txt/.cvsignore
9661                 more (generated) files to ignore.
9662
9663 2006-08-24 [colin]      2.4.0cvs81
9664
9665         * src/folder.c
9666         * src/mh.c
9667                 Fix possible problems with local delivery. Check the folder doesn't
9668                 need scan before setting its mtime when saving cache (which can be
9669                 done long after the folder's been modified by an external process);
9670                 Check that the stored item's mtime didn't change in mh functions.
9671
9672 2006-08-24 [mones]      2.4.0cvs80
9673
9674         * manual/advanced.xml
9675                 Rewrapping, some fixes and MANUAL-TODO items:
9676                 8.1. = change "" to <quote></quote>
9677                 8.3. = quote menu items
9678                 8.5. - deploying -> new user ... ideally a new user (redundant)
9679
9680 2006-08-23 [colin]      2.4.0cvs79
9681
9682         * src/gtk/gtksctree.c
9683                 When selecting or deselecting range, only
9684                 freeze/thaw when selection is bigger than 10
9685
9686 2006-08-23 [colin]      2.4.0cvs78
9687
9688         * src/messageview.c
9689         * src/mimeview.c
9690         * src/mimeview.h
9691         * src/plugins/dillo_viewer/dillo_viewer.c
9692                 Provide an API for MimeViewer plugins to
9693                 return a text selection for replying
9694
9695 2006-08-23 [colin]      2.4.0cvs77
9696
9697         * src/image_viewer.c
9698         * src/textview.c
9699                 Use gtk_pixbuf_new_from_file_at_scale(), which
9700                 is faster than getting the pixbuf then resizing
9701                 it.
9702
9703 2006-08-23 [colin]      2.4.0cvs76
9704
9705         * src/procmime.c
9706                 UTF-8 should be sent Quoted-printable
9707
9708 2006-08-22 [colin]      2.4.0cvs75
9709
9710         * src/mh.c
9711                 Check if scan is required before touching
9712                 the folder (or it'll be required every time)
9713
9714 2006-08-22 [colin]      2.4.0cvs74
9715
9716         * configure.ac
9717                 Require libetpan 0.46 (crasher fix when built
9718                 against gnutls)
9719
9720 2006-08-22 [colin]      2.4.0cvs73
9721
9722         * src/folder.c
9723                 Set folder's mtime after writing its
9724                 cache
9725         * src/folderview.c
9726                 Add some timing
9727         * src/procmsg.c
9728                 Don't do useless stuff if we don't 
9729                 thread by subject
9730         * src/summaryview.c
9731                 Add some timing, don't deselect prior
9732                 to selecting (gtksctree does it itself),
9733                 remove crash avoidance hacks as it's been
9734                 properly fixed since a while
9735         * src/common/utils.c
9736                 Optimize to_human_readable(): _() is slow,
9737                 do it only once, and avoid %f format for KB
9738                 (the most common in a summaryview)
9739         * src/gtk/gtksctree.c
9740                 Don't uselessly freeze/thaw (fixes flicker
9741                 on next unread and friends), reduce number
9742                 of g_list_nth/g_list_position where possible
9743         * src/gtk/gtkutils.c
9744         * src/gtk/gtkutils.h
9745                 Reduce number of g_list_nth/g_list_position
9746                 where possible.
9747                 All of this makes loading as 70k folder 2.1
9748                 seconds instead of 3.2 (with hot FS caches).
9749                 (1.3 seconds without Date and Size columns...)
9750
9751 2006-08-22 [paul]       2.4.0cvs72
9752
9753         wrap documents and do some items from mones' MANUAL-TODO:
9754
9755         * manual/account.xml
9756                 4.1. = fix tabname references to <quote>tabname</quote>
9757                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
9758         * manual/faq.xml
9759                 1.1. = mentioned options don't match UI
9760                 Add information about the 'Never send Return Receipts'
9761                 option
9762         * manual/handling.xml
9763                 6.2. = Mentions Extended symbols button, but now is
9764                 named Information
9765                 6.3. = Mentions ... button, which is now Edit
9766
9767 2006-08-22 [colin]      2.4.0cvs71
9768
9769         * src/gtk/pluginwindow.c
9770                 Fix layout in verbose translations (such
9771                 as french)
9772
9773 2006-08-22 [paul]       2.4.0cvs70
9774
9775         * manual/Makefile.am
9776                 build manuals in alphabetical order
9777         * src/addressbook.c
9778         * src/prefs_themes.c
9779                 replace/remove deprecated symbols
9780         * src/gtk/gtkutils.c
9781                 fix a warning
9782         * src/gtk/pluginwindow.c
9783                 replace deprecated symbol
9784                 replace label text and move it
9785         * src/plugins/pgpcore/prefs_gpg.c
9786                 move the 'Generate...' button out of the
9787                 Sign Key frame, replace the English used
9788         * src/plugins/pgpcore/sgpgme.c
9789                 fixes to the English
9790
9791 2006-08-21 [colin]      2.4.0cvs69
9792
9793         * src/plugins/trayicon/trayicon.c
9794                 Add more strings for translation; patch
9795                 by Pawel
9796
9797 2006-08-21 [colin]      2.4.0cvs68
9798
9799         * src/compose.c
9800                 fix replied flag not set after drafting
9801         * src/matcher.c
9802                 fix body quicksearch in non-encoded bodies
9803                 containing '='
9804         * src/msgcache.c
9805                 Get rid of the g_malloc workaround for
9806                 corrupted caches, use g_try_malloc
9807
9808 2006-08-21 [colin]      2.4.0cvs67
9809
9810         * src/alertpanel.c
9811         * src/gtk/inputdialog.c
9812         * src/plugins/pgpcore/passphrase.c
9813                 Set minimal width to 375
9814         * src/mainwindow.c
9815                 Fix switching to offline, asking if it 
9816                 should be overriden for synchronising
9817         * src/mimeview.c
9818                 Don't offer to remember command on Open 
9819                 with for text parts, as the browser or 
9820                 text editor command isn't changed from 
9821                 there
9822
9823 2006-08-20 [paul]       2.4.0cvs66
9824
9825         * po/ko.po
9826         * po/zh_CN.po
9827                 fix plural form errors. revealed by stricter
9828                 checking of gettext 0.15
9829
9830 2006-08-18 [paul]       2.4.0cvs65
9831
9832         * src/stock_pixmap.c
9833                 fix the fix of 2.4.0cvs64
9834                 Thanks to Colin
9835
9836 2006-08-18 [paul]       2.4.0cvs64
9837
9838         * src/stock_pixmap.c
9839                 fix leaks
9840                 Thanks to Colin
9841
9842 2006-08-18 [paul]       2.4.0cvs63
9843
9844         * src/compose.c
9845         * src/procmsg.c
9846                 fix occasional IMAP bug where large msgs
9847                 were left in the queue folder after sending
9848                 Thanks to Colin
9849
9850 2006-08-18 [paul]       2.4.0cvs62
9851
9852         * src/folderview.c
9853                 freeze the summaryview while quicksearch results
9854                 are displayed
9855                 (fixes bug 456 'current message is hidden when the
9856                 view is refreshed and extended search is "unread 
9857                 messages"')
9858                 Thanks to Colin
9859         * src/textview.c
9860                 add missing #include "inputdialog.h"
9861         * src/common/utils.h
9862                 add missing mailcap_update_default() and improve
9863                 readability
9864
9865 2006-08-17 [colin]      2.4.0cvs61
9866
9867         * src/plugins/pgpcore/select-keys.c
9868                 Fix warnings :)
9869
9870 2006-08-17 [colin]      2.4.0cvs60
9871
9872         * src/compose.c
9873                 Don't continue queuing if Cancel is clicked
9874                 in select-keys
9875
9876 2006-08-17 [colin]      2.4.0cvs59
9877
9878         * src/plugins/pgpcore/select-keys.c
9879                 When encrypting, if only one key matches and it 
9880                 matches exactly, automatically use it.
9881
9882 2006-08-17 [colin]      2.4.0cvs58
9883
9884         * src/mimeview.c
9885         * src/prefs_common.c
9886         * src/prefs_common.h
9887         * src/prefs_ext_prog.c
9888         * src/textview.c
9889                 Fix issues with previous patch (text/html)
9890                 Remove outdated prefs
9891
9892 2006-08-17 [colin]      2.4.0cvs57
9893
9894         * src/imap.c
9895                 Add View Log button on auth error
9896         * src/procmsg.c
9897                 Fix encrypted mail marked as new when
9898                 saved in normal folders
9899         * src/plugins/pgpinline/pgpinline.c
9900                 Fix encrypt bug on IMAP
9901         * src/mimeview.c
9902         * src/common/utils.c
9903         * src/common/utils.h
9904         * src/gtk/inputdialog.c
9905         * src/gtk/inputdialog.h
9906                 Get rid of metamail stuff, simplify
9907                 opening, and allow remembering of user's
9908                 choices (by updating ~/.mailcap). There's
9909                 still to drop "Audio player" and "Image
9910                 viewer" preferences.
9911
9912 2006-08-17 [mones]      2.4.0cvs56
9913
9914         * manual/es/sylpheed-claws-manual.xml
9915                 fix DTD path
9916
9917 2006-08-17 [mones]      2.4.0cvs55
9918
9919         * configure.ac
9920         * manual/Makefile.am
9921         * manual/es/Makefile.am
9922         * manual/es/account.xml
9923         * manual/es/ack.xml
9924         * manual/es/addrbook.xml
9925         * manual/es/advanced.xml
9926         * manual/es/faq.xml
9927         * manual/es/glossary.xml
9928         * manual/es/gpl.xml
9929         * manual/es/handling.xml
9930         * manual/es/intro.xml
9931         * manual/es/keyboard.xml
9932         * manual/es/plugins.xml
9933         * manual/es/starting.xml
9934         * manual/es/sylpheed-claws-manual.xml
9935         * manual/es/dist/Makefile.am
9936         * manual/es/dist/html/Makefile.am
9937         * manual/es/dist/pdf/Makefile.am
9938         * manual/es/dist/ps/Makefile.am
9939         * manual/es/dist/txt/Makefile.am
9940                 Spanish translation for the manual
9941
9942 2006-08-16 [colin]      2.4.0cvs54
9943
9944         * src/compose.c
9945         * src/main.c
9946         * src/mainwindow.c
9947                 Fix send button sensitivity at startup
9948                 Set send menu sensitivity (patch by Fabien)
9949         * src/ssl_manager.c
9950                 Enable closing with esc (patch by Fabien)
9951         * src/gtk/foldersort.c
9952                 Enable closing with esc (patch by Fabien)
9953         * src/procmime.c
9954                 Optimisation (no need to copy to tempfile to
9955                 "decode" 7bit and 8bit)
9956         * src/summaryview.c
9957                 Fix cruft in swap_from case
9958         * src/textview.c
9959                 Fix missing last line in some mail cases 
9960                 (Fixes debian #381872)
9961         * src/plugins/pgpcore/prefs_gpg.c
9962         * src/plugins/pgpcore/sgpgme.c
9963         * src/plugins/pgpcore/sgpgme.h
9964                 Don't show "no key found" when user explicitely
9965                 wants to create a key
9966
9967 2006-08-16 [paul]       2.4.0cvs53
9968
9969         * configure.ac
9970         * src/account.c
9971         * src/addressbook.c
9972         * src/headerview.c
9973         * src/prefs_account.c
9974         * src/prefs_message.c
9975         * src/gtk/gtkutils.c
9976                 bump up minimum required versions of GTK+ and
9977                 GLIB to 2.6.0
9978
9979 2006-08-16 [paul]       2.4.0cvs52
9980
9981         * src/toolbar.c
9982                 workaround GTK+ Bug 351600 - 'Can't re-click
9983                 on button after sensitivity update'
9984                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
9985                 Thanks to Colin
9986
9987 2006-08-15 [colin]      2.4.0cvs51
9988
9989         * src/plugins/pgpcore/prefs_gpg.c
9990                 Set options sensitivity according to
9991                 key existence
9992         * src/plugins/pgpcore/sgpgme.c
9993                 Allow to create key with no passphrase
9994
9995 2006-08-14 [cleroy]     2.4.0cvs50
9996
9997         * src/gtk/pluginwindow.c
9998                 New layout (maybe to be changed?)
9999         * src/gtk/gtkutils.c
10000                 Fix a bit label_window
10001         * src/plugins/pgpcore/passphrase.c
10002         * src/plugins/pgpcore/passphrase.h
10003         * src/plugins/pgpcore/plugin.c
10004         * src/plugins/pgpcore/prefs_gpg.c
10005         * src/plugins/pgpcore/prefs_gpg.h
10006         * src/plugins/pgpcore/sgpgme.c
10007         * src/plugins/pgpcore/sgpgme.h
10008                 Allow to create a PGP private key via the GUI
10009
10010 2006-08-14 [wwp]        2.4.0cvs49
10011
10012         * src/addressbook_foldersel.c
10013                 fix strict ISO C90 compliance.
10014
10015 2006-08-14 [paul]       2.4.0cvs48
10016
10017         * src/gtk/prefswindow.c
10018                 re-set scrolled window on opening
10019                 Patch by Ticho
10020
10021 2006-08-14 [paul]
10022
10023         2.5.0-rc1 released
10024
10025 2006-08-14 [paul]       2.4.0cvs47
10026
10027         * src/prefs_display_header.c
10028                 re-enable user-defined Displayed Headers
10029
10030 2006-08-14 [paul]       2.4.0cvs46
10031
10032         * src/prefs_account.c
10033                 use GTK_STOCK_EDIT
10034
10035 2006-08-13 [colin]      2.4.0cvs45
10036
10037         * src/common/utils.c
10038                 Fix "a" in quote when the original message is empty,
10039                 by using \0 instead of 'a' to test writability of
10040                 temp files.
10041
10042 2006-08-13 [wwp]        2.4.0cvs44
10043
10044         * src/plugins/spamassassin/spamassassin.c
10045                 fix capitalization of "SpamAssassin" in some debug, log and
10046                 dialog messages.
10047
10048 2006-08-13 [paul]       2.4.0cvs43
10049
10050         * src/editldap.c
10051                 fix overlapping widgets
10052         * src/prefs_account.c
10053                 fix translation of protocol_names[]
10054                 fix label disappearing off the edge of the
10055                 visible area
10056
10057 2006-08-12 [paul]       2.4.0cvs42
10058
10059         * manual/plugins.xml
10060                 update IRC channel info before it gets forgotten
10061                 about
10062
10063 2006-08-11 [colin]      2.4.0cvs41
10064
10065         * src/compose.c
10066         * src/mainwindow.c
10067         * src/mainwindow.h
10068         * src/procmsg.c
10069         * src/procmsg.h
10070         * src/summaryview.c
10071         * src/toolbar.c
10072                 Grey out the Send button if
10073                 - Queue folders are empty, or
10074                 - We're sending already
10075
10076 2006-08-11 [wwp]        2.4.0cvs40
10077
10078         * src/main.c
10079                 fix a logic issue when quitting while a compose window is
10080                 still open, thanks to Colin.
10081
10082 2006-08-10 [colin]      2.4.0cvs39
10083
10084         * src/main.c
10085                 Fix default font size setting after wizard run
10086         * src/imap.c
10087         * src/etpan/imap-thread.c
10088         * src/etpan/imap-thread.h
10089                 Fix bug #999 (Timing out on TSL cert validation 
10090                 dialog makes ugly things happen). Also, STARTTLS
10091                 unconditionnaly if initial capabilities contain
10092                 LOGINDISABLED and STARTTLS.
10093
10094 2006-08-09 [colin]      2.4.0cvs38
10095
10096         * src/mainwindow.c
10097         * src/mainwindow.h
10098                 Fix Tools/Actions sensitivity when there are
10099                 no actions
10100
10101 2006-08-09 [colin]      2.4.0cvs37
10102
10103         * src/prefs_filtering.c
10104                 Warning fix, patch by Paul
10105         * src/messageview.c
10106         * src/prefs_actions.c
10107         * src/prefs_filtering_action.c
10108         * src/prefs_matcher.c
10109                 Uniformisation of "Info ..." to "Info..." (for
10110                 old gtk), patch by Fabien
10111         * src/plugins/clamav/clamav_plugin_gtk.c
10112                 Sensitivity fix by Fabien
10113
10114 2006-08-09 [colin]      2.4.0cvs36
10115
10116         * src/main.c
10117         * src/main.h
10118                 Add a function to know whether we're exiting
10119         * src/plugins/trayicon/trayicon.c
10120                 If exiting, don't do anything. Faster, and
10121                 avoids gtk_main_iteration reentracy causing
10122                 segfaults at exit
10123
10124 2006-08-09 [colin]      2.4.0cvs35
10125
10126         * src/messageview.c
10127         * src/mimeview.c
10128         * src/mimeview.h
10129                 Fix lack of part selection when automatically 
10130                 jumping to a specific part
10131         * src/msgcache.c
10132                 Little optimisation in cache reading
10133
10134 2006-08-09 [colin]      2.4.0cvs34
10135
10136         * src/compose.c
10137                 Fix crash setting the priority on reedit
10138                 (Accessing compose before creating it!)
10139
10140 2006-08-08 [colin]      2.4.0cvs33
10141
10142         * src/procmime.c
10143                 Fix bug #998 (last attachment is not accessible)
10144                 Bad RFC interpretation on multipart close-delimiters
10145         * src/mimeview.c
10146         * src/mimeview.h
10147         * src/gtk/gtkvscrollbutton.c
10148         * src/gtk/gtkvscrollbutton.h
10149                 Make attachments list wheel-scrollable
10150
10151 2006-08-07 [colin]      2.4.0cvs32
10152
10153         * src/gtk/gtkaspell.c
10154                 Fix bug #973 (Unicode punctation characters 
10155                 are not recognized as separators by the
10156                 spell checker); fix unsigned stuff
10157
10158 2006-08-07 [colin]      2.4.0cvs31
10159
10160         * src/compose.c
10161                 Fix bug #956 (DnD text with accents in compose 
10162                 text entry); fix gccc's signed/unsigned fuss
10163
10164 2006-08-06 [colin]      2.4.0cvs30
10165
10166         * src/main.c
10167                 Fix bug #979 (Plugin crashes when exiting 
10168                 sylpheed-claws) : handle exit request only 
10169                 once
10170
10171 2006-08-05 [colin]      2.4.0cvs29
10172
10173         * src/news.c
10174                 Just make sure we have a msgid.
10175
10176 2006-08-05 [colin]      2.4.0cvs28
10177
10178         * src/news.c
10179         * src/summaryview.c
10180                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10181                 by reimplementing it
10182         * src/textview.c
10183                 Fix bug when hiding quotes with level > 3 and quote
10184                 colors are recycled
10185
10186 2006-08-04 [colin]      2.4.0cvs27
10187
10188         * src/compose.c
10189         * src/undo.c
10190         * src/undo.h
10191                 Fix a bit replace-by-pasting undo
10192         * src/mainwindow.c
10193         * src/messageview.c
10194                 Fix Fold quotes menu synchro in
10195                 mainwindow when it changes in 
10196                 messageview
10197         * src/textview.c
10198                 Fix right-click on quotes blocks
10199         * src/common/utils.c
10200                 Verify that the file created by
10201                 my_tmpfile() is writable. Fixes
10202                 bug #988 (very specific filesystem
10203                 issue)
10204         * src/plugins/pgpcore/sgpgme.c
10205                 Fix file descriptor leak
10206         * src/plugins/spamassassin/spamassassin.c
10207                 Warn once if spamd isn't reachable
10208
10209 2006-08-04 [colin]      2.4.0cvs26
10210
10211         * src/toolbar.c
10212                 i18n context patch by Fabien
10213
10214 2006-08-03 [colin]      2.4.0cvs25
10215
10216         * src/mainwindow.c
10217         * src/messageview.c
10218                 Rename "Hide quotes" to "Fold quotes"
10219         * src/textview.c
10220                 Don't use hand cursor on quotes. "all 
10221                 the bonuses of the feature and none of 
10222                 unwelcome side-effects"
10223
10224 2006-08-03 [colin]      2.4.0cvs24
10225
10226         * AUTHORS
10227         * sylpheed-claws.desktop
10228         * src/gtk/authors.h
10229                 Bring the desktop file to XDG compliance
10230                 Patch by Charles A. Edwards
10231
10232 2006-08-03 [colin]      2.4.0cvs23
10233
10234         * src/textview.c
10235                 Fix links offset when they are preceded
10236                 by accentued chars (g_utf8_strlen!)
10237         * src/mainwindow.c
10238                 Fix wrong status when starting offline
10239
10240
10241 2006-08-03 [wwp]        2.4.0cvs22
10242
10243         * src/prefs_common.h
10244                 ask what to do w/ filtering rules that belong to an account when
10245                 applying filtering rules manually from the main window (skip,
10246                 apply regardless of the account, use current account). This dialog
10247                 can be skipped and the last reply used.
10248                 (forgot that file)
10249
10250 2006-08-03 [wwp]        2.4.0cvs21
10251
10252         * src/filtering.c
10253         * src/filtering.h
10254         * src/prefs_common.c
10255         * src/summaryview.c
10256         * src/alertpanel.c
10257         * src/alertpanel.h
10258         * src/messageview.c
10259                 ask what to do w/ filtering rules that belong to an account when
10260                 applying filtering rules manually from the main window (skip,
10261                 apply regardless of the account, use current account). This dialog
10262                 can be skipped and the last reply used.
10263
10264
10265 2006-08-03 [colin]      2.4.0cvs20
10266
10267         * src/textview.c
10268                 Optimize previous patch
10269
10270 2006-08-03 [cleroy]     2.4.0cvs19
10271
10272         * src/textview.c
10273                 Fix quotes getting toggled back when the
10274                 mail has an even number of text parts
10275
10276 2006-08-02 [colin]      2.4.0cvs18
10277
10278         * src/messageview.c
10279                 Add Hide quotes menu
10280
10281 2006-08-02 [colin]      2.4.0cvs17
10282
10283         * src/mainwindow.c
10284         * src/prefs_common.c
10285         * src/textview.c
10286         * src/textview.h
10287         * src/gtk/about.c
10288                 Allow per-level quote hiding,
10289                 Allow toggling quotes by double-clicking them
10290                 Rename RemoteURI to ClickableText to reflect
10291                 the fact it's used for a variety of things
10292
10293 2006-08-02 [wwp]        2.4.0cvs16
10294
10295         * src/mainwindow.c
10296                 fix "View/Hide quotes" menu item status initialization.
10297
10298 2006-08-02 [wwp]        2.4.0cvs15
10299
10300         * src/matcher_parser_parse.y
10301                 remove a debug trace.
10302
10303 2006-08-02 [paul]       2.4.0cvs14
10304
10305         * src/plugins/pgpcore/passphrase.c
10306                 don't set initial dialog size
10307                 make it resizable
10308
10309 2006-08-02 [paul]       2.4.0cvs13
10310
10311         * src/noticeview.c
10312                 remove the rogue '/' character
10313
10314 2006-08-02 [paul]       2.4.0cvs12
10315
10316         * src/noticeview.c
10317                 allow buttons to resize as necessary
10318
10319 2006-08-01 [wwp]        2.4.0cvs11
10320
10321         * src/mbox.c
10322                 fix strict ISO C90 compliance.
10323
10324 2006-08-01 [wwp]        2.4.0cvs10
10325
10326         * tools/update-po
10327                 updated update-po tool to work w/ context-dependent translations.
10328                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10329
10330 2006-08-01 [wwp]        2.4.0cvs9
10331
10332         * src/matcher.c
10333         * src/prefs_filtering.c
10334         * src/prefs_matcher.c
10335                 allow context-dependent translations for "All",
10336                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10337
10338 2006-07-31 [colin]      2.4.0cvs8
10339
10340         * AUTHORS
10341         * src/gtk/authors.h
10342                 Add Rafal to authors
10343
10344 2006-07-31 [colin]      2.4.0cvs7
10345
10346         * src/compose.c
10347         * src/mainwindow.c
10348         * src/messageview.h
10349         * src/prefs_common.c
10350         * src/prefs_common.h
10351         * src/textview.c
10352                 Add 'View/Hide quotes'. Patch based on a patch
10353                 by Rafal Weglarz
10354
10355 2006-07-31 [colin]      2.4.0cvs6
10356
10357         * src/action.c
10358                 Fix problem with "> stuff >" actions
10359
10360 2006-07-31 [paul]       2.4.0cvs5
10361
10362         * po/nb.po
10363                 updated by Geir Helland
10364
10365 2006-07-31 [wwp]        2.4.0cvs4
10366
10367         * src/mainwindow.c
10368         * src/summaryview.c
10369         * src/summaryview.h
10370                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10371                 thanks to Colin.
10372
10373 2006-07-31 [wwp]        2.4.0cvs3
10374
10375         * src/Makefile.am
10376         * src/addr_compl.c
10377         * src/addr_compl.h
10378         * src/addressbook.c
10379         * src/addressbook.h
10380         * src/addressbook_foldersel.c
10381         * src/addressbook_foldersel.h
10382         * src/addrindex.c
10383         * src/addrindex.h
10384         * src/matcher.c
10385         * src/matcher.h
10386         * src/matcher_parser_lex.l
10387         * src/matcher_parser_parse.y
10388         * src/prefs_common.c
10389         * src/prefs_common.h
10390         * src/prefs_filtering.c
10391         * src/prefs_matcher.c
10392         * src/prefs_matcher.h
10393         * src/summaryview.c
10394                 introduce filtering against the address book. It's now possible to add
10395                 matched conditions to determine if any email address in a message matches
10396                 or doesn't match any or all books or folders in the address book.
10397
10398 2006-07-31 [wwp]        2.4.0cvs2
10399
10400         * src/account.c
10401         * src/filtering.c
10402         * src/filtering.h
10403         * src/folder.c
10404         * src/folderview.c
10405         * src/inc.c
10406         * src/mainwindow.c
10407         * src/matcher.c
10408         * src/matcher_parser_lex.l
10409         * src/matcher_parser_parse.y
10410         * src/mbox.c
10411         * src/prefs_filtering.c
10412         * src/prefs_filtering.h
10413         * src/procmsg.c
10414         * src/procmsg.h
10415         * src/summaryview.c
10416                 introduce per-account filtering rules. Each filtering rule can now be assigned
10417                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10418                 when applying filtering rules manually, as all rules will apply - even the ones
10419                 assigned to an account. This issue will be addressed soon.
10420  
10421
10422
10423 2006-07-31 [wwp]        2.4.0cvs1
10424
10425         * src/quote_fmt.c
10426                 make more strings translatable.
10427
10428 2006-07-31 [paul]       2.4.0
10429
10430         2.4.0 released
10431
10432 2006-07-31 [paul]       2.3.1cvs91
10433
10434         * po/ca.po
10435                 updated by Miquel Oliete
10436
10437 2006-07-31 [paul]       2.3.1cvs90
10438
10439         * po/de.po
10440         * po/el.po
10441         * po/fr.po
10442         * po/it.po
10443         * po/pl.po
10444         * po/pt_BR.po
10445         * po/sr.po
10446         * po/zh_CN.po
10447                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10448                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10449                 Aleksandar Urosevic, and Ralgh Young
10450
10451 2006-07-31 [paul]       2.3.1cvs89
10452
10453         * src/account.c
10454         * src/main.c
10455         * src/mainwindow.c
10456         * src/mainwindow.h
10457                 Fix a race condition when, after an SC crash, rescanning
10458                 folders took more than 0.5 seconds
10459                 Thanks to Colin
10460
10461 2006-07-31 [paul]       2.3.1cvs88
10462
10463         * src/folderview.c
10464                 don't translate separator strings
10465
10466 2006-07-30 [mones]      2.3.1cvs87
10467
10468         * doc/man/sylpheed-claws.1
10469                 Fixed non-ASCII chars in Hoa's name
10470         * po/es.po
10471                 Updated for release
10472
10473 2006-07-27 [colin]      2.3.1cvs86
10474
10475         * src/textview.c
10476                 Don't include the leading \n in links
10477                 Patch by Fabien
10478
10479 2006-07-25 [colin]      2.3.1cvs85
10480
10481         * src/mainwindow.c
10482         * src/common/socket.h
10483         * src/etpan/imap-thread.c
10484                 Refresh resolvers before connecting
10485                 to IMAP servers, and after switching
10486                 to online. Thanks to Paul.
10487
10488 2006-07-18 [colin]
10489
10490         * 2.4.0-rc4 released
10491
10492 2006-07-17 [colin]      2.3.1cvs84
10493
10494         * src/inc.c
10495                 Show connection attempt in statusbar before
10496                 connecting (previously first message was
10497                 "Retrieving messages from ..." after the
10498                 connection succeeded.
10499
10500 2006-07-16 [wwp]        2.3.1cvs83
10501
10502         * sylpheed-claws.ico
10503                 Added .ico file (windows multi-size icon file, generated).
10504
10505 2006-07-12 [wwp]        2.3.1cvs82
10506
10507         * src/messageview.c
10508                 remove Message/Re-edit menu entry from messageview window,
10509                 as sent/draft/queued messages are opened in compose window when
10510                 re-edited and it's not possible to re-edit other msgs.
10511
10512 2006-07-12 [paul]       2.3.1cvs81
10513
10514         * AUTHORS
10515         * src/mainwindow.c
10516         * src/gtk/authors.h
10517                 check online state before resetting
10518                 mailcheck timer. Useful if some program
10519                 verifies connection state and updates
10520                 Claws.
10521                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10522
10523 2006-07-12 [paul]       2.3.1cvs80
10524
10525         * sylpheed-claws-128x128.png
10526         * sylpheed-claws-64x64.png
10527         * sylpheed-claws.png
10528         * src/Makefile.am
10529         * src/main.c
10530         * src/prefs_toolbar.c
10531         * src/stock_pixmap.c
10532         * src/stock_pixmap.h
10533         * src/wizard.c
10534         * src/gtk/about.c
10535         * src/gtk/gtkutils.c
10536         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10537         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10538         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10539         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10540         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10541         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10542                 updated and renamed logo/icon files and related
10543                 logo by Jesper Schultz
10544
10545 2006-07-11 [paul]       2.3.1cvs79
10546
10547         * src/main.c
10548                 fix the labels a smidgin
10549
10550 2006-07-09 [colin]      2.3.1cvs78
10551
10552         * src/textview.c
10553                 Show errors in textviewer's command
10554                 Patch by H. Merijn Brand
10555
10556 2006-07-09 [colin]      2.3.1cvs77
10557
10558         * src/compose.c
10559                 Save FMID in drafts too
10560
10561 2006-07-08 [colin]      2.3.1cvs76
10562
10563         * src/compose.c
10564                 Svae RMID in drafted mails too
10565                 Save quote_fmt vars for whole mails,
10566                 don't reset at each quote_fmt_init:
10567                 allows to use the same |i{var} in
10568                 various template fields
10569         * src/prefs_template.c
10570         * src/quote_fmt.h
10571         * src/quote_fmt_parse.y
10572                 Same
10573
10574 2006-07-08 [colin]      2.3.1cvs75
10575
10576         * src/textview.c
10577                 Fix highlighting of attached parts URIs
10578
10579 2006-07-08 [colin]      2.3.1cvs74
10580
10581         * src/main.c
10582                 Prevent bug #981 (sc 2.3.1 segfaults with 
10583                 gtk+ 2.10) from being reported again:
10584                 if Sylpheed-Claws has been compiled against
10585                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10586                 of if Sylpheed-Claws has been compiled against
10587                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10588                 error out.
10589
10590 2006-07-07 [colin]      2.3.1cvs73
10591
10592         * src/prefs_actions.c
10593                 Fix label
10594
10595 2006-07-07 [colin]      2.3.1cvs72
10596
10597         * src/prefs_actions.c
10598                 Fix compile on gtk < 2.8. argh :)
10599
10600 2006-07-07 [paul]       2.3.1cvs71
10601
10602         * src/common/defs.h
10603                 update DONATE_URI
10604
10605 2006-07-07 [colin]      2.3.1cvs70
10606
10607         * po/POTFILES.in
10608         * src/quote_fmt.c
10609         * src/quote_fmt_lex.l
10610         * src/quote_fmt_parse.y
10611                 Add |i{var}, a way to insert user-entered
10612                 text in a template
10613
10614 2006-07-07 [colin]
10615
10616         * 2.4.0-rc3 released
10617
10618 2006-07-07 [colin]      2.3.1cvs69
10619
10620         * src/folder.c
10621                 Don't consider inboxes of UNKNOWN folder 
10622                 classes to be useable as default inboxes
10623
10624 2006-07-07 [paul]       2.3.1cvs68
10625
10626         * src/textview.c
10627                 add missing #include <errno.h>
10628                 Thanks to René J. Blokland
10629
10630 2006-07-07 [paul]       2.3.1cvs67
10631
10632         * src/action.c
10633                 Return now Closes dialog
10634         * src/mimeview.c
10635         * src/mimeview.h
10636         * src/textview.c
10637                 add contextual menu to mime parts listed
10638                 in the textview
10639                 Thanks to Colin
10640         * src/common/utils.c
10641                 reversal: ' is a valid character in URLs
10642
10643 2006-07-06 [colin]      2.3.1cvs66
10644
10645         * src/remotefolder.h
10646                 Forgotten in previous commit
10647
10648 2006-07-06 [colin]      2.3.1cvs65
10649
10650         * src/folder.c
10651                 Set summary update flag whenever
10652                 totals changed
10653         * src/imap.c
10654         * src/prefs_account.c
10655         * src/common/utils.h
10656         * src/etpan/imap-thread.c
10657                 Fix warnings, thanks to Fabien and
10658                 Ricardo
10659
10660 2006-07-06 [wwp]        2.3.1cvs64
10661
10662         * src/gtk/gtkutils.c
10663                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
10664
10665 2006-07-06 [wwp]        2.3.1cvs63
10666
10667         * src/account.c
10668         * src/addressbook.c
10669         * src/addressitem.h
10670         * src/folderview.c
10671         * src/mainwindow.c
10672         * src/manual.c
10673         * src/manual.h
10674         * src/message_search.c
10675         * src/prefs_actions.c
10676         * src/prefs_filtering.c
10677         * src/prefs_filtering.h
10678         * src/prefs_template.c
10679         * src/summary_search.c
10680         * src/summaryview.c
10681         * src/gtk/gtkutils.c
10682         * src/gtk/gtkutils.h
10683         * src/gtk/pluginwindow.c
10684                 add help buttons to some dialogs. Clicking such buttons opens a
10685                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
10686
10687 2006-07-06 [paul]       2.3.1cvs62
10688
10689         * src/textview.c
10690                 fix attachments contextual menu
10691                 Thanks to Colin
10692
10693 2006-07-05 [colin]      2.3.1cvs61
10694
10695         * src/textview.c
10696         * src/compose.c
10697                 Handle sftp:// links
10698
10699 2006-07-05 [paul]       2.3.1cvs60
10700
10701         * src/gtk/filesel.c
10702                 grab save button by default
10703                 Thanks to Colin
10704
10705 2006-07-05 [wwp]        2.3.1cvs59
10706
10707         * manual/xml2pdf
10708                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
10709
10710 2006-07-04 [colin]      2.3.1cvs58
10711
10712         * src/mimeview.c
10713         * src/textview.c
10714                 Use left click to select, middle click to open
10715                 on mimeparts links
10716         * src/common/utils.c
10717                 Fix segfault
10718
10719 2006-07-04 [colin]      2.3.1cvs57
10720
10721         * src/mainwindow.c
10722         * src/news.c
10723                 Warning fixes, thanks to Fabien
10724
10725 2006-07-04 [colin]      2.3.1cvs56
10726
10727         * src/mimeview.c
10728         * src/mimeview.h
10729         * src/textview.c
10730                 Allow parts to be selected via their text label
10731                 in textview
10732
10733 2006-07-04 [colin]      2.3.1cvs55
10734
10735         * src/folderview.c
10736                 Feedback when closing (for big folders)
10737         * src/prefs_actions.c
10738         * src/prefs_filtering.c
10739         * src/prefs_matcher.c
10740         * src/prefs_template.c
10741                 Fix default button when closing without
10742                 having saved
10743
10744 2006-07-04 [colin]      2.3.1cvs54
10745
10746         * src/news.c
10747                 Delete local file on deletion
10748
10749 2006-07-03 [colin]      2.3.1cvs53
10750
10751         * src/folderview.c
10752         * src/main.c
10753                 Don't freeze when rescanning after crash
10754
10755 2006-07-03 [wwp]        2.3.1cvs52
10756
10757         * src/compose.c
10758         * src/privacy.c
10759         * src/privacy.h
10760         * src/plugins/pgpinline/pgpinline.c
10761         * src/plugins/pgpmime/pgpmime.c
10762                 don't report an error when the user cancels the passphrase dialog.
10763
10764 2006-07-02 [colin]      2.3.1cvs51
10765
10766         * src/folderview.c
10767                 Open message when crossing folders with Space,
10768                 goto next unread and friends
10769
10770 2006-07-01 [colin]      2.3.1cvs50
10771
10772         * src/prefs_account.c
10773                 Typographic rules varying from language
10774                 to language (in french "Protocole :"),
10775                 we have to do that :)
10776
10777 2006-07-01 [ticho]      2.3.1cvs49
10778
10779         * src/prefs_account.c
10780                 Only use one temporary gchar* variable in
10781                 prefs_account_protocol_set_optmenu().
10782
10783 2006-07-01 [ticho]      2.3.1cvs48
10784
10785         * src/prefs_account.c
10786         * src/prefs_account.h
10787                 Use GtkLabel for existing account protocol name.
10788                 Created an array for protocol names and populate the
10789                 combobox from it in a for() cycle.
10790
10791 2006-06-30 [colin]      2.3.1cvs47
10792
10793         * src/compose.c
10794                 Block undo when changing signature (by changing
10795                 account)
10796
10797 2006-06-30 [paul]       2.3.1cvs46
10798
10799         * src/send_message.c
10800                 when editing From in the Compose window, use that address
10801                 in the Return-Path: header
10802                 Thanks to Colin
10803
10804 2006-06-30 [colin]      2.3.1cvs45
10805
10806         * src/compose.c
10807                 Fix signature replacement:
10808                 - when no newline before separator
10809                 - when reediting
10810
10811 2006-06-29 [colin]      2.3.1cvs44
10812
10813         * src/folderview.c
10814         * src/folderview.h
10815         * src/mainwindow.c
10816         * src/summaryview.c
10817                 Let 'View/Go to/Next marked' work like
10818                 Next new & Next unread: across folders
10819                 Change the select_on_entry pref to do
10820                 what we want when changing folder
10821         * src/common/utils.c
10822                 Fix single-quoted links 
10823
10824 2006-06-29 [colin]      2.3.1cvs43
10825
10826         * src/gtk/gtkaspell.c
10827                 "Sylpheed" and "Sylpheed-Claws" do exist !
10828
10829 2006-06-29 [colin]      2.3.1cvs42
10830
10831         * src/imap.c
10832                 Forgot to remove debug
10833
10834 2006-06-29 [colin]      2.3.1cvs41
10835
10836         * src/imap.c
10837         * src/imap.h
10838         * src/mainwindow.c
10839                 Disconnect from IMAP servers when going
10840                 offline. Fixes bug #978 (going to offline-mode 
10841                 won't close connections)
10842
10843 2006-06-29 [colin]      2.3.1cvs40
10844
10845         * src/main.c
10846                 Fix transient setting on failing plugins
10847                 Patch by Fabien
10848         * src/plugins/pgpcore/sgpgme.c
10849                 Only warn for OpenPGP. Most people don't
10850                 have CMS available.
10851
10852 2006-06-29 [colin]      2.3.1cvs39
10853
10854         * src/compose.c
10855                 Fix Spelling menu (discrepancy between context menu
10856                 and top menu when folder's dictionary isn't the 
10857                 default one)
10858         * src/plugins/pgpcore/sgpgme.c
10859                 More error reporting about why gpgme can fail
10860
10861 2006-06-29 [wwp]        2.3.1cvs38
10862
10863         * src/mainwindow.c
10864                 honor the display-header-pane setting even when the message view
10865                 is a separate window.
10866
10867 2006-06-29 [wwp]        2.3.1cvs37
10868
10869         * src/prefs_actions.c
10870                 forgot to commit that one (use of GTK_STOCK_INFO).
10871
10872 2006-06-29 [colin]      2.3.1cvs36
10873
10874         * src/imap.c
10875                 Better handling of login errors (ask the password
10876                 again once), alert in case of error. Fix three
10877                 signedness warnings.
10878
10879 2006-06-28 [wwp]        2.3.1cvs35
10880
10881         * src/prefs_template.c
10882         * src/prefs_matcher.c
10883         * src/prefs_filtering_action.c
10884         * src/prefs_quote.c
10885                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
10886                 patch by Fabien Vantard, slightly modified.
10887
10888 2006-06-28 [paul]
10889
10890         2.4.0-rc2 released
10891
10892 2006-06-28 [colin]      2.3.1cvs34
10893
10894         * src/prefs_account.c
10895                 Fix bug #977 (Can't add or edit imap accounts)
10896
10897 2006-06-28 [colin]      2.3.1cvs33
10898
10899         * src/mimeview.c
10900                 Fix previous
10901
10902 2006-06-28 [colin]      2.3.1cvs32
10903
10904         * src/mimeview.c
10905                 Save named inlined attachments with "Save all"
10906         * src/main.c
10907         * src/mbox.c
10908         * src/common/plugin.c
10909         * src/common/plugin.h
10910         * src/common/sylpheed.c
10911         * src/common/utils.c
10912         * src/plugins/pgpcore/sylpheed.def
10913         * src/plugins/pgpinline/sylpheed.def
10914         * src/plugins/pgpmime/sylpheed.def
10915                 Win32 compatibility patch, by
10916                 Werner Koch
10917
10918 2006-06-28 [wwp]        2.3.1cvs31
10919
10920         * src/imap.c
10921         * src/prefs_folder_item.c
10922                 less compilation warnings (thanks to Fabien Vantard), less typos.
10923
10924 2006-06-28 [paul]       2.3.1cvs30
10925
10926         * src/gtk/gtkutils.c
10927                 gtk_combo_box_set_focus_on_click() is only
10928                 available since gtk 2.6.0
10929
10930 2006-06-28 [paul]       2.3.1cvs29
10931
10932         * src/prefs_ext_prog.c
10933                 fix engrish and add a tooltip for the
10934                 'command for 'Display as text' option
10935
10936 2006-06-28 [paul]
10937
10938         2.4.0-rc1 released
10939
10940 2006-06-28 [paul]       2.3.1cvs28
10941
10942         * ChangeLog
10943         * tools/Makefile.am
10944                 include textviewer.pl in releases
10945
10946 2006-06-28 [paul]       2.3.1cvs27
10947
10948         * src/prefs_ext_prog.c
10949                 hide Print command option if libgnomeprint
10950                 support is present
10951
10952 2006-06-27 [colin]      2.3.1cvs26
10953
10954         * src/compose.c
10955                 Fix Esc handling in insert/attach dialog
10956                 Don't show this dialog if dragging something
10957                 else than text/uri-list
10958                 Thanks to Fabien Vantard
10959         * tools/textviewer.pl
10960                 Filter script to display stuff as text
10961                 by H. Merijn Brand
10962
10963 2006-06-27 [wwp]        2.3.1cvs25
10964
10965         * src/messageview.c
10966                 use the exact product name (message view title), patch
10967                 by Fabien Vantard.
10968
10969 2006-06-27 [ticho]      2.3.1cvs24
10970
10971         * src/prefs_account.c
10972         * src/prefs_common.c
10973         * src/prefs_common.h
10974         * src/prefs_ext_prog.c
10975         * src/textview.c
10976                 Add a preference (Preferences/External programs)
10977                 to allow "Display as text" to be done via a script
10978                 (patch by H.Merijn Brand).
10979                 Use GtkComboBox for protocol selection in account
10980                 preferences.
10981                 Only include current choice for existing accounts, and
10982                 insensitivize the combobox.
10983
10984 2006-06-27 [paul]       2.3.1cvs23
10985
10986         * src/mbox.c
10987                 fix crasher introduced in cvs21.
10988                 Thanks to Colin
10989
10990 2006-06-26 [colin]      2.3.1cvs22
10991
10992         * src/mbox.c
10993                 Fix double-frees when leaving folders
10994                 after exporting to mbox
10995
10996 2006-06-26 [colin]      2.3.1cvs21
10997
10998         * src/mbox.c
10999                 More feedback (and optimisation)
11000                 on import/export
11001         * src/common/utils.c
11002                 Fix case when looking for mail addresses
11003         * src/gtk/gtkutils.c
11004                 Extra check for (X-)Face
11005
11006 2006-06-25 [ticho]      2.3.1cvs20
11007
11008         * src/compose.c
11009         * src/exphtmldlg.c
11010         * src/gtk/gtkutils.c
11011         * src/gtk/gtkutils.h
11012                 Added second argument to gtkut_sc_combobox_create() to
11013                 control focus-on-click for the widget.
11014                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11015
11016 2006-06-25 [ticho]      2.3.1cvs19
11017
11018         * src/compose.c
11019         * src/gtk/Makefile.am
11020         * src/gtk/combobox.c
11021         * src/gtk/combobox.h
11022         * src/gtk/gtkutils.c
11023         * src/gtk/gtkutils.h
11024                 Use GtkComboBox instead of deprecated GtkOptionMenu
11025                 for account selector in compose window and for encoding
11026                 selector in attachment properties.
11027                 Also factorise working with the new GtkComboBox somewhat.
11028
11029 2006-06-24 [paul]       2.3.1cvs18
11030
11031         * src/prefs_common.c
11032                 use the correct default value
11033
11034 2006-06-24 [paul]       2.3.1cvs17
11035
11036         * src/compose.c
11037         * src/prefs_common.c
11038         * src/prefs_common.h
11039         * src/prefs_compose_writing.c
11040                 enable setting of default action when
11041                 dnd'ing files in the compose window.
11042                 (Collaborative effort with wwp)
11043
11044 2006-06-23 [wwp]        2.3.1cvs16
11045
11046         * src/compose.c
11047                 i18n fix (thanks to Fabien Vantard)
11048
11049 2006-06-22 [colin]      2.3.1cvs15
11050
11051         * src/prefs_customheader.c
11052                 Don't use filters in custom headers' file 
11053                 selector. Remember, extensions mean nothing :)
11054
11055 2006-06-22 [paul]       2.3.1cvs14
11056
11057         * configure.ac
11058                 allow setting of man directory location
11059
11060 2006-06-22 [colin]      2.3.1cvs13
11061
11062         * src/mainwindow.c
11063                 Add 'View/Go to/Next unread folder'.
11064                 I missed that :)
11065
11066 2006-06-22 [colin]      2.3.1cvs12
11067
11068         * src/common/utils.c
11069                 Add some subject prefixes
11070                 Patch by Bjorn T Johansen <btj@havleik.no>
11071
11072 2006-06-22 [colin]      2.3.1cvs11
11073
11074         * manual/advanced.xml
11075                 Forgotten hidden pref
11076
11077 2006-06-21 [paul]       2.3.1cvs10
11078
11079         * src/prefs_account.c
11080                 complete the removal of 'Add date header' option
11081
11082 2006-06-21 [paul]       2.3.1cvs9
11083
11084         * src/account.c
11085         * src/compose.c
11086         * src/prefs_account.c
11087         * src/prefs_account.h
11088                 remove option to add date header - always
11089                 add date header
11090         * src/etpan/imap-thread.c
11091                 fix warnings (Thanks to Colin)
11092
11093 2006-06-21 [wwp]        2.3.1cvs8
11094
11095         * src/folder.c
11096                 set the attachment flag when inline text part are (file)named. This is more convenient
11097                 when receiving (for instance) inline source files or patches sent using thunderbird.
11098
11099 2006-06-21 [paul]       2.3.1cvs7
11100
11101         * src/inc.c
11102                 fix off-by-one count of current msg in
11103                 statusbar filtering progressbar
11104
11105 2006-06-21 [paul]       2.3.1cvs6
11106
11107         * src/folder.c
11108                 Show attachment icon even if the part is 'inline'
11109                 if the following conditions are met:
11110                 - content-type != 'text/plain'
11111                 - content-type != '*/pgp-signature'
11112                 - either 'name' or 'filename' parameter is not NULL
11113                 
11114                 Thanks to Colin
11115
11116 2006-06-21 [paul]       2.3.1cvs5
11117
11118         * src/messageview.c
11119         * src/prefs_common.c
11120         * src/prefs_common.h
11121         * src/prefs_other.c
11122                 add an option to 'Never send Return
11123                 Receipts'
11124                 Thanks to Colin
11125
11126 2006-06-20 [mones]      2.3.1cvs4
11127
11128         * po/es.po
11129                 updated
11130         * src/compose.c
11131                 typo fixed (space after comma)
11132         * tools/make.themes.project
11133                 remove exec mode from tarball files
11134
11135 2006-06-20 [colin]      2.3.1cvs3
11136
11137         * src/news.c
11138         * src/procheader.c
11139         * src/unmime.c
11140                 Better fix for \n's in headers (don't 
11141                 break Received: and others)
11142
11143 2006-06-20 [paul]       2.3.1cvs2
11144
11145         * src/alertpanel.c
11146         * src/textview.c
11147                 improve legibility of phishing attempt
11148                 dialog
11149
11150 2006-06-20 [paul]       2.3.1cvs1
11151
11152         * NEWS
11153         * README
11154         * configure.ac
11155                 Update version number following
11156                 stable release
11157
11158 2006-06-20 [colin]      2.3.0cvs26
11159
11160         * src/compose.c
11161                 When dragging a file to the text of the compose
11162                 window, ask whether we want to insert or attach
11163                 (I know lots of people who do that to attach)
11164
11165 2006-06-20 [colin]      2.3.0cvs25
11166
11167         * src/etpan/imap-thread.c
11168                 Fix threshold (the append command is often > 32 bytes)
11169
11170 2006-06-19 [colin]      2.3.0cvs24
11171
11172         * src/imap.c
11173         * src/etpan/imap-thread.c
11174                 Workaround Rockliffe IMAP server bug: replace
11175                 "x UID SEARCH (ANSWERED UID 1:*)" with
11176                 "x UID SEARCH ANSWERED"
11177                 (Rockliffe doesn't handle the parenthesis)
11178
11179 2006-06-19 [colin]      2.3.0cvs23
11180
11181         * src/compose.c
11182         * src/imap.c
11183         * src/etpan/imap-thread.c
11184                 Probably fix bug #972 (Freezes when adding 
11185                 an attachment to the message)
11186         * src/common/defs.h
11187                 Modernize Firefox cmd
11188
11189
11190 2006-06-18 [colin]      2.3.0cvs22
11191
11192         * src/prefs_customheader.c
11193                 Only allow correct filenames for various
11194                 custom headers
11195
11196 2006-06-18 [colin]      2.3.0cvs21
11197
11198         * src/prefs_customheader.c
11199                 Add a 'From File...' button in custom headers prefs, which
11200                 try to do the right thing: 
11201                 for normal headers, use file as plaintext,
11202                 for X-Face, calls compface,
11203                 for Face, encode to b64.
11204
11205 2006-06-17 [colin]      2.3.0cvs20
11206
11207         * src/mh.c
11208                 Warning fix
11209
11210 2006-06-16 [colin]      2.3.0cvs19
11211
11212         * src/summaryview.c
11213                 Recursive quicksearch: show message list
11214                 in current folder, *then* search children
11215                 in the background.
11216
11217 2006-06-16 [colin]      2.3.0cvs18
11218
11219         * src/main.c
11220                 Instead of ignoring SIGPIPE, save caches
11221                 when getting one. Will fix the fact that
11222                 hot caches are out-of-date when logging 
11223                 out of Xorg.
11224         * src/compose.c
11225         * src/prefs_compose_writing.c
11226                 Only save text (not attachments) when 
11227                 auto-saving to drafts
11228         * src/unmime.c
11229                 Always replace \n, \r and \t with spaces
11230                 in headers
11231         * manual/dist/html/Makefile.am
11232         * manual/dist/pdf/Makefile.am
11233         * manual/dist/ps/Makefile.am
11234         * manual/dist/txt/Makefile.am
11235         * manual/fr/dist/html/Makefile.am
11236         * manual/fr/dist/pdf/Makefile.am
11237         * manual/fr/dist/ps/Makefile.am
11238         * manual/fr/dist/txt/Makefile.am
11239         * manual/pl/dist/html/Makefile.am
11240         * manual/pl/dist/pdf/Makefile.am
11241         * manual/pl/dist/ps/Makefile.am
11242         * manual/pl/dist/txt/Makefile.am
11243                 Fix make clean removing pregenerated manuals
11244
11245
11246 2006-06-16 [colin]      2.3.0cvs17
11247
11248         * src/plugins/pgpcore/sgpgme.c
11249         * src/plugins/pgpmime/pgpmime.c
11250         * src/plugins/pgpinline/pgpinline.c
11251                 Better error reporting in setup_signers.
11252                 Don't fallback to default key if specified
11253                 key isn't found.
11254                 Don't allow signing if more than one secret
11255                 key matches the one specified in prefs.
11256
11257 2006-06-15 [colin]      2.3.0cvs16
11258
11259         * src/folderview.c
11260                 Add "Send queue" in the folder's contextual
11261                 menu
11262         * src/compose.c
11263         * src/messageview.c
11264         * src/privacy.c
11265         * src/privacy.h
11266         * src/procmime.c
11267         * src/procmsg.c
11268         * src/plugins/pgpcore/passphrase.c
11269         * src/plugins/pgpcore/sgpgme.c
11270         * src/plugins/pgpinline/pgpinline.c
11271         * src/plugins/pgpmime/pgpmime.c
11272                 Better error reporting
11273         * src/mbox.c
11274                 Probably fix bug #971 (2.2.3 cannot read mail 
11275                 from local mbox)
11276
11277
11278 2006-06-15 [mones]      2.3.0cvs15
11279
11280         * tools/make.themes.project
11281                 creates the themes project from the web page
11282
11283 2006-06-15 [colin]      2.3.0cvs14
11284
11285         * src/folder.c
11286                 Better fix (avoid losing the folder if scan_tree 
11287                 fails)
11288
11289 2006-06-15 [cleroy]     2.3.0cvs13
11290
11291         * src/folder.c
11292                 Probably fix Bug #969 (crash on rebuilding 
11293                 imap folder)
11294
11295 2006-06-14 [colin]      2.3.0cvs12
11296
11297         * manual/dtd/manual.xsl
11298         * manual/sylpheed-claws-manual.xml
11299         * manual/fr/sylpheed-claws-manual.xml
11300         * manual/pl/sylpheed-claws-manual.xml
11301                 Insert pagebreaks between sections
11302
11303 2006-06-14 [paul]       2.3.0cvs11
11304
11305         * configure.ac
11306                 better fix than 2.3.0cvs10
11307
11308 2006-06-14 [paul]       2.3.0cvs10
11309
11310         * configure.ac
11311                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11312                 (backwards compatible)
11313
11314 2006-06-13 [colin]      2.3.0cvs9
11315
11316         * src/messageview.c
11317                 Fix sending of return receipt with the new queue folders
11318
11319 2006-06-13 [wwp]        2.3.0cvs8
11320
11321         * src/quote_fmt_lex.l
11322                 fix wrong tokens returned in quote_fmt lexer, query not().
11323
11324 2006-06-13 [wwp]        2.3.0cvs7
11325
11326         * src/folder.c
11327         * src/prefs_folder_item.c
11328                 allow changing folder type even when folder is not a top-level one,
11329                 thanks to Colin.
11330
11331 2006-06-12 [colin]      2.3.0cvs6
11332
11333         * src/folderview.c
11334                 Fix double-ask of "Do you want to mark all
11335                 as read"
11336
11337 2006-06-12 [colin]      2.3.0cvs5
11338
11339         * src/compose.c
11340         * src/compose.h
11341         * src/folder.c
11342         * src/folder.h
11343         * src/imap.c
11344         * src/inc.c
11345         * src/main.c
11346         * src/messageview.c
11347         * src/mh.c
11348         * src/prefs_folder_item.c
11349         * src/procheader.c
11350         * src/procmime.c
11351         * src/procmsg.c
11352         * src/procmsg.h
11353         * src/send_message.c
11354         * src/summaryview.c
11355         * src/toolbar.c
11356                 Apply bug #964's patch (Queue and drafts aren't normal)
11357                 The Drafts and Queue folder now contain RFC-822 files,
11358                 allowing to move and copy mails from and to these 
11359                 folders. Moving from Drafts to Queue will prepare the
11360                 mail for sending (PGP signature, encryption, etc).
11361                 This patch also rework sending errors handling to try
11362                 to be more helpful.
11363                 Also, allow redefining folder types via the GUI 
11364                 (Folder type in its Properties)
11365
11366 2006-06-12 [colin]      2.3.0cvs4
11367
11368         * src/summaryview.c
11369         * src/prefs_common.c
11370         * src/prefs_common.h
11371         * src/gedit-print.c
11372                 Allow to define a specific print font - patch
11373                 by Bernhard Walle <bernhard.walle@gmx.de>
11374         * src/prefs_fonts.c
11375         * manual/advanced.xml
11376         * manual/fr/advanced.xml
11377                 Add a hidden pref to allow deletion without
11378                 confirmation
11379
11380 2006-06-12 [wwp]        2.3.0cvs3
11381
11382         * .cvsignore
11383                 more files to ignore.
11384
11385 2006-06-12 [wwp]        2.3.0cvs2
11386
11387         * src/quote_fmt.c
11388         * src/quote_fmt_lex.l
11389         * src/quote_fmt_parse.y
11390                 extend the quote_fmt parser (templates and quotes):
11391                 - allow limited sub-expressions in |p{} and |f{} expressions,
11392                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11393                 - implemented/fixed missing implementation of query_references and show_references,
11394                 - completed, fixed contents and format of the symbols help dialog,
11395                 - fix some compilation warnings.
11396
11397 2006-06-12 [wwp]        2.3.0cvs1
11398
11399         * manual/advanced.xml
11400         * manual/fr/advanced.xml
11401                 updates in the "templates" section of the manual (eng/fr):
11402                  - be more precise (both versions)
11403                  - completed to match the english reference (fr version)
11404                  - touchups (both versions)
11405
11406 2006-06-12 [paul]       2.3.0
11407
11408         2.3.0 released
11409
11410 2006-06-12 [paul]       2.2.3cvs14
11411
11412         * po/ca.po
11413         * po/cs.po
11414         * po/de.po
11415         * po/el.po
11416         * po/fr.po
11417         * po/it.po
11418         * po/pt_BR.po
11419         * po/sr.po
11420         * po/zh_CN.po
11421                 updated by Miquel Oliete, Tim, Stephan Sachse,
11422                 Stavros Giannouris, Fabien Vantard, Andrea
11423                 Spadaccini, Frederico Goncalves Guimaraes,
11424                 Aleksandar Urosevic, and Ralgh Young
11425
11426 2006-06-12 [colin]      2.2.3cvs13
11427
11428         * src/mbox.c
11429                 Add missing header
11430
11431 2006-06-11 [colin]      2.2.3cvs12
11432
11433         * src/msgcache.c
11434                 Verify that g_malloc() succeeded
11435
11436 2006-06-11 [colin]      2.2.3cvs11
11437
11438         * src/wizard.c
11439                 Add Face header to welcome mail
11440
11441 2006-06-10 [colin]      2.2.3cvs10
11442
11443         * src/textview.c
11444                 Revert previous (Forgot it changes the
11445                 margin on the whole mail)
11446
11447 2006-06-10 [colin]      2.2.3cvs9
11448
11449         * src/textview.c
11450                 Don't overlap long headers under (X-)Face
11451
11452 2006-06-10 [mones]      2.2.3cvs8
11453
11454         * manual/xml2pdf
11455                 allow generation of manual on systems lacking saxon binary
11456                 but with java and the saxon library installed
11457
11458         * po/es.po
11459                 updated for release
11460
11461 2006-06-09 [colin]      2.2.3cvs7
11462
11463         * src/summaryview.c
11464                 Fix leak when using Display Sender using Addressbook
11465
11466 2006-06-09 [colin]      2.2.3cvs6
11467
11468         * src/compose.c
11469         * src/folder.c
11470         * src/folderview.c
11471         * src/mimeview.c
11472         * src/summaryview.c
11473                 More leaks fixes
11474
11475 2006-06-09 [paul]       2.2.3cvs5
11476
11477         * AUTHORS
11478         * src/gtk/authors.h
11479         * tools/claws.i18n.status.pl
11480                 updated with new info
11481
11482 2006-06-09 [paul]       2.2.3cvs4
11483
11484         * README
11485                 updated
11486         * manual/ack.xml
11487                 add wwp to authors list
11488         * src/gtk/authors.h
11489                 update mine and Colin's addresses
11490
11491 2006-06-08 [colin]      2.2.3cvs3
11492
11493         * src/etpan/imap-thread.c
11494                 Fix leak on SSL cert check
11495
11496 2006-06-08 [colin]      2.2.3cvs2
11497
11498         * src/common/utils.c
11499                 Fix leak
11500
11501 2006-06-08 [paul]       2.2.3cvs1
11502
11503         * configure.ac
11504                 Update version number following
11505                 stable release
11506
11507 2006-06-07 [colin]      2.2.2cvs3
11508
11509         * src/msgcache.c
11510                 Fix catching cache read errors (guint instead of gint)
11511                 Prevent malloc'ing more than 8MB (means cache corruption)
11512
11513 2006-06-07 [paul]       2.2.2cvs2
11514
11515         * src/exporthtml.c
11516         * src/exportldif.c
11517         * src/mh.c
11518         * src/mutt.c
11519         * src/pine.c
11520         * src/common/utils.c
11521                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11522                 obey $HOME'
11523                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11524                 Thanks to Colin
11525
11526 2006-06-06 [paul]       2.2.2cvs1
11527
11528         * configure.ac
11529                 Update version number following
11530                 stable release
11531
11532 2006-06-06 [paul]       2.2.1cvs6
11533
11534         * src/matcher.c
11535                 fix  implicit declaration of
11536                 sylpheed_do_idle()
11537                 Patch by Fabien Vantard
11538
11539 2006-06-06 [paul]       2.2.1cvs5
11540
11541         * src/matcher.c
11542                 fix age_greater and age_lower so that they
11543                 mean what say and not '...or equal to'
11544                 Thanks to Colin
11545
11546 2006-06-06 [paul]       2.2.1cvs4
11547
11548         * src/textview.c
11549         * src/common/utils.c
11550                 fix URI check
11551                 Thanks to Colin
11552
11553 2006-06-05 [wwp]        2.2.1cvs3
11554
11555         * manual/fr/account.xml
11556                 minor language fixes (thanks to Fabien Vantard).
11557
11558 2006-06-05 [colin]      2.2.1cvs2
11559
11560         * src/prefs_folder_item.c
11561         * src/folderview.c
11562                 Allow recursive setting of properties 
11563                 for whole mailboxes
11564         * src/matcher.c
11565                 Don't freeze on 'test' filtering rule
11566
11567 2006-06-05 [colin]      2.2.1cvs1
11568
11569         * configure.ac
11570                 Update version number following
11571                 stable release
11572
11573 2006-06-04 [wwp]        2.2.0cvs82
11574
11575         * manual/glossary.xml
11576         * manual/account.xml
11577         * manual/fr/glossary.xml
11578         * manual/fr/account.xml
11579                 added glossary section and references/links related to the Face custom header.
11580
11581 2006-06-04 [colin]      2.2.0cvs81
11582
11583         * src/summaryview.c
11584                 Skip to next message on move with no
11585                 immediate execution
11586
11587 2006-06-04 [wwp]        2.2.0cvs80
11588
11589         * manual/xml2pdf
11590                 added sanity checks, exit when needed.
11591
11592 2006-06-03 [paul]       2.2.0cvs79
11593
11594         * src/prefs_receive.c
11595                 page name is now 'Receiving'
11596         * src/prefs_send.c
11597                 page name is now 'Sending'
11598
11599 2006-06-03 [colin]      2.2.0cvs78
11600
11601         * src/plugins/spamassassin/spamassassin_gtk.c
11602                 Autoswitch to Localhost if transport was previously
11603                 disabled. Else people had to check [] Enable, then
11604                 *reselect* transport.
11605
11606 2006-06-03 [colin]      2.2.0cvs77
11607
11608         * src/plugins/pgpinline/pgpinline.c
11609         * src/plugins/pgpmime/pgpmime.c
11610                 Check that gpg_data_release_and_get_mem 
11611                 didn't fail (now, why this happens...)
11612
11613 2006-06-03 [colin]      2.2.0cvs76
11614
11615         * src/mbox.c
11616                 Fix bug #962 (Manual and/or UI should 
11617                 warn about incompatible locking 
11618                 causing dataloss)
11619
11620 2006-06-02 [cleroy]     2.2.0cvs75
11621
11622         * src/filtering.c
11623         * src/folder.c
11624         * src/procmsg.c
11625         * src/summaryview.c
11626                 Fix a few leaks
11627
11628 2006-06-02 [colin]      2.2.0cvs74
11629
11630         * src/main.c
11631                 On exit, free caches after writing them
11632                 Shuts up some valgrind false positives
11633         * src/procmsg.c
11634         * src/send_message.c
11635                 Fix races when reusing existing SMTP connections
11636                 Fix inexistant session timeout
11637         * src/toolbar.c
11638                 Display alertpanel after all queues have
11639                 been processed, not after each
11640
11641 2006-06-02 [wwp]        2.2.0cvs73
11642
11643         * manual/fr/glossary.xml
11644         * manual/fr/ack.xml
11645         * manual/ack.xml
11646                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11647
11648 2006-06-02 [wwp]        2.2.0cvs72
11649
11650         * manual/xml2pdf
11651         * manual/dist/pdf/Makefile.am
11652         * manual/dtd/manual.xsl
11653         * manual/fr/dist/pdf/Makefile.am
11654         * manual/pl/dist/pdf/Makefile.am
11655                 we changed the procedure to generate the .pdf version of the manual.
11656                 The procedure is more modern and the .pdf we get now has a valid index.
11657                 Here are the new pre-requisites:
11658
11659                 - JRE 1.x (1.4 here): there must be one from your distro
11660                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
11661                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
11662                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
11663
11664                 See my posts for further info about the installation of this toolchain:
11665
11666                 Date: Fri, 19 May 2006 19:40:06 +0200
11667                 From: wwp <subscript@free.fr>
11668                 To: sylpheed-claws-devel@lists.sourceforge.net
11669                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
11670
11671                 and
11672
11673                 Date: Wed, 24 May 2006 12:58:49 +0200
11674                 From: wwp <subscript@free.fr>
11675                 To: sylpheed-claws-devel@lists.sourceforge.net
11676                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
11677
11678 2006-06-01 [colin]      2.2.0cvs71
11679
11680         * src/compose.c
11681                 Better guards against IMAP races
11682         * src/main.c
11683         * src/prefs_common.c
11684         * src/prefs_common.h
11685         * src/common/ssl_certificate.c
11686         * src/etpan/imap-thread.c
11687         * src/etpan/imap-thread.h
11688         * src/gtk/sslcertwindow.c
11689                 New hidden option ssl_skip_cert_check to 
11690                 avoid dups of bug #959 (libetpan linked
11691                 against gnutls and gnutls buggy on 64bit)
11692                 Present expired warning only once per
11693                 session/server.
11694         * manual/advanced.xml
11695         * manual/fr/advanced.xml
11696                 Document new option
11697
11698 2006-06-01 [wwp]        2.2.0cvs70
11699
11700         * src/messageview.c
11701                 fix for bug #961 (return receipt dialog 
11702                 complains incorrectly about return-path 
11703                 email adress being different), thanks 
11704                 to Colin.
11705
11706 2006-05-31 [cleroy]     2.2.0cvs69
11707
11708         * src/common/ssl.c
11709                 Guard against NULLs, although this
11710                 should never be an issue
11711
11712 2006-05-31 [colin]      2.2.0cvs68
11713
11714         * src/filtering.c
11715                 Use g_slist_prepend
11716         * src/imap.c
11717                 Don't remove caches when destroying folder, it
11718                 could (should) be done at exit
11719         * src/inc.c
11720                 free processing cache after incorporation
11721         * src/etpan/imap-thread.c
11722                 Maybe fix bug #959 (Crash on moving to emails 
11723                 to a imap account per ssl with a expired 
11724                 certificate.)
11725
11726 2006-05-30 [colin]      2.2.0cvs67
11727
11728         * src/summaryview.c
11729                 Put back event flush when displaying message
11730                 It avoids reading a bunch of messages just
11731                 by hitting shift-n for too long ;)
11732
11733 2006-05-29 [colin]      2.2.0cvs66
11734
11735         * src/summaryview.c
11736                 Remove useless g_warnings
11737
11738 2006-05-29 [colin]      2.2.0cvs65
11739
11740         * src/imap.c
11741                 Fix g_slist_append()s for performance
11742
11743 2006-05-29 [colin]      2.2.0cvs64
11744
11745         * src/compose.c
11746         * src/common/utils.c
11747                 Fix extraneous tab at start of addresses
11748         * src/mainwindow.c
11749                 Fix warnings (thanks to Fabien)
11750                 Fix crash at exit when composing messages 
11751                 exist
11752         * src/pop.c
11753                 Fix progress bar when deleting expired mails
11754                 Thanks to Hiro
11755         * src/summaryview.c
11756         * src/gtk/gtksctree.c
11757                 Fix re-sorting slowness
11758
11759 2006-05-29 [paul]       2.2.0cvs63
11760
11761         * src/mh.c
11762                 fetch full message when moving mails
11763                 from another mailbox, (fixed data loss
11764                 when filtering from IMAP to MH, introduced
11765                 in 2.2.0cvs57).
11766                 Thanks to Colin
11767
11768 2006-05-29 [mones]      2.2.0cvs62
11769
11770         * src/gtk/gtksctree.c
11771                 Unselect faster (patch by Colin)        
11772
11773 2006-05-26 [colin]      2.2.0cvs61
11774
11775         * src/summaryview.c
11776                 Unplug MSGINFO_UPDATE callback on delete too.
11777
11778 2006-05-26 [colin]      2.2.0cvs60
11779
11780         * src/foldersel.c
11781                 Fix bold in folder selection window with glib2.10
11782                 thanks Hiro
11783
11784 2006-05-26 [colin]      2.2.0cvs59
11785
11786         * src/procheader.c
11787                 Convert date only if necessary (and don't
11788                 try to convert from utf8 to utf8, too)
11789         * src/summaryview.c
11790                 Only set column's text if the column's 
11791                 displayed
11792
11793 2006-05-26 [colin]      2.2.0cvs58
11794
11795         * src/summaryview.c
11796         * src/gtk/gtkutils.c
11797                 Fix useless warning
11798
11799 2006-05-26 [colin]      2.2.0cvs57
11800
11801         * src/mainwindow.c
11802                 Make summaryview selectable as long as 
11803                 no message has focus
11804         * src/mh.c
11805                 Faster deletion (by implementing mh_remove_msgs)
11806                 Faster copy (avoid using mh_fetch_msg just to get
11807                 the filename)
11808                 Faster move (using move_file instead of copy_file
11809                 if MSG_IS_MOVE)
11810                 No progressbar if total number of mails to cp/mv 
11811                 is less than 100
11812         * src/summaryview.c
11813                 Fix removal from subject_table when mail gets moved
11814                 Faster deletion (g_slist_prepend instead of append)
11815         * src/gtk/gtksctree.c
11816                 Remove useless code
11817
11818 2006-05-25 [colin]      2.2.0cvs56
11819
11820         * src/common/ssl_certificate.c
11821                 Fix leak in expired cert check
11822
11823 2006-05-25 [colin]      2.2.0cvs55
11824
11825         * src/mh.c
11826                 Disable flags syncing on .mh_sequences - it
11827                 is buggy and marks mails read under unknown
11828                 conditions.
11829
11830 2006-05-25 [paul]
11831
11832         * 2.3.0-rc4 released
11833
11834 2006-05-24 [colin]      2.2.0cvs54
11835
11836         attention cvs users: if you manage to crash
11837         Sylpheed-Claws while moving, copying or deleting
11838         mails, we *are* interested in stack traces and
11839         valgrind logs. It looks stable, but one never
11840         knows...
11841
11842         * src/folder.c
11843                 Add progressbar for cache updates
11844         * src/folderutils.c
11845                 Optimize Mark all read in the current
11846                 folder
11847         * src/mh.c
11848                 Add progressbar for copy/move
11849         * src/procmsg.c
11850                 Optimize O(n^2) in copy/move
11851         * src/summaryview.c
11852         * src/gtk/gtksctree.c
11853                 Optimize O(n^2) algos
11854         * src/common/timing.h
11855                 Display ms instead of us
11856
11857 2006-05-24 [wwp]        2.2.0cvs53
11858
11859         * manual/fr/advanced.xml
11860                 updates to the French manual.
11861
11862 2006-05-24 [wwp]        2.2.0cvs52
11863
11864         * src/common/utils.c
11865                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
11866
11867 2006-05-24 [wwp]        2.2.0cvs51
11868
11869         * src/folderutils.c
11870                 fixed "mark all read" in MH folders (thanks to Colin).
11871
11872 2006-05-24 [paul]       2.2.0cvs50
11873
11874         * doc/man/sylpheed-claws.1
11875                 updated the man page
11876
11877 2006-05-23 [colin]      2.2.0cvs49
11878
11879         * src/folderview.c
11880         * src/imap.c
11881         * src/inc.c
11882         * src/mbox.c
11883         * src/messageview.c
11884         * src/news.c
11885         * src/send_message.c
11886         * src/summaryview.c
11887         * src/gtk/sslcertwindow.c
11888                 alertpanel fixes, by Fabien
11889
11890 2006-05-23 [colin]      2.2.0cvs48
11891
11892         * src/folder.c
11893         * src/folderview.c
11894         * src/msgcache.c
11895         * src/summaryview.c
11896         * src/gtk/gtksctree.c
11897         * src/gtk/gtksctree.h
11898                 More timings
11899                 Fix slow loading problem, which was caused by the
11900                 use of some gtk_ctree funcs and their use of
11901                 g_list_position while gtk_ctree_(un)link'ing.
11902                 Reap more functions from gtkctree.c to be sure we
11903                 use our (fast) version instead of theirs.
11904         * src/mh.c
11905                 Fix copy of unread mails
11906
11907
11908 2006-05-22 [wwp]        2.2.0cvs47
11909
11910         * manual/fr/advanced.xml
11911                 updated.
11912
11913 2006-05-22 [colin]      2.2.0cvs46
11914
11915         * src/filtering.c
11916                 Fix possible infinite loop. 'copy' is not a 
11917                 final action, so when encountering a 'copy',
11918                 we have to check if a previous one was set
11919                 and do it. In the same way, if we encounter
11920                 a 'move' we have to perform a possibly 
11921                 pending 'copy'. This will slow down filtering
11922                 on IMAP if move+copy or multiple copy actions
11923                 are to be done, but handling it via the batch
11924                 would be really too convoluted.
11925
11926 2006-05-22 [wwp]        2.2.0cvs45
11927
11928         * manual/fr/advanced.xml
11929         * manual/fr/faq.xml
11930         * manual/fr/glossary.xml
11931         * manual/fr/handling.xml
11932         * manual/fr/intro.xml
11933         * manual/fr/plugins.xml
11934         * manual/fr/sylpheed-claws-manual.xml
11935                 sync w/ the english manual: updates URIs, documented mailing-list
11936                 support, better explanation about the enabled/disabled feature
11937                 in filtering/processing rules by Paul.
11938
11939 2006-05-21 [colin]      2.2.0cvs44
11940
11941         * src/summaryview.c
11942                 Don't expand after building threads, but during
11943
11944 2006-05-21 [colin]      2.2.0cvs43
11945
11946         * src/procmsg.c
11947         * src/summaryview.c
11948                 More timing possibilities... For next time I have 
11949                 to find out how the hell some 3GHz computer takes
11950                 one minute to open a 30k folder...
11951
11952 2006-05-21 [colin]      2.2.0cvs42
11953
11954         * manual/pl/advanced.xml
11955         * manual/pl/faq.xml
11956         * manual/pl/glossary.xml
11957         * manual/pl/handling.xml
11958         * manual/pl/intro.xml
11959         * manual/pl/plugins.xml
11960         * manual/pl/sylpheed-claws-manual.xml
11961                 Polish manual updated by Pawel
11962
11963 2006-05-20 [colin]
11964
11965         * 2.3.0-rc3 released
11966
11967 2006-05-20 [colin]      2.2.0cvs41
11968
11969         * src/imap.c
11970                 Fix -rc2 problems:
11971                 - remove cache of moved messages from original folder
11972                 - apply new flags to messages even if they aren't appliable
11973                   via IMAP.
11974
11975 2006-05-20 [colin]
11976
11977         * 2.3.0-rc2 released
11978
11979 2006-05-19 [colin]      2.2.0cvs40
11980
11981         * src/imap.c
11982                 Don't issue SELECT in imap_change_flags
11983                 before having checked that we indeed have
11984                 some flags to change. MSG_POSTFILTERED for
11985                 example can't be used on IMAP.
11986                 Fixes bug #955 (copying messages between 
11987                 imap folders is extremely slow), which was
11988                 a regression.
11989
11990 2006-05-19 [colin]      2.2.0cvs39
11991
11992         * src/folder.c
11993         * src/folder.h
11994         * src/folderview.c
11995                 Try to fix bug #830 (Some unread messages 
11996                 get marked read in IMAP inbox):
11997                 - Prevent scanning a folder if it's being 
11998                   opened via the GUI
11999                 - Postpone opening via the GUI of a folder
12000                   currently scanned.
12001
12002
12003 2006-05-19 [wwp]        2.2.0cvs38
12004
12005         * manual/advanced.xml
12006                 fix English+typo (thanks to Paul).
12007
12008 2006-05-19 [wwp]        2.2.0cvs37
12009
12010         * manual/advanced.xml
12011         * manual/fr/advanced.xml
12012         * src/gtk/logwindow.c
12013         * src/prefs_common.c
12014         * src/prefs_common.h
12015                 added hidden prefs to allow customization of colors used in
12016                 protocol log window (useful for dark gtk+ themes).
12017
12018 2006-05-19 [wwp]        2.2.0cvs36
12019
12020         * ChangeLog
12021                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12022
12023 2006-05-19 [paul]       2.2.0cvs35
12024
12025         * src/textview.c
12026                 make Reply-To fully clickable
12027         * src/gtk/logwindow.c
12028                 more colouring (SMTP ESMTP)
12029         Both patches by Pawel Pekala
12030
12031 2006-05-19 [cleroy]     2.2.0cvs34
12032
12033         * src/mh.c
12034                 Don't update flags from current folder
12035                 Probably fixes bug #935 (Read Messages 
12036                 Revert to Being Marked as Unread)
12037
12038 2006-05-18 [colin]      2.2.0cvs33
12039
12040         * src/imap.c
12041                 Warning fix
12042         * src/compose.c
12043         * src/mainwindow.c
12044         * src/summaryview.c
12045         * src/toolbar.c
12046                 Allow replying to multiple emails
12047                 in multiple windows
12048         * src/mimeview.c
12049         * src/etpan/imap-thread.c
12050                 Leak fixes
12051
12052 2006-05-18 [paul]       2.2.0cvs32
12053
12054         * src/summaryview.c
12055                 keep Mailing-List menu refreshed
12056                 Thanks to Colin
12057
12058 2006-05-18 [paul]       2.2.0cvs31
12059
12060         * manual/advanced.xml
12061         * manual/faq.xml
12062         * manual/glossary.xml
12063         * manual/handling.xml
12064         * manual/intro.xml
12065         * manual/plugins.xml
12066         * manual/sylpheed-claws-manual.xml
12067                 update URLs
12068                 add info about mailing-list support
12069                 edit filtering info
12070         * src/wizard.c
12071         * src/common/defs.h
12072         * src/gtk/about.c
12073         * src/plugins/dillo_viewer/README
12074                 update URLs
12075
12076 2006-05-17 [wwp]        2.2.0cvs30
12077
12078         * manual/handling.xml
12079         * manual/fr/handling.xml
12080                 documented the ability to enabled/disable filtering/processing rules.
12081
12082 2006-05-17 [colin]      2.2.0cvs29
12083
12084         * src/main.c
12085                 Don't initialize g_thread subsystem if it's 
12086                 already done (thanks to Hiro)
12087         * src/mimeview.c
12088                 Fix saving of parts when there name can't be
12089                 converted from UTF-8.
12090
12091 2006-05-17 [paul]       2.2.0cvs28
12092
12093         * po/Makefile.in.in
12094                 fix config.status warning with autoconf 2.60
12095
12096 2006-05-17 [paul]       2.2.0cvs27
12097
12098         * po/POTFILES.in
12099                 add src/mbox.c
12100
12101 2006-05-17 [wwp]        2.2.0cvs26
12102
12103         * src/mainwindow.c
12104                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12105
12106 2006-05-17 [wwp]        2.2.0cvs25
12107
12108         * src/plugins/demo/demo.c
12109                 updated product name in plugin demo (many plugins need to be
12110                 sync'ed w/ that change).
12111
12112 2006-05-17 [colin]      2.2.0cvs24
12113
12114         * src/mh.c
12115                 Fix leak
12116
12117 2006-05-16 [colin]      2.2.0cvs23
12118
12119         * src/mainwindow.c
12120                 Stupid me hit again. Fix cvs22.
12121
12122 2006-05-16 [colin]      2.2.0cvs22
12123
12124         * src/mainwindow.c
12125                 Fix bug #922 (sylpheed-claws crashed after 
12126                 pushing on Inbox folder)
12127
12128 2006-05-16 [colin]      2.2.0cvs21
12129
12130         * src/compose.c
12131                 Make From header be copy/paste/select-able
12132
12133 2006-05-16 [wwp]        2.2.0cvs20
12134
12135         * src/export.c
12136         * src/matcher.c
12137         * src/summaryview.c
12138         * src/etpan/imap-thread.c
12139                 fix some compiler warnings (thanks to Colin).
12140
12141 2006-05-16 [wwp]        2.2.0cvs19
12142
12143         * src/action.c
12144         * src/gedit-print.c
12145         * src/inc.c
12146         * src/mainwindow.c
12147         * src/mh.c
12148         * src/statusbar.c
12149         * src/send_message.c
12150         * src/summaryview.c
12151                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12152
12153 2006-05-15 [colin]      2.2.0cvs18
12154
12155         * src/procmsg.c
12156                 Fix automatic rule creation with List-Post
12157
12158 2006-05-15 [paul]       2.2.0cvs17
12159
12160         * tools/filter_conv_new.pl
12161                 updated for rule enabling/disabling
12162                 claws version >= 2.3.x required
12163
12164 2006-05-15 [cleroy]     2.2.0cvs16
12165
12166         * src/main.c
12167                 Revert test
12168
12169 2006-05-15 [cleroy]     2.2.0cvs15
12170
12171         * src/main.c
12172                 test
12173
12174 2006-05-15 [wwp]        2.2.0cvs14
12175
12176         * manual/pl/.cvsignore
12177                 ignore generated files.
12178
12179 2006-05-14 [wwp]        2.3.0-rc1
12180
12181         * 2.3.0-rc1 released
12182
12183 2006-05-13 [wwp]        2.2.0cvs13
12184
12185         * src/filtering.c
12186         * src/filtering.h
12187         * src/matcher.c
12188         * src/matcher_parser_lex.l
12189         * src/matcher_parser_parse.y
12190         * src/prefs_filtering.c
12191                 new feature: provide the ability to disable filtering and processing
12192                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12193                 adaptations.
12194
12195 2006-05-13 [colin]      2.2.0cvs12
12196
12197         * src/compose.c
12198                 Remove useless if (a) b; else b;
12199                 Thanks to wwp
12200
12201 2006-05-13 [wwp]        2.2.0cvs11
12202
12203         * src/export.c
12204         * src/import.c
12205         * src/mainwindow.c
12206         * src/mbox.c
12207         * src/summaryview.c
12208         * src/summaryview.h
12209                 no more silent failures (or at least less ones) when importing
12210                 or exporting from/to mbox. Also start importing/exporting if
12211                 the necessary info is set.
12212
12213 2006-05-13 [wwp]        2.2.0cvs10
12214
12215         * RELEASE_NOTES
12216                 restored up-to-date release notes.
12217
12218 2006-05-13 [paul]       2.2.0cvs9
12219
12220         * po/nl.po
12221         * po/ru.po
12222                 updated by Tim Dijkstra and Pavlo Bohmat
12223
12224 2006-05-12 [colin]      2.2.0cvs8
12225
12226         * src/gtk/quicksearch.c
12227                 Add "k" as shortcut for "colorlabel". Patch
12228                 by ath42@users.sf.net.
12229
12230 2006-05-12 [paul]       2.2.0cvs7
12231
12232         * src/prefs_common.h
12233         * src/prefs_summaries.c
12234         * src/summaryview.c
12235                 when entering a folder also allow
12236                 going directly to first Marked message
12237
12238 2006-05-12 [paul]       2.2.0cvs6
12239
12240         * src/summaryview.c
12241                 always obey 'confirm before marking all
12242                 mails read' option
12243
12244 2006-05-12 [paul]       2.2.0cvs5
12245
12246         * src/textview.c
12247                 make Sender fully clickable
12248
12249 2006-05-12 [colin]      2.2.0cvs4
12250
12251         * src/compose.c
12252         * src/compose.h
12253                 Let From be editable
12254         * src/main.c
12255         * src/mh.c
12256                 Full support of .mh_sequences' Unseen seq
12257
12258 2006-05-12 [colin]      2.2.0cvs3
12259
12260         * src/folder.c
12261         * src/mainwindow.c
12262         * src/mainwindow.h
12263         * src/messageview.c
12264         * src/prefs_spelling.c
12265         * src/procheader.c
12266         * src/procmsg.c
12267         * src/procmsg.h
12268         * src/summaryview.c
12269         * src/toolbar.c
12270         * src/toolbar.h
12271                 Add contextual menu on Compose toolbar
12272                 button. Fixes bug #944 (Automatic
12273                 addresses not applied when changing account
12274                 from compose window)
12275                 add Mailing List support
12276                 based on the old 0.6.5claws25 patch by
12277                 Melvin Hadasht, with finishing touches
12278                 by Colin
12279                 Fix "ignore thread" when mails are threaded by
12280                 subject (and weren't ignored although appearing
12281                 in the thread).
12282                 GUI rework.
12283                 Both patches by Pawel.
12284
12285 2006-05-08 [paul]       2.2.0cvs2
12286
12287         * src/mainwindow.c
12288         * src/mainwindow.h
12289         * src/messageview.c
12290         * src/procheader.c
12291         * src/procmsg.c
12292         * src/procmsg.h
12293         * src/summaryview.c
12294                 add Mailing List support
12295                 based on the old 0.6.5claws25 patch by 
12296                 Melvin Hadasht, with finishing touches
12297                 by Colin
12298
12299 2006-05-08 [colin]      2.2.0cvs1
12300
12301         * src/mainwindow.c
12302         * src/toolbar.c
12303         * src/toolbar.h
12304                 Add contextual menu on Compose toolbar 
12305                 button. Fixes bug #944 (Automatic 
12306                 addresses not applied when changing account 
12307                 from compose window)
12308
12309 2006-05-08 [paul]       2.2.0
12310
12311         2.2.0 released
12312
12313 2006-05-08 [paul]       2.1.1cvs51
12314
12315         * po/cs.po
12316         * po/de.po
12317         * po/en_GB.po
12318         * po/fi.po
12319         * po/fr.po
12320         * po/pt_BR.po
12321         * po/sr.po
12322         * po/zh_CN.po
12323                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12324                 Fabien Vantard, Frederico Goncalves Guimaraes,
12325                 Aleksandar Urosevic, and Ralgh Young
12326
12327 2006-05-12 [colin]      2.1.1cvs50
12328
12329         * po/cs.po
12330         * po/de.po
12331         * po/en_GB.po
12332         * po/es.po
12333         * po/fi.po
12334         * po/fr.po
12335         * po/pt_BR.po
12336         * po/sr.po
12337         * po/zh_CN.po
12338                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12339                 Fabien Vantard, Frederico Goncalves Guimaraes,
12340                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12341
12342 2006-05-05 [colin]      2.1.1cvs49
12343
12344         * manual/Makefile.am
12345         * manual/pl/Makefile.am
12346         * manual/pl/account.xml
12347         * manual/pl/ack.xml
12348         * manual/pl/addrbook.xml
12349         * manual/pl/advanced.xml
12350         * manual/pl/faq.xml
12351         * manual/pl/glossary.xml
12352         * manual/pl/gpl.xml
12353         * manual/pl/handling.xml
12354         * manual/pl/intro.xml
12355         * manual/pl/keyboard.xml
12356         * manual/pl/plugins.xml
12357         * manual/pl/starting.xml
12358         * manual/pl/sylpheed-claws-manual.xml
12359         * manual/pl/dist/.cvsignore
12360         * manual/pl/dist/Makefile.am
12361         * manual/pl/dist/html/.cvsignore
12362         * manual/pl/dist/html/Makefile.am
12363         * manual/pl/dist/pdf/.cvsignore
12364         * manual/pl/dist/pdf/Makefile.am
12365         * manual/pl/dist/ps/.cvsignore
12366         * manual/pl/dist/ps/Makefile.am
12367         * manual/pl/dist/txt/.cvsignore
12368         * manual/pl/dist/txt/Makefile.am
12369                 Add the polish translation of the manual,
12370                 Authored by Pawel Pekala.
12371
12372 2006-05-05 [cleroy]     2.1.1cvs48
12373
12374         * src/main.c
12375                 Re-read matcherrc after loading plugins 
12376                 if some of them add folders.
12377
12378 2006-05-03 [colin]      2.1.1cvs47
12379
12380         * src/imap.c
12381                 I'm idiot
12382
12383 2006-05-03 [colin]      2.1.1cvs46
12384
12385         * src/imap.c
12386                 Be sure to have a session when
12387                 getting separator
12388
12389 2006-05-03 [colin]      2.1.1cvs45
12390
12391         * src/imap.c
12392         * src/imap.h
12393         * src/imap_gtk.c
12394                 Fix preventing renaming with namespace 
12395                 separator.
12396
12397 2006-05-01 [colin]      2.1.1cvs44
12398
12399         * src/action.c
12400                 Don't reload messageview when result of
12401                 action is piped.
12402
12403 2006-04-29 [colin]      2.1.1cvs43
12404
12405         * src/prefs_receive.c
12406         * src/plugins/spamassassin/spamassassin_gtk.c
12407         * src/plugins/clamav/clamav_plugin_gtk.c
12408                 GUI fixes by Pawel
12409
12410 2006-04-29 [colin]      2.1.1cvs42
12411
12412         * src/prefs_compose_writing.c
12413         * src/prefs_quote.c
12414                 Cleanups. Patch by Pawel
12415
12416 2006-04-28 [paul]       2.1.1cvs41
12417
12418         * src/matcher.c
12419                 fix returned quick search results when search
12420                 term contains an underscore.
12421                 Thanks to Colin
12422
12423 2006-04-28 [paul]       2.1.1cvs40
12424
12425         * src/prefs_message.c
12426         * src/prefs_receive.c
12427                 GUI cleanups
12428                 Patches by Pawel Pekala
12429
12430 2006-04-27 [colin]      2.1.1cvs39
12431
12432         * src/wizard.c
12433                 Differentiate subject Welcome from
12434                 window's title Welcome
12435
12436 2006-04-27 [paul]
12437
12438         2.2.0-rc1 released
12439
12440 2006-04-27 [paul]       2.1.1cvs38
12441
12442         * manual/advanced.xml
12443         * manual/fr/advanced.xml
12444                 add info about compose_no_markup hidden pref
12445
12446 2006-04-27 [paul]       2.1.1cvs37
12447
12448         * src/prefs_account.c
12449                 improve privacy labels
12450         * src/prefs_msg_colors.c
12451                 change some strings for translators' convenience
12452         * src/gtk/gtkutils.c
12453                 don't underline the link button text
12454
12455 2006-04-25 [colin]      2.1.1cvs36
12456
12457         * src/folder.c
12458                 Complete 2.1.1cvs33 (once more ;)
12459
12460 2006-04-25 [colin]      2.1.1cvs35
12461
12462         * src/editldap.c
12463                 Fix tooltip
12464
12465 2006-04-25 [cleroy]     2.1.1cvs34
12466
12467         * src/compose.c
12468         * src/gtk/gtkaspell.c
12469                 Fix crash on redirect (related to the return 
12470                 of the aspell menu in compose's toolbar)
12471         * src/prefs_msg_colors.c
12472                 Fix sensitivity widgets
12473         * src/image_viewer.c
12474         * src/gtk/pluginwindow.c
12475         * src/gtk/prefswindow.c
12476                 Change released signals to clicked (Fabien)
12477         * po/POTFILES.in
12478         * src/common/socket.c
12479         * src/plugins/spamassassin/spamassassin.c
12480                 Translate strings (Fabien)
12481
12482 2006-04-25 [paul]       2.1.1cvs33
12483
12484         * src/folder.c
12485         * src/folder.h
12486         * src/folderview.c
12487                 complete the fix of bug #912
12488                 Thanks to Colin
12489
12490 2006-04-25 [colin]      2.1.1cvs32
12491
12492         * src/news.c
12493                 Better progress bar
12494         * src/mimeview.c
12495         * src/summaryview.c
12496         * src/summaryview.h
12497                 Fix focus chain
12498                 Patches by Pawel Pekala
12499
12500 2006-04-24 [colin]      2.1.1cvs31
12501
12502         * src/compose.c
12503                 Fix compilation warnings (Fabien)
12504
12505 2006-04-24 [colin]      2.1.1cvs30
12506
12507         * src/addrindex.c
12508         * src/editldap.c
12509         * src/editldap_basedn.c
12510         * src/editldap_basedn.h
12511         * src/ldapctrl.c
12512         * src/ldapctrl.h
12513         * src/ldapquery.c
12514         * src/ldaputil.c
12515         * src/ldaputil.h
12516                 Fix bug #901 (LDAPS support)
12517
12518 2006-04-24 [colin]      2.1.1cvs29
12519
12520         * src/compose.c
12521                 Fix logic on error with send dialog on
12522         * src/imap.c
12523                 Fix compilation without libetpan, thanks
12524                 to Fabien
12525         * src/summaryview.c
12526                 Fix 'context-menu' key
12527
12528 2006-04-23 [colin]      2.1.1cvs28
12529
12530         * src/folder.c
12531                 Never free current's cache to free up 
12532                 memory. Fixes bug #912 (new count 
12533                 randomly set to message count)
12534
12535 2006-04-23 [colin]      2.1.1cvs27
12536
12537         * src/gtk/quicksearch.c
12538                 And remove printf...
12539
12540 2006-04-23 [colin]      2.1.1cvs26
12541
12542         * src/gtk/quicksearch.c
12543                 Fix replacing in quicksearch, and fix inserting
12544                 in the middle of the string. (introduced at 2.1.0cvs22)
12545
12546 2006-04-23 [colin]      2.1.1cvs25
12547
12548         * src/imap.c
12549                 Make sure uidnext is initialized in get_num_list
12550                 (not for stable, related to 2.1.1cvs8 and friends)
12551
12552 2006-04-23 [colin]      2.1.1cvs24
12553
12554         * src/imap.c
12555                 Output something when login is successful
12556                 too
12557
12558 2006-04-23 [colin]      2.1.1cvs23
12559
12560         * src/etpan/imap-thread.c
12561                 Better logging (line-per-line, hide data in fetch)
12562                 Fix a const warning
12563         * src/gtk/logwindow.c
12564         * src/gtk/logwindow.h
12565                 Better logging (color for input/output)
12566
12567 2006-04-21 [colin]      2.1.1cvs22
12568
12569         * src/gtk/quicksearch.c
12570                 On gtk+-2.8, use stock buttons in quicksearch
12571                 Based on a patch by Fabien and a design by Paul
12572
12573 2006-04-21 [colin]      2.1.1cvs21
12574
12575         * src/folderview.c
12576         * src/mainwindow.c
12577                 Fix occasional flicker in folderview
12578         * src/common/utils.c
12579                 Fix bug #943 (Incorrectly parsed email address 
12580                 list in short headers on message view and in 
12581                 printouts)
12582
12583 2006-04-20 [colin]      2.1.1cvs20
12584
12585         * src/imap.c
12586         * src/imap.h
12587         * src/prefs_account.c
12588                 Add ANONYMOUS auth for IMAP
12589
12590 2006-04-20 [paul]       2.1.1cvs19
12591
12592         * src/main.c
12593                 proper fix for 2.1.1cvs18
12594                 Thanks to Colin
12595
12596 2006-04-20 [paul]       2.1.1cvs18
12597
12598         * src/main.c
12599                 fix build warnings
12600
12601 2006-04-20 [paul]       2.1.1cvs17
12602
12603         * src/gtk/quicksearch.c
12604                 fix standard, non-extended Quick search,
12605                 was broken in 2.1.1cvs15.
12606                 Thanks to Colin.
12607
12608 2006-04-20 [colin]      2.1.1cvs16
12609
12610         * src/prefs_matcher.c
12611                 Fix values when reselecting a ~test
12612                 rule
12613
12614 2006-04-19 [colin]      2.1.1cvs15
12615
12616         * src/compose.c
12617         * src/compose.h
12618         * src/gtk/gtkaspell.c
12619         * src/gtk/gtkaspell.h
12620                 Put back Options menu in Spelling/
12621         * src/gtk/quicksearch.c
12622                 Don't search, and show error, if the
12623                 advanced search has a syntax error
12624
12625 2006-04-18 [colin]      2.1.1cvs14
12626
12627         * src/textview.c
12628                 Fix gdk warnings on set_cursor when textview
12629                 isn't visible
12630
12631 2006-04-18 [colin]      2.1.1cvs13
12632
12633         * src/gtk/gtksctree.c
12634                 Remove seemingly useless refresh that causes
12635                 flicker - watch this commit in case of 
12636                 problems before planned backport to stable
12637
12638 2006-04-18 [colin]      2.1.1cvs12
12639
12640         * src/imap.c
12641                 Factorize get/set_xml code
12642         * src/compose.c
12643         * src/prefs_account.c
12644         * src/prefs_account.h
12645         * src/procmsg.c
12646                 Add Encrypt to self option
12647
12648 2006-04-17 [colin]      2.1.1cvs11
12649
12650         * configure.ac
12651                 Fix search on encrpyt function on dragonfly
12652                 Patch by Jonathan Buschmann <jonthn@agmact.com>
12653
12654 2006-04-17 [colin]      2.1.1cvs10
12655
12656         * src/prefs_account.c
12657                 Be safe by default: remove mails from POP3
12658                 after 7 days, not immediately
12659
12660 2006-04-17 [colin]      2.1.1cvs9
12661
12662         * src/etpan/imap-thread.c
12663                 Fix build on DragonFly - patch by 
12664                 Jonathan Buschmann <jonthn@agmact.com>
12665
12666 2006-04-17 [colin]      2.1.1cvs8
12667
12668         * src/imap.c
12669                 Save uidnext between sessions
12670
12671 2006-04-17 [colin]      2.1.1cvs7
12672
12673         * src/imap.c
12674                 scan is required when uid validity changes
12675
12676 2006-04-17 [colin]      2.1.1cvs6
12677
12678         * src/folderview.c
12679                 Don't scan if not necessary, apart in current
12680                 folder and INBOX to fetch flags.
12681         * src/imap.c
12682                 Scan is necessary if unread count changes
12683
12684 2006-04-17 [colin]      2.1.1cvs5
12685
12686         * src/imap.c
12687                 ...But always fetch ANSWERED and DELETED flags for
12688                 INBOX, as filtering can happen on these flags.
12689
12690 2006-04-17 [colin]      2.1.1cvs4
12691
12692         * src/imap.c
12693                 Don't fetch REPLIED and DELETED flags when synchronising
12694                 flags with a closed folder. We only need UNSEEN and FLAGGED
12695                 to update the folderview.
12696
12697 2006-04-17 [colin]      2.1.1cvs3
12698
12699         * src/imap.c
12700                 Faster flag search when there are new mails 
12701                 in a folder. We can do a full search if the 
12702                 folder contains less messages than the new
12703                 list.
12704
12705 2006-04-17 [colin]      2.1.1cvs2
12706
12707         * po/cs.po
12708         * po/de.po
12709         * po/fr.po
12710         * po/nl.po
12711         * po/pt_BR.po
12712                 Update translations from stable branch
12713
12714 2006-04-17 [colin]      2.1.1cvs1
12715
12716         * configure.ac
12717                 Bump version to follow stable release
12718
12719 2006-04-16 [mones]      2.1.0cvs50
12720
12721         * po/es.po
12722                 Updated for release
12723
12724 2006-04-16 [colin]      2.1.0cvs49
12725
12726         * src/textview.c
12727                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
12728                 with gtk < 2.8. Thanks to Fabien Vantard.
12729
12730 2006-04-15 [colin]      2.1.0cvs48
12731
12732         * src/etpan/imap-thread.c
12733                 Fix bug #919 (libetpan: SEGV when connecting 
12734                 using command)
12735
12736 2006-04-14 [colin]      2.1.0cvs47
12737
12738         * src/main.c
12739                 Fix race on --select (should be done better)
12740
12741 2006-04-14 [wwp]        2.1.0cvs46
12742
12743         * src/send_message.c
12744                 enforce a check for domain in account prefs (a sending
12745                 error could be faced if domain was checked but no value set),
12746                 thanks to Colin.
12747
12748 2006-04-14 [colin]      2.1.0cvs45
12749
12750         * src/codeconv.c
12751                 when converting from unknown to unknown, if the
12752                 string is UTF8, don't convert it to the locale
12753                 (which breaks it)
12754
12755 2006-04-14 [colin]      2.1.0cvs44
12756
12757         * src/compose.c
12758                 Don't try to use ASCII for converting headers
12759                 (as done in body)
12760
12761 2006-04-14 [paul]       2.1.0cvs43
12762
12763         * src/crash.c
12764                 add locale/charset info to crash report
12765         * src/gtk/about.c
12766                 add wwp to doc team
12767                 replace 'e-mail' with preferred 'email'
12768         * src/gtk/authors.h
12769                 ensure contributors list is in alphabetical
12770                 order
12771
12772 2006-04-13 [colin]      2.1.0cvs42
12773
12774         * src/textview.c
12775                 Prevent gdk warnings
12776
12777 2006-04-13 [colin]      2.1.0cvs41
12778
12779         * src/common/ssl_certificate.c
12780         * src/common/ssl_certificate.h
12781         * src/gtk/sslcertwindow.c
12782                 Warn on expired certs, and display the expiration date
12783
12784 2006-04-13 [colin]      2.1.0cvs40
12785
12786         * src/plugins/spamassassin/spamassassin_gtk.c
12787                 Fix missing set_text on unix socket
12788
12789 2006-04-13 [wwp]        2.1.0cvs39
12790
12791         * manual/fr/advanced.xml
12792         * manual/fr/glossary.xml
12793                 applied new spam/ham/email lexicon (pourriel, courriel)
12794
12795 2006-04-13 [paul]       2.1.0cvs38
12796
12797         * src/plugins/pgpmime/plugin.c
12798                 remove the mention of S/MIME from the
12799                 description. This is now handled by the
12800                 S/MIME plugin.
12801
12802 2006-04-13 [paul]       2.1.0cvs37
12803
12804         * src/prefs_msg_colors.c
12805                 rework dialog
12806         * src/prefs_folder_item.c
12807         * src/prefs_spelling.c
12808                 add a tooltip to the colour selector buttons
12809
12810 2006-04-13 [wwp]        2.1.0cvs36
12811
12812         * manual/advanced.xml
12813         * manual/glossary.xml
12814         * manual/handling.xml
12815         * manual/keyboard.xml
12816         * manual/plugins.xml
12817         * manual/starting.xml
12818         * manual/fr/account.xml
12819         * manual/fr/ack.xml
12820         * manual/fr/addrbook.xml
12821         * manual/fr/advanced.xml
12822         * manual/fr/faq.xml
12823         * manual/fr/glossary.xml
12824         * manual/fr/gpl.xml
12825         * manual/fr/handling.xml
12826         * manual/fr/intro.xml
12827         * manual/fr/keyboard.xml
12828         * manual/fr/plugins.xml
12829         * manual/fr/starting.xml
12830         * manual/fr/sylpheed-claws-manual.xml
12831                 fixes to the manuals:
12832                  - summaryview -> Message List (same in French)
12833                  - translate key names
12834                  - fix French punctuation, use non-breakable spaces when
12835                    necessary, don't use &thinsp; which is not portable
12836                  - tell what maildir and mbox formats we support
12837
12838 2006-04-12 [wwp]        2.1.0cvs35
12839
12840         * src/prefs_toolbar.c
12841                 unified a replace button more,
12842                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12843
12844 2006-04-12 [wwp]        2.1.0cvs34
12845
12846         * src/prefs_common.c
12847         * src/prefs_msg_colors.c
12848                 make default color labels translatable,
12849                 patch from Fabien Vantard <fzzzzz@gmail.com>,
12850                 thanks to Tim <timbrain@post.cz> for reporting.
12851
12852 2006-04-12 [wwp]        2.1.0cvs33
12853
12854         * manual/glossary.xml
12855         * manual/intro.xml
12856         * manual/plugins.xml
12857         * manual/starting.xml
12858         * manual/sylpheed-claws-manual.xml
12859         * manual/fr/.cvsignore
12860         * manual/fr/account.xml
12861         * manual/fr/ack.xml
12862         * manual/fr/addrbook.xml
12863         * manual/fr/advanced.xml
12864         * manual/fr/faq.xml
12865         * manual/fr/glossary.xml
12866         * manual/fr/handling.xml
12867         * manual/fr/intro.xml
12868         * manual/fr/keyboard.xml
12869         * manual/fr/plugins.xml
12870         * manual/fr/starting.xml
12871         * manual/fr/sylpheed-claws-manual.xml
12872                 various fixes: typos, missing .fr translations, punctuation,
12873                 capitalization, links, accents and some bad French more.
12874
12875 2006-04-12 [wwp]        2.1.0cvs32
12876
12877         * src/prefs_gtk.c
12878                 fix for bug #935: always store prefs files in UTF-8 (thanks
12879                 to Colin).
12880
12881 2006-04-11 [colin]      2.1.0cvs31
12882
12883         * src/compose.c
12884                 Fix inserting files not in utf8 when locale is utf8
12885
12886 2006-04-11 [colin]      2.1.0cvs30
12887
12888         * src/inc.c
12889                 Don't show error dialog when cancelling connection
12890                 Patch by Pawel
12891
12892 2006-04-11 [cleroy]     2.1.0cvs29
12893
12894         * src/compose.c
12895                 Implement multiple quote levels
12896         * src/prefs_common.c
12897                 Change a little bit the quote bgcolor for 2nd level
12898
12899 2006-04-11 [colin]      2.1.0cvs28
12900
12901         * src/gtk/about.c
12902                 Add locale and charset in the label
12903
12904 2006-04-10 [colin]      2.1.0cvs27
12905
12906         * src/compose.c
12907         * src/prefs_common.c
12908         * src/prefs_common.h
12909         * src/prefs_msg_colors.c
12910         * src/textview.c
12911                 Allow optional background color in quotes
12912                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
12913                 GTK+-2.8.x feature
12914
12915 2006-04-10 [colin]      2.1.0cvs26
12916
12917         * src/main.c
12918         * src/mainwindow.c
12919         * src/mainwindow.h
12920                 Implement --select
12921
12922 2006-04-10 [colin]      2.1.0cvs25
12923
12924         * manual/plugins.xml
12925         * manual/fr/plugins.xml
12926                 Document libcurl's proxy variables
12927
12928 2006-04-09 [colin]      2.1.0cvs24
12929
12930         * src/prefs_common.c
12931                 gettext() returns statically allocated stuff. We have
12932                 to strdup it in order to be able to free it.
12933
12934 2006-04-09 [colin]      2.1.0cvs23
12935
12936         * AUTHORS
12937         * src/gtk/authors.h
12938                 Add Alexei
12939
12940 2006-04-09 [colin]      2.1.0cvs22
12941
12942         * src/mainwindow.c
12943         * src/gtk/quicksearch.c
12944                 Fix bug #859 (problems with cyrilic input in 
12945                 search panel) - Patch by Alexey Illarionov 
12946                 <littlesavage@rambler.ru>
12947
12948 2006-04-09 [colin]      2.1.0cvs21
12949
12950         * src/prefs_customheader.c
12951                 I prefer removing then freeing rather than the contrary
12952                 (even if it doesn't change anything ;-)
12953         * src/prefs_account.c
12954                 Fix bug #933 (Crash re-entering the custom headers list 
12955                 dialog in accounts prefs)
12956                 The problem happened when cancelling the Account 
12957                 Preferences' dialogs - in which case we didn't do 
12958                 anything to the PrefsAccount * struct. In case of applying,
12959                 the old ac_prefs was replaced with the tmp_ac_prefs we were
12960                 working with in this dialog. The problem is that 
12961                 prefs_customheader.c, working on this tmp_ac_prefs, always
12962                 changes the ->customhdr_list pointer, even when cancelled. 
12963                 So in case of cancelling the prefs_account dialog, we still
12964                 have to update ->customhdr_list in the real account.
12965
12966 2006-04-08 [colin]      2.1.0cvs20
12967
12968         * manual/fr/glossary.xml
12969         * manual/fr/keyboard.xml
12970                 Forgot some headers :)
12971
12972 2006-04-08 [colin]      2.1.0cvs19
12973
12974         * manual/Makefile.am
12975         * manual/fr/Makefile.am
12976         * manual/fr/account.xml
12977         * manual/fr/ack.xml
12978         * manual/fr/addrbook.xml
12979         * manual/fr/advanced.xml
12980         * manual/fr/faq.xml
12981         * manual/fr/glossary.xml
12982         * manual/fr/gpl.xml
12983         * manual/fr/handling.xml
12984         * manual/fr/intro.xml
12985         * manual/fr/keyboard.xml
12986         * manual/fr/plugins.xml
12987         * manual/fr/starting.xml
12988         * manual/fr/sylpheed-claws-manual.xml
12989         * manual/fr/dist/.cvsignore
12990         * manual/fr/dist/Makefile.am
12991         * manual/fr/dist/html/.cvsignore
12992         * manual/fr/dist/html/Makefile.am
12993         * manual/fr/dist/pdf/.cvsignore
12994         * manual/fr/dist/pdf/Makefile.am
12995         * manual/fr/dist/ps/.cvsignore
12996         * manual/fr/dist/ps/Makefile.am
12997         * manual/fr/dist/txt/.cvsignore
12998         * manual/fr/dist/txt/Makefile.am
12999                 Add the french translation of the manual. Thanks to
13000                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13001                 account.xml, ack.xml, addrbook.xml and advanced.xml
13002
13003 2006-04-08 [colin]      2.1.0cvs18
13004
13005         * manual/plugins.xml
13006         * manual/starting.xml
13007                 More fixes
13008
13009 2006-04-07 [colin]      2.1.0cvs17
13010
13011         * manual/faq.xml
13012         * manual/intro.xml
13013         * manual/keyboard.xml
13014                 Little fixes
13015
13016 2006-04-07 [colin]      2.1.0cvs16
13017
13018         * README
13019         * src/compose.c
13020         * src/prefs_common.c
13021         * src/prefs_common.h
13022                 Add hidden compose_no_markup pref
13023
13024 2006-04-07 [wwp]        2.1.0cvs15
13025
13026         * src/summary_search.c
13027         * .cvsignore
13028                 Bugfix: stop button was sticky when searching in an empty folder.
13029                 Applied curly brackets code style to the whole file (summary_search.c).
13030                 More files to ignore.
13031
13032 2006-04-07 [wwp]        2.1.0cvs14
13033
13034         * src/message_search.c
13035         * src/summary_search.c
13036                 changed default button when search bumps at file/folder
13037                 beginning or end, for convenience (thanks to Colin).
13038
13039 2006-04-07 [paul]       2.1.0cvs13
13040
13041         * src/plugins/dillo_viewer/dillo_prefs.c
13042                 avoid future potential for namespace collision
13043                 Patch by Colin
13044
13045 2006-04-06 [wwp]        2.1.0cvs12
13046
13047         * src/summary_search.c
13048                 Unify extended/advanced searches names (and thus factorize labels),
13049                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13050
13051 2006-04-06 [wwp]        2.1.0cvs11
13052
13053         * src/folderview.c
13054         * src/prefs_themes.c
13055         * src/summaryview.c
13056                 Fixed some compilation warnings.
13057
13058 2006-04-06 [colin]      2.1.0cvs10
13059
13060         * manual/advanced.xml
13061                 Document the wizard template and how to deploy
13062                 Sylpheed-Claws effectively
13063
13064 2006-04-06 [colin]      2.1.0cvs9
13065
13066         * src/folderview.c
13067                 gettext patch to tell translators about _("#"),
13068                 by Maxim Britov
13069
13070 2006-04-06 [colin]      2.1.0cvs8
13071
13072         * src/textview.c
13073                 Fix invalid GtkTextBIter after clicking "Display as text"
13074
13075 2006-04-06 [mones]      2.1.0cvs7
13076
13077         * src/addr_compl.c
13078         * src/addrindex.c
13079         * src/addritem.c
13080         * src/codeconv.c
13081         * src/compose.c
13082         * src/filtering.c
13083         * src/folder.c
13084         * src/folder_item_prefs.c
13085         * src/folderview.c
13086         * src/localfolder.c
13087         * src/matcher.c
13088         * src/mimeview.c
13089         * src/prefs_msg_colors.c
13090         * src/prefs_spelling.c
13091         * src/prefs_themes.c
13092         * src/procmime.c
13093         * src/procmsg.c
13094         * src/stock_pixmap.c
13095         * src/summaryview.c
13096         * src/textview.c
13097         * src/toolbar.c
13098         * src/common/mgutils.c
13099         * src/common/prefs.c
13100         * src/common/ssl_certificate.c
13101         * src/gtk/colorlabel.c
13102         * src/gtk/quicksearch.c
13103         * src/plugins/pgpmime/pgpmime.c
13104         * src/plugins/spamassassin/spamassassin.c
13105                 Removed redundant NULL checks for g_free() calls.
13106                 Patch by Pawel Pekala.
13107
13108 2006-04-06 [mones]      2.1.0cvs6
13109
13110         * src/prefs_actions.c
13111         * src/prefs_filtering.c
13112         * src/prefs_filtering_action.c
13113         * src/prefs_matcher.c
13114         * src/prefs_template.c
13115         * src/gtk/gtkutils.c
13116         * src/gtk/gtkutils.h
13117                 Have a nice replace button. Patch by Pawel Pekala
13118
13119 2006-04-06 [colin]      2.1.0cvs5
13120
13121         * src/addressbook.c
13122                 Fix crash with empty columns
13123
13124 2006-04-05 [colin]      2.1.0cvs4
13125
13126         * src/wizard.c
13127         * src/prefs_gtk.c
13128                 Allow wizard customization with pre-filled values
13129
13130 2006-04-05 [colin]      2.1.0cvs3
13131
13132         * src/textview.c
13133         * src/mimeview.c
13134         * src/mimeview.h
13135                 Nicer messages in mimeview
13136
13137 2006-04-05 [colin]      2.1.0cvs2
13138
13139         * src/addressbook.c
13140         * src/prefs_summaries.c
13141                 i18n fix
13142
13143 2006-04-05 [colin]      2.1.0cvs1
13144
13145         * src/plugins/pgpcore/plugin.c
13146         * src/plugins/pgpcore/select-keys.c
13147         * src/plugins/pgpcore/select-keys.h
13148         * src/plugins/pgpcore/sgpgme.c
13149         * src/plugins/pgpcore/sgpgme.h
13150         * src/plugins/pgpinline/pgpinline.c
13151         * src/plugins/pgpinline/plugin.c
13152         * src/plugins/pgpmime/pgpmime.c
13153         * src/plugins/pgpmime/plugin.c
13154                 Factorize and generalize a bit 
13155                 Drop S/MIME signature verification from PGP/MIME
13156                 (adding it as another, more complete plugin)
13157
13158 2006-04-05 [paul]       2.1.0
13159
13160         2.1.0 released
13161
13162 2006-04-05 [paul]       2.0.0cvs186
13163
13164         * manual/advanced.xml
13165                 add info on colour labels
13166
13167 2006-04-05 [paul]       2.0.0cvs185
13168
13169         * po/bg.po
13170         * po/cs.po
13171         * po/de.po
13172         * po/el.po
13173         * po/en_GB.po
13174         * po/fi.po
13175         * po/fr.po
13176         * po/it.po
13177         * po/nl.po
13178         * po/pl.po
13179         * po/pt_BR.po
13180         * po/sr.po
13181         * po/zh_CN.po
13182                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13183                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13184                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13185                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13186         * src/gtk/authors.h
13187         * tools/claws.i18n.status.pl
13188                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13189                 and new Czech translator, Tim <timbrain@post.cz>
13190
13191 2006-04-05 [mones]      2.0.0cvs184
13192
13193         * po/es.po
13194                 Updated translation
13195
13196 2006-04-05 [colin]      2.0.0cvs183
13197
13198         * src/gtk/quicksearch.c
13199                 Fix bug #929 (unnecessary reload in quick search bar)
13200
13201 2006-04-05 [colin]      2.0.0cvs182
13202
13203         * src/compose.c
13204                 Fix crash on Reply with no From:
13205                 Show signature and conversion error on queuing 
13206                 (but not sending)
13207         * src/mainwindow.c
13208         * src/summaryview.c
13209         * src/summaryview.h
13210                 Factorize threading code and make sure msginfo 
13211                 is not null when it comes from a GtkCTreeRow's 
13212                 data
13213         * src/gtk/gtkaspell.c
13214                 Check for necessary things
13215         * src/gtk/gtksctree.c
13216         * src/gtk/gtksctree.h
13217                 Reset anchor if necessary when removing node
13218
13219 2006-03-29 [colin]      2.0.0cvs181
13220
13221         * src/folderview.c
13222                 Warn for disabled IMAP accounts (due to lack of
13223                 libetpan). Breaks string-freeze - sorry - but it
13224                 is kind of important ;)
13225
13226 2006-03-28 [colin]      2.0.0cvs180
13227
13228         * src/gtk/gtkutils.c
13229         * src/gtk/gtkutils.h
13230                 Add a gtkut_get_link_btn() function that
13231                 creates a button which acts like an URI
13232         * src/prefs_themes.c
13233         * src/gtk/about.c
13234                 Use this function (factorizes codes)
13235         * src/common/defs.h
13236         * src/gtk/pluginwindow.c
13237                 Add a "Get more..." in the plugins window
13238
13239 2006-03-28 [colin]      2.0.0cvs179
13240
13241         * src/common/smtp.c
13242         * src/common/passcrypt.c
13243         * src/undo.c
13244                 Warning fixes. Patch by Pawel Pekala
13245
13246 2006-03-27 [colin]      2.0.0cvs178
13247
13248         * src/undo.c
13249                 Fix undoing by blocks with spaces
13250
13251 2006-03-27 [colin]      2.0.0cvs177
13252
13253         * src/textview.c
13254                 Set margin to 3px for headers
13255
13256 2006-03-27 [paul]
13257
13258         2.1.0-rc2 released
13259
13260 2006-03-27 [wwp]        2.0.0cvs176
13261
13262         * src/summaryview.c
13263                 don't reset quicksearch when updating the message list.
13264                 Thanks to Colin.
13265
13266 2006-03-26 [wwp]        2.0.0cvs175
13267
13268         * src/compose.c
13269                 use a unified border width ('other' tab in the compose window,
13270                 patch by Pawel Pekala).
13271
13272
13273 2006-03-26 [wwp]        2.0.0cvs174
13274
13275         * src/common/quoted-printable.c
13276         * src/addressbook.c
13277                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13278
13279 2006-03-26 [colin]      2.0.0cvs173
13280
13281         * src/quote_fmt_parse.y
13282                 Fix non-UTF8 date formats messing up the whole quote a 
13283                 little bit
13284
13285 2006-03-26 [colin]      2.0.0cvs172
13286
13287         * src/procheader.c
13288                 Make sure the date is UTF8 valid, or try to make it
13289                 so. IncrediMail is really IncrediStupid.
13290         * src/compose.c
13291                 Fix possible conversions. 
13292                 
13293
13294 2006-03-26 [colin]      2.0.0cvs171
13295
13296         * src/matcher.c
13297                 Fix corner cases in body search. This is still a
13298                 hack... It seems impossible to make it good and 
13299                 reasonably fast at the same time.
13300
13301 2006-03-26 [colin]      2.0.0cvs170
13302
13303         * src/summaryview.c
13304                 I think I killed the twilight zone bug!
13305                 summary_select_node() flushes GTK events in order
13306                 to be able to center the view. But this also 
13307                 flushes keypresses like Ctrl-Alt-U, so this can
13308                 call summary_show from summary_select_node (itself
13309                 called from summary_show, etc.). And the summaryview
13310                 has to be unlocked in this function. So just locking
13311                 while processing GTK events, and bailing if locked, 
13312                 should fix it.
13313                 Fixes bug #927 (SIGSEGV during Update Summary)
13314
13315 2006-03-25 [colin]      2.0.0cvs169
13316
13317         * src/matcher.c
13318                 Fix search in QP-encoded bodies
13319                 Fix utf-8 searches in bodies encoded in the
13320                 locale's encoding
13321         * src/common/quoted-printable.c
13322         * src/common/quoted-printable.h
13323                 Add a decode function that doesn't overwrite
13324                 the original pointer
13325                 
13326
13327 2006-03-24 [colin]      2.0.0cvs168
13328
13329         * src/action.c
13330         * src/summaryview.c
13331         * src/summaryview.h
13332                 Update message cache after action
13333                 Patch by H. Merijn Brand
13334         * src/prefs_msg_colors.c
13335                 Factorize label 
13336                 Patch by Fabien Vantard
13337         * src/plugins/spamassassin/spamassassin_gtk.c
13338                 Remove useless translation
13339                 Patch by Fabien Vantard
13340
13341 2006-03-23 [colin]      2.0.0cvs167
13342
13343         * src/common/ssl.c
13344                 Let 30 seconds to SSL_connect
13345
13346 2006-03-23 [wwp]        2.0.0cvs166
13347
13348         * src/summaryview.c
13349         * src/gtk/description_window.c
13350                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13351                 and headers are translated; adjust description windows' width to fit their
13352                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13353
13354 2006-03-23 [paul]       2.0.0cvs165
13355
13356         * src/common/utils.c
13357                 fix highlighting of URIs containing "()"
13358                 (2.0.0cvs164's reversal fixed)
13359                 Thanks to Colin.
13360
13361 2006-03-23 [paul]       2.0.0cvs164
13362
13363         * src/common/utils.c
13364                 revert patch, (postponing a fix), at 2.0.0cvs120
13365                 as it breaks more URIs than it fixes.
13366                 Allow '-' to be a terminating character in a URI
13367
13368 2006-03-22 [colin]      2.0.0cvs163
13369
13370         * configure.ac
13371                 Require libetpan 0.45
13372                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13373
13374 2006-03-22 [paul]       2.0.0cvs162
13375
13376         * src/editgroup.c
13377                 replace '<-' and '->' buttons with GTK_STOCK graphical
13378                 buttons
13379         * src/summary_search.c
13380                 don't offer '...' for translation
13381                 add a tooltip to advanced search '...' button
13382         * src/gtk/quicksearch.c
13383                 don't offer '...' for translation
13384
13385 2006-03-21 [colin]      2.0.0cvs161
13386
13387         * src/compose.c
13388                 Fix middle-click pasting (insert at click
13389                 position instead of cursor position, don't
13390                 remove existing selection and allow pasting
13391                 our own selection)
13392         * src/addressbook.c
13393                 "LDAP Server" -> "LDAP servers"
13394
13395 2006-03-21 [wwp]        2.0.0cvs160
13396
13397         * src/etpan/imap-thread.c
13398                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13399
13400 2006-03-20 [colin]      2.0.0cvs159
13401
13402         * src/summaryview.c
13403                 Don't reload summaryview after an execute with no
13404                 move action
13405
13406 2006-03-19 [colin]      2.0.0cvs158
13407
13408         * src/addressbook.c
13409                 and put groups at the top, always
13410
13411 2006-03-19 [colin]      2.0.0cvs157
13412
13413         * src/addressbook.c
13414                 Order groups before names, as previously
13415
13416 2006-03-19 [colin]      2.0.0cvs156
13417
13418         * src/addressbook.c
13419                 - Sort case-unsensitive
13420                 - Put the sort arrow at opening too
13421
13422 2006-03-19 [wwp]        2.0.0cvs155
13423
13424         * src/addressbook.c
13425                 allow sorting by name/email/remarks, ensure that right-pane's contents
13426                 matches the left-pane selection (cleared when appropriate).
13427                 Patch by Pawel Pekala <c0rn@o2.pl>.
13428
13429 2006-03-18 [colin]      2.0.0cvs154
13430
13431         * src/textview.c
13432                 Fix text cursor ;)
13433
13434 2006-03-18 [colin]      2.0.0cvs153
13435
13436         * src/gtk/filesel.c
13437                 Make sure we hide the preview if we didn't get
13438                 a filename
13439
13440 2006-03-18 [colin]      2.0.0cvs152
13441
13442         * src/summaryview.c
13443                 Set cursor to watch for execution (fixes lack
13444                 of watch-cursor when dnd'ing hundreds of mails)
13445         * src/gtk/filesel.c
13446                 Check that mime type is 'image/*' before updating
13447                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13448
13449 2006-03-18 [colin]      2.0.0cvs151
13450
13451         * src/mainwindow.c
13452         * src/textview.c
13453         * src/textview.h
13454                 Put a watch cursor in textview too when the mainwindow's
13455                 cursor in a watch
13456
13457 2006-03-18 [colin]      2.0.0cvs150
13458
13459         * src/folder.c
13460                 Change wrong asserts to simple tests
13461
13462 2006-03-17 [colin]      2.0.0cvs149
13463
13464         * src/mainwindow.c
13465         * src/mainwindow.h
13466         * src/prefs_msg_colors.c
13467         * src/summaryview.c
13468         * src/summaryview.h
13469         * src/gtk/colorlabel.c
13470         * src/gtk/colorlabel.h
13471                 Add a color label menu in the main menubar
13472                 Add (fixed) accels Ctrl-{0-7} to change the color
13473                 They have to be fixed because the menu's dynamic,
13474                 the items are complex widgets, hence we can't use
13475                 a GtkItemFactory.
13476
13477
13478 2006-03-17 [wwp]        2.0.0cvs148
13479
13480         * src/compose.c
13481                 rollback few lines from my previous commit (those lines come from
13482                 a pending patch, accidentally commited, even if neutral as they are
13483                 commented out).
13484
13485 2006-03-17 [wwp]        2.0.0cvs147
13486
13487         * src/compose.c
13488                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13489                 applied code style/indentation to the modified function.
13490
13491 2006-03-17 [wwp]        2.0.0cvs146
13492
13493         * src/procmsg.c
13494         * src/compose.c
13495                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13496
13497 2006-03-17 [paul]
13498
13499         2.1.0-rc1 released
13500
13501 2006-03-17 [paul]       2.0.0cvs145
13502
13503         * src/main.c
13504                 addressbook_read_file() was called twice
13505         * src/textview.c
13506                 X-Mailer highlighting
13507
13508 2006-03-16 [colin]      2.0.0cvs144
13509
13510         * src/sourcewindow.c
13511         * src/sourcewindow.h
13512                 And the last one, in source window.
13513
13514 2006-03-16 [colin]      2.0.0cvs143
13515
13516         * src/compose.c
13517         * src/compose.h
13518                 Fix the same stuff in compose
13519
13520 2006-03-16 [colin]      2.0.0cvs142
13521
13522         * src/messageview.c
13523                 Complete the previous messageview crash fix
13524
13525 2006-03-16 [colin]      2.0.0cvs141
13526
13527         * src/procmsg.h
13528         * src/procmsg.c
13529         * src/folder.c
13530                 Fix POSTPROCESSING hook
13531                 Patch by H. Merijn Brand
13532
13533         * src/procmime.c
13534         * src/procmime.h
13535                 Parse Content-Location
13536
13537         * src/toolbar.c
13538         * src/messageview.c
13539         * src/messageview.h
13540                 Don't crash when a top-level MessageView has
13541                 been closed on us. Same problematic than
13542                 yesterday's quicksearch issue.
13543
13544 2006-03-15 [colin]      2.0.0cvs140
13545
13546         * src/gtk/quicksearch.c
13547                 Fix a bitchy race we didn't think about when we
13548                 added quicksearch cancellation:
13549                 If the search is not on cached fields, for example
13550                 body_part matchcase "stuff"
13551                 the matcher code has to get the whole message. If
13552                 we're on IMAP, that can be slow, and in order to
13553                 be non-blocking, the IMAP code idle loop processes
13554                 gtk events too. So it is possible to cancel a
13555                 quicksearch while the matcher is getting the mail's
13556                 body. After matcher got its body, it will start to
13557                 iterate over the matcher list that the Quicksearch's
13558                 clear_search_cb() just freed via prepare_matcher().
13559                 SIGSEGV ensues.
13560                 The fix consists of guarding the matcherlist_match()
13561                 call with a boolean 'matching'. If we reset the
13562                 quicksearch while matching is TRUE, we don't free
13563                 the matcherlist anymore like we did, but we set
13564                 another new flag, deferred_free, to TRUE. Then,
13565                 in quicksearch_match(), just after returning from
13566                 matcherlist_match() and unsetting the matching flag,
13567                 we check the deferred_free flag and do the
13568                 prepare_matcher() (which does the matcherlist_free)
13569                 for real, so we free the matcherlist once it's not
13570                 used anymore.
13571                 As all of this runs via the glib main loop, we
13572                 luckily don't need a mutex.
13573         * src/summaryview.c
13574                 Also, show progress while searching.
13575
13576
13577 2006-03-14 [colin]      2.0.0cvs139
13578
13579         * src/alertpanel.c
13580                 Make alertpanel_is_open non-static
13581
13582 2006-03-14 [colin]      2.0.0cvs138
13583
13584         * src/prefs_spelling.c
13585                 Cleanups - Fabien Vantard
13586
13587 2006-03-14 [wwp]        2.0.0cvs137
13588
13589         * src/main.c
13590                 code style normalization (curly braces, indentation).
13591
13592 2006-03-14 [wwp]        2.0.0cvs137
13593
13594         * src/main.c
13595                 code style (braces, indentation)
13596
13597 2006-03-12 [paul]       2.0.0cvs136
13598
13599         * src/prefs_common.c
13600                 trans_hdr defaults to FALSE to be RFC-savvy
13601         * src/prefs_summaries.c
13602                 add a tooltip to the trans_hdr option
13603                 
13604
13605 2006-03-12 [paul]       2.0.0cvs135
13606
13607         * src/prefs_matcher.c
13608                 give a little more width to the combos
13609         * src/prefs_display_header.c
13610         * src/textview.c
13611                 translate headers if prefs_common.trans_hdr
13612                 is TRUE
13613
13614         Patches by Pawel Pekala
13615
13616 2006-03-12 [paul]       2.0.0cvs134
13617
13618         * src/plugins/clamav/clamav_plugin.c
13619         * src/plugins/dillo_viewer/dillo_viewer.c
13620         * src/plugins/pgpcore/plugin.c
13621         * src/plugins/pgpinline/plugin.c
13622         * src/plugins/pgpmime/plugin.c
13623         * src/plugins/spamassassin/spamassassin.c
13624                 update/add to descriptions
13625         * src/plugins/spamassassin/spamassassin_gtk.c
13626                 fixes to the english, remove superfluous
13627                 tooltips, clean up a little
13628
13629 2006-03-12 [paul]       2.0.0cvs133
13630
13631         * src/compose.c
13632                 fix Bug 924, 'Account combo box shows up wrong 
13633                 if & is in account name'
13634
13635 2006-03-11 [colin]      2.0.0cvs132
13636
13637         * src/summaryview.c
13638                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13639                 messed up shift-selection because is slows down
13640                 moving around summaryview. thanks -users
13641
13642 2006-03-10 [colin]      2.0.0cvs131
13643
13644         * src/plugins/spamassassin/spamassassin_gtk.c
13645                 Put back Paul's engrish fixes
13646
13647 2006-03-10 [colin]      2.0.0cvs130
13648
13649         * src/plugins/spamassassin/spamassassin.c
13650         * src/plugins/spamassassin/spamassassin.h
13651         * src/plugins/spamassassin/spamassassin_gtk.c
13652                 Cleanup SA prefs page (more)
13653                 Patch by Fabien Vantard
13654
13655 2006-03-10 [paul]       2.0.0cvs129
13656
13657         * src/prefs_msg_colors.c
13658         * src/prefs_spelling.c
13659                 widget sensitivity
13660
13661 2006-03-09 [mones]      2.0.0cvs128
13662
13663         * po/es.po
13664                 Update for next RC
13665
13666 2006-03-09 [wwp]        2.0.0cvs127
13667
13668         * configure.ac
13669                 revert accidental commit (requirement for libetpan 0.43), this time
13670                 not in HEAD.
13671
13672 2006-03-09 [wwp]        2.0.0cvs125
13673
13674         * configure.ac
13675                 revert accidental commit (requirement for libetpan 0.43)
13676
13677 2006-03-09 [paul]       2.0.0cvs126
13678
13679         * src/prefs_receive.c
13680                 remove useless frame
13681                 replace 'incorporation' with 'receiving'
13682         * src/plugins/clamav/clamav_plugin_gtk.c
13683         * src/plugins/spamassassin/spamassassin_gtk.c
13684                 improve widget sensitivity
13685                 fix a bit his engrish
13686
13687 2006-03-09 [wwp]        2.0.0cvs125
13688
13689         * src/addressadd.c
13690         * src/foldersel.c
13691         * src/prefs_common.c
13692         * src/prefs_common.h
13693                 remember some more windows' sizes (add to addressbook and
13694                 select folder).
13695
13696 2006-03-09 [paul]       2.0.0cvs124
13697
13698         * src/plugins/pgpcore/prefs_gpg.c
13699                 normalise construction of dialogue
13700
13701 2006-03-09 [paul]       2.0.0cvs123
13702
13703         * src/plugins/trayicon/Makefile.am
13704                 add missing slash
13705
13706 2006-03-08 [colin]      2.0.0cvs122
13707
13708         * src/plugins/trayicon/Makefile.am
13709                 Fix build in separate dir 
13710                 Patch by Bamanzi <bamanzi@gmail.com>
13711
13712 2006-03-08 [colin]      2.0.0cvs121
13713
13714         * src/procmsg.c
13715                 Batch move and copies from summaryview with delayed execution
13716                 too
13717
13718 2006-03-07 [paul]       2.0.0cvs120
13719
13720         * src/common/utils.c
13721                 fix highlighting of URIs containing "()"
13722                 Patch by Pawel Pekala
13723
13724 2006-03-07 [paul]       2.0.0cvs119
13725
13726         * src/folder.c
13727         * src/folder.h
13728         * src/folderview.c
13729                 immediately do alphabetical resort when
13730                 changing a folder's name
13731                 Patch by Pawel Pekala
13732
13733 2006-03-07 [paul]       2.0.0cvs118
13734
13735         * src/news.c
13736         * src/news_gtk.c
13737                 when unsubscribing a newsgroup, remove the
13738                 folder and msgs in .sylpheed-claws/newscache
13739                 Patch by Pawel Pekala <c0rn@gazeta.pl>
13740
13741 2006-03-07 [paul]       2.0.0cvs117
13742
13743         * src/textview.c
13744                 fix wrong Fake URL Warning
13745                 Thanks to Hiro
13746
13747 2006-03-07 [colin]      2.0.0cvs116
13748
13749         * src/imap.c
13750                 Return immediately when password dialog was
13751                 cancelled
13752         * src/gtk/inputdialog.c
13753                 Allow empty strings for passwords
13754
13755
13756 2006-03-06 [colin]      2.0.0cvs115
13757
13758         * src/imap.c
13759                 Prevent double-timeouts when connection fails
13760
13761 2006-03-06 [colin]
13762
13763         2.0.1-rc1 released
13764
13765 2006-03-06 [colin]      2.0.0cvs114
13766
13767         * src/imap.c
13768                 Refresh session during potentially long
13769                 operations
13770
13771 2006-03-06 [wwp]        2.0.0cvs113
13772
13773         * src/prefs_msg_colors.h
13774                 forgot that one (custom color labels).
13775
13776 2006-03-06 [wwp]        2.0.0cvs112
13777
13778         * src/prefs_common.c
13779         * src/prefs_common.h
13780         * src/prefs_msg_colors.c
13781         * src/summaryview.c
13782         * src/summaryview.h
13783         * src/gtk/colorlabel.c
13784         * src/gtk/colorlabel.h
13785                 colors in messages list are now customizable. Color values and names can
13786                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
13787                 Thanks to Paul and Colin for their help with this longstanding patch!
13788
13789 2006-03-06 [wwp]        2.0.0cvs111
13790
13791         * src/textview.c
13792                 don't crash if (x)face is bad.
13793
13794 2006-03-05 [paul]       2.0.0cvs110
13795
13796         * AUTHORS
13797         * configure.ac
13798         * src/Makefile.am
13799         * src/common/Makefile.am
13800         * src/common/utils.h
13801         * src/etpan/imap-thread.c
13802         * src/gtk/authors.h
13803         * src/plugins/clamav/Makefile.am
13804         * src/plugins/demo/Makefile.am
13805         * src/plugins/dillo_viewer/Makefile.am
13806         * src/plugins/pgpcore/Makefile.am
13807         * src/plugins/pgpcore/passphrase.c
13808         * src/plugins/pgpinline/Makefile.am
13809         * src/plugins/pgpmime/Makefile.am
13810         * src/plugins/spamassassin/Makefile.am
13811         * src/plugins/trayicon/Makefile.am
13812                 fix builiding on cygwin
13813                 Patch by Ralgh Young <bamanzi@gmail.com>
13814
13815 2006-03-04 [wwp]        2.0.0cvs109
13816
13817         * manual/keyboard.xml
13818                 fix mixed up/down keys.
13819
13820 2006-03-04 [wwp]        2.0.0cvs108
13821
13822         * README
13823         * INSTALL
13824                 updated links to SpamAssassin.
13825
13826 2006-03-04 [wwp]        2.0.0cvs107
13827
13828         * manual/plugins.xml
13829         * src/plugins/spamassassin/README
13830                 updated SpamAssassin plugin docs to reflect new functional additions
13831                 (also fix/update/documents few technical stuff more, see the README).
13832
13833 2006-03-04 [wwp]        2.0.0cvs106
13834
13835         * src/prefs_message.c
13836                 normalized capitalization of message-prefs paths.
13837
13838 2006-03-04 [wwp]        2.0.0cvs105
13839
13840         * manual/advanced.xml
13841                 typo.
13842
13843 2006-03-03 [colin]      2.0.0cvs104
13844
13845         * src/plugins/clamav/clamav_plugin_gtk.c
13846                 Rework prefs page, patch by Fabien 
13847
13848 2006-03-03 [colin]      2.0.0cvs103
13849
13850         * src/plugins/clamav/clamav_plugin.c
13851                 Set error on all errors
13852
13853 2006-03-03 [colin]      2.0.0cvs102
13854
13855         * src/common/plugin.c
13856                 Initialize error to avoid crashing when a plugin fails
13857                 without setting error
13858
13859 2006-03-02 [wwp]        2.0.0cvs101
13860
13861         * configure.ac
13862                 fixed linker flags for libetpan support on Cygwin
13863                 (thanks to H.Merijn Brand).
13864
13865 2006-03-02 [wwp]        2.0.0cvs100
13866
13867         * src/addressbook.c
13868                 fix some AB error messages: one for punctuation and
13869                 one wrongly duplicate (thanks, maxbritov).
13870
13871 2006-03-02 [wwp]        2.0.0cvs99
13872
13873         * src/plugins/spamassassin/spamassassin.c
13874                 make sync calls to sa-learn/spamc to prevent
13875                 system (whatever local or client/server) overload.
13876
13877 2006-03-02 [colin]      2.0.0cvs98
13878
13879         * src/summaryview.c
13880                 Put the spam icon in the status column instead of the
13881                 mark one
13882
13883 2006-03-01 [colin]      2.0.0cvs97
13884
13885         * src/plugins/spamassassin/spamassassin.c
13886                 Fix segfault (g_file_set_contents fails for some 
13887                 reason and err==0x2f. Can't find out why with
13888                 valgrind, using working function :-)
13889
13890 2006-03-01 [colin]      2.0.0cvs96
13891
13892         * src/inc.c
13893                 Offline overriding: let 'No' be cached only 3 seconds
13894
13895 2006-03-01 [colin]      2.0.0cvs95
13896
13897         * src/addr_compl.c
13898         * src/addrbook.c
13899         * src/addressbook.c
13900         * src/addrindex.c
13901         * src/folder_item_prefs.c
13902         * src/headerview.c
13903         * src/imap.c
13904         * src/inc.c
13905         * src/ldif.c
13906         * src/mainwindow.c
13907         * src/mh.c
13908         * src/msgcache.c
13909         * src/prefs_common.h
13910         * src/prefs_msg_colors.c
13911         * src/procheader.c
13912         * src/procheader.h
13913         * src/procmime.c
13914         * src/procmsg.c
13915         * src/procmsg.h
13916         * src/send_message.h
13917         * src/simple-gettext.c
13918         * src/summaryview.c
13919         * src/summaryview.h
13920         * src/syldap.c
13921         * src/textview.c
13922         * src/undo.c
13923         * src/common/ssl_certificate.c
13924         * src/common/utils.c
13925         * src/gtk/colorsel.c
13926         * src/gtk/gtksctree.c
13927         * src/gtk/gtkshruler.c
13928         * src/plugins/trayicon/trayicon.c
13929                 #if 0 goes to /dev/null
13930
13931 2006-03-01 [colin]      2.0.0cvs94
13932
13933         * src/compose.c
13934         * src/imap.c
13935         * src/inc.c
13936         * src/inc.h
13937         * src/messageview.c
13938         * src/news.c
13939         * src/plugins/spamassassin/spamassassin.c
13940                 Allow to add information in the "working offline"
13941                 window
13942
13943 2006-03-01 [wwp]        2.0.0cvs93
13944
13945         * src/plugins/spamassassin/spamassassin.c
13946                 fixed spamc invocation: use a tricky temporary mini shell wrapper
13947                 'cause it seems that calling `spamc ... < inputfile` with
13948                 g_spawn_(a)sync simply.. erm doesn't work :-).
13949
13950 2006-03-01 [wwp]        2.0.0cvs92
13951
13952         * src/toolbar.c
13953         * src/toolbar.h
13954                 simplify the adding of spam/ham button to the messageview toolbar
13955                 (it gets more clear now that the same button will be "Mark as spam"
13956                 or "Mark as ham" according to the current message status,
13957                 thanks to Colin).
13958
13959 2006-03-01 [wwp]        2.0.0cvs91
13960
13961         * src/messageview.c
13962         * src/procmsg.c
13963         * src/procmsg.h
13964         * src/summaryview.c
13965         * src/plugins/spamassassin/spamassassin.c
13966         * src/plugins/spamassassin/spamassassin.h
13967                 make learner callbacks return a status (0 for ok),
13968                 handle it in main code to avoid setting flags when learning failed,
13969                 don't learn on TCP if offline in spamassassin,
13970                 thanks to Colin.
13971
13972                 
13973
13974 2006-03-01 [wwp]        2.0.0cvs90
13975
13976         * src/compose.c
13977                 some work around the compose window's account menu,
13978                 patch by Fabien Vantard.
13979
13980 2006-03-01 [wwp]        2.0.0cvs89
13981
13982         * src/plugins/spamassassin/spamassassin.c
13983                 fixed bad logics, was using spamc in local mode and sa-learn
13984                 in remote mode (thanks, Colin).
13985
13986 2006-03-01 [wwp]        2.0.0cvs88
13987
13988         * src/plugins/spamassassin/spamassassin.c
13989         * src/plugins/spamassassin/spamassassin.h
13990         * src/plugins/spamassassin/spamassassin_gtk.c
13991                 made processing of emails w/ sa-plugin an option (default is TRUE),
13992                 fixed Engrish some tooltips, capitalization of some debug messages
13993                 and warnings. The spamassassin plugin now provides two separate
13994                 services: process emails upon incorporation and spamd training.
13995                 Both services (un)register independently but use some common
13996                 plugin settings (transport settings, spam storage location).
13997
13998 2006-02-28 [wwp]        2.0.0cvs87
13999
14000         * src/plugins/spamassassin/spamassassin.c
14001                 fix async flag to spamc cmdline execution (batch exec should
14002                 be asynchronous).
14003
14004 2006-02-27 [wwp]        2.0.0cvs86
14005
14006         * src/plugins/spamassassin/spamassassin.c
14007         * src/plugins/spamassassin/spamassassin.h
14008         * src/plugins/spamassassin/spamassassin_gtk.c
14009                 - added the ability to learn a remote spamassassin server (spamd),
14010                 using spamc.
14011                 - added the spamassassin option 'username', that applies to all
14012                 spamassassin operations (filtering, learning, local or remote).
14013                 The default username is the current unix user (if left blank
14014                 from gtk prefs or config file).
14015                 - commented out some unused code (notebook widget), removed unused
14016                 layout (hbox1).
14017                 - make more widgets sensitive to the transport type.
14018
14019 2006-02-27 [colin]      2.0.0cvs85
14020
14021         * src/plugins/spamassassin/spamassassin.c
14022                 Fix sa-learn call when offline
14023
14024 2006-02-27 [colin]      2.0.0cvs84
14025
14026         * configure.ac
14027         * src/Makefile.am
14028         * src/mainwindow.c
14029         * src/mainwindow.h
14030         * src/messageview.c
14031         * src/messageview.h
14032         * src/prefs_toolbar.c
14033         * src/procmsg.c
14034         * src/stock_pixmap.c
14035         * src/stock_pixmap.h
14036         * src/summaryview.c
14037         * src/toolbar.c
14038         * src/toolbar.h
14039         * src/pixmaps/ham_btn.xpm
14040         * src/pixmaps/spam.xpm
14041         * src/pixmaps/spam_btn.xpm
14042         * src/plugins/spamassassin/spamassassin.c
14043                 Add button in toolbar for spam learning
14044                 Fix a few bugs from the last related commit
14045                 Revert 1.9.6cvs23 which messed up shift-selection
14046
14047 2006-02-24 [colin]      2.0.0cvs83
14048
14049         * src/procmsg.c
14050         * src/summaryview.c
14051         * src/summaryview.h
14052         * src/plugins/spamassassin/spamassassin.c
14053         * src/plugins/spamassassin/spamassassin.h
14054         * src/plugins/spamassassin/spamassassin_gtk.c
14055                 Unregister learner when spamassassin is either
14056                 disabled or over tcp
14057
14058 2006-02-24 [colin]      2.0.0cvs82
14059
14060         * src/Makefile.am
14061         * src/mainwindow.c
14062         * src/mainwindow.h
14063         * src/procmsg.c
14064         * src/procmsg.h
14065         * src/stock_pixmap.c
14066         * src/stock_pixmap.h
14067         * src/summaryview.c
14068         * src/summaryview.h
14069         * src/gtk/icon_legend.c
14070         * src/pixmaps/spam.xpm  ** NEW FILE **
14071         * src/plugins/spamassassin/spamassassin.c
14072         * src/plugins/spamassassin/spamassassin_gtk.c
14073                 Add spam learning interface (Mark/Mark as 
14074                 (spam|ham) menus)
14075
14076 2006-02-24 [wwp]        2.0.0cvs81
14077
14078         * src/compose.c
14079         * src/compose.h
14080         * src/filtering.c
14081                 hide compose window when sending message in batch mode
14082                 (filtering: forward and redirect). Also fixed a wrong
14083                 value returned when sending failed, neutral anyway.
14084                 (Colin, me) 
14085
14086 2006-02-24 [wwp]        2.0.0cvs80
14087
14088         * src/mainwindow.c
14089                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14090
14091 2006-02-24 [paul]       2.0.0cvs79
14092
14093         * src/news.c
14094         * src/news.h
14095         * src/news_gtk.c
14096                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14097                 Thanks to Colin
14098
14099 2006-02-23 [colin]      2.0.0cvs78
14100
14101         * src/alertpanel.c
14102                 Change OK to Close in alertpanel with View log
14103                 button; add accel to View log. Patch by Fabien
14104                 Vantard
14105
14106 2006-02-23 [wwp]        2.0.0cvs77
14107
14108         * src/compose.c
14109                 silly me, there were much more tests to perform, since toolbars can
14110                 really have down to 1 element only.
14111
14112 2006-02-23 [wwp]        2.0.0cvs76
14113
14114         * commitHelper
14115                 fixed indentation from my previous commit. Fallback to VISUAL if
14116                 EDITOR is not set (and to vi, at last resort).
14117
14118 2006-02-23 [wwp]        2.0.0cvs75
14119
14120         * commitHelper
14121                 improved error detection (Colin, me).
14122
14123 2006-02-23 [wwp]        2.0.0cvs74
14124
14125         * src/prefs_toolbar.c
14126                 simplify and fix prefs/toolbars layouting. Combos' contents can
14127                 now be really displayed.
14128
14129 2006-02-23 [wwp]        2.0.0cvs73
14130         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14131         be really displayed.
14132
14133 2006-02-22 [wwp]        2.0.0cvs72
14134
14135         * src/compose.c
14136                 fix a typo in my previous commit (sorry!).
14137
14138 2006-02-22 [wwp]        2.0.0cvs71
14139
14140         * src/prefs_toolbar.c
14141                 fix a crash when adding separators to toolbars,
14142                 also fix some separator item information.
14143
14144 2006-02-22 [wwp]        2.0.0cvs70
14145
14146         * src/compose.c
14147                 fix a crash when redirecting (for instance) when compose window's
14148                 toolbar contents has been customized (when some buttons have been
14149                 removed in fact).
14150
14151 2006-02-21 [wwp]        2.0.0cvs69
14152
14153         * src/summaryview.c
14154         * src/gtk/pluginwindow.c
14155         * src/plugins/pgpcore/prefs_gpg.c
14156                 fix some compilation warnings (feat. remains of removed code).
14157
14158 2006-02-21 [wwp]        2.0.0cvs68
14159
14160         * src/gtk/gtkutils.c
14161                 fix two compilation issues, thanks to Stephan Sachse.
14162
14163 2006-02-20 [colin]      2.0.0cvs67
14164
14165         * src/mainwindow.c
14166                 Don't reselect displayed mail on refocus
14167                 This fixes actions misbehaving 
14168
14169 2006-02-20 [wwp]        2.0.0cvs66
14170
14171         * src/summaryview.c
14172         * src/gtk/gtksctree.c
14173         * src/gtk/gtkshruler.c
14174                 changed more runtime typecast checks.
14175
14176 2006-02-20 [wwp]        2.0.0cvs65
14177
14178         * src/summary_search.c
14179                 find all - summaryview refresh issue fixed, thanks to Colin.
14180
14181 2006-02-20 [wwp]        2.0.0cvs64
14182
14183         * src/gtk/gtkutils.c
14184                 better runtime typecast checks.
14185
14186 2006-02-20 [wwp]        2.0.0cvs63
14187
14188         * src/summary_search.c
14189                 enhancements to the summary search:
14190                         - add the ability to stop the running search
14191                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14192                         - don't search if no criteria (From/To/Subject/Body) is set
14193                         - ensure that a busy mouse pointer is always shown when searching,
14194                           show it even a bit earlier
14195
14196 2006-02-19 [colin]      2.0.0cvs62
14197
14198         * src/compose.c
14199         * src/imap.c
14200         * src/etpan/imap-thread.c
14201         * src/etpan/imap-thread.h
14202                 (Future) IMAP speed improvement on sending
14203                 Will require a libetpan update
14204         * src/summaryview.c
14205         * src/gtk/quicksearch.c
14206                 Make quicksearch clearable while running.
14207
14208 2006-02-17 [colin]      2.0.0cvs61
14209
14210         * src/imap.c
14211         * src/etpan/imap-thread.c
14212         * src/etpan/imap-thread.h
14213                 Check for IMAP certificates
14214                 ** Requires libetpan-0.42-cvs4 
14215                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14216
14217 2006-02-17 [colin]      2.0.0cvs60
14218
14219         * src/messageview.c
14220         * src/prefs_common.c
14221         * src/prefs_common.h
14222         * src/prefs_message.c
14223                 Add pref to display HTML-only mails with plugin, 
14224                 if possible (defaulting to FALSE of course).
14225
14226 2006-02-16 [colin]      2.0.0cvs59
14227
14228         * src/main.c
14229         * src/common/plugin.c
14230         * src/common/plugin.h
14231         * src/gtk/pluginwindow.c
14232                 Keep track of requested (but unloaded) plugins
14233                 in some error cases.
14234
14235 2006-02-16 [wwp]        2.0.0cvs58
14236
14237         * src/gtk/gtkaspell.c
14238         * src/gtk/gtkaspell.h
14239         * src/prefs_spelling.c
14240         * src/compose.c
14241         * src/prefs_common.c
14242         * src/prefs_common.h
14243                 implemented new optional spellchecker behaviour: re-check message when
14244                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14245
14246 2006-02-16 [wwp]        2.0.0cvs57
14247
14248         * src/quote_fmt_parse.y
14249                 pclose popen'ed pipe.
14250
14251 2006-02-15 [colin]      2.0.0cvs56
14252
14253         * src/mimeview.c
14254         * src/mimeview.h
14255                 Let MimeViewers know which MimeView they
14256                 depend of.
14257         * src/summaryview.c
14258                 Swap From/To columns in Sent/Queue/Drafts
14259                 folders
14260         * src/etpan/imap-thread.c
14261                 Use mailstream_low_tls_open() for STARTTLS
14262                 instead of mailstream_low_ssl_open()
14263                 ** REQUIRES libetpan 0.42cvs3 **
14264
14265 2006-02-15 [wwp]        2.0.0cvs55
14266
14267         * src/compose.c
14268         * src/compose.h
14269         * src/message_search.c
14270         * src/message_search.h
14271         * src/textview.c
14272         * src/gtk/gtkutils.c
14273         * src/gtk/gtkutils.h
14274                 added the ability to Find text in the compose window (and a bit
14275                 of code factorization).
14276
14277 2006-02-15 [wwp]        2.0.0cvs54
14278
14279         * src/prefs_gtk.c
14280                 yet another one file was missing (fix for some widgets' sensitivity).
14281                 Thanks Colin!
14282
14283 2006-02-15 [wwp]        2.0.0cvs53
14284
14285         * src/prefs_gtk.h
14286                 oops forgot that file (fix for some widgets' sensitivity).
14287
14288 2006-02-15 [wwp]        2.0.0cvs52
14289
14290         * src/summary_search.c
14291                 implemented advanced summary search options (added the ability
14292                 to use matcher conditions in an advanced search mode).
14293
14294 2006-02-15 [wwp]        2.0.0cvs51
14295
14296         * src/plugins/pgpcore/prefs_gpg.c
14297         * src/prefs_account.c
14298                 fix some widget sensitivity, mostly around some labels in
14299                 account prefs.
14300
14301 2006-02-15 [paul]       2.0.0cvs50
14302
14303         * manual/advanced.xml
14304                 improve Templates info
14305                 written by wwp
14306
14307 2006-02-14 [colin]      2.0.0cvs49
14308
14309         * src/pixmaps/address_book.xpm
14310         * src/pixmaps/preferences.xpm
14311         * src/pixmaps/properties.xpm
14312                 Fix pixmap size - patch by Fabien Vantard
14313
14314 2006-02-13 [colin]      2.0.0cvs48
14315
14316         * src/procmime.c
14317                 Add missing fclose()s on error
14318         * src/textview.c
14319                 Remove unused code
14320         * src/common/utils.c
14321                 Fix temp files not being deleted on windows
14322         Patches by Thomas Gilgin
14323
14324 2006-02-13 [colin]      2.0.0cvs47
14325
14326         * src/mainwindow.c
14327                 Fix exit crash
14328
14329 2006-02-13 [wwp]        2.0.0cvs46
14330
14331         * src/plugins/pgpcore/prefs_gpg.c
14332                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14333
14334 2006-02-12 [colin]      2.0.0cvs45
14335
14336         * src/folderview.c
14337         * src/main.c
14338         * src/mainwindow.c
14339                 Fix "stuff" when quitting
14340
14341 2006-02-12 [wwp]        2.0.0cvs44
14342
14343         * src/prefs_themes.c
14344                 fix typos in debug messages.
14345
14346 2006-02-11 [colin]      2.0.0cvs43
14347
14348         * src/summaryview.c
14349                 don't allow drag/drop from ourself
14350
14351 2006-02-10 [wwp]        2.0.0cvs42
14352
14353         * src/exporthtml.c
14354         * src/html.c
14355         * src/html.h
14356         * src/procmime.c
14357         * src/textview.c
14358                 renamed html_ prefixed functions and data structures to avoid
14359                 namespace clashes w/ other software (gtkhtml2 for instance).
14360                 Closes bug #907.
14361
14362
14363 2006-02-09 [colin]      2.0.0cvs41
14364
14365         * src/summaryview.c
14366                 Fix shitty logic messed up. Thanks Ticho for the hint!
14367
14368 2006-02-09 [wwp]        2.0.0cvs40
14369
14370         * src/gtk/about.c
14371         * src/compose.c
14372         * src/prefs_account.c
14373         * src/prefs_gtk.h
14374         * src/editaddress.c
14375                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14376                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14377                 Browse buttons in accounts prefs.
14378
14379 2006-02-09 [colin]      2.0.0cvs39
14380
14381         * src/matcher.c
14382                 Check for pointer before using its members
14383         * src/gtk/gtksourceprintjob.c
14384                 Fix a wrong warning
14385
14386 2006-02-09 [wwp]        2.0.0cvs38
14387
14388         * src/gtk/filesel.c
14389                 fix few compiler warnings (type mismatch).
14390
14391 2006-02-09 [paul]       2.0.0cvs37
14392
14393         * po/fr.po
14394                 updated by Fabien Vantard
14395
14396 2006-02-08 [colin]      2.0.0cvs36
14397
14398         * src/prefs_common.c
14399         * src/common/defs.h
14400         * src/common/plugin.c
14401                 allow windows and linux configurations to coexist
14402                 patch by Thomas Gilgin
14403
14404 2006-02-08 [colin]      2.0.0cvs35
14405
14406         * src/filtering.c
14407         * src/matcher.c
14408         * src/matcher.h
14409         * src/matcher_parser_parse.y
14410         * src/prefs_filtering_action.c
14411         * src/prefs_matcher.c
14412                 Add the "Ignore thread" filtering
14413                 action
14414
14415 2006-02-08 [colin]      2.0.0cvs34
14416
14417         * src/compose.c
14418         * src/procmime.c
14419         * src/procmime.h
14420                 Fix bug #905 (damaged attachment)
14421                 text files with raw \0's aren't really text files
14422         FOR_STABLE
14423
14424 2006-02-08 [colin]      2.0.0cvs33
14425
14426         * src/summaryview.c
14427                 Fix crasher introduced yesterday
14428
14429 2006-02-08 [wwp]        2.0.0cvs32
14430
14431         * src/compose.c
14432         * src/compose.h
14433                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14434
14435 2006-02-08 [wwp]        2.0.0cvs31
14436
14437         * src/prefs_template.c
14438                 templates enhancement: allow address completion for Cc and Bcc fields
14439                 (it was currently possible for the To field only)
14440
14441 2006-02-08 [colin]      2.0.0cvs30
14442
14443         * src/compose.c
14444                 Don't unblock if not blocked
14445         FOR_STABLE
14446
14447 2006-02-07 [colin]      2.0.0cvs29
14448
14449         * src/action.c
14450                 Forgot to refresh summaryview
14451
14452 2006-02-07 [colin]      2.0.0cvs28
14453
14454         * src/action.c
14455                 Freeze/thaw message list and folder list while
14456                 processing %as{} actions 
14457         * src/compose.c
14458                 Fix auto-wrap disabling after a middle-click
14459                 paste - FOR_STABLE
14460
14461 2006-02-07 [paul]       2.0.0cvs27
14462
14463         * src/folder.c
14464                 fix freeing of uninitialised pointers
14465                 Thanks to Colin
14466
14467 2006-02-06 [colin]      2.0.0cvs26
14468
14469         * src/folder.c
14470                 Use g_slist_prepend in potentially big list
14471
14472 2006-02-06 [colin]      2.0.0cvs25
14473
14474         * src/folder.c
14475                 Completely skip processing if it doesn't 
14476                 exist (faster!)
14477
14478 2006-02-06 [colin]      2.0.0cvs24
14479
14480         * src/folder.c
14481         * src/summaryview.c
14482                 Batch filtering in summaryview (from Tools menu)
14483                 and pre/post//-processing too
14484
14485 2006-02-06 [colin]      2.0.0cvs23
14486
14487         * src/procmsg.h
14488         * src/filtering.c
14489                 Use a special field for batch filtering instead
14490                 of stepping on deferred execution's toes
14491
14492 2006-02-06 [colin]      2.0.0cvs22
14493
14494         * src/action.c
14495         * src/filtering.c
14496         * src/filtering.h
14497         * src/folder.c
14498         * src/summaryview.c
14499                 Fix filtering via menus and actions
14500
14501 2006-02-06 [colin]      2.0.0cvs21
14502
14503         * src/imap.c
14504                 Put the added file directly to cache if possible (will work
14505                 with next libetpan)
14506         * src/filtering.c
14507         * src/filtering.h
14508         * src/inc.c
14509         * src/folder.c
14510         * src/mbox.c
14511         * src/procmsg.h
14512                 Move and copy filtered messages by batches instead of one
14513                 by one - faster on IMAP
14514         * src/procmsg.c
14515                 Add a function that'll possibly be useful later
14516
14517 2006-02-06 [colin]      2.0.0cvs20
14518
14519         * src/addressbook.c
14520                 Use internal mime-type instead of text/plain for d'n'd
14521         * src/compose.c
14522                 Allow attaching files from mimeview's icon list via d'n'd
14523         * src/folderview.c
14524         * src/folderview.h
14525                 Use internal mime-type instead of text/plain for d'n'd
14526                 Don't try to selected opened folder if none is
14527                 Factorize d'n'd from other apps code
14528         * src/headerview.c
14529         * src/textview.c
14530         * src/gtk/gtkutils.c
14531         * src/gtk/gtkutils.h
14532                 Factorize Face/X-Face stuff
14533         * src/mimeview.c
14534                 Fix d'n'd to other apps
14535         * src/prefs_message.c
14536                 Let the XFace pref be usable without libcompface as it also
14537                 applies to Face
14538         * src/summaryview.c
14539                 Fix d'n'd to other apps
14540                 Factorize d'n'd from other apps code
14541
14542 2006-02-06 [wwp]        2.0.0cvs19
14543
14544         * po/it.po
14545                 Italian translation fixes by Andrea Spadaccini (no more confusion
14546                 between filtering and processing, and few changes in the About
14547                 dialog).
14548
14549
14550 2006-02-06 [mones]      2.0.0cvs18
14551
14552         * src/gtk/icon_legend.c
14553                 Improved descriptions allowing better translations
14554
14555 2006-02-05 [colin]      2.0.0cvs17
14556
14557         * src/imap.c
14558                 Add the f*cking missing expunge that caused imap_fetch_env
14559                 to fail after an add_msgs ! :-///
14560         * src/etpan/imap-thread.c
14561                 Add a bit of debug
14562         FOR_STABLE
14563
14564 2006-02-05 [colin]      2.0.0cvs16
14565
14566         * src/common/utils.c
14567                 Don't check for return-path (or we can't put
14568                 back non-sent mails)
14569
14570 2006-02-05 [colin]      2.0.0cvs15
14571
14572         * src/textview.c
14573                 Don't try to display Face header in textview
14574                 when teh headerview's active
14575
14576 2006-02-05 [colin]      2.0.0cvs14
14577
14578         * tools/tbird2syl.py
14579         * tools/Makefile.am
14580                 Add script to import Thunderbird mails
14581
14582 2006-02-05 [colin]      2.0.0cvs13
14583
14584         * src/headerview.c
14585         * src/procheader.c
14586         * src/procmsg.c
14587         * src/procmsg.h
14588         * src/textview.c
14589                 Show Face headers - patch partially by Klaus Flittner
14590
14591 2006-02-05 [colin]      2.0.0cvs12
14592
14593         * src/folderview.c
14594         * src/summaryview.c
14595         * src/common/utils.c
14596         * src/common/utils.h
14597                 Let dnd work from mime icons to summaryview
14598                 and to folderview too
14599                 Add a crude test to avoid trying to add files
14600                 drag'n'dropped when they're not mails
14601
14602 2006-02-04 [colin]      2.0.0cvs11
14603
14604         * src/summaryview.c
14605         * src/mimeview.c
14606                 Fix utf8 conversion
14607
14608 2006-02-04 [colin]      2.0.0cvs10
14609
14610         * src/compose.c
14611         * src/folderview.c
14612         * src/mimeview.c
14613         * src/summaryview.c
14614         * src/summaryview.h
14615                 Added various drag and drop capas:
14616                 From                    To
14617                 summaryview             other apps
14618                 mimeview icons          other apps
14619                 other apps              summaryview
14620                 other apps              folderview
14621
14622                 This shouldn't have broken the existing:
14623                 From                    To
14624                 summaryview             folderview
14625                 folderview              folderview
14626                 summaryview             compose's attachments
14627
14628         Tests welcomed.
14629
14630 2006-02-02 [paul]       2.0.0cvs9
14631
14632         * src/mainwindow.c
14633                 move global option 'Set displayed columns...' out
14634                 of folder option grouping.
14635                 fix sensitivity of 'harvest addresses'
14636         FOR_STABLE
14637
14638 2006-02-01 [colin]      2.0.0cvs8
14639
14640         * src/mimeview.c
14641                 Revert the alertpanel patch, it sucks (intrusive
14642                 and gets in the way of "open")
14643
14644 2006-02-01 [colin]      2.0.0cvs7
14645
14646         * src/compose.c
14647         * src/prefs_account.c
14648         * src/prefs_common.c
14649         * src/common/defs.h
14650         * src/common/utils.c
14651         * src/common/utils.h
14652                 Add ability to edit the signature file
14653                 from the account preferences, and use
14654                 a default for the text editor.
14655                 Patch by Fabien Vantard
14656
14657 2006-02-01 [colin]      2.0.0cvs6
14658
14659         * src/mimeview.c
14660                 Try to get mime type by extension if it is
14661                 application/octet-stream
14662                 Display a window with possible choices when
14663                 encountering unknown mime types
14664         * src/gtk/filesel.c
14665         * src/gtk/filesel.h
14666                 Add preview
14667                 Allow multiple selection in filtered filesel
14668                 (patch by Fabien Vantard)
14669         * src/gtk/pluginwindow.c
14670                 Use it (patch by Fabien Vantard)
14671
14672 2006-02-01 [paul]       2.0.0cvs5
14673
14674         * src/jpilot.c
14675                 fix crash on creating jpilot address book
14676                 Thanks to Colin - FOR_STABLE
14677         * src/prefs_summaries.c
14678         * src/prefs_wrapping.c
14679         * src/gtk/icon_legend.c
14680         * src/gtk/quicksearch.c
14681                 string fixes and additions
14682
14683 2006-02-01 [paul]       2.0.0cvs4
14684
14685         * src/compose.c
14686         * src/mainwindow.c
14687         * src/messageview.c
14688         * src/prefs_send.c
14689                 add Arabic encoding option
14690                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
14691
14692 2006-01-31 [colin]      2.0.0cvs3
14693
14694         * src/plugins/pgpcore/passphrase.c
14695                 Convert passphrase to locale encoding
14696         * src/compose.c
14697                 Fix drafting on IMAP. Crappy bug sneaked in
14698                 the release :-/
14699         FOR_STABLE
14700
14701 2006-01-30 [paul]       2.0.0cvs2
14702
14703         * src/gtk/icon_legend.c
14704                 show the new entries
14705
14706 2006-01-30 [colin]      2.0.0cvs1
14707
14708         * src/manual.c
14709                 Check for the file to be present before 
14710                 enabling the menu - FOR_STABLE
14711         * src/gtk/icon_legend.c
14712                 Add folders icons (not all of them, there
14713                 are too much, but the most intriguing ones)
14714
14715 2006-01-30 [paul]       2.0.0
14716
14717         version 2.0.0 released
14718
14719 [For previous entries, see ChangeLog.pre2.0.0]