2007-08-14 [ticho] 2.10.0cvs123
[claws.git] / ChangeLog
1 2007-08-14 [ticho]      2.10.0cvs123
2
3         * src/messageview.c
4         * src/gtk/gtkutils.c
5                 Changed return receipt account selector to GtkComboBox.
6                 Fixed a runtime warning where GTK tried to parse
7                 "name <email@address" as a Pango markup in an alertpanel label.
8
9 2007-08-14 [ticho]      2.10.0cvs122
10
11         * src/prefs_logging.c
12                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
13
14 2007-08-14 [wwp]        2.10.0cvs121
15
16         * tools/Makefile.am
17         * tools/README
18         * tools/popfile-link.sh
19                 Added a new tool: POPFile helper, to open
20                 selected messages in POPFile control center,
21                 in order to change the messages' status.
22
23 2007-08-14 [ticho]      2.10.0cvs120
24
25         * src/compose.c
26         * src/prefs_common.c
27         * src/prefs_common.h
28         * src/prefs_send.c
29         * src/send_message.c
30                 Change "Show send dialog" optionmenu to a checkbutton.
31         * src/prefs_receive.c
32                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
33
34 2007-08-13 [wwp]        2.10.0cvs119
35
36         * src/addr_compl.c
37         * src/addressbook.c
38         * src/addrindex.c
39         * src/compose.c
40         * src/filtering.c
41         * src/folderview.c
42         * src/inc.c
43         * src/matcher.c
44         * src/mh.c
45         * src/partial_download.c
46         * src/prefs_gtk.c
47         * src/procmsg.c
48         * src/stock_pixmap.c
49         * src/summaryview.c
50         * src/common/utils.c
51         * src/gtk/gtkaspell.c
52         * src/gtk/menu.c
53                 Make sure we never pass NULL pointers for %s substitutions
54                 (prevent from crashing in Windows).
55
56 2007-08-13 [wwp]        2.10.0cvs118
57
58         * src/msgcache.c
59                 Re-enable mmap_reads in Windows with some missing
60                 CloseHandle of mapping objects, thanks to
61                 Marcus Brinkmann.
62
63 2007-08-13 [paul]       2.10.0cvs117
64
65         * src/common/utils.c
66                 fix bug 1287, 'Compile time problem on Solaris
67                 (nexenta gnu/Solaris) utils.c'
68                 Thanks to Piotr Chrzczonowicz
69
70 2007-08-12 [wwp]        2.10.0cvs116
71
72         * src/plugins/pgpcore/prefs_gpg.c
73                 Don't try to unset a GPG_AGENT_INFO that was not
74                 set (and don't use a NULL string in Windows, it was
75                 crashing with --debug if GPG_AGENT_INFO was not set).
76
77 2007-08-12 [wwp]        2.10.0cvs115
78
79         * src/privacy.h
80                 Make gcc type-check arguments passed to privacy_set_error().
81
82 2007-08-12 [ticho]      2.10.0cvs114
83
84         * src/prefs_folder_item.c
85                 Make sure that folder default account combobox always has some
86                 account preselected.
87         * src/gtk/combobox.c
88                 Handle empty combobox gracefully (warning instead of crash).
89
90 2007-08-12 [ticho]      2.10.0cvs114
91
92         * src/prefs_folder_item.c
93                 Make sure that folder default account combobox is not empty.
94         * src/gtk/combobox.c
95                 Handle empty combobox gracefully (warning instead of crash).
96
97 2007-08-11 [paul]       2.10.0cvs113
98
99         * src/addrgather.c
100         * src/folderview.c
101                 use 'subfolder' instead of 'sub-folder', matching
102                 everywhere else the term is used
103         * src/imap_gtk.c
104                 fix engrish
105
106 2007-08-10 [wwp]        2.10.0cvs112
107
108         * src/msgcache.c
109                 Disable mmap reads in Windows only (at least temporarily), they
110                 prevent from renaming/removing target cache files.
111
112 2007-08-10 [paul]
113
114         3.0.0-rc2 released
115
116 2007-08-10 [wwp]        2.10.0cvs111
117
118         * src/msgcache.c
119                 fix unpredictable crashes in Windows due to broken
120                 cache/mark/tags files writting (file were opened for
121                 writing in text mode).
122
123         * src/recv.c
124                 use gettimeofday() from w32lib.h on Windows.
125
126 2007-08-10 [colin]      2.10.0cvs110
127
128         * src/imap.c
129         * src/etpan/imap-thread.c
130         * src/etpan/imap-thread.h
131                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
132
133 2007-08-09 [colin]      2.10.0cvs109
134
135         * src/editldap.c
136                 Fix port being reset to 636 on SSL
137         * src/folder.c
138                 Fix folder_item_get_msg_num_by_file
139                 on drafts/queue folders
140
141 2007-08-09 [wwp]        2.10.0cvs108
142
143         * src/folder.c
144                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
145                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
146
147
148 2007-08-09 [colin]      2.10.0cvs107
149
150         * src/folderview.c
151         * src/summaryview.c
152         * src/gtk/prefswindow.c
153                 A few Maemo layout fixes
154
155 2007-08-09 [paul]       2.10.0cvs106
156
157         * src/prefs_account.c
158                 remove the hyphen from plug-ins to
159                 match everywhere else
160
161 2007-08-08 [wwp]        2.10.0cvs105
162
163         * src/prefs_folder_item.c
164                 Fix an extraneous stealth ^L char.
165
166 2007-08-08 [wwp]        2.10.0cvs104
167
168         * src/prefs_folder_item.c
169                 Better fix, group variables declarations (USE_ASPELL).
170
171 2007-08-08 [wwp]        2.10.0cvs103
172
173         * src/prefs_folder_item.c
174                 Fix compilation w/ USE_ASPELL set (broken
175                 by 2.10.0cvs102).
176
177 2007-08-08 [ticho]      2.10.0cvs102
178
179         * src/prefs_folder_item.c
180                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
181
182 2007-08-08 [colin]      2.10.0cvs101
183
184         * src/imap.c
185         * src/etpan/imap-thread.c
186         * src/etpan/imap-thread.h
187                 Close selected mailbox before doing
188                 status on it.
189
190 2007-08-08 [colin]      2.10.0cvs100
191
192         * src/html.c
193                 Complete symbol table, thanks to wwp.
194                 Fixes bug 1284, 'The html -> text 
195                 converter ignores entities'
196         * src/msgcache.c
197                 Fix possible fd leak
198
199 2007-08-08 [colin]      2.10.0cvs99
200
201         * src/imap.c
202                 Better way to fetch UIDs on non-UIDPLUS servers
203
204 2007-08-07 [colin]      2.10.0cvs98
205
206         * src/imap.c
207                 fix bug 1275, 'auto-saved draft messages not 
208                 always being removed'; Also, make multiple
209                 copy (in the same account) faster by matching
210                 source/destination message UIDs.
211         * src/messageview.c
212                 Don't try to reshow deleted mail
213         * src/msgcache.c
214                 Fix leak on error path
215
216 2007-08-07 [wwp]        2.10.0cvs97
217
218         * manual/account.xml
219         * manual/advanced.xml
220         * manual/fr/account.xml
221         * manual/fr/advanced.xml
222                 Updated the reference manual and the French translation to
223                 reflect 2.10.0cvs84: enable running folder Processing
224                 rules on demand.
225
226 2007-08-06 [wwp]        2.10.0cvs96
227
228         * src/prefs_common.c
229         * src/prefs_common.h
230         * src/textview.c
231                 Allow changing the emphasis color used to highlight
232                 the newsreader/x-mailer header value when it matches
233                 our preferred mail agent (hidden pref 'emphasis_col' added
234                 to clawsrc).
235
236 2007-08-06 [colin]      2.10.0cvs95
237
238         * src/compose.c
239         * src/compose.h
240                 Re-commit 2.10.0cvs86, with a protection
241                 against Pango bug. Also, try to fix 
242                 bug 1275, 'auto-saved draft messages not 
243                 always being removed'
244
245 2007-08-06 [wwp]        2.10.0cvs94
246
247         * src/gtk/quicksearch.c
248                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
249
250 2007-08-06 [ticho]      2.10.0cvs93
251
252         * src/prefs_account.c
253         * src/gtk/combobox.c
254                 Use GtkComboBox instead of GtkOptionMenu for privacy system
255                 selection in account preferences.
256
257 2007-08-06 [wwp]        2.10.0cvs92
258
259         * src/plugins/pgpcore/plugin.def
260                 Apply one more chunk from gpg4win's 03-w32-port patch.
261
262 2007-08-05 [colin]      2.10.0cvs91
263
264         * src/compose.c
265         * src/compose.h
266                 reverting buggy patch for now
267
268 2007-08-05 [colin]      2.10.0cvs90
269
270         * src/folder.c
271                 Fix slowdown
272
273 2007-08-04 [colin]      2.10.0cvs89
274
275         * src/prefs_summaries.c
276         * src/summary_search.c
277                 Replace deprecated widgets. Patch by
278                 Andrej.
279
280 2007-08-04 [colin]      2.10.0cvs88
281
282         * src/mh.c
283                 Refresh GUI only every 2000 mails on mh_get_last_num
284                 This is fast (readdir) and done only once per 
285                 session/folder
286
287 2007-08-03 [colin]      2.10.0cvs87
288
289         * src/prefs_account.c
290         * src/gtk/combobox.h
291         * src/gtk/gtkutils.c
292                 Fix a deprecated widget. Patch by
293                 Andrej
294
295 2007-08-03 [colin]      2.10.0cvs86
296
297         * src/compose.c
298         * src/compose.h
299                 Make colorisation and wrapping algorithms
300                 faster. Fixes bug 1246, 'compose becomes 
301                 increasingly slow replying to complex emails'
302
303 2007-08-03 [paul]       2.10.0cvs85
304
305         * src/mh.c
306                 keep the window painted
307
308 2007-08-02 [paul]       2.10.0cvs84
309
310         * src/folderview.c
311         * src/mainwindow.c
312         * src/mainwindow.h
313                 enable running folder Processing
314                 rules on demand
315
316 2007-08-02 [paul]       2.10.0cvs83
317
318         * src/textview.c
319                 speed up/clean up rendering of larger
320                 msgs
321                 Thanks to Colin
322
323 2007-08-01 [paul]       2.10.0cvs82
324
325         * src/mainwindow.h
326                 clean up cruft
327         * src/toolbar.c
328                 change default toolbar layout on maemo
329         * src/pixmaps/close.xpm
330                 make the red cross a grey cross
331         * src/pixmaps/jpilot.xpm
332                 make icon smaller so it fits better
333
334 2007-07-31 [paul]       2.10.0cvs81
335
336         * src/setup.c
337         * src/gtk/gtkutils.c
338                 fix crash on maemo on first launch
339
340 2007-07-30 [paul]       2.10.0cvs80
341
342         * src/prefs_matcher.c
343                 specify the units of age and size
344
345 2007-07-30 [paul]       2.10.0cvs79
346
347         * src/main.c
348                 Fix IMAP timeout setting
349
350 2007-07-30 [colin]      2.10.0cvs78
351
352         * src/prefs_account.c
353                 Fix a deprecated widget. Patch by
354                 Andrej
355
356 2007-07-27 [paul]       2.10.0cvs77
357
358         * src/matcher_parser_parse.y
359         * src/prefs_filtering_action.c
360         * src/prefs_matcher.c
361                 these changes forgotten in cvs74's
362                 'watch thread' feature
363
364 2007-07-27 [paul]       2.10.0cvs76
365
366         * src/compose.c
367                 fix potential crasher
368                 thanks to Colin
369
370 2007-07-27 [paul]       2.10.0cvs75
371
372         * src/mainwindow.c
373         * src/manual.c
374         * src/manual.h
375         * src/gtk/gtkutils.c
376                 make mainwindow's /Help/Manual point to the
377                 remote copy if the local copy doesn't exist
378
379 2007-07-27 [paul]       2.10.0cvs74
380
381         * src/Makefile.am
382         * src/filtering.c
383         * src/folder.c
384         * src/mainwindow.c
385         * src/matcher.c
386         * src/matcher.h
387         * src/matcher_parser_parse.y
388         * src/procmsg.c
389         * src/procmsg.h
390         * src/stock_pixmap.c
391         * src/stock_pixmap.h
392         * src/summaryview.c
393         * src/summaryview.h
394         * src/toolbar.c
395         * src/toolbar.h
396         * src/pixmaps/watchthread.xpm
397                 add 'watch thread' feature
398
399 2007-07-27 [paul]       2.10.0cvs73
400
401         * src/prefs_folder_item.c
402                 adjust labels, add tooltips
403
404 2007-07-27 [colin]      2.10.0cvs72
405
406         * src/summaryview.c
407                 Maemo: Remove less used menu items
408
409 2007-07-26 [colin]      2.10.0cvs71
410
411         * src/messageview.c
412                 Maemo: destroy messageview after trashing mail.
413                 Maybe should be done on X11 too
414
415 2007-07-26 [colin]      2.10.0cvs70
416
417         * src/folderview.c
418         * src/mainwindow.c
419         * src/prefs_common.c
420         * src/prefs_common.h
421         * src/summaryview.c
422                 Add View/Show or Hide/Column headers
423
424 2007-07-26 [colin]      2.10.0cvs69
425
426         * src/procmime.c
427                 Fix unwanted output
428
429 2007-07-26 [colin]      2.10.0cvs68
430
431         * src/ldapserver.c
432                 Fix possible crash on cache invalidation
433         * src/compose.c
434         * src/procmime.c
435         * src/procmime.h
436         * src/quote_fmt_parse.y
437                 Make replying to mails with big attachments
438                 much faster. Fixes bug 1224, 'The process of 
439                 Replying to emails with large attachments 
440                 seems unreasonably long...'
441
442 2007-07-26 [colin]      2.10.0cvs67
443
444         * src/mimeview.c
445         * src/matcher.c
446         * src/common/ssl.c
447                 Fix threads use on BSDs
448
449 2007-07-26 [paul]       2.10.0cvs66
450
451         * src/gtk/prefswindow.c
452                 fix account prefs breakage
453                 thanks to Colin
454
455 2007-07-26 [paul]       2.10.0cvs65
456
457         * configure.ac
458                 standardise ./configure --help messages
459
460 2007-07-26 [colin]      2.10.0cvs64
461
462         * src/addressbook.c
463         * src/editaddress.c
464                 Fix two vCard-related crashes
465
466 2007-07-25 [colin]      2.10.0cvs63
467
468         * src/inc.c
469         * src/prefs_common.c
470         * src/prefs_common.h
471         * src/prefs_receive.c
472                 Maemo: Add a better way to notify of
473                 new mails
474         * src/mainwindow.c
475         * src/statusbar.h
476         * src/summaryview.c
477         * src/toolbar.c
478                 Maemo: Various layout fixes
479         * src/gtk/prefswindow.c
480                 Maemo: Better prefs layout
481
482 2007-07-25 [paul]       2.10.0cvs62
483
484         * src/textview.c
485                 fix the layout on maemo
486                 thanks to Colin
487
488 2007-07-25 [iwkse]      2.10.0cvs61
489
490         * src/summaryview.c
491                 add 'o' shortcut on summaryview
492
493 2007-07-25 [iwkse]      2.10.0cvs60
494
495         * src/textview.c
496                 fix o shortcut
497
498 2007-07-24 [colin]      2.10.0cvs59
499
500         * src/mh.c
501                 Fix missing timestamp update on source
502                 folder when moving
503         * src/textview.c
504         * src/textview.h
505                 Better text layout on part's choices
506
507 2007-07-23 [colin]      2.10.0cvs58
508
509         * src/mimeview.c
510         * src/textview.c
511                 Maemo: Automatically choose the correct application
512                 to open parts
513         * src/gtk/quicksearch.c
514                 Make search run on GDK_KP_Enter too
515
516 2007-07-23 [wwp]        2.10.0cvs57
517
518         * src/quote_fmt_lex.l
519                 Revert accidentaly committed lines (account_sig) in
520                 2.10.0cvs56.
521
522 2007-07-23 [wwp]        2.10.0cvs56
523
524         * src/quote_fmt_lex.l
525                 Fix typos around long form expressions in the quote lexer.
526
527 2007-07-23 [paul]
528
529         3.0.0-rc1 released
530
531 2007-07-23 [colin]      2.10.0cvs55
532
533         * src/addr_compl.c
534                 Fix auto-completion on Maemo
535
536 2007-07-23 [colin]      2.10.0cvs54
537
538         * src/statusbar.c
539                 Maemo: Fix sticking statusbars
540
541 2007-07-22 [colin]      2.10.0cvs53
542
543         * src/main.c
544                 Maemo: Fix the strange "top_application" info
545                 at startup. We should do something when 
546                 receiving such a message.
547
548 2007-07-20 [paul]       2.10.0cvs52
549
550         * src/news_gtk.c
551                 add missing #include "statusbar.h"
552
553 2007-07-20 [colin]      2.10.0cvs51
554
555         * src/folder.c
556         * src/folder.h
557         * src/folder_item_prefs.c
558         * src/folder_item_prefs.h
559         * src/folderview.c
560         * src/imap.c
561         * src/imap_gtk.c
562         * src/imap_gtk.h
563         * src/news.c
564         * src/news_gtk.c
565         * src/news_gtk.h
566         * src/prefs_folder_item.c
567                 Implement age-based caching: allow to
568                 specify a threshold for the offline synchronisation
569                 feature, and whether old cached bodies should 
570                 be removed
571         * src/toolbar.c
572         * src/toolbar.h
573                 Fix label/tooltips
574         * src/plugins/dillo_viewer/dillo_viewer.c
575                 Check that Dillo's installed
576
577 2007-07-20 [wwp]        2.10.0cvs50
578
579         * src/mimeview.c
580         * src/stock_pixmap.c
581                 Draw a frame around the selected mimeview part icon (instead of the
582                 shifted 'dancing' icon).
583
584 2007-07-20 [colin]      2.10.0cvs49
585
586         * src/main.c
587                 Unref stuff even on error
588         * src/wizard.c
589                 disconnect signals only at the very
590                 end of the wizard save.
591
592 2007-07-20 [colin]      2.10.0cvs48
593
594         * src/mainwindow.c
595         * src/messageview.c
596         * src/toolbar.c
597         * src/toolbar.h
598                 Fix random crashes while navigating
599                 (GTK_EVENTS_FLUSH)
600
601 2007-07-19 [colin]      2.10.0cvs47
602
603         * configure.ac
604         * src/main.c
605         * src/prefs_common.c
606         * src/prefs_common.h
607         * src/wizard.c
608         * src/common/defs.h
609         * src/common/utils.c
610                 Maemo: add an easy way to store data (mails
611                 and IMAP/NNTP caches) on one of the SD cards,
612                 and protect against unmounts if needed
613
614 2007-07-19 [paul]       2.10.0cvs46
615
616         * src/Makefile.am
617         * src/stock_pixmap.c
618         * src/gtk/about.c
619         * src/pixmaps/claws-mail_logo-small.xpm
620                 implement a (slightly) different About
621                 dialog for maemo and add a small version
622                 of the logo for it
623         * src/wizard.c
624                 use a scrolled window for wizard page 1
625                 on maemo
626
627 2007-07-19 [paul]       2.10.0cvs45
628
629         * src/Makefile.am
630                 too soon for this line
631
632 2007-07-19 [paul]       2.10.0cvs44
633
634         * src/Makefile.am
635                 fix build on n800
636
637 2007-07-19 [colin]      2.10.0cvs43
638
639         * src/wizard.c
640                 Solve Mail/Mailbox name when specifying
641                 full /path/to/Mail.
642
643 2007-07-18 [colin]      2.10.0cvs42
644
645         * src/inc.c
646         * configure.ac
647                 Fix build on n770
648
649 2007-07-18 [colin]      2.10.0cvs41
650
651         * src/inc.c
652                 Maemo: plug the online/offline system into
653                 maemo's interfaces to have Claws automatically
654                 switch according to the system status
655         * src/statusbar.c
656                 Maemo: use HildonBanners to display status
657                 messages. Renders the main statusbar useless.
658
659 2007-07-18 [paul]       2.10.0cvs40
660
661         * src/filtering.c
662                 fix screen blanking on moving/copying many msgs
663         * src/folder.c
664                 fix processing progressbar and screen blanking
665                 during processing
666
667 2007-07-18 [paul]       2.10.0cvs39
668
669         * src/messageview.c
670                 revert cvs37, breakage on maemo
671
672 2007-07-18 [paul]       2.10.0cvs38
673
674         * src/gtk/gtkutils.c
675                 make sure we can still build with older GTK's
676
677 2007-07-18 [colin]      2.10.0cvs37
678
679         * src/messageview.c
680                 Only hide the small layout's messageview, instead
681                 of destroying it when closing
682         * src/gtk/gtkutils.c
683                 Use gtk_window_present_with_time to popup windows,
684                 it seems to make things better with modern WMs
685                 (actually focusing)
686
687 2007-07-17 [colin]      2.10.0cvs36
688
689         * src/editaddress.c
690                 Simplify layout on Maemo
691         * src/folder.c
692                 Fix possible crash
693         * src/prefs_display_header.c
694                 Remove some headers by default on Maemo
695
696 2007-07-17 [paul]       2.10.0cvs35
697
698         * src/prefs_common.c
699         * src/prefs_common.h
700         * src/prefs_logging.c
701         * src/common/log.c
702                 add options to stop/enable writing logs to disc
703
704 2007-07-17 [paul]       2.10.0cvs34
705
706         * src/edittags.c
707                 fix some issues with the Apply tags window:
708                 - set search column (enables autocompl in the treeview)
709                 - apply tag from "New tag" if it existed
710                 - clears New tag entry when adding it with the button
711                 Thanks to Colin
712
713 2007-07-17 [paul]       2.10.0cvs33
714
715         * src/edittags.c
716                 fix 'apply tags' dialogue weirdness
717
718 2007-07-16 [colin]      2.10.0cvs32
719
720         * src/toolbar.c
721                 Fix double-loading of mails on Maemo
722
723 2007-07-16 [colin]      2.10.0cvs31
724
725         * src/messageview.c
726                 Prevent double-loading of the same part under some
727                 conditions; hide statusbar on Maemo
728
729 2007-07-16 [colin]      2.10.0cvs30
730
731         * src/edittags.c
732         * src/edittags.h
733         * src/mainwindow.c
734         * src/summaryview.c
735                 Improve the tag interface - allow
736                 to set/unset tags from a special
737                 window.
738         * src/gtk/gtkvscrollbutton.c
739         * src/mimeview.c
740         * src/mimeview.h
741         * src/stock_pixmap.c
742                 Fix Mimeview's ugly hacks in the
743                 icon list. 
744
745 2007-07-16 [paul]       2.10.0cvs29
746
747         * src/wizard.c
748                 rework dialog
749         * src/gtk/icon_legend.c
750                 put it all in a scrolled window
751
752 2007-07-15 [colin]      2.10.0cvs28
753
754         * src/mainwindow.c
755                 Maemo: force layout to be Small screen; the
756                 others don't make sense
757
758 2007-07-14 [colin]      2.10.0cvs27
759
760         * src/mimeview.c
761         * src/gtk/gtkvscrollbutton.c
762                 Maemo: Fix mimeview's buttons size
763
764 2007-07-14 [colin]      2.10.0cvs26
765
766         * src/toolbar.c
767                 Fix the button workaround fix.
768                 (Use the correct variable)
769
770 2007-07-14 [colin]      2.10.0cvs25
771
772         * src/mainwindow.c
773         * src/toolbar.c
774                 Maemo: put the progress bar in the
775                 toolbar
776
777 2007-07-14 [colin]      2.10.0cvs24
778
779         * src/prefs_common.c
780                 Maemo: hide statusbar by default
781         * src/Makefile.am
782         * src/stock_pixmap.c
783         * src/stock_pixmap.h
784         * src/toolbar.c
785         * src/pixmaps/go_folders.xpm
786                 Maemo: Add a specific icon to go back to
787                 folder list
788
789 2007-07-14 [colin]      2.10.0cvs23
790
791         * src/toolbar.c
792                 Don't set homogeneous finally
793
794 2007-07-14 [colin]      2.10.0cvs22
795
796         * src/toolbar.c
797                 Fix button show/hide issues
798
799 2007-07-14 [colin]      2.10.0cvs21
800
801         * src/toolbar.c
802                 Fix huge arrows
803                 Fix button workaround to be able to click
804                 if mouse was on button when it went un-
805                 sensitive.
806                 Revert previous commit, gtk_tool_item_set_homogeneous
807                 doesn't mean what it seems to mean ;-)
808
809 2007-07-14 [paul]       2.10.0cvs20
810
811         * src/toolbar.c
812                 make homogeneous FALSE always
813
814 2007-07-13 [colin]      2.10.0cvs19
815
816         * src/toolbar.c
817         * src/toolbar.h
818                 Rework to fit the non-deprecated API
819         * src/compose.c
820         * src/folderview.c
821         * src/mainwindow.c
822         * src/messageview.c
823         * src/summaryview.c
824                 Maemo layout changes. Better toolbars,
825                 removal of CTree headers. 
826
827 2007-07-13 [paul]       2.10.0cvs18
828
829         * src/gtk/colorlabel.c
830                 fix bug 1261, '[DE] coloring messages in overview 
831                 keys are not localised'
832                 the string is now included in claws-mail.pot
833
834 2007-07-13 [colin]      2.10.0cvs17
835
836         * src/summaryview.c
837                 Fix bug 1267, 'printing mutliple messages 
838                 opens one message-dialog after the other'
839                 Ask for confirmation when printing 10
840                 messages or more.
841
842 2007-07-11 [colin]      2.10.0cvs16
843
844         * COPYING
845         * README
846         * autogen.sh
847         * manual/claws-mail-manual.xml
848         * manual/gpl.xml
849         * manual/es/claws-mail-manual.xml
850         * manual/es/gpl.xml
851         * manual/fr/claws-mail-manual.xml
852         * manual/fr/gpl.xml
853         * manual/pl/gpl.xml
854         * src/account.c
855         * src/account.h
856         * src/action.c
857         * src/action.h
858         * src/adbookbase.h
859         * src/addr_compl.c
860         * src/addr_compl.h
861         * src/addrbook.c
862         * src/addrbook.h
863         * src/addrcache.c
864         * src/addrcache.h
865         * src/addrcindex.c
866         * src/addrcindex.h
867         * src/addrclip.c
868         * src/addrclip.h
869         * src/addrdefs.h
870         * src/addressadd.c
871         * src/addressadd.h
872         * src/addressbook.c
873         * src/addressbook.h
874         * src/addressbook_foldersel.c
875         * src/addressbook_foldersel.h
876         * src/addressitem.h
877         * src/addrgather.c
878         * src/addrgather.h
879         * src/addrharvest.c
880         * src/addrharvest.h
881         * src/addrindex.c
882         * src/addrindex.h
883         * src/addritem.c
884         * src/addritem.h
885         * src/addrquery.c
886         * src/addrquery.h
887         * src/addrselect.c
888         * src/addrselect.h
889         * src/alertpanel.c
890         * src/alertpanel.h
891         * src/browseldap.c
892         * src/browseldap.h
893         * src/codeconv.c
894         * src/codeconv.h
895         * src/compose.c
896         * src/compose.h
897         * src/crash.c
898         * src/crash.h
899         * src/customheader.c
900         * src/customheader.h
901         * src/displayheader.c
902         * src/displayheader.h
903         * src/editaddress.c
904         * src/editaddress.h
905         * src/editaddress_other_attributes_ldap.c
906         * src/editaddress_other_attributes_ldap.h
907         * src/editbook.c
908         * src/editbook.h
909         * src/editgroup.c
910         * src/editgroup.h
911         * src/editjpilot.c
912         * src/editjpilot.h
913         * src/editldap.c
914         * src/editldap.h
915         * src/editldap_basedn.c
916         * src/editldap_basedn.h
917         * src/edittags.c
918         * src/edittags.h
919         * src/editvcard.c
920         * src/editvcard.h
921         * src/enriched.c
922         * src/enriched.h
923         * src/exphtmldlg.c
924         * src/exphtmldlg.h
925         * src/expldifdlg.c
926         * src/expldifdlg.h
927         * src/export.c
928         * src/export.h
929         * src/exporthtml.c
930         * src/exporthtml.h
931         * src/exportldif.c
932         * src/exportldif.h
933         * src/filtering.c
934         * src/filtering.h
935         * src/folder.c
936         * src/folder.h
937         * src/folder_item_prefs.c
938         * src/folder_item_prefs.h
939         * src/foldersel.c
940         * src/foldersel.h
941         * src/folderutils.c
942         * src/folderutils.h
943         * src/folderview.c
944         * src/folderview.h
945         * src/gedit-print.c
946         * src/gedit-print.h
947         * src/grouplistdialog.c
948         * src/grouplistdialog.h
949         * src/headerview.c
950         * src/headerview.h
951         * src/html.c
952         * src/html.h
953         * src/image_viewer.c
954         * src/image_viewer.h
955         * src/imap.c
956         * src/imap.h
957         * src/imap_gtk.c
958         * src/imap_gtk.h
959         * src/import.c
960         * src/import.h
961         * src/importldif.c
962         * src/importldif.h
963         * src/importmutt.c
964         * src/importmutt.h
965         * src/importpine.c
966         * src/importpine.h
967         * src/inc.c
968         * src/inc.h
969         * src/jpilot.c
970         * src/jpilot.h
971         * src/ldapctrl.c
972         * src/ldapctrl.h
973         * src/ldaplocate.c
974         * src/ldaplocate.h
975         * src/ldapquery.c
976         * src/ldapquery.h
977         * src/ldapserver.c
978         * src/ldapserver.h
979         * src/ldapupdate.c
980         * src/ldapupdate.h
981         * src/ldaputil.c
982         * src/ldaputil.h
983         * src/ldif.c
984         * src/ldif.h
985         * src/localfolder.c
986         * src/localfolder.h
987         * src/main.c
988         * src/main.h
989         * src/mainwindow.c
990         * src/mainwindow.h
991         * src/manual.c
992         * src/manual.h
993         * src/matcher.c
994         * src/matcher.h
995         * src/matcher_parser.h
996         * src/matcher_parser_lex.l
997         * src/matcher_parser_parse.y
998         * src/mbox.c
999         * src/mbox.h
1000         * src/message_search.c
1001         * src/message_search.h
1002         * src/messageview.c
1003         * src/messageview.h
1004         * src/mh.c
1005         * src/mh.h
1006         * src/mh_gtk.c
1007         * src/mh_gtk.h
1008         * src/mimeview.c
1009         * src/mimeview.h
1010         * src/msgcache.c
1011         * src/msgcache.h
1012         * src/mutt.c
1013         * src/mutt.h
1014         * src/news.c
1015         * src/news.h
1016         * src/news_gtk.c
1017         * src/news_gtk.h
1018         * src/noticeview.c
1019         * src/noticeview.h
1020         * src/partial_download.c
1021         * src/partial_download.h
1022         * src/pine.c
1023         * src/pine.h
1024         * src/pop.c
1025         * src/pop.h
1026         * src/prefs_account.c
1027         * src/prefs_account.h
1028         * src/prefs_actions.c
1029         * src/prefs_actions.h
1030         * src/prefs_common.c
1031         * src/prefs_common.h
1032         * src/prefs_compose_writing.c
1033         * src/prefs_compose_writing.h
1034         * src/prefs_customheader.c
1035         * src/prefs_customheader.h
1036         * src/prefs_display_header.c
1037         * src/prefs_display_header.h
1038         * src/prefs_ext_prog.c
1039         * src/prefs_ext_prog.h
1040         * src/prefs_filtering.c
1041         * src/prefs_filtering.h
1042         * src/prefs_filtering_action.c
1043         * src/prefs_filtering_action.h
1044         * src/prefs_folder_column.c
1045         * src/prefs_folder_column.h
1046         * src/prefs_folder_item.c
1047         * src/prefs_folder_item.h
1048         * src/prefs_fonts.c
1049         * src/prefs_fonts.h
1050         * src/prefs_gtk.c
1051         * src/prefs_gtk.h
1052         * src/prefs_image_viewer.c
1053         * src/prefs_image_viewer.h
1054         * src/prefs_logging.c
1055         * src/prefs_logging.h
1056         * src/prefs_matcher.c
1057         * src/prefs_matcher.h
1058         * src/prefs_message.c
1059         * src/prefs_message.h
1060         * src/prefs_msg_colors.c
1061         * src/prefs_msg_colors.h
1062         * src/prefs_other.c
1063         * src/prefs_other.h
1064         * src/prefs_quote.c
1065         * src/prefs_quote.h
1066         * src/prefs_receive.c
1067         * src/prefs_receive.h
1068         * src/prefs_send.c
1069         * src/prefs_send.h
1070         * src/prefs_spelling.c
1071         * src/prefs_spelling.h
1072         * src/prefs_summaries.c
1073         * src/prefs_summaries.h
1074         * src/prefs_summary_column.c
1075         * src/prefs_summary_column.h
1076         * src/prefs_summary_open.c
1077         * src/prefs_summary_open.h
1078         * src/prefs_template.c
1079         * src/prefs_template.h
1080         * src/prefs_themes.c
1081         * src/prefs_themes.h
1082         * src/prefs_toolbar.c
1083         * src/prefs_toolbar.h
1084         * src/prefs_wrapping.c
1085         * src/prefs_wrapping.h
1086         * src/privacy.c
1087         * src/privacy.h
1088         * src/procheader.c
1089         * src/procheader.h
1090         * src/procmime.c
1091         * src/procmime.h
1092         * src/procmsg.c
1093         * src/procmsg.h
1094         * src/quote_fmt.c
1095         * src/quote_fmt_lex.l
1096         * src/quote_fmt_parse.y
1097         * src/recv.c
1098         * src/recv.h
1099         * src/remotefolder.c
1100         * src/remotefolder.h
1101         * src/send_message.c
1102         * src/send_message.h
1103         * src/setup.c
1104         * src/setup.h
1105         * src/simple-gettext.c
1106         * src/sourcewindow.c
1107         * src/sourcewindow.h
1108         * src/ssl_manager.c
1109         * src/ssl_manager.h
1110         * src/statusbar.c
1111         * src/statusbar.h
1112         * src/stock_pixmap.c
1113         * src/stock_pixmap.h
1114         * src/summary_search.c
1115         * src/summary_search.h
1116         * src/summaryview.c
1117         * src/summaryview.h
1118         * src/textview.c
1119         * src/textview.h
1120         * src/toolbar.c
1121         * src/toolbar.h
1122         * src/undo.c
1123         * src/undo.h
1124         * src/unmime.c
1125         * src/unmime.h
1126         * src/uri_opener.c
1127         * src/uri_opener.h
1128         * src/vcard.c
1129         * src/vcard.h
1130         * src/wizard.c
1131         * src/wizard.h
1132         * src/common/base64.c
1133         * src/common/base64.h
1134         * src/common/claws.c
1135         * src/common/claws.h
1136         * src/common/defs.h
1137         * src/common/fnmatch.c
1138         * src/common/fnmatch.h
1139         * src/common/fnmatch_loop.c
1140         * src/common/hooks.c
1141         * src/common/hooks.h
1142         * src/common/log.c
1143         * src/common/log.h
1144         * src/common/md5.c
1145         * src/common/md5.h
1146         * src/common/mgutils.c
1147         * src/common/mgutils.h
1148         * src/common/nntp.c
1149         * src/common/nntp.h
1150         * src/common/passcrypt.c
1151         * src/common/passcrypt.h.in
1152         * src/common/plugin.c
1153         * src/common/plugin.h
1154         * src/common/prefs.c
1155         * src/common/prefs.h
1156         * src/common/progressindicator.c
1157         * src/common/progressindicator.h
1158         * src/common/quoted-printable.c
1159         * src/common/quoted-printable.h
1160         * src/common/session.c
1161         * src/common/session.h
1162         * src/common/smtp.c
1163         * src/common/smtp.h
1164         * src/common/socket.c
1165         * src/common/socket.h
1166         * src/common/ssl.c
1167         * src/common/ssl.h
1168         * src/common/ssl_certificate.c
1169         * src/common/ssl_certificate.h
1170         * src/common/string_match.c
1171         * src/common/string_match.h
1172         * src/common/stringtable.c
1173         * src/common/stringtable.h
1174         * src/common/tags.c
1175         * src/common/tags.h
1176         * src/common/template.c
1177         * src/common/template.h
1178         * src/common/timing.h
1179         * src/common/utils.c
1180         * src/common/utils.h
1181         * src/common/uuencode.c
1182         * src/common/uuencode.h
1183         * src/common/version.h.in
1184         * src/common/w32_dirent.c
1185         * src/common/w32_reg.c
1186         * src/common/w32_signal.c
1187         * src/common/w32_stat.c
1188         * src/common/w32_stdlib.c
1189         * src/common/w32_string.c
1190         * src/common/w32_time.c
1191         * src/common/w32_unistd.c
1192         * src/common/w32_wait.c
1193         * src/common/w32lib.h
1194         * src/common/xml.c
1195         * src/common/xml.h
1196         * src/common/xmlprops.c
1197         * src/common/xmlprops.h
1198         * src/etpan/etpan-errors.h
1199         * src/etpan/etpan-thread-manager-types.h
1200         * src/etpan/etpan-thread-manager.c
1201         * src/etpan/etpan-thread-manager.h
1202         * src/etpan/imap-thread.c
1203         * src/etpan/imap-thread.h
1204         * src/gtk/about.c
1205         * src/gtk/about.h
1206         * src/gtk/colorlabel.c
1207         * src/gtk/colorlabel.h
1208         * src/gtk/colorsel.c
1209         * src/gtk/colorsel.h
1210         * src/gtk/combobox.c
1211         * src/gtk/combobox.h
1212         * src/gtk/description_window.c
1213         * src/gtk/description_window.h
1214         * src/gtk/filesel.c
1215         * src/gtk/filesel.h
1216         * src/gtk/foldersort.c
1217         * src/gtk/foldersort.h
1218         * src/gtk/gtkaspell.c
1219         * src/gtk/gtkaspell.h
1220         * src/gtk/gtksctree.c
1221         * src/gtk/gtkshruler.c
1222         * src/gtk/gtkshruler.h
1223         * src/gtk/gtksourceprintjob.c
1224         * src/gtk/gtksourceprintjob.h
1225         * src/gtk/gtkutils.c
1226         * src/gtk/gtkutils.h
1227         * src/gtk/gtkvscrollbutton.c
1228         * src/gtk/gtkvscrollbutton.h
1229         * src/gtk/icon_legend.c
1230         * src/gtk/icon_legend.h
1231         * src/gtk/inputdialog.c
1232         * src/gtk/inputdialog.h
1233         * src/gtk/logwindow.c
1234         * src/gtk/logwindow.h
1235         * src/gtk/manage_window.c
1236         * src/gtk/manage_window.h
1237         * src/gtk/menu.c
1238         * src/gtk/menu.h
1239         * src/gtk/pluginwindow.c
1240         * src/gtk/pluginwindow.h
1241         * src/gtk/prefswindow.c
1242         * src/gtk/prefswindow.h
1243         * src/gtk/progressdialog.c
1244         * src/gtk/progressdialog.h
1245         * src/gtk/quicksearch.c
1246         * src/gtk/quicksearch.h
1247         * src/gtk/sslcertwindow.c
1248         * src/gtk/sslcertwindow.h
1249         * src/plugins/bogofilter/bogofilter.c
1250         * src/plugins/bogofilter/bogofilter.h
1251         * src/plugins/bogofilter/bogofilter_gtk.c
1252         * src/plugins/clamav/clamav_plugin.c
1253         * src/plugins/clamav/clamav_plugin.h
1254         * src/plugins/clamav/clamav_plugin_gtk.c
1255         * src/plugins/demo/demo.c
1256         * src/plugins/dillo_viewer/dillo_prefs.c
1257         * src/plugins/dillo_viewer/dillo_prefs.h
1258         * src/plugins/dillo_viewer/dillo_viewer.c
1259         * src/plugins/pgpcore/passphrase.c
1260         * src/plugins/pgpcore/passphrase.h
1261         * src/plugins/pgpcore/pgp_viewer.c
1262         * src/plugins/pgpcore/pgp_viewer.h
1263         * src/plugins/pgpcore/plugin.c
1264         * src/plugins/pgpcore/prefs_gpg.c
1265         * src/plugins/pgpcore/prefs_gpg.h
1266         * src/plugins/pgpcore/select-keys.c
1267         * src/plugins/pgpcore/select-keys.h
1268         * src/plugins/pgpcore/sgpgme.c
1269         * src/plugins/pgpcore/sgpgme.h
1270         * src/plugins/pgpinline/pgpinline.c
1271         * src/plugins/pgpinline/pgpinline.h
1272         * src/plugins/pgpinline/plugin.c
1273         * src/plugins/pgpmime/pgpmime.c
1274         * src/plugins/pgpmime/pgpmime.h
1275         * src/plugins/pgpmime/plugin.c
1276         * src/plugins/spamassassin/spamassassin.c
1277         * src/plugins/spamassassin/spamassassin.h
1278         * src/plugins/spamassassin/spamassassin_gtk.c
1279         * src/plugins/trayicon/trayicon.c
1280         * src/plugins/trayicon/trayicon_prefs.c
1281         * src/plugins/trayicon/trayicon_prefs.h
1282         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1283         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1284         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1285         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1286         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1287         * tools/OOo2claws-mail.pl
1288         * tools/README.sylprint
1289         * tools/acroread2claws-mail.pl
1290         * tools/claws-mail-compose-insert-files.pl
1291         * tools/convert_mbox.pl
1292         * tools/filter_conv.pl
1293         * tools/filter_conv_new.pl
1294         * tools/fix_date.sh
1295         * tools/freshmeat_search.pl
1296         * tools/google_search.pl
1297         * tools/kmail-mailbox2claws-mail.pl
1298         * tools/kmail2claws-mail.pl
1299         * tools/kmail2claws-mail_v2.pl
1300         * tools/mairix.sh
1301         * tools/make.themes.project
1302         * tools/multiwebsearch.pl
1303         * tools/nautilus2claws-mail.sh
1304         * tools/outlook2claws-mail.pl
1305         * tools/textviewer.sh
1306         * tools/thunderbird-filters-convertor.pl
1307         * tools/update-po
1308         * tools/uuooffice
1309         * tools/vcard2xml.py
1310         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1311                 Upgrade to GPLv3 or later.
1312
1313 2007-07-10 [wwp]        2.10.0cvs15
1314
1315         * src/main.c
1316                 Fix re-opening of all composing messages that were
1317                 opened when closing the previous instance, thanks
1318                 to Colin.
1319
1320 2007-07-10 [paul]       2.10.0cvs14
1321
1322         * src/editaddress_other_attributes_ldap.c
1323         * src/ldapupdate.c
1324                 fix crash on selecting 'other attributes' combo
1325                 for either a new entry or an old entry with no
1326                 existing attributes.
1327                 fix bug on editing multiple attributes which
1328                 resulted them all having the value of the last
1329                 one changed.
1330                 Thanks to Colin
1331
1332 2007-07-10 [colin]      2.10.0cvs13
1333
1334         * src/editaddress.c
1335         * src/editaddress_other_attributes_ldap.h
1336         * src/ldapupdate.c
1337                 Fix --disable-ldap build
1338
1339 2007-07-09 [colin]      2.10.0cvs12
1340
1341         * src/Makefile.am
1342         * src/addritem.c
1343         * src/addritem.h
1344         * src/editaddress.c
1345         * src/editaddress_other_attributes_ldap.c
1346         * src/editaddress_other_attributes_ldap.h
1347         * src/editldap.c
1348         * src/ldapctrl.c
1349         * src/ldapctrl.h
1350         * src/ldapupdate.c
1351                 Add capability to edit all inetOrgPerson
1352                 attributes on LDAP. Patch by Michael 
1353                 Rasmussen
1354
1355 2007-07-09 [colin]      2.10.0cvs11
1356
1357         * src/Makefile.am
1358         * src/exporthtml.c
1359         * src/mbox.c
1360         * src/msgcache.c
1361         * src/prefs_summaries.c
1362         * src/prefs_themes.c
1363         * src/procheader.c
1364         * src/common/Makefile.am
1365         * src/common/log.c
1366         * src/common/timing.h
1367         * src/common/utils.c
1368         * src/common/utils.h
1369         * src/common/w32_account.c
1370         * src/common/w32lib.h
1371         * src/gtk/Makefile.am
1372         * src/gtk/colorlabel.c
1373         * src/plugins/pgpcore/Makefile.am
1374         * src/plugins/pgpcore/claws.def
1375         * src/plugins/pgpcore/passphrase.c
1376         * src/plugins/pgpcore/pgp_viewer.c
1377         * src/plugins/pgpcore/plugin.def
1378         * src/plugins/pgpcore/sgpgme.c
1379         * src/plugins/pgpinline/Makefile.am
1380         * src/plugins/pgpinline/claws.def
1381         * src/plugins/pgpinline/mypgpcore.def
1382         * src/plugins/pgpinline/plugin.def
1383         * src/plugins/pgpmime/Makefile.am
1384         * src/plugins/pgpmime/claws.def
1385         * src/plugins/pgpmime/mypgpcore.def
1386         * src/plugins/pgpmime/plugin.def
1387                 Commit win32 patch, from Werner Koch and
1388                 Marcus Brinkmann
1389
1390 2007-07-09 [colin]      2.10.0cvs10
1391
1392         * src/prefs_toolbar.c
1393                 Fix crash when no actions exist
1394
1395 2007-07-07 [paul]       2.10.0cvs9
1396
1397         * COPYING
1398         * manual/claws-mail-manual.xml
1399                 update copyright year
1400         * po/fi.po
1401                 updated by Flammie Pirinen
1402
1403 2007-07-05 [wwp]        2.10.0cvs8
1404
1405         * src/plugins/clamav/clamav_plugin_gtk.c
1406                 Make vertical spacing like in other plugin prefs pages.
1407
1408 2007-07-05 [wwp]        2.10.0cvs7
1409
1410         * src/quote_fmt.c
1411                 It's %am that works, not %ae (this doc incoherence has been
1412                 introduced with 2.9.2cvs13).
1413
1414 2007-07-04 [wwp]        2.10.0cvs6
1415
1416         * src/plugins/bogofilter/bogofilter.c
1417                 Gettext-ize an occurrence of "Any" that wasn't.
1418
1419 2007-07-04 [colin]      2.10.0cvs5
1420
1421         * po/POTFILES.in
1422                 Fix untranslated strings; thanks
1423                 to Pader Rezso.
1424
1425 2007-07-03 [colin]      2.10.0cvs4
1426
1427         * src/folder.c
1428         * src/mainwindow.c
1429                 Fix saving of sort mode for tags and
1430                 thread date. Thanks to Pierre Ossman.
1431                 Completes fix for bug 1233
1432
1433 2007-07-03 [paul]       2.10.0cvs3
1434
1435         * src/compose.c
1436                 fix auto-save
1437         * src/summaryview.c
1438                 fix build warnings
1439         Thanks to Colin
1440
1441 2007-07-02 [colin]      2.10.0cvs2
1442
1443         * src/folder.h
1444         * src/mainwindow.c
1445         * src/procmsg.h
1446         * src/summaryview.c
1447                 Add View/Sort/by Thread date
1448                 Fixes bug 1233, 'Capability to sort 
1449                 threads by most recent message'
1450                 Based on a patch by Paul Rolland
1451
1452 2007-07-02 [colin]      2.10.0cvs1
1453
1454         * src/Makefile.am
1455         * src/compose.c
1456         * src/edittags.c
1457         * src/edittags.h
1458         * src/filtering.c
1459         * src/folder.c
1460         * src/folder.h
1461         * src/headerview.c
1462         * src/headerview.h
1463         * src/main.c
1464         * src/mainwindow.c
1465         * src/mainwindow.h
1466         * src/manual.h
1467         * src/matcher.c
1468         * src/matcher.h
1469         * src/matcher_parser_parse.y
1470         * src/mimeview.c
1471         * src/msgcache.c
1472         * src/msgcache.h
1473         * src/prefs_common.c
1474         * src/prefs_common.h
1475         * src/prefs_filtering_action.c
1476         * src/prefs_matcher.c
1477         * src/prefs_summary_column.c
1478         * src/procmsg.c
1479         * src/procmsg.h
1480         * src/quote_fmt.c
1481         * src/quote_fmt_lex.l
1482         * src/quote_fmt_parse.y
1483         * src/summaryview.c
1484         * src/summaryview.h
1485         * src/textview.c
1486         * src/common/Makefile.am
1487         * src/common/defs.h
1488         * src/common/tags.c
1489         * src/common/tags.h
1490         * src/gtk/quicksearch.c
1491         * src/gtk/quicksearch.h
1492                 Add Tags implementation. Tags are arbitrary labels
1493                 that can be applied to messages. It is possible 
1494                 to create, edit, remove tags; apply them to mails;
1495                 filter on tags or tag presence; apply or unset
1496                 tags via filtering actions; reference tags in
1497                 reply templates.
1498
1499 2007-07-02 [paul]       2.10.0
1500
1501         * NEWS
1502         * README
1503         * RELEASE_NOTES
1504                 2.10.0 released
1505
1506 2007-07-02 [paul]       2.9.2cvs78
1507
1508         * po/de.po
1509         * po/en_GB.po
1510         * po/es.po
1511         * po/fr.po
1512         * po/hu.po
1513         * po/pt_BR.po
1514         * po/ru.po
1515         * po/zh_CN.po
1516                 updated by Stephan Sachse, me, Ricardo Mones
1517                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1518                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1519
1520 2007-07-02 [paul]       2.9.2cvs77
1521
1522         * AUTHORS
1523                 updated
1524
1525 2007-06-29 [wwp]        2.9.2cvs76
1526
1527         * src/gtk/headers.h
1528                 Fix a typo (thanks to Ricardo for finding this out).
1529
1530 2007-06-28 [paul]       2.9.2cvs75
1531
1532         * src/folderview.c
1533                 fix build warnings
1534
1535 2007-06-28 [paul]       2.9.2cvs74
1536
1537         * tools/Makefile.am
1538                 fix bug in the autotools build system.
1539                 Files cataloged under EXTRA_DIST were never
1540                 automatically copied to the build tree.
1541                 (fix 'make distcheck')
1542                 Patch by Michael Rasmussen.
1543
1544 2007-06-24 [colin]      2.9.2cvs73
1545
1546         * src/news_gtk.c
1547                 Fix bug 1249, 'Error handling for 
1548                 news errors needs modification'
1549                 Only popup error if the according
1550                 pref in Prefs/Receive is set.
1551
1552 2007-06-21 [colin]      2.9.2cvs72
1553
1554         * src/common/plugin.c
1555         * src/common/plugin.h
1556                 Change plugin API to know whether it's safe to 
1557                 unload plugins or whether we should just hide
1558                 them. Fixes bug 1248, 'Core dumps after 
1559                 unloading plugin and clicking on load plugins'
1560         * src/plugins/bogofilter/bogofilter.c
1561         * src/plugins/clamav/clamav_plugin.c
1562         * src/plugins/demo/demo.c
1563         * src/plugins/dillo_viewer/dillo_viewer.c
1564         * src/plugins/pgpcore/plugin.c
1565         * src/plugins/pgpinline/plugin.c
1566         * src/plugins/pgpmime/plugin.c
1567         * src/plugins/spamassassin/spamassassin.c
1568         * src/plugins/trayicon/trayicon.c
1569                 Update API
1570
1571 2007-06-19 [colin]      2.9.2cvs71
1572
1573         * src/compose.c
1574         * src/messageview.c
1575                 Fix crash mentioned in bug 1246
1576                 Race condition when automatically drafting
1577                 due to insertion on reedit.
1578
1579 2007-06-18 [wwp]        2.9.2cvs70
1580
1581         * src/importldif.c
1582                 LDIF import: use a "Proceed" button to complete
1583                 the process.
1584
1585 2007-06-18 [paul]       2.9.2cvs69
1586
1587         * configure.ac
1588                 use pkgconfig to check for gtk and glib
1589
1590 2007-06-17 [wwp]        2.9.2cvs68
1591
1592         * src/ldif.c
1593         * src/importldif.c
1594                 LDIF import: better error handling, minor code
1595                 and UI cleanup, and renamed the Save button
1596                 to Close, as imported stuff is already saved
1597                 when the Save button is shown.
1598
1599 2007-06-17 [colin]      2.9.2cvs67
1600
1601         * src/prefs_summaries.c
1602         * src/procmsg.c
1603                 Don't set as read when forwarded, only replied to
1604
1605 2007-06-17 [paul]       2.9.2cvs66
1606
1607         * src/alertpanel.c
1608                 add missing #include
1609
1610 2007-06-16 [colin]      2.9.2cvs65
1611
1612         * src/prefs_summaries.c
1613         * src/procmsg.c
1614                 Change the pref "Only mark as read when opened
1615                 in new window" to "..., replied to or forwarded".
1616                 Based on a patch by Paul Rolland.
1617
1618 2007-06-16 [paul]       2.9.2cvs64
1619
1620         * src/gtk/authors.h
1621                 alphabetical order! :)
1622
1623 2007-06-16 [colin]      2.9.2cvs63
1624
1625         * AUTHORS
1626         * src/gtk/authors.h
1627                 Add Michael Rasmussen in authors list
1628
1629 2007-06-16 [colin]      2.9.2cvs62
1630
1631         * src/messageview.c
1632                 Fix messageview_copy_clipboard to take advantage
1633                 of plugins' get_selection.
1634
1635 2007-06-15 [colin]      2.9.2cvs61
1636
1637         * src/action.c
1638         * src/addr_compl.c
1639         * src/addressbook.c
1640         * src/folderview.c
1641         * src/message_search.c
1642         * src/mimeview.c
1643         * src/summary_search.c
1644         * src/summaryview.c
1645         * src/textview.c
1646                 Allow GDK_KP_Enter to do the same as GDK_Return
1647                 Patch by Michael Rasmussen
1648
1649 2007-06-15 [paul]       2.9.2cvs60
1650
1651         * src/compose.c
1652                 fix bug when closing a compose window
1653                 during autosave
1654
1655 2007-06-14 [paul]       2.9.2cvs59
1656
1657         * src/main.c
1658         * src/common/defs.h
1659                 migrate sylpheed config
1660
1661 2007-06-14 [wwp]        2.9.2cvs58
1662
1663         * src/gtk/pluginwindow.c
1664                 Yet another attempt to fix sizing/alignment of the
1665                 button bar in plugins window.
1666
1667 2007-06-12 [colin]      2.9.2cvs57
1668
1669         * po/POTFILES.in
1670         * src/Makefile.am
1671         * src/folderview.c
1672         * src/prefs_common.c
1673         * src/prefs_common.h
1674         * src/prefs_summaries.c
1675         * src/prefs_summary_open.c
1676         * src/prefs_summary_open.h
1677         * src/summaryview.c
1678                 Make "when entering a folder" actions more personalisable
1679
1680 2007-06-12 [wwp]        2.9.2cvs56
1681
1682         * tools/README
1683                 Use short description from Paul (mairix.sh).
1684
1685 2007-06-12 [wwp]        2.9.2cvs55
1686
1687         * tools/README
1688                 Updated info about mairix.sh.
1689
1690 2007-06-11 [paul]       2.9.2cvs54
1691
1692         * src/prefs_logging.c
1693                 rework log window length widgets
1694                 and some sensitivity fixes
1695
1696 2007-06-11 [paul]       2.9.2cvs53
1697
1698         * src/mainwindow.c
1699         * src/prefs_logging.c
1700                 rename 'Protocol Log' to 'Network Log'
1701                 and some function renaming
1702
1703 2007-06-10 [wwp]        2.9.2cvs52
1704
1705         * src/gtk/pluginwindow.c
1706                 Revert 2.9.2cvs51.
1707
1708 2007-06-10 [wwp]        2.9.2cvs51
1709
1710         * src/gtk/pluginwindow.c
1711                 Fix button bar in plugin window, was centered and not
1712                 behaving like other dialogs w/ such button bar.
1713
1714 2007-06-08 [wwp]        2.9.2cvs50
1715
1716         * src/compose.c
1717         * src/compose.h
1718         * src/main.c
1719         * src/mainwindow.c
1720         * src/mainwindow.h
1721                 Provide a way out of automatic draft saving on IMAP, when
1722                 exiting offline.
1723                 Prevent drafting while sending and quitting while sending.
1724                 Thanks for Colin.
1725
1726
1727
1728 2007-06-08 [wwp]        2.9.2cvs49
1729
1730         * src/prefs_account.c
1731         * src/gtk/prefswindow.c
1732         * src/gtk/prefswindow.h
1733                 Activate the Basic page when opening account prefs.
1734
1735 2007-06-08 [wwp]        2.9.2cvs48
1736
1737         * src/common/socket.c
1738                 Don't crash if fork() fails, thanks to Colin.
1739
1740 2007-06-08 [wwp]        2.9.2cvs47
1741
1742         * src/gtk/prefswindow.c
1743                 Wrap some long lines, and reset horizontal scroller's adjusment
1744                 (this was already done, vertically), when changing tab (not page)
1745                 in prefs windows.
1746
1747 2007-06-08 [paul]       2.9.2cvs46
1748
1749         * src/common/utils.c
1750                 use gethostname() instead of uname()
1751                 based on a patch by Michael Hughes
1752                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1753
1754 2007-06-07 [wwp]        2.9.2cvs45
1755
1756         * src/prefs_common.c
1757                 Fix some useless warnings, thanks to Colin.
1758
1759 2007-06-06 [colin]      2.9.2cvs44
1760
1761         * src/ldapupdate.c
1762                 Fix strange allocations. 
1763
1764 2007-06-06 [colin]      2.9.2cvs43
1765
1766         * src/ldapupdate.c
1767                 Patch by Michael Rasmussus to help
1768                 bug 1232
1769
1770 2007-06-05 [wwp]        2.9.2cvs42
1771
1772         * src/prefs_account.c
1773         * src/prefs_folder_item.c
1774         * src/prefs_quote.c
1775         * src/quote_fmt.c
1776         * src/quote_fmt.h
1777                 Per-folder templates can now be applied recursively.
1778                 Always save per-folder templates (formats were erroneously
1779                 saved only if they were enabled).
1780                 Check for validity of quotation marks everywhere there
1781                 are defined.
1782
1783 2007-06-05 [wwp]        2.9.2cvs41
1784
1785         * src/inc.c
1786                 Fix incoming messages from local accounts always getting filtered
1787                 (even if the account prefs say don't), thanks to Colin.
1788
1789 2007-06-05 [wwp]        2.9.2cvs40
1790
1791         * src/compose.c
1792         * src/compose.h
1793                 Use per-folder/per-account quote chars when applying a
1794                 template or inserting text as well. Const'ify some
1795                 vars more.
1796
1797 2007-06-04 [colin]      2.9.2cvs39
1798
1799         * src/compose.c
1800                 More work for wwp :)
1801
1802 2007-06-04 [wwp]        2.9.2cvs38
1803
1804         * src/compose.c
1805                 Same as 2.9.2cvs36 but for forwarding.
1806
1807 2007-06-04 [colin]      2.9.2cvs37
1808
1809         * src/compose.c
1810                 Use original mail file for forward/redirect
1811                 Fixes some forwarded mails to be attached as
1812                 application/octet-stream (when they have binary
1813                 parts), and incidentally fixes bug 848
1814                 'Redirect breaks GnuPG'
1815
1816 2007-06-04 [wwp]        2.9.2cvs36
1817
1818         * src/compose.c
1819                 Fix quote mark mis-initialisation when replying/forwarding
1820                 (introduced w/ 2.9.2cvs20).
1821
1822 2007-06-04 [wwp]        2.9.2cvs35
1823
1824         * src/prefs_compose_writing.c
1825         * src/prefs_quote.c
1826                 Fix a bug where Quotation characters (prefs/compose/writing)
1827                 was cleared (introduced w/ 2.9.2cvs26).
1828
1829 2007-06-04 [wwp]        2.9.2cvs34
1830
1831         * src/prefs_account.c
1832         * src/prefs_account.h
1833                 Better fix for compiling w/o aspell (rollbacks
1834                 2.9.2cvs31).
1835
1836 2007-06-04 [wwp]        2.9.2cvs33
1837
1838         * src/account.c
1839         * src/prefs_account.c
1840         * src/prefs_account.h
1841         * src/procmsg.c
1842                 It's now possible to disable mail filtering plugins
1843                 on a per-account basis.
1844
1845 2007-06-04 [wwp]        2.9.2cvs32
1846
1847         * src/procheader.c
1848         * src/common/utils.c
1849         * src/common/utils.h
1850                 Support CRLF in headers part of messages.
1851                 Support few more date formats (RFC3339 subsets).
1852
1853 2007-06-04 [wwp]        2.9.2cvs31
1854
1855         * src/prefs_account.c
1856                 Fix compiling w/o aspell support.
1857
1858 2007-06-03 [wwp]        2.9.2cvs30
1859
1860         * src/prefs_gtk.c
1861                 Don't decode leading ENV_ and ~ in P_PASSWORD
1862                 values.
1863
1864 2007-06-03 [wwp]        2.9.2cvs29
1865
1866         * src/prefs_gtk.c
1867                 Don't decode leading ENV_ and ~ in P_PASSWORD
1868                 values.
1869
1870 2007-06-03 [wwp]        2.9.2cvs28
1871
1872         * src/prefs_account.c
1873         * src/gtk/prefswindow.c
1874         * src/gtk/prefswindow.h
1875                 Added a way to force preloading of all pages
1876                 (prefswindow).
1877                 Moved tabs to pages in account prefs.
1878
1879 2007-06-02 [colin]      2.9.2cvs27
1880
1881         * src/addressbook.c
1882                 Fix possible crash, fix ldap write bugs
1883         * src/ldapupdate.c
1884                 Fix ldap write bugs - patch by Michael
1885                 Rasmussen
1886         * src/alertpanel.c
1887         * src/alertpanel.h
1888                 Add a hook whenever alertpanel opens/closes
1889
1890 2007-05-31 [wwp]        2.9.2cvs26
1891
1892         * src/prefs_compose_writing.c
1893         * src/prefs_quote.c
1894                 Re-organized writing options a bit:
1895                  - renamed the Quoting page to Templates
1896                  - moved all composing templates to that page
1897                  - moved non-templates options to the Writing one,
1898                    grouped reply-related options, reordered reply and
1899                    forward options.
1900
1901 2007-05-31 [wwp]        2.9.2cvs25
1902
1903         * src/compose.c
1904                 Removed unused code.
1905
1906 2007-05-31 [colin]      2.9.2cvs24
1907
1908         * src/addressbook.c
1909                 Fix missing display name when modifying
1910                 LDAP. Patch by Michael Rasmussen
1911
1912 2007-05-31 [wwp]        2.9.2cvs23
1913
1914         * src/plugins/bogofilter/Makefile.am
1915         * src/plugins/clamav/Makefile.am
1916         * src/plugins/demo/Makefile.am
1917         * src/plugins/dillo_viewer/Makefile.am
1918         * src/plugins/spamassassin/Makefile.am
1919                 Fix building of those plugins in Mac OS X.
1920
1921 2007-05-30 [wwp]        2.9.2cvs22
1922
1923         * src/gtk/quicksearch.c
1924                 Fix missing initialization.
1925
1926 2007-05-30 [wwp]        2.9.2cvs21
1927
1928         * src/procheader.c
1929                 Revert accidental commit (debug outputs).
1930
1931 2007-05-30 [wwp]        2.9.2cvs20
1932
1933         * src/compose.c
1934         * src/folder_item_prefs.c
1935         * src/folder_item_prefs.h
1936         * src/prefs_account.c
1937         * src/prefs_account.h
1938         * src/prefs_folder_item.c
1939         * src/prefs_gtk.c
1940         * src/prefs_gtk.h
1941                 Implemented per-account and per-folder
1942                 compose/reply/forward formats.
1943
1944 2007-05-30 [wwp]        2.9.2cvs19
1945
1946         * src/prefs_compose_writing.c
1947         * src/prefs_quote.c
1948         * src/procheader.c
1949         * src/quote_fmt.c
1950         * src/quote_fmt.h
1951                 Internal API changes (factorize quote format
1952                 prefs and checks).
1953
1954 2007-05-30 [colin]      2.9.2cvs18
1955
1956         * src/compose.c
1957                 Fix race where it's possible to re-click Send
1958                 between end of SMTP session and end of "move to
1959                 sent folder" when sending an email with send
1960                 dialog enabled.
1961
1962 2007-05-30 [colin]      2.9.2cvs17
1963
1964         * src/crash.c
1965                 Ask for backtrace on all threads. Patch by
1966                 Pawel
1967         * src/folderview.c
1968                 Fix stale news statusbar when scanning fails.
1969                 Patch by Pawel
1970         * src/ldapupdate.c
1971                 Fix some LDAP write updates bugs. Patch
1972                 by Michael Rasmussen
1973
1974 2007-05-29 [colin]      2.9.2cvs16
1975
1976         * src/imap.c
1977                 Fix loss of local flags when moving mails
1978                 on IMAP in high-bandwidth mode (UID FETCH)
1979
1980 2007-05-25 [paul]       2.9.2cvs15
1981
1982         * src/common/socket.c
1983                 fix sometimes crasher on cancelling
1984                 message sending
1985
1986 2007-05-25 [colin]      2.9.2cvs14
1987
1988         * src/imap.c
1989                 Fix a memory leak
1990         * src/imap_gtk.c
1991                 Be more helpful in the subscription
1992                 message
1993
1994 2007-05-23 [wwp]        2.9.2cvs13
1995
1996         * src/compose.c
1997         * src/prefs_compose_writing.c
1998         * src/prefs_quote.c
1999         * src/prefs_template.c
2000         * src/prefs_template.h
2001         * src/quote_fmt.c
2002         * src/quote_fmt.h
2003         * src/quote_fmt_lex.l
2004         * src/quote_fmt_parse.y
2005                 Introduced new syntax elements (symbols and commands)
2006                 in templates/quote_fmt. Compatibility w/ old
2007                 symbols is kept.
2008                 Updated and reworked the corresponding Information
2009                 dialog.
2010                 Display the line number in dialogs that talk about
2011                 parser errors (in addition to the error message in
2012                 output).
2013
2014 2007-05-23 [wwp]        2.9.2cvs12
2015
2016         * src/quote_fmt_parse.y
2017                 Fix 2.9.2cvs11, probably a paste accident ;).
2018
2019 2007-05-23 [wwp]        2.9.2cvs11
2020
2021         * src/compose.c
2022         * src/prefs_template.c
2023         * src/quote_fmt.h
2024         * src/quote_fmt_parse.y
2025                 Fix 2.9.2cvs10, which broke --disable-aspell.
2026
2027 2007-05-22 [wwp]        2.9.2cvs10
2028
2029         * src/compose.c
2030         * src/prefs_template.c
2031         * src/quote_fmt.c
2032         * src/quote_fmt.h
2033         * src/quote_fmt_lex.l
2034         * src/quote_fmt_parse.y
2035         * src/gtk/gtkaspell.c
2036         * src/gtk/gtkaspell.h
2037                 Added template/quote format syntactical elements
2038                 to show and query:
2039                         - current dictionary
2040                           %T to show (shows empty if not set or not enabled),
2041                           ?T and !T to check if the default dictionary is
2042                           enabled and set
2043                         - current account's default dictionary
2044                           %aT to show (empty if not set or not enabled),
2045                           ?aT and !aT to check if it's enabled and set
2046                         - name completion for an address, from the address
2047                           book
2048                           %ABf, %ABt, %ABc respectively show the full name got
2049                           from the address book if From, To or Cc match a single
2050                           contact.
2051                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2052                           matches any contact and if the full name is non-empty.
2053                           If From, To or Cc are lists of email addresses, only
2054                           the first address will be checked.
2055                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2056                 that could show a trailing ','.
2057                 Also, template/quote_fmt parser now shows the line number in case
2058                 of parser error.
2059
2060 2007-05-15 [colin]      2.9.2cvs9
2061
2062         * src/main.c
2063         * src/main.h
2064                 Add a public function to know whether Claws
2065                 crashed last time
2066                 Store opened folder when exiting
2067         * src/folder.c
2068         * src/folder.h
2069                 Store last opened message in each FolderItem;
2070                 Reset last seen messages if Claws crashed, so 
2071                 that one can't go in an infinite crash in case 
2072                 a particular mail crashes Claws.
2073         * src/messageview.c
2074         * src/prefs_common.c
2075         * src/prefs_common.h
2076         * src/summaryview.c
2077         * src/prefs_summaries.c
2078                 Add "Select last opened message" when entering
2079                 a folder
2080                 Add "Select last opened folder" at startup.
2081
2082 2007-05-14 [colin]      2.9.2cvs8
2083
2084         * manual/xml2pdf
2085                 Fix bashism, search for xml catalog 
2086                 in /usr/local/share/xml/catalog too
2087                 Patch by Pawel
2088
2089 2007-05-13 [wwp]        2.9.2cvs7
2090
2091         * src/gtk/logwindow.c
2092                 fix raising log windows when they are either minimized or
2093                 in background.
2094
2095 2007-05-11 [colin]      2.9.2cvs6
2096
2097         * src/gtk/filesel.c
2098                 Use Hildon's file chooser on Maemo. Patch
2099                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2100                 'File attachment "manipulation" bugs...'
2101
2102 2007-05-10 [wwp]        2.9.2cvs5
2103
2104         * src/prefs_common.c
2105         * src/prefs_common.h
2106         * src/gtk/quicksearch.c
2107                 Add a quicksearch option to automatically run
2108                 a search selected from the history (this option
2109                 is exclusive towards type-ahead).
2110
2111 2007-05-10 [colin]      2.9.2cvs4
2112
2113         * src/imap.c
2114                 Fix g_warnings, thanks to Brian
2115                 Morrison
2116
2117 2007-05-09 [colin]      2.9.2cvs3
2118
2119         * src/crash.c
2120         * src/exporthtml.c
2121         * src/mbox.c
2122         * src/prefs_summaries.c
2123         * src/procheader.c
2124         * src/common/log.c
2125         * src/common/utils.c
2126         * src/gtk/gtksourceprintjob.c
2127         * src/gtk/sslcertwindow.c
2128                 Use the re-entrant variant of time functions
2129                 Probably fixes bug 1217, 'reentrancy problems 
2130                 with time functions'
2131
2132 2007-05-09 [colin]      2.9.2cvs2
2133
2134         * src/imap.c
2135                 Fix crasher when reconnection fails
2136
2137 2007-05-08 [paul]       2.9.2cvs1
2138
2139         * NEWS
2140         * README
2141         * RELEASE_NOTES
2142         * configure.ac
2143                 bump version number following
2144                 stable release
2145
2146 2007-05-08 [paul]       2.9.1cvs48
2147
2148         * src/plugins/demo/demo.c
2149         * src/plugins/dillo_viewer/dillo_prefs.c
2150         * src/plugins/dillo_viewer/dillo_prefs.h
2151         * src/plugins/dillo_viewer/dillo_viewer.c
2152         * src/plugins/pgpcore/pgp_viewer.c
2153         * src/plugins/pgpcore/pgp_viewer.h
2154         * src/plugins/pgpcore/plugin.c
2155         * src/plugins/pgpcore/prefs_gpg.c
2156         * src/plugins/pgpcore/prefs_gpg.h
2157         * src/plugins/pgpcore/sgpgme.c
2158         * src/plugins/pgpcore/sgpgme.h
2159         * src/plugins/pgpinline/plugin.c
2160         * src/plugins/pgpmime/pgpmime.c
2161         * src/plugins/pgpmime/pgpmime.h
2162         * src/plugins/pgpmime/plugin.c
2163         * src/plugins/spamassassin/spamassassin.c
2164         * src/plugins/spamassassin/spamassassin.h
2165         * src/plugins/spamassassin/spamassassin_gtk.c
2166         * src/plugins/trayicon/README
2167         * tools/README
2168         * tools/README.sylprint
2169         * tools/outlook2claws-mail.pl
2170         * tools/sylprint.pl
2171         * tools/tb2claws-mail
2172         * tools/tbird2claws.py
2173         * tools/update-po
2174         * tools/vcard2xml.py
2175         * tools/kdeservicemenu/README
2176                 cleanups and corrections
2177
2178 2007-05-06 [wwp]        2.9.1cvs47
2179
2180         * tools/uudec
2181                 Fix missing dash to `display` command-line, reported
2182                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2183
2184 2007-05-06 [colin]      2.9.1cvs46
2185
2186         * src/Makefile.am
2187         * src/stock_pixmap.c
2188         * src/stock_pixmap.h
2189         * src/pixmaps/printer.xpm
2190                 Add a printer icon
2191
2192 2007-05-06 [paul]       2.9.1cvs45
2193
2194         * src/compose.c
2195         * src/ldapquery.c
2196         * src/privacy.h
2197         * src/summary_search.c
2198         * src/summaryview.c
2199                 fix build warnings
2200
2201 2007-05-05 [wwp]        2.9.1cvs44
2202
2203         * src/messageview.c
2204         * src/mh.c
2205         * src/prefs_actions.c
2206         * src/prefs_gtk.c
2207         * src/summaryview.c
2208         * src/common/xml.c
2209                 Fix "faild" typos everywhere and capitalization of
2210                 some g_warnings.
2211
2212 2007-05-04 [colin]      2.9.1cvs43
2213
2214         * src/compose.c
2215         * src/privacy.c
2216         * src/privacy.h
2217         * src/plugins/pgpcore/prefs_gpg.c
2218         * src/plugins/pgpcore/prefs_gpg.h
2219         * src/plugins/pgpinline/pgpinline.c
2220         * src/plugins/pgpmime/pgpmime.c
2221                 Add an API to warn about encryption limits,
2222                 and allow to disable these warnings
2223
2224 2007-05-03 [colin]      2.9.1cvs42
2225
2226         * src/summaryview.c
2227         * src/mainwindow.c
2228                 Fix bug 1213, 'Delete more than 
2229                 one thread at once'
2230
2231 2007-05-03 [wwp]        2.9.1cvs41
2232
2233         * src/prefs_common.c
2234         * src/prefs_filtering.c
2235         * src/prefs_template.c
2236         * src/common/template.c
2237         * src/common/template.h
2238         * src/gtk/gtkutils.c
2239         * src/gtk/gtkutils.h
2240                 Templates are no longer automatically sorted
2241                 by name, but can be sorted manually using
2242                 |< < > >| buttons as well as drag'n'drop.
2243
2244 2007-05-03 [wwp]        2.9.1cvs40
2245
2246         * src/plugins/spamassassin/spamassassin.c
2247         * src/plugins/spamassassin/spamassassin.h
2248         * src/plugins/spamassassin/spamassassin_gtk.c
2249         * src/plugins/bogofilter/bogofilter.c
2250         * src/plugins/bogofilter/bogofilter.h
2251         * src/plugins/bogofilter/bogofilter_gtk.c
2252                 Added an option to conditionally mark saved spam
2253                 as read (default is and was to do so).
2254                 Satisfies feature request 1708539 on sf.net tracker.
2255
2256 2007-05-03 [colin]      2.9.1cvs39
2257
2258         * src/inc.c
2259                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2260
2261 2007-05-02 [colin]      2.9.1cvs38
2262
2263         * src/textview.c
2264                 Fix bug 1209, 'Clicking on address 
2265                 in header (mailto uri) selects 
2266                 default account'. Patch adapted from
2267                 G.P. Halkes' patch.
2268
2269 2007-05-02 [colin]      2.9.1cvs37
2270
2271         * src/grouplistdialog.c
2272                 Set cursor to wait cursor while loading
2273                 groups.
2274
2275 2007-05-02 [paul]       2.9.1cvs36
2276
2277         * src/folder.c
2278         * src/common/defs.h
2279                 rename cache and mark files
2280                 (data is preserved)
2281
2282 2007-04-30 [paul]       2.9.1cvs35
2283
2284         * manual/glossary.xml
2285         * manual/plugins.xml
2286                 updates. Patch by Ricardo
2287
2288 2007-04-29 [wwp]        2.9.1cvs34
2289
2290         * src/mainwindow.c
2291         * configure.ac
2292                 Fix few grammatical errors (patch by David Relson < relson at
2293                 osagesoftware dot com >).
2294
2295 2007-04-28 [colin]      2.9.1cvs33
2296
2297         * src/account.c
2298         * src/pop.c
2299         * src/prefs_account.c
2300         * src/prefs_account.h
2301                 Drop the "Download all" preference. It's
2302                 stupidly useless and confuses people from
2303                 time to time.
2304
2305 2007-04-27 [wwp]        2.9.1cvs32
2306
2307         * src/account.c
2308         * src/prefs_account.c
2309         * src/prefs_account.h
2310                 Don't reflect accounts changes to the mainwindow when it's
2311                 not necessary.
2312
2313 2007-04-27 [colin]      2.9.1cvs31
2314
2315         * src/folder.c
2316                 Freeze/thaw when sync'ing flags
2317         * src/imap.c
2318         * src/prefs_account.c
2319         * src/prefs_account.h
2320         * src/etpan/imap-thread.c
2321         * src/etpan/imap-thread.h
2322                 Add a way to use UID FETCH instead
2323                 of searches to fetch message lists
2324                 and flags. More expensive towards
2325                 bandwidth, less expensive towards
2326                 server's CPU. Probably fixes 
2327                 bug 1158, 'Scanning new folders on 
2328                 Exchange 2007 extremely slow'.
2329                 Patch 95% by Hoa.
2330
2331 2007-04-27 [paul]       2.9.1cvs30
2332
2333         * src/mainwindow.c
2334         * src/prefs_logging.c
2335                 improvements to english usage
2336
2337 2007-04-27 [colin]      2.9.1cvs29
2338
2339         * src/imap.c
2340                 Fix build without libetpan (my bad!)
2341
2342 2007-04-26 [colin]      2.9.1cvs28
2343
2344         * src/imap.c
2345         * src/imap.h
2346                 Fix uselessly exported function
2347         * src/textview.c
2348                 Consider "- -- \n" as signature separator
2349                 (that's what signature separators look like
2350                  in PGP/Inline signed mails)
2351
2352 2007-04-26 [colin]      2.9.1cvs27
2353
2354         * configure.ac
2355                 libetpan-0.49 is now required
2356         * src/procmime.c
2357                 Fix double fetching of mails if
2358                 first try failed
2359         * src/imap.c
2360                 Make offline sync faster, by
2361                 remembering last change time, and
2362                 last sync time.
2363
2364 2007-04-26 [hoa]        2.9.1cvs26
2365
2366         * src/imap.c
2367         * src/imap.h
2368         * src/mainwindow.c
2369         * src/toolbar.c
2370         * src/etpan/imap-thread.c
2371         * src/etpan/imap-thread.h
2372                 cancellation of IMAP operations is now allowed.
2373                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2374
2375 2007-04-26 [colin]      2.9.1cvs25
2376
2377         * src/folder.c
2378                 Always fetch body+headers in folders that are
2379                 synched for offline use, if "Synchronise as
2380                 soon as possible" is set.
2381                 Fixes bug 1200, 'Add option to always retrieve full 
2382                 messages'
2383
2384 2007-04-25 [colin]      2.9.1cvs24
2385
2386         * src/compose.c
2387                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2388                 persists...'
2389
2390 2007-04-24 [colin]      2.9.1cvs23
2391
2392         * src/folderview.c
2393                 Fix bug 1195, 'Hardware key navigation' 
2394                 Make GDK_Enter toggle expansion (Maemo)
2395
2396 2007-04-24 [wwp]        2.9.1cvs22
2397
2398         * src/compose.c
2399                 Fix few compiler warnings.
2400
2401 2007-04-24 [paul]       2.9.1cvs21
2402
2403         * src/Makefile.am
2404         * src/stock_pixmap.c
2405         * src/stock_pixmap.h
2406                 complete last commit
2407
2408 2007-04-24 [paul]       2.9.1cvs20
2409
2410         * src/gtk/about.c
2411         * src/pixmaps/active.xpm
2412         * src/pixmaps/checkbox_off.xpm
2413         * src/pixmaps/checkbox_on.xpm
2414         * src/pixmaps/inactive.xpm
2415                 kick out the blobs
2416                 remove transparent border from checkbox icons
2417
2418 2007-04-24 [wwp]        2.9.1cvs19
2419
2420         * src/textview.c
2421         * src/textview.h
2422                 Fix a crash in textview, thanks to Colin.
2423
2424 2007-04-23 [wwp]        2.9.1cvs18
2425
2426         * src/prefs_common.c
2427                 Fix 2.9.1cvs5: no header was being translated at all.
2428
2429 2007-04-23 [colin]      2.9.1cvs17
2430
2431         * src/Makefile.am
2432         * src/stock_pixmap.c
2433         * src/stock_pixmap.h
2434         * src/summaryview.c
2435         * src/summaryview.h
2436         * src/gtk/gtksctree.c
2437         * src/gtk/gtksctree.h
2438         * src/pixmaps/selection.xpm
2439                 Fix bug 1193, 'Need a way to multi-select
2440                 items'. Add a toggle button to the summaryview
2441                 to switch between normal and multiple selection
2442                 (Maemo)
2443
2444 2007-04-23 [colin]      2.9.1cvs16
2445
2446         * src/Makefile.am
2447         * src/stock_pixmap.c
2448         * src/stock_pixmap.h
2449         * src/summaryview.c
2450         * src/summaryview.h
2451         * src/gtk/gtksctree.c
2452         * src/gtk/gtksctree.h
2453         * src/pixmaps/selection.xpm
2454                 Fix bug 1193, 'Need a way to multi-
2455                 select items'
2456                 Add a toggle button in the summaryview
2457                 to enable normal or multiple selection.
2458                 (Maemo)
2459
2460 2007-04-23 [colin]      2.9.1cvs15
2461
2462         * src/compose.c
2463                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2464
2465 2007-04-21 [colin]      2.9.1cvs14
2466
2467         * src/gtk/quicksearch.c
2468                 Fix previous commit (actually use correct
2469                 parameter)
2470
2471 2007-04-21 [colin]      2.9.1cvs13
2472
2473         * src/gtk/quicksearch.c
2474                 Fix changing quicksearch type (after Esc,
2475                 after changing Recursive, ...)
2476
2477 2007-04-20 [wwp]        2.9.1cvs12
2478
2479         * src/gtk/Makefile.am
2480                 Added headers.h (completes 2.9.1cvs5).
2481
2482 2007-04-20 [wwp]        2.9.1cvs11
2483
2484         * src/addressbook.c
2485                 Fix the use of display name in name column,
2486                 it has been overriden w/ the use of nickname
2487                 by 2.9.0cvs3. Now nickname is used (if any)
2488                 in case of LDAP books only.
2489
2490 2007-04-20 [colin]      2.9.1cvs10
2491
2492         * src/mimeview.c
2493         * src/summaryview.c
2494         * src/textview.c
2495                 Add handling of 'a' to loop in a mail's
2496                 mimeparts
2497
2498 2007-04-20 [colin]      2.9.1cvs9
2499
2500         * src/toolbar.c
2501                 Fix bug 1190, 'dir_open' button doesn't work'
2502                 (Maemo)
2503
2504 2007-04-20 [colin]      2.9.1cvs8
2505
2506         * src/folderview.c
2507         * src/mainwindow.c
2508                 Fix bug 1194, 'Hardware keys move from email 
2509                 list to account/directory list, but not back 
2510                 to email list...' (Maemo)
2511
2512 2007-04-20 [colin]      2.9.1cvs7
2513
2514         * src/compose.h
2515                 complete previous commit
2516
2517 2007-04-20 [colin]      2.9.1cvs6
2518
2519         * src/compose.c
2520                 Fix bug 1187, 'Reply-to addressee disappears 
2521                 when reply-to text box is clicked...' (Maemo)
2522
2523 2007-04-20 [wwp]        2.9.1cvs5
2524
2525         * po/POTFILES.in
2526         * src/addressbook.c
2527         * src/compose.c
2528         * src/filtering.c
2529         * src/headerview.c
2530         * src/matcher.c
2531         * src/prefs_common.c
2532         * src/prefs_common.h
2533         * src/prefs_display_header.c
2534         * src/prefs_matcher.c
2535         * src/summaryview.c
2536         * src/gtk/headers.h
2537         * src/gtk/quicksearch.c
2538                 Translate more header names according to the relevant option value,
2539                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2540                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2541                 to prefs_common_translated_header_name().
2542                 Added a headers.h reference file that contains known header names
2543                 (RFC2822 and others) to the translation process' input, so that
2544                 translated header names will still exist even if no occurrence of
2545                 _("headername") is found anymore in the sources.
2546                 Don't translate column name 'Number' following to trans_hdr option
2547                 value as it's not a header name.
2548
2549 2007-04-20 [colin]      2.9.1cvs4
2550
2551         * src/gtk/quicksearch.c
2552         * src/gtk/quicksearch.h
2553                 Add "From, To or Subject" quicksearch
2554                 type. Patch by ulfschaper@users.sf.net
2555
2556 2007-04-20 [colin]      2.9.1cvs3
2557
2558         * src/matcher.c
2559                 Implement proper references filtering condition.
2560                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2561
2562 2007-04-19 [wwp]        2.9.1cvs2
2563
2564         * src/prefs_display_header.c
2565         * src/message_search.c
2566                 Fix few warnings (g_free of const gchar*).
2567
2568 2007-04-19 [paul]       2.9.1cvs1
2569
2570         * NEWS
2571         * README
2572         * RELEASE_NOTES
2573         * configure.ac
2574                 bump version number following
2575                 stable release
2576
2577 2007-04-19 [paul]       2.9.0cvs9
2578
2579         * manual/advanced.xml
2580         * manual/glossary.xml
2581                 fix typos
2582
2583 2007-04-18 [paul]       2.9.0cvs8
2584
2585         * src/pop.c
2586                 fix for CVE-2007-1558 (APOP)
2587                 Thanks to Colin
2588
2589 2007-04-18 [paul]       2.9.0cvs7
2590
2591         * src/messageview.c
2592         * src/mimeview.c
2593         * src/summaryview.c
2594         * src/gtk/filesel.c
2595                 Fix encoding woes wrt saving of
2596                 mails and parts
2597                 Thanks to Colin
2598
2599 2007-04-18 [colin]      2.9.0cvs6
2600
2601         * src/gtk/pluginwindow.c
2602                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2603
2604 2007-04-17 [wwp]        2.9.0cvs5
2605
2606         * src/addressadd.c
2607         * src/addressbook.c
2608         * src/addrindex.c
2609         * src/ldapupdate.c
2610                 Fix --disable-ldap build,
2611                 fix some LDAP annoyances on 
2612                 searches, thanks to Colin.
2613
2614 2007-04-17 [wwp]        2.9.0cvs4
2615
2616         * src/ldapupdate.c
2617                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2618                 like gcc 2.9x. Thanks to Colin.
2619
2620 2007-04-17 [wwp]        2.9.0cvs3
2621
2622         * src/Makefile.am
2623         * src/addressadd.c
2624         * src/addressbook.c
2625         * src/addrindex.c
2626         * src/addritem.c
2627         * src/addritem.h
2628         * src/editaddress.c
2629         * src/ldapctrl.c
2630         * src/ldapctrl.h
2631         * src/ldapquery.c
2632         * src/ldapserver.c
2633         * src/ldapserver.h
2634         * src/ldapupdate.c
2635         * src/ldapupdate.h
2636                 Add LDAP write support. Patch mostly by 
2637                 Michael <mir at datanom dot net>
2638
2639 2007-04-17 [wwp]        2.9.0cvs2
2640
2641         * src/compose.c
2642                 Prepend "Add to address book" to the context menu of compose window's sender and
2643                 recipient fields.
2644
2645 2007-04-16 [paul]       2.9.0cvs1
2646
2647         * src/gtk/authors.h
2648                 add Pader Rezso
2649
2650 2007-04-16 [paul]       2.9.0
2651
2652         * NEWS
2653         * README
2654         * RELEASE_NOTES
2655                 2.9.0 released
2656
2657 2007-04-16 [paul]       2.8.1cvs102
2658
2659         * po/fr.po
2660                 updated by Fabien Vantard
2661
2662 2007-04-16 [paul]       2.8.1cvs101
2663
2664         * po/ca.po
2665         * po/cs.po
2666         * po/de.po
2667         * po/hu.po
2668         * po/pl.po
2669         * po/pt_BR.po
2670         * po/sr.po
2671         * po/zh_CN.po
2672                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2673                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2674                 Aleksandar Urosevic, and Ralgh Young
2675
2676 2007-04-15 [mones]      2.8.1cvs100
2677
2678         * po/es.po
2679                 Updated for release
2680
2681 2007-04-14 [colin]      2.8.1cvs99
2682
2683         * src/message_search.c
2684         * src/prefs_display_header.c
2685         * src/summary_search.c
2686         * src/gtk/combobox.c
2687                 Fix allocations
2688
2689 2007-04-14 [wwp]        2.8.1cvs98
2690
2691         * src/gtk/combobox.c
2692         * src/message_search.c
2693         * src/summary_search.c
2694         * src/prefs_display_header.c
2695                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2696                 returns NULL, get the text value directly from the GtkEntry child.
2697
2698 2007-04-13 [colin]      2.8.1cvs97
2699
2700         * src/gtk/quicksearch.c
2701                 Give the focus back to summaryview when
2702                 emptying the quicksearch with Esc
2703
2704 2007-04-13 [colin]      2.8.1cvs96
2705
2706         * src/message_search.c
2707         * src/prefs_display_header.c
2708         * src/summary_search.c
2709                 Fix possibles crashes when getting text
2710                 from gtk combos
2711
2712 2007-04-13 [colin]      2.8.1cvs95
2713
2714         * src/pop.c
2715                 Add some UIDL debugging
2716
2717 2007-04-12 [colin]      2.8.1cvs94
2718
2719         * src/folder.c
2720                 Force folder scan if necessary after
2721                 copying mails, to be able to reapply
2722                 flags.
2723
2724 2007-04-11 [colin]      2.8.1cvs93
2725
2726         * src/main.c
2727                 don't scan for new mail on startup if --select
2728                 is specified (or race conditions arise). If so,
2729                 do both sequentially.
2730
2731 2007-04-09 [colin]      2.8.1cvs92
2732
2733         * src/common/defs.h
2734                 Use leafpad by default on Maemo. Patch
2735                 by Jean-Luc Biord.
2736
2737 2007-04-06 [colin]      2.8.1cvs91
2738
2739         * src/pixmaps/queue_close.xpm
2740         * src/pixmaps/queue_close_hrm.xpm
2741         * src/pixmaps/queue_close_hrm_mark.xpm
2742         * src/pixmaps/queue_close_mark.xpm
2743         * src/pixmaps/queue_open.xpm
2744         * src/pixmaps/queue_open_hrm.xpm
2745         * src/pixmaps/queue_open_hrm_mark.xpm
2746         * src/pixmaps/queue_open_mark.xpm
2747                 Move the clock one pixel down :)
2748
2749 2007-04-05 [colin]      2.8.1cvs90
2750
2751         * src/mainwindow.c
2752                 Don't sync when switching offline from
2753                 command line - it's usually too late :)
2754
2755 2007-04-05 [paul]       2.8.1cvs89
2756
2757         * src/Makefile.am
2758         * src/stock_pixmap.c
2759         * src/pixmaps/dir_close_hrm.xpm
2760         * src/pixmaps/dir_close_hrm_mark.xpm
2761         * src/pixmaps/drafts_close.xpm
2762         * src/pixmaps/drafts_close_mark.xpm
2763         * src/pixmaps/drafts_open.xpm
2764         * src/pixmaps/drafts_open_mark.xpm
2765         * src/pixmaps/inbox.xpm
2766         * src/pixmaps/inbox_close.xpm
2767         * src/pixmaps/inbox_close_hrm.xpm
2768         * src/pixmaps/inbox_close_hrm_mark.xpm
2769         * src/pixmaps/inbox_close_mark.xpm
2770         * src/pixmaps/inbox_hrm.xpm
2771         * src/pixmaps/inbox_hrm_mark.xpm
2772         * src/pixmaps/inbox_mark.xpm
2773         * src/pixmaps/inbox_open.xpm
2774         * src/pixmaps/inbox_open_hrm.xpm
2775         * src/pixmaps/inbox_open_hrm_mark.xpm
2776         * src/pixmaps/inbox_open_mark.xpm
2777         * src/pixmaps/outbox.xpm
2778         * src/pixmaps/outbox_close.xpm
2779         * src/pixmaps/outbox_close_hrm.xpm
2780         * src/pixmaps/outbox_close_hrm_mark.xpm
2781         * src/pixmaps/outbox_close_mark.xpm
2782         * src/pixmaps/outbox_hrm.xpm
2783         * src/pixmaps/outbox_hrm_mark.xpm
2784         * src/pixmaps/outbox_mark.xpm
2785         * src/pixmaps/outbox_open.xpm
2786         * src/pixmaps/outbox_open_hrm.xpm
2787         * src/pixmaps/outbox_open_hrm_mark.xpm
2788         * src/pixmaps/outbox_open_mark.xpm
2789         * src/pixmaps/queue_close.xpm
2790         * src/pixmaps/queue_close_hrm.xpm
2791         * src/pixmaps/queue_close_hrm_mark.xpm
2792         * src/pixmaps/queue_close_mark.xpm
2793         * src/pixmaps/queue_open.xpm
2794         * src/pixmaps/queue_open_hrm.xpm
2795         * src/pixmaps/queue_open_hrm_mark.xpm
2796         * src/pixmaps/queue_open_mark.xpm
2797                 updated, added and replaced icons
2798                 Icons by Colin
2799
2800 2007-04-04 [colin]      2.8.1cvs88
2801
2802         * src/imap.c
2803                 Fix build without libetpan
2804
2805 2007-04-03 [colin]      2.8.1cvs87
2806
2807         * src/imap.c
2808                 Fix crash with Citadel, and try to make
2809                 things work. this server (and specifically 
2810                 STATUS and APPEND at least) seems broken.
2811
2812 2007-04-03 [colin]      2.8.1cvs86
2813
2814         * src/folderview.c
2815                 Fix icons on folder close
2816
2817 2007-04-03 [colin]      2.8.1cvs85
2818
2819         * src/inc.c
2820                 Fix double-ask of offline override in
2821                 certain cases
2822         * src/imap.c
2823         * src/imap.h
2824         * src/imap_gtk.c
2825                 Much more efficient way to synchronise
2826                 for offline use
2827         * src/etpan/imap-thread.c
2828                 Fix possible segs
2829         * src/folder.c
2830         * src/gtk/quicksearch.c
2831                 Fix some GUI lags
2832
2833 2007-04-03 [paul]       2.8.1cvs84
2834
2835         * src/filtering.c
2836         * src/folder.c
2837         * src/folder.h
2838         * src/prefs_common.c
2839         * src/prefs_common.h
2840         * src/prefs_other.c
2841                 Fix sync being done too late
2842                 Thanks to Colin
2843
2844 2007-04-02 [colin]      2.8.1cvs83
2845
2846         * src/summaryview.c
2847                 Maemo: Put status and quicksearch at the top
2848         * src/plugins/bogofilter/bogofilter.c
2849         * src/plugins/spamassassin/spamassassin.c
2850                 Derive trash from inbox if possible
2851
2852 2007-04-02 [paul]       2.8.1cvs82
2853
2854         * src/plugins/bogofilter/bogofilter_gtk.c
2855                 a few English changes
2856
2857 2007-04-02 [paul]
2858
2859         2.9.0-rc1 released
2860
2861 2007-04-02 [colin]      2.8.1cvs81
2862
2863         * src/image_viewer.c
2864                 Fix transparent images by using
2865                 GtkImage
2866         * src/messageview.c
2867                 Flush events (on new windows) to avoid
2868                 having the textview's image resize fail
2869                 to know the available width
2870
2871 2007-04-01 [colin]      2.8.1cvs80
2872
2873         * src/prefs_account.c
2874                 If no MH mailbox exist, when creating a POP/Local
2875                 account, just create and use the default one 
2876                 instead of bailing with a "Mailbox doesn't exist"
2877                 error
2878
2879 2007-03-31 [colin]      2.8.1cvs79
2880
2881         * src/prefs_account.c
2882                 Create signature file if it doesn't exist
2883                 before editing
2884         * src/prefs_toolbar.c
2885                 Maemo: Move "Use default" on the left so
2886                 that people can find it
2887         * src/common/defs.h
2888                 Maemo: make default editor "Maemopad", 
2889                 default signature file "MyDocs/signature.txt"
2890
2891 2007-03-31 [colin]      2.8.1cvs78
2892
2893         * src/prefs_account.c
2894                 Maemo: rework account prefs so
2895                 that less horizontal scrolling
2896                 is required
2897
2898 2007-03-31 [colin]      2.8.1cvs77
2899
2900         * src/folderview.c
2901         * src/prefs_common.c
2902         * src/prefs_common.h
2903                 Fix bug 1167, 'Allow not displaying zeros 
2904                 in folder list'. Patch by MartinP
2905
2906 2007-03-31 [colin]      2.8.1cvs76
2907
2908         * AUTHORS
2909                 Add Jean-Luc Biord
2910
2911 2007-03-31 [colin]      2.8.1cvs75
2912
2913         * src/imap.c
2914                 Apply patch from bug 1172, direct
2915                 access to the folder's session instead
2916                 of using getter. Patch by MartinP
2917
2918 2007-03-31 [paul]       2.8.1cvs74
2919
2920         * src/gtk/authors.h
2921                 no need to list Fabien twice!
2922
2923 2007-03-31 [colin]      2.8.1cvs73
2924
2925         * src/inc.c
2926                 If we're currently "overriding for %d minutes",
2927                 don't ask
2928
2929 2007-03-31 [colin]      2.8.1cvs72
2930
2931         * src/compose.c
2932         * src/imap.c
2933         * src/inc.c
2934         * src/inc.h
2935         * src/messageview.c
2936         * src/news.c
2937         * src/plugins/spamassassin/spamassassin.c
2938                 Offline override: Add a parameter to allow
2939                 asking even if the override timer is running.
2940                 Allows to ask every time the user makes an
2941                 explicit action needing online access (such
2942                 as Get Mail), and not when the action is 
2943                 implicit (such as opening an IMAP folder)
2944
2945 2007-03-31 [colin]      2.8.1cvs71
2946
2947         * src/inc.c
2948                 Override offline: "No" answer shouldn't
2949                 re-ask after 3 seconds, but 10 minutes. 
2950
2951 2007-03-30 [colin]      2.8.1cvs70
2952
2953         * src/common/socket.c
2954                 Better error reporting on unix socket
2955                 failure (bind usually)
2956         * src/gtk/gtkutils.c
2957         * src/gtk/gtkutils.h
2958                 Label window: add a pulsing progress
2959                 bar to show we're not hung :)
2960         * src/folderview.c
2961         * src/main.c
2962         * src/plugins/pgpcore/sgpgme.c
2963                 Update API
2964
2965 2007-03-30 [colin]      2.8.1cvs69
2966
2967         * src/pop.c
2968         * src/prefs_common.c
2969                 Fix possible trashing of history and uidl
2970                 files on disk full problems
2971
2972 2007-03-30 [paul]       2.8.1cvs68
2973
2974         * src/mainwindow.c
2975         * src/summaryview.c
2976         * src/summaryview.h
2977                 update summary when changing layout type
2978                 (fixes wrong folder icon being displayed)
2979                 Thanks to Colin
2980
2981 2007-03-29 [colin]      2.8.1cvs67
2982
2983         * src/prefs_ext_prog.c
2984                 The browser pref is irrelevant on Maemo
2985
2986 2007-03-29 [colin]      2.8.1cvs66
2987
2988         * src/compose.c
2989         * src/compose.h
2990                 Maemo: dynamically switch headers/text position
2991         * src/prefs_common.c
2992                 Maemo: hide compose's ruler by default
2993         * src/common/socket.c
2994         * src/common/socket.h
2995                 Fix build warning
2996
2997 2007-03-29 [colin]      2.8.1cvs65
2998
2999         * src/common/socket.c
3000         * src/common/socket.h
3001                 Fix build when MAEMO_CFLAGS contains
3002                 _X_OPENSOURCE (resolv.h errors as long
3003                 as we don't add _BSD_SOURCE. Ugly).
3004
3005 2007-03-29 [wwp]        2.8.1cvs64
3006
3007         * src/prefs_logging.c
3008                 Fix sensitivity of clip-log widgets in prefs/logging,
3009                 thanks to Fabien.
3010
3011 2007-03-29 [wwp]        2.8.1cvs63
3012
3013         * po/POTFILES.in
3014                 Updated files list for translations, thanks to Fabien.
3015
3016 2007-03-29 [colin]      2.8.1cvs62
3017
3018         * src/main.c
3019         * src/common/Makefile.am
3020         * src/common/utils.c
3021                 Maybe make URI opening work in Maemo
3022                 Requires testing :)
3023
3024 2007-03-28 [colin]      2.8.1cvs61
3025
3026         * src/folder.c
3027         * src/folder.h
3028         * src/folderview.c
3029                 Add the possibility to sort folders arbitrarily
3030                 (via editing of folderlist.xml only). Patch by
3031                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3032                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3033                 be changed by the user'
3034
3035 2007-03-28 [colin]      2.8.1cvs60
3036
3037         * src/mimeview.c
3038                 Add popup menu for mime icons
3039
3040 2007-03-28 [colin]      2.8.1cvs59
3041
3042         * src/mainwindow.c
3043                 Fix a layout issue when presenting
3044                 mainwindow in Small screen layout
3045         * src/toolbar.c
3046         * src/toolbar.h
3047                 Add a "Go to folder list" button for
3048                 mainwindow, and make it default in
3049                 the Maemo build
3050
3051 2007-03-28 [colin]      2.8.1cvs58
3052
3053         * src/compose.c
3054                 Don't dynamically update title on Maemo
3055                 Patch by Jean-Luc Biord
3056
3057 2007-03-27 [colin]      2.8.1cvs57
3058
3059         * src/compose.c
3060         * src/folderview.c
3061         * src/summaryview.c
3062                 Enable tap-and-hold on Maemo
3063
3064 2007-03-26 [colin]      2.8.1cvs56
3065
3066         * src/compose.c
3067                 More popup-menu (in attachments list)
3068
3069 2007-03-26 [colin]      2.8.1cvs55
3070
3071         * src/compose.c
3072                 Enable popup-menu signal
3073
3074 2007-03-26 [colin]      2.8.1cvs54
3075
3076         * src/plugins/pgpinline/pgpinline.c
3077                 Fix bug 1111, 'PGP/inline plugin hides text 
3078                 around encrypted text block'. Patch based on
3079                 a patch from Michal Cihar.
3080
3081 2007-03-26 [wwp]        2.8.1cvs53
3082
3083         * src/procmsg.c
3084                 Fix getting a false error when sending queued message
3085                 whereas the sending was fine (if there are subfolders
3086                 in the queue folder), thanks to Colin.
3087
3088 2007-03-26 [paul]       2.8.1cvs52
3089
3090         * src/wizard.c
3091                 update FACE header in welcome message
3092
3093 2007-03-25 [colin]      2.8.1cvs51
3094
3095         * src/Makefile.am
3096                 Fix make dist
3097
3098 2007-03-25 [colin]      2.8.1cvs50
3099
3100         * src/main.c
3101                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3102
3103 2007-03-24 [colin]      2.8.1cvs49
3104
3105         * src/main.c
3106                 Fix a few launch problems on Maemo
3107                 Patch by Jean-Luc Biord
3108
3109 2007-03-24 [wwp]        2.8.1cvs48
3110
3111         * src/alertpanel.c
3112         * src/alertpanel.h
3113         * src/messageview.c
3114         * src/summaryview.c
3115                 Fix wrong action performed when closing the
3116                 "ask about account specific filtering rules
3117                 when filtering manually" dialog by pressing Escape.
3118                 Fix wrong order of buttons in the "return receipt
3119                 notification - the message was sent to several of
3120                 your accounts" dialog.
3121
3122 2007-03-24 [paul]       2.8.1cvs47
3123
3124         * src/folderview.c
3125                 an improvement to English usage
3126         * tools/kdeservicemenu/README
3127                 updated Claws url
3128
3129 2007-03-24 [paul]       2.8.1cvs46
3130
3131         * src/Makefile.am
3132         * src/stock_pixmap.c
3133         * src/pixmaps/edit_extern.xpm
3134         * src/pixmaps/mail_sign.xpm
3135                 rescue long lost icons
3136
3137 2007-03-24 [paul]       2.8.1cvs45
3138
3139         * src/toolbar.c
3140                 fix toolbar (broken in 2.8.1cvs42)
3141
3142 2007-03-23 [colin]      2.8.1cvs44
3143
3144         * src/imap.c
3145                 Correctly unsubscribe/resubscribe after
3146                 RENAME
3147
3148 2007-03-23 [colin]      2.8.1cvs43
3149
3150         * src/prefs_common.c
3151                 Maemo: as the platform is light on RAM, allow
3152                 caches to be discarded faster.
3153
3154 2007-03-23 [colin]      2.8.1cvs42
3155
3156         * src/Makefile.am
3157         * src/compose.c
3158         * src/compose.h
3159         * src/stock_pixmap.c
3160         * src/stock_pixmap.h
3161         * src/summaryview.c
3162         * src/summaryview.h
3163         * src/toolbar.c
3164         * src/toolbar.h
3165         * src/pixmaps/open_mail.xpm
3166                 Maemo changes: Add the possibility to have
3167                 "Open Email" and "Close Window" buttons on 
3168                 toolbars (and use them in Maemo's default
3169                 toolbars)
3170
3171 2007-03-23 [wwp]        2.8.1cvs41
3172
3173         * src/action.c
3174                 Reverted that part of the action dialog closure logics, to
3175                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3176                 done later in a different way (or may not).
3177
3178 2007-03-22 [wwp]        2.8.1cvs40
3179
3180         * src/action.c
3181                 Fix sticky action dialog when got no output but action command
3182                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3183
3184 2007-03-22 [colin]      2.8.1cvs39
3185
3186         * src/prefs_filtering.c
3187         * src/gtk/combobox.h
3188                 Fix escaping account names in filtering prefs
3189
3190 2007-03-22 [colin]      2.8.1cvs38
3191
3192         * src/addrindex.c
3193         * src/ldapctrl.h
3194         * src/ldapquery.c
3195                 Add any attribute specified in LDAP servers'
3196                 Search attributes to the Other Attributes tab
3197                 of contacts; Add 'telephoneNumber' in the
3198                 default list.
3199
3200 2007-03-22 [colin]      2.8.1cvs37
3201
3202         * src/folderview.c
3203         * src/folderview.h
3204         * src/mainwindow.c
3205                 Try to prevent race conditions when
3206                 changing the folder list
3207         * src/summaryview.c
3208                 Fix possible red folder icon when
3209                 switching from Small screen layout
3210                 to any other
3211
3212 2007-03-22 [colin]      2.8.1cvs36
3213
3214         * src/mainwindow.c
3215         * src/mainwindow.h
3216         * src/summaryview.c
3217                 Rename "little screen" to "Small screen"
3218         * src/gtk/Makefile.am
3219         * src/common/utils.c
3220         * src/mh.c
3221                 Fix Maemo-related compilation problems
3222
3223 2007-03-21 [colin]      2.8.1cvs35
3224
3225         * configure.ac
3226                 Fix previous commit
3227         * claws-mail.desktop
3228                 Remove .png from the Icon, it's useless
3229
3230 2007-03-21 [colin]      2.8.1cvs34
3231
3232         * configure.ac
3233         * src/Makefile.am
3234                 Add the necessary lib checking for 
3235                 Maemo
3236
3237 2007-03-21 [colin]      2.8.1cvs33
3238
3239         * src/main.c
3240                 Fix unconditional "error happened" when
3241                 sending via command-line. "lol @ myself"
3242
3243 2007-03-21 [colin]      2.8.1cvs32
3244
3245         * claws-mail-40x40.png
3246         * claws-mail-26x26.png
3247         * src/account.c
3248         * src/addressbook.c
3249         * src/compose.c
3250         * src/folderview.c
3251         * src/folderview.h
3252         * src/main.c
3253         * src/mainwindow.c
3254         * src/mainwindow.h
3255         * src/messageview.c
3256         * src/prefs_account.c
3257         * src/prefs_common.c
3258         * src/summary_search.c
3259         * src/summaryview.c
3260         * src/summaryview.h
3261         * src/gtk/authors.h
3262         * src/gtk/gtkutils.c
3263         * src/gtk/gtkutils.h
3264         * src/gtk/logwindow.c
3265         * src/gtk/menu.c
3266         * src/gtk/prefswindow.c
3267                 Add Maemo port (patch mainly by Jean-Luc Biort)
3268                 Add a new 'Little screen' layout to help on such
3269                 platforms (patch by me)
3270                 Make some default preferences different (more
3271                 adapted) on Maemo (patch by me)
3272
3273 2007-03-21 [wwp]        2.8.1cvs31
3274
3275         * src/prefs_logging.c
3276         * src/prefs_logging.h
3277                 Fixed copyright header of newly added files.
3278
3279 2007-03-21 [wwp]        2.8.1cvs30
3280
3281         * src/Makefile.am
3282         * src/filtering.c
3283         * src/filtering.h
3284         * src/folder.c
3285         * src/folderview.c
3286         * src/imap.c
3287         * src/inc.c
3288         * src/main.c
3289         * src/mainwindow.c
3290         * src/mainwindow.h
3291         * src/matcher.c
3292         * src/messageview.c
3293         * src/news.c
3294         * src/pop.c
3295         * src/prefs_common.c
3296         * src/prefs_common.h
3297         * src/prefs_logging.c
3298         * src/prefs_logging.h
3299         * src/prefs_other.c
3300         * src/procmsg.c
3301         * src/send_message.c
3302         * src/summaryview.c
3303         * src/common/log.c
3304         * src/common/log.h
3305         * src/common/nntp.c
3306         * src/common/session.c
3307         * src/common/smtp.c
3308         * src/common/socket.c
3309         * src/etpan/imap-thread.c
3310         * src/gtk/logwindow.c
3311         * src/gtk/logwindow.h
3312         * src/plugins/bogofilter/bogofilter.c
3313         * src/plugins/spamassassin/spamassassin.c
3314                 Added debugging of filtering/processing rules.
3315                 The debug log is here 'Tools/Filtering debug window',
3316                 the options there 'Configuration/Preferences/Other/Logging',
3317                 and the log file is ~/.claws-mail/filtering.log.
3318                 Moved protocol log prefs to 'Other/Logging' as well.
3319                 To support such debugging feature, the existing log API has
3320                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3321                 this impacts many external modules (commits follow).
3322
3323 2007-03-21 [paul]       2.8.1cvs29
3324
3325         * src/etpan/Makefile.am
3326         * src/etpan/imap-thread.c
3327                 add missing #include
3328
3329 2007-03-21 [colin]      2.8.1cvs28
3330
3331         * src/procmime.c
3332                 Fix bug 1157, 'some broken messages confuse 
3333                 mime parser'. Make sure we can't have MimeInfos
3334                 with negative sizes.
3335
3336 2007-03-20 [colin]      2.8.1cvs27
3337
3338         * src/main.c
3339                 Fix missing \0 on buffer
3340
3341 2007-03-20 [colin]      2.8.1cvs26
3342
3343         * src/mh.c
3344                 Use make_dir_hier instead of make_dir 
3345                 to create the MH mailbox
3346
3347 2007-03-20 [colin]      2.8.1cvs25
3348
3349         * src/folder.c
3350         * src/folder.h
3351         * src/prefs_account.c
3352         * src/wizard.c
3353                 Fix default inbox weirdnesses (after wizard,
3354                 if path is Mail, mailbox identifier is #mh/Mailbox,
3355                 and when creating new accounts)
3356
3357 2007-03-20 [colin]      2.8.1cvs24
3358
3359         * src/account.c
3360                 Write folderlist after adding/deleting accounts
3361                 that have folders
3362
3363 2007-03-20 [colin]      2.8.1cvs23
3364
3365         * src/imap.c
3366         * src/remotefolder.h
3367                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3368                 selected while scanning prior to update'
3369
3370 2007-03-17 [paul]       2.8.1cvs22
3371
3372         * src/main.c
3373                 fix a typo, and be a little more verbose.
3374
3375 2007-03-17 [wwp]        2.8.1cvs21
3376
3377         * src/inc.c
3378                 Fix a compiler warning.
3379
3380 2007-03-16 [wwp]        2.8.1cvs20
3381
3382         * tools/Makefile.am
3383         * tools/README
3384                 Updated to deal w/ the new mairix.sh tool.
3385
3386 2007-03-16 [wwp]        2.8.1cvs19
3387
3388         * src/action.c
3389                 Fix logics issues around the action IO dialog:
3390                 - disable entry widget and exec button when
3391                   the exec button is clicked (don't wait for any
3392                   output line) - fix possible disabling/re-enabling/
3393                   re-disabling of those widgets
3394                 - raise an error if executing a %as{} action either
3395                   empty or invalid, instead of failing silently
3396                 - don't close the dialog if the abort button has been
3397                   clicked and if there was no output yet
3398                 - set focus to the abort button when the exec button
3399                   is clicked
3400                 - fix capitalization of a warning message
3401
3402 2007-03-16 [wwp]        2.8.1cvs18
3403
3404         * tools/mairix.sh
3405                 Added a wrapper to mairix to the tools folder.
3406
3407 2007-03-16 [colin]      2.8.1cvs17
3408
3409         * src/messageview.c
3410         * src/mimeview.h
3411                 Allow mimeviewer plugins to print
3412                 their stuff
3413
3414 2007-03-16 [colin]      2.8.1cvs16
3415
3416         * .cvsignore
3417                 Ignore *.patchset
3418
3419 2007-03-15 [colin]      2.8.1cvs15
3420
3421         * src/messageview.c
3422         * src/mimeview.h
3423                 Add a way for mimeviewer plugins to
3424                 implement body search
3425
3426 2007-03-15 [paul]       2.8.1cvs14
3427
3428         * src/prefs_spelling.c
3429                 fix English usage
3430
3431 2007-03-15 [paul]       2.8.1cvs13
3432
3433         * src/common/quoted-printable.c
3434                 fix decoding of quoted-printable parts
3435
3436 2007-03-14 [wwp]        2.8.1cvs12
3437
3438         * src/gtk/logwindow.h
3439                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3440
3441 2007-03-14 [wwp]        2.8.1cvs11
3442
3443         * src/gtk/logwindow.h
3444                 Complete 2.8.1cvs10.
3445
3446 2007-03-14 [colin]      2.8.1cvs10
3447
3448         * src/gtk/logwindow.c
3449                 Probably fix bug 1149, crash on logwindow
3450                 close - at the expense of performance once
3451                 logwin has been opened
3452
3453 2007-03-14 [colin]      2.8.1cvs9
3454
3455         * src/main.c
3456                 If claws-mail is running on another
3457                 display, warn instead of popping it up
3458                 on the other display
3459
3460 2007-03-12 [colin]      2.8.1cvs8
3461
3462         * src/wizard.c
3463                 Fix bug 1145, 'Setting a different name 
3464                 for the Mailbox name isn't reflected in 
3465                 default account settings'. Patch by wwp
3466
3467 2007-03-12 [colin]      2.8.1cvs7
3468
3469         * src/summaryview.c
3470                 Fix bug 1143, 'Add number of messages to be 
3471                 deleted to confirmation dialog'
3472
3473 2007-03-12 [wwp]        2.8.1cvs6
3474
3475         * src/folderview.c
3476         * src/prefs_common.c
3477         * src/prefs_common.h
3478         * src/prefs_summaries.c
3479                 Changed the option that displays unread messages count
3480                 next to the folder name in folder list: it is now
3481                 possible to either display nothing, display the
3482                 unread messages number only or the unread and total messages
3483                 numbers. The patch includes this extra feature as well
3484                 as some minor fixes by rewriting the algo in folderview.c.
3485                 Thanks to Paul for the original idea and implementation, plus
3486                 testing and proof-reading!
3487
3488 2007-03-09 [paul]       2.8.1cvs5
3489
3490         * tools/Makefile.am
3491         * tools/README
3492         * tools/claws-mail-compose-insert-files.pl
3493                 added a script which enables inserting files
3494                 into the message body of a new Claws Mail
3495                 Compose window from the command line. Additionally
3496                 To, Cc, Subject and files to attach to the message
3497                 can be specified.
3498
3499 2007-03-09 [wwp]        2.8.1cvs4
3500
3501         * src/addr_compl.c
3502         * src/addr_compl.h
3503         * src/filtering.c
3504                 Optimize matching of addresses in the addressbook
3505                 (filtering/processing 'found_in_addressbook' condition).
3506
3507 2007-03-07 [wwp]        2.8.1cvs3
3508
3509         * src/quote_fmt.c
3510         * src/quote_fmt_lex.l
3511         * src/quote_fmt_parse.y
3512                 Add a new quote format symbol: %A to insert the
3513                 sender email address (just the address itself).
3514
3515 2007-03-06 [wwp]        2.8.1cvs2
3516
3517         * src/gtk/gtkutils.c
3518         * src/plugins/trayicon/trayicon_prefs.h
3519         * src/plugins/trayicon/trayicon_prefs.c
3520         * src/plugins/trayicon/trayicon.c
3521         * src/mainwindow.h
3522         * src/mainwindow.c
3523                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3524                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3525
3526
3527 2007-03-06 [paul]       2.8.1cvs1
3528
3529         * NEWS
3530         * README
3531         * RELEASE_NOTES
3532         * configure.ac
3533                 bump version number following
3534                 stable release
3535
3536 2007-03-06 [paul]       2.8.0cvs24
3537
3538         * po/cs.po
3539                 corrected by by Tim <timbrain@post.cz>
3540
3541 2007-03-05 [colin]      2.8.0cvs23
3542
3543         * src/Makefile.am
3544         * src/procmime.c
3545                 Fix mime/globs path on NetBSD
3546                 patch by George Michaelson
3547
3548 2007-03-05 [wwp]        2.8.0cvs22
3549
3550         * src/addr_compl.c
3551                 Remove debug statement (accidentally committed w/ cvs14).
3552
3553 2007-03-05 [paul]       2.8.0cvs21
3554
3555         * src/plugins/pgpcore/prefs_gpg.c
3556                 fix compiler warning
3557
3558 2007-03-05 [wwp]        2.8.0cvs20
3559
3560         * src/matcher_parser_parse.y
3561                 Fix mismerge between cvs17 and cvs19.
3562
3563 2007-03-05 [wwp]        2.8.0cvs19
3564
3565         * src/matcher_parser_parse.y
3566         * src/prefs_filtering_action.c
3567         * src/matcher.c
3568         * src/matcher.h
3569         * src/filtering.c
3570         * src/filtering.h
3571                 Add new 'add_to_addressbook' filtering/processing action.
3572
3573 2007-03-05 [wwp]        2.8.0cvs18
3574
3575         * src/filtering.c
3576                 Fix mark_as_ham filtering/processing action: spam flag
3577                 was not unset.
3578
3579 2007-03-04 [colin]      2.8.0cvs17
3580
3581         * src/filtering.c
3582         * src/matcher.c
3583         * src/matcher.h
3584         * src/matcher_parser_parse.y
3585         * src/prefs_filtering_action.c
3586                 Add 'Mark as spam' and 'Mark as ham' filtering
3587                 actions. Fixes bug 1138.
3588
3589 2007-03-04 [colin]      2.8.0cvs16
3590
3591         * src/imap.c
3592                 Fix bug 1140, wrong return value
3593                 without libetpan
3594
3595 2007-03-04 [wwp]        2.8.0cvs15
3596
3597         * src/addr_compl.c
3598                 Rollback cvs14: don't free stuff that is managed in g_list.
3599
3600 2007-03-04 [wwp]        2.8.0cvs14
3601
3602         * src/addr_compl.c
3603                 Fix a leak in address completion code.
3604
3605 2007-03-04 [colin]      2.8.0cvs13
3606
3607         * src/addr_compl.c
3608                 Maybe fix bug 1136, 'Crash in group 
3609                 address completion'
3610
3611 2007-03-04 [iwkse]      2.8.0cvs12
3612
3613         * src/imap.c
3614                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3615
3616 2007-03-03 [colin]      2.8.0cvs11
3617
3618         * src/plugins/pgpinline/pgpinline.c
3619                 Fix off-by-one, fix double-free. Fixes
3620                 bug 1135, 'cm-segfault on decrypting 
3621                 with PGP/inline'
3622
3623 2007-03-03 [colin]      2.8.0cvs10
3624
3625         * configure.ac
3626         * src/main.c
3627         * src/common/plugin.c
3628                 Fix bug 1134, 'Valgrind macros unhandled 
3629                 by Irix's cc'
3630
3631 2007-03-02 [colin]      2.8.0cvs9
3632
3633         * src/mbox.c
3634                 Don't error out on EAGAIN. Fixes 
3635                 bug 1129, '"local mbox file" account 
3636                 isn't retrieving mails'
3637
3638 2007-03-01 [wwp]        2.8.0cvs8
3639
3640         * src/mainwindow.c
3641         * src/gtk/colorlabel.c
3642                 Remove accels for extra color labels until we set better
3643                 and definitive ones.
3644
3645 2007-02-28 [wwp]        2.8.0cvs7
3646
3647         * src/mainwindow.c
3648         * src/matcher_parser_parse.y
3649         * src/prefs_common.c
3650         * src/prefs_msg_colors.c
3651         * src/procmsg.h
3652         * src/gtk/colorlabel.c
3653         * src/gtk/colorlabel.h
3654                 Add more customizable color labels. Cleaned up a bit
3655                 the color label API to avoid duplicate defines of
3656                 the max number of colors.
3657
3658 2007-02-27 [colin]      2.8.0cvs6
3659
3660         * src/mainwindow.c
3661         * src/common/utils.c
3662         * src/common/utils.h
3663                 Fix '+' in mailto URIs for List-* headers
3664
3665 2007-02-27 [colin]      2.8.0cvs5
3666
3667         * src/gtk/gtkutils.c
3668                 Use gtk_window_set_role instead of 
3669                 _set_wmclass
3670
3671 2007-02-27 [colin]      2.8.0cvs4
3672
3673         * src/inc.c
3674                 Fix "After receiving new mail, go to inbox" on IMAP,
3675                 and make it work only on manual reception
3676
3677 2007-02-27 [wwp]        2.8.0cvs3
3678
3679         * src/prefs_filtering.c
3680         * src/prefs_filtering_action.c
3681         * src/prefs_matcher.c
3682                 Update filtering matcher's and action's color label menus
3683                 when re-opening those dialogs (reflect any change to the
3684                 color labels list in the preferences).
3685
3686 2007-02-27 [colin]      2.8.0cvs2
3687
3688         * src/imap.c
3689         * src/etpan/etpan-thread-manager-types.h
3690         * src/etpan/etpan-thread-manager.c
3691         * src/etpan/imap-thread.c
3692                 Log imap ALERTs as errors in the log.
3693
3694 2007-02-26 [paul]       2.8.0cvs1
3695
3696         * tools/claws.i18n.status.pl
3697                 updated
3698
3699 2007-02-26 [paul]       2.7.2cvs75
3700
3701         * po/ca.po
3702         * po/cs.po
3703         * po/de.po
3704         * po/en_GB.po
3705         * po/fi.po
3706         * po/fr.po
3707         * po/hu.po
3708         * po/pl.po
3709         * po/pt_BR.po
3710         * po/sk.po
3711         * po/sr.po
3712         * po/zh_CN.po
3713                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3714                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3715                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3716                 Aleksandar Urosevic, and Ralgh Young
3717
3718 2007-02-25 [mones]      2.7.2cvs74
3719
3720         * po/es.po
3721                 Updated for release
3722
3723 2007-02-25 [colin]      2.7.2cvs73
3724
3725         * src/main.c
3726                 Clearing the list is only useful
3727                 to prevent a valgrind false-positive
3728
3729 2007-02-25 [paul]       2.7.2cvs72
3730
3731         * tools/Makefile.am
3732         * tools/README
3733         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3734         * tools/maildir2claws-mail.pl  **REMOVED**
3735                 renamed the script, fixed a couple bugs
3736
3737 2007-02-23 [colin]      2.7.2cvs71
3738
3739         * src/addressbook.c
3740                 Fix a leak, check for a few improbable nulls
3741
3742 2007-02-23 [colin]      2.7.2cvs70
3743
3744         * src/main.c
3745         * src/main.h
3746         * src/plugins/trayicon/trayicon.c
3747                 Fix blinking mainwin when starting in tray
3748                 (show mainwindow later in the startup process,
3749                  apart if restarting post-crash)
3750
3751 2007-02-23 [colin]      2.7.2cvs69
3752
3753         * src/folderview.c
3754         * src/imap_gtk.c
3755                 Fix crash when unsubscribing the currently
3756                 selected/opened folder
3757
3758 2007-02-23 [colin]      2.7.2cvs68
3759
3760         * src/compose.c
3761                 Fix bug that prevented colorization to
3762                 work without wrap quotation option
3763
3764 2007-02-23 [colin]      2.7.2cvs67
3765
3766         * src/addr_compl.c
3767                 Fix refcounting, start and end completion who
3768                 behaved as if there couldn't be any other current
3769                 user of completion
3770
3771 2007-02-23 [wwp]        2.7.2cvs66
3772
3773         * src/addressbook.c
3774         * src/addrindex.c
3775                 Address completion fixes: fix addressbook_peek_folder_exists() in
3776                 which the algorithm was ridiculously over-obfuscated and broken.
3777                 Fix addrindex_load_completion() as well, to load addresses in
3778                 completion list with regards to what addressbook_peek_folder_exists()
3779                 returns now.
3780
3781 2007-02-23 [wwp]        2.7.2cvs65
3782
3783         * src/addr_compl.c
3784                 Add addresses to completion when they're non-empty (thanks to Colin).
3785
3786 2007-02-23 [paul]       2.7.2cvs64
3787
3788         * src/plugins/pgpcore/passphrase.c
3789                 remove 'const '
3790
3791 2007-02-23 [colin]      2.7.2cvs63
3792
3793         * src/plugins/pgpcore/prefs_gpg.c
3794         * src/plugins/pgpcore/prefs_gpg.h
3795         * src/plugins/pgpcore/sgpgme.c
3796         * src/plugins/pgpinline/pgpinline.c
3797         * src/plugins/pgpmime/pgpmime.c
3798                 Try harder to respect user's choice wrt
3799                 gpg-agent even with gpg2, by unsetting
3800                 GPG_AGENT_INFO when necessary.
3801
3802 2007-02-22 [paul]       2.7.2cvs62
3803
3804         * src/plugins/pgpcore/sgpgme.c
3805         * src/plugins/pgpcore/sgpgme.h
3806         * src/plugins/pgpcore/passphrase.c
3807         * src/plugins/pgpinline/pgpinline.c
3808         * src/plugins/pgpmime/pgpmime.c
3809                 Fix a leak - gpgme_data_release_and_get_mem
3810                 leaks in recent gpgme. Workaround by using
3811                 our own function.
3812
3813 2007-02-22 [paul]       2.7.2cvs61
3814
3815         * src/gtk/quicksearch.c
3816                 Abandon dynamic search when pressing
3817                 Enter
3818
3819 2007-02-21 [colin]      2.7.2cvs60
3820
3821         * src/procmsg.c
3822         * src/plugins/pgpcore/passphrase.c
3823                 Fix little memory leaks
3824         * src/main.c
3825                 Fix false-positive leak at exit
3826         * src/gtk/quicksearch.c
3827                 Fix potentially big leak in recursive
3828                 Quicksearch
3829
3830 2007-02-21 [wwp]        2.7.2cvs59
3831
3832         * src/summaryview.c
3833                 Add missing newline to a debug message.
3834
3835 2007-02-20 [colin]      2.7.2cvs58
3836
3837         * src/Makefile.am
3838         * src/mimeview.c
3839         * src/stock_pixmap.c
3840         * src/stock_pixmap.h
3841         * src/pixmaps/mime_pgpsig.xpm
3842                 Add icon for application/pgp-signature
3843
3844 2007-02-20 [colin]      2.7.2cvs57
3845
3846         * src/Makefile.am
3847         * src/main.c
3848         * src/mimeview.c
3849         * src/stock_pixmap.c
3850         * src/stock_pixmap.h
3851         * src/pixmaps/mime_calendar.xpm
3852         * src/pixmaps/mime_pdf.xpm
3853         * src/pixmaps/mime_ps.xpm
3854                 Add icons for text/calendar, application/pdf
3855                 and application/postscript
3856
3857 2007-02-20 [colin]      2.7.2cvs56
3858
3859         * autogen.sh
3860         * src/matcher_parser_parse.y
3861         * src/matcher_parser_lex.l
3862                 Fix big memory leak in flex, and
3863                 require flex 2.5.31
3864
3865 2007-02-20 [wwp]        2.7.2cvs55
3866
3867         * src/matcher_parser_parse.y
3868                 Fix a duplicate token definition (thanks to iwkse).
3869
3870 2007-02-20 [wwp]        2.7.2cvs54
3871
3872         * src/matcher_parser_lex.l
3873         * src/quote_fmt_lex.l
3874                 Use proper flex options instead of direct use of #define,
3875                 make the flex-generated C lighter.
3876
3877 2007-02-20 [colin]      2.7.2cvs53
3878
3879         * src/summaryview.c
3880                 Grab focus in message list after hiding
3881                 the quicksearch, instead of leaving it
3882                 "somewhere"
3883
3884 2007-02-19 [colin]      2.7.2cvs52
3885
3886         * src/folderview.c
3887                 Fix bug 1033, 'Automatically refresh 
3888                 message list when new messages arrives'
3889                 Looks like folderview->opened can sometimes
3890                 be wrong...
3891
3892 2007-02-19 [paul]       2.7.2cvs51
3893
3894         * tools/Makefile.am
3895         * tools/README
3896         * tools/thunderbird-filters-convertor.pl
3897                 add new script which converts thunderbird filter
3898                 rules to Claws filter rules
3899
3900 2007-02-18 [paul]       2.7.2cvs50
3901
3902         * src/plugins/pgpcore/prefs_gpg.c
3903         * src/plugins/pgpcore/prefs_gpg.h
3904         * src/plugins/pgpcore/sgpgme.c
3905         * src/plugins/pgpinline/pgpinline.c
3906         * src/plugins/pgpmime/pgpmime.c
3907                 improved GUI interoperability with gpg-agent
3908
3909 2007-02-18 [paul]       2.7.2cvs49
3910
3911         * src/prefs_account.c
3912                 Privacy options sensitivity fix
3913
3914 2007-02-17 [colin]      2.7.2cvs48
3915
3916         * src/messageview.c
3917                 Reset icon to warning in the noticeview
3918
3919 2007-02-15 [colin]      2.7.2cvs47
3920
3921         * src/folderview.c
3922                 Fix a manifestation of bug 1033 (summaryview failing
3923                 to update for new mails), which happens after editing
3924                 account preferences or preferences that cause a 
3925                 folderview reload.
3926
3927 2007-02-15 [colin]      2.7.2cvs46
3928
3929         * src/addressbook.c
3930                 Probably fix bug 1123, 'Segmentation 
3931                 fault while opening address book'. I get
3932                 g_warnings if the saved paned position is
3933                 not greater than 0. Also, save position
3934                 when hiding the addressbook instead of
3935                 via signal.
3936
3937 2007-02-14 [colin]      2.7.2cvs45
3938
3939         * src/plugins/pgpcore/prefs_gpg.c
3940         * src/plugins/pgpcore/prefs_gpg.h
3941         * src/plugins/pgpcore/sgpgme.c
3942         * src/plugins/pgpinline/pgpinline.c
3943         * src/plugins/pgpmime/pgpmime.c
3944                 Add an option "Use gpg-agent if available". Fixes
3945                 annoyances with distro-installed gpg-agent, when
3946                 no pinentry program is installed, and the user's 
3947                 at a loss on why "decryption failed". Makes more
3948                 clear why passphrase isn't saved when gpg-agent is
3949                 used. Defaults to true, to avoid changing the 
3950                 current behaviour.
3951
3952 2007-02-14 [wwp]        2.7.2cvs44
3953
3954         * src/matcher_parser_parse.y
3955                 Fix missing line number reset (wrong line number might appear
3956                 when re-loading filtering rules if there's a parser error).
3957
3958 2007-02-13 [colin]      2.7.2cvs43
3959
3960         * src/common/utils.c
3961                 Don't encode ',' in URIs before passing it
3962                 to the browser command-line. It was probably
3963                 done at a time where commas in URIs made
3964                 mozilla -remote 'openurl(%s,new-window)'
3965                 bug.
3966
3967 2007-02-13 [wwp]        2.7.2cvs42
3968
3969         * src/prefs_matcher.c
3970         * src/plugins/bogofilter/bogofilter_gtk.c
3971                 A bit of string factorization around "Select ..." buttons.
3972
3973 2007-02-11 [colin]      2.7.2cvs41
3974
3975         * src/alertpanel.c
3976                 Make sure to escape the title
3977
3978 2007-02-11 [colin]      2.7.2cvs40
3979
3980         * src/codeconv.c
3981                 Recognize .utf8 locales as .UTF-8 ones
3982
3983 2007-02-11 [colin]      2.7.2cvs39
3984
3985         * src/compose.c
3986                 Fix code conversion when dragging a file
3987
3988 2007-02-09 [colin]      2.7.2cvs38
3989
3990         * src/plugins/clamav/clamav_plugin.c
3991                 Complete Paul's patch with conditional
3992                 compilation to avoid breaking compilation
3993                 on old Dapper and Edgy... Maybe other
3994                 distros too.
3995
3996 2007-02-09 [paul]       2.7.2cvs37
3997
3998         * src/plugins/clamav/clamav_plugin.c
3999                 fix for the upstream changes in libclamav
4000
4001 2007-02-09 [paul]       2.7.2cvs36
4002
4003         * src/main.c
4004         * src/mainwindow.c
4005         * src/procmsg.c
4006         * src/procmsg.h
4007                 fix "warn if there are queued messages" (on exit)
4008                 option, which only checked the first mailbox's
4009                 queue
4010                 don't ask before emptying trash if there are no
4011                 messages in trash, also check and empty all trash
4012                 folders
4013         * src/prefs_other.c
4014                 move "Ask before emptying trash" option
4015                 outside of the "On exit" frame as it's
4016                 not only an "On exit" option
4017
4018 2007-02-09 [paul]       2.7.2cvs35
4019
4020         * src/addrgather.c
4021         * src/alertpanel.c
4022         * src/editldap.c
4023         * src/prefs_account.c
4024         * src/prefs_folder_item.c
4025         * src/prefs_gtk.h
4026         * src/prefs_matcher.c
4027         * src/prefs_message.c
4028         * src/prefs_msg_colors.c
4029         * src/prefs_summaries.c
4030         * src/wizard.c
4031         * src/gtk/inputdialog.c
4032         * src/plugins/bogofilter/bogofilter_gtk.c
4033                 pedantic commit: use 'checkbtn' everywhere
4034                 instead of a mixture of 'checkbtn' and 'chkbtn'
4035
4036 2007-02-09 [paul]       2.7.2cvs34
4037
4038         * src/compose.c
4039                 fix default hotkeys
4040         * src/prefs_other.c
4041         * src/prefs_send.c
4042                 move "Never send Return Receipts" from
4043                 prefs_other to prefs_send
4044                 add an option "Ask about account specific
4045                 filtering rules..." to prefs_other
4046         * src/gtk/gtkutils.c
4047                 fix a compiler warning
4048
4049 2007-02-08 [colin]      2.7.2cvs33
4050
4051         * src/plugins/pgpinline/pgpinline.c
4052                 Fix bug 1110, 'pgpmime fails to process 
4053                 encapsulated openpgp mime (rfc 3156, 6.1 
4054                 -> rfc1847)'
4055                 It was due to an interaction between PGP/Mime
4056                 and PGP/Inline plugin. 
4057
4058 2007-02-08 [colin]      2.7.2cvs32
4059
4060         * src/inc.c
4061         * src/mbox.c
4062         * src/mbox.h
4063                 Fix bug 1117, 'fcntl locking code 
4064                 does not work in mbox.c'
4065
4066 2007-02-08 [colin]      2.7.2cvs31
4067
4068         * src/prefs_account.c
4069                 Fix Gentoo bug 165819, 'can't create 
4070                 a "local mbox file" account'. Patch
4071                 by Olivier <castan.o@free.fr>
4072
4073 2007-02-07 [colin]      2.7.2cvs30
4074
4075         * src/ldapquery.c
4076                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4077                 autocompletion was used'
4078
4079 2007-02-07 [paul]       2.7.2cvs29
4080
4081         * src/folder.c
4082                 cut down on unnecessary debug_prints
4083         * src/imap_gtk.c
4084                 fix menu_set_active() on 'Show only
4085                 subscribed folders'
4086
4087 2007-02-07 [paul]       2.7.2cvs28
4088
4089         * src/plugins/clamav/clamav_plugin.c
4090         * src/plugins/clamav/clamav_plugin.h
4091         * src/plugins/clamav/clamav_plugin_gtk.c
4092                 fix copyright header
4093
4094 2007-02-07 [paul]       2.7.2cvs27
4095
4096         * src/procheader.c
4097                 fix bug 1116, 'summary view allow a 
4098                 subject line break'
4099
4100 2007-02-06 [colin]      2.7.2cvs26
4101
4102         * src/summaryview.c
4103                 Fix delete thread
4104
4105 2007-02-05 [fabien]     2.7.2cvs25
4106
4107         * po/POTFILES.in
4108         * src/uri_opener.c
4109                 i18n related - 1 fix and 1 message for translators.
4110
4111 2007-02-05 [colin]      2.7.2cvs24
4112
4113         * src/gtk/quicksearch.c
4114                 Don't reload summary list if quicksearch wasn't
4115                 active on hiding; move currently selected mail in
4116                 the visible area when showing the quicksearch
4117
4118 2007-02-05 [colin]      2.7.2cvs23
4119
4120         * src/folderview.c
4121                 Add debug to try to solve bug 1104
4122
4123 2007-02-05 [paul]       2.7.2cvs22
4124
4125         * src/mainwindow.c
4126                 confirm before emptying trash on exit is
4127                 a Yes or No answer, use Yes or No in the
4128                 dialog
4129
4130 2007-02-04 [colin]      2.7.2cvs21
4131
4132         * src/compose.c
4133         * src/plugins/pgpcore/passphrase.c
4134         * src/plugins/pgpcore/select-keys.c
4135                 Set wmclass on new windows
4136
4137 2007-02-04 [colin]
4138
4139         2.8.0-rc1 released
4140
4141 2007-02-04 [colin]      2.7.2cvs20
4142
4143         * src/compose.c
4144         * src/compose.h
4145                 Auto save drafts on exit, reopen them
4146                 at startup, instead of asking
4147         * src/account.c
4148         * src/addressadd.c
4149         * src/addressbook.c
4150         * src/addressbook_foldersel.c
4151         * src/addrgather.c
4152         * src/crash.c
4153         * src/editaddress.c
4154         * src/editbook.c
4155         * src/editgroup.c
4156         * src/editjpilot.c
4157         * src/editldap.c
4158         * src/editldap_basedn.c
4159         * src/editvcard.c
4160         * src/exphtmldlg.c
4161         * src/expldifdlg.c
4162         * src/export.c
4163         * src/foldersel.c
4164         * src/gedit-print.c
4165         * src/import.c
4166         * src/importldif.c
4167         * src/importmutt.c
4168         * src/importpine.c
4169         * src/main.c
4170         * src/mainwindow.c
4171         * src/message_search.c
4172         * src/messageview.c
4173         * src/prefs_actions.c
4174         * src/prefs_customheader.c
4175         * src/prefs_display_header.c
4176         * src/prefs_filtering.c
4177         * src/prefs_filtering_action.c
4178         * src/prefs_folder_column.c
4179         * src/prefs_gtk.c
4180         * src/prefs_matcher.c
4181         * src/prefs_other.c
4182         * src/prefs_summaries.c
4183         * src/prefs_summary_column.c
4184         * src/prefs_template.c
4185         * src/sourcewindow.c
4186         * src/ssl_manager.c
4187         * src/summary_search.c
4188         * src/uri_opener.c
4189         * src/gtk/about.c
4190         * src/gtk/description_window.c
4191         * src/gtk/foldersort.c
4192         * src/gtk/gtkutils.c
4193         * src/gtk/gtkutils.h
4194         * src/gtk/icon_legend.c
4195         * src/gtk/logwindow.c
4196         * src/gtk/pluginwindow.c
4197         * src/gtk/prefswindow.c
4198                 Give different wmclass to different
4199                 windows - thanks to sed ;)
4200
4201 2007-02-04 [colin]      2.7.2cvs19
4202
4203         * src/main.c
4204                 Revert previous patch, can't reproduce
4205                 it anymore. 
4206
4207 2007-02-03 [colin]      2.7.2cvs18
4208
4209         * src/main.c
4210                 Don't save the mainwindow size and
4211                 position on emergency exit (libSM's
4212                 "die" callback), Xfce seems to make
4213                 the window smaller just before the
4214                 size's saved.
4215
4216 2007-02-03 [colin]      2.7.2cvs17
4217
4218         * src/plugins/bogofilter/bogofilter.c
4219         * src/plugins/bogofilter/bogofilter.h
4220         * src/plugins/bogofilter/bogofilter_gtk.c
4221         * src/plugins/pgpinline/pgpinline.c
4222         * src/plugins/pgpinline/pgpinline.h
4223                 Fix more copyrights
4224
4225 2007-02-03 [colin]      2.7.2cvs16
4226
4227         * src/partial_download.c
4228         * src/partial_download.h
4229         * src/ssl_manager.c
4230         * src/ssl_manager.h
4231         * src/uri_opener.c
4232         * src/uri_opener.h
4233         * src/wizard.c
4234         * src/wizard.h
4235         * src/common/ssl_certificate.c
4236         * src/common/ssl_certificate.h
4237         * src/gtk/quicksearch.c
4238         * src/gtk/quicksearch.h
4239         * src/gtk/sslcertwindow.c
4240         * src/gtk/sslcertwindow.h
4241                 Fix copyright on my files
4242
4243 2007-02-02 [colin]      2.7.2cvs15
4244
4245         * src/Makefile.am
4246         * src/mainwindow.c
4247         * src/messageview.c
4248         * src/messageview.h
4249         * src/textview.c
4250         * src/textview.h
4251         * src/uri_opener.c
4252         * src/uri_opener.h
4253                 Add Tools/List URIs to allow
4254                 opening any URI in the current mail
4255
4256 2007-02-02 [colin]      2.7.2cvs14
4257
4258         * src/common/valgrind.h ** NEW FILE **
4259         * src/common/Makefile.am
4260         * src/common/plugin.c
4261                 Don't dlclose the plugins if we're running
4262                 under valgrind. (doesn't require valgrind
4263                 either at compile time or run time).
4264
4265 2007-02-01 [paul]       2.7.2cvs13
4266
4267         * AUTHORS
4268         * src/gtk/authors.h
4269         * tools/freshmeat_search.pl
4270         * tools/google_search.pl
4271         * tools/multiwebsearch.pl
4272                 add support for non ISO-8859-1 compatible locales
4273                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4274
4275 2007-02-01 [colin]      2.7.2cvs12
4276
4277         * src/prefs_other.c
4278         * src/prefs_summaries.c
4279                 Move keybinding prefs to the Other page
4280
4281 2007-02-01 [wwp]        2.7.2cvs11
4282
4283         * src/plugins/trayicon/trayicon.c
4284                 Fix a raising issue within KDE.
4285
4286 2007-02-01 [colin]      2.7.2cvs10
4287
4288         * src/codeconv.c
4289                 Fix stray quotes in encoded strings
4290         * src/addressadd.c
4291                 Fix wrong call causing g_warnings
4292         * src/textview.c
4293                 Remove useless message
4294
4295 2007-01-31 [wwp]        2.7.2cvs9
4296
4297         * src/plugins/trayicon/trayicon.c
4298                 fix buggy hiding of main window when closing if close-to-tray
4299                 is not set (bad logics  in the trayicon hook code).
4300                 Changed the quit confirmation message too.
4301
4302 2007-01-30 [colin]      2.7.2cvs8
4303
4304         * src/main.c
4305                 Fix hidden mainwindow after clicking on
4306                 the X close button, if compose windows
4307                 exist and the user chooses not to quit
4308
4309 2007-01-30 [colin]      2.7.2cvs7
4310
4311         * src/main.c
4312         * src/compose.c
4313                 Handle local URIs to attach files (file:///...)
4314                 Fixes attaching files from Thunar for example
4315
4316 2007-01-30 [colin]      2.7.2cvs6
4317
4318         * src/prefs_ext_prog.c
4319                 Add 'mousepad' to the list of text editors.
4320                 Mousepad is XFCE's text editor
4321
4322 2007-01-29 [wwp]        2.7.2cvs5
4323
4324         * po/POTFILES.in
4325         * src/plugins/trayicon/trayicon_prefs.c
4326                 trayicon i18n fixes, thanks to Fabien.
4327
4328 2007-01-28 [wwp]        2.7.2cvs4
4329
4330         * src/mainwindow.c
4331         * src/mainwindow.h
4332         * src/plugins/trayicon/trayicon.c
4333         * src/plugins/trayicon/trayicon_prefs.c
4334         * src/plugins/trayicon/trayicon_prefs.h
4335                 Added a new TrayIcon plugin option to close to tray
4336                 (WM's hotkey and [X] button will hide the window instead
4337                 of closing it - closing CM can be done using the tray icon
4338                 menu or the File menu).
4339                 Improved visibility handling in trayicon, clicking the
4340                 trayicon now raise the window to current desktop when it
4341                 was either minimized/shaded/on another desktop.
4342                 Thanks to Paul for testing and fixing a strange behaviour
4343                 in KDE ;-).
4344
4345 2007-01-27 [paul]       2.7.2cvs3
4346
4347         * src/prefs_folder_item.c
4348         * src/prefs_receive.c
4349         * src/plugins/pgpcore/prefs_gpg.c
4350                 use 'start-up' instead of 'startup' in labels
4351
4352 2007-01-26 [wwp]        2.7.2cvs2
4353
4354         * src/plugins/trayicon/Makefile.am
4355         * src/plugins/trayicon/trayicon.c
4356         * src/plugins/trayicon/trayicon_prefs.c
4357         * src/plugins/trayicon/trayicon_prefs.h
4358                 Add a new TrayIcon option to hide the main window at
4359                 start-up.
4360                 Fix trayicon.c copyright header.
4361
4362 2007-01-26 [paul]       2.7.2cvs1
4363
4364         * NEWS
4365         * README
4366         * RELEASE_NOTES
4367         * configure.ac
4368                 bump up version number following
4369                 stable release
4370
4371 2007-01-25 [mones]      2.7.1cvs60
4372
4373         * po/es.po
4374                 updated thousands of strings (well, probably less ;-)
4375
4376 2007-01-25 [colin]      2.7.1cvs59
4377
4378         * src/matcher.c
4379                 Fix 2nd-run loss of matcherrc on new
4380                 configurations. 
4381
4382 2007-01-25 [wwp]        2.7.1cvs58
4383
4384         * src/mimeview.c
4385                 fix handling of empty value in attach_save_directory too, thanks
4386                 to Colin.
4387
4388 2007-01-25 [wwp]        2.7.1cvs57
4389
4390         * src/gtk/filesel.c
4391                 fix handling of empty value in attach_load_directory,
4392                 thanks to Colin.
4393
4394 2007-01-25 [wwp]        2.7.1cvs56
4395
4396         * src/plugins/dillo_viewer/dillo_prefs.h
4397                 fix a typo.
4398
4399 2007-01-25 [colin]      2.7.1cvs55
4400
4401         * src/matcher.c
4402         * src/matcher.h
4403         * src/matcher_parser_parse.y
4404         * src/prefs_matcher.c
4405                 Add matching on the spam flag
4406
4407 2007-01-24 [colin]      2.7.1cvs54
4408
4409         * src/folder.c
4410         * src/common/xml.c
4411         * src/common/xml.h
4412                 Make sure folderlist.xml is correctly
4413                 written before overwriting it.
4414         * src/procmsg.c
4415         * src/procmsg.h
4416         * src/summaryview.c
4417         * src/plugins/bogofilter/bogofilter.c
4418         * src/plugins/bogofilter/bogofilter.h
4419         * src/plugins/bogofilter/bogofilter_gtk.c
4420         * src/plugins/spamassassin/spamassassin.c
4421         * src/plugins/spamassassin/spamassassin.h
4422         * src/plugins/spamassassin/spamassassin_gtk.c
4423                 Move spam to the correct trash folder after
4424                 learning, if spam directory isn't set.
4425
4426 2007-01-23 [paul]       2.7.1cvs53
4427
4428         * src/plugins/bogofilter/bogofilter_gtk.c
4429                 fix sensitivity of "Insert X-Bogosity header"
4430                 option
4431
4432 2007-01-23 [colin]      2.7.1cvs52
4433
4434         * src/toolbar.c
4435                 Translate toolbar items text if
4436                 they're translatable (default)
4437         * src/addrcache.c
4438         * src/addrcache.h
4439         * src/addritem.c
4440         * src/addritem.h
4441         * src/codeconv.c
4442         * src/codeconv.h
4443         * src/jpilot.c
4444         * src/jpilot.h
4445         * src/ldapctrl.c
4446         * src/ldapctrl.h
4447         * src/ldapquery.h
4448         * src/ldif.c
4449         * src/ldif.h
4450         * src/etpan/etpan-thread-manager.c
4451         * src/etpan/etpan-thread-manager.h
4452         * src/gtk/gtkutils.c
4453         * src/gtk/gtkutils.h
4454                 More static functions
4455
4456 2007-01-22 [fabien]     2.7.1cvs51
4457
4458         * src/gtk/gtkutils.c
4459                 gtkut_get_options_frame() : ability to pass
4460                 a 'NULL' value in frame pointer parameter if
4461                 we don't need it.
4462
4463 2007-01-22 [colin]      2.7.1cvs50
4464
4465         * src/procmsg.c
4466         * src/procmsg.h
4467         * src/plugins/bogofilter/bogofilter.c
4468         * src/plugins/bogofilter/bogofilter_gtk.c
4469         * src/plugins/spamassassin/spamassassin.c
4470         * src/plugins/spamassassin/spamassassin_gtk.c
4471                 Allow moving spams to the account's trash
4472                 instead of default one
4473
4474 2007-01-21 [colin]      2.7.1cvs49
4475
4476         * src/ldapquery.c
4477         * src/ldapquery.h
4478                 Revert a static function that shouldn't
4479                 have been
4480
4481 2007-01-21 [colin]      2.7.1cvs48
4482
4483         * src/ldapquery.c
4484         * src/ldapquery.h
4485                 Same
4486
4487 2007-01-21 [colin]      2.7.1cvs47
4488
4489         * src/procmsg.c
4490         * src/procmsg.h
4491                 Same
4492
4493 2007-01-21 [colin]      2.7.1cvs46
4494
4495         * src/common/socket.c
4496         * src/common/socket.h
4497                 Same
4498
4499 2007-01-21 [colin]      2.7.1cvs45
4500
4501         * src/crash.c
4502         * src/exporthtml.c
4503         * src/exporthtml.h
4504         * src/exportldif.c
4505         * src/exportldif.h
4506         * src/folder.c
4507         * src/folder.h
4508         * src/folder_item_prefs.c
4509         * src/folder_item_prefs.h
4510         * src/folderview.c
4511         * src/folderview.h
4512         * src/gedit-print.c
4513         * src/gedit-print.h
4514         * src/main.c
4515         * src/main.h
4516         * src/common/socket.c
4517         * src/common/socket.h
4518         * src/gtk/gtkaspell.c
4519         * src/gtk/gtkaspell.h
4520         * src/gtk/quicksearch.c
4521         * src/gtk/quicksearch.h
4522                 Same
4523
4524 2007-01-21 [colin]      2.7.1cvs44
4525
4526         * src/common/utils.c
4527         * src/common/utils.h
4528         * src/etpan/etpan-thread-manager.c
4529         * src/etpan/etpan-thread-manager.h
4530                 Same (Funny that etpan_thread_unbind
4531                 is called but not etpan_thread_bind)
4532
4533 2007-01-21 [colin]      2.7.1cvs43
4534
4535         * src/addrselect.c
4536         * src/addrselect.h
4537         * src/codeconv.c
4538         * src/codeconv.h
4539         * src/compose.c
4540         * src/compose.h
4541         * src/etpan/Makefile.am
4542         * src/gtk/colorlabel.c
4543         * src/gtk/colorlabel.h
4544         * src/gtk/sslcertwindow.c
4545         * src/gtk/sslcertwindow.h
4546         * src/etpan/etpan-log.c ** REMOVED **
4547         * src/etpan/etpan-log.h ** REMOVED **
4548                 Same
4549
4550 2007-01-20 [colin]      2.7.1cvs42
4551
4552         * src/addritem.c
4553         * src/addritem.h
4554                 Same
4555
4556 2007-01-20 [colin]      2.7.1cvs41
4557
4558         * src/account.c
4559         * src/account.h
4560         * src/addrbook.c
4561         * src/addrbook.h
4562         * src/addrcache.c
4563         * src/addrcache.h
4564         * src/addrclip.c
4565         * src/addrclip.h
4566         * src/addressbook.c
4567         * src/addressbook.h
4568         * src/addrharvest.c
4569         * src/addrharvest.h
4570         * src/addrindex.c
4571         * src/addrindex.h
4572         * src/editaddress.c
4573         * src/editaddress.h
4574                 Make functions that aren't used in other
4575                 files static
4576
4577 2007-01-20 [colin]      2.7.1cvs40
4578
4579         * src/account.c
4580         * src/addrbook.c
4581         * src/addrcache.c
4582         * src/addressbook.c
4583         * src/addrgather.c
4584         * src/addrindex.c
4585         * src/addrquery.c
4586         * src/addrselect.c
4587         * src/browseldap.c
4588         * src/compose.c
4589         * src/editbook.c
4590         * src/editjpilot.c
4591         * src/editldap.c
4592         * src/editldap_basedn.c
4593         * src/editvcard.c
4594         * src/exporthtml.c
4595         * src/exportldif.c
4596         * src/folder.c
4597         * src/folderview.c
4598         * src/image_viewer.c
4599         * src/imap.c
4600         * src/importmutt.c
4601         * src/importpine.c
4602         * src/jpilot.c
4603         * src/ldapquery.c
4604         * src/main.c
4605         * src/mainwindow.c
4606         * src/matcher.c
4607         * src/messageview.c
4608         * src/mh.c
4609         * src/mimeview.c
4610         * src/msgcache.c
4611         * src/mutt.c
4612         * src/news.c
4613         * src/pine.c
4614         * src/prefs_account.c
4615         * src/prefs_common.c
4616         * src/prefs_compose_writing.c
4617         * src/prefs_ext_prog.c
4618         * src/prefs_folder_item.c
4619         * src/prefs_fonts.c
4620         * src/prefs_message.c
4621         * src/prefs_msg_colors.c
4622         * src/prefs_other.c
4623         * src/prefs_quote.c
4624         * src/prefs_receive.c
4625         * src/prefs_send.c
4626         * src/prefs_spelling.c
4627         * src/prefs_summaries.c
4628         * src/prefs_toolbar.c
4629         * src/prefs_wrapping.c
4630         * src/privacy.c
4631         * src/procmime.c
4632         * src/procmsg.c
4633         * src/ssl_manager.c
4634         * src/statusbar.c
4635         * src/summaryview.c
4636         * src/toolbar.c
4637         * src/vcard.c
4638         * src/common/hooks.c
4639         * src/common/log.c
4640         * src/common/passcrypt.c
4641         * src/common/socket.c
4642         * src/common/ssl.c
4643         * src/common/ssl_certificate.c
4644         * src/common/template.c
4645         * src/common/utils.c
4646         * src/etpan/imap-thread.c
4647         * src/gtk/sslcertwindow.c
4648         * src/gtk/sslcertwindow.h
4649                 Make functions that could be static, static
4650
4651 2007-01-20 [colin]      2.7.1cvs39
4652
4653         * src/editldap.c
4654                 Fix tooltip
4655
4656 2007-01-20 [colin]      2.7.1cvs38
4657
4658         * src/ldapquery.c
4659         * src/ldaputil.c
4660         * src/ldaputil.h
4661                 Fix bug 1102, 'claws-mail-2.7.1 
4662                 makes use of deprecated ldap 
4663                 functions'
4664
4665 2007-01-20 [colin]      2.7.1cvs37
4666
4667         * src/mainwindow.c
4668         * src/mainwindow.h
4669         * src/summaryview.c
4670         * src/gtk/quicksearch.c
4671                 Add Wide message list layout
4672
4673 2007-01-19 [fabien]     2.7.1cvs36
4674
4675         * src/textview.c
4676                 make sure a font change is considered in links of
4677                 headerview.
4678
4679 2007-01-19 [colin]      2.7.1cvs35
4680
4681         * src/main.c
4682         * src/mainwindow.c
4683         * src/mainwindow.h
4684         * src/messageview.c
4685         * src/messageview.h
4686         * src/prefs_common.c
4687         * src/prefs_common.h
4688         * src/summaryview.c
4689         * src/summaryview.h
4690         * src/gtk/quicksearch.c
4691         * src/gtk/quicksearch.h
4692                 Drop 'Separate Folder tree' and 'Separate
4693                 Message View'. Put three layouts in place
4694                 of it.
4695
4696 2007-01-19 [paul]       2.7.1cvs34
4697
4698         * src/prefs_msg_colors.c
4699                 more use of Q_ for translators
4700
4701 2007-01-19 [paul]       2.7.1cvs33
4702
4703         * src/imap_gtk.c
4704         * src/prefs_account.c
4705                 a few changes to the English
4706
4707 2007-01-19 [fabien]     2.7.1cvs32
4708
4709         * src/wizard.c
4710                 factorize translatable string
4711
4712 2007-01-18 [colin]      2.7.1cvs31
4713
4714         * src/main.c
4715                 Don't error out on --sync option. Although
4716                 we don't do anything with it, gtk+ handles
4717                 it, and it's useful for debugging X errors
4718
4719 2007-01-18 [fabien]     2.7.1cvs30
4720
4721         * src/prefs_other.c
4722                 ability to apply on the fly the recent added
4723                 'gtk_can_change_accels' pref (no need to restart).
4724
4725 2007-01-18 [fabien]     2.7.1cvs29
4726
4727         * src/plugins/bogofilter/bogofilter_gtk.c
4728         * src/plugins/bogofilter/bogofilter.c
4729         * src/plugins/spamassassin/spamassassin_gtk.c
4730         * src/addr_compl.c
4731         * src/prefs_account.c
4732                 factorize or rewrite some translatable strings.
4733
4734 2007-01-18 [fabien]     2.7.1cvs28
4735
4736         * src/prefs_gtk.h
4737         * src/compose.c
4738                 set a 4pix space between "Subject:" label and subject entry in
4739                 compose window.
4740
4741 2007-01-18 [wwp]        2.7.1cvs27
4742
4743         * src/addressbook.c
4744                 fix conflicting address-copy/paste when focus is set
4745                 to the embedded edit-person form.
4746  
4747
4748 2007-01-18 [wwp]        2.7.1cvs26
4749
4750         * src/addressbook.h
4751                 complete 2.7.1cvs23 (one more file was missing from that
4752                 commit).
4753
4754 2007-01-18 [colin]      2.7.1cvs25
4755
4756         * src/main.c
4757                 Provide a way to migrate without backup
4758                 Re-ask for migration on next start if 
4759                 it has been refused and wizard has been 
4760                 cancelled after.
4761
4762 2007-01-18 [wwp]        2.7.1cvs24
4763
4764         * src/editaddress.c
4765                 complete 2.7.1.cvs23 (file was missing from previous
4766                 commit).
4767
4768 2007-01-18 [wwp]        2.7.1cvs23
4769
4770         * src/addressbook.c
4771                 fix potential crashes in address book's focus_in/out signal handlers,
4772                 force focus to the edit-person form when clicked the Edit menu entry or
4773                 button (this only matters if the edit-person form is embedded to the
4774                 AB window, in that case, focus is not set when browsing the contacts
4775                 list w/ keys or mouse clicks).
4776
4777 2007-01-18 [paul]       2.7.1cvs22
4778
4779         * src/main.c
4780                 add command line options:
4781                 -h for --help
4782                 -q and --quit for --exit
4783                 -v for --version
4784                 print "Unknown option" for unknown options
4785
4786 2007-01-18 [paul]       2.7.1cvs21
4787
4788         * po/ru.po
4789                 updated by Pavlo Bohmat
4790
4791 2007-01-18 [paul]       2.7.1cvs20
4792
4793         * src/mainwindow.c
4794                 fix sensitivity issues of Mark as Spam/Ham
4795
4796 2007-01-17 [fabien]     2.7.1cvs19
4797
4798         * src/prefs_other.c
4799         * src/prefs_common.c
4800         * src/prefs_common.h
4801         * src/main.c
4802                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4803                 control the corresponding gtk property. It could be used to lock
4804                 all shortcuts (avoid to set one of them by inadvertency).
4805
4806 2007-01-17 [colin]      2.7.1cvs18
4807
4808         * src/summaryview.c
4809                 Fix bug 1100, 'Highlighted e-mail data not visible 
4810                 when color label applied.'. Use a weighted average
4811                 between normal selected foreground color and color
4812                 label instead of a simple one (3/1 instead 1/1).
4813
4814 2007-01-17 [colin]      2.7.1cvs17
4815
4816         * src/messageview.c
4817                 Better fix for bug 1088, 'Ctrl-h produces repeatable
4818                 crash' - don't prevent mail switching while loading
4819
4820 2007-01-17 [colin]      2.7.1cvs16
4821
4822         * src/folder.c
4823         * src/folder.h
4824         * src/folderview.c
4825         * src/folderview.h
4826         * src/imap.c
4827         * src/imap.h
4828         * src/imap_gtk.c
4829                 Manage recursive search of unsubscribed folders
4830                 Rescan tree without checking for new messages 
4831                 after subscriptions changed
4832
4833 2007-01-17 [paul]       2.7.1cvs15
4834
4835         * src/prefs_common.c
4836         * src/gtk/pluginwindow.c
4837                 fix bug 1101, '"Load plugin" button is
4838                 accidentally hidden'
4839                 unset (-1) initial width in prefs_common,
4840                 fix overlapping buttons,
4841                 and other cleanups
4842
4843 2007-01-17 [paul]       2.7.1cvs14
4844
4845         * src/procmime.c
4846                 add #include <errno.h>, it's needed
4847                 on some systems
4848
4849 2007-01-17 [paul]       2.7.1cvs13
4850
4851         * src/common/defs.h
4852         * tools/make.themes.project
4853                 rename .sylpheed_themeinfo to .claws_themeinfo
4854                 and use it
4855         * src/etpan/etpan-errors.h
4856         * src/etpan/etpan-log.c
4857         * src/etpan/etpan-log.h
4858         * src/etpan/etpan-thread-manager-types.h
4859         * src/etpan/etpan-thread-manager.c
4860         * src/etpan/etpan-thread-manager.h
4861         * src/etpan/imap-thread.c
4862         * src/etpan/imap-thread.h
4863                 add copyright header
4864
4865 2007-01-17 [colin]      2.7.1cvs12
4866
4867         * src/plugins/pgpcore/select-keys.c
4868         * src/gtk/pluginwindow.c
4869         * src/prefs_account.c
4870                 Fix warnings
4871
4872 2007-01-16 [colin]      2.7.1cvs11
4873
4874         * src/imap.c
4875         * src/imap.h
4876         * src/imap_gtk.c
4877                 Manage subscribing to subfolders when only
4878                 subscribed folders are shown.
4879
4880 2007-01-16 [colin]      2.7.1cvs10
4881
4882         * src/folderview.c
4883                 Fix annoying vscrollbar going back to top
4884                 on Check for new folders
4885
4886 2007-01-16 [colin]      2.7.1cvs9
4887
4888         * src/imap.c
4889                 Remove printf
4890
4891 2007-01-16 [colin]      2.7.1cvs8
4892
4893         * src/filtering.c
4894                 Bigger buffer for errors
4895         * src/imap.c
4896         * src/imap.h
4897         * src/imap_gtk.c
4898         * src/prefs_account.c
4899         * src/prefs_account.h
4900         * src/wizard.c
4901         * src/etpan/imap-thread.c
4902         * src/etpan/imap-thread.h
4903         * manual/handling.xml
4904                 Add subscriptions management. What it changes:
4905                 Creating a folder subscribes to it
4906                 Deleting a folder unsubscribes it
4907                 New contextual menu item allowing to switch between
4908                 All folders and Subscribed folders, subscribe, and
4909                 unsubscribe. "Creating" an existing but unsubscribed
4910                 folder will subscribe it.
4911                 By default for new accounts, only subscribed folders 
4912                 are shown.
4913
4914
4915 2007-01-16 [paul]       2.7.1cvs7
4916
4917         * src/summaryview.c
4918                 Allow folder classes to specify only sort_key or
4919                 sort_type instead of both or none.
4920
4921 2007-01-16 [paul]       2.7.1cvs6
4922
4923         * src/action.c
4924         * src/compose.c
4925         * src/mimeview.c
4926         * src/procmime.c
4927         * src/textview.c
4928                 Save and use errno for procmime_get_part
4929
4930 2007-01-16 [colin]      2.7.1cvs5
4931
4932         * src/imap.c
4933                 Never remove INBOX when scanning for
4934                 new folders. It's a special folder
4935                 that has to exist.
4936
4937 2007-01-15 [colin]      2.7.1cvs4
4938
4939         * src/imap.c
4940                 Fix 'Check for new folders' when IMAP subdirectory
4941                 is set
4942         * src/etpan/imap-thread.c
4943                 Fix build
4944
4945 2007-01-15 [colin]      2.7.1cvs3
4946
4947         * src/etpan/imap-thread.c
4948                 Fix invalid free on command-connection
4949                 error
4950
4951 2007-01-15 [wwp]        2.7.1cvs2
4952
4953         * src/matcher_parser_lex.l
4954         * src/quote_fmt_lex.l
4955         * src/matcher_parser_parse.y
4956                 fix copyright header in lexers and parsers.
4957
4958 2007-01-15 [paul]       2.7.1cvs1
4959
4960         * NEWS
4961         * README
4962         * RELEASE_NOTES
4963         * configure.ac
4964                 bump up version number following
4965                 stable release
4966
4967 2007-01-15 [paul]       2.7.0cvs31
4968
4969         * AUTHORS
4970         * src/gtk/authors.h
4971                 add Fabien to the Team list
4972                 add the recent contributors
4973                 make a few corrections
4974
4975 2007-01-15 [paul]       2.7.0cvs30
4976
4977         * src/mainwindow.c
4978                 fix compiler warning
4979         * src/plugins/pgpcore/prefs_gpg.c
4980         * src/plugins/pgpcore/prefs_gpg.h
4981                 add missing include
4982                 fix copyright header
4983
4984 2007-01-14 [colin]      2.7.0cvs29
4985
4986         * src/gtk/filesel.c
4987                 Use the 'gtk+' backend. Avoids gnome-vfs use,
4988                 two benefits: faster to open, will fix strange
4989                 dbus-related crash. Thanks to Pascal Terjan.
4990
4991 2007-01-14 [colin]      2.7.0cvs28
4992
4993         * src/etpan/imap-thread.c
4994                 Delete the old imap just after allocating
4995                 the new one. Makes sure we don't get the
4996                 same pointer by sheer luck, which feels
4997                 strange in the debug log.
4998
4999 2007-01-14 [colin]      2.7.0cvs27
5000
5001         * src/gtk/inputdialog.c
5002                 Make sure we don't print passwords in
5003                 clear text when in debug mode
5004
5005 2007-01-14 [colin]      2.7.0cvs26
5006
5007         * src/gtk/gtksctree.c
5008                 Fix bug 1098, 'bogus last row display 
5009                 after expanding a thread'. Patch by
5010                 Jindrich Makovicka <makovick@gmail.com>
5011
5012 2007-01-14 [colin]      2.7.0cvs25
5013
5014         * src/etpan/imap-thread.c
5015                 Close socket manually before
5016                 freeing the imap struct
5017
5018 2007-01-14 [colin]      2.7.0cvs24
5019
5020         * src/etpan/imap-thread.c
5021                 Maybe fix new reconnection issues
5022
5023 2007-01-13 [colin]      2.7.0cvs23
5024
5025         * src/summaryview.c
5026                 Freeze/thaw on thread selection
5027
5028 2007-01-13 [paul]       2.7.0cvs22
5029
5030         * src/mainwindow.c
5031         * src/summaryview.c
5032         * src/summaryview.h
5033                 add 'Edit/Delete thread'
5034
5035 2007-01-13 [colin]      2.7.0cvs21
5036
5037         * src/prefs_account.c
5038         * src/prefs_compose_writing.c
5039         * src/prefs_message.c
5040         * src/prefs_msg_colors.c
5041         * src/prefs_other.c
5042         * src/prefs_receive.c
5043         * src/prefs_spelling.c
5044         * src/prefs_summaries.c
5045         * src/prefs_themes.c
5046         * src/gtk/gtkutils.c
5047         * src/gtk/gtkutils.h
5048         * src/plugins/pgpcore/prefs_gpg.c
5049         * src/plugins/spamassassin/spamassassin_gtk.c
5050                 Factorize gtk frame creation
5051                 Patch by Pawel
5052
5053 2007-01-13 [colin]      2.7.0cvs20
5054
5055         * src/message_search.c
5056         * src/summary_search.c
5057                 Fix Enter in search windows
5058         * src/messageview.c
5059                 Fix body search starting at the
5060                 end of the mail (and asking for loop)
5061
5062 2007-01-13 [colin]      2.7.0cvs19
5063
5064         * src/etpan/imap-thread.c
5065                 Make sure we don't free the same imap
5066                 twice
5067
5068 2007-01-13 [colin]      2.7.0cvs18
5069
5070         * commitHelper
5071                 Allow multiple commitHelpers to
5072                 run at once
5073
5074 2007-01-12 [colin]      2.7.0cvs17
5075
5076         * src/etpan/imap-thread.c
5077                 Make sure we get rid of the previous mailimap
5078                 when connecting - just in case disconnect was
5079                 unclean
5080
5081 2007-01-12 [paul]       2.7.0cvs16
5082
5083         * src/compose.c
5084                 Strip S/MIME signatures when re-editing
5085                 S/MIME signed messages.
5086
5087 2007-01-12 [paul]       2.7.0cvs15
5088
5089         * configure.ac
5090         * src/addressbook.c
5091         * src/foldersel.c
5092         * src/folderview.c
5093         * src/main.c
5094                 no need to define CLAWS anymore, remove
5095                 all that stuff
5096
5097 2007-01-12 [paul]       2.7.0cvs14
5098
5099         * src/mimeview.c
5100                 check if the mail's signed as
5101                 it can change the mail structure
5102                 Thanks to Colin
5103
5104 2007-01-12 [paul]       2.7.0cvs13
5105
5106         * src/procmime.c
5107                 fix Forwarding msgs with attachments
5108                 that have dos line endings
5109                 Thanks to Colin
5110
5111 2007-01-12 [wwp]        2.7.0cvs12
5112
5113         * configure.ac
5114                 Revert accidentally committed extra version tag.
5115
5116 2007-01-12 [wwp]        2.7.0cvs11
5117
5118         * src/prefs_account.c
5119                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5120
5121 2007-01-11 [colin]      2.7.0cvs10
5122
5123         * src/imap.c
5124                 move g_warning to debug_print
5125                 it scares people for no reason
5126
5127 2007-01-11 [colin]      2.7.0cvs9
5128
5129         * po/POTFILES.in
5130                 Fix files to translate. Patch by
5131                 Fabien
5132
5133 2007-01-11 [paul]       2.7.0cvs8
5134
5135         * src/imap.c
5136                 Fix recursion when server lists the
5137                 current subfolder in the response
5138         * src/mimeview.c
5139                 Fix updating of icon_list/ctree
5140         * src/plugins/pgpcore/select-keys.c
5141                 Fix a few annoyances when choosing
5142                 keys for the CMS (S/MIME) protocol
5143
5144 2007-01-11 [wwp]        2.7.0cvs7
5145
5146         * src/compose.c
5147         * src/prefs_account.c
5148         * src/prefs_account.h
5149                 Add per-account spellcheck default dictionaries settings.
5150
5151 2007-01-10 [colin]      2.7.0cvs6
5152
5153         * src/prefs_folder_item.c
5154                 Factorize strings - patch by Fabien
5155
5156 2007-01-10 [colin]      2.7.0cvs5
5157
5158         * src/mainwindow.c
5159                 Fix bug 1095, 'Crash while changing folder 
5160                 columns during incorporation'
5161
5162 2007-01-09 [colin]      2.7.0cvs4
5163
5164         * src/gtk/pluginwindow.c
5165                 Set the plugin window transient. Seems
5166                 like some window managers hide it in
5167                 the background after "load plugin"...
5168
5169 2007-01-09 [colin]      2.7.0cvs3
5170
5171         * src/gtk/filesel.c
5172                 Use the same type for alloc and free
5173
5174 2007-01-08 [paul]       2.7.0cvs2
5175
5176         * po/nl.po
5177                 updated by Tim Dijkstra
5178
5179 2007-01-08 [paul]       2.7.0cvs1
5180
5181         * src/prefs_themes.c
5182         * src/common/utils.c
5183                 Fix resource leaks
5184
5185 2007-01-08 [paul]       2.7.0
5186
5187         * NEWS
5188         * README
5189         * RELEASE_NOTES
5190                 2.7.0 released
5191
5192 2007-01-08 [paul]       2.6.1cvs119
5193
5194         * doc/man/claws-mail.1
5195                 another correction
5196
5197 2007-01-08 [paul]       2.6.1cvs118
5198
5199         * doc/man/claws-mail.1
5200                 corrections
5201         * manual/advanced.xml
5202                 improved English usage
5203
5204 2007-01-08 [paul]       2.6.1cvs117
5205
5206         * po/ca.po
5207         * po/de.po
5208         * po/en_GB.po
5209         * po/fi.po
5210         * po/it.po
5211         * po/pt_BR.po
5212         * po/sk.po
5213         * po/sr.po
5214         * po/zh_CN.po
5215                 updated by Miquel Oliete, Stephan Sachse, me,
5216                 Tommi Pirinen, Andrea Spadaccini, Frederico
5217                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5218                 Urosevic, and Ralgh Young
5219
5220 2007-01-07 [mones]      2.6.1cvs116
5221
5222         * manual/es/advanced.xml
5223         * po/es.po
5224                 Synced manual (unhide mark_as_read_delay)
5225                 and updated translation for release
5226
5227 2007-01-07 [paul]       2.6.1cvs115
5228
5229         * src/prefs_matcher.c
5230                 make the hbox content fit better under
5231                 various languages
5232
5233 2007-01-07 [colin]      2.6.1cvs114
5234
5235         * src/messageview.c
5236                 Fix bug 1088, 'Ctrl-h produces repeatable
5237                 crash'
5238
5239 2007-01-06 [colin]      2.6.1cvs113
5240
5241         * src/etpan/imap-thread.c
5242                 Add casts to int to get certs. Fixes
5243                 bug 1064, 'crash @ etpan_certificate_check() 
5244                 when opening an IMAP folder', with latest
5245                 libetpan CVS or >= 0.49
5246         * src/mainwindow.c
5247         * src/mainwindow.h
5248         * src/imap_gtk.c
5249         * src/news_gtk.c
5250         * src/prefs_folder_item.c
5251                 Grey out the "synchronise" menu items if
5252                 there's nothing to synchronise.
5253         * src/plugins/pgpcore/sgpgme.c
5254                 Make an error clearer than "Unknown error"
5255
5256 2007-01-06 [colin]      2.6.1cvs112
5257
5258         * src/messageview.c
5259                 Don't try to show a message if updating
5260                 Maybe fixes bug 1088, 'ctrl-h produces
5261                 repeatable crash'.
5262
5263 2007-01-06 [colin]      2.6.1cvs111
5264
5265         * src/summaryview.c
5266                 Disable Control-Space (handle it as Space).
5267
5268 2007-01-05 [paul]       2.6.1cvs110
5269
5270         * src/imap.c
5271                 Fix bug 934, 'sylpheed claws 2.1 
5272                 doesn't show Exchanges Public Folders'
5273                 Thanks to Hoa and Colin
5274         * src/msgcache.c
5275                 Refuse to allocate more than 2 MB for a 
5276                 single field, it's a good indication of
5277                 cache corruption.
5278
5279 2007-01-05 [colin]      2.6.1cvs109
5280
5281         * src/mainwindow.c
5282                 Allow --select'ing emails by Message-ID too
5283
5284 2007-01-05 [colin]      2.6.1cvs108
5285
5286         * src/common/quoted-printable.c
5287                 Uh! Third fix :)
5288
5289 2007-01-05 [colin]      2.6.1cvs107
5290
5291         * src/common/quoted-printable.c
5292                 Fix previous commit about bug 1089
5293                 Thanks to Ralf
5294
5295 2007-01-05 [colin]      2.6.1cvs106
5296
5297         * src/common/quoted-printable.c
5298                 Fix my previous commit on bug 1089
5299                 - Thanks to Ralf :)
5300
5301 2007-01-04 [colin]      2.6.1cvs105
5302
5303         * src/common/quoted-printable.c
5304                 Fix bug 1089, 'NUL characters in Subject 
5305                 line are misinterpreted'. Not a pain to
5306                 fix in fact.
5307
5308 2007-01-04 [colin]      
5309
5310         2.7.0-rc3 released
5311
5312 2007-01-04 [wwp]        2.6.1cvs104
5313
5314         * src/image_viewer.c
5315                 Force operator precedence (fix a compiler warning).
5316
5317 2007-01-04 [colin]      2.6.1cvs103
5318
5319         * src/image_viewer.c
5320                 Be cautious there too (same fix as the one
5321                 in textview from cvs33)
5322         * src/messageview.c
5323                 Don't use any MimeViewer plugin when showing
5324                 all headers
5325
5326 2007-01-03 [wwp]        2.6.1cvs102
5327
5328         * src/html.c
5329         * src/html.h
5330                 fixed "cent" sign (use the existing ASCII one),
5331                 decode more HTML entities,
5332                 converted table ASCII entries to UTF-8,
5333                 moved a switch() into a hashtable.
5334
5335 2007-01-03 [paul]       2.6.1cvs101
5336
5337         * src/compose.c
5338         * src/messageview.c
5339         * src/procmsg.c
5340         * src/procmsg.h
5341                 When possible, use move_msg instead of
5342                 copy_msg + remove_msg to move sent mail
5343                 from Queue to Sent. 
5344
5345 2007-01-03 [paul]       2.6.1cvs100
5346
5347         * src/html.c
5348                 add more html entity recognition:
5349                 pounds, euros, and cents
5350
5351 2007-01-03 [colin]      2.6.1cvs99
5352
5353         * src/imap_gtk.c
5354                 Don't display an error on NOSELECT
5355                 folders when synchronising
5356
5357 2007-01-03 [paul]       2.6.1cvs98
5358
5359         * tools/maildir2claws-mail.pl
5360                 only substitute 'sent-mail' if it's
5361                 the full directory name
5362
5363 2007-01-03 [paul]       2.6.1cvs97
5364
5365         * ChangeLog
5366         * ChangeLog.pre2.0.0
5367         * Makefile.am
5368                 archive a chunk of ChangeLog in
5369                 ChangeLog.pre2.0.0
5370         * ChangeLog.gtk1
5371         * doc/src/ChangeLog.claws-pre0.8.0
5372                 remove ChangeLog.claws-pre0.8.0, adding
5373                 its contents to ChangeLog.gtk1
5374
5375 2007-01-03 [paul]       2.6.1cvs96
5376
5377         * src/account.c
5378         * src/account.h
5379         * src/action.c
5380         * src/action.h
5381         * src/adbookbase.h
5382         * src/addr_compl.c
5383         * src/addr_compl.h
5384         * src/addrbook.c
5385         * src/addrcache.c
5386         * src/addrcache.h
5387         * src/addrcindex.c
5388         * src/addrcindex.h
5389         * src/addrclip.c
5390         * src/addrclip.h
5391         * src/addrdefs.h
5392         * src/addressadd.c
5393         * src/addressadd.h
5394         * src/addressbook.c
5395         * src/addressbook.h
5396         * src/addressbook_foldersel.c
5397         * src/addressbook_foldersel.h
5398         * src/addrgather.c
5399         * src/addrgather.h
5400         * src/addrharvest.c
5401         * src/addrharvest.h
5402         * src/addrindex.c
5403         * src/addrindex.h
5404         * src/addritem.c
5405         * src/addritem.h
5406         * src/addrquery.c
5407         * src/addrquery.h
5408         * src/addrselect.c
5409         * src/addrselect.h
5410         * src/alertpanel.c
5411         * src/alertpanel.h
5412         * src/browseldap.c
5413         * src/browseldap.h
5414         * src/codeconv.c
5415         * src/codeconv.h
5416         * src/compose.c
5417         * src/compose.h
5418         * src/customheader.c
5419         * src/customheader.h
5420         * src/displayheader.c
5421         * src/displayheader.h
5422         * src/editaddress.c
5423         * src/editaddress.h
5424         * src/editbook.c
5425         * src/editbook.h
5426         * src/editgroup.c
5427         * src/editgroup.h
5428         * src/editjpilot.c
5429         * src/editjpilot.h
5430         * src/editldap.c
5431         * src/editldap.h
5432         * src/editldap_basedn.c
5433         * src/editldap_basedn.h
5434         * src/editvcard.c
5435         * src/editvcard.h
5436         * src/exphtmldlg.c
5437         * src/exphtmldlg.h
5438         * src/expldifdlg.c
5439         * src/expldifdlg.h
5440         * src/export.c
5441         * src/export.h
5442         * src/exporthtml.c
5443         * src/exporthtml.h
5444         * src/exportldif.c
5445         * src/exportldif.h
5446         * src/filtering.c
5447         * src/filtering.h
5448         * src/folder.c
5449         * src/folder.h
5450         * src/folder_item_prefs.c
5451         * src/folder_item_prefs.h
5452         * src/foldersel.c
5453         * src/foldersel.h
5454         * src/folderutils.c
5455         * src/folderutils.h
5456         * src/folderview.c
5457         * src/folderview.h
5458         * src/grouplistdialog.c
5459         * src/grouplistdialog.h
5460         * src/headerview.c
5461         * src/html.c
5462         * src/html.h
5463         * src/image_viewer.c
5464         * src/image_viewer.h
5465         * src/imap.c
5466         * src/imap.h
5467         * src/imap_gtk.c
5468         * src/imap_gtk.h
5469         * src/import.c
5470         * src/import.h
5471         * src/importldif.c
5472         * src/importldif.h
5473         * src/importmutt.c
5474         * src/importmutt.h
5475         * src/importpine.c
5476         * src/importpine.h
5477         * src/inc.c
5478         * src/inc.h
5479         * src/jpilot.c
5480         * src/jpilot.h
5481         * src/ldapctrl.c
5482         * src/ldapctrl.h
5483         * src/ldaplocate.c
5484         * src/ldaplocate.h
5485         * src/ldapquery.c
5486         * src/ldapquery.h
5487         * src/ldapserver.c
5488         * src/ldapserver.h
5489         * src/ldaputil.c
5490         * src/ldaputil.h
5491         * src/ldif.c
5492         * src/ldif.h
5493         * src/main.c
5494         * src/main.h
5495         * src/mainwindow.c
5496         * src/mainwindow.h
5497         * src/manual.c
5498         * src/manual.h
5499         * src/mbox.c
5500         * src/message_search.c
5501         * src/message_search.h
5502         * src/messageview.c
5503         * src/messageview.h
5504         * src/mh.c
5505         * src/mh.h
5506         * src/mh_gtk.c
5507         * src/mh_gtk.h
5508         * src/mimeview.c
5509         * src/mimeview.h
5510         * src/msgcache.c
5511         * src/msgcache.h
5512         * src/mutt.c
5513         * src/mutt.h
5514         * src/news.c
5515         * src/news.h
5516         * src/news_gtk.c
5517         * src/news_gtk.h
5518         * src/partial_download.c
5519         * src/partial_download.h
5520         * src/pine.c
5521         * src/pine.h
5522         * src/pop.c
5523         * src/pop.h
5524         * src/prefs_account.c
5525         * src/prefs_account.h
5526         * src/prefs_actions.c
5527         * src/prefs_actions.h
5528         * src/prefs_common.c
5529         * src/prefs_common.h
5530         * src/prefs_compose_writing.c
5531         * src/prefs_compose_writing.h
5532         * src/prefs_customheader.c
5533         * src/prefs_customheader.h
5534         * src/prefs_display_header.c
5535         * src/prefs_display_header.h
5536         * src/prefs_filtering.c
5537         * src/prefs_filtering.h
5538         * src/prefs_filtering_action.c
5539         * src/prefs_filtering_action.h
5540         * src/prefs_folder_column.c
5541         * src/prefs_folder_column.h
5542         * src/prefs_folder_item.c
5543         * src/prefs_folder_item.h
5544         * src/prefs_fonts.c
5545         * src/prefs_fonts.h
5546         * src/prefs_gtk.c
5547         * src/prefs_gtk.h
5548         * src/prefs_image_viewer.c
5549         * src/prefs_image_viewer.h
5550         * src/prefs_matcher.c
5551         * src/prefs_matcher.h
5552         * src/prefs_message.c
5553         * src/prefs_msg_colors.c
5554         * src/prefs_msg_colors.h
5555         * src/prefs_other.c
5556         * src/prefs_quote.c
5557         * src/prefs_receive.c
5558         * src/prefs_send.c
5559         * src/prefs_spelling.c
5560         * src/prefs_spelling.h
5561         * src/prefs_summaries.c
5562         * src/prefs_summaries.h
5563         * src/prefs_summary_column.c
5564         * src/prefs_summary_column.h
5565         * src/prefs_template.c
5566         * src/prefs_template.h
5567         * src/prefs_themes.c
5568         * src/prefs_themes.h
5569         * src/prefs_toolbar.c
5570         * src/prefs_toolbar.h
5571         * src/prefs_wrapping.c
5572         * src/prefs_wrapping.h
5573         * src/privacy.c
5574         * src/privacy.h
5575         * src/procheader.c
5576         * src/procheader.h
5577         * src/procmime.c
5578         * src/procmime.h
5579         * src/procmsg.c
5580         * src/procmsg.h
5581         * src/quote_fmt.c
5582         * src/quote_fmt_parse.y
5583         * src/recv.c
5584         * src/recv.h
5585         * src/remotefolder.c
5586         * src/remotefolder.h
5587         * src/send_message.c
5588         * src/send_message.h
5589         * src/setup.c
5590         * src/setup.h
5591         * src/sourcewindow.c
5592         * src/sourcewindow.h
5593         * src/ssl_manager.c
5594         * src/ssl_manager.h
5595         * src/statusbar.c
5596         * src/statusbar.h
5597         * src/stock_pixmap.c
5598         * src/stock_pixmap.h
5599         * src/summary_search.c
5600         * src/summary_search.h
5601         * src/summaryview.c
5602         * src/summaryview.h
5603         * src/textview.c
5604         * src/textview.h
5605         * src/toolbar.c
5606         * src/toolbar.h
5607         * src/undo.c
5608         * src/undo.h
5609         * src/unmime.c
5610         * src/unmime.h
5611         * src/vcard.c
5612         * src/vcard.h
5613         * src/wizard.c
5614         * src/wizard.h
5615         * src/common/base64.c
5616         * src/common/base64.h
5617         * src/common/defs.h
5618         * src/common/hooks.c
5619         * src/common/hooks.h
5620         * src/common/log.c
5621         * src/common/log.h
5622         * src/common/mgutils.c
5623         * src/common/mgutils.h
5624         * src/common/nntp.c
5625         * src/common/nntp.h
5626         * src/common/passcrypt.c
5627         * src/common/passcrypt.h.in
5628         * src/common/plugin.c
5629         * src/common/plugin.h
5630         * src/common/prefs.c
5631         * src/common/prefs.h
5632         * src/common/progressindicator.c
5633         * src/common/progressindicator.h
5634         * src/common/quoted-printable.c
5635         * src/common/quoted-printable.h
5636         * src/common/session.c
5637         * src/common/session.h
5638         * src/common/smtp.c
5639         * src/common/smtp.h
5640         * src/common/socket.c
5641         * src/common/socket.h
5642         * src/common/ssl.c
5643         * src/common/ssl.h
5644         * src/common/ssl_certificate.c
5645         * src/common/ssl_certificate.h
5646         * src/common/stringtable.c
5647         * src/common/stringtable.h
5648         * src/common/template.c
5649         * src/common/template.h
5650         * src/common/timing.h
5651         * src/common/utils.c
5652         * src/common/utils.h
5653         * src/common/version.h.in
5654         * src/common/xml.c
5655         * src/common/xml.h
5656         * src/common/xmlprops.c
5657         * src/common/xmlprops.h
5658         * src/gtk/about.c
5659         * src/gtk/colorlabel.c
5660         * src/gtk/colorsel.c
5661         * src/gtk/colorsel.h
5662         * src/gtk/combobox.c
5663         * src/gtk/combobox.h
5664         * src/gtk/description_window.c
5665         * src/gtk/description_window.h
5666         * src/gtk/filesel.c
5667         * src/gtk/filesel.h
5668         * src/gtk/foldersort.c
5669         * src/gtk/foldersort.h
5670         * src/gtk/gtksctree.c
5671         * src/gtk/gtkutils.c
5672         * src/gtk/gtkutils.h
5673         * src/gtk/inputdialog.c
5674         * src/gtk/inputdialog.h
5675         * src/gtk/logwindow.c
5676         * src/gtk/logwindow.h
5677         * src/gtk/manage_window.c
5678         * src/gtk/manage_window.h
5679         * src/gtk/menu.c
5680         * src/gtk/menu.h
5681         * src/gtk/pluginwindow.c
5682         * src/gtk/pluginwindow.h
5683         * src/gtk/prefswindow.c
5684         * src/gtk/prefswindow.h
5685         * src/gtk/progressdialog.c
5686         * src/gtk/progressdialog.h
5687         * src/gtk/sslcertwindow.c
5688         * src/gtk/sslcertwindow.h
5689         * src/plugins/bogofilter/bogofilter.c
5690         * src/plugins/bogofilter/bogofilter.h
5691         * src/plugins/bogofilter/bogofilter_gtk.c
5692         * src/plugins/clamav/clamav_plugin.c
5693         * src/plugins/clamav/clamav_plugin.h
5694         * src/plugins/clamav/clamav_plugin_gtk.c
5695         * src/plugins/demo/demo.c
5696         * src/plugins/dillo_viewer/dillo_prefs.c
5697         * src/plugins/dillo_viewer/dillo_prefs.h
5698         * src/plugins/dillo_viewer/dillo_viewer.c
5699         * src/plugins/pgpcore/passphrase.c
5700         * src/plugins/pgpcore/passphrase.h
5701         * src/plugins/pgpcore/pgp_viewer.c
5702         * src/plugins/pgpcore/pgp_viewer.h
5703         * src/plugins/pgpcore/plugin.c
5704         * src/plugins/pgpcore/select-keys.c
5705         * src/plugins/pgpcore/select-keys.h
5706         * src/plugins/pgpcore/sgpgme.c
5707         * src/plugins/pgpcore/sgpgme.h
5708         * src/plugins/pgpinline/pgpinline.c
5709         * src/plugins/pgpinline/pgpinline.h
5710         * src/plugins/pgpinline/plugin.c
5711         * src/plugins/pgpmime/pgpmime.c
5712         * src/plugins/pgpmime/pgpmime.h
5713         * src/plugins/pgpmime/plugin.c
5714         * src/plugins/spamassassin/spamassassin.c
5715         * src/plugins/spamassassin/spamassassin.h
5716         * src/plugins/spamassassin/spamassassin_gtk.c
5717         * src/plugins/trayicon/trayicon.c
5718                 it's 2007, update the year in the copyright headers
5719
5720 2007-01-03 [paul]       2.6.1cvs95
5721
5722         * src/gtk/about.c
5723                 it is 2007, use it in the copyright string
5724
5725 2007-01-03 [paul]       2.6.1cvs94
5726
5727         * src/html.c
5728                 html entity conversion:
5729                 move &#153; to a more suitable place
5730                 add &bull; and &ndash;
5731                 make sure &mdash; and &#8212; are both
5732                 converted the same
5733
5734 2007-01-02 [colin]      2.6.1cvs93
5735
5736         * src/addrbook.c
5737                 Fix leak
5738         * src/common/plugin.c
5739                 Add comment
5740         * src/etpan/imap-thread.c
5741                 Fix warning
5742
5743 2006-12-31 [paul]       2.6.1cvs92
5744
5745         * src/prefs_summaries.c
5746                 use gtk_button_new_from_stock()
5747
5748 2006-12-30 [colin]      2.6.1cvs91
5749
5750         * src/folder.c
5751         * src/imap_gtk.c
5752         * src/mh_gtk.c
5753                 Don't update filtering and account paths 
5754                 when copying folders
5755
5756 2006-12-30 [colin]      2.6.1cvs90
5757
5758         * src/prefs_compose_writing.c
5759         * src/prefs_quote.c
5760         * src/prefs_template.c
5761                 Use message font for Writing and 
5762                 Quoting prefs, as well as Templates.
5763
5764 2006-12-30 [colin]      2.6.1cvs89
5765
5766         * src/prefs_summaries.c
5767                 Rework GUI; patch by Pawel
5768
5769 2006-12-29 [colin]      2.6.1cvs88
5770
5771         * src/prefs_folder_item.c
5772                 Fix bug 1085, 'Apply to subfolder 
5773                 doesn't work' - I was mistaken saying
5774                 it worked in every case
5775
5776 2006-12-28 [colin]      2.6.1cvs87
5777
5778         * src/gtk/gtkaspell.c
5779                 Don't assert if use_alternate is true
5780                 and alt_dictionary isn't set -- this 
5781                 is what happens on upgrade! Rather,
5782                 do with it.
5783
5784 2006-12-28 [colin]      2.6.1cvs86
5785
5786         * Makefile.am
5787                 Fix desktop/icon simplification
5788
5789 2006-12-28 [colin]      2.6.1cvs85
5790
5791         * Makefile.am
5792                 Make desktop and icon not 
5793                 dependant on the desktop
5794
5795 2006-12-28 [wwp]        2.6.1cvs84
5796
5797         * src/plugins/pgpmime/claws.def
5798                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5799
5800 2006-12-28 [wwp]        2.6.1cvs83
5801
5802         * src/prefs_folder_item.c
5803                 Fix coloring of "simplify subject regexp" (folder prefs),
5804                 which might be left to red whereas the regexp gets empty.
5805
5806 2006-12-28 [wwp]        2.6.1cvs82
5807
5808         * src/prefs_common.c
5809         * src/prefs_common.h
5810         * src/addressbook.c
5811         * src/addressitem.h
5812                 Save addressbook mainwindow's horizontal and vertical splitter position.
5813
5814 2006-12-27 [wwp]        2.6.1cvs81
5815
5816         * src/gtk/gtkaspell.c
5817         * src/gtk/gtkaspell.h
5818         * src/compose.c
5819                 Fix assignment of compose's default and alternate dictionary from
5820                 account or folder settings. Now gtkaspell_change_dict does rotate
5821                 dicts only when it's called from a menu cb.
5822
5823 2006-12-27 [wwp]        2.6.1cvs80
5824
5825         * src/folder_item_prefs.c
5826                 Fix randomly initialized default-alt-dictionary (folder prefs),
5827                 complete 2.6.1cvs72.
5828
5829 2006-12-27 [paul]       2.6.1cvs79
5830
5831         * src/imap_gtk.c
5832         * src/mh_gtk.c
5833                 Add Copy folder in the folder's contextual
5834                 menu
5835
5836 2006-12-27 [wwp]        2.6.1cvs78
5837
5838         * src/imap.c
5839                 Clean up session locking, thanks to Colin.
5840
5841 2006-12-26 [colin]      2.6.1cvs77
5842
5843         * src/statusbar.c
5844                 Revert previous patch
5845
5846 2006-12-26 [colin]      2.6.1cvs76
5847
5848         * src/folder.c
5849         * src/folderview.c
5850         * src/imap.c
5851         * src/statusbar.c
5852         * src/etpan/imap-thread.c
5853                 Fix previous commit warnings
5854                 Make statusbar update every second if total < 20
5855                 Make IMAP APPEND faster by simplifying log              
5856
5857 2006-12-26 [colin]      2.6.1cvs75
5858
5859         * src/folder.c
5860         * src/folder.h
5861         * src/folderview.c
5862         * src/folderview.h
5863         * src/imap_gtk.c
5864         * src/mh_gtk.c
5865                 Make it possible to copy folders accross
5866                 mailboxes (this was an arbitrary limitation).
5867                 Still make it impossible to move folders 
5868                 accross mailboxes.
5869
5870 2006-12-26 [colin]      2.6.1cvs74
5871
5872         * src/etpan/imap-thread.c
5873                 Fix bug 1081, 'claws-mail 
5874                 segfaults when going offline 
5875                 while it transfers mails via 
5876                 imap'
5877
5878 2006-12-26 [colin]      2.6.1cvs73
5879
5880         * src/folder_item_prefs.c
5881                 Don't forget alt dictionary when
5882                 renaming/moving folders
5883
5884 2006-12-26 [wwp]        2.6.1cvs72
5885
5886         * src/folder_item_prefs.c
5887                 Add missing defaults for per-folder alt dict
5888                 (forgotten in 2.6.1cvs61).
5889
5890 2006-12-26 [colin]      2.6.1cvs71
5891
5892         * src/wizard.c
5893                 Add tooltip to state that specifying
5894                 full path to mailbox is possible
5895
5896 2006-12-26 [wwp]        2.6.1cvs70
5897
5898         * src/partial_download.c
5899         * src/gtk/gtkvscrollbutton.c
5900         * src/plugins/pgpinline/plugin.c
5901                 Fix for few compiler warnings that matter.
5902
5903 2006-12-25 [colin]      2.6.1cvs69
5904
5905         * src/partial_download.c
5906                 Fix marking for download or deletion
5907                 when the header isn't the first
5908         * src/gtk/logwindow.c
5909                 Fix start of scrolling
5910
5911 2006-12-23 [paul]       2.6.1cvs68
5912
5913         * src/compose.c
5914                 change last commit to use the 'academic'
5915                 method instead. Thanks to wwp
5916
5917 2006-12-23 [paul]       2.6.1cvs67
5918
5919         * src/compose.c
5920                 don't warn about empty subject when
5921                 redirecting
5922
5923 2006-12-22 [colin]      2.6.1cvs66
5924
5925         * src/summary_search.c
5926                 Fix previous patch
5927
5928 2006-12-22 [colin]      2.6.1cvs65
5929
5930         * src/gtk/gtkutils.c
5931         * src/imap.c
5932         * src/jpilot.c
5933         * src/summary_search.c
5934                 A few warning fixes
5935
5936 2006-12-23 [paul]       
5937
5938         2.7.0-rc2 released
5939
5940 2006-12-22 [colin]      2.6.1cvs64
5941
5942         * src/toolbar.c
5943         * src/toolbar.h
5944                 Add a combo to the learn spam button
5945         * src/plugins/bogofilter/bogofilter.c
5946         * src/plugins/bogofilter/bogofilter_gtk.c
5947         * src/plugins/bogofilter/bogofilter.h
5948                 Allow to store Unsure mails in a specific
5949                 folder to make better teaching easier
5950
5951 2006-12-21 [wwp]        2.6.1cvs63
5952
5953         * src/compose.c
5954         * src/prefs_common.c
5955         * src/prefs_common.h
5956         * src/prefs_spelling.c
5957         * src/gtk/gtkaspell.c
5958         * src/gtk/gtkaspell.h
5959                 Allow spell-checking using both current and alternate dictionaries
5960                 (thanks to Colin).
5961
5962 2006-12-21 [wwp]        2.6.1cvs62
5963
5964         * src/gtk/gtkaspell.c
5965                 Apply recheck_when_changing_dict (highlight all mispelled words)
5966                 when switching to alternate dictionary.
5967
5968 2006-12-21 [wwp]        2.6.1cvs61
5969
5970         * src/compose.c
5971         * src/folder_item_prefs.h
5972         * src/prefs_common.c
5973         * src/prefs_common.h
5974         * src/prefs_folder_item.c
5975         * src/prefs_spelling.c
5976         * src/gtk/gtkaspell.c
5977         * src/gtk/gtkaspell.h
5978                 Add global and per-folder prefs to set the default
5979                 alternate dictionary.
5980
5981 2006-12-21 [colin]      2.6.1cvs60
5982
5983         * src/folder.c
5984                 Look for folders by path in all folders
5985         * src/html.c
5986                 add &mdash;
5987
5988 2006-12-20 [colin]      2.6.1cvs59
5989
5990         * src/gtk/quicksearch.c
5991                 Make sure in_typing is false when clearing
5992
5993 2006-12-20 [wwp]        2.6.1cvs58
5994
5995         * configure.ac
5996                 change manual's target dir to be LFH-compliant (thanks to Colin).
5997
5998 2006-12-20 [wwp]        2.6.1cvs57
5999
6000         * src/prefs_common.c
6001         * src/prefs_summaries.c
6002                 i18n fix and factorize patch, thanks to Fabien.
6003
6004 2006-12-20 [paul]       2.6.1cvs56
6005
6006         * configure.ac
6007                 last of the renaming (??)
6008         * src/main.c
6009                 correct --help info of --status-full
6010         * src/plugins/bogofilter/bogofilter.c
6011                 make FALSE default of whitelist_ab
6012
6013 2006-12-19 [colin]      2.6.1cvs55
6014
6015         * src/jpilot.c
6016                 Same as before, without depending on
6017                 pisock >= 0.12
6018
6019 2006-12-19 [colin]      2.6.1cvs54
6020
6021         * src/jpilot.c
6022                 Fix bug 1059, 'Better jpilot charset 
6023                 handling'. Use libpisync's charset conversion
6024                 if possible
6025
6026 2006-12-19 [colin]      2.6.1cvs53
6027
6028         * po/fr.po
6029                 Updated by Fabien
6030
6031 2006-12-19 [wwp]        2.6.1cvs52
6032
6033         * src/gtk/about.c
6034                 Add missing #include (thanks to Colin).
6035
6036 2006-12-19 [wwp]        2.6.1cvs51
6037
6038         * src/prefs_receive.c
6039                 Better spacing between widgets in prefs.
6040
6041 2006-12-18 [colin]      2.6.1cvs50
6042
6043         * src/imap.c
6044                 Fix failure to get separator on LIST "" ""
6045                 Try LIST "" "INBOX" too.
6046
6047 2006-12-18 [wwp]        2.6.1cvs49
6048
6049         * src/common/session.c
6050                 Fix a compiler warning (thanks to Fabien).
6051
6052 2006-12-18 [wwp]        2.6.1cvs48
6053
6054         * src/compose.c
6055         * src/prefs_quote.c
6056                 Factorize some strings for translation (it's about error
6057                 messages when applying or checking template/quote format).
6058
6059 2006-12-18 [colin]      2.6.1cvs47
6060
6061         * Makefile.am
6062         * src/common/defs.h
6063         * src/gtk/Makefile.am
6064         * src/gtk/about.c
6065                 Add a Release notes tab from the contents of
6066                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6067
6068 2006-12-17 [colin]      2.6.1cvs46
6069
6070         * src/mimeview.c
6071         * src/textview.c
6072         * src/gtk/filesel.c
6073                 Correctly convert from/to UTF8/filename encoding
6074                 when loading and saving files. Probably fixes
6075                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6076                 for a file to attach and is blocked...'
6077
6078 2006-12-17 [colin]      2.6.1cvs45
6079
6080         * src/gtk/logwindow.c
6081                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6082                 IMAP folder and is blocked on main thread': 
6083                 make sure we put utf8 in the log.
6084
6085 2006-12-16 [colin]      2.6.1cvs44
6086
6087         * src/toolbar.c
6088         * src/toolbar.h
6089                 Fix bug 1055, 'Add the 'cancel receive' 
6090                 in the available events for the toolbar buttons'
6091
6092 2006-12-16 [colin]      2.6.1cvs43
6093
6094         * po/POTFILES.in
6095         * src/imap.c
6096         * src/common/nntp.c
6097         * src/common/session.c
6098                 Log error when SSL handshakes fail. 
6099                 Fixes bug 1082, 'incorrect / imprecise 
6100                 error message when imap server provides 
6101                 ssl only through STARTTLS but SSL is 
6102                 selected'
6103
6104 2006-12-15 [wwp]        2.6.1cvs42
6105
6106         * src/plugins/bogofilter/bogofilter_gtk.c
6107                 set proper sensitivity to widgets I've recently added.
6108
6109 2006-12-15 [colin]      
6110
6111         2.7.0-rc1 released
6112
6113 2006-12-15 [wwp]        2.6.1cvs41
6114
6115         * src/plugins/bogofilter/bogofilter.c
6116         * src/plugins/bogofilter/bogofilter.h
6117         * src/plugins/bogofilter/bogofilter_gtk.c
6118                 bogofilter's whitelist can now use a subset of
6119                 the addressbook (either a book, a subfolder of a book,
6120                 or the whole addressbook by using "Any"). Re-used there
6121                 some pref_matcher widgets and mechanisms to match a subset
6122                 of the addressbook.
6123
6124 2006-12-15 [wwp]        2.6.1cvs40
6125
6126         * src/wizard.c
6127         * src/common/plugin.c
6128         * src/common/plugin.h
6129         * src/gtk/about.c
6130         * src/plugins/bogofilter/bogofilter.c
6131         * src/plugins/clamav/clamav_plugin.c
6132         * src/plugins/demo/demo.c
6133         * src/plugins/dillo_viewer/dillo_viewer.c
6134         * src/plugins/pgpcore/plugin.c
6135         * src/plugins/pgpinline/plugin.c
6136         * src/plugins/pgpmime/plugin.c
6137         * src/plugins/spamassassin/spamassassin.c
6138         * src/plugins/trayicon/trayicon.c
6139                 factorize some translatable strings (plugins-related),
6140                 fix missing punctuation in several places,
6141                 remove useless translatable \n in about.c,
6142                 and factorize plugin init code w/ a new function
6143                 check_plugin_version() in common/plugin.c.
6144                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6145
6146 2006-12-15 [wwp]        2.6.1cvs39
6147
6148         * src/plugins/bogofilter/bogofilter.c
6149         * src/plugins/bogofilter/bogofilter_gtk.c
6150                 flag whitelisted spams as spam, but don't filter it to the spam
6151                 folder. Thanks to Colin.
6152
6153 2006-12-15 [ticho]      2.6.1cvs38
6154
6155         * src/plugins/bogofilter/bogofilter.c
6156         * src/plugins/bogofilter/bogofilter.h
6157         * src/plugins/bogofilter/bogofilter_gtk.c
6158                 Add option to whitelist senders found in addressbook. Patch by colin.
6159
6160 2006-12-15 [paul]       2.6.1cvs37
6161
6162         * src/folderview.c
6163                 add missing #include "log.h"
6164
6165 2006-12-15 [paul]       2.6.1cvs36
6166
6167         * src/plugins/bogofilter/bogofilter.c
6168         * src/plugins/bogofilter/bogofilter.h
6169         * src/plugins/bogofilter/bogofilter_gtk.c
6170                 Add an option to allow inserting an
6171                 X-Claws-Bogosity header (on MH folders
6172                 only). Patch by Colin
6173
6174 2006-12-14 [colin]      2.6.1cvs35
6175
6176         * src/main.c
6177                 "Yes" should be the default choice for
6178                 migration configuration
6179
6180 2006-12-14 [paul]       2.6.1cvs34
6181
6182         * src/prefs_summaries.c
6183         * manual/advanced.xml
6184                 Unhide mark_as_read_delay
6185
6186 2006-12-14 [paul]       2.6.1cvs33
6187
6188         * src/messageview.c
6189         * src/messageview.h
6190         * src/mimeview.c
6191         * src/mimeview.h
6192         * src/summaryview.c
6193         * src/textview.c
6194         * src/textview.h
6195                 Fix printing of selection
6196                 Fix printing of message parts
6197                 Fix printing of images
6198         * src/gtk/gtksourceprintjob.c
6199                 Fix page count when there are images
6200
6201 2006-12-14 [wwp]        2.6.1cvs32
6202
6203         * src/mainwindow.c
6204         * src/summaryview.c
6205         * src/summaryview.h
6206         * src/gtk/quicksearch.c
6207                 fix quicksearch 'magnify' button status when QS is closed
6208                 using the Escape key, thanks to Colin.
6209
6210 2006-12-14 [wwp]        2.6.1cvs31
6211
6212         * src/mainwindow.c
6213         * src/summaryview.c
6214         * src/summaryview.h
6215         * src/gtk/quicksearch.c
6216                 fix quicksearch 'magnify' button status when QS is closed
6217                 using the Escape key, thanks to Colin.
6218
6219 2006-12-13 [colin]      2.6.1cvs30
6220
6221         * src/ldapquery.c
6222         * src/ldaputil.c
6223                 Use the binary safe version of ldap_get_values,
6224                 to make sure we manipulate null-terminated 
6225                 strings. Maybe fixes bug 1075, 'claws mail 
6226                 segfault when completing ldap adresses'
6227         * src/syldap.c ** REMOVED **
6228         * src/syldap.h ** REMOVED **
6229                 Remove dead files
6230
6231 2006-12-13 [mones]      2.6.1cvs29
6232
6233         * po/es.po
6234                 Fixed piped strings, fixed click translation
6235
6236 2006-12-13 [paul]       2.6.1cvs28
6237
6238         * src/main.c
6239                 don't translate these strings
6240
6241 2006-12-13 [paul]       2.6.1cvs27
6242
6243         * po/en_GB.po
6244                 updated
6245
6246 2006-12-13 [colin]      2.6.1cvs26
6247
6248         * src/main.c
6249         * src/main.h
6250                 Add claws_is_starting()
6251
6252 2006-12-13 [mones]      2.6.1cvs25
6253
6254         * manual/es/advanced.xml
6255         * po/es.po
6256                 Synced manual and updated translation
6257
6258 2006-12-12 [colin]      2.6.1cvs24
6259
6260         * src/wizard.c
6261                 Add an option to use STARTTLS in the
6262                 welcome wizard. Fixes bug 1080, 
6263                 'Using SSL option in wizard for incoming 
6264                 server does not activate SSL with STARTTLS'
6265
6266 2006-12-12 [colin]      2.6.1cvs23
6267
6268         * src/main.c
6269                 Don't exit when there's an incomplete
6270                 mailbox configured - leaves a chance 
6271                 to fix a failing IMAP account. Exit
6272                 if no mailbox at all is loaded (case
6273                 of missing plugin).
6274                 Completes bug 1077's fix (I was wrong
6275                 in this bug's comment #3).
6276
6277 2006-12-12 [colin]      2.6.1cvs22
6278
6279         * src/gtk/menu.h
6280                 Add another menu data type
6281         * src/prefs_account.c
6282                 Complete the completion of bug 1076
6283                 (doesn't lose the pref on apply)
6284
6285 2006-12-12 [paul]       2.6.1cvs21
6286
6287         * src/prefs_account.c
6288                 complete the fix of bug 1076
6289                 also be more verbose with the text
6290
6291 2006-12-12 [paul]       2.6.1cvs20
6292
6293         * src/gtk/combobox.c
6294                 fix compilation warning
6295
6296 2006-12-11 [colin]      2.6.1cvs19
6297
6298         * src/wizard.c
6299                 Document :port in server entry tooltips
6300
6301 2006-12-11 [colin]      2.6.1cvs18
6302
6303         * src/main.c
6304                 Fix compile
6305
6306 2006-12-11 [colin]      2.6.1cvs17
6307
6308         * src/main.c
6309                 Add failing IMAP as a reason for no
6310                 mailbox
6311
6312 2006-12-11 [colin]      2.6.1cvs16
6313
6314         * src/prefs_account.c
6315                 Check for existence of inbox for local
6316                 accounts too
6317         * src/wizard.c
6318                 Allow setting the port to use for servers
6319                 by using the usual "server.example.com:port"
6320                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6321                 not start when IMAP server is unavailable'
6322
6323 2006-12-11 [colin]      2.6.1cvs15
6324
6325         * src/prefs_account.c
6326                 Prevent use of non-existing default inbox
6327
6328 2006-12-11 [colin]      2.6.1cvs14
6329
6330         * src/prefs_account.c
6331                 Fix sensitivity. Fixes bug 1076, 'privacy 
6332                 options are displayed even when pgp plugin 
6333                 not loaded / available'
6334
6335 2006-12-09 [colin]      2.6.1cvs13
6336
6337         * manual/advanced.xml
6338         * src/prefs_common.c
6339         * src/prefs_common.h
6340         * src/common/ssl_certificate.c
6341                 Add a new hidden preference, 'unsafe_ssl_certs',
6342                 which allows to store multiple certificates per
6343                 server/port. This is disabled by default because
6344                 it's less secure (presenting a new certificate
6345                 instead of a changed one raises less alarms).
6346                 This will cause Claws to ask about an unknown
6347                 certificate for people who have used 2.6.1cvs8
6348                 or greater.
6349
6350 2006-12-09 [colin]      2.6.1cvs12
6351
6352         * src/action.c
6353                 Fix cache updating after action
6354
6355 2006-12-07 [wwp]        2.6.1cvs11
6356
6357         * src/compose.c
6358                 fix email address comparison when replying to all
6359                 (avoid replying to ourselves), thanks to Colin.
6360
6361 2006-12-06 [paul]       2.6.1cvs10
6362
6363         * src/addrharvest.c
6364         * src/editldap.c
6365         * src/expldifdlg.c
6366         * src/news.c
6367         * src/toolbar.c
6368         * src/common/utils.c
6369                 ...and more renaming
6370                 Thanks to Colin
6371
6372 2006-12-06 [paul]       2.6.1cvs9
6373
6374         * src/compose.c
6375         * src/messageview.c
6376         * src/procheader.c
6377         * src/procmime.c
6378         * src/procmsg.c
6379         * src/textview.c
6380                 more renaming
6381                 Thanks to Colin
6382
6383 2006-12-06 [colin]      2.6.1cvs8
6384
6385         * src/ssl_manager.c
6386         * src/common/ssl_certificate.c
6387         * src/common/ssl_certificate.h
6388                 Handle multiple certificates per host/port
6389
6390 2006-12-06 [colin]      2.6.1cvs7
6391
6392         * src/etpan/imap-thread.c
6393                 Fix certificate checking on IMAP
6394
6395 2006-12-06 [colin]      2.6.1cvs6
6396
6397         * src/folderview.c
6398                 Fix bug 1072, 'Claws stops fetching newsgroups 
6399                 from server when newsgroup got deleted': continue
6400                 checking other groups
6401
6402 2006-12-05 [wwp]        2.6.1cvs5
6403
6404         * src/message_search.c
6405         * src/summary_search.c
6406         * src/gtk/combobox.c
6407         * src/gtk/combobox.h
6408         * src/gtk/gtkutils.c
6409         * src/gtk/gtkutils.h
6410                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6411                 behave like w/ old comboboxes (summary and message search only).
6412
6413 2006-12-05 [paul]       2.6.1cvs4
6414
6415         * src/wizard.c
6416                 encode headers
6417                 Thanks to Colin
6418
6419 2006-12-05 [paul]       2.6.1cvs3
6420
6421         * tools/README
6422         * tools/textviewer.pl
6423                 script updated and description added
6424
6425 2006-12-04 [colin]      2.6.1cvs2
6426
6427         * src/compose.c
6428                 Run pre-send hook only when checking
6429                 everything
6430
6431 2006-12-04 [paul]       2.6.1cvs1
6432
6433         * NEWS
6434         * README
6435         * RELEASE_NOTES
6436         * configure.ac
6437         * tools/README
6438                 bump up version number following stable release
6439
6440 2006-12-04 [paul]       2.6.0cvs83
6441
6442         * README
6443                 updates and corrections
6444
6445 2006-12-04 [colin]      2.6.0cvs82
6446
6447         * src/common/utils.c
6448                 Probably fix bug 1066, 'Incorrect mailbox 
6449                 size displayed'
6450
6451 2006-12-04 [colin]      2.6.0cvs81
6452
6453         * src/common/utils.c
6454                 Trim tabs from mailcap file too.
6455
6456 2006-12-02 [paul]       2.6.0cvs80
6457
6458         * src/exphtmldlg.c
6459                 fix broken GUI under certain languages
6460         * src/expldifdlg.c
6461                 put the Cancel button to the right
6462
6463 2006-12-01 [paul]       2.6.0cvs79
6464
6465         * tools/Makefile.am
6466                 remove reference to removed file
6467
6468 2006-12-01 [wwp]        2.6.0cvs78
6469
6470         * src/addressbook.c
6471         * src/editaddress.c
6472                 remove forgotten debug statements.
6473
6474 2006-12-01 [wwp]        2.6.0cvs77
6475
6476         * manual/advanced.xml
6477         * manual/fr/advanced.xml
6478         * src/addressbook.c
6479         * src/addressbook.h
6480         * src/addressitem.h
6481         * src/editaddress.c
6482         * src/editaddress.h
6483         * src/prefs_common.c
6484         * src/prefs_common.h
6485         * src/gtk/gtkutils.c
6486         * src/gtk/gtkutils.h
6487                 add a hidden option to allow embedding the editaddress (edit contact details)
6488                 dialog into the addressbook's window. This doesn't change the default
6489                 behaviour.
6490
6491 2006-12-01 [wwp]        2.6.0cvs76
6492
6493         * src/message_search.c
6494         * src/summary_search.c
6495                 fix more focus issues (don't set focus to combobox's entry widget when
6496                 entry's value changed, if entry widget has focus already).
6497
6498 2006-12-01 [wwp]        2.6.0cvs75
6499
6500         * src/gtk/quicksearch.c
6501                 revert last changes to the quicksearch gtk_combo_box, this needs more
6502                 tuning and testing.
6503
6504 2006-12-01 [paul]       2.6.0cvs74
6505
6506         * tools/kdeservicemenu/README
6507         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6508         * tools/kdeservicemenu/install.sh
6509         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6510         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6511                 simplify this stuff, and in so doing,
6512                 fix it. (possibly re-extend it again at
6513                 a later date)
6514
6515 2006-12-01 [wwp]        2.6.0cvs73
6516
6517         * src/gtk/quicksearch.c
6518                 adapt quicksearch code to use modern gtk_combo_box'es.
6519
6520 2006-12-01 [wwp]        2.6.0cvs72
6521
6522         * src/common/defs.h
6523         * src/prefs_common.c
6524         * src/prefs_common.h
6525         * src/message_search.c
6526         * src/summary_search.c
6527         * src/gtk/combobox.c
6528         * src/gtk/combobox.h
6529                 add history combos to all message and summary search fields.
6530
6531 2006-12-01 [wwp]        2.6.0cvs71
6532
6533         * src/summaryview.c
6534                 As the list may change while the mark as read delay
6535                 runs, we can't rely on the 'row' pointer, which can
6536                 be invalid when the timeout is called. As the mark
6537                 as read is only done if the message is still selected,
6538                 use summaryview->selected instead. Thanks to Colin.
6539
6540 2006-11-30 [paul]       2.6.0cvs70
6541
6542         * src/textview.c
6543                 give emphasis to "Sylpheed-Claws"
6544                 as well as "Claws Mail"
6545
6546 2006-11-30 [colin]      2.6.0cvs69
6547
6548         * src/wizard.c
6549                 Put the SSL checkboxes in the receiving
6550                 and sending server pages.
6551
6552 2006-11-29 [colin]      2.6.0cvs68
6553
6554         * src/gtk/gtkutils.c
6555         * src/gtk/gtkvscrollbutton.c
6556                 Revert some deprecated fixes - they seem to
6557                 deprecate stuff as soon as a new one gets out.
6558                 g_object_ref_sink needed glib-2.10.
6559
6560 2006-11-29 [colin]      2.6.0cvs67
6561
6562         * src/common/utils.c
6563                 Create .mailcap if it doesn't exist
6564
6565 2006-11-29 [colin]      2.6.0cvs66
6566
6567         * src/compose.c
6568                 Followup to cvs60: use original list
6569                 of recipients if replying to a mail
6570                 in Sent Drafts or Queue.
6571
6572 2006-11-27 [paul]       2.6.0cvs65
6573
6574         * src/image_viewer.c
6575                 revert the last change for now (it's broken)
6576
6577 2006-11-27 [paul]       2.6.0cvs64
6578
6579         * Makefile.am
6580         * configure.ac
6581         * m4/aclocal-include.m4
6582         * m4/check-type.m4
6583         * src/Makefile.am
6584         * src/addr_compl.c
6585         * src/compose.c
6586         * src/crash.c
6587         * src/export.c
6588         * src/exporthtml.c
6589         * src/exportldif.c
6590         * src/imap.c
6591         * src/import.c
6592         * src/main.c
6593         * src/main.h
6594         * src/matcher.c
6595         * src/mimeview.c
6596         * src/procmsg.c
6597         * src/textview.c
6598         * src/common/Makefile.am
6599         * src/common/claws.c
6600         * src/common/claws.h
6601         * src/common/ssl.c
6602         * src/common/sylpheed.c
6603         * src/common/sylpheed.h
6604         * src/etpan/Makefile.am
6605         * src/gtk/Makefile.am
6606         * src/gtk/claws-marshal.list
6607         * src/gtk/filesel.c
6608         * src/gtk/gtksctree.c
6609         * src/gtk/quicksearch.c
6610         * src/gtk/sylpheed-marshal.list
6611         * src/plugins/bogofilter/bogofilter.c
6612         * src/plugins/bogofilter/bogofilter_gtk.c
6613         * src/plugins/clamav/clamav_plugin.c
6614         * src/plugins/clamav/clamav_plugin_gtk.c
6615         * src/plugins/demo/demo.c
6616         * src/plugins/dillo_viewer/dillo_viewer.c
6617         * src/plugins/pgpcore/Makefile.am
6618         * src/plugins/pgpcore/claws.def
6619         * src/plugins/pgpcore/pgp_viewer.c
6620         * src/plugins/pgpcore/plugin.c
6621         * src/plugins/pgpcore/sylpheed.def
6622         * src/plugins/pgpinline/Makefile.am
6623         * src/plugins/pgpinline/claws.def
6624         * src/plugins/pgpinline/plugin.c
6625         * src/plugins/pgpinline/sylpheed.def
6626         * src/plugins/pgpmime/Makefile.am
6627         * src/plugins/pgpmime/claws.def
6628         * src/plugins/pgpmime/plugin.c
6629         * src/plugins/pgpmime/sylpheed.def
6630         * src/plugins/spamassassin/spamassassin.c
6631         * src/plugins/spamassassin/spamassassin_gtk.c
6632         * src/plugins/trayicon/trayicon.c
6633                 yet more renaming
6634                 remove deprecated gtk_tooltips_set_delay()
6635
6636 2006-11-26 [paul]       2.6.0cvs63
6637
6638         * src/expldifdlg.c
6639         * src/folderview.c
6640         * src/image_viewer.c
6641         * src/mainwindow.c
6642         * src/gtk/gtkutils.c
6643         * src/gtk/gtkvscrollbutton.c
6644         * src/gtk/prefswindow.c
6645         * src/plugins/pgpcore/prefs_gpg.c
6646                 replace more deprecated GTK+ functions
6647
6648 2006-11-26 [paul]       2.6.0cvs62
6649
6650         * src/addr_compl.c
6651         * src/addressbook.c
6652         * src/browseldap.c
6653                 replace deprecated gtk_idle_... functions
6654
6655 2006-11-26 [paul]       2.6.0cvs61
6656
6657         * src/compose.c
6658         * src/folderview.c
6659         * src/inc.c
6660         * src/summaryview.c
6661         * src/gtk/gtkvscrollbutton.c
6662         * src/gtk/quicksearch.c
6663         * src/plugins/pgpcore/passphrase.c
6664                 replace deprecated gtk_timeout_add and
6665                 gtk_timeout_remove
6666
6667 2006-11-26 [paul]       2.6.0cvs60
6668
6669         * src/compose.c
6670                 fix bug that caused the wrong recipient
6671                 to be selected when replying to a msg
6672                 which is From one of our accounts to
6673                 another of our accounts
6674
6675 2006-11-25 [paul]       2.6.0cvs59
6676
6677         * src/summaryview.c
6678                 don't change the From column title to
6679                 To if the To column is visible
6680
6681 2006-11-24 [paul]       2.6.0cvs58
6682
6683         * src/compose.c
6684                 fix bug 1069, 'Sent mails disappear, BCC
6685                 or locking problem?'
6686
6687 2006-11-21 [wwp]        2.6.0cvs57
6688
6689         * src/compose.c
6690                 fix spelling menu when replying (same as 2.3.1cvs39):
6691                 discrepancy between context menu and top menu when
6692                 folder's dictionary isn't the default one.
6693
6694 2006-11-19 [paul]       2.6.0cvs56
6695
6696         * src/summaryview.c
6697                 obey always_show_msg option when
6698                 marking as spam
6699         * src/plugins/bogofilter/bogofilter.c
6700                 fix typo
6701
6702 2006-11-18 [paul]       2.6.0cvs55
6703
6704         * AUTHORS
6705         * README
6706         * debian/copyright
6707         * manual/ack.xml
6708         * manual/es/ack.xml
6709         * manual/fr/ack.xml
6710         * manual/pl/ack.xml
6711         * src/gtk/authors.h
6712         * src/gtk/icon_legend.c
6713         * src/gtk/icon_legend.h
6714         * tools/OOo2claws-mail.pl
6715         * tools/README
6716         * tools/acroread2claws-mail.pl
6717         * tools/claws.i18n.status.pl
6718         * tools/filter_conv.pl
6719         * tools/filter_conv_new.pl
6720         * tools/freshmeat_search.pl
6721         * tools/google_search.pl
6722         * tools/kmail2claws-mail.pl
6723         * tools/kmail2claws-mail_v2.pl
6724         * tools/maildir2claws-mail.pl
6725         * tools/make.themes.project
6726         * tools/multiwebsearch.pl
6727         * tools/outlook2claws-mail.pl
6728         * tools/tb2claws-mail
6729         * tools/kdeservicemenu/README
6730         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6731                 update mine and wwp's email addresses in
6732                 several places
6733                 Patch by wwp
6734         * src/prefs_compose_writing.c
6735                 set sensitivity on 'new message format' frame
6736
6737 2006-11-17 [paul]       2.6.0cvs54
6738
6739         * src/gtk/about.c
6740                 more reworking of the GUI
6741                 Patch by Fabien Vantard
6742
6743 2006-11-16 [paul]       2.6.0cvs53
6744
6745         * src/gtk/about.c
6746                 set a minimum size for the window, allow
6747                 it to automatically expand as necessary
6748
6749 2006-11-16 [wwp]        2.6.0cvs52
6750
6751         * src/gtk/about.c
6752                 better wrap of copyright info on some systems.
6753
6754 2006-11-16 [paul]       2.6.0cvs51
6755
6756         * src/gtk/about.c
6757                 move the tech info from the upper panel
6758                 to the Info tab
6759                 use a gtk_text_view for the features tab
6760
6761 2006-11-16 [paul]       2.6.0cvs50
6762
6763         * po/Makevars
6764                 update my email address
6765         * src/addressbook.c
6766         * src/compose.c
6767         * src/imap_gtk.c
6768         * src/mh_gtk.c
6769         * src/news_gtk.c
6770         * src/summaryview.c
6771         * src/plugins/trayicon/trayicon.c
6772                 don't offer simple menu separators
6773                 for translation
6774         * src/folderview.c
6775                 add separator between 'mark all read'
6776                 and 'search folder'
6777
6778 2006-11-15 [wwp]        2.6.0cvs49
6779
6780         * src/gtk/authors.h
6781                 updated manuals authors.
6782
6783 2006-11-14 [paul]       2.6.0cvs48
6784
6785         * src/compose.c
6786                 Fix Options/Reply mode after draft save
6787
6788 2006-11-14 [paul]       2.6.0cvs47
6789
6790         * src/Makefile.am
6791                 Fix make DESTDIR=...
6792         * src/mbox.c
6793                 Optimise speed
6794         * src/plugins/pgpinline/pgpinline.c
6795                 Probably fix bug 1061
6796
6797 2006-11-14 [paul]       2.6.0cvs46
6798
6799         * po/Makevars
6800                 enable Q_ macro
6801         * src/Makefile.am
6802         * src/stock_pixmap.c
6803         * src/stock_pixmap.h
6804         * src/gtk/about.c
6805         * src/pixmaps/active.xpm
6806         * src/pixmaps/inactive.xpm
6807                 add a new page, 'Features', to the About dialog
6808                 showing which features are compiled in and which
6809                 are not
6810
6811 2006-11-14 [paul]       2.6.0cvs45
6812
6813         * po/ru.po
6814                 updated by Pavlo Bohmat
6815
6816 2006-11-14 [colin]      2.6.0cvs44
6817
6818         * src/compose.c
6819         * src/inc.c
6820         * src/messageview.c
6821         * src/news.c
6822         * src/pop.c
6823         * src/procmsg.c
6824         * src/gtk/gtkaspell.c
6825                 Fix 64-bit-related warnings
6826         * src/ssl_manager.c
6827                 Fix possible infinite loop
6828         * src/plugins/pgpcore/sgpgme.c
6829                 Remove useless check
6830
6831 2006-11-13 [colin]      2.6.0cvs43
6832
6833         * src/gtk/Makefile.am
6834                 authors.h isn't generated
6835
6836 2006-11-13 [colin]      2.6.0cvs42
6837
6838         * src/plugins/pgpinline/pgpinline.c
6839         * src/plugins/pgpmime/pgpmime.c
6840                 Very probably fix bug 1061, 'crash on 
6841                 opening signed email'. Another cast
6842                 problem
6843
6844 2006-11-13 [colin]      2.6.0cvs41
6845
6846         * src/plugins/pgpcore/sgpgme.c
6847                 Maybe fix bug 1061, 'crash on opening 
6848                 signed email'
6849
6850 2006-11-13 [wwp]        2.6.0cvs40
6851
6852         * src/plugins/pgpinline/pgpinline.c
6853                 fix candidate for bug #1057, thanks to Colin.
6854
6855 2006-11-13 [wwp]        2.6.0cvs39
6856
6857         * src/compose.c
6858         * src/quote_fmt_parse.y
6859                 fix bug 1052: current parser buffer was not always 
6860                 allocated, ptr to this buffer could be returned as 
6861                 NULL whereas no parser error has occurred. in 
6862                 consequence, defining a template body as "%d" 
6863                 (w/o the quotes) for the first time of the instance 
6864                 of claws-mail, was reporting a parser error. make 
6865                 sure that the buffer is always allocated, even to 
6866                 an empty string.
6867                 fix mis-unescaping in compose.:compose_quote_fmt(): 
6868                 unescaping of the fmt string was always done 
6869                 whereas it must be done *only* when receiving 
6870                 quote format strings issued from the prefs 
6871                 (compose new message, reply, forward, redirect 
6872                 formats), *not* when applying templates.  in 
6873                 consequences, applying templates w/ sequences 
6874                 like \\|p{echo} were failing. make sure that 
6875                 unescaping is done only when necessary.
6876
6877 2006-11-12 [colin]      2.6.0cvs38
6878
6879         * po/de.po
6880                 Fix typo (s/KB/MB)
6881
6882 2006-11-12 [colin]      2.6.0cvs37
6883
6884         * src/plugins/pgpinline/pgpinline.c
6885         * src/plugins/pgpmime/pgpmime.c
6886                 Release GPG context at the latest 
6887                 possible moment. Maybe fixes 
6888                 bug 1057, 'crash on sending signed 
6889                 message to a newsgroup'
6890                 
6891
6892 2006-11-12 [colin]      2.6.0cvs36
6893
6894         * src/plugins/pgpcore/sgpgme.c
6895                 Tell a bit more when gpg's status doesn't
6896                 contain any signature
6897
6898 2006-11-12 [colin]      2.6.0cvs35
6899
6900         * src/compose.c
6901                 Fix bug 1060, 'compilation error with 
6902                 Irix's cc'
6903
6904 2006-11-12 [paul]       2.6.0cvs34
6905
6906         * doc/man/claws-mail.1
6907         * src/prefs_gtk.c
6908         * src/plugins/clamav/README
6909         * src/plugins/spamassassin/README
6910         * tools/README
6911         * tools/freshmeat_search.pl
6912         * tools/google_search.pl
6913         * tools/multiwebsearch.pl
6914                 more renaming
6915         * src/plugins/trayicon/trayicon.c
6916                 fix compiliation warning
6917
6918 2006-11-11 [colin]      2.6.0cvs33
6919
6920         * src/folderview.c
6921                 Forbid drag and drop from/to different
6922                 folders of type F_UNKNOWN
6923
6924 2006-11-11 [colin]      2.6.0cvs32
6925
6926         * src/plugins/pgpinline/pgpinline.c
6927                 Fix typo in previous commit:
6928                 - gpgme_new(&ctx);
6929                 + if ((err = gpgme_new(&data->ctx)) ...)
6930
6931 2006-11-11 [colin]      2.6.0cvs31
6932
6933         * src/plugins/pgpinline/pgpinline.c
6934         * src/plugins/pgpmime/pgpmime.c
6935                 Check success after calling gpgme_new
6936                 Maybe fixes bug 1057, 'crash on sending 
6937                 signed message to a newsgroup'
6938
6939 2006-11-11 [colin]      2.6.0cvs30
6940
6941         * src/undo.c
6942                 init undostruct to 0s (from
6943                 valgrind log of bug 1057)
6944
6945 2006-11-10 [colin]      2.6.0cvs29
6946
6947         * src/mainwindow.c
6948                 Set cursor to wait before filtering
6949                 duplicates in all folders
6950         * src/plugins/bogofilter/bogofilter.c
6951         * src/plugins/bogofilter/bogofilter.h
6952         * src/plugins/bogofilter/bogofilter_gtk.c
6953                 Completely thread away the bogofilter
6954                 filtering
6955
6956 2006-11-10 [mones]      2.6.0cvs28
6957
6958         * src/compose.c
6959         * src/compose.h
6960                 added COMPOSE_CHECK_BEFORE_SEND hook
6961
6962 2006-11-10 [paul]       2.6.0cvs27
6963
6964         * src/crash.c
6965                 more renaming
6966                 add libSM to get_compiled_in_features()
6967         * src/main.c
6968                 more renaming
6969
6970 2006-11-10 [colin]      2.6.0cvs26
6971
6972         * src/etpan/imap-thread.c
6973                 Add a reference to libetpan's sasl engine
6974                 so that sasl_done() doesn't get called by
6975                 libetpan, and doesn't break openssl.
6976                 Should fix bug 1053, 'SC fails to reestablish 
6977                 a secure connection'
6978                 Patch by Hoa
6979
6980 2006-11-10 [colin]      2.6.0cvs25
6981
6982         * manual/addrbook.xml
6983         * manual/advanced.xml
6984         * manual/faq.xml
6985         * manual/intro.xml
6986                 Some more renaming
6987
6988 2006-11-09 [colin]      2.6.0cvs24
6989
6990         * src/plugins/bogofilter/bogofilter_gtk.c
6991                 Add comment about annoyance
6992
6993 2006-11-09 [colin]      2.6.0cvs23
6994
6995         * src/plugins/bogofilter/bogofilter.c
6996         * src/plugins/bogofilter/bogofilter_gtk.c
6997                 Prepare things needed to thread bogofilter
6998                 filtering: separate bogo stuff and possible GUI
6999                 stuff. 
7000
7001 2006-11-09 [colin]      2.6.0cvs22
7002
7003         * src/account.c
7004         * src/compose.c
7005                 Search for one of our accounts in Delivered-To
7006                 (helps for auto-account selection when 
7007                  replying/forwarding)
7008         * src/folderview.c
7009         * src/mainwindow.c
7010         * src/mainwindow.h
7011         * src/plugins/trayicon/trayicon.c
7012                 Allow opening a new mail with any account from
7013                 the contextual menu
7014
7015 2006-11-09 [wwp]        2.6.0cvs21
7016
7017         * src/compose.c
7018         * src/prefs_common.c
7019         * src/prefs_common.h
7020         * src/prefs_compose_writing.c
7021                 add a compose new message format (in prefs/compose/writing), it's a
7022                 simple subject+body template to use when opening a new composition
7023                 window. It's similar to the existent reply and forward formats.
7024
7025                 enhanced the template/format % symbols substitution mechanism to
7026                 use current composition window information when % are used in
7027                 the compose new message format or in templates applied to new
7028                 messages (there were useless in that situations before). When
7029                 applied to new messages, %d corresponds to the system time/date.
7030
7031 2006-11-09 [paul]       2.6.0cvs20
7032
7033         * src/gtk/authors.h
7034                 fix last commit
7035
7036 2006-11-09 [paul]       2.6.0cvs19
7037
7038         * src/gtk/authors.h
7039                 keep tje alphabetical order
7040
7041 2006-11-08 [colin]      2.6.0cvs18
7042
7043         * src/etpan/imap-thread.c
7044                 Fix bug 1054, 'Slowness logging big 
7045                 data chunks'
7046
7047 2006-11-08 [paul]       2.6.0cvs17
7048
7049         * tools/Makefile.am
7050                 fix the renaming
7051
7052 2006-11-08 [paul]       2.6.0cvs16
7053
7054         * src/common/defs.h
7055                 update BUGZILLA_URI
7056
7057 2006-11-08 [paul]       2.6.0cvs15
7058
7059         * tools/Makefile.am
7060         * tools/OOo2claws-mail.pl
7061         * tools/OOo2sylpheed.pl
7062         * tools/README
7063         * tools/acroread2claws-mail.pl
7064         * tools/acroread2sylpheed.pl
7065         * tools/kmail2claws-mail.pl
7066         * tools/kmail2claws-mail_v2.pl
7067         * tools/kmail2sylpheed.pl
7068         * tools/kmail2sylpheed_v2.pl
7069         * tools/maildir2claws-mail.pl
7070         * tools/maildir2sylpheed.pl
7071         * tools/nautilus2claws-mail.sh
7072         * tools/nautilus2sylpheed.sh
7073         * tools/outlook2claws-mail.pl
7074         * tools/outlook2sylpheed.pl
7075         * tools/tb2claws-mail
7076         * tools/tb2sylpheed
7077         * tools/tbird2claws.py
7078         * tools/tbird2syl.py
7079         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7080         * tools/kdeservicemenu/install.sh
7081         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7082         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7083         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7084         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7085         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7086                 renamed (removed, added) tools files
7087
7088 2006-11-08 [paul]       2.6.0cvs14
7089
7090         * src/main.c
7091         * src/common/defs.h
7092                 Migrate sylpheedrc to clawsrc, and fix the standard
7093                 plugins path in the process
7094
7095 2006-11-07 [colin]      2.6.0cvs13
7096
7097         * src/Makefile.am
7098                 Symlink sylpheed-claws relative to 
7099                 claws-mail
7100
7101 2006-11-07 [colin]      2.6.0cvs12
7102
7103         * src/compose.c
7104                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7105
7106 2006-11-07 [paul]       2.6.0cvs11
7107
7108         * src/gtk/about.c
7109                 Fix a missed occurence of
7110                 Sylpheed-Claws
7111
7112 2006-11-07 [paul]       2.6.0cvs10
7113
7114         * src/Makefile.am
7115                 Fix symlink installation
7116
7117 2006-11-07 [paul]       2.6.0cvs9
7118
7119         * src/Makefile.am
7120                 Symlink claws-mail to sylpheed-claws
7121         * src/common/utils.c
7122                 Fix migrating symlinks
7123         * src/etpan/imap-thread.c
7124                 check certificate only when there's
7125                 no error
7126
7127 2006-11-07 [paul]       2.6.0cvs8
7128
7129         * Makefile.am
7130                 Fix icon breakages with Gtk, which needs a 
7131                 cache updated to see them.
7132
7133 2006-11-07 [paul]       2.6.0cvs7
7134
7135         * .cvsignore
7136         * AUTHORS
7137         * COPYING
7138         * INSTALL
7139         * Makefile.am
7140         * NEWS
7141         * README
7142         * RELEASE_NOTES
7143         * autogen.sh
7144         * claws-mail-128x128.png
7145         * claws-mail-64x64.png
7146         * claws-mail.ico
7147         * claws-mail.pc.in
7148         * claws-mail.png
7149         * configure.ac
7150         * sylpheed-claws-128x128.png
7151         * sylpheed-claws-64x64.png
7152         * sylpheed-claws.desktop
7153         * sylpheed-claws.ico
7154         * sylpheed-claws.pc.in
7155         * sylpheed-claws.png
7156         * debian/README.Debian
7157         * debian/changelog
7158         * debian/claws-mail.desktop
7159         * debian/claws-mail.menu
7160         * debian/claws-mail.postinst.debhelper
7161         * debian/claws-mail.postrm.debhelper
7162         * debian/control
7163         * debian/copyright
7164         * debian/files
7165         * debian/rules
7166         * debian/sylpheed-claws.desktop
7167         * debian/sylpheed-claws.menu
7168         * debian/sylpheed-claws.postinst.debhelper
7169         * debian/sylpheed-claws.postrm.debhelper
7170         * doc/man/Makefile.am
7171         * doc/man/claws-mail.1
7172         * doc/man/sylpheed-claws.1
7173         * doc/src/ChangeLog.claws-pre0.8.0
7174         * manual/Makefile.am
7175         * manual/account.xml
7176         * manual/ack.xml
7177         * manual/addrbook.xml
7178         * manual/advanced.xml
7179         * manual/claws-mail-manual.xml
7180         * manual/faq.xml
7181         * manual/glossary.xml
7182         * manual/handling.xml
7183         * manual/intro.xml
7184         * manual/keyboard.xml
7185         * manual/plugins.xml
7186         * manual/starting.xml
7187         * manual/sylpheed-claws-manual.xml
7188         * manual/xml2pdf
7189         * manual/dist/.cvsignore
7190         * manual/dist/html/.cvsignore
7191         * manual/dist/html/Makefile.am
7192         * manual/dist/pdf/.cvsignore
7193         * manual/dist/pdf/Makefile.am
7194         * manual/dist/ps/.cvsignore
7195         * manual/dist/ps/Makefile.am
7196         * manual/dist/txt/.cvsignore
7197         * manual/dist/txt/Makefile.am
7198         * manual/es/Makefile.am
7199         * manual/es/advanced.xml
7200         * manual/es/claws-mail-manual.xml
7201         * manual/es/faq.xml
7202         * manual/es/glossary.xml
7203         * manual/es/handling.xml
7204         * manual/es/intro.xml
7205         * manual/es/plugins.xml
7206         * manual/es/sylpheed-claws-manual.xml
7207         * manual/es/dist/.cvsignore
7208         * manual/es/dist/html/.cvsignore
7209         * manual/es/dist/html/Makefile.am
7210         * manual/es/dist/pdf/.cvsignore
7211         * manual/es/dist/pdf/Makefile.am
7212         * manual/es/dist/ps/.cvsignore
7213         * manual/es/dist/ps/Makefile.am
7214         * manual/es/dist/txt/.cvsignore
7215         * manual/es/dist/txt/Makefile.am
7216         * manual/fr/Makefile.am
7217         * manual/fr/account.xml
7218         * manual/fr/ack.xml
7219         * manual/fr/addrbook.xml
7220         * manual/fr/advanced.xml
7221         * manual/fr/claws-mail-manual.xml
7222         * manual/fr/faq.xml
7223         * manual/fr/glossary.xml
7224         * manual/fr/handling.xml
7225         * manual/fr/intro.xml
7226         * manual/fr/keyboard.xml
7227         * manual/fr/plugins.xml
7228         * manual/fr/starting.xml
7229         * manual/fr/sylpheed-claws-manual.xml
7230         * manual/fr/dist/.cvsignore
7231         * manual/fr/dist/html/.cvsignore
7232         * manual/fr/dist/html/Makefile.am
7233         * manual/fr/dist/pdf/.cvsignore
7234         * manual/fr/dist/pdf/Makefile.am
7235         * manual/fr/dist/ps/.cvsignore
7236         * manual/fr/dist/ps/Makefile.am
7237         * manual/fr/dist/txt/.cvsignore
7238         * manual/fr/dist/txt/Makefile.am
7239         * manual/pl/Makefile.am
7240         * manual/pl/account.xml
7241         * manual/pl/ack.xml
7242         * manual/pl/addrbook.xml
7243         * manual/pl/advanced.xml
7244         * manual/pl/claws-mail-manual.xml
7245         * manual/pl/faq.xml
7246         * manual/pl/glossary.xml
7247         * manual/pl/handling.xml
7248         * manual/pl/intro.xml
7249         * manual/pl/keyboard.xml
7250         * manual/pl/plugins.xml
7251         * manual/pl/starting.xml
7252         * manual/pl/sylpheed-claws-manual.xml
7253         * manual/pl/dist/.cvsignore
7254         * manual/pl/dist/html/.cvsignore
7255         * manual/pl/dist/html/Makefile.am
7256         * manual/pl/dist/pdf/.cvsignore
7257         * manual/pl/dist/pdf/Makefile.am
7258         * manual/pl/dist/ps/.cvsignore
7259         * manual/pl/dist/ps/Makefile.am
7260         * manual/pl/dist/txt/.cvsignore
7261         * manual/pl/dist/txt/Makefile.am
7262         * po/.cvsignore
7263         * po/Makevars
7264         * src/.cvsignore
7265         * src/Makefile.am
7266         * src/account.c
7267         * src/account.h
7268         * src/action.c
7269         * src/action.h
7270         * src/adbookbase.h
7271         * src/addr_compl.c
7272         * src/addr_compl.h
7273         * src/addrbook.c
7274         * src/addrcache.c
7275         * src/addrcache.h
7276         * src/addrcindex.c
7277         * src/addrcindex.h
7278         * src/addrclip.c
7279         * src/addrclip.h
7280         * src/addrdefs.h
7281         * src/addressadd.c
7282         * src/addressadd.h
7283         * src/addressbook.c
7284         * src/addressbook.h
7285         * src/addressbook_foldersel.c
7286         * src/addressbook_foldersel.h
7287         * src/addrgather.c
7288         * src/addrgather.h
7289         * src/addrharvest.c
7290         * src/addrharvest.h
7291         * src/addrindex.c
7292         * src/addrindex.h
7293         * src/addritem.c
7294         * src/addritem.h
7295         * src/addrquery.c
7296         * src/addrquery.h
7297         * src/addrselect.c
7298         * src/addrselect.h
7299         * src/alertpanel.c
7300         * src/alertpanel.h
7301         * src/browseldap.c
7302         * src/browseldap.h
7303         * src/codeconv.c
7304         * src/codeconv.h
7305         * src/compose.c
7306         * src/crash.c
7307         * src/crash.h
7308         * src/customheader.c
7309         * src/customheader.h
7310         * src/displayheader.c
7311         * src/displayheader.h
7312         * src/editaddress.c
7313         * src/editaddress.h
7314         * src/editbook.c
7315         * src/editbook.h
7316         * src/editgroup.c
7317         * src/editgroup.h
7318         * src/editjpilot.c
7319         * src/editjpilot.h
7320         * src/editldap.c
7321         * src/editldap.h
7322         * src/editldap_basedn.c
7323         * src/editldap_basedn.h
7324         * src/editvcard.c
7325         * src/editvcard.h
7326         * src/exphtmldlg.c
7327         * src/exphtmldlg.h
7328         * src/expldifdlg.c
7329         * src/expldifdlg.h
7330         * src/export.c
7331         * src/exporthtml.c
7332         * src/exporthtml.h
7333         * src/exportldif.c
7334         * src/exportldif.h
7335         * src/filtering.c
7336         * src/filtering.h
7337         * src/folder.c
7338         * src/folder.h
7339         * src/folder_item_prefs.c
7340         * src/folder_item_prefs.h
7341         * src/foldersel.c
7342         * src/foldersel.h
7343         * src/folderutils.c
7344         * src/folderutils.h
7345         * src/folderview.c
7346         * src/folderview.h
7347         * src/grouplistdialog.c
7348         * src/grouplistdialog.h
7349         * src/html.c
7350         * src/html.h
7351         * src/image_viewer.c
7352         * src/image_viewer.h
7353         * src/imap.c
7354         * src/imap.h
7355         * src/imap_gtk.c
7356         * src/imap_gtk.h
7357         * src/import.c
7358         * src/import.h
7359         * src/importldif.c
7360         * src/importldif.h
7361         * src/importmutt.c
7362         * src/importmutt.h
7363         * src/importpine.c
7364         * src/importpine.h
7365         * src/inc.c
7366         * src/inc.h
7367         * src/jpilot.c
7368         * src/jpilot.h
7369         * src/ldapctrl.c
7370         * src/ldapctrl.h
7371         * src/ldaplocate.c
7372         * src/ldaplocate.h
7373         * src/ldapquery.c
7374         * src/ldapquery.h
7375         * src/ldapserver.c
7376         * src/ldapserver.h
7377         * src/ldaputil.c
7378         * src/ldaputil.h
7379         * src/ldif.c
7380         * src/ldif.h
7381         * src/localfolder.c
7382         * src/localfolder.h
7383         * src/main.c
7384         * src/main.h
7385         * src/mainwindow.c
7386         * src/mainwindow.h
7387         * src/manual.c
7388         * src/manual.h
7389         * src/matcher.c
7390         * src/matcher.h
7391         * src/matcher_parser.h
7392         * src/matcher_parser_lex.l
7393         * src/matcher_parser_parse.y
7394         * src/mbox.c
7395         * src/mbox.h
7396         * src/message_search.c
7397         * src/message_search.h
7398         * src/messageview.c
7399         * src/messageview.h
7400         * src/mh.c
7401         * src/mh.h
7402         * src/mh_gtk.c
7403         * src/mh_gtk.h
7404         * src/mimeview.c
7405         * src/mimeview.h
7406         * src/msgcache.c
7407         * src/msgcache.h
7408         * src/mutt.c
7409         * src/mutt.h
7410         * src/news.c
7411         * src/news.h
7412         * src/news_gtk.c
7413         * src/news_gtk.h
7414         * src/noticeview.c
7415         * src/noticeview.h
7416         * src/partial_download.c
7417         * src/partial_download.h
7418         * src/pine.c
7419         * src/pine.h
7420         * src/pop.c
7421         * src/pop.h
7422         * src/prefs_account.c
7423         * src/prefs_account.h
7424         * src/prefs_actions.c
7425         * src/prefs_actions.h
7426         * src/prefs_common.c
7427         * src/prefs_common.h
7428         * src/prefs_compose_writing.c
7429         * src/prefs_compose_writing.h
7430         * src/prefs_customheader.c
7431         * src/prefs_customheader.h
7432         * src/prefs_display_header.c
7433         * src/prefs_display_header.h
7434         * src/prefs_ext_prog.c
7435         * src/prefs_ext_prog.h
7436         * src/prefs_filtering.c
7437         * src/prefs_folder_column.c
7438         * src/prefs_folder_column.h
7439         * src/prefs_folder_item.c
7440         * src/prefs_folder_item.h
7441         * src/prefs_fonts.c
7442         * src/prefs_fonts.h
7443         * src/prefs_gtk.c
7444         * src/prefs_gtk.h
7445         * src/prefs_image_viewer.c
7446         * src/prefs_image_viewer.h
7447         * src/prefs_matcher.c
7448         * src/prefs_matcher.h
7449         * src/prefs_message.c
7450         * src/prefs_message.h
7451         * src/prefs_msg_colors.c
7452         * src/prefs_msg_colors.h
7453         * src/prefs_other.c
7454         * src/prefs_other.h
7455         * src/prefs_quote.c
7456         * src/prefs_quote.h
7457         * src/prefs_receive.c
7458         * src/prefs_receive.h
7459         * src/prefs_send.c
7460         * src/prefs_send.h
7461         * src/prefs_spelling.c
7462         * src/prefs_spelling.h
7463         * src/prefs_summaries.c
7464         * src/prefs_summaries.h
7465         * src/prefs_summary_column.c
7466         * src/prefs_summary_column.h
7467         * src/prefs_template.c
7468         * src/prefs_template.h
7469         * src/prefs_themes.c
7470         * src/prefs_themes.h
7471         * src/prefs_toolbar.c
7472         * src/prefs_toolbar.h
7473         * src/prefs_wrapping.c
7474         * src/prefs_wrapping.h
7475         * src/privacy.c
7476         * src/privacy.h
7477         * src/procheader.c
7478         * src/procheader.h
7479         * src/procmime.c
7480         * src/procmime.h
7481         * src/procmsg.c
7482         * src/procmsg.h
7483         * src/quote_fmt.c
7484         * src/quote_fmt_parse.y
7485         * src/recv.c
7486         * src/recv.h
7487         * src/remotefolder.c
7488         * src/remotefolder.h
7489         * src/send_message.c
7490         * src/send_message.h
7491         * src/setup.c
7492         * src/setup.h
7493         * src/sourcewindow.c
7494         * src/sourcewindow.h
7495         * src/ssl_manager.c
7496         * src/ssl_manager.h
7497         * src/statusbar.c
7498         * src/statusbar.h
7499         * src/stock_pixmap.c
7500         * src/stock_pixmap.h
7501         * src/summary_search.c
7502         * src/summary_search.h
7503         * src/summaryview.c
7504         * src/summaryview.h
7505         * src/syldap.c
7506         * src/syldap.h
7507         * src/textview.c
7508         * src/textview.h
7509         * src/toolbar.c
7510         * src/toolbar.h
7511         * src/undo.c
7512         * src/undo.h
7513         * src/unmime.c
7514         * src/unmime.h
7515         * src/vcard.c
7516         * src/vcard.h
7517         * src/wizard.c
7518         * src/wizard.h
7519         * src/common/base64.c
7520         * src/common/base64.h
7521         * src/common/defs.h
7522         * src/common/hooks.c
7523         * src/common/hooks.h
7524         * src/common/log.c
7525         * src/common/log.h
7526         * src/common/mgutils.c
7527         * src/common/mgutils.h
7528         * src/common/nntp.c
7529         * src/common/nntp.h
7530         * src/common/passcrypt.c
7531         * src/common/passcrypt.h.in
7532         * src/common/plugin.c
7533         * src/common/plugin.h
7534         * src/common/prefs.c
7535         * src/common/prefs.h
7536         * src/common/progressindicator.c
7537         * src/common/progressindicator.h
7538         * src/common/quoted-printable.c
7539         * src/common/quoted-printable.h
7540         * src/common/session.c
7541         * src/common/session.h
7542         * src/common/smtp.c
7543         * src/common/smtp.h
7544         * src/common/socket.c
7545         * src/common/socket.h
7546         * src/common/ssl.c
7547         * src/common/ssl.h
7548         * src/common/stringtable.c
7549         * src/common/stringtable.h
7550         * src/common/sylpheed.c
7551         * src/common/sylpheed.h
7552         * src/common/template.c
7553         * src/common/template.h
7554         * src/common/timing.h
7555         * src/common/utils.c
7556         * src/common/utils.h
7557         * src/common/version.h.in
7558         * src/common/xml.c
7559         * src/common/xml.h
7560         * src/common/xmlprops.c
7561         * src/common/xmlprops.h
7562         * src/gtk/about.c
7563         * src/gtk/colorlabel.c
7564         * src/gtk/colorlabel.h
7565         * src/gtk/colorsel.c
7566         * src/gtk/colorsel.h
7567         * src/gtk/combobox.c
7568         * src/gtk/combobox.h
7569         * src/gtk/description_window.c
7570         * src/gtk/description_window.h
7571         * src/gtk/filesel.c
7572         * src/gtk/filesel.h
7573         * src/gtk/foldersort.c
7574         * src/gtk/foldersort.h
7575         * src/gtk/gtkaspell.c
7576         * src/gtk/gtkaspell.h
7577         * src/gtk/gtksctree.c
7578         * src/gtk/gtkshruler.c
7579         * src/gtk/gtkshruler.h
7580         * src/gtk/gtkutils.c
7581         * src/gtk/gtkutils.h
7582         * src/gtk/icon_legend.c
7583         * src/gtk/icon_legend.h
7584         * src/gtk/logwindow.c
7585         * src/gtk/logwindow.h
7586         * src/gtk/manage_window.c
7587         * src/gtk/manage_window.h
7588         * src/gtk/pluginwindow.c
7589         * src/gtk/pluginwindow.h
7590         * src/gtk/prefswindow.c
7591         * src/gtk/prefswindow.h
7592         * src/gtk/quicksearch.c
7593         * src/gtk/quicksearch.h
7594         * src/pixmaps/claws-mail.xpm
7595         * src/pixmaps/claws-mail_icon.xpm
7596         * src/pixmaps/claws-mail_logo.xpm
7597         * src/pixmaps/sylpheed-claws.xpm
7598         * src/pixmaps/sylpheed-claws_icon.xpm
7599         * src/pixmaps/sylpheed-claws_logo.xpm
7600         * src/plugins/bogofilter/Makefile.am
7601         * src/plugins/bogofilter/bogofilter.c
7602         * src/plugins/bogofilter/bogofilter.h
7603         * src/plugins/bogofilter/bogofilter_gtk.c
7604         * src/plugins/clamav/Makefile.am
7605         * src/plugins/clamav/clamav_plugin.c
7606         * src/plugins/clamav/clamav_plugin.h
7607         * src/plugins/clamav/clamav_plugin_gtk.c
7608         * src/plugins/demo/Makefile.am
7609         * src/plugins/demo/demo.c
7610         * src/plugins/dillo_viewer/Makefile.am
7611         * src/plugins/dillo_viewer/README
7612         * src/plugins/dillo_viewer/dillo_prefs.c
7613         * src/plugins/dillo_viewer/dillo_prefs.h
7614         * src/plugins/dillo_viewer/dillo_viewer.c
7615         * src/plugins/pgpcore/Makefile.am
7616         * src/plugins/pgpcore/passphrase.c
7617         * src/plugins/pgpcore/passphrase.h
7618         * src/plugins/pgpcore/pgp_viewer.c
7619         * src/plugins/pgpcore/pgp_viewer.h
7620         * src/plugins/pgpcore/plugin.c
7621         * src/plugins/pgpcore/prefs_gpg.c
7622         * src/plugins/pgpcore/prefs_gpg.h
7623         * src/plugins/pgpcore/select-keys.c
7624         * src/plugins/pgpcore/select-keys.h
7625         * src/plugins/pgpcore/sgpgme.c
7626         * src/plugins/pgpcore/sgpgme.h
7627         * src/plugins/pgpcore/sylpheed.def
7628         * src/plugins/pgpcore/version.rc
7629         * src/plugins/pgpinline/Makefile.am
7630         * src/plugins/pgpinline/pgpinline.c
7631         * src/plugins/pgpinline/pgpinline.h
7632         * src/plugins/pgpinline/plugin.c
7633         * src/plugins/pgpinline/sylpheed.def
7634         * src/plugins/pgpinline/version.rc
7635         * src/plugins/pgpmime/Makefile.am
7636         * src/plugins/pgpmime/pgpmime.c
7637         * src/plugins/pgpmime/pgpmime.h
7638         * src/plugins/pgpmime/plugin.c
7639         * src/plugins/pgpmime/sylpheed.def
7640         * src/plugins/pgpmime/version.rc
7641         * src/plugins/spamassassin/Makefile.am
7642         * src/plugins/spamassassin/README
7643         * src/plugins/spamassassin/spamassassin.c
7644         * src/plugins/spamassassin/spamassassin.h
7645         * src/plugins/spamassassin/spamassassin_gtk.c
7646         * src/plugins/trayicon/Makefile.am
7647         * src/plugins/trayicon/trayicon.c
7648         * tools/OOo2sylpheed.pl
7649         * tools/README
7650         * tools/README.sylprint
7651         * tools/acroread2sylpheed.pl
7652         * tools/claws.i18n.status.pl
7653         * tools/filter_conv.pl
7654         * tools/filter_conv_new.pl
7655         * tools/freshmeat_search.pl
7656         * tools/google_search.pl
7657         * tools/kmail2sylpheed.pl
7658         * tools/kmail2sylpheed_v2.pl
7659         * tools/make.themes.project
7660         * tools/multiwebsearch.pl
7661         * tools/nautilus2sylpheed.sh
7662         * tools/outlook2sylpheed.pl
7663         * tools/sylprint.pl
7664         * tools/sylprint.rc
7665         * tools/tb2sylpheed
7666         * tools/textviewer.sh
7667         * tools/vcard2xml.py
7668         * tools/kdeservicemenu/README
7669         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7670         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7671         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7672                 Change name to Claws Mail. Announce to follow...
7673
7674 2006-11-06 [wwp]        2.6.0cvs6
7675
7676         * src/prefs_template.c
7677                 unify messages related to quote format/template errors (fix
7678                 capitalization), again.
7679
7680 2006-11-06 [wwp]        2.6.0cvs5
7681
7682         * src/prefs_quote.c
7683                 unify messages related to quote format/template errors.
7684
7685 2006-11-06 [wwp]        2.6.0cvs4
7686
7687         * src/prefs_msg_colors.c
7688                 more uses of Q_ macro for contextual translations, thanks
7689                 to Fabien (fzzzzz).
7690
7691 2006-11-06 [wwp]        2.6.0cvs3
7692
7693         * src/compose.c
7694         * src/common/utils.c
7695         * src/common/utils.h
7696                 show an alertpanel to make sure users are aware that sensitive
7697                 files are attached (it's file blacklist-based). This will fix
7698                 interaction w/ GoogleEarth for instance, thanks to Colin.
7699
7700 2006-11-06 [wwp]        2.6.0cvs2
7701
7702         * src/prefs_quote.c
7703         * src/prefs_template.c
7704         * src/prefs_template.h
7705                 check quote format when applying/closing prefs. For now this only
7706                 shows up an error dialog box, not preventing the user from using
7707                 a broken quote (reply, forwards) format.
7708
7709 2006-11-06 [wwp]        2.6.0cvs1
7710
7711         * src/prefs_template.c
7712                 fix missing checks of some template fields.
7713
7714 2006-11-06 [paul]       2.6.0
7715
7716         * NEWS
7717         * README
7718         * RELEASE_NOTES
7719                 2.6.0 released
7720
7721 2006-11-06 [paul]       2.5.6cvs22
7722
7723         * manual/advanced.xml
7724         * manual/es/advanced.xml
7725                 put 'respect_flowed_format' info in the correct
7726                 place
7727
7728 2006-11-06 [mones]      2.5.6cvs21
7729
7730         * po/es.po
7731                 Minor fixes for release
7732
7733 2006-11-06 [paul]       2.5.6cvs20
7734
7735         * po/cs.po
7736         * po/de.po
7737         * po/fr.po
7738         * po/it.po
7739         * po/nl.po
7740         * po/pt_BR.po
7741         * po/sk.po
7742         * po/sv.po
7743         * po/zh_CN.po
7744                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7745                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7746                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7747                 Young
7748
7749 2006-11-02 [colin]      2.5.6cvs19
7750
7751         * src/imap.c
7752         * src/imap.h
7753         * src/prefs_account.c
7754         * src/etpan/imap-thread.c
7755                 Add GSSAPI support - fixes Debian bug #383274
7756
7757 2006-11-01 [colin]      2.5.6cvs18
7758
7759         * src/jpilot.c
7760                 Handle libpisock12 support. Probably
7761                 fixes bug 1046, 'jpilot AddressDB.pdb 
7762                 import fail'
7763
7764 2006-11-01 [colin]      2.5.6cvs17
7765
7766         * src/folderutils.c
7767                 debug_print() folderutils_mark_all_read()
7768
7769 2006-11-01 [colin]      2.5.6cvs16
7770
7771         * COPYING
7772                 Add missed files to the Apache exception
7773
7774 2006-10-31 [colin]      2.5.6cvs15
7775
7776         * src/folder.c
7777         * src/folder.h
7778                 Add a copy_private_data() func to FolderClasses
7779                 Doesn't break the feature freeze, because we 
7780                 won't use it (right now) in the core.
7781
7782 2006-10-31 [colin]      2.5.6cvs14
7783
7784         * COPYING
7785                 Allow linking with the Apache licensed files in
7786                 src/plugins/spamassassin. Hopefully fixes 
7787                 bug 1048, 'Spamassassin plugin license problem'
7788
7789 2006-10-31 [wwp]        2.5.6cvs13
7790
7791         * src/compose.c
7792                 fix and optimize trimming of leading linefeeds in body loop.
7793
7794 2006-10-31 [colin]      2.5.6cvs12
7795
7796         * src/etpan/imap-thread.c
7797         * src/imap.c
7798                 Make really sure to have NULL sets in case
7799                 of error
7800
7801 2006-10-30 [wwp]        2.5.6cvs11
7802
7803         * src/prefs_common.c
7804         * src/prefs_common.h
7805         * src/compose.c
7806                 fix broken storage of quote format template when it contains \-escape
7807                 sequences. The application of such sequences is also fixed now (\t
7808                 in quote format will be a real tab instead of a 't', for instance).
7809
7810 2006-10-27 [colin]      2.5.6cvs10
7811
7812         * src/compose.c
7813                 Probably fix bug 1045, 'sylpheed-claws 
7814                 doesn't remove the mail from the IMAP 
7815                 Queue folder after sending'. From
7816                 2.5.6cvs3-stable
7817
7818 2006-10-27 [colin]      2.5.6cvs9
7819
7820         * configure.ac
7821                 Require libetpan-0.48. I'm so annoying,
7822                 I know ;-)
7823
7824 2006-10-27 [colin]      2.5.6cvs8
7825
7826         * src/folder.c
7827         * src/imap.c
7828                 Probably fix bug 1044, 'sylpheed-claws 
7829                 segfaults while moving mails' - Fix relation
7830                 usage when moving to an IMAP mailbox from another
7831                 mailbox
7832
7833 2006-10-26 [paul]       2.5.6cvs7
7834
7835         * src/gtk/about.c
7836                 add libSM to compiled-in features
7837                 list
7838
7839 2006-10-24 [colin]      2.5.6cvs6
7840
7841         * src/textview.c
7842         * src/gtk/gtkutils.c
7843                 Fix crash when printing emails with an
7844                 xface
7845
7846 2006-10-24 [mones]      2.5.6cvs5
7847
7848         * manual/es/advanced.xml
7849                 Synchronize hidden option respect_flowed_format
7850         * po/es.po
7851                 Updated translation
7852
7853 2006-10-21 [paul]       2.5.6cvs4
7854
7855         * src/gtk/authors.h
7856         * src/plugins/pgpcore/pgp_viewer.c
7857         * src/plugins/pgpcore/sgpgme.c
7858                 fix building on BSDs
7859                 Thanks to Michael Hughes
7860                 <Sylpheed-Claws_user@thehugheslogcabin.net>
7861
7862 2006-10-20 [colin]      2.5.6cvs3
7863
7864         * configure.ac
7865                 Bump up libetpan requirement
7866                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
7867         * src/common/utils.c
7868         * src/common/utils.h
7869                 Add convenience get_file_mtime()
7870         * src/imap.c
7871         * src/etpan/imap-thread.c
7872         * src/etpan/imap-thread.h
7873                 Implement UIDPLUS support if the server
7874                 supports it - faster sending in this case
7875
7876 2006-10-19 [colin]      2.5.6cvs2
7877
7878         * src/gtk/quicksearch.c
7879                 Fix emptying in type-ahead+extended mode
7880         * src/mainwindow.c
7881         * src/mainwindow.h
7882                 Add a hook for offline state change
7883         * src/plugins/trayicon/trayicon.c
7884                 Use it to display offline icons
7885         * src/plugins/trayicon/Makefile.am
7886         * src/plugins/trayicon/newmail.offline.xpm
7887         * src/plugins/trayicon/newmarkedmail.offline.xpm
7888         * src/plugins/trayicon/nomail.offline.xpm
7889         * src/plugins/trayicon/unreadmail.offline.xpm
7890         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7891                 Add the icons
7892
7893 2006-10-12 [paul]       2.5.6cvs1
7894
7895         * NEWS
7896         * README
7897         * configure.ac
7898                 Update version number following
7899                 stable release
7900
7901 2006-10-19 [colin]      2.5.5cvs18
7902
7903         * manual/handling.xml
7904                 Add type-ahead search
7905
7906 2006-10-18 [colin]      2.5.5cvs17
7907
7908         * src/gtk/quicksearch.c
7909                 Remove "save to history only if there's
7910                 no syntax error", it breaks for some 
7911                 reason which I'll investigate later.
7912
7913 2006-10-18 [colin]      2.5.5cvs16
7914
7915         * src/prefs_common.c
7916         * src/prefs_common.h
7917         * src/summaryview.c
7918         * src/gtk/quicksearch.c
7919         * src/gtk/quicksearch.h
7920                 Add a type-ahead option for fast searches
7921                 Patch by Fabien Vantard
7922
7923 2006-10-18 [colin]      2.5.5cvs15
7924
7925         * src/compose.c
7926         * src/compose.h
7927                 Add Options/Reply mode/ menu to be able to
7928                 change the recipients of a reply on the fly
7929
7930 2006-10-18 [colin]      2.5.5cvs14
7931
7932         * src/compose.c
7933                 Fix redirecting of our own sent mails
7934
7935 2006-10-17 [wwp]        2.5.5cvs13
7936
7937         * src/send_message.c
7938                 Fix duplicate error messages when sending, and missing
7939                 newline in such error messages.
7940
7941 2006-10-17 [colin]      2.5.5cvs12
7942
7943         * src/compose.c
7944                 Compare addresses case-insensitive
7945
7946 2006-10-17 [colin]      2.5.5cvs11
7947
7948         * src/plugins/pgpcore/sgpgme.c
7949                 Fix return status
7950
7951 2006-10-17 [colin]      2.5.5cvs10
7952
7953         * src/plugins/pgpcore/pgp_viewer.c
7954                 Fix return status
7955
7956 2006-10-17 [colin]      2.5.5cvs9
7957
7958         * src/quote_fmt.c
7959                 Fix a typo (thanks to Fabien)
7960
7961 2006-10-16 [colin]      2.5.5cvs8
7962
7963         * src/textview.c
7964                 Fix problem with quote-folding when emails
7965                 don't convert cleanly to UTF-8
7966
7967 2006-10-14 [colin]      2.5.5cvs7
7968
7969         * src/prefs_template.c
7970                 Reset fields when reopening
7971                 the window
7972
7973 2006-10-13 [paul]       2.5.5cvs6
7974
7975         * manual/advanced.xml
7976         * src/prefs_message.c
7977                 make 'respect_flowed_format' a hidden
7978                 option, and add a manual entry for it
7979                 Thanks to Colin
7980
7981 2006-10-12 [colin]      2.5.5cvs5
7982
7983         * src/codeconv.c
7984                 Revert part of 2.5.2cvs21:
7985                 Don't optimise by reusing the 
7986                 last iconv converter if possible:
7987                 it seems slightly broken in a 
7988                 very hard way to reproduce
7989
7990 2006-10-12 [colin]      2.5.5cvs4
7991
7992         * src/prefs_common.c
7993         * src/prefs_common.h
7994         * src/prefs_message.c
7995         * src/procmime.c
7996                 Fix bug 1035, 'Incorrect handling 
7997                 of flowed lines'. We now optionnaly
7998                 handle this format (preference is in
7999                 Message View/Text options section)
8000
8001 2006-10-12 [colin]      2.5.5cvs3
8002
8003         * po/POTFILES.in
8004                 Add new file
8005         * src/plugins/pgpcore/pgp_viewer.c
8006         * src/plugins/pgpcore/sgpgme.c
8007                 Don't try to import without asking
8008
8009 2006-10-12 [colin]      2.5.5cvs2
8010
8011         * src/compose.c
8012                 Fix bug 1036, 'Forwarding a mutlipart
8013                 mail with a "text/html" block to ms
8014                 outlook users leeds to freeze of
8015                 outlook'. Poor outlook users...
8016
8017 2006-10-12 [paul]       2.5.5cvs1
8018
8019         * NEWS
8020         * README
8021         * configure.ac
8022                 Update version number following
8023                 stable release
8024
8025 2006-10-11 [paul]       2.5.4cvs1
8026
8027         * NEWS
8028         * README
8029         * configure.ac
8030                 Update version number following
8031                 stable release
8032
8033 2006-10-11 [paul]       2.5.3cvs32
8034
8035         * src/textview.c
8036                 fix bug 1032, 'Segmentation fault when showing
8037                 message' (bug in quote folding)
8038                 Thanks to Colin
8039
8040 2006-10-10 [colin]      2.5.3cvs31
8041
8042         * src/quote_fmt.c
8043                 Rephrase english a bit
8044
8045 2006-10-10 [colin]      2.5.3cvs30
8046
8047         * src/prefs_compose_writing.c
8048                 Stop making the page larger than the window
8049
8050 2006-10-10 [wwp]        2.5.3cvs29
8051
8052         * src/compose.c
8053         * src/prefs_template.c
8054         * src/quote_fmt.c
8055         * src/quote_fmt.h
8056         * src/quote_fmt_lex.l
8057         * src/quote_fmt_parse.y
8058                 Extend the quote parser a bit: allow to get access to
8059                 basic (composing) account info.
8060
8061 2006-10-10 [colin]      2.5.3cvs28
8062
8063         * src/procheader.c
8064                 Fix this \t problem in subject
8065
8066 2006-10-09 [colin]      2.5.3cvs27
8067
8068         * src/main.c
8069         * src/prefs_gtk.c
8070                 Prepare cache a bit later
8071                 If section already exists, skip the new one 
8072                 (as previously); avoid writing the same block
8073                 twice - if we find a second block with the 
8074                 same id, skip it.
8075         * src/plugins/pgpcore/pgp_viewer.c
8076                 Set cursor to busy when retrieving a key
8077         * src/plugins/pgpcore/sgpgme.c
8078                 allow 5 seconds for gpg to export the key
8079                 
8080
8081 2006-10-09 [colin]      2.5.3cvs26
8082
8083         * configure.ac
8084         * src/msgcache.c
8085         * src/prefs_gtk.c
8086                 Check for existence of fgets_unlocked
8087                 and fwrite_unlocked
8088
8089 2006-10-09 [paul]       2.5.3cvs25
8090
8091         * src/prefs_summaries.c
8092                 replace strftime() with fast_strftime() and in
8093                 the consequence fix the bug in the display of
8094                 AM/PM in the 'Example' string
8095
8096 2006-10-09 [ticho]      2.5.3cvs24
8097
8098         * po/sk.po
8099                 Updated (and fixed up somewhat) Slovak translation.
8100
8101 2006-10-08 [colin]      2.5.3cvs23
8102
8103         * src/prefs_folder_item.c
8104                 Explain why prefs in the top-level folder
8105                 aren't retained, but are still useful
8106
8107 2006-10-08 [colin]      2.5.3cvs22
8108
8109         * src/prefs_gtk.c
8110                 Don't cache anything if caching fails
8111
8112 2006-10-08 [colin]      2.5.3cvs21
8113
8114         * src/common/utils.c
8115                 always include gi18n.h
8116
8117 2006-10-07 [colin]      2.5.3cvs20
8118
8119         * src/plugins/pgpcore/pgp_viewer.c
8120                 Kill gpg after 5 seconds wait
8121
8122 2006-10-07 [colin]      2.5.3cvs19
8123
8124         * src/plugins/pgpcore/pgp_viewer.c
8125         * src/plugins/pgpcore/pgp_viewer.h
8126                 Fix copyright
8127
8128 2006-10-07 [colin]      2.5.3cvs18
8129
8130         * src/plugins/pgpcore/pgp_viewer.c
8131         * src/plugins/pgpcore/pgp_viewer.h
8132                 Actually add the files to CVS
8133
8134 2006-10-07 [colin]      2.5.3cvs17
8135
8136         * src/plugins/pgpcore/sgpgme.c
8137                 Be sure not to crash on 'application/pgp-signature' that
8138                 are not application/pgp-signatures
8139
8140 2006-10-07 [colin]      2.5.3cvs16
8141
8142         * src/textview.c
8143         * src/textview.h
8144                 Make a bit more of the API available
8145         * src/plugins/pgpcore/Makefile.am
8146         * src/plugins/pgpcore/plugin.c
8147         * src/plugins/pgpcore/sgpgme.c
8148                 Add basic key import/export
8149
8150 2006-10-07 [colin]      2.5.3cvs15
8151
8152         * src/folderview.c
8153         * src/imap.c
8154         * src/prefs_account.c
8155         * src/wizard.c
8156                 Warn users *everywhere* if libetpan's not
8157                 linked in
8158
8159 2006-10-06 [mones]      2.5.3cvs14
8160
8161         * po/de.po
8162         * po/es.po
8163                 updated by Stephan Sachse and me
8164
8165 2006-10-06 [colin]      2.5.3cvs13
8166
8167         * src/main.c
8168         * src/common/sylpheed.c
8169                 Don't load common plugins if --exit is passed
8170         * src/prefs_gtk.c
8171         * src/prefs_gtk.h
8172                 Implement a cache to avoid reading the same
8173                 files over and over again at startup
8174
8175 2006-10-06 [colin]      2.5.3cvs12
8176
8177         * src/summaryview.c
8178         * src/gtk/quicksearch.c
8179                 Update display every 5k mails on fast searches
8180
8181 2006-10-06 [colin]      2.5.3cvs11
8182
8183         * src/textview.c
8184                 Don't do quote folding on HTML or ERTF.
8185                 May fix the Cygwin issues if they were
8186                 happening with HTML mails?
8187
8188 2006-10-05 [colin]      2.5.3cvs10
8189
8190         * src/prefs_gtk.c
8191                 Oops, forgot one
8192
8193 2006-10-05 [colin]      2.5.3cvs9
8194
8195         * src/prefs_gtk.c
8196                 Use unlocked_stdio here too
8197
8198 2006-10-05 [colin]      2.5.3cvs8
8199
8200         * src/folderview.c
8201                 Fix go to next * after preferences apply
8202         * src/msgcache.c
8203                 Do the fd lock/unlock ourselves instead of
8204                 letting the libc do it at each write 
8205
8206 2006-10-05 [colin]      2.5.3cvs7
8207
8208         * src/common/utils.c
8209                 Faster division, thanks to Jean Diraison
8210
8211 2006-10-05 [paul]       2.5.3cvs6
8212
8213         * src/common/utils.c
8214                 fix building with --disable-nls
8215
8216 2006-10-04 [colin]      2.5.3cvs5
8217
8218         * src/folder.c
8219                 Maybe fix a segfault
8220
8221 2006-10-04 [wwp]        2.5.3cvs4
8222
8223         * src/prefs_folder_item.c
8224                 Fine-tune layouts in folder item prefs. Suggested by
8225                 Fabien Vantard <fzzzzz@gmail.com>.
8226
8227 2006-10-04 [wwp]        2.5.3cvs3
8228
8229         * src/prefs_folder_item.c
8230                 Kill the clandestine passengers. You didn't see anything.
8231
8232 2006-10-04 [wwp]        2.5.3cvs2
8233
8234         * src/prefs_folder_item.c
8235                 Add a way to test the subject simplify regexp in
8236                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8237                 w/ few layout changes.
8238
8239 2006-20-04 [paul]       2.5.3cvs1
8240
8241         * NEWS
8242         * README
8243         * configure.ac
8244                 Update version number following
8245                 stable release
8246
8247 2006-10-04 [colin]      2.5.2cvs42
8248
8249         * src/folder.c
8250         * src/folder.h
8251         * src/summaryview.c
8252                 Provide a way for folder classes to set their sort
8253                 type and key
8254
8255 2006-10-03 [colin]      2.5.2cvs41
8256
8257         * src/mh.c
8258                 Don't use strlen() to know if the
8259                 string's empty
8260
8261 2006-10-03 [colin]      2.5.2cvs40
8262
8263         * src/mh.c
8264                 Fix "check for new folders" with accentued folders
8265
8266 2006-10-03 [ticho]      2.5.2cvs39
8267
8268         * src/filtering.c
8269         * src/folder.c
8270         * src/inc.c
8271         * src/mbox.c
8272                 Colin's fix for "copy" filtering rules.
8273
8274 2006-10-02 [colin]      2.5.2cvs38
8275
8276         * src/folderview.c
8277                 Fix for double-click too
8278
8279 2006-10-02 [colin]      2.5.2cvs37
8280
8281         * src/folderview.c
8282                 correct fix for cvs36
8283
8284 2006-10-02 [colin]      2.5.2cvs36
8285
8286         * src/folderview.c
8287                 Fix 'goto next unread' after collapsing/expanding 
8288                 a node.
8289
8290 2006-10-02 [colin]      2.5.2cvs35
8291
8292         * src/summaryview.c
8293                 Fix double freeze/thaw
8294         * src/common/utils.c
8295         * src/common/utils.h
8296                 Reimplement strftime
8297         * src/procheader.c
8298                 Use it
8299
8300
8301 2006-10-02 [colin]      2.5.2cvs34
8302
8303         * src/mh.c
8304                 Time mh_write_sequences() - it's fast
8305         * src/summaryview.c
8306                 Init a variable to shut up gcc
8307
8308 2006-10-01 [colin]      2.5.2cvs33
8309
8310         * src/folder.c
8311         * src/mh.c
8312         * src/mh.h
8313         * src/msgcache.c
8314                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8315                 Add fsync but disable it, it's slow as hell
8316
8317 2006-10-01 [colin]      2.5.2cvs32
8318
8319         * src/mh.c
8320         * src/msgcache.c
8321                 fflush() caches and mh_sequences before
8322                 fclose()ing
8323
8324 2006-10-01 [colin]      2.5.2cvs31
8325
8326         * src/msgcache.c
8327                 Don't ftruncate when not using mmap
8328
8329 2006-09-30 [colin]      2.5.2cvs30
8330
8331         * src/main.c
8332                 Write folder list *after* saving caches
8333
8334 2006-09-30 [colin]      2.5.2cvs29
8335
8336         * src/folder.c
8337         * src/mh.c
8338                 Debug forced mtime changes
8339
8340 2006-09-30 [colin]      2.5.2cvs28
8341
8342         * src/folder.c
8343         * src/main.c
8344                 Remove useless debug_print()s (code
8345                 well-tested)
8346
8347 2006-09-30 [colin]      2.5.2cvs27
8348
8349         * src/mh.c
8350                 Do stuff faster when writing mh_sequences
8351
8352 2006-09-30 [colin]      2.5.2cvs26
8353
8354         * src/mh.c
8355                 Don't let the writing of .mh_sequences, which
8356                 can change the folder's mtime, let us think
8357                 we need to scan.
8358
8359 2006-09-30 [colin]      2.5.2cvs25
8360
8361         * src/folder.c
8362                 Move a debug_print where it belongs 
8363                 (processing)
8364         * src/summaryview.c
8365                 Don't mess with a huge slow subject
8366                 table if we're not threading by
8367                 subject
8368
8369 2006-09-30 [colin]      2.5.2cvs24
8370
8371         * src/msgcache.c
8372                 Reenable mmaped reads (*not* writes!)
8373         * src/procmsg.c
8374                 Don't destroy and recreate hashtables just
8375                 for fun
8376         * src/common/utils.c
8377                 Remove useless reply prefixes (it's case
8378                 unsensitive)
8379
8380 2006-09-30 [wwp]        2.5.2cvs23
8381
8382         * tools/fix_date.sh
8383                 Fixed a minor bug in date value extraction, added a switch
8384                 to replace non RFC-compliant Date: value, added a switch
8385                 to use strict RFC matching patterns for dates.
8386
8387 2006-09-29 [colin]      2.5.2cvs22
8388
8389         * src/matcher_parser.h
8390         * src/matcher_parser_parse.y
8391         * src/prefs_filtering.c
8392         * src/statusbar.c
8393         * src/summary_search.c
8394         * src/summaryview.c
8395         * src/gtk/quicksearch.c
8396         * src/gtk/quicksearch.h
8397                 Optimise searches by setting different
8398                 refresh intervals (depending if the 
8399                 search is fast or not)
8400
8401 2006-09-29 [colin]      2.5.2cvs21
8402
8403         * src/codeconv.c
8404                 Optimise by reusing the last iconv converter
8405                 if possible
8406         * src/textview.c
8407                 Optimise a bit (the foldable quotes feature
8408                 still has an awful O(n^2) algo
8409
8410 2006-09-29 [colin]      2.5.2cvs20
8411
8412         * src/gtk/gtksctree.c
8413         * src/gtk/gtksctree.h
8414                 Optimise de-selection via up/down or
8415                 another key
8416
8417 2006-09-28 [colin]      2.5.2cvs19
8418
8419         * src/action.c
8420         * src/compose.c
8421         * src/folderview.c
8422         * src/mainwindow.c
8423         * src/messageview.c
8424         * src/summary_search.c
8425         * src/toolbar.c
8426                 Avoid using summaryview->ctree directly
8427
8428 2006-09-28 [colin]      2.5.2cvs18
8429
8430         * src/summaryview.c
8431         * src/summaryview.h
8432                 Add helpers to freeze/thaw/grab_focus
8433                 Factorize calls to freeze/thaw/grab_focus
8434                 
8435
8436 2006-09-28 [colin]      2.5.2cvs17
8437
8438         * src/main.c
8439                 More guards for the session management
8440
8441 2006-09-28 [colin]      2.5.2cvs16
8442
8443         * src/folderview.c
8444         * src/gtk/gtksctree.c
8445         * src/gtk/gtksctree.h
8446                 Make expanding not recursive in folderview
8447
8448 2006-09-28 [colin]      2.5.2cvs15
8449
8450         * src/addressbook.c
8451                 If nothing is selected in the list (right part)
8452                 and a group is selected in the tree (left part),
8453                 mail this group.
8454
8455 2006-09-28 [colin]      2.5.2cvs14
8456
8457         * src/Makefile.am
8458                 Actually use SM_LIBS
8459
8460 2006-09-28 [ticho]      2.5.2cvs13
8461
8462         * src/export.c
8463         * src/messageview.c
8464         * src/mimeview.c
8465         * src/news.c
8466         * src/pop.c
8467         * src/prefs_themes.c
8468         * src/procmsg.c
8469                 Small i18n string optimization.
8470         * src/send_message.c
8471         * src/summaryview.c
8472         * src/common/session.c
8473         * src/common/smtp.c
8474         * src/common/ssl_certificate.c
8475         * src/common/utils.c
8476                 Use "Couldn't" instead of "Can't" in UI messages,
8477                 where appropriate.
8478
8479 2006-09-28 [colin]      2.5.2cvs12
8480
8481         * configure.ac
8482                 Possibly fix link errors
8483
8484 2006-09-27 [wwp]        2.5.2cvs11
8485
8486         * src/gtk/authors.h
8487         * doc/man/sylpheed-claws.1
8488         * manual/ack.xml
8489         * manual/es/ack.xml
8490         * manual/fr/ack.xml
8491         * manual/pl/ack.xml
8492                 Updated authors info (me, myself and I).
8493
8494 2006-09-27 [colin]      2.5.2cvs10
8495
8496         * src/addressbook.c
8497                 Remove useless printf
8498
8499 2006-09-27 [wwp]        2.5.2cvs9
8500
8501         * src/editgroup.c
8502         * src/send_message.c
8503         * src/inc.c
8504         * src/prefs_common.c
8505         * src/prefs_common.h
8506         * src/gtk/progressdialog.c
8507                 remember more windows' sizes (send dialog, received dialog,
8508                 edit group in addressbook).
8509
8510 2006-09-27 [colin]      2.5.2cvs8
8511
8512         * configure.ac
8513         * src/main.c
8514         * src/mainwindow.h
8515                 Use libSM to communicate with the session
8516                 manager, so that we can know when the 
8517                 session ends, save our caches, and draft
8518                 our compose windows.
8519
8520 2006-09-27 [colin]      2.5.2cvs7
8521
8522         * src/addressbook.c
8523                 Fix issues:
8524                 o Allow Book and Group creation from the tree's
8525                   contextual menu
8526                 o Do not actually delete the contacts when 
8527                   deleting groups from the tree (duh!)
8528
8529 2006-09-27 [colin]      2.5.2cvs6
8530
8531         * src/compose.c
8532         * src/compose.h
8533         * src/mainwindow.c
8534         * src/textview.c
8535         * src/toolbar.c
8536                 o Allow passing an email address to 
8537                   compose_new_with_folderitem
8538                 o Update callers
8539                 o Use current folderitem when clicking
8540                   on a TextView mailto: link
8541                 o Fix a possible leak in TextView
8542
8543 2006-09-27 [colin]      2.5.2cvs5
8544
8545         * src/html.c
8546                 Use UTF-8 chars to replace HTML entities
8547
8548 2006-09-27 [colin]      2.5.2cvs4
8549
8550         * AUTHORS
8551         * src/prefs_account.c
8552         * src/gtk/authors.h
8553                 Fix bug #1024 (Array index out of
8554                 range in sylpheed-claws-2.5.2)
8555                 Patch by Ales Nosek <anosek@suse.cz>
8556
8557 2006-09-27 [colin]      2.5.2cvs3
8558
8559         * src/addr_compl.c
8560                 Actually do the test
8561
8562 2006-09-27 [colin]      2.5.2cvs2
8563
8564         * src/addr_compl.c
8565         * src/addr_compl.h
8566                 Allow completing with comma (in certain cases: vCalendar
8567                 for example doesn't support that)
8568                 Patch by Fabien Vantard
8569
8570 2006-09-26 [colin]      2.5.2cvs1
8571
8572         * src/Makefile.am
8573         * src/addr_compl.c
8574         * src/addr_compl.h
8575         * src/addrbook.c
8576         * src/addrbook.h
8577         * src/addressbook.c
8578         * src/addrindex.c
8579         * src/addrindex.h
8580         * src/compose.c
8581         * src/prefs_common.c
8582         * src/prefs_filtering_action.c
8583         * src/prefs_folder_item.c
8584         * src/prefs_template.c
8585         * src/stock_pixmap.c
8586         * src/stock_pixmap.h
8587         * src/pixmaps/addr_one.xpm
8588         * src/pixmaps/addr_two.xpm
8589                 Add auto-completion on groups
8590
8591 2006-09-26 [colin]      2.5.2
8592
8593         * NEWS
8594         * README
8595         * RELEASE_NOTES
8596                 2.5.2 released
8597
8598 2006-09-26 [colin]      2.5.1cvs5
8599
8600         * src/matcher.c
8601                 Fix condition
8602
8603 2006-09-26 [colin]      2.5.1cvs4
8604
8605         * src/mbox.c
8606                 Revert cvs1 (useless as the message is printed 
8607                 every 500 mails)
8608
8609 2006-09-26 [colin]      2.5.1cvs3
8610
8611         * src/partial_download.c
8612                 Fix crasher found by Alexsandar Urosevic
8613
8614 2006-09-26 [colin]      2.5.1cvs2
8615
8616         * src/summaryview.c
8617                 Fix bug #1023 (Sylpheed deletes too much messages)
8618
8619 2006-09-26 [ticho]      2.5.1cvs1
8620
8621         * src/mbox.c
8622                 Make use of gettext's multiple plurals for statusbar
8623                 progress message.
8624
8625 2006-09-25 [paul]       2.5.1
8626
8627         * NEWS
8628         * README
8629         * RELEASE_NOTES
8630                 2.5.1 released
8631
8632 2006-09-25 [colin]      2.5.0cvs3
8633
8634         * src/plugins/bogofilter/bogofilter.c
8635         * src/plugins/clamav/clamav_plugin.c
8636         * src/plugins/spamassassin/spamassassin.c
8637                 BogoFilter, Spamassassin: Fix double hook registering after
8638                 visiting preferences
8639                 Spamassassin, Clamav: Just set the mails to move instead of
8640                 doing the move - caller will move the things at once.
8641
8642 2006-09-25 [colin]      2.5.0cvs2
8643
8644         * src/imap.c
8645         * src/etpan/imap-thread.c
8646                 Use UID SEARCH ALL instead of UID 1:*
8647                 (braindead servers can't figure out that's
8648                 the same...)
8649
8650 2006-09-25 [wwp]        2.5.0cvs1
8651
8652         * src/message_search.c
8653                 Added the ability to stop a running search (in message body).
8654
8655 2006-09-25 [paul]       2.5.0
8656
8657         * NEWS
8658         * README
8659         * RELEASE_NOTES
8660                 2.5.0 released
8661
8662 2006-09-25 [paul]       2.4.0cvs214
8663
8664         * po/cs.po
8665         * po/de.po
8666         * po/fi.po
8667         * po/fr.po
8668         * po/nl.po
8669         * po/pt_BR.po
8670         * po/sk.po
8671         * po/sr.po
8672         * po/zh_CN.po
8673                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8674                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8675                 Ticho, Aleksander Urosevic, Ralgh Young
8676
8677 2006-09-24 [mones]      2.4.0cvs213
8678
8679         * po/es.po
8680                 Updated for release
8681
8682 2006-09-23 [colin]      2.4.0cvs212
8683
8684         * src/gtk/inputdialog.c
8685                 Fix [ ] remember this appearing in normal
8686                 input dialogs after it's been used by
8687                 mimeview.
8688         * src/folder.c
8689         * src/folderview.c
8690         * src/msgcache.c
8691         * src/procmsg.c
8692         * src/summaryview.c
8693         * src/textview.c
8694         * src/common/timing.h
8695                 Enable timings in debug mode and make it
8696                 look prettier.
8697
8698 2006-09-22 [colin]      2.4.0cvs211
8699
8700         * README
8701                 Revert test change
8702         * commitHelper
8703                 ping the correct URI
8704
8705 2006-09-22 [colin]      2.4.0cvs210
8706
8707         * README
8708                 Let's see if bug #1022 is fixed
8709
8710 2006-09-21 [colin]      2.4.0cvs209
8711
8712         * src/wizard.c
8713         * src/common/plugin.c
8714                 Prepare infra to load predefined plugins when
8715                 no configuration existed. Don't actually load
8716                 anything yet (feat. freeze)
8717
8718 2006-09-21 [wwp]        2.4.0cvs208
8719
8720         * manual/fr/faq.xml
8721                 Partial sync w/ 2.4.0cvs72:
8722                 wrap file and minor updates.
8723
8724 2006-09-21 [wwp]        2.4.0cvs207
8725
8726         * tools/fix_date.sh
8727                 several fixes and enhancements. A new --force switch has been
8728                 added to prevent overriding by default Date: header when
8729                 already existing.
8730
8731 2006-09-21 [paul]       2.4.0cvs206
8732
8733         * src/common/utils.c
8734                 add Chinese UTF8 Re prefix
8735
8736 2006-09-21 [wwp]        2.4.0cvs205
8737
8738         * tools/Makefile.am
8739                 Fics alfabettical order.
8740
8741 2006-09-21 [wwp]        2.4.0cvs204
8742
8743         * tools/fix_date.sh
8744         * tools/Makefile.am
8745                 Added an action tool to fix missing Date field in emails.
8746                 Updated Makefile.am to reflect those last two additions.
8747
8748 2006-09-21 [wwp]        2.4.0cvs203
8749
8750         * tools/uuooffice
8751                 Added a action tool to open uuencoded docs w/
8752                 OpenOffice (based on uudec method).
8753
8754 2006-09-21 [colin]      2.4.0cvs202
8755
8756         * src/compose.c
8757         * src/textview.c
8758                 Workaround possible GTK crash: remove selection 
8759                 clipboard before destroying widget, or GTK+-2.10
8760                 dies. Thanks to Hiro.
8761
8762 2006-09-20 [colin]      2.4.0cvs201
8763
8764         * src/compose.c
8765                 Fix free-after-use in some cases (when 
8766                 procmime_encode_content() frees mimeinfo->data.mem
8767                 and turns it to a temp file)
8768
8769 2006-09-20 [colin]      2.4.0cvs200
8770
8771         * src/folderview.c
8772         * src/summaryview.c
8773         * src/gtk/gtksctree.c
8774         * src/gtk/gtksctree.h
8775                 Add tooltips in the folderview and summaryview
8776                 (Doesn't break string freeze as they already
8777                 exist)
8778         * src/toolbar.c
8779                 Put the spam button in the default configuration
8780                 if compiled with bogo plugin too
8781
8782 2006-09-19 [colin]      2.4.0cvs199
8783
8784         * src/summaryview.c
8785         * src/summaryview.h
8786                 Update folder name label on folder rename
8787         * src/prefs_matcher.c
8788         * src/gtk/logwindow.h
8789                 Fix warnings
8790                 Patches by Fabien
8791
8792 2006-09-19 [wwp]        2.4.0cvs198
8793
8794         * src/summary_search.c
8795                 fix can't click forward/backward buttons in the
8796                 search messages.
8797
8798 2006-09-18 [paul]       2.4.0cvs197
8799
8800         * src/wizard.c
8801                 add missing bracket, capitalise the A of
8802                 'SpamAssassin'
8803
8804 2006-09-18 [paul]       2.4.0cvs196
8805
8806         * src/compose.c
8807                 fix bug 1012 'crashed upon sending mail
8808                 from compose window'
8809                 Thanks to Colin
8810
8811 2006-09-16 [colin]      2.4.0cvs195
8812
8813         * src/folderview.c
8814                 Fix "real-time" sorting by freezing/thawing
8815
8816 2006-09-16 [colin]      2.4.0cvs194
8817
8818         * manual/faq.xml
8819                 Fix the anti-spam entry a bit
8820
8821 2006-09-16 [colin]      2.4.0cvs193
8822
8823         * src/wizard.c
8824                 Make sure reviewers have no excuse when stating
8825                 Sylpheed-Claws doesn't have antispam capabilities.
8826
8827 2006-09-16 [colin]      2.4.0cvs192
8828
8829         * src/main.c
8830                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
8831                 as if the SIGPIPE comes from etpan's thread we could
8832                 trigger a GUI update from this thread.
8833
8834 2006-09-16 [colin]      2.4.0cvs191
8835
8836         * src/summaryview.c
8837                 Init all members of the struct
8838
8839 2006-09-16 [paul]       2.4.0cvs190
8840
8841         * src/account.c
8842                 improvements to the English
8843
8844 2006-09-15 [colin]      2.4.0cvs189
8845
8846         * src/summaryview.c
8847                 HIG order on dialog
8848
8849 2006-09-14 [colin]      2.4.0cvs188
8850
8851         * src/common/socket.c
8852         * src/common/socket.h
8853         * src/common/ssl.c
8854         * src/common/ssl_certificate.c
8855         * src/common/ssl_certificate.h
8856         * src/etpan/imap-thread.c
8857                 the get_fqdn() call done to get canonical name when
8858                 checking an SSL certificate is blocking, which is
8859                 sad as we just did a non-blocking lookup to connect.
8860                 Fix that by letting the fqdn available to the SockInfo,
8861                 and use that in ssl_certificate_check(). For IMAP,
8862                 we don't do it as the lookup's done by libetpan, but
8863                 it's less annoying as IMAP connections as much more
8864                 rare than POP3 connections.
8865
8866 2006-09-14 [paul]       2.4.0cvs187
8867
8868         * manual/advanced.xml
8869                 improvements to the English,
8870                 properly place the new hidden options
8871                 within the alphabetical order
8872         * src/gtk/pluginwindow.c
8873                 improvements to the English
8874
8875 2006-09-14 [colin]      2.4.0cvs186
8876
8877         * src/prefs_common.c
8878         * src/prefs_common.h
8879         * src/gtk/gtksctree.c
8880         * manual/advanced.xml
8881                 New hidden pref, stripes_color_offset, to change
8882                 the value added/substracted to normal bgcolor to
8883                 create the stripes in summaries
8884
8885 2006-09-13 [colin]      2.4.0cvs185
8886
8887         * src/gedit-print.c
8888         * src/messageview.c
8889         * src/messageview.h
8890         * src/summaryview.c
8891         * src/textview.c
8892                 Fix misc. printing issues: 
8893                 - Bad font for linkified headers
8894                 - Different font if the mail was displayed or not
8895                 - Factorize the thing
8896
8897 2006-09-13 [colin]      2.4.0cvs184
8898
8899         * src/common/ssl_certificate.c
8900                 Only get FQDN once when checking certificate
8901
8902 2006-09-13 [colin]      2.4.0cvs183
8903
8904         * src/account.c
8905         * src/gtk/pluginwindow.c
8906                 Misc. GUI fixes by Fabien
8907
8908 2006-09-13 [wwp]        2.4.0cvs182
8909
8910         * configure.ac
8911         * src/common/utils.h
8912         * src/common/utils.c
8913                 get rid of unused wide-char functions.
8914
8915 2006-09-13 [wwp]        2.4.0cvs181
8916
8917         * src/plugins/pgpinline/sylpheed.def
8918         * src/textview.c
8919                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
8920                 add privacy_reset_error to the .def file,
8921                 do not fork for an external textviewer.
8922
8923 2006-09-13 [wwp]        2.4.0cvs180
8924
8925         * src/prefs_common.c
8926                 fix broken font entry in prefs (patch issued by the gpg4win team,
8927                 probably by Marcus Brinkmann <marcus@g10code.de>).
8928
8929 2006-09-13 [colin]      2.4.0cvs179
8930
8931         * src/folder.h
8932                 Fix a warning in summaryview.c
8933         * src/mainwindow.c
8934         * src/summaryview.c
8935         * src/summaryview.h
8936                 Add missing Mark/* elements in the
8937                 main menu
8938
8939 2006-09-12 [colin]      2.4.0cvs178
8940
8941         * src/prefs_actions.c
8942         * src/prefs_filtering_action.c
8943         * src/prefs_matcher.c
8944                 Use (New) instead of New everywhere
8945
8946 2006-09-12 [wwp]        2.4.0cvs177
8947
8948         * manual/fr/addrbook.xml
8949         * manual/fr/handling.xml
8950                 updated some quotes in the fr manual to match the fr translation.
8951
8952 2006-09-12 [wwp]        2.4.0cvs176
8953
8954         * src/prefs_matcher.c
8955                 don't store translated string elements in matcher expressions.
8956                 Also fixed a misused of Q_().
8957
8958 2006-09-11 [wwp]        2.4.0cvs175
8959
8960         * src/plugins//bogofilter/bogofilter.c
8961         * src/plugins//clamav/clamav_plugin.c
8962         * src/plugins//demo/demo.c
8963         * src/plugins//dillo_viewer/dillo_viewer.c
8964         * src/plugins//pgpcore/plugin.c
8965         * src/plugins//pgpinline/plugin.c
8966         * src/plugins//pgpmime/plugin.c
8967         * src/plugins//spamassassin/spamassassin.c
8968                 gettext-ize more strings (mostly plugin error messages).
8969
8970 2006-09-11 [colin]      2.4.0cvs174
8971
8972         * src/alertpanel.c
8973                 Make maximum buffer size bigger to avoid
8974                 truncating translated messages. Patch by
8975                 Fabien
8976
8977 2006-09-11 [colin]      2.4.0cvs173
8978
8979         * src/etpan/imap-thread.c
8980                 Fix compilation on OpenBSD, thanks to 
8981                 Landry
8982
8983 2006-09-10 [wwp]        2.4.0cvs172
8984
8985         * manual/account.xml
8986         * manual/addrbook.xml
8987         * manual/handling.xml
8988         * manual/es/handling.xml
8989         * manual/fr/account.xml
8990         * manual/fr/addrbook.xml
8991         * manual/fr/handling.xml
8992                 documented addressbook matching (condition configuration):
8993                   addrbook.xml, en fr
8994                 documented per-account filtering rules (handling/filtering
8995                   section, account section):
8996                   account.xml, handling.xml, en fr
8997                 slightly updated the handling/searching section to tell few
8998                   words about the extended search ability:
8999                   handling.xml, en fr
9000                 added missing <quote></quotes> to Quick Search:
9001                   handling.xml, en fr es
9002                 fixed a typo (auomatically):
9003                   handling.xml, en
9004                 changes revisited by Paul.
9005
9006 2006-09-10 [paul]       2.4.0cvs171
9007
9008         * src/prefs_actions.c
9009         * src/prefs_filtering.c
9010         * src/prefs_template.c
9011                 adjustments to the gui
9012                 Patch by Fabien Vantard (slightly modified)
9013
9014 2006-09-10 [colin]      2.4.0cvs170
9015
9016         * src/summaryview.c
9017                 Check folderitem/summaryview consistency
9018                 (basically automates Update summary). Fixes
9019                 #1011 (wrong (negative) count on unread 
9020                 messages)
9021
9022 2006-09-10 [colin]      2.4.0cvs169
9023
9024         * src/gtk/gtksctree.c
9025                 Fix recursive expansion via mouse
9026         * src/plugins/bogofilter/bogofilter.c
9027                 Use normal filtering way of moving
9028                 messages (batching), possibly fixing
9029                 bug #1015 (Bogofilter plugin doubles 
9030                 new messages)
9031
9032 2006-09-09 [wwp]        2.4.0cvs168
9033
9034         * src/prefs_filtering.c
9035                 better place for this fix.
9036
9037 2006-09-09 [wwp]        2.4.0cvs167
9038
9039         * src/prefs_filtering.c
9040                 fix a minor bug when the enabled status of a filtering/processing
9041                 rule always got set to TRUE when replacing this rule. That still
9042                 make sense when adding a new rule, but now when replacing, we
9043                 don't override the value of 'enabled'.
9044                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9045                 to prefs_filtering_list_view_get_info() as this function not only
9046                 returns the name, but also the account_id and the enabled status.
9047
9048 2006-09-09 [mones]      2.4.0cvs166
9049
9050         * manual/glossary.xml
9051         * manual/plugins.xml
9052                 Minor format corrections
9053         * manual/gpl.xml
9054                 Fix misplaced NO WARRANTY section
9055         * manual/es/advanced.xml
9056         * manual/es/faq.xml
9057         * manual/es/glossary.xml
9058         * manual/es/gpl.xml
9059         * manual/es/handling.xml
9060         * manual/es/plugins.xml
9061         * manual/es/starting.xml
9062                 Incorporate changes from English version
9063         * manual/fr/ack.xml
9064         * manual/pl/ack.xml
9065         * manual/es/ack.xml
9066                 Fix address, (add translation credits in es version)
9067         * po/es.po
9068                 Updated translation
9069
9070 2006-09-09 [wwp]        2.4.0cvs165
9071
9072         * src/prefs_filtering.c
9073                 fix a crash when opening filtering prefs, if matcherrc file contains
9074                 broken data (non-existing account id, which is theoretically not
9075                 possible).
9076
9077 2006-09-08 [colin]      2.4.0cvs164
9078
9079         * src/folder.c
9080                 Wrong assert, make it an if()
9081         * src/gtk/gtksctree.c
9082                 Fix bug #1013 (expand selected thread 
9083                 tree) - expanding is now recursive
9084
9085 2006-09-07 [wwp]        2.4.0cvs163
9086
9087         * src/prefs_matcher.c
9088                 make better sentences about addressbook matching in the
9089                 matcher prefs. This should make translators' work easier
9090                 too.
9091
9092 2006-09-07 [wwp]        2.4.0cvs162
9093
9094         * src/prefs_filtering.c
9095                 code simplification (get rid of dup var. assignment).
9096
9097 2006-09-07 [wwp]        2.4.0cvs161
9098
9099         * src/summaryview.c
9100                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9101                 <fzzzzz@gmail.com>.
9102
9103 2006-09-07 [paul]       2.4.0cvs160
9104
9105         * src/mimeview.c
9106                 fix compilation warnings
9107                 Thanks to Colin
9108
9109 2006-09-07 [paul]       2.4.0cvs159
9110
9111         * src/mimeview.c
9112                 select the mimepart icon when
9113                 displaying as text
9114                 Thanks to Colin
9115
9116 2006-09-06 [paul]       2.4.0cvs158
9117
9118         * src/prefs_filtering.c
9119                 fix labels and table element spacing
9120                 Patch by Fabien Vantard
9121
9122 2006-09-06 [paul]
9123
9124         2.5.0-rc3 released
9125
9126 2006-09-06 [paul]       2.4.0cvs157
9127
9128         * manual/es/advanced.xml
9129                 fix typo
9130
9131 2006-09-06 [wwp]        2.4.0cvs156
9132
9133         * src/mainwindow.c
9134                 fix an dup launch issue when iconified, thanks to Colin.
9135
9136 2006-09-06 [wwp]        2.4.0cvs155
9137
9138         * src/gtk//gtksctree.h
9139                 oops, forgot that one!
9140
9141 2006-09-06 [wwp]        2.4.0cvs154
9142
9143         * manual/pl/advanced.xml
9144         * manual/advanced.xml
9145         * manual/es/advanced.xml
9146         * manual/fr/advanced.xml
9147         * src/prefs_customheader.c
9148         * src/prefs_filtering_action.c
9149         * src/foldersel.c
9150         * src/prefs_summaries.c
9151         * src/prefs_filtering.c
9152         * src/account.c
9153         * src/compose.c
9154         * src/prefs_summary_column.c
9155         * src/addr_compl.c
9156         * src/prefs_actions.c
9157         * src/prefs_folder_column.c
9158         * src/ssl_manager.c
9159         * src/prefs_template.c
9160         * src/prefs_display_header.c
9161         * src/prefs_common.h
9162         * src/prefs_matcher.c
9163         * src/prefs_common.c
9164         * src/prefs_toolbar.c
9165         * src/summaryview.c
9166         * src/folderview.c
9167         * src/gtk/gtksctree.c
9168         * src/gtk/pluginwindow.c
9169         * src/gtk/progressdialog.c
9170         * src/gtk/prefswindow.c
9171                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9172                 to make its meaning more obvious (all versions of the manual reflect
9173                 the change).
9174                 added an extra hidden option use_stripes_in_summary to allow
9175                 discarding these stripes in mainwindow's folder and message lists;
9176                 en and fr manuals only are OK towards this.
9177
9178 2006-09-06 [colin]      2.4.0cvs153
9179
9180         * src/textview.c
9181                 Hide Sylpheed-Claws' internal queue headers
9182                 when showing all headers. They'll be present
9183                 only in Source window.
9184
9185 2006-09-05 [colin]      2.4.0cvs152
9186
9187         * src/plugins/trayicon/trayicon.c
9188                 Fix crash at exit - we have to disconnect
9189                 our handlers
9190         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9191                 Update eggtrayicon - patch adapted from a
9192                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9193                 on Sylpheed's ML
9194
9195 2006-09-05 [colin]      2.4.0cvs151
9196
9197         * src/mainwindow.c
9198         * src/gtk/logwindow.c
9199                 Fix race condition when something writes
9200                 to the log too soon during init. Thanks
9201                 to Fabien Vantard
9202
9203 2006-09-05 [colin]      2.4.0cvs150
9204
9205         * src/mimeview.c
9206                 Don't select part on right-click either
9207
9208 2006-09-05 [paul]       2.4.0cvs149
9209
9210         * src/mimeview.c
9211                 completion of previous commit
9212                 Thanks to Colin
9213
9214 2006-09-05 [colin]      2.4.0cvs148
9215
9216         * src/mimeview.c
9217                 Don't force selection on middle-click, just open
9218
9219 2006-09-04 [colin]      2.4.0cvs147
9220
9221         * src/mimeview.c
9222                 Looks like gtk_notebook_set_current_page()
9223                 sometimes steals focus, and this annoys us
9224                 in MimeViewers as it renders navigation
9225                 keys useless. Take back focus after switching
9226                 pages.
9227
9228 2006-09-04 [colin]      2.4.0cvs146
9229
9230         * src/messageview.c
9231                 Set stop_loading when clicking on Next
9232                 during load. Don't add a callback to 
9233                 avoid over-complicating things.
9234
9235 2006-09-04 [colin]      2.4.0cvs145
9236
9237         * src/mimeview.c
9238         * src/messageview.c
9239                 Fix multiple loads in separate messageview
9240
9241 2006-09-04 [colin]      2.4.0cvs144
9242
9243         * src/summaryview.c
9244                 Let navigation keys be handled during 
9245                 load
9246
9247 2006-09-04 [colin]      2.4.0cvs143
9248
9249         * src/messageview.c
9250         * src/summaryview.c
9251         * src/textview.c
9252         * src/textview.h
9253                 Make loading of huge mails (lots of text and/or
9254                 images) cancellable, so the GUI doesn't block 
9255
9256 2006-09-04 [colin]      2.4.0cvs142
9257
9258         * src/plugins/trayicon/trayicon.c
9259                 Fix annoyance when removing a folder with 
9260                 unread mails: trayicon didn't update
9261
9262 2006-09-04 [paul]       2.4.0cvs141
9263
9264         * src/gtk/icon_legend.c
9265                 straighten up columns
9266                 Patch by Fabien Vantard
9267
9268 2006-09-04 [wwp]        2.4.0cvs140
9269
9270         * src/prefs_filtering.c
9271                 fix new line's account name in filtering prefs:
9272                 was "All", is now "(New)".
9273
9274 2006-09-04 [paul]       2.4.0cvs139
9275
9276         * tools/make.themes.project
9277                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9278                 instead of homebrewed "make release"
9279
9280 2006-09-03 [colin]      2.4.0cvs138
9281
9282         * src/folderview.c
9283                 Fix bug #1007 (Wrong folder highlighted)
9284
9285 2006-09-03 [colin]      2.4.0cvs137
9286
9287         * src/compose.c
9288                 Don't set Newsgroup: header to a mail folder
9289                 path
9290
9291 2006-09-03 [paul]       2.4.0cvs136
9292
9293         * src/prefs_other.c
9294         * src/prefs_spelling.c
9295                 unify the gui
9296
9297 2006-09-03 [paul]       2.4.0cvs135
9298
9299         * src/prefs_summaries.c
9300                 correct menu item text in prefs_keybind_apply_clicked()
9301
9302 2006-09-03 [paul]       2.4.0cvs134
9303
9304         * manual/advanced.xml
9305                 some improvements to the descriptions
9306         * src/mainwindow.c
9307         * src/messageview.c
9308         * src/summaryview.c
9309         * src/gtk/menu.c
9310                 fix menu sensitivity issues
9311         * src/prefs_message.c
9312                 drop the useless word 'short'
9313         * src/prefs_other.c
9314                 add the word 'lines' indicating log length
9315                 is a measure of lines
9316         * src/textview.c
9317                 fix compilation warnings
9318
9319 2006-09-02 [colin]      2.4.0cvs133
9320
9321         * src/messageview.c
9322                 Display a special return-receipt message
9323                 if the message is from the user
9324         * src/summaryview.c
9325                 Fix missing freeze of the list when marking
9326                 all read and unthreading for exec. Thanks
9327                 to Stephan Sachse.
9328
9329 2006-09-02 [paul]       2.4.0cvs132
9330
9331         * src/mainwindow.c
9332         * src/prefs_message.c
9333         * src/summaryview.c
9334                 fix some english
9335
9336 2006-09-02 [wwp]        2.4.0cvs131
9337
9338         * src/prefs_filtering.c
9339                 added an account name column to the filtering rules
9340                 dialog.
9341
9342 2006-09-02 [colin]      2.4.0cvs130
9343
9344         * src/gtk/logwindow.c
9345         * src/gtk/logwindow.h
9346                 Block scrolling if we're not at the end
9347                 of the log
9348
9349 2006-09-02 [colin]      2.4.0cvs129
9350
9351         * src/folder.c
9352                 Make sure account-specific rules can't
9353                 be used in {pre-,post-,}processing
9354         * src/mainwindow.c
9355         * src/gtk/logwindow.c
9356         * src/gtk/logwindow.h
9357                 Jump to last error when clicking on the
9358                 warning icon
9359
9360 2006-09-02 [colin]      2.4.0cvs128
9361
9362         * src/imap.c
9363         * src/import.c
9364         * src/mainwindow.c
9365         * src/mainwindow.h
9366                 Fix warning icon
9367         * src/inc.c
9368         * src/mbox.c
9369         * src/mbox.h
9370                 Let proc_mbox know its account, for
9371                 account-specific rules
9372
9373 2006-09-01 [colin]      2.4.0cvs127
9374
9375         * src/codeconv.c
9376                 Don't uselessly use iconv to convert from
9377                 us-ascii
9378         * src/alertpanel.c
9379         * src/mainwindow.c
9380         * src/mainwindow.h
9381         * src/inc.c
9382                 Fix certain log cases, disable warning icon
9383                 for now, the correct way to display it when
9384                 necessary and only when necessary is probably
9385                 to do it manually rather than use error logs
9386         * src/etpan/imap-thread.c
9387                 Clean up UID logging a bit
9388         * src/gtk/logwindow.c
9389         * src/gtk/logwindow.h
9390                 Make logging faster when the window's closed
9391
9392 2006-09-01 [wwp]        2.4.0cvs126
9393
9394         * manual/fr/account.xml
9395                 reflect changes to the ref. manual (parts of cvs72):
9396                 fix tabnames and quotes.
9397
9398 2006-09-01 [wwp]        2.4.0cvs125
9399
9400         * manual/fr/plugins.xml
9401                 reflect changes to the reference manual (cvs42):
9402                 update IRC channel info.
9403
9404 2006-09-01 [wwp]        2.4.0cvs124
9405
9406         * commitHelper
9407                 use CVSEDITOR env. var. if set, according to `man cvs`.
9408
9409 2006-09-01 [wwp]        2.4.0cvs123
9410
9411         * manual/advanced.xml
9412                 better sentence again (thanks to Paul).
9413
9414 2006-09-01 [wwp]        2.4.0cvs122
9415
9416         * manual/advanced.xml
9417         fix definition of toolbar_detachable and rework a bit the one of
9418         enable_dotted_lines.
9419
9420 2006-09-01 [mones]      2.4.0cvs121
9421
9422         * manual/advanced.xml
9423                 Document enable_dotted_lines
9424
9425 2006-09-01 [paul]       2.4.0cvs120
9426
9427         * src/folderview.c
9428         * src/folderview.h
9429         * src/imap.c
9430         * src/mainwindow.c
9431         * src/summaryview.c
9432                 obey the 'When entering folder...' option
9433                 when using the /View/Go to/... menu items
9434                 Thanks to Colin
9435
9436 2006-08-31 [colin]      2.4.0cvs119
9437
9438         * src/folderview.c
9439                 Revert 2.4.0cvs116, wrong fix.
9440
9441 2006-08-31 [colin]      2.4.0cvs118
9442
9443         * src/gtk/gtksctree.c
9444                 Better state the various copyrights
9445
9446 2006-08-31 [colin]      2.4.0cvs117
9447
9448         * src/prefs_common.c
9449                 fix enable_dotted_lines
9450
9451 2006-08-31 [colin]      2.4.0cvs116
9452
9453         * src/folderview.c
9454                 Use pref "Always open on select" when going
9455                 to next unread folder
9456         * src/gtk/gtksctree.c
9457                 Fix link failure to _gtk_clist_create_cell_layout
9458                 on certain computers. (Why not mine, I wonder)
9459
9460 2006-08-31 [colin]      2.4.0cvs115
9461
9462         * src/procmsg.c
9463         * src/textview.c
9464         * src/plugins/bogofilter/bogofilter.c
9465         * src/plugins/spamassassin/spamassassin.c
9466                 Requalify some "errors" to warnings
9467         * src/mainwindow.c
9468         * src/mainwindow.h
9469         * src/statusbar.c
9470                 Add an icon in the statusbar to notify
9471                 of errors
9472         * src/gtk/gtksctree.c
9473         * src/folderview.c
9474         * src/summaryview.c
9475                 Make the GtkSCTree look more modern by
9476                 alternating background lines
9477         * src/prefs_common.c
9478         * src/prefs_common.h
9479                 Add a pref to let people have the old
9480                 way if they prefer
9481
9482
9483 2006-08-30 [colin]      2.4.0cvs114
9484
9485         * src/procmsg.c
9486         * src/procmsg.h
9487                 Provide a way to filter a list of
9488                 messages in an optimised manner, and
9489                 add a list-filtering hook
9490         * src/folder.c
9491         * src/inc.c
9492         * src/mbox.c
9493                 Use the list filtering
9494         * src/plugins/bogofilter/bogofilter.c
9495                 Use the list-filtering hook
9496                 Use -b (bulk) mode for more speed
9497                 when learning and filtering
9498         * src/etpan/imap-thread.c
9499                 Make log output shorter in UID SEARCH
9500
9501
9502 2006-08-30 [colin]      2.4.0cvs113
9503
9504         * src/plugins/bogofilter/bogofilter.c
9505                 Really fast mass learning - thanks to David
9506                 Relson for the options explanations :)
9507
9508 2006-08-30 [colin]      2.4.0cvs112
9509
9510         * src/msgcache.c
9511                 Fix compilation on FreeBSD. Thanks
9512                 to Michael Hugues
9513
9514 2006-08-29 [colin]      2.4.0cvs111
9515
9516         * src/folderview.c
9517                 Handle "popup_menu" signal (for popping the 
9518                 menu via the keyboard)
9519         * src/mimeview.c
9520         * src/mimeview.h
9521         * src/summaryview.c
9522         * src/textview.c
9523         * src/gtk/gtkutils.c
9524         * src/gtk/gtkutils.h
9525                 Factorize scrolling code, and add an API 
9526                 for MimeViewers to handle scroll orders
9527
9528 2006-08-29 [wwp]        2.4.0cvs110
9529
9530         * src/plugins//bogofilter/bogofilter.c
9531         * src/plugins//spamassassin/spamassassin.c
9532                 make the bogofilter/spamassassin filtering error dialogs at
9533         incorporation obey to the "don't popup error dialog on
9534         receive error" option. If disabled, feed the log window w/
9535         the error message.
9536
9537 2006-08-29 [paul]
9538
9539         2.5.0-rc2 released
9540
9541 2006-08-29 [paul]       2.4.0cvs109
9542
9543         * Makefile.am
9544                 remove 'make release', it's not needed
9545                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9546
9547 2006-08-29 [paul]       2.4.0cvs108
9548
9549         * src/foldersel.c
9550         * src/summary_search.c
9551         * src/gtk/progressdialog.c
9552         * src/plugins/pgpcore/passphrase.c
9553                 replace deprecated gtk_window_set_policy()
9554
9555 2006-08-29 [colin]      2.4.0cvs107
9556
9557         * src/folder.c
9558                 Fix data loss when copy fails during a move:
9559                 only use fast remove_msgs if everything was
9560                 copied OK; else use slow remove_msg on the
9561                 mails that got copied only.
9562
9563 2006-08-28 [paul]       2.4.0cvs106
9564
9565         * src/mh.c
9566                 revert change in 2.4.0cvs104, it breaks
9567                 stuff
9568
9569 2006-08-28 [paul]       2.4.0cvs105
9570
9571         * src/plugins/spamassassin/spamassassin.c
9572                 english fix
9573
9574 2006-08-28 [paul]       2.4.0cvs104
9575
9576         * src/mh.c
9577                 fix data loss when moving to another
9578                 mailbox fails
9579         * src/prefs_spelling.c
9580                 improve the english
9581         * src/gtk/pluginwindow.c
9582                 improve the layout of the dialog text
9583         All thanks to Colin
9584
9585 2006-08-28 [paul]       2.4.0cvs103
9586
9587         * src/plugins/bogofilter/bogofilter.c
9588         * src/plugins/bogofilter/bogofilter_gtk.c
9589                 fix english up a bit, innit
9590
9591 2006-08-28 [paul]       2.4.0cvs102
9592
9593         * configure.ac
9594         * po/Makefile.in.in
9595         * po/Makevars
9596                 require autoconf 2.60, enabling building
9597                 with gettext 0.15 (gettext 0.14.x build still
9598                 possible). Replace Makefiles with versions
9599                 from gettext 0.15.
9600                 Remove configure options --with-localedir and
9601                 --with-mandir. The options that are provided
9602                 directly by autoconf 2.60 can be used instead:
9603                 --mandir --localedir
9604
9605 2006-08-27 [colin]      2.4.0cvs101
9606
9607         * src/plugins/bogofilter/Makefile.am
9608                 Fix make dist (no README)
9609
9610 2006-08-27 [colin]      2.4.0cvs100
9611
9612         * src/folder.c
9613                 Don't use F_UNKNOWN folders for any default
9614                 outbox/trash/etc
9615         * src/plugins/bogofilter/bogofilter.c
9616         * src/plugins/bogofilter/bogofilter.h
9617         * src/plugins/bogofilter/bogofilter_gtk.c
9618                 Add an option to specify the path to bogofilter
9619                 Use single-quotes to be able to learn in folders
9620                 with spaces in their names
9621                 Verify learning status
9622
9623 2006-08-27 [colin]      2.4.0cvs99
9624
9625         * manual/faq.xml
9626         * manual/plugins.xml
9627                 Document Bogofilter plugin
9628
9629 2006-08-27 [colin]      2.4.0cvs98
9630
9631         * src/compose.c
9632         * src/messageview.c
9633         * src/procmsg.c
9634         * src/procmsg.h
9635                 When possible, copy the queued mail to sent folder
9636                 instead of re-adding. Much faster on IMAP.
9637
9638 2006-08-27 [colin]      2.4.0cvs97
9639
9640         * src/msgcache.c
9641                 Disable mmaped caches - huge metadata loss
9642                 here after a power failure.
9643         * src/summaryview.c
9644                 Add quicksearch timing
9645         * src/common/plugin.c
9646         * src/common/plugin.h
9647                 Implement an interface to tell what plugins
9648                 provide. Prevent loading of similar plugins.
9649         * src/plugins/clamav/clamav_plugin.c
9650         * src/plugins/demo/demo.c
9651         * src/plugins/dillo_viewer/dillo_viewer.c
9652         * src/plugins/pgpcore/plugin.c
9653         * src/plugins/pgpinline/pgpinline.c
9654         * src/plugins/pgpmime/pgpmime.c
9655         * src/plugins/spamassassin/spamassassin.c
9656         * src/plugins/trayicon/trayicon.c
9657                 Implement plugin_provides()
9658
9659 2006-08-27 [colin]      2.4.0cvs96
9660
9661         * configure.ac
9662         * src/plugins/Makefile.am
9663         * src/plugins/bogofilter/.cvsignore
9664         * src/plugins/bogofilter/Makefile.am
9665         * src/plugins/bogofilter/bogofilter.c
9666         * src/plugins/bogofilter/bogofilter.h
9667         * src/plugins/bogofilter/bogofilter_gtk.c
9668                 New Bogofilter plugin, provides filtering and
9669                 learning. Spamassassin will go to extra plugins.
9670
9671 2006-08-26 [mones]      2.4.0cvs95
9672
9673         * manual/handling.xml
9674                 Fix subfolder path in the example (thanks to Paul) 
9675
9676 2006-08-26 [mones]      2.4.0cvs94
9677
9678         * manual/glossary.xml
9679                 2.2. + add ISP to the glossary
9680                 7.5. + Add UIDL to glossary
9681                 7.7. + Add TCP to glossary
9682         * manual/handling.xml
9683                 7.1. + Mentions GNU/Linux distribution, what about the non...
9684                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9685                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9686                 7.4. = Use appropriate quotation for commands
9687                 7.6. = change "" to <quote></quote>
9688         * manual/plugins.xml
9689                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9690         * manual/starting.xml
9691                 2.1. + local mbox file: some examples of mbox file locations...
9692                 Also reformatted files requiring it
9693
9694 2006-08-26 [wwp]        2.4.0cvs93
9695
9696         * src/summary_search.c
9697                 disable find buttons while summary search is running.
9698
9699 2006-08-25 [colin]      2.4.0cvs92
9700
9701         * src/folder.c
9702         * src/folderutils.c
9703         * src/mh.c
9704         * src/procmsg.h
9705         * src/summaryview.c
9706                 Speed up MH moving, and add progressbar
9707                 for MH deletion
9708         * src/msgcache.c
9709                 Write cache files using mmap() too
9710
9711 2006-08-25 [wwp]        2.4.0cvs91
9712
9713         * src/summaryview.c
9714                 switch spam<->ham button when a message has been marked as spam or ham
9715                 and is still selected. Thanks to Colin.
9716
9717 2006-08-25 [paul]       2.4.0cvs90
9718
9719         * src/Makefile.am
9720         * src/stock_pixmap.c
9721         * src/stock_pixmap.h
9722         * src/summaryview.c
9723         * src/gtk/icon_legend.c
9724         * src/pixmaps/copied.xpm
9725         * src/pixmaps/moved.xpm
9726                 add icons for delayed execution marked for
9727                 copying, marked for moving
9728
9729 2006-08-25 [mones]      2.4.0cvs89
9730
9731         * manual/glossary.xml
9732                 Fix the other glossary items:
9733                 5.1. = Inmmediate execution -> <quote>immediate execution...
9734                 5.2. = Fix MBOX capitalization -> Mbox
9735                 5.3. + Improve Plugins def. w/ tech. ref.
9736                 5.4. = Quotation -> replace '>' by <quote>></quote>
9737                 5.5. - SMTP Server. -> remove dot
9738         * po/es.po
9739                 Updated translation
9740
9741 2006-08-25 [mones]      2.4.0cvs88
9742
9743         * manual/ack.xml
9744                 Reformatted, changed email address
9745         * manual/glossary.xml
9746                 Reformatted, fixed MANUAL-TODO items:
9747                 8.2. + add ROT-13 to glossary
9748                 8.4. + add URL to glossary
9749         * manual/es/advanced.xml
9750                 Fixed <literal>s
9751
9752 2006-08-25 [paul]       2.4.0cvs87
9753
9754         * src/gtk/icon_legend.c
9755                 add 'marked for deletion' icon
9756                 arrange icons by containing column
9757                 wrap long label text
9758
9759 2006-08-25 [colin]      2.4.0cvs86
9760
9761         * src/common/utils.c
9762         * src/common/utils.h
9763                 Add the sc_g_*list_bigger functions in
9764                 a place everyone can use it
9765         * src/summaryview.c
9766                 Only freeze/thaw the list when working
9767                 on the selection, if it's bigger than 1
9768         * src/gtk/gtksctree.c
9769                 Only freeze/thaw the list when unselec-
9770                 ting 'all' if ('all' != 1)
9771                 This avoids some flickering
9772
9773 2006-08-24 [colin]      2.4.0cvs85
9774
9775         * src/addressbook.c
9776                 Fix strange list selection
9777                 Fix random seg (Invalid read of freed memory)
9778
9779 2006-08-24 [colin]      2.4.0cvs84
9780
9781         * src/alertpanel.c
9782         * src/gtk/inputdialog.c
9783         * src/plugins/pgpcore/passphrase.c
9784                 Revert minimal width patch of 2.4.0cvs67,
9785                 as it is also a maximal width. Use 
9786                 gtk_window_set_default_size instead.
9787
9788 2006-08-24 [colin]      2.4.0cvs83
9789
9790         * src/msgcache.c
9791                 Write cache/mark to temp files before
9792                 overwriting old ones (avoids metadata
9793                 loss if writing the new files fail).
9794                 Use mmap() to read cache/mark file, as
9795                 this makes cache reading faster. Dis-
9796                 abled for big-endian machines until it
9797                 can be tested. (Big-endian users: set
9798                 msgcache_use_mmap = TRUE in the relevant
9799                 #if).
9800         * src/procmsg.h
9801                 Move rarely used fields of MsgInfo in 
9802                 another structure, which will only be
9803                 allocated if needed. Face, X-Face,
9804                 Return receipt headers and List-*
9805                 headers are moved. Mails having none
9806                 of these occupy 52 bytes less with
9807                 this patch, which makes 2.5MB of RAM
9808                 saved on a 50k folder).
9809         * src/headerview.c
9810         * src/mainwindow.c
9811         * src/messageview.c
9812         * src/partial_download.c
9813         * src/procheader.c
9814         * src/procmsg.c
9815         * src/textview.c
9816                 Follow this structure change.
9817
9818 2006-08-24 [wwp]        2.4.0cvs82
9819
9820         * manual/es/.cvsignore
9821         * manual/es/dist/.cvsignore
9822         * manual/es/dist/html/.cvsignore
9823         * manual/es/dist/pdf/.cvsignore
9824         * manual/es/dist/ps/.cvsignore
9825         * manual/es/dist/txt/.cvsignore
9826                 more (generated) files to ignore.
9827
9828 2006-08-24 [colin]      2.4.0cvs81
9829
9830         * src/folder.c
9831         * src/mh.c
9832                 Fix possible problems with local delivery. Check the folder doesn't
9833                 need scan before setting its mtime when saving cache (which can be
9834                 done long after the folder's been modified by an external process);
9835                 Check that the stored item's mtime didn't change in mh functions.
9836
9837 2006-08-24 [mones]      2.4.0cvs80
9838
9839         * manual/advanced.xml
9840                 Rewrapping, some fixes and MANUAL-TODO items:
9841                 8.1. = change "" to <quote></quote>
9842                 8.3. = quote menu items
9843                 8.5. - deploying -> new user ... ideally a new user (redundant)
9844
9845 2006-08-23 [colin]      2.4.0cvs79
9846
9847         * src/gtk/gtksctree.c
9848                 When selecting or deselecting range, only
9849                 freeze/thaw when selection is bigger than 10
9850
9851 2006-08-23 [colin]      2.4.0cvs78
9852
9853         * src/messageview.c
9854         * src/mimeview.c
9855         * src/mimeview.h
9856         * src/plugins/dillo_viewer/dillo_viewer.c
9857                 Provide an API for MimeViewer plugins to
9858                 return a text selection for replying
9859
9860 2006-08-23 [colin]      2.4.0cvs77
9861
9862         * src/image_viewer.c
9863         * src/textview.c
9864                 Use gtk_pixbuf_new_from_file_at_scale(), which
9865                 is faster than getting the pixbuf then resizing
9866                 it.
9867
9868 2006-08-23 [colin]      2.4.0cvs76
9869
9870         * src/procmime.c
9871                 UTF-8 should be sent Quoted-printable
9872
9873 2006-08-22 [colin]      2.4.0cvs75
9874
9875         * src/mh.c
9876                 Check if scan is required before touching
9877                 the folder (or it'll be required every time)
9878
9879 2006-08-22 [colin]      2.4.0cvs74
9880
9881         * configure.ac
9882                 Require libetpan 0.46 (crasher fix when built
9883                 against gnutls)
9884
9885 2006-08-22 [colin]      2.4.0cvs73
9886
9887         * src/folder.c
9888                 Set folder's mtime after writing its
9889                 cache
9890         * src/folderview.c
9891                 Add some timing
9892         * src/procmsg.c
9893                 Don't do useless stuff if we don't 
9894                 thread by subject
9895         * src/summaryview.c
9896                 Add some timing, don't deselect prior
9897                 to selecting (gtksctree does it itself),
9898                 remove crash avoidance hacks as it's been
9899                 properly fixed since a while
9900         * src/common/utils.c
9901                 Optimize to_human_readable(): _() is slow,
9902                 do it only once, and avoid %f format for KB
9903                 (the most common in a summaryview)
9904         * src/gtk/gtksctree.c
9905                 Don't uselessly freeze/thaw (fixes flicker
9906                 on next unread and friends), reduce number
9907                 of g_list_nth/g_list_position where possible
9908         * src/gtk/gtkutils.c
9909         * src/gtk/gtkutils.h
9910                 Reduce number of g_list_nth/g_list_position
9911                 where possible.
9912                 All of this makes loading as 70k folder 2.1
9913                 seconds instead of 3.2 (with hot FS caches).
9914                 (1.3 seconds without Date and Size columns...)
9915
9916 2006-08-22 [paul]       2.4.0cvs72
9917
9918         wrap documents and do some items from mones' MANUAL-TODO:
9919
9920         * manual/account.xml
9921                 4.1. = fix tabname references to <quote>tabname</quote>
9922                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
9923         * manual/faq.xml
9924                 1.1. = mentioned options don't match UI
9925                 Add information about the 'Never send Return Receipts'
9926                 option
9927         * manual/handling.xml
9928                 6.2. = Mentions Extended symbols button, but now is
9929                 named Information
9930                 6.3. = Mentions ... button, which is now Edit
9931
9932 2006-08-22 [colin]      2.4.0cvs71
9933
9934         * src/gtk/pluginwindow.c
9935                 Fix layout in verbose translations (such
9936                 as french)
9937
9938 2006-08-22 [paul]       2.4.0cvs70
9939
9940         * manual/Makefile.am
9941                 build manuals in alphabetical order
9942         * src/addressbook.c
9943         * src/prefs_themes.c
9944                 replace/remove deprecated symbols
9945         * src/gtk/gtkutils.c
9946                 fix a warning
9947         * src/gtk/pluginwindow.c
9948                 replace deprecated symbol
9949                 replace label text and move it
9950         * src/plugins/pgpcore/prefs_gpg.c
9951                 move the 'Generate...' button out of the
9952                 Sign Key frame, replace the English used
9953         * src/plugins/pgpcore/sgpgme.c
9954                 fixes to the English
9955
9956 2006-08-21 [colin]      2.4.0cvs69
9957
9958         * src/plugins/trayicon/trayicon.c
9959                 Add more strings for translation; patch
9960                 by Pawel
9961
9962 2006-08-21 [colin]      2.4.0cvs68
9963
9964         * src/compose.c
9965                 fix replied flag not set after drafting
9966         * src/matcher.c
9967                 fix body quicksearch in non-encoded bodies
9968                 containing '='
9969         * src/msgcache.c
9970                 Get rid of the g_malloc workaround for
9971                 corrupted caches, use g_try_malloc
9972
9973 2006-08-21 [colin]      2.4.0cvs67
9974
9975         * src/alertpanel.c
9976         * src/gtk/inputdialog.c
9977         * src/plugins/pgpcore/passphrase.c
9978                 Set minimal width to 375
9979         * src/mainwindow.c
9980                 Fix switching to offline, asking if it 
9981                 should be overriden for synchronising
9982         * src/mimeview.c
9983                 Don't offer to remember command on Open 
9984                 with for text parts, as the browser or 
9985                 text editor command isn't changed from 
9986                 there
9987
9988 2006-08-20 [paul]       2.4.0cvs66
9989
9990         * po/ko.po
9991         * po/zh_CN.po
9992                 fix plural form errors. revealed by stricter
9993                 checking of gettext 0.15
9994
9995 2006-08-18 [paul]       2.4.0cvs65
9996
9997         * src/stock_pixmap.c
9998                 fix the fix of 2.4.0cvs64
9999                 Thanks to Colin
10000
10001 2006-08-18 [paul]       2.4.0cvs64
10002
10003         * src/stock_pixmap.c
10004                 fix leaks
10005                 Thanks to Colin
10006
10007 2006-08-18 [paul]       2.4.0cvs63
10008
10009         * src/compose.c
10010         * src/procmsg.c
10011                 fix occasional IMAP bug where large msgs
10012                 were left in the queue folder after sending
10013                 Thanks to Colin
10014
10015 2006-08-18 [paul]       2.4.0cvs62
10016
10017         * src/folderview.c
10018                 freeze the summaryview while quicksearch results
10019                 are displayed
10020                 (fixes bug 456 'current message is hidden when the
10021                 view is refreshed and extended search is "unread 
10022                 messages"')
10023                 Thanks to Colin
10024         * src/textview.c
10025                 add missing #include "inputdialog.h"
10026         * src/common/utils.h
10027                 add missing mailcap_update_default() and improve
10028                 readability
10029
10030 2006-08-17 [colin]      2.4.0cvs61
10031
10032         * src/plugins/pgpcore/select-keys.c
10033                 Fix warnings :)
10034
10035 2006-08-17 [colin]      2.4.0cvs60
10036
10037         * src/compose.c
10038                 Don't continue queuing if Cancel is clicked
10039                 in select-keys
10040
10041 2006-08-17 [colin]      2.4.0cvs59
10042
10043         * src/plugins/pgpcore/select-keys.c
10044                 When encrypting, if only one key matches and it 
10045                 matches exactly, automatically use it.
10046
10047 2006-08-17 [colin]      2.4.0cvs58
10048
10049         * src/mimeview.c
10050         * src/prefs_common.c
10051         * src/prefs_common.h
10052         * src/prefs_ext_prog.c
10053         * src/textview.c
10054                 Fix issues with previous patch (text/html)
10055                 Remove outdated prefs
10056
10057 2006-08-17 [colin]      2.4.0cvs57
10058
10059         * src/imap.c
10060                 Add View Log button on auth error
10061         * src/procmsg.c
10062                 Fix encrypted mail marked as new when
10063                 saved in normal folders
10064         * src/plugins/pgpinline/pgpinline.c
10065                 Fix encrypt bug on IMAP
10066         * src/mimeview.c
10067         * src/common/utils.c
10068         * src/common/utils.h
10069         * src/gtk/inputdialog.c
10070         * src/gtk/inputdialog.h
10071                 Get rid of metamail stuff, simplify
10072                 opening, and allow remembering of user's
10073                 choices (by updating ~/.mailcap). There's
10074                 still to drop "Audio player" and "Image
10075                 viewer" preferences.
10076
10077 2006-08-17 [mones]      2.4.0cvs56
10078
10079         * manual/es/sylpheed-claws-manual.xml
10080                 fix DTD path
10081
10082 2006-08-17 [mones]      2.4.0cvs55
10083
10084         * configure.ac
10085         * manual/Makefile.am
10086         * manual/es/Makefile.am
10087         * manual/es/account.xml
10088         * manual/es/ack.xml
10089         * manual/es/addrbook.xml
10090         * manual/es/advanced.xml
10091         * manual/es/faq.xml
10092         * manual/es/glossary.xml
10093         * manual/es/gpl.xml
10094         * manual/es/handling.xml
10095         * manual/es/intro.xml
10096         * manual/es/keyboard.xml
10097         * manual/es/plugins.xml
10098         * manual/es/starting.xml
10099         * manual/es/sylpheed-claws-manual.xml
10100         * manual/es/dist/Makefile.am
10101         * manual/es/dist/html/Makefile.am
10102         * manual/es/dist/pdf/Makefile.am
10103         * manual/es/dist/ps/Makefile.am
10104         * manual/es/dist/txt/Makefile.am
10105                 Spanish translation for the manual
10106
10107 2006-08-16 [colin]      2.4.0cvs54
10108
10109         * src/compose.c
10110         * src/main.c
10111         * src/mainwindow.c
10112                 Fix send button sensitivity at startup
10113                 Set send menu sensitivity (patch by Fabien)
10114         * src/ssl_manager.c
10115                 Enable closing with esc (patch by Fabien)
10116         * src/gtk/foldersort.c
10117                 Enable closing with esc (patch by Fabien)
10118         * src/procmime.c
10119                 Optimisation (no need to copy to tempfile to
10120                 "decode" 7bit and 8bit)
10121         * src/summaryview.c
10122                 Fix cruft in swap_from case
10123         * src/textview.c
10124                 Fix missing last line in some mail cases 
10125                 (Fixes debian #381872)
10126         * src/plugins/pgpcore/prefs_gpg.c
10127         * src/plugins/pgpcore/sgpgme.c
10128         * src/plugins/pgpcore/sgpgme.h
10129                 Don't show "no key found" when user explicitely
10130                 wants to create a key
10131
10132 2006-08-16 [paul]       2.4.0cvs53
10133
10134         * configure.ac
10135         * src/account.c
10136         * src/addressbook.c
10137         * src/headerview.c
10138         * src/prefs_account.c
10139         * src/prefs_message.c
10140         * src/gtk/gtkutils.c
10141                 bump up minimum required versions of GTK+ and
10142                 GLIB to 2.6.0
10143
10144 2006-08-16 [paul]       2.4.0cvs52
10145
10146         * src/toolbar.c
10147                 workaround GTK+ Bug 351600 - 'Can't re-click
10148                 on button after sensitivity update'
10149                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10150                 Thanks to Colin
10151
10152 2006-08-15 [colin]      2.4.0cvs51
10153
10154         * src/plugins/pgpcore/prefs_gpg.c
10155                 Set options sensitivity according to
10156                 key existence
10157         * src/plugins/pgpcore/sgpgme.c
10158                 Allow to create key with no passphrase
10159
10160 2006-08-14 [cleroy]     2.4.0cvs50
10161
10162         * src/gtk/pluginwindow.c
10163                 New layout (maybe to be changed?)
10164         * src/gtk/gtkutils.c
10165                 Fix a bit label_window
10166         * src/plugins/pgpcore/passphrase.c
10167         * src/plugins/pgpcore/passphrase.h
10168         * src/plugins/pgpcore/plugin.c
10169         * src/plugins/pgpcore/prefs_gpg.c
10170         * src/plugins/pgpcore/prefs_gpg.h
10171         * src/plugins/pgpcore/sgpgme.c
10172         * src/plugins/pgpcore/sgpgme.h
10173                 Allow to create a PGP private key via the GUI
10174
10175 2006-08-14 [wwp]        2.4.0cvs49
10176
10177         * src/addressbook_foldersel.c
10178                 fix strict ISO C90 compliance.
10179
10180 2006-08-14 [paul]       2.4.0cvs48
10181
10182         * src/gtk/prefswindow.c
10183                 re-set scrolled window on opening
10184                 Patch by Ticho
10185
10186 2006-08-14 [paul]
10187
10188         2.5.0-rc1 released
10189
10190 2006-08-14 [paul]       2.4.0cvs47
10191
10192         * src/prefs_display_header.c
10193                 re-enable user-defined Displayed Headers
10194
10195 2006-08-14 [paul]       2.4.0cvs46
10196
10197         * src/prefs_account.c
10198                 use GTK_STOCK_EDIT
10199
10200 2006-08-13 [colin]      2.4.0cvs45
10201
10202         * src/common/utils.c
10203                 Fix "a" in quote when the original message is empty,
10204                 by using \0 instead of 'a' to test writability of
10205                 temp files.
10206
10207 2006-08-13 [wwp]        2.4.0cvs44
10208
10209         * src/plugins/spamassassin/spamassassin.c
10210                 fix capitalization of "SpamAssassin" in some debug, log and
10211                 dialog messages.
10212
10213 2006-08-13 [paul]       2.4.0cvs43
10214
10215         * src/editldap.c
10216                 fix overlapping widgets
10217         * src/prefs_account.c
10218                 fix translation of protocol_names[]
10219                 fix label disappearing off the edge of the
10220                 visible area
10221
10222 2006-08-12 [paul]       2.4.0cvs42
10223
10224         * manual/plugins.xml
10225                 update IRC channel info before it gets forgotten
10226                 about
10227
10228 2006-08-11 [colin]      2.4.0cvs41
10229
10230         * src/compose.c
10231         * src/mainwindow.c
10232         * src/mainwindow.h
10233         * src/procmsg.c
10234         * src/procmsg.h
10235         * src/summaryview.c
10236         * src/toolbar.c
10237                 Grey out the Send button if
10238                 - Queue folders are empty, or
10239                 - We're sending already
10240
10241 2006-08-11 [wwp]        2.4.0cvs40
10242
10243         * src/main.c
10244                 fix a logic issue when quitting while a compose window is
10245                 still open, thanks to Colin.
10246
10247 2006-08-10 [colin]      2.4.0cvs39
10248
10249         * src/main.c
10250                 Fix default font size setting after wizard run
10251         * src/imap.c
10252         * src/etpan/imap-thread.c
10253         * src/etpan/imap-thread.h
10254                 Fix bug #999 (Timing out on TSL cert validation 
10255                 dialog makes ugly things happen). Also, STARTTLS
10256                 unconditionnaly if initial capabilities contain
10257                 LOGINDISABLED and STARTTLS.
10258
10259 2006-08-09 [colin]      2.4.0cvs38
10260
10261         * src/mainwindow.c
10262         * src/mainwindow.h
10263                 Fix Tools/Actions sensitivity when there are
10264                 no actions
10265
10266 2006-08-09 [colin]      2.4.0cvs37
10267
10268         * src/prefs_filtering.c
10269                 Warning fix, patch by Paul
10270         * src/messageview.c
10271         * src/prefs_actions.c
10272         * src/prefs_filtering_action.c
10273         * src/prefs_matcher.c
10274                 Uniformisation of "Info ..." to "Info..." (for
10275                 old gtk), patch by Fabien
10276         * src/plugins/clamav/clamav_plugin_gtk.c
10277                 Sensitivity fix by Fabien
10278
10279 2006-08-09 [colin]      2.4.0cvs36
10280
10281         * src/main.c
10282         * src/main.h
10283                 Add a function to know whether we're exiting
10284         * src/plugins/trayicon/trayicon.c
10285                 If exiting, don't do anything. Faster, and
10286                 avoids gtk_main_iteration reentracy causing
10287                 segfaults at exit
10288
10289 2006-08-09 [colin]      2.4.0cvs35
10290
10291         * src/messageview.c
10292         * src/mimeview.c
10293         * src/mimeview.h
10294                 Fix lack of part selection when automatically 
10295                 jumping to a specific part
10296         * src/msgcache.c
10297                 Little optimisation in cache reading
10298
10299 2006-08-09 [colin]      2.4.0cvs34
10300
10301         * src/compose.c
10302                 Fix crash setting the priority on reedit
10303                 (Accessing compose before creating it!)
10304
10305 2006-08-08 [colin]      2.4.0cvs33
10306
10307         * src/procmime.c
10308                 Fix bug #998 (last attachment is not accessible)
10309                 Bad RFC interpretation on multipart close-delimiters
10310         * src/mimeview.c
10311         * src/mimeview.h
10312         * src/gtk/gtkvscrollbutton.c
10313         * src/gtk/gtkvscrollbutton.h
10314                 Make attachments list wheel-scrollable
10315
10316 2006-08-07 [colin]      2.4.0cvs32
10317
10318         * src/gtk/gtkaspell.c
10319                 Fix bug #973 (Unicode punctation characters 
10320                 are not recognized as separators by the
10321                 spell checker); fix unsigned stuff
10322
10323 2006-08-07 [colin]      2.4.0cvs31
10324
10325         * src/compose.c
10326                 Fix bug #956 (DnD text with accents in compose 
10327                 text entry); fix gccc's signed/unsigned fuss
10328
10329 2006-08-06 [colin]      2.4.0cvs30
10330
10331         * src/main.c
10332                 Fix bug #979 (Plugin crashes when exiting 
10333                 sylpheed-claws) : handle exit request only 
10334                 once
10335
10336 2006-08-05 [colin]      2.4.0cvs29
10337
10338         * src/news.c
10339                 Just make sure we have a msgid.
10340
10341 2006-08-05 [colin]      2.4.0cvs28
10342
10343         * src/news.c
10344         * src/summaryview.c
10345                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10346                 by reimplementing it
10347         * src/textview.c
10348                 Fix bug when hiding quotes with level > 3 and quote
10349                 colors are recycled
10350
10351 2006-08-04 [colin]      2.4.0cvs27
10352
10353         * src/compose.c
10354         * src/undo.c
10355         * src/undo.h
10356                 Fix a bit replace-by-pasting undo
10357         * src/mainwindow.c
10358         * src/messageview.c
10359                 Fix Fold quotes menu synchro in
10360                 mainwindow when it changes in 
10361                 messageview
10362         * src/textview.c
10363                 Fix right-click on quotes blocks
10364         * src/common/utils.c
10365                 Verify that the file created by
10366                 my_tmpfile() is writable. Fixes
10367                 bug #988 (very specific filesystem
10368                 issue)
10369         * src/plugins/pgpcore/sgpgme.c
10370                 Fix file descriptor leak
10371         * src/plugins/spamassassin/spamassassin.c
10372                 Warn once if spamd isn't reachable
10373
10374 2006-08-04 [colin]      2.4.0cvs26
10375
10376         * src/toolbar.c
10377                 i18n context patch by Fabien
10378
10379 2006-08-03 [colin]      2.4.0cvs25
10380
10381         * src/mainwindow.c
10382         * src/messageview.c
10383                 Rename "Hide quotes" to "Fold quotes"
10384         * src/textview.c
10385                 Don't use hand cursor on quotes. "all 
10386                 the bonuses of the feature and none of 
10387                 unwelcome side-effects"
10388
10389 2006-08-03 [colin]      2.4.0cvs24
10390
10391         * AUTHORS
10392         * sylpheed-claws.desktop
10393         * src/gtk/authors.h
10394                 Bring the desktop file to XDG compliance
10395                 Patch by Charles A. Edwards
10396
10397 2006-08-03 [colin]      2.4.0cvs23
10398
10399         * src/textview.c
10400                 Fix links offset when they are preceded
10401                 by accentued chars (g_utf8_strlen!)
10402         * src/mainwindow.c
10403                 Fix wrong status when starting offline
10404
10405
10406 2006-08-03 [wwp]        2.4.0cvs22
10407
10408         * src/prefs_common.h
10409                 ask what to do w/ filtering rules that belong to an account when
10410                 applying filtering rules manually from the main window (skip,
10411                 apply regardless of the account, use current account). This dialog
10412                 can be skipped and the last reply used.
10413                 (forgot that file)
10414
10415 2006-08-03 [wwp]        2.4.0cvs21
10416
10417         * src/filtering.c
10418         * src/filtering.h
10419         * src/prefs_common.c
10420         * src/summaryview.c
10421         * src/alertpanel.c
10422         * src/alertpanel.h
10423         * src/messageview.c
10424                 ask what to do w/ filtering rules that belong to an account when
10425                 applying filtering rules manually from the main window (skip,
10426                 apply regardless of the account, use current account). This dialog
10427                 can be skipped and the last reply used.
10428
10429
10430 2006-08-03 [colin]      2.4.0cvs20
10431
10432         * src/textview.c
10433                 Optimize previous patch
10434
10435 2006-08-03 [cleroy]     2.4.0cvs19
10436
10437         * src/textview.c
10438                 Fix quotes getting toggled back when the
10439                 mail has an even number of text parts
10440
10441 2006-08-02 [colin]      2.4.0cvs18
10442
10443         * src/messageview.c
10444                 Add Hide quotes menu
10445
10446 2006-08-02 [colin]      2.4.0cvs17
10447
10448         * src/mainwindow.c
10449         * src/prefs_common.c
10450         * src/textview.c
10451         * src/textview.h
10452         * src/gtk/about.c
10453                 Allow per-level quote hiding,
10454                 Allow toggling quotes by double-clicking them
10455                 Rename RemoteURI to ClickableText to reflect
10456                 the fact it's used for a variety of things
10457
10458 2006-08-02 [wwp]        2.4.0cvs16
10459
10460         * src/mainwindow.c
10461                 fix "View/Hide quotes" menu item status initialization.
10462
10463 2006-08-02 [wwp]        2.4.0cvs15
10464
10465         * src/matcher_parser_parse.y
10466                 remove a debug trace.
10467
10468 2006-08-02 [paul]       2.4.0cvs14
10469
10470         * src/plugins/pgpcore/passphrase.c
10471                 don't set initial dialog size
10472                 make it resizable
10473
10474 2006-08-02 [paul]       2.4.0cvs13
10475
10476         * src/noticeview.c
10477                 remove the rogue '/' character
10478
10479 2006-08-02 [paul]       2.4.0cvs12
10480
10481         * src/noticeview.c
10482                 allow buttons to resize as necessary
10483
10484 2006-08-01 [wwp]        2.4.0cvs11
10485
10486         * src/mbox.c
10487                 fix strict ISO C90 compliance.
10488
10489 2006-08-01 [wwp]        2.4.0cvs10
10490
10491         * tools/update-po
10492                 updated update-po tool to work w/ context-dependent translations.
10493                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10494
10495 2006-08-01 [wwp]        2.4.0cvs9
10496
10497         * src/matcher.c
10498         * src/prefs_filtering.c
10499         * src/prefs_matcher.c
10500                 allow context-dependent translations for "All",
10501                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10502
10503 2006-07-31 [colin]      2.4.0cvs8
10504
10505         * AUTHORS
10506         * src/gtk/authors.h
10507                 Add Rafal to authors
10508
10509 2006-07-31 [colin]      2.4.0cvs7
10510
10511         * src/compose.c
10512         * src/mainwindow.c
10513         * src/messageview.h
10514         * src/prefs_common.c
10515         * src/prefs_common.h
10516         * src/textview.c
10517                 Add 'View/Hide quotes'. Patch based on a patch
10518                 by Rafal Weglarz
10519
10520 2006-07-31 [colin]      2.4.0cvs6
10521
10522         * src/action.c
10523                 Fix problem with "> stuff >" actions
10524
10525 2006-07-31 [paul]       2.4.0cvs5
10526
10527         * po/nb.po
10528                 updated by Geir Helland
10529
10530 2006-07-31 [wwp]        2.4.0cvs4
10531
10532         * src/mainwindow.c
10533         * src/summaryview.c
10534         * src/summaryview.h
10535                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10536                 thanks to Colin.
10537
10538 2006-07-31 [wwp]        2.4.0cvs3
10539
10540         * src/Makefile.am
10541         * src/addr_compl.c
10542         * src/addr_compl.h
10543         * src/addressbook.c
10544         * src/addressbook.h
10545         * src/addressbook_foldersel.c
10546         * src/addressbook_foldersel.h
10547         * src/addrindex.c
10548         * src/addrindex.h
10549         * src/matcher.c
10550         * src/matcher.h
10551         * src/matcher_parser_lex.l
10552         * src/matcher_parser_parse.y
10553         * src/prefs_common.c
10554         * src/prefs_common.h
10555         * src/prefs_filtering.c
10556         * src/prefs_matcher.c
10557         * src/prefs_matcher.h
10558         * src/summaryview.c
10559                 introduce filtering against the address book. It's now possible to add
10560                 matched conditions to determine if any email address in a message matches
10561                 or doesn't match any or all books or folders in the address book.
10562
10563 2006-07-31 [wwp]        2.4.0cvs2
10564
10565         * src/account.c
10566         * src/filtering.c
10567         * src/filtering.h
10568         * src/folder.c
10569         * src/folderview.c
10570         * src/inc.c
10571         * src/mainwindow.c
10572         * src/matcher.c
10573         * src/matcher_parser_lex.l
10574         * src/matcher_parser_parse.y
10575         * src/mbox.c
10576         * src/prefs_filtering.c
10577         * src/prefs_filtering.h
10578         * src/procmsg.c
10579         * src/procmsg.h
10580         * src/summaryview.c
10581                 introduce per-account filtering rules. Each filtering rule can now be assigned
10582                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10583                 when applying filtering rules manually, as all rules will apply - even the ones
10584                 assigned to an account. This issue will be addressed soon.
10585  
10586
10587
10588 2006-07-31 [wwp]        2.4.0cvs1
10589
10590         * src/quote_fmt.c
10591                 make more strings translatable.
10592
10593 2006-07-31 [paul]       2.4.0
10594
10595         2.4.0 released
10596
10597 2006-07-31 [paul]       2.3.1cvs91
10598
10599         * po/ca.po
10600                 updated by Miquel Oliete
10601
10602 2006-07-31 [paul]       2.3.1cvs90
10603
10604         * po/de.po
10605         * po/el.po
10606         * po/fr.po
10607         * po/it.po
10608         * po/pl.po
10609         * po/pt_BR.po
10610         * po/sr.po
10611         * po/zh_CN.po
10612                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10613                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10614                 Aleksandar Urosevic, and Ralgh Young
10615
10616 2006-07-31 [paul]       2.3.1cvs89
10617
10618         * src/account.c
10619         * src/main.c
10620         * src/mainwindow.c
10621         * src/mainwindow.h
10622                 Fix a race condition when, after an SC crash, rescanning
10623                 folders took more than 0.5 seconds
10624                 Thanks to Colin
10625
10626 2006-07-31 [paul]       2.3.1cvs88
10627
10628         * src/folderview.c
10629                 don't translate separator strings
10630
10631 2006-07-30 [mones]      2.3.1cvs87
10632
10633         * doc/man/sylpheed-claws.1
10634                 Fixed non-ASCII chars in Hoa's name
10635         * po/es.po
10636                 Updated for release
10637
10638 2006-07-27 [colin]      2.3.1cvs86
10639
10640         * src/textview.c
10641                 Don't include the leading \n in links
10642                 Patch by Fabien
10643
10644 2006-07-25 [colin]      2.3.1cvs85
10645
10646         * src/mainwindow.c
10647         * src/common/socket.h
10648         * src/etpan/imap-thread.c
10649                 Refresh resolvers before connecting
10650                 to IMAP servers, and after switching
10651                 to online. Thanks to Paul.
10652
10653 2006-07-18 [colin]
10654
10655         * 2.4.0-rc4 released
10656
10657 2006-07-17 [colin]      2.3.1cvs84
10658
10659         * src/inc.c
10660                 Show connection attempt in statusbar before
10661                 connecting (previously first message was
10662                 "Retrieving messages from ..." after the
10663                 connection succeeded.
10664
10665 2006-07-16 [wwp]        2.3.1cvs83
10666
10667         * sylpheed-claws.ico
10668                 Added .ico file (windows multi-size icon file, generated).
10669
10670 2006-07-12 [wwp]        2.3.1cvs82
10671
10672         * src/messageview.c
10673                 remove Message/Re-edit menu entry from messageview window,
10674                 as sent/draft/queued messages are opened in compose window when
10675                 re-edited and it's not possible to re-edit other msgs.
10676
10677 2006-07-12 [paul]       2.3.1cvs81
10678
10679         * AUTHORS
10680         * src/mainwindow.c
10681         * src/gtk/authors.h
10682                 check online state before resetting
10683                 mailcheck timer. Useful if some program
10684                 verifies connection state and updates
10685                 Claws.
10686                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10687
10688 2006-07-12 [paul]       2.3.1cvs80
10689
10690         * sylpheed-claws-128x128.png
10691         * sylpheed-claws-64x64.png
10692         * sylpheed-claws.png
10693         * src/Makefile.am
10694         * src/main.c
10695         * src/prefs_toolbar.c
10696         * src/stock_pixmap.c
10697         * src/stock_pixmap.h
10698         * src/wizard.c
10699         * src/gtk/about.c
10700         * src/gtk/gtkutils.c
10701         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10702         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10703         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10704         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10705         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10706         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10707                 updated and renamed logo/icon files and related
10708                 logo by Jesper Schultz
10709
10710 2006-07-11 [paul]       2.3.1cvs79
10711
10712         * src/main.c
10713                 fix the labels a smidgin
10714
10715 2006-07-09 [colin]      2.3.1cvs78
10716
10717         * src/textview.c
10718                 Show errors in textviewer's command
10719                 Patch by H. Merijn Brand
10720
10721 2006-07-09 [colin]      2.3.1cvs77
10722
10723         * src/compose.c
10724                 Save FMID in drafts too
10725
10726 2006-07-08 [colin]      2.3.1cvs76
10727
10728         * src/compose.c
10729                 Svae RMID in drafted mails too
10730                 Save quote_fmt vars for whole mails,
10731                 don't reset at each quote_fmt_init:
10732                 allows to use the same |i{var} in
10733                 various template fields
10734         * src/prefs_template.c
10735         * src/quote_fmt.h
10736         * src/quote_fmt_parse.y
10737                 Same
10738
10739 2006-07-08 [colin]      2.3.1cvs75
10740
10741         * src/textview.c
10742                 Fix highlighting of attached parts URIs
10743
10744 2006-07-08 [colin]      2.3.1cvs74
10745
10746         * src/main.c
10747                 Prevent bug #981 (sc 2.3.1 segfaults with 
10748                 gtk+ 2.10) from being reported again:
10749                 if Sylpheed-Claws has been compiled against
10750                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10751                 of if Sylpheed-Claws has been compiled against
10752                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10753                 error out.
10754
10755 2006-07-07 [colin]      2.3.1cvs73
10756
10757         * src/prefs_actions.c
10758                 Fix label
10759
10760 2006-07-07 [colin]      2.3.1cvs72
10761
10762         * src/prefs_actions.c
10763                 Fix compile on gtk < 2.8. argh :)
10764
10765 2006-07-07 [paul]       2.3.1cvs71
10766
10767         * src/common/defs.h
10768                 update DONATE_URI
10769
10770 2006-07-07 [colin]      2.3.1cvs70
10771
10772         * po/POTFILES.in
10773         * src/quote_fmt.c
10774         * src/quote_fmt_lex.l
10775         * src/quote_fmt_parse.y
10776                 Add |i{var}, a way to insert user-entered
10777                 text in a template
10778
10779 2006-07-07 [colin]
10780
10781         * 2.4.0-rc3 released
10782
10783 2006-07-07 [colin]      2.3.1cvs69
10784
10785         * src/folder.c
10786                 Don't consider inboxes of UNKNOWN folder 
10787                 classes to be useable as default inboxes
10788
10789 2006-07-07 [paul]       2.3.1cvs68
10790
10791         * src/textview.c
10792                 add missing #include <errno.h>
10793                 Thanks to René J. Blokland
10794
10795 2006-07-07 [paul]       2.3.1cvs67
10796
10797         * src/action.c
10798                 Return now Closes dialog
10799         * src/mimeview.c
10800         * src/mimeview.h
10801         * src/textview.c
10802                 add contextual menu to mime parts listed
10803                 in the textview
10804                 Thanks to Colin
10805         * src/common/utils.c
10806                 reversal: ' is a valid character in URLs
10807
10808 2006-07-06 [colin]      2.3.1cvs66
10809
10810         * src/remotefolder.h
10811                 Forgotten in previous commit
10812
10813 2006-07-06 [colin]      2.3.1cvs65
10814
10815         * src/folder.c
10816                 Set summary update flag whenever
10817                 totals changed
10818         * src/imap.c
10819         * src/prefs_account.c
10820         * src/common/utils.h
10821         * src/etpan/imap-thread.c
10822                 Fix warnings, thanks to Fabien and
10823                 Ricardo
10824
10825 2006-07-06 [wwp]        2.3.1cvs64
10826
10827         * src/gtk/gtkutils.c
10828                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
10829
10830 2006-07-06 [wwp]        2.3.1cvs63
10831
10832         * src/account.c
10833         * src/addressbook.c
10834         * src/addressitem.h
10835         * src/folderview.c
10836         * src/mainwindow.c
10837         * src/manual.c
10838         * src/manual.h
10839         * src/message_search.c
10840         * src/prefs_actions.c
10841         * src/prefs_filtering.c
10842         * src/prefs_filtering.h
10843         * src/prefs_template.c
10844         * src/summary_search.c
10845         * src/summaryview.c
10846         * src/gtk/gtkutils.c
10847         * src/gtk/gtkutils.h
10848         * src/gtk/pluginwindow.c
10849                 add help buttons to some dialogs. Clicking such buttons opens a
10850                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
10851
10852 2006-07-06 [paul]       2.3.1cvs62
10853
10854         * src/textview.c
10855                 fix attachments contextual menu
10856                 Thanks to Colin
10857
10858 2006-07-05 [colin]      2.3.1cvs61
10859
10860         * src/textview.c
10861         * src/compose.c
10862                 Handle sftp:// links
10863
10864 2006-07-05 [paul]       2.3.1cvs60
10865
10866         * src/gtk/filesel.c
10867                 grab save button by default
10868                 Thanks to Colin
10869
10870 2006-07-05 [wwp]        2.3.1cvs59
10871
10872         * manual/xml2pdf
10873                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
10874
10875 2006-07-04 [colin]      2.3.1cvs58
10876
10877         * src/mimeview.c
10878         * src/textview.c
10879                 Use left click to select, middle click to open
10880                 on mimeparts links
10881         * src/common/utils.c
10882                 Fix segfault
10883
10884 2006-07-04 [colin]      2.3.1cvs57
10885
10886         * src/mainwindow.c
10887         * src/news.c
10888                 Warning fixes, thanks to Fabien
10889
10890 2006-07-04 [colin]      2.3.1cvs56
10891
10892         * src/mimeview.c
10893         * src/mimeview.h
10894         * src/textview.c
10895                 Allow parts to be selected via their text label
10896                 in textview
10897
10898 2006-07-04 [colin]      2.3.1cvs55
10899
10900         * src/folderview.c
10901                 Feedback when closing (for big folders)
10902         * src/prefs_actions.c
10903         * src/prefs_filtering.c
10904         * src/prefs_matcher.c
10905         * src/prefs_template.c
10906                 Fix default button when closing without
10907                 having saved
10908
10909 2006-07-04 [colin]      2.3.1cvs54
10910
10911         * src/news.c
10912                 Delete local file on deletion
10913
10914 2006-07-03 [colin]      2.3.1cvs53
10915
10916         * src/folderview.c
10917         * src/main.c
10918                 Don't freeze when rescanning after crash
10919
10920 2006-07-03 [wwp]        2.3.1cvs52
10921
10922         * src/compose.c
10923         * src/privacy.c
10924         * src/privacy.h
10925         * src/plugins/pgpinline/pgpinline.c
10926         * src/plugins/pgpmime/pgpmime.c
10927                 don't report an error when the user cancels the passphrase dialog.
10928
10929 2006-07-02 [colin]      2.3.1cvs51
10930
10931         * src/folderview.c
10932                 Open message when crossing folders with Space,
10933                 goto next unread and friends
10934
10935 2006-07-01 [colin]      2.3.1cvs50
10936
10937         * src/prefs_account.c
10938                 Typographic rules varying from language
10939                 to language (in french "Protocole :"),
10940                 we have to do that :)
10941
10942 2006-07-01 [ticho]      2.3.1cvs49
10943
10944         * src/prefs_account.c
10945                 Only use one temporary gchar* variable in
10946                 prefs_account_protocol_set_optmenu().
10947
10948 2006-07-01 [ticho]      2.3.1cvs48
10949
10950         * src/prefs_account.c
10951         * src/prefs_account.h
10952                 Use GtkLabel for existing account protocol name.
10953                 Created an array for protocol names and populate the
10954                 combobox from it in a for() cycle.
10955
10956 2006-06-30 [colin]      2.3.1cvs47
10957
10958         * src/compose.c
10959                 Block undo when changing signature (by changing
10960                 account)
10961
10962 2006-06-30 [paul]       2.3.1cvs46
10963
10964         * src/send_message.c
10965                 when editing From in the Compose window, use that address
10966                 in the Return-Path: header
10967                 Thanks to Colin
10968
10969 2006-06-30 [colin]      2.3.1cvs45
10970
10971         * src/compose.c
10972                 Fix signature replacement:
10973                 - when no newline before separator
10974                 - when reediting
10975
10976 2006-06-29 [colin]      2.3.1cvs44
10977
10978         * src/folderview.c
10979         * src/folderview.h
10980         * src/mainwindow.c
10981         * src/summaryview.c
10982                 Let 'View/Go to/Next marked' work like
10983                 Next new & Next unread: across folders
10984                 Change the select_on_entry pref to do
10985                 what we want when changing folder
10986         * src/common/utils.c
10987                 Fix single-quoted links 
10988
10989 2006-06-29 [colin]      2.3.1cvs43
10990
10991         * src/gtk/gtkaspell.c
10992                 "Sylpheed" and "Sylpheed-Claws" do exist !
10993
10994 2006-06-29 [colin]      2.3.1cvs42
10995
10996         * src/imap.c
10997                 Forgot to remove debug
10998
10999 2006-06-29 [colin]      2.3.1cvs41
11000
11001         * src/imap.c
11002         * src/imap.h
11003         * src/mainwindow.c
11004                 Disconnect from IMAP servers when going
11005                 offline. Fixes bug #978 (going to offline-mode 
11006                 won't close connections)
11007
11008 2006-06-29 [colin]      2.3.1cvs40
11009
11010         * src/main.c
11011                 Fix transient setting on failing plugins
11012                 Patch by Fabien
11013         * src/plugins/pgpcore/sgpgme.c
11014                 Only warn for OpenPGP. Most people don't
11015                 have CMS available.
11016
11017 2006-06-29 [colin]      2.3.1cvs39
11018
11019         * src/compose.c
11020                 Fix Spelling menu (discrepancy between context menu
11021                 and top menu when folder's dictionary isn't the 
11022                 default one)
11023         * src/plugins/pgpcore/sgpgme.c
11024                 More error reporting about why gpgme can fail
11025
11026 2006-06-29 [wwp]        2.3.1cvs38
11027
11028         * src/mainwindow.c
11029                 honor the display-header-pane setting even when the message view
11030                 is a separate window.
11031
11032 2006-06-29 [wwp]        2.3.1cvs37
11033
11034         * src/prefs_actions.c
11035                 forgot to commit that one (use of GTK_STOCK_INFO).
11036
11037 2006-06-29 [colin]      2.3.1cvs36
11038
11039         * src/imap.c
11040                 Better handling of login errors (ask the password
11041                 again once), alert in case of error. Fix three
11042                 signedness warnings.
11043
11044 2006-06-28 [wwp]        2.3.1cvs35
11045
11046         * src/prefs_template.c
11047         * src/prefs_matcher.c
11048         * src/prefs_filtering_action.c
11049         * src/prefs_quote.c
11050                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11051                 patch by Fabien Vantard, slightly modified.
11052
11053 2006-06-28 [paul]
11054
11055         2.4.0-rc2 released
11056
11057 2006-06-28 [colin]      2.3.1cvs34
11058
11059         * src/prefs_account.c
11060                 Fix bug #977 (Can't add or edit imap accounts)
11061
11062 2006-06-28 [colin]      2.3.1cvs33
11063
11064         * src/mimeview.c
11065                 Fix previous
11066
11067 2006-06-28 [colin]      2.3.1cvs32
11068
11069         * src/mimeview.c
11070                 Save named inlined attachments with "Save all"
11071         * src/main.c
11072         * src/mbox.c
11073         * src/common/plugin.c
11074         * src/common/plugin.h
11075         * src/common/sylpheed.c
11076         * src/common/utils.c
11077         * src/plugins/pgpcore/sylpheed.def
11078         * src/plugins/pgpinline/sylpheed.def
11079         * src/plugins/pgpmime/sylpheed.def
11080                 Win32 compatibility patch, by
11081                 Werner Koch
11082
11083 2006-06-28 [wwp]        2.3.1cvs31
11084
11085         * src/imap.c
11086         * src/prefs_folder_item.c
11087                 less compilation warnings (thanks to Fabien Vantard), less typos.
11088
11089 2006-06-28 [paul]       2.3.1cvs30
11090
11091         * src/gtk/gtkutils.c
11092                 gtk_combo_box_set_focus_on_click() is only
11093                 available since gtk 2.6.0
11094
11095 2006-06-28 [paul]       2.3.1cvs29
11096
11097         * src/prefs_ext_prog.c
11098                 fix engrish and add a tooltip for the
11099                 'command for 'Display as text' option
11100
11101 2006-06-28 [paul]
11102
11103         2.4.0-rc1 released
11104
11105 2006-06-28 [paul]       2.3.1cvs28
11106
11107         * ChangeLog
11108         * tools/Makefile.am
11109                 include textviewer.pl in releases
11110
11111 2006-06-28 [paul]       2.3.1cvs27
11112
11113         * src/prefs_ext_prog.c
11114                 hide Print command option if libgnomeprint
11115                 support is present
11116
11117 2006-06-27 [colin]      2.3.1cvs26
11118
11119         * src/compose.c
11120                 Fix Esc handling in insert/attach dialog
11121                 Don't show this dialog if dragging something
11122                 else than text/uri-list
11123                 Thanks to Fabien Vantard
11124         * tools/textviewer.pl
11125                 Filter script to display stuff as text
11126                 by H. Merijn Brand
11127
11128 2006-06-27 [wwp]        2.3.1cvs25
11129
11130         * src/messageview.c
11131                 use the exact product name (message view title), patch
11132                 by Fabien Vantard.
11133
11134 2006-06-27 [ticho]      2.3.1cvs24
11135
11136         * src/prefs_account.c
11137         * src/prefs_common.c
11138         * src/prefs_common.h
11139         * src/prefs_ext_prog.c
11140         * src/textview.c
11141                 Add a preference (Preferences/External programs)
11142                 to allow "Display as text" to be done via a script
11143                 (patch by H.Merijn Brand).
11144                 Use GtkComboBox for protocol selection in account
11145                 preferences.
11146                 Only include current choice for existing accounts, and
11147                 insensitivize the combobox.
11148
11149 2006-06-27 [paul]       2.3.1cvs23
11150
11151         * src/mbox.c
11152                 fix crasher introduced in cvs21.
11153                 Thanks to Colin
11154
11155 2006-06-26 [colin]      2.3.1cvs22
11156
11157         * src/mbox.c
11158                 Fix double-frees when leaving folders
11159                 after exporting to mbox
11160
11161 2006-06-26 [colin]      2.3.1cvs21
11162
11163         * src/mbox.c
11164                 More feedback (and optimisation)
11165                 on import/export
11166         * src/common/utils.c
11167                 Fix case when looking for mail addresses
11168         * src/gtk/gtkutils.c
11169                 Extra check for (X-)Face
11170
11171 2006-06-25 [ticho]      2.3.1cvs20
11172
11173         * src/compose.c
11174         * src/exphtmldlg.c
11175         * src/gtk/gtkutils.c
11176         * src/gtk/gtkutils.h
11177                 Added second argument to gtkut_sc_combobox_create() to
11178                 control focus-on-click for the widget.
11179                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11180
11181 2006-06-25 [ticho]      2.3.1cvs19
11182
11183         * src/compose.c
11184         * src/gtk/Makefile.am
11185         * src/gtk/combobox.c
11186         * src/gtk/combobox.h
11187         * src/gtk/gtkutils.c
11188         * src/gtk/gtkutils.h
11189                 Use GtkComboBox instead of deprecated GtkOptionMenu
11190                 for account selector in compose window and for encoding
11191                 selector in attachment properties.
11192                 Also factorise working with the new GtkComboBox somewhat.
11193
11194 2006-06-24 [paul]       2.3.1cvs18
11195
11196         * src/prefs_common.c
11197                 use the correct default value
11198
11199 2006-06-24 [paul]       2.3.1cvs17
11200
11201         * src/compose.c
11202         * src/prefs_common.c
11203         * src/prefs_common.h
11204         * src/prefs_compose_writing.c
11205                 enable setting of default action when
11206                 dnd'ing files in the compose window.
11207                 (Collaborative effort with wwp)
11208
11209 2006-06-23 [wwp]        2.3.1cvs16
11210
11211         * src/compose.c
11212                 i18n fix (thanks to Fabien Vantard)
11213
11214 2006-06-22 [colin]      2.3.1cvs15
11215
11216         * src/prefs_customheader.c
11217                 Don't use filters in custom headers' file 
11218                 selector. Remember, extensions mean nothing :)
11219
11220 2006-06-22 [paul]       2.3.1cvs14
11221
11222         * configure.ac
11223                 allow setting of man directory location
11224
11225 2006-06-22 [colin]      2.3.1cvs13
11226
11227         * src/mainwindow.c
11228                 Add 'View/Go to/Next unread folder'.
11229                 I missed that :)
11230
11231 2006-06-22 [colin]      2.3.1cvs12
11232
11233         * src/common/utils.c
11234                 Add some subject prefixes
11235                 Patch by Bjorn T Johansen <btj@havleik.no>
11236
11237 2006-06-22 [colin]      2.3.1cvs11
11238
11239         * manual/advanced.xml
11240                 Forgotten hidden pref
11241
11242 2006-06-21 [paul]       2.3.1cvs10
11243
11244         * src/prefs_account.c
11245                 complete the removal of 'Add date header' option
11246
11247 2006-06-21 [paul]       2.3.1cvs9
11248
11249         * src/account.c
11250         * src/compose.c
11251         * src/prefs_account.c
11252         * src/prefs_account.h
11253                 remove option to add date header - always
11254                 add date header
11255         * src/etpan/imap-thread.c
11256                 fix warnings (Thanks to Colin)
11257
11258 2006-06-21 [wwp]        2.3.1cvs8
11259
11260         * src/folder.c
11261                 set the attachment flag when inline text part are (file)named. This is more convenient
11262                 when receiving (for instance) inline source files or patches sent using thunderbird.
11263
11264 2006-06-21 [paul]       2.3.1cvs7
11265
11266         * src/inc.c
11267                 fix off-by-one count of current msg in
11268                 statusbar filtering progressbar
11269
11270 2006-06-21 [paul]       2.3.1cvs6
11271
11272         * src/folder.c
11273                 Show attachment icon even if the part is 'inline'
11274                 if the following conditions are met:
11275                 - content-type != 'text/plain'
11276                 - content-type != '*/pgp-signature'
11277                 - either 'name' or 'filename' parameter is not NULL
11278                 
11279                 Thanks to Colin
11280
11281 2006-06-21 [paul]       2.3.1cvs5
11282
11283         * src/messageview.c
11284         * src/prefs_common.c
11285         * src/prefs_common.h
11286         * src/prefs_other.c
11287                 add an option to 'Never send Return
11288                 Receipts'
11289                 Thanks to Colin
11290
11291 2006-06-20 [mones]      2.3.1cvs4
11292
11293         * po/es.po
11294                 updated
11295         * src/compose.c
11296                 typo fixed (space after comma)
11297         * tools/make.themes.project
11298                 remove exec mode from tarball files
11299
11300 2006-06-20 [colin]      2.3.1cvs3
11301
11302         * src/news.c
11303         * src/procheader.c
11304         * src/unmime.c
11305                 Better fix for \n's in headers (don't 
11306                 break Received: and others)
11307
11308 2006-06-20 [paul]       2.3.1cvs2
11309
11310         * src/alertpanel.c
11311         * src/textview.c
11312                 improve legibility of phishing attempt
11313                 dialog
11314
11315 2006-06-20 [paul]       2.3.1cvs1
11316
11317         * NEWS
11318         * README
11319         * configure.ac
11320                 Update version number following
11321                 stable release
11322
11323 2006-06-20 [colin]      2.3.0cvs26
11324
11325         * src/compose.c
11326                 When dragging a file to the text of the compose
11327                 window, ask whether we want to insert or attach
11328                 (I know lots of people who do that to attach)
11329
11330 2006-06-20 [colin]      2.3.0cvs25
11331
11332         * src/etpan/imap-thread.c
11333                 Fix threshold (the append command is often > 32 bytes)
11334
11335 2006-06-19 [colin]      2.3.0cvs24
11336
11337         * src/imap.c
11338         * src/etpan/imap-thread.c
11339                 Workaround Rockliffe IMAP server bug: replace
11340                 "x UID SEARCH (ANSWERED UID 1:*)" with
11341                 "x UID SEARCH ANSWERED"
11342                 (Rockliffe doesn't handle the parenthesis)
11343
11344 2006-06-19 [colin]      2.3.0cvs23
11345
11346         * src/compose.c
11347         * src/imap.c
11348         * src/etpan/imap-thread.c
11349                 Probably fix bug #972 (Freezes when adding 
11350                 an attachment to the message)
11351         * src/common/defs.h
11352                 Modernize Firefox cmd
11353
11354
11355 2006-06-18 [colin]      2.3.0cvs22
11356
11357         * src/prefs_customheader.c
11358                 Only allow correct filenames for various
11359                 custom headers
11360
11361 2006-06-18 [colin]      2.3.0cvs21
11362
11363         * src/prefs_customheader.c
11364                 Add a 'From File...' button in custom headers prefs, which
11365                 try to do the right thing: 
11366                 for normal headers, use file as plaintext,
11367                 for X-Face, calls compface,
11368                 for Face, encode to b64.
11369
11370 2006-06-17 [colin]      2.3.0cvs20
11371
11372         * src/mh.c
11373                 Warning fix
11374
11375 2006-06-16 [colin]      2.3.0cvs19
11376
11377         * src/summaryview.c
11378                 Recursive quicksearch: show message list
11379                 in current folder, *then* search children
11380                 in the background.
11381
11382 2006-06-16 [colin]      2.3.0cvs18
11383
11384         * src/main.c
11385                 Instead of ignoring SIGPIPE, save caches
11386                 when getting one. Will fix the fact that
11387                 hot caches are out-of-date when logging 
11388                 out of Xorg.
11389         * src/compose.c
11390         * src/prefs_compose_writing.c
11391                 Only save text (not attachments) when 
11392                 auto-saving to drafts
11393         * src/unmime.c
11394                 Always replace \n, \r and \t with spaces
11395                 in headers
11396         * manual/dist/html/Makefile.am
11397         * manual/dist/pdf/Makefile.am
11398         * manual/dist/ps/Makefile.am
11399         * manual/dist/txt/Makefile.am
11400         * manual/fr/dist/html/Makefile.am
11401         * manual/fr/dist/pdf/Makefile.am
11402         * manual/fr/dist/ps/Makefile.am
11403         * manual/fr/dist/txt/Makefile.am
11404         * manual/pl/dist/html/Makefile.am
11405         * manual/pl/dist/pdf/Makefile.am
11406         * manual/pl/dist/ps/Makefile.am
11407         * manual/pl/dist/txt/Makefile.am
11408                 Fix make clean removing pregenerated manuals
11409
11410
11411 2006-06-16 [colin]      2.3.0cvs17
11412
11413         * src/plugins/pgpcore/sgpgme.c
11414         * src/plugins/pgpmime/pgpmime.c
11415         * src/plugins/pgpinline/pgpinline.c
11416                 Better error reporting in setup_signers.
11417                 Don't fallback to default key if specified
11418                 key isn't found.
11419                 Don't allow signing if more than one secret
11420                 key matches the one specified in prefs.
11421
11422 2006-06-15 [colin]      2.3.0cvs16
11423
11424         * src/folderview.c
11425                 Add "Send queue" in the folder's contextual
11426                 menu
11427         * src/compose.c
11428         * src/messageview.c
11429         * src/privacy.c
11430         * src/privacy.h
11431         * src/procmime.c
11432         * src/procmsg.c
11433         * src/plugins/pgpcore/passphrase.c
11434         * src/plugins/pgpcore/sgpgme.c
11435         * src/plugins/pgpinline/pgpinline.c
11436         * src/plugins/pgpmime/pgpmime.c
11437                 Better error reporting
11438         * src/mbox.c
11439                 Probably fix bug #971 (2.2.3 cannot read mail 
11440                 from local mbox)
11441
11442
11443 2006-06-15 [mones]      2.3.0cvs15
11444
11445         * tools/make.themes.project
11446                 creates the themes project from the web page
11447
11448 2006-06-15 [colin]      2.3.0cvs14
11449
11450         * src/folder.c
11451                 Better fix (avoid losing the folder if scan_tree 
11452                 fails)
11453
11454 2006-06-15 [cleroy]     2.3.0cvs13
11455
11456         * src/folder.c
11457                 Probably fix Bug #969 (crash on rebuilding 
11458                 imap folder)
11459
11460 2006-06-14 [colin]      2.3.0cvs12
11461
11462         * manual/dtd/manual.xsl
11463         * manual/sylpheed-claws-manual.xml
11464         * manual/fr/sylpheed-claws-manual.xml
11465         * manual/pl/sylpheed-claws-manual.xml
11466                 Insert pagebreaks between sections
11467
11468 2006-06-14 [paul]       2.3.0cvs11
11469
11470         * configure.ac
11471                 better fix than 2.3.0cvs10
11472
11473 2006-06-14 [paul]       2.3.0cvs10
11474
11475         * configure.ac
11476                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11477                 (backwards compatible)
11478
11479 2006-06-13 [colin]      2.3.0cvs9
11480
11481         * src/messageview.c
11482                 Fix sending of return receipt with the new queue folders
11483
11484 2006-06-13 [wwp]        2.3.0cvs8
11485
11486         * src/quote_fmt_lex.l
11487                 fix wrong tokens returned in quote_fmt lexer, query not().
11488
11489 2006-06-13 [wwp]        2.3.0cvs7
11490
11491         * src/folder.c
11492         * src/prefs_folder_item.c
11493                 allow changing folder type even when folder is not a top-level one,
11494                 thanks to Colin.
11495
11496 2006-06-12 [colin]      2.3.0cvs6
11497
11498         * src/folderview.c
11499                 Fix double-ask of "Do you want to mark all
11500                 as read"
11501
11502 2006-06-12 [colin]      2.3.0cvs5
11503
11504         * src/compose.c
11505         * src/compose.h
11506         * src/folder.c
11507         * src/folder.h
11508         * src/imap.c
11509         * src/inc.c
11510         * src/main.c
11511         * src/messageview.c
11512         * src/mh.c
11513         * src/prefs_folder_item.c
11514         * src/procheader.c
11515         * src/procmime.c
11516         * src/procmsg.c
11517         * src/procmsg.h
11518         * src/send_message.c
11519         * src/summaryview.c
11520         * src/toolbar.c
11521                 Apply bug #964's patch (Queue and drafts aren't normal)
11522                 The Drafts and Queue folder now contain RFC-822 files,
11523                 allowing to move and copy mails from and to these 
11524                 folders. Moving from Drafts to Queue will prepare the
11525                 mail for sending (PGP signature, encryption, etc).
11526                 This patch also rework sending errors handling to try
11527                 to be more helpful.
11528                 Also, allow redefining folder types via the GUI 
11529                 (Folder type in its Properties)
11530
11531 2006-06-12 [colin]      2.3.0cvs4
11532
11533         * src/summaryview.c
11534         * src/prefs_common.c
11535         * src/prefs_common.h
11536         * src/gedit-print.c
11537                 Allow to define a specific print font - patch
11538                 by Bernhard Walle <bernhard.walle@gmx.de>
11539         * src/prefs_fonts.c
11540         * manual/advanced.xml
11541         * manual/fr/advanced.xml
11542                 Add a hidden pref to allow deletion without
11543                 confirmation
11544
11545 2006-06-12 [wwp]        2.3.0cvs3
11546
11547         * .cvsignore
11548                 more files to ignore.
11549
11550 2006-06-12 [wwp]        2.3.0cvs2
11551
11552         * src/quote_fmt.c
11553         * src/quote_fmt_lex.l
11554         * src/quote_fmt_parse.y
11555                 extend the quote_fmt parser (templates and quotes):
11556                 - allow limited sub-expressions in |p{} and |f{} expressions,
11557                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11558                 - implemented/fixed missing implementation of query_references and show_references,
11559                 - completed, fixed contents and format of the symbols help dialog,
11560                 - fix some compilation warnings.
11561
11562 2006-06-12 [wwp]        2.3.0cvs1
11563
11564         * manual/advanced.xml
11565         * manual/fr/advanced.xml
11566                 updates in the "templates" section of the manual (eng/fr):
11567                  - be more precise (both versions)
11568                  - completed to match the english reference (fr version)
11569                  - touchups (both versions)
11570
11571 2006-06-12 [paul]       2.3.0
11572
11573         2.3.0 released
11574
11575 2006-06-12 [paul]       2.2.3cvs14
11576
11577         * po/ca.po
11578         * po/cs.po
11579         * po/de.po
11580         * po/el.po
11581         * po/fr.po
11582         * po/it.po
11583         * po/pt_BR.po
11584         * po/sr.po
11585         * po/zh_CN.po
11586                 updated by Miquel Oliete, Tim, Stephan Sachse,
11587                 Stavros Giannouris, Fabien Vantard, Andrea
11588                 Spadaccini, Frederico Goncalves Guimaraes,
11589                 Aleksandar Urosevic, and Ralgh Young
11590
11591 2006-06-12 [colin]      2.2.3cvs13
11592
11593         * src/mbox.c
11594                 Add missing header
11595
11596 2006-06-11 [colin]      2.2.3cvs12
11597
11598         * src/msgcache.c
11599                 Verify that g_malloc() succeeded
11600
11601 2006-06-11 [colin]      2.2.3cvs11
11602
11603         * src/wizard.c
11604                 Add Face header to welcome mail
11605
11606 2006-06-10 [colin]      2.2.3cvs10
11607
11608         * src/textview.c
11609                 Revert previous (Forgot it changes the
11610                 margin on the whole mail)
11611
11612 2006-06-10 [colin]      2.2.3cvs9
11613
11614         * src/textview.c
11615                 Don't overlap long headers under (X-)Face
11616
11617 2006-06-10 [mones]      2.2.3cvs8
11618
11619         * manual/xml2pdf
11620                 allow generation of manual on systems lacking saxon binary
11621                 but with java and the saxon library installed
11622
11623         * po/es.po
11624                 updated for release
11625
11626 2006-06-09 [colin]      2.2.3cvs7
11627
11628         * src/summaryview.c
11629                 Fix leak when using Display Sender using Addressbook
11630
11631 2006-06-09 [colin]      2.2.3cvs6
11632
11633         * src/compose.c
11634         * src/folder.c
11635         * src/folderview.c
11636         * src/mimeview.c
11637         * src/summaryview.c
11638                 More leaks fixes
11639
11640 2006-06-09 [paul]       2.2.3cvs5
11641
11642         * AUTHORS
11643         * src/gtk/authors.h
11644         * tools/claws.i18n.status.pl
11645                 updated with new info
11646
11647 2006-06-09 [paul]       2.2.3cvs4
11648
11649         * README
11650                 updated
11651         * manual/ack.xml
11652                 add wwp to authors list
11653         * src/gtk/authors.h
11654                 update mine and Colin's addresses
11655
11656 2006-06-08 [colin]      2.2.3cvs3
11657
11658         * src/etpan/imap-thread.c
11659                 Fix leak on SSL cert check
11660
11661 2006-06-08 [colin]      2.2.3cvs2
11662
11663         * src/common/utils.c
11664                 Fix leak
11665
11666 2006-06-08 [paul]       2.2.3cvs1
11667
11668         * configure.ac
11669                 Update version number following
11670                 stable release
11671
11672 2006-06-07 [colin]      2.2.2cvs3
11673
11674         * src/msgcache.c
11675                 Fix catching cache read errors (guint instead of gint)
11676                 Prevent malloc'ing more than 8MB (means cache corruption)
11677
11678 2006-06-07 [paul]       2.2.2cvs2
11679
11680         * src/exporthtml.c
11681         * src/exportldif.c
11682         * src/mh.c
11683         * src/mutt.c
11684         * src/pine.c
11685         * src/common/utils.c
11686                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11687                 obey $HOME'
11688                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11689                 Thanks to Colin
11690
11691 2006-06-06 [paul]       2.2.2cvs1
11692
11693         * configure.ac
11694                 Update version number following
11695                 stable release
11696
11697 2006-06-06 [paul]       2.2.1cvs6
11698
11699         * src/matcher.c
11700                 fix  implicit declaration of
11701                 sylpheed_do_idle()
11702                 Patch by Fabien Vantard
11703
11704 2006-06-06 [paul]       2.2.1cvs5
11705
11706         * src/matcher.c
11707                 fix age_greater and age_lower so that they
11708                 mean what say and not '...or equal to'
11709                 Thanks to Colin
11710
11711 2006-06-06 [paul]       2.2.1cvs4
11712
11713         * src/textview.c
11714         * src/common/utils.c
11715                 fix URI check
11716                 Thanks to Colin
11717
11718 2006-06-05 [wwp]        2.2.1cvs3
11719
11720         * manual/fr/account.xml
11721                 minor language fixes (thanks to Fabien Vantard).
11722
11723 2006-06-05 [colin]      2.2.1cvs2
11724
11725         * src/prefs_folder_item.c
11726         * src/folderview.c
11727                 Allow recursive setting of properties 
11728                 for whole mailboxes
11729         * src/matcher.c
11730                 Don't freeze on 'test' filtering rule
11731
11732 2006-06-05 [colin]      2.2.1cvs1
11733
11734         * configure.ac
11735                 Update version number following
11736                 stable release
11737
11738 2006-06-04 [wwp]        2.2.0cvs82
11739
11740         * manual/glossary.xml
11741         * manual/account.xml
11742         * manual/fr/glossary.xml
11743         * manual/fr/account.xml
11744                 added glossary section and references/links related to the Face custom header.
11745
11746 2006-06-04 [colin]      2.2.0cvs81
11747
11748         * src/summaryview.c
11749                 Skip to next message on move with no
11750                 immediate execution
11751
11752 2006-06-04 [wwp]        2.2.0cvs80
11753
11754         * manual/xml2pdf
11755                 added sanity checks, exit when needed.
11756
11757 2006-06-03 [paul]       2.2.0cvs79
11758
11759         * src/prefs_receive.c
11760                 page name is now 'Receiving'
11761         * src/prefs_send.c
11762                 page name is now 'Sending'
11763
11764 2006-06-03 [colin]      2.2.0cvs78
11765
11766         * src/plugins/spamassassin/spamassassin_gtk.c
11767                 Autoswitch to Localhost if transport was previously
11768                 disabled. Else people had to check [] Enable, then
11769                 *reselect* transport.
11770
11771 2006-06-03 [colin]      2.2.0cvs77
11772
11773         * src/plugins/pgpinline/pgpinline.c
11774         * src/plugins/pgpmime/pgpmime.c
11775                 Check that gpg_data_release_and_get_mem 
11776                 didn't fail (now, why this happens...)
11777
11778 2006-06-03 [colin]      2.2.0cvs76
11779
11780         * src/mbox.c
11781                 Fix bug #962 (Manual and/or UI should 
11782                 warn about incompatible locking 
11783                 causing dataloss)
11784
11785 2006-06-02 [cleroy]     2.2.0cvs75
11786
11787         * src/filtering.c
11788         * src/folder.c
11789         * src/procmsg.c
11790         * src/summaryview.c
11791                 Fix a few leaks
11792
11793 2006-06-02 [colin]      2.2.0cvs74
11794
11795         * src/main.c
11796                 On exit, free caches after writing them
11797                 Shuts up some valgrind false positives
11798         * src/procmsg.c
11799         * src/send_message.c
11800                 Fix races when reusing existing SMTP connections
11801                 Fix inexistant session timeout
11802         * src/toolbar.c
11803                 Display alertpanel after all queues have
11804                 been processed, not after each
11805
11806 2006-06-02 [wwp]        2.2.0cvs73
11807
11808         * manual/fr/glossary.xml
11809         * manual/fr/ack.xml
11810         * manual/ack.xml
11811                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11812
11813 2006-06-02 [wwp]        2.2.0cvs72
11814
11815         * manual/xml2pdf
11816         * manual/dist/pdf/Makefile.am
11817         * manual/dtd/manual.xsl
11818         * manual/fr/dist/pdf/Makefile.am
11819         * manual/pl/dist/pdf/Makefile.am
11820                 we changed the procedure to generate the .pdf version of the manual.
11821                 The procedure is more modern and the .pdf we get now has a valid index.
11822                 Here are the new pre-requisites:
11823
11824                 - JRE 1.x (1.4 here): there must be one from your distro
11825                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
11826                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
11827                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
11828
11829                 See my posts for further info about the installation of this toolchain:
11830
11831                 Date: Fri, 19 May 2006 19:40:06 +0200
11832                 From: wwp <subscript@free.fr>
11833                 To: sylpheed-claws-devel@lists.sourceforge.net
11834                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
11835
11836                 and
11837
11838                 Date: Wed, 24 May 2006 12:58:49 +0200
11839                 From: wwp <subscript@free.fr>
11840                 To: sylpheed-claws-devel@lists.sourceforge.net
11841                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
11842
11843 2006-06-01 [colin]      2.2.0cvs71
11844
11845         * src/compose.c
11846                 Better guards against IMAP races
11847         * src/main.c
11848         * src/prefs_common.c
11849         * src/prefs_common.h
11850         * src/common/ssl_certificate.c
11851         * src/etpan/imap-thread.c
11852         * src/etpan/imap-thread.h
11853         * src/gtk/sslcertwindow.c
11854                 New hidden option ssl_skip_cert_check to 
11855                 avoid dups of bug #959 (libetpan linked
11856                 against gnutls and gnutls buggy on 64bit)
11857                 Present expired warning only once per
11858                 session/server.
11859         * manual/advanced.xml
11860         * manual/fr/advanced.xml
11861                 Document new option
11862
11863 2006-06-01 [wwp]        2.2.0cvs70
11864
11865         * src/messageview.c
11866                 fix for bug #961 (return receipt dialog 
11867                 complains incorrectly about return-path 
11868                 email adress being different), thanks 
11869                 to Colin.
11870
11871 2006-05-31 [cleroy]     2.2.0cvs69
11872
11873         * src/common/ssl.c
11874                 Guard against NULLs, although this
11875                 should never be an issue
11876
11877 2006-05-31 [colin]      2.2.0cvs68
11878
11879         * src/filtering.c
11880                 Use g_slist_prepend
11881         * src/imap.c
11882                 Don't remove caches when destroying folder, it
11883                 could (should) be done at exit
11884         * src/inc.c
11885                 free processing cache after incorporation
11886         * src/etpan/imap-thread.c
11887                 Maybe fix bug #959 (Crash on moving to emails 
11888                 to a imap account per ssl with a expired 
11889                 certificate.)
11890
11891 2006-05-30 [colin]      2.2.0cvs67
11892
11893         * src/summaryview.c
11894                 Put back event flush when displaying message
11895                 It avoids reading a bunch of messages just
11896                 by hitting shift-n for too long ;)
11897
11898 2006-05-29 [colin]      2.2.0cvs66
11899
11900         * src/summaryview.c
11901                 Remove useless g_warnings
11902
11903 2006-05-29 [colin]      2.2.0cvs65
11904
11905         * src/imap.c
11906                 Fix g_slist_append()s for performance
11907
11908 2006-05-29 [colin]      2.2.0cvs64
11909
11910         * src/compose.c
11911         * src/common/utils.c
11912                 Fix extraneous tab at start of addresses
11913         * src/mainwindow.c
11914                 Fix warnings (thanks to Fabien)
11915                 Fix crash at exit when composing messages 
11916                 exist
11917         * src/pop.c
11918                 Fix progress bar when deleting expired mails
11919                 Thanks to Hiro
11920         * src/summaryview.c
11921         * src/gtk/gtksctree.c
11922                 Fix re-sorting slowness
11923
11924 2006-05-29 [paul]       2.2.0cvs63
11925
11926         * src/mh.c
11927                 fetch full message when moving mails
11928                 from another mailbox, (fixed data loss
11929                 when filtering from IMAP to MH, introduced
11930                 in 2.2.0cvs57).
11931                 Thanks to Colin
11932
11933 2006-05-29 [mones]      2.2.0cvs62
11934
11935         * src/gtk/gtksctree.c
11936                 Unselect faster (patch by Colin)        
11937
11938 2006-05-26 [colin]      2.2.0cvs61
11939
11940         * src/summaryview.c
11941                 Unplug MSGINFO_UPDATE callback on delete too.
11942
11943 2006-05-26 [colin]      2.2.0cvs60
11944
11945         * src/foldersel.c
11946                 Fix bold in folder selection window with glib2.10
11947                 thanks Hiro
11948
11949 2006-05-26 [colin]      2.2.0cvs59
11950
11951         * src/procheader.c
11952                 Convert date only if necessary (and don't
11953                 try to convert from utf8 to utf8, too)
11954         * src/summaryview.c
11955                 Only set column's text if the column's 
11956                 displayed
11957
11958 2006-05-26 [colin]      2.2.0cvs58
11959
11960         * src/summaryview.c
11961         * src/gtk/gtkutils.c
11962                 Fix useless warning
11963
11964 2006-05-26 [colin]      2.2.0cvs57
11965
11966         * src/mainwindow.c
11967                 Make summaryview selectable as long as 
11968                 no message has focus
11969         * src/mh.c
11970                 Faster deletion (by implementing mh_remove_msgs)
11971                 Faster copy (avoid using mh_fetch_msg just to get
11972                 the filename)
11973                 Faster move (using move_file instead of copy_file
11974                 if MSG_IS_MOVE)
11975                 No progressbar if total number of mails to cp/mv 
11976                 is less than 100
11977         * src/summaryview.c
11978                 Fix removal from subject_table when mail gets moved
11979                 Faster deletion (g_slist_prepend instead of append)
11980         * src/gtk/gtksctree.c
11981                 Remove useless code
11982
11983 2006-05-25 [colin]      2.2.0cvs56
11984
11985         * src/common/ssl_certificate.c
11986                 Fix leak in expired cert check
11987
11988 2006-05-25 [colin]      2.2.0cvs55
11989
11990         * src/mh.c
11991                 Disable flags syncing on .mh_sequences - it
11992                 is buggy and marks mails read under unknown
11993                 conditions.
11994
11995 2006-05-25 [paul]
11996
11997         * 2.3.0-rc4 released
11998
11999 2006-05-24 [colin]      2.2.0cvs54
12000
12001         attention cvs users: if you manage to crash
12002         Sylpheed-Claws while moving, copying or deleting
12003         mails, we *are* interested in stack traces and
12004         valgrind logs. It looks stable, but one never
12005         knows...
12006
12007         * src/folder.c
12008                 Add progressbar for cache updates
12009         * src/folderutils.c
12010                 Optimize Mark all read in the current
12011                 folder
12012         * src/mh.c
12013                 Add progressbar for copy/move
12014         * src/procmsg.c
12015                 Optimize O(n^2) in copy/move
12016         * src/summaryview.c
12017         * src/gtk/gtksctree.c
12018                 Optimize O(n^2) algos
12019         * src/common/timing.h
12020                 Display ms instead of us
12021
12022 2006-05-24 [wwp]        2.2.0cvs53
12023
12024         * manual/fr/advanced.xml
12025                 updates to the French manual.
12026
12027 2006-05-24 [wwp]        2.2.0cvs52
12028
12029         * src/common/utils.c
12030                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12031
12032 2006-05-24 [wwp]        2.2.0cvs51
12033
12034         * src/folderutils.c
12035                 fixed "mark all read" in MH folders (thanks to Colin).
12036
12037 2006-05-24 [paul]       2.2.0cvs50
12038
12039         * doc/man/sylpheed-claws.1
12040                 updated the man page
12041
12042 2006-05-23 [colin]      2.2.0cvs49
12043
12044         * src/folderview.c
12045         * src/imap.c
12046         * src/inc.c
12047         * src/mbox.c
12048         * src/messageview.c
12049         * src/news.c
12050         * src/send_message.c
12051         * src/summaryview.c
12052         * src/gtk/sslcertwindow.c
12053                 alertpanel fixes, by Fabien
12054
12055 2006-05-23 [colin]      2.2.0cvs48
12056
12057         * src/folder.c
12058         * src/folderview.c
12059         * src/msgcache.c
12060         * src/summaryview.c
12061         * src/gtk/gtksctree.c
12062         * src/gtk/gtksctree.h
12063                 More timings
12064                 Fix slow loading problem, which was caused by the
12065                 use of some gtk_ctree funcs and their use of
12066                 g_list_position while gtk_ctree_(un)link'ing.
12067                 Reap more functions from gtkctree.c to be sure we
12068                 use our (fast) version instead of theirs.
12069         * src/mh.c
12070                 Fix copy of unread mails
12071
12072
12073 2006-05-22 [wwp]        2.2.0cvs47
12074
12075         * manual/fr/advanced.xml
12076                 updated.
12077
12078 2006-05-22 [colin]      2.2.0cvs46
12079
12080         * src/filtering.c
12081                 Fix possible infinite loop. 'copy' is not a 
12082                 final action, so when encountering a 'copy',
12083                 we have to check if a previous one was set
12084                 and do it. In the same way, if we encounter
12085                 a 'move' we have to perform a possibly 
12086                 pending 'copy'. This will slow down filtering
12087                 on IMAP if move+copy or multiple copy actions
12088                 are to be done, but handling it via the batch
12089                 would be really too convoluted.
12090
12091 2006-05-22 [wwp]        2.2.0cvs45
12092
12093         * manual/fr/advanced.xml
12094         * manual/fr/faq.xml
12095         * manual/fr/glossary.xml
12096         * manual/fr/handling.xml
12097         * manual/fr/intro.xml
12098         * manual/fr/plugins.xml
12099         * manual/fr/sylpheed-claws-manual.xml
12100                 sync w/ the english manual: updates URIs, documented mailing-list
12101                 support, better explanation about the enabled/disabled feature
12102                 in filtering/processing rules by Paul.
12103
12104 2006-05-21 [colin]      2.2.0cvs44
12105
12106         * src/summaryview.c
12107                 Don't expand after building threads, but during
12108
12109 2006-05-21 [colin]      2.2.0cvs43
12110
12111         * src/procmsg.c
12112         * src/summaryview.c
12113                 More timing possibilities... For next time I have 
12114                 to find out how the hell some 3GHz computer takes
12115                 one minute to open a 30k folder...
12116
12117 2006-05-21 [colin]      2.2.0cvs42
12118
12119         * manual/pl/advanced.xml
12120         * manual/pl/faq.xml
12121         * manual/pl/glossary.xml
12122         * manual/pl/handling.xml
12123         * manual/pl/intro.xml
12124         * manual/pl/plugins.xml
12125         * manual/pl/sylpheed-claws-manual.xml
12126                 Polish manual updated by Pawel
12127
12128 2006-05-20 [colin]
12129
12130         * 2.3.0-rc3 released
12131
12132 2006-05-20 [colin]      2.2.0cvs41
12133
12134         * src/imap.c
12135                 Fix -rc2 problems:
12136                 - remove cache of moved messages from original folder
12137                 - apply new flags to messages even if they aren't appliable
12138                   via IMAP.
12139
12140 2006-05-20 [colin]
12141
12142         * 2.3.0-rc2 released
12143
12144 2006-05-19 [colin]      2.2.0cvs40
12145
12146         * src/imap.c
12147                 Don't issue SELECT in imap_change_flags
12148                 before having checked that we indeed have
12149                 some flags to change. MSG_POSTFILTERED for
12150                 example can't be used on IMAP.
12151                 Fixes bug #955 (copying messages between 
12152                 imap folders is extremely slow), which was
12153                 a regression.
12154
12155 2006-05-19 [colin]      2.2.0cvs39
12156
12157         * src/folder.c
12158         * src/folder.h
12159         * src/folderview.c
12160                 Try to fix bug #830 (Some unread messages 
12161                 get marked read in IMAP inbox):
12162                 - Prevent scanning a folder if it's being 
12163                   opened via the GUI
12164                 - Postpone opening via the GUI of a folder
12165                   currently scanned.
12166
12167
12168 2006-05-19 [wwp]        2.2.0cvs38
12169
12170         * manual/advanced.xml
12171                 fix English+typo (thanks to Paul).
12172
12173 2006-05-19 [wwp]        2.2.0cvs37
12174
12175         * manual/advanced.xml
12176         * manual/fr/advanced.xml
12177         * src/gtk/logwindow.c
12178         * src/prefs_common.c
12179         * src/prefs_common.h
12180                 added hidden prefs to allow customization of colors used in
12181                 protocol log window (useful for dark gtk+ themes).
12182
12183 2006-05-19 [wwp]        2.2.0cvs36
12184
12185         * ChangeLog
12186                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12187
12188 2006-05-19 [paul]       2.2.0cvs35
12189
12190         * src/textview.c
12191                 make Reply-To fully clickable
12192         * src/gtk/logwindow.c
12193                 more colouring (SMTP ESMTP)
12194         Both patches by Pawel Pekala
12195
12196 2006-05-19 [cleroy]     2.2.0cvs34
12197
12198         * src/mh.c
12199                 Don't update flags from current folder
12200                 Probably fixes bug #935 (Read Messages 
12201                 Revert to Being Marked as Unread)
12202
12203 2006-05-18 [colin]      2.2.0cvs33
12204
12205         * src/imap.c
12206                 Warning fix
12207         * src/compose.c
12208         * src/mainwindow.c
12209         * src/summaryview.c
12210         * src/toolbar.c
12211                 Allow replying to multiple emails
12212                 in multiple windows
12213         * src/mimeview.c
12214         * src/etpan/imap-thread.c
12215                 Leak fixes
12216
12217 2006-05-18 [paul]       2.2.0cvs32
12218
12219         * src/summaryview.c
12220                 keep Mailing-List menu refreshed
12221                 Thanks to Colin
12222
12223 2006-05-18 [paul]       2.2.0cvs31
12224
12225         * manual/advanced.xml
12226         * manual/faq.xml
12227         * manual/glossary.xml
12228         * manual/handling.xml
12229         * manual/intro.xml
12230         * manual/plugins.xml
12231         * manual/sylpheed-claws-manual.xml
12232                 update URLs
12233                 add info about mailing-list support
12234                 edit filtering info
12235         * src/wizard.c
12236         * src/common/defs.h
12237         * src/gtk/about.c
12238         * src/plugins/dillo_viewer/README
12239                 update URLs
12240
12241 2006-05-17 [wwp]        2.2.0cvs30
12242
12243         * manual/handling.xml
12244         * manual/fr/handling.xml
12245                 documented the ability to enabled/disable filtering/processing rules.
12246
12247 2006-05-17 [colin]      2.2.0cvs29
12248
12249         * src/main.c
12250                 Don't initialize g_thread subsystem if it's 
12251                 already done (thanks to Hiro)
12252         * src/mimeview.c
12253                 Fix saving of parts when there name can't be
12254                 converted from UTF-8.
12255
12256 2006-05-17 [paul]       2.2.0cvs28
12257
12258         * po/Makefile.in.in
12259                 fix config.status warning with autoconf 2.60
12260
12261 2006-05-17 [paul]       2.2.0cvs27
12262
12263         * po/POTFILES.in
12264                 add src/mbox.c
12265
12266 2006-05-17 [wwp]        2.2.0cvs26
12267
12268         * src/mainwindow.c
12269                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12270
12271 2006-05-17 [wwp]        2.2.0cvs25
12272
12273         * src/plugins/demo/demo.c
12274                 updated product name in plugin demo (many plugins need to be
12275                 sync'ed w/ that change).
12276
12277 2006-05-17 [colin]      2.2.0cvs24
12278
12279         * src/mh.c
12280                 Fix leak
12281
12282 2006-05-16 [colin]      2.2.0cvs23
12283
12284         * src/mainwindow.c
12285                 Stupid me hit again. Fix cvs22.
12286
12287 2006-05-16 [colin]      2.2.0cvs22
12288
12289         * src/mainwindow.c
12290                 Fix bug #922 (sylpheed-claws crashed after 
12291                 pushing on Inbox folder)
12292
12293 2006-05-16 [colin]      2.2.0cvs21
12294
12295         * src/compose.c
12296                 Make From header be copy/paste/select-able
12297
12298 2006-05-16 [wwp]        2.2.0cvs20
12299
12300         * src/export.c
12301         * src/matcher.c
12302         * src/summaryview.c
12303         * src/etpan/imap-thread.c
12304                 fix some compiler warnings (thanks to Colin).
12305
12306 2006-05-16 [wwp]        2.2.0cvs19
12307
12308         * src/action.c
12309         * src/gedit-print.c
12310         * src/inc.c
12311         * src/mainwindow.c
12312         * src/mh.c
12313         * src/statusbar.c
12314         * src/send_message.c
12315         * src/summaryview.c
12316                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12317
12318 2006-05-15 [colin]      2.2.0cvs18
12319
12320         * src/procmsg.c
12321                 Fix automatic rule creation with List-Post
12322
12323 2006-05-15 [paul]       2.2.0cvs17
12324
12325         * tools/filter_conv_new.pl
12326                 updated for rule enabling/disabling
12327                 claws version >= 2.3.x required
12328
12329 2006-05-15 [cleroy]     2.2.0cvs16
12330
12331         * src/main.c
12332                 Revert test
12333
12334 2006-05-15 [cleroy]     2.2.0cvs15
12335
12336         * src/main.c
12337                 test
12338
12339 2006-05-15 [wwp]        2.2.0cvs14
12340
12341         * manual/pl/.cvsignore
12342                 ignore generated files.
12343
12344 2006-05-14 [wwp]        2.3.0-rc1
12345
12346         * 2.3.0-rc1 released
12347
12348 2006-05-13 [wwp]        2.2.0cvs13
12349
12350         * src/filtering.c
12351         * src/filtering.h
12352         * src/matcher.c
12353         * src/matcher_parser_lex.l
12354         * src/matcher_parser_parse.y
12355         * src/prefs_filtering.c
12356                 new feature: provide the ability to disable filtering and processing
12357                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12358                 adaptations.
12359
12360 2006-05-13 [colin]      2.2.0cvs12
12361
12362         * src/compose.c
12363                 Remove useless if (a) b; else b;
12364                 Thanks to wwp
12365
12366 2006-05-13 [wwp]        2.2.0cvs11
12367
12368         * src/export.c
12369         * src/import.c
12370         * src/mainwindow.c
12371         * src/mbox.c
12372         * src/summaryview.c
12373         * src/summaryview.h
12374                 no more silent failures (or at least less ones) when importing
12375                 or exporting from/to mbox. Also start importing/exporting if
12376                 the necessary info is set.
12377
12378 2006-05-13 [wwp]        2.2.0cvs10
12379
12380         * RELEASE_NOTES
12381                 restored up-to-date release notes.
12382
12383 2006-05-13 [paul]       2.2.0cvs9
12384
12385         * po/nl.po
12386         * po/ru.po
12387                 updated by Tim Dijkstra and Pavlo Bohmat
12388
12389 2006-05-12 [colin]      2.2.0cvs8
12390
12391         * src/gtk/quicksearch.c
12392                 Add "k" as shortcut for "colorlabel". Patch
12393                 by ath42@users.sf.net.
12394
12395 2006-05-12 [paul]       2.2.0cvs7
12396
12397         * src/prefs_common.h
12398         * src/prefs_summaries.c
12399         * src/summaryview.c
12400                 when entering a folder also allow
12401                 going directly to first Marked message
12402
12403 2006-05-12 [paul]       2.2.0cvs6
12404
12405         * src/summaryview.c
12406                 always obey 'confirm before marking all
12407                 mails read' option
12408
12409 2006-05-12 [paul]       2.2.0cvs5
12410
12411         * src/textview.c
12412                 make Sender fully clickable
12413
12414 2006-05-12 [colin]      2.2.0cvs4
12415
12416         * src/compose.c
12417         * src/compose.h
12418                 Let From be editable
12419         * src/main.c
12420         * src/mh.c
12421                 Full support of .mh_sequences' Unseen seq
12422
12423 2006-05-12 [colin]      2.2.0cvs3
12424
12425         * src/folder.c
12426         * src/mainwindow.c
12427         * src/mainwindow.h
12428         * src/messageview.c
12429         * src/prefs_spelling.c
12430         * src/procheader.c
12431         * src/procmsg.c
12432         * src/procmsg.h
12433         * src/summaryview.c
12434         * src/toolbar.c
12435         * src/toolbar.h
12436                 Add contextual menu on Compose toolbar
12437                 button. Fixes bug #944 (Automatic
12438                 addresses not applied when changing account
12439                 from compose window)
12440                 add Mailing List support
12441                 based on the old 0.6.5claws25 patch by
12442                 Melvin Hadasht, with finishing touches
12443                 by Colin
12444                 Fix "ignore thread" when mails are threaded by
12445                 subject (and weren't ignored although appearing
12446                 in the thread).
12447                 GUI rework.
12448                 Both patches by Pawel.
12449
12450 2006-05-08 [paul]       2.2.0cvs2
12451
12452         * src/mainwindow.c
12453         * src/mainwindow.h
12454         * src/messageview.c
12455         * src/procheader.c
12456         * src/procmsg.c
12457         * src/procmsg.h
12458         * src/summaryview.c
12459                 add Mailing List support
12460                 based on the old 0.6.5claws25 patch by 
12461                 Melvin Hadasht, with finishing touches
12462                 by Colin
12463
12464 2006-05-08 [colin]      2.2.0cvs1
12465
12466         * src/mainwindow.c
12467         * src/toolbar.c
12468         * src/toolbar.h
12469                 Add contextual menu on Compose toolbar 
12470                 button. Fixes bug #944 (Automatic 
12471                 addresses not applied when changing account 
12472                 from compose window)
12473
12474 2006-05-08 [paul]       2.2.0
12475
12476         2.2.0 released
12477
12478 2006-05-08 [paul]       2.1.1cvs51
12479
12480         * po/cs.po
12481         * po/de.po
12482         * po/en_GB.po
12483         * po/fi.po
12484         * po/fr.po
12485         * po/pt_BR.po
12486         * po/sr.po
12487         * po/zh_CN.po
12488                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12489                 Fabien Vantard, Frederico Goncalves Guimaraes,
12490                 Aleksandar Urosevic, and Ralgh Young
12491
12492 2006-05-12 [colin]      2.1.1cvs50
12493
12494         * po/cs.po
12495         * po/de.po
12496         * po/en_GB.po
12497         * po/es.po
12498         * po/fi.po
12499         * po/fr.po
12500         * po/pt_BR.po
12501         * po/sr.po
12502         * po/zh_CN.po
12503                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12504                 Fabien Vantard, Frederico Goncalves Guimaraes,
12505                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12506
12507 2006-05-05 [colin]      2.1.1cvs49
12508
12509         * manual/Makefile.am
12510         * manual/pl/Makefile.am
12511         * manual/pl/account.xml
12512         * manual/pl/ack.xml
12513         * manual/pl/addrbook.xml
12514         * manual/pl/advanced.xml
12515         * manual/pl/faq.xml
12516         * manual/pl/glossary.xml
12517         * manual/pl/gpl.xml
12518         * manual/pl/handling.xml
12519         * manual/pl/intro.xml
12520         * manual/pl/keyboard.xml
12521         * manual/pl/plugins.xml
12522         * manual/pl/starting.xml
12523         * manual/pl/sylpheed-claws-manual.xml
12524         * manual/pl/dist/.cvsignore
12525         * manual/pl/dist/Makefile.am
12526         * manual/pl/dist/html/.cvsignore
12527         * manual/pl/dist/html/Makefile.am
12528         * manual/pl/dist/pdf/.cvsignore
12529         * manual/pl/dist/pdf/Makefile.am
12530         * manual/pl/dist/ps/.cvsignore
12531         * manual/pl/dist/ps/Makefile.am
12532         * manual/pl/dist/txt/.cvsignore
12533         * manual/pl/dist/txt/Makefile.am
12534                 Add the polish translation of the manual,
12535                 Authored by Pawel Pekala.
12536
12537 2006-05-05 [cleroy]     2.1.1cvs48
12538
12539         * src/main.c
12540                 Re-read matcherrc after loading plugins 
12541                 if some of them add folders.
12542
12543 2006-05-03 [colin]      2.1.1cvs47
12544
12545         * src/imap.c
12546                 I'm idiot
12547
12548 2006-05-03 [colin]      2.1.1cvs46
12549
12550         * src/imap.c
12551                 Be sure to have a session when
12552                 getting separator
12553
12554 2006-05-03 [colin]      2.1.1cvs45
12555
12556         * src/imap.c
12557         * src/imap.h
12558         * src/imap_gtk.c
12559                 Fix preventing renaming with namespace 
12560                 separator.
12561
12562 2006-05-01 [colin]      2.1.1cvs44
12563
12564         * src/action.c
12565                 Don't reload messageview when result of
12566                 action is piped.
12567
12568 2006-04-29 [colin]      2.1.1cvs43
12569
12570         * src/prefs_receive.c
12571         * src/plugins/spamassassin/spamassassin_gtk.c
12572         * src/plugins/clamav/clamav_plugin_gtk.c
12573                 GUI fixes by Pawel
12574
12575 2006-04-29 [colin]      2.1.1cvs42
12576
12577         * src/prefs_compose_writing.c
12578         * src/prefs_quote.c
12579                 Cleanups. Patch by Pawel
12580
12581 2006-04-28 [paul]       2.1.1cvs41
12582
12583         * src/matcher.c
12584                 fix returned quick search results when search
12585                 term contains an underscore.
12586                 Thanks to Colin
12587
12588 2006-04-28 [paul]       2.1.1cvs40
12589
12590         * src/prefs_message.c
12591         * src/prefs_receive.c
12592                 GUI cleanups
12593                 Patches by Pawel Pekala
12594
12595 2006-04-27 [colin]      2.1.1cvs39
12596
12597         * src/wizard.c
12598                 Differentiate subject Welcome from
12599                 window's title Welcome
12600
12601 2006-04-27 [paul]
12602
12603         2.2.0-rc1 released
12604
12605 2006-04-27 [paul]       2.1.1cvs38
12606
12607         * manual/advanced.xml
12608         * manual/fr/advanced.xml
12609                 add info about compose_no_markup hidden pref
12610
12611 2006-04-27 [paul]       2.1.1cvs37
12612
12613         * src/prefs_account.c
12614                 improve privacy labels
12615         * src/prefs_msg_colors.c
12616                 change some strings for translators' convenience
12617         * src/gtk/gtkutils.c
12618                 don't underline the link button text
12619
12620 2006-04-25 [colin]      2.1.1cvs36
12621
12622         * src/folder.c
12623                 Complete 2.1.1cvs33 (once more ;)
12624
12625 2006-04-25 [colin]      2.1.1cvs35
12626
12627         * src/editldap.c
12628                 Fix tooltip
12629
12630 2006-04-25 [cleroy]     2.1.1cvs34
12631
12632         * src/compose.c
12633         * src/gtk/gtkaspell.c
12634                 Fix crash on redirect (related to the return 
12635                 of the aspell menu in compose's toolbar)
12636         * src/prefs_msg_colors.c
12637                 Fix sensitivity widgets
12638         * src/image_viewer.c
12639         * src/gtk/pluginwindow.c
12640         * src/gtk/prefswindow.c
12641                 Change released signals to clicked (Fabien)
12642         * po/POTFILES.in
12643         * src/common/socket.c
12644         * src/plugins/spamassassin/spamassassin.c
12645                 Translate strings (Fabien)
12646
12647 2006-04-25 [paul]       2.1.1cvs33
12648
12649         * src/folder.c
12650         * src/folder.h
12651         * src/folderview.c
12652                 complete the fix of bug #912
12653                 Thanks to Colin
12654
12655 2006-04-25 [colin]      2.1.1cvs32
12656
12657         * src/news.c
12658                 Better progress bar
12659         * src/mimeview.c
12660         * src/summaryview.c
12661         * src/summaryview.h
12662                 Fix focus chain
12663                 Patches by Pawel Pekala
12664
12665 2006-04-24 [colin]      2.1.1cvs31
12666
12667         * src/compose.c
12668                 Fix compilation warnings (Fabien)
12669
12670 2006-04-24 [colin]      2.1.1cvs30
12671
12672         * src/addrindex.c
12673         * src/editldap.c
12674         * src/editldap_basedn.c
12675         * src/editldap_basedn.h
12676         * src/ldapctrl.c
12677         * src/ldapctrl.h
12678         * src/ldapquery.c
12679         * src/ldaputil.c
12680         * src/ldaputil.h
12681                 Fix bug #901 (LDAPS support)
12682
12683 2006-04-24 [colin]      2.1.1cvs29
12684
12685         * src/compose.c
12686                 Fix logic on error with send dialog on
12687         * src/imap.c
12688                 Fix compilation without libetpan, thanks
12689                 to Fabien
12690         * src/summaryview.c
12691                 Fix 'context-menu' key
12692
12693 2006-04-23 [colin]      2.1.1cvs28
12694
12695         * src/folder.c
12696                 Never free current's cache to free up 
12697                 memory. Fixes bug #912 (new count 
12698                 randomly set to message count)
12699
12700 2006-04-23 [colin]      2.1.1cvs27
12701
12702         * src/gtk/quicksearch.c
12703                 And remove printf...
12704
12705 2006-04-23 [colin]      2.1.1cvs26
12706
12707         * src/gtk/quicksearch.c
12708                 Fix replacing in quicksearch, and fix inserting
12709                 in the middle of the string. (introduced at 2.1.0cvs22)
12710
12711 2006-04-23 [colin]      2.1.1cvs25
12712
12713         * src/imap.c
12714                 Make sure uidnext is initialized in get_num_list
12715                 (not for stable, related to 2.1.1cvs8 and friends)
12716
12717 2006-04-23 [colin]      2.1.1cvs24
12718
12719         * src/imap.c
12720                 Output something when login is successful
12721                 too
12722
12723 2006-04-23 [colin]      2.1.1cvs23
12724
12725         * src/etpan/imap-thread.c
12726                 Better logging (line-per-line, hide data in fetch)
12727                 Fix a const warning
12728         * src/gtk/logwindow.c
12729         * src/gtk/logwindow.h
12730                 Better logging (color for input/output)
12731
12732 2006-04-21 [colin]      2.1.1cvs22
12733
12734         * src/gtk/quicksearch.c
12735                 On gtk+-2.8, use stock buttons in quicksearch
12736                 Based on a patch by Fabien and a design by Paul
12737
12738 2006-04-21 [colin]      2.1.1cvs21
12739
12740         * src/folderview.c
12741         * src/mainwindow.c
12742                 Fix occasional flicker in folderview
12743         * src/common/utils.c
12744                 Fix bug #943 (Incorrectly parsed email address 
12745                 list in short headers on message view and in 
12746                 printouts)
12747
12748 2006-04-20 [colin]      2.1.1cvs20
12749
12750         * src/imap.c
12751         * src/imap.h
12752         * src/prefs_account.c
12753                 Add ANONYMOUS auth for IMAP
12754
12755 2006-04-20 [paul]       2.1.1cvs19
12756
12757         * src/main.c
12758                 proper fix for 2.1.1cvs18
12759                 Thanks to Colin
12760
12761 2006-04-20 [paul]       2.1.1cvs18
12762
12763         * src/main.c
12764                 fix build warnings
12765
12766 2006-04-20 [paul]       2.1.1cvs17
12767
12768         * src/gtk/quicksearch.c
12769                 fix standard, non-extended Quick search,
12770                 was broken in 2.1.1cvs15.
12771                 Thanks to Colin.
12772
12773 2006-04-20 [colin]      2.1.1cvs16
12774
12775         * src/prefs_matcher.c
12776                 Fix values when reselecting a ~test
12777                 rule
12778
12779 2006-04-19 [colin]      2.1.1cvs15
12780
12781         * src/compose.c
12782         * src/compose.h
12783         * src/gtk/gtkaspell.c
12784         * src/gtk/gtkaspell.h
12785                 Put back Options menu in Spelling/
12786         * src/gtk/quicksearch.c
12787                 Don't search, and show error, if the
12788                 advanced search has a syntax error
12789
12790 2006-04-18 [colin]      2.1.1cvs14
12791
12792         * src/textview.c
12793                 Fix gdk warnings on set_cursor when textview
12794                 isn't visible
12795
12796 2006-04-18 [colin]      2.1.1cvs13
12797
12798         * src/gtk/gtksctree.c
12799                 Remove seemingly useless refresh that causes
12800                 flicker - watch this commit in case of 
12801                 problems before planned backport to stable
12802
12803 2006-04-18 [colin]      2.1.1cvs12
12804
12805         * src/imap.c
12806                 Factorize get/set_xml code
12807         * src/compose.c
12808         * src/prefs_account.c
12809         * src/prefs_account.h
12810         * src/procmsg.c
12811                 Add Encrypt to self option
12812
12813 2006-04-17 [colin]      2.1.1cvs11
12814
12815         * configure.ac
12816                 Fix search on encrpyt function on dragonfly
12817                 Patch by Jonathan Buschmann <jonthn@agmact.com>
12818
12819 2006-04-17 [colin]      2.1.1cvs10
12820
12821         * src/prefs_account.c
12822                 Be safe by default: remove mails from POP3
12823                 after 7 days, not immediately
12824
12825 2006-04-17 [colin]      2.1.1cvs9
12826
12827         * src/etpan/imap-thread.c
12828                 Fix build on DragonFly - patch by 
12829                 Jonathan Buschmann <jonthn@agmact.com>
12830
12831 2006-04-17 [colin]      2.1.1cvs8
12832
12833         * src/imap.c
12834                 Save uidnext between sessions
12835
12836 2006-04-17 [colin]      2.1.1cvs7
12837
12838         * src/imap.c
12839                 scan is required when uid validity changes
12840
12841 2006-04-17 [colin]      2.1.1cvs6
12842
12843         * src/folderview.c
12844                 Don't scan if not necessary, apart in current
12845                 folder and INBOX to fetch flags.
12846         * src/imap.c
12847                 Scan is necessary if unread count changes
12848
12849 2006-04-17 [colin]      2.1.1cvs5
12850
12851         * src/imap.c
12852                 ...But always fetch ANSWERED and DELETED flags for
12853                 INBOX, as filtering can happen on these flags.
12854
12855 2006-04-17 [colin]      2.1.1cvs4
12856
12857         * src/imap.c
12858                 Don't fetch REPLIED and DELETED flags when synchronising
12859                 flags with a closed folder. We only need UNSEEN and FLAGGED
12860                 to update the folderview.
12861
12862 2006-04-17 [colin]      2.1.1cvs3
12863
12864         * src/imap.c
12865                 Faster flag search when there are new mails 
12866                 in a folder. We can do a full search if the 
12867                 folder contains less messages than the new
12868                 list.
12869
12870 2006-04-17 [colin]      2.1.1cvs2
12871
12872         * po/cs.po
12873         * po/de.po
12874         * po/fr.po
12875         * po/nl.po
12876         * po/pt_BR.po
12877                 Update translations from stable branch
12878
12879 2006-04-17 [colin]      2.1.1cvs1
12880
12881         * configure.ac
12882                 Bump version to follow stable release
12883
12884 2006-04-16 [mones]      2.1.0cvs50
12885
12886         * po/es.po
12887                 Updated for release
12888
12889 2006-04-16 [colin]      2.1.0cvs49
12890
12891         * src/textview.c
12892                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
12893                 with gtk < 2.8. Thanks to Fabien Vantard.
12894
12895 2006-04-15 [colin]      2.1.0cvs48
12896
12897         * src/etpan/imap-thread.c
12898                 Fix bug #919 (libetpan: SEGV when connecting 
12899                 using command)
12900
12901 2006-04-14 [colin]      2.1.0cvs47
12902
12903         * src/main.c
12904                 Fix race on --select (should be done better)
12905
12906 2006-04-14 [wwp]        2.1.0cvs46
12907
12908         * src/send_message.c
12909                 enforce a check for domain in account prefs (a sending
12910                 error could be faced if domain was checked but no value set),
12911                 thanks to Colin.
12912
12913 2006-04-14 [colin]      2.1.0cvs45
12914
12915         * src/codeconv.c
12916                 when converting from unknown to unknown, if the
12917                 string is UTF8, don't convert it to the locale
12918                 (which breaks it)
12919
12920 2006-04-14 [colin]      2.1.0cvs44
12921
12922         * src/compose.c
12923                 Don't try to use ASCII for converting headers
12924                 (as done in body)
12925
12926 2006-04-14 [paul]       2.1.0cvs43
12927
12928         * src/crash.c
12929                 add locale/charset info to crash report
12930         * src/gtk/about.c
12931                 add wwp to doc team
12932                 replace 'e-mail' with preferred 'email'
12933         * src/gtk/authors.h
12934                 ensure contributors list is in alphabetical
12935                 order
12936
12937 2006-04-13 [colin]      2.1.0cvs42
12938
12939         * src/textview.c
12940                 Prevent gdk warnings
12941
12942 2006-04-13 [colin]      2.1.0cvs41
12943
12944         * src/common/ssl_certificate.c
12945         * src/common/ssl_certificate.h
12946         * src/gtk/sslcertwindow.c
12947                 Warn on expired certs, and display the expiration date
12948
12949 2006-04-13 [colin]      2.1.0cvs40
12950
12951         * src/plugins/spamassassin/spamassassin_gtk.c
12952                 Fix missing set_text on unix socket
12953
12954 2006-04-13 [wwp]        2.1.0cvs39
12955
12956         * manual/fr/advanced.xml
12957         * manual/fr/glossary.xml
12958                 applied new spam/ham/email lexicon (pourriel, courriel)
12959
12960 2006-04-13 [paul]       2.1.0cvs38
12961
12962         * src/plugins/pgpmime/plugin.c
12963                 remove the mention of S/MIME from the
12964                 description. This is now handled by the
12965                 S/MIME plugin.
12966
12967 2006-04-13 [paul]       2.1.0cvs37
12968
12969         * src/prefs_msg_colors.c
12970                 rework dialog
12971         * src/prefs_folder_item.c
12972         * src/prefs_spelling.c
12973                 add a tooltip to the colour selector buttons
12974
12975 2006-04-13 [wwp]        2.1.0cvs36
12976
12977         * manual/advanced.xml
12978         * manual/glossary.xml
12979         * manual/handling.xml
12980         * manual/keyboard.xml
12981         * manual/plugins.xml
12982         * manual/starting.xml
12983         * manual/fr/account.xml
12984         * manual/fr/ack.xml
12985         * manual/fr/addrbook.xml
12986         * manual/fr/advanced.xml
12987         * manual/fr/faq.xml
12988         * manual/fr/glossary.xml
12989         * manual/fr/gpl.xml
12990         * manual/fr/handling.xml
12991         * manual/fr/intro.xml
12992         * manual/fr/keyboard.xml
12993         * manual/fr/plugins.xml
12994         * manual/fr/starting.xml
12995         * manual/fr/sylpheed-claws-manual.xml
12996                 fixes to the manuals:
12997                  - summaryview -> Message List (same in French)
12998                  - translate key names
12999                  - fix French punctuation, use non-breakable spaces when
13000                    necessary, don't use &thinsp; which is not portable
13001                  - tell what maildir and mbox formats we support
13002
13003 2006-04-12 [wwp]        2.1.0cvs35
13004
13005         * src/prefs_toolbar.c
13006                 unified a replace button more,
13007                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13008
13009 2006-04-12 [wwp]        2.1.0cvs34
13010
13011         * src/prefs_common.c
13012         * src/prefs_msg_colors.c
13013                 make default color labels translatable,
13014                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13015                 thanks to Tim <timbrain@post.cz> for reporting.
13016
13017 2006-04-12 [wwp]        2.1.0cvs33
13018
13019         * manual/glossary.xml
13020         * manual/intro.xml
13021         * manual/plugins.xml
13022         * manual/starting.xml
13023         * manual/sylpheed-claws-manual.xml
13024         * manual/fr/.cvsignore
13025         * manual/fr/account.xml
13026         * manual/fr/ack.xml
13027         * manual/fr/addrbook.xml
13028         * manual/fr/advanced.xml
13029         * manual/fr/faq.xml
13030         * manual/fr/glossary.xml
13031         * manual/fr/handling.xml
13032         * manual/fr/intro.xml
13033         * manual/fr/keyboard.xml
13034         * manual/fr/plugins.xml
13035         * manual/fr/starting.xml
13036         * manual/fr/sylpheed-claws-manual.xml
13037                 various fixes: typos, missing .fr translations, punctuation,
13038                 capitalization, links, accents and some bad French more.
13039
13040 2006-04-12 [wwp]        2.1.0cvs32
13041
13042         * src/prefs_gtk.c
13043                 fix for bug #935: always store prefs files in UTF-8 (thanks
13044                 to Colin).
13045
13046 2006-04-11 [colin]      2.1.0cvs31
13047
13048         * src/compose.c
13049                 Fix inserting files not in utf8 when locale is utf8
13050
13051 2006-04-11 [colin]      2.1.0cvs30
13052
13053         * src/inc.c
13054                 Don't show error dialog when cancelling connection
13055                 Patch by Pawel
13056
13057 2006-04-11 [cleroy]     2.1.0cvs29
13058
13059         * src/compose.c
13060                 Implement multiple quote levels
13061         * src/prefs_common.c
13062                 Change a little bit the quote bgcolor for 2nd level
13063
13064 2006-04-11 [colin]      2.1.0cvs28
13065
13066         * src/gtk/about.c
13067                 Add locale and charset in the label
13068
13069 2006-04-10 [colin]      2.1.0cvs27
13070
13071         * src/compose.c
13072         * src/prefs_common.c
13073         * src/prefs_common.h
13074         * src/prefs_msg_colors.c
13075         * src/textview.c
13076                 Allow optional background color in quotes
13077                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13078                 GTK+-2.8.x feature
13079
13080 2006-04-10 [colin]      2.1.0cvs26
13081
13082         * src/main.c
13083         * src/mainwindow.c
13084         * src/mainwindow.h
13085                 Implement --select
13086
13087 2006-04-10 [colin]      2.1.0cvs25
13088
13089         * manual/plugins.xml
13090         * manual/fr/plugins.xml
13091                 Document libcurl's proxy variables
13092
13093 2006-04-09 [colin]      2.1.0cvs24
13094
13095         * src/prefs_common.c
13096                 gettext() returns statically allocated stuff. We have
13097                 to strdup it in order to be able to free it.
13098
13099 2006-04-09 [colin]      2.1.0cvs23
13100
13101         * AUTHORS
13102         * src/gtk/authors.h
13103                 Add Alexei
13104
13105 2006-04-09 [colin]      2.1.0cvs22
13106
13107         * src/mainwindow.c
13108         * src/gtk/quicksearch.c
13109                 Fix bug #859 (problems with cyrilic input in 
13110                 search panel) - Patch by Alexey Illarionov 
13111                 <littlesavage@rambler.ru>
13112
13113 2006-04-09 [colin]      2.1.0cvs21
13114
13115         * src/prefs_customheader.c
13116                 I prefer removing then freeing rather than the contrary
13117                 (even if it doesn't change anything ;-)
13118         * src/prefs_account.c
13119                 Fix bug #933 (Crash re-entering the custom headers list 
13120                 dialog in accounts prefs)
13121                 The problem happened when cancelling the Account 
13122                 Preferences' dialogs - in which case we didn't do 
13123                 anything to the PrefsAccount * struct. In case of applying,
13124                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13125                 working with in this dialog. The problem is that 
13126                 prefs_customheader.c, working on this tmp_ac_prefs, always
13127                 changes the ->customhdr_list pointer, even when cancelled. 
13128                 So in case of cancelling the prefs_account dialog, we still
13129                 have to update ->customhdr_list in the real account.
13130
13131 2006-04-08 [colin]      2.1.0cvs20
13132
13133         * manual/fr/glossary.xml
13134         * manual/fr/keyboard.xml
13135                 Forgot some headers :)
13136
13137 2006-04-08 [colin]      2.1.0cvs19
13138
13139         * manual/Makefile.am
13140         * manual/fr/Makefile.am
13141         * manual/fr/account.xml
13142         * manual/fr/ack.xml
13143         * manual/fr/addrbook.xml
13144         * manual/fr/advanced.xml
13145         * manual/fr/faq.xml
13146         * manual/fr/glossary.xml
13147         * manual/fr/gpl.xml
13148         * manual/fr/handling.xml
13149         * manual/fr/intro.xml
13150         * manual/fr/keyboard.xml
13151         * manual/fr/plugins.xml
13152         * manual/fr/starting.xml
13153         * manual/fr/sylpheed-claws-manual.xml
13154         * manual/fr/dist/.cvsignore
13155         * manual/fr/dist/Makefile.am
13156         * manual/fr/dist/html/.cvsignore
13157         * manual/fr/dist/html/Makefile.am
13158         * manual/fr/dist/pdf/.cvsignore
13159         * manual/fr/dist/pdf/Makefile.am
13160         * manual/fr/dist/ps/.cvsignore
13161         * manual/fr/dist/ps/Makefile.am
13162         * manual/fr/dist/txt/.cvsignore
13163         * manual/fr/dist/txt/Makefile.am
13164                 Add the french translation of the manual. Thanks to
13165                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13166                 account.xml, ack.xml, addrbook.xml and advanced.xml
13167
13168 2006-04-08 [colin]      2.1.0cvs18
13169
13170         * manual/plugins.xml
13171         * manual/starting.xml
13172                 More fixes
13173
13174 2006-04-07 [colin]      2.1.0cvs17
13175
13176         * manual/faq.xml
13177         * manual/intro.xml
13178         * manual/keyboard.xml
13179                 Little fixes
13180
13181 2006-04-07 [colin]      2.1.0cvs16
13182
13183         * README
13184         * src/compose.c
13185         * src/prefs_common.c
13186         * src/prefs_common.h
13187                 Add hidden compose_no_markup pref
13188
13189 2006-04-07 [wwp]        2.1.0cvs15
13190
13191         * src/summary_search.c
13192         * .cvsignore
13193                 Bugfix: stop button was sticky when searching in an empty folder.
13194                 Applied curly brackets code style to the whole file (summary_search.c).
13195                 More files to ignore.
13196
13197 2006-04-07 [wwp]        2.1.0cvs14
13198
13199         * src/message_search.c
13200         * src/summary_search.c
13201                 changed default button when search bumps at file/folder
13202                 beginning or end, for convenience (thanks to Colin).
13203
13204 2006-04-07 [paul]       2.1.0cvs13
13205
13206         * src/plugins/dillo_viewer/dillo_prefs.c
13207                 avoid future potential for namespace collision
13208                 Patch by Colin
13209
13210 2006-04-06 [wwp]        2.1.0cvs12
13211
13212         * src/summary_search.c
13213                 Unify extended/advanced searches names (and thus factorize labels),
13214                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13215
13216 2006-04-06 [wwp]        2.1.0cvs11
13217
13218         * src/folderview.c
13219         * src/prefs_themes.c
13220         * src/summaryview.c
13221                 Fixed some compilation warnings.
13222
13223 2006-04-06 [colin]      2.1.0cvs10
13224
13225         * manual/advanced.xml
13226                 Document the wizard template and how to deploy
13227                 Sylpheed-Claws effectively
13228
13229 2006-04-06 [colin]      2.1.0cvs9
13230
13231         * src/folderview.c
13232                 gettext patch to tell translators about _("#"),
13233                 by Maxim Britov
13234
13235 2006-04-06 [colin]      2.1.0cvs8
13236
13237         * src/textview.c
13238                 Fix invalid GtkTextBIter after clicking "Display as text"
13239
13240 2006-04-06 [mones]      2.1.0cvs7
13241
13242         * src/addr_compl.c
13243         * src/addrindex.c
13244         * src/addritem.c
13245         * src/codeconv.c
13246         * src/compose.c
13247         * src/filtering.c
13248         * src/folder.c
13249         * src/folder_item_prefs.c
13250         * src/folderview.c
13251         * src/localfolder.c
13252         * src/matcher.c
13253         * src/mimeview.c
13254         * src/prefs_msg_colors.c
13255         * src/prefs_spelling.c
13256         * src/prefs_themes.c
13257         * src/procmime.c
13258         * src/procmsg.c
13259         * src/stock_pixmap.c
13260         * src/summaryview.c
13261         * src/textview.c
13262         * src/toolbar.c
13263         * src/common/mgutils.c
13264         * src/common/prefs.c
13265         * src/common/ssl_certificate.c
13266         * src/gtk/colorlabel.c
13267         * src/gtk/quicksearch.c
13268         * src/plugins/pgpmime/pgpmime.c
13269         * src/plugins/spamassassin/spamassassin.c
13270                 Removed redundant NULL checks for g_free() calls.
13271                 Patch by Pawel Pekala.
13272
13273 2006-04-06 [mones]      2.1.0cvs6
13274
13275         * src/prefs_actions.c
13276         * src/prefs_filtering.c
13277         * src/prefs_filtering_action.c
13278         * src/prefs_matcher.c
13279         * src/prefs_template.c
13280         * src/gtk/gtkutils.c
13281         * src/gtk/gtkutils.h
13282                 Have a nice replace button. Patch by Pawel Pekala
13283
13284 2006-04-06 [colin]      2.1.0cvs5
13285
13286         * src/addressbook.c
13287                 Fix crash with empty columns
13288
13289 2006-04-05 [colin]      2.1.0cvs4
13290
13291         * src/wizard.c
13292         * src/prefs_gtk.c
13293                 Allow wizard customization with pre-filled values
13294
13295 2006-04-05 [colin]      2.1.0cvs3
13296
13297         * src/textview.c
13298         * src/mimeview.c
13299         * src/mimeview.h
13300                 Nicer messages in mimeview
13301
13302 2006-04-05 [colin]      2.1.0cvs2
13303
13304         * src/addressbook.c
13305         * src/prefs_summaries.c
13306                 i18n fix
13307
13308 2006-04-05 [colin]      2.1.0cvs1
13309
13310         * src/plugins/pgpcore/plugin.c
13311         * src/plugins/pgpcore/select-keys.c
13312         * src/plugins/pgpcore/select-keys.h
13313         * src/plugins/pgpcore/sgpgme.c
13314         * src/plugins/pgpcore/sgpgme.h
13315         * src/plugins/pgpinline/pgpinline.c
13316         * src/plugins/pgpinline/plugin.c
13317         * src/plugins/pgpmime/pgpmime.c
13318         * src/plugins/pgpmime/plugin.c
13319                 Factorize and generalize a bit 
13320                 Drop S/MIME signature verification from PGP/MIME
13321                 (adding it as another, more complete plugin)
13322
13323 2006-04-05 [paul]       2.1.0
13324
13325         2.1.0 released
13326
13327 2006-04-05 [paul]       2.0.0cvs186
13328
13329         * manual/advanced.xml
13330                 add info on colour labels
13331
13332 2006-04-05 [paul]       2.0.0cvs185
13333
13334         * po/bg.po
13335         * po/cs.po
13336         * po/de.po
13337         * po/el.po
13338         * po/en_GB.po
13339         * po/fi.po
13340         * po/fr.po
13341         * po/it.po
13342         * po/nl.po
13343         * po/pl.po
13344         * po/pt_BR.po
13345         * po/sr.po
13346         * po/zh_CN.po
13347                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13348                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13349                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13350                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13351         * src/gtk/authors.h
13352         * tools/claws.i18n.status.pl
13353                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13354                 and new Czech translator, Tim <timbrain@post.cz>
13355
13356 2006-04-05 [mones]      2.0.0cvs184
13357
13358         * po/es.po
13359                 Updated translation
13360
13361 2006-04-05 [colin]      2.0.0cvs183
13362
13363         * src/gtk/quicksearch.c
13364                 Fix bug #929 (unnecessary reload in quick search bar)
13365
13366 2006-04-05 [colin]      2.0.0cvs182
13367
13368         * src/compose.c
13369                 Fix crash on Reply with no From:
13370                 Show signature and conversion error on queuing 
13371                 (but not sending)
13372         * src/mainwindow.c
13373         * src/summaryview.c
13374         * src/summaryview.h
13375                 Factorize threading code and make sure msginfo 
13376                 is not null when it comes from a GtkCTreeRow's 
13377                 data
13378         * src/gtk/gtkaspell.c
13379                 Check for necessary things
13380         * src/gtk/gtksctree.c
13381         * src/gtk/gtksctree.h
13382                 Reset anchor if necessary when removing node
13383
13384 2006-03-29 [colin]      2.0.0cvs181
13385
13386         * src/folderview.c
13387                 Warn for disabled IMAP accounts (due to lack of
13388                 libetpan). Breaks string-freeze - sorry - but it
13389                 is kind of important ;)
13390
13391 2006-03-28 [colin]      2.0.0cvs180
13392
13393         * src/gtk/gtkutils.c
13394         * src/gtk/gtkutils.h
13395                 Add a gtkut_get_link_btn() function that
13396                 creates a button which acts like an URI
13397         * src/prefs_themes.c
13398         * src/gtk/about.c
13399                 Use this function (factorizes codes)
13400         * src/common/defs.h
13401         * src/gtk/pluginwindow.c
13402                 Add a "Get more..." in the plugins window
13403
13404 2006-03-28 [colin]      2.0.0cvs179
13405
13406         * src/common/smtp.c
13407         * src/common/passcrypt.c
13408         * src/undo.c
13409                 Warning fixes. Patch by Pawel Pekala
13410
13411 2006-03-27 [colin]      2.0.0cvs178
13412
13413         * src/undo.c
13414                 Fix undoing by blocks with spaces
13415
13416 2006-03-27 [colin]      2.0.0cvs177
13417
13418         * src/textview.c
13419                 Set margin to 3px for headers
13420
13421 2006-03-27 [paul]
13422
13423         2.1.0-rc2 released
13424
13425 2006-03-27 [wwp]        2.0.0cvs176
13426
13427         * src/summaryview.c
13428                 don't reset quicksearch when updating the message list.
13429                 Thanks to Colin.
13430
13431 2006-03-26 [wwp]        2.0.0cvs175
13432
13433         * src/compose.c
13434                 use a unified border width ('other' tab in the compose window,
13435                 patch by Pawel Pekala).
13436
13437
13438 2006-03-26 [wwp]        2.0.0cvs174
13439
13440         * src/common/quoted-printable.c
13441         * src/addressbook.c
13442                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13443
13444 2006-03-26 [colin]      2.0.0cvs173
13445
13446         * src/quote_fmt_parse.y
13447                 Fix non-UTF8 date formats messing up the whole quote a 
13448                 little bit
13449
13450 2006-03-26 [colin]      2.0.0cvs172
13451
13452         * src/procheader.c
13453                 Make sure the date is UTF8 valid, or try to make it
13454                 so. IncrediMail is really IncrediStupid.
13455         * src/compose.c
13456                 Fix possible conversions. 
13457                 
13458
13459 2006-03-26 [colin]      2.0.0cvs171
13460
13461         * src/matcher.c
13462                 Fix corner cases in body search. This is still a
13463                 hack... It seems impossible to make it good and 
13464                 reasonably fast at the same time.
13465
13466 2006-03-26 [colin]      2.0.0cvs170
13467
13468         * src/summaryview.c
13469                 I think I killed the twilight zone bug!
13470                 summary_select_node() flushes GTK events in order
13471                 to be able to center the view. But this also 
13472                 flushes keypresses like Ctrl-Alt-U, so this can
13473                 call summary_show from summary_select_node (itself
13474                 called from summary_show, etc.). And the summaryview
13475                 has to be unlocked in this function. So just locking
13476                 while processing GTK events, and bailing if locked, 
13477                 should fix it.
13478                 Fixes bug #927 (SIGSEGV during Update Summary)
13479
13480 2006-03-25 [colin]      2.0.0cvs169
13481
13482         * src/matcher.c
13483                 Fix search in QP-encoded bodies
13484                 Fix utf-8 searches in bodies encoded in the
13485                 locale's encoding
13486         * src/common/quoted-printable.c
13487         * src/common/quoted-printable.h
13488                 Add a decode function that doesn't overwrite
13489                 the original pointer
13490                 
13491
13492 2006-03-24 [colin]      2.0.0cvs168
13493
13494         * src/action.c
13495         * src/summaryview.c
13496         * src/summaryview.h
13497                 Update message cache after action
13498                 Patch by H. Merijn Brand
13499         * src/prefs_msg_colors.c
13500                 Factorize label 
13501                 Patch by Fabien Vantard
13502         * src/plugins/spamassassin/spamassassin_gtk.c
13503                 Remove useless translation
13504                 Patch by Fabien Vantard
13505
13506 2006-03-23 [colin]      2.0.0cvs167
13507
13508         * src/common/ssl.c
13509                 Let 30 seconds to SSL_connect
13510
13511 2006-03-23 [wwp]        2.0.0cvs166
13512
13513         * src/summaryview.c
13514         * src/gtk/description_window.c
13515                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13516                 and headers are translated; adjust description windows' width to fit their
13517                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13518
13519 2006-03-23 [paul]       2.0.0cvs165
13520
13521         * src/common/utils.c
13522                 fix highlighting of URIs containing "()"
13523                 (2.0.0cvs164's reversal fixed)
13524                 Thanks to Colin.
13525
13526 2006-03-23 [paul]       2.0.0cvs164
13527
13528         * src/common/utils.c
13529                 revert patch, (postponing a fix), at 2.0.0cvs120
13530                 as it breaks more URIs than it fixes.
13531                 Allow '-' to be a terminating character in a URI
13532
13533 2006-03-22 [colin]      2.0.0cvs163
13534
13535         * configure.ac
13536                 Require libetpan 0.45
13537                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13538
13539 2006-03-22 [paul]       2.0.0cvs162
13540
13541         * src/editgroup.c
13542                 replace '<-' and '->' buttons with GTK_STOCK graphical
13543                 buttons
13544         * src/summary_search.c
13545                 don't offer '...' for translation
13546                 add a tooltip to advanced search '...' button
13547         * src/gtk/quicksearch.c
13548                 don't offer '...' for translation
13549
13550 2006-03-21 [colin]      2.0.0cvs161
13551
13552         * src/compose.c
13553                 Fix middle-click pasting (insert at click
13554                 position instead of cursor position, don't
13555                 remove existing selection and allow pasting
13556                 our own selection)
13557         * src/addressbook.c
13558                 "LDAP Server" -> "LDAP servers"
13559
13560 2006-03-21 [wwp]        2.0.0cvs160
13561
13562         * src/etpan/imap-thread.c
13563                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13564
13565 2006-03-20 [colin]      2.0.0cvs159
13566
13567         * src/summaryview.c
13568                 Don't reload summaryview after an execute with no
13569                 move action
13570
13571 2006-03-19 [colin]      2.0.0cvs158
13572
13573         * src/addressbook.c
13574                 and put groups at the top, always
13575
13576 2006-03-19 [colin]      2.0.0cvs157
13577
13578         * src/addressbook.c
13579                 Order groups before names, as previously
13580
13581 2006-03-19 [colin]      2.0.0cvs156
13582
13583         * src/addressbook.c
13584                 - Sort case-unsensitive
13585                 - Put the sort arrow at opening too
13586
13587 2006-03-19 [wwp]        2.0.0cvs155
13588
13589         * src/addressbook.c
13590                 allow sorting by name/email/remarks, ensure that right-pane's contents
13591                 matches the left-pane selection (cleared when appropriate).
13592                 Patch by Pawel Pekala <c0rn@o2.pl>.
13593
13594 2006-03-18 [colin]      2.0.0cvs154
13595
13596         * src/textview.c
13597                 Fix text cursor ;)
13598
13599 2006-03-18 [colin]      2.0.0cvs153
13600
13601         * src/gtk/filesel.c
13602                 Make sure we hide the preview if we didn't get
13603                 a filename
13604
13605 2006-03-18 [colin]      2.0.0cvs152
13606
13607         * src/summaryview.c
13608                 Set cursor to watch for execution (fixes lack
13609                 of watch-cursor when dnd'ing hundreds of mails)
13610         * src/gtk/filesel.c
13611                 Check that mime type is 'image/*' before updating
13612                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13613
13614 2006-03-18 [colin]      2.0.0cvs151
13615
13616         * src/mainwindow.c
13617         * src/textview.c
13618         * src/textview.h
13619                 Put a watch cursor in textview too when the mainwindow's
13620                 cursor in a watch
13621
13622 2006-03-18 [colin]      2.0.0cvs150
13623
13624         * src/folder.c
13625                 Change wrong asserts to simple tests
13626
13627 2006-03-17 [colin]      2.0.0cvs149
13628
13629         * src/mainwindow.c
13630         * src/mainwindow.h
13631         * src/prefs_msg_colors.c
13632         * src/summaryview.c
13633         * src/summaryview.h
13634         * src/gtk/colorlabel.c
13635         * src/gtk/colorlabel.h
13636                 Add a color label menu in the main menubar
13637                 Add (fixed) accels Ctrl-{0-7} to change the color
13638                 They have to be fixed because the menu's dynamic,
13639                 the items are complex widgets, hence we can't use
13640                 a GtkItemFactory.
13641
13642
13643 2006-03-17 [wwp]        2.0.0cvs148
13644
13645         * src/compose.c
13646                 rollback few lines from my previous commit (those lines come from
13647                 a pending patch, accidentally commited, even if neutral as they are
13648                 commented out).
13649
13650 2006-03-17 [wwp]        2.0.0cvs147
13651
13652         * src/compose.c
13653                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13654                 applied code style/indentation to the modified function.
13655
13656 2006-03-17 [wwp]        2.0.0cvs146
13657
13658         * src/procmsg.c
13659         * src/compose.c
13660                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13661
13662 2006-03-17 [paul]
13663
13664         2.1.0-rc1 released
13665
13666 2006-03-17 [paul]       2.0.0cvs145
13667
13668         * src/main.c
13669                 addressbook_read_file() was called twice
13670         * src/textview.c
13671                 X-Mailer highlighting
13672
13673 2006-03-16 [colin]      2.0.0cvs144
13674
13675         * src/sourcewindow.c
13676         * src/sourcewindow.h
13677                 And the last one, in source window.
13678
13679 2006-03-16 [colin]      2.0.0cvs143
13680
13681         * src/compose.c
13682         * src/compose.h
13683                 Fix the same stuff in compose
13684
13685 2006-03-16 [colin]      2.0.0cvs142
13686
13687         * src/messageview.c
13688                 Complete the previous messageview crash fix
13689
13690 2006-03-16 [colin]      2.0.0cvs141
13691
13692         * src/procmsg.h
13693         * src/procmsg.c
13694         * src/folder.c
13695                 Fix POSTPROCESSING hook
13696                 Patch by H. Merijn Brand
13697
13698         * src/procmime.c
13699         * src/procmime.h
13700                 Parse Content-Location
13701
13702         * src/toolbar.c
13703         * src/messageview.c
13704         * src/messageview.h
13705                 Don't crash when a top-level MessageView has
13706                 been closed on us. Same problematic than
13707                 yesterday's quicksearch issue.
13708
13709 2006-03-15 [colin]      2.0.0cvs140
13710
13711         * src/gtk/quicksearch.c
13712                 Fix a bitchy race we didn't think about when we
13713                 added quicksearch cancellation:
13714                 If the search is not on cached fields, for example
13715                 body_part matchcase "stuff"
13716                 the matcher code has to get the whole message. If
13717                 we're on IMAP, that can be slow, and in order to
13718                 be non-blocking, the IMAP code idle loop processes
13719                 gtk events too. So it is possible to cancel a
13720                 quicksearch while the matcher is getting the mail's
13721                 body. After matcher got its body, it will start to
13722                 iterate over the matcher list that the Quicksearch's
13723                 clear_search_cb() just freed via prepare_matcher().
13724                 SIGSEGV ensues.
13725                 The fix consists of guarding the matcherlist_match()
13726                 call with a boolean 'matching'. If we reset the
13727                 quicksearch while matching is TRUE, we don't free
13728                 the matcherlist anymore like we did, but we set
13729                 another new flag, deferred_free, to TRUE. Then,
13730                 in quicksearch_match(), just after returning from
13731                 matcherlist_match() and unsetting the matching flag,
13732                 we check the deferred_free flag and do the
13733                 prepare_matcher() (which does the matcherlist_free)
13734                 for real, so we free the matcherlist once it's not
13735                 used anymore.
13736                 As all of this runs via the glib main loop, we
13737                 luckily don't need a mutex.
13738         * src/summaryview.c
13739                 Also, show progress while searching.
13740
13741
13742 2006-03-14 [colin]      2.0.0cvs139
13743
13744         * src/alertpanel.c
13745                 Make alertpanel_is_open non-static
13746
13747 2006-03-14 [colin]      2.0.0cvs138
13748
13749         * src/prefs_spelling.c
13750                 Cleanups - Fabien Vantard
13751
13752 2006-03-14 [wwp]        2.0.0cvs137
13753
13754         * src/main.c
13755                 code style normalization (curly braces, indentation).
13756
13757 2006-03-14 [wwp]        2.0.0cvs137
13758
13759         * src/main.c
13760                 code style (braces, indentation)
13761
13762 2006-03-12 [paul]       2.0.0cvs136
13763
13764         * src/prefs_common.c
13765                 trans_hdr defaults to FALSE to be RFC-savvy
13766         * src/prefs_summaries.c
13767                 add a tooltip to the trans_hdr option
13768                 
13769
13770 2006-03-12 [paul]       2.0.0cvs135
13771
13772         * src/prefs_matcher.c
13773                 give a little more width to the combos
13774         * src/prefs_display_header.c
13775         * src/textview.c
13776                 translate headers if prefs_common.trans_hdr
13777                 is TRUE
13778
13779         Patches by Pawel Pekala
13780
13781 2006-03-12 [paul]       2.0.0cvs134
13782
13783         * src/plugins/clamav/clamav_plugin.c
13784         * src/plugins/dillo_viewer/dillo_viewer.c
13785         * src/plugins/pgpcore/plugin.c
13786         * src/plugins/pgpinline/plugin.c
13787         * src/plugins/pgpmime/plugin.c
13788         * src/plugins/spamassassin/spamassassin.c
13789                 update/add to descriptions
13790         * src/plugins/spamassassin/spamassassin_gtk.c
13791                 fixes to the english, remove superfluous
13792                 tooltips, clean up a little
13793
13794 2006-03-12 [paul]       2.0.0cvs133
13795
13796         * src/compose.c
13797                 fix Bug 924, 'Account combo box shows up wrong 
13798                 if & is in account name'
13799
13800 2006-03-11 [colin]      2.0.0cvs132
13801
13802         * src/summaryview.c
13803                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13804                 messed up shift-selection because is slows down
13805                 moving around summaryview. thanks -users
13806
13807 2006-03-10 [colin]      2.0.0cvs131
13808
13809         * src/plugins/spamassassin/spamassassin_gtk.c
13810                 Put back Paul's engrish fixes
13811
13812 2006-03-10 [colin]      2.0.0cvs130
13813
13814         * src/plugins/spamassassin/spamassassin.c
13815         * src/plugins/spamassassin/spamassassin.h
13816         * src/plugins/spamassassin/spamassassin_gtk.c
13817                 Cleanup SA prefs page (more)
13818                 Patch by Fabien Vantard
13819
13820 2006-03-10 [paul]       2.0.0cvs129
13821
13822         * src/prefs_msg_colors.c
13823         * src/prefs_spelling.c
13824                 widget sensitivity
13825
13826 2006-03-09 [mones]      2.0.0cvs128
13827
13828         * po/es.po
13829                 Update for next RC
13830
13831 2006-03-09 [wwp]        2.0.0cvs127
13832
13833         * configure.ac
13834                 revert accidental commit (requirement for libetpan 0.43), this time
13835                 not in HEAD.
13836
13837 2006-03-09 [wwp]        2.0.0cvs125
13838
13839         * configure.ac
13840                 revert accidental commit (requirement for libetpan 0.43)
13841
13842 2006-03-09 [paul]       2.0.0cvs126
13843
13844         * src/prefs_receive.c
13845                 remove useless frame
13846                 replace 'incorporation' with 'receiving'
13847         * src/plugins/clamav/clamav_plugin_gtk.c
13848         * src/plugins/spamassassin/spamassassin_gtk.c
13849                 improve widget sensitivity
13850                 fix a bit his engrish
13851
13852 2006-03-09 [wwp]        2.0.0cvs125
13853
13854         * src/addressadd.c
13855         * src/foldersel.c
13856         * src/prefs_common.c
13857         * src/prefs_common.h
13858                 remember some more windows' sizes (add to addressbook and
13859                 select folder).
13860
13861 2006-03-09 [paul]       2.0.0cvs124
13862
13863         * src/plugins/pgpcore/prefs_gpg.c
13864                 normalise construction of dialogue
13865
13866 2006-03-09 [paul]       2.0.0cvs123
13867
13868         * src/plugins/trayicon/Makefile.am
13869                 add missing slash
13870
13871 2006-03-08 [colin]      2.0.0cvs122
13872
13873         * src/plugins/trayicon/Makefile.am
13874                 Fix build in separate dir 
13875                 Patch by Bamanzi <bamanzi@gmail.com>
13876
13877 2006-03-08 [colin]      2.0.0cvs121
13878
13879         * src/procmsg.c
13880                 Batch move and copies from summaryview with delayed execution
13881                 too
13882
13883 2006-03-07 [paul]       2.0.0cvs120
13884
13885         * src/common/utils.c
13886                 fix highlighting of URIs containing "()"
13887                 Patch by Pawel Pekala
13888
13889 2006-03-07 [paul]       2.0.0cvs119
13890
13891         * src/folder.c
13892         * src/folder.h
13893         * src/folderview.c
13894                 immediately do alphabetical resort when
13895                 changing a folder's name
13896                 Patch by Pawel Pekala
13897
13898 2006-03-07 [paul]       2.0.0cvs118
13899
13900         * src/news.c
13901         * src/news_gtk.c
13902                 when unsubscribing a newsgroup, remove the
13903                 folder and msgs in .sylpheed-claws/newscache
13904                 Patch by Pawel Pekala <c0rn@gazeta.pl>
13905
13906 2006-03-07 [paul]       2.0.0cvs117
13907
13908         * src/textview.c
13909                 fix wrong Fake URL Warning
13910                 Thanks to Hiro
13911
13912 2006-03-07 [colin]      2.0.0cvs116
13913
13914         * src/imap.c
13915                 Return immediately when password dialog was
13916                 cancelled
13917         * src/gtk/inputdialog.c
13918                 Allow empty strings for passwords
13919
13920
13921 2006-03-06 [colin]      2.0.0cvs115
13922
13923         * src/imap.c
13924                 Prevent double-timeouts when connection fails
13925
13926 2006-03-06 [colin]
13927
13928         2.0.1-rc1 released
13929
13930 2006-03-06 [colin]      2.0.0cvs114
13931
13932         * src/imap.c
13933                 Refresh session during potentially long
13934                 operations
13935
13936 2006-03-06 [wwp]        2.0.0cvs113
13937
13938         * src/prefs_msg_colors.h
13939                 forgot that one (custom color labels).
13940
13941 2006-03-06 [wwp]        2.0.0cvs112
13942
13943         * src/prefs_common.c
13944         * src/prefs_common.h
13945         * src/prefs_msg_colors.c
13946         * src/summaryview.c
13947         * src/summaryview.h
13948         * src/gtk/colorlabel.c
13949         * src/gtk/colorlabel.h
13950                 colors in messages list are now customizable. Color values and names can
13951                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
13952                 Thanks to Paul and Colin for their help with this longstanding patch!
13953
13954 2006-03-06 [wwp]        2.0.0cvs111
13955
13956         * src/textview.c
13957                 don't crash if (x)face is bad.
13958
13959 2006-03-05 [paul]       2.0.0cvs110
13960
13961         * AUTHORS
13962         * configure.ac
13963         * src/Makefile.am
13964         * src/common/Makefile.am
13965         * src/common/utils.h
13966         * src/etpan/imap-thread.c
13967         * src/gtk/authors.h
13968         * src/plugins/clamav/Makefile.am
13969         * src/plugins/demo/Makefile.am
13970         * src/plugins/dillo_viewer/Makefile.am
13971         * src/plugins/pgpcore/Makefile.am
13972         * src/plugins/pgpcore/passphrase.c
13973         * src/plugins/pgpinline/Makefile.am
13974         * src/plugins/pgpmime/Makefile.am
13975         * src/plugins/spamassassin/Makefile.am
13976         * src/plugins/trayicon/Makefile.am
13977                 fix builiding on cygwin
13978                 Patch by Ralgh Young <bamanzi@gmail.com>
13979
13980 2006-03-04 [wwp]        2.0.0cvs109
13981
13982         * manual/keyboard.xml
13983                 fix mixed up/down keys.
13984
13985 2006-03-04 [wwp]        2.0.0cvs108
13986
13987         * README
13988         * INSTALL
13989                 updated links to SpamAssassin.
13990
13991 2006-03-04 [wwp]        2.0.0cvs107
13992
13993         * manual/plugins.xml
13994         * src/plugins/spamassassin/README
13995                 updated SpamAssassin plugin docs to reflect new functional additions
13996                 (also fix/update/documents few technical stuff more, see the README).
13997
13998 2006-03-04 [wwp]        2.0.0cvs106
13999
14000         * src/prefs_message.c
14001                 normalized capitalization of message-prefs paths.
14002
14003 2006-03-04 [wwp]        2.0.0cvs105
14004
14005         * manual/advanced.xml
14006                 typo.
14007
14008 2006-03-03 [colin]      2.0.0cvs104
14009
14010         * src/plugins/clamav/clamav_plugin_gtk.c
14011                 Rework prefs page, patch by Fabien 
14012
14013 2006-03-03 [colin]      2.0.0cvs103
14014
14015         * src/plugins/clamav/clamav_plugin.c
14016                 Set error on all errors
14017
14018 2006-03-03 [colin]      2.0.0cvs102
14019
14020         * src/common/plugin.c
14021                 Initialize error to avoid crashing when a plugin fails
14022                 without setting error
14023
14024 2006-03-02 [wwp]        2.0.0cvs101
14025
14026         * configure.ac
14027                 fixed linker flags for libetpan support on Cygwin
14028                 (thanks to H.Merijn Brand).
14029
14030 2006-03-02 [wwp]        2.0.0cvs100
14031
14032         * src/addressbook.c
14033                 fix some AB error messages: one for punctuation and
14034                 one wrongly duplicate (thanks, maxbritov).
14035
14036 2006-03-02 [wwp]        2.0.0cvs99
14037
14038         * src/plugins/spamassassin/spamassassin.c
14039                 make sync calls to sa-learn/spamc to prevent
14040                 system (whatever local or client/server) overload.
14041
14042 2006-03-02 [colin]      2.0.0cvs98
14043
14044         * src/summaryview.c
14045                 Put the spam icon in the status column instead of the
14046                 mark one
14047
14048 2006-03-01 [colin]      2.0.0cvs97
14049
14050         * src/plugins/spamassassin/spamassassin.c
14051                 Fix segfault (g_file_set_contents fails for some 
14052                 reason and err==0x2f. Can't find out why with
14053                 valgrind, using working function :-)
14054
14055 2006-03-01 [colin]      2.0.0cvs96
14056
14057         * src/inc.c
14058                 Offline overriding: let 'No' be cached only 3 seconds
14059
14060 2006-03-01 [colin]      2.0.0cvs95
14061
14062         * src/addr_compl.c
14063         * src/addrbook.c
14064         * src/addressbook.c
14065         * src/addrindex.c
14066         * src/folder_item_prefs.c
14067         * src/headerview.c
14068         * src/imap.c
14069         * src/inc.c
14070         * src/ldif.c
14071         * src/mainwindow.c
14072         * src/mh.c
14073         * src/msgcache.c
14074         * src/prefs_common.h
14075         * src/prefs_msg_colors.c
14076         * src/procheader.c
14077         * src/procheader.h
14078         * src/procmime.c
14079         * src/procmsg.c
14080         * src/procmsg.h
14081         * src/send_message.h
14082         * src/simple-gettext.c
14083         * src/summaryview.c
14084         * src/summaryview.h
14085         * src/syldap.c
14086         * src/textview.c
14087         * src/undo.c
14088         * src/common/ssl_certificate.c
14089         * src/common/utils.c
14090         * src/gtk/colorsel.c
14091         * src/gtk/gtksctree.c
14092         * src/gtk/gtkshruler.c
14093         * src/plugins/trayicon/trayicon.c
14094                 #if 0 goes to /dev/null
14095
14096 2006-03-01 [colin]      2.0.0cvs94
14097
14098         * src/compose.c
14099         * src/imap.c
14100         * src/inc.c
14101         * src/inc.h
14102         * src/messageview.c
14103         * src/news.c
14104         * src/plugins/spamassassin/spamassassin.c
14105                 Allow to add information in the "working offline"
14106                 window
14107
14108 2006-03-01 [wwp]        2.0.0cvs93
14109
14110         * src/plugins/spamassassin/spamassassin.c
14111                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14112                 'cause it seems that calling `spamc ... < inputfile` with
14113                 g_spawn_(a)sync simply.. erm doesn't work :-).
14114
14115 2006-03-01 [wwp]        2.0.0cvs92
14116
14117         * src/toolbar.c
14118         * src/toolbar.h
14119                 simplify the adding of spam/ham button to the messageview toolbar
14120                 (it gets more clear now that the same button will be "Mark as spam"
14121                 or "Mark as ham" according to the current message status,
14122                 thanks to Colin).
14123
14124 2006-03-01 [wwp]        2.0.0cvs91
14125
14126         * src/messageview.c
14127         * src/procmsg.c
14128         * src/procmsg.h
14129         * src/summaryview.c
14130         * src/plugins/spamassassin/spamassassin.c
14131         * src/plugins/spamassassin/spamassassin.h
14132                 make learner callbacks return a status (0 for ok),
14133                 handle it in main code to avoid setting flags when learning failed,
14134                 don't learn on TCP if offline in spamassassin,
14135                 thanks to Colin.
14136
14137                 
14138
14139 2006-03-01 [wwp]        2.0.0cvs90
14140
14141         * src/compose.c
14142                 some work around the compose window's account menu,
14143                 patch by Fabien Vantard.
14144
14145 2006-03-01 [wwp]        2.0.0cvs89
14146
14147         * src/plugins/spamassassin/spamassassin.c
14148                 fixed bad logics, was using spamc in local mode and sa-learn
14149                 in remote mode (thanks, Colin).
14150
14151 2006-03-01 [wwp]        2.0.0cvs88
14152
14153         * src/plugins/spamassassin/spamassassin.c
14154         * src/plugins/spamassassin/spamassassin.h
14155         * src/plugins/spamassassin/spamassassin_gtk.c
14156                 made processing of emails w/ sa-plugin an option (default is TRUE),
14157                 fixed Engrish some tooltips, capitalization of some debug messages
14158                 and warnings. The spamassassin plugin now provides two separate
14159                 services: process emails upon incorporation and spamd training.
14160                 Both services (un)register independently but use some common
14161                 plugin settings (transport settings, spam storage location).
14162
14163 2006-02-28 [wwp]        2.0.0cvs87
14164
14165         * src/plugins/spamassassin/spamassassin.c
14166                 fix async flag to spamc cmdline execution (batch exec should
14167                 be asynchronous).
14168
14169 2006-02-27 [wwp]        2.0.0cvs86
14170
14171         * src/plugins/spamassassin/spamassassin.c
14172         * src/plugins/spamassassin/spamassassin.h
14173         * src/plugins/spamassassin/spamassassin_gtk.c
14174                 - added the ability to learn a remote spamassassin server (spamd),
14175                 using spamc.
14176                 - added the spamassassin option 'username', that applies to all
14177                 spamassassin operations (filtering, learning, local or remote).
14178                 The default username is the current unix user (if left blank
14179                 from gtk prefs or config file).
14180                 - commented out some unused code (notebook widget), removed unused
14181                 layout (hbox1).
14182                 - make more widgets sensitive to the transport type.
14183
14184 2006-02-27 [colin]      2.0.0cvs85
14185
14186         * src/plugins/spamassassin/spamassassin.c
14187                 Fix sa-learn call when offline
14188
14189 2006-02-27 [colin]      2.0.0cvs84
14190
14191         * configure.ac
14192         * src/Makefile.am
14193         * src/mainwindow.c
14194         * src/mainwindow.h
14195         * src/messageview.c
14196         * src/messageview.h
14197         * src/prefs_toolbar.c
14198         * src/procmsg.c
14199         * src/stock_pixmap.c
14200         * src/stock_pixmap.h
14201         * src/summaryview.c
14202         * src/toolbar.c
14203         * src/toolbar.h
14204         * src/pixmaps/ham_btn.xpm
14205         * src/pixmaps/spam.xpm
14206         * src/pixmaps/spam_btn.xpm
14207         * src/plugins/spamassassin/spamassassin.c
14208                 Add button in toolbar for spam learning
14209                 Fix a few bugs from the last related commit
14210                 Revert 1.9.6cvs23 which messed up shift-selection
14211
14212 2006-02-24 [colin]      2.0.0cvs83
14213
14214         * src/procmsg.c
14215         * src/summaryview.c
14216         * src/summaryview.h
14217         * src/plugins/spamassassin/spamassassin.c
14218         * src/plugins/spamassassin/spamassassin.h
14219         * src/plugins/spamassassin/spamassassin_gtk.c
14220                 Unregister learner when spamassassin is either
14221                 disabled or over tcp
14222
14223 2006-02-24 [colin]      2.0.0cvs82
14224
14225         * src/Makefile.am
14226         * src/mainwindow.c
14227         * src/mainwindow.h
14228         * src/procmsg.c
14229         * src/procmsg.h
14230         * src/stock_pixmap.c
14231         * src/stock_pixmap.h
14232         * src/summaryview.c
14233         * src/summaryview.h
14234         * src/gtk/icon_legend.c
14235         * src/pixmaps/spam.xpm  ** NEW FILE **
14236         * src/plugins/spamassassin/spamassassin.c
14237         * src/plugins/spamassassin/spamassassin_gtk.c
14238                 Add spam learning interface (Mark/Mark as 
14239                 (spam|ham) menus)
14240
14241 2006-02-24 [wwp]        2.0.0cvs81
14242
14243         * src/compose.c
14244         * src/compose.h
14245         * src/filtering.c
14246                 hide compose window when sending message in batch mode
14247                 (filtering: forward and redirect). Also fixed a wrong
14248                 value returned when sending failed, neutral anyway.
14249                 (Colin, me) 
14250
14251 2006-02-24 [wwp]        2.0.0cvs80
14252
14253         * src/mainwindow.c
14254                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14255
14256 2006-02-24 [paul]       2.0.0cvs79
14257
14258         * src/news.c
14259         * src/news.h
14260         * src/news_gtk.c
14261                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14262                 Thanks to Colin
14263
14264 2006-02-23 [colin]      2.0.0cvs78
14265
14266         * src/alertpanel.c
14267                 Change OK to Close in alertpanel with View log
14268                 button; add accel to View log. Patch by Fabien
14269                 Vantard
14270
14271 2006-02-23 [wwp]        2.0.0cvs77
14272
14273         * src/compose.c
14274                 silly me, there were much more tests to perform, since toolbars can
14275                 really have down to 1 element only.
14276
14277 2006-02-23 [wwp]        2.0.0cvs76
14278
14279         * commitHelper
14280                 fixed indentation from my previous commit. Fallback to VISUAL if
14281                 EDITOR is not set (and to vi, at last resort).
14282
14283 2006-02-23 [wwp]        2.0.0cvs75
14284
14285         * commitHelper
14286                 improved error detection (Colin, me).
14287
14288 2006-02-23 [wwp]        2.0.0cvs74
14289
14290         * src/prefs_toolbar.c
14291                 simplify and fix prefs/toolbars layouting. Combos' contents can
14292                 now be really displayed.
14293
14294 2006-02-23 [wwp]        2.0.0cvs73
14295         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14296         be really displayed.
14297
14298 2006-02-22 [wwp]        2.0.0cvs72
14299
14300         * src/compose.c
14301                 fix a typo in my previous commit (sorry!).
14302
14303 2006-02-22 [wwp]        2.0.0cvs71
14304
14305         * src/prefs_toolbar.c
14306                 fix a crash when adding separators to toolbars,
14307                 also fix some separator item information.
14308
14309 2006-02-22 [wwp]        2.0.0cvs70
14310
14311         * src/compose.c
14312                 fix a crash when redirecting (for instance) when compose window's
14313                 toolbar contents has been customized (when some buttons have been
14314                 removed in fact).
14315
14316 2006-02-21 [wwp]        2.0.0cvs69
14317
14318         * src/summaryview.c
14319         * src/gtk/pluginwindow.c
14320         * src/plugins/pgpcore/prefs_gpg.c
14321                 fix some compilation warnings (feat. remains of removed code).
14322
14323 2006-02-21 [wwp]        2.0.0cvs68
14324
14325         * src/gtk/gtkutils.c
14326                 fix two compilation issues, thanks to Stephan Sachse.
14327
14328 2006-02-20 [colin]      2.0.0cvs67
14329
14330         * src/mainwindow.c
14331                 Don't reselect displayed mail on refocus
14332                 This fixes actions misbehaving 
14333
14334 2006-02-20 [wwp]        2.0.0cvs66
14335
14336         * src/summaryview.c
14337         * src/gtk/gtksctree.c
14338         * src/gtk/gtkshruler.c
14339                 changed more runtime typecast checks.
14340
14341 2006-02-20 [wwp]        2.0.0cvs65
14342
14343         * src/summary_search.c
14344                 find all - summaryview refresh issue fixed, thanks to Colin.
14345
14346 2006-02-20 [wwp]        2.0.0cvs64
14347
14348         * src/gtk/gtkutils.c
14349                 better runtime typecast checks.
14350
14351 2006-02-20 [wwp]        2.0.0cvs63
14352
14353         * src/summary_search.c
14354                 enhancements to the summary search:
14355                         - add the ability to stop the running search
14356                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14357                         - don't search if no criteria (From/To/Subject/Body) is set
14358                         - ensure that a busy mouse pointer is always shown when searching,
14359                           show it even a bit earlier
14360
14361 2006-02-19 [colin]      2.0.0cvs62
14362
14363         * src/compose.c
14364         * src/imap.c
14365         * src/etpan/imap-thread.c
14366         * src/etpan/imap-thread.h
14367                 (Future) IMAP speed improvement on sending
14368                 Will require a libetpan update
14369         * src/summaryview.c
14370         * src/gtk/quicksearch.c
14371                 Make quicksearch clearable while running.
14372
14373 2006-02-17 [colin]      2.0.0cvs61
14374
14375         * src/imap.c
14376         * src/etpan/imap-thread.c
14377         * src/etpan/imap-thread.h
14378                 Check for IMAP certificates
14379                 ** Requires libetpan-0.42-cvs4 
14380                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14381
14382 2006-02-17 [colin]      2.0.0cvs60
14383
14384         * src/messageview.c
14385         * src/prefs_common.c
14386         * src/prefs_common.h
14387         * src/prefs_message.c
14388                 Add pref to display HTML-only mails with plugin, 
14389                 if possible (defaulting to FALSE of course).
14390
14391 2006-02-16 [colin]      2.0.0cvs59
14392
14393         * src/main.c
14394         * src/common/plugin.c
14395         * src/common/plugin.h
14396         * src/gtk/pluginwindow.c
14397                 Keep track of requested (but unloaded) plugins
14398                 in some error cases.
14399
14400 2006-02-16 [wwp]        2.0.0cvs58
14401
14402         * src/gtk/gtkaspell.c
14403         * src/gtk/gtkaspell.h
14404         * src/prefs_spelling.c
14405         * src/compose.c
14406         * src/prefs_common.c
14407         * src/prefs_common.h
14408                 implemented new optional spellchecker behaviour: re-check message when
14409                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14410
14411 2006-02-16 [wwp]        2.0.0cvs57
14412
14413         * src/quote_fmt_parse.y
14414                 pclose popen'ed pipe.
14415
14416 2006-02-15 [colin]      2.0.0cvs56
14417
14418         * src/mimeview.c
14419         * src/mimeview.h
14420                 Let MimeViewers know which MimeView they
14421                 depend of.
14422         * src/summaryview.c
14423                 Swap From/To columns in Sent/Queue/Drafts
14424                 folders
14425         * src/etpan/imap-thread.c
14426                 Use mailstream_low_tls_open() for STARTTLS
14427                 instead of mailstream_low_ssl_open()
14428                 ** REQUIRES libetpan 0.42cvs3 **
14429
14430 2006-02-15 [wwp]        2.0.0cvs55
14431
14432         * src/compose.c
14433         * src/compose.h
14434         * src/message_search.c
14435         * src/message_search.h
14436         * src/textview.c
14437         * src/gtk/gtkutils.c
14438         * src/gtk/gtkutils.h
14439                 added the ability to Find text in the compose window (and a bit
14440                 of code factorization).
14441
14442 2006-02-15 [wwp]        2.0.0cvs54
14443
14444         * src/prefs_gtk.c
14445                 yet another one file was missing (fix for some widgets' sensitivity).
14446                 Thanks Colin!
14447
14448 2006-02-15 [wwp]        2.0.0cvs53
14449
14450         * src/prefs_gtk.h
14451                 oops forgot that file (fix for some widgets' sensitivity).
14452
14453 2006-02-15 [wwp]        2.0.0cvs52
14454
14455         * src/summary_search.c
14456                 implemented advanced summary search options (added the ability
14457                 to use matcher conditions in an advanced search mode).
14458
14459 2006-02-15 [wwp]        2.0.0cvs51
14460
14461         * src/plugins/pgpcore/prefs_gpg.c
14462         * src/prefs_account.c
14463                 fix some widget sensitivity, mostly around some labels in
14464                 account prefs.
14465
14466 2006-02-15 [paul]       2.0.0cvs50
14467
14468         * manual/advanced.xml
14469                 improve Templates info
14470                 written by wwp
14471
14472 2006-02-14 [colin]      2.0.0cvs49
14473
14474         * src/pixmaps/address_book.xpm
14475         * src/pixmaps/preferences.xpm
14476         * src/pixmaps/properties.xpm
14477                 Fix pixmap size - patch by Fabien Vantard
14478
14479 2006-02-13 [colin]      2.0.0cvs48
14480
14481         * src/procmime.c
14482                 Add missing fclose()s on error
14483         * src/textview.c
14484                 Remove unused code
14485         * src/common/utils.c
14486                 Fix temp files not being deleted on windows
14487         Patches by Thomas Gilgin
14488
14489 2006-02-13 [colin]      2.0.0cvs47
14490
14491         * src/mainwindow.c
14492                 Fix exit crash
14493
14494 2006-02-13 [wwp]        2.0.0cvs46
14495
14496         * src/plugins/pgpcore/prefs_gpg.c
14497                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14498
14499 2006-02-12 [colin]      2.0.0cvs45
14500
14501         * src/folderview.c
14502         * src/main.c
14503         * src/mainwindow.c
14504                 Fix "stuff" when quitting
14505
14506 2006-02-12 [wwp]        2.0.0cvs44
14507
14508         * src/prefs_themes.c
14509                 fix typos in debug messages.
14510
14511 2006-02-11 [colin]      2.0.0cvs43
14512
14513         * src/summaryview.c
14514                 don't allow drag/drop from ourself
14515
14516 2006-02-10 [wwp]        2.0.0cvs42
14517
14518         * src/exporthtml.c
14519         * src/html.c
14520         * src/html.h
14521         * src/procmime.c
14522         * src/textview.c
14523                 renamed html_ prefixed functions and data structures to avoid
14524                 namespace clashes w/ other software (gtkhtml2 for instance).
14525                 Closes bug #907.
14526
14527
14528 2006-02-09 [colin]      2.0.0cvs41
14529
14530         * src/summaryview.c
14531                 Fix shitty logic messed up. Thanks Ticho for the hint!
14532
14533 2006-02-09 [wwp]        2.0.0cvs40
14534
14535         * src/gtk/about.c
14536         * src/compose.c
14537         * src/prefs_account.c
14538         * src/prefs_gtk.h
14539         * src/editaddress.c
14540                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14541                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14542                 Browse buttons in accounts prefs.
14543
14544 2006-02-09 [colin]      2.0.0cvs39
14545
14546         * src/matcher.c
14547                 Check for pointer before using its members
14548         * src/gtk/gtksourceprintjob.c
14549                 Fix a wrong warning
14550
14551 2006-02-09 [wwp]        2.0.0cvs38
14552
14553         * src/gtk/filesel.c
14554                 fix few compiler warnings (type mismatch).
14555
14556 2006-02-09 [paul]       2.0.0cvs37
14557
14558         * po/fr.po
14559                 updated by Fabien Vantard
14560
14561 2006-02-08 [colin]      2.0.0cvs36
14562
14563         * src/prefs_common.c
14564         * src/common/defs.h
14565         * src/common/plugin.c
14566                 allow windows and linux configurations to coexist
14567                 patch by Thomas Gilgin
14568
14569 2006-02-08 [colin]      2.0.0cvs35
14570
14571         * src/filtering.c
14572         * src/matcher.c
14573         * src/matcher.h
14574         * src/matcher_parser_parse.y
14575         * src/prefs_filtering_action.c
14576         * src/prefs_matcher.c
14577                 Add the "Ignore thread" filtering
14578                 action
14579
14580 2006-02-08 [colin]      2.0.0cvs34
14581
14582         * src/compose.c
14583         * src/procmime.c
14584         * src/procmime.h
14585                 Fix bug #905 (damaged attachment)
14586                 text files with raw \0's aren't really text files
14587         FOR_STABLE
14588
14589 2006-02-08 [colin]      2.0.0cvs33
14590
14591         * src/summaryview.c
14592                 Fix crasher introduced yesterday
14593
14594 2006-02-08 [wwp]        2.0.0cvs32
14595
14596         * src/compose.c
14597         * src/compose.h
14598                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14599
14600 2006-02-08 [wwp]        2.0.0cvs31
14601
14602         * src/prefs_template.c
14603                 templates enhancement: allow address completion for Cc and Bcc fields
14604                 (it was currently possible for the To field only)
14605
14606 2006-02-08 [colin]      2.0.0cvs30
14607
14608         * src/compose.c
14609                 Don't unblock if not blocked
14610         FOR_STABLE
14611
14612 2006-02-07 [colin]      2.0.0cvs29
14613
14614         * src/action.c
14615                 Forgot to refresh summaryview
14616
14617 2006-02-07 [colin]      2.0.0cvs28
14618
14619         * src/action.c
14620                 Freeze/thaw message list and folder list while
14621                 processing %as{} actions 
14622         * src/compose.c
14623                 Fix auto-wrap disabling after a middle-click
14624                 paste - FOR_STABLE
14625
14626 2006-02-07 [paul]       2.0.0cvs27
14627
14628         * src/folder.c
14629                 fix freeing of uninitialised pointers
14630                 Thanks to Colin
14631
14632 2006-02-06 [colin]      2.0.0cvs26
14633
14634         * src/folder.c
14635                 Use g_slist_prepend in potentially big list
14636
14637 2006-02-06 [colin]      2.0.0cvs25
14638
14639         * src/folder.c
14640                 Completely skip processing if it doesn't 
14641                 exist (faster!)
14642
14643 2006-02-06 [colin]      2.0.0cvs24
14644
14645         * src/folder.c
14646         * src/summaryview.c
14647                 Batch filtering in summaryview (from Tools menu)
14648                 and pre/post//-processing too
14649
14650 2006-02-06 [colin]      2.0.0cvs23
14651
14652         * src/procmsg.h
14653         * src/filtering.c
14654                 Use a special field for batch filtering instead
14655                 of stepping on deferred execution's toes
14656
14657 2006-02-06 [colin]      2.0.0cvs22
14658
14659         * src/action.c
14660         * src/filtering.c
14661         * src/filtering.h
14662         * src/folder.c
14663         * src/summaryview.c
14664                 Fix filtering via menus and actions
14665
14666 2006-02-06 [colin]      2.0.0cvs21
14667
14668         * src/imap.c
14669                 Put the added file directly to cache if possible (will work
14670                 with next libetpan)
14671         * src/filtering.c
14672         * src/filtering.h
14673         * src/inc.c
14674         * src/folder.c
14675         * src/mbox.c
14676         * src/procmsg.h
14677                 Move and copy filtered messages by batches instead of one
14678                 by one - faster on IMAP
14679         * src/procmsg.c
14680                 Add a function that'll possibly be useful later
14681
14682 2006-02-06 [colin]      2.0.0cvs20
14683
14684         * src/addressbook.c
14685                 Use internal mime-type instead of text/plain for d'n'd
14686         * src/compose.c
14687                 Allow attaching files from mimeview's icon list via d'n'd
14688         * src/folderview.c
14689         * src/folderview.h
14690                 Use internal mime-type instead of text/plain for d'n'd
14691                 Don't try to selected opened folder if none is
14692                 Factorize d'n'd from other apps code
14693         * src/headerview.c
14694         * src/textview.c
14695         * src/gtk/gtkutils.c
14696         * src/gtk/gtkutils.h
14697                 Factorize Face/X-Face stuff
14698         * src/mimeview.c
14699                 Fix d'n'd to other apps
14700         * src/prefs_message.c
14701                 Let the XFace pref be usable without libcompface as it also
14702                 applies to Face
14703         * src/summaryview.c
14704                 Fix d'n'd to other apps
14705                 Factorize d'n'd from other apps code
14706
14707 2006-02-06 [wwp]        2.0.0cvs19
14708
14709         * po/it.po
14710                 Italian translation fixes by Andrea Spadaccini (no more confusion
14711                 between filtering and processing, and few changes in the About
14712                 dialog).
14713
14714
14715 2006-02-06 [mones]      2.0.0cvs18
14716
14717         * src/gtk/icon_legend.c
14718                 Improved descriptions allowing better translations
14719
14720 2006-02-05 [colin]      2.0.0cvs17
14721
14722         * src/imap.c
14723                 Add the f*cking missing expunge that caused imap_fetch_env
14724                 to fail after an add_msgs ! :-///
14725         * src/etpan/imap-thread.c
14726                 Add a bit of debug
14727         FOR_STABLE
14728
14729 2006-02-05 [colin]      2.0.0cvs16
14730
14731         * src/common/utils.c
14732                 Don't check for return-path (or we can't put
14733                 back non-sent mails)
14734
14735 2006-02-05 [colin]      2.0.0cvs15
14736
14737         * src/textview.c
14738                 Don't try to display Face header in textview
14739                 when teh headerview's active
14740
14741 2006-02-05 [colin]      2.0.0cvs14
14742
14743         * tools/tbird2syl.py
14744         * tools/Makefile.am
14745                 Add script to import Thunderbird mails
14746
14747 2006-02-05 [colin]      2.0.0cvs13
14748
14749         * src/headerview.c
14750         * src/procheader.c
14751         * src/procmsg.c
14752         * src/procmsg.h
14753         * src/textview.c
14754                 Show Face headers - patch partially by Klaus Flittner
14755
14756 2006-02-05 [colin]      2.0.0cvs12
14757
14758         * src/folderview.c
14759         * src/summaryview.c
14760         * src/common/utils.c
14761         * src/common/utils.h
14762                 Let dnd work from mime icons to summaryview
14763                 and to folderview too
14764                 Add a crude test to avoid trying to add files
14765                 drag'n'dropped when they're not mails
14766
14767 2006-02-04 [colin]      2.0.0cvs11
14768
14769         * src/summaryview.c
14770         * src/mimeview.c
14771                 Fix utf8 conversion
14772
14773 2006-02-04 [colin]      2.0.0cvs10
14774
14775         * src/compose.c
14776         * src/folderview.c
14777         * src/mimeview.c
14778         * src/summaryview.c
14779         * src/summaryview.h
14780                 Added various drag and drop capas:
14781                 From                    To
14782                 summaryview             other apps
14783                 mimeview icons          other apps
14784                 other apps              summaryview
14785                 other apps              folderview
14786
14787                 This shouldn't have broken the existing:
14788                 From                    To
14789                 summaryview             folderview
14790                 folderview              folderview
14791                 summaryview             compose's attachments
14792
14793         Tests welcomed.
14794
14795 2006-02-02 [paul]       2.0.0cvs9
14796
14797         * src/mainwindow.c
14798                 move global option 'Set displayed columns...' out
14799                 of folder option grouping.
14800                 fix sensitivity of 'harvest addresses'
14801         FOR_STABLE
14802
14803 2006-02-01 [colin]      2.0.0cvs8
14804
14805         * src/mimeview.c
14806                 Revert the alertpanel patch, it sucks (intrusive
14807                 and gets in the way of "open")
14808
14809 2006-02-01 [colin]      2.0.0cvs7
14810
14811         * src/compose.c
14812         * src/prefs_account.c
14813         * src/prefs_common.c
14814         * src/common/defs.h
14815         * src/common/utils.c
14816         * src/common/utils.h
14817                 Add ability to edit the signature file
14818                 from the account preferences, and use
14819                 a default for the text editor.
14820                 Patch by Fabien Vantard
14821
14822 2006-02-01 [colin]      2.0.0cvs6
14823
14824         * src/mimeview.c
14825                 Try to get mime type by extension if it is
14826                 application/octet-stream
14827                 Display a window with possible choices when
14828                 encountering unknown mime types
14829         * src/gtk/filesel.c
14830         * src/gtk/filesel.h
14831                 Add preview
14832                 Allow multiple selection in filtered filesel
14833                 (patch by Fabien Vantard)
14834         * src/gtk/pluginwindow.c
14835                 Use it (patch by Fabien Vantard)
14836
14837 2006-02-01 [paul]       2.0.0cvs5
14838
14839         * src/jpilot.c
14840                 fix crash on creating jpilot address book
14841                 Thanks to Colin - FOR_STABLE
14842         * src/prefs_summaries.c
14843         * src/prefs_wrapping.c
14844         * src/gtk/icon_legend.c
14845         * src/gtk/quicksearch.c
14846                 string fixes and additions
14847
14848 2006-02-01 [paul]       2.0.0cvs4
14849
14850         * src/compose.c
14851         * src/mainwindow.c
14852         * src/messageview.c
14853         * src/prefs_send.c
14854                 add Arabic encoding option
14855                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
14856
14857 2006-01-31 [colin]      2.0.0cvs3
14858
14859         * src/plugins/pgpcore/passphrase.c
14860                 Convert passphrase to locale encoding
14861         * src/compose.c
14862                 Fix drafting on IMAP. Crappy bug sneaked in
14863                 the release :-/
14864         FOR_STABLE
14865
14866 2006-01-30 [paul]       2.0.0cvs2
14867
14868         * src/gtk/icon_legend.c
14869                 show the new entries
14870
14871 2006-01-30 [colin]      2.0.0cvs1
14872
14873         * src/manual.c
14874                 Check for the file to be present before 
14875                 enabling the menu - FOR_STABLE
14876         * src/gtk/icon_legend.c
14877                 Add folders icons (not all of them, there
14878                 are too much, but the most intriguing ones)
14879
14880 2006-01-30 [paul]       2.0.0
14881
14882         version 2.0.0 released
14883
14884 [For previous entries, see ChangeLog.pre2.0.0]