2007-08-14 [ticho] 2.10.0cvs122
[claws.git] / ChangeLog
1 2007-08-14 [ticho]      2.10.0cvs122
2
3         * src/prefs_logging.c
4                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
5
6 2007-08-14 [wwp]        2.10.0cvs121
7
8         * tools/Makefile.am
9         * tools/README
10         * tools/popfile-link.sh
11                 Added a new tool: POPFile helper, to open
12                 selected messages in POPFile control center,
13                 in order to change the messages' status.
14
15 2007-08-14 [ticho]      2.10.0cvs120
16
17         * src/compose.c
18         * src/prefs_common.c
19         * src/prefs_common.h
20         * src/prefs_send.c
21         * src/send_message.c
22                 Change "Show send dialog" optionmenu to a checkbutton.
23         * src/prefs_receive.c
24                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
25
26 2007-08-13 [wwp]        2.10.0cvs119
27
28         * src/addr_compl.c
29         * src/addressbook.c
30         * src/addrindex.c
31         * src/compose.c
32         * src/filtering.c
33         * src/folderview.c
34         * src/inc.c
35         * src/matcher.c
36         * src/mh.c
37         * src/partial_download.c
38         * src/prefs_gtk.c
39         * src/procmsg.c
40         * src/stock_pixmap.c
41         * src/summaryview.c
42         * src/common/utils.c
43         * src/gtk/gtkaspell.c
44         * src/gtk/menu.c
45                 Make sure we never pass NULL pointers for %s substitutions
46                 (prevent from crashing in Windows).
47
48 2007-08-13 [wwp]        2.10.0cvs118
49
50         * src/msgcache.c
51                 Re-enable mmap_reads in Windows with some missing
52                 CloseHandle of mapping objects, thanks to
53                 Marcus Brinkmann.
54
55 2007-08-13 [paul]       2.10.0cvs117
56
57         * src/common/utils.c
58                 fix bug 1287, 'Compile time problem on Solaris
59                 (nexenta gnu/Solaris) utils.c'
60                 Thanks to Piotr Chrzczonowicz
61
62 2007-08-12 [wwp]        2.10.0cvs116
63
64         * src/plugins/pgpcore/prefs_gpg.c
65                 Don't try to unset a GPG_AGENT_INFO that was not
66                 set (and don't use a NULL string in Windows, it was
67                 crashing with --debug if GPG_AGENT_INFO was not set).
68
69 2007-08-12 [wwp]        2.10.0cvs115
70
71         * src/privacy.h
72                 Make gcc type-check arguments passed to privacy_set_error().
73
74 2007-08-12 [ticho]      2.10.0cvs114
75
76         * src/prefs_folder_item.c
77                 Make sure that folder default account combobox always has some
78                 account preselected.
79         * src/gtk/combobox.c
80                 Handle empty combobox gracefully (warning instead of crash).
81
82 2007-08-12 [ticho]      2.10.0cvs114
83
84         * src/prefs_folder_item.c
85                 Make sure that folder default account combobox is not empty.
86         * src/gtk/combobox.c
87                 Handle empty combobox gracefully (warning instead of crash).
88
89 2007-08-11 [paul]       2.10.0cvs113
90
91         * src/addrgather.c
92         * src/folderview.c
93                 use 'subfolder' instead of 'sub-folder', matching
94                 everywhere else the term is used
95         * src/imap_gtk.c
96                 fix engrish
97
98 2007-08-10 [wwp]        2.10.0cvs112
99
100         * src/msgcache.c
101                 Disable mmap reads in Windows only (at least temporarily), they
102                 prevent from renaming/removing target cache files.
103
104 2007-08-10 [paul]
105
106         3.0.0-rc2 released
107
108 2007-08-10 [wwp]        2.10.0cvs111
109
110         * src/msgcache.c
111                 fix unpredictable crashes in Windows due to broken
112                 cache/mark/tags files writting (file were opened for
113                 writing in text mode).
114
115         * src/recv.c
116                 use gettimeofday() from w32lib.h on Windows.
117
118 2007-08-10 [colin]      2.10.0cvs110
119
120         * src/imap.c
121         * src/etpan/imap-thread.c
122         * src/etpan/imap-thread.h
123                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
124
125 2007-08-09 [colin]      2.10.0cvs109
126
127         * src/editldap.c
128                 Fix port being reset to 636 on SSL
129         * src/folder.c
130                 Fix folder_item_get_msg_num_by_file
131                 on drafts/queue folders
132
133 2007-08-09 [wwp]        2.10.0cvs108
134
135         * src/folder.c
136                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
137                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
138
139
140 2007-08-09 [colin]      2.10.0cvs107
141
142         * src/folderview.c
143         * src/summaryview.c
144         * src/gtk/prefswindow.c
145                 A few Maemo layout fixes
146
147 2007-08-09 [paul]       2.10.0cvs106
148
149         * src/prefs_account.c
150                 remove the hyphen from plug-ins to
151                 match everywhere else
152
153 2007-08-08 [wwp]        2.10.0cvs105
154
155         * src/prefs_folder_item.c
156                 Fix an extraneous stealth ^L char.
157
158 2007-08-08 [wwp]        2.10.0cvs104
159
160         * src/prefs_folder_item.c
161                 Better fix, group variables declarations (USE_ASPELL).
162
163 2007-08-08 [wwp]        2.10.0cvs103
164
165         * src/prefs_folder_item.c
166                 Fix compilation w/ USE_ASPELL set (broken
167                 by 2.10.0cvs102).
168
169 2007-08-08 [ticho]      2.10.0cvs102
170
171         * src/prefs_folder_item.c
172                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
173
174 2007-08-08 [colin]      2.10.0cvs101
175
176         * src/imap.c
177         * src/etpan/imap-thread.c
178         * src/etpan/imap-thread.h
179                 Close selected mailbox before doing
180                 status on it.
181
182 2007-08-08 [colin]      2.10.0cvs100
183
184         * src/html.c
185                 Complete symbol table, thanks to wwp.
186                 Fixes bug 1284, 'The html -> text 
187                 converter ignores entities'
188         * src/msgcache.c
189                 Fix possible fd leak
190
191 2007-08-08 [colin]      2.10.0cvs99
192
193         * src/imap.c
194                 Better way to fetch UIDs on non-UIDPLUS servers
195
196 2007-08-07 [colin]      2.10.0cvs98
197
198         * src/imap.c
199                 fix bug 1275, 'auto-saved draft messages not 
200                 always being removed'; Also, make multiple
201                 copy (in the same account) faster by matching
202                 source/destination message UIDs.
203         * src/messageview.c
204                 Don't try to reshow deleted mail
205         * src/msgcache.c
206                 Fix leak on error path
207
208 2007-08-07 [wwp]        2.10.0cvs97
209
210         * manual/account.xml
211         * manual/advanced.xml
212         * manual/fr/account.xml
213         * manual/fr/advanced.xml
214                 Updated the reference manual and the French translation to
215                 reflect 2.10.0cvs84: enable running folder Processing
216                 rules on demand.
217
218 2007-08-06 [wwp]        2.10.0cvs96
219
220         * src/prefs_common.c
221         * src/prefs_common.h
222         * src/textview.c
223                 Allow changing the emphasis color used to highlight
224                 the newsreader/x-mailer header value when it matches
225                 our preferred mail agent (hidden pref 'emphasis_col' added
226                 to clawsrc).
227
228 2007-08-06 [colin]      2.10.0cvs95
229
230         * src/compose.c
231         * src/compose.h
232                 Re-commit 2.10.0cvs86, with a protection
233                 against Pango bug. Also, try to fix 
234                 bug 1275, 'auto-saved draft messages not 
235                 always being removed'
236
237 2007-08-06 [wwp]        2.10.0cvs94
238
239         * src/gtk/quicksearch.c
240                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
241
242 2007-08-06 [ticho]      2.10.0cvs93
243
244         * src/prefs_account.c
245         * src/gtk/combobox.c
246                 Use GtkComboBox instead of GtkOptionMenu for privacy system
247                 selection in account preferences.
248
249 2007-08-06 [wwp]        2.10.0cvs92
250
251         * src/plugins/pgpcore/plugin.def
252                 Apply one more chunk from gpg4win's 03-w32-port patch.
253
254 2007-08-05 [colin]      2.10.0cvs91
255
256         * src/compose.c
257         * src/compose.h
258                 reverting buggy patch for now
259
260 2007-08-05 [colin]      2.10.0cvs90
261
262         * src/folder.c
263                 Fix slowdown
264
265 2007-08-04 [colin]      2.10.0cvs89
266
267         * src/prefs_summaries.c
268         * src/summary_search.c
269                 Replace deprecated widgets. Patch by
270                 Andrej.
271
272 2007-08-04 [colin]      2.10.0cvs88
273
274         * src/mh.c
275                 Refresh GUI only every 2000 mails on mh_get_last_num
276                 This is fast (readdir) and done only once per 
277                 session/folder
278
279 2007-08-03 [colin]      2.10.0cvs87
280
281         * src/prefs_account.c
282         * src/gtk/combobox.h
283         * src/gtk/gtkutils.c
284                 Fix a deprecated widget. Patch by
285                 Andrej
286
287 2007-08-03 [colin]      2.10.0cvs86
288
289         * src/compose.c
290         * src/compose.h
291                 Make colorisation and wrapping algorithms
292                 faster. Fixes bug 1246, 'compose becomes 
293                 increasingly slow replying to complex emails'
294
295 2007-08-03 [paul]       2.10.0cvs85
296
297         * src/mh.c
298                 keep the window painted
299
300 2007-08-02 [paul]       2.10.0cvs84
301
302         * src/folderview.c
303         * src/mainwindow.c
304         * src/mainwindow.h
305                 enable running folder Processing
306                 rules on demand
307
308 2007-08-02 [paul]       2.10.0cvs83
309
310         * src/textview.c
311                 speed up/clean up rendering of larger
312                 msgs
313                 Thanks to Colin
314
315 2007-08-01 [paul]       2.10.0cvs82
316
317         * src/mainwindow.h
318                 clean up cruft
319         * src/toolbar.c
320                 change default toolbar layout on maemo
321         * src/pixmaps/close.xpm
322                 make the red cross a grey cross
323         * src/pixmaps/jpilot.xpm
324                 make icon smaller so it fits better
325
326 2007-07-31 [paul]       2.10.0cvs81
327
328         * src/setup.c
329         * src/gtk/gtkutils.c
330                 fix crash on maemo on first launch
331
332 2007-07-30 [paul]       2.10.0cvs80
333
334         * src/prefs_matcher.c
335                 specify the units of age and size
336
337 2007-07-30 [paul]       2.10.0cvs79
338
339         * src/main.c
340                 Fix IMAP timeout setting
341
342 2007-07-30 [colin]      2.10.0cvs78
343
344         * src/prefs_account.c
345                 Fix a deprecated widget. Patch by
346                 Andrej
347
348 2007-07-27 [paul]       2.10.0cvs77
349
350         * src/matcher_parser_parse.y
351         * src/prefs_filtering_action.c
352         * src/prefs_matcher.c
353                 these changes forgotten in cvs74's
354                 'watch thread' feature
355
356 2007-07-27 [paul]       2.10.0cvs76
357
358         * src/compose.c
359                 fix potential crasher
360                 thanks to Colin
361
362 2007-07-27 [paul]       2.10.0cvs75
363
364         * src/mainwindow.c
365         * src/manual.c
366         * src/manual.h
367         * src/gtk/gtkutils.c
368                 make mainwindow's /Help/Manual point to the
369                 remote copy if the local copy doesn't exist
370
371 2007-07-27 [paul]       2.10.0cvs74
372
373         * src/Makefile.am
374         * src/filtering.c
375         * src/folder.c
376         * src/mainwindow.c
377         * src/matcher.c
378         * src/matcher.h
379         * src/matcher_parser_parse.y
380         * src/procmsg.c
381         * src/procmsg.h
382         * src/stock_pixmap.c
383         * src/stock_pixmap.h
384         * src/summaryview.c
385         * src/summaryview.h
386         * src/toolbar.c
387         * src/toolbar.h
388         * src/pixmaps/watchthread.xpm
389                 add 'watch thread' feature
390
391 2007-07-27 [paul]       2.10.0cvs73
392
393         * src/prefs_folder_item.c
394                 adjust labels, add tooltips
395
396 2007-07-27 [colin]      2.10.0cvs72
397
398         * src/summaryview.c
399                 Maemo: Remove less used menu items
400
401 2007-07-26 [colin]      2.10.0cvs71
402
403         * src/messageview.c
404                 Maemo: destroy messageview after trashing mail.
405                 Maybe should be done on X11 too
406
407 2007-07-26 [colin]      2.10.0cvs70
408
409         * src/folderview.c
410         * src/mainwindow.c
411         * src/prefs_common.c
412         * src/prefs_common.h
413         * src/summaryview.c
414                 Add View/Show or Hide/Column headers
415
416 2007-07-26 [colin]      2.10.0cvs69
417
418         * src/procmime.c
419                 Fix unwanted output
420
421 2007-07-26 [colin]      2.10.0cvs68
422
423         * src/ldapserver.c
424                 Fix possible crash on cache invalidation
425         * src/compose.c
426         * src/procmime.c
427         * src/procmime.h
428         * src/quote_fmt_parse.y
429                 Make replying to mails with big attachments
430                 much faster. Fixes bug 1224, 'The process of 
431                 Replying to emails with large attachments 
432                 seems unreasonably long...'
433
434 2007-07-26 [colin]      2.10.0cvs67
435
436         * src/mimeview.c
437         * src/matcher.c
438         * src/common/ssl.c
439                 Fix threads use on BSDs
440
441 2007-07-26 [paul]       2.10.0cvs66
442
443         * src/gtk/prefswindow.c
444                 fix account prefs breakage
445                 thanks to Colin
446
447 2007-07-26 [paul]       2.10.0cvs65
448
449         * configure.ac
450                 standardise ./configure --help messages
451
452 2007-07-26 [colin]      2.10.0cvs64
453
454         * src/addressbook.c
455         * src/editaddress.c
456                 Fix two vCard-related crashes
457
458 2007-07-25 [colin]      2.10.0cvs63
459
460         * src/inc.c
461         * src/prefs_common.c
462         * src/prefs_common.h
463         * src/prefs_receive.c
464                 Maemo: Add a better way to notify of
465                 new mails
466         * src/mainwindow.c
467         * src/statusbar.h
468         * src/summaryview.c
469         * src/toolbar.c
470                 Maemo: Various layout fixes
471         * src/gtk/prefswindow.c
472                 Maemo: Better prefs layout
473
474 2007-07-25 [paul]       2.10.0cvs62
475
476         * src/textview.c
477                 fix the layout on maemo
478                 thanks to Colin
479
480 2007-07-25 [iwkse]      2.10.0cvs61
481
482         * src/summaryview.c
483                 add 'o' shortcut on summaryview
484
485 2007-07-25 [iwkse]      2.10.0cvs60
486
487         * src/textview.c
488                 fix o shortcut
489
490 2007-07-24 [colin]      2.10.0cvs59
491
492         * src/mh.c
493                 Fix missing timestamp update on source
494                 folder when moving
495         * src/textview.c
496         * src/textview.h
497                 Better text layout on part's choices
498
499 2007-07-23 [colin]      2.10.0cvs58
500
501         * src/mimeview.c
502         * src/textview.c
503                 Maemo: Automatically choose the correct application
504                 to open parts
505         * src/gtk/quicksearch.c
506                 Make search run on GDK_KP_Enter too
507
508 2007-07-23 [wwp]        2.10.0cvs57
509
510         * src/quote_fmt_lex.l
511                 Revert accidentaly committed lines (account_sig) in
512                 2.10.0cvs56.
513
514 2007-07-23 [wwp]        2.10.0cvs56
515
516         * src/quote_fmt_lex.l
517                 Fix typos around long form expressions in the quote lexer.
518
519 2007-07-23 [paul]
520
521         3.0.0-rc1 released
522
523 2007-07-23 [colin]      2.10.0cvs55
524
525         * src/addr_compl.c
526                 Fix auto-completion on Maemo
527
528 2007-07-23 [colin]      2.10.0cvs54
529
530         * src/statusbar.c
531                 Maemo: Fix sticking statusbars
532
533 2007-07-22 [colin]      2.10.0cvs53
534
535         * src/main.c
536                 Maemo: Fix the strange "top_application" info
537                 at startup. We should do something when 
538                 receiving such a message.
539
540 2007-07-20 [paul]       2.10.0cvs52
541
542         * src/news_gtk.c
543                 add missing #include "statusbar.h"
544
545 2007-07-20 [colin]      2.10.0cvs51
546
547         * src/folder.c
548         * src/folder.h
549         * src/folder_item_prefs.c
550         * src/folder_item_prefs.h
551         * src/folderview.c
552         * src/imap.c
553         * src/imap_gtk.c
554         * src/imap_gtk.h
555         * src/news.c
556         * src/news_gtk.c
557         * src/news_gtk.h
558         * src/prefs_folder_item.c
559                 Implement age-based caching: allow to
560                 specify a threshold for the offline synchronisation
561                 feature, and whether old cached bodies should 
562                 be removed
563         * src/toolbar.c
564         * src/toolbar.h
565                 Fix label/tooltips
566         * src/plugins/dillo_viewer/dillo_viewer.c
567                 Check that Dillo's installed
568
569 2007-07-20 [wwp]        2.10.0cvs50
570
571         * src/mimeview.c
572         * src/stock_pixmap.c
573                 Draw a frame around the selected mimeview part icon (instead of the
574                 shifted 'dancing' icon).
575
576 2007-07-20 [colin]      2.10.0cvs49
577
578         * src/main.c
579                 Unref stuff even on error
580         * src/wizard.c
581                 disconnect signals only at the very
582                 end of the wizard save.
583
584 2007-07-20 [colin]      2.10.0cvs48
585
586         * src/mainwindow.c
587         * src/messageview.c
588         * src/toolbar.c
589         * src/toolbar.h
590                 Fix random crashes while navigating
591                 (GTK_EVENTS_FLUSH)
592
593 2007-07-19 [colin]      2.10.0cvs47
594
595         * configure.ac
596         * src/main.c
597         * src/prefs_common.c
598         * src/prefs_common.h
599         * src/wizard.c
600         * src/common/defs.h
601         * src/common/utils.c
602                 Maemo: add an easy way to store data (mails
603                 and IMAP/NNTP caches) on one of the SD cards,
604                 and protect against unmounts if needed
605
606 2007-07-19 [paul]       2.10.0cvs46
607
608         * src/Makefile.am
609         * src/stock_pixmap.c
610         * src/gtk/about.c
611         * src/pixmaps/claws-mail_logo-small.xpm
612                 implement a (slightly) different About
613                 dialog for maemo and add a small version
614                 of the logo for it
615         * src/wizard.c
616                 use a scrolled window for wizard page 1
617                 on maemo
618
619 2007-07-19 [paul]       2.10.0cvs45
620
621         * src/Makefile.am
622                 too soon for this line
623
624 2007-07-19 [paul]       2.10.0cvs44
625
626         * src/Makefile.am
627                 fix build on n800
628
629 2007-07-19 [colin]      2.10.0cvs43
630
631         * src/wizard.c
632                 Solve Mail/Mailbox name when specifying
633                 full /path/to/Mail.
634
635 2007-07-18 [colin]      2.10.0cvs42
636
637         * src/inc.c
638         * configure.ac
639                 Fix build on n770
640
641 2007-07-18 [colin]      2.10.0cvs41
642
643         * src/inc.c
644                 Maemo: plug the online/offline system into
645                 maemo's interfaces to have Claws automatically
646                 switch according to the system status
647         * src/statusbar.c
648                 Maemo: use HildonBanners to display status
649                 messages. Renders the main statusbar useless.
650
651 2007-07-18 [paul]       2.10.0cvs40
652
653         * src/filtering.c
654                 fix screen blanking on moving/copying many msgs
655         * src/folder.c
656                 fix processing progressbar and screen blanking
657                 during processing
658
659 2007-07-18 [paul]       2.10.0cvs39
660
661         * src/messageview.c
662                 revert cvs37, breakage on maemo
663
664 2007-07-18 [paul]       2.10.0cvs38
665
666         * src/gtk/gtkutils.c
667                 make sure we can still build with older GTK's
668
669 2007-07-18 [colin]      2.10.0cvs37
670
671         * src/messageview.c
672                 Only hide the small layout's messageview, instead
673                 of destroying it when closing
674         * src/gtk/gtkutils.c
675                 Use gtk_window_present_with_time to popup windows,
676                 it seems to make things better with modern WMs
677                 (actually focusing)
678
679 2007-07-17 [colin]      2.10.0cvs36
680
681         * src/editaddress.c
682                 Simplify layout on Maemo
683         * src/folder.c
684                 Fix possible crash
685         * src/prefs_display_header.c
686                 Remove some headers by default on Maemo
687
688 2007-07-17 [paul]       2.10.0cvs35
689
690         * src/prefs_common.c
691         * src/prefs_common.h
692         * src/prefs_logging.c
693         * src/common/log.c
694                 add options to stop/enable writing logs to disc
695
696 2007-07-17 [paul]       2.10.0cvs34
697
698         * src/edittags.c
699                 fix some issues with the Apply tags window:
700                 - set search column (enables autocompl in the treeview)
701                 - apply tag from "New tag" if it existed
702                 - clears New tag entry when adding it with the button
703                 Thanks to Colin
704
705 2007-07-17 [paul]       2.10.0cvs33
706
707         * src/edittags.c
708                 fix 'apply tags' dialogue weirdness
709
710 2007-07-16 [colin]      2.10.0cvs32
711
712         * src/toolbar.c
713                 Fix double-loading of mails on Maemo
714
715 2007-07-16 [colin]      2.10.0cvs31
716
717         * src/messageview.c
718                 Prevent double-loading of the same part under some
719                 conditions; hide statusbar on Maemo
720
721 2007-07-16 [colin]      2.10.0cvs30
722
723         * src/edittags.c
724         * src/edittags.h
725         * src/mainwindow.c
726         * src/summaryview.c
727                 Improve the tag interface - allow
728                 to set/unset tags from a special
729                 window.
730         * src/gtk/gtkvscrollbutton.c
731         * src/mimeview.c
732         * src/mimeview.h
733         * src/stock_pixmap.c
734                 Fix Mimeview's ugly hacks in the
735                 icon list. 
736
737 2007-07-16 [paul]       2.10.0cvs29
738
739         * src/wizard.c
740                 rework dialog
741         * src/gtk/icon_legend.c
742                 put it all in a scrolled window
743
744 2007-07-15 [colin]      2.10.0cvs28
745
746         * src/mainwindow.c
747                 Maemo: force layout to be Small screen; the
748                 others don't make sense
749
750 2007-07-14 [colin]      2.10.0cvs27
751
752         * src/mimeview.c
753         * src/gtk/gtkvscrollbutton.c
754                 Maemo: Fix mimeview's buttons size
755
756 2007-07-14 [colin]      2.10.0cvs26
757
758         * src/toolbar.c
759                 Fix the button workaround fix.
760                 (Use the correct variable)
761
762 2007-07-14 [colin]      2.10.0cvs25
763
764         * src/mainwindow.c
765         * src/toolbar.c
766                 Maemo: put the progress bar in the
767                 toolbar
768
769 2007-07-14 [colin]      2.10.0cvs24
770
771         * src/prefs_common.c
772                 Maemo: hide statusbar by default
773         * src/Makefile.am
774         * src/stock_pixmap.c
775         * src/stock_pixmap.h
776         * src/toolbar.c
777         * src/pixmaps/go_folders.xpm
778                 Maemo: Add a specific icon to go back to
779                 folder list
780
781 2007-07-14 [colin]      2.10.0cvs23
782
783         * src/toolbar.c
784                 Don't set homogeneous finally
785
786 2007-07-14 [colin]      2.10.0cvs22
787
788         * src/toolbar.c
789                 Fix button show/hide issues
790
791 2007-07-14 [colin]      2.10.0cvs21
792
793         * src/toolbar.c
794                 Fix huge arrows
795                 Fix button workaround to be able to click
796                 if mouse was on button when it went un-
797                 sensitive.
798                 Revert previous commit, gtk_tool_item_set_homogeneous
799                 doesn't mean what it seems to mean ;-)
800
801 2007-07-14 [paul]       2.10.0cvs20
802
803         * src/toolbar.c
804                 make homogeneous FALSE always
805
806 2007-07-13 [colin]      2.10.0cvs19
807
808         * src/toolbar.c
809         * src/toolbar.h
810                 Rework to fit the non-deprecated API
811         * src/compose.c
812         * src/folderview.c
813         * src/mainwindow.c
814         * src/messageview.c
815         * src/summaryview.c
816                 Maemo layout changes. Better toolbars,
817                 removal of CTree headers. 
818
819 2007-07-13 [paul]       2.10.0cvs18
820
821         * src/gtk/colorlabel.c
822                 fix bug 1261, '[DE] coloring messages in overview 
823                 keys are not localised'
824                 the string is now included in claws-mail.pot
825
826 2007-07-13 [colin]      2.10.0cvs17
827
828         * src/summaryview.c
829                 Fix bug 1267, 'printing mutliple messages 
830                 opens one message-dialog after the other'
831                 Ask for confirmation when printing 10
832                 messages or more.
833
834 2007-07-11 [colin]      2.10.0cvs16
835
836         * COPYING
837         * README
838         * autogen.sh
839         * manual/claws-mail-manual.xml
840         * manual/gpl.xml
841         * manual/es/claws-mail-manual.xml
842         * manual/es/gpl.xml
843         * manual/fr/claws-mail-manual.xml
844         * manual/fr/gpl.xml
845         * manual/pl/gpl.xml
846         * src/account.c
847         * src/account.h
848         * src/action.c
849         * src/action.h
850         * src/adbookbase.h
851         * src/addr_compl.c
852         * src/addr_compl.h
853         * src/addrbook.c
854         * src/addrbook.h
855         * src/addrcache.c
856         * src/addrcache.h
857         * src/addrcindex.c
858         * src/addrcindex.h
859         * src/addrclip.c
860         * src/addrclip.h
861         * src/addrdefs.h
862         * src/addressadd.c
863         * src/addressadd.h
864         * src/addressbook.c
865         * src/addressbook.h
866         * src/addressbook_foldersel.c
867         * src/addressbook_foldersel.h
868         * src/addressitem.h
869         * src/addrgather.c
870         * src/addrgather.h
871         * src/addrharvest.c
872         * src/addrharvest.h
873         * src/addrindex.c
874         * src/addrindex.h
875         * src/addritem.c
876         * src/addritem.h
877         * src/addrquery.c
878         * src/addrquery.h
879         * src/addrselect.c
880         * src/addrselect.h
881         * src/alertpanel.c
882         * src/alertpanel.h
883         * src/browseldap.c
884         * src/browseldap.h
885         * src/codeconv.c
886         * src/codeconv.h
887         * src/compose.c
888         * src/compose.h
889         * src/crash.c
890         * src/crash.h
891         * src/customheader.c
892         * src/customheader.h
893         * src/displayheader.c
894         * src/displayheader.h
895         * src/editaddress.c
896         * src/editaddress.h
897         * src/editaddress_other_attributes_ldap.c
898         * src/editaddress_other_attributes_ldap.h
899         * src/editbook.c
900         * src/editbook.h
901         * src/editgroup.c
902         * src/editgroup.h
903         * src/editjpilot.c
904         * src/editjpilot.h
905         * src/editldap.c
906         * src/editldap.h
907         * src/editldap_basedn.c
908         * src/editldap_basedn.h
909         * src/edittags.c
910         * src/edittags.h
911         * src/editvcard.c
912         * src/editvcard.h
913         * src/enriched.c
914         * src/enriched.h
915         * src/exphtmldlg.c
916         * src/exphtmldlg.h
917         * src/expldifdlg.c
918         * src/expldifdlg.h
919         * src/export.c
920         * src/export.h
921         * src/exporthtml.c
922         * src/exporthtml.h
923         * src/exportldif.c
924         * src/exportldif.h
925         * src/filtering.c
926         * src/filtering.h
927         * src/folder.c
928         * src/folder.h
929         * src/folder_item_prefs.c
930         * src/folder_item_prefs.h
931         * src/foldersel.c
932         * src/foldersel.h
933         * src/folderutils.c
934         * src/folderutils.h
935         * src/folderview.c
936         * src/folderview.h
937         * src/gedit-print.c
938         * src/gedit-print.h
939         * src/grouplistdialog.c
940         * src/grouplistdialog.h
941         * src/headerview.c
942         * src/headerview.h
943         * src/html.c
944         * src/html.h
945         * src/image_viewer.c
946         * src/image_viewer.h
947         * src/imap.c
948         * src/imap.h
949         * src/imap_gtk.c
950         * src/imap_gtk.h
951         * src/import.c
952         * src/import.h
953         * src/importldif.c
954         * src/importldif.h
955         * src/importmutt.c
956         * src/importmutt.h
957         * src/importpine.c
958         * src/importpine.h
959         * src/inc.c
960         * src/inc.h
961         * src/jpilot.c
962         * src/jpilot.h
963         * src/ldapctrl.c
964         * src/ldapctrl.h
965         * src/ldaplocate.c
966         * src/ldaplocate.h
967         * src/ldapquery.c
968         * src/ldapquery.h
969         * src/ldapserver.c
970         * src/ldapserver.h
971         * src/ldapupdate.c
972         * src/ldapupdate.h
973         * src/ldaputil.c
974         * src/ldaputil.h
975         * src/ldif.c
976         * src/ldif.h
977         * src/localfolder.c
978         * src/localfolder.h
979         * src/main.c
980         * src/main.h
981         * src/mainwindow.c
982         * src/mainwindow.h
983         * src/manual.c
984         * src/manual.h
985         * src/matcher.c
986         * src/matcher.h
987         * src/matcher_parser.h
988         * src/matcher_parser_lex.l
989         * src/matcher_parser_parse.y
990         * src/mbox.c
991         * src/mbox.h
992         * src/message_search.c
993         * src/message_search.h
994         * src/messageview.c
995         * src/messageview.h
996         * src/mh.c
997         * src/mh.h
998         * src/mh_gtk.c
999         * src/mh_gtk.h
1000         * src/mimeview.c
1001         * src/mimeview.h
1002         * src/msgcache.c
1003         * src/msgcache.h
1004         * src/mutt.c
1005         * src/mutt.h
1006         * src/news.c
1007         * src/news.h
1008         * src/news_gtk.c
1009         * src/news_gtk.h
1010         * src/noticeview.c
1011         * src/noticeview.h
1012         * src/partial_download.c
1013         * src/partial_download.h
1014         * src/pine.c
1015         * src/pine.h
1016         * src/pop.c
1017         * src/pop.h
1018         * src/prefs_account.c
1019         * src/prefs_account.h
1020         * src/prefs_actions.c
1021         * src/prefs_actions.h
1022         * src/prefs_common.c
1023         * src/prefs_common.h
1024         * src/prefs_compose_writing.c
1025         * src/prefs_compose_writing.h
1026         * src/prefs_customheader.c
1027         * src/prefs_customheader.h
1028         * src/prefs_display_header.c
1029         * src/prefs_display_header.h
1030         * src/prefs_ext_prog.c
1031         * src/prefs_ext_prog.h
1032         * src/prefs_filtering.c
1033         * src/prefs_filtering.h
1034         * src/prefs_filtering_action.c
1035         * src/prefs_filtering_action.h
1036         * src/prefs_folder_column.c
1037         * src/prefs_folder_column.h
1038         * src/prefs_folder_item.c
1039         * src/prefs_folder_item.h
1040         * src/prefs_fonts.c
1041         * src/prefs_fonts.h
1042         * src/prefs_gtk.c
1043         * src/prefs_gtk.h
1044         * src/prefs_image_viewer.c
1045         * src/prefs_image_viewer.h
1046         * src/prefs_logging.c
1047         * src/prefs_logging.h
1048         * src/prefs_matcher.c
1049         * src/prefs_matcher.h
1050         * src/prefs_message.c
1051         * src/prefs_message.h
1052         * src/prefs_msg_colors.c
1053         * src/prefs_msg_colors.h
1054         * src/prefs_other.c
1055         * src/prefs_other.h
1056         * src/prefs_quote.c
1057         * src/prefs_quote.h
1058         * src/prefs_receive.c
1059         * src/prefs_receive.h
1060         * src/prefs_send.c
1061         * src/prefs_send.h
1062         * src/prefs_spelling.c
1063         * src/prefs_spelling.h
1064         * src/prefs_summaries.c
1065         * src/prefs_summaries.h
1066         * src/prefs_summary_column.c
1067         * src/prefs_summary_column.h
1068         * src/prefs_summary_open.c
1069         * src/prefs_summary_open.h
1070         * src/prefs_template.c
1071         * src/prefs_template.h
1072         * src/prefs_themes.c
1073         * src/prefs_themes.h
1074         * src/prefs_toolbar.c
1075         * src/prefs_toolbar.h
1076         * src/prefs_wrapping.c
1077         * src/prefs_wrapping.h
1078         * src/privacy.c
1079         * src/privacy.h
1080         * src/procheader.c
1081         * src/procheader.h
1082         * src/procmime.c
1083         * src/procmime.h
1084         * src/procmsg.c
1085         * src/procmsg.h
1086         * src/quote_fmt.c
1087         * src/quote_fmt_lex.l
1088         * src/quote_fmt_parse.y
1089         * src/recv.c
1090         * src/recv.h
1091         * src/remotefolder.c
1092         * src/remotefolder.h
1093         * src/send_message.c
1094         * src/send_message.h
1095         * src/setup.c
1096         * src/setup.h
1097         * src/simple-gettext.c
1098         * src/sourcewindow.c
1099         * src/sourcewindow.h
1100         * src/ssl_manager.c
1101         * src/ssl_manager.h
1102         * src/statusbar.c
1103         * src/statusbar.h
1104         * src/stock_pixmap.c
1105         * src/stock_pixmap.h
1106         * src/summary_search.c
1107         * src/summary_search.h
1108         * src/summaryview.c
1109         * src/summaryview.h
1110         * src/textview.c
1111         * src/textview.h
1112         * src/toolbar.c
1113         * src/toolbar.h
1114         * src/undo.c
1115         * src/undo.h
1116         * src/unmime.c
1117         * src/unmime.h
1118         * src/uri_opener.c
1119         * src/uri_opener.h
1120         * src/vcard.c
1121         * src/vcard.h
1122         * src/wizard.c
1123         * src/wizard.h
1124         * src/common/base64.c
1125         * src/common/base64.h
1126         * src/common/claws.c
1127         * src/common/claws.h
1128         * src/common/defs.h
1129         * src/common/fnmatch.c
1130         * src/common/fnmatch.h
1131         * src/common/fnmatch_loop.c
1132         * src/common/hooks.c
1133         * src/common/hooks.h
1134         * src/common/log.c
1135         * src/common/log.h
1136         * src/common/md5.c
1137         * src/common/md5.h
1138         * src/common/mgutils.c
1139         * src/common/mgutils.h
1140         * src/common/nntp.c
1141         * src/common/nntp.h
1142         * src/common/passcrypt.c
1143         * src/common/passcrypt.h.in
1144         * src/common/plugin.c
1145         * src/common/plugin.h
1146         * src/common/prefs.c
1147         * src/common/prefs.h
1148         * src/common/progressindicator.c
1149         * src/common/progressindicator.h
1150         * src/common/quoted-printable.c
1151         * src/common/quoted-printable.h
1152         * src/common/session.c
1153         * src/common/session.h
1154         * src/common/smtp.c
1155         * src/common/smtp.h
1156         * src/common/socket.c
1157         * src/common/socket.h
1158         * src/common/ssl.c
1159         * src/common/ssl.h
1160         * src/common/ssl_certificate.c
1161         * src/common/ssl_certificate.h
1162         * src/common/string_match.c
1163         * src/common/string_match.h
1164         * src/common/stringtable.c
1165         * src/common/stringtable.h
1166         * src/common/tags.c
1167         * src/common/tags.h
1168         * src/common/template.c
1169         * src/common/template.h
1170         * src/common/timing.h
1171         * src/common/utils.c
1172         * src/common/utils.h
1173         * src/common/uuencode.c
1174         * src/common/uuencode.h
1175         * src/common/version.h.in
1176         * src/common/w32_dirent.c
1177         * src/common/w32_reg.c
1178         * src/common/w32_signal.c
1179         * src/common/w32_stat.c
1180         * src/common/w32_stdlib.c
1181         * src/common/w32_string.c
1182         * src/common/w32_time.c
1183         * src/common/w32_unistd.c
1184         * src/common/w32_wait.c
1185         * src/common/w32lib.h
1186         * src/common/xml.c
1187         * src/common/xml.h
1188         * src/common/xmlprops.c
1189         * src/common/xmlprops.h
1190         * src/etpan/etpan-errors.h
1191         * src/etpan/etpan-thread-manager-types.h
1192         * src/etpan/etpan-thread-manager.c
1193         * src/etpan/etpan-thread-manager.h
1194         * src/etpan/imap-thread.c
1195         * src/etpan/imap-thread.h
1196         * src/gtk/about.c
1197         * src/gtk/about.h
1198         * src/gtk/colorlabel.c
1199         * src/gtk/colorlabel.h
1200         * src/gtk/colorsel.c
1201         * src/gtk/colorsel.h
1202         * src/gtk/combobox.c
1203         * src/gtk/combobox.h
1204         * src/gtk/description_window.c
1205         * src/gtk/description_window.h
1206         * src/gtk/filesel.c
1207         * src/gtk/filesel.h
1208         * src/gtk/foldersort.c
1209         * src/gtk/foldersort.h
1210         * src/gtk/gtkaspell.c
1211         * src/gtk/gtkaspell.h
1212         * src/gtk/gtksctree.c
1213         * src/gtk/gtkshruler.c
1214         * src/gtk/gtkshruler.h
1215         * src/gtk/gtksourceprintjob.c
1216         * src/gtk/gtksourceprintjob.h
1217         * src/gtk/gtkutils.c
1218         * src/gtk/gtkutils.h
1219         * src/gtk/gtkvscrollbutton.c
1220         * src/gtk/gtkvscrollbutton.h
1221         * src/gtk/icon_legend.c
1222         * src/gtk/icon_legend.h
1223         * src/gtk/inputdialog.c
1224         * src/gtk/inputdialog.h
1225         * src/gtk/logwindow.c
1226         * src/gtk/logwindow.h
1227         * src/gtk/manage_window.c
1228         * src/gtk/manage_window.h
1229         * src/gtk/menu.c
1230         * src/gtk/menu.h
1231         * src/gtk/pluginwindow.c
1232         * src/gtk/pluginwindow.h
1233         * src/gtk/prefswindow.c
1234         * src/gtk/prefswindow.h
1235         * src/gtk/progressdialog.c
1236         * src/gtk/progressdialog.h
1237         * src/gtk/quicksearch.c
1238         * src/gtk/quicksearch.h
1239         * src/gtk/sslcertwindow.c
1240         * src/gtk/sslcertwindow.h
1241         * src/plugins/bogofilter/bogofilter.c
1242         * src/plugins/bogofilter/bogofilter.h
1243         * src/plugins/bogofilter/bogofilter_gtk.c
1244         * src/plugins/clamav/clamav_plugin.c
1245         * src/plugins/clamav/clamav_plugin.h
1246         * src/plugins/clamav/clamav_plugin_gtk.c
1247         * src/plugins/demo/demo.c
1248         * src/plugins/dillo_viewer/dillo_prefs.c
1249         * src/plugins/dillo_viewer/dillo_prefs.h
1250         * src/plugins/dillo_viewer/dillo_viewer.c
1251         * src/plugins/pgpcore/passphrase.c
1252         * src/plugins/pgpcore/passphrase.h
1253         * src/plugins/pgpcore/pgp_viewer.c
1254         * src/plugins/pgpcore/pgp_viewer.h
1255         * src/plugins/pgpcore/plugin.c
1256         * src/plugins/pgpcore/prefs_gpg.c
1257         * src/plugins/pgpcore/prefs_gpg.h
1258         * src/plugins/pgpcore/select-keys.c
1259         * src/plugins/pgpcore/select-keys.h
1260         * src/plugins/pgpcore/sgpgme.c
1261         * src/plugins/pgpcore/sgpgme.h
1262         * src/plugins/pgpinline/pgpinline.c
1263         * src/plugins/pgpinline/pgpinline.h
1264         * src/plugins/pgpinline/plugin.c
1265         * src/plugins/pgpmime/pgpmime.c
1266         * src/plugins/pgpmime/pgpmime.h
1267         * src/plugins/pgpmime/plugin.c
1268         * src/plugins/spamassassin/spamassassin.c
1269         * src/plugins/spamassassin/spamassassin.h
1270         * src/plugins/spamassassin/spamassassin_gtk.c
1271         * src/plugins/trayicon/trayicon.c
1272         * src/plugins/trayicon/trayicon_prefs.c
1273         * src/plugins/trayicon/trayicon_prefs.h
1274         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1275         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1276         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1277         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1278         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1279         * tools/OOo2claws-mail.pl
1280         * tools/README.sylprint
1281         * tools/acroread2claws-mail.pl
1282         * tools/claws-mail-compose-insert-files.pl
1283         * tools/convert_mbox.pl
1284         * tools/filter_conv.pl
1285         * tools/filter_conv_new.pl
1286         * tools/fix_date.sh
1287         * tools/freshmeat_search.pl
1288         * tools/google_search.pl
1289         * tools/kmail-mailbox2claws-mail.pl
1290         * tools/kmail2claws-mail.pl
1291         * tools/kmail2claws-mail_v2.pl
1292         * tools/mairix.sh
1293         * tools/make.themes.project
1294         * tools/multiwebsearch.pl
1295         * tools/nautilus2claws-mail.sh
1296         * tools/outlook2claws-mail.pl
1297         * tools/textviewer.sh
1298         * tools/thunderbird-filters-convertor.pl
1299         * tools/update-po
1300         * tools/uuooffice
1301         * tools/vcard2xml.py
1302         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1303                 Upgrade to GPLv3 or later.
1304
1305 2007-07-10 [wwp]        2.10.0cvs15
1306
1307         * src/main.c
1308                 Fix re-opening of all composing messages that were
1309                 opened when closing the previous instance, thanks
1310                 to Colin.
1311
1312 2007-07-10 [paul]       2.10.0cvs14
1313
1314         * src/editaddress_other_attributes_ldap.c
1315         * src/ldapupdate.c
1316                 fix crash on selecting 'other attributes' combo
1317                 for either a new entry or an old entry with no
1318                 existing attributes.
1319                 fix bug on editing multiple attributes which
1320                 resulted them all having the value of the last
1321                 one changed.
1322                 Thanks to Colin
1323
1324 2007-07-10 [colin]      2.10.0cvs13
1325
1326         * src/editaddress.c
1327         * src/editaddress_other_attributes_ldap.h
1328         * src/ldapupdate.c
1329                 Fix --disable-ldap build
1330
1331 2007-07-09 [colin]      2.10.0cvs12
1332
1333         * src/Makefile.am
1334         * src/addritem.c
1335         * src/addritem.h
1336         * src/editaddress.c
1337         * src/editaddress_other_attributes_ldap.c
1338         * src/editaddress_other_attributes_ldap.h
1339         * src/editldap.c
1340         * src/ldapctrl.c
1341         * src/ldapctrl.h
1342         * src/ldapupdate.c
1343                 Add capability to edit all inetOrgPerson
1344                 attributes on LDAP. Patch by Michael 
1345                 Rasmussen
1346
1347 2007-07-09 [colin]      2.10.0cvs11
1348
1349         * src/Makefile.am
1350         * src/exporthtml.c
1351         * src/mbox.c
1352         * src/msgcache.c
1353         * src/prefs_summaries.c
1354         * src/prefs_themes.c
1355         * src/procheader.c
1356         * src/common/Makefile.am
1357         * src/common/log.c
1358         * src/common/timing.h
1359         * src/common/utils.c
1360         * src/common/utils.h
1361         * src/common/w32_account.c
1362         * src/common/w32lib.h
1363         * src/gtk/Makefile.am
1364         * src/gtk/colorlabel.c
1365         * src/plugins/pgpcore/Makefile.am
1366         * src/plugins/pgpcore/claws.def
1367         * src/plugins/pgpcore/passphrase.c
1368         * src/plugins/pgpcore/pgp_viewer.c
1369         * src/plugins/pgpcore/plugin.def
1370         * src/plugins/pgpcore/sgpgme.c
1371         * src/plugins/pgpinline/Makefile.am
1372         * src/plugins/pgpinline/claws.def
1373         * src/plugins/pgpinline/mypgpcore.def
1374         * src/plugins/pgpinline/plugin.def
1375         * src/plugins/pgpmime/Makefile.am
1376         * src/plugins/pgpmime/claws.def
1377         * src/plugins/pgpmime/mypgpcore.def
1378         * src/plugins/pgpmime/plugin.def
1379                 Commit win32 patch, from Werner Koch and
1380                 Marcus Brinkmann
1381
1382 2007-07-09 [colin]      2.10.0cvs10
1383
1384         * src/prefs_toolbar.c
1385                 Fix crash when no actions exist
1386
1387 2007-07-07 [paul]       2.10.0cvs9
1388
1389         * COPYING
1390         * manual/claws-mail-manual.xml
1391                 update copyright year
1392         * po/fi.po
1393                 updated by Flammie Pirinen
1394
1395 2007-07-05 [wwp]        2.10.0cvs8
1396
1397         * src/plugins/clamav/clamav_plugin_gtk.c
1398                 Make vertical spacing like in other plugin prefs pages.
1399
1400 2007-07-05 [wwp]        2.10.0cvs7
1401
1402         * src/quote_fmt.c
1403                 It's %am that works, not %ae (this doc incoherence has been
1404                 introduced with 2.9.2cvs13).
1405
1406 2007-07-04 [wwp]        2.10.0cvs6
1407
1408         * src/plugins/bogofilter/bogofilter.c
1409                 Gettext-ize an occurrence of "Any" that wasn't.
1410
1411 2007-07-04 [colin]      2.10.0cvs5
1412
1413         * po/POTFILES.in
1414                 Fix untranslated strings; thanks
1415                 to Pader Rezso.
1416
1417 2007-07-03 [colin]      2.10.0cvs4
1418
1419         * src/folder.c
1420         * src/mainwindow.c
1421                 Fix saving of sort mode for tags and
1422                 thread date. Thanks to Pierre Ossman.
1423                 Completes fix for bug 1233
1424
1425 2007-07-03 [paul]       2.10.0cvs3
1426
1427         * src/compose.c
1428                 fix auto-save
1429         * src/summaryview.c
1430                 fix build warnings
1431         Thanks to Colin
1432
1433 2007-07-02 [colin]      2.10.0cvs2
1434
1435         * src/folder.h
1436         * src/mainwindow.c
1437         * src/procmsg.h
1438         * src/summaryview.c
1439                 Add View/Sort/by Thread date
1440                 Fixes bug 1233, 'Capability to sort 
1441                 threads by most recent message'
1442                 Based on a patch by Paul Rolland
1443
1444 2007-07-02 [colin]      2.10.0cvs1
1445
1446         * src/Makefile.am
1447         * src/compose.c
1448         * src/edittags.c
1449         * src/edittags.h
1450         * src/filtering.c
1451         * src/folder.c
1452         * src/folder.h
1453         * src/headerview.c
1454         * src/headerview.h
1455         * src/main.c
1456         * src/mainwindow.c
1457         * src/mainwindow.h
1458         * src/manual.h
1459         * src/matcher.c
1460         * src/matcher.h
1461         * src/matcher_parser_parse.y
1462         * src/mimeview.c
1463         * src/msgcache.c
1464         * src/msgcache.h
1465         * src/prefs_common.c
1466         * src/prefs_common.h
1467         * src/prefs_filtering_action.c
1468         * src/prefs_matcher.c
1469         * src/prefs_summary_column.c
1470         * src/procmsg.c
1471         * src/procmsg.h
1472         * src/quote_fmt.c
1473         * src/quote_fmt_lex.l
1474         * src/quote_fmt_parse.y
1475         * src/summaryview.c
1476         * src/summaryview.h
1477         * src/textview.c
1478         * src/common/Makefile.am
1479         * src/common/defs.h
1480         * src/common/tags.c
1481         * src/common/tags.h
1482         * src/gtk/quicksearch.c
1483         * src/gtk/quicksearch.h
1484                 Add Tags implementation. Tags are arbitrary labels
1485                 that can be applied to messages. It is possible 
1486                 to create, edit, remove tags; apply them to mails;
1487                 filter on tags or tag presence; apply or unset
1488                 tags via filtering actions; reference tags in
1489                 reply templates.
1490
1491 2007-07-02 [paul]       2.10.0
1492
1493         * NEWS
1494         * README
1495         * RELEASE_NOTES
1496                 2.10.0 released
1497
1498 2007-07-02 [paul]       2.9.2cvs78
1499
1500         * po/de.po
1501         * po/en_GB.po
1502         * po/es.po
1503         * po/fr.po
1504         * po/hu.po
1505         * po/pt_BR.po
1506         * po/ru.po
1507         * po/zh_CN.po
1508                 updated by Stephan Sachse, me, Ricardo Mones
1509                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1510                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1511
1512 2007-07-02 [paul]       2.9.2cvs77
1513
1514         * AUTHORS
1515                 updated
1516
1517 2007-06-29 [wwp]        2.9.2cvs76
1518
1519         * src/gtk/headers.h
1520                 Fix a typo (thanks to Ricardo for finding this out).
1521
1522 2007-06-28 [paul]       2.9.2cvs75
1523
1524         * src/folderview.c
1525                 fix build warnings
1526
1527 2007-06-28 [paul]       2.9.2cvs74
1528
1529         * tools/Makefile.am
1530                 fix bug in the autotools build system.
1531                 Files cataloged under EXTRA_DIST were never
1532                 automatically copied to the build tree.
1533                 (fix 'make distcheck')
1534                 Patch by Michael Rasmussen.
1535
1536 2007-06-24 [colin]      2.9.2cvs73
1537
1538         * src/news_gtk.c
1539                 Fix bug 1249, 'Error handling for 
1540                 news errors needs modification'
1541                 Only popup error if the according
1542                 pref in Prefs/Receive is set.
1543
1544 2007-06-21 [colin]      2.9.2cvs72
1545
1546         * src/common/plugin.c
1547         * src/common/plugin.h
1548                 Change plugin API to know whether it's safe to 
1549                 unload plugins or whether we should just hide
1550                 them. Fixes bug 1248, 'Core dumps after 
1551                 unloading plugin and clicking on load plugins'
1552         * src/plugins/bogofilter/bogofilter.c
1553         * src/plugins/clamav/clamav_plugin.c
1554         * src/plugins/demo/demo.c
1555         * src/plugins/dillo_viewer/dillo_viewer.c
1556         * src/plugins/pgpcore/plugin.c
1557         * src/plugins/pgpinline/plugin.c
1558         * src/plugins/pgpmime/plugin.c
1559         * src/plugins/spamassassin/spamassassin.c
1560         * src/plugins/trayicon/trayicon.c
1561                 Update API
1562
1563 2007-06-19 [colin]      2.9.2cvs71
1564
1565         * src/compose.c
1566         * src/messageview.c
1567                 Fix crash mentioned in bug 1246
1568                 Race condition when automatically drafting
1569                 due to insertion on reedit.
1570
1571 2007-06-18 [wwp]        2.9.2cvs70
1572
1573         * src/importldif.c
1574                 LDIF import: use a "Proceed" button to complete
1575                 the process.
1576
1577 2007-06-18 [paul]       2.9.2cvs69
1578
1579         * configure.ac
1580                 use pkgconfig to check for gtk and glib
1581
1582 2007-06-17 [wwp]        2.9.2cvs68
1583
1584         * src/ldif.c
1585         * src/importldif.c
1586                 LDIF import: better error handling, minor code
1587                 and UI cleanup, and renamed the Save button
1588                 to Close, as imported stuff is already saved
1589                 when the Save button is shown.
1590
1591 2007-06-17 [colin]      2.9.2cvs67
1592
1593         * src/prefs_summaries.c
1594         * src/procmsg.c
1595                 Don't set as read when forwarded, only replied to
1596
1597 2007-06-17 [paul]       2.9.2cvs66
1598
1599         * src/alertpanel.c
1600                 add missing #include
1601
1602 2007-06-16 [colin]      2.9.2cvs65
1603
1604         * src/prefs_summaries.c
1605         * src/procmsg.c
1606                 Change the pref "Only mark as read when opened
1607                 in new window" to "..., replied to or forwarded".
1608                 Based on a patch by Paul Rolland.
1609
1610 2007-06-16 [paul]       2.9.2cvs64
1611
1612         * src/gtk/authors.h
1613                 alphabetical order! :)
1614
1615 2007-06-16 [colin]      2.9.2cvs63
1616
1617         * AUTHORS
1618         * src/gtk/authors.h
1619                 Add Michael Rasmussen in authors list
1620
1621 2007-06-16 [colin]      2.9.2cvs62
1622
1623         * src/messageview.c
1624                 Fix messageview_copy_clipboard to take advantage
1625                 of plugins' get_selection.
1626
1627 2007-06-15 [colin]      2.9.2cvs61
1628
1629         * src/action.c
1630         * src/addr_compl.c
1631         * src/addressbook.c
1632         * src/folderview.c
1633         * src/message_search.c
1634         * src/mimeview.c
1635         * src/summary_search.c
1636         * src/summaryview.c
1637         * src/textview.c
1638                 Allow GDK_KP_Enter to do the same as GDK_Return
1639                 Patch by Michael Rasmussen
1640
1641 2007-06-15 [paul]       2.9.2cvs60
1642
1643         * src/compose.c
1644                 fix bug when closing a compose window
1645                 during autosave
1646
1647 2007-06-14 [paul]       2.9.2cvs59
1648
1649         * src/main.c
1650         * src/common/defs.h
1651                 migrate sylpheed config
1652
1653 2007-06-14 [wwp]        2.9.2cvs58
1654
1655         * src/gtk/pluginwindow.c
1656                 Yet another attempt to fix sizing/alignment of the
1657                 button bar in plugins window.
1658
1659 2007-06-12 [colin]      2.9.2cvs57
1660
1661         * po/POTFILES.in
1662         * src/Makefile.am
1663         * src/folderview.c
1664         * src/prefs_common.c
1665         * src/prefs_common.h
1666         * src/prefs_summaries.c
1667         * src/prefs_summary_open.c
1668         * src/prefs_summary_open.h
1669         * src/summaryview.c
1670                 Make "when entering a folder" actions more personalisable
1671
1672 2007-06-12 [wwp]        2.9.2cvs56
1673
1674         * tools/README
1675                 Use short description from Paul (mairix.sh).
1676
1677 2007-06-12 [wwp]        2.9.2cvs55
1678
1679         * tools/README
1680                 Updated info about mairix.sh.
1681
1682 2007-06-11 [paul]       2.9.2cvs54
1683
1684         * src/prefs_logging.c
1685                 rework log window length widgets
1686                 and some sensitivity fixes
1687
1688 2007-06-11 [paul]       2.9.2cvs53
1689
1690         * src/mainwindow.c
1691         * src/prefs_logging.c
1692                 rename 'Protocol Log' to 'Network Log'
1693                 and some function renaming
1694
1695 2007-06-10 [wwp]        2.9.2cvs52
1696
1697         * src/gtk/pluginwindow.c
1698                 Revert 2.9.2cvs51.
1699
1700 2007-06-10 [wwp]        2.9.2cvs51
1701
1702         * src/gtk/pluginwindow.c
1703                 Fix button bar in plugin window, was centered and not
1704                 behaving like other dialogs w/ such button bar.
1705
1706 2007-06-08 [wwp]        2.9.2cvs50
1707
1708         * src/compose.c
1709         * src/compose.h
1710         * src/main.c
1711         * src/mainwindow.c
1712         * src/mainwindow.h
1713                 Provide a way out of automatic draft saving on IMAP, when
1714                 exiting offline.
1715                 Prevent drafting while sending and quitting while sending.
1716                 Thanks for Colin.
1717
1718
1719
1720 2007-06-08 [wwp]        2.9.2cvs49
1721
1722         * src/prefs_account.c
1723         * src/gtk/prefswindow.c
1724         * src/gtk/prefswindow.h
1725                 Activate the Basic page when opening account prefs.
1726
1727 2007-06-08 [wwp]        2.9.2cvs48
1728
1729         * src/common/socket.c
1730                 Don't crash if fork() fails, thanks to Colin.
1731
1732 2007-06-08 [wwp]        2.9.2cvs47
1733
1734         * src/gtk/prefswindow.c
1735                 Wrap some long lines, and reset horizontal scroller's adjusment
1736                 (this was already done, vertically), when changing tab (not page)
1737                 in prefs windows.
1738
1739 2007-06-08 [paul]       2.9.2cvs46
1740
1741         * src/common/utils.c
1742                 use gethostname() instead of uname()
1743                 based on a patch by Michael Hughes
1744                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1745
1746 2007-06-07 [wwp]        2.9.2cvs45
1747
1748         * src/prefs_common.c
1749                 Fix some useless warnings, thanks to Colin.
1750
1751 2007-06-06 [colin]      2.9.2cvs44
1752
1753         * src/ldapupdate.c
1754                 Fix strange allocations. 
1755
1756 2007-06-06 [colin]      2.9.2cvs43
1757
1758         * src/ldapupdate.c
1759                 Patch by Michael Rasmussus to help
1760                 bug 1232
1761
1762 2007-06-05 [wwp]        2.9.2cvs42
1763
1764         * src/prefs_account.c
1765         * src/prefs_folder_item.c
1766         * src/prefs_quote.c
1767         * src/quote_fmt.c
1768         * src/quote_fmt.h
1769                 Per-folder templates can now be applied recursively.
1770                 Always save per-folder templates (formats were erroneously
1771                 saved only if they were enabled).
1772                 Check for validity of quotation marks everywhere there
1773                 are defined.
1774
1775 2007-06-05 [wwp]        2.9.2cvs41
1776
1777         * src/inc.c
1778                 Fix incoming messages from local accounts always getting filtered
1779                 (even if the account prefs say don't), thanks to Colin.
1780
1781 2007-06-05 [wwp]        2.9.2cvs40
1782
1783         * src/compose.c
1784         * src/compose.h
1785                 Use per-folder/per-account quote chars when applying a
1786                 template or inserting text as well. Const'ify some
1787                 vars more.
1788
1789 2007-06-04 [colin]      2.9.2cvs39
1790
1791         * src/compose.c
1792                 More work for wwp :)
1793
1794 2007-06-04 [wwp]        2.9.2cvs38
1795
1796         * src/compose.c
1797                 Same as 2.9.2cvs36 but for forwarding.
1798
1799 2007-06-04 [colin]      2.9.2cvs37
1800
1801         * src/compose.c
1802                 Use original mail file for forward/redirect
1803                 Fixes some forwarded mails to be attached as
1804                 application/octet-stream (when they have binary
1805                 parts), and incidentally fixes bug 848
1806                 'Redirect breaks GnuPG'
1807
1808 2007-06-04 [wwp]        2.9.2cvs36
1809
1810         * src/compose.c
1811                 Fix quote mark mis-initialisation when replying/forwarding
1812                 (introduced w/ 2.9.2cvs20).
1813
1814 2007-06-04 [wwp]        2.9.2cvs35
1815
1816         * src/prefs_compose_writing.c
1817         * src/prefs_quote.c
1818                 Fix a bug where Quotation characters (prefs/compose/writing)
1819                 was cleared (introduced w/ 2.9.2cvs26).
1820
1821 2007-06-04 [wwp]        2.9.2cvs34
1822
1823         * src/prefs_account.c
1824         * src/prefs_account.h
1825                 Better fix for compiling w/o aspell (rollbacks
1826                 2.9.2cvs31).
1827
1828 2007-06-04 [wwp]        2.9.2cvs33
1829
1830         * src/account.c
1831         * src/prefs_account.c
1832         * src/prefs_account.h
1833         * src/procmsg.c
1834                 It's now possible to disable mail filtering plugins
1835                 on a per-account basis.
1836
1837 2007-06-04 [wwp]        2.9.2cvs32
1838
1839         * src/procheader.c
1840         * src/common/utils.c
1841         * src/common/utils.h
1842                 Support CRLF in headers part of messages.
1843                 Support few more date formats (RFC3339 subsets).
1844
1845 2007-06-04 [wwp]        2.9.2cvs31
1846
1847         * src/prefs_account.c
1848                 Fix compiling w/o aspell support.
1849
1850 2007-06-03 [wwp]        2.9.2cvs30
1851
1852         * src/prefs_gtk.c
1853                 Don't decode leading ENV_ and ~ in P_PASSWORD
1854                 values.
1855
1856 2007-06-03 [wwp]        2.9.2cvs29
1857
1858         * src/prefs_gtk.c
1859                 Don't decode leading ENV_ and ~ in P_PASSWORD
1860                 values.
1861
1862 2007-06-03 [wwp]        2.9.2cvs28
1863
1864         * src/prefs_account.c
1865         * src/gtk/prefswindow.c
1866         * src/gtk/prefswindow.h
1867                 Added a way to force preloading of all pages
1868                 (prefswindow).
1869                 Moved tabs to pages in account prefs.
1870
1871 2007-06-02 [colin]      2.9.2cvs27
1872
1873         * src/addressbook.c
1874                 Fix possible crash, fix ldap write bugs
1875         * src/ldapupdate.c
1876                 Fix ldap write bugs - patch by Michael
1877                 Rasmussen
1878         * src/alertpanel.c
1879         * src/alertpanel.h
1880                 Add a hook whenever alertpanel opens/closes
1881
1882 2007-05-31 [wwp]        2.9.2cvs26
1883
1884         * src/prefs_compose_writing.c
1885         * src/prefs_quote.c
1886                 Re-organized writing options a bit:
1887                  - renamed the Quoting page to Templates
1888                  - moved all composing templates to that page
1889                  - moved non-templates options to the Writing one,
1890                    grouped reply-related options, reordered reply and
1891                    forward options.
1892
1893 2007-05-31 [wwp]        2.9.2cvs25
1894
1895         * src/compose.c
1896                 Removed unused code.
1897
1898 2007-05-31 [colin]      2.9.2cvs24
1899
1900         * src/addressbook.c
1901                 Fix missing display name when modifying
1902                 LDAP. Patch by Michael Rasmussen
1903
1904 2007-05-31 [wwp]        2.9.2cvs23
1905
1906         * src/plugins/bogofilter/Makefile.am
1907         * src/plugins/clamav/Makefile.am
1908         * src/plugins/demo/Makefile.am
1909         * src/plugins/dillo_viewer/Makefile.am
1910         * src/plugins/spamassassin/Makefile.am
1911                 Fix building of those plugins in Mac OS X.
1912
1913 2007-05-30 [wwp]        2.9.2cvs22
1914
1915         * src/gtk/quicksearch.c
1916                 Fix missing initialization.
1917
1918 2007-05-30 [wwp]        2.9.2cvs21
1919
1920         * src/procheader.c
1921                 Revert accidental commit (debug outputs).
1922
1923 2007-05-30 [wwp]        2.9.2cvs20
1924
1925         * src/compose.c
1926         * src/folder_item_prefs.c
1927         * src/folder_item_prefs.h
1928         * src/prefs_account.c
1929         * src/prefs_account.h
1930         * src/prefs_folder_item.c
1931         * src/prefs_gtk.c
1932         * src/prefs_gtk.h
1933                 Implemented per-account and per-folder
1934                 compose/reply/forward formats.
1935
1936 2007-05-30 [wwp]        2.9.2cvs19
1937
1938         * src/prefs_compose_writing.c
1939         * src/prefs_quote.c
1940         * src/procheader.c
1941         * src/quote_fmt.c
1942         * src/quote_fmt.h
1943                 Internal API changes (factorize quote format
1944                 prefs and checks).
1945
1946 2007-05-30 [colin]      2.9.2cvs18
1947
1948         * src/compose.c
1949                 Fix race where it's possible to re-click Send
1950                 between end of SMTP session and end of "move to
1951                 sent folder" when sending an email with send
1952                 dialog enabled.
1953
1954 2007-05-30 [colin]      2.9.2cvs17
1955
1956         * src/crash.c
1957                 Ask for backtrace on all threads. Patch by
1958                 Pawel
1959         * src/folderview.c
1960                 Fix stale news statusbar when scanning fails.
1961                 Patch by Pawel
1962         * src/ldapupdate.c
1963                 Fix some LDAP write updates bugs. Patch
1964                 by Michael Rasmussen
1965
1966 2007-05-29 [colin]      2.9.2cvs16
1967
1968         * src/imap.c
1969                 Fix loss of local flags when moving mails
1970                 on IMAP in high-bandwidth mode (UID FETCH)
1971
1972 2007-05-25 [paul]       2.9.2cvs15
1973
1974         * src/common/socket.c
1975                 fix sometimes crasher on cancelling
1976                 message sending
1977
1978 2007-05-25 [colin]      2.9.2cvs14
1979
1980         * src/imap.c
1981                 Fix a memory leak
1982         * src/imap_gtk.c
1983                 Be more helpful in the subscription
1984                 message
1985
1986 2007-05-23 [wwp]        2.9.2cvs13
1987
1988         * src/compose.c
1989         * src/prefs_compose_writing.c
1990         * src/prefs_quote.c
1991         * src/prefs_template.c
1992         * src/prefs_template.h
1993         * src/quote_fmt.c
1994         * src/quote_fmt.h
1995         * src/quote_fmt_lex.l
1996         * src/quote_fmt_parse.y
1997                 Introduced new syntax elements (symbols and commands)
1998                 in templates/quote_fmt. Compatibility w/ old
1999                 symbols is kept.
2000                 Updated and reworked the corresponding Information
2001                 dialog.
2002                 Display the line number in dialogs that talk about
2003                 parser errors (in addition to the error message in
2004                 output).
2005
2006 2007-05-23 [wwp]        2.9.2cvs12
2007
2008         * src/quote_fmt_parse.y
2009                 Fix 2.9.2cvs11, probably a paste accident ;).
2010
2011 2007-05-23 [wwp]        2.9.2cvs11
2012
2013         * src/compose.c
2014         * src/prefs_template.c
2015         * src/quote_fmt.h
2016         * src/quote_fmt_parse.y
2017                 Fix 2.9.2cvs10, which broke --disable-aspell.
2018
2019 2007-05-22 [wwp]        2.9.2cvs10
2020
2021         * src/compose.c
2022         * src/prefs_template.c
2023         * src/quote_fmt.c
2024         * src/quote_fmt.h
2025         * src/quote_fmt_lex.l
2026         * src/quote_fmt_parse.y
2027         * src/gtk/gtkaspell.c
2028         * src/gtk/gtkaspell.h
2029                 Added template/quote format syntactical elements
2030                 to show and query:
2031                         - current dictionary
2032                           %T to show (shows empty if not set or not enabled),
2033                           ?T and !T to check if the default dictionary is
2034                           enabled and set
2035                         - current account's default dictionary
2036                           %aT to show (empty if not set or not enabled),
2037                           ?aT and !aT to check if it's enabled and set
2038                         - name completion for an address, from the address
2039                           book
2040                           %ABf, %ABt, %ABc respectively show the full name got
2041                           from the address book if From, To or Cc match a single
2042                           contact.
2043                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2044                           matches any contact and if the full name is non-empty.
2045                           If From, To or Cc are lists of email addresses, only
2046                           the first address will be checked.
2047                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2048                 that could show a trailing ','.
2049                 Also, template/quote_fmt parser now shows the line number in case
2050                 of parser error.
2051
2052 2007-05-15 [colin]      2.9.2cvs9
2053
2054         * src/main.c
2055         * src/main.h
2056                 Add a public function to know whether Claws
2057                 crashed last time
2058                 Store opened folder when exiting
2059         * src/folder.c
2060         * src/folder.h
2061                 Store last opened message in each FolderItem;
2062                 Reset last seen messages if Claws crashed, so 
2063                 that one can't go in an infinite crash in case 
2064                 a particular mail crashes Claws.
2065         * src/messageview.c
2066         * src/prefs_common.c
2067         * src/prefs_common.h
2068         * src/summaryview.c
2069         * src/prefs_summaries.c
2070                 Add "Select last opened message" when entering
2071                 a folder
2072                 Add "Select last opened folder" at startup.
2073
2074 2007-05-14 [colin]      2.9.2cvs8
2075
2076         * manual/xml2pdf
2077                 Fix bashism, search for xml catalog 
2078                 in /usr/local/share/xml/catalog too
2079                 Patch by Pawel
2080
2081 2007-05-13 [wwp]        2.9.2cvs7
2082
2083         * src/gtk/logwindow.c
2084                 fix raising log windows when they are either minimized or
2085                 in background.
2086
2087 2007-05-11 [colin]      2.9.2cvs6
2088
2089         * src/gtk/filesel.c
2090                 Use Hildon's file chooser on Maemo. Patch
2091                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2092                 'File attachment "manipulation" bugs...'
2093
2094 2007-05-10 [wwp]        2.9.2cvs5
2095
2096         * src/prefs_common.c
2097         * src/prefs_common.h
2098         * src/gtk/quicksearch.c
2099                 Add a quicksearch option to automatically run
2100                 a search selected from the history (this option
2101                 is exclusive towards type-ahead).
2102
2103 2007-05-10 [colin]      2.9.2cvs4
2104
2105         * src/imap.c
2106                 Fix g_warnings, thanks to Brian
2107                 Morrison
2108
2109 2007-05-09 [colin]      2.9.2cvs3
2110
2111         * src/crash.c
2112         * src/exporthtml.c
2113         * src/mbox.c
2114         * src/prefs_summaries.c
2115         * src/procheader.c
2116         * src/common/log.c
2117         * src/common/utils.c
2118         * src/gtk/gtksourceprintjob.c
2119         * src/gtk/sslcertwindow.c
2120                 Use the re-entrant variant of time functions
2121                 Probably fixes bug 1217, 'reentrancy problems 
2122                 with time functions'
2123
2124 2007-05-09 [colin]      2.9.2cvs2
2125
2126         * src/imap.c
2127                 Fix crasher when reconnection fails
2128
2129 2007-05-08 [paul]       2.9.2cvs1
2130
2131         * NEWS
2132         * README
2133         * RELEASE_NOTES
2134         * configure.ac
2135                 bump version number following
2136                 stable release
2137
2138 2007-05-08 [paul]       2.9.1cvs48
2139
2140         * src/plugins/demo/demo.c
2141         * src/plugins/dillo_viewer/dillo_prefs.c
2142         * src/plugins/dillo_viewer/dillo_prefs.h
2143         * src/plugins/dillo_viewer/dillo_viewer.c
2144         * src/plugins/pgpcore/pgp_viewer.c
2145         * src/plugins/pgpcore/pgp_viewer.h
2146         * src/plugins/pgpcore/plugin.c
2147         * src/plugins/pgpcore/prefs_gpg.c
2148         * src/plugins/pgpcore/prefs_gpg.h
2149         * src/plugins/pgpcore/sgpgme.c
2150         * src/plugins/pgpcore/sgpgme.h
2151         * src/plugins/pgpinline/plugin.c
2152         * src/plugins/pgpmime/pgpmime.c
2153         * src/plugins/pgpmime/pgpmime.h
2154         * src/plugins/pgpmime/plugin.c
2155         * src/plugins/spamassassin/spamassassin.c
2156         * src/plugins/spamassassin/spamassassin.h
2157         * src/plugins/spamassassin/spamassassin_gtk.c
2158         * src/plugins/trayicon/README
2159         * tools/README
2160         * tools/README.sylprint
2161         * tools/outlook2claws-mail.pl
2162         * tools/sylprint.pl
2163         * tools/tb2claws-mail
2164         * tools/tbird2claws.py
2165         * tools/update-po
2166         * tools/vcard2xml.py
2167         * tools/kdeservicemenu/README
2168                 cleanups and corrections
2169
2170 2007-05-06 [wwp]        2.9.1cvs47
2171
2172         * tools/uudec
2173                 Fix missing dash to `display` command-line, reported
2174                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2175
2176 2007-05-06 [colin]      2.9.1cvs46
2177
2178         * src/Makefile.am
2179         * src/stock_pixmap.c
2180         * src/stock_pixmap.h
2181         * src/pixmaps/printer.xpm
2182                 Add a printer icon
2183
2184 2007-05-06 [paul]       2.9.1cvs45
2185
2186         * src/compose.c
2187         * src/ldapquery.c
2188         * src/privacy.h
2189         * src/summary_search.c
2190         * src/summaryview.c
2191                 fix build warnings
2192
2193 2007-05-05 [wwp]        2.9.1cvs44
2194
2195         * src/messageview.c
2196         * src/mh.c
2197         * src/prefs_actions.c
2198         * src/prefs_gtk.c
2199         * src/summaryview.c
2200         * src/common/xml.c
2201                 Fix "faild" typos everywhere and capitalization of
2202                 some g_warnings.
2203
2204 2007-05-04 [colin]      2.9.1cvs43
2205
2206         * src/compose.c
2207         * src/privacy.c
2208         * src/privacy.h
2209         * src/plugins/pgpcore/prefs_gpg.c
2210         * src/plugins/pgpcore/prefs_gpg.h
2211         * src/plugins/pgpinline/pgpinline.c
2212         * src/plugins/pgpmime/pgpmime.c
2213                 Add an API to warn about encryption limits,
2214                 and allow to disable these warnings
2215
2216 2007-05-03 [colin]      2.9.1cvs42
2217
2218         * src/summaryview.c
2219         * src/mainwindow.c
2220                 Fix bug 1213, 'Delete more than 
2221                 one thread at once'
2222
2223 2007-05-03 [wwp]        2.9.1cvs41
2224
2225         * src/prefs_common.c
2226         * src/prefs_filtering.c
2227         * src/prefs_template.c
2228         * src/common/template.c
2229         * src/common/template.h
2230         * src/gtk/gtkutils.c
2231         * src/gtk/gtkutils.h
2232                 Templates are no longer automatically sorted
2233                 by name, but can be sorted manually using
2234                 |< < > >| buttons as well as drag'n'drop.
2235
2236 2007-05-03 [wwp]        2.9.1cvs40
2237
2238         * src/plugins/spamassassin/spamassassin.c
2239         * src/plugins/spamassassin/spamassassin.h
2240         * src/plugins/spamassassin/spamassassin_gtk.c
2241         * src/plugins/bogofilter/bogofilter.c
2242         * src/plugins/bogofilter/bogofilter.h
2243         * src/plugins/bogofilter/bogofilter_gtk.c
2244                 Added an option to conditionally mark saved spam
2245                 as read (default is and was to do so).
2246                 Satisfies feature request 1708539 on sf.net tracker.
2247
2248 2007-05-03 [colin]      2.9.1cvs39
2249
2250         * src/inc.c
2251                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2252
2253 2007-05-02 [colin]      2.9.1cvs38
2254
2255         * src/textview.c
2256                 Fix bug 1209, 'Clicking on address 
2257                 in header (mailto uri) selects 
2258                 default account'. Patch adapted from
2259                 G.P. Halkes' patch.
2260
2261 2007-05-02 [colin]      2.9.1cvs37
2262
2263         * src/grouplistdialog.c
2264                 Set cursor to wait cursor while loading
2265                 groups.
2266
2267 2007-05-02 [paul]       2.9.1cvs36
2268
2269         * src/folder.c
2270         * src/common/defs.h
2271                 rename cache and mark files
2272                 (data is preserved)
2273
2274 2007-04-30 [paul]       2.9.1cvs35
2275
2276         * manual/glossary.xml
2277         * manual/plugins.xml
2278                 updates. Patch by Ricardo
2279
2280 2007-04-29 [wwp]        2.9.1cvs34
2281
2282         * src/mainwindow.c
2283         * configure.ac
2284                 Fix few grammatical errors (patch by David Relson < relson at
2285                 osagesoftware dot com >).
2286
2287 2007-04-28 [colin]      2.9.1cvs33
2288
2289         * src/account.c
2290         * src/pop.c
2291         * src/prefs_account.c
2292         * src/prefs_account.h
2293                 Drop the "Download all" preference. It's
2294                 stupidly useless and confuses people from
2295                 time to time.
2296
2297 2007-04-27 [wwp]        2.9.1cvs32
2298
2299         * src/account.c
2300         * src/prefs_account.c
2301         * src/prefs_account.h
2302                 Don't reflect accounts changes to the mainwindow when it's
2303                 not necessary.
2304
2305 2007-04-27 [colin]      2.9.1cvs31
2306
2307         * src/folder.c
2308                 Freeze/thaw when sync'ing flags
2309         * src/imap.c
2310         * src/prefs_account.c
2311         * src/prefs_account.h
2312         * src/etpan/imap-thread.c
2313         * src/etpan/imap-thread.h
2314                 Add a way to use UID FETCH instead
2315                 of searches to fetch message lists
2316                 and flags. More expensive towards
2317                 bandwidth, less expensive towards
2318                 server's CPU. Probably fixes 
2319                 bug 1158, 'Scanning new folders on 
2320                 Exchange 2007 extremely slow'.
2321                 Patch 95% by Hoa.
2322
2323 2007-04-27 [paul]       2.9.1cvs30
2324
2325         * src/mainwindow.c
2326         * src/prefs_logging.c
2327                 improvements to english usage
2328
2329 2007-04-27 [colin]      2.9.1cvs29
2330
2331         * src/imap.c
2332                 Fix build without libetpan (my bad!)
2333
2334 2007-04-26 [colin]      2.9.1cvs28
2335
2336         * src/imap.c
2337         * src/imap.h
2338                 Fix uselessly exported function
2339         * src/textview.c
2340                 Consider "- -- \n" as signature separator
2341                 (that's what signature separators look like
2342                  in PGP/Inline signed mails)
2343
2344 2007-04-26 [colin]      2.9.1cvs27
2345
2346         * configure.ac
2347                 libetpan-0.49 is now required
2348         * src/procmime.c
2349                 Fix double fetching of mails if
2350                 first try failed
2351         * src/imap.c
2352                 Make offline sync faster, by
2353                 remembering last change time, and
2354                 last sync time.
2355
2356 2007-04-26 [hoa]        2.9.1cvs26
2357
2358         * src/imap.c
2359         * src/imap.h
2360         * src/mainwindow.c
2361         * src/toolbar.c
2362         * src/etpan/imap-thread.c
2363         * src/etpan/imap-thread.h
2364                 cancellation of IMAP operations is now allowed.
2365                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2366
2367 2007-04-26 [colin]      2.9.1cvs25
2368
2369         * src/folder.c
2370                 Always fetch body+headers in folders that are
2371                 synched for offline use, if "Synchronise as
2372                 soon as possible" is set.
2373                 Fixes bug 1200, 'Add option to always retrieve full 
2374                 messages'
2375
2376 2007-04-25 [colin]      2.9.1cvs24
2377
2378         * src/compose.c
2379                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2380                 persists...'
2381
2382 2007-04-24 [colin]      2.9.1cvs23
2383
2384         * src/folderview.c
2385                 Fix bug 1195, 'Hardware key navigation' 
2386                 Make GDK_Enter toggle expansion (Maemo)
2387
2388 2007-04-24 [wwp]        2.9.1cvs22
2389
2390         * src/compose.c
2391                 Fix few compiler warnings.
2392
2393 2007-04-24 [paul]       2.9.1cvs21
2394
2395         * src/Makefile.am
2396         * src/stock_pixmap.c
2397         * src/stock_pixmap.h
2398                 complete last commit
2399
2400 2007-04-24 [paul]       2.9.1cvs20
2401
2402         * src/gtk/about.c
2403         * src/pixmaps/active.xpm
2404         * src/pixmaps/checkbox_off.xpm
2405         * src/pixmaps/checkbox_on.xpm
2406         * src/pixmaps/inactive.xpm
2407                 kick out the blobs
2408                 remove transparent border from checkbox icons
2409
2410 2007-04-24 [wwp]        2.9.1cvs19
2411
2412         * src/textview.c
2413         * src/textview.h
2414                 Fix a crash in textview, thanks to Colin.
2415
2416 2007-04-23 [wwp]        2.9.1cvs18
2417
2418         * src/prefs_common.c
2419                 Fix 2.9.1cvs5: no header was being translated at all.
2420
2421 2007-04-23 [colin]      2.9.1cvs17
2422
2423         * src/Makefile.am
2424         * src/stock_pixmap.c
2425         * src/stock_pixmap.h
2426         * src/summaryview.c
2427         * src/summaryview.h
2428         * src/gtk/gtksctree.c
2429         * src/gtk/gtksctree.h
2430         * src/pixmaps/selection.xpm
2431                 Fix bug 1193, 'Need a way to multi-select
2432                 items'. Add a toggle button to the summaryview
2433                 to switch between normal and multiple selection
2434                 (Maemo)
2435
2436 2007-04-23 [colin]      2.9.1cvs16
2437
2438         * src/Makefile.am
2439         * src/stock_pixmap.c
2440         * src/stock_pixmap.h
2441         * src/summaryview.c
2442         * src/summaryview.h
2443         * src/gtk/gtksctree.c
2444         * src/gtk/gtksctree.h
2445         * src/pixmaps/selection.xpm
2446                 Fix bug 1193, 'Need a way to multi-
2447                 select items'
2448                 Add a toggle button in the summaryview
2449                 to enable normal or multiple selection.
2450                 (Maemo)
2451
2452 2007-04-23 [colin]      2.9.1cvs15
2453
2454         * src/compose.c
2455                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2456
2457 2007-04-21 [colin]      2.9.1cvs14
2458
2459         * src/gtk/quicksearch.c
2460                 Fix previous commit (actually use correct
2461                 parameter)
2462
2463 2007-04-21 [colin]      2.9.1cvs13
2464
2465         * src/gtk/quicksearch.c
2466                 Fix changing quicksearch type (after Esc,
2467                 after changing Recursive, ...)
2468
2469 2007-04-20 [wwp]        2.9.1cvs12
2470
2471         * src/gtk/Makefile.am
2472                 Added headers.h (completes 2.9.1cvs5).
2473
2474 2007-04-20 [wwp]        2.9.1cvs11
2475
2476         * src/addressbook.c
2477                 Fix the use of display name in name column,
2478                 it has been overriden w/ the use of nickname
2479                 by 2.9.0cvs3. Now nickname is used (if any)
2480                 in case of LDAP books only.
2481
2482 2007-04-20 [colin]      2.9.1cvs10
2483
2484         * src/mimeview.c
2485         * src/summaryview.c
2486         * src/textview.c
2487                 Add handling of 'a' to loop in a mail's
2488                 mimeparts
2489
2490 2007-04-20 [colin]      2.9.1cvs9
2491
2492         * src/toolbar.c
2493                 Fix bug 1190, 'dir_open' button doesn't work'
2494                 (Maemo)
2495
2496 2007-04-20 [colin]      2.9.1cvs8
2497
2498         * src/folderview.c
2499         * src/mainwindow.c
2500                 Fix bug 1194, 'Hardware keys move from email 
2501                 list to account/directory list, but not back 
2502                 to email list...' (Maemo)
2503
2504 2007-04-20 [colin]      2.9.1cvs7
2505
2506         * src/compose.h
2507                 complete previous commit
2508
2509 2007-04-20 [colin]      2.9.1cvs6
2510
2511         * src/compose.c
2512                 Fix bug 1187, 'Reply-to addressee disappears 
2513                 when reply-to text box is clicked...' (Maemo)
2514
2515 2007-04-20 [wwp]        2.9.1cvs5
2516
2517         * po/POTFILES.in
2518         * src/addressbook.c
2519         * src/compose.c
2520         * src/filtering.c
2521         * src/headerview.c
2522         * src/matcher.c
2523         * src/prefs_common.c
2524         * src/prefs_common.h
2525         * src/prefs_display_header.c
2526         * src/prefs_matcher.c
2527         * src/summaryview.c
2528         * src/gtk/headers.h
2529         * src/gtk/quicksearch.c
2530                 Translate more header names according to the relevant option value,
2531                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2532                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2533                 to prefs_common_translated_header_name().
2534                 Added a headers.h reference file that contains known header names
2535                 (RFC2822 and others) to the translation process' input, so that
2536                 translated header names will still exist even if no occurrence of
2537                 _("headername") is found anymore in the sources.
2538                 Don't translate column name 'Number' following to trans_hdr option
2539                 value as it's not a header name.
2540
2541 2007-04-20 [colin]      2.9.1cvs4
2542
2543         * src/gtk/quicksearch.c
2544         * src/gtk/quicksearch.h
2545                 Add "From, To or Subject" quicksearch
2546                 type. Patch by ulfschaper@users.sf.net
2547
2548 2007-04-20 [colin]      2.9.1cvs3
2549
2550         * src/matcher.c
2551                 Implement proper references filtering condition.
2552                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2553
2554 2007-04-19 [wwp]        2.9.1cvs2
2555
2556         * src/prefs_display_header.c
2557         * src/message_search.c
2558                 Fix few warnings (g_free of const gchar*).
2559
2560 2007-04-19 [paul]       2.9.1cvs1
2561
2562         * NEWS
2563         * README
2564         * RELEASE_NOTES
2565         * configure.ac
2566                 bump version number following
2567                 stable release
2568
2569 2007-04-19 [paul]       2.9.0cvs9
2570
2571         * manual/advanced.xml
2572         * manual/glossary.xml
2573                 fix typos
2574
2575 2007-04-18 [paul]       2.9.0cvs8
2576
2577         * src/pop.c
2578                 fix for CVE-2007-1558 (APOP)
2579                 Thanks to Colin
2580
2581 2007-04-18 [paul]       2.9.0cvs7
2582
2583         * src/messageview.c
2584         * src/mimeview.c
2585         * src/summaryview.c
2586         * src/gtk/filesel.c
2587                 Fix encoding woes wrt saving of
2588                 mails and parts
2589                 Thanks to Colin
2590
2591 2007-04-18 [colin]      2.9.0cvs6
2592
2593         * src/gtk/pluginwindow.c
2594                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2595
2596 2007-04-17 [wwp]        2.9.0cvs5
2597
2598         * src/addressadd.c
2599         * src/addressbook.c
2600         * src/addrindex.c
2601         * src/ldapupdate.c
2602                 Fix --disable-ldap build,
2603                 fix some LDAP annoyances on 
2604                 searches, thanks to Colin.
2605
2606 2007-04-17 [wwp]        2.9.0cvs4
2607
2608         * src/ldapupdate.c
2609                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2610                 like gcc 2.9x. Thanks to Colin.
2611
2612 2007-04-17 [wwp]        2.9.0cvs3
2613
2614         * src/Makefile.am
2615         * src/addressadd.c
2616         * src/addressbook.c
2617         * src/addrindex.c
2618         * src/addritem.c
2619         * src/addritem.h
2620         * src/editaddress.c
2621         * src/ldapctrl.c
2622         * src/ldapctrl.h
2623         * src/ldapquery.c
2624         * src/ldapserver.c
2625         * src/ldapserver.h
2626         * src/ldapupdate.c
2627         * src/ldapupdate.h
2628                 Add LDAP write support. Patch mostly by 
2629                 Michael <mir at datanom dot net>
2630
2631 2007-04-17 [wwp]        2.9.0cvs2
2632
2633         * src/compose.c
2634                 Prepend "Add to address book" to the context menu of compose window's sender and
2635                 recipient fields.
2636
2637 2007-04-16 [paul]       2.9.0cvs1
2638
2639         * src/gtk/authors.h
2640                 add Pader Rezso
2641
2642 2007-04-16 [paul]       2.9.0
2643
2644         * NEWS
2645         * README
2646         * RELEASE_NOTES
2647                 2.9.0 released
2648
2649 2007-04-16 [paul]       2.8.1cvs102
2650
2651         * po/fr.po
2652                 updated by Fabien Vantard
2653
2654 2007-04-16 [paul]       2.8.1cvs101
2655
2656         * po/ca.po
2657         * po/cs.po
2658         * po/de.po
2659         * po/hu.po
2660         * po/pl.po
2661         * po/pt_BR.po
2662         * po/sr.po
2663         * po/zh_CN.po
2664                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2665                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2666                 Aleksandar Urosevic, and Ralgh Young
2667
2668 2007-04-15 [mones]      2.8.1cvs100
2669
2670         * po/es.po
2671                 Updated for release
2672
2673 2007-04-14 [colin]      2.8.1cvs99
2674
2675         * src/message_search.c
2676         * src/prefs_display_header.c
2677         * src/summary_search.c
2678         * src/gtk/combobox.c
2679                 Fix allocations
2680
2681 2007-04-14 [wwp]        2.8.1cvs98
2682
2683         * src/gtk/combobox.c
2684         * src/message_search.c
2685         * src/summary_search.c
2686         * src/prefs_display_header.c
2687                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2688                 returns NULL, get the text value directly from the GtkEntry child.
2689
2690 2007-04-13 [colin]      2.8.1cvs97
2691
2692         * src/gtk/quicksearch.c
2693                 Give the focus back to summaryview when
2694                 emptying the quicksearch with Esc
2695
2696 2007-04-13 [colin]      2.8.1cvs96
2697
2698         * src/message_search.c
2699         * src/prefs_display_header.c
2700         * src/summary_search.c
2701                 Fix possibles crashes when getting text
2702                 from gtk combos
2703
2704 2007-04-13 [colin]      2.8.1cvs95
2705
2706         * src/pop.c
2707                 Add some UIDL debugging
2708
2709 2007-04-12 [colin]      2.8.1cvs94
2710
2711         * src/folder.c
2712                 Force folder scan if necessary after
2713                 copying mails, to be able to reapply
2714                 flags.
2715
2716 2007-04-11 [colin]      2.8.1cvs93
2717
2718         * src/main.c
2719                 don't scan for new mail on startup if --select
2720                 is specified (or race conditions arise). If so,
2721                 do both sequentially.
2722
2723 2007-04-09 [colin]      2.8.1cvs92
2724
2725         * src/common/defs.h
2726                 Use leafpad by default on Maemo. Patch
2727                 by Jean-Luc Biord.
2728
2729 2007-04-06 [colin]      2.8.1cvs91
2730
2731         * src/pixmaps/queue_close.xpm
2732         * src/pixmaps/queue_close_hrm.xpm
2733         * src/pixmaps/queue_close_hrm_mark.xpm
2734         * src/pixmaps/queue_close_mark.xpm
2735         * src/pixmaps/queue_open.xpm
2736         * src/pixmaps/queue_open_hrm.xpm
2737         * src/pixmaps/queue_open_hrm_mark.xpm
2738         * src/pixmaps/queue_open_mark.xpm
2739                 Move the clock one pixel down :)
2740
2741 2007-04-05 [colin]      2.8.1cvs90
2742
2743         * src/mainwindow.c
2744                 Don't sync when switching offline from
2745                 command line - it's usually too late :)
2746
2747 2007-04-05 [paul]       2.8.1cvs89
2748
2749         * src/Makefile.am
2750         * src/stock_pixmap.c
2751         * src/pixmaps/dir_close_hrm.xpm
2752         * src/pixmaps/dir_close_hrm_mark.xpm
2753         * src/pixmaps/drafts_close.xpm
2754         * src/pixmaps/drafts_close_mark.xpm
2755         * src/pixmaps/drafts_open.xpm
2756         * src/pixmaps/drafts_open_mark.xpm
2757         * src/pixmaps/inbox.xpm
2758         * src/pixmaps/inbox_close.xpm
2759         * src/pixmaps/inbox_close_hrm.xpm
2760         * src/pixmaps/inbox_close_hrm_mark.xpm
2761         * src/pixmaps/inbox_close_mark.xpm
2762         * src/pixmaps/inbox_hrm.xpm
2763         * src/pixmaps/inbox_hrm_mark.xpm
2764         * src/pixmaps/inbox_mark.xpm
2765         * src/pixmaps/inbox_open.xpm
2766         * src/pixmaps/inbox_open_hrm.xpm
2767         * src/pixmaps/inbox_open_hrm_mark.xpm
2768         * src/pixmaps/inbox_open_mark.xpm
2769         * src/pixmaps/outbox.xpm
2770         * src/pixmaps/outbox_close.xpm
2771         * src/pixmaps/outbox_close_hrm.xpm
2772         * src/pixmaps/outbox_close_hrm_mark.xpm
2773         * src/pixmaps/outbox_close_mark.xpm
2774         * src/pixmaps/outbox_hrm.xpm
2775         * src/pixmaps/outbox_hrm_mark.xpm
2776         * src/pixmaps/outbox_mark.xpm
2777         * src/pixmaps/outbox_open.xpm
2778         * src/pixmaps/outbox_open_hrm.xpm
2779         * src/pixmaps/outbox_open_hrm_mark.xpm
2780         * src/pixmaps/outbox_open_mark.xpm
2781         * src/pixmaps/queue_close.xpm
2782         * src/pixmaps/queue_close_hrm.xpm
2783         * src/pixmaps/queue_close_hrm_mark.xpm
2784         * src/pixmaps/queue_close_mark.xpm
2785         * src/pixmaps/queue_open.xpm
2786         * src/pixmaps/queue_open_hrm.xpm
2787         * src/pixmaps/queue_open_hrm_mark.xpm
2788         * src/pixmaps/queue_open_mark.xpm
2789                 updated, added and replaced icons
2790                 Icons by Colin
2791
2792 2007-04-04 [colin]      2.8.1cvs88
2793
2794         * src/imap.c
2795                 Fix build without libetpan
2796
2797 2007-04-03 [colin]      2.8.1cvs87
2798
2799         * src/imap.c
2800                 Fix crash with Citadel, and try to make
2801                 things work. this server (and specifically 
2802                 STATUS and APPEND at least) seems broken.
2803
2804 2007-04-03 [colin]      2.8.1cvs86
2805
2806         * src/folderview.c
2807                 Fix icons on folder close
2808
2809 2007-04-03 [colin]      2.8.1cvs85
2810
2811         * src/inc.c
2812                 Fix double-ask of offline override in
2813                 certain cases
2814         * src/imap.c
2815         * src/imap.h
2816         * src/imap_gtk.c
2817                 Much more efficient way to synchronise
2818                 for offline use
2819         * src/etpan/imap-thread.c
2820                 Fix possible segs
2821         * src/folder.c
2822         * src/gtk/quicksearch.c
2823                 Fix some GUI lags
2824
2825 2007-04-03 [paul]       2.8.1cvs84
2826
2827         * src/filtering.c
2828         * src/folder.c
2829         * src/folder.h
2830         * src/prefs_common.c
2831         * src/prefs_common.h
2832         * src/prefs_other.c
2833                 Fix sync being done too late
2834                 Thanks to Colin
2835
2836 2007-04-02 [colin]      2.8.1cvs83
2837
2838         * src/summaryview.c
2839                 Maemo: Put status and quicksearch at the top
2840         * src/plugins/bogofilter/bogofilter.c
2841         * src/plugins/spamassassin/spamassassin.c
2842                 Derive trash from inbox if possible
2843
2844 2007-04-02 [paul]       2.8.1cvs82
2845
2846         * src/plugins/bogofilter/bogofilter_gtk.c
2847                 a few English changes
2848
2849 2007-04-02 [paul]
2850
2851         2.9.0-rc1 released
2852
2853 2007-04-02 [colin]      2.8.1cvs81
2854
2855         * src/image_viewer.c
2856                 Fix transparent images by using
2857                 GtkImage
2858         * src/messageview.c
2859                 Flush events (on new windows) to avoid
2860                 having the textview's image resize fail
2861                 to know the available width
2862
2863 2007-04-01 [colin]      2.8.1cvs80
2864
2865         * src/prefs_account.c
2866                 If no MH mailbox exist, when creating a POP/Local
2867                 account, just create and use the default one 
2868                 instead of bailing with a "Mailbox doesn't exist"
2869                 error
2870
2871 2007-03-31 [colin]      2.8.1cvs79
2872
2873         * src/prefs_account.c
2874                 Create signature file if it doesn't exist
2875                 before editing
2876         * src/prefs_toolbar.c
2877                 Maemo: Move "Use default" on the left so
2878                 that people can find it
2879         * src/common/defs.h
2880                 Maemo: make default editor "Maemopad", 
2881                 default signature file "MyDocs/signature.txt"
2882
2883 2007-03-31 [colin]      2.8.1cvs78
2884
2885         * src/prefs_account.c
2886                 Maemo: rework account prefs so
2887                 that less horizontal scrolling
2888                 is required
2889
2890 2007-03-31 [colin]      2.8.1cvs77
2891
2892         * src/folderview.c
2893         * src/prefs_common.c
2894         * src/prefs_common.h
2895                 Fix bug 1167, 'Allow not displaying zeros 
2896                 in folder list'. Patch by MartinP
2897
2898 2007-03-31 [colin]      2.8.1cvs76
2899
2900         * AUTHORS
2901                 Add Jean-Luc Biord
2902
2903 2007-03-31 [colin]      2.8.1cvs75
2904
2905         * src/imap.c
2906                 Apply patch from bug 1172, direct
2907                 access to the folder's session instead
2908                 of using getter. Patch by MartinP
2909
2910 2007-03-31 [paul]       2.8.1cvs74
2911
2912         * src/gtk/authors.h
2913                 no need to list Fabien twice!
2914
2915 2007-03-31 [colin]      2.8.1cvs73
2916
2917         * src/inc.c
2918                 If we're currently "overriding for %d minutes",
2919                 don't ask
2920
2921 2007-03-31 [colin]      2.8.1cvs72
2922
2923         * src/compose.c
2924         * src/imap.c
2925         * src/inc.c
2926         * src/inc.h
2927         * src/messageview.c
2928         * src/news.c
2929         * src/plugins/spamassassin/spamassassin.c
2930                 Offline override: Add a parameter to allow
2931                 asking even if the override timer is running.
2932                 Allows to ask every time the user makes an
2933                 explicit action needing online access (such
2934                 as Get Mail), and not when the action is 
2935                 implicit (such as opening an IMAP folder)
2936
2937 2007-03-31 [colin]      2.8.1cvs71
2938
2939         * src/inc.c
2940                 Override offline: "No" answer shouldn't
2941                 re-ask after 3 seconds, but 10 minutes. 
2942
2943 2007-03-30 [colin]      2.8.1cvs70
2944
2945         * src/common/socket.c
2946                 Better error reporting on unix socket
2947                 failure (bind usually)
2948         * src/gtk/gtkutils.c
2949         * src/gtk/gtkutils.h
2950                 Label window: add a pulsing progress
2951                 bar to show we're not hung :)
2952         * src/folderview.c
2953         * src/main.c
2954         * src/plugins/pgpcore/sgpgme.c
2955                 Update API
2956
2957 2007-03-30 [colin]      2.8.1cvs69
2958
2959         * src/pop.c
2960         * src/prefs_common.c
2961                 Fix possible trashing of history and uidl
2962                 files on disk full problems
2963
2964 2007-03-30 [paul]       2.8.1cvs68
2965
2966         * src/mainwindow.c
2967         * src/summaryview.c
2968         * src/summaryview.h
2969                 update summary when changing layout type
2970                 (fixes wrong folder icon being displayed)
2971                 Thanks to Colin
2972
2973 2007-03-29 [colin]      2.8.1cvs67
2974
2975         * src/prefs_ext_prog.c
2976                 The browser pref is irrelevant on Maemo
2977
2978 2007-03-29 [colin]      2.8.1cvs66
2979
2980         * src/compose.c
2981         * src/compose.h
2982                 Maemo: dynamically switch headers/text position
2983         * src/prefs_common.c
2984                 Maemo: hide compose's ruler by default
2985         * src/common/socket.c
2986         * src/common/socket.h
2987                 Fix build warning
2988
2989 2007-03-29 [colin]      2.8.1cvs65
2990
2991         * src/common/socket.c
2992         * src/common/socket.h
2993                 Fix build when MAEMO_CFLAGS contains
2994                 _X_OPENSOURCE (resolv.h errors as long
2995                 as we don't add _BSD_SOURCE. Ugly).
2996
2997 2007-03-29 [wwp]        2.8.1cvs64
2998
2999         * src/prefs_logging.c
3000                 Fix sensitivity of clip-log widgets in prefs/logging,
3001                 thanks to Fabien.
3002
3003 2007-03-29 [wwp]        2.8.1cvs63
3004
3005         * po/POTFILES.in
3006                 Updated files list for translations, thanks to Fabien.
3007
3008 2007-03-29 [colin]      2.8.1cvs62
3009
3010         * src/main.c
3011         * src/common/Makefile.am
3012         * src/common/utils.c
3013                 Maybe make URI opening work in Maemo
3014                 Requires testing :)
3015
3016 2007-03-28 [colin]      2.8.1cvs61
3017
3018         * src/folder.c
3019         * src/folder.h
3020         * src/folderview.c
3021                 Add the possibility to sort folders arbitrarily
3022                 (via editing of folderlist.xml only). Patch by
3023                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3024                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3025                 be changed by the user'
3026
3027 2007-03-28 [colin]      2.8.1cvs60
3028
3029         * src/mimeview.c
3030                 Add popup menu for mime icons
3031
3032 2007-03-28 [colin]      2.8.1cvs59
3033
3034         * src/mainwindow.c
3035                 Fix a layout issue when presenting
3036                 mainwindow in Small screen layout
3037         * src/toolbar.c
3038         * src/toolbar.h
3039                 Add a "Go to folder list" button for
3040                 mainwindow, and make it default in
3041                 the Maemo build
3042
3043 2007-03-28 [colin]      2.8.1cvs58
3044
3045         * src/compose.c
3046                 Don't dynamically update title on Maemo
3047                 Patch by Jean-Luc Biord
3048
3049 2007-03-27 [colin]      2.8.1cvs57
3050
3051         * src/compose.c
3052         * src/folderview.c
3053         * src/summaryview.c
3054                 Enable tap-and-hold on Maemo
3055
3056 2007-03-26 [colin]      2.8.1cvs56
3057
3058         * src/compose.c
3059                 More popup-menu (in attachments list)
3060
3061 2007-03-26 [colin]      2.8.1cvs55
3062
3063         * src/compose.c
3064                 Enable popup-menu signal
3065
3066 2007-03-26 [colin]      2.8.1cvs54
3067
3068         * src/plugins/pgpinline/pgpinline.c
3069                 Fix bug 1111, 'PGP/inline plugin hides text 
3070                 around encrypted text block'. Patch based on
3071                 a patch from Michal Cihar.
3072
3073 2007-03-26 [wwp]        2.8.1cvs53
3074
3075         * src/procmsg.c
3076                 Fix getting a false error when sending queued message
3077                 whereas the sending was fine (if there are subfolders
3078                 in the queue folder), thanks to Colin.
3079
3080 2007-03-26 [paul]       2.8.1cvs52
3081
3082         * src/wizard.c
3083                 update FACE header in welcome message
3084
3085 2007-03-25 [colin]      2.8.1cvs51
3086
3087         * src/Makefile.am
3088                 Fix make dist
3089
3090 2007-03-25 [colin]      2.8.1cvs50
3091
3092         * src/main.c
3093                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3094
3095 2007-03-24 [colin]      2.8.1cvs49
3096
3097         * src/main.c
3098                 Fix a few launch problems on Maemo
3099                 Patch by Jean-Luc Biord
3100
3101 2007-03-24 [wwp]        2.8.1cvs48
3102
3103         * src/alertpanel.c
3104         * src/alertpanel.h
3105         * src/messageview.c
3106         * src/summaryview.c
3107                 Fix wrong action performed when closing the
3108                 "ask about account specific filtering rules
3109                 when filtering manually" dialog by pressing Escape.
3110                 Fix wrong order of buttons in the "return receipt
3111                 notification - the message was sent to several of
3112                 your accounts" dialog.
3113
3114 2007-03-24 [paul]       2.8.1cvs47
3115
3116         * src/folderview.c
3117                 an improvement to English usage
3118         * tools/kdeservicemenu/README
3119                 updated Claws url
3120
3121 2007-03-24 [paul]       2.8.1cvs46
3122
3123         * src/Makefile.am
3124         * src/stock_pixmap.c
3125         * src/pixmaps/edit_extern.xpm
3126         * src/pixmaps/mail_sign.xpm
3127                 rescue long lost icons
3128
3129 2007-03-24 [paul]       2.8.1cvs45
3130
3131         * src/toolbar.c
3132                 fix toolbar (broken in 2.8.1cvs42)
3133
3134 2007-03-23 [colin]      2.8.1cvs44
3135
3136         * src/imap.c
3137                 Correctly unsubscribe/resubscribe after
3138                 RENAME
3139
3140 2007-03-23 [colin]      2.8.1cvs43
3141
3142         * src/prefs_common.c
3143                 Maemo: as the platform is light on RAM, allow
3144                 caches to be discarded faster.
3145
3146 2007-03-23 [colin]      2.8.1cvs42
3147
3148         * src/Makefile.am
3149         * src/compose.c
3150         * src/compose.h
3151         * src/stock_pixmap.c
3152         * src/stock_pixmap.h
3153         * src/summaryview.c
3154         * src/summaryview.h
3155         * src/toolbar.c
3156         * src/toolbar.h
3157         * src/pixmaps/open_mail.xpm
3158                 Maemo changes: Add the possibility to have
3159                 "Open Email" and "Close Window" buttons on 
3160                 toolbars (and use them in Maemo's default
3161                 toolbars)
3162
3163 2007-03-23 [wwp]        2.8.1cvs41
3164
3165         * src/action.c
3166                 Reverted that part of the action dialog closure logics, to
3167                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3168                 done later in a different way (or may not).
3169
3170 2007-03-22 [wwp]        2.8.1cvs40
3171
3172         * src/action.c
3173                 Fix sticky action dialog when got no output but action command
3174                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3175
3176 2007-03-22 [colin]      2.8.1cvs39
3177
3178         * src/prefs_filtering.c
3179         * src/gtk/combobox.h
3180                 Fix escaping account names in filtering prefs
3181
3182 2007-03-22 [colin]      2.8.1cvs38
3183
3184         * src/addrindex.c
3185         * src/ldapctrl.h
3186         * src/ldapquery.c
3187                 Add any attribute specified in LDAP servers'
3188                 Search attributes to the Other Attributes tab
3189                 of contacts; Add 'telephoneNumber' in the
3190                 default list.
3191
3192 2007-03-22 [colin]      2.8.1cvs37
3193
3194         * src/folderview.c
3195         * src/folderview.h
3196         * src/mainwindow.c
3197                 Try to prevent race conditions when
3198                 changing the folder list
3199         * src/summaryview.c
3200                 Fix possible red folder icon when
3201                 switching from Small screen layout
3202                 to any other
3203
3204 2007-03-22 [colin]      2.8.1cvs36
3205
3206         * src/mainwindow.c
3207         * src/mainwindow.h
3208         * src/summaryview.c
3209                 Rename "little screen" to "Small screen"
3210         * src/gtk/Makefile.am
3211         * src/common/utils.c
3212         * src/mh.c
3213                 Fix Maemo-related compilation problems
3214
3215 2007-03-21 [colin]      2.8.1cvs35
3216
3217         * configure.ac
3218                 Fix previous commit
3219         * claws-mail.desktop
3220                 Remove .png from the Icon, it's useless
3221
3222 2007-03-21 [colin]      2.8.1cvs34
3223
3224         * configure.ac
3225         * src/Makefile.am
3226                 Add the necessary lib checking for 
3227                 Maemo
3228
3229 2007-03-21 [colin]      2.8.1cvs33
3230
3231         * src/main.c
3232                 Fix unconditional "error happened" when
3233                 sending via command-line. "lol @ myself"
3234
3235 2007-03-21 [colin]      2.8.1cvs32
3236
3237         * claws-mail-40x40.png
3238         * claws-mail-26x26.png
3239         * src/account.c
3240         * src/addressbook.c
3241         * src/compose.c
3242         * src/folderview.c
3243         * src/folderview.h
3244         * src/main.c
3245         * src/mainwindow.c
3246         * src/mainwindow.h
3247         * src/messageview.c
3248         * src/prefs_account.c
3249         * src/prefs_common.c
3250         * src/summary_search.c
3251         * src/summaryview.c
3252         * src/summaryview.h
3253         * src/gtk/authors.h
3254         * src/gtk/gtkutils.c
3255         * src/gtk/gtkutils.h
3256         * src/gtk/logwindow.c
3257         * src/gtk/menu.c
3258         * src/gtk/prefswindow.c
3259                 Add Maemo port (patch mainly by Jean-Luc Biort)
3260                 Add a new 'Little screen' layout to help on such
3261                 platforms (patch by me)
3262                 Make some default preferences different (more
3263                 adapted) on Maemo (patch by me)
3264
3265 2007-03-21 [wwp]        2.8.1cvs31
3266
3267         * src/prefs_logging.c
3268         * src/prefs_logging.h
3269                 Fixed copyright header of newly added files.
3270
3271 2007-03-21 [wwp]        2.8.1cvs30
3272
3273         * src/Makefile.am
3274         * src/filtering.c
3275         * src/filtering.h
3276         * src/folder.c
3277         * src/folderview.c
3278         * src/imap.c
3279         * src/inc.c
3280         * src/main.c
3281         * src/mainwindow.c
3282         * src/mainwindow.h
3283         * src/matcher.c
3284         * src/messageview.c
3285         * src/news.c
3286         * src/pop.c
3287         * src/prefs_common.c
3288         * src/prefs_common.h
3289         * src/prefs_logging.c
3290         * src/prefs_logging.h
3291         * src/prefs_other.c
3292         * src/procmsg.c
3293         * src/send_message.c
3294         * src/summaryview.c
3295         * src/common/log.c
3296         * src/common/log.h
3297         * src/common/nntp.c
3298         * src/common/session.c
3299         * src/common/smtp.c
3300         * src/common/socket.c
3301         * src/etpan/imap-thread.c
3302         * src/gtk/logwindow.c
3303         * src/gtk/logwindow.h
3304         * src/plugins/bogofilter/bogofilter.c
3305         * src/plugins/spamassassin/spamassassin.c
3306                 Added debugging of filtering/processing rules.
3307                 The debug log is here 'Tools/Filtering debug window',
3308                 the options there 'Configuration/Preferences/Other/Logging',
3309                 and the log file is ~/.claws-mail/filtering.log.
3310                 Moved protocol log prefs to 'Other/Logging' as well.
3311                 To support such debugging feature, the existing log API has
3312                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3313                 this impacts many external modules (commits follow).
3314
3315 2007-03-21 [paul]       2.8.1cvs29
3316
3317         * src/etpan/Makefile.am
3318         * src/etpan/imap-thread.c
3319                 add missing #include
3320
3321 2007-03-21 [colin]      2.8.1cvs28
3322
3323         * src/procmime.c
3324                 Fix bug 1157, 'some broken messages confuse 
3325                 mime parser'. Make sure we can't have MimeInfos
3326                 with negative sizes.
3327
3328 2007-03-20 [colin]      2.8.1cvs27
3329
3330         * src/main.c
3331                 Fix missing \0 on buffer
3332
3333 2007-03-20 [colin]      2.8.1cvs26
3334
3335         * src/mh.c
3336                 Use make_dir_hier instead of make_dir 
3337                 to create the MH mailbox
3338
3339 2007-03-20 [colin]      2.8.1cvs25
3340
3341         * src/folder.c
3342         * src/folder.h
3343         * src/prefs_account.c
3344         * src/wizard.c
3345                 Fix default inbox weirdnesses (after wizard,
3346                 if path is Mail, mailbox identifier is #mh/Mailbox,
3347                 and when creating new accounts)
3348
3349 2007-03-20 [colin]      2.8.1cvs24
3350
3351         * src/account.c
3352                 Write folderlist after adding/deleting accounts
3353                 that have folders
3354
3355 2007-03-20 [colin]      2.8.1cvs23
3356
3357         * src/imap.c
3358         * src/remotefolder.h
3359                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3360                 selected while scanning prior to update'
3361
3362 2007-03-17 [paul]       2.8.1cvs22
3363
3364         * src/main.c
3365                 fix a typo, and be a little more verbose.
3366
3367 2007-03-17 [wwp]        2.8.1cvs21
3368
3369         * src/inc.c
3370                 Fix a compiler warning.
3371
3372 2007-03-16 [wwp]        2.8.1cvs20
3373
3374         * tools/Makefile.am
3375         * tools/README
3376                 Updated to deal w/ the new mairix.sh tool.
3377
3378 2007-03-16 [wwp]        2.8.1cvs19
3379
3380         * src/action.c
3381                 Fix logics issues around the action IO dialog:
3382                 - disable entry widget and exec button when
3383                   the exec button is clicked (don't wait for any
3384                   output line) - fix possible disabling/re-enabling/
3385                   re-disabling of those widgets
3386                 - raise an error if executing a %as{} action either
3387                   empty or invalid, instead of failing silently
3388                 - don't close the dialog if the abort button has been
3389                   clicked and if there was no output yet
3390                 - set focus to the abort button when the exec button
3391                   is clicked
3392                 - fix capitalization of a warning message
3393
3394 2007-03-16 [wwp]        2.8.1cvs18
3395
3396         * tools/mairix.sh
3397                 Added a wrapper to mairix to the tools folder.
3398
3399 2007-03-16 [colin]      2.8.1cvs17
3400
3401         * src/messageview.c
3402         * src/mimeview.h
3403                 Allow mimeviewer plugins to print
3404                 their stuff
3405
3406 2007-03-16 [colin]      2.8.1cvs16
3407
3408         * .cvsignore
3409                 Ignore *.patchset
3410
3411 2007-03-15 [colin]      2.8.1cvs15
3412
3413         * src/messageview.c
3414         * src/mimeview.h
3415                 Add a way for mimeviewer plugins to
3416                 implement body search
3417
3418 2007-03-15 [paul]       2.8.1cvs14
3419
3420         * src/prefs_spelling.c
3421                 fix English usage
3422
3423 2007-03-15 [paul]       2.8.1cvs13
3424
3425         * src/common/quoted-printable.c
3426                 fix decoding of quoted-printable parts
3427
3428 2007-03-14 [wwp]        2.8.1cvs12
3429
3430         * src/gtk/logwindow.h
3431                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3432
3433 2007-03-14 [wwp]        2.8.1cvs11
3434
3435         * src/gtk/logwindow.h
3436                 Complete 2.8.1cvs10.
3437
3438 2007-03-14 [colin]      2.8.1cvs10
3439
3440         * src/gtk/logwindow.c
3441                 Probably fix bug 1149, crash on logwindow
3442                 close - at the expense of performance once
3443                 logwin has been opened
3444
3445 2007-03-14 [colin]      2.8.1cvs9
3446
3447         * src/main.c
3448                 If claws-mail is running on another
3449                 display, warn instead of popping it up
3450                 on the other display
3451
3452 2007-03-12 [colin]      2.8.1cvs8
3453
3454         * src/wizard.c
3455                 Fix bug 1145, 'Setting a different name 
3456                 for the Mailbox name isn't reflected in 
3457                 default account settings'. Patch by wwp
3458
3459 2007-03-12 [colin]      2.8.1cvs7
3460
3461         * src/summaryview.c
3462                 Fix bug 1143, 'Add number of messages to be 
3463                 deleted to confirmation dialog'
3464
3465 2007-03-12 [wwp]        2.8.1cvs6
3466
3467         * src/folderview.c
3468         * src/prefs_common.c
3469         * src/prefs_common.h
3470         * src/prefs_summaries.c
3471                 Changed the option that displays unread messages count
3472                 next to the folder name in folder list: it is now
3473                 possible to either display nothing, display the
3474                 unread messages number only or the unread and total messages
3475                 numbers. The patch includes this extra feature as well
3476                 as some minor fixes by rewriting the algo in folderview.c.
3477                 Thanks to Paul for the original idea and implementation, plus
3478                 testing and proof-reading!
3479
3480 2007-03-09 [paul]       2.8.1cvs5
3481
3482         * tools/Makefile.am
3483         * tools/README
3484         * tools/claws-mail-compose-insert-files.pl
3485                 added a script which enables inserting files
3486                 into the message body of a new Claws Mail
3487                 Compose window from the command line. Additionally
3488                 To, Cc, Subject and files to attach to the message
3489                 can be specified.
3490
3491 2007-03-09 [wwp]        2.8.1cvs4
3492
3493         * src/addr_compl.c
3494         * src/addr_compl.h
3495         * src/filtering.c
3496                 Optimize matching of addresses in the addressbook
3497                 (filtering/processing 'found_in_addressbook' condition).
3498
3499 2007-03-07 [wwp]        2.8.1cvs3
3500
3501         * src/quote_fmt.c
3502         * src/quote_fmt_lex.l
3503         * src/quote_fmt_parse.y
3504                 Add a new quote format symbol: %A to insert the
3505                 sender email address (just the address itself).
3506
3507 2007-03-06 [wwp]        2.8.1cvs2
3508
3509         * src/gtk/gtkutils.c
3510         * src/plugins/trayicon/trayicon_prefs.h
3511         * src/plugins/trayicon/trayicon_prefs.c
3512         * src/plugins/trayicon/trayicon.c
3513         * src/mainwindow.h
3514         * src/mainwindow.c
3515                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3516                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3517
3518
3519 2007-03-06 [paul]       2.8.1cvs1
3520
3521         * NEWS
3522         * README
3523         * RELEASE_NOTES
3524         * configure.ac
3525                 bump version number following
3526                 stable release
3527
3528 2007-03-06 [paul]       2.8.0cvs24
3529
3530         * po/cs.po
3531                 corrected by by Tim <timbrain@post.cz>
3532
3533 2007-03-05 [colin]      2.8.0cvs23
3534
3535         * src/Makefile.am
3536         * src/procmime.c
3537                 Fix mime/globs path on NetBSD
3538                 patch by George Michaelson
3539
3540 2007-03-05 [wwp]        2.8.0cvs22
3541
3542         * src/addr_compl.c
3543                 Remove debug statement (accidentally committed w/ cvs14).
3544
3545 2007-03-05 [paul]       2.8.0cvs21
3546
3547         * src/plugins/pgpcore/prefs_gpg.c
3548                 fix compiler warning
3549
3550 2007-03-05 [wwp]        2.8.0cvs20
3551
3552         * src/matcher_parser_parse.y
3553                 Fix mismerge between cvs17 and cvs19.
3554
3555 2007-03-05 [wwp]        2.8.0cvs19
3556
3557         * src/matcher_parser_parse.y
3558         * src/prefs_filtering_action.c
3559         * src/matcher.c
3560         * src/matcher.h
3561         * src/filtering.c
3562         * src/filtering.h
3563                 Add new 'add_to_addressbook' filtering/processing action.
3564
3565 2007-03-05 [wwp]        2.8.0cvs18
3566
3567         * src/filtering.c
3568                 Fix mark_as_ham filtering/processing action: spam flag
3569                 was not unset.
3570
3571 2007-03-04 [colin]      2.8.0cvs17
3572
3573         * src/filtering.c
3574         * src/matcher.c
3575         * src/matcher.h
3576         * src/matcher_parser_parse.y
3577         * src/prefs_filtering_action.c
3578                 Add 'Mark as spam' and 'Mark as ham' filtering
3579                 actions. Fixes bug 1138.
3580
3581 2007-03-04 [colin]      2.8.0cvs16
3582
3583         * src/imap.c
3584                 Fix bug 1140, wrong return value
3585                 without libetpan
3586
3587 2007-03-04 [wwp]        2.8.0cvs15
3588
3589         * src/addr_compl.c
3590                 Rollback cvs14: don't free stuff that is managed in g_list.
3591
3592 2007-03-04 [wwp]        2.8.0cvs14
3593
3594         * src/addr_compl.c
3595                 Fix a leak in address completion code.
3596
3597 2007-03-04 [colin]      2.8.0cvs13
3598
3599         * src/addr_compl.c
3600                 Maybe fix bug 1136, 'Crash in group 
3601                 address completion'
3602
3603 2007-03-04 [iwkse]      2.8.0cvs12
3604
3605         * src/imap.c
3606                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3607
3608 2007-03-03 [colin]      2.8.0cvs11
3609
3610         * src/plugins/pgpinline/pgpinline.c
3611                 Fix off-by-one, fix double-free. Fixes
3612                 bug 1135, 'cm-segfault on decrypting 
3613                 with PGP/inline'
3614
3615 2007-03-03 [colin]      2.8.0cvs10
3616
3617         * configure.ac
3618         * src/main.c
3619         * src/common/plugin.c
3620                 Fix bug 1134, 'Valgrind macros unhandled 
3621                 by Irix's cc'
3622
3623 2007-03-02 [colin]      2.8.0cvs9
3624
3625         * src/mbox.c
3626                 Don't error out on EAGAIN. Fixes 
3627                 bug 1129, '"local mbox file" account 
3628                 isn't retrieving mails'
3629
3630 2007-03-01 [wwp]        2.8.0cvs8
3631
3632         * src/mainwindow.c
3633         * src/gtk/colorlabel.c
3634                 Remove accels for extra color labels until we set better
3635                 and definitive ones.
3636
3637 2007-02-28 [wwp]        2.8.0cvs7
3638
3639         * src/mainwindow.c
3640         * src/matcher_parser_parse.y
3641         * src/prefs_common.c
3642         * src/prefs_msg_colors.c
3643         * src/procmsg.h
3644         * src/gtk/colorlabel.c
3645         * src/gtk/colorlabel.h
3646                 Add more customizable color labels. Cleaned up a bit
3647                 the color label API to avoid duplicate defines of
3648                 the max number of colors.
3649
3650 2007-02-27 [colin]      2.8.0cvs6
3651
3652         * src/mainwindow.c
3653         * src/common/utils.c
3654         * src/common/utils.h
3655                 Fix '+' in mailto URIs for List-* headers
3656
3657 2007-02-27 [colin]      2.8.0cvs5
3658
3659         * src/gtk/gtkutils.c
3660                 Use gtk_window_set_role instead of 
3661                 _set_wmclass
3662
3663 2007-02-27 [colin]      2.8.0cvs4
3664
3665         * src/inc.c
3666                 Fix "After receiving new mail, go to inbox" on IMAP,
3667                 and make it work only on manual reception
3668
3669 2007-02-27 [wwp]        2.8.0cvs3
3670
3671         * src/prefs_filtering.c
3672         * src/prefs_filtering_action.c
3673         * src/prefs_matcher.c
3674                 Update filtering matcher's and action's color label menus
3675                 when re-opening those dialogs (reflect any change to the
3676                 color labels list in the preferences).
3677
3678 2007-02-27 [colin]      2.8.0cvs2
3679
3680         * src/imap.c
3681         * src/etpan/etpan-thread-manager-types.h
3682         * src/etpan/etpan-thread-manager.c
3683         * src/etpan/imap-thread.c
3684                 Log imap ALERTs as errors in the log.
3685
3686 2007-02-26 [paul]       2.8.0cvs1
3687
3688         * tools/claws.i18n.status.pl
3689                 updated
3690
3691 2007-02-26 [paul]       2.7.2cvs75
3692
3693         * po/ca.po
3694         * po/cs.po
3695         * po/de.po
3696         * po/en_GB.po
3697         * po/fi.po
3698         * po/fr.po
3699         * po/hu.po
3700         * po/pl.po
3701         * po/pt_BR.po
3702         * po/sk.po
3703         * po/sr.po
3704         * po/zh_CN.po
3705                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3706                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3707                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3708                 Aleksandar Urosevic, and Ralgh Young
3709
3710 2007-02-25 [mones]      2.7.2cvs74
3711
3712         * po/es.po
3713                 Updated for release
3714
3715 2007-02-25 [colin]      2.7.2cvs73
3716
3717         * src/main.c
3718                 Clearing the list is only useful
3719                 to prevent a valgrind false-positive
3720
3721 2007-02-25 [paul]       2.7.2cvs72
3722
3723         * tools/Makefile.am
3724         * tools/README
3725         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3726         * tools/maildir2claws-mail.pl  **REMOVED**
3727                 renamed the script, fixed a couple bugs
3728
3729 2007-02-23 [colin]      2.7.2cvs71
3730
3731         * src/addressbook.c
3732                 Fix a leak, check for a few improbable nulls
3733
3734 2007-02-23 [colin]      2.7.2cvs70
3735
3736         * src/main.c
3737         * src/main.h
3738         * src/plugins/trayicon/trayicon.c
3739                 Fix blinking mainwin when starting in tray
3740                 (show mainwindow later in the startup process,
3741                  apart if restarting post-crash)
3742
3743 2007-02-23 [colin]      2.7.2cvs69
3744
3745         * src/folderview.c
3746         * src/imap_gtk.c
3747                 Fix crash when unsubscribing the currently
3748                 selected/opened folder
3749
3750 2007-02-23 [colin]      2.7.2cvs68
3751
3752         * src/compose.c
3753                 Fix bug that prevented colorization to
3754                 work without wrap quotation option
3755
3756 2007-02-23 [colin]      2.7.2cvs67
3757
3758         * src/addr_compl.c
3759                 Fix refcounting, start and end completion who
3760                 behaved as if there couldn't be any other current
3761                 user of completion
3762
3763 2007-02-23 [wwp]        2.7.2cvs66
3764
3765         * src/addressbook.c
3766         * src/addrindex.c
3767                 Address completion fixes: fix addressbook_peek_folder_exists() in
3768                 which the algorithm was ridiculously over-obfuscated and broken.
3769                 Fix addrindex_load_completion() as well, to load addresses in
3770                 completion list with regards to what addressbook_peek_folder_exists()
3771                 returns now.
3772
3773 2007-02-23 [wwp]        2.7.2cvs65
3774
3775         * src/addr_compl.c
3776                 Add addresses to completion when they're non-empty (thanks to Colin).
3777
3778 2007-02-23 [paul]       2.7.2cvs64
3779
3780         * src/plugins/pgpcore/passphrase.c
3781                 remove 'const '
3782
3783 2007-02-23 [colin]      2.7.2cvs63
3784
3785         * src/plugins/pgpcore/prefs_gpg.c
3786         * src/plugins/pgpcore/prefs_gpg.h
3787         * src/plugins/pgpcore/sgpgme.c
3788         * src/plugins/pgpinline/pgpinline.c
3789         * src/plugins/pgpmime/pgpmime.c
3790                 Try harder to respect user's choice wrt
3791                 gpg-agent even with gpg2, by unsetting
3792                 GPG_AGENT_INFO when necessary.
3793
3794 2007-02-22 [paul]       2.7.2cvs62
3795
3796         * src/plugins/pgpcore/sgpgme.c
3797         * src/plugins/pgpcore/sgpgme.h
3798         * src/plugins/pgpcore/passphrase.c
3799         * src/plugins/pgpinline/pgpinline.c
3800         * src/plugins/pgpmime/pgpmime.c
3801                 Fix a leak - gpgme_data_release_and_get_mem
3802                 leaks in recent gpgme. Workaround by using
3803                 our own function.
3804
3805 2007-02-22 [paul]       2.7.2cvs61
3806
3807         * src/gtk/quicksearch.c
3808                 Abandon dynamic search when pressing
3809                 Enter
3810
3811 2007-02-21 [colin]      2.7.2cvs60
3812
3813         * src/procmsg.c
3814         * src/plugins/pgpcore/passphrase.c
3815                 Fix little memory leaks
3816         * src/main.c
3817                 Fix false-positive leak at exit
3818         * src/gtk/quicksearch.c
3819                 Fix potentially big leak in recursive
3820                 Quicksearch
3821
3822 2007-02-21 [wwp]        2.7.2cvs59
3823
3824         * src/summaryview.c
3825                 Add missing newline to a debug message.
3826
3827 2007-02-20 [colin]      2.7.2cvs58
3828
3829         * src/Makefile.am
3830         * src/mimeview.c
3831         * src/stock_pixmap.c
3832         * src/stock_pixmap.h
3833         * src/pixmaps/mime_pgpsig.xpm
3834                 Add icon for application/pgp-signature
3835
3836 2007-02-20 [colin]      2.7.2cvs57
3837
3838         * src/Makefile.am
3839         * src/main.c
3840         * src/mimeview.c
3841         * src/stock_pixmap.c
3842         * src/stock_pixmap.h
3843         * src/pixmaps/mime_calendar.xpm
3844         * src/pixmaps/mime_pdf.xpm
3845         * src/pixmaps/mime_ps.xpm
3846                 Add icons for text/calendar, application/pdf
3847                 and application/postscript
3848
3849 2007-02-20 [colin]      2.7.2cvs56
3850
3851         * autogen.sh
3852         * src/matcher_parser_parse.y
3853         * src/matcher_parser_lex.l
3854                 Fix big memory leak in flex, and
3855                 require flex 2.5.31
3856
3857 2007-02-20 [wwp]        2.7.2cvs55
3858
3859         * src/matcher_parser_parse.y
3860                 Fix a duplicate token definition (thanks to iwkse).
3861
3862 2007-02-20 [wwp]        2.7.2cvs54
3863
3864         * src/matcher_parser_lex.l
3865         * src/quote_fmt_lex.l
3866                 Use proper flex options instead of direct use of #define,
3867                 make the flex-generated C lighter.
3868
3869 2007-02-20 [colin]      2.7.2cvs53
3870
3871         * src/summaryview.c
3872                 Grab focus in message list after hiding
3873                 the quicksearch, instead of leaving it
3874                 "somewhere"
3875
3876 2007-02-19 [colin]      2.7.2cvs52
3877
3878         * src/folderview.c
3879                 Fix bug 1033, 'Automatically refresh 
3880                 message list when new messages arrives'
3881                 Looks like folderview->opened can sometimes
3882                 be wrong...
3883
3884 2007-02-19 [paul]       2.7.2cvs51
3885
3886         * tools/Makefile.am
3887         * tools/README
3888         * tools/thunderbird-filters-convertor.pl
3889                 add new script which converts thunderbird filter
3890                 rules to Claws filter rules
3891
3892 2007-02-18 [paul]       2.7.2cvs50
3893
3894         * src/plugins/pgpcore/prefs_gpg.c
3895         * src/plugins/pgpcore/prefs_gpg.h
3896         * src/plugins/pgpcore/sgpgme.c
3897         * src/plugins/pgpinline/pgpinline.c
3898         * src/plugins/pgpmime/pgpmime.c
3899                 improved GUI interoperability with gpg-agent
3900
3901 2007-02-18 [paul]       2.7.2cvs49
3902
3903         * src/prefs_account.c
3904                 Privacy options sensitivity fix
3905
3906 2007-02-17 [colin]      2.7.2cvs48
3907
3908         * src/messageview.c
3909                 Reset icon to warning in the noticeview
3910
3911 2007-02-15 [colin]      2.7.2cvs47
3912
3913         * src/folderview.c
3914                 Fix a manifestation of bug 1033 (summaryview failing
3915                 to update for new mails), which happens after editing
3916                 account preferences or preferences that cause a 
3917                 folderview reload.
3918
3919 2007-02-15 [colin]      2.7.2cvs46
3920
3921         * src/addressbook.c
3922                 Probably fix bug 1123, 'Segmentation 
3923                 fault while opening address book'. I get
3924                 g_warnings if the saved paned position is
3925                 not greater than 0. Also, save position
3926                 when hiding the addressbook instead of
3927                 via signal.
3928
3929 2007-02-14 [colin]      2.7.2cvs45
3930
3931         * src/plugins/pgpcore/prefs_gpg.c
3932         * src/plugins/pgpcore/prefs_gpg.h
3933         * src/plugins/pgpcore/sgpgme.c
3934         * src/plugins/pgpinline/pgpinline.c
3935         * src/plugins/pgpmime/pgpmime.c
3936                 Add an option "Use gpg-agent if available". Fixes
3937                 annoyances with distro-installed gpg-agent, when
3938                 no pinentry program is installed, and the user's 
3939                 at a loss on why "decryption failed". Makes more
3940                 clear why passphrase isn't saved when gpg-agent is
3941                 used. Defaults to true, to avoid changing the 
3942                 current behaviour.
3943
3944 2007-02-14 [wwp]        2.7.2cvs44
3945
3946         * src/matcher_parser_parse.y
3947                 Fix missing line number reset (wrong line number might appear
3948                 when re-loading filtering rules if there's a parser error).
3949
3950 2007-02-13 [colin]      2.7.2cvs43
3951
3952         * src/common/utils.c
3953                 Don't encode ',' in URIs before passing it
3954                 to the browser command-line. It was probably
3955                 done at a time where commas in URIs made
3956                 mozilla -remote 'openurl(%s,new-window)'
3957                 bug.
3958
3959 2007-02-13 [wwp]        2.7.2cvs42
3960
3961         * src/prefs_matcher.c
3962         * src/plugins/bogofilter/bogofilter_gtk.c
3963                 A bit of string factorization around "Select ..." buttons.
3964
3965 2007-02-11 [colin]      2.7.2cvs41
3966
3967         * src/alertpanel.c
3968                 Make sure to escape the title
3969
3970 2007-02-11 [colin]      2.7.2cvs40
3971
3972         * src/codeconv.c
3973                 Recognize .utf8 locales as .UTF-8 ones
3974
3975 2007-02-11 [colin]      2.7.2cvs39
3976
3977         * src/compose.c
3978                 Fix code conversion when dragging a file
3979
3980 2007-02-09 [colin]      2.7.2cvs38
3981
3982         * src/plugins/clamav/clamav_plugin.c
3983                 Complete Paul's patch with conditional
3984                 compilation to avoid breaking compilation
3985                 on old Dapper and Edgy... Maybe other
3986                 distros too.
3987
3988 2007-02-09 [paul]       2.7.2cvs37
3989
3990         * src/plugins/clamav/clamav_plugin.c
3991                 fix for the upstream changes in libclamav
3992
3993 2007-02-09 [paul]       2.7.2cvs36
3994
3995         * src/main.c
3996         * src/mainwindow.c
3997         * src/procmsg.c
3998         * src/procmsg.h
3999                 fix "warn if there are queued messages" (on exit)
4000                 option, which only checked the first mailbox's
4001                 queue
4002                 don't ask before emptying trash if there are no
4003                 messages in trash, also check and empty all trash
4004                 folders
4005         * src/prefs_other.c
4006                 move "Ask before emptying trash" option
4007                 outside of the "On exit" frame as it's
4008                 not only an "On exit" option
4009
4010 2007-02-09 [paul]       2.7.2cvs35
4011
4012         * src/addrgather.c
4013         * src/alertpanel.c
4014         * src/editldap.c
4015         * src/prefs_account.c
4016         * src/prefs_folder_item.c
4017         * src/prefs_gtk.h
4018         * src/prefs_matcher.c
4019         * src/prefs_message.c
4020         * src/prefs_msg_colors.c
4021         * src/prefs_summaries.c
4022         * src/wizard.c
4023         * src/gtk/inputdialog.c
4024         * src/plugins/bogofilter/bogofilter_gtk.c
4025                 pedantic commit: use 'checkbtn' everywhere
4026                 instead of a mixture of 'checkbtn' and 'chkbtn'
4027
4028 2007-02-09 [paul]       2.7.2cvs34
4029
4030         * src/compose.c
4031                 fix default hotkeys
4032         * src/prefs_other.c
4033         * src/prefs_send.c
4034                 move "Never send Return Receipts" from
4035                 prefs_other to prefs_send
4036                 add an option "Ask about account specific
4037                 filtering rules..." to prefs_other
4038         * src/gtk/gtkutils.c
4039                 fix a compiler warning
4040
4041 2007-02-08 [colin]      2.7.2cvs33
4042
4043         * src/plugins/pgpinline/pgpinline.c
4044                 Fix bug 1110, 'pgpmime fails to process 
4045                 encapsulated openpgp mime (rfc 3156, 6.1 
4046                 -> rfc1847)'
4047                 It was due to an interaction between PGP/Mime
4048                 and PGP/Inline plugin. 
4049
4050 2007-02-08 [colin]      2.7.2cvs32
4051
4052         * src/inc.c
4053         * src/mbox.c
4054         * src/mbox.h
4055                 Fix bug 1117, 'fcntl locking code 
4056                 does not work in mbox.c'
4057
4058 2007-02-08 [colin]      2.7.2cvs31
4059
4060         * src/prefs_account.c
4061                 Fix Gentoo bug 165819, 'can't create 
4062                 a "local mbox file" account'. Patch
4063                 by Olivier <castan.o@free.fr>
4064
4065 2007-02-07 [colin]      2.7.2cvs30
4066
4067         * src/ldapquery.c
4068                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4069                 autocompletion was used'
4070
4071 2007-02-07 [paul]       2.7.2cvs29
4072
4073         * src/folder.c
4074                 cut down on unnecessary debug_prints
4075         * src/imap_gtk.c
4076                 fix menu_set_active() on 'Show only
4077                 subscribed folders'
4078
4079 2007-02-07 [paul]       2.7.2cvs28
4080
4081         * src/plugins/clamav/clamav_plugin.c
4082         * src/plugins/clamav/clamav_plugin.h
4083         * src/plugins/clamav/clamav_plugin_gtk.c
4084                 fix copyright header
4085
4086 2007-02-07 [paul]       2.7.2cvs27
4087
4088         * src/procheader.c
4089                 fix bug 1116, 'summary view allow a 
4090                 subject line break'
4091
4092 2007-02-06 [colin]      2.7.2cvs26
4093
4094         * src/summaryview.c
4095                 Fix delete thread
4096
4097 2007-02-05 [fabien]     2.7.2cvs25
4098
4099         * po/POTFILES.in
4100         * src/uri_opener.c
4101                 i18n related - 1 fix and 1 message for translators.
4102
4103 2007-02-05 [colin]      2.7.2cvs24
4104
4105         * src/gtk/quicksearch.c
4106                 Don't reload summary list if quicksearch wasn't
4107                 active on hiding; move currently selected mail in
4108                 the visible area when showing the quicksearch
4109
4110 2007-02-05 [colin]      2.7.2cvs23
4111
4112         * src/folderview.c
4113                 Add debug to try to solve bug 1104
4114
4115 2007-02-05 [paul]       2.7.2cvs22
4116
4117         * src/mainwindow.c
4118                 confirm before emptying trash on exit is
4119                 a Yes or No answer, use Yes or No in the
4120                 dialog
4121
4122 2007-02-04 [colin]      2.7.2cvs21
4123
4124         * src/compose.c
4125         * src/plugins/pgpcore/passphrase.c
4126         * src/plugins/pgpcore/select-keys.c
4127                 Set wmclass on new windows
4128
4129 2007-02-04 [colin]
4130
4131         2.8.0-rc1 released
4132
4133 2007-02-04 [colin]      2.7.2cvs20
4134
4135         * src/compose.c
4136         * src/compose.h
4137                 Auto save drafts on exit, reopen them
4138                 at startup, instead of asking
4139         * src/account.c
4140         * src/addressadd.c
4141         * src/addressbook.c
4142         * src/addressbook_foldersel.c
4143         * src/addrgather.c
4144         * src/crash.c
4145         * src/editaddress.c
4146         * src/editbook.c
4147         * src/editgroup.c
4148         * src/editjpilot.c
4149         * src/editldap.c
4150         * src/editldap_basedn.c
4151         * src/editvcard.c
4152         * src/exphtmldlg.c
4153         * src/expldifdlg.c
4154         * src/export.c
4155         * src/foldersel.c
4156         * src/gedit-print.c
4157         * src/import.c
4158         * src/importldif.c
4159         * src/importmutt.c
4160         * src/importpine.c
4161         * src/main.c
4162         * src/mainwindow.c
4163         * src/message_search.c
4164         * src/messageview.c
4165         * src/prefs_actions.c
4166         * src/prefs_customheader.c
4167         * src/prefs_display_header.c
4168         * src/prefs_filtering.c
4169         * src/prefs_filtering_action.c
4170         * src/prefs_folder_column.c
4171         * src/prefs_gtk.c
4172         * src/prefs_matcher.c
4173         * src/prefs_other.c
4174         * src/prefs_summaries.c
4175         * src/prefs_summary_column.c
4176         * src/prefs_template.c
4177         * src/sourcewindow.c
4178         * src/ssl_manager.c
4179         * src/summary_search.c
4180         * src/uri_opener.c
4181         * src/gtk/about.c
4182         * src/gtk/description_window.c
4183         * src/gtk/foldersort.c
4184         * src/gtk/gtkutils.c
4185         * src/gtk/gtkutils.h
4186         * src/gtk/icon_legend.c
4187         * src/gtk/logwindow.c
4188         * src/gtk/pluginwindow.c
4189         * src/gtk/prefswindow.c
4190                 Give different wmclass to different
4191                 windows - thanks to sed ;)
4192
4193 2007-02-04 [colin]      2.7.2cvs19
4194
4195         * src/main.c
4196                 Revert previous patch, can't reproduce
4197                 it anymore. 
4198
4199 2007-02-03 [colin]      2.7.2cvs18
4200
4201         * src/main.c
4202                 Don't save the mainwindow size and
4203                 position on emergency exit (libSM's
4204                 "die" callback), Xfce seems to make
4205                 the window smaller just before the
4206                 size's saved.
4207
4208 2007-02-03 [colin]      2.7.2cvs17
4209
4210         * src/plugins/bogofilter/bogofilter.c
4211         * src/plugins/bogofilter/bogofilter.h
4212         * src/plugins/bogofilter/bogofilter_gtk.c
4213         * src/plugins/pgpinline/pgpinline.c
4214         * src/plugins/pgpinline/pgpinline.h
4215                 Fix more copyrights
4216
4217 2007-02-03 [colin]      2.7.2cvs16
4218
4219         * src/partial_download.c
4220         * src/partial_download.h
4221         * src/ssl_manager.c
4222         * src/ssl_manager.h
4223         * src/uri_opener.c
4224         * src/uri_opener.h
4225         * src/wizard.c
4226         * src/wizard.h
4227         * src/common/ssl_certificate.c
4228         * src/common/ssl_certificate.h
4229         * src/gtk/quicksearch.c
4230         * src/gtk/quicksearch.h
4231         * src/gtk/sslcertwindow.c
4232         * src/gtk/sslcertwindow.h
4233                 Fix copyright on my files
4234
4235 2007-02-02 [colin]      2.7.2cvs15
4236
4237         * src/Makefile.am
4238         * src/mainwindow.c
4239         * src/messageview.c
4240         * src/messageview.h
4241         * src/textview.c
4242         * src/textview.h
4243         * src/uri_opener.c
4244         * src/uri_opener.h
4245                 Add Tools/List URIs to allow
4246                 opening any URI in the current mail
4247
4248 2007-02-02 [colin]      2.7.2cvs14
4249
4250         * src/common/valgrind.h ** NEW FILE **
4251         * src/common/Makefile.am
4252         * src/common/plugin.c
4253                 Don't dlclose the plugins if we're running
4254                 under valgrind. (doesn't require valgrind
4255                 either at compile time or run time).
4256
4257 2007-02-01 [paul]       2.7.2cvs13
4258
4259         * AUTHORS
4260         * src/gtk/authors.h
4261         * tools/freshmeat_search.pl
4262         * tools/google_search.pl
4263         * tools/multiwebsearch.pl
4264                 add support for non ISO-8859-1 compatible locales
4265                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4266
4267 2007-02-01 [colin]      2.7.2cvs12
4268
4269         * src/prefs_other.c
4270         * src/prefs_summaries.c
4271                 Move keybinding prefs to the Other page
4272
4273 2007-02-01 [wwp]        2.7.2cvs11
4274
4275         * src/plugins/trayicon/trayicon.c
4276                 Fix a raising issue within KDE.
4277
4278 2007-02-01 [colin]      2.7.2cvs10
4279
4280         * src/codeconv.c
4281                 Fix stray quotes in encoded strings
4282         * src/addressadd.c
4283                 Fix wrong call causing g_warnings
4284         * src/textview.c
4285                 Remove useless message
4286
4287 2007-01-31 [wwp]        2.7.2cvs9
4288
4289         * src/plugins/trayicon/trayicon.c
4290                 fix buggy hiding of main window when closing if close-to-tray
4291                 is not set (bad logics  in the trayicon hook code).
4292                 Changed the quit confirmation message too.
4293
4294 2007-01-30 [colin]      2.7.2cvs8
4295
4296         * src/main.c
4297                 Fix hidden mainwindow after clicking on
4298                 the X close button, if compose windows
4299                 exist and the user chooses not to quit
4300
4301 2007-01-30 [colin]      2.7.2cvs7
4302
4303         * src/main.c
4304         * src/compose.c
4305                 Handle local URIs to attach files (file:///...)
4306                 Fixes attaching files from Thunar for example
4307
4308 2007-01-30 [colin]      2.7.2cvs6
4309
4310         * src/prefs_ext_prog.c
4311                 Add 'mousepad' to the list of text editors.
4312                 Mousepad is XFCE's text editor
4313
4314 2007-01-29 [wwp]        2.7.2cvs5
4315
4316         * po/POTFILES.in
4317         * src/plugins/trayicon/trayicon_prefs.c
4318                 trayicon i18n fixes, thanks to Fabien.
4319
4320 2007-01-28 [wwp]        2.7.2cvs4
4321
4322         * src/mainwindow.c
4323         * src/mainwindow.h
4324         * src/plugins/trayicon/trayicon.c
4325         * src/plugins/trayicon/trayicon_prefs.c
4326         * src/plugins/trayicon/trayicon_prefs.h
4327                 Added a new TrayIcon plugin option to close to tray
4328                 (WM's hotkey and [X] button will hide the window instead
4329                 of closing it - closing CM can be done using the tray icon
4330                 menu or the File menu).
4331                 Improved visibility handling in trayicon, clicking the
4332                 trayicon now raise the window to current desktop when it
4333                 was either minimized/shaded/on another desktop.
4334                 Thanks to Paul for testing and fixing a strange behaviour
4335                 in KDE ;-).
4336
4337 2007-01-27 [paul]       2.7.2cvs3
4338
4339         * src/prefs_folder_item.c
4340         * src/prefs_receive.c
4341         * src/plugins/pgpcore/prefs_gpg.c
4342                 use 'start-up' instead of 'startup' in labels
4343
4344 2007-01-26 [wwp]        2.7.2cvs2
4345
4346         * src/plugins/trayicon/Makefile.am
4347         * src/plugins/trayicon/trayicon.c
4348         * src/plugins/trayicon/trayicon_prefs.c
4349         * src/plugins/trayicon/trayicon_prefs.h
4350                 Add a new TrayIcon option to hide the main window at
4351                 start-up.
4352                 Fix trayicon.c copyright header.
4353
4354 2007-01-26 [paul]       2.7.2cvs1
4355
4356         * NEWS
4357         * README
4358         * RELEASE_NOTES
4359         * configure.ac
4360                 bump up version number following
4361                 stable release
4362
4363 2007-01-25 [mones]      2.7.1cvs60
4364
4365         * po/es.po
4366                 updated thousands of strings (well, probably less ;-)
4367
4368 2007-01-25 [colin]      2.7.1cvs59
4369
4370         * src/matcher.c
4371                 Fix 2nd-run loss of matcherrc on new
4372                 configurations. 
4373
4374 2007-01-25 [wwp]        2.7.1cvs58
4375
4376         * src/mimeview.c
4377                 fix handling of empty value in attach_save_directory too, thanks
4378                 to Colin.
4379
4380 2007-01-25 [wwp]        2.7.1cvs57
4381
4382         * src/gtk/filesel.c
4383                 fix handling of empty value in attach_load_directory,
4384                 thanks to Colin.
4385
4386 2007-01-25 [wwp]        2.7.1cvs56
4387
4388         * src/plugins/dillo_viewer/dillo_prefs.h
4389                 fix a typo.
4390
4391 2007-01-25 [colin]      2.7.1cvs55
4392
4393         * src/matcher.c
4394         * src/matcher.h
4395         * src/matcher_parser_parse.y
4396         * src/prefs_matcher.c
4397                 Add matching on the spam flag
4398
4399 2007-01-24 [colin]      2.7.1cvs54
4400
4401         * src/folder.c
4402         * src/common/xml.c
4403         * src/common/xml.h
4404                 Make sure folderlist.xml is correctly
4405                 written before overwriting it.
4406         * src/procmsg.c
4407         * src/procmsg.h
4408         * src/summaryview.c
4409         * src/plugins/bogofilter/bogofilter.c
4410         * src/plugins/bogofilter/bogofilter.h
4411         * src/plugins/bogofilter/bogofilter_gtk.c
4412         * src/plugins/spamassassin/spamassassin.c
4413         * src/plugins/spamassassin/spamassassin.h
4414         * src/plugins/spamassassin/spamassassin_gtk.c
4415                 Move spam to the correct trash folder after
4416                 learning, if spam directory isn't set.
4417
4418 2007-01-23 [paul]       2.7.1cvs53
4419
4420         * src/plugins/bogofilter/bogofilter_gtk.c
4421                 fix sensitivity of "Insert X-Bogosity header"
4422                 option
4423
4424 2007-01-23 [colin]      2.7.1cvs52
4425
4426         * src/toolbar.c
4427                 Translate toolbar items text if
4428                 they're translatable (default)
4429         * src/addrcache.c
4430         * src/addrcache.h
4431         * src/addritem.c
4432         * src/addritem.h
4433         * src/codeconv.c
4434         * src/codeconv.h
4435         * src/jpilot.c
4436         * src/jpilot.h
4437         * src/ldapctrl.c
4438         * src/ldapctrl.h
4439         * src/ldapquery.h
4440         * src/ldif.c
4441         * src/ldif.h
4442         * src/etpan/etpan-thread-manager.c
4443         * src/etpan/etpan-thread-manager.h
4444         * src/gtk/gtkutils.c
4445         * src/gtk/gtkutils.h
4446                 More static functions
4447
4448 2007-01-22 [fabien]     2.7.1cvs51
4449
4450         * src/gtk/gtkutils.c
4451                 gtkut_get_options_frame() : ability to pass
4452                 a 'NULL' value in frame pointer parameter if
4453                 we don't need it.
4454
4455 2007-01-22 [colin]      2.7.1cvs50
4456
4457         * src/procmsg.c
4458         * src/procmsg.h
4459         * src/plugins/bogofilter/bogofilter.c
4460         * src/plugins/bogofilter/bogofilter_gtk.c
4461         * src/plugins/spamassassin/spamassassin.c
4462         * src/plugins/spamassassin/spamassassin_gtk.c
4463                 Allow moving spams to the account's trash
4464                 instead of default one
4465
4466 2007-01-21 [colin]      2.7.1cvs49
4467
4468         * src/ldapquery.c
4469         * src/ldapquery.h
4470                 Revert a static function that shouldn't
4471                 have been
4472
4473 2007-01-21 [colin]      2.7.1cvs48
4474
4475         * src/ldapquery.c
4476         * src/ldapquery.h
4477                 Same
4478
4479 2007-01-21 [colin]      2.7.1cvs47
4480
4481         * src/procmsg.c
4482         * src/procmsg.h
4483                 Same
4484
4485 2007-01-21 [colin]      2.7.1cvs46
4486
4487         * src/common/socket.c
4488         * src/common/socket.h
4489                 Same
4490
4491 2007-01-21 [colin]      2.7.1cvs45
4492
4493         * src/crash.c
4494         * src/exporthtml.c
4495         * src/exporthtml.h
4496         * src/exportldif.c
4497         * src/exportldif.h
4498         * src/folder.c
4499         * src/folder.h
4500         * src/folder_item_prefs.c
4501         * src/folder_item_prefs.h
4502         * src/folderview.c
4503         * src/folderview.h
4504         * src/gedit-print.c
4505         * src/gedit-print.h
4506         * src/main.c
4507         * src/main.h
4508         * src/common/socket.c
4509         * src/common/socket.h
4510         * src/gtk/gtkaspell.c
4511         * src/gtk/gtkaspell.h
4512         * src/gtk/quicksearch.c
4513         * src/gtk/quicksearch.h
4514                 Same
4515
4516 2007-01-21 [colin]      2.7.1cvs44
4517
4518         * src/common/utils.c
4519         * src/common/utils.h
4520         * src/etpan/etpan-thread-manager.c
4521         * src/etpan/etpan-thread-manager.h
4522                 Same (Funny that etpan_thread_unbind
4523                 is called but not etpan_thread_bind)
4524
4525 2007-01-21 [colin]      2.7.1cvs43
4526
4527         * src/addrselect.c
4528         * src/addrselect.h
4529         * src/codeconv.c
4530         * src/codeconv.h
4531         * src/compose.c
4532         * src/compose.h
4533         * src/etpan/Makefile.am
4534         * src/gtk/colorlabel.c
4535         * src/gtk/colorlabel.h
4536         * src/gtk/sslcertwindow.c
4537         * src/gtk/sslcertwindow.h
4538         * src/etpan/etpan-log.c ** REMOVED **
4539         * src/etpan/etpan-log.h ** REMOVED **
4540                 Same
4541
4542 2007-01-20 [colin]      2.7.1cvs42
4543
4544         * src/addritem.c
4545         * src/addritem.h
4546                 Same
4547
4548 2007-01-20 [colin]      2.7.1cvs41
4549
4550         * src/account.c
4551         * src/account.h
4552         * src/addrbook.c
4553         * src/addrbook.h
4554         * src/addrcache.c
4555         * src/addrcache.h
4556         * src/addrclip.c
4557         * src/addrclip.h
4558         * src/addressbook.c
4559         * src/addressbook.h
4560         * src/addrharvest.c
4561         * src/addrharvest.h
4562         * src/addrindex.c
4563         * src/addrindex.h
4564         * src/editaddress.c
4565         * src/editaddress.h
4566                 Make functions that aren't used in other
4567                 files static
4568
4569 2007-01-20 [colin]      2.7.1cvs40
4570
4571         * src/account.c
4572         * src/addrbook.c
4573         * src/addrcache.c
4574         * src/addressbook.c
4575         * src/addrgather.c
4576         * src/addrindex.c
4577         * src/addrquery.c
4578         * src/addrselect.c
4579         * src/browseldap.c
4580         * src/compose.c
4581         * src/editbook.c
4582         * src/editjpilot.c
4583         * src/editldap.c
4584         * src/editldap_basedn.c
4585         * src/editvcard.c
4586         * src/exporthtml.c
4587         * src/exportldif.c
4588         * src/folder.c
4589         * src/folderview.c
4590         * src/image_viewer.c
4591         * src/imap.c
4592         * src/importmutt.c
4593         * src/importpine.c
4594         * src/jpilot.c
4595         * src/ldapquery.c
4596         * src/main.c
4597         * src/mainwindow.c
4598         * src/matcher.c
4599         * src/messageview.c
4600         * src/mh.c
4601         * src/mimeview.c
4602         * src/msgcache.c
4603         * src/mutt.c
4604         * src/news.c
4605         * src/pine.c
4606         * src/prefs_account.c
4607         * src/prefs_common.c
4608         * src/prefs_compose_writing.c
4609         * src/prefs_ext_prog.c
4610         * src/prefs_folder_item.c
4611         * src/prefs_fonts.c
4612         * src/prefs_message.c
4613         * src/prefs_msg_colors.c
4614         * src/prefs_other.c
4615         * src/prefs_quote.c
4616         * src/prefs_receive.c
4617         * src/prefs_send.c
4618         * src/prefs_spelling.c
4619         * src/prefs_summaries.c
4620         * src/prefs_toolbar.c
4621         * src/prefs_wrapping.c
4622         * src/privacy.c
4623         * src/procmime.c
4624         * src/procmsg.c
4625         * src/ssl_manager.c
4626         * src/statusbar.c
4627         * src/summaryview.c
4628         * src/toolbar.c
4629         * src/vcard.c
4630         * src/common/hooks.c
4631         * src/common/log.c
4632         * src/common/passcrypt.c
4633         * src/common/socket.c
4634         * src/common/ssl.c
4635         * src/common/ssl_certificate.c
4636         * src/common/template.c
4637         * src/common/utils.c
4638         * src/etpan/imap-thread.c
4639         * src/gtk/sslcertwindow.c
4640         * src/gtk/sslcertwindow.h
4641                 Make functions that could be static, static
4642
4643 2007-01-20 [colin]      2.7.1cvs39
4644
4645         * src/editldap.c
4646                 Fix tooltip
4647
4648 2007-01-20 [colin]      2.7.1cvs38
4649
4650         * src/ldapquery.c
4651         * src/ldaputil.c
4652         * src/ldaputil.h
4653                 Fix bug 1102, 'claws-mail-2.7.1 
4654                 makes use of deprecated ldap 
4655                 functions'
4656
4657 2007-01-20 [colin]      2.7.1cvs37
4658
4659         * src/mainwindow.c
4660         * src/mainwindow.h
4661         * src/summaryview.c
4662         * src/gtk/quicksearch.c
4663                 Add Wide message list layout
4664
4665 2007-01-19 [fabien]     2.7.1cvs36
4666
4667         * src/textview.c
4668                 make sure a font change is considered in links of
4669                 headerview.
4670
4671 2007-01-19 [colin]      2.7.1cvs35
4672
4673         * src/main.c
4674         * src/mainwindow.c
4675         * src/mainwindow.h
4676         * src/messageview.c
4677         * src/messageview.h
4678         * src/prefs_common.c
4679         * src/prefs_common.h
4680         * src/summaryview.c
4681         * src/summaryview.h
4682         * src/gtk/quicksearch.c
4683         * src/gtk/quicksearch.h
4684                 Drop 'Separate Folder tree' and 'Separate
4685                 Message View'. Put three layouts in place
4686                 of it.
4687
4688 2007-01-19 [paul]       2.7.1cvs34
4689
4690         * src/prefs_msg_colors.c
4691                 more use of Q_ for translators
4692
4693 2007-01-19 [paul]       2.7.1cvs33
4694
4695         * src/imap_gtk.c
4696         * src/prefs_account.c
4697                 a few changes to the English
4698
4699 2007-01-19 [fabien]     2.7.1cvs32
4700
4701         * src/wizard.c
4702                 factorize translatable string
4703
4704 2007-01-18 [colin]      2.7.1cvs31
4705
4706         * src/main.c
4707                 Don't error out on --sync option. Although
4708                 we don't do anything with it, gtk+ handles
4709                 it, and it's useful for debugging X errors
4710
4711 2007-01-18 [fabien]     2.7.1cvs30
4712
4713         * src/prefs_other.c
4714                 ability to apply on the fly the recent added
4715                 'gtk_can_change_accels' pref (no need to restart).
4716
4717 2007-01-18 [fabien]     2.7.1cvs29
4718
4719         * src/plugins/bogofilter/bogofilter_gtk.c
4720         * src/plugins/bogofilter/bogofilter.c
4721         * src/plugins/spamassassin/spamassassin_gtk.c
4722         * src/addr_compl.c
4723         * src/prefs_account.c
4724                 factorize or rewrite some translatable strings.
4725
4726 2007-01-18 [fabien]     2.7.1cvs28
4727
4728         * src/prefs_gtk.h
4729         * src/compose.c
4730                 set a 4pix space between "Subject:" label and subject entry in
4731                 compose window.
4732
4733 2007-01-18 [wwp]        2.7.1cvs27
4734
4735         * src/addressbook.c
4736                 fix conflicting address-copy/paste when focus is set
4737                 to the embedded edit-person form.
4738  
4739
4740 2007-01-18 [wwp]        2.7.1cvs26
4741
4742         * src/addressbook.h
4743                 complete 2.7.1cvs23 (one more file was missing from that
4744                 commit).
4745
4746 2007-01-18 [colin]      2.7.1cvs25
4747
4748         * src/main.c
4749                 Provide a way to migrate without backup
4750                 Re-ask for migration on next start if 
4751                 it has been refused and wizard has been 
4752                 cancelled after.
4753
4754 2007-01-18 [wwp]        2.7.1cvs24
4755
4756         * src/editaddress.c
4757                 complete 2.7.1.cvs23 (file was missing from previous
4758                 commit).
4759
4760 2007-01-18 [wwp]        2.7.1cvs23
4761
4762         * src/addressbook.c
4763                 fix potential crashes in address book's focus_in/out signal handlers,
4764                 force focus to the edit-person form when clicked the Edit menu entry or
4765                 button (this only matters if the edit-person form is embedded to the
4766                 AB window, in that case, focus is not set when browsing the contacts
4767                 list w/ keys or mouse clicks).
4768
4769 2007-01-18 [paul]       2.7.1cvs22
4770
4771         * src/main.c
4772                 add command line options:
4773                 -h for --help
4774                 -q and --quit for --exit
4775                 -v for --version
4776                 print "Unknown option" for unknown options
4777
4778 2007-01-18 [paul]       2.7.1cvs21
4779
4780         * po/ru.po
4781                 updated by Pavlo Bohmat
4782
4783 2007-01-18 [paul]       2.7.1cvs20
4784
4785         * src/mainwindow.c
4786                 fix sensitivity issues of Mark as Spam/Ham
4787
4788 2007-01-17 [fabien]     2.7.1cvs19
4789
4790         * src/prefs_other.c
4791         * src/prefs_common.c
4792         * src/prefs_common.h
4793         * src/main.c
4794                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4795                 control the corresponding gtk property. It could be used to lock
4796                 all shortcuts (avoid to set one of them by inadvertency).
4797
4798 2007-01-17 [colin]      2.7.1cvs18
4799
4800         * src/summaryview.c
4801                 Fix bug 1100, 'Highlighted e-mail data not visible 
4802                 when color label applied.'. Use a weighted average
4803                 between normal selected foreground color and color
4804                 label instead of a simple one (3/1 instead 1/1).
4805
4806 2007-01-17 [colin]      2.7.1cvs17
4807
4808         * src/messageview.c
4809                 Better fix for bug 1088, 'Ctrl-h produces repeatable
4810                 crash' - don't prevent mail switching while loading
4811
4812 2007-01-17 [colin]      2.7.1cvs16
4813
4814         * src/folder.c
4815         * src/folder.h
4816         * src/folderview.c
4817         * src/folderview.h
4818         * src/imap.c
4819         * src/imap.h
4820         * src/imap_gtk.c
4821                 Manage recursive search of unsubscribed folders
4822                 Rescan tree without checking for new messages 
4823                 after subscriptions changed
4824
4825 2007-01-17 [paul]       2.7.1cvs15
4826
4827         * src/prefs_common.c
4828         * src/gtk/pluginwindow.c
4829                 fix bug 1101, '"Load plugin" button is
4830                 accidentally hidden'
4831                 unset (-1) initial width in prefs_common,
4832                 fix overlapping buttons,
4833                 and other cleanups
4834
4835 2007-01-17 [paul]       2.7.1cvs14
4836
4837         * src/procmime.c
4838                 add #include <errno.h>, it's needed
4839                 on some systems
4840
4841 2007-01-17 [paul]       2.7.1cvs13
4842
4843         * src/common/defs.h
4844         * tools/make.themes.project
4845                 rename .sylpheed_themeinfo to .claws_themeinfo
4846                 and use it
4847         * src/etpan/etpan-errors.h
4848         * src/etpan/etpan-log.c
4849         * src/etpan/etpan-log.h
4850         * src/etpan/etpan-thread-manager-types.h
4851         * src/etpan/etpan-thread-manager.c
4852         * src/etpan/etpan-thread-manager.h
4853         * src/etpan/imap-thread.c
4854         * src/etpan/imap-thread.h
4855                 add copyright header
4856
4857 2007-01-17 [colin]      2.7.1cvs12
4858
4859         * src/plugins/pgpcore/select-keys.c
4860         * src/gtk/pluginwindow.c
4861         * src/prefs_account.c
4862                 Fix warnings
4863
4864 2007-01-16 [colin]      2.7.1cvs11
4865
4866         * src/imap.c
4867         * src/imap.h
4868         * src/imap_gtk.c
4869                 Manage subscribing to subfolders when only
4870                 subscribed folders are shown.
4871
4872 2007-01-16 [colin]      2.7.1cvs10
4873
4874         * src/folderview.c
4875                 Fix annoying vscrollbar going back to top
4876                 on Check for new folders
4877
4878 2007-01-16 [colin]      2.7.1cvs9
4879
4880         * src/imap.c
4881                 Remove printf
4882
4883 2007-01-16 [colin]      2.7.1cvs8
4884
4885         * src/filtering.c
4886                 Bigger buffer for errors
4887         * src/imap.c
4888         * src/imap.h
4889         * src/imap_gtk.c
4890         * src/prefs_account.c
4891         * src/prefs_account.h
4892         * src/wizard.c
4893         * src/etpan/imap-thread.c
4894         * src/etpan/imap-thread.h
4895         * manual/handling.xml
4896                 Add subscriptions management. What it changes:
4897                 Creating a folder subscribes to it
4898                 Deleting a folder unsubscribes it
4899                 New contextual menu item allowing to switch between
4900                 All folders and Subscribed folders, subscribe, and
4901                 unsubscribe. "Creating" an existing but unsubscribed
4902                 folder will subscribe it.
4903                 By default for new accounts, only subscribed folders 
4904                 are shown.
4905
4906
4907 2007-01-16 [paul]       2.7.1cvs7
4908
4909         * src/summaryview.c
4910                 Allow folder classes to specify only sort_key or
4911                 sort_type instead of both or none.
4912
4913 2007-01-16 [paul]       2.7.1cvs6
4914
4915         * src/action.c
4916         * src/compose.c
4917         * src/mimeview.c
4918         * src/procmime.c
4919         * src/textview.c
4920                 Save and use errno for procmime_get_part
4921
4922 2007-01-16 [colin]      2.7.1cvs5
4923
4924         * src/imap.c
4925                 Never remove INBOX when scanning for
4926                 new folders. It's a special folder
4927                 that has to exist.
4928
4929 2007-01-15 [colin]      2.7.1cvs4
4930
4931         * src/imap.c
4932                 Fix 'Check for new folders' when IMAP subdirectory
4933                 is set
4934         * src/etpan/imap-thread.c
4935                 Fix build
4936
4937 2007-01-15 [colin]      2.7.1cvs3
4938
4939         * src/etpan/imap-thread.c
4940                 Fix invalid free on command-connection
4941                 error
4942
4943 2007-01-15 [wwp]        2.7.1cvs2
4944
4945         * src/matcher_parser_lex.l
4946         * src/quote_fmt_lex.l
4947         * src/matcher_parser_parse.y
4948                 fix copyright header in lexers and parsers.
4949
4950 2007-01-15 [paul]       2.7.1cvs1
4951
4952         * NEWS
4953         * README
4954         * RELEASE_NOTES
4955         * configure.ac
4956                 bump up version number following
4957                 stable release
4958
4959 2007-01-15 [paul]       2.7.0cvs31
4960
4961         * AUTHORS
4962         * src/gtk/authors.h
4963                 add Fabien to the Team list
4964                 add the recent contributors
4965                 make a few corrections
4966
4967 2007-01-15 [paul]       2.7.0cvs30
4968
4969         * src/mainwindow.c
4970                 fix compiler warning
4971         * src/plugins/pgpcore/prefs_gpg.c
4972         * src/plugins/pgpcore/prefs_gpg.h
4973                 add missing include
4974                 fix copyright header
4975
4976 2007-01-14 [colin]      2.7.0cvs29
4977
4978         * src/gtk/filesel.c
4979                 Use the 'gtk+' backend. Avoids gnome-vfs use,
4980                 two benefits: faster to open, will fix strange
4981                 dbus-related crash. Thanks to Pascal Terjan.
4982
4983 2007-01-14 [colin]      2.7.0cvs28
4984
4985         * src/etpan/imap-thread.c
4986                 Delete the old imap just after allocating
4987                 the new one. Makes sure we don't get the
4988                 same pointer by sheer luck, which feels
4989                 strange in the debug log.
4990
4991 2007-01-14 [colin]      2.7.0cvs27
4992
4993         * src/gtk/inputdialog.c
4994                 Make sure we don't print passwords in
4995                 clear text when in debug mode
4996
4997 2007-01-14 [colin]      2.7.0cvs26
4998
4999         * src/gtk/gtksctree.c
5000                 Fix bug 1098, 'bogus last row display 
5001                 after expanding a thread'. Patch by
5002                 Jindrich Makovicka <makovick@gmail.com>
5003
5004 2007-01-14 [colin]      2.7.0cvs25
5005
5006         * src/etpan/imap-thread.c
5007                 Close socket manually before
5008                 freeing the imap struct
5009
5010 2007-01-14 [colin]      2.7.0cvs24
5011
5012         * src/etpan/imap-thread.c
5013                 Maybe fix new reconnection issues
5014
5015 2007-01-13 [colin]      2.7.0cvs23
5016
5017         * src/summaryview.c
5018                 Freeze/thaw on thread selection
5019
5020 2007-01-13 [paul]       2.7.0cvs22
5021
5022         * src/mainwindow.c
5023         * src/summaryview.c
5024         * src/summaryview.h
5025                 add 'Edit/Delete thread'
5026
5027 2007-01-13 [colin]      2.7.0cvs21
5028
5029         * src/prefs_account.c
5030         * src/prefs_compose_writing.c
5031         * src/prefs_message.c
5032         * src/prefs_msg_colors.c
5033         * src/prefs_other.c
5034         * src/prefs_receive.c
5035         * src/prefs_spelling.c
5036         * src/prefs_summaries.c
5037         * src/prefs_themes.c
5038         * src/gtk/gtkutils.c
5039         * src/gtk/gtkutils.h
5040         * src/plugins/pgpcore/prefs_gpg.c
5041         * src/plugins/spamassassin/spamassassin_gtk.c
5042                 Factorize gtk frame creation
5043                 Patch by Pawel
5044
5045 2007-01-13 [colin]      2.7.0cvs20
5046
5047         * src/message_search.c
5048         * src/summary_search.c
5049                 Fix Enter in search windows
5050         * src/messageview.c
5051                 Fix body search starting at the
5052                 end of the mail (and asking for loop)
5053
5054 2007-01-13 [colin]      2.7.0cvs19
5055
5056         * src/etpan/imap-thread.c
5057                 Make sure we don't free the same imap
5058                 twice
5059
5060 2007-01-13 [colin]      2.7.0cvs18
5061
5062         * commitHelper
5063                 Allow multiple commitHelpers to
5064                 run at once
5065
5066 2007-01-12 [colin]      2.7.0cvs17
5067
5068         * src/etpan/imap-thread.c
5069                 Make sure we get rid of the previous mailimap
5070                 when connecting - just in case disconnect was
5071                 unclean
5072
5073 2007-01-12 [paul]       2.7.0cvs16
5074
5075         * src/compose.c
5076                 Strip S/MIME signatures when re-editing
5077                 S/MIME signed messages.
5078
5079 2007-01-12 [paul]       2.7.0cvs15
5080
5081         * configure.ac
5082         * src/addressbook.c
5083         * src/foldersel.c
5084         * src/folderview.c
5085         * src/main.c
5086                 no need to define CLAWS anymore, remove
5087                 all that stuff
5088
5089 2007-01-12 [paul]       2.7.0cvs14
5090
5091         * src/mimeview.c
5092                 check if the mail's signed as
5093                 it can change the mail structure
5094                 Thanks to Colin
5095
5096 2007-01-12 [paul]       2.7.0cvs13
5097
5098         * src/procmime.c
5099                 fix Forwarding msgs with attachments
5100                 that have dos line endings
5101                 Thanks to Colin
5102
5103 2007-01-12 [wwp]        2.7.0cvs12
5104
5105         * configure.ac
5106                 Revert accidentally committed extra version tag.
5107
5108 2007-01-12 [wwp]        2.7.0cvs11
5109
5110         * src/prefs_account.c
5111                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5112
5113 2007-01-11 [colin]      2.7.0cvs10
5114
5115         * src/imap.c
5116                 move g_warning to debug_print
5117                 it scares people for no reason
5118
5119 2007-01-11 [colin]      2.7.0cvs9
5120
5121         * po/POTFILES.in
5122                 Fix files to translate. Patch by
5123                 Fabien
5124
5125 2007-01-11 [paul]       2.7.0cvs8
5126
5127         * src/imap.c
5128                 Fix recursion when server lists the
5129                 current subfolder in the response
5130         * src/mimeview.c
5131                 Fix updating of icon_list/ctree
5132         * src/plugins/pgpcore/select-keys.c
5133                 Fix a few annoyances when choosing
5134                 keys for the CMS (S/MIME) protocol
5135
5136 2007-01-11 [wwp]        2.7.0cvs7
5137
5138         * src/compose.c
5139         * src/prefs_account.c
5140         * src/prefs_account.h
5141                 Add per-account spellcheck default dictionaries settings.
5142
5143 2007-01-10 [colin]      2.7.0cvs6
5144
5145         * src/prefs_folder_item.c
5146                 Factorize strings - patch by Fabien
5147
5148 2007-01-10 [colin]      2.7.0cvs5
5149
5150         * src/mainwindow.c
5151                 Fix bug 1095, 'Crash while changing folder 
5152                 columns during incorporation'
5153
5154 2007-01-09 [colin]      2.7.0cvs4
5155
5156         * src/gtk/pluginwindow.c
5157                 Set the plugin window transient. Seems
5158                 like some window managers hide it in
5159                 the background after "load plugin"...
5160
5161 2007-01-09 [colin]      2.7.0cvs3
5162
5163         * src/gtk/filesel.c
5164                 Use the same type for alloc and free
5165
5166 2007-01-08 [paul]       2.7.0cvs2
5167
5168         * po/nl.po
5169                 updated by Tim Dijkstra
5170
5171 2007-01-08 [paul]       2.7.0cvs1
5172
5173         * src/prefs_themes.c
5174         * src/common/utils.c
5175                 Fix resource leaks
5176
5177 2007-01-08 [paul]       2.7.0
5178
5179         * NEWS
5180         * README
5181         * RELEASE_NOTES
5182                 2.7.0 released
5183
5184 2007-01-08 [paul]       2.6.1cvs119
5185
5186         * doc/man/claws-mail.1
5187                 another correction
5188
5189 2007-01-08 [paul]       2.6.1cvs118
5190
5191         * doc/man/claws-mail.1
5192                 corrections
5193         * manual/advanced.xml
5194                 improved English usage
5195
5196 2007-01-08 [paul]       2.6.1cvs117
5197
5198         * po/ca.po
5199         * po/de.po
5200         * po/en_GB.po
5201         * po/fi.po
5202         * po/it.po
5203         * po/pt_BR.po
5204         * po/sk.po
5205         * po/sr.po
5206         * po/zh_CN.po
5207                 updated by Miquel Oliete, Stephan Sachse, me,
5208                 Tommi Pirinen, Andrea Spadaccini, Frederico
5209                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5210                 Urosevic, and Ralgh Young
5211
5212 2007-01-07 [mones]      2.6.1cvs116
5213
5214         * manual/es/advanced.xml
5215         * po/es.po
5216                 Synced manual (unhide mark_as_read_delay)
5217                 and updated translation for release
5218
5219 2007-01-07 [paul]       2.6.1cvs115
5220
5221         * src/prefs_matcher.c
5222                 make the hbox content fit better under
5223                 various languages
5224
5225 2007-01-07 [colin]      2.6.1cvs114
5226
5227         * src/messageview.c
5228                 Fix bug 1088, 'Ctrl-h produces repeatable
5229                 crash'
5230
5231 2007-01-06 [colin]      2.6.1cvs113
5232
5233         * src/etpan/imap-thread.c
5234                 Add casts to int to get certs. Fixes
5235                 bug 1064, 'crash @ etpan_certificate_check() 
5236                 when opening an IMAP folder', with latest
5237                 libetpan CVS or >= 0.49
5238         * src/mainwindow.c
5239         * src/mainwindow.h
5240         * src/imap_gtk.c
5241         * src/news_gtk.c
5242         * src/prefs_folder_item.c
5243                 Grey out the "synchronise" menu items if
5244                 there's nothing to synchronise.
5245         * src/plugins/pgpcore/sgpgme.c
5246                 Make an error clearer than "Unknown error"
5247
5248 2007-01-06 [colin]      2.6.1cvs112
5249
5250         * src/messageview.c
5251                 Don't try to show a message if updating
5252                 Maybe fixes bug 1088, 'ctrl-h produces
5253                 repeatable crash'.
5254
5255 2007-01-06 [colin]      2.6.1cvs111
5256
5257         * src/summaryview.c
5258                 Disable Control-Space (handle it as Space).
5259
5260 2007-01-05 [paul]       2.6.1cvs110
5261
5262         * src/imap.c
5263                 Fix bug 934, 'sylpheed claws 2.1 
5264                 doesn't show Exchanges Public Folders'
5265                 Thanks to Hoa and Colin
5266         * src/msgcache.c
5267                 Refuse to allocate more than 2 MB for a 
5268                 single field, it's a good indication of
5269                 cache corruption.
5270
5271 2007-01-05 [colin]      2.6.1cvs109
5272
5273         * src/mainwindow.c
5274                 Allow --select'ing emails by Message-ID too
5275
5276 2007-01-05 [colin]      2.6.1cvs108
5277
5278         * src/common/quoted-printable.c
5279                 Uh! Third fix :)
5280
5281 2007-01-05 [colin]      2.6.1cvs107
5282
5283         * src/common/quoted-printable.c
5284                 Fix previous commit about bug 1089
5285                 Thanks to Ralf
5286
5287 2007-01-05 [colin]      2.6.1cvs106
5288
5289         * src/common/quoted-printable.c
5290                 Fix my previous commit on bug 1089
5291                 - Thanks to Ralf :)
5292
5293 2007-01-04 [colin]      2.6.1cvs105
5294
5295         * src/common/quoted-printable.c
5296                 Fix bug 1089, 'NUL characters in Subject 
5297                 line are misinterpreted'. Not a pain to
5298                 fix in fact.
5299
5300 2007-01-04 [colin]      
5301
5302         2.7.0-rc3 released
5303
5304 2007-01-04 [wwp]        2.6.1cvs104
5305
5306         * src/image_viewer.c
5307                 Force operator precedence (fix a compiler warning).
5308
5309 2007-01-04 [colin]      2.6.1cvs103
5310
5311         * src/image_viewer.c
5312                 Be cautious there too (same fix as the one
5313                 in textview from cvs33)
5314         * src/messageview.c
5315                 Don't use any MimeViewer plugin when showing
5316                 all headers
5317
5318 2007-01-03 [wwp]        2.6.1cvs102
5319
5320         * src/html.c
5321         * src/html.h
5322                 fixed "cent" sign (use the existing ASCII one),
5323                 decode more HTML entities,
5324                 converted table ASCII entries to UTF-8,
5325                 moved a switch() into a hashtable.
5326
5327 2007-01-03 [paul]       2.6.1cvs101
5328
5329         * src/compose.c
5330         * src/messageview.c
5331         * src/procmsg.c
5332         * src/procmsg.h
5333                 When possible, use move_msg instead of
5334                 copy_msg + remove_msg to move sent mail
5335                 from Queue to Sent. 
5336
5337 2007-01-03 [paul]       2.6.1cvs100
5338
5339         * src/html.c
5340                 add more html entity recognition:
5341                 pounds, euros, and cents
5342
5343 2007-01-03 [colin]      2.6.1cvs99
5344
5345         * src/imap_gtk.c
5346                 Don't display an error on NOSELECT
5347                 folders when synchronising
5348
5349 2007-01-03 [paul]       2.6.1cvs98
5350
5351         * tools/maildir2claws-mail.pl
5352                 only substitute 'sent-mail' if it's
5353                 the full directory name
5354
5355 2007-01-03 [paul]       2.6.1cvs97
5356
5357         * ChangeLog
5358         * ChangeLog.pre2.0.0
5359         * Makefile.am
5360                 archive a chunk of ChangeLog in
5361                 ChangeLog.pre2.0.0
5362         * ChangeLog.gtk1
5363         * doc/src/ChangeLog.claws-pre0.8.0
5364                 remove ChangeLog.claws-pre0.8.0, adding
5365                 its contents to ChangeLog.gtk1
5366
5367 2007-01-03 [paul]       2.6.1cvs96
5368
5369         * src/account.c
5370         * src/account.h
5371         * src/action.c
5372         * src/action.h
5373         * src/adbookbase.h
5374         * src/addr_compl.c
5375         * src/addr_compl.h
5376         * src/addrbook.c
5377         * src/addrcache.c
5378         * src/addrcache.h
5379         * src/addrcindex.c
5380         * src/addrcindex.h
5381         * src/addrclip.c
5382         * src/addrclip.h
5383         * src/addrdefs.h
5384         * src/addressadd.c
5385         * src/addressadd.h
5386         * src/addressbook.c
5387         * src/addressbook.h
5388         * src/addressbook_foldersel.c
5389         * src/addressbook_foldersel.h
5390         * src/addrgather.c
5391         * src/addrgather.h
5392         * src/addrharvest.c
5393         * src/addrharvest.h
5394         * src/addrindex.c
5395         * src/addrindex.h
5396         * src/addritem.c
5397         * src/addritem.h
5398         * src/addrquery.c
5399         * src/addrquery.h
5400         * src/addrselect.c
5401         * src/addrselect.h
5402         * src/alertpanel.c
5403         * src/alertpanel.h
5404         * src/browseldap.c
5405         * src/browseldap.h
5406         * src/codeconv.c
5407         * src/codeconv.h
5408         * src/compose.c
5409         * src/compose.h
5410         * src/customheader.c
5411         * src/customheader.h
5412         * src/displayheader.c
5413         * src/displayheader.h
5414         * src/editaddress.c
5415         * src/editaddress.h
5416         * src/editbook.c
5417         * src/editbook.h
5418         * src/editgroup.c
5419         * src/editgroup.h
5420         * src/editjpilot.c
5421         * src/editjpilot.h
5422         * src/editldap.c
5423         * src/editldap.h
5424         * src/editldap_basedn.c
5425         * src/editldap_basedn.h
5426         * src/editvcard.c
5427         * src/editvcard.h
5428         * src/exphtmldlg.c
5429         * src/exphtmldlg.h
5430         * src/expldifdlg.c
5431         * src/expldifdlg.h
5432         * src/export.c
5433         * src/export.h
5434         * src/exporthtml.c
5435         * src/exporthtml.h
5436         * src/exportldif.c
5437         * src/exportldif.h
5438         * src/filtering.c
5439         * src/filtering.h
5440         * src/folder.c
5441         * src/folder.h
5442         * src/folder_item_prefs.c
5443         * src/folder_item_prefs.h
5444         * src/foldersel.c
5445         * src/foldersel.h
5446         * src/folderutils.c
5447         * src/folderutils.h
5448         * src/folderview.c
5449         * src/folderview.h
5450         * src/grouplistdialog.c
5451         * src/grouplistdialog.h
5452         * src/headerview.c
5453         * src/html.c
5454         * src/html.h
5455         * src/image_viewer.c
5456         * src/image_viewer.h
5457         * src/imap.c
5458         * src/imap.h
5459         * src/imap_gtk.c
5460         * src/imap_gtk.h
5461         * src/import.c
5462         * src/import.h
5463         * src/importldif.c
5464         * src/importldif.h
5465         * src/importmutt.c
5466         * src/importmutt.h
5467         * src/importpine.c
5468         * src/importpine.h
5469         * src/inc.c
5470         * src/inc.h
5471         * src/jpilot.c
5472         * src/jpilot.h
5473         * src/ldapctrl.c
5474         * src/ldapctrl.h
5475         * src/ldaplocate.c
5476         * src/ldaplocate.h
5477         * src/ldapquery.c
5478         * src/ldapquery.h
5479         * src/ldapserver.c
5480         * src/ldapserver.h
5481         * src/ldaputil.c
5482         * src/ldaputil.h
5483         * src/ldif.c
5484         * src/ldif.h
5485         * src/main.c
5486         * src/main.h
5487         * src/mainwindow.c
5488         * src/mainwindow.h
5489         * src/manual.c
5490         * src/manual.h
5491         * src/mbox.c
5492         * src/message_search.c
5493         * src/message_search.h
5494         * src/messageview.c
5495         * src/messageview.h
5496         * src/mh.c
5497         * src/mh.h
5498         * src/mh_gtk.c
5499         * src/mh_gtk.h
5500         * src/mimeview.c
5501         * src/mimeview.h
5502         * src/msgcache.c
5503         * src/msgcache.h
5504         * src/mutt.c
5505         * src/mutt.h
5506         * src/news.c
5507         * src/news.h
5508         * src/news_gtk.c
5509         * src/news_gtk.h
5510         * src/partial_download.c
5511         * src/partial_download.h
5512         * src/pine.c
5513         * src/pine.h
5514         * src/pop.c
5515         * src/pop.h
5516         * src/prefs_account.c
5517         * src/prefs_account.h
5518         * src/prefs_actions.c
5519         * src/prefs_actions.h
5520         * src/prefs_common.c
5521         * src/prefs_common.h
5522         * src/prefs_compose_writing.c
5523         * src/prefs_compose_writing.h
5524         * src/prefs_customheader.c
5525         * src/prefs_customheader.h
5526         * src/prefs_display_header.c
5527         * src/prefs_display_header.h
5528         * src/prefs_filtering.c
5529         * src/prefs_filtering.h
5530         * src/prefs_filtering_action.c
5531         * src/prefs_filtering_action.h
5532         * src/prefs_folder_column.c
5533         * src/prefs_folder_column.h
5534         * src/prefs_folder_item.c
5535         * src/prefs_folder_item.h
5536         * src/prefs_fonts.c
5537         * src/prefs_fonts.h
5538         * src/prefs_gtk.c
5539         * src/prefs_gtk.h
5540         * src/prefs_image_viewer.c
5541         * src/prefs_image_viewer.h
5542         * src/prefs_matcher.c
5543         * src/prefs_matcher.h
5544         * src/prefs_message.c
5545         * src/prefs_msg_colors.c
5546         * src/prefs_msg_colors.h
5547         * src/prefs_other.c
5548         * src/prefs_quote.c
5549         * src/prefs_receive.c
5550         * src/prefs_send.c
5551         * src/prefs_spelling.c
5552         * src/prefs_spelling.h
5553         * src/prefs_summaries.c
5554         * src/prefs_summaries.h
5555         * src/prefs_summary_column.c
5556         * src/prefs_summary_column.h
5557         * src/prefs_template.c
5558         * src/prefs_template.h
5559         * src/prefs_themes.c
5560         * src/prefs_themes.h
5561         * src/prefs_toolbar.c
5562         * src/prefs_toolbar.h
5563         * src/prefs_wrapping.c
5564         * src/prefs_wrapping.h
5565         * src/privacy.c
5566         * src/privacy.h
5567         * src/procheader.c
5568         * src/procheader.h
5569         * src/procmime.c
5570         * src/procmime.h
5571         * src/procmsg.c
5572         * src/procmsg.h
5573         * src/quote_fmt.c
5574         * src/quote_fmt_parse.y
5575         * src/recv.c
5576         * src/recv.h
5577         * src/remotefolder.c
5578         * src/remotefolder.h
5579         * src/send_message.c
5580         * src/send_message.h
5581         * src/setup.c
5582         * src/setup.h
5583         * src/sourcewindow.c
5584         * src/sourcewindow.h
5585         * src/ssl_manager.c
5586         * src/ssl_manager.h
5587         * src/statusbar.c
5588         * src/statusbar.h
5589         * src/stock_pixmap.c
5590         * src/stock_pixmap.h
5591         * src/summary_search.c
5592         * src/summary_search.h
5593         * src/summaryview.c
5594         * src/summaryview.h
5595         * src/textview.c
5596         * src/textview.h
5597         * src/toolbar.c
5598         * src/toolbar.h
5599         * src/undo.c
5600         * src/undo.h
5601         * src/unmime.c
5602         * src/unmime.h
5603         * src/vcard.c
5604         * src/vcard.h
5605         * src/wizard.c
5606         * src/wizard.h
5607         * src/common/base64.c
5608         * src/common/base64.h
5609         * src/common/defs.h
5610         * src/common/hooks.c
5611         * src/common/hooks.h
5612         * src/common/log.c
5613         * src/common/log.h
5614         * src/common/mgutils.c
5615         * src/common/mgutils.h
5616         * src/common/nntp.c
5617         * src/common/nntp.h
5618         * src/common/passcrypt.c
5619         * src/common/passcrypt.h.in
5620         * src/common/plugin.c
5621         * src/common/plugin.h
5622         * src/common/prefs.c
5623         * src/common/prefs.h
5624         * src/common/progressindicator.c
5625         * src/common/progressindicator.h
5626         * src/common/quoted-printable.c
5627         * src/common/quoted-printable.h
5628         * src/common/session.c
5629         * src/common/session.h
5630         * src/common/smtp.c
5631         * src/common/smtp.h
5632         * src/common/socket.c
5633         * src/common/socket.h
5634         * src/common/ssl.c
5635         * src/common/ssl.h
5636         * src/common/ssl_certificate.c
5637         * src/common/ssl_certificate.h
5638         * src/common/stringtable.c
5639         * src/common/stringtable.h
5640         * src/common/template.c
5641         * src/common/template.h
5642         * src/common/timing.h
5643         * src/common/utils.c
5644         * src/common/utils.h
5645         * src/common/version.h.in
5646         * src/common/xml.c
5647         * src/common/xml.h
5648         * src/common/xmlprops.c
5649         * src/common/xmlprops.h
5650         * src/gtk/about.c
5651         * src/gtk/colorlabel.c
5652         * src/gtk/colorsel.c
5653         * src/gtk/colorsel.h
5654         * src/gtk/combobox.c
5655         * src/gtk/combobox.h
5656         * src/gtk/description_window.c
5657         * src/gtk/description_window.h
5658         * src/gtk/filesel.c
5659         * src/gtk/filesel.h
5660         * src/gtk/foldersort.c
5661         * src/gtk/foldersort.h
5662         * src/gtk/gtksctree.c
5663         * src/gtk/gtkutils.c
5664         * src/gtk/gtkutils.h
5665         * src/gtk/inputdialog.c
5666         * src/gtk/inputdialog.h
5667         * src/gtk/logwindow.c
5668         * src/gtk/logwindow.h
5669         * src/gtk/manage_window.c
5670         * src/gtk/manage_window.h
5671         * src/gtk/menu.c
5672         * src/gtk/menu.h
5673         * src/gtk/pluginwindow.c
5674         * src/gtk/pluginwindow.h
5675         * src/gtk/prefswindow.c
5676         * src/gtk/prefswindow.h
5677         * src/gtk/progressdialog.c
5678         * src/gtk/progressdialog.h
5679         * src/gtk/sslcertwindow.c
5680         * src/gtk/sslcertwindow.h
5681         * src/plugins/bogofilter/bogofilter.c
5682         * src/plugins/bogofilter/bogofilter.h
5683         * src/plugins/bogofilter/bogofilter_gtk.c
5684         * src/plugins/clamav/clamav_plugin.c
5685         * src/plugins/clamav/clamav_plugin.h
5686         * src/plugins/clamav/clamav_plugin_gtk.c
5687         * src/plugins/demo/demo.c
5688         * src/plugins/dillo_viewer/dillo_prefs.c
5689         * src/plugins/dillo_viewer/dillo_prefs.h
5690         * src/plugins/dillo_viewer/dillo_viewer.c
5691         * src/plugins/pgpcore/passphrase.c
5692         * src/plugins/pgpcore/passphrase.h
5693         * src/plugins/pgpcore/pgp_viewer.c
5694         * src/plugins/pgpcore/pgp_viewer.h
5695         * src/plugins/pgpcore/plugin.c
5696         * src/plugins/pgpcore/select-keys.c
5697         * src/plugins/pgpcore/select-keys.h
5698         * src/plugins/pgpcore/sgpgme.c
5699         * src/plugins/pgpcore/sgpgme.h
5700         * src/plugins/pgpinline/pgpinline.c
5701         * src/plugins/pgpinline/pgpinline.h
5702         * src/plugins/pgpinline/plugin.c
5703         * src/plugins/pgpmime/pgpmime.c
5704         * src/plugins/pgpmime/pgpmime.h
5705         * src/plugins/pgpmime/plugin.c
5706         * src/plugins/spamassassin/spamassassin.c
5707         * src/plugins/spamassassin/spamassassin.h
5708         * src/plugins/spamassassin/spamassassin_gtk.c
5709         * src/plugins/trayicon/trayicon.c
5710                 it's 2007, update the year in the copyright headers
5711
5712 2007-01-03 [paul]       2.6.1cvs95
5713
5714         * src/gtk/about.c
5715                 it is 2007, use it in the copyright string
5716
5717 2007-01-03 [paul]       2.6.1cvs94
5718
5719         * src/html.c
5720                 html entity conversion:
5721                 move &#153; to a more suitable place
5722                 add &bull; and &ndash;
5723                 make sure &mdash; and &#8212; are both
5724                 converted the same
5725
5726 2007-01-02 [colin]      2.6.1cvs93
5727
5728         * src/addrbook.c
5729                 Fix leak
5730         * src/common/plugin.c
5731                 Add comment
5732         * src/etpan/imap-thread.c
5733                 Fix warning
5734
5735 2006-12-31 [paul]       2.6.1cvs92
5736
5737         * src/prefs_summaries.c
5738                 use gtk_button_new_from_stock()
5739
5740 2006-12-30 [colin]      2.6.1cvs91
5741
5742         * src/folder.c
5743         * src/imap_gtk.c
5744         * src/mh_gtk.c
5745                 Don't update filtering and account paths 
5746                 when copying folders
5747
5748 2006-12-30 [colin]      2.6.1cvs90
5749
5750         * src/prefs_compose_writing.c
5751         * src/prefs_quote.c
5752         * src/prefs_template.c
5753                 Use message font for Writing and 
5754                 Quoting prefs, as well as Templates.
5755
5756 2006-12-30 [colin]      2.6.1cvs89
5757
5758         * src/prefs_summaries.c
5759                 Rework GUI; patch by Pawel
5760
5761 2006-12-29 [colin]      2.6.1cvs88
5762
5763         * src/prefs_folder_item.c
5764                 Fix bug 1085, 'Apply to subfolder 
5765                 doesn't work' - I was mistaken saying
5766                 it worked in every case
5767
5768 2006-12-28 [colin]      2.6.1cvs87
5769
5770         * src/gtk/gtkaspell.c
5771                 Don't assert if use_alternate is true
5772                 and alt_dictionary isn't set -- this 
5773                 is what happens on upgrade! Rather,
5774                 do with it.
5775
5776 2006-12-28 [colin]      2.6.1cvs86
5777
5778         * Makefile.am
5779                 Fix desktop/icon simplification
5780
5781 2006-12-28 [colin]      2.6.1cvs85
5782
5783         * Makefile.am
5784                 Make desktop and icon not 
5785                 dependant on the desktop
5786
5787 2006-12-28 [wwp]        2.6.1cvs84
5788
5789         * src/plugins/pgpmime/claws.def
5790                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5791
5792 2006-12-28 [wwp]        2.6.1cvs83
5793
5794         * src/prefs_folder_item.c
5795                 Fix coloring of "simplify subject regexp" (folder prefs),
5796                 which might be left to red whereas the regexp gets empty.
5797
5798 2006-12-28 [wwp]        2.6.1cvs82
5799
5800         * src/prefs_common.c
5801         * src/prefs_common.h
5802         * src/addressbook.c
5803         * src/addressitem.h
5804                 Save addressbook mainwindow's horizontal and vertical splitter position.
5805
5806 2006-12-27 [wwp]        2.6.1cvs81
5807
5808         * src/gtk/gtkaspell.c
5809         * src/gtk/gtkaspell.h
5810         * src/compose.c
5811                 Fix assignment of compose's default and alternate dictionary from
5812                 account or folder settings. Now gtkaspell_change_dict does rotate
5813                 dicts only when it's called from a menu cb.
5814
5815 2006-12-27 [wwp]        2.6.1cvs80
5816
5817         * src/folder_item_prefs.c
5818                 Fix randomly initialized default-alt-dictionary (folder prefs),
5819                 complete 2.6.1cvs72.
5820
5821 2006-12-27 [paul]       2.6.1cvs79
5822
5823         * src/imap_gtk.c
5824         * src/mh_gtk.c
5825                 Add Copy folder in the folder's contextual
5826                 menu
5827
5828 2006-12-27 [wwp]        2.6.1cvs78
5829
5830         * src/imap.c
5831                 Clean up session locking, thanks to Colin.
5832
5833 2006-12-26 [colin]      2.6.1cvs77
5834
5835         * src/statusbar.c
5836                 Revert previous patch
5837
5838 2006-12-26 [colin]      2.6.1cvs76
5839
5840         * src/folder.c
5841         * src/folderview.c
5842         * src/imap.c
5843         * src/statusbar.c
5844         * src/etpan/imap-thread.c
5845                 Fix previous commit warnings
5846                 Make statusbar update every second if total < 20
5847                 Make IMAP APPEND faster by simplifying log              
5848
5849 2006-12-26 [colin]      2.6.1cvs75
5850
5851         * src/folder.c
5852         * src/folder.h
5853         * src/folderview.c
5854         * src/folderview.h
5855         * src/imap_gtk.c
5856         * src/mh_gtk.c
5857                 Make it possible to copy folders accross
5858                 mailboxes (this was an arbitrary limitation).
5859                 Still make it impossible to move folders 
5860                 accross mailboxes.
5861
5862 2006-12-26 [colin]      2.6.1cvs74
5863
5864         * src/etpan/imap-thread.c
5865                 Fix bug 1081, 'claws-mail 
5866                 segfaults when going offline 
5867                 while it transfers mails via 
5868                 imap'
5869
5870 2006-12-26 [colin]      2.6.1cvs73
5871
5872         * src/folder_item_prefs.c
5873                 Don't forget alt dictionary when
5874                 renaming/moving folders
5875
5876 2006-12-26 [wwp]        2.6.1cvs72
5877
5878         * src/folder_item_prefs.c
5879                 Add missing defaults for per-folder alt dict
5880                 (forgotten in 2.6.1cvs61).
5881
5882 2006-12-26 [colin]      2.6.1cvs71
5883
5884         * src/wizard.c
5885                 Add tooltip to state that specifying
5886                 full path to mailbox is possible
5887
5888 2006-12-26 [wwp]        2.6.1cvs70
5889
5890         * src/partial_download.c
5891         * src/gtk/gtkvscrollbutton.c
5892         * src/plugins/pgpinline/plugin.c
5893                 Fix for few compiler warnings that matter.
5894
5895 2006-12-25 [colin]      2.6.1cvs69
5896
5897         * src/partial_download.c
5898                 Fix marking for download or deletion
5899                 when the header isn't the first
5900         * src/gtk/logwindow.c
5901                 Fix start of scrolling
5902
5903 2006-12-23 [paul]       2.6.1cvs68
5904
5905         * src/compose.c
5906                 change last commit to use the 'academic'
5907                 method instead. Thanks to wwp
5908
5909 2006-12-23 [paul]       2.6.1cvs67
5910
5911         * src/compose.c
5912                 don't warn about empty subject when
5913                 redirecting
5914
5915 2006-12-22 [colin]      2.6.1cvs66
5916
5917         * src/summary_search.c
5918                 Fix previous patch
5919
5920 2006-12-22 [colin]      2.6.1cvs65
5921
5922         * src/gtk/gtkutils.c
5923         * src/imap.c
5924         * src/jpilot.c
5925         * src/summary_search.c
5926                 A few warning fixes
5927
5928 2006-12-23 [paul]       
5929
5930         2.7.0-rc2 released
5931
5932 2006-12-22 [colin]      2.6.1cvs64
5933
5934         * src/toolbar.c
5935         * src/toolbar.h
5936                 Add a combo to the learn spam button
5937         * src/plugins/bogofilter/bogofilter.c
5938         * src/plugins/bogofilter/bogofilter_gtk.c
5939         * src/plugins/bogofilter/bogofilter.h
5940                 Allow to store Unsure mails in a specific
5941                 folder to make better teaching easier
5942
5943 2006-12-21 [wwp]        2.6.1cvs63
5944
5945         * src/compose.c
5946         * src/prefs_common.c
5947         * src/prefs_common.h
5948         * src/prefs_spelling.c
5949         * src/gtk/gtkaspell.c
5950         * src/gtk/gtkaspell.h
5951                 Allow spell-checking using both current and alternate dictionaries
5952                 (thanks to Colin).
5953
5954 2006-12-21 [wwp]        2.6.1cvs62
5955
5956         * src/gtk/gtkaspell.c
5957                 Apply recheck_when_changing_dict (highlight all mispelled words)
5958                 when switching to alternate dictionary.
5959
5960 2006-12-21 [wwp]        2.6.1cvs61
5961
5962         * src/compose.c
5963         * src/folder_item_prefs.h
5964         * src/prefs_common.c
5965         * src/prefs_common.h
5966         * src/prefs_folder_item.c
5967         * src/prefs_spelling.c
5968         * src/gtk/gtkaspell.c
5969         * src/gtk/gtkaspell.h
5970                 Add global and per-folder prefs to set the default
5971                 alternate dictionary.
5972
5973 2006-12-21 [colin]      2.6.1cvs60
5974
5975         * src/folder.c
5976                 Look for folders by path in all folders
5977         * src/html.c
5978                 add &mdash;
5979
5980 2006-12-20 [colin]      2.6.1cvs59
5981
5982         * src/gtk/quicksearch.c
5983                 Make sure in_typing is false when clearing
5984
5985 2006-12-20 [wwp]        2.6.1cvs58
5986
5987         * configure.ac
5988                 change manual's target dir to be LFH-compliant (thanks to Colin).
5989
5990 2006-12-20 [wwp]        2.6.1cvs57
5991
5992         * src/prefs_common.c
5993         * src/prefs_summaries.c
5994                 i18n fix and factorize patch, thanks to Fabien.
5995
5996 2006-12-20 [paul]       2.6.1cvs56
5997
5998         * configure.ac
5999                 last of the renaming (??)
6000         * src/main.c
6001                 correct --help info of --status-full
6002         * src/plugins/bogofilter/bogofilter.c
6003                 make FALSE default of whitelist_ab
6004
6005 2006-12-19 [colin]      2.6.1cvs55
6006
6007         * src/jpilot.c
6008                 Same as before, without depending on
6009                 pisock >= 0.12
6010
6011 2006-12-19 [colin]      2.6.1cvs54
6012
6013         * src/jpilot.c
6014                 Fix bug 1059, 'Better jpilot charset 
6015                 handling'. Use libpisync's charset conversion
6016                 if possible
6017
6018 2006-12-19 [colin]      2.6.1cvs53
6019
6020         * po/fr.po
6021                 Updated by Fabien
6022
6023 2006-12-19 [wwp]        2.6.1cvs52
6024
6025         * src/gtk/about.c
6026                 Add missing #include (thanks to Colin).
6027
6028 2006-12-19 [wwp]        2.6.1cvs51
6029
6030         * src/prefs_receive.c
6031                 Better spacing between widgets in prefs.
6032
6033 2006-12-18 [colin]      2.6.1cvs50
6034
6035         * src/imap.c
6036                 Fix failure to get separator on LIST "" ""
6037                 Try LIST "" "INBOX" too.
6038
6039 2006-12-18 [wwp]        2.6.1cvs49
6040
6041         * src/common/session.c
6042                 Fix a compiler warning (thanks to Fabien).
6043
6044 2006-12-18 [wwp]        2.6.1cvs48
6045
6046         * src/compose.c
6047         * src/prefs_quote.c
6048                 Factorize some strings for translation (it's about error
6049                 messages when applying or checking template/quote format).
6050
6051 2006-12-18 [colin]      2.6.1cvs47
6052
6053         * Makefile.am
6054         * src/common/defs.h
6055         * src/gtk/Makefile.am
6056         * src/gtk/about.c
6057                 Add a Release notes tab from the contents of
6058                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6059
6060 2006-12-17 [colin]      2.6.1cvs46
6061
6062         * src/mimeview.c
6063         * src/textview.c
6064         * src/gtk/filesel.c
6065                 Correctly convert from/to UTF8/filename encoding
6066                 when loading and saving files. Probably fixes
6067                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6068                 for a file to attach and is blocked...'
6069
6070 2006-12-17 [colin]      2.6.1cvs45
6071
6072         * src/gtk/logwindow.c
6073                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6074                 IMAP folder and is blocked on main thread': 
6075                 make sure we put utf8 in the log.
6076
6077 2006-12-16 [colin]      2.6.1cvs44
6078
6079         * src/toolbar.c
6080         * src/toolbar.h
6081                 Fix bug 1055, 'Add the 'cancel receive' 
6082                 in the available events for the toolbar buttons'
6083
6084 2006-12-16 [colin]      2.6.1cvs43
6085
6086         * po/POTFILES.in
6087         * src/imap.c
6088         * src/common/nntp.c
6089         * src/common/session.c
6090                 Log error when SSL handshakes fail. 
6091                 Fixes bug 1082, 'incorrect / imprecise 
6092                 error message when imap server provides 
6093                 ssl only through STARTTLS but SSL is 
6094                 selected'
6095
6096 2006-12-15 [wwp]        2.6.1cvs42
6097
6098         * src/plugins/bogofilter/bogofilter_gtk.c
6099                 set proper sensitivity to widgets I've recently added.
6100
6101 2006-12-15 [colin]      
6102
6103         2.7.0-rc1 released
6104
6105 2006-12-15 [wwp]        2.6.1cvs41
6106
6107         * src/plugins/bogofilter/bogofilter.c
6108         * src/plugins/bogofilter/bogofilter.h
6109         * src/plugins/bogofilter/bogofilter_gtk.c
6110                 bogofilter's whitelist can now use a subset of
6111                 the addressbook (either a book, a subfolder of a book,
6112                 or the whole addressbook by using "Any"). Re-used there
6113                 some pref_matcher widgets and mechanisms to match a subset
6114                 of the addressbook.
6115
6116 2006-12-15 [wwp]        2.6.1cvs40
6117
6118         * src/wizard.c
6119         * src/common/plugin.c
6120         * src/common/plugin.h
6121         * src/gtk/about.c
6122         * src/plugins/bogofilter/bogofilter.c
6123         * src/plugins/clamav/clamav_plugin.c
6124         * src/plugins/demo/demo.c
6125         * src/plugins/dillo_viewer/dillo_viewer.c
6126         * src/plugins/pgpcore/plugin.c
6127         * src/plugins/pgpinline/plugin.c
6128         * src/plugins/pgpmime/plugin.c
6129         * src/plugins/spamassassin/spamassassin.c
6130         * src/plugins/trayicon/trayicon.c
6131                 factorize some translatable strings (plugins-related),
6132                 fix missing punctuation in several places,
6133                 remove useless translatable \n in about.c,
6134                 and factorize plugin init code w/ a new function
6135                 check_plugin_version() in common/plugin.c.
6136                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6137
6138 2006-12-15 [wwp]        2.6.1cvs39
6139
6140         * src/plugins/bogofilter/bogofilter.c
6141         * src/plugins/bogofilter/bogofilter_gtk.c
6142                 flag whitelisted spams as spam, but don't filter it to the spam
6143                 folder. Thanks to Colin.
6144
6145 2006-12-15 [ticho]      2.6.1cvs38
6146
6147         * src/plugins/bogofilter/bogofilter.c
6148         * src/plugins/bogofilter/bogofilter.h
6149         * src/plugins/bogofilter/bogofilter_gtk.c
6150                 Add option to whitelist senders found in addressbook. Patch by colin.
6151
6152 2006-12-15 [paul]       2.6.1cvs37
6153
6154         * src/folderview.c
6155                 add missing #include "log.h"
6156
6157 2006-12-15 [paul]       2.6.1cvs36
6158
6159         * src/plugins/bogofilter/bogofilter.c
6160         * src/plugins/bogofilter/bogofilter.h
6161         * src/plugins/bogofilter/bogofilter_gtk.c
6162                 Add an option to allow inserting an
6163                 X-Claws-Bogosity header (on MH folders
6164                 only). Patch by Colin
6165
6166 2006-12-14 [colin]      2.6.1cvs35
6167
6168         * src/main.c
6169                 "Yes" should be the default choice for
6170                 migration configuration
6171
6172 2006-12-14 [paul]       2.6.1cvs34
6173
6174         * src/prefs_summaries.c
6175         * manual/advanced.xml
6176                 Unhide mark_as_read_delay
6177
6178 2006-12-14 [paul]       2.6.1cvs33
6179
6180         * src/messageview.c
6181         * src/messageview.h
6182         * src/mimeview.c
6183         * src/mimeview.h
6184         * src/summaryview.c
6185         * src/textview.c
6186         * src/textview.h
6187                 Fix printing of selection
6188                 Fix printing of message parts
6189                 Fix printing of images
6190         * src/gtk/gtksourceprintjob.c
6191                 Fix page count when there are images
6192
6193 2006-12-14 [wwp]        2.6.1cvs32
6194
6195         * src/mainwindow.c
6196         * src/summaryview.c
6197         * src/summaryview.h
6198         * src/gtk/quicksearch.c
6199                 fix quicksearch 'magnify' button status when QS is closed
6200                 using the Escape key, thanks to Colin.
6201
6202 2006-12-14 [wwp]        2.6.1cvs31
6203
6204         * src/mainwindow.c
6205         * src/summaryview.c
6206         * src/summaryview.h
6207         * src/gtk/quicksearch.c
6208                 fix quicksearch 'magnify' button status when QS is closed
6209                 using the Escape key, thanks to Colin.
6210
6211 2006-12-13 [colin]      2.6.1cvs30
6212
6213         * src/ldapquery.c
6214         * src/ldaputil.c
6215                 Use the binary safe version of ldap_get_values,
6216                 to make sure we manipulate null-terminated 
6217                 strings. Maybe fixes bug 1075, 'claws mail 
6218                 segfault when completing ldap adresses'
6219         * src/syldap.c ** REMOVED **
6220         * src/syldap.h ** REMOVED **
6221                 Remove dead files
6222
6223 2006-12-13 [mones]      2.6.1cvs29
6224
6225         * po/es.po
6226                 Fixed piped strings, fixed click translation
6227
6228 2006-12-13 [paul]       2.6.1cvs28
6229
6230         * src/main.c
6231                 don't translate these strings
6232
6233 2006-12-13 [paul]       2.6.1cvs27
6234
6235         * po/en_GB.po
6236                 updated
6237
6238 2006-12-13 [colin]      2.6.1cvs26
6239
6240         * src/main.c
6241         * src/main.h
6242                 Add claws_is_starting()
6243
6244 2006-12-13 [mones]      2.6.1cvs25
6245
6246         * manual/es/advanced.xml
6247         * po/es.po
6248                 Synced manual and updated translation
6249
6250 2006-12-12 [colin]      2.6.1cvs24
6251
6252         * src/wizard.c
6253                 Add an option to use STARTTLS in the
6254                 welcome wizard. Fixes bug 1080, 
6255                 'Using SSL option in wizard for incoming 
6256                 server does not activate SSL with STARTTLS'
6257
6258 2006-12-12 [colin]      2.6.1cvs23
6259
6260         * src/main.c
6261                 Don't exit when there's an incomplete
6262                 mailbox configured - leaves a chance 
6263                 to fix a failing IMAP account. Exit
6264                 if no mailbox at all is loaded (case
6265                 of missing plugin).
6266                 Completes bug 1077's fix (I was wrong
6267                 in this bug's comment #3).
6268
6269 2006-12-12 [colin]      2.6.1cvs22
6270
6271         * src/gtk/menu.h
6272                 Add another menu data type
6273         * src/prefs_account.c
6274                 Complete the completion of bug 1076
6275                 (doesn't lose the pref on apply)
6276
6277 2006-12-12 [paul]       2.6.1cvs21
6278
6279         * src/prefs_account.c
6280                 complete the fix of bug 1076
6281                 also be more verbose with the text
6282
6283 2006-12-12 [paul]       2.6.1cvs20
6284
6285         * src/gtk/combobox.c
6286                 fix compilation warning
6287
6288 2006-12-11 [colin]      2.6.1cvs19
6289
6290         * src/wizard.c
6291                 Document :port in server entry tooltips
6292
6293 2006-12-11 [colin]      2.6.1cvs18
6294
6295         * src/main.c
6296                 Fix compile
6297
6298 2006-12-11 [colin]      2.6.1cvs17
6299
6300         * src/main.c
6301                 Add failing IMAP as a reason for no
6302                 mailbox
6303
6304 2006-12-11 [colin]      2.6.1cvs16
6305
6306         * src/prefs_account.c
6307                 Check for existence of inbox for local
6308                 accounts too
6309         * src/wizard.c
6310                 Allow setting the port to use for servers
6311                 by using the usual "server.example.com:port"
6312                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6313                 not start when IMAP server is unavailable'
6314
6315 2006-12-11 [colin]      2.6.1cvs15
6316
6317         * src/prefs_account.c
6318                 Prevent use of non-existing default inbox
6319
6320 2006-12-11 [colin]      2.6.1cvs14
6321
6322         * src/prefs_account.c
6323                 Fix sensitivity. Fixes bug 1076, 'privacy 
6324                 options are displayed even when pgp plugin 
6325                 not loaded / available'
6326
6327 2006-12-09 [colin]      2.6.1cvs13
6328
6329         * manual/advanced.xml
6330         * src/prefs_common.c
6331         * src/prefs_common.h
6332         * src/common/ssl_certificate.c
6333                 Add a new hidden preference, 'unsafe_ssl_certs',
6334                 which allows to store multiple certificates per
6335                 server/port. This is disabled by default because
6336                 it's less secure (presenting a new certificate
6337                 instead of a changed one raises less alarms).
6338                 This will cause Claws to ask about an unknown
6339                 certificate for people who have used 2.6.1cvs8
6340                 or greater.
6341
6342 2006-12-09 [colin]      2.6.1cvs12
6343
6344         * src/action.c
6345                 Fix cache updating after action
6346
6347 2006-12-07 [wwp]        2.6.1cvs11
6348
6349         * src/compose.c
6350                 fix email address comparison when replying to all
6351                 (avoid replying to ourselves), thanks to Colin.
6352
6353 2006-12-06 [paul]       2.6.1cvs10
6354
6355         * src/addrharvest.c
6356         * src/editldap.c
6357         * src/expldifdlg.c
6358         * src/news.c
6359         * src/toolbar.c
6360         * src/common/utils.c
6361                 ...and more renaming
6362                 Thanks to Colin
6363
6364 2006-12-06 [paul]       2.6.1cvs9
6365
6366         * src/compose.c
6367         * src/messageview.c
6368         * src/procheader.c
6369         * src/procmime.c
6370         * src/procmsg.c
6371         * src/textview.c
6372                 more renaming
6373                 Thanks to Colin
6374
6375 2006-12-06 [colin]      2.6.1cvs8
6376
6377         * src/ssl_manager.c
6378         * src/common/ssl_certificate.c
6379         * src/common/ssl_certificate.h
6380                 Handle multiple certificates per host/port
6381
6382 2006-12-06 [colin]      2.6.1cvs7
6383
6384         * src/etpan/imap-thread.c
6385                 Fix certificate checking on IMAP
6386
6387 2006-12-06 [colin]      2.6.1cvs6
6388
6389         * src/folderview.c
6390                 Fix bug 1072, 'Claws stops fetching newsgroups 
6391                 from server when newsgroup got deleted': continue
6392                 checking other groups
6393
6394 2006-12-05 [wwp]        2.6.1cvs5
6395
6396         * src/message_search.c
6397         * src/summary_search.c
6398         * src/gtk/combobox.c
6399         * src/gtk/combobox.h
6400         * src/gtk/gtkutils.c
6401         * src/gtk/gtkutils.h
6402                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6403                 behave like w/ old comboboxes (summary and message search only).
6404
6405 2006-12-05 [paul]       2.6.1cvs4
6406
6407         * src/wizard.c
6408                 encode headers
6409                 Thanks to Colin
6410
6411 2006-12-05 [paul]       2.6.1cvs3
6412
6413         * tools/README
6414         * tools/textviewer.pl
6415                 script updated and description added
6416
6417 2006-12-04 [colin]      2.6.1cvs2
6418
6419         * src/compose.c
6420                 Run pre-send hook only when checking
6421                 everything
6422
6423 2006-12-04 [paul]       2.6.1cvs1
6424
6425         * NEWS
6426         * README
6427         * RELEASE_NOTES
6428         * configure.ac
6429         * tools/README
6430                 bump up version number following stable release
6431
6432 2006-12-04 [paul]       2.6.0cvs83
6433
6434         * README
6435                 updates and corrections
6436
6437 2006-12-04 [colin]      2.6.0cvs82
6438
6439         * src/common/utils.c
6440                 Probably fix bug 1066, 'Incorrect mailbox 
6441                 size displayed'
6442
6443 2006-12-04 [colin]      2.6.0cvs81
6444
6445         * src/common/utils.c
6446                 Trim tabs from mailcap file too.
6447
6448 2006-12-02 [paul]       2.6.0cvs80
6449
6450         * src/exphtmldlg.c
6451                 fix broken GUI under certain languages
6452         * src/expldifdlg.c
6453                 put the Cancel button to the right
6454
6455 2006-12-01 [paul]       2.6.0cvs79
6456
6457         * tools/Makefile.am
6458                 remove reference to removed file
6459
6460 2006-12-01 [wwp]        2.6.0cvs78
6461
6462         * src/addressbook.c
6463         * src/editaddress.c
6464                 remove forgotten debug statements.
6465
6466 2006-12-01 [wwp]        2.6.0cvs77
6467
6468         * manual/advanced.xml
6469         * manual/fr/advanced.xml
6470         * src/addressbook.c
6471         * src/addressbook.h
6472         * src/addressitem.h
6473         * src/editaddress.c
6474         * src/editaddress.h
6475         * src/prefs_common.c
6476         * src/prefs_common.h
6477         * src/gtk/gtkutils.c
6478         * src/gtk/gtkutils.h
6479                 add a hidden option to allow embedding the editaddress (edit contact details)
6480                 dialog into the addressbook's window. This doesn't change the default
6481                 behaviour.
6482
6483 2006-12-01 [wwp]        2.6.0cvs76
6484
6485         * src/message_search.c
6486         * src/summary_search.c
6487                 fix more focus issues (don't set focus to combobox's entry widget when
6488                 entry's value changed, if entry widget has focus already).
6489
6490 2006-12-01 [wwp]        2.6.0cvs75
6491
6492         * src/gtk/quicksearch.c
6493                 revert last changes to the quicksearch gtk_combo_box, this needs more
6494                 tuning and testing.
6495
6496 2006-12-01 [paul]       2.6.0cvs74
6497
6498         * tools/kdeservicemenu/README
6499         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6500         * tools/kdeservicemenu/install.sh
6501         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6502         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6503                 simplify this stuff, and in so doing,
6504                 fix it. (possibly re-extend it again at
6505                 a later date)
6506
6507 2006-12-01 [wwp]        2.6.0cvs73
6508
6509         * src/gtk/quicksearch.c
6510                 adapt quicksearch code to use modern gtk_combo_box'es.
6511
6512 2006-12-01 [wwp]        2.6.0cvs72
6513
6514         * src/common/defs.h
6515         * src/prefs_common.c
6516         * src/prefs_common.h
6517         * src/message_search.c
6518         * src/summary_search.c
6519         * src/gtk/combobox.c
6520         * src/gtk/combobox.h
6521                 add history combos to all message and summary search fields.
6522
6523 2006-12-01 [wwp]        2.6.0cvs71
6524
6525         * src/summaryview.c
6526                 As the list may change while the mark as read delay
6527                 runs, we can't rely on the 'row' pointer, which can
6528                 be invalid when the timeout is called. As the mark
6529                 as read is only done if the message is still selected,
6530                 use summaryview->selected instead. Thanks to Colin.
6531
6532 2006-11-30 [paul]       2.6.0cvs70
6533
6534         * src/textview.c
6535                 give emphasis to "Sylpheed-Claws"
6536                 as well as "Claws Mail"
6537
6538 2006-11-30 [colin]      2.6.0cvs69
6539
6540         * src/wizard.c
6541                 Put the SSL checkboxes in the receiving
6542                 and sending server pages.
6543
6544 2006-11-29 [colin]      2.6.0cvs68
6545
6546         * src/gtk/gtkutils.c
6547         * src/gtk/gtkvscrollbutton.c
6548                 Revert some deprecated fixes - they seem to
6549                 deprecate stuff as soon as a new one gets out.
6550                 g_object_ref_sink needed glib-2.10.
6551
6552 2006-11-29 [colin]      2.6.0cvs67
6553
6554         * src/common/utils.c
6555                 Create .mailcap if it doesn't exist
6556
6557 2006-11-29 [colin]      2.6.0cvs66
6558
6559         * src/compose.c
6560                 Followup to cvs60: use original list
6561                 of recipients if replying to a mail
6562                 in Sent Drafts or Queue.
6563
6564 2006-11-27 [paul]       2.6.0cvs65
6565
6566         * src/image_viewer.c
6567                 revert the last change for now (it's broken)
6568
6569 2006-11-27 [paul]       2.6.0cvs64
6570
6571         * Makefile.am
6572         * configure.ac
6573         * m4/aclocal-include.m4
6574         * m4/check-type.m4
6575         * src/Makefile.am
6576         * src/addr_compl.c
6577         * src/compose.c
6578         * src/crash.c
6579         * src/export.c
6580         * src/exporthtml.c
6581         * src/exportldif.c
6582         * src/imap.c
6583         * src/import.c
6584         * src/main.c
6585         * src/main.h
6586         * src/matcher.c
6587         * src/mimeview.c
6588         * src/procmsg.c
6589         * src/textview.c
6590         * src/common/Makefile.am
6591         * src/common/claws.c
6592         * src/common/claws.h
6593         * src/common/ssl.c
6594         * src/common/sylpheed.c
6595         * src/common/sylpheed.h
6596         * src/etpan/Makefile.am
6597         * src/gtk/Makefile.am
6598         * src/gtk/claws-marshal.list
6599         * src/gtk/filesel.c
6600         * src/gtk/gtksctree.c
6601         * src/gtk/quicksearch.c
6602         * src/gtk/sylpheed-marshal.list
6603         * src/plugins/bogofilter/bogofilter.c
6604         * src/plugins/bogofilter/bogofilter_gtk.c
6605         * src/plugins/clamav/clamav_plugin.c
6606         * src/plugins/clamav/clamav_plugin_gtk.c
6607         * src/plugins/demo/demo.c
6608         * src/plugins/dillo_viewer/dillo_viewer.c
6609         * src/plugins/pgpcore/Makefile.am
6610         * src/plugins/pgpcore/claws.def
6611         * src/plugins/pgpcore/pgp_viewer.c
6612         * src/plugins/pgpcore/plugin.c
6613         * src/plugins/pgpcore/sylpheed.def
6614         * src/plugins/pgpinline/Makefile.am
6615         * src/plugins/pgpinline/claws.def
6616         * src/plugins/pgpinline/plugin.c
6617         * src/plugins/pgpinline/sylpheed.def
6618         * src/plugins/pgpmime/Makefile.am
6619         * src/plugins/pgpmime/claws.def
6620         * src/plugins/pgpmime/plugin.c
6621         * src/plugins/pgpmime/sylpheed.def
6622         * src/plugins/spamassassin/spamassassin.c
6623         * src/plugins/spamassassin/spamassassin_gtk.c
6624         * src/plugins/trayicon/trayicon.c
6625                 yet more renaming
6626                 remove deprecated gtk_tooltips_set_delay()
6627
6628 2006-11-26 [paul]       2.6.0cvs63
6629
6630         * src/expldifdlg.c
6631         * src/folderview.c
6632         * src/image_viewer.c
6633         * src/mainwindow.c
6634         * src/gtk/gtkutils.c
6635         * src/gtk/gtkvscrollbutton.c
6636         * src/gtk/prefswindow.c
6637         * src/plugins/pgpcore/prefs_gpg.c
6638                 replace more deprecated GTK+ functions
6639
6640 2006-11-26 [paul]       2.6.0cvs62
6641
6642         * src/addr_compl.c
6643         * src/addressbook.c
6644         * src/browseldap.c
6645                 replace deprecated gtk_idle_... functions
6646
6647 2006-11-26 [paul]       2.6.0cvs61
6648
6649         * src/compose.c
6650         * src/folderview.c
6651         * src/inc.c
6652         * src/summaryview.c
6653         * src/gtk/gtkvscrollbutton.c
6654         * src/gtk/quicksearch.c
6655         * src/plugins/pgpcore/passphrase.c
6656                 replace deprecated gtk_timeout_add and
6657                 gtk_timeout_remove
6658
6659 2006-11-26 [paul]       2.6.0cvs60
6660
6661         * src/compose.c
6662                 fix bug that caused the wrong recipient
6663                 to be selected when replying to a msg
6664                 which is From one of our accounts to
6665                 another of our accounts
6666
6667 2006-11-25 [paul]       2.6.0cvs59
6668
6669         * src/summaryview.c
6670                 don't change the From column title to
6671                 To if the To column is visible
6672
6673 2006-11-24 [paul]       2.6.0cvs58
6674
6675         * src/compose.c
6676                 fix bug 1069, 'Sent mails disappear, BCC
6677                 or locking problem?'
6678
6679 2006-11-21 [wwp]        2.6.0cvs57
6680
6681         * src/compose.c
6682                 fix spelling menu when replying (same as 2.3.1cvs39):
6683                 discrepancy between context menu and top menu when
6684                 folder's dictionary isn't the default one.
6685
6686 2006-11-19 [paul]       2.6.0cvs56
6687
6688         * src/summaryview.c
6689                 obey always_show_msg option when
6690                 marking as spam
6691         * src/plugins/bogofilter/bogofilter.c
6692                 fix typo
6693
6694 2006-11-18 [paul]       2.6.0cvs55
6695
6696         * AUTHORS
6697         * README
6698         * debian/copyright
6699         * manual/ack.xml
6700         * manual/es/ack.xml
6701         * manual/fr/ack.xml
6702         * manual/pl/ack.xml
6703         * src/gtk/authors.h
6704         * src/gtk/icon_legend.c
6705         * src/gtk/icon_legend.h
6706         * tools/OOo2claws-mail.pl
6707         * tools/README
6708         * tools/acroread2claws-mail.pl
6709         * tools/claws.i18n.status.pl
6710         * tools/filter_conv.pl
6711         * tools/filter_conv_new.pl
6712         * tools/freshmeat_search.pl
6713         * tools/google_search.pl
6714         * tools/kmail2claws-mail.pl
6715         * tools/kmail2claws-mail_v2.pl
6716         * tools/maildir2claws-mail.pl
6717         * tools/make.themes.project
6718         * tools/multiwebsearch.pl
6719         * tools/outlook2claws-mail.pl
6720         * tools/tb2claws-mail
6721         * tools/kdeservicemenu/README
6722         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6723                 update mine and wwp's email addresses in
6724                 several places
6725                 Patch by wwp
6726         * src/prefs_compose_writing.c
6727                 set sensitivity on 'new message format' frame
6728
6729 2006-11-17 [paul]       2.6.0cvs54
6730
6731         * src/gtk/about.c
6732                 more reworking of the GUI
6733                 Patch by Fabien Vantard
6734
6735 2006-11-16 [paul]       2.6.0cvs53
6736
6737         * src/gtk/about.c
6738                 set a minimum size for the window, allow
6739                 it to automatically expand as necessary
6740
6741 2006-11-16 [wwp]        2.6.0cvs52
6742
6743         * src/gtk/about.c
6744                 better wrap of copyright info on some systems.
6745
6746 2006-11-16 [paul]       2.6.0cvs51
6747
6748         * src/gtk/about.c
6749                 move the tech info from the upper panel
6750                 to the Info tab
6751                 use a gtk_text_view for the features tab
6752
6753 2006-11-16 [paul]       2.6.0cvs50
6754
6755         * po/Makevars
6756                 update my email address
6757         * src/addressbook.c
6758         * src/compose.c
6759         * src/imap_gtk.c
6760         * src/mh_gtk.c
6761         * src/news_gtk.c
6762         * src/summaryview.c
6763         * src/plugins/trayicon/trayicon.c
6764                 don't offer simple menu separators
6765                 for translation
6766         * src/folderview.c
6767                 add separator between 'mark all read'
6768                 and 'search folder'
6769
6770 2006-11-15 [wwp]        2.6.0cvs49
6771
6772         * src/gtk/authors.h
6773                 updated manuals authors.
6774
6775 2006-11-14 [paul]       2.6.0cvs48
6776
6777         * src/compose.c
6778                 Fix Options/Reply mode after draft save
6779
6780 2006-11-14 [paul]       2.6.0cvs47
6781
6782         * src/Makefile.am
6783                 Fix make DESTDIR=...
6784         * src/mbox.c
6785                 Optimise speed
6786         * src/plugins/pgpinline/pgpinline.c
6787                 Probably fix bug 1061
6788
6789 2006-11-14 [paul]       2.6.0cvs46
6790
6791         * po/Makevars
6792                 enable Q_ macro
6793         * src/Makefile.am
6794         * src/stock_pixmap.c
6795         * src/stock_pixmap.h
6796         * src/gtk/about.c
6797         * src/pixmaps/active.xpm
6798         * src/pixmaps/inactive.xpm
6799                 add a new page, 'Features', to the About dialog
6800                 showing which features are compiled in and which
6801                 are not
6802
6803 2006-11-14 [paul]       2.6.0cvs45
6804
6805         * po/ru.po
6806                 updated by Pavlo Bohmat
6807
6808 2006-11-14 [colin]      2.6.0cvs44
6809
6810         * src/compose.c
6811         * src/inc.c
6812         * src/messageview.c
6813         * src/news.c
6814         * src/pop.c
6815         * src/procmsg.c
6816         * src/gtk/gtkaspell.c
6817                 Fix 64-bit-related warnings
6818         * src/ssl_manager.c
6819                 Fix possible infinite loop
6820         * src/plugins/pgpcore/sgpgme.c
6821                 Remove useless check
6822
6823 2006-11-13 [colin]      2.6.0cvs43
6824
6825         * src/gtk/Makefile.am
6826                 authors.h isn't generated
6827
6828 2006-11-13 [colin]      2.6.0cvs42
6829
6830         * src/plugins/pgpinline/pgpinline.c
6831         * src/plugins/pgpmime/pgpmime.c
6832                 Very probably fix bug 1061, 'crash on 
6833                 opening signed email'. Another cast
6834                 problem
6835
6836 2006-11-13 [colin]      2.6.0cvs41
6837
6838         * src/plugins/pgpcore/sgpgme.c
6839                 Maybe fix bug 1061, 'crash on opening 
6840                 signed email'
6841
6842 2006-11-13 [wwp]        2.6.0cvs40
6843
6844         * src/plugins/pgpinline/pgpinline.c
6845                 fix candidate for bug #1057, thanks to Colin.
6846
6847 2006-11-13 [wwp]        2.6.0cvs39
6848
6849         * src/compose.c
6850         * src/quote_fmt_parse.y
6851                 fix bug 1052: current parser buffer was not always 
6852                 allocated, ptr to this buffer could be returned as 
6853                 NULL whereas no parser error has occurred. in 
6854                 consequence, defining a template body as "%d" 
6855                 (w/o the quotes) for the first time of the instance 
6856                 of claws-mail, was reporting a parser error. make 
6857                 sure that the buffer is always allocated, even to 
6858                 an empty string.
6859                 fix mis-unescaping in compose.:compose_quote_fmt(): 
6860                 unescaping of the fmt string was always done 
6861                 whereas it must be done *only* when receiving 
6862                 quote format strings issued from the prefs 
6863                 (compose new message, reply, forward, redirect 
6864                 formats), *not* when applying templates.  in 
6865                 consequences, applying templates w/ sequences 
6866                 like \\|p{echo} were failing. make sure that 
6867                 unescaping is done only when necessary.
6868
6869 2006-11-12 [colin]      2.6.0cvs38
6870
6871         * po/de.po
6872                 Fix typo (s/KB/MB)
6873
6874 2006-11-12 [colin]      2.6.0cvs37
6875
6876         * src/plugins/pgpinline/pgpinline.c
6877         * src/plugins/pgpmime/pgpmime.c
6878                 Release GPG context at the latest 
6879                 possible moment. Maybe fixes 
6880                 bug 1057, 'crash on sending signed 
6881                 message to a newsgroup'
6882                 
6883
6884 2006-11-12 [colin]      2.6.0cvs36
6885
6886         * src/plugins/pgpcore/sgpgme.c
6887                 Tell a bit more when gpg's status doesn't
6888                 contain any signature
6889
6890 2006-11-12 [colin]      2.6.0cvs35
6891
6892         * src/compose.c
6893                 Fix bug 1060, 'compilation error with 
6894                 Irix's cc'
6895
6896 2006-11-12 [paul]       2.6.0cvs34
6897
6898         * doc/man/claws-mail.1
6899         * src/prefs_gtk.c
6900         * src/plugins/clamav/README
6901         * src/plugins/spamassassin/README
6902         * tools/README
6903         * tools/freshmeat_search.pl
6904         * tools/google_search.pl
6905         * tools/multiwebsearch.pl
6906                 more renaming
6907         * src/plugins/trayicon/trayicon.c
6908                 fix compiliation warning
6909
6910 2006-11-11 [colin]      2.6.0cvs33
6911
6912         * src/folderview.c
6913                 Forbid drag and drop from/to different
6914                 folders of type F_UNKNOWN
6915
6916 2006-11-11 [colin]      2.6.0cvs32
6917
6918         * src/plugins/pgpinline/pgpinline.c
6919                 Fix typo in previous commit:
6920                 - gpgme_new(&ctx);
6921                 + if ((err = gpgme_new(&data->ctx)) ...)
6922
6923 2006-11-11 [colin]      2.6.0cvs31
6924
6925         * src/plugins/pgpinline/pgpinline.c
6926         * src/plugins/pgpmime/pgpmime.c
6927                 Check success after calling gpgme_new
6928                 Maybe fixes bug 1057, 'crash on sending 
6929                 signed message to a newsgroup'
6930
6931 2006-11-11 [colin]      2.6.0cvs30
6932
6933         * src/undo.c
6934                 init undostruct to 0s (from
6935                 valgrind log of bug 1057)
6936
6937 2006-11-10 [colin]      2.6.0cvs29
6938
6939         * src/mainwindow.c
6940                 Set cursor to wait before filtering
6941                 duplicates in all folders
6942         * src/plugins/bogofilter/bogofilter.c
6943         * src/plugins/bogofilter/bogofilter.h
6944         * src/plugins/bogofilter/bogofilter_gtk.c
6945                 Completely thread away the bogofilter
6946                 filtering
6947
6948 2006-11-10 [mones]      2.6.0cvs28
6949
6950         * src/compose.c
6951         * src/compose.h
6952                 added COMPOSE_CHECK_BEFORE_SEND hook
6953
6954 2006-11-10 [paul]       2.6.0cvs27
6955
6956         * src/crash.c
6957                 more renaming
6958                 add libSM to get_compiled_in_features()
6959         * src/main.c
6960                 more renaming
6961
6962 2006-11-10 [colin]      2.6.0cvs26
6963
6964         * src/etpan/imap-thread.c
6965                 Add a reference to libetpan's sasl engine
6966                 so that sasl_done() doesn't get called by
6967                 libetpan, and doesn't break openssl.
6968                 Should fix bug 1053, 'SC fails to reestablish 
6969                 a secure connection'
6970                 Patch by Hoa
6971
6972 2006-11-10 [colin]      2.6.0cvs25
6973
6974         * manual/addrbook.xml
6975         * manual/advanced.xml
6976         * manual/faq.xml
6977         * manual/intro.xml
6978                 Some more renaming
6979
6980 2006-11-09 [colin]      2.6.0cvs24
6981
6982         * src/plugins/bogofilter/bogofilter_gtk.c
6983                 Add comment about annoyance
6984
6985 2006-11-09 [colin]      2.6.0cvs23
6986
6987         * src/plugins/bogofilter/bogofilter.c
6988         * src/plugins/bogofilter/bogofilter_gtk.c
6989                 Prepare things needed to thread bogofilter
6990                 filtering: separate bogo stuff and possible GUI
6991                 stuff. 
6992
6993 2006-11-09 [colin]      2.6.0cvs22
6994
6995         * src/account.c
6996         * src/compose.c
6997                 Search for one of our accounts in Delivered-To
6998                 (helps for auto-account selection when 
6999                  replying/forwarding)
7000         * src/folderview.c
7001         * src/mainwindow.c
7002         * src/mainwindow.h
7003         * src/plugins/trayicon/trayicon.c
7004                 Allow opening a new mail with any account from
7005                 the contextual menu
7006
7007 2006-11-09 [wwp]        2.6.0cvs21
7008
7009         * src/compose.c
7010         * src/prefs_common.c
7011         * src/prefs_common.h
7012         * src/prefs_compose_writing.c
7013                 add a compose new message format (in prefs/compose/writing), it's a
7014                 simple subject+body template to use when opening a new composition
7015                 window. It's similar to the existent reply and forward formats.
7016
7017                 enhanced the template/format % symbols substitution mechanism to
7018                 use current composition window information when % are used in
7019                 the compose new message format or in templates applied to new
7020                 messages (there were useless in that situations before). When
7021                 applied to new messages, %d corresponds to the system time/date.
7022
7023 2006-11-09 [paul]       2.6.0cvs20
7024
7025         * src/gtk/authors.h
7026                 fix last commit
7027
7028 2006-11-09 [paul]       2.6.0cvs19
7029
7030         * src/gtk/authors.h
7031                 keep tje alphabetical order
7032
7033 2006-11-08 [colin]      2.6.0cvs18
7034
7035         * src/etpan/imap-thread.c
7036                 Fix bug 1054, 'Slowness logging big 
7037                 data chunks'
7038
7039 2006-11-08 [paul]       2.6.0cvs17
7040
7041         * tools/Makefile.am
7042                 fix the renaming
7043
7044 2006-11-08 [paul]       2.6.0cvs16
7045
7046         * src/common/defs.h
7047                 update BUGZILLA_URI
7048
7049 2006-11-08 [paul]       2.6.0cvs15
7050
7051         * tools/Makefile.am
7052         * tools/OOo2claws-mail.pl
7053         * tools/OOo2sylpheed.pl
7054         * tools/README
7055         * tools/acroread2claws-mail.pl
7056         * tools/acroread2sylpheed.pl
7057         * tools/kmail2claws-mail.pl
7058         * tools/kmail2claws-mail_v2.pl
7059         * tools/kmail2sylpheed.pl
7060         * tools/kmail2sylpheed_v2.pl
7061         * tools/maildir2claws-mail.pl
7062         * tools/maildir2sylpheed.pl
7063         * tools/nautilus2claws-mail.sh
7064         * tools/nautilus2sylpheed.sh
7065         * tools/outlook2claws-mail.pl
7066         * tools/outlook2sylpheed.pl
7067         * tools/tb2claws-mail
7068         * tools/tb2sylpheed
7069         * tools/tbird2claws.py
7070         * tools/tbird2syl.py
7071         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7072         * tools/kdeservicemenu/install.sh
7073         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7074         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7075         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7076         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7077         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7078                 renamed (removed, added) tools files
7079
7080 2006-11-08 [paul]       2.6.0cvs14
7081
7082         * src/main.c
7083         * src/common/defs.h
7084                 Migrate sylpheedrc to clawsrc, and fix the standard
7085                 plugins path in the process
7086
7087 2006-11-07 [colin]      2.6.0cvs13
7088
7089         * src/Makefile.am
7090                 Symlink sylpheed-claws relative to 
7091                 claws-mail
7092
7093 2006-11-07 [colin]      2.6.0cvs12
7094
7095         * src/compose.c
7096                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7097
7098 2006-11-07 [paul]       2.6.0cvs11
7099
7100         * src/gtk/about.c
7101                 Fix a missed occurence of
7102                 Sylpheed-Claws
7103
7104 2006-11-07 [paul]       2.6.0cvs10
7105
7106         * src/Makefile.am
7107                 Fix symlink installation
7108
7109 2006-11-07 [paul]       2.6.0cvs9
7110
7111         * src/Makefile.am
7112                 Symlink claws-mail to sylpheed-claws
7113         * src/common/utils.c
7114                 Fix migrating symlinks
7115         * src/etpan/imap-thread.c
7116                 check certificate only when there's
7117                 no error
7118
7119 2006-11-07 [paul]       2.6.0cvs8
7120
7121         * Makefile.am
7122                 Fix icon breakages with Gtk, which needs a 
7123                 cache updated to see them.
7124
7125 2006-11-07 [paul]       2.6.0cvs7
7126
7127         * .cvsignore
7128         * AUTHORS
7129         * COPYING
7130         * INSTALL
7131         * Makefile.am
7132         * NEWS
7133         * README
7134         * RELEASE_NOTES
7135         * autogen.sh
7136         * claws-mail-128x128.png
7137         * claws-mail-64x64.png
7138         * claws-mail.ico
7139         * claws-mail.pc.in
7140         * claws-mail.png
7141         * configure.ac
7142         * sylpheed-claws-128x128.png
7143         * sylpheed-claws-64x64.png
7144         * sylpheed-claws.desktop
7145         * sylpheed-claws.ico
7146         * sylpheed-claws.pc.in
7147         * sylpheed-claws.png
7148         * debian/README.Debian
7149         * debian/changelog
7150         * debian/claws-mail.desktop
7151         * debian/claws-mail.menu
7152         * debian/claws-mail.postinst.debhelper
7153         * debian/claws-mail.postrm.debhelper
7154         * debian/control
7155         * debian/copyright
7156         * debian/files
7157         * debian/rules
7158         * debian/sylpheed-claws.desktop
7159         * debian/sylpheed-claws.menu
7160         * debian/sylpheed-claws.postinst.debhelper
7161         * debian/sylpheed-claws.postrm.debhelper
7162         * doc/man/Makefile.am
7163         * doc/man/claws-mail.1
7164         * doc/man/sylpheed-claws.1
7165         * doc/src/ChangeLog.claws-pre0.8.0
7166         * manual/Makefile.am
7167         * manual/account.xml
7168         * manual/ack.xml
7169         * manual/addrbook.xml
7170         * manual/advanced.xml
7171         * manual/claws-mail-manual.xml
7172         * manual/faq.xml
7173         * manual/glossary.xml
7174         * manual/handling.xml
7175         * manual/intro.xml
7176         * manual/keyboard.xml
7177         * manual/plugins.xml
7178         * manual/starting.xml
7179         * manual/sylpheed-claws-manual.xml
7180         * manual/xml2pdf
7181         * manual/dist/.cvsignore
7182         * manual/dist/html/.cvsignore
7183         * manual/dist/html/Makefile.am
7184         * manual/dist/pdf/.cvsignore
7185         * manual/dist/pdf/Makefile.am
7186         * manual/dist/ps/.cvsignore
7187         * manual/dist/ps/Makefile.am
7188         * manual/dist/txt/.cvsignore
7189         * manual/dist/txt/Makefile.am
7190         * manual/es/Makefile.am
7191         * manual/es/advanced.xml
7192         * manual/es/claws-mail-manual.xml
7193         * manual/es/faq.xml
7194         * manual/es/glossary.xml
7195         * manual/es/handling.xml
7196         * manual/es/intro.xml
7197         * manual/es/plugins.xml
7198         * manual/es/sylpheed-claws-manual.xml
7199         * manual/es/dist/.cvsignore
7200         * manual/es/dist/html/.cvsignore
7201         * manual/es/dist/html/Makefile.am
7202         * manual/es/dist/pdf/.cvsignore
7203         * manual/es/dist/pdf/Makefile.am
7204         * manual/es/dist/ps/.cvsignore
7205         * manual/es/dist/ps/Makefile.am
7206         * manual/es/dist/txt/.cvsignore
7207         * manual/es/dist/txt/Makefile.am
7208         * manual/fr/Makefile.am
7209         * manual/fr/account.xml
7210         * manual/fr/ack.xml
7211         * manual/fr/addrbook.xml
7212         * manual/fr/advanced.xml
7213         * manual/fr/claws-mail-manual.xml
7214         * manual/fr/faq.xml
7215         * manual/fr/glossary.xml
7216         * manual/fr/handling.xml
7217         * manual/fr/intro.xml
7218         * manual/fr/keyboard.xml
7219         * manual/fr/plugins.xml
7220         * manual/fr/starting.xml
7221         * manual/fr/sylpheed-claws-manual.xml
7222         * manual/fr/dist/.cvsignore
7223         * manual/fr/dist/html/.cvsignore
7224         * manual/fr/dist/html/Makefile.am
7225         * manual/fr/dist/pdf/.cvsignore
7226         * manual/fr/dist/pdf/Makefile.am
7227         * manual/fr/dist/ps/.cvsignore
7228         * manual/fr/dist/ps/Makefile.am
7229         * manual/fr/dist/txt/.cvsignore
7230         * manual/fr/dist/txt/Makefile.am
7231         * manual/pl/Makefile.am
7232         * manual/pl/account.xml
7233         * manual/pl/ack.xml
7234         * manual/pl/addrbook.xml
7235         * manual/pl/advanced.xml
7236         * manual/pl/claws-mail-manual.xml
7237         * manual/pl/faq.xml
7238         * manual/pl/glossary.xml
7239         * manual/pl/handling.xml
7240         * manual/pl/intro.xml
7241         * manual/pl/keyboard.xml
7242         * manual/pl/plugins.xml
7243         * manual/pl/starting.xml
7244         * manual/pl/sylpheed-claws-manual.xml
7245         * manual/pl/dist/.cvsignore
7246         * manual/pl/dist/html/.cvsignore
7247         * manual/pl/dist/html/Makefile.am
7248         * manual/pl/dist/pdf/.cvsignore
7249         * manual/pl/dist/pdf/Makefile.am
7250         * manual/pl/dist/ps/.cvsignore
7251         * manual/pl/dist/ps/Makefile.am
7252         * manual/pl/dist/txt/.cvsignore
7253         * manual/pl/dist/txt/Makefile.am
7254         * po/.cvsignore
7255         * po/Makevars
7256         * src/.cvsignore
7257         * src/Makefile.am
7258         * src/account.c
7259         * src/account.h
7260         * src/action.c
7261         * src/action.h
7262         * src/adbookbase.h
7263         * src/addr_compl.c
7264         * src/addr_compl.h
7265         * src/addrbook.c
7266         * src/addrcache.c
7267         * src/addrcache.h
7268         * src/addrcindex.c
7269         * src/addrcindex.h
7270         * src/addrclip.c
7271         * src/addrclip.h
7272         * src/addrdefs.h
7273         * src/addressadd.c
7274         * src/addressadd.h
7275         * src/addressbook.c
7276         * src/addressbook.h
7277         * src/addressbook_foldersel.c
7278         * src/addressbook_foldersel.h
7279         * src/addrgather.c
7280         * src/addrgather.h
7281         * src/addrharvest.c
7282         * src/addrharvest.h
7283         * src/addrindex.c
7284         * src/addrindex.h
7285         * src/addritem.c
7286         * src/addritem.h
7287         * src/addrquery.c
7288         * src/addrquery.h
7289         * src/addrselect.c
7290         * src/addrselect.h
7291         * src/alertpanel.c
7292         * src/alertpanel.h
7293         * src/browseldap.c
7294         * src/browseldap.h
7295         * src/codeconv.c
7296         * src/codeconv.h
7297         * src/compose.c
7298         * src/crash.c
7299         * src/crash.h
7300         * src/customheader.c
7301         * src/customheader.h
7302         * src/displayheader.c
7303         * src/displayheader.h
7304         * src/editaddress.c
7305         * src/editaddress.h
7306         * src/editbook.c
7307         * src/editbook.h
7308         * src/editgroup.c
7309         * src/editgroup.h
7310         * src/editjpilot.c
7311         * src/editjpilot.h
7312         * src/editldap.c
7313         * src/editldap.h
7314         * src/editldap_basedn.c
7315         * src/editldap_basedn.h
7316         * src/editvcard.c
7317         * src/editvcard.h
7318         * src/exphtmldlg.c
7319         * src/exphtmldlg.h
7320         * src/expldifdlg.c
7321         * src/expldifdlg.h
7322         * src/export.c
7323         * src/exporthtml.c
7324         * src/exporthtml.h
7325         * src/exportldif.c
7326         * src/exportldif.h
7327         * src/filtering.c
7328         * src/filtering.h
7329         * src/folder.c
7330         * src/folder.h
7331         * src/folder_item_prefs.c
7332         * src/folder_item_prefs.h
7333         * src/foldersel.c
7334         * src/foldersel.h
7335         * src/folderutils.c
7336         * src/folderutils.h
7337         * src/folderview.c
7338         * src/folderview.h
7339         * src/grouplistdialog.c
7340         * src/grouplistdialog.h
7341         * src/html.c
7342         * src/html.h
7343         * src/image_viewer.c
7344         * src/image_viewer.h
7345         * src/imap.c
7346         * src/imap.h
7347         * src/imap_gtk.c
7348         * src/imap_gtk.h
7349         * src/import.c
7350         * src/import.h
7351         * src/importldif.c
7352         * src/importldif.h
7353         * src/importmutt.c
7354         * src/importmutt.h
7355         * src/importpine.c
7356         * src/importpine.h
7357         * src/inc.c
7358         * src/inc.h
7359         * src/jpilot.c
7360         * src/jpilot.h
7361         * src/ldapctrl.c
7362         * src/ldapctrl.h
7363         * src/ldaplocate.c
7364         * src/ldaplocate.h
7365         * src/ldapquery.c
7366         * src/ldapquery.h
7367         * src/ldapserver.c
7368         * src/ldapserver.h
7369         * src/ldaputil.c
7370         * src/ldaputil.h
7371         * src/ldif.c
7372         * src/ldif.h
7373         * src/localfolder.c
7374         * src/localfolder.h
7375         * src/main.c
7376         * src/main.h
7377         * src/mainwindow.c
7378         * src/mainwindow.h
7379         * src/manual.c
7380         * src/manual.h
7381         * src/matcher.c
7382         * src/matcher.h
7383         * src/matcher_parser.h
7384         * src/matcher_parser_lex.l
7385         * src/matcher_parser_parse.y
7386         * src/mbox.c
7387         * src/mbox.h
7388         * src/message_search.c
7389         * src/message_search.h
7390         * src/messageview.c
7391         * src/messageview.h
7392         * src/mh.c
7393         * src/mh.h
7394         * src/mh_gtk.c
7395         * src/mh_gtk.h
7396         * src/mimeview.c
7397         * src/mimeview.h
7398         * src/msgcache.c
7399         * src/msgcache.h
7400         * src/mutt.c
7401         * src/mutt.h
7402         * src/news.c
7403         * src/news.h
7404         * src/news_gtk.c
7405         * src/news_gtk.h
7406         * src/noticeview.c
7407         * src/noticeview.h
7408         * src/partial_download.c
7409         * src/partial_download.h
7410         * src/pine.c
7411         * src/pine.h
7412         * src/pop.c
7413         * src/pop.h
7414         * src/prefs_account.c
7415         * src/prefs_account.h
7416         * src/prefs_actions.c
7417         * src/prefs_actions.h
7418         * src/prefs_common.c
7419         * src/prefs_common.h
7420         * src/prefs_compose_writing.c
7421         * src/prefs_compose_writing.h
7422         * src/prefs_customheader.c
7423         * src/prefs_customheader.h
7424         * src/prefs_display_header.c
7425         * src/prefs_display_header.h
7426         * src/prefs_ext_prog.c
7427         * src/prefs_ext_prog.h
7428         * src/prefs_filtering.c
7429         * src/prefs_folder_column.c
7430         * src/prefs_folder_column.h
7431         * src/prefs_folder_item.c
7432         * src/prefs_folder_item.h
7433         * src/prefs_fonts.c
7434         * src/prefs_fonts.h
7435         * src/prefs_gtk.c
7436         * src/prefs_gtk.h
7437         * src/prefs_image_viewer.c
7438         * src/prefs_image_viewer.h
7439         * src/prefs_matcher.c
7440         * src/prefs_matcher.h
7441         * src/prefs_message.c
7442         * src/prefs_message.h
7443         * src/prefs_msg_colors.c
7444         * src/prefs_msg_colors.h
7445         * src/prefs_other.c
7446         * src/prefs_other.h
7447         * src/prefs_quote.c
7448         * src/prefs_quote.h
7449         * src/prefs_receive.c
7450         * src/prefs_receive.h
7451         * src/prefs_send.c
7452         * src/prefs_send.h
7453         * src/prefs_spelling.c
7454         * src/prefs_spelling.h
7455         * src/prefs_summaries.c
7456         * src/prefs_summaries.h
7457         * src/prefs_summary_column.c
7458         * src/prefs_summary_column.h
7459         * src/prefs_template.c
7460         * src/prefs_template.h
7461         * src/prefs_themes.c
7462         * src/prefs_themes.h
7463         * src/prefs_toolbar.c
7464         * src/prefs_toolbar.h
7465         * src/prefs_wrapping.c
7466         * src/prefs_wrapping.h
7467         * src/privacy.c
7468         * src/privacy.h
7469         * src/procheader.c
7470         * src/procheader.h
7471         * src/procmime.c
7472         * src/procmime.h
7473         * src/procmsg.c
7474         * src/procmsg.h
7475         * src/quote_fmt.c
7476         * src/quote_fmt_parse.y
7477         * src/recv.c
7478         * src/recv.h
7479         * src/remotefolder.c
7480         * src/remotefolder.h
7481         * src/send_message.c
7482         * src/send_message.h
7483         * src/setup.c
7484         * src/setup.h
7485         * src/sourcewindow.c
7486         * src/sourcewindow.h
7487         * src/ssl_manager.c
7488         * src/ssl_manager.h
7489         * src/statusbar.c
7490         * src/statusbar.h
7491         * src/stock_pixmap.c
7492         * src/stock_pixmap.h
7493         * src/summary_search.c
7494         * src/summary_search.h
7495         * src/summaryview.c
7496         * src/summaryview.h
7497         * src/syldap.c
7498         * src/syldap.h
7499         * src/textview.c
7500         * src/textview.h
7501         * src/toolbar.c
7502         * src/toolbar.h
7503         * src/undo.c
7504         * src/undo.h
7505         * src/unmime.c
7506         * src/unmime.h
7507         * src/vcard.c
7508         * src/vcard.h
7509         * src/wizard.c
7510         * src/wizard.h
7511         * src/common/base64.c
7512         * src/common/base64.h
7513         * src/common/defs.h
7514         * src/common/hooks.c
7515         * src/common/hooks.h
7516         * src/common/log.c
7517         * src/common/log.h
7518         * src/common/mgutils.c
7519         * src/common/mgutils.h
7520         * src/common/nntp.c
7521         * src/common/nntp.h
7522         * src/common/passcrypt.c
7523         * src/common/passcrypt.h.in
7524         * src/common/plugin.c
7525         * src/common/plugin.h
7526         * src/common/prefs.c
7527         * src/common/prefs.h
7528         * src/common/progressindicator.c
7529         * src/common/progressindicator.h
7530         * src/common/quoted-printable.c
7531         * src/common/quoted-printable.h
7532         * src/common/session.c
7533         * src/common/session.h
7534         * src/common/smtp.c
7535         * src/common/smtp.h
7536         * src/common/socket.c
7537         * src/common/socket.h
7538         * src/common/ssl.c
7539         * src/common/ssl.h
7540         * src/common/stringtable.c
7541         * src/common/stringtable.h
7542         * src/common/sylpheed.c
7543         * src/common/sylpheed.h
7544         * src/common/template.c
7545         * src/common/template.h
7546         * src/common/timing.h
7547         * src/common/utils.c
7548         * src/common/utils.h
7549         * src/common/version.h.in
7550         * src/common/xml.c
7551         * src/common/xml.h
7552         * src/common/xmlprops.c
7553         * src/common/xmlprops.h
7554         * src/gtk/about.c
7555         * src/gtk/colorlabel.c
7556         * src/gtk/colorlabel.h
7557         * src/gtk/colorsel.c
7558         * src/gtk/colorsel.h
7559         * src/gtk/combobox.c
7560         * src/gtk/combobox.h
7561         * src/gtk/description_window.c
7562         * src/gtk/description_window.h
7563         * src/gtk/filesel.c
7564         * src/gtk/filesel.h
7565         * src/gtk/foldersort.c
7566         * src/gtk/foldersort.h
7567         * src/gtk/gtkaspell.c
7568         * src/gtk/gtkaspell.h
7569         * src/gtk/gtksctree.c
7570         * src/gtk/gtkshruler.c
7571         * src/gtk/gtkshruler.h
7572         * src/gtk/gtkutils.c
7573         * src/gtk/gtkutils.h
7574         * src/gtk/icon_legend.c
7575         * src/gtk/icon_legend.h
7576         * src/gtk/logwindow.c
7577         * src/gtk/logwindow.h
7578         * src/gtk/manage_window.c
7579         * src/gtk/manage_window.h
7580         * src/gtk/pluginwindow.c
7581         * src/gtk/pluginwindow.h
7582         * src/gtk/prefswindow.c
7583         * src/gtk/prefswindow.h
7584         * src/gtk/quicksearch.c
7585         * src/gtk/quicksearch.h
7586         * src/pixmaps/claws-mail.xpm
7587         * src/pixmaps/claws-mail_icon.xpm
7588         * src/pixmaps/claws-mail_logo.xpm
7589         * src/pixmaps/sylpheed-claws.xpm
7590         * src/pixmaps/sylpheed-claws_icon.xpm
7591         * src/pixmaps/sylpheed-claws_logo.xpm
7592         * src/plugins/bogofilter/Makefile.am
7593         * src/plugins/bogofilter/bogofilter.c
7594         * src/plugins/bogofilter/bogofilter.h
7595         * src/plugins/bogofilter/bogofilter_gtk.c
7596         * src/plugins/clamav/Makefile.am
7597         * src/plugins/clamav/clamav_plugin.c
7598         * src/plugins/clamav/clamav_plugin.h
7599         * src/plugins/clamav/clamav_plugin_gtk.c
7600         * src/plugins/demo/Makefile.am
7601         * src/plugins/demo/demo.c
7602         * src/plugins/dillo_viewer/Makefile.am
7603         * src/plugins/dillo_viewer/README
7604         * src/plugins/dillo_viewer/dillo_prefs.c
7605         * src/plugins/dillo_viewer/dillo_prefs.h
7606         * src/plugins/dillo_viewer/dillo_viewer.c
7607         * src/plugins/pgpcore/Makefile.am
7608         * src/plugins/pgpcore/passphrase.c
7609         * src/plugins/pgpcore/passphrase.h
7610         * src/plugins/pgpcore/pgp_viewer.c
7611         * src/plugins/pgpcore/pgp_viewer.h
7612         * src/plugins/pgpcore/plugin.c
7613         * src/plugins/pgpcore/prefs_gpg.c
7614         * src/plugins/pgpcore/prefs_gpg.h
7615         * src/plugins/pgpcore/select-keys.c
7616         * src/plugins/pgpcore/select-keys.h
7617         * src/plugins/pgpcore/sgpgme.c
7618         * src/plugins/pgpcore/sgpgme.h
7619         * src/plugins/pgpcore/sylpheed.def
7620         * src/plugins/pgpcore/version.rc
7621         * src/plugins/pgpinline/Makefile.am
7622         * src/plugins/pgpinline/pgpinline.c
7623         * src/plugins/pgpinline/pgpinline.h
7624         * src/plugins/pgpinline/plugin.c
7625         * src/plugins/pgpinline/sylpheed.def
7626         * src/plugins/pgpinline/version.rc
7627         * src/plugins/pgpmime/Makefile.am
7628         * src/plugins/pgpmime/pgpmime.c
7629         * src/plugins/pgpmime/pgpmime.h
7630         * src/plugins/pgpmime/plugin.c
7631         * src/plugins/pgpmime/sylpheed.def
7632         * src/plugins/pgpmime/version.rc
7633         * src/plugins/spamassassin/Makefile.am
7634         * src/plugins/spamassassin/README
7635         * src/plugins/spamassassin/spamassassin.c
7636         * src/plugins/spamassassin/spamassassin.h
7637         * src/plugins/spamassassin/spamassassin_gtk.c
7638         * src/plugins/trayicon/Makefile.am
7639         * src/plugins/trayicon/trayicon.c
7640         * tools/OOo2sylpheed.pl
7641         * tools/README
7642         * tools/README.sylprint
7643         * tools/acroread2sylpheed.pl
7644         * tools/claws.i18n.status.pl
7645         * tools/filter_conv.pl
7646         * tools/filter_conv_new.pl
7647         * tools/freshmeat_search.pl
7648         * tools/google_search.pl
7649         * tools/kmail2sylpheed.pl
7650         * tools/kmail2sylpheed_v2.pl
7651         * tools/make.themes.project
7652         * tools/multiwebsearch.pl
7653         * tools/nautilus2sylpheed.sh
7654         * tools/outlook2sylpheed.pl
7655         * tools/sylprint.pl
7656         * tools/sylprint.rc
7657         * tools/tb2sylpheed
7658         * tools/textviewer.sh
7659         * tools/vcard2xml.py
7660         * tools/kdeservicemenu/README
7661         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7662         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7663         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7664                 Change name to Claws Mail. Announce to follow...
7665
7666 2006-11-06 [wwp]        2.6.0cvs6
7667
7668         * src/prefs_template.c
7669                 unify messages related to quote format/template errors (fix
7670                 capitalization), again.
7671
7672 2006-11-06 [wwp]        2.6.0cvs5
7673
7674         * src/prefs_quote.c
7675                 unify messages related to quote format/template errors.
7676
7677 2006-11-06 [wwp]        2.6.0cvs4
7678
7679         * src/prefs_msg_colors.c
7680                 more uses of Q_ macro for contextual translations, thanks
7681                 to Fabien (fzzzzz).
7682
7683 2006-11-06 [wwp]        2.6.0cvs3
7684
7685         * src/compose.c
7686         * src/common/utils.c
7687         * src/common/utils.h
7688                 show an alertpanel to make sure users are aware that sensitive
7689                 files are attached (it's file blacklist-based). This will fix
7690                 interaction w/ GoogleEarth for instance, thanks to Colin.
7691
7692 2006-11-06 [wwp]        2.6.0cvs2
7693
7694         * src/prefs_quote.c
7695         * src/prefs_template.c
7696         * src/prefs_template.h
7697                 check quote format when applying/closing prefs. For now this only
7698                 shows up an error dialog box, not preventing the user from using
7699                 a broken quote (reply, forwards) format.
7700
7701 2006-11-06 [wwp]        2.6.0cvs1
7702
7703         * src/prefs_template.c
7704                 fix missing checks of some template fields.
7705
7706 2006-11-06 [paul]       2.6.0
7707
7708         * NEWS
7709         * README
7710         * RELEASE_NOTES
7711                 2.6.0 released
7712
7713 2006-11-06 [paul]       2.5.6cvs22
7714
7715         * manual/advanced.xml
7716         * manual/es/advanced.xml
7717                 put 'respect_flowed_format' info in the correct
7718                 place
7719
7720 2006-11-06 [mones]      2.5.6cvs21
7721
7722         * po/es.po
7723                 Minor fixes for release
7724
7725 2006-11-06 [paul]       2.5.6cvs20
7726
7727         * po/cs.po
7728         * po/de.po
7729         * po/fr.po
7730         * po/it.po
7731         * po/nl.po
7732         * po/pt_BR.po
7733         * po/sk.po
7734         * po/sv.po
7735         * po/zh_CN.po
7736                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7737                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7738                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7739                 Young
7740
7741 2006-11-02 [colin]      2.5.6cvs19
7742
7743         * src/imap.c
7744         * src/imap.h
7745         * src/prefs_account.c
7746         * src/etpan/imap-thread.c
7747                 Add GSSAPI support - fixes Debian bug #383274
7748
7749 2006-11-01 [colin]      2.5.6cvs18
7750
7751         * src/jpilot.c
7752                 Handle libpisock12 support. Probably
7753                 fixes bug 1046, 'jpilot AddressDB.pdb 
7754                 import fail'
7755
7756 2006-11-01 [colin]      2.5.6cvs17
7757
7758         * src/folderutils.c
7759                 debug_print() folderutils_mark_all_read()
7760
7761 2006-11-01 [colin]      2.5.6cvs16
7762
7763         * COPYING
7764                 Add missed files to the Apache exception
7765
7766 2006-10-31 [colin]      2.5.6cvs15
7767
7768         * src/folder.c
7769         * src/folder.h
7770                 Add a copy_private_data() func to FolderClasses
7771                 Doesn't break the feature freeze, because we 
7772                 won't use it (right now) in the core.
7773
7774 2006-10-31 [colin]      2.5.6cvs14
7775
7776         * COPYING
7777                 Allow linking with the Apache licensed files in
7778                 src/plugins/spamassassin. Hopefully fixes 
7779                 bug 1048, 'Spamassassin plugin license problem'
7780
7781 2006-10-31 [wwp]        2.5.6cvs13
7782
7783         * src/compose.c
7784                 fix and optimize trimming of leading linefeeds in body loop.
7785
7786 2006-10-31 [colin]      2.5.6cvs12
7787
7788         * src/etpan/imap-thread.c
7789         * src/imap.c
7790                 Make really sure to have NULL sets in case
7791                 of error
7792
7793 2006-10-30 [wwp]        2.5.6cvs11
7794
7795         * src/prefs_common.c
7796         * src/prefs_common.h
7797         * src/compose.c
7798                 fix broken storage of quote format template when it contains \-escape
7799                 sequences. The application of such sequences is also fixed now (\t
7800                 in quote format will be a real tab instead of a 't', for instance).
7801
7802 2006-10-27 [colin]      2.5.6cvs10
7803
7804         * src/compose.c
7805                 Probably fix bug 1045, 'sylpheed-claws 
7806                 doesn't remove the mail from the IMAP 
7807                 Queue folder after sending'. From
7808                 2.5.6cvs3-stable
7809
7810 2006-10-27 [colin]      2.5.6cvs9
7811
7812         * configure.ac
7813                 Require libetpan-0.48. I'm so annoying,
7814                 I know ;-)
7815
7816 2006-10-27 [colin]      2.5.6cvs8
7817
7818         * src/folder.c
7819         * src/imap.c
7820                 Probably fix bug 1044, 'sylpheed-claws 
7821                 segfaults while moving mails' - Fix relation
7822                 usage when moving to an IMAP mailbox from another
7823                 mailbox
7824
7825 2006-10-26 [paul]       2.5.6cvs7
7826
7827         * src/gtk/about.c
7828                 add libSM to compiled-in features
7829                 list
7830
7831 2006-10-24 [colin]      2.5.6cvs6
7832
7833         * src/textview.c
7834         * src/gtk/gtkutils.c
7835                 Fix crash when printing emails with an
7836                 xface
7837
7838 2006-10-24 [mones]      2.5.6cvs5
7839
7840         * manual/es/advanced.xml
7841                 Synchronize hidden option respect_flowed_format
7842         * po/es.po
7843                 Updated translation
7844
7845 2006-10-21 [paul]       2.5.6cvs4
7846
7847         * src/gtk/authors.h
7848         * src/plugins/pgpcore/pgp_viewer.c
7849         * src/plugins/pgpcore/sgpgme.c
7850                 fix building on BSDs
7851                 Thanks to Michael Hughes
7852                 <Sylpheed-Claws_user@thehugheslogcabin.net>
7853
7854 2006-10-20 [colin]      2.5.6cvs3
7855
7856         * configure.ac
7857                 Bump up libetpan requirement
7858                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
7859         * src/common/utils.c
7860         * src/common/utils.h
7861                 Add convenience get_file_mtime()
7862         * src/imap.c
7863         * src/etpan/imap-thread.c
7864         * src/etpan/imap-thread.h
7865                 Implement UIDPLUS support if the server
7866                 supports it - faster sending in this case
7867
7868 2006-10-19 [colin]      2.5.6cvs2
7869
7870         * src/gtk/quicksearch.c
7871                 Fix emptying in type-ahead+extended mode
7872         * src/mainwindow.c
7873         * src/mainwindow.h
7874                 Add a hook for offline state change
7875         * src/plugins/trayicon/trayicon.c
7876                 Use it to display offline icons
7877         * src/plugins/trayicon/Makefile.am
7878         * src/plugins/trayicon/newmail.offline.xpm
7879         * src/plugins/trayicon/newmarkedmail.offline.xpm
7880         * src/plugins/trayicon/nomail.offline.xpm
7881         * src/plugins/trayicon/unreadmail.offline.xpm
7882         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7883                 Add the icons
7884
7885 2006-10-12 [paul]       2.5.6cvs1
7886
7887         * NEWS
7888         * README
7889         * configure.ac
7890                 Update version number following
7891                 stable release
7892
7893 2006-10-19 [colin]      2.5.5cvs18
7894
7895         * manual/handling.xml
7896                 Add type-ahead search
7897
7898 2006-10-18 [colin]      2.5.5cvs17
7899
7900         * src/gtk/quicksearch.c
7901                 Remove "save to history only if there's
7902                 no syntax error", it breaks for some 
7903                 reason which I'll investigate later.
7904
7905 2006-10-18 [colin]      2.5.5cvs16
7906
7907         * src/prefs_common.c
7908         * src/prefs_common.h
7909         * src/summaryview.c
7910         * src/gtk/quicksearch.c
7911         * src/gtk/quicksearch.h
7912                 Add a type-ahead option for fast searches
7913                 Patch by Fabien Vantard
7914
7915 2006-10-18 [colin]      2.5.5cvs15
7916
7917         * src/compose.c
7918         * src/compose.h
7919                 Add Options/Reply mode/ menu to be able to
7920                 change the recipients of a reply on the fly
7921
7922 2006-10-18 [colin]      2.5.5cvs14
7923
7924         * src/compose.c
7925                 Fix redirecting of our own sent mails
7926
7927 2006-10-17 [wwp]        2.5.5cvs13
7928
7929         * src/send_message.c
7930                 Fix duplicate error messages when sending, and missing
7931                 newline in such error messages.
7932
7933 2006-10-17 [colin]      2.5.5cvs12
7934
7935         * src/compose.c
7936                 Compare addresses case-insensitive
7937
7938 2006-10-17 [colin]      2.5.5cvs11
7939
7940         * src/plugins/pgpcore/sgpgme.c
7941                 Fix return status
7942
7943 2006-10-17 [colin]      2.5.5cvs10
7944
7945         * src/plugins/pgpcore/pgp_viewer.c
7946                 Fix return status
7947
7948 2006-10-17 [colin]      2.5.5cvs9
7949
7950         * src/quote_fmt.c
7951                 Fix a typo (thanks to Fabien)
7952
7953 2006-10-16 [colin]      2.5.5cvs8
7954
7955         * src/textview.c
7956                 Fix problem with quote-folding when emails
7957                 don't convert cleanly to UTF-8
7958
7959 2006-10-14 [colin]      2.5.5cvs7
7960
7961         * src/prefs_template.c
7962                 Reset fields when reopening
7963                 the window
7964
7965 2006-10-13 [paul]       2.5.5cvs6
7966
7967         * manual/advanced.xml
7968         * src/prefs_message.c
7969                 make 'respect_flowed_format' a hidden
7970                 option, and add a manual entry for it
7971                 Thanks to Colin
7972
7973 2006-10-12 [colin]      2.5.5cvs5
7974
7975         * src/codeconv.c
7976                 Revert part of 2.5.2cvs21:
7977                 Don't optimise by reusing the 
7978                 last iconv converter if possible:
7979                 it seems slightly broken in a 
7980                 very hard way to reproduce
7981
7982 2006-10-12 [colin]      2.5.5cvs4
7983
7984         * src/prefs_common.c
7985         * src/prefs_common.h
7986         * src/prefs_message.c
7987         * src/procmime.c
7988                 Fix bug 1035, 'Incorrect handling 
7989                 of flowed lines'. We now optionnaly
7990                 handle this format (preference is in
7991                 Message View/Text options section)
7992
7993 2006-10-12 [colin]      2.5.5cvs3
7994
7995         * po/POTFILES.in
7996                 Add new file
7997         * src/plugins/pgpcore/pgp_viewer.c
7998         * src/plugins/pgpcore/sgpgme.c
7999                 Don't try to import without asking
8000
8001 2006-10-12 [colin]      2.5.5cvs2
8002
8003         * src/compose.c
8004                 Fix bug 1036, 'Forwarding a mutlipart
8005                 mail with a "text/html" block to ms
8006                 outlook users leeds to freeze of
8007                 outlook'. Poor outlook users...
8008
8009 2006-10-12 [paul]       2.5.5cvs1
8010
8011         * NEWS
8012         * README
8013         * configure.ac
8014                 Update version number following
8015                 stable release
8016
8017 2006-10-11 [paul]       2.5.4cvs1
8018
8019         * NEWS
8020         * README
8021         * configure.ac
8022                 Update version number following
8023                 stable release
8024
8025 2006-10-11 [paul]       2.5.3cvs32
8026
8027         * src/textview.c
8028                 fix bug 1032, 'Segmentation fault when showing
8029                 message' (bug in quote folding)
8030                 Thanks to Colin
8031
8032 2006-10-10 [colin]      2.5.3cvs31
8033
8034         * src/quote_fmt.c
8035                 Rephrase english a bit
8036
8037 2006-10-10 [colin]      2.5.3cvs30
8038
8039         * src/prefs_compose_writing.c
8040                 Stop making the page larger than the window
8041
8042 2006-10-10 [wwp]        2.5.3cvs29
8043
8044         * src/compose.c
8045         * src/prefs_template.c
8046         * src/quote_fmt.c
8047         * src/quote_fmt.h
8048         * src/quote_fmt_lex.l
8049         * src/quote_fmt_parse.y
8050                 Extend the quote parser a bit: allow to get access to
8051                 basic (composing) account info.
8052
8053 2006-10-10 [colin]      2.5.3cvs28
8054
8055         * src/procheader.c
8056                 Fix this \t problem in subject
8057
8058 2006-10-09 [colin]      2.5.3cvs27
8059
8060         * src/main.c
8061         * src/prefs_gtk.c
8062                 Prepare cache a bit later
8063                 If section already exists, skip the new one 
8064                 (as previously); avoid writing the same block
8065                 twice - if we find a second block with the 
8066                 same id, skip it.
8067         * src/plugins/pgpcore/pgp_viewer.c
8068                 Set cursor to busy when retrieving a key
8069         * src/plugins/pgpcore/sgpgme.c
8070                 allow 5 seconds for gpg to export the key
8071                 
8072
8073 2006-10-09 [colin]      2.5.3cvs26
8074
8075         * configure.ac
8076         * src/msgcache.c
8077         * src/prefs_gtk.c
8078                 Check for existence of fgets_unlocked
8079                 and fwrite_unlocked
8080
8081 2006-10-09 [paul]       2.5.3cvs25
8082
8083         * src/prefs_summaries.c
8084                 replace strftime() with fast_strftime() and in
8085                 the consequence fix the bug in the display of
8086                 AM/PM in the 'Example' string
8087
8088 2006-10-09 [ticho]      2.5.3cvs24
8089
8090         * po/sk.po
8091                 Updated (and fixed up somewhat) Slovak translation.
8092
8093 2006-10-08 [colin]      2.5.3cvs23
8094
8095         * src/prefs_folder_item.c
8096                 Explain why prefs in the top-level folder
8097                 aren't retained, but are still useful
8098
8099 2006-10-08 [colin]      2.5.3cvs22
8100
8101         * src/prefs_gtk.c
8102                 Don't cache anything if caching fails
8103
8104 2006-10-08 [colin]      2.5.3cvs21
8105
8106         * src/common/utils.c
8107                 always include gi18n.h
8108
8109 2006-10-07 [colin]      2.5.3cvs20
8110
8111         * src/plugins/pgpcore/pgp_viewer.c
8112                 Kill gpg after 5 seconds wait
8113
8114 2006-10-07 [colin]      2.5.3cvs19
8115
8116         * src/plugins/pgpcore/pgp_viewer.c
8117         * src/plugins/pgpcore/pgp_viewer.h
8118                 Fix copyright
8119
8120 2006-10-07 [colin]      2.5.3cvs18
8121
8122         * src/plugins/pgpcore/pgp_viewer.c
8123         * src/plugins/pgpcore/pgp_viewer.h
8124                 Actually add the files to CVS
8125
8126 2006-10-07 [colin]      2.5.3cvs17
8127
8128         * src/plugins/pgpcore/sgpgme.c
8129                 Be sure not to crash on 'application/pgp-signature' that
8130                 are not application/pgp-signatures
8131
8132 2006-10-07 [colin]      2.5.3cvs16
8133
8134         * src/textview.c
8135         * src/textview.h
8136                 Make a bit more of the API available
8137         * src/plugins/pgpcore/Makefile.am
8138         * src/plugins/pgpcore/plugin.c
8139         * src/plugins/pgpcore/sgpgme.c
8140                 Add basic key import/export
8141
8142 2006-10-07 [colin]      2.5.3cvs15
8143
8144         * src/folderview.c
8145         * src/imap.c
8146         * src/prefs_account.c
8147         * src/wizard.c
8148                 Warn users *everywhere* if libetpan's not
8149                 linked in
8150
8151 2006-10-06 [mones]      2.5.3cvs14
8152
8153         * po/de.po
8154         * po/es.po
8155                 updated by Stephan Sachse and me
8156
8157 2006-10-06 [colin]      2.5.3cvs13
8158
8159         * src/main.c
8160         * src/common/sylpheed.c
8161                 Don't load common plugins if --exit is passed
8162         * src/prefs_gtk.c
8163         * src/prefs_gtk.h
8164                 Implement a cache to avoid reading the same
8165                 files over and over again at startup
8166
8167 2006-10-06 [colin]      2.5.3cvs12
8168
8169         * src/summaryview.c
8170         * src/gtk/quicksearch.c
8171                 Update display every 5k mails on fast searches
8172
8173 2006-10-06 [colin]      2.5.3cvs11
8174
8175         * src/textview.c
8176                 Don't do quote folding on HTML or ERTF.
8177                 May fix the Cygwin issues if they were
8178                 happening with HTML mails?
8179
8180 2006-10-05 [colin]      2.5.3cvs10
8181
8182         * src/prefs_gtk.c
8183                 Oops, forgot one
8184
8185 2006-10-05 [colin]      2.5.3cvs9
8186
8187         * src/prefs_gtk.c
8188                 Use unlocked_stdio here too
8189
8190 2006-10-05 [colin]      2.5.3cvs8
8191
8192         * src/folderview.c
8193                 Fix go to next * after preferences apply
8194         * src/msgcache.c
8195                 Do the fd lock/unlock ourselves instead of
8196                 letting the libc do it at each write 
8197
8198 2006-10-05 [colin]      2.5.3cvs7
8199
8200         * src/common/utils.c
8201                 Faster division, thanks to Jean Diraison
8202
8203 2006-10-05 [paul]       2.5.3cvs6
8204
8205         * src/common/utils.c
8206                 fix building with --disable-nls
8207
8208 2006-10-04 [colin]      2.5.3cvs5
8209
8210         * src/folder.c
8211                 Maybe fix a segfault
8212
8213 2006-10-04 [wwp]        2.5.3cvs4
8214
8215         * src/prefs_folder_item.c
8216                 Fine-tune layouts in folder item prefs. Suggested by
8217                 Fabien Vantard <fzzzzz@gmail.com>.
8218
8219 2006-10-04 [wwp]        2.5.3cvs3
8220
8221         * src/prefs_folder_item.c
8222                 Kill the clandestine passengers. You didn't see anything.
8223
8224 2006-10-04 [wwp]        2.5.3cvs2
8225
8226         * src/prefs_folder_item.c
8227                 Add a way to test the subject simplify regexp in
8228                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8229                 w/ few layout changes.
8230
8231 2006-20-04 [paul]       2.5.3cvs1
8232
8233         * NEWS
8234         * README
8235         * configure.ac
8236                 Update version number following
8237                 stable release
8238
8239 2006-10-04 [colin]      2.5.2cvs42
8240
8241         * src/folder.c
8242         * src/folder.h
8243         * src/summaryview.c
8244                 Provide a way for folder classes to set their sort
8245                 type and key
8246
8247 2006-10-03 [colin]      2.5.2cvs41
8248
8249         * src/mh.c
8250                 Don't use strlen() to know if the
8251                 string's empty
8252
8253 2006-10-03 [colin]      2.5.2cvs40
8254
8255         * src/mh.c
8256                 Fix "check for new folders" with accentued folders
8257
8258 2006-10-03 [ticho]      2.5.2cvs39
8259
8260         * src/filtering.c
8261         * src/folder.c
8262         * src/inc.c
8263         * src/mbox.c
8264                 Colin's fix for "copy" filtering rules.
8265
8266 2006-10-02 [colin]      2.5.2cvs38
8267
8268         * src/folderview.c
8269                 Fix for double-click too
8270
8271 2006-10-02 [colin]      2.5.2cvs37
8272
8273         * src/folderview.c
8274                 correct fix for cvs36
8275
8276 2006-10-02 [colin]      2.5.2cvs36
8277
8278         * src/folderview.c
8279                 Fix 'goto next unread' after collapsing/expanding 
8280                 a node.
8281
8282 2006-10-02 [colin]      2.5.2cvs35
8283
8284         * src/summaryview.c
8285                 Fix double freeze/thaw
8286         * src/common/utils.c
8287         * src/common/utils.h
8288                 Reimplement strftime
8289         * src/procheader.c
8290                 Use it
8291
8292
8293 2006-10-02 [colin]      2.5.2cvs34
8294
8295         * src/mh.c
8296                 Time mh_write_sequences() - it's fast
8297         * src/summaryview.c
8298                 Init a variable to shut up gcc
8299
8300 2006-10-01 [colin]      2.5.2cvs33
8301
8302         * src/folder.c
8303         * src/mh.c
8304         * src/mh.h
8305         * src/msgcache.c
8306                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8307                 Add fsync but disable it, it's slow as hell
8308
8309 2006-10-01 [colin]      2.5.2cvs32
8310
8311         * src/mh.c
8312         * src/msgcache.c
8313                 fflush() caches and mh_sequences before
8314                 fclose()ing
8315
8316 2006-10-01 [colin]      2.5.2cvs31
8317
8318         * src/msgcache.c
8319                 Don't ftruncate when not using mmap
8320
8321 2006-09-30 [colin]      2.5.2cvs30
8322
8323         * src/main.c
8324                 Write folder list *after* saving caches
8325
8326 2006-09-30 [colin]      2.5.2cvs29
8327
8328         * src/folder.c
8329         * src/mh.c
8330                 Debug forced mtime changes
8331
8332 2006-09-30 [colin]      2.5.2cvs28
8333
8334         * src/folder.c
8335         * src/main.c
8336                 Remove useless debug_print()s (code
8337                 well-tested)
8338
8339 2006-09-30 [colin]      2.5.2cvs27
8340
8341         * src/mh.c
8342                 Do stuff faster when writing mh_sequences
8343
8344 2006-09-30 [colin]      2.5.2cvs26
8345
8346         * src/mh.c
8347                 Don't let the writing of .mh_sequences, which
8348                 can change the folder's mtime, let us think
8349                 we need to scan.
8350
8351 2006-09-30 [colin]      2.5.2cvs25
8352
8353         * src/folder.c
8354                 Move a debug_print where it belongs 
8355                 (processing)
8356         * src/summaryview.c
8357                 Don't mess with a huge slow subject
8358                 table if we're not threading by
8359                 subject
8360
8361 2006-09-30 [colin]      2.5.2cvs24
8362
8363         * src/msgcache.c
8364                 Reenable mmaped reads (*not* writes!)
8365         * src/procmsg.c
8366                 Don't destroy and recreate hashtables just
8367                 for fun
8368         * src/common/utils.c
8369                 Remove useless reply prefixes (it's case
8370                 unsensitive)
8371
8372 2006-09-30 [wwp]        2.5.2cvs23
8373
8374         * tools/fix_date.sh
8375                 Fixed a minor bug in date value extraction, added a switch
8376                 to replace non RFC-compliant Date: value, added a switch
8377                 to use strict RFC matching patterns for dates.
8378
8379 2006-09-29 [colin]      2.5.2cvs22
8380
8381         * src/matcher_parser.h
8382         * src/matcher_parser_parse.y
8383         * src/prefs_filtering.c
8384         * src/statusbar.c
8385         * src/summary_search.c
8386         * src/summaryview.c
8387         * src/gtk/quicksearch.c
8388         * src/gtk/quicksearch.h
8389                 Optimise searches by setting different
8390                 refresh intervals (depending if the 
8391                 search is fast or not)
8392
8393 2006-09-29 [colin]      2.5.2cvs21
8394
8395         * src/codeconv.c
8396                 Optimise by reusing the last iconv converter
8397                 if possible
8398         * src/textview.c
8399                 Optimise a bit (the foldable quotes feature
8400                 still has an awful O(n^2) algo
8401
8402 2006-09-29 [colin]      2.5.2cvs20
8403
8404         * src/gtk/gtksctree.c
8405         * src/gtk/gtksctree.h
8406                 Optimise de-selection via up/down or
8407                 another key
8408
8409 2006-09-28 [colin]      2.5.2cvs19
8410
8411         * src/action.c
8412         * src/compose.c
8413         * src/folderview.c
8414         * src/mainwindow.c
8415         * src/messageview.c
8416         * src/summary_search.c
8417         * src/toolbar.c
8418                 Avoid using summaryview->ctree directly
8419
8420 2006-09-28 [colin]      2.5.2cvs18
8421
8422         * src/summaryview.c
8423         * src/summaryview.h
8424                 Add helpers to freeze/thaw/grab_focus
8425                 Factorize calls to freeze/thaw/grab_focus
8426                 
8427
8428 2006-09-28 [colin]      2.5.2cvs17
8429
8430         * src/main.c
8431                 More guards for the session management
8432
8433 2006-09-28 [colin]      2.5.2cvs16
8434
8435         * src/folderview.c
8436         * src/gtk/gtksctree.c
8437         * src/gtk/gtksctree.h
8438                 Make expanding not recursive in folderview
8439
8440 2006-09-28 [colin]      2.5.2cvs15
8441
8442         * src/addressbook.c
8443                 If nothing is selected in the list (right part)
8444                 and a group is selected in the tree (left part),
8445                 mail this group.
8446
8447 2006-09-28 [colin]      2.5.2cvs14
8448
8449         * src/Makefile.am
8450                 Actually use SM_LIBS
8451
8452 2006-09-28 [ticho]      2.5.2cvs13
8453
8454         * src/export.c
8455         * src/messageview.c
8456         * src/mimeview.c
8457         * src/news.c
8458         * src/pop.c
8459         * src/prefs_themes.c
8460         * src/procmsg.c
8461                 Small i18n string optimization.
8462         * src/send_message.c
8463         * src/summaryview.c
8464         * src/common/session.c
8465         * src/common/smtp.c
8466         * src/common/ssl_certificate.c
8467         * src/common/utils.c
8468                 Use "Couldn't" instead of "Can't" in UI messages,
8469                 where appropriate.
8470
8471 2006-09-28 [colin]      2.5.2cvs12
8472
8473         * configure.ac
8474                 Possibly fix link errors
8475
8476 2006-09-27 [wwp]        2.5.2cvs11
8477
8478         * src/gtk/authors.h
8479         * doc/man/sylpheed-claws.1
8480         * manual/ack.xml
8481         * manual/es/ack.xml
8482         * manual/fr/ack.xml
8483         * manual/pl/ack.xml
8484                 Updated authors info (me, myself and I).
8485
8486 2006-09-27 [colin]      2.5.2cvs10
8487
8488         * src/addressbook.c
8489                 Remove useless printf
8490
8491 2006-09-27 [wwp]        2.5.2cvs9
8492
8493         * src/editgroup.c
8494         * src/send_message.c
8495         * src/inc.c
8496         * src/prefs_common.c
8497         * src/prefs_common.h
8498         * src/gtk/progressdialog.c
8499                 remember more windows' sizes (send dialog, received dialog,
8500                 edit group in addressbook).
8501
8502 2006-09-27 [colin]      2.5.2cvs8
8503
8504         * configure.ac
8505         * src/main.c
8506         * src/mainwindow.h
8507                 Use libSM to communicate with the session
8508                 manager, so that we can know when the 
8509                 session ends, save our caches, and draft
8510                 our compose windows.
8511
8512 2006-09-27 [colin]      2.5.2cvs7
8513
8514         * src/addressbook.c
8515                 Fix issues:
8516                 o Allow Book and Group creation from the tree's
8517                   contextual menu
8518                 o Do not actually delete the contacts when 
8519                   deleting groups from the tree (duh!)
8520
8521 2006-09-27 [colin]      2.5.2cvs6
8522
8523         * src/compose.c
8524         * src/compose.h
8525         * src/mainwindow.c
8526         * src/textview.c
8527         * src/toolbar.c
8528                 o Allow passing an email address to 
8529                   compose_new_with_folderitem
8530                 o Update callers
8531                 o Use current folderitem when clicking
8532                   on a TextView mailto: link
8533                 o Fix a possible leak in TextView
8534
8535 2006-09-27 [colin]      2.5.2cvs5
8536
8537         * src/html.c
8538                 Use UTF-8 chars to replace HTML entities
8539
8540 2006-09-27 [colin]      2.5.2cvs4
8541
8542         * AUTHORS
8543         * src/prefs_account.c
8544         * src/gtk/authors.h
8545                 Fix bug #1024 (Array index out of
8546                 range in sylpheed-claws-2.5.2)
8547                 Patch by Ales Nosek <anosek@suse.cz>
8548
8549 2006-09-27 [colin]      2.5.2cvs3
8550
8551         * src/addr_compl.c
8552                 Actually do the test
8553
8554 2006-09-27 [colin]      2.5.2cvs2
8555
8556         * src/addr_compl.c
8557         * src/addr_compl.h
8558                 Allow completing with comma (in certain cases: vCalendar
8559                 for example doesn't support that)
8560                 Patch by Fabien Vantard
8561
8562 2006-09-26 [colin]      2.5.2cvs1
8563
8564         * src/Makefile.am
8565         * src/addr_compl.c
8566         * src/addr_compl.h
8567         * src/addrbook.c
8568         * src/addrbook.h
8569         * src/addressbook.c
8570         * src/addrindex.c
8571         * src/addrindex.h
8572         * src/compose.c
8573         * src/prefs_common.c
8574         * src/prefs_filtering_action.c
8575         * src/prefs_folder_item.c
8576         * src/prefs_template.c
8577         * src/stock_pixmap.c
8578         * src/stock_pixmap.h
8579         * src/pixmaps/addr_one.xpm
8580         * src/pixmaps/addr_two.xpm
8581                 Add auto-completion on groups
8582
8583 2006-09-26 [colin]      2.5.2
8584
8585         * NEWS
8586         * README
8587         * RELEASE_NOTES
8588                 2.5.2 released
8589
8590 2006-09-26 [colin]      2.5.1cvs5
8591
8592         * src/matcher.c
8593                 Fix condition
8594
8595 2006-09-26 [colin]      2.5.1cvs4
8596
8597         * src/mbox.c
8598                 Revert cvs1 (useless as the message is printed 
8599                 every 500 mails)
8600
8601 2006-09-26 [colin]      2.5.1cvs3
8602
8603         * src/partial_download.c
8604                 Fix crasher found by Alexsandar Urosevic
8605
8606 2006-09-26 [colin]      2.5.1cvs2
8607
8608         * src/summaryview.c
8609                 Fix bug #1023 (Sylpheed deletes too much messages)
8610
8611 2006-09-26 [ticho]      2.5.1cvs1
8612
8613         * src/mbox.c
8614                 Make use of gettext's multiple plurals for statusbar
8615                 progress message.
8616
8617 2006-09-25 [paul]       2.5.1
8618
8619         * NEWS
8620         * README
8621         * RELEASE_NOTES
8622                 2.5.1 released
8623
8624 2006-09-25 [colin]      2.5.0cvs3
8625
8626         * src/plugins/bogofilter/bogofilter.c
8627         * src/plugins/clamav/clamav_plugin.c
8628         * src/plugins/spamassassin/spamassassin.c
8629                 BogoFilter, Spamassassin: Fix double hook registering after
8630                 visiting preferences
8631                 Spamassassin, Clamav: Just set the mails to move instead of
8632                 doing the move - caller will move the things at once.
8633
8634 2006-09-25 [colin]      2.5.0cvs2
8635
8636         * src/imap.c
8637         * src/etpan/imap-thread.c
8638                 Use UID SEARCH ALL instead of UID 1:*
8639                 (braindead servers can't figure out that's
8640                 the same...)
8641
8642 2006-09-25 [wwp]        2.5.0cvs1
8643
8644         * src/message_search.c
8645                 Added the ability to stop a running search (in message body).
8646
8647 2006-09-25 [paul]       2.5.0
8648
8649         * NEWS
8650         * README
8651         * RELEASE_NOTES
8652                 2.5.0 released
8653
8654 2006-09-25 [paul]       2.4.0cvs214
8655
8656         * po/cs.po
8657         * po/de.po
8658         * po/fi.po
8659         * po/fr.po
8660         * po/nl.po
8661         * po/pt_BR.po
8662         * po/sk.po
8663         * po/sr.po
8664         * po/zh_CN.po
8665                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8666                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8667                 Ticho, Aleksander Urosevic, Ralgh Young
8668
8669 2006-09-24 [mones]      2.4.0cvs213
8670
8671         * po/es.po
8672                 Updated for release
8673
8674 2006-09-23 [colin]      2.4.0cvs212
8675
8676         * src/gtk/inputdialog.c
8677                 Fix [ ] remember this appearing in normal
8678                 input dialogs after it's been used by
8679                 mimeview.
8680         * src/folder.c
8681         * src/folderview.c
8682         * src/msgcache.c
8683         * src/procmsg.c
8684         * src/summaryview.c
8685         * src/textview.c
8686         * src/common/timing.h
8687                 Enable timings in debug mode and make it
8688                 look prettier.
8689
8690 2006-09-22 [colin]      2.4.0cvs211
8691
8692         * README
8693                 Revert test change
8694         * commitHelper
8695                 ping the correct URI
8696
8697 2006-09-22 [colin]      2.4.0cvs210
8698
8699         * README
8700                 Let's see if bug #1022 is fixed
8701
8702 2006-09-21 [colin]      2.4.0cvs209
8703
8704         * src/wizard.c
8705         * src/common/plugin.c
8706                 Prepare infra to load predefined plugins when
8707                 no configuration existed. Don't actually load
8708                 anything yet (feat. freeze)
8709
8710 2006-09-21 [wwp]        2.4.0cvs208
8711
8712         * manual/fr/faq.xml
8713                 Partial sync w/ 2.4.0cvs72:
8714                 wrap file and minor updates.
8715
8716 2006-09-21 [wwp]        2.4.0cvs207
8717
8718         * tools/fix_date.sh
8719                 several fixes and enhancements. A new --force switch has been
8720                 added to prevent overriding by default Date: header when
8721                 already existing.
8722
8723 2006-09-21 [paul]       2.4.0cvs206
8724
8725         * src/common/utils.c
8726                 add Chinese UTF8 Re prefix
8727
8728 2006-09-21 [wwp]        2.4.0cvs205
8729
8730         * tools/Makefile.am
8731                 Fics alfabettical order.
8732
8733 2006-09-21 [wwp]        2.4.0cvs204
8734
8735         * tools/fix_date.sh
8736         * tools/Makefile.am
8737                 Added an action tool to fix missing Date field in emails.
8738                 Updated Makefile.am to reflect those last two additions.
8739
8740 2006-09-21 [wwp]        2.4.0cvs203
8741
8742         * tools/uuooffice
8743                 Added a action tool to open uuencoded docs w/
8744                 OpenOffice (based on uudec method).
8745
8746 2006-09-21 [colin]      2.4.0cvs202
8747
8748         * src/compose.c
8749         * src/textview.c
8750                 Workaround possible GTK crash: remove selection 
8751                 clipboard before destroying widget, or GTK+-2.10
8752                 dies. Thanks to Hiro.
8753
8754 2006-09-20 [colin]      2.4.0cvs201
8755
8756         * src/compose.c
8757                 Fix free-after-use in some cases (when 
8758                 procmime_encode_content() frees mimeinfo->data.mem
8759                 and turns it to a temp file)
8760
8761 2006-09-20 [colin]      2.4.0cvs200
8762
8763         * src/folderview.c
8764         * src/summaryview.c
8765         * src/gtk/gtksctree.c
8766         * src/gtk/gtksctree.h
8767                 Add tooltips in the folderview and summaryview
8768                 (Doesn't break string freeze as they already
8769                 exist)
8770         * src/toolbar.c
8771                 Put the spam button in the default configuration
8772                 if compiled with bogo plugin too
8773
8774 2006-09-19 [colin]      2.4.0cvs199
8775
8776         * src/summaryview.c
8777         * src/summaryview.h
8778                 Update folder name label on folder rename
8779         * src/prefs_matcher.c
8780         * src/gtk/logwindow.h
8781                 Fix warnings
8782                 Patches by Fabien
8783
8784 2006-09-19 [wwp]        2.4.0cvs198
8785
8786         * src/summary_search.c
8787                 fix can't click forward/backward buttons in the
8788                 search messages.
8789
8790 2006-09-18 [paul]       2.4.0cvs197
8791
8792         * src/wizard.c
8793                 add missing bracket, capitalise the A of
8794                 'SpamAssassin'
8795
8796 2006-09-18 [paul]       2.4.0cvs196
8797
8798         * src/compose.c
8799                 fix bug 1012 'crashed upon sending mail
8800                 from compose window'
8801                 Thanks to Colin
8802
8803 2006-09-16 [colin]      2.4.0cvs195
8804
8805         * src/folderview.c
8806                 Fix "real-time" sorting by freezing/thawing
8807
8808 2006-09-16 [colin]      2.4.0cvs194
8809
8810         * manual/faq.xml
8811                 Fix the anti-spam entry a bit
8812
8813 2006-09-16 [colin]      2.4.0cvs193
8814
8815         * src/wizard.c
8816                 Make sure reviewers have no excuse when stating
8817                 Sylpheed-Claws doesn't have antispam capabilities.
8818
8819 2006-09-16 [colin]      2.4.0cvs192
8820
8821         * src/main.c
8822                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
8823                 as if the SIGPIPE comes from etpan's thread we could
8824                 trigger a GUI update from this thread.
8825
8826 2006-09-16 [colin]      2.4.0cvs191
8827
8828         * src/summaryview.c
8829                 Init all members of the struct
8830
8831 2006-09-16 [paul]       2.4.0cvs190
8832
8833         * src/account.c
8834                 improvements to the English
8835
8836 2006-09-15 [colin]      2.4.0cvs189
8837
8838         * src/summaryview.c
8839                 HIG order on dialog
8840
8841 2006-09-14 [colin]      2.4.0cvs188
8842
8843         * src/common/socket.c
8844         * src/common/socket.h
8845         * src/common/ssl.c
8846         * src/common/ssl_certificate.c
8847         * src/common/ssl_certificate.h
8848         * src/etpan/imap-thread.c
8849                 the get_fqdn() call done to get canonical name when
8850                 checking an SSL certificate is blocking, which is
8851                 sad as we just did a non-blocking lookup to connect.
8852                 Fix that by letting the fqdn available to the SockInfo,
8853                 and use that in ssl_certificate_check(). For IMAP,
8854                 we don't do it as the lookup's done by libetpan, but
8855                 it's less annoying as IMAP connections as much more
8856                 rare than POP3 connections.
8857
8858 2006-09-14 [paul]       2.4.0cvs187
8859
8860         * manual/advanced.xml
8861                 improvements to the English,
8862                 properly place the new hidden options
8863                 within the alphabetical order
8864         * src/gtk/pluginwindow.c
8865                 improvements to the English
8866
8867 2006-09-14 [colin]      2.4.0cvs186
8868
8869         * src/prefs_common.c
8870         * src/prefs_common.h
8871         * src/gtk/gtksctree.c
8872         * manual/advanced.xml
8873                 New hidden pref, stripes_color_offset, to change
8874                 the value added/substracted to normal bgcolor to
8875                 create the stripes in summaries
8876
8877 2006-09-13 [colin]      2.4.0cvs185
8878
8879         * src/gedit-print.c
8880         * src/messageview.c
8881         * src/messageview.h
8882         * src/summaryview.c
8883         * src/textview.c
8884                 Fix misc. printing issues: 
8885                 - Bad font for linkified headers
8886                 - Different font if the mail was displayed or not
8887                 - Factorize the thing
8888
8889 2006-09-13 [colin]      2.4.0cvs184
8890
8891         * src/common/ssl_certificate.c
8892                 Only get FQDN once when checking certificate
8893
8894 2006-09-13 [colin]      2.4.0cvs183
8895
8896         * src/account.c
8897         * src/gtk/pluginwindow.c
8898                 Misc. GUI fixes by Fabien
8899
8900 2006-09-13 [wwp]        2.4.0cvs182
8901
8902         * configure.ac
8903         * src/common/utils.h
8904         * src/common/utils.c
8905                 get rid of unused wide-char functions.
8906
8907 2006-09-13 [wwp]        2.4.0cvs181
8908
8909         * src/plugins/pgpinline/sylpheed.def
8910         * src/textview.c
8911                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
8912                 add privacy_reset_error to the .def file,
8913                 do not fork for an external textviewer.
8914
8915 2006-09-13 [wwp]        2.4.0cvs180
8916
8917         * src/prefs_common.c
8918                 fix broken font entry in prefs (patch issued by the gpg4win team,
8919                 probably by Marcus Brinkmann <marcus@g10code.de>).
8920
8921 2006-09-13 [colin]      2.4.0cvs179
8922
8923         * src/folder.h
8924                 Fix a warning in summaryview.c
8925         * src/mainwindow.c
8926         * src/summaryview.c
8927         * src/summaryview.h
8928                 Add missing Mark/* elements in the
8929                 main menu
8930
8931 2006-09-12 [colin]      2.4.0cvs178
8932
8933         * src/prefs_actions.c
8934         * src/prefs_filtering_action.c
8935         * src/prefs_matcher.c
8936                 Use (New) instead of New everywhere
8937
8938 2006-09-12 [wwp]        2.4.0cvs177
8939
8940         * manual/fr/addrbook.xml
8941         * manual/fr/handling.xml
8942                 updated some quotes in the fr manual to match the fr translation.
8943
8944 2006-09-12 [wwp]        2.4.0cvs176
8945
8946         * src/prefs_matcher.c
8947                 don't store translated string elements in matcher expressions.
8948                 Also fixed a misused of Q_().
8949
8950 2006-09-11 [wwp]        2.4.0cvs175
8951
8952         * src/plugins//bogofilter/bogofilter.c
8953         * src/plugins//clamav/clamav_plugin.c
8954         * src/plugins//demo/demo.c
8955         * src/plugins//dillo_viewer/dillo_viewer.c
8956         * src/plugins//pgpcore/plugin.c
8957         * src/plugins//pgpinline/plugin.c
8958         * src/plugins//pgpmime/plugin.c
8959         * src/plugins//spamassassin/spamassassin.c
8960                 gettext-ize more strings (mostly plugin error messages).
8961
8962 2006-09-11 [colin]      2.4.0cvs174
8963
8964         * src/alertpanel.c
8965                 Make maximum buffer size bigger to avoid
8966                 truncating translated messages. Patch by
8967                 Fabien
8968
8969 2006-09-11 [colin]      2.4.0cvs173
8970
8971         * src/etpan/imap-thread.c
8972                 Fix compilation on OpenBSD, thanks to 
8973                 Landry
8974
8975 2006-09-10 [wwp]        2.4.0cvs172
8976
8977         * manual/account.xml
8978         * manual/addrbook.xml
8979         * manual/handling.xml
8980         * manual/es/handling.xml
8981         * manual/fr/account.xml
8982         * manual/fr/addrbook.xml
8983         * manual/fr/handling.xml
8984                 documented addressbook matching (condition configuration):
8985                   addrbook.xml, en fr
8986                 documented per-account filtering rules (handling/filtering
8987                   section, account section):
8988                   account.xml, handling.xml, en fr
8989                 slightly updated the handling/searching section to tell few
8990                   words about the extended search ability:
8991                   handling.xml, en fr
8992                 added missing <quote></quotes> to Quick Search:
8993                   handling.xml, en fr es
8994                 fixed a typo (auomatically):
8995                   handling.xml, en
8996                 changes revisited by Paul.
8997
8998 2006-09-10 [paul]       2.4.0cvs171
8999
9000         * src/prefs_actions.c
9001         * src/prefs_filtering.c
9002         * src/prefs_template.c
9003                 adjustments to the gui
9004                 Patch by Fabien Vantard (slightly modified)
9005
9006 2006-09-10 [colin]      2.4.0cvs170
9007
9008         * src/summaryview.c
9009                 Check folderitem/summaryview consistency
9010                 (basically automates Update summary). Fixes
9011                 #1011 (wrong (negative) count on unread 
9012                 messages)
9013
9014 2006-09-10 [colin]      2.4.0cvs169
9015
9016         * src/gtk/gtksctree.c
9017                 Fix recursive expansion via mouse
9018         * src/plugins/bogofilter/bogofilter.c
9019                 Use normal filtering way of moving
9020                 messages (batching), possibly fixing
9021                 bug #1015 (Bogofilter plugin doubles 
9022                 new messages)
9023
9024 2006-09-09 [wwp]        2.4.0cvs168
9025
9026         * src/prefs_filtering.c
9027                 better place for this fix.
9028
9029 2006-09-09 [wwp]        2.4.0cvs167
9030
9031         * src/prefs_filtering.c
9032                 fix a minor bug when the enabled status of a filtering/processing
9033                 rule always got set to TRUE when replacing this rule. That still
9034                 make sense when adding a new rule, but now when replacing, we
9035                 don't override the value of 'enabled'.
9036                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9037                 to prefs_filtering_list_view_get_info() as this function not only
9038                 returns the name, but also the account_id and the enabled status.
9039
9040 2006-09-09 [mones]      2.4.0cvs166
9041
9042         * manual/glossary.xml
9043         * manual/plugins.xml
9044                 Minor format corrections
9045         * manual/gpl.xml
9046                 Fix misplaced NO WARRANTY section
9047         * manual/es/advanced.xml
9048         * manual/es/faq.xml
9049         * manual/es/glossary.xml
9050         * manual/es/gpl.xml
9051         * manual/es/handling.xml
9052         * manual/es/plugins.xml
9053         * manual/es/starting.xml
9054                 Incorporate changes from English version
9055         * manual/fr/ack.xml
9056         * manual/pl/ack.xml
9057         * manual/es/ack.xml
9058                 Fix address, (add translation credits in es version)
9059         * po/es.po
9060                 Updated translation
9061
9062 2006-09-09 [wwp]        2.4.0cvs165
9063
9064         * src/prefs_filtering.c
9065                 fix a crash when opening filtering prefs, if matcherrc file contains
9066                 broken data (non-existing account id, which is theoretically not
9067                 possible).
9068
9069 2006-09-08 [colin]      2.4.0cvs164
9070
9071         * src/folder.c
9072                 Wrong assert, make it an if()
9073         * src/gtk/gtksctree.c
9074                 Fix bug #1013 (expand selected thread 
9075                 tree) - expanding is now recursive
9076
9077 2006-09-07 [wwp]        2.4.0cvs163
9078
9079         * src/prefs_matcher.c
9080                 make better sentences about addressbook matching in the
9081                 matcher prefs. This should make translators' work easier
9082                 too.
9083
9084 2006-09-07 [wwp]        2.4.0cvs162
9085
9086         * src/prefs_filtering.c
9087                 code simplification (get rid of dup var. assignment).
9088
9089 2006-09-07 [wwp]        2.4.0cvs161
9090
9091         * src/summaryview.c
9092                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9093                 <fzzzzz@gmail.com>.
9094
9095 2006-09-07 [paul]       2.4.0cvs160
9096
9097         * src/mimeview.c
9098                 fix compilation warnings
9099                 Thanks to Colin
9100
9101 2006-09-07 [paul]       2.4.0cvs159
9102
9103         * src/mimeview.c
9104                 select the mimepart icon when
9105                 displaying as text
9106                 Thanks to Colin
9107
9108 2006-09-06 [paul]       2.4.0cvs158
9109
9110         * src/prefs_filtering.c
9111                 fix labels and table element spacing
9112                 Patch by Fabien Vantard
9113
9114 2006-09-06 [paul]
9115
9116         2.5.0-rc3 released
9117
9118 2006-09-06 [paul]       2.4.0cvs157
9119
9120         * manual/es/advanced.xml
9121                 fix typo
9122
9123 2006-09-06 [wwp]        2.4.0cvs156
9124
9125         * src/mainwindow.c
9126                 fix an dup launch issue when iconified, thanks to Colin.
9127
9128 2006-09-06 [wwp]        2.4.0cvs155
9129
9130         * src/gtk//gtksctree.h
9131                 oops, forgot that one!
9132
9133 2006-09-06 [wwp]        2.4.0cvs154
9134
9135         * manual/pl/advanced.xml
9136         * manual/advanced.xml
9137         * manual/es/advanced.xml
9138         * manual/fr/advanced.xml
9139         * src/prefs_customheader.c
9140         * src/prefs_filtering_action.c
9141         * src/foldersel.c
9142         * src/prefs_summaries.c
9143         * src/prefs_filtering.c
9144         * src/account.c
9145         * src/compose.c
9146         * src/prefs_summary_column.c
9147         * src/addr_compl.c
9148         * src/prefs_actions.c
9149         * src/prefs_folder_column.c
9150         * src/ssl_manager.c
9151         * src/prefs_template.c
9152         * src/prefs_display_header.c
9153         * src/prefs_common.h
9154         * src/prefs_matcher.c
9155         * src/prefs_common.c
9156         * src/prefs_toolbar.c
9157         * src/summaryview.c
9158         * src/folderview.c
9159         * src/gtk/gtksctree.c
9160         * src/gtk/pluginwindow.c
9161         * src/gtk/progressdialog.c
9162         * src/gtk/prefswindow.c
9163                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9164                 to make its meaning more obvious (all versions of the manual reflect
9165                 the change).
9166                 added an extra hidden option use_stripes_in_summary to allow
9167                 discarding these stripes in mainwindow's folder and message lists;
9168                 en and fr manuals only are OK towards this.
9169
9170 2006-09-06 [colin]      2.4.0cvs153
9171
9172         * src/textview.c
9173                 Hide Sylpheed-Claws' internal queue headers
9174                 when showing all headers. They'll be present
9175                 only in Source window.
9176
9177 2006-09-05 [colin]      2.4.0cvs152
9178
9179         * src/plugins/trayicon/trayicon.c
9180                 Fix crash at exit - we have to disconnect
9181                 our handlers
9182         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9183                 Update eggtrayicon - patch adapted from a
9184                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9185                 on Sylpheed's ML
9186
9187 2006-09-05 [colin]      2.4.0cvs151
9188
9189         * src/mainwindow.c
9190         * src/gtk/logwindow.c
9191                 Fix race condition when something writes
9192                 to the log too soon during init. Thanks
9193                 to Fabien Vantard
9194
9195 2006-09-05 [colin]      2.4.0cvs150
9196
9197         * src/mimeview.c
9198                 Don't select part on right-click either
9199
9200 2006-09-05 [paul]       2.4.0cvs149
9201
9202         * src/mimeview.c
9203                 completion of previous commit
9204                 Thanks to Colin
9205
9206 2006-09-05 [colin]      2.4.0cvs148
9207
9208         * src/mimeview.c
9209                 Don't force selection on middle-click, just open
9210
9211 2006-09-04 [colin]      2.4.0cvs147
9212
9213         * src/mimeview.c
9214                 Looks like gtk_notebook_set_current_page()
9215                 sometimes steals focus, and this annoys us
9216                 in MimeViewers as it renders navigation
9217                 keys useless. Take back focus after switching
9218                 pages.
9219
9220 2006-09-04 [colin]      2.4.0cvs146
9221
9222         * src/messageview.c
9223                 Set stop_loading when clicking on Next
9224                 during load. Don't add a callback to 
9225                 avoid over-complicating things.
9226
9227 2006-09-04 [colin]      2.4.0cvs145
9228
9229         * src/mimeview.c
9230         * src/messageview.c
9231                 Fix multiple loads in separate messageview
9232
9233 2006-09-04 [colin]      2.4.0cvs144
9234
9235         * src/summaryview.c
9236                 Let navigation keys be handled during 
9237                 load
9238
9239 2006-09-04 [colin]      2.4.0cvs143
9240
9241         * src/messageview.c
9242         * src/summaryview.c
9243         * src/textview.c
9244         * src/textview.h
9245                 Make loading of huge mails (lots of text and/or
9246                 images) cancellable, so the GUI doesn't block 
9247
9248 2006-09-04 [colin]      2.4.0cvs142
9249
9250         * src/plugins/trayicon/trayicon.c
9251                 Fix annoyance when removing a folder with 
9252                 unread mails: trayicon didn't update
9253
9254 2006-09-04 [paul]       2.4.0cvs141
9255
9256         * src/gtk/icon_legend.c
9257                 straighten up columns
9258                 Patch by Fabien Vantard
9259
9260 2006-09-04 [wwp]        2.4.0cvs140
9261
9262         * src/prefs_filtering.c
9263                 fix new line's account name in filtering prefs:
9264                 was "All", is now "(New)".
9265
9266 2006-09-04 [paul]       2.4.0cvs139
9267
9268         * tools/make.themes.project
9269                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9270                 instead of homebrewed "make release"
9271
9272 2006-09-03 [colin]      2.4.0cvs138
9273
9274         * src/folderview.c
9275                 Fix bug #1007 (Wrong folder highlighted)
9276
9277 2006-09-03 [colin]      2.4.0cvs137
9278
9279         * src/compose.c
9280                 Don't set Newsgroup: header to a mail folder
9281                 path
9282
9283 2006-09-03 [paul]       2.4.0cvs136
9284
9285         * src/prefs_other.c
9286         * src/prefs_spelling.c
9287                 unify the gui
9288
9289 2006-09-03 [paul]       2.4.0cvs135
9290
9291         * src/prefs_summaries.c
9292                 correct menu item text in prefs_keybind_apply_clicked()
9293
9294 2006-09-03 [paul]       2.4.0cvs134
9295
9296         * manual/advanced.xml
9297                 some improvements to the descriptions
9298         * src/mainwindow.c
9299         * src/messageview.c
9300         * src/summaryview.c
9301         * src/gtk/menu.c
9302                 fix menu sensitivity issues
9303         * src/prefs_message.c
9304                 drop the useless word 'short'
9305         * src/prefs_other.c
9306                 add the word 'lines' indicating log length
9307                 is a measure of lines
9308         * src/textview.c
9309                 fix compilation warnings
9310
9311 2006-09-02 [colin]      2.4.0cvs133
9312
9313         * src/messageview.c
9314                 Display a special return-receipt message
9315                 if the message is from the user
9316         * src/summaryview.c
9317                 Fix missing freeze of the list when marking
9318                 all read and unthreading for exec. Thanks
9319                 to Stephan Sachse.
9320
9321 2006-09-02 [paul]       2.4.0cvs132
9322
9323         * src/mainwindow.c
9324         * src/prefs_message.c
9325         * src/summaryview.c
9326                 fix some english
9327
9328 2006-09-02 [wwp]        2.4.0cvs131
9329
9330         * src/prefs_filtering.c
9331                 added an account name column to the filtering rules
9332                 dialog.
9333
9334 2006-09-02 [colin]      2.4.0cvs130
9335
9336         * src/gtk/logwindow.c
9337         * src/gtk/logwindow.h
9338                 Block scrolling if we're not at the end
9339                 of the log
9340
9341 2006-09-02 [colin]      2.4.0cvs129
9342
9343         * src/folder.c
9344                 Make sure account-specific rules can't
9345                 be used in {pre-,post-,}processing
9346         * src/mainwindow.c
9347         * src/gtk/logwindow.c
9348         * src/gtk/logwindow.h
9349                 Jump to last error when clicking on the
9350                 warning icon
9351
9352 2006-09-02 [colin]      2.4.0cvs128
9353
9354         * src/imap.c
9355         * src/import.c
9356         * src/mainwindow.c
9357         * src/mainwindow.h
9358                 Fix warning icon
9359         * src/inc.c
9360         * src/mbox.c
9361         * src/mbox.h
9362                 Let proc_mbox know its account, for
9363                 account-specific rules
9364
9365 2006-09-01 [colin]      2.4.0cvs127
9366
9367         * src/codeconv.c
9368                 Don't uselessly use iconv to convert from
9369                 us-ascii
9370         * src/alertpanel.c
9371         * src/mainwindow.c
9372         * src/mainwindow.h
9373         * src/inc.c
9374                 Fix certain log cases, disable warning icon
9375                 for now, the correct way to display it when
9376                 necessary and only when necessary is probably
9377                 to do it manually rather than use error logs
9378         * src/etpan/imap-thread.c
9379                 Clean up UID logging a bit
9380         * src/gtk/logwindow.c
9381         * src/gtk/logwindow.h
9382                 Make logging faster when the window's closed
9383
9384 2006-09-01 [wwp]        2.4.0cvs126
9385
9386         * manual/fr/account.xml
9387                 reflect changes to the ref. manual (parts of cvs72):
9388                 fix tabnames and quotes.
9389
9390 2006-09-01 [wwp]        2.4.0cvs125
9391
9392         * manual/fr/plugins.xml
9393                 reflect changes to the reference manual (cvs42):
9394                 update IRC channel info.
9395
9396 2006-09-01 [wwp]        2.4.0cvs124
9397
9398         * commitHelper
9399                 use CVSEDITOR env. var. if set, according to `man cvs`.
9400
9401 2006-09-01 [wwp]        2.4.0cvs123
9402
9403         * manual/advanced.xml
9404                 better sentence again (thanks to Paul).
9405
9406 2006-09-01 [wwp]        2.4.0cvs122
9407
9408         * manual/advanced.xml
9409         fix definition of toolbar_detachable and rework a bit the one of
9410         enable_dotted_lines.
9411
9412 2006-09-01 [mones]      2.4.0cvs121
9413
9414         * manual/advanced.xml
9415                 Document enable_dotted_lines
9416
9417 2006-09-01 [paul]       2.4.0cvs120
9418
9419         * src/folderview.c
9420         * src/folderview.h
9421         * src/imap.c
9422         * src/mainwindow.c
9423         * src/summaryview.c
9424                 obey the 'When entering folder...' option
9425                 when using the /View/Go to/... menu items
9426                 Thanks to Colin
9427
9428 2006-08-31 [colin]      2.4.0cvs119
9429
9430         * src/folderview.c
9431                 Revert 2.4.0cvs116, wrong fix.
9432
9433 2006-08-31 [colin]      2.4.0cvs118
9434
9435         * src/gtk/gtksctree.c
9436                 Better state the various copyrights
9437
9438 2006-08-31 [colin]      2.4.0cvs117
9439
9440         * src/prefs_common.c
9441                 fix enable_dotted_lines
9442
9443 2006-08-31 [colin]      2.4.0cvs116
9444
9445         * src/folderview.c
9446                 Use pref "Always open on select" when going
9447                 to next unread folder
9448         * src/gtk/gtksctree.c
9449                 Fix link failure to _gtk_clist_create_cell_layout
9450                 on certain computers. (Why not mine, I wonder)
9451
9452 2006-08-31 [colin]      2.4.0cvs115
9453
9454         * src/procmsg.c
9455         * src/textview.c
9456         * src/plugins/bogofilter/bogofilter.c
9457         * src/plugins/spamassassin/spamassassin.c
9458                 Requalify some "errors" to warnings
9459         * src/mainwindow.c
9460         * src/mainwindow.h
9461         * src/statusbar.c
9462                 Add an icon in the statusbar to notify
9463                 of errors
9464         * src/gtk/gtksctree.c
9465         * src/folderview.c
9466         * src/summaryview.c
9467                 Make the GtkSCTree look more modern by
9468                 alternating background lines
9469         * src/prefs_common.c
9470         * src/prefs_common.h
9471                 Add a pref to let people have the old
9472                 way if they prefer
9473
9474
9475 2006-08-30 [colin]      2.4.0cvs114
9476
9477         * src/procmsg.c
9478         * src/procmsg.h
9479                 Provide a way to filter a list of
9480                 messages in an optimised manner, and
9481                 add a list-filtering hook
9482         * src/folder.c
9483         * src/inc.c
9484         * src/mbox.c
9485                 Use the list filtering
9486         * src/plugins/bogofilter/bogofilter.c
9487                 Use the list-filtering hook
9488                 Use -b (bulk) mode for more speed
9489                 when learning and filtering
9490         * src/etpan/imap-thread.c
9491                 Make log output shorter in UID SEARCH
9492
9493
9494 2006-08-30 [colin]      2.4.0cvs113
9495
9496         * src/plugins/bogofilter/bogofilter.c
9497                 Really fast mass learning - thanks to David
9498                 Relson for the options explanations :)
9499
9500 2006-08-30 [colin]      2.4.0cvs112
9501
9502         * src/msgcache.c
9503                 Fix compilation on FreeBSD. Thanks
9504                 to Michael Hugues
9505
9506 2006-08-29 [colin]      2.4.0cvs111
9507
9508         * src/folderview.c
9509                 Handle "popup_menu" signal (for popping the 
9510                 menu via the keyboard)
9511         * src/mimeview.c
9512         * src/mimeview.h
9513         * src/summaryview.c
9514         * src/textview.c
9515         * src/gtk/gtkutils.c
9516         * src/gtk/gtkutils.h
9517                 Factorize scrolling code, and add an API 
9518                 for MimeViewers to handle scroll orders
9519
9520 2006-08-29 [wwp]        2.4.0cvs110
9521
9522         * src/plugins//bogofilter/bogofilter.c
9523         * src/plugins//spamassassin/spamassassin.c
9524                 make the bogofilter/spamassassin filtering error dialogs at
9525         incorporation obey to the "don't popup error dialog on
9526         receive error" option. If disabled, feed the log window w/
9527         the error message.
9528
9529 2006-08-29 [paul]
9530
9531         2.5.0-rc2 released
9532
9533 2006-08-29 [paul]       2.4.0cvs109
9534
9535         * Makefile.am
9536                 remove 'make release', it's not needed
9537                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9538
9539 2006-08-29 [paul]       2.4.0cvs108
9540
9541         * src/foldersel.c
9542         * src/summary_search.c
9543         * src/gtk/progressdialog.c
9544         * src/plugins/pgpcore/passphrase.c
9545                 replace deprecated gtk_window_set_policy()
9546
9547 2006-08-29 [colin]      2.4.0cvs107
9548
9549         * src/folder.c
9550                 Fix data loss when copy fails during a move:
9551                 only use fast remove_msgs if everything was
9552                 copied OK; else use slow remove_msg on the
9553                 mails that got copied only.
9554
9555 2006-08-28 [paul]       2.4.0cvs106
9556
9557         * src/mh.c
9558                 revert change in 2.4.0cvs104, it breaks
9559                 stuff
9560
9561 2006-08-28 [paul]       2.4.0cvs105
9562
9563         * src/plugins/spamassassin/spamassassin.c
9564                 english fix
9565
9566 2006-08-28 [paul]       2.4.0cvs104
9567
9568         * src/mh.c
9569                 fix data loss when moving to another
9570                 mailbox fails
9571         * src/prefs_spelling.c
9572                 improve the english
9573         * src/gtk/pluginwindow.c
9574                 improve the layout of the dialog text
9575         All thanks to Colin
9576
9577 2006-08-28 [paul]       2.4.0cvs103
9578
9579         * src/plugins/bogofilter/bogofilter.c
9580         * src/plugins/bogofilter/bogofilter_gtk.c
9581                 fix english up a bit, innit
9582
9583 2006-08-28 [paul]       2.4.0cvs102
9584
9585         * configure.ac
9586         * po/Makefile.in.in
9587         * po/Makevars
9588                 require autoconf 2.60, enabling building
9589                 with gettext 0.15 (gettext 0.14.x build still
9590                 possible). Replace Makefiles with versions
9591                 from gettext 0.15.
9592                 Remove configure options --with-localedir and
9593                 --with-mandir. The options that are provided
9594                 directly by autoconf 2.60 can be used instead:
9595                 --mandir --localedir
9596
9597 2006-08-27 [colin]      2.4.0cvs101
9598
9599         * src/plugins/bogofilter/Makefile.am
9600                 Fix make dist (no README)
9601
9602 2006-08-27 [colin]      2.4.0cvs100
9603
9604         * src/folder.c
9605                 Don't use F_UNKNOWN folders for any default
9606                 outbox/trash/etc
9607         * src/plugins/bogofilter/bogofilter.c
9608         * src/plugins/bogofilter/bogofilter.h
9609         * src/plugins/bogofilter/bogofilter_gtk.c
9610                 Add an option to specify the path to bogofilter
9611                 Use single-quotes to be able to learn in folders
9612                 with spaces in their names
9613                 Verify learning status
9614
9615 2006-08-27 [colin]      2.4.0cvs99
9616
9617         * manual/faq.xml
9618         * manual/plugins.xml
9619                 Document Bogofilter plugin
9620
9621 2006-08-27 [colin]      2.4.0cvs98
9622
9623         * src/compose.c
9624         * src/messageview.c
9625         * src/procmsg.c
9626         * src/procmsg.h
9627                 When possible, copy the queued mail to sent folder
9628                 instead of re-adding. Much faster on IMAP.
9629
9630 2006-08-27 [colin]      2.4.0cvs97
9631
9632         * src/msgcache.c
9633                 Disable mmaped caches - huge metadata loss
9634                 here after a power failure.
9635         * src/summaryview.c
9636                 Add quicksearch timing
9637         * src/common/plugin.c
9638         * src/common/plugin.h
9639                 Implement an interface to tell what plugins
9640                 provide. Prevent loading of similar plugins.
9641         * src/plugins/clamav/clamav_plugin.c
9642         * src/plugins/demo/demo.c
9643         * src/plugins/dillo_viewer/dillo_viewer.c
9644         * src/plugins/pgpcore/plugin.c
9645         * src/plugins/pgpinline/pgpinline.c
9646         * src/plugins/pgpmime/pgpmime.c
9647         * src/plugins/spamassassin/spamassassin.c
9648         * src/plugins/trayicon/trayicon.c
9649                 Implement plugin_provides()
9650
9651 2006-08-27 [colin]      2.4.0cvs96
9652
9653         * configure.ac
9654         * src/plugins/Makefile.am
9655         * src/plugins/bogofilter/.cvsignore
9656         * src/plugins/bogofilter/Makefile.am
9657         * src/plugins/bogofilter/bogofilter.c
9658         * src/plugins/bogofilter/bogofilter.h
9659         * src/plugins/bogofilter/bogofilter_gtk.c
9660                 New Bogofilter plugin, provides filtering and
9661                 learning. Spamassassin will go to extra plugins.
9662
9663 2006-08-26 [mones]      2.4.0cvs95
9664
9665         * manual/handling.xml
9666                 Fix subfolder path in the example (thanks to Paul) 
9667
9668 2006-08-26 [mones]      2.4.0cvs94
9669
9670         * manual/glossary.xml
9671                 2.2. + add ISP to the glossary
9672                 7.5. + Add UIDL to glossary
9673                 7.7. + Add TCP to glossary
9674         * manual/handling.xml
9675                 7.1. + Mentions GNU/Linux distribution, what about the non...
9676                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9677                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9678                 7.4. = Use appropriate quotation for commands
9679                 7.6. = change "" to <quote></quote>
9680         * manual/plugins.xml
9681                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9682         * manual/starting.xml
9683                 2.1. + local mbox file: some examples of mbox file locations...
9684                 Also reformatted files requiring it
9685
9686 2006-08-26 [wwp]        2.4.0cvs93
9687
9688         * src/summary_search.c
9689                 disable find buttons while summary search is running.
9690
9691 2006-08-25 [colin]      2.4.0cvs92
9692
9693         * src/folder.c
9694         * src/folderutils.c
9695         * src/mh.c
9696         * src/procmsg.h
9697         * src/summaryview.c
9698                 Speed up MH moving, and add progressbar
9699                 for MH deletion
9700         * src/msgcache.c
9701                 Write cache files using mmap() too
9702
9703 2006-08-25 [wwp]        2.4.0cvs91
9704
9705         * src/summaryview.c
9706                 switch spam<->ham button when a message has been marked as spam or ham
9707                 and is still selected. Thanks to Colin.
9708
9709 2006-08-25 [paul]       2.4.0cvs90
9710
9711         * src/Makefile.am
9712         * src/stock_pixmap.c
9713         * src/stock_pixmap.h
9714         * src/summaryview.c
9715         * src/gtk/icon_legend.c
9716         * src/pixmaps/copied.xpm
9717         * src/pixmaps/moved.xpm
9718                 add icons for delayed execution marked for
9719                 copying, marked for moving
9720
9721 2006-08-25 [mones]      2.4.0cvs89
9722
9723         * manual/glossary.xml
9724                 Fix the other glossary items:
9725                 5.1. = Inmmediate execution -> <quote>immediate execution...
9726                 5.2. = Fix MBOX capitalization -> Mbox
9727                 5.3. + Improve Plugins def. w/ tech. ref.
9728                 5.4. = Quotation -> replace '>' by <quote>></quote>
9729                 5.5. - SMTP Server. -> remove dot
9730         * po/es.po
9731                 Updated translation
9732
9733 2006-08-25 [mones]      2.4.0cvs88
9734
9735         * manual/ack.xml
9736                 Reformatted, changed email address
9737         * manual/glossary.xml
9738                 Reformatted, fixed MANUAL-TODO items:
9739                 8.2. + add ROT-13 to glossary
9740                 8.4. + add URL to glossary
9741         * manual/es/advanced.xml
9742                 Fixed <literal>s
9743
9744 2006-08-25 [paul]       2.4.0cvs87
9745
9746         * src/gtk/icon_legend.c
9747                 add 'marked for deletion' icon
9748                 arrange icons by containing column
9749                 wrap long label text
9750
9751 2006-08-25 [colin]      2.4.0cvs86
9752
9753         * src/common/utils.c
9754         * src/common/utils.h
9755                 Add the sc_g_*list_bigger functions in
9756                 a place everyone can use it
9757         * src/summaryview.c
9758                 Only freeze/thaw the list when working
9759                 on the selection, if it's bigger than 1
9760         * src/gtk/gtksctree.c
9761                 Only freeze/thaw the list when unselec-
9762                 ting 'all' if ('all' != 1)
9763                 This avoids some flickering
9764
9765 2006-08-24 [colin]      2.4.0cvs85
9766
9767         * src/addressbook.c
9768                 Fix strange list selection
9769                 Fix random seg (Invalid read of freed memory)
9770
9771 2006-08-24 [colin]      2.4.0cvs84
9772
9773         * src/alertpanel.c
9774         * src/gtk/inputdialog.c
9775         * src/plugins/pgpcore/passphrase.c
9776                 Revert minimal width patch of 2.4.0cvs67,
9777                 as it is also a maximal width. Use 
9778                 gtk_window_set_default_size instead.
9779
9780 2006-08-24 [colin]      2.4.0cvs83
9781
9782         * src/msgcache.c
9783                 Write cache/mark to temp files before
9784                 overwriting old ones (avoids metadata
9785                 loss if writing the new files fail).
9786                 Use mmap() to read cache/mark file, as
9787                 this makes cache reading faster. Dis-
9788                 abled for big-endian machines until it
9789                 can be tested. (Big-endian users: set
9790                 msgcache_use_mmap = TRUE in the relevant
9791                 #if).
9792         * src/procmsg.h
9793                 Move rarely used fields of MsgInfo in 
9794                 another structure, which will only be
9795                 allocated if needed. Face, X-Face,
9796                 Return receipt headers and List-*
9797                 headers are moved. Mails having none
9798                 of these occupy 52 bytes less with
9799                 this patch, which makes 2.5MB of RAM
9800                 saved on a 50k folder).
9801         * src/headerview.c
9802         * src/mainwindow.c
9803         * src/messageview.c
9804         * src/partial_download.c
9805         * src/procheader.c
9806         * src/procmsg.c
9807         * src/textview.c
9808                 Follow this structure change.
9809
9810 2006-08-24 [wwp]        2.4.0cvs82
9811
9812         * manual/es/.cvsignore
9813         * manual/es/dist/.cvsignore
9814         * manual/es/dist/html/.cvsignore
9815         * manual/es/dist/pdf/.cvsignore
9816         * manual/es/dist/ps/.cvsignore
9817         * manual/es/dist/txt/.cvsignore
9818                 more (generated) files to ignore.
9819
9820 2006-08-24 [colin]      2.4.0cvs81
9821
9822         * src/folder.c
9823         * src/mh.c
9824                 Fix possible problems with local delivery. Check the folder doesn't
9825                 need scan before setting its mtime when saving cache (which can be
9826                 done long after the folder's been modified by an external process);
9827                 Check that the stored item's mtime didn't change in mh functions.
9828
9829 2006-08-24 [mones]      2.4.0cvs80
9830
9831         * manual/advanced.xml
9832                 Rewrapping, some fixes and MANUAL-TODO items:
9833                 8.1. = change "" to <quote></quote>
9834                 8.3. = quote menu items
9835                 8.5. - deploying -> new user ... ideally a new user (redundant)
9836
9837 2006-08-23 [colin]      2.4.0cvs79
9838
9839         * src/gtk/gtksctree.c
9840                 When selecting or deselecting range, only
9841                 freeze/thaw when selection is bigger than 10
9842
9843 2006-08-23 [colin]      2.4.0cvs78
9844
9845         * src/messageview.c
9846         * src/mimeview.c
9847         * src/mimeview.h
9848         * src/plugins/dillo_viewer/dillo_viewer.c
9849                 Provide an API for MimeViewer plugins to
9850                 return a text selection for replying
9851
9852 2006-08-23 [colin]      2.4.0cvs77
9853
9854         * src/image_viewer.c
9855         * src/textview.c
9856                 Use gtk_pixbuf_new_from_file_at_scale(), which
9857                 is faster than getting the pixbuf then resizing
9858                 it.
9859
9860 2006-08-23 [colin]      2.4.0cvs76
9861
9862         * src/procmime.c
9863                 UTF-8 should be sent Quoted-printable
9864
9865 2006-08-22 [colin]      2.4.0cvs75
9866
9867         * src/mh.c
9868                 Check if scan is required before touching
9869                 the folder (or it'll be required every time)
9870
9871 2006-08-22 [colin]      2.4.0cvs74
9872
9873         * configure.ac
9874                 Require libetpan 0.46 (crasher fix when built
9875                 against gnutls)
9876
9877 2006-08-22 [colin]      2.4.0cvs73
9878
9879         * src/folder.c
9880                 Set folder's mtime after writing its
9881                 cache
9882         * src/folderview.c
9883                 Add some timing
9884         * src/procmsg.c
9885                 Don't do useless stuff if we don't 
9886                 thread by subject
9887         * src/summaryview.c
9888                 Add some timing, don't deselect prior
9889                 to selecting (gtksctree does it itself),
9890                 remove crash avoidance hacks as it's been
9891                 properly fixed since a while
9892         * src/common/utils.c
9893                 Optimize to_human_readable(): _() is slow,
9894                 do it only once, and avoid %f format for KB
9895                 (the most common in a summaryview)
9896         * src/gtk/gtksctree.c
9897                 Don't uselessly freeze/thaw (fixes flicker
9898                 on next unread and friends), reduce number
9899                 of g_list_nth/g_list_position where possible
9900         * src/gtk/gtkutils.c
9901         * src/gtk/gtkutils.h
9902                 Reduce number of g_list_nth/g_list_position
9903                 where possible.
9904                 All of this makes loading as 70k folder 2.1
9905                 seconds instead of 3.2 (with hot FS caches).
9906                 (1.3 seconds without Date and Size columns...)
9907
9908 2006-08-22 [paul]       2.4.0cvs72
9909
9910         wrap documents and do some items from mones' MANUAL-TODO:
9911
9912         * manual/account.xml
9913                 4.1. = fix tabname references to <quote>tabname</quote>
9914                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
9915         * manual/faq.xml
9916                 1.1. = mentioned options don't match UI
9917                 Add information about the 'Never send Return Receipts'
9918                 option
9919         * manual/handling.xml
9920                 6.2. = Mentions Extended symbols button, but now is
9921                 named Information
9922                 6.3. = Mentions ... button, which is now Edit
9923
9924 2006-08-22 [colin]      2.4.0cvs71
9925
9926         * src/gtk/pluginwindow.c
9927                 Fix layout in verbose translations (such
9928                 as french)
9929
9930 2006-08-22 [paul]       2.4.0cvs70
9931
9932         * manual/Makefile.am
9933                 build manuals in alphabetical order
9934         * src/addressbook.c
9935         * src/prefs_themes.c
9936                 replace/remove deprecated symbols
9937         * src/gtk/gtkutils.c
9938                 fix a warning
9939         * src/gtk/pluginwindow.c
9940                 replace deprecated symbol
9941                 replace label text and move it
9942         * src/plugins/pgpcore/prefs_gpg.c
9943                 move the 'Generate...' button out of the
9944                 Sign Key frame, replace the English used
9945         * src/plugins/pgpcore/sgpgme.c
9946                 fixes to the English
9947
9948 2006-08-21 [colin]      2.4.0cvs69
9949
9950         * src/plugins/trayicon/trayicon.c
9951                 Add more strings for translation; patch
9952                 by Pawel
9953
9954 2006-08-21 [colin]      2.4.0cvs68
9955
9956         * src/compose.c
9957                 fix replied flag not set after drafting
9958         * src/matcher.c
9959                 fix body quicksearch in non-encoded bodies
9960                 containing '='
9961         * src/msgcache.c
9962                 Get rid of the g_malloc workaround for
9963                 corrupted caches, use g_try_malloc
9964
9965 2006-08-21 [colin]      2.4.0cvs67
9966
9967         * src/alertpanel.c
9968         * src/gtk/inputdialog.c
9969         * src/plugins/pgpcore/passphrase.c
9970                 Set minimal width to 375
9971         * src/mainwindow.c
9972                 Fix switching to offline, asking if it 
9973                 should be overriden for synchronising
9974         * src/mimeview.c
9975                 Don't offer to remember command on Open 
9976                 with for text parts, as the browser or 
9977                 text editor command isn't changed from 
9978                 there
9979
9980 2006-08-20 [paul]       2.4.0cvs66
9981
9982         * po/ko.po
9983         * po/zh_CN.po
9984                 fix plural form errors. revealed by stricter
9985                 checking of gettext 0.15
9986
9987 2006-08-18 [paul]       2.4.0cvs65
9988
9989         * src/stock_pixmap.c
9990                 fix the fix of 2.4.0cvs64
9991                 Thanks to Colin
9992
9993 2006-08-18 [paul]       2.4.0cvs64
9994
9995         * src/stock_pixmap.c
9996                 fix leaks
9997                 Thanks to Colin
9998
9999 2006-08-18 [paul]       2.4.0cvs63
10000
10001         * src/compose.c
10002         * src/procmsg.c
10003                 fix occasional IMAP bug where large msgs
10004                 were left in the queue folder after sending
10005                 Thanks to Colin
10006
10007 2006-08-18 [paul]       2.4.0cvs62
10008
10009         * src/folderview.c
10010                 freeze the summaryview while quicksearch results
10011                 are displayed
10012                 (fixes bug 456 'current message is hidden when the
10013                 view is refreshed and extended search is "unread 
10014                 messages"')
10015                 Thanks to Colin
10016         * src/textview.c
10017                 add missing #include "inputdialog.h"
10018         * src/common/utils.h
10019                 add missing mailcap_update_default() and improve
10020                 readability
10021
10022 2006-08-17 [colin]      2.4.0cvs61
10023
10024         * src/plugins/pgpcore/select-keys.c
10025                 Fix warnings :)
10026
10027 2006-08-17 [colin]      2.4.0cvs60
10028
10029         * src/compose.c
10030                 Don't continue queuing if Cancel is clicked
10031                 in select-keys
10032
10033 2006-08-17 [colin]      2.4.0cvs59
10034
10035         * src/plugins/pgpcore/select-keys.c
10036                 When encrypting, if only one key matches and it 
10037                 matches exactly, automatically use it.
10038
10039 2006-08-17 [colin]      2.4.0cvs58
10040
10041         * src/mimeview.c
10042         * src/prefs_common.c
10043         * src/prefs_common.h
10044         * src/prefs_ext_prog.c
10045         * src/textview.c
10046                 Fix issues with previous patch (text/html)
10047                 Remove outdated prefs
10048
10049 2006-08-17 [colin]      2.4.0cvs57
10050
10051         * src/imap.c
10052                 Add View Log button on auth error
10053         * src/procmsg.c
10054                 Fix encrypted mail marked as new when
10055                 saved in normal folders
10056         * src/plugins/pgpinline/pgpinline.c
10057                 Fix encrypt bug on IMAP
10058         * src/mimeview.c
10059         * src/common/utils.c
10060         * src/common/utils.h
10061         * src/gtk/inputdialog.c
10062         * src/gtk/inputdialog.h
10063                 Get rid of metamail stuff, simplify
10064                 opening, and allow remembering of user's
10065                 choices (by updating ~/.mailcap). There's
10066                 still to drop "Audio player" and "Image
10067                 viewer" preferences.
10068
10069 2006-08-17 [mones]      2.4.0cvs56
10070
10071         * manual/es/sylpheed-claws-manual.xml
10072                 fix DTD path
10073
10074 2006-08-17 [mones]      2.4.0cvs55
10075
10076         * configure.ac
10077         * manual/Makefile.am
10078         * manual/es/Makefile.am
10079         * manual/es/account.xml
10080         * manual/es/ack.xml
10081         * manual/es/addrbook.xml
10082         * manual/es/advanced.xml
10083         * manual/es/faq.xml
10084         * manual/es/glossary.xml
10085         * manual/es/gpl.xml
10086         * manual/es/handling.xml
10087         * manual/es/intro.xml
10088         * manual/es/keyboard.xml
10089         * manual/es/plugins.xml
10090         * manual/es/starting.xml
10091         * manual/es/sylpheed-claws-manual.xml
10092         * manual/es/dist/Makefile.am
10093         * manual/es/dist/html/Makefile.am
10094         * manual/es/dist/pdf/Makefile.am
10095         * manual/es/dist/ps/Makefile.am
10096         * manual/es/dist/txt/Makefile.am
10097                 Spanish translation for the manual
10098
10099 2006-08-16 [colin]      2.4.0cvs54
10100
10101         * src/compose.c
10102         * src/main.c
10103         * src/mainwindow.c
10104                 Fix send button sensitivity at startup
10105                 Set send menu sensitivity (patch by Fabien)
10106         * src/ssl_manager.c
10107                 Enable closing with esc (patch by Fabien)
10108         * src/gtk/foldersort.c
10109                 Enable closing with esc (patch by Fabien)
10110         * src/procmime.c
10111                 Optimisation (no need to copy to tempfile to
10112                 "decode" 7bit and 8bit)
10113         * src/summaryview.c
10114                 Fix cruft in swap_from case
10115         * src/textview.c
10116                 Fix missing last line in some mail cases 
10117                 (Fixes debian #381872)
10118         * src/plugins/pgpcore/prefs_gpg.c
10119         * src/plugins/pgpcore/sgpgme.c
10120         * src/plugins/pgpcore/sgpgme.h
10121                 Don't show "no key found" when user explicitely
10122                 wants to create a key
10123
10124 2006-08-16 [paul]       2.4.0cvs53
10125
10126         * configure.ac
10127         * src/account.c
10128         * src/addressbook.c
10129         * src/headerview.c
10130         * src/prefs_account.c
10131         * src/prefs_message.c
10132         * src/gtk/gtkutils.c
10133                 bump up minimum required versions of GTK+ and
10134                 GLIB to 2.6.0
10135
10136 2006-08-16 [paul]       2.4.0cvs52
10137
10138         * src/toolbar.c
10139                 workaround GTK+ Bug 351600 - 'Can't re-click
10140                 on button after sensitivity update'
10141                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10142                 Thanks to Colin
10143
10144 2006-08-15 [colin]      2.4.0cvs51
10145
10146         * src/plugins/pgpcore/prefs_gpg.c
10147                 Set options sensitivity according to
10148                 key existence
10149         * src/plugins/pgpcore/sgpgme.c
10150                 Allow to create key with no passphrase
10151
10152 2006-08-14 [cleroy]     2.4.0cvs50
10153
10154         * src/gtk/pluginwindow.c
10155                 New layout (maybe to be changed?)
10156         * src/gtk/gtkutils.c
10157                 Fix a bit label_window
10158         * src/plugins/pgpcore/passphrase.c
10159         * src/plugins/pgpcore/passphrase.h
10160         * src/plugins/pgpcore/plugin.c
10161         * src/plugins/pgpcore/prefs_gpg.c
10162         * src/plugins/pgpcore/prefs_gpg.h
10163         * src/plugins/pgpcore/sgpgme.c
10164         * src/plugins/pgpcore/sgpgme.h
10165                 Allow to create a PGP private key via the GUI
10166
10167 2006-08-14 [wwp]        2.4.0cvs49
10168
10169         * src/addressbook_foldersel.c
10170                 fix strict ISO C90 compliance.
10171
10172 2006-08-14 [paul]       2.4.0cvs48
10173
10174         * src/gtk/prefswindow.c
10175                 re-set scrolled window on opening
10176                 Patch by Ticho
10177
10178 2006-08-14 [paul]
10179
10180         2.5.0-rc1 released
10181
10182 2006-08-14 [paul]       2.4.0cvs47
10183
10184         * src/prefs_display_header.c
10185                 re-enable user-defined Displayed Headers
10186
10187 2006-08-14 [paul]       2.4.0cvs46
10188
10189         * src/prefs_account.c
10190                 use GTK_STOCK_EDIT
10191
10192 2006-08-13 [colin]      2.4.0cvs45
10193
10194         * src/common/utils.c
10195                 Fix "a" in quote when the original message is empty,
10196                 by using \0 instead of 'a' to test writability of
10197                 temp files.
10198
10199 2006-08-13 [wwp]        2.4.0cvs44
10200
10201         * src/plugins/spamassassin/spamassassin.c
10202                 fix capitalization of "SpamAssassin" in some debug, log and
10203                 dialog messages.
10204
10205 2006-08-13 [paul]       2.4.0cvs43
10206
10207         * src/editldap.c
10208                 fix overlapping widgets
10209         * src/prefs_account.c
10210                 fix translation of protocol_names[]
10211                 fix label disappearing off the edge of the
10212                 visible area
10213
10214 2006-08-12 [paul]       2.4.0cvs42
10215
10216         * manual/plugins.xml
10217                 update IRC channel info before it gets forgotten
10218                 about
10219
10220 2006-08-11 [colin]      2.4.0cvs41
10221
10222         * src/compose.c
10223         * src/mainwindow.c
10224         * src/mainwindow.h
10225         * src/procmsg.c
10226         * src/procmsg.h
10227         * src/summaryview.c
10228         * src/toolbar.c
10229                 Grey out the Send button if
10230                 - Queue folders are empty, or
10231                 - We're sending already
10232
10233 2006-08-11 [wwp]        2.4.0cvs40
10234
10235         * src/main.c
10236                 fix a logic issue when quitting while a compose window is
10237                 still open, thanks to Colin.
10238
10239 2006-08-10 [colin]      2.4.0cvs39
10240
10241         * src/main.c
10242                 Fix default font size setting after wizard run
10243         * src/imap.c
10244         * src/etpan/imap-thread.c
10245         * src/etpan/imap-thread.h
10246                 Fix bug #999 (Timing out on TSL cert validation 
10247                 dialog makes ugly things happen). Also, STARTTLS
10248                 unconditionnaly if initial capabilities contain
10249                 LOGINDISABLED and STARTTLS.
10250
10251 2006-08-09 [colin]      2.4.0cvs38
10252
10253         * src/mainwindow.c
10254         * src/mainwindow.h
10255                 Fix Tools/Actions sensitivity when there are
10256                 no actions
10257
10258 2006-08-09 [colin]      2.4.0cvs37
10259
10260         * src/prefs_filtering.c
10261                 Warning fix, patch by Paul
10262         * src/messageview.c
10263         * src/prefs_actions.c
10264         * src/prefs_filtering_action.c
10265         * src/prefs_matcher.c
10266                 Uniformisation of "Info ..." to "Info..." (for
10267                 old gtk), patch by Fabien
10268         * src/plugins/clamav/clamav_plugin_gtk.c
10269                 Sensitivity fix by Fabien
10270
10271 2006-08-09 [colin]      2.4.0cvs36
10272
10273         * src/main.c
10274         * src/main.h
10275                 Add a function to know whether we're exiting
10276         * src/plugins/trayicon/trayicon.c
10277                 If exiting, don't do anything. Faster, and
10278                 avoids gtk_main_iteration reentracy causing
10279                 segfaults at exit
10280
10281 2006-08-09 [colin]      2.4.0cvs35
10282
10283         * src/messageview.c
10284         * src/mimeview.c
10285         * src/mimeview.h
10286                 Fix lack of part selection when automatically 
10287                 jumping to a specific part
10288         * src/msgcache.c
10289                 Little optimisation in cache reading
10290
10291 2006-08-09 [colin]      2.4.0cvs34
10292
10293         * src/compose.c
10294                 Fix crash setting the priority on reedit
10295                 (Accessing compose before creating it!)
10296
10297 2006-08-08 [colin]      2.4.0cvs33
10298
10299         * src/procmime.c
10300                 Fix bug #998 (last attachment is not accessible)
10301                 Bad RFC interpretation on multipart close-delimiters
10302         * src/mimeview.c
10303         * src/mimeview.h
10304         * src/gtk/gtkvscrollbutton.c
10305         * src/gtk/gtkvscrollbutton.h
10306                 Make attachments list wheel-scrollable
10307
10308 2006-08-07 [colin]      2.4.0cvs32
10309
10310         * src/gtk/gtkaspell.c
10311                 Fix bug #973 (Unicode punctation characters 
10312                 are not recognized as separators by the
10313                 spell checker); fix unsigned stuff
10314
10315 2006-08-07 [colin]      2.4.0cvs31
10316
10317         * src/compose.c
10318                 Fix bug #956 (DnD text with accents in compose 
10319                 text entry); fix gccc's signed/unsigned fuss
10320
10321 2006-08-06 [colin]      2.4.0cvs30
10322
10323         * src/main.c
10324                 Fix bug #979 (Plugin crashes when exiting 
10325                 sylpheed-claws) : handle exit request only 
10326                 once
10327
10328 2006-08-05 [colin]      2.4.0cvs29
10329
10330         * src/news.c
10331                 Just make sure we have a msgid.
10332
10333 2006-08-05 [colin]      2.4.0cvs28
10334
10335         * src/news.c
10336         * src/summaryview.c
10337                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10338                 by reimplementing it
10339         * src/textview.c
10340                 Fix bug when hiding quotes with level > 3 and quote
10341                 colors are recycled
10342
10343 2006-08-04 [colin]      2.4.0cvs27
10344
10345         * src/compose.c
10346         * src/undo.c
10347         * src/undo.h
10348                 Fix a bit replace-by-pasting undo
10349         * src/mainwindow.c
10350         * src/messageview.c
10351                 Fix Fold quotes menu synchro in
10352                 mainwindow when it changes in 
10353                 messageview
10354         * src/textview.c
10355                 Fix right-click on quotes blocks
10356         * src/common/utils.c
10357                 Verify that the file created by
10358                 my_tmpfile() is writable. Fixes
10359                 bug #988 (very specific filesystem
10360                 issue)
10361         * src/plugins/pgpcore/sgpgme.c
10362                 Fix file descriptor leak
10363         * src/plugins/spamassassin/spamassassin.c
10364                 Warn once if spamd isn't reachable
10365
10366 2006-08-04 [colin]      2.4.0cvs26
10367
10368         * src/toolbar.c
10369                 i18n context patch by Fabien
10370
10371 2006-08-03 [colin]      2.4.0cvs25
10372
10373         * src/mainwindow.c
10374         * src/messageview.c
10375                 Rename "Hide quotes" to "Fold quotes"
10376         * src/textview.c
10377                 Don't use hand cursor on quotes. "all 
10378                 the bonuses of the feature and none of 
10379                 unwelcome side-effects"
10380
10381 2006-08-03 [colin]      2.4.0cvs24
10382
10383         * AUTHORS
10384         * sylpheed-claws.desktop
10385         * src/gtk/authors.h
10386                 Bring the desktop file to XDG compliance
10387                 Patch by Charles A. Edwards
10388
10389 2006-08-03 [colin]      2.4.0cvs23
10390
10391         * src/textview.c
10392                 Fix links offset when they are preceded
10393                 by accentued chars (g_utf8_strlen!)
10394         * src/mainwindow.c
10395                 Fix wrong status when starting offline
10396
10397
10398 2006-08-03 [wwp]        2.4.0cvs22
10399
10400         * src/prefs_common.h
10401                 ask what to do w/ filtering rules that belong to an account when
10402                 applying filtering rules manually from the main window (skip,
10403                 apply regardless of the account, use current account). This dialog
10404                 can be skipped and the last reply used.
10405                 (forgot that file)
10406
10407 2006-08-03 [wwp]        2.4.0cvs21
10408
10409         * src/filtering.c
10410         * src/filtering.h
10411         * src/prefs_common.c
10412         * src/summaryview.c
10413         * src/alertpanel.c
10414         * src/alertpanel.h
10415         * src/messageview.c
10416                 ask what to do w/ filtering rules that belong to an account when
10417                 applying filtering rules manually from the main window (skip,
10418                 apply regardless of the account, use current account). This dialog
10419                 can be skipped and the last reply used.
10420
10421
10422 2006-08-03 [colin]      2.4.0cvs20
10423
10424         * src/textview.c
10425                 Optimize previous patch
10426
10427 2006-08-03 [cleroy]     2.4.0cvs19
10428
10429         * src/textview.c
10430                 Fix quotes getting toggled back when the
10431                 mail has an even number of text parts
10432
10433 2006-08-02 [colin]      2.4.0cvs18
10434
10435         * src/messageview.c
10436                 Add Hide quotes menu
10437
10438 2006-08-02 [colin]      2.4.0cvs17
10439
10440         * src/mainwindow.c
10441         * src/prefs_common.c
10442         * src/textview.c
10443         * src/textview.h
10444         * src/gtk/about.c
10445                 Allow per-level quote hiding,
10446                 Allow toggling quotes by double-clicking them
10447                 Rename RemoteURI to ClickableText to reflect
10448                 the fact it's used for a variety of things
10449
10450 2006-08-02 [wwp]        2.4.0cvs16
10451
10452         * src/mainwindow.c
10453                 fix "View/Hide quotes" menu item status initialization.
10454
10455 2006-08-02 [wwp]        2.4.0cvs15
10456
10457         * src/matcher_parser_parse.y
10458                 remove a debug trace.
10459
10460 2006-08-02 [paul]       2.4.0cvs14
10461
10462         * src/plugins/pgpcore/passphrase.c
10463                 don't set initial dialog size
10464                 make it resizable
10465
10466 2006-08-02 [paul]       2.4.0cvs13
10467
10468         * src/noticeview.c
10469                 remove the rogue '/' character
10470
10471 2006-08-02 [paul]       2.4.0cvs12
10472
10473         * src/noticeview.c
10474                 allow buttons to resize as necessary
10475
10476 2006-08-01 [wwp]        2.4.0cvs11
10477
10478         * src/mbox.c
10479                 fix strict ISO C90 compliance.
10480
10481 2006-08-01 [wwp]        2.4.0cvs10
10482
10483         * tools/update-po
10484                 updated update-po tool to work w/ context-dependent translations.
10485                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10486
10487 2006-08-01 [wwp]        2.4.0cvs9
10488
10489         * src/matcher.c
10490         * src/prefs_filtering.c
10491         * src/prefs_matcher.c
10492                 allow context-dependent translations for "All",
10493                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10494
10495 2006-07-31 [colin]      2.4.0cvs8
10496
10497         * AUTHORS
10498         * src/gtk/authors.h
10499                 Add Rafal to authors
10500
10501 2006-07-31 [colin]      2.4.0cvs7
10502
10503         * src/compose.c
10504         * src/mainwindow.c
10505         * src/messageview.h
10506         * src/prefs_common.c
10507         * src/prefs_common.h
10508         * src/textview.c
10509                 Add 'View/Hide quotes'. Patch based on a patch
10510                 by Rafal Weglarz
10511
10512 2006-07-31 [colin]      2.4.0cvs6
10513
10514         * src/action.c
10515                 Fix problem with "> stuff >" actions
10516
10517 2006-07-31 [paul]       2.4.0cvs5
10518
10519         * po/nb.po
10520                 updated by Geir Helland
10521
10522 2006-07-31 [wwp]        2.4.0cvs4
10523
10524         * src/mainwindow.c
10525         * src/summaryview.c
10526         * src/summaryview.h
10527                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10528                 thanks to Colin.
10529
10530 2006-07-31 [wwp]        2.4.0cvs3
10531
10532         * src/Makefile.am
10533         * src/addr_compl.c
10534         * src/addr_compl.h
10535         * src/addressbook.c
10536         * src/addressbook.h
10537         * src/addressbook_foldersel.c
10538         * src/addressbook_foldersel.h
10539         * src/addrindex.c
10540         * src/addrindex.h
10541         * src/matcher.c
10542         * src/matcher.h
10543         * src/matcher_parser_lex.l
10544         * src/matcher_parser_parse.y
10545         * src/prefs_common.c
10546         * src/prefs_common.h
10547         * src/prefs_filtering.c
10548         * src/prefs_matcher.c
10549         * src/prefs_matcher.h
10550         * src/summaryview.c
10551                 introduce filtering against the address book. It's now possible to add
10552                 matched conditions to determine if any email address in a message matches
10553                 or doesn't match any or all books or folders in the address book.
10554
10555 2006-07-31 [wwp]        2.4.0cvs2
10556
10557         * src/account.c
10558         * src/filtering.c
10559         * src/filtering.h
10560         * src/folder.c
10561         * src/folderview.c
10562         * src/inc.c
10563         * src/mainwindow.c
10564         * src/matcher.c
10565         * src/matcher_parser_lex.l
10566         * src/matcher_parser_parse.y
10567         * src/mbox.c
10568         * src/prefs_filtering.c
10569         * src/prefs_filtering.h
10570         * src/procmsg.c
10571         * src/procmsg.h
10572         * src/summaryview.c
10573                 introduce per-account filtering rules. Each filtering rule can now be assigned
10574                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10575                 when applying filtering rules manually, as all rules will apply - even the ones
10576                 assigned to an account. This issue will be addressed soon.
10577  
10578
10579
10580 2006-07-31 [wwp]        2.4.0cvs1
10581
10582         * src/quote_fmt.c
10583                 make more strings translatable.
10584
10585 2006-07-31 [paul]       2.4.0
10586
10587         2.4.0 released
10588
10589 2006-07-31 [paul]       2.3.1cvs91
10590
10591         * po/ca.po
10592                 updated by Miquel Oliete
10593
10594 2006-07-31 [paul]       2.3.1cvs90
10595
10596         * po/de.po
10597         * po/el.po
10598         * po/fr.po
10599         * po/it.po
10600         * po/pl.po
10601         * po/pt_BR.po
10602         * po/sr.po
10603         * po/zh_CN.po
10604                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10605                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10606                 Aleksandar Urosevic, and Ralgh Young
10607
10608 2006-07-31 [paul]       2.3.1cvs89
10609
10610         * src/account.c
10611         * src/main.c
10612         * src/mainwindow.c
10613         * src/mainwindow.h
10614                 Fix a race condition when, after an SC crash, rescanning
10615                 folders took more than 0.5 seconds
10616                 Thanks to Colin
10617
10618 2006-07-31 [paul]       2.3.1cvs88
10619
10620         * src/folderview.c
10621                 don't translate separator strings
10622
10623 2006-07-30 [mones]      2.3.1cvs87
10624
10625         * doc/man/sylpheed-claws.1
10626                 Fixed non-ASCII chars in Hoa's name
10627         * po/es.po
10628                 Updated for release
10629
10630 2006-07-27 [colin]      2.3.1cvs86
10631
10632         * src/textview.c
10633                 Don't include the leading \n in links
10634                 Patch by Fabien
10635
10636 2006-07-25 [colin]      2.3.1cvs85
10637
10638         * src/mainwindow.c
10639         * src/common/socket.h
10640         * src/etpan/imap-thread.c
10641                 Refresh resolvers before connecting
10642                 to IMAP servers, and after switching
10643                 to online. Thanks to Paul.
10644
10645 2006-07-18 [colin]
10646
10647         * 2.4.0-rc4 released
10648
10649 2006-07-17 [colin]      2.3.1cvs84
10650
10651         * src/inc.c
10652                 Show connection attempt in statusbar before
10653                 connecting (previously first message was
10654                 "Retrieving messages from ..." after the
10655                 connection succeeded.
10656
10657 2006-07-16 [wwp]        2.3.1cvs83
10658
10659         * sylpheed-claws.ico
10660                 Added .ico file (windows multi-size icon file, generated).
10661
10662 2006-07-12 [wwp]        2.3.1cvs82
10663
10664         * src/messageview.c
10665                 remove Message/Re-edit menu entry from messageview window,
10666                 as sent/draft/queued messages are opened in compose window when
10667                 re-edited and it's not possible to re-edit other msgs.
10668
10669 2006-07-12 [paul]       2.3.1cvs81
10670
10671         * AUTHORS
10672         * src/mainwindow.c
10673         * src/gtk/authors.h
10674                 check online state before resetting
10675                 mailcheck timer. Useful if some program
10676                 verifies connection state and updates
10677                 Claws.
10678                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10679
10680 2006-07-12 [paul]       2.3.1cvs80
10681
10682         * sylpheed-claws-128x128.png
10683         * sylpheed-claws-64x64.png
10684         * sylpheed-claws.png
10685         * src/Makefile.am
10686         * src/main.c
10687         * src/prefs_toolbar.c
10688         * src/stock_pixmap.c
10689         * src/stock_pixmap.h
10690         * src/wizard.c
10691         * src/gtk/about.c
10692         * src/gtk/gtkutils.c
10693         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10694         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10695         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10696         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10697         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10698         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10699                 updated and renamed logo/icon files and related
10700                 logo by Jesper Schultz
10701
10702 2006-07-11 [paul]       2.3.1cvs79
10703
10704         * src/main.c
10705                 fix the labels a smidgin
10706
10707 2006-07-09 [colin]      2.3.1cvs78
10708
10709         * src/textview.c
10710                 Show errors in textviewer's command
10711                 Patch by H. Merijn Brand
10712
10713 2006-07-09 [colin]      2.3.1cvs77
10714
10715         * src/compose.c
10716                 Save FMID in drafts too
10717
10718 2006-07-08 [colin]      2.3.1cvs76
10719
10720         * src/compose.c
10721                 Svae RMID in drafted mails too
10722                 Save quote_fmt vars for whole mails,
10723                 don't reset at each quote_fmt_init:
10724                 allows to use the same |i{var} in
10725                 various template fields
10726         * src/prefs_template.c
10727         * src/quote_fmt.h
10728         * src/quote_fmt_parse.y
10729                 Same
10730
10731 2006-07-08 [colin]      2.3.1cvs75
10732
10733         * src/textview.c
10734                 Fix highlighting of attached parts URIs
10735
10736 2006-07-08 [colin]      2.3.1cvs74
10737
10738         * src/main.c
10739                 Prevent bug #981 (sc 2.3.1 segfaults with 
10740                 gtk+ 2.10) from being reported again:
10741                 if Sylpheed-Claws has been compiled against
10742                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10743                 of if Sylpheed-Claws has been compiled against
10744                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10745                 error out.
10746
10747 2006-07-07 [colin]      2.3.1cvs73
10748
10749         * src/prefs_actions.c
10750                 Fix label
10751
10752 2006-07-07 [colin]      2.3.1cvs72
10753
10754         * src/prefs_actions.c
10755                 Fix compile on gtk < 2.8. argh :)
10756
10757 2006-07-07 [paul]       2.3.1cvs71
10758
10759         * src/common/defs.h
10760                 update DONATE_URI
10761
10762 2006-07-07 [colin]      2.3.1cvs70
10763
10764         * po/POTFILES.in
10765         * src/quote_fmt.c
10766         * src/quote_fmt_lex.l
10767         * src/quote_fmt_parse.y
10768                 Add |i{var}, a way to insert user-entered
10769                 text in a template
10770
10771 2006-07-07 [colin]
10772
10773         * 2.4.0-rc3 released
10774
10775 2006-07-07 [colin]      2.3.1cvs69
10776
10777         * src/folder.c
10778                 Don't consider inboxes of UNKNOWN folder 
10779                 classes to be useable as default inboxes
10780
10781 2006-07-07 [paul]       2.3.1cvs68
10782
10783         * src/textview.c
10784                 add missing #include <errno.h>
10785                 Thanks to René J. Blokland
10786
10787 2006-07-07 [paul]       2.3.1cvs67
10788
10789         * src/action.c
10790                 Return now Closes dialog
10791         * src/mimeview.c
10792         * src/mimeview.h
10793         * src/textview.c
10794                 add contextual menu to mime parts listed
10795                 in the textview
10796                 Thanks to Colin
10797         * src/common/utils.c
10798                 reversal: ' is a valid character in URLs
10799
10800 2006-07-06 [colin]      2.3.1cvs66
10801
10802         * src/remotefolder.h
10803                 Forgotten in previous commit
10804
10805 2006-07-06 [colin]      2.3.1cvs65
10806
10807         * src/folder.c
10808                 Set summary update flag whenever
10809                 totals changed
10810         * src/imap.c
10811         * src/prefs_account.c
10812         * src/common/utils.h
10813         * src/etpan/imap-thread.c
10814                 Fix warnings, thanks to Fabien and
10815                 Ricardo
10816
10817 2006-07-06 [wwp]        2.3.1cvs64
10818
10819         * src/gtk/gtkutils.c
10820                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
10821
10822 2006-07-06 [wwp]        2.3.1cvs63
10823
10824         * src/account.c
10825         * src/addressbook.c
10826         * src/addressitem.h
10827         * src/folderview.c
10828         * src/mainwindow.c
10829         * src/manual.c
10830         * src/manual.h
10831         * src/message_search.c
10832         * src/prefs_actions.c
10833         * src/prefs_filtering.c
10834         * src/prefs_filtering.h
10835         * src/prefs_template.c
10836         * src/summary_search.c
10837         * src/summaryview.c
10838         * src/gtk/gtkutils.c
10839         * src/gtk/gtkutils.h
10840         * src/gtk/pluginwindow.c
10841                 add help buttons to some dialogs. Clicking such buttons opens a
10842                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
10843
10844 2006-07-06 [paul]       2.3.1cvs62
10845
10846         * src/textview.c
10847                 fix attachments contextual menu
10848                 Thanks to Colin
10849
10850 2006-07-05 [colin]      2.3.1cvs61
10851
10852         * src/textview.c
10853         * src/compose.c
10854                 Handle sftp:// links
10855
10856 2006-07-05 [paul]       2.3.1cvs60
10857
10858         * src/gtk/filesel.c
10859                 grab save button by default
10860                 Thanks to Colin
10861
10862 2006-07-05 [wwp]        2.3.1cvs59
10863
10864         * manual/xml2pdf
10865                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
10866
10867 2006-07-04 [colin]      2.3.1cvs58
10868
10869         * src/mimeview.c
10870         * src/textview.c
10871                 Use left click to select, middle click to open
10872                 on mimeparts links
10873         * src/common/utils.c
10874                 Fix segfault
10875
10876 2006-07-04 [colin]      2.3.1cvs57
10877
10878         * src/mainwindow.c
10879         * src/news.c
10880                 Warning fixes, thanks to Fabien
10881
10882 2006-07-04 [colin]      2.3.1cvs56
10883
10884         * src/mimeview.c
10885         * src/mimeview.h
10886         * src/textview.c
10887                 Allow parts to be selected via their text label
10888                 in textview
10889
10890 2006-07-04 [colin]      2.3.1cvs55
10891
10892         * src/folderview.c
10893                 Feedback when closing (for big folders)
10894         * src/prefs_actions.c
10895         * src/prefs_filtering.c
10896         * src/prefs_matcher.c
10897         * src/prefs_template.c
10898                 Fix default button when closing without
10899                 having saved
10900
10901 2006-07-04 [colin]      2.3.1cvs54
10902
10903         * src/news.c
10904                 Delete local file on deletion
10905
10906 2006-07-03 [colin]      2.3.1cvs53
10907
10908         * src/folderview.c
10909         * src/main.c
10910                 Don't freeze when rescanning after crash
10911
10912 2006-07-03 [wwp]        2.3.1cvs52
10913
10914         * src/compose.c
10915         * src/privacy.c
10916         * src/privacy.h
10917         * src/plugins/pgpinline/pgpinline.c
10918         * src/plugins/pgpmime/pgpmime.c
10919                 don't report an error when the user cancels the passphrase dialog.
10920
10921 2006-07-02 [colin]      2.3.1cvs51
10922
10923         * src/folderview.c
10924                 Open message when crossing folders with Space,
10925                 goto next unread and friends
10926
10927 2006-07-01 [colin]      2.3.1cvs50
10928
10929         * src/prefs_account.c
10930                 Typographic rules varying from language
10931                 to language (in french "Protocole :"),
10932                 we have to do that :)
10933
10934 2006-07-01 [ticho]      2.3.1cvs49
10935
10936         * src/prefs_account.c
10937                 Only use one temporary gchar* variable in
10938                 prefs_account_protocol_set_optmenu().
10939
10940 2006-07-01 [ticho]      2.3.1cvs48
10941
10942         * src/prefs_account.c
10943         * src/prefs_account.h
10944                 Use GtkLabel for existing account protocol name.
10945                 Created an array for protocol names and populate the
10946                 combobox from it in a for() cycle.
10947
10948 2006-06-30 [colin]      2.3.1cvs47
10949
10950         * src/compose.c
10951                 Block undo when changing signature (by changing
10952                 account)
10953
10954 2006-06-30 [paul]       2.3.1cvs46
10955
10956         * src/send_message.c
10957                 when editing From in the Compose window, use that address
10958                 in the Return-Path: header
10959                 Thanks to Colin
10960
10961 2006-06-30 [colin]      2.3.1cvs45
10962
10963         * src/compose.c
10964                 Fix signature replacement:
10965                 - when no newline before separator
10966                 - when reediting
10967
10968 2006-06-29 [colin]      2.3.1cvs44
10969
10970         * src/folderview.c
10971         * src/folderview.h
10972         * src/mainwindow.c
10973         * src/summaryview.c
10974                 Let 'View/Go to/Next marked' work like
10975                 Next new & Next unread: across folders
10976                 Change the select_on_entry pref to do
10977                 what we want when changing folder
10978         * src/common/utils.c
10979                 Fix single-quoted links 
10980
10981 2006-06-29 [colin]      2.3.1cvs43
10982
10983         * src/gtk/gtkaspell.c
10984                 "Sylpheed" and "Sylpheed-Claws" do exist !
10985
10986 2006-06-29 [colin]      2.3.1cvs42
10987
10988         * src/imap.c
10989                 Forgot to remove debug
10990
10991 2006-06-29 [colin]      2.3.1cvs41
10992
10993         * src/imap.c
10994         * src/imap.h
10995         * src/mainwindow.c
10996                 Disconnect from IMAP servers when going
10997                 offline. Fixes bug #978 (going to offline-mode 
10998                 won't close connections)
10999
11000 2006-06-29 [colin]      2.3.1cvs40
11001
11002         * src/main.c
11003                 Fix transient setting on failing plugins
11004                 Patch by Fabien
11005         * src/plugins/pgpcore/sgpgme.c
11006                 Only warn for OpenPGP. Most people don't
11007                 have CMS available.
11008
11009 2006-06-29 [colin]      2.3.1cvs39
11010
11011         * src/compose.c
11012                 Fix Spelling menu (discrepancy between context menu
11013                 and top menu when folder's dictionary isn't the 
11014                 default one)
11015         * src/plugins/pgpcore/sgpgme.c
11016                 More error reporting about why gpgme can fail
11017
11018 2006-06-29 [wwp]        2.3.1cvs38
11019
11020         * src/mainwindow.c
11021                 honor the display-header-pane setting even when the message view
11022                 is a separate window.
11023
11024 2006-06-29 [wwp]        2.3.1cvs37
11025
11026         * src/prefs_actions.c
11027                 forgot to commit that one (use of GTK_STOCK_INFO).
11028
11029 2006-06-29 [colin]      2.3.1cvs36
11030
11031         * src/imap.c
11032                 Better handling of login errors (ask the password
11033                 again once), alert in case of error. Fix three
11034                 signedness warnings.
11035
11036 2006-06-28 [wwp]        2.3.1cvs35
11037
11038         * src/prefs_template.c
11039         * src/prefs_matcher.c
11040         * src/prefs_filtering_action.c
11041         * src/prefs_quote.c
11042                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11043                 patch by Fabien Vantard, slightly modified.
11044
11045 2006-06-28 [paul]
11046
11047         2.4.0-rc2 released
11048
11049 2006-06-28 [colin]      2.3.1cvs34
11050
11051         * src/prefs_account.c
11052                 Fix bug #977 (Can't add or edit imap accounts)
11053
11054 2006-06-28 [colin]      2.3.1cvs33
11055
11056         * src/mimeview.c
11057                 Fix previous
11058
11059 2006-06-28 [colin]      2.3.1cvs32
11060
11061         * src/mimeview.c
11062                 Save named inlined attachments with "Save all"
11063         * src/main.c
11064         * src/mbox.c
11065         * src/common/plugin.c
11066         * src/common/plugin.h
11067         * src/common/sylpheed.c
11068         * src/common/utils.c
11069         * src/plugins/pgpcore/sylpheed.def
11070         * src/plugins/pgpinline/sylpheed.def
11071         * src/plugins/pgpmime/sylpheed.def
11072                 Win32 compatibility patch, by
11073                 Werner Koch
11074
11075 2006-06-28 [wwp]        2.3.1cvs31
11076
11077         * src/imap.c
11078         * src/prefs_folder_item.c
11079                 less compilation warnings (thanks to Fabien Vantard), less typos.
11080
11081 2006-06-28 [paul]       2.3.1cvs30
11082
11083         * src/gtk/gtkutils.c
11084                 gtk_combo_box_set_focus_on_click() is only
11085                 available since gtk 2.6.0
11086
11087 2006-06-28 [paul]       2.3.1cvs29
11088
11089         * src/prefs_ext_prog.c
11090                 fix engrish and add a tooltip for the
11091                 'command for 'Display as text' option
11092
11093 2006-06-28 [paul]
11094
11095         2.4.0-rc1 released
11096
11097 2006-06-28 [paul]       2.3.1cvs28
11098
11099         * ChangeLog
11100         * tools/Makefile.am
11101                 include textviewer.pl in releases
11102
11103 2006-06-28 [paul]       2.3.1cvs27
11104
11105         * src/prefs_ext_prog.c
11106                 hide Print command option if libgnomeprint
11107                 support is present
11108
11109 2006-06-27 [colin]      2.3.1cvs26
11110
11111         * src/compose.c
11112                 Fix Esc handling in insert/attach dialog
11113                 Don't show this dialog if dragging something
11114                 else than text/uri-list
11115                 Thanks to Fabien Vantard
11116         * tools/textviewer.pl
11117                 Filter script to display stuff as text
11118                 by H. Merijn Brand
11119
11120 2006-06-27 [wwp]        2.3.1cvs25
11121
11122         * src/messageview.c
11123                 use the exact product name (message view title), patch
11124                 by Fabien Vantard.
11125
11126 2006-06-27 [ticho]      2.3.1cvs24
11127
11128         * src/prefs_account.c
11129         * src/prefs_common.c
11130         * src/prefs_common.h
11131         * src/prefs_ext_prog.c
11132         * src/textview.c
11133                 Add a preference (Preferences/External programs)
11134                 to allow "Display as text" to be done via a script
11135                 (patch by H.Merijn Brand).
11136                 Use GtkComboBox for protocol selection in account
11137                 preferences.
11138                 Only include current choice for existing accounts, and
11139                 insensitivize the combobox.
11140
11141 2006-06-27 [paul]       2.3.1cvs23
11142
11143         * src/mbox.c
11144                 fix crasher introduced in cvs21.
11145                 Thanks to Colin
11146
11147 2006-06-26 [colin]      2.3.1cvs22
11148
11149         * src/mbox.c
11150                 Fix double-frees when leaving folders
11151                 after exporting to mbox
11152
11153 2006-06-26 [colin]      2.3.1cvs21
11154
11155         * src/mbox.c
11156                 More feedback (and optimisation)
11157                 on import/export
11158         * src/common/utils.c
11159                 Fix case when looking for mail addresses
11160         * src/gtk/gtkutils.c
11161                 Extra check for (X-)Face
11162
11163 2006-06-25 [ticho]      2.3.1cvs20
11164
11165         * src/compose.c
11166         * src/exphtmldlg.c
11167         * src/gtk/gtkutils.c
11168         * src/gtk/gtkutils.h
11169                 Added second argument to gtkut_sc_combobox_create() to
11170                 control focus-on-click for the widget.
11171                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11172
11173 2006-06-25 [ticho]      2.3.1cvs19
11174
11175         * src/compose.c
11176         * src/gtk/Makefile.am
11177         * src/gtk/combobox.c
11178         * src/gtk/combobox.h
11179         * src/gtk/gtkutils.c
11180         * src/gtk/gtkutils.h
11181                 Use GtkComboBox instead of deprecated GtkOptionMenu
11182                 for account selector in compose window and for encoding
11183                 selector in attachment properties.
11184                 Also factorise working with the new GtkComboBox somewhat.
11185
11186 2006-06-24 [paul]       2.3.1cvs18
11187
11188         * src/prefs_common.c
11189                 use the correct default value
11190
11191 2006-06-24 [paul]       2.3.1cvs17
11192
11193         * src/compose.c
11194         * src/prefs_common.c
11195         * src/prefs_common.h
11196         * src/prefs_compose_writing.c
11197                 enable setting of default action when
11198                 dnd'ing files in the compose window.
11199                 (Collaborative effort with wwp)
11200
11201 2006-06-23 [wwp]        2.3.1cvs16
11202
11203         * src/compose.c
11204                 i18n fix (thanks to Fabien Vantard)
11205
11206 2006-06-22 [colin]      2.3.1cvs15
11207
11208         * src/prefs_customheader.c
11209                 Don't use filters in custom headers' file 
11210                 selector. Remember, extensions mean nothing :)
11211
11212 2006-06-22 [paul]       2.3.1cvs14
11213
11214         * configure.ac
11215                 allow setting of man directory location
11216
11217 2006-06-22 [colin]      2.3.1cvs13
11218
11219         * src/mainwindow.c
11220                 Add 'View/Go to/Next unread folder'.
11221                 I missed that :)
11222
11223 2006-06-22 [colin]      2.3.1cvs12
11224
11225         * src/common/utils.c
11226                 Add some subject prefixes
11227                 Patch by Bjorn T Johansen <btj@havleik.no>
11228
11229 2006-06-22 [colin]      2.3.1cvs11
11230
11231         * manual/advanced.xml
11232                 Forgotten hidden pref
11233
11234 2006-06-21 [paul]       2.3.1cvs10
11235
11236         * src/prefs_account.c
11237                 complete the removal of 'Add date header' option
11238
11239 2006-06-21 [paul]       2.3.1cvs9
11240
11241         * src/account.c
11242         * src/compose.c
11243         * src/prefs_account.c
11244         * src/prefs_account.h
11245                 remove option to add date header - always
11246                 add date header
11247         * src/etpan/imap-thread.c
11248                 fix warnings (Thanks to Colin)
11249
11250 2006-06-21 [wwp]        2.3.1cvs8
11251
11252         * src/folder.c
11253                 set the attachment flag when inline text part are (file)named. This is more convenient
11254                 when receiving (for instance) inline source files or patches sent using thunderbird.
11255
11256 2006-06-21 [paul]       2.3.1cvs7
11257
11258         * src/inc.c
11259                 fix off-by-one count of current msg in
11260                 statusbar filtering progressbar
11261
11262 2006-06-21 [paul]       2.3.1cvs6
11263
11264         * src/folder.c
11265                 Show attachment icon even if the part is 'inline'
11266                 if the following conditions are met:
11267                 - content-type != 'text/plain'
11268                 - content-type != '*/pgp-signature'
11269                 - either 'name' or 'filename' parameter is not NULL
11270                 
11271                 Thanks to Colin
11272
11273 2006-06-21 [paul]       2.3.1cvs5
11274
11275         * src/messageview.c
11276         * src/prefs_common.c
11277         * src/prefs_common.h
11278         * src/prefs_other.c
11279                 add an option to 'Never send Return
11280                 Receipts'
11281                 Thanks to Colin
11282
11283 2006-06-20 [mones]      2.3.1cvs4
11284
11285         * po/es.po
11286                 updated
11287         * src/compose.c
11288                 typo fixed (space after comma)
11289         * tools/make.themes.project
11290                 remove exec mode from tarball files
11291
11292 2006-06-20 [colin]      2.3.1cvs3
11293
11294         * src/news.c
11295         * src/procheader.c
11296         * src/unmime.c
11297                 Better fix for \n's in headers (don't 
11298                 break Received: and others)
11299
11300 2006-06-20 [paul]       2.3.1cvs2
11301
11302         * src/alertpanel.c
11303         * src/textview.c
11304                 improve legibility of phishing attempt
11305                 dialog
11306
11307 2006-06-20 [paul]       2.3.1cvs1
11308
11309         * NEWS
11310         * README
11311         * configure.ac
11312                 Update version number following
11313                 stable release
11314
11315 2006-06-20 [colin]      2.3.0cvs26
11316
11317         * src/compose.c
11318                 When dragging a file to the text of the compose
11319                 window, ask whether we want to insert or attach
11320                 (I know lots of people who do that to attach)
11321
11322 2006-06-20 [colin]      2.3.0cvs25
11323
11324         * src/etpan/imap-thread.c
11325                 Fix threshold (the append command is often > 32 bytes)
11326
11327 2006-06-19 [colin]      2.3.0cvs24
11328
11329         * src/imap.c
11330         * src/etpan/imap-thread.c
11331                 Workaround Rockliffe IMAP server bug: replace
11332                 "x UID SEARCH (ANSWERED UID 1:*)" with
11333                 "x UID SEARCH ANSWERED"
11334                 (Rockliffe doesn't handle the parenthesis)
11335
11336 2006-06-19 [colin]      2.3.0cvs23
11337
11338         * src/compose.c
11339         * src/imap.c
11340         * src/etpan/imap-thread.c
11341                 Probably fix bug #972 (Freezes when adding 
11342                 an attachment to the message)
11343         * src/common/defs.h
11344                 Modernize Firefox cmd
11345
11346
11347 2006-06-18 [colin]      2.3.0cvs22
11348
11349         * src/prefs_customheader.c
11350                 Only allow correct filenames for various
11351                 custom headers
11352
11353 2006-06-18 [colin]      2.3.0cvs21
11354
11355         * src/prefs_customheader.c
11356                 Add a 'From File...' button in custom headers prefs, which
11357                 try to do the right thing: 
11358                 for normal headers, use file as plaintext,
11359                 for X-Face, calls compface,
11360                 for Face, encode to b64.
11361
11362 2006-06-17 [colin]      2.3.0cvs20
11363
11364         * src/mh.c
11365                 Warning fix
11366
11367 2006-06-16 [colin]      2.3.0cvs19
11368
11369         * src/summaryview.c
11370                 Recursive quicksearch: show message list
11371                 in current folder, *then* search children
11372                 in the background.
11373
11374 2006-06-16 [colin]      2.3.0cvs18
11375
11376         * src/main.c
11377                 Instead of ignoring SIGPIPE, save caches
11378                 when getting one. Will fix the fact that
11379                 hot caches are out-of-date when logging 
11380                 out of Xorg.
11381         * src/compose.c
11382         * src/prefs_compose_writing.c
11383                 Only save text (not attachments) when 
11384                 auto-saving to drafts
11385         * src/unmime.c
11386                 Always replace \n, \r and \t with spaces
11387                 in headers
11388         * manual/dist/html/Makefile.am
11389         * manual/dist/pdf/Makefile.am
11390         * manual/dist/ps/Makefile.am
11391         * manual/dist/txt/Makefile.am
11392         * manual/fr/dist/html/Makefile.am
11393         * manual/fr/dist/pdf/Makefile.am
11394         * manual/fr/dist/ps/Makefile.am
11395         * manual/fr/dist/txt/Makefile.am
11396         * manual/pl/dist/html/Makefile.am
11397         * manual/pl/dist/pdf/Makefile.am
11398         * manual/pl/dist/ps/Makefile.am
11399         * manual/pl/dist/txt/Makefile.am
11400                 Fix make clean removing pregenerated manuals
11401
11402
11403 2006-06-16 [colin]      2.3.0cvs17
11404
11405         * src/plugins/pgpcore/sgpgme.c
11406         * src/plugins/pgpmime/pgpmime.c
11407         * src/plugins/pgpinline/pgpinline.c
11408                 Better error reporting in setup_signers.
11409                 Don't fallback to default key if specified
11410                 key isn't found.
11411                 Don't allow signing if more than one secret
11412                 key matches the one specified in prefs.
11413
11414 2006-06-15 [colin]      2.3.0cvs16
11415
11416         * src/folderview.c
11417                 Add "Send queue" in the folder's contextual
11418                 menu
11419         * src/compose.c
11420         * src/messageview.c
11421         * src/privacy.c
11422         * src/privacy.h
11423         * src/procmime.c
11424         * src/procmsg.c
11425         * src/plugins/pgpcore/passphrase.c
11426         * src/plugins/pgpcore/sgpgme.c
11427         * src/plugins/pgpinline/pgpinline.c
11428         * src/plugins/pgpmime/pgpmime.c
11429                 Better error reporting
11430         * src/mbox.c
11431                 Probably fix bug #971 (2.2.3 cannot read mail 
11432                 from local mbox)
11433
11434
11435 2006-06-15 [mones]      2.3.0cvs15
11436
11437         * tools/make.themes.project
11438                 creates the themes project from the web page
11439
11440 2006-06-15 [colin]      2.3.0cvs14
11441
11442         * src/folder.c
11443                 Better fix (avoid losing the folder if scan_tree 
11444                 fails)
11445
11446 2006-06-15 [cleroy]     2.3.0cvs13
11447
11448         * src/folder.c
11449                 Probably fix Bug #969 (crash on rebuilding 
11450                 imap folder)
11451
11452 2006-06-14 [colin]      2.3.0cvs12
11453
11454         * manual/dtd/manual.xsl
11455         * manual/sylpheed-claws-manual.xml
11456         * manual/fr/sylpheed-claws-manual.xml
11457         * manual/pl/sylpheed-claws-manual.xml
11458                 Insert pagebreaks between sections
11459
11460 2006-06-14 [paul]       2.3.0cvs11
11461
11462         * configure.ac
11463                 better fix than 2.3.0cvs10
11464
11465 2006-06-14 [paul]       2.3.0cvs10
11466
11467         * configure.ac
11468                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11469                 (backwards compatible)
11470
11471 2006-06-13 [colin]      2.3.0cvs9
11472
11473         * src/messageview.c
11474                 Fix sending of return receipt with the new queue folders
11475
11476 2006-06-13 [wwp]        2.3.0cvs8
11477
11478         * src/quote_fmt_lex.l
11479                 fix wrong tokens returned in quote_fmt lexer, query not().
11480
11481 2006-06-13 [wwp]        2.3.0cvs7
11482
11483         * src/folder.c
11484         * src/prefs_folder_item.c
11485                 allow changing folder type even when folder is not a top-level one,
11486                 thanks to Colin.
11487
11488 2006-06-12 [colin]      2.3.0cvs6
11489
11490         * src/folderview.c
11491                 Fix double-ask of "Do you want to mark all
11492                 as read"
11493
11494 2006-06-12 [colin]      2.3.0cvs5
11495
11496         * src/compose.c
11497         * src/compose.h
11498         * src/folder.c
11499         * src/folder.h
11500         * src/imap.c
11501         * src/inc.c
11502         * src/main.c
11503         * src/messageview.c
11504         * src/mh.c
11505         * src/prefs_folder_item.c
11506         * src/procheader.c
11507         * src/procmime.c
11508         * src/procmsg.c
11509         * src/procmsg.h
11510         * src/send_message.c
11511         * src/summaryview.c
11512         * src/toolbar.c
11513                 Apply bug #964's patch (Queue and drafts aren't normal)
11514                 The Drafts and Queue folder now contain RFC-822 files,
11515                 allowing to move and copy mails from and to these 
11516                 folders. Moving from Drafts to Queue will prepare the
11517                 mail for sending (PGP signature, encryption, etc).
11518                 This patch also rework sending errors handling to try
11519                 to be more helpful.
11520                 Also, allow redefining folder types via the GUI 
11521                 (Folder type in its Properties)
11522
11523 2006-06-12 [colin]      2.3.0cvs4
11524
11525         * src/summaryview.c
11526         * src/prefs_common.c
11527         * src/prefs_common.h
11528         * src/gedit-print.c
11529                 Allow to define a specific print font - patch
11530                 by Bernhard Walle <bernhard.walle@gmx.de>
11531         * src/prefs_fonts.c
11532         * manual/advanced.xml
11533         * manual/fr/advanced.xml
11534                 Add a hidden pref to allow deletion without
11535                 confirmation
11536
11537 2006-06-12 [wwp]        2.3.0cvs3
11538
11539         * .cvsignore
11540                 more files to ignore.
11541
11542 2006-06-12 [wwp]        2.3.0cvs2
11543
11544         * src/quote_fmt.c
11545         * src/quote_fmt_lex.l
11546         * src/quote_fmt_parse.y
11547                 extend the quote_fmt parser (templates and quotes):
11548                 - allow limited sub-expressions in |p{} and |f{} expressions,
11549                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11550                 - implemented/fixed missing implementation of query_references and show_references,
11551                 - completed, fixed contents and format of the symbols help dialog,
11552                 - fix some compilation warnings.
11553
11554 2006-06-12 [wwp]        2.3.0cvs1
11555
11556         * manual/advanced.xml
11557         * manual/fr/advanced.xml
11558                 updates in the "templates" section of the manual (eng/fr):
11559                  - be more precise (both versions)
11560                  - completed to match the english reference (fr version)
11561                  - touchups (both versions)
11562
11563 2006-06-12 [paul]       2.3.0
11564
11565         2.3.0 released
11566
11567 2006-06-12 [paul]       2.2.3cvs14
11568
11569         * po/ca.po
11570         * po/cs.po
11571         * po/de.po
11572         * po/el.po
11573         * po/fr.po
11574         * po/it.po
11575         * po/pt_BR.po
11576         * po/sr.po
11577         * po/zh_CN.po
11578                 updated by Miquel Oliete, Tim, Stephan Sachse,
11579                 Stavros Giannouris, Fabien Vantard, Andrea
11580                 Spadaccini, Frederico Goncalves Guimaraes,
11581                 Aleksandar Urosevic, and Ralgh Young
11582
11583 2006-06-12 [colin]      2.2.3cvs13
11584
11585         * src/mbox.c
11586                 Add missing header
11587
11588 2006-06-11 [colin]      2.2.3cvs12
11589
11590         * src/msgcache.c
11591                 Verify that g_malloc() succeeded
11592
11593 2006-06-11 [colin]      2.2.3cvs11
11594
11595         * src/wizard.c
11596                 Add Face header to welcome mail
11597
11598 2006-06-10 [colin]      2.2.3cvs10
11599
11600         * src/textview.c
11601                 Revert previous (Forgot it changes the
11602                 margin on the whole mail)
11603
11604 2006-06-10 [colin]      2.2.3cvs9
11605
11606         * src/textview.c
11607                 Don't overlap long headers under (X-)Face
11608
11609 2006-06-10 [mones]      2.2.3cvs8
11610
11611         * manual/xml2pdf
11612                 allow generation of manual on systems lacking saxon binary
11613                 but with java and the saxon library installed
11614
11615         * po/es.po
11616                 updated for release
11617
11618 2006-06-09 [colin]      2.2.3cvs7
11619
11620         * src/summaryview.c
11621                 Fix leak when using Display Sender using Addressbook
11622
11623 2006-06-09 [colin]      2.2.3cvs6
11624
11625         * src/compose.c
11626         * src/folder.c
11627         * src/folderview.c
11628         * src/mimeview.c
11629         * src/summaryview.c
11630                 More leaks fixes
11631
11632 2006-06-09 [paul]       2.2.3cvs5
11633
11634         * AUTHORS
11635         * src/gtk/authors.h
11636         * tools/claws.i18n.status.pl
11637                 updated with new info
11638
11639 2006-06-09 [paul]       2.2.3cvs4
11640
11641         * README
11642                 updated
11643         * manual/ack.xml
11644                 add wwp to authors list
11645         * src/gtk/authors.h
11646                 update mine and Colin's addresses
11647
11648 2006-06-08 [colin]      2.2.3cvs3
11649
11650         * src/etpan/imap-thread.c
11651                 Fix leak on SSL cert check
11652
11653 2006-06-08 [colin]      2.2.3cvs2
11654
11655         * src/common/utils.c
11656                 Fix leak
11657
11658 2006-06-08 [paul]       2.2.3cvs1
11659
11660         * configure.ac
11661                 Update version number following
11662                 stable release
11663
11664 2006-06-07 [colin]      2.2.2cvs3
11665
11666         * src/msgcache.c
11667                 Fix catching cache read errors (guint instead of gint)
11668                 Prevent malloc'ing more than 8MB (means cache corruption)
11669
11670 2006-06-07 [paul]       2.2.2cvs2
11671
11672         * src/exporthtml.c
11673         * src/exportldif.c
11674         * src/mh.c
11675         * src/mutt.c
11676         * src/pine.c
11677         * src/common/utils.c
11678                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11679                 obey $HOME'
11680                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11681                 Thanks to Colin
11682
11683 2006-06-06 [paul]       2.2.2cvs1
11684
11685         * configure.ac
11686                 Update version number following
11687                 stable release
11688
11689 2006-06-06 [paul]       2.2.1cvs6
11690
11691         * src/matcher.c
11692                 fix  implicit declaration of
11693                 sylpheed_do_idle()
11694                 Patch by Fabien Vantard
11695
11696 2006-06-06 [paul]       2.2.1cvs5
11697
11698         * src/matcher.c
11699                 fix age_greater and age_lower so that they
11700                 mean what say and not '...or equal to'
11701                 Thanks to Colin
11702
11703 2006-06-06 [paul]       2.2.1cvs4
11704
11705         * src/textview.c
11706         * src/common/utils.c
11707                 fix URI check
11708                 Thanks to Colin
11709
11710 2006-06-05 [wwp]        2.2.1cvs3
11711
11712         * manual/fr/account.xml
11713                 minor language fixes (thanks to Fabien Vantard).
11714
11715 2006-06-05 [colin]      2.2.1cvs2
11716
11717         * src/prefs_folder_item.c
11718         * src/folderview.c
11719                 Allow recursive setting of properties 
11720                 for whole mailboxes
11721         * src/matcher.c
11722                 Don't freeze on 'test' filtering rule
11723
11724 2006-06-05 [colin]      2.2.1cvs1
11725
11726         * configure.ac
11727                 Update version number following
11728                 stable release
11729
11730 2006-06-04 [wwp]        2.2.0cvs82
11731
11732         * manual/glossary.xml
11733         * manual/account.xml
11734         * manual/fr/glossary.xml
11735         * manual/fr/account.xml
11736                 added glossary section and references/links related to the Face custom header.
11737
11738 2006-06-04 [colin]      2.2.0cvs81
11739
11740         * src/summaryview.c
11741                 Skip to next message on move with no
11742                 immediate execution
11743
11744 2006-06-04 [wwp]        2.2.0cvs80
11745
11746         * manual/xml2pdf
11747                 added sanity checks, exit when needed.
11748
11749 2006-06-03 [paul]       2.2.0cvs79
11750
11751         * src/prefs_receive.c
11752                 page name is now 'Receiving'
11753         * src/prefs_send.c
11754                 page name is now 'Sending'
11755
11756 2006-06-03 [colin]      2.2.0cvs78
11757
11758         * src/plugins/spamassassin/spamassassin_gtk.c
11759                 Autoswitch to Localhost if transport was previously
11760                 disabled. Else people had to check [] Enable, then
11761                 *reselect* transport.
11762
11763 2006-06-03 [colin]      2.2.0cvs77
11764
11765         * src/plugins/pgpinline/pgpinline.c
11766         * src/plugins/pgpmime/pgpmime.c
11767                 Check that gpg_data_release_and_get_mem 
11768                 didn't fail (now, why this happens...)
11769
11770 2006-06-03 [colin]      2.2.0cvs76
11771
11772         * src/mbox.c
11773                 Fix bug #962 (Manual and/or UI should 
11774                 warn about incompatible locking 
11775                 causing dataloss)
11776
11777 2006-06-02 [cleroy]     2.2.0cvs75
11778
11779         * src/filtering.c
11780         * src/folder.c
11781         * src/procmsg.c
11782         * src/summaryview.c
11783                 Fix a few leaks
11784
11785 2006-06-02 [colin]      2.2.0cvs74
11786
11787         * src/main.c
11788                 On exit, free caches after writing them
11789                 Shuts up some valgrind false positives
11790         * src/procmsg.c
11791         * src/send_message.c
11792                 Fix races when reusing existing SMTP connections
11793                 Fix inexistant session timeout
11794         * src/toolbar.c
11795                 Display alertpanel after all queues have
11796                 been processed, not after each
11797
11798 2006-06-02 [wwp]        2.2.0cvs73
11799
11800         * manual/fr/glossary.xml
11801         * manual/fr/ack.xml
11802         * manual/ack.xml
11803                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11804
11805 2006-06-02 [wwp]        2.2.0cvs72
11806
11807         * manual/xml2pdf
11808         * manual/dist/pdf/Makefile.am
11809         * manual/dtd/manual.xsl
11810         * manual/fr/dist/pdf/Makefile.am
11811         * manual/pl/dist/pdf/Makefile.am
11812                 we changed the procedure to generate the .pdf version of the manual.
11813                 The procedure is more modern and the .pdf we get now has a valid index.
11814                 Here are the new pre-requisites:
11815
11816                 - JRE 1.x (1.4 here): there must be one from your distro
11817                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
11818                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
11819                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
11820
11821                 See my posts for further info about the installation of this toolchain:
11822
11823                 Date: Fri, 19 May 2006 19:40:06 +0200
11824                 From: wwp <subscript@free.fr>
11825                 To: sylpheed-claws-devel@lists.sourceforge.net
11826                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
11827
11828                 and
11829
11830                 Date: Wed, 24 May 2006 12:58:49 +0200
11831                 From: wwp <subscript@free.fr>
11832                 To: sylpheed-claws-devel@lists.sourceforge.net
11833                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
11834
11835 2006-06-01 [colin]      2.2.0cvs71
11836
11837         * src/compose.c
11838                 Better guards against IMAP races
11839         * src/main.c
11840         * src/prefs_common.c
11841         * src/prefs_common.h
11842         * src/common/ssl_certificate.c
11843         * src/etpan/imap-thread.c
11844         * src/etpan/imap-thread.h
11845         * src/gtk/sslcertwindow.c
11846                 New hidden option ssl_skip_cert_check to 
11847                 avoid dups of bug #959 (libetpan linked
11848                 against gnutls and gnutls buggy on 64bit)
11849                 Present expired warning only once per
11850                 session/server.
11851         * manual/advanced.xml
11852         * manual/fr/advanced.xml
11853                 Document new option
11854
11855 2006-06-01 [wwp]        2.2.0cvs70
11856
11857         * src/messageview.c
11858                 fix for bug #961 (return receipt dialog 
11859                 complains incorrectly about return-path 
11860                 email adress being different), thanks 
11861                 to Colin.
11862
11863 2006-05-31 [cleroy]     2.2.0cvs69
11864
11865         * src/common/ssl.c
11866                 Guard against NULLs, although this
11867                 should never be an issue
11868
11869 2006-05-31 [colin]      2.2.0cvs68
11870
11871         * src/filtering.c
11872                 Use g_slist_prepend
11873         * src/imap.c
11874                 Don't remove caches when destroying folder, it
11875                 could (should) be done at exit
11876         * src/inc.c
11877                 free processing cache after incorporation
11878         * src/etpan/imap-thread.c
11879                 Maybe fix bug #959 (Crash on moving to emails 
11880                 to a imap account per ssl with a expired 
11881                 certificate.)
11882
11883 2006-05-30 [colin]      2.2.0cvs67
11884
11885         * src/summaryview.c
11886                 Put back event flush when displaying message
11887                 It avoids reading a bunch of messages just
11888                 by hitting shift-n for too long ;)
11889
11890 2006-05-29 [colin]      2.2.0cvs66
11891
11892         * src/summaryview.c
11893                 Remove useless g_warnings
11894
11895 2006-05-29 [colin]      2.2.0cvs65
11896
11897         * src/imap.c
11898                 Fix g_slist_append()s for performance
11899
11900 2006-05-29 [colin]      2.2.0cvs64
11901
11902         * src/compose.c
11903         * src/common/utils.c
11904                 Fix extraneous tab at start of addresses
11905         * src/mainwindow.c
11906                 Fix warnings (thanks to Fabien)
11907                 Fix crash at exit when composing messages 
11908                 exist
11909         * src/pop.c
11910                 Fix progress bar when deleting expired mails
11911                 Thanks to Hiro
11912         * src/summaryview.c
11913         * src/gtk/gtksctree.c
11914                 Fix re-sorting slowness
11915
11916 2006-05-29 [paul]       2.2.0cvs63
11917
11918         * src/mh.c
11919                 fetch full message when moving mails
11920                 from another mailbox, (fixed data loss
11921                 when filtering from IMAP to MH, introduced
11922                 in 2.2.0cvs57).
11923                 Thanks to Colin
11924
11925 2006-05-29 [mones]      2.2.0cvs62
11926
11927         * src/gtk/gtksctree.c
11928                 Unselect faster (patch by Colin)        
11929
11930 2006-05-26 [colin]      2.2.0cvs61
11931
11932         * src/summaryview.c
11933                 Unplug MSGINFO_UPDATE callback on delete too.
11934
11935 2006-05-26 [colin]      2.2.0cvs60
11936
11937         * src/foldersel.c
11938                 Fix bold in folder selection window with glib2.10
11939                 thanks Hiro
11940
11941 2006-05-26 [colin]      2.2.0cvs59
11942
11943         * src/procheader.c
11944                 Convert date only if necessary (and don't
11945                 try to convert from utf8 to utf8, too)
11946         * src/summaryview.c
11947                 Only set column's text if the column's 
11948                 displayed
11949
11950 2006-05-26 [colin]      2.2.0cvs58
11951
11952         * src/summaryview.c
11953         * src/gtk/gtkutils.c
11954                 Fix useless warning
11955
11956 2006-05-26 [colin]      2.2.0cvs57
11957
11958         * src/mainwindow.c
11959                 Make summaryview selectable as long as 
11960                 no message has focus
11961         * src/mh.c
11962                 Faster deletion (by implementing mh_remove_msgs)
11963                 Faster copy (avoid using mh_fetch_msg just to get
11964                 the filename)
11965                 Faster move (using move_file instead of copy_file
11966                 if MSG_IS_MOVE)
11967                 No progressbar if total number of mails to cp/mv 
11968                 is less than 100
11969         * src/summaryview.c
11970                 Fix removal from subject_table when mail gets moved
11971                 Faster deletion (g_slist_prepend instead of append)
11972         * src/gtk/gtksctree.c
11973                 Remove useless code
11974
11975 2006-05-25 [colin]      2.2.0cvs56
11976
11977         * src/common/ssl_certificate.c
11978                 Fix leak in expired cert check
11979
11980 2006-05-25 [colin]      2.2.0cvs55
11981
11982         * src/mh.c
11983                 Disable flags syncing on .mh_sequences - it
11984                 is buggy and marks mails read under unknown
11985                 conditions.
11986
11987 2006-05-25 [paul]
11988
11989         * 2.3.0-rc4 released
11990
11991 2006-05-24 [colin]      2.2.0cvs54
11992
11993         attention cvs users: if you manage to crash
11994         Sylpheed-Claws while moving, copying or deleting
11995         mails, we *are* interested in stack traces and
11996         valgrind logs. It looks stable, but one never
11997         knows...
11998
11999         * src/folder.c
12000                 Add progressbar for cache updates
12001         * src/folderutils.c
12002                 Optimize Mark all read in the current
12003                 folder
12004         * src/mh.c
12005                 Add progressbar for copy/move
12006         * src/procmsg.c
12007                 Optimize O(n^2) in copy/move
12008         * src/summaryview.c
12009         * src/gtk/gtksctree.c
12010                 Optimize O(n^2) algos
12011         * src/common/timing.h
12012                 Display ms instead of us
12013
12014 2006-05-24 [wwp]        2.2.0cvs53
12015
12016         * manual/fr/advanced.xml
12017                 updates to the French manual.
12018
12019 2006-05-24 [wwp]        2.2.0cvs52
12020
12021         * src/common/utils.c
12022                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12023
12024 2006-05-24 [wwp]        2.2.0cvs51
12025
12026         * src/folderutils.c
12027                 fixed "mark all read" in MH folders (thanks to Colin).
12028
12029 2006-05-24 [paul]       2.2.0cvs50
12030
12031         * doc/man/sylpheed-claws.1
12032                 updated the man page
12033
12034 2006-05-23 [colin]      2.2.0cvs49
12035
12036         * src/folderview.c
12037         * src/imap.c
12038         * src/inc.c
12039         * src/mbox.c
12040         * src/messageview.c
12041         * src/news.c
12042         * src/send_message.c
12043         * src/summaryview.c
12044         * src/gtk/sslcertwindow.c
12045                 alertpanel fixes, by Fabien
12046
12047 2006-05-23 [colin]      2.2.0cvs48
12048
12049         * src/folder.c
12050         * src/folderview.c
12051         * src/msgcache.c
12052         * src/summaryview.c
12053         * src/gtk/gtksctree.c
12054         * src/gtk/gtksctree.h
12055                 More timings
12056                 Fix slow loading problem, which was caused by the
12057                 use of some gtk_ctree funcs and their use of
12058                 g_list_position while gtk_ctree_(un)link'ing.
12059                 Reap more functions from gtkctree.c to be sure we
12060                 use our (fast) version instead of theirs.
12061         * src/mh.c
12062                 Fix copy of unread mails
12063
12064
12065 2006-05-22 [wwp]        2.2.0cvs47
12066
12067         * manual/fr/advanced.xml
12068                 updated.
12069
12070 2006-05-22 [colin]      2.2.0cvs46
12071
12072         * src/filtering.c
12073                 Fix possible infinite loop. 'copy' is not a 
12074                 final action, so when encountering a 'copy',
12075                 we have to check if a previous one was set
12076                 and do it. In the same way, if we encounter
12077                 a 'move' we have to perform a possibly 
12078                 pending 'copy'. This will slow down filtering
12079                 on IMAP if move+copy or multiple copy actions
12080                 are to be done, but handling it via the batch
12081                 would be really too convoluted.
12082
12083 2006-05-22 [wwp]        2.2.0cvs45
12084
12085         * manual/fr/advanced.xml
12086         * manual/fr/faq.xml
12087         * manual/fr/glossary.xml
12088         * manual/fr/handling.xml
12089         * manual/fr/intro.xml
12090         * manual/fr/plugins.xml
12091         * manual/fr/sylpheed-claws-manual.xml
12092                 sync w/ the english manual: updates URIs, documented mailing-list
12093                 support, better explanation about the enabled/disabled feature
12094                 in filtering/processing rules by Paul.
12095
12096 2006-05-21 [colin]      2.2.0cvs44
12097
12098         * src/summaryview.c
12099                 Don't expand after building threads, but during
12100
12101 2006-05-21 [colin]      2.2.0cvs43
12102
12103         * src/procmsg.c
12104         * src/summaryview.c
12105                 More timing possibilities... For next time I have 
12106                 to find out how the hell some 3GHz computer takes
12107                 one minute to open a 30k folder...
12108
12109 2006-05-21 [colin]      2.2.0cvs42
12110
12111         * manual/pl/advanced.xml
12112         * manual/pl/faq.xml
12113         * manual/pl/glossary.xml
12114         * manual/pl/handling.xml
12115         * manual/pl/intro.xml
12116         * manual/pl/plugins.xml
12117         * manual/pl/sylpheed-claws-manual.xml
12118                 Polish manual updated by Pawel
12119
12120 2006-05-20 [colin]
12121
12122         * 2.3.0-rc3 released
12123
12124 2006-05-20 [colin]      2.2.0cvs41
12125
12126         * src/imap.c
12127                 Fix -rc2 problems:
12128                 - remove cache of moved messages from original folder
12129                 - apply new flags to messages even if they aren't appliable
12130                   via IMAP.
12131
12132 2006-05-20 [colin]
12133
12134         * 2.3.0-rc2 released
12135
12136 2006-05-19 [colin]      2.2.0cvs40
12137
12138         * src/imap.c
12139                 Don't issue SELECT in imap_change_flags
12140                 before having checked that we indeed have
12141                 some flags to change. MSG_POSTFILTERED for
12142                 example can't be used on IMAP.
12143                 Fixes bug #955 (copying messages between 
12144                 imap folders is extremely slow), which was
12145                 a regression.
12146
12147 2006-05-19 [colin]      2.2.0cvs39
12148
12149         * src/folder.c
12150         * src/folder.h
12151         * src/folderview.c
12152                 Try to fix bug #830 (Some unread messages 
12153                 get marked read in IMAP inbox):
12154                 - Prevent scanning a folder if it's being 
12155                   opened via the GUI
12156                 - Postpone opening via the GUI of a folder
12157                   currently scanned.
12158
12159
12160 2006-05-19 [wwp]        2.2.0cvs38
12161
12162         * manual/advanced.xml
12163                 fix English+typo (thanks to Paul).
12164
12165 2006-05-19 [wwp]        2.2.0cvs37
12166
12167         * manual/advanced.xml
12168         * manual/fr/advanced.xml
12169         * src/gtk/logwindow.c
12170         * src/prefs_common.c
12171         * src/prefs_common.h
12172                 added hidden prefs to allow customization of colors used in
12173                 protocol log window (useful for dark gtk+ themes).
12174
12175 2006-05-19 [wwp]        2.2.0cvs36
12176
12177         * ChangeLog
12178                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12179
12180 2006-05-19 [paul]       2.2.0cvs35
12181
12182         * src/textview.c
12183                 make Reply-To fully clickable
12184         * src/gtk/logwindow.c
12185                 more colouring (SMTP ESMTP)
12186         Both patches by Pawel Pekala
12187
12188 2006-05-19 [cleroy]     2.2.0cvs34
12189
12190         * src/mh.c
12191                 Don't update flags from current folder
12192                 Probably fixes bug #935 (Read Messages 
12193                 Revert to Being Marked as Unread)
12194
12195 2006-05-18 [colin]      2.2.0cvs33
12196
12197         * src/imap.c
12198                 Warning fix
12199         * src/compose.c
12200         * src/mainwindow.c
12201         * src/summaryview.c
12202         * src/toolbar.c
12203                 Allow replying to multiple emails
12204                 in multiple windows
12205         * src/mimeview.c
12206         * src/etpan/imap-thread.c
12207                 Leak fixes
12208
12209 2006-05-18 [paul]       2.2.0cvs32
12210
12211         * src/summaryview.c
12212                 keep Mailing-List menu refreshed
12213                 Thanks to Colin
12214
12215 2006-05-18 [paul]       2.2.0cvs31
12216
12217         * manual/advanced.xml
12218         * manual/faq.xml
12219         * manual/glossary.xml
12220         * manual/handling.xml
12221         * manual/intro.xml
12222         * manual/plugins.xml
12223         * manual/sylpheed-claws-manual.xml
12224                 update URLs
12225                 add info about mailing-list support
12226                 edit filtering info
12227         * src/wizard.c
12228         * src/common/defs.h
12229         * src/gtk/about.c
12230         * src/plugins/dillo_viewer/README
12231                 update URLs
12232
12233 2006-05-17 [wwp]        2.2.0cvs30
12234
12235         * manual/handling.xml
12236         * manual/fr/handling.xml
12237                 documented the ability to enabled/disable filtering/processing rules.
12238
12239 2006-05-17 [colin]      2.2.0cvs29
12240
12241         * src/main.c
12242                 Don't initialize g_thread subsystem if it's 
12243                 already done (thanks to Hiro)
12244         * src/mimeview.c
12245                 Fix saving of parts when there name can't be
12246                 converted from UTF-8.
12247
12248 2006-05-17 [paul]       2.2.0cvs28
12249
12250         * po/Makefile.in.in
12251                 fix config.status warning with autoconf 2.60
12252
12253 2006-05-17 [paul]       2.2.0cvs27
12254
12255         * po/POTFILES.in
12256                 add src/mbox.c
12257
12258 2006-05-17 [wwp]        2.2.0cvs26
12259
12260         * src/mainwindow.c
12261                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12262
12263 2006-05-17 [wwp]        2.2.0cvs25
12264
12265         * src/plugins/demo/demo.c
12266                 updated product name in plugin demo (many plugins need to be
12267                 sync'ed w/ that change).
12268
12269 2006-05-17 [colin]      2.2.0cvs24
12270
12271         * src/mh.c
12272                 Fix leak
12273
12274 2006-05-16 [colin]      2.2.0cvs23
12275
12276         * src/mainwindow.c
12277                 Stupid me hit again. Fix cvs22.
12278
12279 2006-05-16 [colin]      2.2.0cvs22
12280
12281         * src/mainwindow.c
12282                 Fix bug #922 (sylpheed-claws crashed after 
12283                 pushing on Inbox folder)
12284
12285 2006-05-16 [colin]      2.2.0cvs21
12286
12287         * src/compose.c
12288                 Make From header be copy/paste/select-able
12289
12290 2006-05-16 [wwp]        2.2.0cvs20
12291
12292         * src/export.c
12293         * src/matcher.c
12294         * src/summaryview.c
12295         * src/etpan/imap-thread.c
12296                 fix some compiler warnings (thanks to Colin).
12297
12298 2006-05-16 [wwp]        2.2.0cvs19
12299
12300         * src/action.c
12301         * src/gedit-print.c
12302         * src/inc.c
12303         * src/mainwindow.c
12304         * src/mh.c
12305         * src/statusbar.c
12306         * src/send_message.c
12307         * src/summaryview.c
12308                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12309
12310 2006-05-15 [colin]      2.2.0cvs18
12311
12312         * src/procmsg.c
12313                 Fix automatic rule creation with List-Post
12314
12315 2006-05-15 [paul]       2.2.0cvs17
12316
12317         * tools/filter_conv_new.pl
12318                 updated for rule enabling/disabling
12319                 claws version >= 2.3.x required
12320
12321 2006-05-15 [cleroy]     2.2.0cvs16
12322
12323         * src/main.c
12324                 Revert test
12325
12326 2006-05-15 [cleroy]     2.2.0cvs15
12327
12328         * src/main.c
12329                 test
12330
12331 2006-05-15 [wwp]        2.2.0cvs14
12332
12333         * manual/pl/.cvsignore
12334                 ignore generated files.
12335
12336 2006-05-14 [wwp]        2.3.0-rc1
12337
12338         * 2.3.0-rc1 released
12339
12340 2006-05-13 [wwp]        2.2.0cvs13
12341
12342         * src/filtering.c
12343         * src/filtering.h
12344         * src/matcher.c
12345         * src/matcher_parser_lex.l
12346         * src/matcher_parser_parse.y
12347         * src/prefs_filtering.c
12348                 new feature: provide the ability to disable filtering and processing
12349                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12350                 adaptations.
12351
12352 2006-05-13 [colin]      2.2.0cvs12
12353
12354         * src/compose.c
12355                 Remove useless if (a) b; else b;
12356                 Thanks to wwp
12357
12358 2006-05-13 [wwp]        2.2.0cvs11
12359
12360         * src/export.c
12361         * src/import.c
12362         * src/mainwindow.c
12363         * src/mbox.c
12364         * src/summaryview.c
12365         * src/summaryview.h
12366                 no more silent failures (or at least less ones) when importing
12367                 or exporting from/to mbox. Also start importing/exporting if
12368                 the necessary info is set.
12369
12370 2006-05-13 [wwp]        2.2.0cvs10
12371
12372         * RELEASE_NOTES
12373                 restored up-to-date release notes.
12374
12375 2006-05-13 [paul]       2.2.0cvs9
12376
12377         * po/nl.po
12378         * po/ru.po
12379                 updated by Tim Dijkstra and Pavlo Bohmat
12380
12381 2006-05-12 [colin]      2.2.0cvs8
12382
12383         * src/gtk/quicksearch.c
12384                 Add "k" as shortcut for "colorlabel". Patch
12385                 by ath42@users.sf.net.
12386
12387 2006-05-12 [paul]       2.2.0cvs7
12388
12389         * src/prefs_common.h
12390         * src/prefs_summaries.c
12391         * src/summaryview.c
12392                 when entering a folder also allow
12393                 going directly to first Marked message
12394
12395 2006-05-12 [paul]       2.2.0cvs6
12396
12397         * src/summaryview.c
12398                 always obey 'confirm before marking all
12399                 mails read' option
12400
12401 2006-05-12 [paul]       2.2.0cvs5
12402
12403         * src/textview.c
12404                 make Sender fully clickable
12405
12406 2006-05-12 [colin]      2.2.0cvs4
12407
12408         * src/compose.c
12409         * src/compose.h
12410                 Let From be editable
12411         * src/main.c
12412         * src/mh.c
12413                 Full support of .mh_sequences' Unseen seq
12414
12415 2006-05-12 [colin]      2.2.0cvs3
12416
12417         * src/folder.c
12418         * src/mainwindow.c
12419         * src/mainwindow.h
12420         * src/messageview.c
12421         * src/prefs_spelling.c
12422         * src/procheader.c
12423         * src/procmsg.c
12424         * src/procmsg.h
12425         * src/summaryview.c
12426         * src/toolbar.c
12427         * src/toolbar.h
12428                 Add contextual menu on Compose toolbar
12429                 button. Fixes bug #944 (Automatic
12430                 addresses not applied when changing account
12431                 from compose window)
12432                 add Mailing List support
12433                 based on the old 0.6.5claws25 patch by
12434                 Melvin Hadasht, with finishing touches
12435                 by Colin
12436                 Fix "ignore thread" when mails are threaded by
12437                 subject (and weren't ignored although appearing
12438                 in the thread).
12439                 GUI rework.
12440                 Both patches by Pawel.
12441
12442 2006-05-08 [paul]       2.2.0cvs2
12443
12444         * src/mainwindow.c
12445         * src/mainwindow.h
12446         * src/messageview.c
12447         * src/procheader.c
12448         * src/procmsg.c
12449         * src/procmsg.h
12450         * src/summaryview.c
12451                 add Mailing List support
12452                 based on the old 0.6.5claws25 patch by 
12453                 Melvin Hadasht, with finishing touches
12454                 by Colin
12455
12456 2006-05-08 [colin]      2.2.0cvs1
12457
12458         * src/mainwindow.c
12459         * src/toolbar.c
12460         * src/toolbar.h
12461                 Add contextual menu on Compose toolbar 
12462                 button. Fixes bug #944 (Automatic 
12463                 addresses not applied when changing account 
12464                 from compose window)
12465
12466 2006-05-08 [paul]       2.2.0
12467
12468         2.2.0 released
12469
12470 2006-05-08 [paul]       2.1.1cvs51
12471
12472         * po/cs.po
12473         * po/de.po
12474         * po/en_GB.po
12475         * po/fi.po
12476         * po/fr.po
12477         * po/pt_BR.po
12478         * po/sr.po
12479         * po/zh_CN.po
12480                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12481                 Fabien Vantard, Frederico Goncalves Guimaraes,
12482                 Aleksandar Urosevic, and Ralgh Young
12483
12484 2006-05-12 [colin]      2.1.1cvs50
12485
12486         * po/cs.po
12487         * po/de.po
12488         * po/en_GB.po
12489         * po/es.po
12490         * po/fi.po
12491         * po/fr.po
12492         * po/pt_BR.po
12493         * po/sr.po
12494         * po/zh_CN.po
12495                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12496                 Fabien Vantard, Frederico Goncalves Guimaraes,
12497                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12498
12499 2006-05-05 [colin]      2.1.1cvs49
12500
12501         * manual/Makefile.am
12502         * manual/pl/Makefile.am
12503         * manual/pl/account.xml
12504         * manual/pl/ack.xml
12505         * manual/pl/addrbook.xml
12506         * manual/pl/advanced.xml
12507         * manual/pl/faq.xml
12508         * manual/pl/glossary.xml
12509         * manual/pl/gpl.xml
12510         * manual/pl/handling.xml
12511         * manual/pl/intro.xml
12512         * manual/pl/keyboard.xml
12513         * manual/pl/plugins.xml
12514         * manual/pl/starting.xml
12515         * manual/pl/sylpheed-claws-manual.xml
12516         * manual/pl/dist/.cvsignore
12517         * manual/pl/dist/Makefile.am
12518         * manual/pl/dist/html/.cvsignore
12519         * manual/pl/dist/html/Makefile.am
12520         * manual/pl/dist/pdf/.cvsignore
12521         * manual/pl/dist/pdf/Makefile.am
12522         * manual/pl/dist/ps/.cvsignore
12523         * manual/pl/dist/ps/Makefile.am
12524         * manual/pl/dist/txt/.cvsignore
12525         * manual/pl/dist/txt/Makefile.am
12526                 Add the polish translation of the manual,
12527                 Authored by Pawel Pekala.
12528
12529 2006-05-05 [cleroy]     2.1.1cvs48
12530
12531         * src/main.c
12532                 Re-read matcherrc after loading plugins 
12533                 if some of them add folders.
12534
12535 2006-05-03 [colin]      2.1.1cvs47
12536
12537         * src/imap.c
12538                 I'm idiot
12539
12540 2006-05-03 [colin]      2.1.1cvs46
12541
12542         * src/imap.c
12543                 Be sure to have a session when
12544                 getting separator
12545
12546 2006-05-03 [colin]      2.1.1cvs45
12547
12548         * src/imap.c
12549         * src/imap.h
12550         * src/imap_gtk.c
12551                 Fix preventing renaming with namespace 
12552                 separator.
12553
12554 2006-05-01 [colin]      2.1.1cvs44
12555
12556         * src/action.c
12557                 Don't reload messageview when result of
12558                 action is piped.
12559
12560 2006-04-29 [colin]      2.1.1cvs43
12561
12562         * src/prefs_receive.c
12563         * src/plugins/spamassassin/spamassassin_gtk.c
12564         * src/plugins/clamav/clamav_plugin_gtk.c
12565                 GUI fixes by Pawel
12566
12567 2006-04-29 [colin]      2.1.1cvs42
12568
12569         * src/prefs_compose_writing.c
12570         * src/prefs_quote.c
12571                 Cleanups. Patch by Pawel
12572
12573 2006-04-28 [paul]       2.1.1cvs41
12574
12575         * src/matcher.c
12576                 fix returned quick search results when search
12577                 term contains an underscore.
12578                 Thanks to Colin
12579
12580 2006-04-28 [paul]       2.1.1cvs40
12581
12582         * src/prefs_message.c
12583         * src/prefs_receive.c
12584                 GUI cleanups
12585                 Patches by Pawel Pekala
12586
12587 2006-04-27 [colin]      2.1.1cvs39
12588
12589         * src/wizard.c
12590                 Differentiate subject Welcome from
12591                 window's title Welcome
12592
12593 2006-04-27 [paul]
12594
12595         2.2.0-rc1 released
12596
12597 2006-04-27 [paul]       2.1.1cvs38
12598
12599         * manual/advanced.xml
12600         * manual/fr/advanced.xml
12601                 add info about compose_no_markup hidden pref
12602
12603 2006-04-27 [paul]       2.1.1cvs37
12604
12605         * src/prefs_account.c
12606                 improve privacy labels
12607         * src/prefs_msg_colors.c
12608                 change some strings for translators' convenience
12609         * src/gtk/gtkutils.c
12610                 don't underline the link button text
12611
12612 2006-04-25 [colin]      2.1.1cvs36
12613
12614         * src/folder.c
12615                 Complete 2.1.1cvs33 (once more ;)
12616
12617 2006-04-25 [colin]      2.1.1cvs35
12618
12619         * src/editldap.c
12620                 Fix tooltip
12621
12622 2006-04-25 [cleroy]     2.1.1cvs34
12623
12624         * src/compose.c
12625         * src/gtk/gtkaspell.c
12626                 Fix crash on redirect (related to the return 
12627                 of the aspell menu in compose's toolbar)
12628         * src/prefs_msg_colors.c
12629                 Fix sensitivity widgets
12630         * src/image_viewer.c
12631         * src/gtk/pluginwindow.c
12632         * src/gtk/prefswindow.c
12633                 Change released signals to clicked (Fabien)
12634         * po/POTFILES.in
12635         * src/common/socket.c
12636         * src/plugins/spamassassin/spamassassin.c
12637                 Translate strings (Fabien)
12638
12639 2006-04-25 [paul]       2.1.1cvs33
12640
12641         * src/folder.c
12642         * src/folder.h
12643         * src/folderview.c
12644                 complete the fix of bug #912
12645                 Thanks to Colin
12646
12647 2006-04-25 [colin]      2.1.1cvs32
12648
12649         * src/news.c
12650                 Better progress bar
12651         * src/mimeview.c
12652         * src/summaryview.c
12653         * src/summaryview.h
12654                 Fix focus chain
12655                 Patches by Pawel Pekala
12656
12657 2006-04-24 [colin]      2.1.1cvs31
12658
12659         * src/compose.c
12660                 Fix compilation warnings (Fabien)
12661
12662 2006-04-24 [colin]      2.1.1cvs30
12663
12664         * src/addrindex.c
12665         * src/editldap.c
12666         * src/editldap_basedn.c
12667         * src/editldap_basedn.h
12668         * src/ldapctrl.c
12669         * src/ldapctrl.h
12670         * src/ldapquery.c
12671         * src/ldaputil.c
12672         * src/ldaputil.h
12673                 Fix bug #901 (LDAPS support)
12674
12675 2006-04-24 [colin]      2.1.1cvs29
12676
12677         * src/compose.c
12678                 Fix logic on error with send dialog on
12679         * src/imap.c
12680                 Fix compilation without libetpan, thanks
12681                 to Fabien
12682         * src/summaryview.c
12683                 Fix 'context-menu' key
12684
12685 2006-04-23 [colin]      2.1.1cvs28
12686
12687         * src/folder.c
12688                 Never free current's cache to free up 
12689                 memory. Fixes bug #912 (new count 
12690                 randomly set to message count)
12691
12692 2006-04-23 [colin]      2.1.1cvs27
12693
12694         * src/gtk/quicksearch.c
12695                 And remove printf...
12696
12697 2006-04-23 [colin]      2.1.1cvs26
12698
12699         * src/gtk/quicksearch.c
12700                 Fix replacing in quicksearch, and fix inserting
12701                 in the middle of the string. (introduced at 2.1.0cvs22)
12702
12703 2006-04-23 [colin]      2.1.1cvs25
12704
12705         * src/imap.c
12706                 Make sure uidnext is initialized in get_num_list
12707                 (not for stable, related to 2.1.1cvs8 and friends)
12708
12709 2006-04-23 [colin]      2.1.1cvs24
12710
12711         * src/imap.c
12712                 Output something when login is successful
12713                 too
12714
12715 2006-04-23 [colin]      2.1.1cvs23
12716
12717         * src/etpan/imap-thread.c
12718                 Better logging (line-per-line, hide data in fetch)
12719                 Fix a const warning
12720         * src/gtk/logwindow.c
12721         * src/gtk/logwindow.h
12722                 Better logging (color for input/output)
12723
12724 2006-04-21 [colin]      2.1.1cvs22
12725
12726         * src/gtk/quicksearch.c
12727                 On gtk+-2.8, use stock buttons in quicksearch
12728                 Based on a patch by Fabien and a design by Paul
12729
12730 2006-04-21 [colin]      2.1.1cvs21
12731
12732         * src/folderview.c
12733         * src/mainwindow.c
12734                 Fix occasional flicker in folderview
12735         * src/common/utils.c
12736                 Fix bug #943 (Incorrectly parsed email address 
12737                 list in short headers on message view and in 
12738                 printouts)
12739
12740 2006-04-20 [colin]      2.1.1cvs20
12741
12742         * src/imap.c
12743         * src/imap.h
12744         * src/prefs_account.c
12745                 Add ANONYMOUS auth for IMAP
12746
12747 2006-04-20 [paul]       2.1.1cvs19
12748
12749         * src/main.c
12750                 proper fix for 2.1.1cvs18
12751                 Thanks to Colin
12752
12753 2006-04-20 [paul]       2.1.1cvs18
12754
12755         * src/main.c
12756                 fix build warnings
12757
12758 2006-04-20 [paul]       2.1.1cvs17
12759
12760         * src/gtk/quicksearch.c
12761                 fix standard, non-extended Quick search,
12762                 was broken in 2.1.1cvs15.
12763                 Thanks to Colin.
12764
12765 2006-04-20 [colin]      2.1.1cvs16
12766
12767         * src/prefs_matcher.c
12768                 Fix values when reselecting a ~test
12769                 rule
12770
12771 2006-04-19 [colin]      2.1.1cvs15
12772
12773         * src/compose.c
12774         * src/compose.h
12775         * src/gtk/gtkaspell.c
12776         * src/gtk/gtkaspell.h
12777                 Put back Options menu in Spelling/
12778         * src/gtk/quicksearch.c
12779                 Don't search, and show error, if the
12780                 advanced search has a syntax error
12781
12782 2006-04-18 [colin]      2.1.1cvs14
12783
12784         * src/textview.c
12785                 Fix gdk warnings on set_cursor when textview
12786                 isn't visible
12787
12788 2006-04-18 [colin]      2.1.1cvs13
12789
12790         * src/gtk/gtksctree.c
12791                 Remove seemingly useless refresh that causes
12792                 flicker - watch this commit in case of 
12793                 problems before planned backport to stable
12794
12795 2006-04-18 [colin]      2.1.1cvs12
12796
12797         * src/imap.c
12798                 Factorize get/set_xml code
12799         * src/compose.c
12800         * src/prefs_account.c
12801         * src/prefs_account.h
12802         * src/procmsg.c
12803                 Add Encrypt to self option
12804
12805 2006-04-17 [colin]      2.1.1cvs11
12806
12807         * configure.ac
12808                 Fix search on encrpyt function on dragonfly
12809                 Patch by Jonathan Buschmann <jonthn@agmact.com>
12810
12811 2006-04-17 [colin]      2.1.1cvs10
12812
12813         * src/prefs_account.c
12814                 Be safe by default: remove mails from POP3
12815                 after 7 days, not immediately
12816
12817 2006-04-17 [colin]      2.1.1cvs9
12818
12819         * src/etpan/imap-thread.c
12820                 Fix build on DragonFly - patch by 
12821                 Jonathan Buschmann <jonthn@agmact.com>
12822
12823 2006-04-17 [colin]      2.1.1cvs8
12824
12825         * src/imap.c
12826                 Save uidnext between sessions
12827
12828 2006-04-17 [colin]      2.1.1cvs7
12829
12830         * src/imap.c
12831                 scan is required when uid validity changes
12832
12833 2006-04-17 [colin]      2.1.1cvs6
12834
12835         * src/folderview.c
12836                 Don't scan if not necessary, apart in current
12837                 folder and INBOX to fetch flags.
12838         * src/imap.c
12839                 Scan is necessary if unread count changes
12840
12841 2006-04-17 [colin]      2.1.1cvs5
12842
12843         * src/imap.c
12844                 ...But always fetch ANSWERED and DELETED flags for
12845                 INBOX, as filtering can happen on these flags.
12846
12847 2006-04-17 [colin]      2.1.1cvs4
12848
12849         * src/imap.c
12850                 Don't fetch REPLIED and DELETED flags when synchronising
12851                 flags with a closed folder. We only need UNSEEN and FLAGGED
12852                 to update the folderview.
12853
12854 2006-04-17 [colin]      2.1.1cvs3
12855
12856         * src/imap.c
12857                 Faster flag search when there are new mails 
12858                 in a folder. We can do a full search if the 
12859                 folder contains less messages than the new
12860                 list.
12861
12862 2006-04-17 [colin]      2.1.1cvs2
12863
12864         * po/cs.po
12865         * po/de.po
12866         * po/fr.po
12867         * po/nl.po
12868         * po/pt_BR.po
12869                 Update translations from stable branch
12870
12871 2006-04-17 [colin]      2.1.1cvs1
12872
12873         * configure.ac
12874                 Bump version to follow stable release
12875
12876 2006-04-16 [mones]      2.1.0cvs50
12877
12878         * po/es.po
12879                 Updated for release
12880
12881 2006-04-16 [colin]      2.1.0cvs49
12882
12883         * src/textview.c
12884                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
12885                 with gtk < 2.8. Thanks to Fabien Vantard.
12886
12887 2006-04-15 [colin]      2.1.0cvs48
12888
12889         * src/etpan/imap-thread.c
12890                 Fix bug #919 (libetpan: SEGV when connecting 
12891                 using command)
12892
12893 2006-04-14 [colin]      2.1.0cvs47
12894
12895         * src/main.c
12896                 Fix race on --select (should be done better)
12897
12898 2006-04-14 [wwp]        2.1.0cvs46
12899
12900         * src/send_message.c
12901                 enforce a check for domain in account prefs (a sending
12902                 error could be faced if domain was checked but no value set),
12903                 thanks to Colin.
12904
12905 2006-04-14 [colin]      2.1.0cvs45
12906
12907         * src/codeconv.c
12908                 when converting from unknown to unknown, if the
12909                 string is UTF8, don't convert it to the locale
12910                 (which breaks it)
12911
12912 2006-04-14 [colin]      2.1.0cvs44
12913
12914         * src/compose.c
12915                 Don't try to use ASCII for converting headers
12916                 (as done in body)
12917
12918 2006-04-14 [paul]       2.1.0cvs43
12919
12920         * src/crash.c
12921                 add locale/charset info to crash report
12922         * src/gtk/about.c
12923                 add wwp to doc team
12924                 replace 'e-mail' with preferred 'email'
12925         * src/gtk/authors.h
12926                 ensure contributors list is in alphabetical
12927                 order
12928
12929 2006-04-13 [colin]      2.1.0cvs42
12930
12931         * src/textview.c
12932                 Prevent gdk warnings
12933
12934 2006-04-13 [colin]      2.1.0cvs41
12935
12936         * src/common/ssl_certificate.c
12937         * src/common/ssl_certificate.h
12938         * src/gtk/sslcertwindow.c
12939                 Warn on expired certs, and display the expiration date
12940
12941 2006-04-13 [colin]      2.1.0cvs40
12942
12943         * src/plugins/spamassassin/spamassassin_gtk.c
12944                 Fix missing set_text on unix socket
12945
12946 2006-04-13 [wwp]        2.1.0cvs39
12947
12948         * manual/fr/advanced.xml
12949         * manual/fr/glossary.xml
12950                 applied new spam/ham/email lexicon (pourriel, courriel)
12951
12952 2006-04-13 [paul]       2.1.0cvs38
12953
12954         * src/plugins/pgpmime/plugin.c
12955                 remove the mention of S/MIME from the
12956                 description. This is now handled by the
12957                 S/MIME plugin.
12958
12959 2006-04-13 [paul]       2.1.0cvs37
12960
12961         * src/prefs_msg_colors.c
12962                 rework dialog
12963         * src/prefs_folder_item.c
12964         * src/prefs_spelling.c
12965                 add a tooltip to the colour selector buttons
12966
12967 2006-04-13 [wwp]        2.1.0cvs36
12968
12969         * manual/advanced.xml
12970         * manual/glossary.xml
12971         * manual/handling.xml
12972         * manual/keyboard.xml
12973         * manual/plugins.xml
12974         * manual/starting.xml
12975         * manual/fr/account.xml
12976         * manual/fr/ack.xml
12977         * manual/fr/addrbook.xml
12978         * manual/fr/advanced.xml
12979         * manual/fr/faq.xml
12980         * manual/fr/glossary.xml
12981         * manual/fr/gpl.xml
12982         * manual/fr/handling.xml
12983         * manual/fr/intro.xml
12984         * manual/fr/keyboard.xml
12985         * manual/fr/plugins.xml
12986         * manual/fr/starting.xml
12987         * manual/fr/sylpheed-claws-manual.xml
12988                 fixes to the manuals:
12989                  - summaryview -> Message List (same in French)
12990                  - translate key names
12991                  - fix French punctuation, use non-breakable spaces when
12992                    necessary, don't use &thinsp; which is not portable
12993                  - tell what maildir and mbox formats we support
12994
12995 2006-04-12 [wwp]        2.1.0cvs35
12996
12997         * src/prefs_toolbar.c
12998                 unified a replace button more,
12999                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13000
13001 2006-04-12 [wwp]        2.1.0cvs34
13002
13003         * src/prefs_common.c
13004         * src/prefs_msg_colors.c
13005                 make default color labels translatable,
13006                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13007                 thanks to Tim <timbrain@post.cz> for reporting.
13008
13009 2006-04-12 [wwp]        2.1.0cvs33
13010
13011         * manual/glossary.xml
13012         * manual/intro.xml
13013         * manual/plugins.xml
13014         * manual/starting.xml
13015         * manual/sylpheed-claws-manual.xml
13016         * manual/fr/.cvsignore
13017         * manual/fr/account.xml
13018         * manual/fr/ack.xml
13019         * manual/fr/addrbook.xml
13020         * manual/fr/advanced.xml
13021         * manual/fr/faq.xml
13022         * manual/fr/glossary.xml
13023         * manual/fr/handling.xml
13024         * manual/fr/intro.xml
13025         * manual/fr/keyboard.xml
13026         * manual/fr/plugins.xml
13027         * manual/fr/starting.xml
13028         * manual/fr/sylpheed-claws-manual.xml
13029                 various fixes: typos, missing .fr translations, punctuation,
13030                 capitalization, links, accents and some bad French more.
13031
13032 2006-04-12 [wwp]        2.1.0cvs32
13033
13034         * src/prefs_gtk.c
13035                 fix for bug #935: always store prefs files in UTF-8 (thanks
13036                 to Colin).
13037
13038 2006-04-11 [colin]      2.1.0cvs31
13039
13040         * src/compose.c
13041                 Fix inserting files not in utf8 when locale is utf8
13042
13043 2006-04-11 [colin]      2.1.0cvs30
13044
13045         * src/inc.c
13046                 Don't show error dialog when cancelling connection
13047                 Patch by Pawel
13048
13049 2006-04-11 [cleroy]     2.1.0cvs29
13050
13051         * src/compose.c
13052                 Implement multiple quote levels
13053         * src/prefs_common.c
13054                 Change a little bit the quote bgcolor for 2nd level
13055
13056 2006-04-11 [colin]      2.1.0cvs28
13057
13058         * src/gtk/about.c
13059                 Add locale and charset in the label
13060
13061 2006-04-10 [colin]      2.1.0cvs27
13062
13063         * src/compose.c
13064         * src/prefs_common.c
13065         * src/prefs_common.h
13066         * src/prefs_msg_colors.c
13067         * src/textview.c
13068                 Allow optional background color in quotes
13069                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13070                 GTK+-2.8.x feature
13071
13072 2006-04-10 [colin]      2.1.0cvs26
13073
13074         * src/main.c
13075         * src/mainwindow.c
13076         * src/mainwindow.h
13077                 Implement --select
13078
13079 2006-04-10 [colin]      2.1.0cvs25
13080
13081         * manual/plugins.xml
13082         * manual/fr/plugins.xml
13083                 Document libcurl's proxy variables
13084
13085 2006-04-09 [colin]      2.1.0cvs24
13086
13087         * src/prefs_common.c
13088                 gettext() returns statically allocated stuff. We have
13089                 to strdup it in order to be able to free it.
13090
13091 2006-04-09 [colin]      2.1.0cvs23
13092
13093         * AUTHORS
13094         * src/gtk/authors.h
13095                 Add Alexei
13096
13097 2006-04-09 [colin]      2.1.0cvs22
13098
13099         * src/mainwindow.c
13100         * src/gtk/quicksearch.c
13101                 Fix bug #859 (problems with cyrilic input in 
13102                 search panel) - Patch by Alexey Illarionov 
13103                 <littlesavage@rambler.ru>
13104
13105 2006-04-09 [colin]      2.1.0cvs21
13106
13107         * src/prefs_customheader.c
13108                 I prefer removing then freeing rather than the contrary
13109                 (even if it doesn't change anything ;-)
13110         * src/prefs_account.c
13111                 Fix bug #933 (Crash re-entering the custom headers list 
13112                 dialog in accounts prefs)
13113                 The problem happened when cancelling the Account 
13114                 Preferences' dialogs - in which case we didn't do 
13115                 anything to the PrefsAccount * struct. In case of applying,
13116                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13117                 working with in this dialog. The problem is that 
13118                 prefs_customheader.c, working on this tmp_ac_prefs, always
13119                 changes the ->customhdr_list pointer, even when cancelled. 
13120                 So in case of cancelling the prefs_account dialog, we still
13121                 have to update ->customhdr_list in the real account.
13122
13123 2006-04-08 [colin]      2.1.0cvs20
13124
13125         * manual/fr/glossary.xml
13126         * manual/fr/keyboard.xml
13127                 Forgot some headers :)
13128
13129 2006-04-08 [colin]      2.1.0cvs19
13130
13131         * manual/Makefile.am
13132         * manual/fr/Makefile.am
13133         * manual/fr/account.xml
13134         * manual/fr/ack.xml
13135         * manual/fr/addrbook.xml
13136         * manual/fr/advanced.xml
13137         * manual/fr/faq.xml
13138         * manual/fr/glossary.xml
13139         * manual/fr/gpl.xml
13140         * manual/fr/handling.xml
13141         * manual/fr/intro.xml
13142         * manual/fr/keyboard.xml
13143         * manual/fr/plugins.xml
13144         * manual/fr/starting.xml
13145         * manual/fr/sylpheed-claws-manual.xml
13146         * manual/fr/dist/.cvsignore
13147         * manual/fr/dist/Makefile.am
13148         * manual/fr/dist/html/.cvsignore
13149         * manual/fr/dist/html/Makefile.am
13150         * manual/fr/dist/pdf/.cvsignore
13151         * manual/fr/dist/pdf/Makefile.am
13152         * manual/fr/dist/ps/.cvsignore
13153         * manual/fr/dist/ps/Makefile.am
13154         * manual/fr/dist/txt/.cvsignore
13155         * manual/fr/dist/txt/Makefile.am
13156                 Add the french translation of the manual. Thanks to
13157                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13158                 account.xml, ack.xml, addrbook.xml and advanced.xml
13159
13160 2006-04-08 [colin]      2.1.0cvs18
13161
13162         * manual/plugins.xml
13163         * manual/starting.xml
13164                 More fixes
13165
13166 2006-04-07 [colin]      2.1.0cvs17
13167
13168         * manual/faq.xml
13169         * manual/intro.xml
13170         * manual/keyboard.xml
13171                 Little fixes
13172
13173 2006-04-07 [colin]      2.1.0cvs16
13174
13175         * README
13176         * src/compose.c
13177         * src/prefs_common.c
13178         * src/prefs_common.h
13179                 Add hidden compose_no_markup pref
13180
13181 2006-04-07 [wwp]        2.1.0cvs15
13182
13183         * src/summary_search.c
13184         * .cvsignore
13185                 Bugfix: stop button was sticky when searching in an empty folder.
13186                 Applied curly brackets code style to the whole file (summary_search.c).
13187                 More files to ignore.
13188
13189 2006-04-07 [wwp]        2.1.0cvs14
13190
13191         * src/message_search.c
13192         * src/summary_search.c
13193                 changed default button when search bumps at file/folder
13194                 beginning or end, for convenience (thanks to Colin).
13195
13196 2006-04-07 [paul]       2.1.0cvs13
13197
13198         * src/plugins/dillo_viewer/dillo_prefs.c
13199                 avoid future potential for namespace collision
13200                 Patch by Colin
13201
13202 2006-04-06 [wwp]        2.1.0cvs12
13203
13204         * src/summary_search.c
13205                 Unify extended/advanced searches names (and thus factorize labels),
13206                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13207
13208 2006-04-06 [wwp]        2.1.0cvs11
13209
13210         * src/folderview.c
13211         * src/prefs_themes.c
13212         * src/summaryview.c
13213                 Fixed some compilation warnings.
13214
13215 2006-04-06 [colin]      2.1.0cvs10
13216
13217         * manual/advanced.xml
13218                 Document the wizard template and how to deploy
13219                 Sylpheed-Claws effectively
13220
13221 2006-04-06 [colin]      2.1.0cvs9
13222
13223         * src/folderview.c
13224                 gettext patch to tell translators about _("#"),
13225                 by Maxim Britov
13226
13227 2006-04-06 [colin]      2.1.0cvs8
13228
13229         * src/textview.c
13230                 Fix invalid GtkTextBIter after clicking "Display as text"
13231
13232 2006-04-06 [mones]      2.1.0cvs7
13233
13234         * src/addr_compl.c
13235         * src/addrindex.c
13236         * src/addritem.c
13237         * src/codeconv.c
13238         * src/compose.c
13239         * src/filtering.c
13240         * src/folder.c
13241         * src/folder_item_prefs.c
13242         * src/folderview.c
13243         * src/localfolder.c
13244         * src/matcher.c
13245         * src/mimeview.c
13246         * src/prefs_msg_colors.c
13247         * src/prefs_spelling.c
13248         * src/prefs_themes.c
13249         * src/procmime.c
13250         * src/procmsg.c
13251         * src/stock_pixmap.c
13252         * src/summaryview.c
13253         * src/textview.c
13254         * src/toolbar.c
13255         * src/common/mgutils.c
13256         * src/common/prefs.c
13257         * src/common/ssl_certificate.c
13258         * src/gtk/colorlabel.c
13259         * src/gtk/quicksearch.c
13260         * src/plugins/pgpmime/pgpmime.c
13261         * src/plugins/spamassassin/spamassassin.c
13262                 Removed redundant NULL checks for g_free() calls.
13263                 Patch by Pawel Pekala.
13264
13265 2006-04-06 [mones]      2.1.0cvs6
13266
13267         * src/prefs_actions.c
13268         * src/prefs_filtering.c
13269         * src/prefs_filtering_action.c
13270         * src/prefs_matcher.c
13271         * src/prefs_template.c
13272         * src/gtk/gtkutils.c
13273         * src/gtk/gtkutils.h
13274                 Have a nice replace button. Patch by Pawel Pekala
13275
13276 2006-04-06 [colin]      2.1.0cvs5
13277
13278         * src/addressbook.c
13279                 Fix crash with empty columns
13280
13281 2006-04-05 [colin]      2.1.0cvs4
13282
13283         * src/wizard.c
13284         * src/prefs_gtk.c
13285                 Allow wizard customization with pre-filled values
13286
13287 2006-04-05 [colin]      2.1.0cvs3
13288
13289         * src/textview.c
13290         * src/mimeview.c
13291         * src/mimeview.h
13292                 Nicer messages in mimeview
13293
13294 2006-04-05 [colin]      2.1.0cvs2
13295
13296         * src/addressbook.c
13297         * src/prefs_summaries.c
13298                 i18n fix
13299
13300 2006-04-05 [colin]      2.1.0cvs1
13301
13302         * src/plugins/pgpcore/plugin.c
13303         * src/plugins/pgpcore/select-keys.c
13304         * src/plugins/pgpcore/select-keys.h
13305         * src/plugins/pgpcore/sgpgme.c
13306         * src/plugins/pgpcore/sgpgme.h
13307         * src/plugins/pgpinline/pgpinline.c
13308         * src/plugins/pgpinline/plugin.c
13309         * src/plugins/pgpmime/pgpmime.c
13310         * src/plugins/pgpmime/plugin.c
13311                 Factorize and generalize a bit 
13312                 Drop S/MIME signature verification from PGP/MIME
13313                 (adding it as another, more complete plugin)
13314
13315 2006-04-05 [paul]       2.1.0
13316
13317         2.1.0 released
13318
13319 2006-04-05 [paul]       2.0.0cvs186
13320
13321         * manual/advanced.xml
13322                 add info on colour labels
13323
13324 2006-04-05 [paul]       2.0.0cvs185
13325
13326         * po/bg.po
13327         * po/cs.po
13328         * po/de.po
13329         * po/el.po
13330         * po/en_GB.po
13331         * po/fi.po
13332         * po/fr.po
13333         * po/it.po
13334         * po/nl.po
13335         * po/pl.po
13336         * po/pt_BR.po
13337         * po/sr.po
13338         * po/zh_CN.po
13339                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13340                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13341                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13342                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13343         * src/gtk/authors.h
13344         * tools/claws.i18n.status.pl
13345                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13346                 and new Czech translator, Tim <timbrain@post.cz>
13347
13348 2006-04-05 [mones]      2.0.0cvs184
13349
13350         * po/es.po
13351                 Updated translation
13352
13353 2006-04-05 [colin]      2.0.0cvs183
13354
13355         * src/gtk/quicksearch.c
13356                 Fix bug #929 (unnecessary reload in quick search bar)
13357
13358 2006-04-05 [colin]      2.0.0cvs182
13359
13360         * src/compose.c
13361                 Fix crash on Reply with no From:
13362                 Show signature and conversion error on queuing 
13363                 (but not sending)
13364         * src/mainwindow.c
13365         * src/summaryview.c
13366         * src/summaryview.h
13367                 Factorize threading code and make sure msginfo 
13368                 is not null when it comes from a GtkCTreeRow's 
13369                 data
13370         * src/gtk/gtkaspell.c
13371                 Check for necessary things
13372         * src/gtk/gtksctree.c
13373         * src/gtk/gtksctree.h
13374                 Reset anchor if necessary when removing node
13375
13376 2006-03-29 [colin]      2.0.0cvs181
13377
13378         * src/folderview.c
13379                 Warn for disabled IMAP accounts (due to lack of
13380                 libetpan). Breaks string-freeze - sorry - but it
13381                 is kind of important ;)
13382
13383 2006-03-28 [colin]      2.0.0cvs180
13384
13385         * src/gtk/gtkutils.c
13386         * src/gtk/gtkutils.h
13387                 Add a gtkut_get_link_btn() function that
13388                 creates a button which acts like an URI
13389         * src/prefs_themes.c
13390         * src/gtk/about.c
13391                 Use this function (factorizes codes)
13392         * src/common/defs.h
13393         * src/gtk/pluginwindow.c
13394                 Add a "Get more..." in the plugins window
13395
13396 2006-03-28 [colin]      2.0.0cvs179
13397
13398         * src/common/smtp.c
13399         * src/common/passcrypt.c
13400         * src/undo.c
13401                 Warning fixes. Patch by Pawel Pekala
13402
13403 2006-03-27 [colin]      2.0.0cvs178
13404
13405         * src/undo.c
13406                 Fix undoing by blocks with spaces
13407
13408 2006-03-27 [colin]      2.0.0cvs177
13409
13410         * src/textview.c
13411                 Set margin to 3px for headers
13412
13413 2006-03-27 [paul]
13414
13415         2.1.0-rc2 released
13416
13417 2006-03-27 [wwp]        2.0.0cvs176
13418
13419         * src/summaryview.c
13420                 don't reset quicksearch when updating the message list.
13421                 Thanks to Colin.
13422
13423 2006-03-26 [wwp]        2.0.0cvs175
13424
13425         * src/compose.c
13426                 use a unified border width ('other' tab in the compose window,
13427                 patch by Pawel Pekala).
13428
13429
13430 2006-03-26 [wwp]        2.0.0cvs174
13431
13432         * src/common/quoted-printable.c
13433         * src/addressbook.c
13434                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13435
13436 2006-03-26 [colin]      2.0.0cvs173
13437
13438         * src/quote_fmt_parse.y
13439                 Fix non-UTF8 date formats messing up the whole quote a 
13440                 little bit
13441
13442 2006-03-26 [colin]      2.0.0cvs172
13443
13444         * src/procheader.c
13445                 Make sure the date is UTF8 valid, or try to make it
13446                 so. IncrediMail is really IncrediStupid.
13447         * src/compose.c
13448                 Fix possible conversions. 
13449                 
13450
13451 2006-03-26 [colin]      2.0.0cvs171
13452
13453         * src/matcher.c
13454                 Fix corner cases in body search. This is still a
13455                 hack... It seems impossible to make it good and 
13456                 reasonably fast at the same time.
13457
13458 2006-03-26 [colin]      2.0.0cvs170
13459
13460         * src/summaryview.c
13461                 I think I killed the twilight zone bug!
13462                 summary_select_node() flushes GTK events in order
13463                 to be able to center the view. But this also 
13464                 flushes keypresses like Ctrl-Alt-U, so this can
13465                 call summary_show from summary_select_node (itself
13466                 called from summary_show, etc.). And the summaryview
13467                 has to be unlocked in this function. So just locking
13468                 while processing GTK events, and bailing if locked, 
13469                 should fix it.
13470                 Fixes bug #927 (SIGSEGV during Update Summary)
13471
13472 2006-03-25 [colin]      2.0.0cvs169
13473
13474         * src/matcher.c
13475                 Fix search in QP-encoded bodies
13476                 Fix utf-8 searches in bodies encoded in the
13477                 locale's encoding
13478         * src/common/quoted-printable.c
13479         * src/common/quoted-printable.h
13480                 Add a decode function that doesn't overwrite
13481                 the original pointer
13482                 
13483
13484 2006-03-24 [colin]      2.0.0cvs168
13485
13486         * src/action.c
13487         * src/summaryview.c
13488         * src/summaryview.h
13489                 Update message cache after action
13490                 Patch by H. Merijn Brand
13491         * src/prefs_msg_colors.c
13492                 Factorize label 
13493                 Patch by Fabien Vantard
13494         * src/plugins/spamassassin/spamassassin_gtk.c
13495                 Remove useless translation
13496                 Patch by Fabien Vantard
13497
13498 2006-03-23 [colin]      2.0.0cvs167
13499
13500         * src/common/ssl.c
13501                 Let 30 seconds to SSL_connect
13502
13503 2006-03-23 [wwp]        2.0.0cvs166
13504
13505         * src/summaryview.c
13506         * src/gtk/description_window.c
13507                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13508                 and headers are translated; adjust description windows' width to fit their
13509                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13510
13511 2006-03-23 [paul]       2.0.0cvs165
13512
13513         * src/common/utils.c
13514                 fix highlighting of URIs containing "()"
13515                 (2.0.0cvs164's reversal fixed)
13516                 Thanks to Colin.
13517
13518 2006-03-23 [paul]       2.0.0cvs164
13519
13520         * src/common/utils.c
13521                 revert patch, (postponing a fix), at 2.0.0cvs120
13522                 as it breaks more URIs than it fixes.
13523                 Allow '-' to be a terminating character in a URI
13524
13525 2006-03-22 [colin]      2.0.0cvs163
13526
13527         * configure.ac
13528                 Require libetpan 0.45
13529                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13530
13531 2006-03-22 [paul]       2.0.0cvs162
13532
13533         * src/editgroup.c
13534                 replace '<-' and '->' buttons with GTK_STOCK graphical
13535                 buttons
13536         * src/summary_search.c
13537                 don't offer '...' for translation
13538                 add a tooltip to advanced search '...' button
13539         * src/gtk/quicksearch.c
13540                 don't offer '...' for translation
13541
13542 2006-03-21 [colin]      2.0.0cvs161
13543
13544         * src/compose.c
13545                 Fix middle-click pasting (insert at click
13546                 position instead of cursor position, don't
13547                 remove existing selection and allow pasting
13548                 our own selection)
13549         * src/addressbook.c
13550                 "LDAP Server" -> "LDAP servers"
13551
13552 2006-03-21 [wwp]        2.0.0cvs160
13553
13554         * src/etpan/imap-thread.c
13555                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13556
13557 2006-03-20 [colin]      2.0.0cvs159
13558
13559         * src/summaryview.c
13560                 Don't reload summaryview after an execute with no
13561                 move action
13562
13563 2006-03-19 [colin]      2.0.0cvs158
13564
13565         * src/addressbook.c
13566                 and put groups at the top, always
13567
13568 2006-03-19 [colin]      2.0.0cvs157
13569
13570         * src/addressbook.c
13571                 Order groups before names, as previously
13572
13573 2006-03-19 [colin]      2.0.0cvs156
13574
13575         * src/addressbook.c
13576                 - Sort case-unsensitive
13577                 - Put the sort arrow at opening too
13578
13579 2006-03-19 [wwp]        2.0.0cvs155
13580
13581         * src/addressbook.c
13582                 allow sorting by name/email/remarks, ensure that right-pane's contents
13583                 matches the left-pane selection (cleared when appropriate).
13584                 Patch by Pawel Pekala <c0rn@o2.pl>.
13585
13586 2006-03-18 [colin]      2.0.0cvs154
13587
13588         * src/textview.c
13589                 Fix text cursor ;)
13590
13591 2006-03-18 [colin]      2.0.0cvs153
13592
13593         * src/gtk/filesel.c
13594                 Make sure we hide the preview if we didn't get
13595                 a filename
13596
13597 2006-03-18 [colin]      2.0.0cvs152
13598
13599         * src/summaryview.c
13600                 Set cursor to watch for execution (fixes lack
13601                 of watch-cursor when dnd'ing hundreds of mails)
13602         * src/gtk/filesel.c
13603                 Check that mime type is 'image/*' before updating
13604                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13605
13606 2006-03-18 [colin]      2.0.0cvs151
13607
13608         * src/mainwindow.c
13609         * src/textview.c
13610         * src/textview.h
13611                 Put a watch cursor in textview too when the mainwindow's
13612                 cursor in a watch
13613
13614 2006-03-18 [colin]      2.0.0cvs150
13615
13616         * src/folder.c
13617                 Change wrong asserts to simple tests
13618
13619 2006-03-17 [colin]      2.0.0cvs149
13620
13621         * src/mainwindow.c
13622         * src/mainwindow.h
13623         * src/prefs_msg_colors.c
13624         * src/summaryview.c
13625         * src/summaryview.h
13626         * src/gtk/colorlabel.c
13627         * src/gtk/colorlabel.h
13628                 Add a color label menu in the main menubar
13629                 Add (fixed) accels Ctrl-{0-7} to change the color
13630                 They have to be fixed because the menu's dynamic,
13631                 the items are complex widgets, hence we can't use
13632                 a GtkItemFactory.
13633
13634
13635 2006-03-17 [wwp]        2.0.0cvs148
13636
13637         * src/compose.c
13638                 rollback few lines from my previous commit (those lines come from
13639                 a pending patch, accidentally commited, even if neutral as they are
13640                 commented out).
13641
13642 2006-03-17 [wwp]        2.0.0cvs147
13643
13644         * src/compose.c
13645                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13646                 applied code style/indentation to the modified function.
13647
13648 2006-03-17 [wwp]        2.0.0cvs146
13649
13650         * src/procmsg.c
13651         * src/compose.c
13652                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13653
13654 2006-03-17 [paul]
13655
13656         2.1.0-rc1 released
13657
13658 2006-03-17 [paul]       2.0.0cvs145
13659
13660         * src/main.c
13661                 addressbook_read_file() was called twice
13662         * src/textview.c
13663                 X-Mailer highlighting
13664
13665 2006-03-16 [colin]      2.0.0cvs144
13666
13667         * src/sourcewindow.c
13668         * src/sourcewindow.h
13669                 And the last one, in source window.
13670
13671 2006-03-16 [colin]      2.0.0cvs143
13672
13673         * src/compose.c
13674         * src/compose.h
13675                 Fix the same stuff in compose
13676
13677 2006-03-16 [colin]      2.0.0cvs142
13678
13679         * src/messageview.c
13680                 Complete the previous messageview crash fix
13681
13682 2006-03-16 [colin]      2.0.0cvs141
13683
13684         * src/procmsg.h
13685         * src/procmsg.c
13686         * src/folder.c
13687                 Fix POSTPROCESSING hook
13688                 Patch by H. Merijn Brand
13689
13690         * src/procmime.c
13691         * src/procmime.h
13692                 Parse Content-Location
13693
13694         * src/toolbar.c
13695         * src/messageview.c
13696         * src/messageview.h
13697                 Don't crash when a top-level MessageView has
13698                 been closed on us. Same problematic than
13699                 yesterday's quicksearch issue.
13700
13701 2006-03-15 [colin]      2.0.0cvs140
13702
13703         * src/gtk/quicksearch.c
13704                 Fix a bitchy race we didn't think about when we
13705                 added quicksearch cancellation:
13706                 If the search is not on cached fields, for example
13707                 body_part matchcase "stuff"
13708                 the matcher code has to get the whole message. If
13709                 we're on IMAP, that can be slow, and in order to
13710                 be non-blocking, the IMAP code idle loop processes
13711                 gtk events too. So it is possible to cancel a
13712                 quicksearch while the matcher is getting the mail's
13713                 body. After matcher got its body, it will start to
13714                 iterate over the matcher list that the Quicksearch's
13715                 clear_search_cb() just freed via prepare_matcher().
13716                 SIGSEGV ensues.
13717                 The fix consists of guarding the matcherlist_match()
13718                 call with a boolean 'matching'. If we reset the
13719                 quicksearch while matching is TRUE, we don't free
13720                 the matcherlist anymore like we did, but we set
13721                 another new flag, deferred_free, to TRUE. Then,
13722                 in quicksearch_match(), just after returning from
13723                 matcherlist_match() and unsetting the matching flag,
13724                 we check the deferred_free flag and do the
13725                 prepare_matcher() (which does the matcherlist_free)
13726                 for real, so we free the matcherlist once it's not
13727                 used anymore.
13728                 As all of this runs via the glib main loop, we
13729                 luckily don't need a mutex.
13730         * src/summaryview.c
13731                 Also, show progress while searching.
13732
13733
13734 2006-03-14 [colin]      2.0.0cvs139
13735
13736         * src/alertpanel.c
13737                 Make alertpanel_is_open non-static
13738
13739 2006-03-14 [colin]      2.0.0cvs138
13740
13741         * src/prefs_spelling.c
13742                 Cleanups - Fabien Vantard
13743
13744 2006-03-14 [wwp]        2.0.0cvs137
13745
13746         * src/main.c
13747                 code style normalization (curly braces, indentation).
13748
13749 2006-03-14 [wwp]        2.0.0cvs137
13750
13751         * src/main.c
13752                 code style (braces, indentation)
13753
13754 2006-03-12 [paul]       2.0.0cvs136
13755
13756         * src/prefs_common.c
13757                 trans_hdr defaults to FALSE to be RFC-savvy
13758         * src/prefs_summaries.c
13759                 add a tooltip to the trans_hdr option
13760                 
13761
13762 2006-03-12 [paul]       2.0.0cvs135
13763
13764         * src/prefs_matcher.c
13765                 give a little more width to the combos
13766         * src/prefs_display_header.c
13767         * src/textview.c
13768                 translate headers if prefs_common.trans_hdr
13769                 is TRUE
13770
13771         Patches by Pawel Pekala
13772
13773 2006-03-12 [paul]       2.0.0cvs134
13774
13775         * src/plugins/clamav/clamav_plugin.c
13776         * src/plugins/dillo_viewer/dillo_viewer.c
13777         * src/plugins/pgpcore/plugin.c
13778         * src/plugins/pgpinline/plugin.c
13779         * src/plugins/pgpmime/plugin.c
13780         * src/plugins/spamassassin/spamassassin.c
13781                 update/add to descriptions
13782         * src/plugins/spamassassin/spamassassin_gtk.c
13783                 fixes to the english, remove superfluous
13784                 tooltips, clean up a little
13785
13786 2006-03-12 [paul]       2.0.0cvs133
13787
13788         * src/compose.c
13789                 fix Bug 924, 'Account combo box shows up wrong 
13790                 if & is in account name'
13791
13792 2006-03-11 [colin]      2.0.0cvs132
13793
13794         * src/summaryview.c
13795                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13796                 messed up shift-selection because is slows down
13797                 moving around summaryview. thanks -users
13798
13799 2006-03-10 [colin]      2.0.0cvs131
13800
13801         * src/plugins/spamassassin/spamassassin_gtk.c
13802                 Put back Paul's engrish fixes
13803
13804 2006-03-10 [colin]      2.0.0cvs130
13805
13806         * src/plugins/spamassassin/spamassassin.c
13807         * src/plugins/spamassassin/spamassassin.h
13808         * src/plugins/spamassassin/spamassassin_gtk.c
13809                 Cleanup SA prefs page (more)
13810                 Patch by Fabien Vantard
13811
13812 2006-03-10 [paul]       2.0.0cvs129
13813
13814         * src/prefs_msg_colors.c
13815         * src/prefs_spelling.c
13816                 widget sensitivity
13817
13818 2006-03-09 [mones]      2.0.0cvs128
13819
13820         * po/es.po
13821                 Update for next RC
13822
13823 2006-03-09 [wwp]        2.0.0cvs127
13824
13825         * configure.ac
13826                 revert accidental commit (requirement for libetpan 0.43), this time
13827                 not in HEAD.
13828
13829 2006-03-09 [wwp]        2.0.0cvs125
13830
13831         * configure.ac
13832                 revert accidental commit (requirement for libetpan 0.43)
13833
13834 2006-03-09 [paul]       2.0.0cvs126
13835
13836         * src/prefs_receive.c
13837                 remove useless frame
13838                 replace 'incorporation' with 'receiving'
13839         * src/plugins/clamav/clamav_plugin_gtk.c
13840         * src/plugins/spamassassin/spamassassin_gtk.c
13841                 improve widget sensitivity
13842                 fix a bit his engrish
13843
13844 2006-03-09 [wwp]        2.0.0cvs125
13845
13846         * src/addressadd.c
13847         * src/foldersel.c
13848         * src/prefs_common.c
13849         * src/prefs_common.h
13850                 remember some more windows' sizes (add to addressbook and
13851                 select folder).
13852
13853 2006-03-09 [paul]       2.0.0cvs124
13854
13855         * src/plugins/pgpcore/prefs_gpg.c
13856                 normalise construction of dialogue
13857
13858 2006-03-09 [paul]       2.0.0cvs123
13859
13860         * src/plugins/trayicon/Makefile.am
13861                 add missing slash
13862
13863 2006-03-08 [colin]      2.0.0cvs122
13864
13865         * src/plugins/trayicon/Makefile.am
13866                 Fix build in separate dir 
13867                 Patch by Bamanzi <bamanzi@gmail.com>
13868
13869 2006-03-08 [colin]      2.0.0cvs121
13870
13871         * src/procmsg.c
13872                 Batch move and copies from summaryview with delayed execution
13873                 too
13874
13875 2006-03-07 [paul]       2.0.0cvs120
13876
13877         * src/common/utils.c
13878                 fix highlighting of URIs containing "()"
13879                 Patch by Pawel Pekala
13880
13881 2006-03-07 [paul]       2.0.0cvs119
13882
13883         * src/folder.c
13884         * src/folder.h
13885         * src/folderview.c
13886                 immediately do alphabetical resort when
13887                 changing a folder's name
13888                 Patch by Pawel Pekala
13889
13890 2006-03-07 [paul]       2.0.0cvs118
13891
13892         * src/news.c
13893         * src/news_gtk.c
13894                 when unsubscribing a newsgroup, remove the
13895                 folder and msgs in .sylpheed-claws/newscache
13896                 Patch by Pawel Pekala <c0rn@gazeta.pl>
13897
13898 2006-03-07 [paul]       2.0.0cvs117
13899
13900         * src/textview.c
13901                 fix wrong Fake URL Warning
13902                 Thanks to Hiro
13903
13904 2006-03-07 [colin]      2.0.0cvs116
13905
13906         * src/imap.c
13907                 Return immediately when password dialog was
13908                 cancelled
13909         * src/gtk/inputdialog.c
13910                 Allow empty strings for passwords
13911
13912
13913 2006-03-06 [colin]      2.0.0cvs115
13914
13915         * src/imap.c
13916                 Prevent double-timeouts when connection fails
13917
13918 2006-03-06 [colin]
13919
13920         2.0.1-rc1 released
13921
13922 2006-03-06 [colin]      2.0.0cvs114
13923
13924         * src/imap.c
13925                 Refresh session during potentially long
13926                 operations
13927
13928 2006-03-06 [wwp]        2.0.0cvs113
13929
13930         * src/prefs_msg_colors.h
13931                 forgot that one (custom color labels).
13932
13933 2006-03-06 [wwp]        2.0.0cvs112
13934
13935         * src/prefs_common.c
13936         * src/prefs_common.h
13937         * src/prefs_msg_colors.c
13938         * src/summaryview.c
13939         * src/summaryview.h
13940         * src/gtk/colorlabel.c
13941         * src/gtk/colorlabel.h
13942                 colors in messages list are now customizable. Color values and names can
13943                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
13944                 Thanks to Paul and Colin for their help with this longstanding patch!
13945
13946 2006-03-06 [wwp]        2.0.0cvs111
13947
13948         * src/textview.c
13949                 don't crash if (x)face is bad.
13950
13951 2006-03-05 [paul]       2.0.0cvs110
13952
13953         * AUTHORS
13954         * configure.ac
13955         * src/Makefile.am
13956         * src/common/Makefile.am
13957         * src/common/utils.h
13958         * src/etpan/imap-thread.c
13959         * src/gtk/authors.h
13960         * src/plugins/clamav/Makefile.am
13961         * src/plugins/demo/Makefile.am
13962         * src/plugins/dillo_viewer/Makefile.am
13963         * src/plugins/pgpcore/Makefile.am
13964         * src/plugins/pgpcore/passphrase.c
13965         * src/plugins/pgpinline/Makefile.am
13966         * src/plugins/pgpmime/Makefile.am
13967         * src/plugins/spamassassin/Makefile.am
13968         * src/plugins/trayicon/Makefile.am
13969                 fix builiding on cygwin
13970                 Patch by Ralgh Young <bamanzi@gmail.com>
13971
13972 2006-03-04 [wwp]        2.0.0cvs109
13973
13974         * manual/keyboard.xml
13975                 fix mixed up/down keys.
13976
13977 2006-03-04 [wwp]        2.0.0cvs108
13978
13979         * README
13980         * INSTALL
13981                 updated links to SpamAssassin.
13982
13983 2006-03-04 [wwp]        2.0.0cvs107
13984
13985         * manual/plugins.xml
13986         * src/plugins/spamassassin/README
13987                 updated SpamAssassin plugin docs to reflect new functional additions
13988                 (also fix/update/documents few technical stuff more, see the README).
13989
13990 2006-03-04 [wwp]        2.0.0cvs106
13991
13992         * src/prefs_message.c
13993                 normalized capitalization of message-prefs paths.
13994
13995 2006-03-04 [wwp]        2.0.0cvs105
13996
13997         * manual/advanced.xml
13998                 typo.
13999
14000 2006-03-03 [colin]      2.0.0cvs104
14001
14002         * src/plugins/clamav/clamav_plugin_gtk.c
14003                 Rework prefs page, patch by Fabien 
14004
14005 2006-03-03 [colin]      2.0.0cvs103
14006
14007         * src/plugins/clamav/clamav_plugin.c
14008                 Set error on all errors
14009
14010 2006-03-03 [colin]      2.0.0cvs102
14011
14012         * src/common/plugin.c
14013                 Initialize error to avoid crashing when a plugin fails
14014                 without setting error
14015
14016 2006-03-02 [wwp]        2.0.0cvs101
14017
14018         * configure.ac
14019                 fixed linker flags for libetpan support on Cygwin
14020                 (thanks to H.Merijn Brand).
14021
14022 2006-03-02 [wwp]        2.0.0cvs100
14023
14024         * src/addressbook.c
14025                 fix some AB error messages: one for punctuation and
14026                 one wrongly duplicate (thanks, maxbritov).
14027
14028 2006-03-02 [wwp]        2.0.0cvs99
14029
14030         * src/plugins/spamassassin/spamassassin.c
14031                 make sync calls to sa-learn/spamc to prevent
14032                 system (whatever local or client/server) overload.
14033
14034 2006-03-02 [colin]      2.0.0cvs98
14035
14036         * src/summaryview.c
14037                 Put the spam icon in the status column instead of the
14038                 mark one
14039
14040 2006-03-01 [colin]      2.0.0cvs97
14041
14042         * src/plugins/spamassassin/spamassassin.c
14043                 Fix segfault (g_file_set_contents fails for some 
14044                 reason and err==0x2f. Can't find out why with
14045                 valgrind, using working function :-)
14046
14047 2006-03-01 [colin]      2.0.0cvs96
14048
14049         * src/inc.c
14050                 Offline overriding: let 'No' be cached only 3 seconds
14051
14052 2006-03-01 [colin]      2.0.0cvs95
14053
14054         * src/addr_compl.c
14055         * src/addrbook.c
14056         * src/addressbook.c
14057         * src/addrindex.c
14058         * src/folder_item_prefs.c
14059         * src/headerview.c
14060         * src/imap.c
14061         * src/inc.c
14062         * src/ldif.c
14063         * src/mainwindow.c
14064         * src/mh.c
14065         * src/msgcache.c
14066         * src/prefs_common.h
14067         * src/prefs_msg_colors.c
14068         * src/procheader.c
14069         * src/procheader.h
14070         * src/procmime.c
14071         * src/procmsg.c
14072         * src/procmsg.h
14073         * src/send_message.h
14074         * src/simple-gettext.c
14075         * src/summaryview.c
14076         * src/summaryview.h
14077         * src/syldap.c
14078         * src/textview.c
14079         * src/undo.c
14080         * src/common/ssl_certificate.c
14081         * src/common/utils.c
14082         * src/gtk/colorsel.c
14083         * src/gtk/gtksctree.c
14084         * src/gtk/gtkshruler.c
14085         * src/plugins/trayicon/trayicon.c
14086                 #if 0 goes to /dev/null
14087
14088 2006-03-01 [colin]      2.0.0cvs94
14089
14090         * src/compose.c
14091         * src/imap.c
14092         * src/inc.c
14093         * src/inc.h
14094         * src/messageview.c
14095         * src/news.c
14096         * src/plugins/spamassassin/spamassassin.c
14097                 Allow to add information in the "working offline"
14098                 window
14099
14100 2006-03-01 [wwp]        2.0.0cvs93
14101
14102         * src/plugins/spamassassin/spamassassin.c
14103                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14104                 'cause it seems that calling `spamc ... < inputfile` with
14105                 g_spawn_(a)sync simply.. erm doesn't work :-).
14106
14107 2006-03-01 [wwp]        2.0.0cvs92
14108
14109         * src/toolbar.c
14110         * src/toolbar.h
14111                 simplify the adding of spam/ham button to the messageview toolbar
14112                 (it gets more clear now that the same button will be "Mark as spam"
14113                 or "Mark as ham" according to the current message status,
14114                 thanks to Colin).
14115
14116 2006-03-01 [wwp]        2.0.0cvs91
14117
14118         * src/messageview.c
14119         * src/procmsg.c
14120         * src/procmsg.h
14121         * src/summaryview.c
14122         * src/plugins/spamassassin/spamassassin.c
14123         * src/plugins/spamassassin/spamassassin.h
14124                 make learner callbacks return a status (0 for ok),
14125                 handle it in main code to avoid setting flags when learning failed,
14126                 don't learn on TCP if offline in spamassassin,
14127                 thanks to Colin.
14128
14129                 
14130
14131 2006-03-01 [wwp]        2.0.0cvs90
14132
14133         * src/compose.c
14134                 some work around the compose window's account menu,
14135                 patch by Fabien Vantard.
14136
14137 2006-03-01 [wwp]        2.0.0cvs89
14138
14139         * src/plugins/spamassassin/spamassassin.c
14140                 fixed bad logics, was using spamc in local mode and sa-learn
14141                 in remote mode (thanks, Colin).
14142
14143 2006-03-01 [wwp]        2.0.0cvs88
14144
14145         * src/plugins/spamassassin/spamassassin.c
14146         * src/plugins/spamassassin/spamassassin.h
14147         * src/plugins/spamassassin/spamassassin_gtk.c
14148                 made processing of emails w/ sa-plugin an option (default is TRUE),
14149                 fixed Engrish some tooltips, capitalization of some debug messages
14150                 and warnings. The spamassassin plugin now provides two separate
14151                 services: process emails upon incorporation and spamd training.
14152                 Both services (un)register independently but use some common
14153                 plugin settings (transport settings, spam storage location).
14154
14155 2006-02-28 [wwp]        2.0.0cvs87
14156
14157         * src/plugins/spamassassin/spamassassin.c
14158                 fix async flag to spamc cmdline execution (batch exec should
14159                 be asynchronous).
14160
14161 2006-02-27 [wwp]        2.0.0cvs86
14162
14163         * src/plugins/spamassassin/spamassassin.c
14164         * src/plugins/spamassassin/spamassassin.h
14165         * src/plugins/spamassassin/spamassassin_gtk.c
14166                 - added the ability to learn a remote spamassassin server (spamd),
14167                 using spamc.
14168                 - added the spamassassin option 'username', that applies to all
14169                 spamassassin operations (filtering, learning, local or remote).
14170                 The default username is the current unix user (if left blank
14171                 from gtk prefs or config file).
14172                 - commented out some unused code (notebook widget), removed unused
14173                 layout (hbox1).
14174                 - make more widgets sensitive to the transport type.
14175
14176 2006-02-27 [colin]      2.0.0cvs85
14177
14178         * src/plugins/spamassassin/spamassassin.c
14179                 Fix sa-learn call when offline
14180
14181 2006-02-27 [colin]      2.0.0cvs84
14182
14183         * configure.ac
14184         * src/Makefile.am
14185         * src/mainwindow.c
14186         * src/mainwindow.h
14187         * src/messageview.c
14188         * src/messageview.h
14189         * src/prefs_toolbar.c
14190         * src/procmsg.c
14191         * src/stock_pixmap.c
14192         * src/stock_pixmap.h
14193         * src/summaryview.c
14194         * src/toolbar.c
14195         * src/toolbar.h
14196         * src/pixmaps/ham_btn.xpm
14197         * src/pixmaps/spam.xpm
14198         * src/pixmaps/spam_btn.xpm
14199         * src/plugins/spamassassin/spamassassin.c
14200                 Add button in toolbar for spam learning
14201                 Fix a few bugs from the last related commit
14202                 Revert 1.9.6cvs23 which messed up shift-selection
14203
14204 2006-02-24 [colin]      2.0.0cvs83
14205
14206         * src/procmsg.c
14207         * src/summaryview.c
14208         * src/summaryview.h
14209         * src/plugins/spamassassin/spamassassin.c
14210         * src/plugins/spamassassin/spamassassin.h
14211         * src/plugins/spamassassin/spamassassin_gtk.c
14212                 Unregister learner when spamassassin is either
14213                 disabled or over tcp
14214
14215 2006-02-24 [colin]      2.0.0cvs82
14216
14217         * src/Makefile.am
14218         * src/mainwindow.c
14219         * src/mainwindow.h
14220         * src/procmsg.c
14221         * src/procmsg.h
14222         * src/stock_pixmap.c
14223         * src/stock_pixmap.h
14224         * src/summaryview.c
14225         * src/summaryview.h
14226         * src/gtk/icon_legend.c
14227         * src/pixmaps/spam.xpm  ** NEW FILE **
14228         * src/plugins/spamassassin/spamassassin.c
14229         * src/plugins/spamassassin/spamassassin_gtk.c
14230                 Add spam learning interface (Mark/Mark as 
14231                 (spam|ham) menus)
14232
14233 2006-02-24 [wwp]        2.0.0cvs81
14234
14235         * src/compose.c
14236         * src/compose.h
14237         * src/filtering.c
14238                 hide compose window when sending message in batch mode
14239                 (filtering: forward and redirect). Also fixed a wrong
14240                 value returned when sending failed, neutral anyway.
14241                 (Colin, me) 
14242
14243 2006-02-24 [wwp]        2.0.0cvs80
14244
14245         * src/mainwindow.c
14246                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14247
14248 2006-02-24 [paul]       2.0.0cvs79
14249
14250         * src/news.c
14251         * src/news.h
14252         * src/news_gtk.c
14253                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14254                 Thanks to Colin
14255
14256 2006-02-23 [colin]      2.0.0cvs78
14257
14258         * src/alertpanel.c
14259                 Change OK to Close in alertpanel with View log
14260                 button; add accel to View log. Patch by Fabien
14261                 Vantard
14262
14263 2006-02-23 [wwp]        2.0.0cvs77
14264
14265         * src/compose.c
14266                 silly me, there were much more tests to perform, since toolbars can
14267                 really have down to 1 element only.
14268
14269 2006-02-23 [wwp]        2.0.0cvs76
14270
14271         * commitHelper
14272                 fixed indentation from my previous commit. Fallback to VISUAL if
14273                 EDITOR is not set (and to vi, at last resort).
14274
14275 2006-02-23 [wwp]        2.0.0cvs75
14276
14277         * commitHelper
14278                 improved error detection (Colin, me).
14279
14280 2006-02-23 [wwp]        2.0.0cvs74
14281
14282         * src/prefs_toolbar.c
14283                 simplify and fix prefs/toolbars layouting. Combos' contents can
14284                 now be really displayed.
14285
14286 2006-02-23 [wwp]        2.0.0cvs73
14287         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14288         be really displayed.
14289
14290 2006-02-22 [wwp]        2.0.0cvs72
14291
14292         * src/compose.c
14293                 fix a typo in my previous commit (sorry!).
14294
14295 2006-02-22 [wwp]        2.0.0cvs71
14296
14297         * src/prefs_toolbar.c
14298                 fix a crash when adding separators to toolbars,
14299                 also fix some separator item information.
14300
14301 2006-02-22 [wwp]        2.0.0cvs70
14302
14303         * src/compose.c
14304                 fix a crash when redirecting (for instance) when compose window's
14305                 toolbar contents has been customized (when some buttons have been
14306                 removed in fact).
14307
14308 2006-02-21 [wwp]        2.0.0cvs69
14309
14310         * src/summaryview.c
14311         * src/gtk/pluginwindow.c
14312         * src/plugins/pgpcore/prefs_gpg.c
14313                 fix some compilation warnings (feat. remains of removed code).
14314
14315 2006-02-21 [wwp]        2.0.0cvs68
14316
14317         * src/gtk/gtkutils.c
14318                 fix two compilation issues, thanks to Stephan Sachse.
14319
14320 2006-02-20 [colin]      2.0.0cvs67
14321
14322         * src/mainwindow.c
14323                 Don't reselect displayed mail on refocus
14324                 This fixes actions misbehaving 
14325
14326 2006-02-20 [wwp]        2.0.0cvs66
14327
14328         * src/summaryview.c
14329         * src/gtk/gtksctree.c
14330         * src/gtk/gtkshruler.c
14331                 changed more runtime typecast checks.
14332
14333 2006-02-20 [wwp]        2.0.0cvs65
14334
14335         * src/summary_search.c
14336                 find all - summaryview refresh issue fixed, thanks to Colin.
14337
14338 2006-02-20 [wwp]        2.0.0cvs64
14339
14340         * src/gtk/gtkutils.c
14341                 better runtime typecast checks.
14342
14343 2006-02-20 [wwp]        2.0.0cvs63
14344
14345         * src/summary_search.c
14346                 enhancements to the summary search:
14347                         - add the ability to stop the running search
14348                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14349                         - don't search if no criteria (From/To/Subject/Body) is set
14350                         - ensure that a busy mouse pointer is always shown when searching,
14351                           show it even a bit earlier
14352
14353 2006-02-19 [colin]      2.0.0cvs62
14354
14355         * src/compose.c
14356         * src/imap.c
14357         * src/etpan/imap-thread.c
14358         * src/etpan/imap-thread.h
14359                 (Future) IMAP speed improvement on sending
14360                 Will require a libetpan update
14361         * src/summaryview.c
14362         * src/gtk/quicksearch.c
14363                 Make quicksearch clearable while running.
14364
14365 2006-02-17 [colin]      2.0.0cvs61
14366
14367         * src/imap.c
14368         * src/etpan/imap-thread.c
14369         * src/etpan/imap-thread.h
14370                 Check for IMAP certificates
14371                 ** Requires libetpan-0.42-cvs4 
14372                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14373
14374 2006-02-17 [colin]      2.0.0cvs60
14375
14376         * src/messageview.c
14377         * src/prefs_common.c
14378         * src/prefs_common.h
14379         * src/prefs_message.c
14380                 Add pref to display HTML-only mails with plugin, 
14381                 if possible (defaulting to FALSE of course).
14382
14383 2006-02-16 [colin]      2.0.0cvs59
14384
14385         * src/main.c
14386         * src/common/plugin.c
14387         * src/common/plugin.h
14388         * src/gtk/pluginwindow.c
14389                 Keep track of requested (but unloaded) plugins
14390                 in some error cases.
14391
14392 2006-02-16 [wwp]        2.0.0cvs58
14393
14394         * src/gtk/gtkaspell.c
14395         * src/gtk/gtkaspell.h
14396         * src/prefs_spelling.c
14397         * src/compose.c
14398         * src/prefs_common.c
14399         * src/prefs_common.h
14400                 implemented new optional spellchecker behaviour: re-check message when
14401                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14402
14403 2006-02-16 [wwp]        2.0.0cvs57
14404
14405         * src/quote_fmt_parse.y
14406                 pclose popen'ed pipe.
14407
14408 2006-02-15 [colin]      2.0.0cvs56
14409
14410         * src/mimeview.c
14411         * src/mimeview.h
14412                 Let MimeViewers know which MimeView they
14413                 depend of.
14414         * src/summaryview.c
14415                 Swap From/To columns in Sent/Queue/Drafts
14416                 folders
14417         * src/etpan/imap-thread.c
14418                 Use mailstream_low_tls_open() for STARTTLS
14419                 instead of mailstream_low_ssl_open()
14420                 ** REQUIRES libetpan 0.42cvs3 **
14421
14422 2006-02-15 [wwp]        2.0.0cvs55
14423
14424         * src/compose.c
14425         * src/compose.h
14426         * src/message_search.c
14427         * src/message_search.h
14428         * src/textview.c
14429         * src/gtk/gtkutils.c
14430         * src/gtk/gtkutils.h
14431                 added the ability to Find text in the compose window (and a bit
14432                 of code factorization).
14433
14434 2006-02-15 [wwp]        2.0.0cvs54
14435
14436         * src/prefs_gtk.c
14437                 yet another one file was missing (fix for some widgets' sensitivity).
14438                 Thanks Colin!
14439
14440 2006-02-15 [wwp]        2.0.0cvs53
14441
14442         * src/prefs_gtk.h
14443                 oops forgot that file (fix for some widgets' sensitivity).
14444
14445 2006-02-15 [wwp]        2.0.0cvs52
14446
14447         * src/summary_search.c
14448                 implemented advanced summary search options (added the ability
14449                 to use matcher conditions in an advanced search mode).
14450
14451 2006-02-15 [wwp]        2.0.0cvs51
14452
14453         * src/plugins/pgpcore/prefs_gpg.c
14454         * src/prefs_account.c
14455                 fix some widget sensitivity, mostly around some labels in
14456                 account prefs.
14457
14458 2006-02-15 [paul]       2.0.0cvs50
14459
14460         * manual/advanced.xml
14461                 improve Templates info
14462                 written by wwp
14463
14464 2006-02-14 [colin]      2.0.0cvs49
14465
14466         * src/pixmaps/address_book.xpm
14467         * src/pixmaps/preferences.xpm
14468         * src/pixmaps/properties.xpm
14469                 Fix pixmap size - patch by Fabien Vantard
14470
14471 2006-02-13 [colin]      2.0.0cvs48
14472
14473         * src/procmime.c
14474                 Add missing fclose()s on error
14475         * src/textview.c
14476                 Remove unused code
14477         * src/common/utils.c
14478                 Fix temp files not being deleted on windows
14479         Patches by Thomas Gilgin
14480
14481 2006-02-13 [colin]      2.0.0cvs47
14482
14483         * src/mainwindow.c
14484                 Fix exit crash
14485
14486 2006-02-13 [wwp]        2.0.0cvs46
14487
14488         * src/plugins/pgpcore/prefs_gpg.c
14489                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14490
14491 2006-02-12 [colin]      2.0.0cvs45
14492
14493         * src/folderview.c
14494         * src/main.c
14495         * src/mainwindow.c
14496                 Fix "stuff" when quitting
14497
14498 2006-02-12 [wwp]        2.0.0cvs44
14499
14500         * src/prefs_themes.c
14501                 fix typos in debug messages.
14502
14503 2006-02-11 [colin]      2.0.0cvs43
14504
14505         * src/summaryview.c
14506                 don't allow drag/drop from ourself
14507
14508 2006-02-10 [wwp]        2.0.0cvs42
14509
14510         * src/exporthtml.c
14511         * src/html.c
14512         * src/html.h
14513         * src/procmime.c
14514         * src/textview.c
14515                 renamed html_ prefixed functions and data structures to avoid
14516                 namespace clashes w/ other software (gtkhtml2 for instance).
14517                 Closes bug #907.
14518
14519
14520 2006-02-09 [colin]      2.0.0cvs41
14521
14522         * src/summaryview.c
14523                 Fix shitty logic messed up. Thanks Ticho for the hint!
14524
14525 2006-02-09 [wwp]        2.0.0cvs40
14526
14527         * src/gtk/about.c
14528         * src/compose.c
14529         * src/prefs_account.c
14530         * src/prefs_gtk.h
14531         * src/editaddress.c
14532                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14533                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14534                 Browse buttons in accounts prefs.
14535
14536 2006-02-09 [colin]      2.0.0cvs39
14537
14538         * src/matcher.c
14539                 Check for pointer before using its members
14540         * src/gtk/gtksourceprintjob.c
14541                 Fix a wrong warning
14542
14543 2006-02-09 [wwp]        2.0.0cvs38
14544
14545         * src/gtk/filesel.c
14546                 fix few compiler warnings (type mismatch).
14547
14548 2006-02-09 [paul]       2.0.0cvs37
14549
14550         * po/fr.po
14551                 updated by Fabien Vantard
14552
14553 2006-02-08 [colin]      2.0.0cvs36
14554
14555         * src/prefs_common.c
14556         * src/common/defs.h
14557         * src/common/plugin.c
14558                 allow windows and linux configurations to coexist
14559                 patch by Thomas Gilgin
14560
14561 2006-02-08 [colin]      2.0.0cvs35
14562
14563         * src/filtering.c
14564         * src/matcher.c
14565         * src/matcher.h
14566         * src/matcher_parser_parse.y
14567         * src/prefs_filtering_action.c
14568         * src/prefs_matcher.c
14569                 Add the "Ignore thread" filtering
14570                 action
14571
14572 2006-02-08 [colin]      2.0.0cvs34
14573
14574         * src/compose.c
14575         * src/procmime.c
14576         * src/procmime.h
14577                 Fix bug #905 (damaged attachment)
14578                 text files with raw \0's aren't really text files
14579         FOR_STABLE
14580
14581 2006-02-08 [colin]      2.0.0cvs33
14582
14583         * src/summaryview.c
14584                 Fix crasher introduced yesterday
14585
14586 2006-02-08 [wwp]        2.0.0cvs32
14587
14588         * src/compose.c
14589         * src/compose.h
14590                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14591
14592 2006-02-08 [wwp]        2.0.0cvs31
14593
14594         * src/prefs_template.c
14595                 templates enhancement: allow address completion for Cc and Bcc fields
14596                 (it was currently possible for the To field only)
14597
14598 2006-02-08 [colin]      2.0.0cvs30
14599
14600         * src/compose.c
14601                 Don't unblock if not blocked
14602         FOR_STABLE
14603
14604 2006-02-07 [colin]      2.0.0cvs29
14605
14606         * src/action.c
14607                 Forgot to refresh summaryview
14608
14609 2006-02-07 [colin]      2.0.0cvs28
14610
14611         * src/action.c
14612                 Freeze/thaw message list and folder list while
14613                 processing %as{} actions 
14614         * src/compose.c
14615                 Fix auto-wrap disabling after a middle-click
14616                 paste - FOR_STABLE
14617
14618 2006-02-07 [paul]       2.0.0cvs27
14619
14620         * src/folder.c
14621                 fix freeing of uninitialised pointers
14622                 Thanks to Colin
14623
14624 2006-02-06 [colin]      2.0.0cvs26
14625
14626         * src/folder.c
14627                 Use g_slist_prepend in potentially big list
14628
14629 2006-02-06 [colin]      2.0.0cvs25
14630
14631         * src/folder.c
14632                 Completely skip processing if it doesn't 
14633                 exist (faster!)
14634
14635 2006-02-06 [colin]      2.0.0cvs24
14636
14637         * src/folder.c
14638         * src/summaryview.c
14639                 Batch filtering in summaryview (from Tools menu)
14640                 and pre/post//-processing too
14641
14642 2006-02-06 [colin]      2.0.0cvs23
14643
14644         * src/procmsg.h
14645         * src/filtering.c
14646                 Use a special field for batch filtering instead
14647                 of stepping on deferred execution's toes
14648
14649 2006-02-06 [colin]      2.0.0cvs22
14650
14651         * src/action.c
14652         * src/filtering.c
14653         * src/filtering.h
14654         * src/folder.c
14655         * src/summaryview.c
14656                 Fix filtering via menus and actions
14657
14658 2006-02-06 [colin]      2.0.0cvs21
14659
14660         * src/imap.c
14661                 Put the added file directly to cache if possible (will work
14662                 with next libetpan)
14663         * src/filtering.c
14664         * src/filtering.h
14665         * src/inc.c
14666         * src/folder.c
14667         * src/mbox.c
14668         * src/procmsg.h
14669                 Move and copy filtered messages by batches instead of one
14670                 by one - faster on IMAP
14671         * src/procmsg.c
14672                 Add a function that'll possibly be useful later
14673
14674 2006-02-06 [colin]      2.0.0cvs20
14675
14676         * src/addressbook.c
14677                 Use internal mime-type instead of text/plain for d'n'd
14678         * src/compose.c
14679                 Allow attaching files from mimeview's icon list via d'n'd
14680         * src/folderview.c
14681         * src/folderview.h
14682                 Use internal mime-type instead of text/plain for d'n'd
14683                 Don't try to selected opened folder if none is
14684                 Factorize d'n'd from other apps code
14685         * src/headerview.c
14686         * src/textview.c
14687         * src/gtk/gtkutils.c
14688         * src/gtk/gtkutils.h
14689                 Factorize Face/X-Face stuff
14690         * src/mimeview.c
14691                 Fix d'n'd to other apps
14692         * src/prefs_message.c
14693                 Let the XFace pref be usable without libcompface as it also
14694                 applies to Face
14695         * src/summaryview.c
14696                 Fix d'n'd to other apps
14697                 Factorize d'n'd from other apps code
14698
14699 2006-02-06 [wwp]        2.0.0cvs19
14700
14701         * po/it.po
14702                 Italian translation fixes by Andrea Spadaccini (no more confusion
14703                 between filtering and processing, and few changes in the About
14704                 dialog).
14705
14706
14707 2006-02-06 [mones]      2.0.0cvs18
14708
14709         * src/gtk/icon_legend.c
14710                 Improved descriptions allowing better translations
14711
14712 2006-02-05 [colin]      2.0.0cvs17
14713
14714         * src/imap.c
14715                 Add the f*cking missing expunge that caused imap_fetch_env
14716                 to fail after an add_msgs ! :-///
14717         * src/etpan/imap-thread.c
14718                 Add a bit of debug
14719         FOR_STABLE
14720
14721 2006-02-05 [colin]      2.0.0cvs16
14722
14723         * src/common/utils.c
14724                 Don't check for return-path (or we can't put
14725                 back non-sent mails)
14726
14727 2006-02-05 [colin]      2.0.0cvs15
14728
14729         * src/textview.c
14730                 Don't try to display Face header in textview
14731                 when teh headerview's active
14732
14733 2006-02-05 [colin]      2.0.0cvs14
14734
14735         * tools/tbird2syl.py
14736         * tools/Makefile.am
14737                 Add script to import Thunderbird mails
14738
14739 2006-02-05 [colin]      2.0.0cvs13
14740
14741         * src/headerview.c
14742         * src/procheader.c
14743         * src/procmsg.c
14744         * src/procmsg.h
14745         * src/textview.c
14746                 Show Face headers - patch partially by Klaus Flittner
14747
14748 2006-02-05 [colin]      2.0.0cvs12
14749
14750         * src/folderview.c
14751         * src/summaryview.c
14752         * src/common/utils.c
14753         * src/common/utils.h
14754                 Let dnd work from mime icons to summaryview
14755                 and to folderview too
14756                 Add a crude test to avoid trying to add files
14757                 drag'n'dropped when they're not mails
14758
14759 2006-02-04 [colin]      2.0.0cvs11
14760
14761         * src/summaryview.c
14762         * src/mimeview.c
14763                 Fix utf8 conversion
14764
14765 2006-02-04 [colin]      2.0.0cvs10
14766
14767         * src/compose.c
14768         * src/folderview.c
14769         * src/mimeview.c
14770         * src/summaryview.c
14771         * src/summaryview.h
14772                 Added various drag and drop capas:
14773                 From                    To
14774                 summaryview             other apps
14775                 mimeview icons          other apps
14776                 other apps              summaryview
14777                 other apps              folderview
14778
14779                 This shouldn't have broken the existing:
14780                 From                    To
14781                 summaryview             folderview
14782                 folderview              folderview
14783                 summaryview             compose's attachments
14784
14785         Tests welcomed.
14786
14787 2006-02-02 [paul]       2.0.0cvs9
14788
14789         * src/mainwindow.c
14790                 move global option 'Set displayed columns...' out
14791                 of folder option grouping.
14792                 fix sensitivity of 'harvest addresses'
14793         FOR_STABLE
14794
14795 2006-02-01 [colin]      2.0.0cvs8
14796
14797         * src/mimeview.c
14798                 Revert the alertpanel patch, it sucks (intrusive
14799                 and gets in the way of "open")
14800
14801 2006-02-01 [colin]      2.0.0cvs7
14802
14803         * src/compose.c
14804         * src/prefs_account.c
14805         * src/prefs_common.c
14806         * src/common/defs.h
14807         * src/common/utils.c
14808         * src/common/utils.h
14809                 Add ability to edit the signature file
14810                 from the account preferences, and use
14811                 a default for the text editor.
14812                 Patch by Fabien Vantard
14813
14814 2006-02-01 [colin]      2.0.0cvs6
14815
14816         * src/mimeview.c
14817                 Try to get mime type by extension if it is
14818                 application/octet-stream
14819                 Display a window with possible choices when
14820                 encountering unknown mime types
14821         * src/gtk/filesel.c
14822         * src/gtk/filesel.h
14823                 Add preview
14824                 Allow multiple selection in filtered filesel
14825                 (patch by Fabien Vantard)
14826         * src/gtk/pluginwindow.c
14827                 Use it (patch by Fabien Vantard)
14828
14829 2006-02-01 [paul]       2.0.0cvs5
14830
14831         * src/jpilot.c
14832                 fix crash on creating jpilot address book
14833                 Thanks to Colin - FOR_STABLE
14834         * src/prefs_summaries.c
14835         * src/prefs_wrapping.c
14836         * src/gtk/icon_legend.c
14837         * src/gtk/quicksearch.c
14838                 string fixes and additions
14839
14840 2006-02-01 [paul]       2.0.0cvs4
14841
14842         * src/compose.c
14843         * src/mainwindow.c
14844         * src/messageview.c
14845         * src/prefs_send.c
14846                 add Arabic encoding option
14847                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
14848
14849 2006-01-31 [colin]      2.0.0cvs3
14850
14851         * src/plugins/pgpcore/passphrase.c
14852                 Convert passphrase to locale encoding
14853         * src/compose.c
14854                 Fix drafting on IMAP. Crappy bug sneaked in
14855                 the release :-/
14856         FOR_STABLE
14857
14858 2006-01-30 [paul]       2.0.0cvs2
14859
14860         * src/gtk/icon_legend.c
14861                 show the new entries
14862
14863 2006-01-30 [colin]      2.0.0cvs1
14864
14865         * src/manual.c
14866                 Check for the file to be present before 
14867                 enabling the menu - FOR_STABLE
14868         * src/gtk/icon_legend.c
14869                 Add folders icons (not all of them, there
14870                 are too much, but the most intriguing ones)
14871
14872 2006-01-30 [paul]       2.0.0
14873
14874         version 2.0.0 released
14875
14876 [For previous entries, see ChangeLog.pre2.0.0]