2007-08-19 [colin] 2.10.0cvs134
[claws.git] / ChangeLog
1 2007-08-19 [colin]      2.10.0cvs134
2
3         * src/imap.c
4                 Remove useless menu updates on session lock/unlock
5
6 2007-08-19 [colin]      2.10.0cvs133
7
8         * src/etpan/imap-thread.c
9                 Make all fetch logs less verbose
10
11 2007-08-19 [paul]       2.10.0cvs132
12
13         * src/foldersel.c
14         * src/folderview.c
15         * src/summaryview.c
16                 fix bug 1286, 'Can't move a folder into a "Folders
17                 Only" folder'
18
19 2007-08-18 [ticho]      2.10.0cvs131
20
21         * src/editaddress_other_attributes_ldap.c
22                 Converted option menu for other ldap attributes to GtkComboBox.
23
24 2007-08-18 [colin]      2.10.0cvs130
25
26         * src/compose.c
27         * src/prefs_common.c
28         * src/prefs_common.h
29         * src/prefs_send.c
30         * src/send_message.c
31                 Revert 'send_dialog_mode' meaning to 
32                 'send_dialog_invisible', so that the 
33                 new checkbox doesn't change the 
34                 existing behaviour.
35
36 2007-08-18 [paul]       2.10.0cvs129
37
38         * src/summaryview.c
39                 add missing menu update
40
41 2007-08-17 [colin]      2.10.0cvs128
42
43         * src/folder.c
44                 Set batching after getting flags - maybe fixes
45                 bug 1292, 'CM crashes on writing mail'
46
47 2007-08-16 [ticho]      2.10.0cvs127
48
49         * src/prefs_send.c
50                 Convert two GtkOptionMenu widgets to new GtkComboBox.
51         * src/gtk/combobox.h
52         * src/gtk/gtkutils.c
53                 Allow NULL for GtkComboBox menuitem label, rendering such
54                 items as row separators.
55
56 2007-08-16 [paul]       2.10.0cvs126
57
58         * src/plugins/trayicon/trayicon.c
59                 remove wrongly used gettextisation
60
61 2007-08-15 [ticho]      2.10.0cvs125
62
63         * src/importldif.c
64                 Fixed a runtime warning where an attempt to pack an
65                 already packed GtkLabel was made.
66
67 2007-08-15 [ticho]      2.10.0cvs124
68
69         * src/prefs_compose_writing.c
70                 Convert the insert-or-attach-dragged-files GtkOptionMenu
71                 into GtkComboBox.
72
73 2007-08-14 [ticho]      2.10.0cvs123
74
75         * src/messageview.c
76         * src/gtk/gtkutils.c
77                 Changed return receipt account selector to GtkComboBox.
78                 Fixed a runtime warning where GTK tried to parse
79                 "name <email@address" as a Pango markup in an alertpanel label.
80
81 2007-08-14 [ticho]      2.10.0cvs122
82
83         * src/prefs_logging.c
84                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
85
86 2007-08-14 [wwp]        2.10.0cvs121
87
88         * tools/Makefile.am
89         * tools/README
90         * tools/popfile-link.sh
91                 Added a new tool: POPFile helper, to open
92                 selected messages in POPFile control center,
93                 in order to change the messages' status.
94
95 2007-08-14 [ticho]      2.10.0cvs120
96
97         * src/compose.c
98         * src/prefs_common.c
99         * src/prefs_common.h
100         * src/prefs_send.c
101         * src/send_message.c
102                 Change "Show send dialog" optionmenu to a checkbutton.
103         * src/prefs_receive.c
104                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
105
106 2007-08-13 [wwp]        2.10.0cvs119
107
108         * src/addr_compl.c
109         * src/addressbook.c
110         * src/addrindex.c
111         * src/compose.c
112         * src/filtering.c
113         * src/folderview.c
114         * src/inc.c
115         * src/matcher.c
116         * src/mh.c
117         * src/partial_download.c
118         * src/prefs_gtk.c
119         * src/procmsg.c
120         * src/stock_pixmap.c
121         * src/summaryview.c
122         * src/common/utils.c
123         * src/gtk/gtkaspell.c
124         * src/gtk/menu.c
125                 Make sure we never pass NULL pointers for %s substitutions
126                 (prevent from crashing in Windows).
127
128 2007-08-13 [wwp]        2.10.0cvs118
129
130         * src/msgcache.c
131                 Re-enable mmap_reads in Windows with some missing
132                 CloseHandle of mapping objects, thanks to
133                 Marcus Brinkmann.
134
135 2007-08-13 [paul]       2.10.0cvs117
136
137         * src/common/utils.c
138                 fix bug 1287, 'Compile time problem on Solaris
139                 (nexenta gnu/Solaris) utils.c'
140                 Thanks to Piotr Chrzczonowicz
141
142 2007-08-12 [wwp]        2.10.0cvs116
143
144         * src/plugins/pgpcore/prefs_gpg.c
145                 Don't try to unset a GPG_AGENT_INFO that was not
146                 set (and don't use a NULL string in Windows, it was
147                 crashing with --debug if GPG_AGENT_INFO was not set).
148
149 2007-08-12 [wwp]        2.10.0cvs115
150
151         * src/privacy.h
152                 Make gcc type-check arguments passed to privacy_set_error().
153
154 2007-08-12 [ticho]      2.10.0cvs114
155
156         * src/prefs_folder_item.c
157                 Make sure that folder default account combobox always has some
158                 account preselected.
159         * src/gtk/combobox.c
160                 Handle empty combobox gracefully (warning instead of crash).
161
162 2007-08-12 [ticho]      2.10.0cvs114
163
164         * src/prefs_folder_item.c
165                 Make sure that folder default account combobox is not empty.
166         * src/gtk/combobox.c
167                 Handle empty combobox gracefully (warning instead of crash).
168
169 2007-08-11 [paul]       2.10.0cvs113
170
171         * src/addrgather.c
172         * src/folderview.c
173                 use 'subfolder' instead of 'sub-folder', matching
174                 everywhere else the term is used
175         * src/imap_gtk.c
176                 fix engrish
177
178 2007-08-10 [wwp]        2.10.0cvs112
179
180         * src/msgcache.c
181                 Disable mmap reads in Windows only (at least temporarily), they
182                 prevent from renaming/removing target cache files.
183
184 2007-08-10 [paul]
185
186         3.0.0-rc2 released
187
188 2007-08-10 [wwp]        2.10.0cvs111
189
190         * src/msgcache.c
191                 fix unpredictable crashes in Windows due to broken
192                 cache/mark/tags files writting (file were opened for
193                 writing in text mode).
194
195         * src/recv.c
196                 use gettimeofday() from w32lib.h on Windows.
197
198 2007-08-10 [colin]      2.10.0cvs110
199
200         * src/imap.c
201         * src/etpan/imap-thread.c
202         * src/etpan/imap-thread.h
203                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
204
205 2007-08-09 [colin]      2.10.0cvs109
206
207         * src/editldap.c
208                 Fix port being reset to 636 on SSL
209         * src/folder.c
210                 Fix folder_item_get_msg_num_by_file
211                 on drafts/queue folders
212
213 2007-08-09 [wwp]        2.10.0cvs108
214
215         * src/folder.c
216                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
217                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
218
219
220 2007-08-09 [colin]      2.10.0cvs107
221
222         * src/folderview.c
223         * src/summaryview.c
224         * src/gtk/prefswindow.c
225                 A few Maemo layout fixes
226
227 2007-08-09 [paul]       2.10.0cvs106
228
229         * src/prefs_account.c
230                 remove the hyphen from plug-ins to
231                 match everywhere else
232
233 2007-08-08 [wwp]        2.10.0cvs105
234
235         * src/prefs_folder_item.c
236                 Fix an extraneous stealth ^L char.
237
238 2007-08-08 [wwp]        2.10.0cvs104
239
240         * src/prefs_folder_item.c
241                 Better fix, group variables declarations (USE_ASPELL).
242
243 2007-08-08 [wwp]        2.10.0cvs103
244
245         * src/prefs_folder_item.c
246                 Fix compilation w/ USE_ASPELL set (broken
247                 by 2.10.0cvs102).
248
249 2007-08-08 [ticho]      2.10.0cvs102
250
251         * src/prefs_folder_item.c
252                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
253
254 2007-08-08 [colin]      2.10.0cvs101
255
256         * src/imap.c
257         * src/etpan/imap-thread.c
258         * src/etpan/imap-thread.h
259                 Close selected mailbox before doing
260                 status on it.
261
262 2007-08-08 [colin]      2.10.0cvs100
263
264         * src/html.c
265                 Complete symbol table, thanks to wwp.
266                 Fixes bug 1284, 'The html -> text 
267                 converter ignores entities'
268         * src/msgcache.c
269                 Fix possible fd leak
270
271 2007-08-08 [colin]      2.10.0cvs99
272
273         * src/imap.c
274                 Better way to fetch UIDs on non-UIDPLUS servers
275
276 2007-08-07 [colin]      2.10.0cvs98
277
278         * src/imap.c
279                 fix bug 1275, 'auto-saved draft messages not 
280                 always being removed'; Also, make multiple
281                 copy (in the same account) faster by matching
282                 source/destination message UIDs.
283         * src/messageview.c
284                 Don't try to reshow deleted mail
285         * src/msgcache.c
286                 Fix leak on error path
287
288 2007-08-07 [wwp]        2.10.0cvs97
289
290         * manual/account.xml
291         * manual/advanced.xml
292         * manual/fr/account.xml
293         * manual/fr/advanced.xml
294                 Updated the reference manual and the French translation to
295                 reflect 2.10.0cvs84: enable running folder Processing
296                 rules on demand.
297
298 2007-08-06 [wwp]        2.10.0cvs96
299
300         * src/prefs_common.c
301         * src/prefs_common.h
302         * src/textview.c
303                 Allow changing the emphasis color used to highlight
304                 the newsreader/x-mailer header value when it matches
305                 our preferred mail agent (hidden pref 'emphasis_col' added
306                 to clawsrc).
307
308 2007-08-06 [colin]      2.10.0cvs95
309
310         * src/compose.c
311         * src/compose.h
312                 Re-commit 2.10.0cvs86, with a protection
313                 against Pango bug. Also, try to fix 
314                 bug 1275, 'auto-saved draft messages not 
315                 always being removed'
316
317 2007-08-06 [wwp]        2.10.0cvs94
318
319         * src/gtk/quicksearch.c
320                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
321
322 2007-08-06 [ticho]      2.10.0cvs93
323
324         * src/prefs_account.c
325         * src/gtk/combobox.c
326                 Use GtkComboBox instead of GtkOptionMenu for privacy system
327                 selection in account preferences.
328
329 2007-08-06 [wwp]        2.10.0cvs92
330
331         * src/plugins/pgpcore/plugin.def
332                 Apply one more chunk from gpg4win's 03-w32-port patch.
333
334 2007-08-05 [colin]      2.10.0cvs91
335
336         * src/compose.c
337         * src/compose.h
338                 reverting buggy patch for now
339
340 2007-08-05 [colin]      2.10.0cvs90
341
342         * src/folder.c
343                 Fix slowdown
344
345 2007-08-04 [colin]      2.10.0cvs89
346
347         * src/prefs_summaries.c
348         * src/summary_search.c
349                 Replace deprecated widgets. Patch by
350                 Andrej.
351
352 2007-08-04 [colin]      2.10.0cvs88
353
354         * src/mh.c
355                 Refresh GUI only every 2000 mails on mh_get_last_num
356                 This is fast (readdir) and done only once per 
357                 session/folder
358
359 2007-08-03 [colin]      2.10.0cvs87
360
361         * src/prefs_account.c
362         * src/gtk/combobox.h
363         * src/gtk/gtkutils.c
364                 Fix a deprecated widget. Patch by
365                 Andrej
366
367 2007-08-03 [colin]      2.10.0cvs86
368
369         * src/compose.c
370         * src/compose.h
371                 Make colorisation and wrapping algorithms
372                 faster. Fixes bug 1246, 'compose becomes 
373                 increasingly slow replying to complex emails'
374
375 2007-08-03 [paul]       2.10.0cvs85
376
377         * src/mh.c
378                 keep the window painted
379
380 2007-08-02 [paul]       2.10.0cvs84
381
382         * src/folderview.c
383         * src/mainwindow.c
384         * src/mainwindow.h
385                 enable running folder Processing
386                 rules on demand
387
388 2007-08-02 [paul]       2.10.0cvs83
389
390         * src/textview.c
391                 speed up/clean up rendering of larger
392                 msgs
393                 Thanks to Colin
394
395 2007-08-01 [paul]       2.10.0cvs82
396
397         * src/mainwindow.h
398                 clean up cruft
399         * src/toolbar.c
400                 change default toolbar layout on maemo
401         * src/pixmaps/close.xpm
402                 make the red cross a grey cross
403         * src/pixmaps/jpilot.xpm
404                 make icon smaller so it fits better
405
406 2007-07-31 [paul]       2.10.0cvs81
407
408         * src/setup.c
409         * src/gtk/gtkutils.c
410                 fix crash on maemo on first launch
411
412 2007-07-30 [paul]       2.10.0cvs80
413
414         * src/prefs_matcher.c
415                 specify the units of age and size
416
417 2007-07-30 [paul]       2.10.0cvs79
418
419         * src/main.c
420                 Fix IMAP timeout setting
421
422 2007-07-30 [colin]      2.10.0cvs78
423
424         * src/prefs_account.c
425                 Fix a deprecated widget. Patch by
426                 Andrej
427
428 2007-07-27 [paul]       2.10.0cvs77
429
430         * src/matcher_parser_parse.y
431         * src/prefs_filtering_action.c
432         * src/prefs_matcher.c
433                 these changes forgotten in cvs74's
434                 'watch thread' feature
435
436 2007-07-27 [paul]       2.10.0cvs76
437
438         * src/compose.c
439                 fix potential crasher
440                 thanks to Colin
441
442 2007-07-27 [paul]       2.10.0cvs75
443
444         * src/mainwindow.c
445         * src/manual.c
446         * src/manual.h
447         * src/gtk/gtkutils.c
448                 make mainwindow's /Help/Manual point to the
449                 remote copy if the local copy doesn't exist
450
451 2007-07-27 [paul]       2.10.0cvs74
452
453         * src/Makefile.am
454         * src/filtering.c
455         * src/folder.c
456         * src/mainwindow.c
457         * src/matcher.c
458         * src/matcher.h
459         * src/matcher_parser_parse.y
460         * src/procmsg.c
461         * src/procmsg.h
462         * src/stock_pixmap.c
463         * src/stock_pixmap.h
464         * src/summaryview.c
465         * src/summaryview.h
466         * src/toolbar.c
467         * src/toolbar.h
468         * src/pixmaps/watchthread.xpm
469                 add 'watch thread' feature
470
471 2007-07-27 [paul]       2.10.0cvs73
472
473         * src/prefs_folder_item.c
474                 adjust labels, add tooltips
475
476 2007-07-27 [colin]      2.10.0cvs72
477
478         * src/summaryview.c
479                 Maemo: Remove less used menu items
480
481 2007-07-26 [colin]      2.10.0cvs71
482
483         * src/messageview.c
484                 Maemo: destroy messageview after trashing mail.
485                 Maybe should be done on X11 too
486
487 2007-07-26 [colin]      2.10.0cvs70
488
489         * src/folderview.c
490         * src/mainwindow.c
491         * src/prefs_common.c
492         * src/prefs_common.h
493         * src/summaryview.c
494                 Add View/Show or Hide/Column headers
495
496 2007-07-26 [colin]      2.10.0cvs69
497
498         * src/procmime.c
499                 Fix unwanted output
500
501 2007-07-26 [colin]      2.10.0cvs68
502
503         * src/ldapserver.c
504                 Fix possible crash on cache invalidation
505         * src/compose.c
506         * src/procmime.c
507         * src/procmime.h
508         * src/quote_fmt_parse.y
509                 Make replying to mails with big attachments
510                 much faster. Fixes bug 1224, 'The process of 
511                 Replying to emails with large attachments 
512                 seems unreasonably long...'
513
514 2007-07-26 [colin]      2.10.0cvs67
515
516         * src/mimeview.c
517         * src/matcher.c
518         * src/common/ssl.c
519                 Fix threads use on BSDs
520
521 2007-07-26 [paul]       2.10.0cvs66
522
523         * src/gtk/prefswindow.c
524                 fix account prefs breakage
525                 thanks to Colin
526
527 2007-07-26 [paul]       2.10.0cvs65
528
529         * configure.ac
530                 standardise ./configure --help messages
531
532 2007-07-26 [colin]      2.10.0cvs64
533
534         * src/addressbook.c
535         * src/editaddress.c
536                 Fix two vCard-related crashes
537
538 2007-07-25 [colin]      2.10.0cvs63
539
540         * src/inc.c
541         * src/prefs_common.c
542         * src/prefs_common.h
543         * src/prefs_receive.c
544                 Maemo: Add a better way to notify of
545                 new mails
546         * src/mainwindow.c
547         * src/statusbar.h
548         * src/summaryview.c
549         * src/toolbar.c
550                 Maemo: Various layout fixes
551         * src/gtk/prefswindow.c
552                 Maemo: Better prefs layout
553
554 2007-07-25 [paul]       2.10.0cvs62
555
556         * src/textview.c
557                 fix the layout on maemo
558                 thanks to Colin
559
560 2007-07-25 [iwkse]      2.10.0cvs61
561
562         * src/summaryview.c
563                 add 'o' shortcut on summaryview
564
565 2007-07-25 [iwkse]      2.10.0cvs60
566
567         * src/textview.c
568                 fix o shortcut
569
570 2007-07-24 [colin]      2.10.0cvs59
571
572         * src/mh.c
573                 Fix missing timestamp update on source
574                 folder when moving
575         * src/textview.c
576         * src/textview.h
577                 Better text layout on part's choices
578
579 2007-07-23 [colin]      2.10.0cvs58
580
581         * src/mimeview.c
582         * src/textview.c
583                 Maemo: Automatically choose the correct application
584                 to open parts
585         * src/gtk/quicksearch.c
586                 Make search run on GDK_KP_Enter too
587
588 2007-07-23 [wwp]        2.10.0cvs57
589
590         * src/quote_fmt_lex.l
591                 Revert accidentaly committed lines (account_sig) in
592                 2.10.0cvs56.
593
594 2007-07-23 [wwp]        2.10.0cvs56
595
596         * src/quote_fmt_lex.l
597                 Fix typos around long form expressions in the quote lexer.
598
599 2007-07-23 [paul]
600
601         3.0.0-rc1 released
602
603 2007-07-23 [colin]      2.10.0cvs55
604
605         * src/addr_compl.c
606                 Fix auto-completion on Maemo
607
608 2007-07-23 [colin]      2.10.0cvs54
609
610         * src/statusbar.c
611                 Maemo: Fix sticking statusbars
612
613 2007-07-22 [colin]      2.10.0cvs53
614
615         * src/main.c
616                 Maemo: Fix the strange "top_application" info
617                 at startup. We should do something when 
618                 receiving such a message.
619
620 2007-07-20 [paul]       2.10.0cvs52
621
622         * src/news_gtk.c
623                 add missing #include "statusbar.h"
624
625 2007-07-20 [colin]      2.10.0cvs51
626
627         * src/folder.c
628         * src/folder.h
629         * src/folder_item_prefs.c
630         * src/folder_item_prefs.h
631         * src/folderview.c
632         * src/imap.c
633         * src/imap_gtk.c
634         * src/imap_gtk.h
635         * src/news.c
636         * src/news_gtk.c
637         * src/news_gtk.h
638         * src/prefs_folder_item.c
639                 Implement age-based caching: allow to
640                 specify a threshold for the offline synchronisation
641                 feature, and whether old cached bodies should 
642                 be removed
643         * src/toolbar.c
644         * src/toolbar.h
645                 Fix label/tooltips
646         * src/plugins/dillo_viewer/dillo_viewer.c
647                 Check that Dillo's installed
648
649 2007-07-20 [wwp]        2.10.0cvs50
650
651         * src/mimeview.c
652         * src/stock_pixmap.c
653                 Draw a frame around the selected mimeview part icon (instead of the
654                 shifted 'dancing' icon).
655
656 2007-07-20 [colin]      2.10.0cvs49
657
658         * src/main.c
659                 Unref stuff even on error
660         * src/wizard.c
661                 disconnect signals only at the very
662                 end of the wizard save.
663
664 2007-07-20 [colin]      2.10.0cvs48
665
666         * src/mainwindow.c
667         * src/messageview.c
668         * src/toolbar.c
669         * src/toolbar.h
670                 Fix random crashes while navigating
671                 (GTK_EVENTS_FLUSH)
672
673 2007-07-19 [colin]      2.10.0cvs47
674
675         * configure.ac
676         * src/main.c
677         * src/prefs_common.c
678         * src/prefs_common.h
679         * src/wizard.c
680         * src/common/defs.h
681         * src/common/utils.c
682                 Maemo: add an easy way to store data (mails
683                 and IMAP/NNTP caches) on one of the SD cards,
684                 and protect against unmounts if needed
685
686 2007-07-19 [paul]       2.10.0cvs46
687
688         * src/Makefile.am
689         * src/stock_pixmap.c
690         * src/gtk/about.c
691         * src/pixmaps/claws-mail_logo-small.xpm
692                 implement a (slightly) different About
693                 dialog for maemo and add a small version
694                 of the logo for it
695         * src/wizard.c
696                 use a scrolled window for wizard page 1
697                 on maemo
698
699 2007-07-19 [paul]       2.10.0cvs45
700
701         * src/Makefile.am
702                 too soon for this line
703
704 2007-07-19 [paul]       2.10.0cvs44
705
706         * src/Makefile.am
707                 fix build on n800
708
709 2007-07-19 [colin]      2.10.0cvs43
710
711         * src/wizard.c
712                 Solve Mail/Mailbox name when specifying
713                 full /path/to/Mail.
714
715 2007-07-18 [colin]      2.10.0cvs42
716
717         * src/inc.c
718         * configure.ac
719                 Fix build on n770
720
721 2007-07-18 [colin]      2.10.0cvs41
722
723         * src/inc.c
724                 Maemo: plug the online/offline system into
725                 maemo's interfaces to have Claws automatically
726                 switch according to the system status
727         * src/statusbar.c
728                 Maemo: use HildonBanners to display status
729                 messages. Renders the main statusbar useless.
730
731 2007-07-18 [paul]       2.10.0cvs40
732
733         * src/filtering.c
734                 fix screen blanking on moving/copying many msgs
735         * src/folder.c
736                 fix processing progressbar and screen blanking
737                 during processing
738
739 2007-07-18 [paul]       2.10.0cvs39
740
741         * src/messageview.c
742                 revert cvs37, breakage on maemo
743
744 2007-07-18 [paul]       2.10.0cvs38
745
746         * src/gtk/gtkutils.c
747                 make sure we can still build with older GTK's
748
749 2007-07-18 [colin]      2.10.0cvs37
750
751         * src/messageview.c
752                 Only hide the small layout's messageview, instead
753                 of destroying it when closing
754         * src/gtk/gtkutils.c
755                 Use gtk_window_present_with_time to popup windows,
756                 it seems to make things better with modern WMs
757                 (actually focusing)
758
759 2007-07-17 [colin]      2.10.0cvs36
760
761         * src/editaddress.c
762                 Simplify layout on Maemo
763         * src/folder.c
764                 Fix possible crash
765         * src/prefs_display_header.c
766                 Remove some headers by default on Maemo
767
768 2007-07-17 [paul]       2.10.0cvs35
769
770         * src/prefs_common.c
771         * src/prefs_common.h
772         * src/prefs_logging.c
773         * src/common/log.c
774                 add options to stop/enable writing logs to disc
775
776 2007-07-17 [paul]       2.10.0cvs34
777
778         * src/edittags.c
779                 fix some issues with the Apply tags window:
780                 - set search column (enables autocompl in the treeview)
781                 - apply tag from "New tag" if it existed
782                 - clears New tag entry when adding it with the button
783                 Thanks to Colin
784
785 2007-07-17 [paul]       2.10.0cvs33
786
787         * src/edittags.c
788                 fix 'apply tags' dialogue weirdness
789
790 2007-07-16 [colin]      2.10.0cvs32
791
792         * src/toolbar.c
793                 Fix double-loading of mails on Maemo
794
795 2007-07-16 [colin]      2.10.0cvs31
796
797         * src/messageview.c
798                 Prevent double-loading of the same part under some
799                 conditions; hide statusbar on Maemo
800
801 2007-07-16 [colin]      2.10.0cvs30
802
803         * src/edittags.c
804         * src/edittags.h
805         * src/mainwindow.c
806         * src/summaryview.c
807                 Improve the tag interface - allow
808                 to set/unset tags from a special
809                 window.
810         * src/gtk/gtkvscrollbutton.c
811         * src/mimeview.c
812         * src/mimeview.h
813         * src/stock_pixmap.c
814                 Fix Mimeview's ugly hacks in the
815                 icon list. 
816
817 2007-07-16 [paul]       2.10.0cvs29
818
819         * src/wizard.c
820                 rework dialog
821         * src/gtk/icon_legend.c
822                 put it all in a scrolled window
823
824 2007-07-15 [colin]      2.10.0cvs28
825
826         * src/mainwindow.c
827                 Maemo: force layout to be Small screen; the
828                 others don't make sense
829
830 2007-07-14 [colin]      2.10.0cvs27
831
832         * src/mimeview.c
833         * src/gtk/gtkvscrollbutton.c
834                 Maemo: Fix mimeview's buttons size
835
836 2007-07-14 [colin]      2.10.0cvs26
837
838         * src/toolbar.c
839                 Fix the button workaround fix.
840                 (Use the correct variable)
841
842 2007-07-14 [colin]      2.10.0cvs25
843
844         * src/mainwindow.c
845         * src/toolbar.c
846                 Maemo: put the progress bar in the
847                 toolbar
848
849 2007-07-14 [colin]      2.10.0cvs24
850
851         * src/prefs_common.c
852                 Maemo: hide statusbar by default
853         * src/Makefile.am
854         * src/stock_pixmap.c
855         * src/stock_pixmap.h
856         * src/toolbar.c
857         * src/pixmaps/go_folders.xpm
858                 Maemo: Add a specific icon to go back to
859                 folder list
860
861 2007-07-14 [colin]      2.10.0cvs23
862
863         * src/toolbar.c
864                 Don't set homogeneous finally
865
866 2007-07-14 [colin]      2.10.0cvs22
867
868         * src/toolbar.c
869                 Fix button show/hide issues
870
871 2007-07-14 [colin]      2.10.0cvs21
872
873         * src/toolbar.c
874                 Fix huge arrows
875                 Fix button workaround to be able to click
876                 if mouse was on button when it went un-
877                 sensitive.
878                 Revert previous commit, gtk_tool_item_set_homogeneous
879                 doesn't mean what it seems to mean ;-)
880
881 2007-07-14 [paul]       2.10.0cvs20
882
883         * src/toolbar.c
884                 make homogeneous FALSE always
885
886 2007-07-13 [colin]      2.10.0cvs19
887
888         * src/toolbar.c
889         * src/toolbar.h
890                 Rework to fit the non-deprecated API
891         * src/compose.c
892         * src/folderview.c
893         * src/mainwindow.c
894         * src/messageview.c
895         * src/summaryview.c
896                 Maemo layout changes. Better toolbars,
897                 removal of CTree headers. 
898
899 2007-07-13 [paul]       2.10.0cvs18
900
901         * src/gtk/colorlabel.c
902                 fix bug 1261, '[DE] coloring messages in overview 
903                 keys are not localised'
904                 the string is now included in claws-mail.pot
905
906 2007-07-13 [colin]      2.10.0cvs17
907
908         * src/summaryview.c
909                 Fix bug 1267, 'printing mutliple messages 
910                 opens one message-dialog after the other'
911                 Ask for confirmation when printing 10
912                 messages or more.
913
914 2007-07-11 [colin]      2.10.0cvs16
915
916         * COPYING
917         * README
918         * autogen.sh
919         * manual/claws-mail-manual.xml
920         * manual/gpl.xml
921         * manual/es/claws-mail-manual.xml
922         * manual/es/gpl.xml
923         * manual/fr/claws-mail-manual.xml
924         * manual/fr/gpl.xml
925         * manual/pl/gpl.xml
926         * src/account.c
927         * src/account.h
928         * src/action.c
929         * src/action.h
930         * src/adbookbase.h
931         * src/addr_compl.c
932         * src/addr_compl.h
933         * src/addrbook.c
934         * src/addrbook.h
935         * src/addrcache.c
936         * src/addrcache.h
937         * src/addrcindex.c
938         * src/addrcindex.h
939         * src/addrclip.c
940         * src/addrclip.h
941         * src/addrdefs.h
942         * src/addressadd.c
943         * src/addressadd.h
944         * src/addressbook.c
945         * src/addressbook.h
946         * src/addressbook_foldersel.c
947         * src/addressbook_foldersel.h
948         * src/addressitem.h
949         * src/addrgather.c
950         * src/addrgather.h
951         * src/addrharvest.c
952         * src/addrharvest.h
953         * src/addrindex.c
954         * src/addrindex.h
955         * src/addritem.c
956         * src/addritem.h
957         * src/addrquery.c
958         * src/addrquery.h
959         * src/addrselect.c
960         * src/addrselect.h
961         * src/alertpanel.c
962         * src/alertpanel.h
963         * src/browseldap.c
964         * src/browseldap.h
965         * src/codeconv.c
966         * src/codeconv.h
967         * src/compose.c
968         * src/compose.h
969         * src/crash.c
970         * src/crash.h
971         * src/customheader.c
972         * src/customheader.h
973         * src/displayheader.c
974         * src/displayheader.h
975         * src/editaddress.c
976         * src/editaddress.h
977         * src/editaddress_other_attributes_ldap.c
978         * src/editaddress_other_attributes_ldap.h
979         * src/editbook.c
980         * src/editbook.h
981         * src/editgroup.c
982         * src/editgroup.h
983         * src/editjpilot.c
984         * src/editjpilot.h
985         * src/editldap.c
986         * src/editldap.h
987         * src/editldap_basedn.c
988         * src/editldap_basedn.h
989         * src/edittags.c
990         * src/edittags.h
991         * src/editvcard.c
992         * src/editvcard.h
993         * src/enriched.c
994         * src/enriched.h
995         * src/exphtmldlg.c
996         * src/exphtmldlg.h
997         * src/expldifdlg.c
998         * src/expldifdlg.h
999         * src/export.c
1000         * src/export.h
1001         * src/exporthtml.c
1002         * src/exporthtml.h
1003         * src/exportldif.c
1004         * src/exportldif.h
1005         * src/filtering.c
1006         * src/filtering.h
1007         * src/folder.c
1008         * src/folder.h
1009         * src/folder_item_prefs.c
1010         * src/folder_item_prefs.h
1011         * src/foldersel.c
1012         * src/foldersel.h
1013         * src/folderutils.c
1014         * src/folderutils.h
1015         * src/folderview.c
1016         * src/folderview.h
1017         * src/gedit-print.c
1018         * src/gedit-print.h
1019         * src/grouplistdialog.c
1020         * src/grouplistdialog.h
1021         * src/headerview.c
1022         * src/headerview.h
1023         * src/html.c
1024         * src/html.h
1025         * src/image_viewer.c
1026         * src/image_viewer.h
1027         * src/imap.c
1028         * src/imap.h
1029         * src/imap_gtk.c
1030         * src/imap_gtk.h
1031         * src/import.c
1032         * src/import.h
1033         * src/importldif.c
1034         * src/importldif.h
1035         * src/importmutt.c
1036         * src/importmutt.h
1037         * src/importpine.c
1038         * src/importpine.h
1039         * src/inc.c
1040         * src/inc.h
1041         * src/jpilot.c
1042         * src/jpilot.h
1043         * src/ldapctrl.c
1044         * src/ldapctrl.h
1045         * src/ldaplocate.c
1046         * src/ldaplocate.h
1047         * src/ldapquery.c
1048         * src/ldapquery.h
1049         * src/ldapserver.c
1050         * src/ldapserver.h
1051         * src/ldapupdate.c
1052         * src/ldapupdate.h
1053         * src/ldaputil.c
1054         * src/ldaputil.h
1055         * src/ldif.c
1056         * src/ldif.h
1057         * src/localfolder.c
1058         * src/localfolder.h
1059         * src/main.c
1060         * src/main.h
1061         * src/mainwindow.c
1062         * src/mainwindow.h
1063         * src/manual.c
1064         * src/manual.h
1065         * src/matcher.c
1066         * src/matcher.h
1067         * src/matcher_parser.h
1068         * src/matcher_parser_lex.l
1069         * src/matcher_parser_parse.y
1070         * src/mbox.c
1071         * src/mbox.h
1072         * src/message_search.c
1073         * src/message_search.h
1074         * src/messageview.c
1075         * src/messageview.h
1076         * src/mh.c
1077         * src/mh.h
1078         * src/mh_gtk.c
1079         * src/mh_gtk.h
1080         * src/mimeview.c
1081         * src/mimeview.h
1082         * src/msgcache.c
1083         * src/msgcache.h
1084         * src/mutt.c
1085         * src/mutt.h
1086         * src/news.c
1087         * src/news.h
1088         * src/news_gtk.c
1089         * src/news_gtk.h
1090         * src/noticeview.c
1091         * src/noticeview.h
1092         * src/partial_download.c
1093         * src/partial_download.h
1094         * src/pine.c
1095         * src/pine.h
1096         * src/pop.c
1097         * src/pop.h
1098         * src/prefs_account.c
1099         * src/prefs_account.h
1100         * src/prefs_actions.c
1101         * src/prefs_actions.h
1102         * src/prefs_common.c
1103         * src/prefs_common.h
1104         * src/prefs_compose_writing.c
1105         * src/prefs_compose_writing.h
1106         * src/prefs_customheader.c
1107         * src/prefs_customheader.h
1108         * src/prefs_display_header.c
1109         * src/prefs_display_header.h
1110         * src/prefs_ext_prog.c
1111         * src/prefs_ext_prog.h
1112         * src/prefs_filtering.c
1113         * src/prefs_filtering.h
1114         * src/prefs_filtering_action.c
1115         * src/prefs_filtering_action.h
1116         * src/prefs_folder_column.c
1117         * src/prefs_folder_column.h
1118         * src/prefs_folder_item.c
1119         * src/prefs_folder_item.h
1120         * src/prefs_fonts.c
1121         * src/prefs_fonts.h
1122         * src/prefs_gtk.c
1123         * src/prefs_gtk.h
1124         * src/prefs_image_viewer.c
1125         * src/prefs_image_viewer.h
1126         * src/prefs_logging.c
1127         * src/prefs_logging.h
1128         * src/prefs_matcher.c
1129         * src/prefs_matcher.h
1130         * src/prefs_message.c
1131         * src/prefs_message.h
1132         * src/prefs_msg_colors.c
1133         * src/prefs_msg_colors.h
1134         * src/prefs_other.c
1135         * src/prefs_other.h
1136         * src/prefs_quote.c
1137         * src/prefs_quote.h
1138         * src/prefs_receive.c
1139         * src/prefs_receive.h
1140         * src/prefs_send.c
1141         * src/prefs_send.h
1142         * src/prefs_spelling.c
1143         * src/prefs_spelling.h
1144         * src/prefs_summaries.c
1145         * src/prefs_summaries.h
1146         * src/prefs_summary_column.c
1147         * src/prefs_summary_column.h
1148         * src/prefs_summary_open.c
1149         * src/prefs_summary_open.h
1150         * src/prefs_template.c
1151         * src/prefs_template.h
1152         * src/prefs_themes.c
1153         * src/prefs_themes.h
1154         * src/prefs_toolbar.c
1155         * src/prefs_toolbar.h
1156         * src/prefs_wrapping.c
1157         * src/prefs_wrapping.h
1158         * src/privacy.c
1159         * src/privacy.h
1160         * src/procheader.c
1161         * src/procheader.h
1162         * src/procmime.c
1163         * src/procmime.h
1164         * src/procmsg.c
1165         * src/procmsg.h
1166         * src/quote_fmt.c
1167         * src/quote_fmt_lex.l
1168         * src/quote_fmt_parse.y
1169         * src/recv.c
1170         * src/recv.h
1171         * src/remotefolder.c
1172         * src/remotefolder.h
1173         * src/send_message.c
1174         * src/send_message.h
1175         * src/setup.c
1176         * src/setup.h
1177         * src/simple-gettext.c
1178         * src/sourcewindow.c
1179         * src/sourcewindow.h
1180         * src/ssl_manager.c
1181         * src/ssl_manager.h
1182         * src/statusbar.c
1183         * src/statusbar.h
1184         * src/stock_pixmap.c
1185         * src/stock_pixmap.h
1186         * src/summary_search.c
1187         * src/summary_search.h
1188         * src/summaryview.c
1189         * src/summaryview.h
1190         * src/textview.c
1191         * src/textview.h
1192         * src/toolbar.c
1193         * src/toolbar.h
1194         * src/undo.c
1195         * src/undo.h
1196         * src/unmime.c
1197         * src/unmime.h
1198         * src/uri_opener.c
1199         * src/uri_opener.h
1200         * src/vcard.c
1201         * src/vcard.h
1202         * src/wizard.c
1203         * src/wizard.h
1204         * src/common/base64.c
1205         * src/common/base64.h
1206         * src/common/claws.c
1207         * src/common/claws.h
1208         * src/common/defs.h
1209         * src/common/fnmatch.c
1210         * src/common/fnmatch.h
1211         * src/common/fnmatch_loop.c
1212         * src/common/hooks.c
1213         * src/common/hooks.h
1214         * src/common/log.c
1215         * src/common/log.h
1216         * src/common/md5.c
1217         * src/common/md5.h
1218         * src/common/mgutils.c
1219         * src/common/mgutils.h
1220         * src/common/nntp.c
1221         * src/common/nntp.h
1222         * src/common/passcrypt.c
1223         * src/common/passcrypt.h.in
1224         * src/common/plugin.c
1225         * src/common/plugin.h
1226         * src/common/prefs.c
1227         * src/common/prefs.h
1228         * src/common/progressindicator.c
1229         * src/common/progressindicator.h
1230         * src/common/quoted-printable.c
1231         * src/common/quoted-printable.h
1232         * src/common/session.c
1233         * src/common/session.h
1234         * src/common/smtp.c
1235         * src/common/smtp.h
1236         * src/common/socket.c
1237         * src/common/socket.h
1238         * src/common/ssl.c
1239         * src/common/ssl.h
1240         * src/common/ssl_certificate.c
1241         * src/common/ssl_certificate.h
1242         * src/common/string_match.c
1243         * src/common/string_match.h
1244         * src/common/stringtable.c
1245         * src/common/stringtable.h
1246         * src/common/tags.c
1247         * src/common/tags.h
1248         * src/common/template.c
1249         * src/common/template.h
1250         * src/common/timing.h
1251         * src/common/utils.c
1252         * src/common/utils.h
1253         * src/common/uuencode.c
1254         * src/common/uuencode.h
1255         * src/common/version.h.in
1256         * src/common/w32_dirent.c
1257         * src/common/w32_reg.c
1258         * src/common/w32_signal.c
1259         * src/common/w32_stat.c
1260         * src/common/w32_stdlib.c
1261         * src/common/w32_string.c
1262         * src/common/w32_time.c
1263         * src/common/w32_unistd.c
1264         * src/common/w32_wait.c
1265         * src/common/w32lib.h
1266         * src/common/xml.c
1267         * src/common/xml.h
1268         * src/common/xmlprops.c
1269         * src/common/xmlprops.h
1270         * src/etpan/etpan-errors.h
1271         * src/etpan/etpan-thread-manager-types.h
1272         * src/etpan/etpan-thread-manager.c
1273         * src/etpan/etpan-thread-manager.h
1274         * src/etpan/imap-thread.c
1275         * src/etpan/imap-thread.h
1276         * src/gtk/about.c
1277         * src/gtk/about.h
1278         * src/gtk/colorlabel.c
1279         * src/gtk/colorlabel.h
1280         * src/gtk/colorsel.c
1281         * src/gtk/colorsel.h
1282         * src/gtk/combobox.c
1283         * src/gtk/combobox.h
1284         * src/gtk/description_window.c
1285         * src/gtk/description_window.h
1286         * src/gtk/filesel.c
1287         * src/gtk/filesel.h
1288         * src/gtk/foldersort.c
1289         * src/gtk/foldersort.h
1290         * src/gtk/gtkaspell.c
1291         * src/gtk/gtkaspell.h
1292         * src/gtk/gtksctree.c
1293         * src/gtk/gtkshruler.c
1294         * src/gtk/gtkshruler.h
1295         * src/gtk/gtksourceprintjob.c
1296         * src/gtk/gtksourceprintjob.h
1297         * src/gtk/gtkutils.c
1298         * src/gtk/gtkutils.h
1299         * src/gtk/gtkvscrollbutton.c
1300         * src/gtk/gtkvscrollbutton.h
1301         * src/gtk/icon_legend.c
1302         * src/gtk/icon_legend.h
1303         * src/gtk/inputdialog.c
1304         * src/gtk/inputdialog.h
1305         * src/gtk/logwindow.c
1306         * src/gtk/logwindow.h
1307         * src/gtk/manage_window.c
1308         * src/gtk/manage_window.h
1309         * src/gtk/menu.c
1310         * src/gtk/menu.h
1311         * src/gtk/pluginwindow.c
1312         * src/gtk/pluginwindow.h
1313         * src/gtk/prefswindow.c
1314         * src/gtk/prefswindow.h
1315         * src/gtk/progressdialog.c
1316         * src/gtk/progressdialog.h
1317         * src/gtk/quicksearch.c
1318         * src/gtk/quicksearch.h
1319         * src/gtk/sslcertwindow.c
1320         * src/gtk/sslcertwindow.h
1321         * src/plugins/bogofilter/bogofilter.c
1322         * src/plugins/bogofilter/bogofilter.h
1323         * src/plugins/bogofilter/bogofilter_gtk.c
1324         * src/plugins/clamav/clamav_plugin.c
1325         * src/plugins/clamav/clamav_plugin.h
1326         * src/plugins/clamav/clamav_plugin_gtk.c
1327         * src/plugins/demo/demo.c
1328         * src/plugins/dillo_viewer/dillo_prefs.c
1329         * src/plugins/dillo_viewer/dillo_prefs.h
1330         * src/plugins/dillo_viewer/dillo_viewer.c
1331         * src/plugins/pgpcore/passphrase.c
1332         * src/plugins/pgpcore/passphrase.h
1333         * src/plugins/pgpcore/pgp_viewer.c
1334         * src/plugins/pgpcore/pgp_viewer.h
1335         * src/plugins/pgpcore/plugin.c
1336         * src/plugins/pgpcore/prefs_gpg.c
1337         * src/plugins/pgpcore/prefs_gpg.h
1338         * src/plugins/pgpcore/select-keys.c
1339         * src/plugins/pgpcore/select-keys.h
1340         * src/plugins/pgpcore/sgpgme.c
1341         * src/plugins/pgpcore/sgpgme.h
1342         * src/plugins/pgpinline/pgpinline.c
1343         * src/plugins/pgpinline/pgpinline.h
1344         * src/plugins/pgpinline/plugin.c
1345         * src/plugins/pgpmime/pgpmime.c
1346         * src/plugins/pgpmime/pgpmime.h
1347         * src/plugins/pgpmime/plugin.c
1348         * src/plugins/spamassassin/spamassassin.c
1349         * src/plugins/spamassassin/spamassassin.h
1350         * src/plugins/spamassassin/spamassassin_gtk.c
1351         * src/plugins/trayicon/trayicon.c
1352         * src/plugins/trayicon/trayicon_prefs.c
1353         * src/plugins/trayicon/trayicon_prefs.h
1354         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1355         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1356         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1357         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1358         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1359         * tools/OOo2claws-mail.pl
1360         * tools/README.sylprint
1361         * tools/acroread2claws-mail.pl
1362         * tools/claws-mail-compose-insert-files.pl
1363         * tools/convert_mbox.pl
1364         * tools/filter_conv.pl
1365         * tools/filter_conv_new.pl
1366         * tools/fix_date.sh
1367         * tools/freshmeat_search.pl
1368         * tools/google_search.pl
1369         * tools/kmail-mailbox2claws-mail.pl
1370         * tools/kmail2claws-mail.pl
1371         * tools/kmail2claws-mail_v2.pl
1372         * tools/mairix.sh
1373         * tools/make.themes.project
1374         * tools/multiwebsearch.pl
1375         * tools/nautilus2claws-mail.sh
1376         * tools/outlook2claws-mail.pl
1377         * tools/textviewer.sh
1378         * tools/thunderbird-filters-convertor.pl
1379         * tools/update-po
1380         * tools/uuooffice
1381         * tools/vcard2xml.py
1382         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1383                 Upgrade to GPLv3 or later.
1384
1385 2007-07-10 [wwp]        2.10.0cvs15
1386
1387         * src/main.c
1388                 Fix re-opening of all composing messages that were
1389                 opened when closing the previous instance, thanks
1390                 to Colin.
1391
1392 2007-07-10 [paul]       2.10.0cvs14
1393
1394         * src/editaddress_other_attributes_ldap.c
1395         * src/ldapupdate.c
1396                 fix crash on selecting 'other attributes' combo
1397                 for either a new entry or an old entry with no
1398                 existing attributes.
1399                 fix bug on editing multiple attributes which
1400                 resulted them all having the value of the last
1401                 one changed.
1402                 Thanks to Colin
1403
1404 2007-07-10 [colin]      2.10.0cvs13
1405
1406         * src/editaddress.c
1407         * src/editaddress_other_attributes_ldap.h
1408         * src/ldapupdate.c
1409                 Fix --disable-ldap build
1410
1411 2007-07-09 [colin]      2.10.0cvs12
1412
1413         * src/Makefile.am
1414         * src/addritem.c
1415         * src/addritem.h
1416         * src/editaddress.c
1417         * src/editaddress_other_attributes_ldap.c
1418         * src/editaddress_other_attributes_ldap.h
1419         * src/editldap.c
1420         * src/ldapctrl.c
1421         * src/ldapctrl.h
1422         * src/ldapupdate.c
1423                 Add capability to edit all inetOrgPerson
1424                 attributes on LDAP. Patch by Michael 
1425                 Rasmussen
1426
1427 2007-07-09 [colin]      2.10.0cvs11
1428
1429         * src/Makefile.am
1430         * src/exporthtml.c
1431         * src/mbox.c
1432         * src/msgcache.c
1433         * src/prefs_summaries.c
1434         * src/prefs_themes.c
1435         * src/procheader.c
1436         * src/common/Makefile.am
1437         * src/common/log.c
1438         * src/common/timing.h
1439         * src/common/utils.c
1440         * src/common/utils.h
1441         * src/common/w32_account.c
1442         * src/common/w32lib.h
1443         * src/gtk/Makefile.am
1444         * src/gtk/colorlabel.c
1445         * src/plugins/pgpcore/Makefile.am
1446         * src/plugins/pgpcore/claws.def
1447         * src/plugins/pgpcore/passphrase.c
1448         * src/plugins/pgpcore/pgp_viewer.c
1449         * src/plugins/pgpcore/plugin.def
1450         * src/plugins/pgpcore/sgpgme.c
1451         * src/plugins/pgpinline/Makefile.am
1452         * src/plugins/pgpinline/claws.def
1453         * src/plugins/pgpinline/mypgpcore.def
1454         * src/plugins/pgpinline/plugin.def
1455         * src/plugins/pgpmime/Makefile.am
1456         * src/plugins/pgpmime/claws.def
1457         * src/plugins/pgpmime/mypgpcore.def
1458         * src/plugins/pgpmime/plugin.def
1459                 Commit win32 patch, from Werner Koch and
1460                 Marcus Brinkmann
1461
1462 2007-07-09 [colin]      2.10.0cvs10
1463
1464         * src/prefs_toolbar.c
1465                 Fix crash when no actions exist
1466
1467 2007-07-07 [paul]       2.10.0cvs9
1468
1469         * COPYING
1470         * manual/claws-mail-manual.xml
1471                 update copyright year
1472         * po/fi.po
1473                 updated by Flammie Pirinen
1474
1475 2007-07-05 [wwp]        2.10.0cvs8
1476
1477         * src/plugins/clamav/clamav_plugin_gtk.c
1478                 Make vertical spacing like in other plugin prefs pages.
1479
1480 2007-07-05 [wwp]        2.10.0cvs7
1481
1482         * src/quote_fmt.c
1483                 It's %am that works, not %ae (this doc incoherence has been
1484                 introduced with 2.9.2cvs13).
1485
1486 2007-07-04 [wwp]        2.10.0cvs6
1487
1488         * src/plugins/bogofilter/bogofilter.c
1489                 Gettext-ize an occurrence of "Any" that wasn't.
1490
1491 2007-07-04 [colin]      2.10.0cvs5
1492
1493         * po/POTFILES.in
1494                 Fix untranslated strings; thanks
1495                 to Pader Rezso.
1496
1497 2007-07-03 [colin]      2.10.0cvs4
1498
1499         * src/folder.c
1500         * src/mainwindow.c
1501                 Fix saving of sort mode for tags and
1502                 thread date. Thanks to Pierre Ossman.
1503                 Completes fix for bug 1233
1504
1505 2007-07-03 [paul]       2.10.0cvs3
1506
1507         * src/compose.c
1508                 fix auto-save
1509         * src/summaryview.c
1510                 fix build warnings
1511         Thanks to Colin
1512
1513 2007-07-02 [colin]      2.10.0cvs2
1514
1515         * src/folder.h
1516         * src/mainwindow.c
1517         * src/procmsg.h
1518         * src/summaryview.c
1519                 Add View/Sort/by Thread date
1520                 Fixes bug 1233, 'Capability to sort 
1521                 threads by most recent message'
1522                 Based on a patch by Paul Rolland
1523
1524 2007-07-02 [colin]      2.10.0cvs1
1525
1526         * src/Makefile.am
1527         * src/compose.c
1528         * src/edittags.c
1529         * src/edittags.h
1530         * src/filtering.c
1531         * src/folder.c
1532         * src/folder.h
1533         * src/headerview.c
1534         * src/headerview.h
1535         * src/main.c
1536         * src/mainwindow.c
1537         * src/mainwindow.h
1538         * src/manual.h
1539         * src/matcher.c
1540         * src/matcher.h
1541         * src/matcher_parser_parse.y
1542         * src/mimeview.c
1543         * src/msgcache.c
1544         * src/msgcache.h
1545         * src/prefs_common.c
1546         * src/prefs_common.h
1547         * src/prefs_filtering_action.c
1548         * src/prefs_matcher.c
1549         * src/prefs_summary_column.c
1550         * src/procmsg.c
1551         * src/procmsg.h
1552         * src/quote_fmt.c
1553         * src/quote_fmt_lex.l
1554         * src/quote_fmt_parse.y
1555         * src/summaryview.c
1556         * src/summaryview.h
1557         * src/textview.c
1558         * src/common/Makefile.am
1559         * src/common/defs.h
1560         * src/common/tags.c
1561         * src/common/tags.h
1562         * src/gtk/quicksearch.c
1563         * src/gtk/quicksearch.h
1564                 Add Tags implementation. Tags are arbitrary labels
1565                 that can be applied to messages. It is possible 
1566                 to create, edit, remove tags; apply them to mails;
1567                 filter on tags or tag presence; apply or unset
1568                 tags via filtering actions; reference tags in
1569                 reply templates.
1570
1571 2007-07-02 [paul]       2.10.0
1572
1573         * NEWS
1574         * README
1575         * RELEASE_NOTES
1576                 2.10.0 released
1577
1578 2007-07-02 [paul]       2.9.2cvs78
1579
1580         * po/de.po
1581         * po/en_GB.po
1582         * po/es.po
1583         * po/fr.po
1584         * po/hu.po
1585         * po/pt_BR.po
1586         * po/ru.po
1587         * po/zh_CN.po
1588                 updated by Stephan Sachse, me, Ricardo Mones
1589                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1590                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1591
1592 2007-07-02 [paul]       2.9.2cvs77
1593
1594         * AUTHORS
1595                 updated
1596
1597 2007-06-29 [wwp]        2.9.2cvs76
1598
1599         * src/gtk/headers.h
1600                 Fix a typo (thanks to Ricardo for finding this out).
1601
1602 2007-06-28 [paul]       2.9.2cvs75
1603
1604         * src/folderview.c
1605                 fix build warnings
1606
1607 2007-06-28 [paul]       2.9.2cvs74
1608
1609         * tools/Makefile.am
1610                 fix bug in the autotools build system.
1611                 Files cataloged under EXTRA_DIST were never
1612                 automatically copied to the build tree.
1613                 (fix 'make distcheck')
1614                 Patch by Michael Rasmussen.
1615
1616 2007-06-24 [colin]      2.9.2cvs73
1617
1618         * src/news_gtk.c
1619                 Fix bug 1249, 'Error handling for 
1620                 news errors needs modification'
1621                 Only popup error if the according
1622                 pref in Prefs/Receive is set.
1623
1624 2007-06-21 [colin]      2.9.2cvs72
1625
1626         * src/common/plugin.c
1627         * src/common/plugin.h
1628                 Change plugin API to know whether it's safe to 
1629                 unload plugins or whether we should just hide
1630                 them. Fixes bug 1248, 'Core dumps after 
1631                 unloading plugin and clicking on load plugins'
1632         * src/plugins/bogofilter/bogofilter.c
1633         * src/plugins/clamav/clamav_plugin.c
1634         * src/plugins/demo/demo.c
1635         * src/plugins/dillo_viewer/dillo_viewer.c
1636         * src/plugins/pgpcore/plugin.c
1637         * src/plugins/pgpinline/plugin.c
1638         * src/plugins/pgpmime/plugin.c
1639         * src/plugins/spamassassin/spamassassin.c
1640         * src/plugins/trayicon/trayicon.c
1641                 Update API
1642
1643 2007-06-19 [colin]      2.9.2cvs71
1644
1645         * src/compose.c
1646         * src/messageview.c
1647                 Fix crash mentioned in bug 1246
1648                 Race condition when automatically drafting
1649                 due to insertion on reedit.
1650
1651 2007-06-18 [wwp]        2.9.2cvs70
1652
1653         * src/importldif.c
1654                 LDIF import: use a "Proceed" button to complete
1655                 the process.
1656
1657 2007-06-18 [paul]       2.9.2cvs69
1658
1659         * configure.ac
1660                 use pkgconfig to check for gtk and glib
1661
1662 2007-06-17 [wwp]        2.9.2cvs68
1663
1664         * src/ldif.c
1665         * src/importldif.c
1666                 LDIF import: better error handling, minor code
1667                 and UI cleanup, and renamed the Save button
1668                 to Close, as imported stuff is already saved
1669                 when the Save button is shown.
1670
1671 2007-06-17 [colin]      2.9.2cvs67
1672
1673         * src/prefs_summaries.c
1674         * src/procmsg.c
1675                 Don't set as read when forwarded, only replied to
1676
1677 2007-06-17 [paul]       2.9.2cvs66
1678
1679         * src/alertpanel.c
1680                 add missing #include
1681
1682 2007-06-16 [colin]      2.9.2cvs65
1683
1684         * src/prefs_summaries.c
1685         * src/procmsg.c
1686                 Change the pref "Only mark as read when opened
1687                 in new window" to "..., replied to or forwarded".
1688                 Based on a patch by Paul Rolland.
1689
1690 2007-06-16 [paul]       2.9.2cvs64
1691
1692         * src/gtk/authors.h
1693                 alphabetical order! :)
1694
1695 2007-06-16 [colin]      2.9.2cvs63
1696
1697         * AUTHORS
1698         * src/gtk/authors.h
1699                 Add Michael Rasmussen in authors list
1700
1701 2007-06-16 [colin]      2.9.2cvs62
1702
1703         * src/messageview.c
1704                 Fix messageview_copy_clipboard to take advantage
1705                 of plugins' get_selection.
1706
1707 2007-06-15 [colin]      2.9.2cvs61
1708
1709         * src/action.c
1710         * src/addr_compl.c
1711         * src/addressbook.c
1712         * src/folderview.c
1713         * src/message_search.c
1714         * src/mimeview.c
1715         * src/summary_search.c
1716         * src/summaryview.c
1717         * src/textview.c
1718                 Allow GDK_KP_Enter to do the same as GDK_Return
1719                 Patch by Michael Rasmussen
1720
1721 2007-06-15 [paul]       2.9.2cvs60
1722
1723         * src/compose.c
1724                 fix bug when closing a compose window
1725                 during autosave
1726
1727 2007-06-14 [paul]       2.9.2cvs59
1728
1729         * src/main.c
1730         * src/common/defs.h
1731                 migrate sylpheed config
1732
1733 2007-06-14 [wwp]        2.9.2cvs58
1734
1735         * src/gtk/pluginwindow.c
1736                 Yet another attempt to fix sizing/alignment of the
1737                 button bar in plugins window.
1738
1739 2007-06-12 [colin]      2.9.2cvs57
1740
1741         * po/POTFILES.in
1742         * src/Makefile.am
1743         * src/folderview.c
1744         * src/prefs_common.c
1745         * src/prefs_common.h
1746         * src/prefs_summaries.c
1747         * src/prefs_summary_open.c
1748         * src/prefs_summary_open.h
1749         * src/summaryview.c
1750                 Make "when entering a folder" actions more personalisable
1751
1752 2007-06-12 [wwp]        2.9.2cvs56
1753
1754         * tools/README
1755                 Use short description from Paul (mairix.sh).
1756
1757 2007-06-12 [wwp]        2.9.2cvs55
1758
1759         * tools/README
1760                 Updated info about mairix.sh.
1761
1762 2007-06-11 [paul]       2.9.2cvs54
1763
1764         * src/prefs_logging.c
1765                 rework log window length widgets
1766                 and some sensitivity fixes
1767
1768 2007-06-11 [paul]       2.9.2cvs53
1769
1770         * src/mainwindow.c
1771         * src/prefs_logging.c
1772                 rename 'Protocol Log' to 'Network Log'
1773                 and some function renaming
1774
1775 2007-06-10 [wwp]        2.9.2cvs52
1776
1777         * src/gtk/pluginwindow.c
1778                 Revert 2.9.2cvs51.
1779
1780 2007-06-10 [wwp]        2.9.2cvs51
1781
1782         * src/gtk/pluginwindow.c
1783                 Fix button bar in plugin window, was centered and not
1784                 behaving like other dialogs w/ such button bar.
1785
1786 2007-06-08 [wwp]        2.9.2cvs50
1787
1788         * src/compose.c
1789         * src/compose.h
1790         * src/main.c
1791         * src/mainwindow.c
1792         * src/mainwindow.h
1793                 Provide a way out of automatic draft saving on IMAP, when
1794                 exiting offline.
1795                 Prevent drafting while sending and quitting while sending.
1796                 Thanks for Colin.
1797
1798
1799
1800 2007-06-08 [wwp]        2.9.2cvs49
1801
1802         * src/prefs_account.c
1803         * src/gtk/prefswindow.c
1804         * src/gtk/prefswindow.h
1805                 Activate the Basic page when opening account prefs.
1806
1807 2007-06-08 [wwp]        2.9.2cvs48
1808
1809         * src/common/socket.c
1810                 Don't crash if fork() fails, thanks to Colin.
1811
1812 2007-06-08 [wwp]        2.9.2cvs47
1813
1814         * src/gtk/prefswindow.c
1815                 Wrap some long lines, and reset horizontal scroller's adjusment
1816                 (this was already done, vertically), when changing tab (not page)
1817                 in prefs windows.
1818
1819 2007-06-08 [paul]       2.9.2cvs46
1820
1821         * src/common/utils.c
1822                 use gethostname() instead of uname()
1823                 based on a patch by Michael Hughes
1824                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1825
1826 2007-06-07 [wwp]        2.9.2cvs45
1827
1828         * src/prefs_common.c
1829                 Fix some useless warnings, thanks to Colin.
1830
1831 2007-06-06 [colin]      2.9.2cvs44
1832
1833         * src/ldapupdate.c
1834                 Fix strange allocations. 
1835
1836 2007-06-06 [colin]      2.9.2cvs43
1837
1838         * src/ldapupdate.c
1839                 Patch by Michael Rasmussus to help
1840                 bug 1232
1841
1842 2007-06-05 [wwp]        2.9.2cvs42
1843
1844         * src/prefs_account.c
1845         * src/prefs_folder_item.c
1846         * src/prefs_quote.c
1847         * src/quote_fmt.c
1848         * src/quote_fmt.h
1849                 Per-folder templates can now be applied recursively.
1850                 Always save per-folder templates (formats were erroneously
1851                 saved only if they were enabled).
1852                 Check for validity of quotation marks everywhere there
1853                 are defined.
1854
1855 2007-06-05 [wwp]        2.9.2cvs41
1856
1857         * src/inc.c
1858                 Fix incoming messages from local accounts always getting filtered
1859                 (even if the account prefs say don't), thanks to Colin.
1860
1861 2007-06-05 [wwp]        2.9.2cvs40
1862
1863         * src/compose.c
1864         * src/compose.h
1865                 Use per-folder/per-account quote chars when applying a
1866                 template or inserting text as well. Const'ify some
1867                 vars more.
1868
1869 2007-06-04 [colin]      2.9.2cvs39
1870
1871         * src/compose.c
1872                 More work for wwp :)
1873
1874 2007-06-04 [wwp]        2.9.2cvs38
1875
1876         * src/compose.c
1877                 Same as 2.9.2cvs36 but for forwarding.
1878
1879 2007-06-04 [colin]      2.9.2cvs37
1880
1881         * src/compose.c
1882                 Use original mail file for forward/redirect
1883                 Fixes some forwarded mails to be attached as
1884                 application/octet-stream (when they have binary
1885                 parts), and incidentally fixes bug 848
1886                 'Redirect breaks GnuPG'
1887
1888 2007-06-04 [wwp]        2.9.2cvs36
1889
1890         * src/compose.c
1891                 Fix quote mark mis-initialisation when replying/forwarding
1892                 (introduced w/ 2.9.2cvs20).
1893
1894 2007-06-04 [wwp]        2.9.2cvs35
1895
1896         * src/prefs_compose_writing.c
1897         * src/prefs_quote.c
1898                 Fix a bug where Quotation characters (prefs/compose/writing)
1899                 was cleared (introduced w/ 2.9.2cvs26).
1900
1901 2007-06-04 [wwp]        2.9.2cvs34
1902
1903         * src/prefs_account.c
1904         * src/prefs_account.h
1905                 Better fix for compiling w/o aspell (rollbacks
1906                 2.9.2cvs31).
1907
1908 2007-06-04 [wwp]        2.9.2cvs33
1909
1910         * src/account.c
1911         * src/prefs_account.c
1912         * src/prefs_account.h
1913         * src/procmsg.c
1914                 It's now possible to disable mail filtering plugins
1915                 on a per-account basis.
1916
1917 2007-06-04 [wwp]        2.9.2cvs32
1918
1919         * src/procheader.c
1920         * src/common/utils.c
1921         * src/common/utils.h
1922                 Support CRLF in headers part of messages.
1923                 Support few more date formats (RFC3339 subsets).
1924
1925 2007-06-04 [wwp]        2.9.2cvs31
1926
1927         * src/prefs_account.c
1928                 Fix compiling w/o aspell support.
1929
1930 2007-06-03 [wwp]        2.9.2cvs30
1931
1932         * src/prefs_gtk.c
1933                 Don't decode leading ENV_ and ~ in P_PASSWORD
1934                 values.
1935
1936 2007-06-03 [wwp]        2.9.2cvs29
1937
1938         * src/prefs_gtk.c
1939                 Don't decode leading ENV_ and ~ in P_PASSWORD
1940                 values.
1941
1942 2007-06-03 [wwp]        2.9.2cvs28
1943
1944         * src/prefs_account.c
1945         * src/gtk/prefswindow.c
1946         * src/gtk/prefswindow.h
1947                 Added a way to force preloading of all pages
1948                 (prefswindow).
1949                 Moved tabs to pages in account prefs.
1950
1951 2007-06-02 [colin]      2.9.2cvs27
1952
1953         * src/addressbook.c
1954                 Fix possible crash, fix ldap write bugs
1955         * src/ldapupdate.c
1956                 Fix ldap write bugs - patch by Michael
1957                 Rasmussen
1958         * src/alertpanel.c
1959         * src/alertpanel.h
1960                 Add a hook whenever alertpanel opens/closes
1961
1962 2007-05-31 [wwp]        2.9.2cvs26
1963
1964         * src/prefs_compose_writing.c
1965         * src/prefs_quote.c
1966                 Re-organized writing options a bit:
1967                  - renamed the Quoting page to Templates
1968                  - moved all composing templates to that page
1969                  - moved non-templates options to the Writing one,
1970                    grouped reply-related options, reordered reply and
1971                    forward options.
1972
1973 2007-05-31 [wwp]        2.9.2cvs25
1974
1975         * src/compose.c
1976                 Removed unused code.
1977
1978 2007-05-31 [colin]      2.9.2cvs24
1979
1980         * src/addressbook.c
1981                 Fix missing display name when modifying
1982                 LDAP. Patch by Michael Rasmussen
1983
1984 2007-05-31 [wwp]        2.9.2cvs23
1985
1986         * src/plugins/bogofilter/Makefile.am
1987         * src/plugins/clamav/Makefile.am
1988         * src/plugins/demo/Makefile.am
1989         * src/plugins/dillo_viewer/Makefile.am
1990         * src/plugins/spamassassin/Makefile.am
1991                 Fix building of those plugins in Mac OS X.
1992
1993 2007-05-30 [wwp]        2.9.2cvs22
1994
1995         * src/gtk/quicksearch.c
1996                 Fix missing initialization.
1997
1998 2007-05-30 [wwp]        2.9.2cvs21
1999
2000         * src/procheader.c
2001                 Revert accidental commit (debug outputs).
2002
2003 2007-05-30 [wwp]        2.9.2cvs20
2004
2005         * src/compose.c
2006         * src/folder_item_prefs.c
2007         * src/folder_item_prefs.h
2008         * src/prefs_account.c
2009         * src/prefs_account.h
2010         * src/prefs_folder_item.c
2011         * src/prefs_gtk.c
2012         * src/prefs_gtk.h
2013                 Implemented per-account and per-folder
2014                 compose/reply/forward formats.
2015
2016 2007-05-30 [wwp]        2.9.2cvs19
2017
2018         * src/prefs_compose_writing.c
2019         * src/prefs_quote.c
2020         * src/procheader.c
2021         * src/quote_fmt.c
2022         * src/quote_fmt.h
2023                 Internal API changes (factorize quote format
2024                 prefs and checks).
2025
2026 2007-05-30 [colin]      2.9.2cvs18
2027
2028         * src/compose.c
2029                 Fix race where it's possible to re-click Send
2030                 between end of SMTP session and end of "move to
2031                 sent folder" when sending an email with send
2032                 dialog enabled.
2033
2034 2007-05-30 [colin]      2.9.2cvs17
2035
2036         * src/crash.c
2037                 Ask for backtrace on all threads. Patch by
2038                 Pawel
2039         * src/folderview.c
2040                 Fix stale news statusbar when scanning fails.
2041                 Patch by Pawel
2042         * src/ldapupdate.c
2043                 Fix some LDAP write updates bugs. Patch
2044                 by Michael Rasmussen
2045
2046 2007-05-29 [colin]      2.9.2cvs16
2047
2048         * src/imap.c
2049                 Fix loss of local flags when moving mails
2050                 on IMAP in high-bandwidth mode (UID FETCH)
2051
2052 2007-05-25 [paul]       2.9.2cvs15
2053
2054         * src/common/socket.c
2055                 fix sometimes crasher on cancelling
2056                 message sending
2057
2058 2007-05-25 [colin]      2.9.2cvs14
2059
2060         * src/imap.c
2061                 Fix a memory leak
2062         * src/imap_gtk.c
2063                 Be more helpful in the subscription
2064                 message
2065
2066 2007-05-23 [wwp]        2.9.2cvs13
2067
2068         * src/compose.c
2069         * src/prefs_compose_writing.c
2070         * src/prefs_quote.c
2071         * src/prefs_template.c
2072         * src/prefs_template.h
2073         * src/quote_fmt.c
2074         * src/quote_fmt.h
2075         * src/quote_fmt_lex.l
2076         * src/quote_fmt_parse.y
2077                 Introduced new syntax elements (symbols and commands)
2078                 in templates/quote_fmt. Compatibility w/ old
2079                 symbols is kept.
2080                 Updated and reworked the corresponding Information
2081                 dialog.
2082                 Display the line number in dialogs that talk about
2083                 parser errors (in addition to the error message in
2084                 output).
2085
2086 2007-05-23 [wwp]        2.9.2cvs12
2087
2088         * src/quote_fmt_parse.y
2089                 Fix 2.9.2cvs11, probably a paste accident ;).
2090
2091 2007-05-23 [wwp]        2.9.2cvs11
2092
2093         * src/compose.c
2094         * src/prefs_template.c
2095         * src/quote_fmt.h
2096         * src/quote_fmt_parse.y
2097                 Fix 2.9.2cvs10, which broke --disable-aspell.
2098
2099 2007-05-22 [wwp]        2.9.2cvs10
2100
2101         * src/compose.c
2102         * src/prefs_template.c
2103         * src/quote_fmt.c
2104         * src/quote_fmt.h
2105         * src/quote_fmt_lex.l
2106         * src/quote_fmt_parse.y
2107         * src/gtk/gtkaspell.c
2108         * src/gtk/gtkaspell.h
2109                 Added template/quote format syntactical elements
2110                 to show and query:
2111                         - current dictionary
2112                           %T to show (shows empty if not set or not enabled),
2113                           ?T and !T to check if the default dictionary is
2114                           enabled and set
2115                         - current account's default dictionary
2116                           %aT to show (empty if not set or not enabled),
2117                           ?aT and !aT to check if it's enabled and set
2118                         - name completion for an address, from the address
2119                           book
2120                           %ABf, %ABt, %ABc respectively show the full name got
2121                           from the address book if From, To or Cc match a single
2122                           contact.
2123                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2124                           matches any contact and if the full name is non-empty.
2125                           If From, To or Cc are lists of email addresses, only
2126                           the first address will be checked.
2127                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2128                 that could show a trailing ','.
2129                 Also, template/quote_fmt parser now shows the line number in case
2130                 of parser error.
2131
2132 2007-05-15 [colin]      2.9.2cvs9
2133
2134         * src/main.c
2135         * src/main.h
2136                 Add a public function to know whether Claws
2137                 crashed last time
2138                 Store opened folder when exiting
2139         * src/folder.c
2140         * src/folder.h
2141                 Store last opened message in each FolderItem;
2142                 Reset last seen messages if Claws crashed, so 
2143                 that one can't go in an infinite crash in case 
2144                 a particular mail crashes Claws.
2145         * src/messageview.c
2146         * src/prefs_common.c
2147         * src/prefs_common.h
2148         * src/summaryview.c
2149         * src/prefs_summaries.c
2150                 Add "Select last opened message" when entering
2151                 a folder
2152                 Add "Select last opened folder" at startup.
2153
2154 2007-05-14 [colin]      2.9.2cvs8
2155
2156         * manual/xml2pdf
2157                 Fix bashism, search for xml catalog 
2158                 in /usr/local/share/xml/catalog too
2159                 Patch by Pawel
2160
2161 2007-05-13 [wwp]        2.9.2cvs7
2162
2163         * src/gtk/logwindow.c
2164                 fix raising log windows when they are either minimized or
2165                 in background.
2166
2167 2007-05-11 [colin]      2.9.2cvs6
2168
2169         * src/gtk/filesel.c
2170                 Use Hildon's file chooser on Maemo. Patch
2171                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2172                 'File attachment "manipulation" bugs...'
2173
2174 2007-05-10 [wwp]        2.9.2cvs5
2175
2176         * src/prefs_common.c
2177         * src/prefs_common.h
2178         * src/gtk/quicksearch.c
2179                 Add a quicksearch option to automatically run
2180                 a search selected from the history (this option
2181                 is exclusive towards type-ahead).
2182
2183 2007-05-10 [colin]      2.9.2cvs4
2184
2185         * src/imap.c
2186                 Fix g_warnings, thanks to Brian
2187                 Morrison
2188
2189 2007-05-09 [colin]      2.9.2cvs3
2190
2191         * src/crash.c
2192         * src/exporthtml.c
2193         * src/mbox.c
2194         * src/prefs_summaries.c
2195         * src/procheader.c
2196         * src/common/log.c
2197         * src/common/utils.c
2198         * src/gtk/gtksourceprintjob.c
2199         * src/gtk/sslcertwindow.c
2200                 Use the re-entrant variant of time functions
2201                 Probably fixes bug 1217, 'reentrancy problems 
2202                 with time functions'
2203
2204 2007-05-09 [colin]      2.9.2cvs2
2205
2206         * src/imap.c
2207                 Fix crasher when reconnection fails
2208
2209 2007-05-08 [paul]       2.9.2cvs1
2210
2211         * NEWS
2212         * README
2213         * RELEASE_NOTES
2214         * configure.ac
2215                 bump version number following
2216                 stable release
2217
2218 2007-05-08 [paul]       2.9.1cvs48
2219
2220         * src/plugins/demo/demo.c
2221         * src/plugins/dillo_viewer/dillo_prefs.c
2222         * src/plugins/dillo_viewer/dillo_prefs.h
2223         * src/plugins/dillo_viewer/dillo_viewer.c
2224         * src/plugins/pgpcore/pgp_viewer.c
2225         * src/plugins/pgpcore/pgp_viewer.h
2226         * src/plugins/pgpcore/plugin.c
2227         * src/plugins/pgpcore/prefs_gpg.c
2228         * src/plugins/pgpcore/prefs_gpg.h
2229         * src/plugins/pgpcore/sgpgme.c
2230         * src/plugins/pgpcore/sgpgme.h
2231         * src/plugins/pgpinline/plugin.c
2232         * src/plugins/pgpmime/pgpmime.c
2233         * src/plugins/pgpmime/pgpmime.h
2234         * src/plugins/pgpmime/plugin.c
2235         * src/plugins/spamassassin/spamassassin.c
2236         * src/plugins/spamassassin/spamassassin.h
2237         * src/plugins/spamassassin/spamassassin_gtk.c
2238         * src/plugins/trayicon/README
2239         * tools/README
2240         * tools/README.sylprint
2241         * tools/outlook2claws-mail.pl
2242         * tools/sylprint.pl
2243         * tools/tb2claws-mail
2244         * tools/tbird2claws.py
2245         * tools/update-po
2246         * tools/vcard2xml.py
2247         * tools/kdeservicemenu/README
2248                 cleanups and corrections
2249
2250 2007-05-06 [wwp]        2.9.1cvs47
2251
2252         * tools/uudec
2253                 Fix missing dash to `display` command-line, reported
2254                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2255
2256 2007-05-06 [colin]      2.9.1cvs46
2257
2258         * src/Makefile.am
2259         * src/stock_pixmap.c
2260         * src/stock_pixmap.h
2261         * src/pixmaps/printer.xpm
2262                 Add a printer icon
2263
2264 2007-05-06 [paul]       2.9.1cvs45
2265
2266         * src/compose.c
2267         * src/ldapquery.c
2268         * src/privacy.h
2269         * src/summary_search.c
2270         * src/summaryview.c
2271                 fix build warnings
2272
2273 2007-05-05 [wwp]        2.9.1cvs44
2274
2275         * src/messageview.c
2276         * src/mh.c
2277         * src/prefs_actions.c
2278         * src/prefs_gtk.c
2279         * src/summaryview.c
2280         * src/common/xml.c
2281                 Fix "faild" typos everywhere and capitalization of
2282                 some g_warnings.
2283
2284 2007-05-04 [colin]      2.9.1cvs43
2285
2286         * src/compose.c
2287         * src/privacy.c
2288         * src/privacy.h
2289         * src/plugins/pgpcore/prefs_gpg.c
2290         * src/plugins/pgpcore/prefs_gpg.h
2291         * src/plugins/pgpinline/pgpinline.c
2292         * src/plugins/pgpmime/pgpmime.c
2293                 Add an API to warn about encryption limits,
2294                 and allow to disable these warnings
2295
2296 2007-05-03 [colin]      2.9.1cvs42
2297
2298         * src/summaryview.c
2299         * src/mainwindow.c
2300                 Fix bug 1213, 'Delete more than 
2301                 one thread at once'
2302
2303 2007-05-03 [wwp]        2.9.1cvs41
2304
2305         * src/prefs_common.c
2306         * src/prefs_filtering.c
2307         * src/prefs_template.c
2308         * src/common/template.c
2309         * src/common/template.h
2310         * src/gtk/gtkutils.c
2311         * src/gtk/gtkutils.h
2312                 Templates are no longer automatically sorted
2313                 by name, but can be sorted manually using
2314                 |< < > >| buttons as well as drag'n'drop.
2315
2316 2007-05-03 [wwp]        2.9.1cvs40
2317
2318         * src/plugins/spamassassin/spamassassin.c
2319         * src/plugins/spamassassin/spamassassin.h
2320         * src/plugins/spamassassin/spamassassin_gtk.c
2321         * src/plugins/bogofilter/bogofilter.c
2322         * src/plugins/bogofilter/bogofilter.h
2323         * src/plugins/bogofilter/bogofilter_gtk.c
2324                 Added an option to conditionally mark saved spam
2325                 as read (default is and was to do so).
2326                 Satisfies feature request 1708539 on sf.net tracker.
2327
2328 2007-05-03 [colin]      2.9.1cvs39
2329
2330         * src/inc.c
2331                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2332
2333 2007-05-02 [colin]      2.9.1cvs38
2334
2335         * src/textview.c
2336                 Fix bug 1209, 'Clicking on address 
2337                 in header (mailto uri) selects 
2338                 default account'. Patch adapted from
2339                 G.P. Halkes' patch.
2340
2341 2007-05-02 [colin]      2.9.1cvs37
2342
2343         * src/grouplistdialog.c
2344                 Set cursor to wait cursor while loading
2345                 groups.
2346
2347 2007-05-02 [paul]       2.9.1cvs36
2348
2349         * src/folder.c
2350         * src/common/defs.h
2351                 rename cache and mark files
2352                 (data is preserved)
2353
2354 2007-04-30 [paul]       2.9.1cvs35
2355
2356         * manual/glossary.xml
2357         * manual/plugins.xml
2358                 updates. Patch by Ricardo
2359
2360 2007-04-29 [wwp]        2.9.1cvs34
2361
2362         * src/mainwindow.c
2363         * configure.ac
2364                 Fix few grammatical errors (patch by David Relson < relson at
2365                 osagesoftware dot com >).
2366
2367 2007-04-28 [colin]      2.9.1cvs33
2368
2369         * src/account.c
2370         * src/pop.c
2371         * src/prefs_account.c
2372         * src/prefs_account.h
2373                 Drop the "Download all" preference. It's
2374                 stupidly useless and confuses people from
2375                 time to time.
2376
2377 2007-04-27 [wwp]        2.9.1cvs32
2378
2379         * src/account.c
2380         * src/prefs_account.c
2381         * src/prefs_account.h
2382                 Don't reflect accounts changes to the mainwindow when it's
2383                 not necessary.
2384
2385 2007-04-27 [colin]      2.9.1cvs31
2386
2387         * src/folder.c
2388                 Freeze/thaw when sync'ing flags
2389         * src/imap.c
2390         * src/prefs_account.c
2391         * src/prefs_account.h
2392         * src/etpan/imap-thread.c
2393         * src/etpan/imap-thread.h
2394                 Add a way to use UID FETCH instead
2395                 of searches to fetch message lists
2396                 and flags. More expensive towards
2397                 bandwidth, less expensive towards
2398                 server's CPU. Probably fixes 
2399                 bug 1158, 'Scanning new folders on 
2400                 Exchange 2007 extremely slow'.
2401                 Patch 95% by Hoa.
2402
2403 2007-04-27 [paul]       2.9.1cvs30
2404
2405         * src/mainwindow.c
2406         * src/prefs_logging.c
2407                 improvements to english usage
2408
2409 2007-04-27 [colin]      2.9.1cvs29
2410
2411         * src/imap.c
2412                 Fix build without libetpan (my bad!)
2413
2414 2007-04-26 [colin]      2.9.1cvs28
2415
2416         * src/imap.c
2417         * src/imap.h
2418                 Fix uselessly exported function
2419         * src/textview.c
2420                 Consider "- -- \n" as signature separator
2421                 (that's what signature separators look like
2422                  in PGP/Inline signed mails)
2423
2424 2007-04-26 [colin]      2.9.1cvs27
2425
2426         * configure.ac
2427                 libetpan-0.49 is now required
2428         * src/procmime.c
2429                 Fix double fetching of mails if
2430                 first try failed
2431         * src/imap.c
2432                 Make offline sync faster, by
2433                 remembering last change time, and
2434                 last sync time.
2435
2436 2007-04-26 [hoa]        2.9.1cvs26
2437
2438         * src/imap.c
2439         * src/imap.h
2440         * src/mainwindow.c
2441         * src/toolbar.c
2442         * src/etpan/imap-thread.c
2443         * src/etpan/imap-thread.h
2444                 cancellation of IMAP operations is now allowed.
2445                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2446
2447 2007-04-26 [colin]      2.9.1cvs25
2448
2449         * src/folder.c
2450                 Always fetch body+headers in folders that are
2451                 synched for offline use, if "Synchronise as
2452                 soon as possible" is set.
2453                 Fixes bug 1200, 'Add option to always retrieve full 
2454                 messages'
2455
2456 2007-04-25 [colin]      2.9.1cvs24
2457
2458         * src/compose.c
2459                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2460                 persists...'
2461
2462 2007-04-24 [colin]      2.9.1cvs23
2463
2464         * src/folderview.c
2465                 Fix bug 1195, 'Hardware key navigation' 
2466                 Make GDK_Enter toggle expansion (Maemo)
2467
2468 2007-04-24 [wwp]        2.9.1cvs22
2469
2470         * src/compose.c
2471                 Fix few compiler warnings.
2472
2473 2007-04-24 [paul]       2.9.1cvs21
2474
2475         * src/Makefile.am
2476         * src/stock_pixmap.c
2477         * src/stock_pixmap.h
2478                 complete last commit
2479
2480 2007-04-24 [paul]       2.9.1cvs20
2481
2482         * src/gtk/about.c
2483         * src/pixmaps/active.xpm
2484         * src/pixmaps/checkbox_off.xpm
2485         * src/pixmaps/checkbox_on.xpm
2486         * src/pixmaps/inactive.xpm
2487                 kick out the blobs
2488                 remove transparent border from checkbox icons
2489
2490 2007-04-24 [wwp]        2.9.1cvs19
2491
2492         * src/textview.c
2493         * src/textview.h
2494                 Fix a crash in textview, thanks to Colin.
2495
2496 2007-04-23 [wwp]        2.9.1cvs18
2497
2498         * src/prefs_common.c
2499                 Fix 2.9.1cvs5: no header was being translated at all.
2500
2501 2007-04-23 [colin]      2.9.1cvs17
2502
2503         * src/Makefile.am
2504         * src/stock_pixmap.c
2505         * src/stock_pixmap.h
2506         * src/summaryview.c
2507         * src/summaryview.h
2508         * src/gtk/gtksctree.c
2509         * src/gtk/gtksctree.h
2510         * src/pixmaps/selection.xpm
2511                 Fix bug 1193, 'Need a way to multi-select
2512                 items'. Add a toggle button to the summaryview
2513                 to switch between normal and multiple selection
2514                 (Maemo)
2515
2516 2007-04-23 [colin]      2.9.1cvs16
2517
2518         * src/Makefile.am
2519         * src/stock_pixmap.c
2520         * src/stock_pixmap.h
2521         * src/summaryview.c
2522         * src/summaryview.h
2523         * src/gtk/gtksctree.c
2524         * src/gtk/gtksctree.h
2525         * src/pixmaps/selection.xpm
2526                 Fix bug 1193, 'Need a way to multi-
2527                 select items'
2528                 Add a toggle button in the summaryview
2529                 to enable normal or multiple selection.
2530                 (Maemo)
2531
2532 2007-04-23 [colin]      2.9.1cvs15
2533
2534         * src/compose.c
2535                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2536
2537 2007-04-21 [colin]      2.9.1cvs14
2538
2539         * src/gtk/quicksearch.c
2540                 Fix previous commit (actually use correct
2541                 parameter)
2542
2543 2007-04-21 [colin]      2.9.1cvs13
2544
2545         * src/gtk/quicksearch.c
2546                 Fix changing quicksearch type (after Esc,
2547                 after changing Recursive, ...)
2548
2549 2007-04-20 [wwp]        2.9.1cvs12
2550
2551         * src/gtk/Makefile.am
2552                 Added headers.h (completes 2.9.1cvs5).
2553
2554 2007-04-20 [wwp]        2.9.1cvs11
2555
2556         * src/addressbook.c
2557                 Fix the use of display name in name column,
2558                 it has been overriden w/ the use of nickname
2559                 by 2.9.0cvs3. Now nickname is used (if any)
2560                 in case of LDAP books only.
2561
2562 2007-04-20 [colin]      2.9.1cvs10
2563
2564         * src/mimeview.c
2565         * src/summaryview.c
2566         * src/textview.c
2567                 Add handling of 'a' to loop in a mail's
2568                 mimeparts
2569
2570 2007-04-20 [colin]      2.9.1cvs9
2571
2572         * src/toolbar.c
2573                 Fix bug 1190, 'dir_open' button doesn't work'
2574                 (Maemo)
2575
2576 2007-04-20 [colin]      2.9.1cvs8
2577
2578         * src/folderview.c
2579         * src/mainwindow.c
2580                 Fix bug 1194, 'Hardware keys move from email 
2581                 list to account/directory list, but not back 
2582                 to email list...' (Maemo)
2583
2584 2007-04-20 [colin]      2.9.1cvs7
2585
2586         * src/compose.h
2587                 complete previous commit
2588
2589 2007-04-20 [colin]      2.9.1cvs6
2590
2591         * src/compose.c
2592                 Fix bug 1187, 'Reply-to addressee disappears 
2593                 when reply-to text box is clicked...' (Maemo)
2594
2595 2007-04-20 [wwp]        2.9.1cvs5
2596
2597         * po/POTFILES.in
2598         * src/addressbook.c
2599         * src/compose.c
2600         * src/filtering.c
2601         * src/headerview.c
2602         * src/matcher.c
2603         * src/prefs_common.c
2604         * src/prefs_common.h
2605         * src/prefs_display_header.c
2606         * src/prefs_matcher.c
2607         * src/summaryview.c
2608         * src/gtk/headers.h
2609         * src/gtk/quicksearch.c
2610                 Translate more header names according to the relevant option value,
2611                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2612                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2613                 to prefs_common_translated_header_name().
2614                 Added a headers.h reference file that contains known header names
2615                 (RFC2822 and others) to the translation process' input, so that
2616                 translated header names will still exist even if no occurrence of
2617                 _("headername") is found anymore in the sources.
2618                 Don't translate column name 'Number' following to trans_hdr option
2619                 value as it's not a header name.
2620
2621 2007-04-20 [colin]      2.9.1cvs4
2622
2623         * src/gtk/quicksearch.c
2624         * src/gtk/quicksearch.h
2625                 Add "From, To or Subject" quicksearch
2626                 type. Patch by ulfschaper@users.sf.net
2627
2628 2007-04-20 [colin]      2.9.1cvs3
2629
2630         * src/matcher.c
2631                 Implement proper references filtering condition.
2632                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2633
2634 2007-04-19 [wwp]        2.9.1cvs2
2635
2636         * src/prefs_display_header.c
2637         * src/message_search.c
2638                 Fix few warnings (g_free of const gchar*).
2639
2640 2007-04-19 [paul]       2.9.1cvs1
2641
2642         * NEWS
2643         * README
2644         * RELEASE_NOTES
2645         * configure.ac
2646                 bump version number following
2647                 stable release
2648
2649 2007-04-19 [paul]       2.9.0cvs9
2650
2651         * manual/advanced.xml
2652         * manual/glossary.xml
2653                 fix typos
2654
2655 2007-04-18 [paul]       2.9.0cvs8
2656
2657         * src/pop.c
2658                 fix for CVE-2007-1558 (APOP)
2659                 Thanks to Colin
2660
2661 2007-04-18 [paul]       2.9.0cvs7
2662
2663         * src/messageview.c
2664         * src/mimeview.c
2665         * src/summaryview.c
2666         * src/gtk/filesel.c
2667                 Fix encoding woes wrt saving of
2668                 mails and parts
2669                 Thanks to Colin
2670
2671 2007-04-18 [colin]      2.9.0cvs6
2672
2673         * src/gtk/pluginwindow.c
2674                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2675
2676 2007-04-17 [wwp]        2.9.0cvs5
2677
2678         * src/addressadd.c
2679         * src/addressbook.c
2680         * src/addrindex.c
2681         * src/ldapupdate.c
2682                 Fix --disable-ldap build,
2683                 fix some LDAP annoyances on 
2684                 searches, thanks to Colin.
2685
2686 2007-04-17 [wwp]        2.9.0cvs4
2687
2688         * src/ldapupdate.c
2689                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2690                 like gcc 2.9x. Thanks to Colin.
2691
2692 2007-04-17 [wwp]        2.9.0cvs3
2693
2694         * src/Makefile.am
2695         * src/addressadd.c
2696         * src/addressbook.c
2697         * src/addrindex.c
2698         * src/addritem.c
2699         * src/addritem.h
2700         * src/editaddress.c
2701         * src/ldapctrl.c
2702         * src/ldapctrl.h
2703         * src/ldapquery.c
2704         * src/ldapserver.c
2705         * src/ldapserver.h
2706         * src/ldapupdate.c
2707         * src/ldapupdate.h
2708                 Add LDAP write support. Patch mostly by 
2709                 Michael <mir at datanom dot net>
2710
2711 2007-04-17 [wwp]        2.9.0cvs2
2712
2713         * src/compose.c
2714                 Prepend "Add to address book" to the context menu of compose window's sender and
2715                 recipient fields.
2716
2717 2007-04-16 [paul]       2.9.0cvs1
2718
2719         * src/gtk/authors.h
2720                 add Pader Rezso
2721
2722 2007-04-16 [paul]       2.9.0
2723
2724         * NEWS
2725         * README
2726         * RELEASE_NOTES
2727                 2.9.0 released
2728
2729 2007-04-16 [paul]       2.8.1cvs102
2730
2731         * po/fr.po
2732                 updated by Fabien Vantard
2733
2734 2007-04-16 [paul]       2.8.1cvs101
2735
2736         * po/ca.po
2737         * po/cs.po
2738         * po/de.po
2739         * po/hu.po
2740         * po/pl.po
2741         * po/pt_BR.po
2742         * po/sr.po
2743         * po/zh_CN.po
2744                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2745                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2746                 Aleksandar Urosevic, and Ralgh Young
2747
2748 2007-04-15 [mones]      2.8.1cvs100
2749
2750         * po/es.po
2751                 Updated for release
2752
2753 2007-04-14 [colin]      2.8.1cvs99
2754
2755         * src/message_search.c
2756         * src/prefs_display_header.c
2757         * src/summary_search.c
2758         * src/gtk/combobox.c
2759                 Fix allocations
2760
2761 2007-04-14 [wwp]        2.8.1cvs98
2762
2763         * src/gtk/combobox.c
2764         * src/message_search.c
2765         * src/summary_search.c
2766         * src/prefs_display_header.c
2767                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2768                 returns NULL, get the text value directly from the GtkEntry child.
2769
2770 2007-04-13 [colin]      2.8.1cvs97
2771
2772         * src/gtk/quicksearch.c
2773                 Give the focus back to summaryview when
2774                 emptying the quicksearch with Esc
2775
2776 2007-04-13 [colin]      2.8.1cvs96
2777
2778         * src/message_search.c
2779         * src/prefs_display_header.c
2780         * src/summary_search.c
2781                 Fix possibles crashes when getting text
2782                 from gtk combos
2783
2784 2007-04-13 [colin]      2.8.1cvs95
2785
2786         * src/pop.c
2787                 Add some UIDL debugging
2788
2789 2007-04-12 [colin]      2.8.1cvs94
2790
2791         * src/folder.c
2792                 Force folder scan if necessary after
2793                 copying mails, to be able to reapply
2794                 flags.
2795
2796 2007-04-11 [colin]      2.8.1cvs93
2797
2798         * src/main.c
2799                 don't scan for new mail on startup if --select
2800                 is specified (or race conditions arise). If so,
2801                 do both sequentially.
2802
2803 2007-04-09 [colin]      2.8.1cvs92
2804
2805         * src/common/defs.h
2806                 Use leafpad by default on Maemo. Patch
2807                 by Jean-Luc Biord.
2808
2809 2007-04-06 [colin]      2.8.1cvs91
2810
2811         * src/pixmaps/queue_close.xpm
2812         * src/pixmaps/queue_close_hrm.xpm
2813         * src/pixmaps/queue_close_hrm_mark.xpm
2814         * src/pixmaps/queue_close_mark.xpm
2815         * src/pixmaps/queue_open.xpm
2816         * src/pixmaps/queue_open_hrm.xpm
2817         * src/pixmaps/queue_open_hrm_mark.xpm
2818         * src/pixmaps/queue_open_mark.xpm
2819                 Move the clock one pixel down :)
2820
2821 2007-04-05 [colin]      2.8.1cvs90
2822
2823         * src/mainwindow.c
2824                 Don't sync when switching offline from
2825                 command line - it's usually too late :)
2826
2827 2007-04-05 [paul]       2.8.1cvs89
2828
2829         * src/Makefile.am
2830         * src/stock_pixmap.c
2831         * src/pixmaps/dir_close_hrm.xpm
2832         * src/pixmaps/dir_close_hrm_mark.xpm
2833         * src/pixmaps/drafts_close.xpm
2834         * src/pixmaps/drafts_close_mark.xpm
2835         * src/pixmaps/drafts_open.xpm
2836         * src/pixmaps/drafts_open_mark.xpm
2837         * src/pixmaps/inbox.xpm
2838         * src/pixmaps/inbox_close.xpm
2839         * src/pixmaps/inbox_close_hrm.xpm
2840         * src/pixmaps/inbox_close_hrm_mark.xpm
2841         * src/pixmaps/inbox_close_mark.xpm
2842         * src/pixmaps/inbox_hrm.xpm
2843         * src/pixmaps/inbox_hrm_mark.xpm
2844         * src/pixmaps/inbox_mark.xpm
2845         * src/pixmaps/inbox_open.xpm
2846         * src/pixmaps/inbox_open_hrm.xpm
2847         * src/pixmaps/inbox_open_hrm_mark.xpm
2848         * src/pixmaps/inbox_open_mark.xpm
2849         * src/pixmaps/outbox.xpm
2850         * src/pixmaps/outbox_close.xpm
2851         * src/pixmaps/outbox_close_hrm.xpm
2852         * src/pixmaps/outbox_close_hrm_mark.xpm
2853         * src/pixmaps/outbox_close_mark.xpm
2854         * src/pixmaps/outbox_hrm.xpm
2855         * src/pixmaps/outbox_hrm_mark.xpm
2856         * src/pixmaps/outbox_mark.xpm
2857         * src/pixmaps/outbox_open.xpm
2858         * src/pixmaps/outbox_open_hrm.xpm
2859         * src/pixmaps/outbox_open_hrm_mark.xpm
2860         * src/pixmaps/outbox_open_mark.xpm
2861         * src/pixmaps/queue_close.xpm
2862         * src/pixmaps/queue_close_hrm.xpm
2863         * src/pixmaps/queue_close_hrm_mark.xpm
2864         * src/pixmaps/queue_close_mark.xpm
2865         * src/pixmaps/queue_open.xpm
2866         * src/pixmaps/queue_open_hrm.xpm
2867         * src/pixmaps/queue_open_hrm_mark.xpm
2868         * src/pixmaps/queue_open_mark.xpm
2869                 updated, added and replaced icons
2870                 Icons by Colin
2871
2872 2007-04-04 [colin]      2.8.1cvs88
2873
2874         * src/imap.c
2875                 Fix build without libetpan
2876
2877 2007-04-03 [colin]      2.8.1cvs87
2878
2879         * src/imap.c
2880                 Fix crash with Citadel, and try to make
2881                 things work. this server (and specifically 
2882                 STATUS and APPEND at least) seems broken.
2883
2884 2007-04-03 [colin]      2.8.1cvs86
2885
2886         * src/folderview.c
2887                 Fix icons on folder close
2888
2889 2007-04-03 [colin]      2.8.1cvs85
2890
2891         * src/inc.c
2892                 Fix double-ask of offline override in
2893                 certain cases
2894         * src/imap.c
2895         * src/imap.h
2896         * src/imap_gtk.c
2897                 Much more efficient way to synchronise
2898                 for offline use
2899         * src/etpan/imap-thread.c
2900                 Fix possible segs
2901         * src/folder.c
2902         * src/gtk/quicksearch.c
2903                 Fix some GUI lags
2904
2905 2007-04-03 [paul]       2.8.1cvs84
2906
2907         * src/filtering.c
2908         * src/folder.c
2909         * src/folder.h
2910         * src/prefs_common.c
2911         * src/prefs_common.h
2912         * src/prefs_other.c
2913                 Fix sync being done too late
2914                 Thanks to Colin
2915
2916 2007-04-02 [colin]      2.8.1cvs83
2917
2918         * src/summaryview.c
2919                 Maemo: Put status and quicksearch at the top
2920         * src/plugins/bogofilter/bogofilter.c
2921         * src/plugins/spamassassin/spamassassin.c
2922                 Derive trash from inbox if possible
2923
2924 2007-04-02 [paul]       2.8.1cvs82
2925
2926         * src/plugins/bogofilter/bogofilter_gtk.c
2927                 a few English changes
2928
2929 2007-04-02 [paul]
2930
2931         2.9.0-rc1 released
2932
2933 2007-04-02 [colin]      2.8.1cvs81
2934
2935         * src/image_viewer.c
2936                 Fix transparent images by using
2937                 GtkImage
2938         * src/messageview.c
2939                 Flush events (on new windows) to avoid
2940                 having the textview's image resize fail
2941                 to know the available width
2942
2943 2007-04-01 [colin]      2.8.1cvs80
2944
2945         * src/prefs_account.c
2946                 If no MH mailbox exist, when creating a POP/Local
2947                 account, just create and use the default one 
2948                 instead of bailing with a "Mailbox doesn't exist"
2949                 error
2950
2951 2007-03-31 [colin]      2.8.1cvs79
2952
2953         * src/prefs_account.c
2954                 Create signature file if it doesn't exist
2955                 before editing
2956         * src/prefs_toolbar.c
2957                 Maemo: Move "Use default" on the left so
2958                 that people can find it
2959         * src/common/defs.h
2960                 Maemo: make default editor "Maemopad", 
2961                 default signature file "MyDocs/signature.txt"
2962
2963 2007-03-31 [colin]      2.8.1cvs78
2964
2965         * src/prefs_account.c
2966                 Maemo: rework account prefs so
2967                 that less horizontal scrolling
2968                 is required
2969
2970 2007-03-31 [colin]      2.8.1cvs77
2971
2972         * src/folderview.c
2973         * src/prefs_common.c
2974         * src/prefs_common.h
2975                 Fix bug 1167, 'Allow not displaying zeros 
2976                 in folder list'. Patch by MartinP
2977
2978 2007-03-31 [colin]      2.8.1cvs76
2979
2980         * AUTHORS
2981                 Add Jean-Luc Biord
2982
2983 2007-03-31 [colin]      2.8.1cvs75
2984
2985         * src/imap.c
2986                 Apply patch from bug 1172, direct
2987                 access to the folder's session instead
2988                 of using getter. Patch by MartinP
2989
2990 2007-03-31 [paul]       2.8.1cvs74
2991
2992         * src/gtk/authors.h
2993                 no need to list Fabien twice!
2994
2995 2007-03-31 [colin]      2.8.1cvs73
2996
2997         * src/inc.c
2998                 If we're currently "overriding for %d minutes",
2999                 don't ask
3000
3001 2007-03-31 [colin]      2.8.1cvs72
3002
3003         * src/compose.c
3004         * src/imap.c
3005         * src/inc.c
3006         * src/inc.h
3007         * src/messageview.c
3008         * src/news.c
3009         * src/plugins/spamassassin/spamassassin.c
3010                 Offline override: Add a parameter to allow
3011                 asking even if the override timer is running.
3012                 Allows to ask every time the user makes an
3013                 explicit action needing online access (such
3014                 as Get Mail), and not when the action is 
3015                 implicit (such as opening an IMAP folder)
3016
3017 2007-03-31 [colin]      2.8.1cvs71
3018
3019         * src/inc.c
3020                 Override offline: "No" answer shouldn't
3021                 re-ask after 3 seconds, but 10 minutes. 
3022
3023 2007-03-30 [colin]      2.8.1cvs70
3024
3025         * src/common/socket.c
3026                 Better error reporting on unix socket
3027                 failure (bind usually)
3028         * src/gtk/gtkutils.c
3029         * src/gtk/gtkutils.h
3030                 Label window: add a pulsing progress
3031                 bar to show we're not hung :)
3032         * src/folderview.c
3033         * src/main.c
3034         * src/plugins/pgpcore/sgpgme.c
3035                 Update API
3036
3037 2007-03-30 [colin]      2.8.1cvs69
3038
3039         * src/pop.c
3040         * src/prefs_common.c
3041                 Fix possible trashing of history and uidl
3042                 files on disk full problems
3043
3044 2007-03-30 [paul]       2.8.1cvs68
3045
3046         * src/mainwindow.c
3047         * src/summaryview.c
3048         * src/summaryview.h
3049                 update summary when changing layout type
3050                 (fixes wrong folder icon being displayed)
3051                 Thanks to Colin
3052
3053 2007-03-29 [colin]      2.8.1cvs67
3054
3055         * src/prefs_ext_prog.c
3056                 The browser pref is irrelevant on Maemo
3057
3058 2007-03-29 [colin]      2.8.1cvs66
3059
3060         * src/compose.c
3061         * src/compose.h
3062                 Maemo: dynamically switch headers/text position
3063         * src/prefs_common.c
3064                 Maemo: hide compose's ruler by default
3065         * src/common/socket.c
3066         * src/common/socket.h
3067                 Fix build warning
3068
3069 2007-03-29 [colin]      2.8.1cvs65
3070
3071         * src/common/socket.c
3072         * src/common/socket.h
3073                 Fix build when MAEMO_CFLAGS contains
3074                 _X_OPENSOURCE (resolv.h errors as long
3075                 as we don't add _BSD_SOURCE. Ugly).
3076
3077 2007-03-29 [wwp]        2.8.1cvs64
3078
3079         * src/prefs_logging.c
3080                 Fix sensitivity of clip-log widgets in prefs/logging,
3081                 thanks to Fabien.
3082
3083 2007-03-29 [wwp]        2.8.1cvs63
3084
3085         * po/POTFILES.in
3086                 Updated files list for translations, thanks to Fabien.
3087
3088 2007-03-29 [colin]      2.8.1cvs62
3089
3090         * src/main.c
3091         * src/common/Makefile.am
3092         * src/common/utils.c
3093                 Maybe make URI opening work in Maemo
3094                 Requires testing :)
3095
3096 2007-03-28 [colin]      2.8.1cvs61
3097
3098         * src/folder.c
3099         * src/folder.h
3100         * src/folderview.c
3101                 Add the possibility to sort folders arbitrarily
3102                 (via editing of folderlist.xml only). Patch by
3103                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3104                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3105                 be changed by the user'
3106
3107 2007-03-28 [colin]      2.8.1cvs60
3108
3109         * src/mimeview.c
3110                 Add popup menu for mime icons
3111
3112 2007-03-28 [colin]      2.8.1cvs59
3113
3114         * src/mainwindow.c
3115                 Fix a layout issue when presenting
3116                 mainwindow in Small screen layout
3117         * src/toolbar.c
3118         * src/toolbar.h
3119                 Add a "Go to folder list" button for
3120                 mainwindow, and make it default in
3121                 the Maemo build
3122
3123 2007-03-28 [colin]      2.8.1cvs58
3124
3125         * src/compose.c
3126                 Don't dynamically update title on Maemo
3127                 Patch by Jean-Luc Biord
3128
3129 2007-03-27 [colin]      2.8.1cvs57
3130
3131         * src/compose.c
3132         * src/folderview.c
3133         * src/summaryview.c
3134                 Enable tap-and-hold on Maemo
3135
3136 2007-03-26 [colin]      2.8.1cvs56
3137
3138         * src/compose.c
3139                 More popup-menu (in attachments list)
3140
3141 2007-03-26 [colin]      2.8.1cvs55
3142
3143         * src/compose.c
3144                 Enable popup-menu signal
3145
3146 2007-03-26 [colin]      2.8.1cvs54
3147
3148         * src/plugins/pgpinline/pgpinline.c
3149                 Fix bug 1111, 'PGP/inline plugin hides text 
3150                 around encrypted text block'. Patch based on
3151                 a patch from Michal Cihar.
3152
3153 2007-03-26 [wwp]        2.8.1cvs53
3154
3155         * src/procmsg.c
3156                 Fix getting a false error when sending queued message
3157                 whereas the sending was fine (if there are subfolders
3158                 in the queue folder), thanks to Colin.
3159
3160 2007-03-26 [paul]       2.8.1cvs52
3161
3162         * src/wizard.c
3163                 update FACE header in welcome message
3164
3165 2007-03-25 [colin]      2.8.1cvs51
3166
3167         * src/Makefile.am
3168                 Fix make dist
3169
3170 2007-03-25 [colin]      2.8.1cvs50
3171
3172         * src/main.c
3173                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3174
3175 2007-03-24 [colin]      2.8.1cvs49
3176
3177         * src/main.c
3178                 Fix a few launch problems on Maemo
3179                 Patch by Jean-Luc Biord
3180
3181 2007-03-24 [wwp]        2.8.1cvs48
3182
3183         * src/alertpanel.c
3184         * src/alertpanel.h
3185         * src/messageview.c
3186         * src/summaryview.c
3187                 Fix wrong action performed when closing the
3188                 "ask about account specific filtering rules
3189                 when filtering manually" dialog by pressing Escape.
3190                 Fix wrong order of buttons in the "return receipt
3191                 notification - the message was sent to several of
3192                 your accounts" dialog.
3193
3194 2007-03-24 [paul]       2.8.1cvs47
3195
3196         * src/folderview.c
3197                 an improvement to English usage
3198         * tools/kdeservicemenu/README
3199                 updated Claws url
3200
3201 2007-03-24 [paul]       2.8.1cvs46
3202
3203         * src/Makefile.am
3204         * src/stock_pixmap.c
3205         * src/pixmaps/edit_extern.xpm
3206         * src/pixmaps/mail_sign.xpm
3207                 rescue long lost icons
3208
3209 2007-03-24 [paul]       2.8.1cvs45
3210
3211         * src/toolbar.c
3212                 fix toolbar (broken in 2.8.1cvs42)
3213
3214 2007-03-23 [colin]      2.8.1cvs44
3215
3216         * src/imap.c
3217                 Correctly unsubscribe/resubscribe after
3218                 RENAME
3219
3220 2007-03-23 [colin]      2.8.1cvs43
3221
3222         * src/prefs_common.c
3223                 Maemo: as the platform is light on RAM, allow
3224                 caches to be discarded faster.
3225
3226 2007-03-23 [colin]      2.8.1cvs42
3227
3228         * src/Makefile.am
3229         * src/compose.c
3230         * src/compose.h
3231         * src/stock_pixmap.c
3232         * src/stock_pixmap.h
3233         * src/summaryview.c
3234         * src/summaryview.h
3235         * src/toolbar.c
3236         * src/toolbar.h
3237         * src/pixmaps/open_mail.xpm
3238                 Maemo changes: Add the possibility to have
3239                 "Open Email" and "Close Window" buttons on 
3240                 toolbars (and use them in Maemo's default
3241                 toolbars)
3242
3243 2007-03-23 [wwp]        2.8.1cvs41
3244
3245         * src/action.c
3246                 Reverted that part of the action dialog closure logics, to
3247                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3248                 done later in a different way (or may not).
3249
3250 2007-03-22 [wwp]        2.8.1cvs40
3251
3252         * src/action.c
3253                 Fix sticky action dialog when got no output but action command
3254                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3255
3256 2007-03-22 [colin]      2.8.1cvs39
3257
3258         * src/prefs_filtering.c
3259         * src/gtk/combobox.h
3260                 Fix escaping account names in filtering prefs
3261
3262 2007-03-22 [colin]      2.8.1cvs38
3263
3264         * src/addrindex.c
3265         * src/ldapctrl.h
3266         * src/ldapquery.c
3267                 Add any attribute specified in LDAP servers'
3268                 Search attributes to the Other Attributes tab
3269                 of contacts; Add 'telephoneNumber' in the
3270                 default list.
3271
3272 2007-03-22 [colin]      2.8.1cvs37
3273
3274         * src/folderview.c
3275         * src/folderview.h
3276         * src/mainwindow.c
3277                 Try to prevent race conditions when
3278                 changing the folder list
3279         * src/summaryview.c
3280                 Fix possible red folder icon when
3281                 switching from Small screen layout
3282                 to any other
3283
3284 2007-03-22 [colin]      2.8.1cvs36
3285
3286         * src/mainwindow.c
3287         * src/mainwindow.h
3288         * src/summaryview.c
3289                 Rename "little screen" to "Small screen"
3290         * src/gtk/Makefile.am
3291         * src/common/utils.c
3292         * src/mh.c
3293                 Fix Maemo-related compilation problems
3294
3295 2007-03-21 [colin]      2.8.1cvs35
3296
3297         * configure.ac
3298                 Fix previous commit
3299         * claws-mail.desktop
3300                 Remove .png from the Icon, it's useless
3301
3302 2007-03-21 [colin]      2.8.1cvs34
3303
3304         * configure.ac
3305         * src/Makefile.am
3306                 Add the necessary lib checking for 
3307                 Maemo
3308
3309 2007-03-21 [colin]      2.8.1cvs33
3310
3311         * src/main.c
3312                 Fix unconditional "error happened" when
3313                 sending via command-line. "lol @ myself"
3314
3315 2007-03-21 [colin]      2.8.1cvs32
3316
3317         * claws-mail-40x40.png
3318         * claws-mail-26x26.png
3319         * src/account.c
3320         * src/addressbook.c
3321         * src/compose.c
3322         * src/folderview.c
3323         * src/folderview.h
3324         * src/main.c
3325         * src/mainwindow.c
3326         * src/mainwindow.h
3327         * src/messageview.c
3328         * src/prefs_account.c
3329         * src/prefs_common.c
3330         * src/summary_search.c
3331         * src/summaryview.c
3332         * src/summaryview.h
3333         * src/gtk/authors.h
3334         * src/gtk/gtkutils.c
3335         * src/gtk/gtkutils.h
3336         * src/gtk/logwindow.c
3337         * src/gtk/menu.c
3338         * src/gtk/prefswindow.c
3339                 Add Maemo port (patch mainly by Jean-Luc Biort)
3340                 Add a new 'Little screen' layout to help on such
3341                 platforms (patch by me)
3342                 Make some default preferences different (more
3343                 adapted) on Maemo (patch by me)
3344
3345 2007-03-21 [wwp]        2.8.1cvs31
3346
3347         * src/prefs_logging.c
3348         * src/prefs_logging.h
3349                 Fixed copyright header of newly added files.
3350
3351 2007-03-21 [wwp]        2.8.1cvs30
3352
3353         * src/Makefile.am
3354         * src/filtering.c
3355         * src/filtering.h
3356         * src/folder.c
3357         * src/folderview.c
3358         * src/imap.c
3359         * src/inc.c
3360         * src/main.c
3361         * src/mainwindow.c
3362         * src/mainwindow.h
3363         * src/matcher.c
3364         * src/messageview.c
3365         * src/news.c
3366         * src/pop.c
3367         * src/prefs_common.c
3368         * src/prefs_common.h
3369         * src/prefs_logging.c
3370         * src/prefs_logging.h
3371         * src/prefs_other.c
3372         * src/procmsg.c
3373         * src/send_message.c
3374         * src/summaryview.c
3375         * src/common/log.c
3376         * src/common/log.h
3377         * src/common/nntp.c
3378         * src/common/session.c
3379         * src/common/smtp.c
3380         * src/common/socket.c
3381         * src/etpan/imap-thread.c
3382         * src/gtk/logwindow.c
3383         * src/gtk/logwindow.h
3384         * src/plugins/bogofilter/bogofilter.c
3385         * src/plugins/spamassassin/spamassassin.c
3386                 Added debugging of filtering/processing rules.
3387                 The debug log is here 'Tools/Filtering debug window',
3388                 the options there 'Configuration/Preferences/Other/Logging',
3389                 and the log file is ~/.claws-mail/filtering.log.
3390                 Moved protocol log prefs to 'Other/Logging' as well.
3391                 To support such debugging feature, the existing log API has
3392                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3393                 this impacts many external modules (commits follow).
3394
3395 2007-03-21 [paul]       2.8.1cvs29
3396
3397         * src/etpan/Makefile.am
3398         * src/etpan/imap-thread.c
3399                 add missing #include
3400
3401 2007-03-21 [colin]      2.8.1cvs28
3402
3403         * src/procmime.c
3404                 Fix bug 1157, 'some broken messages confuse 
3405                 mime parser'. Make sure we can't have MimeInfos
3406                 with negative sizes.
3407
3408 2007-03-20 [colin]      2.8.1cvs27
3409
3410         * src/main.c
3411                 Fix missing \0 on buffer
3412
3413 2007-03-20 [colin]      2.8.1cvs26
3414
3415         * src/mh.c
3416                 Use make_dir_hier instead of make_dir 
3417                 to create the MH mailbox
3418
3419 2007-03-20 [colin]      2.8.1cvs25
3420
3421         * src/folder.c
3422         * src/folder.h
3423         * src/prefs_account.c
3424         * src/wizard.c
3425                 Fix default inbox weirdnesses (after wizard,
3426                 if path is Mail, mailbox identifier is #mh/Mailbox,
3427                 and when creating new accounts)
3428
3429 2007-03-20 [colin]      2.8.1cvs24
3430
3431         * src/account.c
3432                 Write folderlist after adding/deleting accounts
3433                 that have folders
3434
3435 2007-03-20 [colin]      2.8.1cvs23
3436
3437         * src/imap.c
3438         * src/remotefolder.h
3439                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3440                 selected while scanning prior to update'
3441
3442 2007-03-17 [paul]       2.8.1cvs22
3443
3444         * src/main.c
3445                 fix a typo, and be a little more verbose.
3446
3447 2007-03-17 [wwp]        2.8.1cvs21
3448
3449         * src/inc.c
3450                 Fix a compiler warning.
3451
3452 2007-03-16 [wwp]        2.8.1cvs20
3453
3454         * tools/Makefile.am
3455         * tools/README
3456                 Updated to deal w/ the new mairix.sh tool.
3457
3458 2007-03-16 [wwp]        2.8.1cvs19
3459
3460         * src/action.c
3461                 Fix logics issues around the action IO dialog:
3462                 - disable entry widget and exec button when
3463                   the exec button is clicked (don't wait for any
3464                   output line) - fix possible disabling/re-enabling/
3465                   re-disabling of those widgets
3466                 - raise an error if executing a %as{} action either
3467                   empty or invalid, instead of failing silently
3468                 - don't close the dialog if the abort button has been
3469                   clicked and if there was no output yet
3470                 - set focus to the abort button when the exec button
3471                   is clicked
3472                 - fix capitalization of a warning message
3473
3474 2007-03-16 [wwp]        2.8.1cvs18
3475
3476         * tools/mairix.sh
3477                 Added a wrapper to mairix to the tools folder.
3478
3479 2007-03-16 [colin]      2.8.1cvs17
3480
3481         * src/messageview.c
3482         * src/mimeview.h
3483                 Allow mimeviewer plugins to print
3484                 their stuff
3485
3486 2007-03-16 [colin]      2.8.1cvs16
3487
3488         * .cvsignore
3489                 Ignore *.patchset
3490
3491 2007-03-15 [colin]      2.8.1cvs15
3492
3493         * src/messageview.c
3494         * src/mimeview.h
3495                 Add a way for mimeviewer plugins to
3496                 implement body search
3497
3498 2007-03-15 [paul]       2.8.1cvs14
3499
3500         * src/prefs_spelling.c
3501                 fix English usage
3502
3503 2007-03-15 [paul]       2.8.1cvs13
3504
3505         * src/common/quoted-printable.c
3506                 fix decoding of quoted-printable parts
3507
3508 2007-03-14 [wwp]        2.8.1cvs12
3509
3510         * src/gtk/logwindow.h
3511                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3512
3513 2007-03-14 [wwp]        2.8.1cvs11
3514
3515         * src/gtk/logwindow.h
3516                 Complete 2.8.1cvs10.
3517
3518 2007-03-14 [colin]      2.8.1cvs10
3519
3520         * src/gtk/logwindow.c
3521                 Probably fix bug 1149, crash on logwindow
3522                 close - at the expense of performance once
3523                 logwin has been opened
3524
3525 2007-03-14 [colin]      2.8.1cvs9
3526
3527         * src/main.c
3528                 If claws-mail is running on another
3529                 display, warn instead of popping it up
3530                 on the other display
3531
3532 2007-03-12 [colin]      2.8.1cvs8
3533
3534         * src/wizard.c
3535                 Fix bug 1145, 'Setting a different name 
3536                 for the Mailbox name isn't reflected in 
3537                 default account settings'. Patch by wwp
3538
3539 2007-03-12 [colin]      2.8.1cvs7
3540
3541         * src/summaryview.c
3542                 Fix bug 1143, 'Add number of messages to be 
3543                 deleted to confirmation dialog'
3544
3545 2007-03-12 [wwp]        2.8.1cvs6
3546
3547         * src/folderview.c
3548         * src/prefs_common.c
3549         * src/prefs_common.h
3550         * src/prefs_summaries.c
3551                 Changed the option that displays unread messages count
3552                 next to the folder name in folder list: it is now
3553                 possible to either display nothing, display the
3554                 unread messages number only or the unread and total messages
3555                 numbers. The patch includes this extra feature as well
3556                 as some minor fixes by rewriting the algo in folderview.c.
3557                 Thanks to Paul for the original idea and implementation, plus
3558                 testing and proof-reading!
3559
3560 2007-03-09 [paul]       2.8.1cvs5
3561
3562         * tools/Makefile.am
3563         * tools/README
3564         * tools/claws-mail-compose-insert-files.pl
3565                 added a script which enables inserting files
3566                 into the message body of a new Claws Mail
3567                 Compose window from the command line. Additionally
3568                 To, Cc, Subject and files to attach to the message
3569                 can be specified.
3570
3571 2007-03-09 [wwp]        2.8.1cvs4
3572
3573         * src/addr_compl.c
3574         * src/addr_compl.h
3575         * src/filtering.c
3576                 Optimize matching of addresses in the addressbook
3577                 (filtering/processing 'found_in_addressbook' condition).
3578
3579 2007-03-07 [wwp]        2.8.1cvs3
3580
3581         * src/quote_fmt.c
3582         * src/quote_fmt_lex.l
3583         * src/quote_fmt_parse.y
3584                 Add a new quote format symbol: %A to insert the
3585                 sender email address (just the address itself).
3586
3587 2007-03-06 [wwp]        2.8.1cvs2
3588
3589         * src/gtk/gtkutils.c
3590         * src/plugins/trayicon/trayicon_prefs.h
3591         * src/plugins/trayicon/trayicon_prefs.c
3592         * src/plugins/trayicon/trayicon.c
3593         * src/mainwindow.h
3594         * src/mainwindow.c
3595                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3596                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3597
3598
3599 2007-03-06 [paul]       2.8.1cvs1
3600
3601         * NEWS
3602         * README
3603         * RELEASE_NOTES
3604         * configure.ac
3605                 bump version number following
3606                 stable release
3607
3608 2007-03-06 [paul]       2.8.0cvs24
3609
3610         * po/cs.po
3611                 corrected by by Tim <timbrain@post.cz>
3612
3613 2007-03-05 [colin]      2.8.0cvs23
3614
3615         * src/Makefile.am
3616         * src/procmime.c
3617                 Fix mime/globs path on NetBSD
3618                 patch by George Michaelson
3619
3620 2007-03-05 [wwp]        2.8.0cvs22
3621
3622         * src/addr_compl.c
3623                 Remove debug statement (accidentally committed w/ cvs14).
3624
3625 2007-03-05 [paul]       2.8.0cvs21
3626
3627         * src/plugins/pgpcore/prefs_gpg.c
3628                 fix compiler warning
3629
3630 2007-03-05 [wwp]        2.8.0cvs20
3631
3632         * src/matcher_parser_parse.y
3633                 Fix mismerge between cvs17 and cvs19.
3634
3635 2007-03-05 [wwp]        2.8.0cvs19
3636
3637         * src/matcher_parser_parse.y
3638         * src/prefs_filtering_action.c
3639         * src/matcher.c
3640         * src/matcher.h
3641         * src/filtering.c
3642         * src/filtering.h
3643                 Add new 'add_to_addressbook' filtering/processing action.
3644
3645 2007-03-05 [wwp]        2.8.0cvs18
3646
3647         * src/filtering.c
3648                 Fix mark_as_ham filtering/processing action: spam flag
3649                 was not unset.
3650
3651 2007-03-04 [colin]      2.8.0cvs17
3652
3653         * src/filtering.c
3654         * src/matcher.c
3655         * src/matcher.h
3656         * src/matcher_parser_parse.y
3657         * src/prefs_filtering_action.c
3658                 Add 'Mark as spam' and 'Mark as ham' filtering
3659                 actions. Fixes bug 1138.
3660
3661 2007-03-04 [colin]      2.8.0cvs16
3662
3663         * src/imap.c
3664                 Fix bug 1140, wrong return value
3665                 without libetpan
3666
3667 2007-03-04 [wwp]        2.8.0cvs15
3668
3669         * src/addr_compl.c
3670                 Rollback cvs14: don't free stuff that is managed in g_list.
3671
3672 2007-03-04 [wwp]        2.8.0cvs14
3673
3674         * src/addr_compl.c
3675                 Fix a leak in address completion code.
3676
3677 2007-03-04 [colin]      2.8.0cvs13
3678
3679         * src/addr_compl.c
3680                 Maybe fix bug 1136, 'Crash in group 
3681                 address completion'
3682
3683 2007-03-04 [iwkse]      2.8.0cvs12
3684
3685         * src/imap.c
3686                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3687
3688 2007-03-03 [colin]      2.8.0cvs11
3689
3690         * src/plugins/pgpinline/pgpinline.c
3691                 Fix off-by-one, fix double-free. Fixes
3692                 bug 1135, 'cm-segfault on decrypting 
3693                 with PGP/inline'
3694
3695 2007-03-03 [colin]      2.8.0cvs10
3696
3697         * configure.ac
3698         * src/main.c
3699         * src/common/plugin.c
3700                 Fix bug 1134, 'Valgrind macros unhandled 
3701                 by Irix's cc'
3702
3703 2007-03-02 [colin]      2.8.0cvs9
3704
3705         * src/mbox.c
3706                 Don't error out on EAGAIN. Fixes 
3707                 bug 1129, '"local mbox file" account 
3708                 isn't retrieving mails'
3709
3710 2007-03-01 [wwp]        2.8.0cvs8
3711
3712         * src/mainwindow.c
3713         * src/gtk/colorlabel.c
3714                 Remove accels for extra color labels until we set better
3715                 and definitive ones.
3716
3717 2007-02-28 [wwp]        2.8.0cvs7
3718
3719         * src/mainwindow.c
3720         * src/matcher_parser_parse.y
3721         * src/prefs_common.c
3722         * src/prefs_msg_colors.c
3723         * src/procmsg.h
3724         * src/gtk/colorlabel.c
3725         * src/gtk/colorlabel.h
3726                 Add more customizable color labels. Cleaned up a bit
3727                 the color label API to avoid duplicate defines of
3728                 the max number of colors.
3729
3730 2007-02-27 [colin]      2.8.0cvs6
3731
3732         * src/mainwindow.c
3733         * src/common/utils.c
3734         * src/common/utils.h
3735                 Fix '+' in mailto URIs for List-* headers
3736
3737 2007-02-27 [colin]      2.8.0cvs5
3738
3739         * src/gtk/gtkutils.c
3740                 Use gtk_window_set_role instead of 
3741                 _set_wmclass
3742
3743 2007-02-27 [colin]      2.8.0cvs4
3744
3745         * src/inc.c
3746                 Fix "After receiving new mail, go to inbox" on IMAP,
3747                 and make it work only on manual reception
3748
3749 2007-02-27 [wwp]        2.8.0cvs3
3750
3751         * src/prefs_filtering.c
3752         * src/prefs_filtering_action.c
3753         * src/prefs_matcher.c
3754                 Update filtering matcher's and action's color label menus
3755                 when re-opening those dialogs (reflect any change to the
3756                 color labels list in the preferences).
3757
3758 2007-02-27 [colin]      2.8.0cvs2
3759
3760         * src/imap.c
3761         * src/etpan/etpan-thread-manager-types.h
3762         * src/etpan/etpan-thread-manager.c
3763         * src/etpan/imap-thread.c
3764                 Log imap ALERTs as errors in the log.
3765
3766 2007-02-26 [paul]       2.8.0cvs1
3767
3768         * tools/claws.i18n.status.pl
3769                 updated
3770
3771 2007-02-26 [paul]       2.7.2cvs75
3772
3773         * po/ca.po
3774         * po/cs.po
3775         * po/de.po
3776         * po/en_GB.po
3777         * po/fi.po
3778         * po/fr.po
3779         * po/hu.po
3780         * po/pl.po
3781         * po/pt_BR.po
3782         * po/sk.po
3783         * po/sr.po
3784         * po/zh_CN.po
3785                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3786                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3787                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3788                 Aleksandar Urosevic, and Ralgh Young
3789
3790 2007-02-25 [mones]      2.7.2cvs74
3791
3792         * po/es.po
3793                 Updated for release
3794
3795 2007-02-25 [colin]      2.7.2cvs73
3796
3797         * src/main.c
3798                 Clearing the list is only useful
3799                 to prevent a valgrind false-positive
3800
3801 2007-02-25 [paul]       2.7.2cvs72
3802
3803         * tools/Makefile.am
3804         * tools/README
3805         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3806         * tools/maildir2claws-mail.pl  **REMOVED**
3807                 renamed the script, fixed a couple bugs
3808
3809 2007-02-23 [colin]      2.7.2cvs71
3810
3811         * src/addressbook.c
3812                 Fix a leak, check for a few improbable nulls
3813
3814 2007-02-23 [colin]      2.7.2cvs70
3815
3816         * src/main.c
3817         * src/main.h
3818         * src/plugins/trayicon/trayicon.c
3819                 Fix blinking mainwin when starting in tray
3820                 (show mainwindow later in the startup process,
3821                  apart if restarting post-crash)
3822
3823 2007-02-23 [colin]      2.7.2cvs69
3824
3825         * src/folderview.c
3826         * src/imap_gtk.c
3827                 Fix crash when unsubscribing the currently
3828                 selected/opened folder
3829
3830 2007-02-23 [colin]      2.7.2cvs68
3831
3832         * src/compose.c
3833                 Fix bug that prevented colorization to
3834                 work without wrap quotation option
3835
3836 2007-02-23 [colin]      2.7.2cvs67
3837
3838         * src/addr_compl.c
3839                 Fix refcounting, start and end completion who
3840                 behaved as if there couldn't be any other current
3841                 user of completion
3842
3843 2007-02-23 [wwp]        2.7.2cvs66
3844
3845         * src/addressbook.c
3846         * src/addrindex.c
3847                 Address completion fixes: fix addressbook_peek_folder_exists() in
3848                 which the algorithm was ridiculously over-obfuscated and broken.
3849                 Fix addrindex_load_completion() as well, to load addresses in
3850                 completion list with regards to what addressbook_peek_folder_exists()
3851                 returns now.
3852
3853 2007-02-23 [wwp]        2.7.2cvs65
3854
3855         * src/addr_compl.c
3856                 Add addresses to completion when they're non-empty (thanks to Colin).
3857
3858 2007-02-23 [paul]       2.7.2cvs64
3859
3860         * src/plugins/pgpcore/passphrase.c
3861                 remove 'const '
3862
3863 2007-02-23 [colin]      2.7.2cvs63
3864
3865         * src/plugins/pgpcore/prefs_gpg.c
3866         * src/plugins/pgpcore/prefs_gpg.h
3867         * src/plugins/pgpcore/sgpgme.c
3868         * src/plugins/pgpinline/pgpinline.c
3869         * src/plugins/pgpmime/pgpmime.c
3870                 Try harder to respect user's choice wrt
3871                 gpg-agent even with gpg2, by unsetting
3872                 GPG_AGENT_INFO when necessary.
3873
3874 2007-02-22 [paul]       2.7.2cvs62
3875
3876         * src/plugins/pgpcore/sgpgme.c
3877         * src/plugins/pgpcore/sgpgme.h
3878         * src/plugins/pgpcore/passphrase.c
3879         * src/plugins/pgpinline/pgpinline.c
3880         * src/plugins/pgpmime/pgpmime.c
3881                 Fix a leak - gpgme_data_release_and_get_mem
3882                 leaks in recent gpgme. Workaround by using
3883                 our own function.
3884
3885 2007-02-22 [paul]       2.7.2cvs61
3886
3887         * src/gtk/quicksearch.c
3888                 Abandon dynamic search when pressing
3889                 Enter
3890
3891 2007-02-21 [colin]      2.7.2cvs60
3892
3893         * src/procmsg.c
3894         * src/plugins/pgpcore/passphrase.c
3895                 Fix little memory leaks
3896         * src/main.c
3897                 Fix false-positive leak at exit
3898         * src/gtk/quicksearch.c
3899                 Fix potentially big leak in recursive
3900                 Quicksearch
3901
3902 2007-02-21 [wwp]        2.7.2cvs59
3903
3904         * src/summaryview.c
3905                 Add missing newline to a debug message.
3906
3907 2007-02-20 [colin]      2.7.2cvs58
3908
3909         * src/Makefile.am
3910         * src/mimeview.c
3911         * src/stock_pixmap.c
3912         * src/stock_pixmap.h
3913         * src/pixmaps/mime_pgpsig.xpm
3914                 Add icon for application/pgp-signature
3915
3916 2007-02-20 [colin]      2.7.2cvs57
3917
3918         * src/Makefile.am
3919         * src/main.c
3920         * src/mimeview.c
3921         * src/stock_pixmap.c
3922         * src/stock_pixmap.h
3923         * src/pixmaps/mime_calendar.xpm
3924         * src/pixmaps/mime_pdf.xpm
3925         * src/pixmaps/mime_ps.xpm
3926                 Add icons for text/calendar, application/pdf
3927                 and application/postscript
3928
3929 2007-02-20 [colin]      2.7.2cvs56
3930
3931         * autogen.sh
3932         * src/matcher_parser_parse.y
3933         * src/matcher_parser_lex.l
3934                 Fix big memory leak in flex, and
3935                 require flex 2.5.31
3936
3937 2007-02-20 [wwp]        2.7.2cvs55
3938
3939         * src/matcher_parser_parse.y
3940                 Fix a duplicate token definition (thanks to iwkse).
3941
3942 2007-02-20 [wwp]        2.7.2cvs54
3943
3944         * src/matcher_parser_lex.l
3945         * src/quote_fmt_lex.l
3946                 Use proper flex options instead of direct use of #define,
3947                 make the flex-generated C lighter.
3948
3949 2007-02-20 [colin]      2.7.2cvs53
3950
3951         * src/summaryview.c
3952                 Grab focus in message list after hiding
3953                 the quicksearch, instead of leaving it
3954                 "somewhere"
3955
3956 2007-02-19 [colin]      2.7.2cvs52
3957
3958         * src/folderview.c
3959                 Fix bug 1033, 'Automatically refresh 
3960                 message list when new messages arrives'
3961                 Looks like folderview->opened can sometimes
3962                 be wrong...
3963
3964 2007-02-19 [paul]       2.7.2cvs51
3965
3966         * tools/Makefile.am
3967         * tools/README
3968         * tools/thunderbird-filters-convertor.pl
3969                 add new script which converts thunderbird filter
3970                 rules to Claws filter rules
3971
3972 2007-02-18 [paul]       2.7.2cvs50
3973
3974         * src/plugins/pgpcore/prefs_gpg.c
3975         * src/plugins/pgpcore/prefs_gpg.h
3976         * src/plugins/pgpcore/sgpgme.c
3977         * src/plugins/pgpinline/pgpinline.c
3978         * src/plugins/pgpmime/pgpmime.c
3979                 improved GUI interoperability with gpg-agent
3980
3981 2007-02-18 [paul]       2.7.2cvs49
3982
3983         * src/prefs_account.c
3984                 Privacy options sensitivity fix
3985
3986 2007-02-17 [colin]      2.7.2cvs48
3987
3988         * src/messageview.c
3989                 Reset icon to warning in the noticeview
3990
3991 2007-02-15 [colin]      2.7.2cvs47
3992
3993         * src/folderview.c
3994                 Fix a manifestation of bug 1033 (summaryview failing
3995                 to update for new mails), which happens after editing
3996                 account preferences or preferences that cause a 
3997                 folderview reload.
3998
3999 2007-02-15 [colin]      2.7.2cvs46
4000
4001         * src/addressbook.c
4002                 Probably fix bug 1123, 'Segmentation 
4003                 fault while opening address book'. I get
4004                 g_warnings if the saved paned position is
4005                 not greater than 0. Also, save position
4006                 when hiding the addressbook instead of
4007                 via signal.
4008
4009 2007-02-14 [colin]      2.7.2cvs45
4010
4011         * src/plugins/pgpcore/prefs_gpg.c
4012         * src/plugins/pgpcore/prefs_gpg.h
4013         * src/plugins/pgpcore/sgpgme.c
4014         * src/plugins/pgpinline/pgpinline.c
4015         * src/plugins/pgpmime/pgpmime.c
4016                 Add an option "Use gpg-agent if available". Fixes
4017                 annoyances with distro-installed gpg-agent, when
4018                 no pinentry program is installed, and the user's 
4019                 at a loss on why "decryption failed". Makes more
4020                 clear why passphrase isn't saved when gpg-agent is
4021                 used. Defaults to true, to avoid changing the 
4022                 current behaviour.
4023
4024 2007-02-14 [wwp]        2.7.2cvs44
4025
4026         * src/matcher_parser_parse.y
4027                 Fix missing line number reset (wrong line number might appear
4028                 when re-loading filtering rules if there's a parser error).
4029
4030 2007-02-13 [colin]      2.7.2cvs43
4031
4032         * src/common/utils.c
4033                 Don't encode ',' in URIs before passing it
4034                 to the browser command-line. It was probably
4035                 done at a time where commas in URIs made
4036                 mozilla -remote 'openurl(%s,new-window)'
4037                 bug.
4038
4039 2007-02-13 [wwp]        2.7.2cvs42
4040
4041         * src/prefs_matcher.c
4042         * src/plugins/bogofilter/bogofilter_gtk.c
4043                 A bit of string factorization around "Select ..." buttons.
4044
4045 2007-02-11 [colin]      2.7.2cvs41
4046
4047         * src/alertpanel.c
4048                 Make sure to escape the title
4049
4050 2007-02-11 [colin]      2.7.2cvs40
4051
4052         * src/codeconv.c
4053                 Recognize .utf8 locales as .UTF-8 ones
4054
4055 2007-02-11 [colin]      2.7.2cvs39
4056
4057         * src/compose.c
4058                 Fix code conversion when dragging a file
4059
4060 2007-02-09 [colin]      2.7.2cvs38
4061
4062         * src/plugins/clamav/clamav_plugin.c
4063                 Complete Paul's patch with conditional
4064                 compilation to avoid breaking compilation
4065                 on old Dapper and Edgy... Maybe other
4066                 distros too.
4067
4068 2007-02-09 [paul]       2.7.2cvs37
4069
4070         * src/plugins/clamav/clamav_plugin.c
4071                 fix for the upstream changes in libclamav
4072
4073 2007-02-09 [paul]       2.7.2cvs36
4074
4075         * src/main.c
4076         * src/mainwindow.c
4077         * src/procmsg.c
4078         * src/procmsg.h
4079                 fix "warn if there are queued messages" (on exit)
4080                 option, which only checked the first mailbox's
4081                 queue
4082                 don't ask before emptying trash if there are no
4083                 messages in trash, also check and empty all trash
4084                 folders
4085         * src/prefs_other.c
4086                 move "Ask before emptying trash" option
4087                 outside of the "On exit" frame as it's
4088                 not only an "On exit" option
4089
4090 2007-02-09 [paul]       2.7.2cvs35
4091
4092         * src/addrgather.c
4093         * src/alertpanel.c
4094         * src/editldap.c
4095         * src/prefs_account.c
4096         * src/prefs_folder_item.c
4097         * src/prefs_gtk.h
4098         * src/prefs_matcher.c
4099         * src/prefs_message.c
4100         * src/prefs_msg_colors.c
4101         * src/prefs_summaries.c
4102         * src/wizard.c
4103         * src/gtk/inputdialog.c
4104         * src/plugins/bogofilter/bogofilter_gtk.c
4105                 pedantic commit: use 'checkbtn' everywhere
4106                 instead of a mixture of 'checkbtn' and 'chkbtn'
4107
4108 2007-02-09 [paul]       2.7.2cvs34
4109
4110         * src/compose.c
4111                 fix default hotkeys
4112         * src/prefs_other.c
4113         * src/prefs_send.c
4114                 move "Never send Return Receipts" from
4115                 prefs_other to prefs_send
4116                 add an option "Ask about account specific
4117                 filtering rules..." to prefs_other
4118         * src/gtk/gtkutils.c
4119                 fix a compiler warning
4120
4121 2007-02-08 [colin]      2.7.2cvs33
4122
4123         * src/plugins/pgpinline/pgpinline.c
4124                 Fix bug 1110, 'pgpmime fails to process 
4125                 encapsulated openpgp mime (rfc 3156, 6.1 
4126                 -> rfc1847)'
4127                 It was due to an interaction between PGP/Mime
4128                 and PGP/Inline plugin. 
4129
4130 2007-02-08 [colin]      2.7.2cvs32
4131
4132         * src/inc.c
4133         * src/mbox.c
4134         * src/mbox.h
4135                 Fix bug 1117, 'fcntl locking code 
4136                 does not work in mbox.c'
4137
4138 2007-02-08 [colin]      2.7.2cvs31
4139
4140         * src/prefs_account.c
4141                 Fix Gentoo bug 165819, 'can't create 
4142                 a "local mbox file" account'. Patch
4143                 by Olivier <castan.o@free.fr>
4144
4145 2007-02-07 [colin]      2.7.2cvs30
4146
4147         * src/ldapquery.c
4148                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4149                 autocompletion was used'
4150
4151 2007-02-07 [paul]       2.7.2cvs29
4152
4153         * src/folder.c
4154                 cut down on unnecessary debug_prints
4155         * src/imap_gtk.c
4156                 fix menu_set_active() on 'Show only
4157                 subscribed folders'
4158
4159 2007-02-07 [paul]       2.7.2cvs28
4160
4161         * src/plugins/clamav/clamav_plugin.c
4162         * src/plugins/clamav/clamav_plugin.h
4163         * src/plugins/clamav/clamav_plugin_gtk.c
4164                 fix copyright header
4165
4166 2007-02-07 [paul]       2.7.2cvs27
4167
4168         * src/procheader.c
4169                 fix bug 1116, 'summary view allow a 
4170                 subject line break'
4171
4172 2007-02-06 [colin]      2.7.2cvs26
4173
4174         * src/summaryview.c
4175                 Fix delete thread
4176
4177 2007-02-05 [fabien]     2.7.2cvs25
4178
4179         * po/POTFILES.in
4180         * src/uri_opener.c
4181                 i18n related - 1 fix and 1 message for translators.
4182
4183 2007-02-05 [colin]      2.7.2cvs24
4184
4185         * src/gtk/quicksearch.c
4186                 Don't reload summary list if quicksearch wasn't
4187                 active on hiding; move currently selected mail in
4188                 the visible area when showing the quicksearch
4189
4190 2007-02-05 [colin]      2.7.2cvs23
4191
4192         * src/folderview.c
4193                 Add debug to try to solve bug 1104
4194
4195 2007-02-05 [paul]       2.7.2cvs22
4196
4197         * src/mainwindow.c
4198                 confirm before emptying trash on exit is
4199                 a Yes or No answer, use Yes or No in the
4200                 dialog
4201
4202 2007-02-04 [colin]      2.7.2cvs21
4203
4204         * src/compose.c
4205         * src/plugins/pgpcore/passphrase.c
4206         * src/plugins/pgpcore/select-keys.c
4207                 Set wmclass on new windows
4208
4209 2007-02-04 [colin]
4210
4211         2.8.0-rc1 released
4212
4213 2007-02-04 [colin]      2.7.2cvs20
4214
4215         * src/compose.c
4216         * src/compose.h
4217                 Auto save drafts on exit, reopen them
4218                 at startup, instead of asking
4219         * src/account.c
4220         * src/addressadd.c
4221         * src/addressbook.c
4222         * src/addressbook_foldersel.c
4223         * src/addrgather.c
4224         * src/crash.c
4225         * src/editaddress.c
4226         * src/editbook.c
4227         * src/editgroup.c
4228         * src/editjpilot.c
4229         * src/editldap.c
4230         * src/editldap_basedn.c
4231         * src/editvcard.c
4232         * src/exphtmldlg.c
4233         * src/expldifdlg.c
4234         * src/export.c
4235         * src/foldersel.c
4236         * src/gedit-print.c
4237         * src/import.c
4238         * src/importldif.c
4239         * src/importmutt.c
4240         * src/importpine.c
4241         * src/main.c
4242         * src/mainwindow.c
4243         * src/message_search.c
4244         * src/messageview.c
4245         * src/prefs_actions.c
4246         * src/prefs_customheader.c
4247         * src/prefs_display_header.c
4248         * src/prefs_filtering.c
4249         * src/prefs_filtering_action.c
4250         * src/prefs_folder_column.c
4251         * src/prefs_gtk.c
4252         * src/prefs_matcher.c
4253         * src/prefs_other.c
4254         * src/prefs_summaries.c
4255         * src/prefs_summary_column.c
4256         * src/prefs_template.c
4257         * src/sourcewindow.c
4258         * src/ssl_manager.c
4259         * src/summary_search.c
4260         * src/uri_opener.c
4261         * src/gtk/about.c
4262         * src/gtk/description_window.c
4263         * src/gtk/foldersort.c
4264         * src/gtk/gtkutils.c
4265         * src/gtk/gtkutils.h
4266         * src/gtk/icon_legend.c
4267         * src/gtk/logwindow.c
4268         * src/gtk/pluginwindow.c
4269         * src/gtk/prefswindow.c
4270                 Give different wmclass to different
4271                 windows - thanks to sed ;)
4272
4273 2007-02-04 [colin]      2.7.2cvs19
4274
4275         * src/main.c
4276                 Revert previous patch, can't reproduce
4277                 it anymore. 
4278
4279 2007-02-03 [colin]      2.7.2cvs18
4280
4281         * src/main.c
4282                 Don't save the mainwindow size and
4283                 position on emergency exit (libSM's
4284                 "die" callback), Xfce seems to make
4285                 the window smaller just before the
4286                 size's saved.
4287
4288 2007-02-03 [colin]      2.7.2cvs17
4289
4290         * src/plugins/bogofilter/bogofilter.c
4291         * src/plugins/bogofilter/bogofilter.h
4292         * src/plugins/bogofilter/bogofilter_gtk.c
4293         * src/plugins/pgpinline/pgpinline.c
4294         * src/plugins/pgpinline/pgpinline.h
4295                 Fix more copyrights
4296
4297 2007-02-03 [colin]      2.7.2cvs16
4298
4299         * src/partial_download.c
4300         * src/partial_download.h
4301         * src/ssl_manager.c
4302         * src/ssl_manager.h
4303         * src/uri_opener.c
4304         * src/uri_opener.h
4305         * src/wizard.c
4306         * src/wizard.h
4307         * src/common/ssl_certificate.c
4308         * src/common/ssl_certificate.h
4309         * src/gtk/quicksearch.c
4310         * src/gtk/quicksearch.h
4311         * src/gtk/sslcertwindow.c
4312         * src/gtk/sslcertwindow.h
4313                 Fix copyright on my files
4314
4315 2007-02-02 [colin]      2.7.2cvs15
4316
4317         * src/Makefile.am
4318         * src/mainwindow.c
4319         * src/messageview.c
4320         * src/messageview.h
4321         * src/textview.c
4322         * src/textview.h
4323         * src/uri_opener.c
4324         * src/uri_opener.h
4325                 Add Tools/List URIs to allow
4326                 opening any URI in the current mail
4327
4328 2007-02-02 [colin]      2.7.2cvs14
4329
4330         * src/common/valgrind.h ** NEW FILE **
4331         * src/common/Makefile.am
4332         * src/common/plugin.c
4333                 Don't dlclose the plugins if we're running
4334                 under valgrind. (doesn't require valgrind
4335                 either at compile time or run time).
4336
4337 2007-02-01 [paul]       2.7.2cvs13
4338
4339         * AUTHORS
4340         * src/gtk/authors.h
4341         * tools/freshmeat_search.pl
4342         * tools/google_search.pl
4343         * tools/multiwebsearch.pl
4344                 add support for non ISO-8859-1 compatible locales
4345                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4346
4347 2007-02-01 [colin]      2.7.2cvs12
4348
4349         * src/prefs_other.c
4350         * src/prefs_summaries.c
4351                 Move keybinding prefs to the Other page
4352
4353 2007-02-01 [wwp]        2.7.2cvs11
4354
4355         * src/plugins/trayicon/trayicon.c
4356                 Fix a raising issue within KDE.
4357
4358 2007-02-01 [colin]      2.7.2cvs10
4359
4360         * src/codeconv.c
4361                 Fix stray quotes in encoded strings
4362         * src/addressadd.c
4363                 Fix wrong call causing g_warnings
4364         * src/textview.c
4365                 Remove useless message
4366
4367 2007-01-31 [wwp]        2.7.2cvs9
4368
4369         * src/plugins/trayicon/trayicon.c
4370                 fix buggy hiding of main window when closing if close-to-tray
4371                 is not set (bad logics  in the trayicon hook code).
4372                 Changed the quit confirmation message too.
4373
4374 2007-01-30 [colin]      2.7.2cvs8
4375
4376         * src/main.c
4377                 Fix hidden mainwindow after clicking on
4378                 the X close button, if compose windows
4379                 exist and the user chooses not to quit
4380
4381 2007-01-30 [colin]      2.7.2cvs7
4382
4383         * src/main.c
4384         * src/compose.c
4385                 Handle local URIs to attach files (file:///...)
4386                 Fixes attaching files from Thunar for example
4387
4388 2007-01-30 [colin]      2.7.2cvs6
4389
4390         * src/prefs_ext_prog.c
4391                 Add 'mousepad' to the list of text editors.
4392                 Mousepad is XFCE's text editor
4393
4394 2007-01-29 [wwp]        2.7.2cvs5
4395
4396         * po/POTFILES.in
4397         * src/plugins/trayicon/trayicon_prefs.c
4398                 trayicon i18n fixes, thanks to Fabien.
4399
4400 2007-01-28 [wwp]        2.7.2cvs4
4401
4402         * src/mainwindow.c
4403         * src/mainwindow.h
4404         * src/plugins/trayicon/trayicon.c
4405         * src/plugins/trayicon/trayicon_prefs.c
4406         * src/plugins/trayicon/trayicon_prefs.h
4407                 Added a new TrayIcon plugin option to close to tray
4408                 (WM's hotkey and [X] button will hide the window instead
4409                 of closing it - closing CM can be done using the tray icon
4410                 menu or the File menu).
4411                 Improved visibility handling in trayicon, clicking the
4412                 trayicon now raise the window to current desktop when it
4413                 was either minimized/shaded/on another desktop.
4414                 Thanks to Paul for testing and fixing a strange behaviour
4415                 in KDE ;-).
4416
4417 2007-01-27 [paul]       2.7.2cvs3
4418
4419         * src/prefs_folder_item.c
4420         * src/prefs_receive.c
4421         * src/plugins/pgpcore/prefs_gpg.c
4422                 use 'start-up' instead of 'startup' in labels
4423
4424 2007-01-26 [wwp]        2.7.2cvs2
4425
4426         * src/plugins/trayicon/Makefile.am
4427         * src/plugins/trayicon/trayicon.c
4428         * src/plugins/trayicon/trayicon_prefs.c
4429         * src/plugins/trayicon/trayicon_prefs.h
4430                 Add a new TrayIcon option to hide the main window at
4431                 start-up.
4432                 Fix trayicon.c copyright header.
4433
4434 2007-01-26 [paul]       2.7.2cvs1
4435
4436         * NEWS
4437         * README
4438         * RELEASE_NOTES
4439         * configure.ac
4440                 bump up version number following
4441                 stable release
4442
4443 2007-01-25 [mones]      2.7.1cvs60
4444
4445         * po/es.po
4446                 updated thousands of strings (well, probably less ;-)
4447
4448 2007-01-25 [colin]      2.7.1cvs59
4449
4450         * src/matcher.c
4451                 Fix 2nd-run loss of matcherrc on new
4452                 configurations. 
4453
4454 2007-01-25 [wwp]        2.7.1cvs58
4455
4456         * src/mimeview.c
4457                 fix handling of empty value in attach_save_directory too, thanks
4458                 to Colin.
4459
4460 2007-01-25 [wwp]        2.7.1cvs57
4461
4462         * src/gtk/filesel.c
4463                 fix handling of empty value in attach_load_directory,
4464                 thanks to Colin.
4465
4466 2007-01-25 [wwp]        2.7.1cvs56
4467
4468         * src/plugins/dillo_viewer/dillo_prefs.h
4469                 fix a typo.
4470
4471 2007-01-25 [colin]      2.7.1cvs55
4472
4473         * src/matcher.c
4474         * src/matcher.h
4475         * src/matcher_parser_parse.y
4476         * src/prefs_matcher.c
4477                 Add matching on the spam flag
4478
4479 2007-01-24 [colin]      2.7.1cvs54
4480
4481         * src/folder.c
4482         * src/common/xml.c
4483         * src/common/xml.h
4484                 Make sure folderlist.xml is correctly
4485                 written before overwriting it.
4486         * src/procmsg.c
4487         * src/procmsg.h
4488         * src/summaryview.c
4489         * src/plugins/bogofilter/bogofilter.c
4490         * src/plugins/bogofilter/bogofilter.h
4491         * src/plugins/bogofilter/bogofilter_gtk.c
4492         * src/plugins/spamassassin/spamassassin.c
4493         * src/plugins/spamassassin/spamassassin.h
4494         * src/plugins/spamassassin/spamassassin_gtk.c
4495                 Move spam to the correct trash folder after
4496                 learning, if spam directory isn't set.
4497
4498 2007-01-23 [paul]       2.7.1cvs53
4499
4500         * src/plugins/bogofilter/bogofilter_gtk.c
4501                 fix sensitivity of "Insert X-Bogosity header"
4502                 option
4503
4504 2007-01-23 [colin]      2.7.1cvs52
4505
4506         * src/toolbar.c
4507                 Translate toolbar items text if
4508                 they're translatable (default)
4509         * src/addrcache.c
4510         * src/addrcache.h
4511         * src/addritem.c
4512         * src/addritem.h
4513         * src/codeconv.c
4514         * src/codeconv.h
4515         * src/jpilot.c
4516         * src/jpilot.h
4517         * src/ldapctrl.c
4518         * src/ldapctrl.h
4519         * src/ldapquery.h
4520         * src/ldif.c
4521         * src/ldif.h
4522         * src/etpan/etpan-thread-manager.c
4523         * src/etpan/etpan-thread-manager.h
4524         * src/gtk/gtkutils.c
4525         * src/gtk/gtkutils.h
4526                 More static functions
4527
4528 2007-01-22 [fabien]     2.7.1cvs51
4529
4530         * src/gtk/gtkutils.c
4531                 gtkut_get_options_frame() : ability to pass
4532                 a 'NULL' value in frame pointer parameter if
4533                 we don't need it.
4534
4535 2007-01-22 [colin]      2.7.1cvs50
4536
4537         * src/procmsg.c
4538         * src/procmsg.h
4539         * src/plugins/bogofilter/bogofilter.c
4540         * src/plugins/bogofilter/bogofilter_gtk.c
4541         * src/plugins/spamassassin/spamassassin.c
4542         * src/plugins/spamassassin/spamassassin_gtk.c
4543                 Allow moving spams to the account's trash
4544                 instead of default one
4545
4546 2007-01-21 [colin]      2.7.1cvs49
4547
4548         * src/ldapquery.c
4549         * src/ldapquery.h
4550                 Revert a static function that shouldn't
4551                 have been
4552
4553 2007-01-21 [colin]      2.7.1cvs48
4554
4555         * src/ldapquery.c
4556         * src/ldapquery.h
4557                 Same
4558
4559 2007-01-21 [colin]      2.7.1cvs47
4560
4561         * src/procmsg.c
4562         * src/procmsg.h
4563                 Same
4564
4565 2007-01-21 [colin]      2.7.1cvs46
4566
4567         * src/common/socket.c
4568         * src/common/socket.h
4569                 Same
4570
4571 2007-01-21 [colin]      2.7.1cvs45
4572
4573         * src/crash.c
4574         * src/exporthtml.c
4575         * src/exporthtml.h
4576         * src/exportldif.c
4577         * src/exportldif.h
4578         * src/folder.c
4579         * src/folder.h
4580         * src/folder_item_prefs.c
4581         * src/folder_item_prefs.h
4582         * src/folderview.c
4583         * src/folderview.h
4584         * src/gedit-print.c
4585         * src/gedit-print.h
4586         * src/main.c
4587         * src/main.h
4588         * src/common/socket.c
4589         * src/common/socket.h
4590         * src/gtk/gtkaspell.c
4591         * src/gtk/gtkaspell.h
4592         * src/gtk/quicksearch.c
4593         * src/gtk/quicksearch.h
4594                 Same
4595
4596 2007-01-21 [colin]      2.7.1cvs44
4597
4598         * src/common/utils.c
4599         * src/common/utils.h
4600         * src/etpan/etpan-thread-manager.c
4601         * src/etpan/etpan-thread-manager.h
4602                 Same (Funny that etpan_thread_unbind
4603                 is called but not etpan_thread_bind)
4604
4605 2007-01-21 [colin]      2.7.1cvs43
4606
4607         * src/addrselect.c
4608         * src/addrselect.h
4609         * src/codeconv.c
4610         * src/codeconv.h
4611         * src/compose.c
4612         * src/compose.h
4613         * src/etpan/Makefile.am
4614         * src/gtk/colorlabel.c
4615         * src/gtk/colorlabel.h
4616         * src/gtk/sslcertwindow.c
4617         * src/gtk/sslcertwindow.h
4618         * src/etpan/etpan-log.c ** REMOVED **
4619         * src/etpan/etpan-log.h ** REMOVED **
4620                 Same
4621
4622 2007-01-20 [colin]      2.7.1cvs42
4623
4624         * src/addritem.c
4625         * src/addritem.h
4626                 Same
4627
4628 2007-01-20 [colin]      2.7.1cvs41
4629
4630         * src/account.c
4631         * src/account.h
4632         * src/addrbook.c
4633         * src/addrbook.h
4634         * src/addrcache.c
4635         * src/addrcache.h
4636         * src/addrclip.c
4637         * src/addrclip.h
4638         * src/addressbook.c
4639         * src/addressbook.h
4640         * src/addrharvest.c
4641         * src/addrharvest.h
4642         * src/addrindex.c
4643         * src/addrindex.h
4644         * src/editaddress.c
4645         * src/editaddress.h
4646                 Make functions that aren't used in other
4647                 files static
4648
4649 2007-01-20 [colin]      2.7.1cvs40
4650
4651         * src/account.c
4652         * src/addrbook.c
4653         * src/addrcache.c
4654         * src/addressbook.c
4655         * src/addrgather.c
4656         * src/addrindex.c
4657         * src/addrquery.c
4658         * src/addrselect.c
4659         * src/browseldap.c
4660         * src/compose.c
4661         * src/editbook.c
4662         * src/editjpilot.c
4663         * src/editldap.c
4664         * src/editldap_basedn.c
4665         * src/editvcard.c
4666         * src/exporthtml.c
4667         * src/exportldif.c
4668         * src/folder.c
4669         * src/folderview.c
4670         * src/image_viewer.c
4671         * src/imap.c
4672         * src/importmutt.c
4673         * src/importpine.c
4674         * src/jpilot.c
4675         * src/ldapquery.c
4676         * src/main.c
4677         * src/mainwindow.c
4678         * src/matcher.c
4679         * src/messageview.c
4680         * src/mh.c
4681         * src/mimeview.c
4682         * src/msgcache.c
4683         * src/mutt.c
4684         * src/news.c
4685         * src/pine.c
4686         * src/prefs_account.c
4687         * src/prefs_common.c
4688         * src/prefs_compose_writing.c
4689         * src/prefs_ext_prog.c
4690         * src/prefs_folder_item.c
4691         * src/prefs_fonts.c
4692         * src/prefs_message.c
4693         * src/prefs_msg_colors.c
4694         * src/prefs_other.c
4695         * src/prefs_quote.c
4696         * src/prefs_receive.c
4697         * src/prefs_send.c
4698         * src/prefs_spelling.c
4699         * src/prefs_summaries.c
4700         * src/prefs_toolbar.c
4701         * src/prefs_wrapping.c
4702         * src/privacy.c
4703         * src/procmime.c
4704         * src/procmsg.c
4705         * src/ssl_manager.c
4706         * src/statusbar.c
4707         * src/summaryview.c
4708         * src/toolbar.c
4709         * src/vcard.c
4710         * src/common/hooks.c
4711         * src/common/log.c
4712         * src/common/passcrypt.c
4713         * src/common/socket.c
4714         * src/common/ssl.c
4715         * src/common/ssl_certificate.c
4716         * src/common/template.c
4717         * src/common/utils.c
4718         * src/etpan/imap-thread.c
4719         * src/gtk/sslcertwindow.c
4720         * src/gtk/sslcertwindow.h
4721                 Make functions that could be static, static
4722
4723 2007-01-20 [colin]      2.7.1cvs39
4724
4725         * src/editldap.c
4726                 Fix tooltip
4727
4728 2007-01-20 [colin]      2.7.1cvs38
4729
4730         * src/ldapquery.c
4731         * src/ldaputil.c
4732         * src/ldaputil.h
4733                 Fix bug 1102, 'claws-mail-2.7.1 
4734                 makes use of deprecated ldap 
4735                 functions'
4736
4737 2007-01-20 [colin]      2.7.1cvs37
4738
4739         * src/mainwindow.c
4740         * src/mainwindow.h
4741         * src/summaryview.c
4742         * src/gtk/quicksearch.c
4743                 Add Wide message list layout
4744
4745 2007-01-19 [fabien]     2.7.1cvs36
4746
4747         * src/textview.c
4748                 make sure a font change is considered in links of
4749                 headerview.
4750
4751 2007-01-19 [colin]      2.7.1cvs35
4752
4753         * src/main.c
4754         * src/mainwindow.c
4755         * src/mainwindow.h
4756         * src/messageview.c
4757         * src/messageview.h
4758         * src/prefs_common.c
4759         * src/prefs_common.h
4760         * src/summaryview.c
4761         * src/summaryview.h
4762         * src/gtk/quicksearch.c
4763         * src/gtk/quicksearch.h
4764                 Drop 'Separate Folder tree' and 'Separate
4765                 Message View'. Put three layouts in place
4766                 of it.
4767
4768 2007-01-19 [paul]       2.7.1cvs34
4769
4770         * src/prefs_msg_colors.c
4771                 more use of Q_ for translators
4772
4773 2007-01-19 [paul]       2.7.1cvs33
4774
4775         * src/imap_gtk.c
4776         * src/prefs_account.c
4777                 a few changes to the English
4778
4779 2007-01-19 [fabien]     2.7.1cvs32
4780
4781         * src/wizard.c
4782                 factorize translatable string
4783
4784 2007-01-18 [colin]      2.7.1cvs31
4785
4786         * src/main.c
4787                 Don't error out on --sync option. Although
4788                 we don't do anything with it, gtk+ handles
4789                 it, and it's useful for debugging X errors
4790
4791 2007-01-18 [fabien]     2.7.1cvs30
4792
4793         * src/prefs_other.c
4794                 ability to apply on the fly the recent added
4795                 'gtk_can_change_accels' pref (no need to restart).
4796
4797 2007-01-18 [fabien]     2.7.1cvs29
4798
4799         * src/plugins/bogofilter/bogofilter_gtk.c
4800         * src/plugins/bogofilter/bogofilter.c
4801         * src/plugins/spamassassin/spamassassin_gtk.c
4802         * src/addr_compl.c
4803         * src/prefs_account.c
4804                 factorize or rewrite some translatable strings.
4805
4806 2007-01-18 [fabien]     2.7.1cvs28
4807
4808         * src/prefs_gtk.h
4809         * src/compose.c
4810                 set a 4pix space between "Subject:" label and subject entry in
4811                 compose window.
4812
4813 2007-01-18 [wwp]        2.7.1cvs27
4814
4815         * src/addressbook.c
4816                 fix conflicting address-copy/paste when focus is set
4817                 to the embedded edit-person form.
4818  
4819
4820 2007-01-18 [wwp]        2.7.1cvs26
4821
4822         * src/addressbook.h
4823                 complete 2.7.1cvs23 (one more file was missing from that
4824                 commit).
4825
4826 2007-01-18 [colin]      2.7.1cvs25
4827
4828         * src/main.c
4829                 Provide a way to migrate without backup
4830                 Re-ask for migration on next start if 
4831                 it has been refused and wizard has been 
4832                 cancelled after.
4833
4834 2007-01-18 [wwp]        2.7.1cvs24
4835
4836         * src/editaddress.c
4837                 complete 2.7.1.cvs23 (file was missing from previous
4838                 commit).
4839
4840 2007-01-18 [wwp]        2.7.1cvs23
4841
4842         * src/addressbook.c
4843                 fix potential crashes in address book's focus_in/out signal handlers,
4844                 force focus to the edit-person form when clicked the Edit menu entry or
4845                 button (this only matters if the edit-person form is embedded to the
4846                 AB window, in that case, focus is not set when browsing the contacts
4847                 list w/ keys or mouse clicks).
4848
4849 2007-01-18 [paul]       2.7.1cvs22
4850
4851         * src/main.c
4852                 add command line options:
4853                 -h for --help
4854                 -q and --quit for --exit
4855                 -v for --version
4856                 print "Unknown option" for unknown options
4857
4858 2007-01-18 [paul]       2.7.1cvs21
4859
4860         * po/ru.po
4861                 updated by Pavlo Bohmat
4862
4863 2007-01-18 [paul]       2.7.1cvs20
4864
4865         * src/mainwindow.c
4866                 fix sensitivity issues of Mark as Spam/Ham
4867
4868 2007-01-17 [fabien]     2.7.1cvs19
4869
4870         * src/prefs_other.c
4871         * src/prefs_common.c
4872         * src/prefs_common.h
4873         * src/main.c
4874                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4875                 control the corresponding gtk property. It could be used to lock
4876                 all shortcuts (avoid to set one of them by inadvertency).
4877
4878 2007-01-17 [colin]      2.7.1cvs18
4879
4880         * src/summaryview.c
4881                 Fix bug 1100, 'Highlighted e-mail data not visible 
4882                 when color label applied.'. Use a weighted average
4883                 between normal selected foreground color and color
4884                 label instead of a simple one (3/1 instead 1/1).
4885
4886 2007-01-17 [colin]      2.7.1cvs17
4887
4888         * src/messageview.c
4889                 Better fix for bug 1088, 'Ctrl-h produces repeatable
4890                 crash' - don't prevent mail switching while loading
4891
4892 2007-01-17 [colin]      2.7.1cvs16
4893
4894         * src/folder.c
4895         * src/folder.h
4896         * src/folderview.c
4897         * src/folderview.h
4898         * src/imap.c
4899         * src/imap.h
4900         * src/imap_gtk.c
4901                 Manage recursive search of unsubscribed folders
4902                 Rescan tree without checking for new messages 
4903                 after subscriptions changed
4904
4905 2007-01-17 [paul]       2.7.1cvs15
4906
4907         * src/prefs_common.c
4908         * src/gtk/pluginwindow.c
4909                 fix bug 1101, '"Load plugin" button is
4910                 accidentally hidden'
4911                 unset (-1) initial width in prefs_common,
4912                 fix overlapping buttons,
4913                 and other cleanups
4914
4915 2007-01-17 [paul]       2.7.1cvs14
4916
4917         * src/procmime.c
4918                 add #include <errno.h>, it's needed
4919                 on some systems
4920
4921 2007-01-17 [paul]       2.7.1cvs13
4922
4923         * src/common/defs.h
4924         * tools/make.themes.project
4925                 rename .sylpheed_themeinfo to .claws_themeinfo
4926                 and use it
4927         * src/etpan/etpan-errors.h
4928         * src/etpan/etpan-log.c
4929         * src/etpan/etpan-log.h
4930         * src/etpan/etpan-thread-manager-types.h
4931         * src/etpan/etpan-thread-manager.c
4932         * src/etpan/etpan-thread-manager.h
4933         * src/etpan/imap-thread.c
4934         * src/etpan/imap-thread.h
4935                 add copyright header
4936
4937 2007-01-17 [colin]      2.7.1cvs12
4938
4939         * src/plugins/pgpcore/select-keys.c
4940         * src/gtk/pluginwindow.c
4941         * src/prefs_account.c
4942                 Fix warnings
4943
4944 2007-01-16 [colin]      2.7.1cvs11
4945
4946         * src/imap.c
4947         * src/imap.h
4948         * src/imap_gtk.c
4949                 Manage subscribing to subfolders when only
4950                 subscribed folders are shown.
4951
4952 2007-01-16 [colin]      2.7.1cvs10
4953
4954         * src/folderview.c
4955                 Fix annoying vscrollbar going back to top
4956                 on Check for new folders
4957
4958 2007-01-16 [colin]      2.7.1cvs9
4959
4960         * src/imap.c
4961                 Remove printf
4962
4963 2007-01-16 [colin]      2.7.1cvs8
4964
4965         * src/filtering.c
4966                 Bigger buffer for errors
4967         * src/imap.c
4968         * src/imap.h
4969         * src/imap_gtk.c
4970         * src/prefs_account.c
4971         * src/prefs_account.h
4972         * src/wizard.c
4973         * src/etpan/imap-thread.c
4974         * src/etpan/imap-thread.h
4975         * manual/handling.xml
4976                 Add subscriptions management. What it changes:
4977                 Creating a folder subscribes to it
4978                 Deleting a folder unsubscribes it
4979                 New contextual menu item allowing to switch between
4980                 All folders and Subscribed folders, subscribe, and
4981                 unsubscribe. "Creating" an existing but unsubscribed
4982                 folder will subscribe it.
4983                 By default for new accounts, only subscribed folders 
4984                 are shown.
4985
4986
4987 2007-01-16 [paul]       2.7.1cvs7
4988
4989         * src/summaryview.c
4990                 Allow folder classes to specify only sort_key or
4991                 sort_type instead of both or none.
4992
4993 2007-01-16 [paul]       2.7.1cvs6
4994
4995         * src/action.c
4996         * src/compose.c
4997         * src/mimeview.c
4998         * src/procmime.c
4999         * src/textview.c
5000                 Save and use errno for procmime_get_part
5001
5002 2007-01-16 [colin]      2.7.1cvs5
5003
5004         * src/imap.c
5005                 Never remove INBOX when scanning for
5006                 new folders. It's a special folder
5007                 that has to exist.
5008
5009 2007-01-15 [colin]      2.7.1cvs4
5010
5011         * src/imap.c
5012                 Fix 'Check for new folders' when IMAP subdirectory
5013                 is set
5014         * src/etpan/imap-thread.c
5015                 Fix build
5016
5017 2007-01-15 [colin]      2.7.1cvs3
5018
5019         * src/etpan/imap-thread.c
5020                 Fix invalid free on command-connection
5021                 error
5022
5023 2007-01-15 [wwp]        2.7.1cvs2
5024
5025         * src/matcher_parser_lex.l
5026         * src/quote_fmt_lex.l
5027         * src/matcher_parser_parse.y
5028                 fix copyright header in lexers and parsers.
5029
5030 2007-01-15 [paul]       2.7.1cvs1
5031
5032         * NEWS
5033         * README
5034         * RELEASE_NOTES
5035         * configure.ac
5036                 bump up version number following
5037                 stable release
5038
5039 2007-01-15 [paul]       2.7.0cvs31
5040
5041         * AUTHORS
5042         * src/gtk/authors.h
5043                 add Fabien to the Team list
5044                 add the recent contributors
5045                 make a few corrections
5046
5047 2007-01-15 [paul]       2.7.0cvs30
5048
5049         * src/mainwindow.c
5050                 fix compiler warning
5051         * src/plugins/pgpcore/prefs_gpg.c
5052         * src/plugins/pgpcore/prefs_gpg.h
5053                 add missing include
5054                 fix copyright header
5055
5056 2007-01-14 [colin]      2.7.0cvs29
5057
5058         * src/gtk/filesel.c
5059                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5060                 two benefits: faster to open, will fix strange
5061                 dbus-related crash. Thanks to Pascal Terjan.
5062
5063 2007-01-14 [colin]      2.7.0cvs28
5064
5065         * src/etpan/imap-thread.c
5066                 Delete the old imap just after allocating
5067                 the new one. Makes sure we don't get the
5068                 same pointer by sheer luck, which feels
5069                 strange in the debug log.
5070
5071 2007-01-14 [colin]      2.7.0cvs27
5072
5073         * src/gtk/inputdialog.c
5074                 Make sure we don't print passwords in
5075                 clear text when in debug mode
5076
5077 2007-01-14 [colin]      2.7.0cvs26
5078
5079         * src/gtk/gtksctree.c
5080                 Fix bug 1098, 'bogus last row display 
5081                 after expanding a thread'. Patch by
5082                 Jindrich Makovicka <makovick@gmail.com>
5083
5084 2007-01-14 [colin]      2.7.0cvs25
5085
5086         * src/etpan/imap-thread.c
5087                 Close socket manually before
5088                 freeing the imap struct
5089
5090 2007-01-14 [colin]      2.7.0cvs24
5091
5092         * src/etpan/imap-thread.c
5093                 Maybe fix new reconnection issues
5094
5095 2007-01-13 [colin]      2.7.0cvs23
5096
5097         * src/summaryview.c
5098                 Freeze/thaw on thread selection
5099
5100 2007-01-13 [paul]       2.7.0cvs22
5101
5102         * src/mainwindow.c
5103         * src/summaryview.c
5104         * src/summaryview.h
5105                 add 'Edit/Delete thread'
5106
5107 2007-01-13 [colin]      2.7.0cvs21
5108
5109         * src/prefs_account.c
5110         * src/prefs_compose_writing.c
5111         * src/prefs_message.c
5112         * src/prefs_msg_colors.c
5113         * src/prefs_other.c
5114         * src/prefs_receive.c
5115         * src/prefs_spelling.c
5116         * src/prefs_summaries.c
5117         * src/prefs_themes.c
5118         * src/gtk/gtkutils.c
5119         * src/gtk/gtkutils.h
5120         * src/plugins/pgpcore/prefs_gpg.c
5121         * src/plugins/spamassassin/spamassassin_gtk.c
5122                 Factorize gtk frame creation
5123                 Patch by Pawel
5124
5125 2007-01-13 [colin]      2.7.0cvs20
5126
5127         * src/message_search.c
5128         * src/summary_search.c
5129                 Fix Enter in search windows
5130         * src/messageview.c
5131                 Fix body search starting at the
5132                 end of the mail (and asking for loop)
5133
5134 2007-01-13 [colin]      2.7.0cvs19
5135
5136         * src/etpan/imap-thread.c
5137                 Make sure we don't free the same imap
5138                 twice
5139
5140 2007-01-13 [colin]      2.7.0cvs18
5141
5142         * commitHelper
5143                 Allow multiple commitHelpers to
5144                 run at once
5145
5146 2007-01-12 [colin]      2.7.0cvs17
5147
5148         * src/etpan/imap-thread.c
5149                 Make sure we get rid of the previous mailimap
5150                 when connecting - just in case disconnect was
5151                 unclean
5152
5153 2007-01-12 [paul]       2.7.0cvs16
5154
5155         * src/compose.c
5156                 Strip S/MIME signatures when re-editing
5157                 S/MIME signed messages.
5158
5159 2007-01-12 [paul]       2.7.0cvs15
5160
5161         * configure.ac
5162         * src/addressbook.c
5163         * src/foldersel.c
5164         * src/folderview.c
5165         * src/main.c
5166                 no need to define CLAWS anymore, remove
5167                 all that stuff
5168
5169 2007-01-12 [paul]       2.7.0cvs14
5170
5171         * src/mimeview.c
5172                 check if the mail's signed as
5173                 it can change the mail structure
5174                 Thanks to Colin
5175
5176 2007-01-12 [paul]       2.7.0cvs13
5177
5178         * src/procmime.c
5179                 fix Forwarding msgs with attachments
5180                 that have dos line endings
5181                 Thanks to Colin
5182
5183 2007-01-12 [wwp]        2.7.0cvs12
5184
5185         * configure.ac
5186                 Revert accidentally committed extra version tag.
5187
5188 2007-01-12 [wwp]        2.7.0cvs11
5189
5190         * src/prefs_account.c
5191                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5192
5193 2007-01-11 [colin]      2.7.0cvs10
5194
5195         * src/imap.c
5196                 move g_warning to debug_print
5197                 it scares people for no reason
5198
5199 2007-01-11 [colin]      2.7.0cvs9
5200
5201         * po/POTFILES.in
5202                 Fix files to translate. Patch by
5203                 Fabien
5204
5205 2007-01-11 [paul]       2.7.0cvs8
5206
5207         * src/imap.c
5208                 Fix recursion when server lists the
5209                 current subfolder in the response
5210         * src/mimeview.c
5211                 Fix updating of icon_list/ctree
5212         * src/plugins/pgpcore/select-keys.c
5213                 Fix a few annoyances when choosing
5214                 keys for the CMS (S/MIME) protocol
5215
5216 2007-01-11 [wwp]        2.7.0cvs7
5217
5218         * src/compose.c
5219         * src/prefs_account.c
5220         * src/prefs_account.h
5221                 Add per-account spellcheck default dictionaries settings.
5222
5223 2007-01-10 [colin]      2.7.0cvs6
5224
5225         * src/prefs_folder_item.c
5226                 Factorize strings - patch by Fabien
5227
5228 2007-01-10 [colin]      2.7.0cvs5
5229
5230         * src/mainwindow.c
5231                 Fix bug 1095, 'Crash while changing folder 
5232                 columns during incorporation'
5233
5234 2007-01-09 [colin]      2.7.0cvs4
5235
5236         * src/gtk/pluginwindow.c
5237                 Set the plugin window transient. Seems
5238                 like some window managers hide it in
5239                 the background after "load plugin"...
5240
5241 2007-01-09 [colin]      2.7.0cvs3
5242
5243         * src/gtk/filesel.c
5244                 Use the same type for alloc and free
5245
5246 2007-01-08 [paul]       2.7.0cvs2
5247
5248         * po/nl.po
5249                 updated by Tim Dijkstra
5250
5251 2007-01-08 [paul]       2.7.0cvs1
5252
5253         * src/prefs_themes.c
5254         * src/common/utils.c
5255                 Fix resource leaks
5256
5257 2007-01-08 [paul]       2.7.0
5258
5259         * NEWS
5260         * README
5261         * RELEASE_NOTES
5262                 2.7.0 released
5263
5264 2007-01-08 [paul]       2.6.1cvs119
5265
5266         * doc/man/claws-mail.1
5267                 another correction
5268
5269 2007-01-08 [paul]       2.6.1cvs118
5270
5271         * doc/man/claws-mail.1
5272                 corrections
5273         * manual/advanced.xml
5274                 improved English usage
5275
5276 2007-01-08 [paul]       2.6.1cvs117
5277
5278         * po/ca.po
5279         * po/de.po
5280         * po/en_GB.po
5281         * po/fi.po
5282         * po/it.po
5283         * po/pt_BR.po
5284         * po/sk.po
5285         * po/sr.po
5286         * po/zh_CN.po
5287                 updated by Miquel Oliete, Stephan Sachse, me,
5288                 Tommi Pirinen, Andrea Spadaccini, Frederico
5289                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5290                 Urosevic, and Ralgh Young
5291
5292 2007-01-07 [mones]      2.6.1cvs116
5293
5294         * manual/es/advanced.xml
5295         * po/es.po
5296                 Synced manual (unhide mark_as_read_delay)
5297                 and updated translation for release
5298
5299 2007-01-07 [paul]       2.6.1cvs115
5300
5301         * src/prefs_matcher.c
5302                 make the hbox content fit better under
5303                 various languages
5304
5305 2007-01-07 [colin]      2.6.1cvs114
5306
5307         * src/messageview.c
5308                 Fix bug 1088, 'Ctrl-h produces repeatable
5309                 crash'
5310
5311 2007-01-06 [colin]      2.6.1cvs113
5312
5313         * src/etpan/imap-thread.c
5314                 Add casts to int to get certs. Fixes
5315                 bug 1064, 'crash @ etpan_certificate_check() 
5316                 when opening an IMAP folder', with latest
5317                 libetpan CVS or >= 0.49
5318         * src/mainwindow.c
5319         * src/mainwindow.h
5320         * src/imap_gtk.c
5321         * src/news_gtk.c
5322         * src/prefs_folder_item.c
5323                 Grey out the "synchronise" menu items if
5324                 there's nothing to synchronise.
5325         * src/plugins/pgpcore/sgpgme.c
5326                 Make an error clearer than "Unknown error"
5327
5328 2007-01-06 [colin]      2.6.1cvs112
5329
5330         * src/messageview.c
5331                 Don't try to show a message if updating
5332                 Maybe fixes bug 1088, 'ctrl-h produces
5333                 repeatable crash'.
5334
5335 2007-01-06 [colin]      2.6.1cvs111
5336
5337         * src/summaryview.c
5338                 Disable Control-Space (handle it as Space).
5339
5340 2007-01-05 [paul]       2.6.1cvs110
5341
5342         * src/imap.c
5343                 Fix bug 934, 'sylpheed claws 2.1 
5344                 doesn't show Exchanges Public Folders'
5345                 Thanks to Hoa and Colin
5346         * src/msgcache.c
5347                 Refuse to allocate more than 2 MB for a 
5348                 single field, it's a good indication of
5349                 cache corruption.
5350
5351 2007-01-05 [colin]      2.6.1cvs109
5352
5353         * src/mainwindow.c
5354                 Allow --select'ing emails by Message-ID too
5355
5356 2007-01-05 [colin]      2.6.1cvs108
5357
5358         * src/common/quoted-printable.c
5359                 Uh! Third fix :)
5360
5361 2007-01-05 [colin]      2.6.1cvs107
5362
5363         * src/common/quoted-printable.c
5364                 Fix previous commit about bug 1089
5365                 Thanks to Ralf
5366
5367 2007-01-05 [colin]      2.6.1cvs106
5368
5369         * src/common/quoted-printable.c
5370                 Fix my previous commit on bug 1089
5371                 - Thanks to Ralf :)
5372
5373 2007-01-04 [colin]      2.6.1cvs105
5374
5375         * src/common/quoted-printable.c
5376                 Fix bug 1089, 'NUL characters in Subject 
5377                 line are misinterpreted'. Not a pain to
5378                 fix in fact.
5379
5380 2007-01-04 [colin]      
5381
5382         2.7.0-rc3 released
5383
5384 2007-01-04 [wwp]        2.6.1cvs104
5385
5386         * src/image_viewer.c
5387                 Force operator precedence (fix a compiler warning).
5388
5389 2007-01-04 [colin]      2.6.1cvs103
5390
5391         * src/image_viewer.c
5392                 Be cautious there too (same fix as the one
5393                 in textview from cvs33)
5394         * src/messageview.c
5395                 Don't use any MimeViewer plugin when showing
5396                 all headers
5397
5398 2007-01-03 [wwp]        2.6.1cvs102
5399
5400         * src/html.c
5401         * src/html.h
5402                 fixed "cent" sign (use the existing ASCII one),
5403                 decode more HTML entities,
5404                 converted table ASCII entries to UTF-8,
5405                 moved a switch() into a hashtable.
5406
5407 2007-01-03 [paul]       2.6.1cvs101
5408
5409         * src/compose.c
5410         * src/messageview.c
5411         * src/procmsg.c
5412         * src/procmsg.h
5413                 When possible, use move_msg instead of
5414                 copy_msg + remove_msg to move sent mail
5415                 from Queue to Sent. 
5416
5417 2007-01-03 [paul]       2.6.1cvs100
5418
5419         * src/html.c
5420                 add more html entity recognition:
5421                 pounds, euros, and cents
5422
5423 2007-01-03 [colin]      2.6.1cvs99
5424
5425         * src/imap_gtk.c
5426                 Don't display an error on NOSELECT
5427                 folders when synchronising
5428
5429 2007-01-03 [paul]       2.6.1cvs98
5430
5431         * tools/maildir2claws-mail.pl
5432                 only substitute 'sent-mail' if it's
5433                 the full directory name
5434
5435 2007-01-03 [paul]       2.6.1cvs97
5436
5437         * ChangeLog
5438         * ChangeLog.pre2.0.0
5439         * Makefile.am
5440                 archive a chunk of ChangeLog in
5441                 ChangeLog.pre2.0.0
5442         * ChangeLog.gtk1
5443         * doc/src/ChangeLog.claws-pre0.8.0
5444                 remove ChangeLog.claws-pre0.8.0, adding
5445                 its contents to ChangeLog.gtk1
5446
5447 2007-01-03 [paul]       2.6.1cvs96
5448
5449         * src/account.c
5450         * src/account.h
5451         * src/action.c
5452         * src/action.h
5453         * src/adbookbase.h
5454         * src/addr_compl.c
5455         * src/addr_compl.h
5456         * src/addrbook.c
5457         * src/addrcache.c
5458         * src/addrcache.h
5459         * src/addrcindex.c
5460         * src/addrcindex.h
5461         * src/addrclip.c
5462         * src/addrclip.h
5463         * src/addrdefs.h
5464         * src/addressadd.c
5465         * src/addressadd.h
5466         * src/addressbook.c
5467         * src/addressbook.h
5468         * src/addressbook_foldersel.c
5469         * src/addressbook_foldersel.h
5470         * src/addrgather.c
5471         * src/addrgather.h
5472         * src/addrharvest.c
5473         * src/addrharvest.h
5474         * src/addrindex.c
5475         * src/addrindex.h
5476         * src/addritem.c
5477         * src/addritem.h
5478         * src/addrquery.c
5479         * src/addrquery.h
5480         * src/addrselect.c
5481         * src/addrselect.h
5482         * src/alertpanel.c
5483         * src/alertpanel.h
5484         * src/browseldap.c
5485         * src/browseldap.h
5486         * src/codeconv.c
5487         * src/codeconv.h
5488         * src/compose.c
5489         * src/compose.h
5490         * src/customheader.c
5491         * src/customheader.h
5492         * src/displayheader.c
5493         * src/displayheader.h
5494         * src/editaddress.c
5495         * src/editaddress.h
5496         * src/editbook.c
5497         * src/editbook.h
5498         * src/editgroup.c
5499         * src/editgroup.h
5500         * src/editjpilot.c
5501         * src/editjpilot.h
5502         * src/editldap.c
5503         * src/editldap.h
5504         * src/editldap_basedn.c
5505         * src/editldap_basedn.h
5506         * src/editvcard.c
5507         * src/editvcard.h
5508         * src/exphtmldlg.c
5509         * src/exphtmldlg.h
5510         * src/expldifdlg.c
5511         * src/expldifdlg.h
5512         * src/export.c
5513         * src/export.h
5514         * src/exporthtml.c
5515         * src/exporthtml.h
5516         * src/exportldif.c
5517         * src/exportldif.h
5518         * src/filtering.c
5519         * src/filtering.h
5520         * src/folder.c
5521         * src/folder.h
5522         * src/folder_item_prefs.c
5523         * src/folder_item_prefs.h
5524         * src/foldersel.c
5525         * src/foldersel.h
5526         * src/folderutils.c
5527         * src/folderutils.h
5528         * src/folderview.c
5529         * src/folderview.h
5530         * src/grouplistdialog.c
5531         * src/grouplistdialog.h
5532         * src/headerview.c
5533         * src/html.c
5534         * src/html.h
5535         * src/image_viewer.c
5536         * src/image_viewer.h
5537         * src/imap.c
5538         * src/imap.h
5539         * src/imap_gtk.c
5540         * src/imap_gtk.h
5541         * src/import.c
5542         * src/import.h
5543         * src/importldif.c
5544         * src/importldif.h
5545         * src/importmutt.c
5546         * src/importmutt.h
5547         * src/importpine.c
5548         * src/importpine.h
5549         * src/inc.c
5550         * src/inc.h
5551         * src/jpilot.c
5552         * src/jpilot.h
5553         * src/ldapctrl.c
5554         * src/ldapctrl.h
5555         * src/ldaplocate.c
5556         * src/ldaplocate.h
5557         * src/ldapquery.c
5558         * src/ldapquery.h
5559         * src/ldapserver.c
5560         * src/ldapserver.h
5561         * src/ldaputil.c
5562         * src/ldaputil.h
5563         * src/ldif.c
5564         * src/ldif.h
5565         * src/main.c
5566         * src/main.h
5567         * src/mainwindow.c
5568         * src/mainwindow.h
5569         * src/manual.c
5570         * src/manual.h
5571         * src/mbox.c
5572         * src/message_search.c
5573         * src/message_search.h
5574         * src/messageview.c
5575         * src/messageview.h
5576         * src/mh.c
5577         * src/mh.h
5578         * src/mh_gtk.c
5579         * src/mh_gtk.h
5580         * src/mimeview.c
5581         * src/mimeview.h
5582         * src/msgcache.c
5583         * src/msgcache.h
5584         * src/mutt.c
5585         * src/mutt.h
5586         * src/news.c
5587         * src/news.h
5588         * src/news_gtk.c
5589         * src/news_gtk.h
5590         * src/partial_download.c
5591         * src/partial_download.h
5592         * src/pine.c
5593         * src/pine.h
5594         * src/pop.c
5595         * src/pop.h
5596         * src/prefs_account.c
5597         * src/prefs_account.h
5598         * src/prefs_actions.c
5599         * src/prefs_actions.h
5600         * src/prefs_common.c
5601         * src/prefs_common.h
5602         * src/prefs_compose_writing.c
5603         * src/prefs_compose_writing.h
5604         * src/prefs_customheader.c
5605         * src/prefs_customheader.h
5606         * src/prefs_display_header.c
5607         * src/prefs_display_header.h
5608         * src/prefs_filtering.c
5609         * src/prefs_filtering.h
5610         * src/prefs_filtering_action.c
5611         * src/prefs_filtering_action.h
5612         * src/prefs_folder_column.c
5613         * src/prefs_folder_column.h
5614         * src/prefs_folder_item.c
5615         * src/prefs_folder_item.h
5616         * src/prefs_fonts.c
5617         * src/prefs_fonts.h
5618         * src/prefs_gtk.c
5619         * src/prefs_gtk.h
5620         * src/prefs_image_viewer.c
5621         * src/prefs_image_viewer.h
5622         * src/prefs_matcher.c
5623         * src/prefs_matcher.h
5624         * src/prefs_message.c
5625         * src/prefs_msg_colors.c
5626         * src/prefs_msg_colors.h
5627         * src/prefs_other.c
5628         * src/prefs_quote.c
5629         * src/prefs_receive.c
5630         * src/prefs_send.c
5631         * src/prefs_spelling.c
5632         * src/prefs_spelling.h
5633         * src/prefs_summaries.c
5634         * src/prefs_summaries.h
5635         * src/prefs_summary_column.c
5636         * src/prefs_summary_column.h
5637         * src/prefs_template.c
5638         * src/prefs_template.h
5639         * src/prefs_themes.c
5640         * src/prefs_themes.h
5641         * src/prefs_toolbar.c
5642         * src/prefs_toolbar.h
5643         * src/prefs_wrapping.c
5644         * src/prefs_wrapping.h
5645         * src/privacy.c
5646         * src/privacy.h
5647         * src/procheader.c
5648         * src/procheader.h
5649         * src/procmime.c
5650         * src/procmime.h
5651         * src/procmsg.c
5652         * src/procmsg.h
5653         * src/quote_fmt.c
5654         * src/quote_fmt_parse.y
5655         * src/recv.c
5656         * src/recv.h
5657         * src/remotefolder.c
5658         * src/remotefolder.h
5659         * src/send_message.c
5660         * src/send_message.h
5661         * src/setup.c
5662         * src/setup.h
5663         * src/sourcewindow.c
5664         * src/sourcewindow.h
5665         * src/ssl_manager.c
5666         * src/ssl_manager.h
5667         * src/statusbar.c
5668         * src/statusbar.h
5669         * src/stock_pixmap.c
5670         * src/stock_pixmap.h
5671         * src/summary_search.c
5672         * src/summary_search.h
5673         * src/summaryview.c
5674         * src/summaryview.h
5675         * src/textview.c
5676         * src/textview.h
5677         * src/toolbar.c
5678         * src/toolbar.h
5679         * src/undo.c
5680         * src/undo.h
5681         * src/unmime.c
5682         * src/unmime.h
5683         * src/vcard.c
5684         * src/vcard.h
5685         * src/wizard.c
5686         * src/wizard.h
5687         * src/common/base64.c
5688         * src/common/base64.h
5689         * src/common/defs.h
5690         * src/common/hooks.c
5691         * src/common/hooks.h
5692         * src/common/log.c
5693         * src/common/log.h
5694         * src/common/mgutils.c
5695         * src/common/mgutils.h
5696         * src/common/nntp.c
5697         * src/common/nntp.h
5698         * src/common/passcrypt.c
5699         * src/common/passcrypt.h.in
5700         * src/common/plugin.c
5701         * src/common/plugin.h
5702         * src/common/prefs.c
5703         * src/common/prefs.h
5704         * src/common/progressindicator.c
5705         * src/common/progressindicator.h
5706         * src/common/quoted-printable.c
5707         * src/common/quoted-printable.h
5708         * src/common/session.c
5709         * src/common/session.h
5710         * src/common/smtp.c
5711         * src/common/smtp.h
5712         * src/common/socket.c
5713         * src/common/socket.h
5714         * src/common/ssl.c
5715         * src/common/ssl.h
5716         * src/common/ssl_certificate.c
5717         * src/common/ssl_certificate.h
5718         * src/common/stringtable.c
5719         * src/common/stringtable.h
5720         * src/common/template.c
5721         * src/common/template.h
5722         * src/common/timing.h
5723         * src/common/utils.c
5724         * src/common/utils.h
5725         * src/common/version.h.in
5726         * src/common/xml.c
5727         * src/common/xml.h
5728         * src/common/xmlprops.c
5729         * src/common/xmlprops.h
5730         * src/gtk/about.c
5731         * src/gtk/colorlabel.c
5732         * src/gtk/colorsel.c
5733         * src/gtk/colorsel.h
5734         * src/gtk/combobox.c
5735         * src/gtk/combobox.h
5736         * src/gtk/description_window.c
5737         * src/gtk/description_window.h
5738         * src/gtk/filesel.c
5739         * src/gtk/filesel.h
5740         * src/gtk/foldersort.c
5741         * src/gtk/foldersort.h
5742         * src/gtk/gtksctree.c
5743         * src/gtk/gtkutils.c
5744         * src/gtk/gtkutils.h
5745         * src/gtk/inputdialog.c
5746         * src/gtk/inputdialog.h
5747         * src/gtk/logwindow.c
5748         * src/gtk/logwindow.h
5749         * src/gtk/manage_window.c
5750         * src/gtk/manage_window.h
5751         * src/gtk/menu.c
5752         * src/gtk/menu.h
5753         * src/gtk/pluginwindow.c
5754         * src/gtk/pluginwindow.h
5755         * src/gtk/prefswindow.c
5756         * src/gtk/prefswindow.h
5757         * src/gtk/progressdialog.c
5758         * src/gtk/progressdialog.h
5759         * src/gtk/sslcertwindow.c
5760         * src/gtk/sslcertwindow.h
5761         * src/plugins/bogofilter/bogofilter.c
5762         * src/plugins/bogofilter/bogofilter.h
5763         * src/plugins/bogofilter/bogofilter_gtk.c
5764         * src/plugins/clamav/clamav_plugin.c
5765         * src/plugins/clamav/clamav_plugin.h
5766         * src/plugins/clamav/clamav_plugin_gtk.c
5767         * src/plugins/demo/demo.c
5768         * src/plugins/dillo_viewer/dillo_prefs.c
5769         * src/plugins/dillo_viewer/dillo_prefs.h
5770         * src/plugins/dillo_viewer/dillo_viewer.c
5771         * src/plugins/pgpcore/passphrase.c
5772         * src/plugins/pgpcore/passphrase.h
5773         * src/plugins/pgpcore/pgp_viewer.c
5774         * src/plugins/pgpcore/pgp_viewer.h
5775         * src/plugins/pgpcore/plugin.c
5776         * src/plugins/pgpcore/select-keys.c
5777         * src/plugins/pgpcore/select-keys.h
5778         * src/plugins/pgpcore/sgpgme.c
5779         * src/plugins/pgpcore/sgpgme.h
5780         * src/plugins/pgpinline/pgpinline.c
5781         * src/plugins/pgpinline/pgpinline.h
5782         * src/plugins/pgpinline/plugin.c
5783         * src/plugins/pgpmime/pgpmime.c
5784         * src/plugins/pgpmime/pgpmime.h
5785         * src/plugins/pgpmime/plugin.c
5786         * src/plugins/spamassassin/spamassassin.c
5787         * src/plugins/spamassassin/spamassassin.h
5788         * src/plugins/spamassassin/spamassassin_gtk.c
5789         * src/plugins/trayicon/trayicon.c
5790                 it's 2007, update the year in the copyright headers
5791
5792 2007-01-03 [paul]       2.6.1cvs95
5793
5794         * src/gtk/about.c
5795                 it is 2007, use it in the copyright string
5796
5797 2007-01-03 [paul]       2.6.1cvs94
5798
5799         * src/html.c
5800                 html entity conversion:
5801                 move &#153; to a more suitable place
5802                 add &bull; and &ndash;
5803                 make sure &mdash; and &#8212; are both
5804                 converted the same
5805
5806 2007-01-02 [colin]      2.6.1cvs93
5807
5808         * src/addrbook.c
5809                 Fix leak
5810         * src/common/plugin.c
5811                 Add comment
5812         * src/etpan/imap-thread.c
5813                 Fix warning
5814
5815 2006-12-31 [paul]       2.6.1cvs92
5816
5817         * src/prefs_summaries.c
5818                 use gtk_button_new_from_stock()
5819
5820 2006-12-30 [colin]      2.6.1cvs91
5821
5822         * src/folder.c
5823         * src/imap_gtk.c
5824         * src/mh_gtk.c
5825                 Don't update filtering and account paths 
5826                 when copying folders
5827
5828 2006-12-30 [colin]      2.6.1cvs90
5829
5830         * src/prefs_compose_writing.c
5831         * src/prefs_quote.c
5832         * src/prefs_template.c
5833                 Use message font for Writing and 
5834                 Quoting prefs, as well as Templates.
5835
5836 2006-12-30 [colin]      2.6.1cvs89
5837
5838         * src/prefs_summaries.c
5839                 Rework GUI; patch by Pawel
5840
5841 2006-12-29 [colin]      2.6.1cvs88
5842
5843         * src/prefs_folder_item.c
5844                 Fix bug 1085, 'Apply to subfolder 
5845                 doesn't work' - I was mistaken saying
5846                 it worked in every case
5847
5848 2006-12-28 [colin]      2.6.1cvs87
5849
5850         * src/gtk/gtkaspell.c
5851                 Don't assert if use_alternate is true
5852                 and alt_dictionary isn't set -- this 
5853                 is what happens on upgrade! Rather,
5854                 do with it.
5855
5856 2006-12-28 [colin]      2.6.1cvs86
5857
5858         * Makefile.am
5859                 Fix desktop/icon simplification
5860
5861 2006-12-28 [colin]      2.6.1cvs85
5862
5863         * Makefile.am
5864                 Make desktop and icon not 
5865                 dependant on the desktop
5866
5867 2006-12-28 [wwp]        2.6.1cvs84
5868
5869         * src/plugins/pgpmime/claws.def
5870                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5871
5872 2006-12-28 [wwp]        2.6.1cvs83
5873
5874         * src/prefs_folder_item.c
5875                 Fix coloring of "simplify subject regexp" (folder prefs),
5876                 which might be left to red whereas the regexp gets empty.
5877
5878 2006-12-28 [wwp]        2.6.1cvs82
5879
5880         * src/prefs_common.c
5881         * src/prefs_common.h
5882         * src/addressbook.c
5883         * src/addressitem.h
5884                 Save addressbook mainwindow's horizontal and vertical splitter position.
5885
5886 2006-12-27 [wwp]        2.6.1cvs81
5887
5888         * src/gtk/gtkaspell.c
5889         * src/gtk/gtkaspell.h
5890         * src/compose.c
5891                 Fix assignment of compose's default and alternate dictionary from
5892                 account or folder settings. Now gtkaspell_change_dict does rotate
5893                 dicts only when it's called from a menu cb.
5894
5895 2006-12-27 [wwp]        2.6.1cvs80
5896
5897         * src/folder_item_prefs.c
5898                 Fix randomly initialized default-alt-dictionary (folder prefs),
5899                 complete 2.6.1cvs72.
5900
5901 2006-12-27 [paul]       2.6.1cvs79
5902
5903         * src/imap_gtk.c
5904         * src/mh_gtk.c
5905                 Add Copy folder in the folder's contextual
5906                 menu
5907
5908 2006-12-27 [wwp]        2.6.1cvs78
5909
5910         * src/imap.c
5911                 Clean up session locking, thanks to Colin.
5912
5913 2006-12-26 [colin]      2.6.1cvs77
5914
5915         * src/statusbar.c
5916                 Revert previous patch
5917
5918 2006-12-26 [colin]      2.6.1cvs76
5919
5920         * src/folder.c
5921         * src/folderview.c
5922         * src/imap.c
5923         * src/statusbar.c
5924         * src/etpan/imap-thread.c
5925                 Fix previous commit warnings
5926                 Make statusbar update every second if total < 20
5927                 Make IMAP APPEND faster by simplifying log              
5928
5929 2006-12-26 [colin]      2.6.1cvs75
5930
5931         * src/folder.c
5932         * src/folder.h
5933         * src/folderview.c
5934         * src/folderview.h
5935         * src/imap_gtk.c
5936         * src/mh_gtk.c
5937                 Make it possible to copy folders accross
5938                 mailboxes (this was an arbitrary limitation).
5939                 Still make it impossible to move folders 
5940                 accross mailboxes.
5941
5942 2006-12-26 [colin]      2.6.1cvs74
5943
5944         * src/etpan/imap-thread.c
5945                 Fix bug 1081, 'claws-mail 
5946                 segfaults when going offline 
5947                 while it transfers mails via 
5948                 imap'
5949
5950 2006-12-26 [colin]      2.6.1cvs73
5951
5952         * src/folder_item_prefs.c
5953                 Don't forget alt dictionary when
5954                 renaming/moving folders
5955
5956 2006-12-26 [wwp]        2.6.1cvs72
5957
5958         * src/folder_item_prefs.c
5959                 Add missing defaults for per-folder alt dict
5960                 (forgotten in 2.6.1cvs61).
5961
5962 2006-12-26 [colin]      2.6.1cvs71
5963
5964         * src/wizard.c
5965                 Add tooltip to state that specifying
5966                 full path to mailbox is possible
5967
5968 2006-12-26 [wwp]        2.6.1cvs70
5969
5970         * src/partial_download.c
5971         * src/gtk/gtkvscrollbutton.c
5972         * src/plugins/pgpinline/plugin.c
5973                 Fix for few compiler warnings that matter.
5974
5975 2006-12-25 [colin]      2.6.1cvs69
5976
5977         * src/partial_download.c
5978                 Fix marking for download or deletion
5979                 when the header isn't the first
5980         * src/gtk/logwindow.c
5981                 Fix start of scrolling
5982
5983 2006-12-23 [paul]       2.6.1cvs68
5984
5985         * src/compose.c
5986                 change last commit to use the 'academic'
5987                 method instead. Thanks to wwp
5988
5989 2006-12-23 [paul]       2.6.1cvs67
5990
5991         * src/compose.c
5992                 don't warn about empty subject when
5993                 redirecting
5994
5995 2006-12-22 [colin]      2.6.1cvs66
5996
5997         * src/summary_search.c
5998                 Fix previous patch
5999
6000 2006-12-22 [colin]      2.6.1cvs65
6001
6002         * src/gtk/gtkutils.c
6003         * src/imap.c
6004         * src/jpilot.c
6005         * src/summary_search.c
6006                 A few warning fixes
6007
6008 2006-12-23 [paul]       
6009
6010         2.7.0-rc2 released
6011
6012 2006-12-22 [colin]      2.6.1cvs64
6013
6014         * src/toolbar.c
6015         * src/toolbar.h
6016                 Add a combo to the learn spam button
6017         * src/plugins/bogofilter/bogofilter.c
6018         * src/plugins/bogofilter/bogofilter_gtk.c
6019         * src/plugins/bogofilter/bogofilter.h
6020                 Allow to store Unsure mails in a specific
6021                 folder to make better teaching easier
6022
6023 2006-12-21 [wwp]        2.6.1cvs63
6024
6025         * src/compose.c
6026         * src/prefs_common.c
6027         * src/prefs_common.h
6028         * src/prefs_spelling.c
6029         * src/gtk/gtkaspell.c
6030         * src/gtk/gtkaspell.h
6031                 Allow spell-checking using both current and alternate dictionaries
6032                 (thanks to Colin).
6033
6034 2006-12-21 [wwp]        2.6.1cvs62
6035
6036         * src/gtk/gtkaspell.c
6037                 Apply recheck_when_changing_dict (highlight all mispelled words)
6038                 when switching to alternate dictionary.
6039
6040 2006-12-21 [wwp]        2.6.1cvs61
6041
6042         * src/compose.c
6043         * src/folder_item_prefs.h
6044         * src/prefs_common.c
6045         * src/prefs_common.h
6046         * src/prefs_folder_item.c
6047         * src/prefs_spelling.c
6048         * src/gtk/gtkaspell.c
6049         * src/gtk/gtkaspell.h
6050                 Add global and per-folder prefs to set the default
6051                 alternate dictionary.
6052
6053 2006-12-21 [colin]      2.6.1cvs60
6054
6055         * src/folder.c
6056                 Look for folders by path in all folders
6057         * src/html.c
6058                 add &mdash;
6059
6060 2006-12-20 [colin]      2.6.1cvs59
6061
6062         * src/gtk/quicksearch.c
6063                 Make sure in_typing is false when clearing
6064
6065 2006-12-20 [wwp]        2.6.1cvs58
6066
6067         * configure.ac
6068                 change manual's target dir to be LFH-compliant (thanks to Colin).
6069
6070 2006-12-20 [wwp]        2.6.1cvs57
6071
6072         * src/prefs_common.c
6073         * src/prefs_summaries.c
6074                 i18n fix and factorize patch, thanks to Fabien.
6075
6076 2006-12-20 [paul]       2.6.1cvs56
6077
6078         * configure.ac
6079                 last of the renaming (??)
6080         * src/main.c
6081                 correct --help info of --status-full
6082         * src/plugins/bogofilter/bogofilter.c
6083                 make FALSE default of whitelist_ab
6084
6085 2006-12-19 [colin]      2.6.1cvs55
6086
6087         * src/jpilot.c
6088                 Same as before, without depending on
6089                 pisock >= 0.12
6090
6091 2006-12-19 [colin]      2.6.1cvs54
6092
6093         * src/jpilot.c
6094                 Fix bug 1059, 'Better jpilot charset 
6095                 handling'. Use libpisync's charset conversion
6096                 if possible
6097
6098 2006-12-19 [colin]      2.6.1cvs53
6099
6100         * po/fr.po
6101                 Updated by Fabien
6102
6103 2006-12-19 [wwp]        2.6.1cvs52
6104
6105         * src/gtk/about.c
6106                 Add missing #include (thanks to Colin).
6107
6108 2006-12-19 [wwp]        2.6.1cvs51
6109
6110         * src/prefs_receive.c
6111                 Better spacing between widgets in prefs.
6112
6113 2006-12-18 [colin]      2.6.1cvs50
6114
6115         * src/imap.c
6116                 Fix failure to get separator on LIST "" ""
6117                 Try LIST "" "INBOX" too.
6118
6119 2006-12-18 [wwp]        2.6.1cvs49
6120
6121         * src/common/session.c
6122                 Fix a compiler warning (thanks to Fabien).
6123
6124 2006-12-18 [wwp]        2.6.1cvs48
6125
6126         * src/compose.c
6127         * src/prefs_quote.c
6128                 Factorize some strings for translation (it's about error
6129                 messages when applying or checking template/quote format).
6130
6131 2006-12-18 [colin]      2.6.1cvs47
6132
6133         * Makefile.am
6134         * src/common/defs.h
6135         * src/gtk/Makefile.am
6136         * src/gtk/about.c
6137                 Add a Release notes tab from the contents of
6138                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6139
6140 2006-12-17 [colin]      2.6.1cvs46
6141
6142         * src/mimeview.c
6143         * src/textview.c
6144         * src/gtk/filesel.c
6145                 Correctly convert from/to UTF8/filename encoding
6146                 when loading and saving files. Probably fixes
6147                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6148                 for a file to attach and is blocked...'
6149
6150 2006-12-17 [colin]      2.6.1cvs45
6151
6152         * src/gtk/logwindow.c
6153                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6154                 IMAP folder and is blocked on main thread': 
6155                 make sure we put utf8 in the log.
6156
6157 2006-12-16 [colin]      2.6.1cvs44
6158
6159         * src/toolbar.c
6160         * src/toolbar.h
6161                 Fix bug 1055, 'Add the 'cancel receive' 
6162                 in the available events for the toolbar buttons'
6163
6164 2006-12-16 [colin]      2.6.1cvs43
6165
6166         * po/POTFILES.in
6167         * src/imap.c
6168         * src/common/nntp.c
6169         * src/common/session.c
6170                 Log error when SSL handshakes fail. 
6171                 Fixes bug 1082, 'incorrect / imprecise 
6172                 error message when imap server provides 
6173                 ssl only through STARTTLS but SSL is 
6174                 selected'
6175
6176 2006-12-15 [wwp]        2.6.1cvs42
6177
6178         * src/plugins/bogofilter/bogofilter_gtk.c
6179                 set proper sensitivity to widgets I've recently added.
6180
6181 2006-12-15 [colin]      
6182
6183         2.7.0-rc1 released
6184
6185 2006-12-15 [wwp]        2.6.1cvs41
6186
6187         * src/plugins/bogofilter/bogofilter.c
6188         * src/plugins/bogofilter/bogofilter.h
6189         * src/plugins/bogofilter/bogofilter_gtk.c
6190                 bogofilter's whitelist can now use a subset of
6191                 the addressbook (either a book, a subfolder of a book,
6192                 or the whole addressbook by using "Any"). Re-used there
6193                 some pref_matcher widgets and mechanisms to match a subset
6194                 of the addressbook.
6195
6196 2006-12-15 [wwp]        2.6.1cvs40
6197
6198         * src/wizard.c
6199         * src/common/plugin.c
6200         * src/common/plugin.h
6201         * src/gtk/about.c
6202         * src/plugins/bogofilter/bogofilter.c
6203         * src/plugins/clamav/clamav_plugin.c
6204         * src/plugins/demo/demo.c
6205         * src/plugins/dillo_viewer/dillo_viewer.c
6206         * src/plugins/pgpcore/plugin.c
6207         * src/plugins/pgpinline/plugin.c
6208         * src/plugins/pgpmime/plugin.c
6209         * src/plugins/spamassassin/spamassassin.c
6210         * src/plugins/trayicon/trayicon.c
6211                 factorize some translatable strings (plugins-related),
6212                 fix missing punctuation in several places,
6213                 remove useless translatable \n in about.c,
6214                 and factorize plugin init code w/ a new function
6215                 check_plugin_version() in common/plugin.c.
6216                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6217
6218 2006-12-15 [wwp]        2.6.1cvs39
6219
6220         * src/plugins/bogofilter/bogofilter.c
6221         * src/plugins/bogofilter/bogofilter_gtk.c
6222                 flag whitelisted spams as spam, but don't filter it to the spam
6223                 folder. Thanks to Colin.
6224
6225 2006-12-15 [ticho]      2.6.1cvs38
6226
6227         * src/plugins/bogofilter/bogofilter.c
6228         * src/plugins/bogofilter/bogofilter.h
6229         * src/plugins/bogofilter/bogofilter_gtk.c
6230                 Add option to whitelist senders found in addressbook. Patch by colin.
6231
6232 2006-12-15 [paul]       2.6.1cvs37
6233
6234         * src/folderview.c
6235                 add missing #include "log.h"
6236
6237 2006-12-15 [paul]       2.6.1cvs36
6238
6239         * src/plugins/bogofilter/bogofilter.c
6240         * src/plugins/bogofilter/bogofilter.h
6241         * src/plugins/bogofilter/bogofilter_gtk.c
6242                 Add an option to allow inserting an
6243                 X-Claws-Bogosity header (on MH folders
6244                 only). Patch by Colin
6245
6246 2006-12-14 [colin]      2.6.1cvs35
6247
6248         * src/main.c
6249                 "Yes" should be the default choice for
6250                 migration configuration
6251
6252 2006-12-14 [paul]       2.6.1cvs34
6253
6254         * src/prefs_summaries.c
6255         * manual/advanced.xml
6256                 Unhide mark_as_read_delay
6257
6258 2006-12-14 [paul]       2.6.1cvs33
6259
6260         * src/messageview.c
6261         * src/messageview.h
6262         * src/mimeview.c
6263         * src/mimeview.h
6264         * src/summaryview.c
6265         * src/textview.c
6266         * src/textview.h
6267                 Fix printing of selection
6268                 Fix printing of message parts
6269                 Fix printing of images
6270         * src/gtk/gtksourceprintjob.c
6271                 Fix page count when there are images
6272
6273 2006-12-14 [wwp]        2.6.1cvs32
6274
6275         * src/mainwindow.c
6276         * src/summaryview.c
6277         * src/summaryview.h
6278         * src/gtk/quicksearch.c
6279                 fix quicksearch 'magnify' button status when QS is closed
6280                 using the Escape key, thanks to Colin.
6281
6282 2006-12-14 [wwp]        2.6.1cvs31
6283
6284         * src/mainwindow.c
6285         * src/summaryview.c
6286         * src/summaryview.h
6287         * src/gtk/quicksearch.c
6288                 fix quicksearch 'magnify' button status when QS is closed
6289                 using the Escape key, thanks to Colin.
6290
6291 2006-12-13 [colin]      2.6.1cvs30
6292
6293         * src/ldapquery.c
6294         * src/ldaputil.c
6295                 Use the binary safe version of ldap_get_values,
6296                 to make sure we manipulate null-terminated 
6297                 strings. Maybe fixes bug 1075, 'claws mail 
6298                 segfault when completing ldap adresses'
6299         * src/syldap.c ** REMOVED **
6300         * src/syldap.h ** REMOVED **
6301                 Remove dead files
6302
6303 2006-12-13 [mones]      2.6.1cvs29
6304
6305         * po/es.po
6306                 Fixed piped strings, fixed click translation
6307
6308 2006-12-13 [paul]       2.6.1cvs28
6309
6310         * src/main.c
6311                 don't translate these strings
6312
6313 2006-12-13 [paul]       2.6.1cvs27
6314
6315         * po/en_GB.po
6316                 updated
6317
6318 2006-12-13 [colin]      2.6.1cvs26
6319
6320         * src/main.c
6321         * src/main.h
6322                 Add claws_is_starting()
6323
6324 2006-12-13 [mones]      2.6.1cvs25
6325
6326         * manual/es/advanced.xml
6327         * po/es.po
6328                 Synced manual and updated translation
6329
6330 2006-12-12 [colin]      2.6.1cvs24
6331
6332         * src/wizard.c
6333                 Add an option to use STARTTLS in the
6334                 welcome wizard. Fixes bug 1080, 
6335                 'Using SSL option in wizard for incoming 
6336                 server does not activate SSL with STARTTLS'
6337
6338 2006-12-12 [colin]      2.6.1cvs23
6339
6340         * src/main.c
6341                 Don't exit when there's an incomplete
6342                 mailbox configured - leaves a chance 
6343                 to fix a failing IMAP account. Exit
6344                 if no mailbox at all is loaded (case
6345                 of missing plugin).
6346                 Completes bug 1077's fix (I was wrong
6347                 in this bug's comment #3).
6348
6349 2006-12-12 [colin]      2.6.1cvs22
6350
6351         * src/gtk/menu.h
6352                 Add another menu data type
6353         * src/prefs_account.c
6354                 Complete the completion of bug 1076
6355                 (doesn't lose the pref on apply)
6356
6357 2006-12-12 [paul]       2.6.1cvs21
6358
6359         * src/prefs_account.c
6360                 complete the fix of bug 1076
6361                 also be more verbose with the text
6362
6363 2006-12-12 [paul]       2.6.1cvs20
6364
6365         * src/gtk/combobox.c
6366                 fix compilation warning
6367
6368 2006-12-11 [colin]      2.6.1cvs19
6369
6370         * src/wizard.c
6371                 Document :port in server entry tooltips
6372
6373 2006-12-11 [colin]      2.6.1cvs18
6374
6375         * src/main.c
6376                 Fix compile
6377
6378 2006-12-11 [colin]      2.6.1cvs17
6379
6380         * src/main.c
6381                 Add failing IMAP as a reason for no
6382                 mailbox
6383
6384 2006-12-11 [colin]      2.6.1cvs16
6385
6386         * src/prefs_account.c
6387                 Check for existence of inbox for local
6388                 accounts too
6389         * src/wizard.c
6390                 Allow setting the port to use for servers
6391                 by using the usual "server.example.com:port"
6392                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6393                 not start when IMAP server is unavailable'
6394
6395 2006-12-11 [colin]      2.6.1cvs15
6396
6397         * src/prefs_account.c
6398                 Prevent use of non-existing default inbox
6399
6400 2006-12-11 [colin]      2.6.1cvs14
6401
6402         * src/prefs_account.c
6403                 Fix sensitivity. Fixes bug 1076, 'privacy 
6404                 options are displayed even when pgp plugin 
6405                 not loaded / available'
6406
6407 2006-12-09 [colin]      2.6.1cvs13
6408
6409         * manual/advanced.xml
6410         * src/prefs_common.c
6411         * src/prefs_common.h
6412         * src/common/ssl_certificate.c
6413                 Add a new hidden preference, 'unsafe_ssl_certs',
6414                 which allows to store multiple certificates per
6415                 server/port. This is disabled by default because
6416                 it's less secure (presenting a new certificate
6417                 instead of a changed one raises less alarms).
6418                 This will cause Claws to ask about an unknown
6419                 certificate for people who have used 2.6.1cvs8
6420                 or greater.
6421
6422 2006-12-09 [colin]      2.6.1cvs12
6423
6424         * src/action.c
6425                 Fix cache updating after action
6426
6427 2006-12-07 [wwp]        2.6.1cvs11
6428
6429         * src/compose.c
6430                 fix email address comparison when replying to all
6431                 (avoid replying to ourselves), thanks to Colin.
6432
6433 2006-12-06 [paul]       2.6.1cvs10
6434
6435         * src/addrharvest.c
6436         * src/editldap.c
6437         * src/expldifdlg.c
6438         * src/news.c
6439         * src/toolbar.c
6440         * src/common/utils.c
6441                 ...and more renaming
6442                 Thanks to Colin
6443
6444 2006-12-06 [paul]       2.6.1cvs9
6445
6446         * src/compose.c
6447         * src/messageview.c
6448         * src/procheader.c
6449         * src/procmime.c
6450         * src/procmsg.c
6451         * src/textview.c
6452                 more renaming
6453                 Thanks to Colin
6454
6455 2006-12-06 [colin]      2.6.1cvs8
6456
6457         * src/ssl_manager.c
6458         * src/common/ssl_certificate.c
6459         * src/common/ssl_certificate.h
6460                 Handle multiple certificates per host/port
6461
6462 2006-12-06 [colin]      2.6.1cvs7
6463
6464         * src/etpan/imap-thread.c
6465                 Fix certificate checking on IMAP
6466
6467 2006-12-06 [colin]      2.6.1cvs6
6468
6469         * src/folderview.c
6470                 Fix bug 1072, 'Claws stops fetching newsgroups 
6471                 from server when newsgroup got deleted': continue
6472                 checking other groups
6473
6474 2006-12-05 [wwp]        2.6.1cvs5
6475
6476         * src/message_search.c
6477         * src/summary_search.c
6478         * src/gtk/combobox.c
6479         * src/gtk/combobox.h
6480         * src/gtk/gtkutils.c
6481         * src/gtk/gtkutils.h
6482                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6483                 behave like w/ old comboboxes (summary and message search only).
6484
6485 2006-12-05 [paul]       2.6.1cvs4
6486
6487         * src/wizard.c
6488                 encode headers
6489                 Thanks to Colin
6490
6491 2006-12-05 [paul]       2.6.1cvs3
6492
6493         * tools/README
6494         * tools/textviewer.pl
6495                 script updated and description added
6496
6497 2006-12-04 [colin]      2.6.1cvs2
6498
6499         * src/compose.c
6500                 Run pre-send hook only when checking
6501                 everything
6502
6503 2006-12-04 [paul]       2.6.1cvs1
6504
6505         * NEWS
6506         * README
6507         * RELEASE_NOTES
6508         * configure.ac
6509         * tools/README
6510                 bump up version number following stable release
6511
6512 2006-12-04 [paul]       2.6.0cvs83
6513
6514         * README
6515                 updates and corrections
6516
6517 2006-12-04 [colin]      2.6.0cvs82
6518
6519         * src/common/utils.c
6520                 Probably fix bug 1066, 'Incorrect mailbox 
6521                 size displayed'
6522
6523 2006-12-04 [colin]      2.6.0cvs81
6524
6525         * src/common/utils.c
6526                 Trim tabs from mailcap file too.
6527
6528 2006-12-02 [paul]       2.6.0cvs80
6529
6530         * src/exphtmldlg.c
6531                 fix broken GUI under certain languages
6532         * src/expldifdlg.c
6533                 put the Cancel button to the right
6534
6535 2006-12-01 [paul]       2.6.0cvs79
6536
6537         * tools/Makefile.am
6538                 remove reference to removed file
6539
6540 2006-12-01 [wwp]        2.6.0cvs78
6541
6542         * src/addressbook.c
6543         * src/editaddress.c
6544                 remove forgotten debug statements.
6545
6546 2006-12-01 [wwp]        2.6.0cvs77
6547
6548         * manual/advanced.xml
6549         * manual/fr/advanced.xml
6550         * src/addressbook.c
6551         * src/addressbook.h
6552         * src/addressitem.h
6553         * src/editaddress.c
6554         * src/editaddress.h
6555         * src/prefs_common.c
6556         * src/prefs_common.h
6557         * src/gtk/gtkutils.c
6558         * src/gtk/gtkutils.h
6559                 add a hidden option to allow embedding the editaddress (edit contact details)
6560                 dialog into the addressbook's window. This doesn't change the default
6561                 behaviour.
6562
6563 2006-12-01 [wwp]        2.6.0cvs76
6564
6565         * src/message_search.c
6566         * src/summary_search.c
6567                 fix more focus issues (don't set focus to combobox's entry widget when
6568                 entry's value changed, if entry widget has focus already).
6569
6570 2006-12-01 [wwp]        2.6.0cvs75
6571
6572         * src/gtk/quicksearch.c
6573                 revert last changes to the quicksearch gtk_combo_box, this needs more
6574                 tuning and testing.
6575
6576 2006-12-01 [paul]       2.6.0cvs74
6577
6578         * tools/kdeservicemenu/README
6579         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6580         * tools/kdeservicemenu/install.sh
6581         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6582         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6583                 simplify this stuff, and in so doing,
6584                 fix it. (possibly re-extend it again at
6585                 a later date)
6586
6587 2006-12-01 [wwp]        2.6.0cvs73
6588
6589         * src/gtk/quicksearch.c
6590                 adapt quicksearch code to use modern gtk_combo_box'es.
6591
6592 2006-12-01 [wwp]        2.6.0cvs72
6593
6594         * src/common/defs.h
6595         * src/prefs_common.c
6596         * src/prefs_common.h
6597         * src/message_search.c
6598         * src/summary_search.c
6599         * src/gtk/combobox.c
6600         * src/gtk/combobox.h
6601                 add history combos to all message and summary search fields.
6602
6603 2006-12-01 [wwp]        2.6.0cvs71
6604
6605         * src/summaryview.c
6606                 As the list may change while the mark as read delay
6607                 runs, we can't rely on the 'row' pointer, which can
6608                 be invalid when the timeout is called. As the mark
6609                 as read is only done if the message is still selected,
6610                 use summaryview->selected instead. Thanks to Colin.
6611
6612 2006-11-30 [paul]       2.6.0cvs70
6613
6614         * src/textview.c
6615                 give emphasis to "Sylpheed-Claws"
6616                 as well as "Claws Mail"
6617
6618 2006-11-30 [colin]      2.6.0cvs69
6619
6620         * src/wizard.c
6621                 Put the SSL checkboxes in the receiving
6622                 and sending server pages.
6623
6624 2006-11-29 [colin]      2.6.0cvs68
6625
6626         * src/gtk/gtkutils.c
6627         * src/gtk/gtkvscrollbutton.c
6628                 Revert some deprecated fixes - they seem to
6629                 deprecate stuff as soon as a new one gets out.
6630                 g_object_ref_sink needed glib-2.10.
6631
6632 2006-11-29 [colin]      2.6.0cvs67
6633
6634         * src/common/utils.c
6635                 Create .mailcap if it doesn't exist
6636
6637 2006-11-29 [colin]      2.6.0cvs66
6638
6639         * src/compose.c
6640                 Followup to cvs60: use original list
6641                 of recipients if replying to a mail
6642                 in Sent Drafts or Queue.
6643
6644 2006-11-27 [paul]       2.6.0cvs65
6645
6646         * src/image_viewer.c
6647                 revert the last change for now (it's broken)
6648
6649 2006-11-27 [paul]       2.6.0cvs64
6650
6651         * Makefile.am
6652         * configure.ac
6653         * m4/aclocal-include.m4
6654         * m4/check-type.m4
6655         * src/Makefile.am
6656         * src/addr_compl.c
6657         * src/compose.c
6658         * src/crash.c
6659         * src/export.c
6660         * src/exporthtml.c
6661         * src/exportldif.c
6662         * src/imap.c
6663         * src/import.c
6664         * src/main.c
6665         * src/main.h
6666         * src/matcher.c
6667         * src/mimeview.c
6668         * src/procmsg.c
6669         * src/textview.c
6670         * src/common/Makefile.am
6671         * src/common/claws.c
6672         * src/common/claws.h
6673         * src/common/ssl.c
6674         * src/common/sylpheed.c
6675         * src/common/sylpheed.h
6676         * src/etpan/Makefile.am
6677         * src/gtk/Makefile.am
6678         * src/gtk/claws-marshal.list
6679         * src/gtk/filesel.c
6680         * src/gtk/gtksctree.c
6681         * src/gtk/quicksearch.c
6682         * src/gtk/sylpheed-marshal.list
6683         * src/plugins/bogofilter/bogofilter.c
6684         * src/plugins/bogofilter/bogofilter_gtk.c
6685         * src/plugins/clamav/clamav_plugin.c
6686         * src/plugins/clamav/clamav_plugin_gtk.c
6687         * src/plugins/demo/demo.c
6688         * src/plugins/dillo_viewer/dillo_viewer.c
6689         * src/plugins/pgpcore/Makefile.am
6690         * src/plugins/pgpcore/claws.def
6691         * src/plugins/pgpcore/pgp_viewer.c
6692         * src/plugins/pgpcore/plugin.c
6693         * src/plugins/pgpcore/sylpheed.def
6694         * src/plugins/pgpinline/Makefile.am
6695         * src/plugins/pgpinline/claws.def
6696         * src/plugins/pgpinline/plugin.c
6697         * src/plugins/pgpinline/sylpheed.def
6698         * src/plugins/pgpmime/Makefile.am
6699         * src/plugins/pgpmime/claws.def
6700         * src/plugins/pgpmime/plugin.c
6701         * src/plugins/pgpmime/sylpheed.def
6702         * src/plugins/spamassassin/spamassassin.c
6703         * src/plugins/spamassassin/spamassassin_gtk.c
6704         * src/plugins/trayicon/trayicon.c
6705                 yet more renaming
6706                 remove deprecated gtk_tooltips_set_delay()
6707
6708 2006-11-26 [paul]       2.6.0cvs63
6709
6710         * src/expldifdlg.c
6711         * src/folderview.c
6712         * src/image_viewer.c
6713         * src/mainwindow.c
6714         * src/gtk/gtkutils.c
6715         * src/gtk/gtkvscrollbutton.c
6716         * src/gtk/prefswindow.c
6717         * src/plugins/pgpcore/prefs_gpg.c
6718                 replace more deprecated GTK+ functions
6719
6720 2006-11-26 [paul]       2.6.0cvs62
6721
6722         * src/addr_compl.c
6723         * src/addressbook.c
6724         * src/browseldap.c
6725                 replace deprecated gtk_idle_... functions
6726
6727 2006-11-26 [paul]       2.6.0cvs61
6728
6729         * src/compose.c
6730         * src/folderview.c
6731         * src/inc.c
6732         * src/summaryview.c
6733         * src/gtk/gtkvscrollbutton.c
6734         * src/gtk/quicksearch.c
6735         * src/plugins/pgpcore/passphrase.c
6736                 replace deprecated gtk_timeout_add and
6737                 gtk_timeout_remove
6738
6739 2006-11-26 [paul]       2.6.0cvs60
6740
6741         * src/compose.c
6742                 fix bug that caused the wrong recipient
6743                 to be selected when replying to a msg
6744                 which is From one of our accounts to
6745                 another of our accounts
6746
6747 2006-11-25 [paul]       2.6.0cvs59
6748
6749         * src/summaryview.c
6750                 don't change the From column title to
6751                 To if the To column is visible
6752
6753 2006-11-24 [paul]       2.6.0cvs58
6754
6755         * src/compose.c
6756                 fix bug 1069, 'Sent mails disappear, BCC
6757                 or locking problem?'
6758
6759 2006-11-21 [wwp]        2.6.0cvs57
6760
6761         * src/compose.c
6762                 fix spelling menu when replying (same as 2.3.1cvs39):
6763                 discrepancy between context menu and top menu when
6764                 folder's dictionary isn't the default one.
6765
6766 2006-11-19 [paul]       2.6.0cvs56
6767
6768         * src/summaryview.c
6769                 obey always_show_msg option when
6770                 marking as spam
6771         * src/plugins/bogofilter/bogofilter.c
6772                 fix typo
6773
6774 2006-11-18 [paul]       2.6.0cvs55
6775
6776         * AUTHORS
6777         * README
6778         * debian/copyright
6779         * manual/ack.xml
6780         * manual/es/ack.xml
6781         * manual/fr/ack.xml
6782         * manual/pl/ack.xml
6783         * src/gtk/authors.h
6784         * src/gtk/icon_legend.c
6785         * src/gtk/icon_legend.h
6786         * tools/OOo2claws-mail.pl
6787         * tools/README
6788         * tools/acroread2claws-mail.pl
6789         * tools/claws.i18n.status.pl
6790         * tools/filter_conv.pl
6791         * tools/filter_conv_new.pl
6792         * tools/freshmeat_search.pl
6793         * tools/google_search.pl
6794         * tools/kmail2claws-mail.pl
6795         * tools/kmail2claws-mail_v2.pl
6796         * tools/maildir2claws-mail.pl
6797         * tools/make.themes.project
6798         * tools/multiwebsearch.pl
6799         * tools/outlook2claws-mail.pl
6800         * tools/tb2claws-mail
6801         * tools/kdeservicemenu/README
6802         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6803                 update mine and wwp's email addresses in
6804                 several places
6805                 Patch by wwp
6806         * src/prefs_compose_writing.c
6807                 set sensitivity on 'new message format' frame
6808
6809 2006-11-17 [paul]       2.6.0cvs54
6810
6811         * src/gtk/about.c
6812                 more reworking of the GUI
6813                 Patch by Fabien Vantard
6814
6815 2006-11-16 [paul]       2.6.0cvs53
6816
6817         * src/gtk/about.c
6818                 set a minimum size for the window, allow
6819                 it to automatically expand as necessary
6820
6821 2006-11-16 [wwp]        2.6.0cvs52
6822
6823         * src/gtk/about.c
6824                 better wrap of copyright info on some systems.
6825
6826 2006-11-16 [paul]       2.6.0cvs51
6827
6828         * src/gtk/about.c
6829                 move the tech info from the upper panel
6830                 to the Info tab
6831                 use a gtk_text_view for the features tab
6832
6833 2006-11-16 [paul]       2.6.0cvs50
6834
6835         * po/Makevars
6836                 update my email address
6837         * src/addressbook.c
6838         * src/compose.c
6839         * src/imap_gtk.c
6840         * src/mh_gtk.c
6841         * src/news_gtk.c
6842         * src/summaryview.c
6843         * src/plugins/trayicon/trayicon.c
6844                 don't offer simple menu separators
6845                 for translation
6846         * src/folderview.c
6847                 add separator between 'mark all read'
6848                 and 'search folder'
6849
6850 2006-11-15 [wwp]        2.6.0cvs49
6851
6852         * src/gtk/authors.h
6853                 updated manuals authors.
6854
6855 2006-11-14 [paul]       2.6.0cvs48
6856
6857         * src/compose.c
6858                 Fix Options/Reply mode after draft save
6859
6860 2006-11-14 [paul]       2.6.0cvs47
6861
6862         * src/Makefile.am
6863                 Fix make DESTDIR=...
6864         * src/mbox.c
6865                 Optimise speed
6866         * src/plugins/pgpinline/pgpinline.c
6867                 Probably fix bug 1061
6868
6869 2006-11-14 [paul]       2.6.0cvs46
6870
6871         * po/Makevars
6872                 enable Q_ macro
6873         * src/Makefile.am
6874         * src/stock_pixmap.c
6875         * src/stock_pixmap.h
6876         * src/gtk/about.c
6877         * src/pixmaps/active.xpm
6878         * src/pixmaps/inactive.xpm
6879                 add a new page, 'Features', to the About dialog
6880                 showing which features are compiled in and which
6881                 are not
6882
6883 2006-11-14 [paul]       2.6.0cvs45
6884
6885         * po/ru.po
6886                 updated by Pavlo Bohmat
6887
6888 2006-11-14 [colin]      2.6.0cvs44
6889
6890         * src/compose.c
6891         * src/inc.c
6892         * src/messageview.c
6893         * src/news.c
6894         * src/pop.c
6895         * src/procmsg.c
6896         * src/gtk/gtkaspell.c
6897                 Fix 64-bit-related warnings
6898         * src/ssl_manager.c
6899                 Fix possible infinite loop
6900         * src/plugins/pgpcore/sgpgme.c
6901                 Remove useless check
6902
6903 2006-11-13 [colin]      2.6.0cvs43
6904
6905         * src/gtk/Makefile.am
6906                 authors.h isn't generated
6907
6908 2006-11-13 [colin]      2.6.0cvs42
6909
6910         * src/plugins/pgpinline/pgpinline.c
6911         * src/plugins/pgpmime/pgpmime.c
6912                 Very probably fix bug 1061, 'crash on 
6913                 opening signed email'. Another cast
6914                 problem
6915
6916 2006-11-13 [colin]      2.6.0cvs41
6917
6918         * src/plugins/pgpcore/sgpgme.c
6919                 Maybe fix bug 1061, 'crash on opening 
6920                 signed email'
6921
6922 2006-11-13 [wwp]        2.6.0cvs40
6923
6924         * src/plugins/pgpinline/pgpinline.c
6925                 fix candidate for bug #1057, thanks to Colin.
6926
6927 2006-11-13 [wwp]        2.6.0cvs39
6928
6929         * src/compose.c
6930         * src/quote_fmt_parse.y
6931                 fix bug 1052: current parser buffer was not always 
6932                 allocated, ptr to this buffer could be returned as 
6933                 NULL whereas no parser error has occurred. in 
6934                 consequence, defining a template body as "%d" 
6935                 (w/o the quotes) for the first time of the instance 
6936                 of claws-mail, was reporting a parser error. make 
6937                 sure that the buffer is always allocated, even to 
6938                 an empty string.
6939                 fix mis-unescaping in compose.:compose_quote_fmt(): 
6940                 unescaping of the fmt string was always done 
6941                 whereas it must be done *only* when receiving 
6942                 quote format strings issued from the prefs 
6943                 (compose new message, reply, forward, redirect 
6944                 formats), *not* when applying templates.  in 
6945                 consequences, applying templates w/ sequences 
6946                 like \\|p{echo} were failing. make sure that 
6947                 unescaping is done only when necessary.
6948
6949 2006-11-12 [colin]      2.6.0cvs38
6950
6951         * po/de.po
6952                 Fix typo (s/KB/MB)
6953
6954 2006-11-12 [colin]      2.6.0cvs37
6955
6956         * src/plugins/pgpinline/pgpinline.c
6957         * src/plugins/pgpmime/pgpmime.c
6958                 Release GPG context at the latest 
6959                 possible moment. Maybe fixes 
6960                 bug 1057, 'crash on sending signed 
6961                 message to a newsgroup'
6962                 
6963
6964 2006-11-12 [colin]      2.6.0cvs36
6965
6966         * src/plugins/pgpcore/sgpgme.c
6967                 Tell a bit more when gpg's status doesn't
6968                 contain any signature
6969
6970 2006-11-12 [colin]      2.6.0cvs35
6971
6972         * src/compose.c
6973                 Fix bug 1060, 'compilation error with 
6974                 Irix's cc'
6975
6976 2006-11-12 [paul]       2.6.0cvs34
6977
6978         * doc/man/claws-mail.1
6979         * src/prefs_gtk.c
6980         * src/plugins/clamav/README
6981         * src/plugins/spamassassin/README
6982         * tools/README
6983         * tools/freshmeat_search.pl
6984         * tools/google_search.pl
6985         * tools/multiwebsearch.pl
6986                 more renaming
6987         * src/plugins/trayicon/trayicon.c
6988                 fix compiliation warning
6989
6990 2006-11-11 [colin]      2.6.0cvs33
6991
6992         * src/folderview.c
6993                 Forbid drag and drop from/to different
6994                 folders of type F_UNKNOWN
6995
6996 2006-11-11 [colin]      2.6.0cvs32
6997
6998         * src/plugins/pgpinline/pgpinline.c
6999                 Fix typo in previous commit:
7000                 - gpgme_new(&ctx);
7001                 + if ((err = gpgme_new(&data->ctx)) ...)
7002
7003 2006-11-11 [colin]      2.6.0cvs31
7004
7005         * src/plugins/pgpinline/pgpinline.c
7006         * src/plugins/pgpmime/pgpmime.c
7007                 Check success after calling gpgme_new
7008                 Maybe fixes bug 1057, 'crash on sending 
7009                 signed message to a newsgroup'
7010
7011 2006-11-11 [colin]      2.6.0cvs30
7012
7013         * src/undo.c
7014                 init undostruct to 0s (from
7015                 valgrind log of bug 1057)
7016
7017 2006-11-10 [colin]      2.6.0cvs29
7018
7019         * src/mainwindow.c
7020                 Set cursor to wait before filtering
7021                 duplicates in all folders
7022         * src/plugins/bogofilter/bogofilter.c
7023         * src/plugins/bogofilter/bogofilter.h
7024         * src/plugins/bogofilter/bogofilter_gtk.c
7025                 Completely thread away the bogofilter
7026                 filtering
7027
7028 2006-11-10 [mones]      2.6.0cvs28
7029
7030         * src/compose.c
7031         * src/compose.h
7032                 added COMPOSE_CHECK_BEFORE_SEND hook
7033
7034 2006-11-10 [paul]       2.6.0cvs27
7035
7036         * src/crash.c
7037                 more renaming
7038                 add libSM to get_compiled_in_features()
7039         * src/main.c
7040                 more renaming
7041
7042 2006-11-10 [colin]      2.6.0cvs26
7043
7044         * src/etpan/imap-thread.c
7045                 Add a reference to libetpan's sasl engine
7046                 so that sasl_done() doesn't get called by
7047                 libetpan, and doesn't break openssl.
7048                 Should fix bug 1053, 'SC fails to reestablish 
7049                 a secure connection'
7050                 Patch by Hoa
7051
7052 2006-11-10 [colin]      2.6.0cvs25
7053
7054         * manual/addrbook.xml
7055         * manual/advanced.xml
7056         * manual/faq.xml
7057         * manual/intro.xml
7058                 Some more renaming
7059
7060 2006-11-09 [colin]      2.6.0cvs24
7061
7062         * src/plugins/bogofilter/bogofilter_gtk.c
7063                 Add comment about annoyance
7064
7065 2006-11-09 [colin]      2.6.0cvs23
7066
7067         * src/plugins/bogofilter/bogofilter.c
7068         * src/plugins/bogofilter/bogofilter_gtk.c
7069                 Prepare things needed to thread bogofilter
7070                 filtering: separate bogo stuff and possible GUI
7071                 stuff. 
7072
7073 2006-11-09 [colin]      2.6.0cvs22
7074
7075         * src/account.c
7076         * src/compose.c
7077                 Search for one of our accounts in Delivered-To
7078                 (helps for auto-account selection when 
7079                  replying/forwarding)
7080         * src/folderview.c
7081         * src/mainwindow.c
7082         * src/mainwindow.h
7083         * src/plugins/trayicon/trayicon.c
7084                 Allow opening a new mail with any account from
7085                 the contextual menu
7086
7087 2006-11-09 [wwp]        2.6.0cvs21
7088
7089         * src/compose.c
7090         * src/prefs_common.c
7091         * src/prefs_common.h
7092         * src/prefs_compose_writing.c
7093                 add a compose new message format (in prefs/compose/writing), it's a
7094                 simple subject+body template to use when opening a new composition
7095                 window. It's similar to the existent reply and forward formats.
7096
7097                 enhanced the template/format % symbols substitution mechanism to
7098                 use current composition window information when % are used in
7099                 the compose new message format or in templates applied to new
7100                 messages (there were useless in that situations before). When
7101                 applied to new messages, %d corresponds to the system time/date.
7102
7103 2006-11-09 [paul]       2.6.0cvs20
7104
7105         * src/gtk/authors.h
7106                 fix last commit
7107
7108 2006-11-09 [paul]       2.6.0cvs19
7109
7110         * src/gtk/authors.h
7111                 keep tje alphabetical order
7112
7113 2006-11-08 [colin]      2.6.0cvs18
7114
7115         * src/etpan/imap-thread.c
7116                 Fix bug 1054, 'Slowness logging big 
7117                 data chunks'
7118
7119 2006-11-08 [paul]       2.6.0cvs17
7120
7121         * tools/Makefile.am
7122                 fix the renaming
7123
7124 2006-11-08 [paul]       2.6.0cvs16
7125
7126         * src/common/defs.h
7127                 update BUGZILLA_URI
7128
7129 2006-11-08 [paul]       2.6.0cvs15
7130
7131         * tools/Makefile.am
7132         * tools/OOo2claws-mail.pl
7133         * tools/OOo2sylpheed.pl
7134         * tools/README
7135         * tools/acroread2claws-mail.pl
7136         * tools/acroread2sylpheed.pl
7137         * tools/kmail2claws-mail.pl
7138         * tools/kmail2claws-mail_v2.pl
7139         * tools/kmail2sylpheed.pl
7140         * tools/kmail2sylpheed_v2.pl
7141         * tools/maildir2claws-mail.pl
7142         * tools/maildir2sylpheed.pl
7143         * tools/nautilus2claws-mail.sh
7144         * tools/nautilus2sylpheed.sh
7145         * tools/outlook2claws-mail.pl
7146         * tools/outlook2sylpheed.pl
7147         * tools/tb2claws-mail
7148         * tools/tb2sylpheed
7149         * tools/tbird2claws.py
7150         * tools/tbird2syl.py
7151         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7152         * tools/kdeservicemenu/install.sh
7153         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7154         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7155         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7156         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7157         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7158                 renamed (removed, added) tools files
7159
7160 2006-11-08 [paul]       2.6.0cvs14
7161
7162         * src/main.c
7163         * src/common/defs.h
7164                 Migrate sylpheedrc to clawsrc, and fix the standard
7165                 plugins path in the process
7166
7167 2006-11-07 [colin]      2.6.0cvs13
7168
7169         * src/Makefile.am
7170                 Symlink sylpheed-claws relative to 
7171                 claws-mail
7172
7173 2006-11-07 [colin]      2.6.0cvs12
7174
7175         * src/compose.c
7176                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7177
7178 2006-11-07 [paul]       2.6.0cvs11
7179
7180         * src/gtk/about.c
7181                 Fix a missed occurence of
7182                 Sylpheed-Claws
7183
7184 2006-11-07 [paul]       2.6.0cvs10
7185
7186         * src/Makefile.am
7187                 Fix symlink installation
7188
7189 2006-11-07 [paul]       2.6.0cvs9
7190
7191         * src/Makefile.am
7192                 Symlink claws-mail to sylpheed-claws
7193         * src/common/utils.c
7194                 Fix migrating symlinks
7195         * src/etpan/imap-thread.c
7196                 check certificate only when there's
7197                 no error
7198
7199 2006-11-07 [paul]       2.6.0cvs8
7200
7201         * Makefile.am
7202                 Fix icon breakages with Gtk, which needs a 
7203                 cache updated to see them.
7204
7205 2006-11-07 [paul]       2.6.0cvs7
7206
7207         * .cvsignore
7208         * AUTHORS
7209         * COPYING
7210         * INSTALL
7211         * Makefile.am
7212         * NEWS
7213         * README
7214         * RELEASE_NOTES
7215         * autogen.sh
7216         * claws-mail-128x128.png
7217         * claws-mail-64x64.png
7218         * claws-mail.ico
7219         * claws-mail.pc.in
7220         * claws-mail.png
7221         * configure.ac
7222         * sylpheed-claws-128x128.png
7223         * sylpheed-claws-64x64.png
7224         * sylpheed-claws.desktop
7225         * sylpheed-claws.ico
7226         * sylpheed-claws.pc.in
7227         * sylpheed-claws.png
7228         * debian/README.Debian
7229         * debian/changelog
7230         * debian/claws-mail.desktop
7231         * debian/claws-mail.menu
7232         * debian/claws-mail.postinst.debhelper
7233         * debian/claws-mail.postrm.debhelper
7234         * debian/control
7235         * debian/copyright
7236         * debian/files
7237         * debian/rules
7238         * debian/sylpheed-claws.desktop
7239         * debian/sylpheed-claws.menu
7240         * debian/sylpheed-claws.postinst.debhelper
7241         * debian/sylpheed-claws.postrm.debhelper
7242         * doc/man/Makefile.am
7243         * doc/man/claws-mail.1
7244         * doc/man/sylpheed-claws.1
7245         * doc/src/ChangeLog.claws-pre0.8.0
7246         * manual/Makefile.am
7247         * manual/account.xml
7248         * manual/ack.xml
7249         * manual/addrbook.xml
7250         * manual/advanced.xml
7251         * manual/claws-mail-manual.xml
7252         * manual/faq.xml
7253         * manual/glossary.xml
7254         * manual/handling.xml
7255         * manual/intro.xml
7256         * manual/keyboard.xml
7257         * manual/plugins.xml
7258         * manual/starting.xml
7259         * manual/sylpheed-claws-manual.xml
7260         * manual/xml2pdf
7261         * manual/dist/.cvsignore
7262         * manual/dist/html/.cvsignore
7263         * manual/dist/html/Makefile.am
7264         * manual/dist/pdf/.cvsignore
7265         * manual/dist/pdf/Makefile.am
7266         * manual/dist/ps/.cvsignore
7267         * manual/dist/ps/Makefile.am
7268         * manual/dist/txt/.cvsignore
7269         * manual/dist/txt/Makefile.am
7270         * manual/es/Makefile.am
7271         * manual/es/advanced.xml
7272         * manual/es/claws-mail-manual.xml
7273         * manual/es/faq.xml
7274         * manual/es/glossary.xml
7275         * manual/es/handling.xml
7276         * manual/es/intro.xml
7277         * manual/es/plugins.xml
7278         * manual/es/sylpheed-claws-manual.xml
7279         * manual/es/dist/.cvsignore
7280         * manual/es/dist/html/.cvsignore
7281         * manual/es/dist/html/Makefile.am
7282         * manual/es/dist/pdf/.cvsignore
7283         * manual/es/dist/pdf/Makefile.am
7284         * manual/es/dist/ps/.cvsignore
7285         * manual/es/dist/ps/Makefile.am
7286         * manual/es/dist/txt/.cvsignore
7287         * manual/es/dist/txt/Makefile.am
7288         * manual/fr/Makefile.am
7289         * manual/fr/account.xml
7290         * manual/fr/ack.xml
7291         * manual/fr/addrbook.xml
7292         * manual/fr/advanced.xml
7293         * manual/fr/claws-mail-manual.xml
7294         * manual/fr/faq.xml
7295         * manual/fr/glossary.xml
7296         * manual/fr/handling.xml
7297         * manual/fr/intro.xml
7298         * manual/fr/keyboard.xml
7299         * manual/fr/plugins.xml
7300         * manual/fr/starting.xml
7301         * manual/fr/sylpheed-claws-manual.xml
7302         * manual/fr/dist/.cvsignore
7303         * manual/fr/dist/html/.cvsignore
7304         * manual/fr/dist/html/Makefile.am
7305         * manual/fr/dist/pdf/.cvsignore
7306         * manual/fr/dist/pdf/Makefile.am
7307         * manual/fr/dist/ps/.cvsignore
7308         * manual/fr/dist/ps/Makefile.am
7309         * manual/fr/dist/txt/.cvsignore
7310         * manual/fr/dist/txt/Makefile.am
7311         * manual/pl/Makefile.am
7312         * manual/pl/account.xml
7313         * manual/pl/ack.xml
7314         * manual/pl/addrbook.xml
7315         * manual/pl/advanced.xml
7316         * manual/pl/claws-mail-manual.xml
7317         * manual/pl/faq.xml
7318         * manual/pl/glossary.xml
7319         * manual/pl/handling.xml
7320         * manual/pl/intro.xml
7321         * manual/pl/keyboard.xml
7322         * manual/pl/plugins.xml
7323         * manual/pl/starting.xml
7324         * manual/pl/sylpheed-claws-manual.xml
7325         * manual/pl/dist/.cvsignore
7326         * manual/pl/dist/html/.cvsignore
7327         * manual/pl/dist/html/Makefile.am
7328         * manual/pl/dist/pdf/.cvsignore
7329         * manual/pl/dist/pdf/Makefile.am
7330         * manual/pl/dist/ps/.cvsignore
7331         * manual/pl/dist/ps/Makefile.am
7332         * manual/pl/dist/txt/.cvsignore
7333         * manual/pl/dist/txt/Makefile.am
7334         * po/.cvsignore
7335         * po/Makevars
7336         * src/.cvsignore
7337         * src/Makefile.am
7338         * src/account.c
7339         * src/account.h
7340         * src/action.c
7341         * src/action.h
7342         * src/adbookbase.h
7343         * src/addr_compl.c
7344         * src/addr_compl.h
7345         * src/addrbook.c
7346         * src/addrcache.c
7347         * src/addrcache.h
7348         * src/addrcindex.c
7349         * src/addrcindex.h
7350         * src/addrclip.c
7351         * src/addrclip.h
7352         * src/addrdefs.h
7353         * src/addressadd.c
7354         * src/addressadd.h
7355         * src/addressbook.c
7356         * src/addressbook.h
7357         * src/addressbook_foldersel.c
7358         * src/addressbook_foldersel.h
7359         * src/addrgather.c
7360         * src/addrgather.h
7361         * src/addrharvest.c
7362         * src/addrharvest.h
7363         * src/addrindex.c
7364         * src/addrindex.h
7365         * src/addritem.c
7366         * src/addritem.h
7367         * src/addrquery.c
7368         * src/addrquery.h
7369         * src/addrselect.c
7370         * src/addrselect.h
7371         * src/alertpanel.c
7372         * src/alertpanel.h
7373         * src/browseldap.c
7374         * src/browseldap.h
7375         * src/codeconv.c
7376         * src/codeconv.h
7377         * src/compose.c
7378         * src/crash.c
7379         * src/crash.h
7380         * src/customheader.c
7381         * src/customheader.h
7382         * src/displayheader.c
7383         * src/displayheader.h
7384         * src/editaddress.c
7385         * src/editaddress.h
7386         * src/editbook.c
7387         * src/editbook.h
7388         * src/editgroup.c
7389         * src/editgroup.h
7390         * src/editjpilot.c
7391         * src/editjpilot.h
7392         * src/editldap.c
7393         * src/editldap.h
7394         * src/editldap_basedn.c
7395         * src/editldap_basedn.h
7396         * src/editvcard.c
7397         * src/editvcard.h
7398         * src/exphtmldlg.c
7399         * src/exphtmldlg.h
7400         * src/expldifdlg.c
7401         * src/expldifdlg.h
7402         * src/export.c
7403         * src/exporthtml.c
7404         * src/exporthtml.h
7405         * src/exportldif.c
7406         * src/exportldif.h
7407         * src/filtering.c
7408         * src/filtering.h
7409         * src/folder.c
7410         * src/folder.h
7411         * src/folder_item_prefs.c
7412         * src/folder_item_prefs.h
7413         * src/foldersel.c
7414         * src/foldersel.h
7415         * src/folderutils.c
7416         * src/folderutils.h
7417         * src/folderview.c
7418         * src/folderview.h
7419         * src/grouplistdialog.c
7420         * src/grouplistdialog.h
7421         * src/html.c
7422         * src/html.h
7423         * src/image_viewer.c
7424         * src/image_viewer.h
7425         * src/imap.c
7426         * src/imap.h
7427         * src/imap_gtk.c
7428         * src/imap_gtk.h
7429         * src/import.c
7430         * src/import.h
7431         * src/importldif.c
7432         * src/importldif.h
7433         * src/importmutt.c
7434         * src/importmutt.h
7435         * src/importpine.c
7436         * src/importpine.h
7437         * src/inc.c
7438         * src/inc.h
7439         * src/jpilot.c
7440         * src/jpilot.h
7441         * src/ldapctrl.c
7442         * src/ldapctrl.h
7443         * src/ldaplocate.c
7444         * src/ldaplocate.h
7445         * src/ldapquery.c
7446         * src/ldapquery.h
7447         * src/ldapserver.c
7448         * src/ldapserver.h
7449         * src/ldaputil.c
7450         * src/ldaputil.h
7451         * src/ldif.c
7452         * src/ldif.h
7453         * src/localfolder.c
7454         * src/localfolder.h
7455         * src/main.c
7456         * src/main.h
7457         * src/mainwindow.c
7458         * src/mainwindow.h
7459         * src/manual.c
7460         * src/manual.h
7461         * src/matcher.c
7462         * src/matcher.h
7463         * src/matcher_parser.h
7464         * src/matcher_parser_lex.l
7465         * src/matcher_parser_parse.y
7466         * src/mbox.c
7467         * src/mbox.h
7468         * src/message_search.c
7469         * src/message_search.h
7470         * src/messageview.c
7471         * src/messageview.h
7472         * src/mh.c
7473         * src/mh.h
7474         * src/mh_gtk.c
7475         * src/mh_gtk.h
7476         * src/mimeview.c
7477         * src/mimeview.h
7478         * src/msgcache.c
7479         * src/msgcache.h
7480         * src/mutt.c
7481         * src/mutt.h
7482         * src/news.c
7483         * src/news.h
7484         * src/news_gtk.c
7485         * src/news_gtk.h
7486         * src/noticeview.c
7487         * src/noticeview.h
7488         * src/partial_download.c
7489         * src/partial_download.h
7490         * src/pine.c
7491         * src/pine.h
7492         * src/pop.c
7493         * src/pop.h
7494         * src/prefs_account.c
7495         * src/prefs_account.h
7496         * src/prefs_actions.c
7497         * src/prefs_actions.h
7498         * src/prefs_common.c
7499         * src/prefs_common.h
7500         * src/prefs_compose_writing.c
7501         * src/prefs_compose_writing.h
7502         * src/prefs_customheader.c
7503         * src/prefs_customheader.h
7504         * src/prefs_display_header.c
7505         * src/prefs_display_header.h
7506         * src/prefs_ext_prog.c
7507         * src/prefs_ext_prog.h
7508         * src/prefs_filtering.c
7509         * src/prefs_folder_column.c
7510         * src/prefs_folder_column.h
7511         * src/prefs_folder_item.c
7512         * src/prefs_folder_item.h
7513         * src/prefs_fonts.c
7514         * src/prefs_fonts.h
7515         * src/prefs_gtk.c
7516         * src/prefs_gtk.h
7517         * src/prefs_image_viewer.c
7518         * src/prefs_image_viewer.h
7519         * src/prefs_matcher.c
7520         * src/prefs_matcher.h
7521         * src/prefs_message.c
7522         * src/prefs_message.h
7523         * src/prefs_msg_colors.c
7524         * src/prefs_msg_colors.h
7525         * src/prefs_other.c
7526         * src/prefs_other.h
7527         * src/prefs_quote.c
7528         * src/prefs_quote.h
7529         * src/prefs_receive.c
7530         * src/prefs_receive.h
7531         * src/prefs_send.c
7532         * src/prefs_send.h
7533         * src/prefs_spelling.c
7534         * src/prefs_spelling.h
7535         * src/prefs_summaries.c
7536         * src/prefs_summaries.h
7537         * src/prefs_summary_column.c
7538         * src/prefs_summary_column.h
7539         * src/prefs_template.c
7540         * src/prefs_template.h
7541         * src/prefs_themes.c
7542         * src/prefs_themes.h
7543         * src/prefs_toolbar.c
7544         * src/prefs_toolbar.h
7545         * src/prefs_wrapping.c
7546         * src/prefs_wrapping.h
7547         * src/privacy.c
7548         * src/privacy.h
7549         * src/procheader.c
7550         * src/procheader.h
7551         * src/procmime.c
7552         * src/procmime.h
7553         * src/procmsg.c
7554         * src/procmsg.h
7555         * src/quote_fmt.c
7556         * src/quote_fmt_parse.y
7557         * src/recv.c
7558         * src/recv.h
7559         * src/remotefolder.c
7560         * src/remotefolder.h
7561         * src/send_message.c
7562         * src/send_message.h
7563         * src/setup.c
7564         * src/setup.h
7565         * src/sourcewindow.c
7566         * src/sourcewindow.h
7567         * src/ssl_manager.c
7568         * src/ssl_manager.h
7569         * src/statusbar.c
7570         * src/statusbar.h
7571         * src/stock_pixmap.c
7572         * src/stock_pixmap.h
7573         * src/summary_search.c
7574         * src/summary_search.h
7575         * src/summaryview.c
7576         * src/summaryview.h
7577         * src/syldap.c
7578         * src/syldap.h
7579         * src/textview.c
7580         * src/textview.h
7581         * src/toolbar.c
7582         * src/toolbar.h
7583         * src/undo.c
7584         * src/undo.h
7585         * src/unmime.c
7586         * src/unmime.h
7587         * src/vcard.c
7588         * src/vcard.h
7589         * src/wizard.c
7590         * src/wizard.h
7591         * src/common/base64.c
7592         * src/common/base64.h
7593         * src/common/defs.h
7594         * src/common/hooks.c
7595         * src/common/hooks.h
7596         * src/common/log.c
7597         * src/common/log.h
7598         * src/common/mgutils.c
7599         * src/common/mgutils.h
7600         * src/common/nntp.c
7601         * src/common/nntp.h
7602         * src/common/passcrypt.c
7603         * src/common/passcrypt.h.in
7604         * src/common/plugin.c
7605         * src/common/plugin.h
7606         * src/common/prefs.c
7607         * src/common/prefs.h
7608         * src/common/progressindicator.c
7609         * src/common/progressindicator.h
7610         * src/common/quoted-printable.c
7611         * src/common/quoted-printable.h
7612         * src/common/session.c
7613         * src/common/session.h
7614         * src/common/smtp.c
7615         * src/common/smtp.h
7616         * src/common/socket.c
7617         * src/common/socket.h
7618         * src/common/ssl.c
7619         * src/common/ssl.h
7620         * src/common/stringtable.c
7621         * src/common/stringtable.h
7622         * src/common/sylpheed.c
7623         * src/common/sylpheed.h
7624         * src/common/template.c
7625         * src/common/template.h
7626         * src/common/timing.h
7627         * src/common/utils.c
7628         * src/common/utils.h
7629         * src/common/version.h.in
7630         * src/common/xml.c
7631         * src/common/xml.h
7632         * src/common/xmlprops.c
7633         * src/common/xmlprops.h
7634         * src/gtk/about.c
7635         * src/gtk/colorlabel.c
7636         * src/gtk/colorlabel.h
7637         * src/gtk/colorsel.c
7638         * src/gtk/colorsel.h
7639         * src/gtk/combobox.c
7640         * src/gtk/combobox.h
7641         * src/gtk/description_window.c
7642         * src/gtk/description_window.h
7643         * src/gtk/filesel.c
7644         * src/gtk/filesel.h
7645         * src/gtk/foldersort.c
7646         * src/gtk/foldersort.h
7647         * src/gtk/gtkaspell.c
7648         * src/gtk/gtkaspell.h
7649         * src/gtk/gtksctree.c
7650         * src/gtk/gtkshruler.c
7651         * src/gtk/gtkshruler.h
7652         * src/gtk/gtkutils.c
7653         * src/gtk/gtkutils.h
7654         * src/gtk/icon_legend.c
7655         * src/gtk/icon_legend.h
7656         * src/gtk/logwindow.c
7657         * src/gtk/logwindow.h
7658         * src/gtk/manage_window.c
7659         * src/gtk/manage_window.h
7660         * src/gtk/pluginwindow.c
7661         * src/gtk/pluginwindow.h
7662         * src/gtk/prefswindow.c
7663         * src/gtk/prefswindow.h
7664         * src/gtk/quicksearch.c
7665         * src/gtk/quicksearch.h
7666         * src/pixmaps/claws-mail.xpm
7667         * src/pixmaps/claws-mail_icon.xpm
7668         * src/pixmaps/claws-mail_logo.xpm
7669         * src/pixmaps/sylpheed-claws.xpm
7670         * src/pixmaps/sylpheed-claws_icon.xpm
7671         * src/pixmaps/sylpheed-claws_logo.xpm
7672         * src/plugins/bogofilter/Makefile.am
7673         * src/plugins/bogofilter/bogofilter.c
7674         * src/plugins/bogofilter/bogofilter.h
7675         * src/plugins/bogofilter/bogofilter_gtk.c
7676         * src/plugins/clamav/Makefile.am
7677         * src/plugins/clamav/clamav_plugin.c
7678         * src/plugins/clamav/clamav_plugin.h
7679         * src/plugins/clamav/clamav_plugin_gtk.c
7680         * src/plugins/demo/Makefile.am
7681         * src/plugins/demo/demo.c
7682         * src/plugins/dillo_viewer/Makefile.am
7683         * src/plugins/dillo_viewer/README
7684         * src/plugins/dillo_viewer/dillo_prefs.c
7685         * src/plugins/dillo_viewer/dillo_prefs.h
7686         * src/plugins/dillo_viewer/dillo_viewer.c
7687         * src/plugins/pgpcore/Makefile.am
7688         * src/plugins/pgpcore/passphrase.c
7689         * src/plugins/pgpcore/passphrase.h
7690         * src/plugins/pgpcore/pgp_viewer.c
7691         * src/plugins/pgpcore/pgp_viewer.h
7692         * src/plugins/pgpcore/plugin.c
7693         * src/plugins/pgpcore/prefs_gpg.c
7694         * src/plugins/pgpcore/prefs_gpg.h
7695         * src/plugins/pgpcore/select-keys.c
7696         * src/plugins/pgpcore/select-keys.h
7697         * src/plugins/pgpcore/sgpgme.c
7698         * src/plugins/pgpcore/sgpgme.h
7699         * src/plugins/pgpcore/sylpheed.def
7700         * src/plugins/pgpcore/version.rc
7701         * src/plugins/pgpinline/Makefile.am
7702         * src/plugins/pgpinline/pgpinline.c
7703         * src/plugins/pgpinline/pgpinline.h
7704         * src/plugins/pgpinline/plugin.c
7705         * src/plugins/pgpinline/sylpheed.def
7706         * src/plugins/pgpinline/version.rc
7707         * src/plugins/pgpmime/Makefile.am
7708         * src/plugins/pgpmime/pgpmime.c
7709         * src/plugins/pgpmime/pgpmime.h
7710         * src/plugins/pgpmime/plugin.c
7711         * src/plugins/pgpmime/sylpheed.def
7712         * src/plugins/pgpmime/version.rc
7713         * src/plugins/spamassassin/Makefile.am
7714         * src/plugins/spamassassin/README
7715         * src/plugins/spamassassin/spamassassin.c
7716         * src/plugins/spamassassin/spamassassin.h
7717         * src/plugins/spamassassin/spamassassin_gtk.c
7718         * src/plugins/trayicon/Makefile.am
7719         * src/plugins/trayicon/trayicon.c
7720         * tools/OOo2sylpheed.pl
7721         * tools/README
7722         * tools/README.sylprint
7723         * tools/acroread2sylpheed.pl
7724         * tools/claws.i18n.status.pl
7725         * tools/filter_conv.pl
7726         * tools/filter_conv_new.pl
7727         * tools/freshmeat_search.pl
7728         * tools/google_search.pl
7729         * tools/kmail2sylpheed.pl
7730         * tools/kmail2sylpheed_v2.pl
7731         * tools/make.themes.project
7732         * tools/multiwebsearch.pl
7733         * tools/nautilus2sylpheed.sh
7734         * tools/outlook2sylpheed.pl
7735         * tools/sylprint.pl
7736         * tools/sylprint.rc
7737         * tools/tb2sylpheed
7738         * tools/textviewer.sh
7739         * tools/vcard2xml.py
7740         * tools/kdeservicemenu/README
7741         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7742         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7743         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7744                 Change name to Claws Mail. Announce to follow...
7745
7746 2006-11-06 [wwp]        2.6.0cvs6
7747
7748         * src/prefs_template.c
7749                 unify messages related to quote format/template errors (fix
7750                 capitalization), again.
7751
7752 2006-11-06 [wwp]        2.6.0cvs5
7753
7754         * src/prefs_quote.c
7755                 unify messages related to quote format/template errors.
7756
7757 2006-11-06 [wwp]        2.6.0cvs4
7758
7759         * src/prefs_msg_colors.c
7760                 more uses of Q_ macro for contextual translations, thanks
7761                 to Fabien (fzzzzz).
7762
7763 2006-11-06 [wwp]        2.6.0cvs3
7764
7765         * src/compose.c
7766         * src/common/utils.c
7767         * src/common/utils.h
7768                 show an alertpanel to make sure users are aware that sensitive
7769                 files are attached (it's file blacklist-based). This will fix
7770                 interaction w/ GoogleEarth for instance, thanks to Colin.
7771
7772 2006-11-06 [wwp]        2.6.0cvs2
7773
7774         * src/prefs_quote.c
7775         * src/prefs_template.c
7776         * src/prefs_template.h
7777                 check quote format when applying/closing prefs. For now this only
7778                 shows up an error dialog box, not preventing the user from using
7779                 a broken quote (reply, forwards) format.
7780
7781 2006-11-06 [wwp]        2.6.0cvs1
7782
7783         * src/prefs_template.c
7784                 fix missing checks of some template fields.
7785
7786 2006-11-06 [paul]       2.6.0
7787
7788         * NEWS
7789         * README
7790         * RELEASE_NOTES
7791                 2.6.0 released
7792
7793 2006-11-06 [paul]       2.5.6cvs22
7794
7795         * manual/advanced.xml
7796         * manual/es/advanced.xml
7797                 put 'respect_flowed_format' info in the correct
7798                 place
7799
7800 2006-11-06 [mones]      2.5.6cvs21
7801
7802         * po/es.po
7803                 Minor fixes for release
7804
7805 2006-11-06 [paul]       2.5.6cvs20
7806
7807         * po/cs.po
7808         * po/de.po
7809         * po/fr.po
7810         * po/it.po
7811         * po/nl.po
7812         * po/pt_BR.po
7813         * po/sk.po
7814         * po/sv.po
7815         * po/zh_CN.po
7816                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7817                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7818                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7819                 Young
7820
7821 2006-11-02 [colin]      2.5.6cvs19
7822
7823         * src/imap.c
7824         * src/imap.h
7825         * src/prefs_account.c
7826         * src/etpan/imap-thread.c
7827                 Add GSSAPI support - fixes Debian bug #383274
7828
7829 2006-11-01 [colin]      2.5.6cvs18
7830
7831         * src/jpilot.c
7832                 Handle libpisock12 support. Probably
7833                 fixes bug 1046, 'jpilot AddressDB.pdb 
7834                 import fail'
7835
7836 2006-11-01 [colin]      2.5.6cvs17
7837
7838         * src/folderutils.c
7839                 debug_print() folderutils_mark_all_read()
7840
7841 2006-11-01 [colin]      2.5.6cvs16
7842
7843         * COPYING
7844                 Add missed files to the Apache exception
7845
7846 2006-10-31 [colin]      2.5.6cvs15
7847
7848         * src/folder.c
7849         * src/folder.h
7850                 Add a copy_private_data() func to FolderClasses
7851                 Doesn't break the feature freeze, because we 
7852                 won't use it (right now) in the core.
7853
7854 2006-10-31 [colin]      2.5.6cvs14
7855
7856         * COPYING
7857                 Allow linking with the Apache licensed files in
7858                 src/plugins/spamassassin. Hopefully fixes 
7859                 bug 1048, 'Spamassassin plugin license problem'
7860
7861 2006-10-31 [wwp]        2.5.6cvs13
7862
7863         * src/compose.c
7864                 fix and optimize trimming of leading linefeeds in body loop.
7865
7866 2006-10-31 [colin]      2.5.6cvs12
7867
7868         * src/etpan/imap-thread.c
7869         * src/imap.c
7870                 Make really sure to have NULL sets in case
7871                 of error
7872
7873 2006-10-30 [wwp]        2.5.6cvs11
7874
7875         * src/prefs_common.c
7876         * src/prefs_common.h
7877         * src/compose.c
7878                 fix broken storage of quote format template when it contains \-escape
7879                 sequences. The application of such sequences is also fixed now (\t
7880                 in quote format will be a real tab instead of a 't', for instance).
7881
7882 2006-10-27 [colin]      2.5.6cvs10
7883
7884         * src/compose.c
7885                 Probably fix bug 1045, 'sylpheed-claws 
7886                 doesn't remove the mail from the IMAP 
7887                 Queue folder after sending'. From
7888                 2.5.6cvs3-stable
7889
7890 2006-10-27 [colin]      2.5.6cvs9
7891
7892         * configure.ac
7893                 Require libetpan-0.48. I'm so annoying,
7894                 I know ;-)
7895
7896 2006-10-27 [colin]      2.5.6cvs8
7897
7898         * src/folder.c
7899         * src/imap.c
7900                 Probably fix bug 1044, 'sylpheed-claws 
7901                 segfaults while moving mails' - Fix relation
7902                 usage when moving to an IMAP mailbox from another
7903                 mailbox
7904
7905 2006-10-26 [paul]       2.5.6cvs7
7906
7907         * src/gtk/about.c
7908                 add libSM to compiled-in features
7909                 list
7910
7911 2006-10-24 [colin]      2.5.6cvs6
7912
7913         * src/textview.c
7914         * src/gtk/gtkutils.c
7915                 Fix crash when printing emails with an
7916                 xface
7917
7918 2006-10-24 [mones]      2.5.6cvs5
7919
7920         * manual/es/advanced.xml
7921                 Synchronize hidden option respect_flowed_format
7922         * po/es.po
7923                 Updated translation
7924
7925 2006-10-21 [paul]       2.5.6cvs4
7926
7927         * src/gtk/authors.h
7928         * src/plugins/pgpcore/pgp_viewer.c
7929         * src/plugins/pgpcore/sgpgme.c
7930                 fix building on BSDs
7931                 Thanks to Michael Hughes
7932                 <Sylpheed-Claws_user@thehugheslogcabin.net>
7933
7934 2006-10-20 [colin]      2.5.6cvs3
7935
7936         * configure.ac
7937                 Bump up libetpan requirement
7938                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
7939         * src/common/utils.c
7940         * src/common/utils.h
7941                 Add convenience get_file_mtime()
7942         * src/imap.c
7943         * src/etpan/imap-thread.c
7944         * src/etpan/imap-thread.h
7945                 Implement UIDPLUS support if the server
7946                 supports it - faster sending in this case
7947
7948 2006-10-19 [colin]      2.5.6cvs2
7949
7950         * src/gtk/quicksearch.c
7951                 Fix emptying in type-ahead+extended mode
7952         * src/mainwindow.c
7953         * src/mainwindow.h
7954                 Add a hook for offline state change
7955         * src/plugins/trayicon/trayicon.c
7956                 Use it to display offline icons
7957         * src/plugins/trayicon/Makefile.am
7958         * src/plugins/trayicon/newmail.offline.xpm
7959         * src/plugins/trayicon/newmarkedmail.offline.xpm
7960         * src/plugins/trayicon/nomail.offline.xpm
7961         * src/plugins/trayicon/unreadmail.offline.xpm
7962         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7963                 Add the icons
7964
7965 2006-10-12 [paul]       2.5.6cvs1
7966
7967         * NEWS
7968         * README
7969         * configure.ac
7970                 Update version number following
7971                 stable release
7972
7973 2006-10-19 [colin]      2.5.5cvs18
7974
7975         * manual/handling.xml
7976                 Add type-ahead search
7977
7978 2006-10-18 [colin]      2.5.5cvs17
7979
7980         * src/gtk/quicksearch.c
7981                 Remove "save to history only if there's
7982                 no syntax error", it breaks for some 
7983                 reason which I'll investigate later.
7984
7985 2006-10-18 [colin]      2.5.5cvs16
7986
7987         * src/prefs_common.c
7988         * src/prefs_common.h
7989         * src/summaryview.c
7990         * src/gtk/quicksearch.c
7991         * src/gtk/quicksearch.h
7992                 Add a type-ahead option for fast searches
7993                 Patch by Fabien Vantard
7994
7995 2006-10-18 [colin]      2.5.5cvs15
7996
7997         * src/compose.c
7998         * src/compose.h
7999                 Add Options/Reply mode/ menu to be able to
8000                 change the recipients of a reply on the fly
8001
8002 2006-10-18 [colin]      2.5.5cvs14
8003
8004         * src/compose.c
8005                 Fix redirecting of our own sent mails
8006
8007 2006-10-17 [wwp]        2.5.5cvs13
8008
8009         * src/send_message.c
8010                 Fix duplicate error messages when sending, and missing
8011                 newline in such error messages.
8012
8013 2006-10-17 [colin]      2.5.5cvs12
8014
8015         * src/compose.c
8016                 Compare addresses case-insensitive
8017
8018 2006-10-17 [colin]      2.5.5cvs11
8019
8020         * src/plugins/pgpcore/sgpgme.c
8021                 Fix return status
8022
8023 2006-10-17 [colin]      2.5.5cvs10
8024
8025         * src/plugins/pgpcore/pgp_viewer.c
8026                 Fix return status
8027
8028 2006-10-17 [colin]      2.5.5cvs9
8029
8030         * src/quote_fmt.c
8031                 Fix a typo (thanks to Fabien)
8032
8033 2006-10-16 [colin]      2.5.5cvs8
8034
8035         * src/textview.c
8036                 Fix problem with quote-folding when emails
8037                 don't convert cleanly to UTF-8
8038
8039 2006-10-14 [colin]      2.5.5cvs7
8040
8041         * src/prefs_template.c
8042                 Reset fields when reopening
8043                 the window
8044
8045 2006-10-13 [paul]       2.5.5cvs6
8046
8047         * manual/advanced.xml
8048         * src/prefs_message.c
8049                 make 'respect_flowed_format' a hidden
8050                 option, and add a manual entry for it
8051                 Thanks to Colin
8052
8053 2006-10-12 [colin]      2.5.5cvs5
8054
8055         * src/codeconv.c
8056                 Revert part of 2.5.2cvs21:
8057                 Don't optimise by reusing the 
8058                 last iconv converter if possible:
8059                 it seems slightly broken in a 
8060                 very hard way to reproduce
8061
8062 2006-10-12 [colin]      2.5.5cvs4
8063
8064         * src/prefs_common.c
8065         * src/prefs_common.h
8066         * src/prefs_message.c
8067         * src/procmime.c
8068                 Fix bug 1035, 'Incorrect handling 
8069                 of flowed lines'. We now optionnaly
8070                 handle this format (preference is in
8071                 Message View/Text options section)
8072
8073 2006-10-12 [colin]      2.5.5cvs3
8074
8075         * po/POTFILES.in
8076                 Add new file
8077         * src/plugins/pgpcore/pgp_viewer.c
8078         * src/plugins/pgpcore/sgpgme.c
8079                 Don't try to import without asking
8080
8081 2006-10-12 [colin]      2.5.5cvs2
8082
8083         * src/compose.c
8084                 Fix bug 1036, 'Forwarding a mutlipart
8085                 mail with a "text/html" block to ms
8086                 outlook users leeds to freeze of
8087                 outlook'. Poor outlook users...
8088
8089 2006-10-12 [paul]       2.5.5cvs1
8090
8091         * NEWS
8092         * README
8093         * configure.ac
8094                 Update version number following
8095                 stable release
8096
8097 2006-10-11 [paul]       2.5.4cvs1
8098
8099         * NEWS
8100         * README
8101         * configure.ac
8102                 Update version number following
8103                 stable release
8104
8105 2006-10-11 [paul]       2.5.3cvs32
8106
8107         * src/textview.c
8108                 fix bug 1032, 'Segmentation fault when showing
8109                 message' (bug in quote folding)
8110                 Thanks to Colin
8111
8112 2006-10-10 [colin]      2.5.3cvs31
8113
8114         * src/quote_fmt.c
8115                 Rephrase english a bit
8116
8117 2006-10-10 [colin]      2.5.3cvs30
8118
8119         * src/prefs_compose_writing.c
8120                 Stop making the page larger than the window
8121
8122 2006-10-10 [wwp]        2.5.3cvs29
8123
8124         * src/compose.c
8125         * src/prefs_template.c
8126         * src/quote_fmt.c
8127         * src/quote_fmt.h
8128         * src/quote_fmt_lex.l
8129         * src/quote_fmt_parse.y
8130                 Extend the quote parser a bit: allow to get access to
8131                 basic (composing) account info.
8132
8133 2006-10-10 [colin]      2.5.3cvs28
8134
8135         * src/procheader.c
8136                 Fix this \t problem in subject
8137
8138 2006-10-09 [colin]      2.5.3cvs27
8139
8140         * src/main.c
8141         * src/prefs_gtk.c
8142                 Prepare cache a bit later
8143                 If section already exists, skip the new one 
8144                 (as previously); avoid writing the same block
8145                 twice - if we find a second block with the 
8146                 same id, skip it.
8147         * src/plugins/pgpcore/pgp_viewer.c
8148                 Set cursor to busy when retrieving a key
8149         * src/plugins/pgpcore/sgpgme.c
8150                 allow 5 seconds for gpg to export the key
8151                 
8152
8153 2006-10-09 [colin]      2.5.3cvs26
8154
8155         * configure.ac
8156         * src/msgcache.c
8157         * src/prefs_gtk.c
8158                 Check for existence of fgets_unlocked
8159                 and fwrite_unlocked
8160
8161 2006-10-09 [paul]       2.5.3cvs25
8162
8163         * src/prefs_summaries.c
8164                 replace strftime() with fast_strftime() and in
8165                 the consequence fix the bug in the display of
8166                 AM/PM in the 'Example' string
8167
8168 2006-10-09 [ticho]      2.5.3cvs24
8169
8170         * po/sk.po
8171                 Updated (and fixed up somewhat) Slovak translation.
8172
8173 2006-10-08 [colin]      2.5.3cvs23
8174
8175         * src/prefs_folder_item.c
8176                 Explain why prefs in the top-level folder
8177                 aren't retained, but are still useful
8178
8179 2006-10-08 [colin]      2.5.3cvs22
8180
8181         * src/prefs_gtk.c
8182                 Don't cache anything if caching fails
8183
8184 2006-10-08 [colin]      2.5.3cvs21
8185
8186         * src/common/utils.c
8187                 always include gi18n.h
8188
8189 2006-10-07 [colin]      2.5.3cvs20
8190
8191         * src/plugins/pgpcore/pgp_viewer.c
8192                 Kill gpg after 5 seconds wait
8193
8194 2006-10-07 [colin]      2.5.3cvs19
8195
8196         * src/plugins/pgpcore/pgp_viewer.c
8197         * src/plugins/pgpcore/pgp_viewer.h
8198                 Fix copyright
8199
8200 2006-10-07 [colin]      2.5.3cvs18
8201
8202         * src/plugins/pgpcore/pgp_viewer.c
8203         * src/plugins/pgpcore/pgp_viewer.h
8204                 Actually add the files to CVS
8205
8206 2006-10-07 [colin]      2.5.3cvs17
8207
8208         * src/plugins/pgpcore/sgpgme.c
8209                 Be sure not to crash on 'application/pgp-signature' that
8210                 are not application/pgp-signatures
8211
8212 2006-10-07 [colin]      2.5.3cvs16
8213
8214         * src/textview.c
8215         * src/textview.h
8216                 Make a bit more of the API available
8217         * src/plugins/pgpcore/Makefile.am
8218         * src/plugins/pgpcore/plugin.c
8219         * src/plugins/pgpcore/sgpgme.c
8220                 Add basic key import/export
8221
8222 2006-10-07 [colin]      2.5.3cvs15
8223
8224         * src/folderview.c
8225         * src/imap.c
8226         * src/prefs_account.c
8227         * src/wizard.c
8228                 Warn users *everywhere* if libetpan's not
8229                 linked in
8230
8231 2006-10-06 [mones]      2.5.3cvs14
8232
8233         * po/de.po
8234         * po/es.po
8235                 updated by Stephan Sachse and me
8236
8237 2006-10-06 [colin]      2.5.3cvs13
8238
8239         * src/main.c
8240         * src/common/sylpheed.c
8241                 Don't load common plugins if --exit is passed
8242         * src/prefs_gtk.c
8243         * src/prefs_gtk.h
8244                 Implement a cache to avoid reading the same
8245                 files over and over again at startup
8246
8247 2006-10-06 [colin]      2.5.3cvs12
8248
8249         * src/summaryview.c
8250         * src/gtk/quicksearch.c
8251                 Update display every 5k mails on fast searches
8252
8253 2006-10-06 [colin]      2.5.3cvs11
8254
8255         * src/textview.c
8256                 Don't do quote folding on HTML or ERTF.
8257                 May fix the Cygwin issues if they were
8258                 happening with HTML mails?
8259
8260 2006-10-05 [colin]      2.5.3cvs10
8261
8262         * src/prefs_gtk.c
8263                 Oops, forgot one
8264
8265 2006-10-05 [colin]      2.5.3cvs9
8266
8267         * src/prefs_gtk.c
8268                 Use unlocked_stdio here too
8269
8270 2006-10-05 [colin]      2.5.3cvs8
8271
8272         * src/folderview.c
8273                 Fix go to next * after preferences apply
8274         * src/msgcache.c
8275                 Do the fd lock/unlock ourselves instead of
8276                 letting the libc do it at each write 
8277
8278 2006-10-05 [colin]      2.5.3cvs7
8279
8280         * src/common/utils.c
8281                 Faster division, thanks to Jean Diraison
8282
8283 2006-10-05 [paul]       2.5.3cvs6
8284
8285         * src/common/utils.c
8286                 fix building with --disable-nls
8287
8288 2006-10-04 [colin]      2.5.3cvs5
8289
8290         * src/folder.c
8291                 Maybe fix a segfault
8292
8293 2006-10-04 [wwp]        2.5.3cvs4
8294
8295         * src/prefs_folder_item.c
8296                 Fine-tune layouts in folder item prefs. Suggested by
8297                 Fabien Vantard <fzzzzz@gmail.com>.
8298
8299 2006-10-04 [wwp]        2.5.3cvs3
8300
8301         * src/prefs_folder_item.c
8302                 Kill the clandestine passengers. You didn't see anything.
8303
8304 2006-10-04 [wwp]        2.5.3cvs2
8305
8306         * src/prefs_folder_item.c
8307                 Add a way to test the subject simplify regexp in
8308                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8309                 w/ few layout changes.
8310
8311 2006-20-04 [paul]       2.5.3cvs1
8312
8313         * NEWS
8314         * README
8315         * configure.ac
8316                 Update version number following
8317                 stable release
8318
8319 2006-10-04 [colin]      2.5.2cvs42
8320
8321         * src/folder.c
8322         * src/folder.h
8323         * src/summaryview.c
8324                 Provide a way for folder classes to set their sort
8325                 type and key
8326
8327 2006-10-03 [colin]      2.5.2cvs41
8328
8329         * src/mh.c
8330                 Don't use strlen() to know if the
8331                 string's empty
8332
8333 2006-10-03 [colin]      2.5.2cvs40
8334
8335         * src/mh.c
8336                 Fix "check for new folders" with accentued folders
8337
8338 2006-10-03 [ticho]      2.5.2cvs39
8339
8340         * src/filtering.c
8341         * src/folder.c
8342         * src/inc.c
8343         * src/mbox.c
8344                 Colin's fix for "copy" filtering rules.
8345
8346 2006-10-02 [colin]      2.5.2cvs38
8347
8348         * src/folderview.c
8349                 Fix for double-click too
8350
8351 2006-10-02 [colin]      2.5.2cvs37
8352
8353         * src/folderview.c
8354                 correct fix for cvs36
8355
8356 2006-10-02 [colin]      2.5.2cvs36
8357
8358         * src/folderview.c
8359                 Fix 'goto next unread' after collapsing/expanding 
8360                 a node.
8361
8362 2006-10-02 [colin]      2.5.2cvs35
8363
8364         * src/summaryview.c
8365                 Fix double freeze/thaw
8366         * src/common/utils.c
8367         * src/common/utils.h
8368                 Reimplement strftime
8369         * src/procheader.c
8370                 Use it
8371
8372
8373 2006-10-02 [colin]      2.5.2cvs34
8374
8375         * src/mh.c
8376                 Time mh_write_sequences() - it's fast
8377         * src/summaryview.c
8378                 Init a variable to shut up gcc
8379
8380 2006-10-01 [colin]      2.5.2cvs33
8381
8382         * src/folder.c
8383         * src/mh.c
8384         * src/mh.h
8385         * src/msgcache.c
8386                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8387                 Add fsync but disable it, it's slow as hell
8388
8389 2006-10-01 [colin]      2.5.2cvs32
8390
8391         * src/mh.c
8392         * src/msgcache.c
8393                 fflush() caches and mh_sequences before
8394                 fclose()ing
8395
8396 2006-10-01 [colin]      2.5.2cvs31
8397
8398         * src/msgcache.c
8399                 Don't ftruncate when not using mmap
8400
8401 2006-09-30 [colin]      2.5.2cvs30
8402
8403         * src/main.c
8404                 Write folder list *after* saving caches
8405
8406 2006-09-30 [colin]      2.5.2cvs29
8407
8408         * src/folder.c
8409         * src/mh.c
8410                 Debug forced mtime changes
8411
8412 2006-09-30 [colin]      2.5.2cvs28
8413
8414         * src/folder.c
8415         * src/main.c
8416                 Remove useless debug_print()s (code
8417                 well-tested)
8418
8419 2006-09-30 [colin]      2.5.2cvs27
8420
8421         * src/mh.c
8422                 Do stuff faster when writing mh_sequences
8423
8424 2006-09-30 [colin]      2.5.2cvs26
8425
8426         * src/mh.c
8427                 Don't let the writing of .mh_sequences, which
8428                 can change the folder's mtime, let us think
8429                 we need to scan.
8430
8431 2006-09-30 [colin]      2.5.2cvs25
8432
8433         * src/folder.c
8434                 Move a debug_print where it belongs 
8435                 (processing)
8436         * src/summaryview.c
8437                 Don't mess with a huge slow subject
8438                 table if we're not threading by
8439                 subject
8440
8441 2006-09-30 [colin]      2.5.2cvs24
8442
8443         * src/msgcache.c
8444                 Reenable mmaped reads (*not* writes!)
8445         * src/procmsg.c
8446                 Don't destroy and recreate hashtables just
8447                 for fun
8448         * src/common/utils.c
8449                 Remove useless reply prefixes (it's case
8450                 unsensitive)
8451
8452 2006-09-30 [wwp]        2.5.2cvs23
8453
8454         * tools/fix_date.sh
8455                 Fixed a minor bug in date value extraction, added a switch
8456                 to replace non RFC-compliant Date: value, added a switch
8457                 to use strict RFC matching patterns for dates.
8458
8459 2006-09-29 [colin]      2.5.2cvs22
8460
8461         * src/matcher_parser.h
8462         * src/matcher_parser_parse.y
8463         * src/prefs_filtering.c
8464         * src/statusbar.c
8465         * src/summary_search.c
8466         * src/summaryview.c
8467         * src/gtk/quicksearch.c
8468         * src/gtk/quicksearch.h
8469                 Optimise searches by setting different
8470                 refresh intervals (depending if the 
8471                 search is fast or not)
8472
8473 2006-09-29 [colin]      2.5.2cvs21
8474
8475         * src/codeconv.c
8476                 Optimise by reusing the last iconv converter
8477                 if possible
8478         * src/textview.c
8479                 Optimise a bit (the foldable quotes feature
8480                 still has an awful O(n^2) algo
8481
8482 2006-09-29 [colin]      2.5.2cvs20
8483
8484         * src/gtk/gtksctree.c
8485         * src/gtk/gtksctree.h
8486                 Optimise de-selection via up/down or
8487                 another key
8488
8489 2006-09-28 [colin]      2.5.2cvs19
8490
8491         * src/action.c
8492         * src/compose.c
8493         * src/folderview.c
8494         * src/mainwindow.c
8495         * src/messageview.c
8496         * src/summary_search.c
8497         * src/toolbar.c
8498                 Avoid using summaryview->ctree directly
8499
8500 2006-09-28 [colin]      2.5.2cvs18
8501
8502         * src/summaryview.c
8503         * src/summaryview.h
8504                 Add helpers to freeze/thaw/grab_focus
8505                 Factorize calls to freeze/thaw/grab_focus
8506                 
8507
8508 2006-09-28 [colin]      2.5.2cvs17
8509
8510         * src/main.c
8511                 More guards for the session management
8512
8513 2006-09-28 [colin]      2.5.2cvs16
8514
8515         * src/folderview.c
8516         * src/gtk/gtksctree.c
8517         * src/gtk/gtksctree.h
8518                 Make expanding not recursive in folderview
8519
8520 2006-09-28 [colin]      2.5.2cvs15
8521
8522         * src/addressbook.c
8523                 If nothing is selected in the list (right part)
8524                 and a group is selected in the tree (left part),
8525                 mail this group.
8526
8527 2006-09-28 [colin]      2.5.2cvs14
8528
8529         * src/Makefile.am
8530                 Actually use SM_LIBS
8531
8532 2006-09-28 [ticho]      2.5.2cvs13
8533
8534         * src/export.c
8535         * src/messageview.c
8536         * src/mimeview.c
8537         * src/news.c
8538         * src/pop.c
8539         * src/prefs_themes.c
8540         * src/procmsg.c
8541                 Small i18n string optimization.
8542         * src/send_message.c
8543         * src/summaryview.c
8544         * src/common/session.c
8545         * src/common/smtp.c
8546         * src/common/ssl_certificate.c
8547         * src/common/utils.c
8548                 Use "Couldn't" instead of "Can't" in UI messages,
8549                 where appropriate.
8550
8551 2006-09-28 [colin]      2.5.2cvs12
8552
8553         * configure.ac
8554                 Possibly fix link errors
8555
8556 2006-09-27 [wwp]        2.5.2cvs11
8557
8558         * src/gtk/authors.h
8559         * doc/man/sylpheed-claws.1
8560         * manual/ack.xml
8561         * manual/es/ack.xml
8562         * manual/fr/ack.xml
8563         * manual/pl/ack.xml
8564                 Updated authors info (me, myself and I).
8565
8566 2006-09-27 [colin]      2.5.2cvs10
8567
8568         * src/addressbook.c
8569                 Remove useless printf
8570
8571 2006-09-27 [wwp]        2.5.2cvs9
8572
8573         * src/editgroup.c
8574         * src/send_message.c
8575         * src/inc.c
8576         * src/prefs_common.c
8577         * src/prefs_common.h
8578         * src/gtk/progressdialog.c
8579                 remember more windows' sizes (send dialog, received dialog,
8580                 edit group in addressbook).
8581
8582 2006-09-27 [colin]      2.5.2cvs8
8583
8584         * configure.ac
8585         * src/main.c
8586         * src/mainwindow.h
8587                 Use libSM to communicate with the session
8588                 manager, so that we can know when the 
8589                 session ends, save our caches, and draft
8590                 our compose windows.
8591
8592 2006-09-27 [colin]      2.5.2cvs7
8593
8594         * src/addressbook.c
8595                 Fix issues:
8596                 o Allow Book and Group creation from the tree's
8597                   contextual menu
8598                 o Do not actually delete the contacts when 
8599                   deleting groups from the tree (duh!)
8600
8601 2006-09-27 [colin]      2.5.2cvs6
8602
8603         * src/compose.c
8604         * src/compose.h
8605         * src/mainwindow.c
8606         * src/textview.c
8607         * src/toolbar.c
8608                 o Allow passing an email address to 
8609                   compose_new_with_folderitem
8610                 o Update callers
8611                 o Use current folderitem when clicking
8612                   on a TextView mailto: link
8613                 o Fix a possible leak in TextView
8614
8615 2006-09-27 [colin]      2.5.2cvs5
8616
8617         * src/html.c
8618                 Use UTF-8 chars to replace HTML entities
8619
8620 2006-09-27 [colin]      2.5.2cvs4
8621
8622         * AUTHORS
8623         * src/prefs_account.c
8624         * src/gtk/authors.h
8625                 Fix bug #1024 (Array index out of
8626                 range in sylpheed-claws-2.5.2)
8627                 Patch by Ales Nosek <anosek@suse.cz>
8628
8629 2006-09-27 [colin]      2.5.2cvs3
8630
8631         * src/addr_compl.c
8632                 Actually do the test
8633
8634 2006-09-27 [colin]      2.5.2cvs2
8635
8636         * src/addr_compl.c
8637         * src/addr_compl.h
8638                 Allow completing with comma (in certain cases: vCalendar
8639                 for example doesn't support that)
8640                 Patch by Fabien Vantard
8641
8642 2006-09-26 [colin]      2.5.2cvs1
8643
8644         * src/Makefile.am
8645         * src/addr_compl.c
8646         * src/addr_compl.h
8647         * src/addrbook.c
8648         * src/addrbook.h
8649         * src/addressbook.c
8650         * src/addrindex.c
8651         * src/addrindex.h
8652         * src/compose.c
8653         * src/prefs_common.c
8654         * src/prefs_filtering_action.c
8655         * src/prefs_folder_item.c
8656         * src/prefs_template.c
8657         * src/stock_pixmap.c
8658         * src/stock_pixmap.h
8659         * src/pixmaps/addr_one.xpm
8660         * src/pixmaps/addr_two.xpm
8661                 Add auto-completion on groups
8662
8663 2006-09-26 [colin]      2.5.2
8664
8665         * NEWS
8666         * README
8667         * RELEASE_NOTES
8668                 2.5.2 released
8669
8670 2006-09-26 [colin]      2.5.1cvs5
8671
8672         * src/matcher.c
8673                 Fix condition
8674
8675 2006-09-26 [colin]      2.5.1cvs4
8676
8677         * src/mbox.c
8678                 Revert cvs1 (useless as the message is printed 
8679                 every 500 mails)
8680
8681 2006-09-26 [colin]      2.5.1cvs3
8682
8683         * src/partial_download.c
8684                 Fix crasher found by Alexsandar Urosevic
8685
8686 2006-09-26 [colin]      2.5.1cvs2
8687
8688         * src/summaryview.c
8689                 Fix bug #1023 (Sylpheed deletes too much messages)
8690
8691 2006-09-26 [ticho]      2.5.1cvs1
8692
8693         * src/mbox.c
8694                 Make use of gettext's multiple plurals for statusbar
8695                 progress message.
8696
8697 2006-09-25 [paul]       2.5.1
8698
8699         * NEWS
8700         * README
8701         * RELEASE_NOTES
8702                 2.5.1 released
8703
8704 2006-09-25 [colin]      2.5.0cvs3
8705
8706         * src/plugins/bogofilter/bogofilter.c
8707         * src/plugins/clamav/clamav_plugin.c
8708         * src/plugins/spamassassin/spamassassin.c
8709                 BogoFilter, Spamassassin: Fix double hook registering after
8710                 visiting preferences
8711                 Spamassassin, Clamav: Just set the mails to move instead of
8712                 doing the move - caller will move the things at once.
8713
8714 2006-09-25 [colin]      2.5.0cvs2
8715
8716         * src/imap.c
8717         * src/etpan/imap-thread.c
8718                 Use UID SEARCH ALL instead of UID 1:*
8719                 (braindead servers can't figure out that's
8720                 the same...)
8721
8722 2006-09-25 [wwp]        2.5.0cvs1
8723
8724         * src/message_search.c
8725                 Added the ability to stop a running search (in message body).
8726
8727 2006-09-25 [paul]       2.5.0
8728
8729         * NEWS
8730         * README
8731         * RELEASE_NOTES
8732                 2.5.0 released
8733
8734 2006-09-25 [paul]       2.4.0cvs214
8735
8736         * po/cs.po
8737         * po/de.po
8738         * po/fi.po
8739         * po/fr.po
8740         * po/nl.po
8741         * po/pt_BR.po
8742         * po/sk.po
8743         * po/sr.po
8744         * po/zh_CN.po
8745                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8746                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8747                 Ticho, Aleksander Urosevic, Ralgh Young
8748
8749 2006-09-24 [mones]      2.4.0cvs213
8750
8751         * po/es.po
8752                 Updated for release
8753
8754 2006-09-23 [colin]      2.4.0cvs212
8755
8756         * src/gtk/inputdialog.c
8757                 Fix [ ] remember this appearing in normal
8758                 input dialogs after it's been used by
8759                 mimeview.
8760         * src/folder.c
8761         * src/folderview.c
8762         * src/msgcache.c
8763         * src/procmsg.c
8764         * src/summaryview.c
8765         * src/textview.c
8766         * src/common/timing.h
8767                 Enable timings in debug mode and make it
8768                 look prettier.
8769
8770 2006-09-22 [colin]      2.4.0cvs211
8771
8772         * README
8773                 Revert test change
8774         * commitHelper
8775                 ping the correct URI
8776
8777 2006-09-22 [colin]      2.4.0cvs210
8778
8779         * README
8780                 Let's see if bug #1022 is fixed
8781
8782 2006-09-21 [colin]      2.4.0cvs209
8783
8784         * src/wizard.c
8785         * src/common/plugin.c
8786                 Prepare infra to load predefined plugins when
8787                 no configuration existed. Don't actually load
8788                 anything yet (feat. freeze)
8789
8790 2006-09-21 [wwp]        2.4.0cvs208
8791
8792         * manual/fr/faq.xml
8793                 Partial sync w/ 2.4.0cvs72:
8794                 wrap file and minor updates.
8795
8796 2006-09-21 [wwp]        2.4.0cvs207
8797
8798         * tools/fix_date.sh
8799                 several fixes and enhancements. A new --force switch has been
8800                 added to prevent overriding by default Date: header when
8801                 already existing.
8802
8803 2006-09-21 [paul]       2.4.0cvs206
8804
8805         * src/common/utils.c
8806                 add Chinese UTF8 Re prefix
8807
8808 2006-09-21 [wwp]        2.4.0cvs205
8809
8810         * tools/Makefile.am
8811                 Fics alfabettical order.
8812
8813 2006-09-21 [wwp]        2.4.0cvs204
8814
8815         * tools/fix_date.sh
8816         * tools/Makefile.am
8817                 Added an action tool to fix missing Date field in emails.
8818                 Updated Makefile.am to reflect those last two additions.
8819
8820 2006-09-21 [wwp]        2.4.0cvs203
8821
8822         * tools/uuooffice
8823                 Added a action tool to open uuencoded docs w/
8824                 OpenOffice (based on uudec method).
8825
8826 2006-09-21 [colin]      2.4.0cvs202
8827
8828         * src/compose.c
8829         * src/textview.c
8830                 Workaround possible GTK crash: remove selection 
8831                 clipboard before destroying widget, or GTK+-2.10
8832                 dies. Thanks to Hiro.
8833
8834 2006-09-20 [colin]      2.4.0cvs201
8835
8836         * src/compose.c
8837                 Fix free-after-use in some cases (when 
8838                 procmime_encode_content() frees mimeinfo->data.mem
8839                 and turns it to a temp file)
8840
8841 2006-09-20 [colin]      2.4.0cvs200
8842
8843         * src/folderview.c
8844         * src/summaryview.c
8845         * src/gtk/gtksctree.c
8846         * src/gtk/gtksctree.h
8847                 Add tooltips in the folderview and summaryview
8848                 (Doesn't break string freeze as they already
8849                 exist)
8850         * src/toolbar.c
8851                 Put the spam button in the default configuration
8852                 if compiled with bogo plugin too
8853
8854 2006-09-19 [colin]      2.4.0cvs199
8855
8856         * src/summaryview.c
8857         * src/summaryview.h
8858                 Update folder name label on folder rename
8859         * src/prefs_matcher.c
8860         * src/gtk/logwindow.h
8861                 Fix warnings
8862                 Patches by Fabien
8863
8864 2006-09-19 [wwp]        2.4.0cvs198
8865
8866         * src/summary_search.c
8867                 fix can't click forward/backward buttons in the
8868                 search messages.
8869
8870 2006-09-18 [paul]       2.4.0cvs197
8871
8872         * src/wizard.c
8873                 add missing bracket, capitalise the A of
8874                 'SpamAssassin'
8875
8876 2006-09-18 [paul]       2.4.0cvs196
8877
8878         * src/compose.c
8879                 fix bug 1012 'crashed upon sending mail
8880                 from compose window'
8881                 Thanks to Colin
8882
8883 2006-09-16 [colin]      2.4.0cvs195
8884
8885         * src/folderview.c
8886                 Fix "real-time" sorting by freezing/thawing
8887
8888 2006-09-16 [colin]      2.4.0cvs194
8889
8890         * manual/faq.xml
8891                 Fix the anti-spam entry a bit
8892
8893 2006-09-16 [colin]      2.4.0cvs193
8894
8895         * src/wizard.c
8896                 Make sure reviewers have no excuse when stating
8897                 Sylpheed-Claws doesn't have antispam capabilities.
8898
8899 2006-09-16 [colin]      2.4.0cvs192
8900
8901         * src/main.c
8902                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
8903                 as if the SIGPIPE comes from etpan's thread we could
8904                 trigger a GUI update from this thread.
8905
8906 2006-09-16 [colin]      2.4.0cvs191
8907
8908         * src/summaryview.c
8909                 Init all members of the struct
8910
8911 2006-09-16 [paul]       2.4.0cvs190
8912
8913         * src/account.c
8914                 improvements to the English
8915
8916 2006-09-15 [colin]      2.4.0cvs189
8917
8918         * src/summaryview.c
8919                 HIG order on dialog
8920
8921 2006-09-14 [colin]      2.4.0cvs188
8922
8923         * src/common/socket.c
8924         * src/common/socket.h
8925         * src/common/ssl.c
8926         * src/common/ssl_certificate.c
8927         * src/common/ssl_certificate.h
8928         * src/etpan/imap-thread.c
8929                 the get_fqdn() call done to get canonical name when
8930                 checking an SSL certificate is blocking, which is
8931                 sad as we just did a non-blocking lookup to connect.
8932                 Fix that by letting the fqdn available to the SockInfo,
8933                 and use that in ssl_certificate_check(). For IMAP,
8934                 we don't do it as the lookup's done by libetpan, but
8935                 it's less annoying as IMAP connections as much more
8936                 rare than POP3 connections.
8937
8938 2006-09-14 [paul]       2.4.0cvs187
8939
8940         * manual/advanced.xml
8941                 improvements to the English,
8942                 properly place the new hidden options
8943                 within the alphabetical order
8944         * src/gtk/pluginwindow.c
8945                 improvements to the English
8946
8947 2006-09-14 [colin]      2.4.0cvs186
8948
8949         * src/prefs_common.c
8950         * src/prefs_common.h
8951         * src/gtk/gtksctree.c
8952         * manual/advanced.xml
8953                 New hidden pref, stripes_color_offset, to change
8954                 the value added/substracted to normal bgcolor to
8955                 create the stripes in summaries
8956
8957 2006-09-13 [colin]      2.4.0cvs185
8958
8959         * src/gedit-print.c
8960         * src/messageview.c
8961         * src/messageview.h
8962         * src/summaryview.c
8963         * src/textview.c
8964                 Fix misc. printing issues: 
8965                 - Bad font for linkified headers
8966                 - Different font if the mail was displayed or not
8967                 - Factorize the thing
8968
8969 2006-09-13 [colin]      2.4.0cvs184
8970
8971         * src/common/ssl_certificate.c
8972                 Only get FQDN once when checking certificate
8973
8974 2006-09-13 [colin]      2.4.0cvs183
8975
8976         * src/account.c
8977         * src/gtk/pluginwindow.c
8978                 Misc. GUI fixes by Fabien
8979
8980 2006-09-13 [wwp]        2.4.0cvs182
8981
8982         * configure.ac
8983         * src/common/utils.h
8984         * src/common/utils.c
8985                 get rid of unused wide-char functions.
8986
8987 2006-09-13 [wwp]        2.4.0cvs181
8988
8989         * src/plugins/pgpinline/sylpheed.def
8990         * src/textview.c
8991                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
8992                 add privacy_reset_error to the .def file,
8993                 do not fork for an external textviewer.
8994
8995 2006-09-13 [wwp]        2.4.0cvs180
8996
8997         * src/prefs_common.c
8998                 fix broken font entry in prefs (patch issued by the gpg4win team,
8999                 probably by Marcus Brinkmann <marcus@g10code.de>).
9000
9001 2006-09-13 [colin]      2.4.0cvs179
9002
9003         * src/folder.h
9004                 Fix a warning in summaryview.c
9005         * src/mainwindow.c
9006         * src/summaryview.c
9007         * src/summaryview.h
9008                 Add missing Mark/* elements in the
9009                 main menu
9010
9011 2006-09-12 [colin]      2.4.0cvs178
9012
9013         * src/prefs_actions.c
9014         * src/prefs_filtering_action.c
9015         * src/prefs_matcher.c
9016                 Use (New) instead of New everywhere
9017
9018 2006-09-12 [wwp]        2.4.0cvs177
9019
9020         * manual/fr/addrbook.xml
9021         * manual/fr/handling.xml
9022                 updated some quotes in the fr manual to match the fr translation.
9023
9024 2006-09-12 [wwp]        2.4.0cvs176
9025
9026         * src/prefs_matcher.c
9027                 don't store translated string elements in matcher expressions.
9028                 Also fixed a misused of Q_().
9029
9030 2006-09-11 [wwp]        2.4.0cvs175
9031
9032         * src/plugins//bogofilter/bogofilter.c
9033         * src/plugins//clamav/clamav_plugin.c
9034         * src/plugins//demo/demo.c
9035         * src/plugins//dillo_viewer/dillo_viewer.c
9036         * src/plugins//pgpcore/plugin.c
9037         * src/plugins//pgpinline/plugin.c
9038         * src/plugins//pgpmime/plugin.c
9039         * src/plugins//spamassassin/spamassassin.c
9040                 gettext-ize more strings (mostly plugin error messages).
9041
9042 2006-09-11 [colin]      2.4.0cvs174
9043
9044         * src/alertpanel.c
9045                 Make maximum buffer size bigger to avoid
9046                 truncating translated messages. Patch by
9047                 Fabien
9048
9049 2006-09-11 [colin]      2.4.0cvs173
9050
9051         * src/etpan/imap-thread.c
9052                 Fix compilation on OpenBSD, thanks to 
9053                 Landry
9054
9055 2006-09-10 [wwp]        2.4.0cvs172
9056
9057         * manual/account.xml
9058         * manual/addrbook.xml
9059         * manual/handling.xml
9060         * manual/es/handling.xml
9061         * manual/fr/account.xml
9062         * manual/fr/addrbook.xml
9063         * manual/fr/handling.xml
9064                 documented addressbook matching (condition configuration):
9065                   addrbook.xml, en fr
9066                 documented per-account filtering rules (handling/filtering
9067                   section, account section):
9068                   account.xml, handling.xml, en fr
9069                 slightly updated the handling/searching section to tell few
9070                   words about the extended search ability:
9071                   handling.xml, en fr
9072                 added missing <quote></quotes> to Quick Search:
9073                   handling.xml, en fr es
9074                 fixed a typo (auomatically):
9075                   handling.xml, en
9076                 changes revisited by Paul.
9077
9078 2006-09-10 [paul]       2.4.0cvs171
9079
9080         * src/prefs_actions.c
9081         * src/prefs_filtering.c
9082         * src/prefs_template.c
9083                 adjustments to the gui
9084                 Patch by Fabien Vantard (slightly modified)
9085
9086 2006-09-10 [colin]      2.4.0cvs170
9087
9088         * src/summaryview.c
9089                 Check folderitem/summaryview consistency
9090                 (basically automates Update summary). Fixes
9091                 #1011 (wrong (negative) count on unread 
9092                 messages)
9093
9094 2006-09-10 [colin]      2.4.0cvs169
9095
9096         * src/gtk/gtksctree.c
9097                 Fix recursive expansion via mouse
9098         * src/plugins/bogofilter/bogofilter.c
9099                 Use normal filtering way of moving
9100                 messages (batching), possibly fixing
9101                 bug #1015 (Bogofilter plugin doubles 
9102                 new messages)
9103
9104 2006-09-09 [wwp]        2.4.0cvs168
9105
9106         * src/prefs_filtering.c
9107                 better place for this fix.
9108
9109 2006-09-09 [wwp]        2.4.0cvs167
9110
9111         * src/prefs_filtering.c
9112                 fix a minor bug when the enabled status of a filtering/processing
9113                 rule always got set to TRUE when replacing this rule. That still
9114                 make sense when adding a new rule, but now when replacing, we
9115                 don't override the value of 'enabled'.
9116                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9117                 to prefs_filtering_list_view_get_info() as this function not only
9118                 returns the name, but also the account_id and the enabled status.
9119
9120 2006-09-09 [mones]      2.4.0cvs166
9121
9122         * manual/glossary.xml
9123         * manual/plugins.xml
9124                 Minor format corrections
9125         * manual/gpl.xml
9126                 Fix misplaced NO WARRANTY section
9127         * manual/es/advanced.xml
9128         * manual/es/faq.xml
9129         * manual/es/glossary.xml
9130         * manual/es/gpl.xml
9131         * manual/es/handling.xml
9132         * manual/es/plugins.xml
9133         * manual/es/starting.xml
9134                 Incorporate changes from English version
9135         * manual/fr/ack.xml
9136         * manual/pl/ack.xml
9137         * manual/es/ack.xml
9138                 Fix address, (add translation credits in es version)
9139         * po/es.po
9140                 Updated translation
9141
9142 2006-09-09 [wwp]        2.4.0cvs165
9143
9144         * src/prefs_filtering.c
9145                 fix a crash when opening filtering prefs, if matcherrc file contains
9146                 broken data (non-existing account id, which is theoretically not
9147                 possible).
9148
9149 2006-09-08 [colin]      2.4.0cvs164
9150
9151         * src/folder.c
9152                 Wrong assert, make it an if()
9153         * src/gtk/gtksctree.c
9154                 Fix bug #1013 (expand selected thread 
9155                 tree) - expanding is now recursive
9156
9157 2006-09-07 [wwp]        2.4.0cvs163
9158
9159         * src/prefs_matcher.c
9160                 make better sentences about addressbook matching in the
9161                 matcher prefs. This should make translators' work easier
9162                 too.
9163
9164 2006-09-07 [wwp]        2.4.0cvs162
9165
9166         * src/prefs_filtering.c
9167                 code simplification (get rid of dup var. assignment).
9168
9169 2006-09-07 [wwp]        2.4.0cvs161
9170
9171         * src/summaryview.c
9172                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9173                 <fzzzzz@gmail.com>.
9174
9175 2006-09-07 [paul]       2.4.0cvs160
9176
9177         * src/mimeview.c
9178                 fix compilation warnings
9179                 Thanks to Colin
9180
9181 2006-09-07 [paul]       2.4.0cvs159
9182
9183         * src/mimeview.c
9184                 select the mimepart icon when
9185                 displaying as text
9186                 Thanks to Colin
9187
9188 2006-09-06 [paul]       2.4.0cvs158
9189
9190         * src/prefs_filtering.c
9191                 fix labels and table element spacing
9192                 Patch by Fabien Vantard
9193
9194 2006-09-06 [paul]
9195
9196         2.5.0-rc3 released
9197
9198 2006-09-06 [paul]       2.4.0cvs157
9199
9200         * manual/es/advanced.xml
9201                 fix typo
9202
9203 2006-09-06 [wwp]        2.4.0cvs156
9204
9205         * src/mainwindow.c
9206                 fix an dup launch issue when iconified, thanks to Colin.
9207
9208 2006-09-06 [wwp]        2.4.0cvs155
9209
9210         * src/gtk//gtksctree.h
9211                 oops, forgot that one!
9212
9213 2006-09-06 [wwp]        2.4.0cvs154
9214
9215         * manual/pl/advanced.xml
9216         * manual/advanced.xml
9217         * manual/es/advanced.xml
9218         * manual/fr/advanced.xml
9219         * src/prefs_customheader.c
9220         * src/prefs_filtering_action.c
9221         * src/foldersel.c
9222         * src/prefs_summaries.c
9223         * src/prefs_filtering.c
9224         * src/account.c
9225         * src/compose.c
9226         * src/prefs_summary_column.c
9227         * src/addr_compl.c
9228         * src/prefs_actions.c
9229         * src/prefs_folder_column.c
9230         * src/ssl_manager.c
9231         * src/prefs_template.c
9232         * src/prefs_display_header.c
9233         * src/prefs_common.h
9234         * src/prefs_matcher.c
9235         * src/prefs_common.c
9236         * src/prefs_toolbar.c
9237         * src/summaryview.c
9238         * src/folderview.c
9239         * src/gtk/gtksctree.c
9240         * src/gtk/pluginwindow.c
9241         * src/gtk/progressdialog.c
9242         * src/gtk/prefswindow.c
9243                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9244                 to make its meaning more obvious (all versions of the manual reflect
9245                 the change).
9246                 added an extra hidden option use_stripes_in_summary to allow
9247                 discarding these stripes in mainwindow's folder and message lists;
9248                 en and fr manuals only are OK towards this.
9249
9250 2006-09-06 [colin]      2.4.0cvs153
9251
9252         * src/textview.c
9253                 Hide Sylpheed-Claws' internal queue headers
9254                 when showing all headers. They'll be present
9255                 only in Source window.
9256
9257 2006-09-05 [colin]      2.4.0cvs152
9258
9259         * src/plugins/trayicon/trayicon.c
9260                 Fix crash at exit - we have to disconnect
9261                 our handlers
9262         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9263                 Update eggtrayicon - patch adapted from a
9264                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9265                 on Sylpheed's ML
9266
9267 2006-09-05 [colin]      2.4.0cvs151
9268
9269         * src/mainwindow.c
9270         * src/gtk/logwindow.c
9271                 Fix race condition when something writes
9272                 to the log too soon during init. Thanks
9273                 to Fabien Vantard
9274
9275 2006-09-05 [colin]      2.4.0cvs150
9276
9277         * src/mimeview.c
9278                 Don't select part on right-click either
9279
9280 2006-09-05 [paul]       2.4.0cvs149
9281
9282         * src/mimeview.c
9283                 completion of previous commit
9284                 Thanks to Colin
9285
9286 2006-09-05 [colin]      2.4.0cvs148
9287
9288         * src/mimeview.c
9289                 Don't force selection on middle-click, just open
9290
9291 2006-09-04 [colin]      2.4.0cvs147
9292
9293         * src/mimeview.c
9294                 Looks like gtk_notebook_set_current_page()
9295                 sometimes steals focus, and this annoys us
9296                 in MimeViewers as it renders navigation
9297                 keys useless. Take back focus after switching
9298                 pages.
9299
9300 2006-09-04 [colin]      2.4.0cvs146
9301
9302         * src/messageview.c
9303                 Set stop_loading when clicking on Next
9304                 during load. Don't add a callback to 
9305                 avoid over-complicating things.
9306
9307 2006-09-04 [colin]      2.4.0cvs145
9308
9309         * src/mimeview.c
9310         * src/messageview.c
9311                 Fix multiple loads in separate messageview
9312
9313 2006-09-04 [colin]      2.4.0cvs144
9314
9315         * src/summaryview.c
9316                 Let navigation keys be handled during 
9317                 load
9318
9319 2006-09-04 [colin]      2.4.0cvs143
9320
9321         * src/messageview.c
9322         * src/summaryview.c
9323         * src/textview.c
9324         * src/textview.h
9325                 Make loading of huge mails (lots of text and/or
9326                 images) cancellable, so the GUI doesn't block 
9327
9328 2006-09-04 [colin]      2.4.0cvs142
9329
9330         * src/plugins/trayicon/trayicon.c
9331                 Fix annoyance when removing a folder with 
9332                 unread mails: trayicon didn't update
9333
9334 2006-09-04 [paul]       2.4.0cvs141
9335
9336         * src/gtk/icon_legend.c
9337                 straighten up columns
9338                 Patch by Fabien Vantard
9339
9340 2006-09-04 [wwp]        2.4.0cvs140
9341
9342         * src/prefs_filtering.c
9343                 fix new line's account name in filtering prefs:
9344                 was "All", is now "(New)".
9345
9346 2006-09-04 [paul]       2.4.0cvs139
9347
9348         * tools/make.themes.project
9349                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9350                 instead of homebrewed "make release"
9351
9352 2006-09-03 [colin]      2.4.0cvs138
9353
9354         * src/folderview.c
9355                 Fix bug #1007 (Wrong folder highlighted)
9356
9357 2006-09-03 [colin]      2.4.0cvs137
9358
9359         * src/compose.c
9360                 Don't set Newsgroup: header to a mail folder
9361                 path
9362
9363 2006-09-03 [paul]       2.4.0cvs136
9364
9365         * src/prefs_other.c
9366         * src/prefs_spelling.c
9367                 unify the gui
9368
9369 2006-09-03 [paul]       2.4.0cvs135
9370
9371         * src/prefs_summaries.c
9372                 correct menu item text in prefs_keybind_apply_clicked()
9373
9374 2006-09-03 [paul]       2.4.0cvs134
9375
9376         * manual/advanced.xml
9377                 some improvements to the descriptions
9378         * src/mainwindow.c
9379         * src/messageview.c
9380         * src/summaryview.c
9381         * src/gtk/menu.c
9382                 fix menu sensitivity issues
9383         * src/prefs_message.c
9384                 drop the useless word 'short'
9385         * src/prefs_other.c
9386                 add the word 'lines' indicating log length
9387                 is a measure of lines
9388         * src/textview.c
9389                 fix compilation warnings
9390
9391 2006-09-02 [colin]      2.4.0cvs133
9392
9393         * src/messageview.c
9394                 Display a special return-receipt message
9395                 if the message is from the user
9396         * src/summaryview.c
9397                 Fix missing freeze of the list when marking
9398                 all read and unthreading for exec. Thanks
9399                 to Stephan Sachse.
9400
9401 2006-09-02 [paul]       2.4.0cvs132
9402
9403         * src/mainwindow.c
9404         * src/prefs_message.c
9405         * src/summaryview.c
9406                 fix some english
9407
9408 2006-09-02 [wwp]        2.4.0cvs131
9409
9410         * src/prefs_filtering.c
9411                 added an account name column to the filtering rules
9412                 dialog.
9413
9414 2006-09-02 [colin]      2.4.0cvs130
9415
9416         * src/gtk/logwindow.c
9417         * src/gtk/logwindow.h
9418                 Block scrolling if we're not at the end
9419                 of the log
9420
9421 2006-09-02 [colin]      2.4.0cvs129
9422
9423         * src/folder.c
9424                 Make sure account-specific rules can't
9425                 be used in {pre-,post-,}processing
9426         * src/mainwindow.c
9427         * src/gtk/logwindow.c
9428         * src/gtk/logwindow.h
9429                 Jump to last error when clicking on the
9430                 warning icon
9431
9432 2006-09-02 [colin]      2.4.0cvs128
9433
9434         * src/imap.c
9435         * src/import.c
9436         * src/mainwindow.c
9437         * src/mainwindow.h
9438                 Fix warning icon
9439         * src/inc.c
9440         * src/mbox.c
9441         * src/mbox.h
9442                 Let proc_mbox know its account, for
9443                 account-specific rules
9444
9445 2006-09-01 [colin]      2.4.0cvs127
9446
9447         * src/codeconv.c
9448                 Don't uselessly use iconv to convert from
9449                 us-ascii
9450         * src/alertpanel.c
9451         * src/mainwindow.c
9452         * src/mainwindow.h
9453         * src/inc.c
9454                 Fix certain log cases, disable warning icon
9455                 for now, the correct way to display it when
9456                 necessary and only when necessary is probably
9457                 to do it manually rather than use error logs
9458         * src/etpan/imap-thread.c
9459                 Clean up UID logging a bit
9460         * src/gtk/logwindow.c
9461         * src/gtk/logwindow.h
9462                 Make logging faster when the window's closed
9463
9464 2006-09-01 [wwp]        2.4.0cvs126
9465
9466         * manual/fr/account.xml
9467                 reflect changes to the ref. manual (parts of cvs72):
9468                 fix tabnames and quotes.
9469
9470 2006-09-01 [wwp]        2.4.0cvs125
9471
9472         * manual/fr/plugins.xml
9473                 reflect changes to the reference manual (cvs42):
9474                 update IRC channel info.
9475
9476 2006-09-01 [wwp]        2.4.0cvs124
9477
9478         * commitHelper
9479                 use CVSEDITOR env. var. if set, according to `man cvs`.
9480
9481 2006-09-01 [wwp]        2.4.0cvs123
9482
9483         * manual/advanced.xml
9484                 better sentence again (thanks to Paul).
9485
9486 2006-09-01 [wwp]        2.4.0cvs122
9487
9488         * manual/advanced.xml
9489         fix definition of toolbar_detachable and rework a bit the one of
9490         enable_dotted_lines.
9491
9492 2006-09-01 [mones]      2.4.0cvs121
9493
9494         * manual/advanced.xml
9495                 Document enable_dotted_lines
9496
9497 2006-09-01 [paul]       2.4.0cvs120
9498
9499         * src/folderview.c
9500         * src/folderview.h
9501         * src/imap.c
9502         * src/mainwindow.c
9503         * src/summaryview.c
9504                 obey the 'When entering folder...' option
9505                 when using the /View/Go to/... menu items
9506                 Thanks to Colin
9507
9508 2006-08-31 [colin]      2.4.0cvs119
9509
9510         * src/folderview.c
9511                 Revert 2.4.0cvs116, wrong fix.
9512
9513 2006-08-31 [colin]      2.4.0cvs118
9514
9515         * src/gtk/gtksctree.c
9516                 Better state the various copyrights
9517
9518 2006-08-31 [colin]      2.4.0cvs117
9519
9520         * src/prefs_common.c
9521                 fix enable_dotted_lines
9522
9523 2006-08-31 [colin]      2.4.0cvs116
9524
9525         * src/folderview.c
9526                 Use pref "Always open on select" when going
9527                 to next unread folder
9528         * src/gtk/gtksctree.c
9529                 Fix link failure to _gtk_clist_create_cell_layout
9530                 on certain computers. (Why not mine, I wonder)
9531
9532 2006-08-31 [colin]      2.4.0cvs115
9533
9534         * src/procmsg.c
9535         * src/textview.c
9536         * src/plugins/bogofilter/bogofilter.c
9537         * src/plugins/spamassassin/spamassassin.c
9538                 Requalify some "errors" to warnings
9539         * src/mainwindow.c
9540         * src/mainwindow.h
9541         * src/statusbar.c
9542                 Add an icon in the statusbar to notify
9543                 of errors
9544         * src/gtk/gtksctree.c
9545         * src/folderview.c
9546         * src/summaryview.c
9547                 Make the GtkSCTree look more modern by
9548                 alternating background lines
9549         * src/prefs_common.c
9550         * src/prefs_common.h
9551                 Add a pref to let people have the old
9552                 way if they prefer
9553
9554
9555 2006-08-30 [colin]      2.4.0cvs114
9556
9557         * src/procmsg.c
9558         * src/procmsg.h
9559                 Provide a way to filter a list of
9560                 messages in an optimised manner, and
9561                 add a list-filtering hook
9562         * src/folder.c
9563         * src/inc.c
9564         * src/mbox.c
9565                 Use the list filtering
9566         * src/plugins/bogofilter/bogofilter.c
9567                 Use the list-filtering hook
9568                 Use -b (bulk) mode for more speed
9569                 when learning and filtering
9570         * src/etpan/imap-thread.c
9571                 Make log output shorter in UID SEARCH
9572
9573
9574 2006-08-30 [colin]      2.4.0cvs113
9575
9576         * src/plugins/bogofilter/bogofilter.c
9577                 Really fast mass learning - thanks to David
9578                 Relson for the options explanations :)
9579
9580 2006-08-30 [colin]      2.4.0cvs112
9581
9582         * src/msgcache.c
9583                 Fix compilation on FreeBSD. Thanks
9584                 to Michael Hugues
9585
9586 2006-08-29 [colin]      2.4.0cvs111
9587
9588         * src/folderview.c
9589                 Handle "popup_menu" signal (for popping the 
9590                 menu via the keyboard)
9591         * src/mimeview.c
9592         * src/mimeview.h
9593         * src/summaryview.c
9594         * src/textview.c
9595         * src/gtk/gtkutils.c
9596         * src/gtk/gtkutils.h
9597                 Factorize scrolling code, and add an API 
9598                 for MimeViewers to handle scroll orders
9599
9600 2006-08-29 [wwp]        2.4.0cvs110
9601
9602         * src/plugins//bogofilter/bogofilter.c
9603         * src/plugins//spamassassin/spamassassin.c
9604                 make the bogofilter/spamassassin filtering error dialogs at
9605         incorporation obey to the "don't popup error dialog on
9606         receive error" option. If disabled, feed the log window w/
9607         the error message.
9608
9609 2006-08-29 [paul]
9610
9611         2.5.0-rc2 released
9612
9613 2006-08-29 [paul]       2.4.0cvs109
9614
9615         * Makefile.am
9616                 remove 'make release', it's not needed
9617                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9618
9619 2006-08-29 [paul]       2.4.0cvs108
9620
9621         * src/foldersel.c
9622         * src/summary_search.c
9623         * src/gtk/progressdialog.c
9624         * src/plugins/pgpcore/passphrase.c
9625                 replace deprecated gtk_window_set_policy()
9626
9627 2006-08-29 [colin]      2.4.0cvs107
9628
9629         * src/folder.c
9630                 Fix data loss when copy fails during a move:
9631                 only use fast remove_msgs if everything was
9632                 copied OK; else use slow remove_msg on the
9633                 mails that got copied only.
9634
9635 2006-08-28 [paul]       2.4.0cvs106
9636
9637         * src/mh.c
9638                 revert change in 2.4.0cvs104, it breaks
9639                 stuff
9640
9641 2006-08-28 [paul]       2.4.0cvs105
9642
9643         * src/plugins/spamassassin/spamassassin.c
9644                 english fix
9645
9646 2006-08-28 [paul]       2.4.0cvs104
9647
9648         * src/mh.c
9649                 fix data loss when moving to another
9650                 mailbox fails
9651         * src/prefs_spelling.c
9652                 improve the english
9653         * src/gtk/pluginwindow.c
9654                 improve the layout of the dialog text
9655         All thanks to Colin
9656
9657 2006-08-28 [paul]       2.4.0cvs103
9658
9659         * src/plugins/bogofilter/bogofilter.c
9660         * src/plugins/bogofilter/bogofilter_gtk.c
9661                 fix english up a bit, innit
9662
9663 2006-08-28 [paul]       2.4.0cvs102
9664
9665         * configure.ac
9666         * po/Makefile.in.in
9667         * po/Makevars
9668                 require autoconf 2.60, enabling building
9669                 with gettext 0.15 (gettext 0.14.x build still
9670                 possible). Replace Makefiles with versions
9671                 from gettext 0.15.
9672                 Remove configure options --with-localedir and
9673                 --with-mandir. The options that are provided
9674                 directly by autoconf 2.60 can be used instead:
9675                 --mandir --localedir
9676
9677 2006-08-27 [colin]      2.4.0cvs101
9678
9679         * src/plugins/bogofilter/Makefile.am
9680                 Fix make dist (no README)
9681
9682 2006-08-27 [colin]      2.4.0cvs100
9683
9684         * src/folder.c
9685                 Don't use F_UNKNOWN folders for any default
9686                 outbox/trash/etc
9687         * src/plugins/bogofilter/bogofilter.c
9688         * src/plugins/bogofilter/bogofilter.h
9689         * src/plugins/bogofilter/bogofilter_gtk.c
9690                 Add an option to specify the path to bogofilter
9691                 Use single-quotes to be able to learn in folders
9692                 with spaces in their names
9693                 Verify learning status
9694
9695 2006-08-27 [colin]      2.4.0cvs99
9696
9697         * manual/faq.xml
9698         * manual/plugins.xml
9699                 Document Bogofilter plugin
9700
9701 2006-08-27 [colin]      2.4.0cvs98
9702
9703         * src/compose.c
9704         * src/messageview.c
9705         * src/procmsg.c
9706         * src/procmsg.h
9707                 When possible, copy the queued mail to sent folder
9708                 instead of re-adding. Much faster on IMAP.
9709
9710 2006-08-27 [colin]      2.4.0cvs97
9711
9712         * src/msgcache.c
9713                 Disable mmaped caches - huge metadata loss
9714                 here after a power failure.
9715         * src/summaryview.c
9716                 Add quicksearch timing
9717         * src/common/plugin.c
9718         * src/common/plugin.h
9719                 Implement an interface to tell what plugins
9720                 provide. Prevent loading of similar plugins.
9721         * src/plugins/clamav/clamav_plugin.c
9722         * src/plugins/demo/demo.c
9723         * src/plugins/dillo_viewer/dillo_viewer.c
9724         * src/plugins/pgpcore/plugin.c
9725         * src/plugins/pgpinline/pgpinline.c
9726         * src/plugins/pgpmime/pgpmime.c
9727         * src/plugins/spamassassin/spamassassin.c
9728         * src/plugins/trayicon/trayicon.c
9729                 Implement plugin_provides()
9730
9731 2006-08-27 [colin]      2.4.0cvs96
9732
9733         * configure.ac
9734         * src/plugins/Makefile.am
9735         * src/plugins/bogofilter/.cvsignore
9736         * src/plugins/bogofilter/Makefile.am
9737         * src/plugins/bogofilter/bogofilter.c
9738         * src/plugins/bogofilter/bogofilter.h
9739         * src/plugins/bogofilter/bogofilter_gtk.c
9740                 New Bogofilter plugin, provides filtering and
9741                 learning. Spamassassin will go to extra plugins.
9742
9743 2006-08-26 [mones]      2.4.0cvs95
9744
9745         * manual/handling.xml
9746                 Fix subfolder path in the example (thanks to Paul) 
9747
9748 2006-08-26 [mones]      2.4.0cvs94
9749
9750         * manual/glossary.xml
9751                 2.2. + add ISP to the glossary
9752                 7.5. + Add UIDL to glossary
9753                 7.7. + Add TCP to glossary
9754         * manual/handling.xml
9755                 7.1. + Mentions GNU/Linux distribution, what about the non...
9756                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9757                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9758                 7.4. = Use appropriate quotation for commands
9759                 7.6. = change "" to <quote></quote>
9760         * manual/plugins.xml
9761                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9762         * manual/starting.xml
9763                 2.1. + local mbox file: some examples of mbox file locations...
9764                 Also reformatted files requiring it
9765
9766 2006-08-26 [wwp]        2.4.0cvs93
9767
9768         * src/summary_search.c
9769                 disable find buttons while summary search is running.
9770
9771 2006-08-25 [colin]      2.4.0cvs92
9772
9773         * src/folder.c
9774         * src/folderutils.c
9775         * src/mh.c
9776         * src/procmsg.h
9777         * src/summaryview.c
9778                 Speed up MH moving, and add progressbar
9779                 for MH deletion
9780         * src/msgcache.c
9781                 Write cache files using mmap() too
9782
9783 2006-08-25 [wwp]        2.4.0cvs91
9784
9785         * src/summaryview.c
9786                 switch spam<->ham button when a message has been marked as spam or ham
9787                 and is still selected. Thanks to Colin.
9788
9789 2006-08-25 [paul]       2.4.0cvs90
9790
9791         * src/Makefile.am
9792         * src/stock_pixmap.c
9793         * src/stock_pixmap.h
9794         * src/summaryview.c
9795         * src/gtk/icon_legend.c
9796         * src/pixmaps/copied.xpm
9797         * src/pixmaps/moved.xpm
9798                 add icons for delayed execution marked for
9799                 copying, marked for moving
9800
9801 2006-08-25 [mones]      2.4.0cvs89
9802
9803         * manual/glossary.xml
9804                 Fix the other glossary items:
9805                 5.1. = Inmmediate execution -> <quote>immediate execution...
9806                 5.2. = Fix MBOX capitalization -> Mbox
9807                 5.3. + Improve Plugins def. w/ tech. ref.
9808                 5.4. = Quotation -> replace '>' by <quote>></quote>
9809                 5.5. - SMTP Server. -> remove dot
9810         * po/es.po
9811                 Updated translation
9812
9813 2006-08-25 [mones]      2.4.0cvs88
9814
9815         * manual/ack.xml
9816                 Reformatted, changed email address
9817         * manual/glossary.xml
9818                 Reformatted, fixed MANUAL-TODO items:
9819                 8.2. + add ROT-13 to glossary
9820                 8.4. + add URL to glossary
9821         * manual/es/advanced.xml
9822                 Fixed <literal>s
9823
9824 2006-08-25 [paul]       2.4.0cvs87
9825
9826         * src/gtk/icon_legend.c
9827                 add 'marked for deletion' icon
9828                 arrange icons by containing column
9829                 wrap long label text
9830
9831 2006-08-25 [colin]      2.4.0cvs86
9832
9833         * src/common/utils.c
9834         * src/common/utils.h
9835                 Add the sc_g_*list_bigger functions in
9836                 a place everyone can use it
9837         * src/summaryview.c
9838                 Only freeze/thaw the list when working
9839                 on the selection, if it's bigger than 1
9840         * src/gtk/gtksctree.c
9841                 Only freeze/thaw the list when unselec-
9842                 ting 'all' if ('all' != 1)
9843                 This avoids some flickering
9844
9845 2006-08-24 [colin]      2.4.0cvs85
9846
9847         * src/addressbook.c
9848                 Fix strange list selection
9849                 Fix random seg (Invalid read of freed memory)
9850
9851 2006-08-24 [colin]      2.4.0cvs84
9852
9853         * src/alertpanel.c
9854         * src/gtk/inputdialog.c
9855         * src/plugins/pgpcore/passphrase.c
9856                 Revert minimal width patch of 2.4.0cvs67,
9857                 as it is also a maximal width. Use 
9858                 gtk_window_set_default_size instead.
9859
9860 2006-08-24 [colin]      2.4.0cvs83
9861
9862         * src/msgcache.c
9863                 Write cache/mark to temp files before
9864                 overwriting old ones (avoids metadata
9865                 loss if writing the new files fail).
9866                 Use mmap() to read cache/mark file, as
9867                 this makes cache reading faster. Dis-
9868                 abled for big-endian machines until it
9869                 can be tested. (Big-endian users: set
9870                 msgcache_use_mmap = TRUE in the relevant
9871                 #if).
9872         * src/procmsg.h
9873                 Move rarely used fields of MsgInfo in 
9874                 another structure, which will only be
9875                 allocated if needed. Face, X-Face,
9876                 Return receipt headers and List-*
9877                 headers are moved. Mails having none
9878                 of these occupy 52 bytes less with
9879                 this patch, which makes 2.5MB of RAM
9880                 saved on a 50k folder).
9881         * src/headerview.c
9882         * src/mainwindow.c
9883         * src/messageview.c
9884         * src/partial_download.c
9885         * src/procheader.c
9886         * src/procmsg.c
9887         * src/textview.c
9888                 Follow this structure change.
9889
9890 2006-08-24 [wwp]        2.4.0cvs82
9891
9892         * manual/es/.cvsignore
9893         * manual/es/dist/.cvsignore
9894         * manual/es/dist/html/.cvsignore
9895         * manual/es/dist/pdf/.cvsignore
9896         * manual/es/dist/ps/.cvsignore
9897         * manual/es/dist/txt/.cvsignore
9898                 more (generated) files to ignore.
9899
9900 2006-08-24 [colin]      2.4.0cvs81
9901
9902         * src/folder.c
9903         * src/mh.c
9904                 Fix possible problems with local delivery. Check the folder doesn't
9905                 need scan before setting its mtime when saving cache (which can be
9906                 done long after the folder's been modified by an external process);
9907                 Check that the stored item's mtime didn't change in mh functions.
9908
9909 2006-08-24 [mones]      2.4.0cvs80
9910
9911         * manual/advanced.xml
9912                 Rewrapping, some fixes and MANUAL-TODO items:
9913                 8.1. = change "" to <quote></quote>
9914                 8.3. = quote menu items
9915                 8.5. - deploying -> new user ... ideally a new user (redundant)
9916
9917 2006-08-23 [colin]      2.4.0cvs79
9918
9919         * src/gtk/gtksctree.c
9920                 When selecting or deselecting range, only
9921                 freeze/thaw when selection is bigger than 10
9922
9923 2006-08-23 [colin]      2.4.0cvs78
9924
9925         * src/messageview.c
9926         * src/mimeview.c
9927         * src/mimeview.h
9928         * src/plugins/dillo_viewer/dillo_viewer.c
9929                 Provide an API for MimeViewer plugins to
9930                 return a text selection for replying
9931
9932 2006-08-23 [colin]      2.4.0cvs77
9933
9934         * src/image_viewer.c
9935         * src/textview.c
9936                 Use gtk_pixbuf_new_from_file_at_scale(), which
9937                 is faster than getting the pixbuf then resizing
9938                 it.
9939
9940 2006-08-23 [colin]      2.4.0cvs76
9941
9942         * src/procmime.c
9943                 UTF-8 should be sent Quoted-printable
9944
9945 2006-08-22 [colin]      2.4.0cvs75
9946
9947         * src/mh.c
9948                 Check if scan is required before touching
9949                 the folder (or it'll be required every time)
9950
9951 2006-08-22 [colin]      2.4.0cvs74
9952
9953         * configure.ac
9954                 Require libetpan 0.46 (crasher fix when built
9955                 against gnutls)
9956
9957 2006-08-22 [colin]      2.4.0cvs73
9958
9959         * src/folder.c
9960                 Set folder's mtime after writing its
9961                 cache
9962         * src/folderview.c
9963                 Add some timing
9964         * src/procmsg.c
9965                 Don't do useless stuff if we don't 
9966                 thread by subject
9967         * src/summaryview.c
9968                 Add some timing, don't deselect prior
9969                 to selecting (gtksctree does it itself),
9970                 remove crash avoidance hacks as it's been
9971                 properly fixed since a while
9972         * src/common/utils.c
9973                 Optimize to_human_readable(): _() is slow,
9974                 do it only once, and avoid %f format for KB
9975                 (the most common in a summaryview)
9976         * src/gtk/gtksctree.c
9977                 Don't uselessly freeze/thaw (fixes flicker
9978                 on next unread and friends), reduce number
9979                 of g_list_nth/g_list_position where possible
9980         * src/gtk/gtkutils.c
9981         * src/gtk/gtkutils.h
9982                 Reduce number of g_list_nth/g_list_position
9983                 where possible.
9984                 All of this makes loading as 70k folder 2.1
9985                 seconds instead of 3.2 (with hot FS caches).
9986                 (1.3 seconds without Date and Size columns...)
9987
9988 2006-08-22 [paul]       2.4.0cvs72
9989
9990         wrap documents and do some items from mones' MANUAL-TODO:
9991
9992         * manual/account.xml
9993                 4.1. = fix tabname references to <quote>tabname</quote>
9994                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
9995         * manual/faq.xml
9996                 1.1. = mentioned options don't match UI
9997                 Add information about the 'Never send Return Receipts'
9998                 option
9999         * manual/handling.xml
10000                 6.2. = Mentions Extended symbols button, but now is
10001                 named Information
10002                 6.3. = Mentions ... button, which is now Edit
10003
10004 2006-08-22 [colin]      2.4.0cvs71
10005
10006         * src/gtk/pluginwindow.c
10007                 Fix layout in verbose translations (such
10008                 as french)
10009
10010 2006-08-22 [paul]       2.4.0cvs70
10011
10012         * manual/Makefile.am
10013                 build manuals in alphabetical order
10014         * src/addressbook.c
10015         * src/prefs_themes.c
10016                 replace/remove deprecated symbols
10017         * src/gtk/gtkutils.c
10018                 fix a warning
10019         * src/gtk/pluginwindow.c
10020                 replace deprecated symbol
10021                 replace label text and move it
10022         * src/plugins/pgpcore/prefs_gpg.c
10023                 move the 'Generate...' button out of the
10024                 Sign Key frame, replace the English used
10025         * src/plugins/pgpcore/sgpgme.c
10026                 fixes to the English
10027
10028 2006-08-21 [colin]      2.4.0cvs69
10029
10030         * src/plugins/trayicon/trayicon.c
10031                 Add more strings for translation; patch
10032                 by Pawel
10033
10034 2006-08-21 [colin]      2.4.0cvs68
10035
10036         * src/compose.c
10037                 fix replied flag not set after drafting
10038         * src/matcher.c
10039                 fix body quicksearch in non-encoded bodies
10040                 containing '='
10041         * src/msgcache.c
10042                 Get rid of the g_malloc workaround for
10043                 corrupted caches, use g_try_malloc
10044
10045 2006-08-21 [colin]      2.4.0cvs67
10046
10047         * src/alertpanel.c
10048         * src/gtk/inputdialog.c
10049         * src/plugins/pgpcore/passphrase.c
10050                 Set minimal width to 375
10051         * src/mainwindow.c
10052                 Fix switching to offline, asking if it 
10053                 should be overriden for synchronising
10054         * src/mimeview.c
10055                 Don't offer to remember command on Open 
10056                 with for text parts, as the browser or 
10057                 text editor command isn't changed from 
10058                 there
10059
10060 2006-08-20 [paul]       2.4.0cvs66
10061
10062         * po/ko.po
10063         * po/zh_CN.po
10064                 fix plural form errors. revealed by stricter
10065                 checking of gettext 0.15
10066
10067 2006-08-18 [paul]       2.4.0cvs65
10068
10069         * src/stock_pixmap.c
10070                 fix the fix of 2.4.0cvs64
10071                 Thanks to Colin
10072
10073 2006-08-18 [paul]       2.4.0cvs64
10074
10075         * src/stock_pixmap.c
10076                 fix leaks
10077                 Thanks to Colin
10078
10079 2006-08-18 [paul]       2.4.0cvs63
10080
10081         * src/compose.c
10082         * src/procmsg.c
10083                 fix occasional IMAP bug where large msgs
10084                 were left in the queue folder after sending
10085                 Thanks to Colin
10086
10087 2006-08-18 [paul]       2.4.0cvs62
10088
10089         * src/folderview.c
10090                 freeze the summaryview while quicksearch results
10091                 are displayed
10092                 (fixes bug 456 'current message is hidden when the
10093                 view is refreshed and extended search is "unread 
10094                 messages"')
10095                 Thanks to Colin
10096         * src/textview.c
10097                 add missing #include "inputdialog.h"
10098         * src/common/utils.h
10099                 add missing mailcap_update_default() and improve
10100                 readability
10101
10102 2006-08-17 [colin]      2.4.0cvs61
10103
10104         * src/plugins/pgpcore/select-keys.c
10105                 Fix warnings :)
10106
10107 2006-08-17 [colin]      2.4.0cvs60
10108
10109         * src/compose.c
10110                 Don't continue queuing if Cancel is clicked
10111                 in select-keys
10112
10113 2006-08-17 [colin]      2.4.0cvs59
10114
10115         * src/plugins/pgpcore/select-keys.c
10116                 When encrypting, if only one key matches and it 
10117                 matches exactly, automatically use it.
10118
10119 2006-08-17 [colin]      2.4.0cvs58
10120
10121         * src/mimeview.c
10122         * src/prefs_common.c
10123         * src/prefs_common.h
10124         * src/prefs_ext_prog.c
10125         * src/textview.c
10126                 Fix issues with previous patch (text/html)
10127                 Remove outdated prefs
10128
10129 2006-08-17 [colin]      2.4.0cvs57
10130
10131         * src/imap.c
10132                 Add View Log button on auth error
10133         * src/procmsg.c
10134                 Fix encrypted mail marked as new when
10135                 saved in normal folders
10136         * src/plugins/pgpinline/pgpinline.c
10137                 Fix encrypt bug on IMAP
10138         * src/mimeview.c
10139         * src/common/utils.c
10140         * src/common/utils.h
10141         * src/gtk/inputdialog.c
10142         * src/gtk/inputdialog.h
10143                 Get rid of metamail stuff, simplify
10144                 opening, and allow remembering of user's
10145                 choices (by updating ~/.mailcap). There's
10146                 still to drop "Audio player" and "Image
10147                 viewer" preferences.
10148
10149 2006-08-17 [mones]      2.4.0cvs56
10150
10151         * manual/es/sylpheed-claws-manual.xml
10152                 fix DTD path
10153
10154 2006-08-17 [mones]      2.4.0cvs55
10155
10156         * configure.ac
10157         * manual/Makefile.am
10158         * manual/es/Makefile.am
10159         * manual/es/account.xml
10160         * manual/es/ack.xml
10161         * manual/es/addrbook.xml
10162         * manual/es/advanced.xml
10163         * manual/es/faq.xml
10164         * manual/es/glossary.xml
10165         * manual/es/gpl.xml
10166         * manual/es/handling.xml
10167         * manual/es/intro.xml
10168         * manual/es/keyboard.xml
10169         * manual/es/plugins.xml
10170         * manual/es/starting.xml
10171         * manual/es/sylpheed-claws-manual.xml
10172         * manual/es/dist/Makefile.am
10173         * manual/es/dist/html/Makefile.am
10174         * manual/es/dist/pdf/Makefile.am
10175         * manual/es/dist/ps/Makefile.am
10176         * manual/es/dist/txt/Makefile.am
10177                 Spanish translation for the manual
10178
10179 2006-08-16 [colin]      2.4.0cvs54
10180
10181         * src/compose.c
10182         * src/main.c
10183         * src/mainwindow.c
10184                 Fix send button sensitivity at startup
10185                 Set send menu sensitivity (patch by Fabien)
10186         * src/ssl_manager.c
10187                 Enable closing with esc (patch by Fabien)
10188         * src/gtk/foldersort.c
10189                 Enable closing with esc (patch by Fabien)
10190         * src/procmime.c
10191                 Optimisation (no need to copy to tempfile to
10192                 "decode" 7bit and 8bit)
10193         * src/summaryview.c
10194                 Fix cruft in swap_from case
10195         * src/textview.c
10196                 Fix missing last line in some mail cases 
10197                 (Fixes debian #381872)
10198         * src/plugins/pgpcore/prefs_gpg.c
10199         * src/plugins/pgpcore/sgpgme.c
10200         * src/plugins/pgpcore/sgpgme.h
10201                 Don't show "no key found" when user explicitely
10202                 wants to create a key
10203
10204 2006-08-16 [paul]       2.4.0cvs53
10205
10206         * configure.ac
10207         * src/account.c
10208         * src/addressbook.c
10209         * src/headerview.c
10210         * src/prefs_account.c
10211         * src/prefs_message.c
10212         * src/gtk/gtkutils.c
10213                 bump up minimum required versions of GTK+ and
10214                 GLIB to 2.6.0
10215
10216 2006-08-16 [paul]       2.4.0cvs52
10217
10218         * src/toolbar.c
10219                 workaround GTK+ Bug 351600 - 'Can't re-click
10220                 on button after sensitivity update'
10221                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10222                 Thanks to Colin
10223
10224 2006-08-15 [colin]      2.4.0cvs51
10225
10226         * src/plugins/pgpcore/prefs_gpg.c
10227                 Set options sensitivity according to
10228                 key existence
10229         * src/plugins/pgpcore/sgpgme.c
10230                 Allow to create key with no passphrase
10231
10232 2006-08-14 [cleroy]     2.4.0cvs50
10233
10234         * src/gtk/pluginwindow.c
10235                 New layout (maybe to be changed?)
10236         * src/gtk/gtkutils.c
10237                 Fix a bit label_window
10238         * src/plugins/pgpcore/passphrase.c
10239         * src/plugins/pgpcore/passphrase.h
10240         * src/plugins/pgpcore/plugin.c
10241         * src/plugins/pgpcore/prefs_gpg.c
10242         * src/plugins/pgpcore/prefs_gpg.h
10243         * src/plugins/pgpcore/sgpgme.c
10244         * src/plugins/pgpcore/sgpgme.h
10245                 Allow to create a PGP private key via the GUI
10246
10247 2006-08-14 [wwp]        2.4.0cvs49
10248
10249         * src/addressbook_foldersel.c
10250                 fix strict ISO C90 compliance.
10251
10252 2006-08-14 [paul]       2.4.0cvs48
10253
10254         * src/gtk/prefswindow.c
10255                 re-set scrolled window on opening
10256                 Patch by Ticho
10257
10258 2006-08-14 [paul]
10259
10260         2.5.0-rc1 released
10261
10262 2006-08-14 [paul]       2.4.0cvs47
10263
10264         * src/prefs_display_header.c
10265                 re-enable user-defined Displayed Headers
10266
10267 2006-08-14 [paul]       2.4.0cvs46
10268
10269         * src/prefs_account.c
10270                 use GTK_STOCK_EDIT
10271
10272 2006-08-13 [colin]      2.4.0cvs45
10273
10274         * src/common/utils.c
10275                 Fix "a" in quote when the original message is empty,
10276                 by using \0 instead of 'a' to test writability of
10277                 temp files.
10278
10279 2006-08-13 [wwp]        2.4.0cvs44
10280
10281         * src/plugins/spamassassin/spamassassin.c
10282                 fix capitalization of "SpamAssassin" in some debug, log and
10283                 dialog messages.
10284
10285 2006-08-13 [paul]       2.4.0cvs43
10286
10287         * src/editldap.c
10288                 fix overlapping widgets
10289         * src/prefs_account.c
10290                 fix translation of protocol_names[]
10291                 fix label disappearing off the edge of the
10292                 visible area
10293
10294 2006-08-12 [paul]       2.4.0cvs42
10295
10296         * manual/plugins.xml
10297                 update IRC channel info before it gets forgotten
10298                 about
10299
10300 2006-08-11 [colin]      2.4.0cvs41
10301
10302         * src/compose.c
10303         * src/mainwindow.c
10304         * src/mainwindow.h
10305         * src/procmsg.c
10306         * src/procmsg.h
10307         * src/summaryview.c
10308         * src/toolbar.c
10309                 Grey out the Send button if
10310                 - Queue folders are empty, or
10311                 - We're sending already
10312
10313 2006-08-11 [wwp]        2.4.0cvs40
10314
10315         * src/main.c
10316                 fix a logic issue when quitting while a compose window is
10317                 still open, thanks to Colin.
10318
10319 2006-08-10 [colin]      2.4.0cvs39
10320
10321         * src/main.c
10322                 Fix default font size setting after wizard run
10323         * src/imap.c
10324         * src/etpan/imap-thread.c
10325         * src/etpan/imap-thread.h
10326                 Fix bug #999 (Timing out on TSL cert validation 
10327                 dialog makes ugly things happen). Also, STARTTLS
10328                 unconditionnaly if initial capabilities contain
10329                 LOGINDISABLED and STARTTLS.
10330
10331 2006-08-09 [colin]      2.4.0cvs38
10332
10333         * src/mainwindow.c
10334         * src/mainwindow.h
10335                 Fix Tools/Actions sensitivity when there are
10336                 no actions
10337
10338 2006-08-09 [colin]      2.4.0cvs37
10339
10340         * src/prefs_filtering.c
10341                 Warning fix, patch by Paul
10342         * src/messageview.c
10343         * src/prefs_actions.c
10344         * src/prefs_filtering_action.c
10345         * src/prefs_matcher.c
10346                 Uniformisation of "Info ..." to "Info..." (for
10347                 old gtk), patch by Fabien
10348         * src/plugins/clamav/clamav_plugin_gtk.c
10349                 Sensitivity fix by Fabien
10350
10351 2006-08-09 [colin]      2.4.0cvs36
10352
10353         * src/main.c
10354         * src/main.h
10355                 Add a function to know whether we're exiting
10356         * src/plugins/trayicon/trayicon.c
10357                 If exiting, don't do anything. Faster, and
10358                 avoids gtk_main_iteration reentracy causing
10359                 segfaults at exit
10360
10361 2006-08-09 [colin]      2.4.0cvs35
10362
10363         * src/messageview.c
10364         * src/mimeview.c
10365         * src/mimeview.h
10366                 Fix lack of part selection when automatically 
10367                 jumping to a specific part
10368         * src/msgcache.c
10369                 Little optimisation in cache reading
10370
10371 2006-08-09 [colin]      2.4.0cvs34
10372
10373         * src/compose.c
10374                 Fix crash setting the priority on reedit
10375                 (Accessing compose before creating it!)
10376
10377 2006-08-08 [colin]      2.4.0cvs33
10378
10379         * src/procmime.c
10380                 Fix bug #998 (last attachment is not accessible)
10381                 Bad RFC interpretation on multipart close-delimiters
10382         * src/mimeview.c
10383         * src/mimeview.h
10384         * src/gtk/gtkvscrollbutton.c
10385         * src/gtk/gtkvscrollbutton.h
10386                 Make attachments list wheel-scrollable
10387
10388 2006-08-07 [colin]      2.4.0cvs32
10389
10390         * src/gtk/gtkaspell.c
10391                 Fix bug #973 (Unicode punctation characters 
10392                 are not recognized as separators by the
10393                 spell checker); fix unsigned stuff
10394
10395 2006-08-07 [colin]      2.4.0cvs31
10396
10397         * src/compose.c
10398                 Fix bug #956 (DnD text with accents in compose 
10399                 text entry); fix gccc's signed/unsigned fuss
10400
10401 2006-08-06 [colin]      2.4.0cvs30
10402
10403         * src/main.c
10404                 Fix bug #979 (Plugin crashes when exiting 
10405                 sylpheed-claws) : handle exit request only 
10406                 once
10407
10408 2006-08-05 [colin]      2.4.0cvs29
10409
10410         * src/news.c
10411                 Just make sure we have a msgid.
10412
10413 2006-08-05 [colin]      2.4.0cvs28
10414
10415         * src/news.c
10416         * src/summaryview.c
10417                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10418                 by reimplementing it
10419         * src/textview.c
10420                 Fix bug when hiding quotes with level > 3 and quote
10421                 colors are recycled
10422
10423 2006-08-04 [colin]      2.4.0cvs27
10424
10425         * src/compose.c
10426         * src/undo.c
10427         * src/undo.h
10428                 Fix a bit replace-by-pasting undo
10429         * src/mainwindow.c
10430         * src/messageview.c
10431                 Fix Fold quotes menu synchro in
10432                 mainwindow when it changes in 
10433                 messageview
10434         * src/textview.c
10435                 Fix right-click on quotes blocks
10436         * src/common/utils.c
10437                 Verify that the file created by
10438                 my_tmpfile() is writable. Fixes
10439                 bug #988 (very specific filesystem
10440                 issue)
10441         * src/plugins/pgpcore/sgpgme.c
10442                 Fix file descriptor leak
10443         * src/plugins/spamassassin/spamassassin.c
10444                 Warn once if spamd isn't reachable
10445
10446 2006-08-04 [colin]      2.4.0cvs26
10447
10448         * src/toolbar.c
10449                 i18n context patch by Fabien
10450
10451 2006-08-03 [colin]      2.4.0cvs25
10452
10453         * src/mainwindow.c
10454         * src/messageview.c
10455                 Rename "Hide quotes" to "Fold quotes"
10456         * src/textview.c
10457                 Don't use hand cursor on quotes. "all 
10458                 the bonuses of the feature and none of 
10459                 unwelcome side-effects"
10460
10461 2006-08-03 [colin]      2.4.0cvs24
10462
10463         * AUTHORS
10464         * sylpheed-claws.desktop
10465         * src/gtk/authors.h
10466                 Bring the desktop file to XDG compliance
10467                 Patch by Charles A. Edwards
10468
10469 2006-08-03 [colin]      2.4.0cvs23
10470
10471         * src/textview.c
10472                 Fix links offset when they are preceded
10473                 by accentued chars (g_utf8_strlen!)
10474         * src/mainwindow.c
10475                 Fix wrong status when starting offline
10476
10477
10478 2006-08-03 [wwp]        2.4.0cvs22
10479
10480         * src/prefs_common.h
10481                 ask what to do w/ filtering rules that belong to an account when
10482                 applying filtering rules manually from the main window (skip,
10483                 apply regardless of the account, use current account). This dialog
10484                 can be skipped and the last reply used.
10485                 (forgot that file)
10486
10487 2006-08-03 [wwp]        2.4.0cvs21
10488
10489         * src/filtering.c
10490         * src/filtering.h
10491         * src/prefs_common.c
10492         * src/summaryview.c
10493         * src/alertpanel.c
10494         * src/alertpanel.h
10495         * src/messageview.c
10496                 ask what to do w/ filtering rules that belong to an account when
10497                 applying filtering rules manually from the main window (skip,
10498                 apply regardless of the account, use current account). This dialog
10499                 can be skipped and the last reply used.
10500
10501
10502 2006-08-03 [colin]      2.4.0cvs20
10503
10504         * src/textview.c
10505                 Optimize previous patch
10506
10507 2006-08-03 [cleroy]     2.4.0cvs19
10508
10509         * src/textview.c
10510                 Fix quotes getting toggled back when the
10511                 mail has an even number of text parts
10512
10513 2006-08-02 [colin]      2.4.0cvs18
10514
10515         * src/messageview.c
10516                 Add Hide quotes menu
10517
10518 2006-08-02 [colin]      2.4.0cvs17
10519
10520         * src/mainwindow.c
10521         * src/prefs_common.c
10522         * src/textview.c
10523         * src/textview.h
10524         * src/gtk/about.c
10525                 Allow per-level quote hiding,
10526                 Allow toggling quotes by double-clicking them
10527                 Rename RemoteURI to ClickableText to reflect
10528                 the fact it's used for a variety of things
10529
10530 2006-08-02 [wwp]        2.4.0cvs16
10531
10532         * src/mainwindow.c
10533                 fix "View/Hide quotes" menu item status initialization.
10534
10535 2006-08-02 [wwp]        2.4.0cvs15
10536
10537         * src/matcher_parser_parse.y
10538                 remove a debug trace.
10539
10540 2006-08-02 [paul]       2.4.0cvs14
10541
10542         * src/plugins/pgpcore/passphrase.c
10543                 don't set initial dialog size
10544                 make it resizable
10545
10546 2006-08-02 [paul]       2.4.0cvs13
10547
10548         * src/noticeview.c
10549                 remove the rogue '/' character
10550
10551 2006-08-02 [paul]       2.4.0cvs12
10552
10553         * src/noticeview.c
10554                 allow buttons to resize as necessary
10555
10556 2006-08-01 [wwp]        2.4.0cvs11
10557
10558         * src/mbox.c
10559                 fix strict ISO C90 compliance.
10560
10561 2006-08-01 [wwp]        2.4.0cvs10
10562
10563         * tools/update-po
10564                 updated update-po tool to work w/ context-dependent translations.
10565                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10566
10567 2006-08-01 [wwp]        2.4.0cvs9
10568
10569         * src/matcher.c
10570         * src/prefs_filtering.c
10571         * src/prefs_matcher.c
10572                 allow context-dependent translations for "All",
10573                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10574
10575 2006-07-31 [colin]      2.4.0cvs8
10576
10577         * AUTHORS
10578         * src/gtk/authors.h
10579                 Add Rafal to authors
10580
10581 2006-07-31 [colin]      2.4.0cvs7
10582
10583         * src/compose.c
10584         * src/mainwindow.c
10585         * src/messageview.h
10586         * src/prefs_common.c
10587         * src/prefs_common.h
10588         * src/textview.c
10589                 Add 'View/Hide quotes'. Patch based on a patch
10590                 by Rafal Weglarz
10591
10592 2006-07-31 [colin]      2.4.0cvs6
10593
10594         * src/action.c
10595                 Fix problem with "> stuff >" actions
10596
10597 2006-07-31 [paul]       2.4.0cvs5
10598
10599         * po/nb.po
10600                 updated by Geir Helland
10601
10602 2006-07-31 [wwp]        2.4.0cvs4
10603
10604         * src/mainwindow.c
10605         * src/summaryview.c
10606         * src/summaryview.h
10607                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10608                 thanks to Colin.
10609
10610 2006-07-31 [wwp]        2.4.0cvs3
10611
10612         * src/Makefile.am
10613         * src/addr_compl.c
10614         * src/addr_compl.h
10615         * src/addressbook.c
10616         * src/addressbook.h
10617         * src/addressbook_foldersel.c
10618         * src/addressbook_foldersel.h
10619         * src/addrindex.c
10620         * src/addrindex.h
10621         * src/matcher.c
10622         * src/matcher.h
10623         * src/matcher_parser_lex.l
10624         * src/matcher_parser_parse.y
10625         * src/prefs_common.c
10626         * src/prefs_common.h
10627         * src/prefs_filtering.c
10628         * src/prefs_matcher.c
10629         * src/prefs_matcher.h
10630         * src/summaryview.c
10631                 introduce filtering against the address book. It's now possible to add
10632                 matched conditions to determine if any email address in a message matches
10633                 or doesn't match any or all books or folders in the address book.
10634
10635 2006-07-31 [wwp]        2.4.0cvs2
10636
10637         * src/account.c
10638         * src/filtering.c
10639         * src/filtering.h
10640         * src/folder.c
10641         * src/folderview.c
10642         * src/inc.c
10643         * src/mainwindow.c
10644         * src/matcher.c
10645         * src/matcher_parser_lex.l
10646         * src/matcher_parser_parse.y
10647         * src/mbox.c
10648         * src/prefs_filtering.c
10649         * src/prefs_filtering.h
10650         * src/procmsg.c
10651         * src/procmsg.h
10652         * src/summaryview.c
10653                 introduce per-account filtering rules. Each filtering rule can now be assigned
10654                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10655                 when applying filtering rules manually, as all rules will apply - even the ones
10656                 assigned to an account. This issue will be addressed soon.
10657  
10658
10659
10660 2006-07-31 [wwp]        2.4.0cvs1
10661
10662         * src/quote_fmt.c
10663                 make more strings translatable.
10664
10665 2006-07-31 [paul]       2.4.0
10666
10667         2.4.0 released
10668
10669 2006-07-31 [paul]       2.3.1cvs91
10670
10671         * po/ca.po
10672                 updated by Miquel Oliete
10673
10674 2006-07-31 [paul]       2.3.1cvs90
10675
10676         * po/de.po
10677         * po/el.po
10678         * po/fr.po
10679         * po/it.po
10680         * po/pl.po
10681         * po/pt_BR.po
10682         * po/sr.po
10683         * po/zh_CN.po
10684                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10685                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10686                 Aleksandar Urosevic, and Ralgh Young
10687
10688 2006-07-31 [paul]       2.3.1cvs89
10689
10690         * src/account.c
10691         * src/main.c
10692         * src/mainwindow.c
10693         * src/mainwindow.h
10694                 Fix a race condition when, after an SC crash, rescanning
10695                 folders took more than 0.5 seconds
10696                 Thanks to Colin
10697
10698 2006-07-31 [paul]       2.3.1cvs88
10699
10700         * src/folderview.c
10701                 don't translate separator strings
10702
10703 2006-07-30 [mones]      2.3.1cvs87
10704
10705         * doc/man/sylpheed-claws.1
10706                 Fixed non-ASCII chars in Hoa's name
10707         * po/es.po
10708                 Updated for release
10709
10710 2006-07-27 [colin]      2.3.1cvs86
10711
10712         * src/textview.c
10713                 Don't include the leading \n in links
10714                 Patch by Fabien
10715
10716 2006-07-25 [colin]      2.3.1cvs85
10717
10718         * src/mainwindow.c
10719         * src/common/socket.h
10720         * src/etpan/imap-thread.c
10721                 Refresh resolvers before connecting
10722                 to IMAP servers, and after switching
10723                 to online. Thanks to Paul.
10724
10725 2006-07-18 [colin]
10726
10727         * 2.4.0-rc4 released
10728
10729 2006-07-17 [colin]      2.3.1cvs84
10730
10731         * src/inc.c
10732                 Show connection attempt in statusbar before
10733                 connecting (previously first message was
10734                 "Retrieving messages from ..." after the
10735                 connection succeeded.
10736
10737 2006-07-16 [wwp]        2.3.1cvs83
10738
10739         * sylpheed-claws.ico
10740                 Added .ico file (windows multi-size icon file, generated).
10741
10742 2006-07-12 [wwp]        2.3.1cvs82
10743
10744         * src/messageview.c
10745                 remove Message/Re-edit menu entry from messageview window,
10746                 as sent/draft/queued messages are opened in compose window when
10747                 re-edited and it's not possible to re-edit other msgs.
10748
10749 2006-07-12 [paul]       2.3.1cvs81
10750
10751         * AUTHORS
10752         * src/mainwindow.c
10753         * src/gtk/authors.h
10754                 check online state before resetting
10755                 mailcheck timer. Useful if some program
10756                 verifies connection state and updates
10757                 Claws.
10758                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10759
10760 2006-07-12 [paul]       2.3.1cvs80
10761
10762         * sylpheed-claws-128x128.png
10763         * sylpheed-claws-64x64.png
10764         * sylpheed-claws.png
10765         * src/Makefile.am
10766         * src/main.c
10767         * src/prefs_toolbar.c
10768         * src/stock_pixmap.c
10769         * src/stock_pixmap.h
10770         * src/wizard.c
10771         * src/gtk/about.c
10772         * src/gtk/gtkutils.c
10773         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10774         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10775         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10776         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10777         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10778         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10779                 updated and renamed logo/icon files and related
10780                 logo by Jesper Schultz
10781
10782 2006-07-11 [paul]       2.3.1cvs79
10783
10784         * src/main.c
10785                 fix the labels a smidgin
10786
10787 2006-07-09 [colin]      2.3.1cvs78
10788
10789         * src/textview.c
10790                 Show errors in textviewer's command
10791                 Patch by H. Merijn Brand
10792
10793 2006-07-09 [colin]      2.3.1cvs77
10794
10795         * src/compose.c
10796                 Save FMID in drafts too
10797
10798 2006-07-08 [colin]      2.3.1cvs76
10799
10800         * src/compose.c
10801                 Svae RMID in drafted mails too
10802                 Save quote_fmt vars for whole mails,
10803                 don't reset at each quote_fmt_init:
10804                 allows to use the same |i{var} in
10805                 various template fields
10806         * src/prefs_template.c
10807         * src/quote_fmt.h
10808         * src/quote_fmt_parse.y
10809                 Same
10810
10811 2006-07-08 [colin]      2.3.1cvs75
10812
10813         * src/textview.c
10814                 Fix highlighting of attached parts URIs
10815
10816 2006-07-08 [colin]      2.3.1cvs74
10817
10818         * src/main.c
10819                 Prevent bug #981 (sc 2.3.1 segfaults with 
10820                 gtk+ 2.10) from being reported again:
10821                 if Sylpheed-Claws has been compiled against
10822                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10823                 of if Sylpheed-Claws has been compiled against
10824                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10825                 error out.
10826
10827 2006-07-07 [colin]      2.3.1cvs73
10828
10829         * src/prefs_actions.c
10830                 Fix label
10831
10832 2006-07-07 [colin]      2.3.1cvs72
10833
10834         * src/prefs_actions.c
10835                 Fix compile on gtk < 2.8. argh :)
10836
10837 2006-07-07 [paul]       2.3.1cvs71
10838
10839         * src/common/defs.h
10840                 update DONATE_URI
10841
10842 2006-07-07 [colin]      2.3.1cvs70
10843
10844         * po/POTFILES.in
10845         * src/quote_fmt.c
10846         * src/quote_fmt_lex.l
10847         * src/quote_fmt_parse.y
10848                 Add |i{var}, a way to insert user-entered
10849                 text in a template
10850
10851 2006-07-07 [colin]
10852
10853         * 2.4.0-rc3 released
10854
10855 2006-07-07 [colin]      2.3.1cvs69
10856
10857         * src/folder.c
10858                 Don't consider inboxes of UNKNOWN folder 
10859                 classes to be useable as default inboxes
10860
10861 2006-07-07 [paul]       2.3.1cvs68
10862
10863         * src/textview.c
10864                 add missing #include <errno.h>
10865                 Thanks to René J. Blokland
10866
10867 2006-07-07 [paul]       2.3.1cvs67
10868
10869         * src/action.c
10870                 Return now Closes dialog
10871         * src/mimeview.c
10872         * src/mimeview.h
10873         * src/textview.c
10874                 add contextual menu to mime parts listed
10875                 in the textview
10876                 Thanks to Colin
10877         * src/common/utils.c
10878                 reversal: ' is a valid character in URLs
10879
10880 2006-07-06 [colin]      2.3.1cvs66
10881
10882         * src/remotefolder.h
10883                 Forgotten in previous commit
10884
10885 2006-07-06 [colin]      2.3.1cvs65
10886
10887         * src/folder.c
10888                 Set summary update flag whenever
10889                 totals changed
10890         * src/imap.c
10891         * src/prefs_account.c
10892         * src/common/utils.h
10893         * src/etpan/imap-thread.c
10894                 Fix warnings, thanks to Fabien and
10895                 Ricardo
10896
10897 2006-07-06 [wwp]        2.3.1cvs64
10898
10899         * src/gtk/gtkutils.c
10900                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
10901
10902 2006-07-06 [wwp]        2.3.1cvs63
10903
10904         * src/account.c
10905         * src/addressbook.c
10906         * src/addressitem.h
10907         * src/folderview.c
10908         * src/mainwindow.c
10909         * src/manual.c
10910         * src/manual.h
10911         * src/message_search.c
10912         * src/prefs_actions.c
10913         * src/prefs_filtering.c
10914         * src/prefs_filtering.h
10915         * src/prefs_template.c
10916         * src/summary_search.c
10917         * src/summaryview.c
10918         * src/gtk/gtkutils.c
10919         * src/gtk/gtkutils.h
10920         * src/gtk/pluginwindow.c
10921                 add help buttons to some dialogs. Clicking such buttons opens a
10922                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
10923
10924 2006-07-06 [paul]       2.3.1cvs62
10925
10926         * src/textview.c
10927                 fix attachments contextual menu
10928                 Thanks to Colin
10929
10930 2006-07-05 [colin]      2.3.1cvs61
10931
10932         * src/textview.c
10933         * src/compose.c
10934                 Handle sftp:// links
10935
10936 2006-07-05 [paul]       2.3.1cvs60
10937
10938         * src/gtk/filesel.c
10939                 grab save button by default
10940                 Thanks to Colin
10941
10942 2006-07-05 [wwp]        2.3.1cvs59
10943
10944         * manual/xml2pdf
10945                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
10946
10947 2006-07-04 [colin]      2.3.1cvs58
10948
10949         * src/mimeview.c
10950         * src/textview.c
10951                 Use left click to select, middle click to open
10952                 on mimeparts links
10953         * src/common/utils.c
10954                 Fix segfault
10955
10956 2006-07-04 [colin]      2.3.1cvs57
10957
10958         * src/mainwindow.c
10959         * src/news.c
10960                 Warning fixes, thanks to Fabien
10961
10962 2006-07-04 [colin]      2.3.1cvs56
10963
10964         * src/mimeview.c
10965         * src/mimeview.h
10966         * src/textview.c
10967                 Allow parts to be selected via their text label
10968                 in textview
10969
10970 2006-07-04 [colin]      2.3.1cvs55
10971
10972         * src/folderview.c
10973                 Feedback when closing (for big folders)
10974         * src/prefs_actions.c
10975         * src/prefs_filtering.c
10976         * src/prefs_matcher.c
10977         * src/prefs_template.c
10978                 Fix default button when closing without
10979                 having saved
10980
10981 2006-07-04 [colin]      2.3.1cvs54
10982
10983         * src/news.c
10984                 Delete local file on deletion
10985
10986 2006-07-03 [colin]      2.3.1cvs53
10987
10988         * src/folderview.c
10989         * src/main.c
10990                 Don't freeze when rescanning after crash
10991
10992 2006-07-03 [wwp]        2.3.1cvs52
10993
10994         * src/compose.c
10995         * src/privacy.c
10996         * src/privacy.h
10997         * src/plugins/pgpinline/pgpinline.c
10998         * src/plugins/pgpmime/pgpmime.c
10999                 don't report an error when the user cancels the passphrase dialog.
11000
11001 2006-07-02 [colin]      2.3.1cvs51
11002
11003         * src/folderview.c
11004                 Open message when crossing folders with Space,
11005                 goto next unread and friends
11006
11007 2006-07-01 [colin]      2.3.1cvs50
11008
11009         * src/prefs_account.c
11010                 Typographic rules varying from language
11011                 to language (in french "Protocole :"),
11012                 we have to do that :)
11013
11014 2006-07-01 [ticho]      2.3.1cvs49
11015
11016         * src/prefs_account.c
11017                 Only use one temporary gchar* variable in
11018                 prefs_account_protocol_set_optmenu().
11019
11020 2006-07-01 [ticho]      2.3.1cvs48
11021
11022         * src/prefs_account.c
11023         * src/prefs_account.h
11024                 Use GtkLabel for existing account protocol name.
11025                 Created an array for protocol names and populate the
11026                 combobox from it in a for() cycle.
11027
11028 2006-06-30 [colin]      2.3.1cvs47
11029
11030         * src/compose.c
11031                 Block undo when changing signature (by changing
11032                 account)
11033
11034 2006-06-30 [paul]       2.3.1cvs46
11035
11036         * src/send_message.c
11037                 when editing From in the Compose window, use that address
11038                 in the Return-Path: header
11039                 Thanks to Colin
11040
11041 2006-06-30 [colin]      2.3.1cvs45
11042
11043         * src/compose.c
11044                 Fix signature replacement:
11045                 - when no newline before separator
11046                 - when reediting
11047
11048 2006-06-29 [colin]      2.3.1cvs44
11049
11050         * src/folderview.c
11051         * src/folderview.h
11052         * src/mainwindow.c
11053         * src/summaryview.c
11054                 Let 'View/Go to/Next marked' work like
11055                 Next new & Next unread: across folders
11056                 Change the select_on_entry pref to do
11057                 what we want when changing folder
11058         * src/common/utils.c
11059                 Fix single-quoted links 
11060
11061 2006-06-29 [colin]      2.3.1cvs43
11062
11063         * src/gtk/gtkaspell.c
11064                 "Sylpheed" and "Sylpheed-Claws" do exist !
11065
11066 2006-06-29 [colin]      2.3.1cvs42
11067
11068         * src/imap.c
11069                 Forgot to remove debug
11070
11071 2006-06-29 [colin]      2.3.1cvs41
11072
11073         * src/imap.c
11074         * src/imap.h
11075         * src/mainwindow.c
11076                 Disconnect from IMAP servers when going
11077                 offline. Fixes bug #978 (going to offline-mode 
11078                 won't close connections)
11079
11080 2006-06-29 [colin]      2.3.1cvs40
11081
11082         * src/main.c
11083                 Fix transient setting on failing plugins
11084                 Patch by Fabien
11085         * src/plugins/pgpcore/sgpgme.c
11086                 Only warn for OpenPGP. Most people don't
11087                 have CMS available.
11088
11089 2006-06-29 [colin]      2.3.1cvs39
11090
11091         * src/compose.c
11092                 Fix Spelling menu (discrepancy between context menu
11093                 and top menu when folder's dictionary isn't the 
11094                 default one)
11095         * src/plugins/pgpcore/sgpgme.c
11096                 More error reporting about why gpgme can fail
11097
11098 2006-06-29 [wwp]        2.3.1cvs38
11099
11100         * src/mainwindow.c
11101                 honor the display-header-pane setting even when the message view
11102                 is a separate window.
11103
11104 2006-06-29 [wwp]        2.3.1cvs37
11105
11106         * src/prefs_actions.c
11107                 forgot to commit that one (use of GTK_STOCK_INFO).
11108
11109 2006-06-29 [colin]      2.3.1cvs36
11110
11111         * src/imap.c
11112                 Better handling of login errors (ask the password
11113                 again once), alert in case of error. Fix three
11114                 signedness warnings.
11115
11116 2006-06-28 [wwp]        2.3.1cvs35
11117
11118         * src/prefs_template.c
11119         * src/prefs_matcher.c
11120         * src/prefs_filtering_action.c
11121         * src/prefs_quote.c
11122                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11123                 patch by Fabien Vantard, slightly modified.
11124
11125 2006-06-28 [paul]
11126
11127         2.4.0-rc2 released
11128
11129 2006-06-28 [colin]      2.3.1cvs34
11130
11131         * src/prefs_account.c
11132                 Fix bug #977 (Can't add or edit imap accounts)
11133
11134 2006-06-28 [colin]      2.3.1cvs33
11135
11136         * src/mimeview.c
11137                 Fix previous
11138
11139 2006-06-28 [colin]      2.3.1cvs32
11140
11141         * src/mimeview.c
11142                 Save named inlined attachments with "Save all"
11143         * src/main.c
11144         * src/mbox.c
11145         * src/common/plugin.c
11146         * src/common/plugin.h
11147         * src/common/sylpheed.c
11148         * src/common/utils.c
11149         * src/plugins/pgpcore/sylpheed.def
11150         * src/plugins/pgpinline/sylpheed.def
11151         * src/plugins/pgpmime/sylpheed.def
11152                 Win32 compatibility patch, by
11153                 Werner Koch
11154
11155 2006-06-28 [wwp]        2.3.1cvs31
11156
11157         * src/imap.c
11158         * src/prefs_folder_item.c
11159                 less compilation warnings (thanks to Fabien Vantard), less typos.
11160
11161 2006-06-28 [paul]       2.3.1cvs30
11162
11163         * src/gtk/gtkutils.c
11164                 gtk_combo_box_set_focus_on_click() is only
11165                 available since gtk 2.6.0
11166
11167 2006-06-28 [paul]       2.3.1cvs29
11168
11169         * src/prefs_ext_prog.c
11170                 fix engrish and add a tooltip for the
11171                 'command for 'Display as text' option
11172
11173 2006-06-28 [paul]
11174
11175         2.4.0-rc1 released
11176
11177 2006-06-28 [paul]       2.3.1cvs28
11178
11179         * ChangeLog
11180         * tools/Makefile.am
11181                 include textviewer.pl in releases
11182
11183 2006-06-28 [paul]       2.3.1cvs27
11184
11185         * src/prefs_ext_prog.c
11186                 hide Print command option if libgnomeprint
11187                 support is present
11188
11189 2006-06-27 [colin]      2.3.1cvs26
11190
11191         * src/compose.c
11192                 Fix Esc handling in insert/attach dialog
11193                 Don't show this dialog if dragging something
11194                 else than text/uri-list
11195                 Thanks to Fabien Vantard
11196         * tools/textviewer.pl
11197                 Filter script to display stuff as text
11198                 by H. Merijn Brand
11199
11200 2006-06-27 [wwp]        2.3.1cvs25
11201
11202         * src/messageview.c
11203                 use the exact product name (message view title), patch
11204                 by Fabien Vantard.
11205
11206 2006-06-27 [ticho]      2.3.1cvs24
11207
11208         * src/prefs_account.c
11209         * src/prefs_common.c
11210         * src/prefs_common.h
11211         * src/prefs_ext_prog.c
11212         * src/textview.c
11213                 Add a preference (Preferences/External programs)
11214                 to allow "Display as text" to be done via a script
11215                 (patch by H.Merijn Brand).
11216                 Use GtkComboBox for protocol selection in account
11217                 preferences.
11218                 Only include current choice for existing accounts, and
11219                 insensitivize the combobox.
11220
11221 2006-06-27 [paul]       2.3.1cvs23
11222
11223         * src/mbox.c
11224                 fix crasher introduced in cvs21.
11225                 Thanks to Colin
11226
11227 2006-06-26 [colin]      2.3.1cvs22
11228
11229         * src/mbox.c
11230                 Fix double-frees when leaving folders
11231                 after exporting to mbox
11232
11233 2006-06-26 [colin]      2.3.1cvs21
11234
11235         * src/mbox.c
11236                 More feedback (and optimisation)
11237                 on import/export
11238         * src/common/utils.c
11239                 Fix case when looking for mail addresses
11240         * src/gtk/gtkutils.c
11241                 Extra check for (X-)Face
11242
11243 2006-06-25 [ticho]      2.3.1cvs20
11244
11245         * src/compose.c
11246         * src/exphtmldlg.c
11247         * src/gtk/gtkutils.c
11248         * src/gtk/gtkutils.h
11249                 Added second argument to gtkut_sc_combobox_create() to
11250                 control focus-on-click for the widget.
11251                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11252
11253 2006-06-25 [ticho]      2.3.1cvs19
11254
11255         * src/compose.c
11256         * src/gtk/Makefile.am
11257         * src/gtk/combobox.c
11258         * src/gtk/combobox.h
11259         * src/gtk/gtkutils.c
11260         * src/gtk/gtkutils.h
11261                 Use GtkComboBox instead of deprecated GtkOptionMenu
11262                 for account selector in compose window and for encoding
11263                 selector in attachment properties.
11264                 Also factorise working with the new GtkComboBox somewhat.
11265
11266 2006-06-24 [paul]       2.3.1cvs18
11267
11268         * src/prefs_common.c
11269                 use the correct default value
11270
11271 2006-06-24 [paul]       2.3.1cvs17
11272
11273         * src/compose.c
11274         * src/prefs_common.c
11275         * src/prefs_common.h
11276         * src/prefs_compose_writing.c
11277                 enable setting of default action when
11278                 dnd'ing files in the compose window.
11279                 (Collaborative effort with wwp)
11280
11281 2006-06-23 [wwp]        2.3.1cvs16
11282
11283         * src/compose.c
11284                 i18n fix (thanks to Fabien Vantard)
11285
11286 2006-06-22 [colin]      2.3.1cvs15
11287
11288         * src/prefs_customheader.c
11289                 Don't use filters in custom headers' file 
11290                 selector. Remember, extensions mean nothing :)
11291
11292 2006-06-22 [paul]       2.3.1cvs14
11293
11294         * configure.ac
11295                 allow setting of man directory location
11296
11297 2006-06-22 [colin]      2.3.1cvs13
11298
11299         * src/mainwindow.c
11300                 Add 'View/Go to/Next unread folder'.
11301                 I missed that :)
11302
11303 2006-06-22 [colin]      2.3.1cvs12
11304
11305         * src/common/utils.c
11306                 Add some subject prefixes
11307                 Patch by Bjorn T Johansen <btj@havleik.no>
11308
11309 2006-06-22 [colin]      2.3.1cvs11
11310
11311         * manual/advanced.xml
11312                 Forgotten hidden pref
11313
11314 2006-06-21 [paul]       2.3.1cvs10
11315
11316         * src/prefs_account.c
11317                 complete the removal of 'Add date header' option
11318
11319 2006-06-21 [paul]       2.3.1cvs9
11320
11321         * src/account.c
11322         * src/compose.c
11323         * src/prefs_account.c
11324         * src/prefs_account.h
11325                 remove option to add date header - always
11326                 add date header
11327         * src/etpan/imap-thread.c
11328                 fix warnings (Thanks to Colin)
11329
11330 2006-06-21 [wwp]        2.3.1cvs8
11331
11332         * src/folder.c
11333                 set the attachment flag when inline text part are (file)named. This is more convenient
11334                 when receiving (for instance) inline source files or patches sent using thunderbird.
11335
11336 2006-06-21 [paul]       2.3.1cvs7
11337
11338         * src/inc.c
11339                 fix off-by-one count of current msg in
11340                 statusbar filtering progressbar
11341
11342 2006-06-21 [paul]       2.3.1cvs6
11343
11344         * src/folder.c
11345                 Show attachment icon even if the part is 'inline'
11346                 if the following conditions are met:
11347                 - content-type != 'text/plain'
11348                 - content-type != '*/pgp-signature'
11349                 - either 'name' or 'filename' parameter is not NULL
11350                 
11351                 Thanks to Colin
11352
11353 2006-06-21 [paul]       2.3.1cvs5
11354
11355         * src/messageview.c
11356         * src/prefs_common.c
11357         * src/prefs_common.h
11358         * src/prefs_other.c
11359                 add an option to 'Never send Return
11360                 Receipts'
11361                 Thanks to Colin
11362
11363 2006-06-20 [mones]      2.3.1cvs4
11364
11365         * po/es.po
11366                 updated
11367         * src/compose.c
11368                 typo fixed (space after comma)
11369         * tools/make.themes.project
11370                 remove exec mode from tarball files
11371
11372 2006-06-20 [colin]      2.3.1cvs3
11373
11374         * src/news.c
11375         * src/procheader.c
11376         * src/unmime.c
11377                 Better fix for \n's in headers (don't 
11378                 break Received: and others)
11379
11380 2006-06-20 [paul]       2.3.1cvs2
11381
11382         * src/alertpanel.c
11383         * src/textview.c
11384                 improve legibility of phishing attempt
11385                 dialog
11386
11387 2006-06-20 [paul]       2.3.1cvs1
11388
11389         * NEWS
11390         * README
11391         * configure.ac
11392                 Update version number following
11393                 stable release
11394
11395 2006-06-20 [colin]      2.3.0cvs26
11396
11397         * src/compose.c
11398                 When dragging a file to the text of the compose
11399                 window, ask whether we want to insert or attach
11400                 (I know lots of people who do that to attach)
11401
11402 2006-06-20 [colin]      2.3.0cvs25
11403
11404         * src/etpan/imap-thread.c
11405                 Fix threshold (the append command is often > 32 bytes)
11406
11407 2006-06-19 [colin]      2.3.0cvs24
11408
11409         * src/imap.c
11410         * src/etpan/imap-thread.c
11411                 Workaround Rockliffe IMAP server bug: replace
11412                 "x UID SEARCH (ANSWERED UID 1:*)" with
11413                 "x UID SEARCH ANSWERED"
11414                 (Rockliffe doesn't handle the parenthesis)
11415
11416 2006-06-19 [colin]      2.3.0cvs23
11417
11418         * src/compose.c
11419         * src/imap.c
11420         * src/etpan/imap-thread.c
11421                 Probably fix bug #972 (Freezes when adding 
11422                 an attachment to the message)
11423         * src/common/defs.h
11424                 Modernize Firefox cmd
11425
11426
11427 2006-06-18 [colin]      2.3.0cvs22
11428
11429         * src/prefs_customheader.c
11430                 Only allow correct filenames for various
11431                 custom headers
11432
11433 2006-06-18 [colin]      2.3.0cvs21
11434
11435         * src/prefs_customheader.c
11436                 Add a 'From File...' button in custom headers prefs, which
11437                 try to do the right thing: 
11438                 for normal headers, use file as plaintext,
11439                 for X-Face, calls compface,
11440                 for Face, encode to b64.
11441
11442 2006-06-17 [colin]      2.3.0cvs20
11443
11444         * src/mh.c
11445                 Warning fix
11446
11447 2006-06-16 [colin]      2.3.0cvs19
11448
11449         * src/summaryview.c
11450                 Recursive quicksearch: show message list
11451                 in current folder, *then* search children
11452                 in the background.
11453
11454 2006-06-16 [colin]      2.3.0cvs18
11455
11456         * src/main.c
11457                 Instead of ignoring SIGPIPE, save caches
11458                 when getting one. Will fix the fact that
11459                 hot caches are out-of-date when logging 
11460                 out of Xorg.
11461         * src/compose.c
11462         * src/prefs_compose_writing.c
11463                 Only save text (not attachments) when 
11464                 auto-saving to drafts
11465         * src/unmime.c
11466                 Always replace \n, \r and \t with spaces
11467                 in headers
11468         * manual/dist/html/Makefile.am
11469         * manual/dist/pdf/Makefile.am
11470         * manual/dist/ps/Makefile.am
11471         * manual/dist/txt/Makefile.am
11472         * manual/fr/dist/html/Makefile.am
11473         * manual/fr/dist/pdf/Makefile.am
11474         * manual/fr/dist/ps/Makefile.am
11475         * manual/fr/dist/txt/Makefile.am
11476         * manual/pl/dist/html/Makefile.am
11477         * manual/pl/dist/pdf/Makefile.am
11478         * manual/pl/dist/ps/Makefile.am
11479         * manual/pl/dist/txt/Makefile.am
11480                 Fix make clean removing pregenerated manuals
11481
11482
11483 2006-06-16 [colin]      2.3.0cvs17
11484
11485         * src/plugins/pgpcore/sgpgme.c
11486         * src/plugins/pgpmime/pgpmime.c
11487         * src/plugins/pgpinline/pgpinline.c
11488                 Better error reporting in setup_signers.
11489                 Don't fallback to default key if specified
11490                 key isn't found.
11491                 Don't allow signing if more than one secret
11492                 key matches the one specified in prefs.
11493
11494 2006-06-15 [colin]      2.3.0cvs16
11495
11496         * src/folderview.c
11497                 Add "Send queue" in the folder's contextual
11498                 menu
11499         * src/compose.c
11500         * src/messageview.c
11501         * src/privacy.c
11502         * src/privacy.h
11503         * src/procmime.c
11504         * src/procmsg.c
11505         * src/plugins/pgpcore/passphrase.c
11506         * src/plugins/pgpcore/sgpgme.c
11507         * src/plugins/pgpinline/pgpinline.c
11508         * src/plugins/pgpmime/pgpmime.c
11509                 Better error reporting
11510         * src/mbox.c
11511                 Probably fix bug #971 (2.2.3 cannot read mail 
11512                 from local mbox)
11513
11514
11515 2006-06-15 [mones]      2.3.0cvs15
11516
11517         * tools/make.themes.project
11518                 creates the themes project from the web page
11519
11520 2006-06-15 [colin]      2.3.0cvs14
11521
11522         * src/folder.c
11523                 Better fix (avoid losing the folder if scan_tree 
11524                 fails)
11525
11526 2006-06-15 [cleroy]     2.3.0cvs13
11527
11528         * src/folder.c
11529                 Probably fix Bug #969 (crash on rebuilding 
11530                 imap folder)
11531
11532 2006-06-14 [colin]      2.3.0cvs12
11533
11534         * manual/dtd/manual.xsl
11535         * manual/sylpheed-claws-manual.xml
11536         * manual/fr/sylpheed-claws-manual.xml
11537         * manual/pl/sylpheed-claws-manual.xml
11538                 Insert pagebreaks between sections
11539
11540 2006-06-14 [paul]       2.3.0cvs11
11541
11542         * configure.ac
11543                 better fix than 2.3.0cvs10
11544
11545 2006-06-14 [paul]       2.3.0cvs10
11546
11547         * configure.ac
11548                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11549                 (backwards compatible)
11550
11551 2006-06-13 [colin]      2.3.0cvs9
11552
11553         * src/messageview.c
11554                 Fix sending of return receipt with the new queue folders
11555
11556 2006-06-13 [wwp]        2.3.0cvs8
11557
11558         * src/quote_fmt_lex.l
11559                 fix wrong tokens returned in quote_fmt lexer, query not().
11560
11561 2006-06-13 [wwp]        2.3.0cvs7
11562
11563         * src/folder.c
11564         * src/prefs_folder_item.c
11565                 allow changing folder type even when folder is not a top-level one,
11566                 thanks to Colin.
11567
11568 2006-06-12 [colin]      2.3.0cvs6
11569
11570         * src/folderview.c
11571                 Fix double-ask of "Do you want to mark all
11572                 as read"
11573
11574 2006-06-12 [colin]      2.3.0cvs5
11575
11576         * src/compose.c
11577         * src/compose.h
11578         * src/folder.c
11579         * src/folder.h
11580         * src/imap.c
11581         * src/inc.c
11582         * src/main.c
11583         * src/messageview.c
11584         * src/mh.c
11585         * src/prefs_folder_item.c
11586         * src/procheader.c
11587         * src/procmime.c
11588         * src/procmsg.c
11589         * src/procmsg.h
11590         * src/send_message.c
11591         * src/summaryview.c
11592         * src/toolbar.c
11593                 Apply bug #964's patch (Queue and drafts aren't normal)
11594                 The Drafts and Queue folder now contain RFC-822 files,
11595                 allowing to move and copy mails from and to these 
11596                 folders. Moving from Drafts to Queue will prepare the
11597                 mail for sending (PGP signature, encryption, etc).
11598                 This patch also rework sending errors handling to try
11599                 to be more helpful.
11600                 Also, allow redefining folder types via the GUI 
11601                 (Folder type in its Properties)
11602
11603 2006-06-12 [colin]      2.3.0cvs4
11604
11605         * src/summaryview.c
11606         * src/prefs_common.c
11607         * src/prefs_common.h
11608         * src/gedit-print.c
11609                 Allow to define a specific print font - patch
11610                 by Bernhard Walle <bernhard.walle@gmx.de>
11611         * src/prefs_fonts.c
11612         * manual/advanced.xml
11613         * manual/fr/advanced.xml
11614                 Add a hidden pref to allow deletion without
11615                 confirmation
11616
11617 2006-06-12 [wwp]        2.3.0cvs3
11618
11619         * .cvsignore
11620                 more files to ignore.
11621
11622 2006-06-12 [wwp]        2.3.0cvs2
11623
11624         * src/quote_fmt.c
11625         * src/quote_fmt_lex.l
11626         * src/quote_fmt_parse.y
11627                 extend the quote_fmt parser (templates and quotes):
11628                 - allow limited sub-expressions in |p{} and |f{} expressions,
11629                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11630                 - implemented/fixed missing implementation of query_references and show_references,
11631                 - completed, fixed contents and format of the symbols help dialog,
11632                 - fix some compilation warnings.
11633
11634 2006-06-12 [wwp]        2.3.0cvs1
11635
11636         * manual/advanced.xml
11637         * manual/fr/advanced.xml
11638                 updates in the "templates" section of the manual (eng/fr):
11639                  - be more precise (both versions)
11640                  - completed to match the english reference (fr version)
11641                  - touchups (both versions)
11642
11643 2006-06-12 [paul]       2.3.0
11644
11645         2.3.0 released
11646
11647 2006-06-12 [paul]       2.2.3cvs14
11648
11649         * po/ca.po
11650         * po/cs.po
11651         * po/de.po
11652         * po/el.po
11653         * po/fr.po
11654         * po/it.po
11655         * po/pt_BR.po
11656         * po/sr.po
11657         * po/zh_CN.po
11658                 updated by Miquel Oliete, Tim, Stephan Sachse,
11659                 Stavros Giannouris, Fabien Vantard, Andrea
11660                 Spadaccini, Frederico Goncalves Guimaraes,
11661                 Aleksandar Urosevic, and Ralgh Young
11662
11663 2006-06-12 [colin]      2.2.3cvs13
11664
11665         * src/mbox.c
11666                 Add missing header
11667
11668 2006-06-11 [colin]      2.2.3cvs12
11669
11670         * src/msgcache.c
11671                 Verify that g_malloc() succeeded
11672
11673 2006-06-11 [colin]      2.2.3cvs11
11674
11675         * src/wizard.c
11676                 Add Face header to welcome mail
11677
11678 2006-06-10 [colin]      2.2.3cvs10
11679
11680         * src/textview.c
11681                 Revert previous (Forgot it changes the
11682                 margin on the whole mail)
11683
11684 2006-06-10 [colin]      2.2.3cvs9
11685
11686         * src/textview.c
11687                 Don't overlap long headers under (X-)Face
11688
11689 2006-06-10 [mones]      2.2.3cvs8
11690
11691         * manual/xml2pdf
11692                 allow generation of manual on systems lacking saxon binary
11693                 but with java and the saxon library installed
11694
11695         * po/es.po
11696                 updated for release
11697
11698 2006-06-09 [colin]      2.2.3cvs7
11699
11700         * src/summaryview.c
11701                 Fix leak when using Display Sender using Addressbook
11702
11703 2006-06-09 [colin]      2.2.3cvs6
11704
11705         * src/compose.c
11706         * src/folder.c
11707         * src/folderview.c
11708         * src/mimeview.c
11709         * src/summaryview.c
11710                 More leaks fixes
11711
11712 2006-06-09 [paul]       2.2.3cvs5
11713
11714         * AUTHORS
11715         * src/gtk/authors.h
11716         * tools/claws.i18n.status.pl
11717                 updated with new info
11718
11719 2006-06-09 [paul]       2.2.3cvs4
11720
11721         * README
11722                 updated
11723         * manual/ack.xml
11724                 add wwp to authors list
11725         * src/gtk/authors.h
11726                 update mine and Colin's addresses
11727
11728 2006-06-08 [colin]      2.2.3cvs3
11729
11730         * src/etpan/imap-thread.c
11731                 Fix leak on SSL cert check
11732
11733 2006-06-08 [colin]      2.2.3cvs2
11734
11735         * src/common/utils.c
11736                 Fix leak
11737
11738 2006-06-08 [paul]       2.2.3cvs1
11739
11740         * configure.ac
11741                 Update version number following
11742                 stable release
11743
11744 2006-06-07 [colin]      2.2.2cvs3
11745
11746         * src/msgcache.c
11747                 Fix catching cache read errors (guint instead of gint)
11748                 Prevent malloc'ing more than 8MB (means cache corruption)
11749
11750 2006-06-07 [paul]       2.2.2cvs2
11751
11752         * src/exporthtml.c
11753         * src/exportldif.c
11754         * src/mh.c
11755         * src/mutt.c
11756         * src/pine.c
11757         * src/common/utils.c
11758                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11759                 obey $HOME'
11760                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11761                 Thanks to Colin
11762
11763 2006-06-06 [paul]       2.2.2cvs1
11764
11765         * configure.ac
11766                 Update version number following
11767                 stable release
11768
11769 2006-06-06 [paul]       2.2.1cvs6
11770
11771         * src/matcher.c
11772                 fix  implicit declaration of
11773                 sylpheed_do_idle()
11774                 Patch by Fabien Vantard
11775
11776 2006-06-06 [paul]       2.2.1cvs5
11777
11778         * src/matcher.c
11779                 fix age_greater and age_lower so that they
11780                 mean what say and not '...or equal to'
11781                 Thanks to Colin
11782
11783 2006-06-06 [paul]       2.2.1cvs4
11784
11785         * src/textview.c
11786         * src/common/utils.c
11787                 fix URI check
11788                 Thanks to Colin
11789
11790 2006-06-05 [wwp]        2.2.1cvs3
11791
11792         * manual/fr/account.xml
11793                 minor language fixes (thanks to Fabien Vantard).
11794
11795 2006-06-05 [colin]      2.2.1cvs2
11796
11797         * src/prefs_folder_item.c
11798         * src/folderview.c
11799                 Allow recursive setting of properties 
11800                 for whole mailboxes
11801         * src/matcher.c
11802                 Don't freeze on 'test' filtering rule
11803
11804 2006-06-05 [colin]      2.2.1cvs1
11805
11806         * configure.ac
11807                 Update version number following
11808                 stable release
11809
11810 2006-06-04 [wwp]        2.2.0cvs82
11811
11812         * manual/glossary.xml
11813         * manual/account.xml
11814         * manual/fr/glossary.xml
11815         * manual/fr/account.xml
11816                 added glossary section and references/links related to the Face custom header.
11817
11818 2006-06-04 [colin]      2.2.0cvs81
11819
11820         * src/summaryview.c
11821                 Skip to next message on move with no
11822                 immediate execution
11823
11824 2006-06-04 [wwp]        2.2.0cvs80
11825
11826         * manual/xml2pdf
11827                 added sanity checks, exit when needed.
11828
11829 2006-06-03 [paul]       2.2.0cvs79
11830
11831         * src/prefs_receive.c
11832                 page name is now 'Receiving'
11833         * src/prefs_send.c
11834                 page name is now 'Sending'
11835
11836 2006-06-03 [colin]      2.2.0cvs78
11837
11838         * src/plugins/spamassassin/spamassassin_gtk.c
11839                 Autoswitch to Localhost if transport was previously
11840                 disabled. Else people had to check [] Enable, then
11841                 *reselect* transport.
11842
11843 2006-06-03 [colin]      2.2.0cvs77
11844
11845         * src/plugins/pgpinline/pgpinline.c
11846         * src/plugins/pgpmime/pgpmime.c
11847                 Check that gpg_data_release_and_get_mem 
11848                 didn't fail (now, why this happens...)
11849
11850 2006-06-03 [colin]      2.2.0cvs76
11851
11852         * src/mbox.c
11853                 Fix bug #962 (Manual and/or UI should 
11854                 warn about incompatible locking 
11855                 causing dataloss)
11856
11857 2006-06-02 [cleroy]     2.2.0cvs75
11858
11859         * src/filtering.c
11860         * src/folder.c
11861         * src/procmsg.c
11862         * src/summaryview.c
11863                 Fix a few leaks
11864
11865 2006-06-02 [colin]      2.2.0cvs74
11866
11867         * src/main.c
11868                 On exit, free caches after writing them
11869                 Shuts up some valgrind false positives
11870         * src/procmsg.c
11871         * src/send_message.c
11872                 Fix races when reusing existing SMTP connections
11873                 Fix inexistant session timeout
11874         * src/toolbar.c
11875                 Display alertpanel after all queues have
11876                 been processed, not after each
11877
11878 2006-06-02 [wwp]        2.2.0cvs73
11879
11880         * manual/fr/glossary.xml
11881         * manual/fr/ack.xml
11882         * manual/ack.xml
11883                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11884
11885 2006-06-02 [wwp]        2.2.0cvs72
11886
11887         * manual/xml2pdf
11888         * manual/dist/pdf/Makefile.am
11889         * manual/dtd/manual.xsl
11890         * manual/fr/dist/pdf/Makefile.am
11891         * manual/pl/dist/pdf/Makefile.am
11892                 we changed the procedure to generate the .pdf version of the manual.
11893                 The procedure is more modern and the .pdf we get now has a valid index.
11894                 Here are the new pre-requisites:
11895
11896                 - JRE 1.x (1.4 here): there must be one from your distro
11897                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
11898                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
11899                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
11900
11901                 See my posts for further info about the installation of this toolchain:
11902
11903                 Date: Fri, 19 May 2006 19:40:06 +0200
11904                 From: wwp <subscript@free.fr>
11905                 To: sylpheed-claws-devel@lists.sourceforge.net
11906                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
11907
11908                 and
11909
11910                 Date: Wed, 24 May 2006 12:58:49 +0200
11911                 From: wwp <subscript@free.fr>
11912                 To: sylpheed-claws-devel@lists.sourceforge.net
11913                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
11914
11915 2006-06-01 [colin]      2.2.0cvs71
11916
11917         * src/compose.c
11918                 Better guards against IMAP races
11919         * src/main.c
11920         * src/prefs_common.c
11921         * src/prefs_common.h
11922         * src/common/ssl_certificate.c
11923         * src/etpan/imap-thread.c
11924         * src/etpan/imap-thread.h
11925         * src/gtk/sslcertwindow.c
11926                 New hidden option ssl_skip_cert_check to 
11927                 avoid dups of bug #959 (libetpan linked
11928                 against gnutls and gnutls buggy on 64bit)
11929                 Present expired warning only once per
11930                 session/server.
11931         * manual/advanced.xml
11932         * manual/fr/advanced.xml
11933                 Document new option
11934
11935 2006-06-01 [wwp]        2.2.0cvs70
11936
11937         * src/messageview.c
11938                 fix for bug #961 (return receipt dialog 
11939                 complains incorrectly about return-path 
11940                 email adress being different), thanks 
11941                 to Colin.
11942
11943 2006-05-31 [cleroy]     2.2.0cvs69
11944
11945         * src/common/ssl.c
11946                 Guard against NULLs, although this
11947                 should never be an issue
11948
11949 2006-05-31 [colin]      2.2.0cvs68
11950
11951         * src/filtering.c
11952                 Use g_slist_prepend
11953         * src/imap.c
11954                 Don't remove caches when destroying folder, it
11955                 could (should) be done at exit
11956         * src/inc.c
11957                 free processing cache after incorporation
11958         * src/etpan/imap-thread.c
11959                 Maybe fix bug #959 (Crash on moving to emails 
11960                 to a imap account per ssl with a expired 
11961                 certificate.)
11962
11963 2006-05-30 [colin]      2.2.0cvs67
11964
11965         * src/summaryview.c
11966                 Put back event flush when displaying message
11967                 It avoids reading a bunch of messages just
11968                 by hitting shift-n for too long ;)
11969
11970 2006-05-29 [colin]      2.2.0cvs66
11971
11972         * src/summaryview.c
11973                 Remove useless g_warnings
11974
11975 2006-05-29 [colin]      2.2.0cvs65
11976
11977         * src/imap.c
11978                 Fix g_slist_append()s for performance
11979
11980 2006-05-29 [colin]      2.2.0cvs64
11981
11982         * src/compose.c
11983         * src/common/utils.c
11984                 Fix extraneous tab at start of addresses
11985         * src/mainwindow.c
11986                 Fix warnings (thanks to Fabien)
11987                 Fix crash at exit when composing messages 
11988                 exist
11989         * src/pop.c
11990                 Fix progress bar when deleting expired mails
11991                 Thanks to Hiro
11992         * src/summaryview.c
11993         * src/gtk/gtksctree.c
11994                 Fix re-sorting slowness
11995
11996 2006-05-29 [paul]       2.2.0cvs63
11997
11998         * src/mh.c
11999                 fetch full message when moving mails
12000                 from another mailbox, (fixed data loss
12001                 when filtering from IMAP to MH, introduced
12002                 in 2.2.0cvs57).
12003                 Thanks to Colin
12004
12005 2006-05-29 [mones]      2.2.0cvs62
12006
12007         * src/gtk/gtksctree.c
12008                 Unselect faster (patch by Colin)        
12009
12010 2006-05-26 [colin]      2.2.0cvs61
12011
12012         * src/summaryview.c
12013                 Unplug MSGINFO_UPDATE callback on delete too.
12014
12015 2006-05-26 [colin]      2.2.0cvs60
12016
12017         * src/foldersel.c
12018                 Fix bold in folder selection window with glib2.10
12019                 thanks Hiro
12020
12021 2006-05-26 [colin]      2.2.0cvs59
12022
12023         * src/procheader.c
12024                 Convert date only if necessary (and don't
12025                 try to convert from utf8 to utf8, too)
12026         * src/summaryview.c
12027                 Only set column's text if the column's 
12028                 displayed
12029
12030 2006-05-26 [colin]      2.2.0cvs58
12031
12032         * src/summaryview.c
12033         * src/gtk/gtkutils.c
12034                 Fix useless warning
12035
12036 2006-05-26 [colin]      2.2.0cvs57
12037
12038         * src/mainwindow.c
12039                 Make summaryview selectable as long as 
12040                 no message has focus
12041         * src/mh.c
12042                 Faster deletion (by implementing mh_remove_msgs)
12043                 Faster copy (avoid using mh_fetch_msg just to get
12044                 the filename)
12045                 Faster move (using move_file instead of copy_file
12046                 if MSG_IS_MOVE)
12047                 No progressbar if total number of mails to cp/mv 
12048                 is less than 100
12049         * src/summaryview.c
12050                 Fix removal from subject_table when mail gets moved
12051                 Faster deletion (g_slist_prepend instead of append)
12052         * src/gtk/gtksctree.c
12053                 Remove useless code
12054
12055 2006-05-25 [colin]      2.2.0cvs56
12056
12057         * src/common/ssl_certificate.c
12058                 Fix leak in expired cert check
12059
12060 2006-05-25 [colin]      2.2.0cvs55
12061
12062         * src/mh.c
12063                 Disable flags syncing on .mh_sequences - it
12064                 is buggy and marks mails read under unknown
12065                 conditions.
12066
12067 2006-05-25 [paul]
12068
12069         * 2.3.0-rc4 released
12070
12071 2006-05-24 [colin]      2.2.0cvs54
12072
12073         attention cvs users: if you manage to crash
12074         Sylpheed-Claws while moving, copying or deleting
12075         mails, we *are* interested in stack traces and
12076         valgrind logs. It looks stable, but one never
12077         knows...
12078
12079         * src/folder.c
12080                 Add progressbar for cache updates
12081         * src/folderutils.c
12082                 Optimize Mark all read in the current
12083                 folder
12084         * src/mh.c
12085                 Add progressbar for copy/move
12086         * src/procmsg.c
12087                 Optimize O(n^2) in copy/move
12088         * src/summaryview.c
12089         * src/gtk/gtksctree.c
12090                 Optimize O(n^2) algos
12091         * src/common/timing.h
12092                 Display ms instead of us
12093
12094 2006-05-24 [wwp]        2.2.0cvs53
12095
12096         * manual/fr/advanced.xml
12097                 updates to the French manual.
12098
12099 2006-05-24 [wwp]        2.2.0cvs52
12100
12101         * src/common/utils.c
12102                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12103
12104 2006-05-24 [wwp]        2.2.0cvs51
12105
12106         * src/folderutils.c
12107                 fixed "mark all read" in MH folders (thanks to Colin).
12108
12109 2006-05-24 [paul]       2.2.0cvs50
12110
12111         * doc/man/sylpheed-claws.1
12112                 updated the man page
12113
12114 2006-05-23 [colin]      2.2.0cvs49
12115
12116         * src/folderview.c
12117         * src/imap.c
12118         * src/inc.c
12119         * src/mbox.c
12120         * src/messageview.c
12121         * src/news.c
12122         * src/send_message.c
12123         * src/summaryview.c
12124         * src/gtk/sslcertwindow.c
12125                 alertpanel fixes, by Fabien
12126
12127 2006-05-23 [colin]      2.2.0cvs48
12128
12129         * src/folder.c
12130         * src/folderview.c
12131         * src/msgcache.c
12132         * src/summaryview.c
12133         * src/gtk/gtksctree.c
12134         * src/gtk/gtksctree.h
12135                 More timings
12136                 Fix slow loading problem, which was caused by the
12137                 use of some gtk_ctree funcs and their use of
12138                 g_list_position while gtk_ctree_(un)link'ing.
12139                 Reap more functions from gtkctree.c to be sure we
12140                 use our (fast) version instead of theirs.
12141         * src/mh.c
12142                 Fix copy of unread mails
12143
12144
12145 2006-05-22 [wwp]        2.2.0cvs47
12146
12147         * manual/fr/advanced.xml
12148                 updated.
12149
12150 2006-05-22 [colin]      2.2.0cvs46
12151
12152         * src/filtering.c
12153                 Fix possible infinite loop. 'copy' is not a 
12154                 final action, so when encountering a 'copy',
12155                 we have to check if a previous one was set
12156                 and do it. In the same way, if we encounter
12157                 a 'move' we have to perform a possibly 
12158                 pending 'copy'. This will slow down filtering
12159                 on IMAP if move+copy or multiple copy actions
12160                 are to be done, but handling it via the batch
12161                 would be really too convoluted.
12162
12163 2006-05-22 [wwp]        2.2.0cvs45
12164
12165         * manual/fr/advanced.xml
12166         * manual/fr/faq.xml
12167         * manual/fr/glossary.xml
12168         * manual/fr/handling.xml
12169         * manual/fr/intro.xml
12170         * manual/fr/plugins.xml
12171         * manual/fr/sylpheed-claws-manual.xml
12172                 sync w/ the english manual: updates URIs, documented mailing-list
12173                 support, better explanation about the enabled/disabled feature
12174                 in filtering/processing rules by Paul.
12175
12176 2006-05-21 [colin]      2.2.0cvs44
12177
12178         * src/summaryview.c
12179                 Don't expand after building threads, but during
12180
12181 2006-05-21 [colin]      2.2.0cvs43
12182
12183         * src/procmsg.c
12184         * src/summaryview.c
12185                 More timing possibilities... For next time I have 
12186                 to find out how the hell some 3GHz computer takes
12187                 one minute to open a 30k folder...
12188
12189 2006-05-21 [colin]      2.2.0cvs42
12190
12191         * manual/pl/advanced.xml
12192         * manual/pl/faq.xml
12193         * manual/pl/glossary.xml
12194         * manual/pl/handling.xml
12195         * manual/pl/intro.xml
12196         * manual/pl/plugins.xml
12197         * manual/pl/sylpheed-claws-manual.xml
12198                 Polish manual updated by Pawel
12199
12200 2006-05-20 [colin]
12201
12202         * 2.3.0-rc3 released
12203
12204 2006-05-20 [colin]      2.2.0cvs41
12205
12206         * src/imap.c
12207                 Fix -rc2 problems:
12208                 - remove cache of moved messages from original folder
12209                 - apply new flags to messages even if they aren't appliable
12210                   via IMAP.
12211
12212 2006-05-20 [colin]
12213
12214         * 2.3.0-rc2 released
12215
12216 2006-05-19 [colin]      2.2.0cvs40
12217
12218         * src/imap.c
12219                 Don't issue SELECT in imap_change_flags
12220                 before having checked that we indeed have
12221                 some flags to change. MSG_POSTFILTERED for
12222                 example can't be used on IMAP.
12223                 Fixes bug #955 (copying messages between 
12224                 imap folders is extremely slow), which was
12225                 a regression.
12226
12227 2006-05-19 [colin]      2.2.0cvs39
12228
12229         * src/folder.c
12230         * src/folder.h
12231         * src/folderview.c
12232                 Try to fix bug #830 (Some unread messages 
12233                 get marked read in IMAP inbox):
12234                 - Prevent scanning a folder if it's being 
12235                   opened via the GUI
12236                 - Postpone opening via the GUI of a folder
12237                   currently scanned.
12238
12239
12240 2006-05-19 [wwp]        2.2.0cvs38
12241
12242         * manual/advanced.xml
12243                 fix English+typo (thanks to Paul).
12244
12245 2006-05-19 [wwp]        2.2.0cvs37
12246
12247         * manual/advanced.xml
12248         * manual/fr/advanced.xml
12249         * src/gtk/logwindow.c
12250         * src/prefs_common.c
12251         * src/prefs_common.h
12252                 added hidden prefs to allow customization of colors used in
12253                 protocol log window (useful for dark gtk+ themes).
12254
12255 2006-05-19 [wwp]        2.2.0cvs36
12256
12257         * ChangeLog
12258                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12259
12260 2006-05-19 [paul]       2.2.0cvs35
12261
12262         * src/textview.c
12263                 make Reply-To fully clickable
12264         * src/gtk/logwindow.c
12265                 more colouring (SMTP ESMTP)
12266         Both patches by Pawel Pekala
12267
12268 2006-05-19 [cleroy]     2.2.0cvs34
12269
12270         * src/mh.c
12271                 Don't update flags from current folder
12272                 Probably fixes bug #935 (Read Messages 
12273                 Revert to Being Marked as Unread)
12274
12275 2006-05-18 [colin]      2.2.0cvs33
12276
12277         * src/imap.c
12278                 Warning fix
12279         * src/compose.c
12280         * src/mainwindow.c
12281         * src/summaryview.c
12282         * src/toolbar.c
12283                 Allow replying to multiple emails
12284                 in multiple windows
12285         * src/mimeview.c
12286         * src/etpan/imap-thread.c
12287                 Leak fixes
12288
12289 2006-05-18 [paul]       2.2.0cvs32
12290
12291         * src/summaryview.c
12292                 keep Mailing-List menu refreshed
12293                 Thanks to Colin
12294
12295 2006-05-18 [paul]       2.2.0cvs31
12296
12297         * manual/advanced.xml
12298         * manual/faq.xml
12299         * manual/glossary.xml
12300         * manual/handling.xml
12301         * manual/intro.xml
12302         * manual/plugins.xml
12303         * manual/sylpheed-claws-manual.xml
12304                 update URLs
12305                 add info about mailing-list support
12306                 edit filtering info
12307         * src/wizard.c
12308         * src/common/defs.h
12309         * src/gtk/about.c
12310         * src/plugins/dillo_viewer/README
12311                 update URLs
12312
12313 2006-05-17 [wwp]        2.2.0cvs30
12314
12315         * manual/handling.xml
12316         * manual/fr/handling.xml
12317                 documented the ability to enabled/disable filtering/processing rules.
12318
12319 2006-05-17 [colin]      2.2.0cvs29
12320
12321         * src/main.c
12322                 Don't initialize g_thread subsystem if it's 
12323                 already done (thanks to Hiro)
12324         * src/mimeview.c
12325                 Fix saving of parts when there name can't be
12326                 converted from UTF-8.
12327
12328 2006-05-17 [paul]       2.2.0cvs28
12329
12330         * po/Makefile.in.in
12331                 fix config.status warning with autoconf 2.60
12332
12333 2006-05-17 [paul]       2.2.0cvs27
12334
12335         * po/POTFILES.in
12336                 add src/mbox.c
12337
12338 2006-05-17 [wwp]        2.2.0cvs26
12339
12340         * src/mainwindow.c
12341                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12342
12343 2006-05-17 [wwp]        2.2.0cvs25
12344
12345         * src/plugins/demo/demo.c
12346                 updated product name in plugin demo (many plugins need to be
12347                 sync'ed w/ that change).
12348
12349 2006-05-17 [colin]      2.2.0cvs24
12350
12351         * src/mh.c
12352                 Fix leak
12353
12354 2006-05-16 [colin]      2.2.0cvs23
12355
12356         * src/mainwindow.c
12357                 Stupid me hit again. Fix cvs22.
12358
12359 2006-05-16 [colin]      2.2.0cvs22
12360
12361         * src/mainwindow.c
12362                 Fix bug #922 (sylpheed-claws crashed after 
12363                 pushing on Inbox folder)
12364
12365 2006-05-16 [colin]      2.2.0cvs21
12366
12367         * src/compose.c
12368                 Make From header be copy/paste/select-able
12369
12370 2006-05-16 [wwp]        2.2.0cvs20
12371
12372         * src/export.c
12373         * src/matcher.c
12374         * src/summaryview.c
12375         * src/etpan/imap-thread.c
12376                 fix some compiler warnings (thanks to Colin).
12377
12378 2006-05-16 [wwp]        2.2.0cvs19
12379
12380         * src/action.c
12381         * src/gedit-print.c
12382         * src/inc.c
12383         * src/mainwindow.c
12384         * src/mh.c
12385         * src/statusbar.c
12386         * src/send_message.c
12387         * src/summaryview.c
12388                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12389
12390 2006-05-15 [colin]      2.2.0cvs18
12391
12392         * src/procmsg.c
12393                 Fix automatic rule creation with List-Post
12394
12395 2006-05-15 [paul]       2.2.0cvs17
12396
12397         * tools/filter_conv_new.pl
12398                 updated for rule enabling/disabling
12399                 claws version >= 2.3.x required
12400
12401 2006-05-15 [cleroy]     2.2.0cvs16
12402
12403         * src/main.c
12404                 Revert test
12405
12406 2006-05-15 [cleroy]     2.2.0cvs15
12407
12408         * src/main.c
12409                 test
12410
12411 2006-05-15 [wwp]        2.2.0cvs14
12412
12413         * manual/pl/.cvsignore
12414                 ignore generated files.
12415
12416 2006-05-14 [wwp]        2.3.0-rc1
12417
12418         * 2.3.0-rc1 released
12419
12420 2006-05-13 [wwp]        2.2.0cvs13
12421
12422         * src/filtering.c
12423         * src/filtering.h
12424         * src/matcher.c
12425         * src/matcher_parser_lex.l
12426         * src/matcher_parser_parse.y
12427         * src/prefs_filtering.c
12428                 new feature: provide the ability to disable filtering and processing
12429                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12430                 adaptations.
12431
12432 2006-05-13 [colin]      2.2.0cvs12
12433
12434         * src/compose.c
12435                 Remove useless if (a) b; else b;
12436                 Thanks to wwp
12437
12438 2006-05-13 [wwp]        2.2.0cvs11
12439
12440         * src/export.c
12441         * src/import.c
12442         * src/mainwindow.c
12443         * src/mbox.c
12444         * src/summaryview.c
12445         * src/summaryview.h
12446                 no more silent failures (or at least less ones) when importing
12447                 or exporting from/to mbox. Also start importing/exporting if
12448                 the necessary info is set.
12449
12450 2006-05-13 [wwp]        2.2.0cvs10
12451
12452         * RELEASE_NOTES
12453                 restored up-to-date release notes.
12454
12455 2006-05-13 [paul]       2.2.0cvs9
12456
12457         * po/nl.po
12458         * po/ru.po
12459                 updated by Tim Dijkstra and Pavlo Bohmat
12460
12461 2006-05-12 [colin]      2.2.0cvs8
12462
12463         * src/gtk/quicksearch.c
12464                 Add "k" as shortcut for "colorlabel". Patch
12465                 by ath42@users.sf.net.
12466
12467 2006-05-12 [paul]       2.2.0cvs7
12468
12469         * src/prefs_common.h
12470         * src/prefs_summaries.c
12471         * src/summaryview.c
12472                 when entering a folder also allow
12473                 going directly to first Marked message
12474
12475 2006-05-12 [paul]       2.2.0cvs6
12476
12477         * src/summaryview.c
12478                 always obey 'confirm before marking all
12479                 mails read' option
12480
12481 2006-05-12 [paul]       2.2.0cvs5
12482
12483         * src/textview.c
12484                 make Sender fully clickable
12485
12486 2006-05-12 [colin]      2.2.0cvs4
12487
12488         * src/compose.c
12489         * src/compose.h
12490                 Let From be editable
12491         * src/main.c
12492         * src/mh.c
12493                 Full support of .mh_sequences' Unseen seq
12494
12495 2006-05-12 [colin]      2.2.0cvs3
12496
12497         * src/folder.c
12498         * src/mainwindow.c
12499         * src/mainwindow.h
12500         * src/messageview.c
12501         * src/prefs_spelling.c
12502         * src/procheader.c
12503         * src/procmsg.c
12504         * src/procmsg.h
12505         * src/summaryview.c
12506         * src/toolbar.c
12507         * src/toolbar.h
12508                 Add contextual menu on Compose toolbar
12509                 button. Fixes bug #944 (Automatic
12510                 addresses not applied when changing account
12511                 from compose window)
12512                 add Mailing List support
12513                 based on the old 0.6.5claws25 patch by
12514                 Melvin Hadasht, with finishing touches
12515                 by Colin
12516                 Fix "ignore thread" when mails are threaded by
12517                 subject (and weren't ignored although appearing
12518                 in the thread).
12519                 GUI rework.
12520                 Both patches by Pawel.
12521
12522 2006-05-08 [paul]       2.2.0cvs2
12523
12524         * src/mainwindow.c
12525         * src/mainwindow.h
12526         * src/messageview.c
12527         * src/procheader.c
12528         * src/procmsg.c
12529         * src/procmsg.h
12530         * src/summaryview.c
12531                 add Mailing List support
12532                 based on the old 0.6.5claws25 patch by 
12533                 Melvin Hadasht, with finishing touches
12534                 by Colin
12535
12536 2006-05-08 [colin]      2.2.0cvs1
12537
12538         * src/mainwindow.c
12539         * src/toolbar.c
12540         * src/toolbar.h
12541                 Add contextual menu on Compose toolbar 
12542                 button. Fixes bug #944 (Automatic 
12543                 addresses not applied when changing account 
12544                 from compose window)
12545
12546 2006-05-08 [paul]       2.2.0
12547
12548         2.2.0 released
12549
12550 2006-05-08 [paul]       2.1.1cvs51
12551
12552         * po/cs.po
12553         * po/de.po
12554         * po/en_GB.po
12555         * po/fi.po
12556         * po/fr.po
12557         * po/pt_BR.po
12558         * po/sr.po
12559         * po/zh_CN.po
12560                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12561                 Fabien Vantard, Frederico Goncalves Guimaraes,
12562                 Aleksandar Urosevic, and Ralgh Young
12563
12564 2006-05-12 [colin]      2.1.1cvs50
12565
12566         * po/cs.po
12567         * po/de.po
12568         * po/en_GB.po
12569         * po/es.po
12570         * po/fi.po
12571         * po/fr.po
12572         * po/pt_BR.po
12573         * po/sr.po
12574         * po/zh_CN.po
12575                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12576                 Fabien Vantard, Frederico Goncalves Guimaraes,
12577                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12578
12579 2006-05-05 [colin]      2.1.1cvs49
12580
12581         * manual/Makefile.am
12582         * manual/pl/Makefile.am
12583         * manual/pl/account.xml
12584         * manual/pl/ack.xml
12585         * manual/pl/addrbook.xml
12586         * manual/pl/advanced.xml
12587         * manual/pl/faq.xml
12588         * manual/pl/glossary.xml
12589         * manual/pl/gpl.xml
12590         * manual/pl/handling.xml
12591         * manual/pl/intro.xml
12592         * manual/pl/keyboard.xml
12593         * manual/pl/plugins.xml
12594         * manual/pl/starting.xml
12595         * manual/pl/sylpheed-claws-manual.xml
12596         * manual/pl/dist/.cvsignore
12597         * manual/pl/dist/Makefile.am
12598         * manual/pl/dist/html/.cvsignore
12599         * manual/pl/dist/html/Makefile.am
12600         * manual/pl/dist/pdf/.cvsignore
12601         * manual/pl/dist/pdf/Makefile.am
12602         * manual/pl/dist/ps/.cvsignore
12603         * manual/pl/dist/ps/Makefile.am
12604         * manual/pl/dist/txt/.cvsignore
12605         * manual/pl/dist/txt/Makefile.am
12606                 Add the polish translation of the manual,
12607                 Authored by Pawel Pekala.
12608
12609 2006-05-05 [cleroy]     2.1.1cvs48
12610
12611         * src/main.c
12612                 Re-read matcherrc after loading plugins 
12613                 if some of them add folders.
12614
12615 2006-05-03 [colin]      2.1.1cvs47
12616
12617         * src/imap.c
12618                 I'm idiot
12619
12620 2006-05-03 [colin]      2.1.1cvs46
12621
12622         * src/imap.c
12623                 Be sure to have a session when
12624                 getting separator
12625
12626 2006-05-03 [colin]      2.1.1cvs45
12627
12628         * src/imap.c
12629         * src/imap.h
12630         * src/imap_gtk.c
12631                 Fix preventing renaming with namespace 
12632                 separator.
12633
12634 2006-05-01 [colin]      2.1.1cvs44
12635
12636         * src/action.c
12637                 Don't reload messageview when result of
12638                 action is piped.
12639
12640 2006-04-29 [colin]      2.1.1cvs43
12641
12642         * src/prefs_receive.c
12643         * src/plugins/spamassassin/spamassassin_gtk.c
12644         * src/plugins/clamav/clamav_plugin_gtk.c
12645                 GUI fixes by Pawel
12646
12647 2006-04-29 [colin]      2.1.1cvs42
12648
12649         * src/prefs_compose_writing.c
12650         * src/prefs_quote.c
12651                 Cleanups. Patch by Pawel
12652
12653 2006-04-28 [paul]       2.1.1cvs41
12654
12655         * src/matcher.c
12656                 fix returned quick search results when search
12657                 term contains an underscore.
12658                 Thanks to Colin
12659
12660 2006-04-28 [paul]       2.1.1cvs40
12661
12662         * src/prefs_message.c
12663         * src/prefs_receive.c
12664                 GUI cleanups
12665                 Patches by Pawel Pekala
12666
12667 2006-04-27 [colin]      2.1.1cvs39
12668
12669         * src/wizard.c
12670                 Differentiate subject Welcome from
12671                 window's title Welcome
12672
12673 2006-04-27 [paul]
12674
12675         2.2.0-rc1 released
12676
12677 2006-04-27 [paul]       2.1.1cvs38
12678
12679         * manual/advanced.xml
12680         * manual/fr/advanced.xml
12681                 add info about compose_no_markup hidden pref
12682
12683 2006-04-27 [paul]       2.1.1cvs37
12684
12685         * src/prefs_account.c
12686                 improve privacy labels
12687         * src/prefs_msg_colors.c
12688                 change some strings for translators' convenience
12689         * src/gtk/gtkutils.c
12690                 don't underline the link button text
12691
12692 2006-04-25 [colin]      2.1.1cvs36
12693
12694         * src/folder.c
12695                 Complete 2.1.1cvs33 (once more ;)
12696
12697 2006-04-25 [colin]      2.1.1cvs35
12698
12699         * src/editldap.c
12700                 Fix tooltip
12701
12702 2006-04-25 [cleroy]     2.1.1cvs34
12703
12704         * src/compose.c
12705         * src/gtk/gtkaspell.c
12706                 Fix crash on redirect (related to the return 
12707                 of the aspell menu in compose's toolbar)
12708         * src/prefs_msg_colors.c
12709                 Fix sensitivity widgets
12710         * src/image_viewer.c
12711         * src/gtk/pluginwindow.c
12712         * src/gtk/prefswindow.c
12713                 Change released signals to clicked (Fabien)
12714         * po/POTFILES.in
12715         * src/common/socket.c
12716         * src/plugins/spamassassin/spamassassin.c
12717                 Translate strings (Fabien)
12718
12719 2006-04-25 [paul]       2.1.1cvs33
12720
12721         * src/folder.c
12722         * src/folder.h
12723         * src/folderview.c
12724                 complete the fix of bug #912
12725                 Thanks to Colin
12726
12727 2006-04-25 [colin]      2.1.1cvs32
12728
12729         * src/news.c
12730                 Better progress bar
12731         * src/mimeview.c
12732         * src/summaryview.c
12733         * src/summaryview.h
12734                 Fix focus chain
12735                 Patches by Pawel Pekala
12736
12737 2006-04-24 [colin]      2.1.1cvs31
12738
12739         * src/compose.c
12740                 Fix compilation warnings (Fabien)
12741
12742 2006-04-24 [colin]      2.1.1cvs30
12743
12744         * src/addrindex.c
12745         * src/editldap.c
12746         * src/editldap_basedn.c
12747         * src/editldap_basedn.h
12748         * src/ldapctrl.c
12749         * src/ldapctrl.h
12750         * src/ldapquery.c
12751         * src/ldaputil.c
12752         * src/ldaputil.h
12753                 Fix bug #901 (LDAPS support)
12754
12755 2006-04-24 [colin]      2.1.1cvs29
12756
12757         * src/compose.c
12758                 Fix logic on error with send dialog on
12759         * src/imap.c
12760                 Fix compilation without libetpan, thanks
12761                 to Fabien
12762         * src/summaryview.c
12763                 Fix 'context-menu' key
12764
12765 2006-04-23 [colin]      2.1.1cvs28
12766
12767         * src/folder.c
12768                 Never free current's cache to free up 
12769                 memory. Fixes bug #912 (new count 
12770                 randomly set to message count)
12771
12772 2006-04-23 [colin]      2.1.1cvs27
12773
12774         * src/gtk/quicksearch.c
12775                 And remove printf...
12776
12777 2006-04-23 [colin]      2.1.1cvs26
12778
12779         * src/gtk/quicksearch.c
12780                 Fix replacing in quicksearch, and fix inserting
12781                 in the middle of the string. (introduced at 2.1.0cvs22)
12782
12783 2006-04-23 [colin]      2.1.1cvs25
12784
12785         * src/imap.c
12786                 Make sure uidnext is initialized in get_num_list
12787                 (not for stable, related to 2.1.1cvs8 and friends)
12788
12789 2006-04-23 [colin]      2.1.1cvs24
12790
12791         * src/imap.c
12792                 Output something when login is successful
12793                 too
12794
12795 2006-04-23 [colin]      2.1.1cvs23
12796
12797         * src/etpan/imap-thread.c
12798                 Better logging (line-per-line, hide data in fetch)
12799                 Fix a const warning
12800         * src/gtk/logwindow.c
12801         * src/gtk/logwindow.h
12802                 Better logging (color for input/output)
12803
12804 2006-04-21 [colin]      2.1.1cvs22
12805
12806         * src/gtk/quicksearch.c
12807                 On gtk+-2.8, use stock buttons in quicksearch
12808                 Based on a patch by Fabien and a design by Paul
12809
12810 2006-04-21 [colin]      2.1.1cvs21
12811
12812         * src/folderview.c
12813         * src/mainwindow.c
12814                 Fix occasional flicker in folderview
12815         * src/common/utils.c
12816                 Fix bug #943 (Incorrectly parsed email address 
12817                 list in short headers on message view and in 
12818                 printouts)
12819
12820 2006-04-20 [colin]      2.1.1cvs20
12821
12822         * src/imap.c
12823         * src/imap.h
12824         * src/prefs_account.c
12825                 Add ANONYMOUS auth for IMAP
12826
12827 2006-04-20 [paul]       2.1.1cvs19
12828
12829         * src/main.c
12830                 proper fix for 2.1.1cvs18
12831                 Thanks to Colin
12832
12833 2006-04-20 [paul]       2.1.1cvs18
12834
12835         * src/main.c
12836                 fix build warnings
12837
12838 2006-04-20 [paul]       2.1.1cvs17
12839
12840         * src/gtk/quicksearch.c
12841                 fix standard, non-extended Quick search,
12842                 was broken in 2.1.1cvs15.
12843                 Thanks to Colin.
12844
12845 2006-04-20 [colin]      2.1.1cvs16
12846
12847         * src/prefs_matcher.c
12848                 Fix values when reselecting a ~test
12849                 rule
12850
12851 2006-04-19 [colin]      2.1.1cvs15
12852
12853         * src/compose.c
12854         * src/compose.h
12855         * src/gtk/gtkaspell.c
12856         * src/gtk/gtkaspell.h
12857                 Put back Options menu in Spelling/
12858         * src/gtk/quicksearch.c
12859                 Don't search, and show error, if the
12860                 advanced search has a syntax error
12861
12862 2006-04-18 [colin]      2.1.1cvs14
12863
12864         * src/textview.c
12865                 Fix gdk warnings on set_cursor when textview
12866                 isn't visible
12867
12868 2006-04-18 [colin]      2.1.1cvs13
12869
12870         * src/gtk/gtksctree.c
12871                 Remove seemingly useless refresh that causes
12872                 flicker - watch this commit in case of 
12873                 problems before planned backport to stable
12874
12875 2006-04-18 [colin]      2.1.1cvs12
12876
12877         * src/imap.c
12878                 Factorize get/set_xml code
12879         * src/compose.c
12880         * src/prefs_account.c
12881         * src/prefs_account.h
12882         * src/procmsg.c
12883                 Add Encrypt to self option
12884
12885 2006-04-17 [colin]      2.1.1cvs11
12886
12887         * configure.ac
12888                 Fix search on encrpyt function on dragonfly
12889                 Patch by Jonathan Buschmann <jonthn@agmact.com>
12890
12891 2006-04-17 [colin]      2.1.1cvs10
12892
12893         * src/prefs_account.c
12894                 Be safe by default: remove mails from POP3
12895                 after 7 days, not immediately
12896
12897 2006-04-17 [colin]      2.1.1cvs9
12898
12899         * src/etpan/imap-thread.c
12900                 Fix build on DragonFly - patch by 
12901                 Jonathan Buschmann <jonthn@agmact.com>
12902
12903 2006-04-17 [colin]      2.1.1cvs8
12904
12905         * src/imap.c
12906                 Save uidnext between sessions
12907
12908 2006-04-17 [colin]      2.1.1cvs7
12909
12910         * src/imap.c
12911                 scan is required when uid validity changes
12912
12913 2006-04-17 [colin]      2.1.1cvs6
12914
12915         * src/folderview.c
12916                 Don't scan if not necessary, apart in current
12917                 folder and INBOX to fetch flags.
12918         * src/imap.c
12919                 Scan is necessary if unread count changes
12920
12921 2006-04-17 [colin]      2.1.1cvs5
12922
12923         * src/imap.c
12924                 ...But always fetch ANSWERED and DELETED flags for
12925                 INBOX, as filtering can happen on these flags.
12926
12927 2006-04-17 [colin]      2.1.1cvs4
12928
12929         * src/imap.c
12930                 Don't fetch REPLIED and DELETED flags when synchronising
12931                 flags with a closed folder. We only need UNSEEN and FLAGGED
12932                 to update the folderview.
12933
12934 2006-04-17 [colin]      2.1.1cvs3
12935
12936         * src/imap.c
12937                 Faster flag search when there are new mails 
12938                 in a folder. We can do a full search if the 
12939                 folder contains less messages than the new
12940                 list.
12941
12942 2006-04-17 [colin]      2.1.1cvs2
12943
12944         * po/cs.po
12945         * po/de.po
12946         * po/fr.po
12947         * po/nl.po
12948         * po/pt_BR.po
12949                 Update translations from stable branch
12950
12951 2006-04-17 [colin]      2.1.1cvs1
12952
12953         * configure.ac
12954                 Bump version to follow stable release
12955
12956 2006-04-16 [mones]      2.1.0cvs50
12957
12958         * po/es.po
12959                 Updated for release
12960
12961 2006-04-16 [colin]      2.1.0cvs49
12962
12963         * src/textview.c
12964                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
12965                 with gtk < 2.8. Thanks to Fabien Vantard.
12966
12967 2006-04-15 [colin]      2.1.0cvs48
12968
12969         * src/etpan/imap-thread.c
12970                 Fix bug #919 (libetpan: SEGV when connecting 
12971                 using command)
12972
12973 2006-04-14 [colin]      2.1.0cvs47
12974
12975         * src/main.c
12976                 Fix race on --select (should be done better)
12977
12978 2006-04-14 [wwp]        2.1.0cvs46
12979
12980         * src/send_message.c
12981                 enforce a check for domain in account prefs (a sending
12982                 error could be faced if domain was checked but no value set),
12983                 thanks to Colin.
12984
12985 2006-04-14 [colin]      2.1.0cvs45
12986
12987         * src/codeconv.c
12988                 when converting from unknown to unknown, if the
12989                 string is UTF8, don't convert it to the locale
12990                 (which breaks it)
12991
12992 2006-04-14 [colin]      2.1.0cvs44
12993
12994         * src/compose.c
12995                 Don't try to use ASCII for converting headers
12996                 (as done in body)
12997
12998 2006-04-14 [paul]       2.1.0cvs43
12999
13000         * src/crash.c
13001                 add locale/charset info to crash report
13002         * src/gtk/about.c
13003                 add wwp to doc team
13004                 replace 'e-mail' with preferred 'email'
13005         * src/gtk/authors.h
13006                 ensure contributors list is in alphabetical
13007                 order
13008
13009 2006-04-13 [colin]      2.1.0cvs42
13010
13011         * src/textview.c
13012                 Prevent gdk warnings
13013
13014 2006-04-13 [colin]      2.1.0cvs41
13015
13016         * src/common/ssl_certificate.c
13017         * src/common/ssl_certificate.h
13018         * src/gtk/sslcertwindow.c
13019                 Warn on expired certs, and display the expiration date
13020
13021 2006-04-13 [colin]      2.1.0cvs40
13022
13023         * src/plugins/spamassassin/spamassassin_gtk.c
13024                 Fix missing set_text on unix socket
13025
13026 2006-04-13 [wwp]        2.1.0cvs39
13027
13028         * manual/fr/advanced.xml
13029         * manual/fr/glossary.xml
13030                 applied new spam/ham/email lexicon (pourriel, courriel)
13031
13032 2006-04-13 [paul]       2.1.0cvs38
13033
13034         * src/plugins/pgpmime/plugin.c
13035                 remove the mention of S/MIME from the
13036                 description. This is now handled by the
13037                 S/MIME plugin.
13038
13039 2006-04-13 [paul]       2.1.0cvs37
13040
13041         * src/prefs_msg_colors.c
13042                 rework dialog
13043         * src/prefs_folder_item.c
13044         * src/prefs_spelling.c
13045                 add a tooltip to the colour selector buttons
13046
13047 2006-04-13 [wwp]        2.1.0cvs36
13048
13049         * manual/advanced.xml
13050         * manual/glossary.xml
13051         * manual/handling.xml
13052         * manual/keyboard.xml
13053         * manual/plugins.xml
13054         * manual/starting.xml
13055         * manual/fr/account.xml
13056         * manual/fr/ack.xml
13057         * manual/fr/addrbook.xml
13058         * manual/fr/advanced.xml
13059         * manual/fr/faq.xml
13060         * manual/fr/glossary.xml
13061         * manual/fr/gpl.xml
13062         * manual/fr/handling.xml
13063         * manual/fr/intro.xml
13064         * manual/fr/keyboard.xml
13065         * manual/fr/plugins.xml
13066         * manual/fr/starting.xml
13067         * manual/fr/sylpheed-claws-manual.xml
13068                 fixes to the manuals:
13069                  - summaryview -> Message List (same in French)
13070                  - translate key names
13071                  - fix French punctuation, use non-breakable spaces when
13072                    necessary, don't use &thinsp; which is not portable
13073                  - tell what maildir and mbox formats we support
13074
13075 2006-04-12 [wwp]        2.1.0cvs35
13076
13077         * src/prefs_toolbar.c
13078                 unified a replace button more,
13079                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13080
13081 2006-04-12 [wwp]        2.1.0cvs34
13082
13083         * src/prefs_common.c
13084         * src/prefs_msg_colors.c
13085                 make default color labels translatable,
13086                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13087                 thanks to Tim <timbrain@post.cz> for reporting.
13088
13089 2006-04-12 [wwp]        2.1.0cvs33
13090
13091         * manual/glossary.xml
13092         * manual/intro.xml
13093         * manual/plugins.xml
13094         * manual/starting.xml
13095         * manual/sylpheed-claws-manual.xml
13096         * manual/fr/.cvsignore
13097         * manual/fr/account.xml
13098         * manual/fr/ack.xml
13099         * manual/fr/addrbook.xml
13100         * manual/fr/advanced.xml
13101         * manual/fr/faq.xml
13102         * manual/fr/glossary.xml
13103         * manual/fr/handling.xml
13104         * manual/fr/intro.xml
13105         * manual/fr/keyboard.xml
13106         * manual/fr/plugins.xml
13107         * manual/fr/starting.xml
13108         * manual/fr/sylpheed-claws-manual.xml
13109                 various fixes: typos, missing .fr translations, punctuation,
13110                 capitalization, links, accents and some bad French more.
13111
13112 2006-04-12 [wwp]        2.1.0cvs32
13113
13114         * src/prefs_gtk.c
13115                 fix for bug #935: always store prefs files in UTF-8 (thanks
13116                 to Colin).
13117
13118 2006-04-11 [colin]      2.1.0cvs31
13119
13120         * src/compose.c
13121                 Fix inserting files not in utf8 when locale is utf8
13122
13123 2006-04-11 [colin]      2.1.0cvs30
13124
13125         * src/inc.c
13126                 Don't show error dialog when cancelling connection
13127                 Patch by Pawel
13128
13129 2006-04-11 [cleroy]     2.1.0cvs29
13130
13131         * src/compose.c
13132                 Implement multiple quote levels
13133         * src/prefs_common.c
13134                 Change a little bit the quote bgcolor for 2nd level
13135
13136 2006-04-11 [colin]      2.1.0cvs28
13137
13138         * src/gtk/about.c
13139                 Add locale and charset in the label
13140
13141 2006-04-10 [colin]      2.1.0cvs27
13142
13143         * src/compose.c
13144         * src/prefs_common.c
13145         * src/prefs_common.h
13146         * src/prefs_msg_colors.c
13147         * src/textview.c
13148                 Allow optional background color in quotes
13149                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13150                 GTK+-2.8.x feature
13151
13152 2006-04-10 [colin]      2.1.0cvs26
13153
13154         * src/main.c
13155         * src/mainwindow.c
13156         * src/mainwindow.h
13157                 Implement --select
13158
13159 2006-04-10 [colin]      2.1.0cvs25
13160
13161         * manual/plugins.xml
13162         * manual/fr/plugins.xml
13163                 Document libcurl's proxy variables
13164
13165 2006-04-09 [colin]      2.1.0cvs24
13166
13167         * src/prefs_common.c
13168                 gettext() returns statically allocated stuff. We have
13169                 to strdup it in order to be able to free it.
13170
13171 2006-04-09 [colin]      2.1.0cvs23
13172
13173         * AUTHORS
13174         * src/gtk/authors.h
13175                 Add Alexei
13176
13177 2006-04-09 [colin]      2.1.0cvs22
13178
13179         * src/mainwindow.c
13180         * src/gtk/quicksearch.c
13181                 Fix bug #859 (problems with cyrilic input in 
13182                 search panel) - Patch by Alexey Illarionov 
13183                 <littlesavage@rambler.ru>
13184
13185 2006-04-09 [colin]      2.1.0cvs21
13186
13187         * src/prefs_customheader.c
13188                 I prefer removing then freeing rather than the contrary
13189                 (even if it doesn't change anything ;-)
13190         * src/prefs_account.c
13191                 Fix bug #933 (Crash re-entering the custom headers list 
13192                 dialog in accounts prefs)
13193                 The problem happened when cancelling the Account 
13194                 Preferences' dialogs - in which case we didn't do 
13195                 anything to the PrefsAccount * struct. In case of applying,
13196                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13197                 working with in this dialog. The problem is that 
13198                 prefs_customheader.c, working on this tmp_ac_prefs, always
13199                 changes the ->customhdr_list pointer, even when cancelled. 
13200                 So in case of cancelling the prefs_account dialog, we still
13201                 have to update ->customhdr_list in the real account.
13202
13203 2006-04-08 [colin]      2.1.0cvs20
13204
13205         * manual/fr/glossary.xml
13206         * manual/fr/keyboard.xml
13207                 Forgot some headers :)
13208
13209 2006-04-08 [colin]      2.1.0cvs19
13210
13211         * manual/Makefile.am
13212         * manual/fr/Makefile.am
13213         * manual/fr/account.xml
13214         * manual/fr/ack.xml
13215         * manual/fr/addrbook.xml
13216         * manual/fr/advanced.xml
13217         * manual/fr/faq.xml
13218         * manual/fr/glossary.xml
13219         * manual/fr/gpl.xml
13220         * manual/fr/handling.xml
13221         * manual/fr/intro.xml
13222         * manual/fr/keyboard.xml
13223         * manual/fr/plugins.xml
13224         * manual/fr/starting.xml
13225         * manual/fr/sylpheed-claws-manual.xml
13226         * manual/fr/dist/.cvsignore
13227         * manual/fr/dist/Makefile.am
13228         * manual/fr/dist/html/.cvsignore
13229         * manual/fr/dist/html/Makefile.am
13230         * manual/fr/dist/pdf/.cvsignore
13231         * manual/fr/dist/pdf/Makefile.am
13232         * manual/fr/dist/ps/.cvsignore
13233         * manual/fr/dist/ps/Makefile.am
13234         * manual/fr/dist/txt/.cvsignore
13235         * manual/fr/dist/txt/Makefile.am
13236                 Add the french translation of the manual. Thanks to
13237                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13238                 account.xml, ack.xml, addrbook.xml and advanced.xml
13239
13240 2006-04-08 [colin]      2.1.0cvs18
13241
13242         * manual/plugins.xml
13243         * manual/starting.xml
13244                 More fixes
13245
13246 2006-04-07 [colin]      2.1.0cvs17
13247
13248         * manual/faq.xml
13249         * manual/intro.xml
13250         * manual/keyboard.xml
13251                 Little fixes
13252
13253 2006-04-07 [colin]      2.1.0cvs16
13254
13255         * README
13256         * src/compose.c
13257         * src/prefs_common.c
13258         * src/prefs_common.h
13259                 Add hidden compose_no_markup pref
13260
13261 2006-04-07 [wwp]        2.1.0cvs15
13262
13263         * src/summary_search.c
13264         * .cvsignore
13265                 Bugfix: stop button was sticky when searching in an empty folder.
13266                 Applied curly brackets code style to the whole file (summary_search.c).
13267                 More files to ignore.
13268
13269 2006-04-07 [wwp]        2.1.0cvs14
13270
13271         * src/message_search.c
13272         * src/summary_search.c
13273                 changed default button when search bumps at file/folder
13274                 beginning or end, for convenience (thanks to Colin).
13275
13276 2006-04-07 [paul]       2.1.0cvs13
13277
13278         * src/plugins/dillo_viewer/dillo_prefs.c
13279                 avoid future potential for namespace collision
13280                 Patch by Colin
13281
13282 2006-04-06 [wwp]        2.1.0cvs12
13283
13284         * src/summary_search.c
13285                 Unify extended/advanced searches names (and thus factorize labels),
13286                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13287
13288 2006-04-06 [wwp]        2.1.0cvs11
13289
13290         * src/folderview.c
13291         * src/prefs_themes.c
13292         * src/summaryview.c
13293                 Fixed some compilation warnings.
13294
13295 2006-04-06 [colin]      2.1.0cvs10
13296
13297         * manual/advanced.xml
13298                 Document the wizard template and how to deploy
13299                 Sylpheed-Claws effectively
13300
13301 2006-04-06 [colin]      2.1.0cvs9
13302
13303         * src/folderview.c
13304                 gettext patch to tell translators about _("#"),
13305                 by Maxim Britov
13306
13307 2006-04-06 [colin]      2.1.0cvs8
13308
13309         * src/textview.c
13310                 Fix invalid GtkTextBIter after clicking "Display as text"
13311
13312 2006-04-06 [mones]      2.1.0cvs7
13313
13314         * src/addr_compl.c
13315         * src/addrindex.c
13316         * src/addritem.c
13317         * src/codeconv.c
13318         * src/compose.c
13319         * src/filtering.c
13320         * src/folder.c
13321         * src/folder_item_prefs.c
13322         * src/folderview.c
13323         * src/localfolder.c
13324         * src/matcher.c
13325         * src/mimeview.c
13326         * src/prefs_msg_colors.c
13327         * src/prefs_spelling.c
13328         * src/prefs_themes.c
13329         * src/procmime.c
13330         * src/procmsg.c
13331         * src/stock_pixmap.c
13332         * src/summaryview.c
13333         * src/textview.c
13334         * src/toolbar.c
13335         * src/common/mgutils.c
13336         * src/common/prefs.c
13337         * src/common/ssl_certificate.c
13338         * src/gtk/colorlabel.c
13339         * src/gtk/quicksearch.c
13340         * src/plugins/pgpmime/pgpmime.c
13341         * src/plugins/spamassassin/spamassassin.c
13342                 Removed redundant NULL checks for g_free() calls.
13343                 Patch by Pawel Pekala.
13344
13345 2006-04-06 [mones]      2.1.0cvs6
13346
13347         * src/prefs_actions.c
13348         * src/prefs_filtering.c
13349         * src/prefs_filtering_action.c
13350         * src/prefs_matcher.c
13351         * src/prefs_template.c
13352         * src/gtk/gtkutils.c
13353         * src/gtk/gtkutils.h
13354                 Have a nice replace button. Patch by Pawel Pekala
13355
13356 2006-04-06 [colin]      2.1.0cvs5
13357
13358         * src/addressbook.c
13359                 Fix crash with empty columns
13360
13361 2006-04-05 [colin]      2.1.0cvs4
13362
13363         * src/wizard.c
13364         * src/prefs_gtk.c
13365                 Allow wizard customization with pre-filled values
13366
13367 2006-04-05 [colin]      2.1.0cvs3
13368
13369         * src/textview.c
13370         * src/mimeview.c
13371         * src/mimeview.h
13372                 Nicer messages in mimeview
13373
13374 2006-04-05 [colin]      2.1.0cvs2
13375
13376         * src/addressbook.c
13377         * src/prefs_summaries.c
13378                 i18n fix
13379
13380 2006-04-05 [colin]      2.1.0cvs1
13381
13382         * src/plugins/pgpcore/plugin.c
13383         * src/plugins/pgpcore/select-keys.c
13384         * src/plugins/pgpcore/select-keys.h
13385         * src/plugins/pgpcore/sgpgme.c
13386         * src/plugins/pgpcore/sgpgme.h
13387         * src/plugins/pgpinline/pgpinline.c
13388         * src/plugins/pgpinline/plugin.c
13389         * src/plugins/pgpmime/pgpmime.c
13390         * src/plugins/pgpmime/plugin.c
13391                 Factorize and generalize a bit 
13392                 Drop S/MIME signature verification from PGP/MIME
13393                 (adding it as another, more complete plugin)
13394
13395 2006-04-05 [paul]       2.1.0
13396
13397         2.1.0 released
13398
13399 2006-04-05 [paul]       2.0.0cvs186
13400
13401         * manual/advanced.xml
13402                 add info on colour labels
13403
13404 2006-04-05 [paul]       2.0.0cvs185
13405
13406         * po/bg.po
13407         * po/cs.po
13408         * po/de.po
13409         * po/el.po
13410         * po/en_GB.po
13411         * po/fi.po
13412         * po/fr.po
13413         * po/it.po
13414         * po/nl.po
13415         * po/pl.po
13416         * po/pt_BR.po
13417         * po/sr.po
13418         * po/zh_CN.po
13419                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13420                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13421                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13422                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13423         * src/gtk/authors.h
13424         * tools/claws.i18n.status.pl
13425                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13426                 and new Czech translator, Tim <timbrain@post.cz>
13427
13428 2006-04-05 [mones]      2.0.0cvs184
13429
13430         * po/es.po
13431                 Updated translation
13432
13433 2006-04-05 [colin]      2.0.0cvs183
13434
13435         * src/gtk/quicksearch.c
13436                 Fix bug #929 (unnecessary reload in quick search bar)
13437
13438 2006-04-05 [colin]      2.0.0cvs182
13439
13440         * src/compose.c
13441                 Fix crash on Reply with no From:
13442                 Show signature and conversion error on queuing 
13443                 (but not sending)
13444         * src/mainwindow.c
13445         * src/summaryview.c
13446         * src/summaryview.h
13447                 Factorize threading code and make sure msginfo 
13448                 is not null when it comes from a GtkCTreeRow's 
13449                 data
13450         * src/gtk/gtkaspell.c
13451                 Check for necessary things
13452         * src/gtk/gtksctree.c
13453         * src/gtk/gtksctree.h
13454                 Reset anchor if necessary when removing node
13455
13456 2006-03-29 [colin]      2.0.0cvs181
13457
13458         * src/folderview.c
13459                 Warn for disabled IMAP accounts (due to lack of
13460                 libetpan). Breaks string-freeze - sorry - but it
13461                 is kind of important ;)
13462
13463 2006-03-28 [colin]      2.0.0cvs180
13464
13465         * src/gtk/gtkutils.c
13466         * src/gtk/gtkutils.h
13467                 Add a gtkut_get_link_btn() function that
13468                 creates a button which acts like an URI
13469         * src/prefs_themes.c
13470         * src/gtk/about.c
13471                 Use this function (factorizes codes)
13472         * src/common/defs.h
13473         * src/gtk/pluginwindow.c
13474                 Add a "Get more..." in the plugins window
13475
13476 2006-03-28 [colin]      2.0.0cvs179
13477
13478         * src/common/smtp.c
13479         * src/common/passcrypt.c
13480         * src/undo.c
13481                 Warning fixes. Patch by Pawel Pekala
13482
13483 2006-03-27 [colin]      2.0.0cvs178
13484
13485         * src/undo.c
13486                 Fix undoing by blocks with spaces
13487
13488 2006-03-27 [colin]      2.0.0cvs177
13489
13490         * src/textview.c
13491                 Set margin to 3px for headers
13492
13493 2006-03-27 [paul]
13494
13495         2.1.0-rc2 released
13496
13497 2006-03-27 [wwp]        2.0.0cvs176
13498
13499         * src/summaryview.c
13500                 don't reset quicksearch when updating the message list.
13501                 Thanks to Colin.
13502
13503 2006-03-26 [wwp]        2.0.0cvs175
13504
13505         * src/compose.c
13506                 use a unified border width ('other' tab in the compose window,
13507                 patch by Pawel Pekala).
13508
13509
13510 2006-03-26 [wwp]        2.0.0cvs174
13511
13512         * src/common/quoted-printable.c
13513         * src/addressbook.c
13514                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13515
13516 2006-03-26 [colin]      2.0.0cvs173
13517
13518         * src/quote_fmt_parse.y
13519                 Fix non-UTF8 date formats messing up the whole quote a 
13520                 little bit
13521
13522 2006-03-26 [colin]      2.0.0cvs172
13523
13524         * src/procheader.c
13525                 Make sure the date is UTF8 valid, or try to make it
13526                 so. IncrediMail is really IncrediStupid.
13527         * src/compose.c
13528                 Fix possible conversions. 
13529                 
13530
13531 2006-03-26 [colin]      2.0.0cvs171
13532
13533         * src/matcher.c
13534                 Fix corner cases in body search. This is still a
13535                 hack... It seems impossible to make it good and 
13536                 reasonably fast at the same time.
13537
13538 2006-03-26 [colin]      2.0.0cvs170
13539
13540         * src/summaryview.c
13541                 I think I killed the twilight zone bug!
13542                 summary_select_node() flushes GTK events in order
13543                 to be able to center the view. But this also 
13544                 flushes keypresses like Ctrl-Alt-U, so this can
13545                 call summary_show from summary_select_node (itself
13546                 called from summary_show, etc.). And the summaryview
13547                 has to be unlocked in this function. So just locking
13548                 while processing GTK events, and bailing if locked, 
13549                 should fix it.
13550                 Fixes bug #927 (SIGSEGV during Update Summary)
13551
13552 2006-03-25 [colin]      2.0.0cvs169
13553
13554         * src/matcher.c
13555                 Fix search in QP-encoded bodies
13556                 Fix utf-8 searches in bodies encoded in the
13557                 locale's encoding
13558         * src/common/quoted-printable.c
13559         * src/common/quoted-printable.h
13560                 Add a decode function that doesn't overwrite
13561                 the original pointer
13562                 
13563
13564 2006-03-24 [colin]      2.0.0cvs168
13565
13566         * src/action.c
13567         * src/summaryview.c
13568         * src/summaryview.h
13569                 Update message cache after action
13570                 Patch by H. Merijn Brand
13571         * src/prefs_msg_colors.c
13572                 Factorize label 
13573                 Patch by Fabien Vantard
13574         * src/plugins/spamassassin/spamassassin_gtk.c
13575                 Remove useless translation
13576                 Patch by Fabien Vantard
13577
13578 2006-03-23 [colin]      2.0.0cvs167
13579
13580         * src/common/ssl.c
13581                 Let 30 seconds to SSL_connect
13582
13583 2006-03-23 [wwp]        2.0.0cvs166
13584
13585         * src/summaryview.c
13586         * src/gtk/description_window.c
13587                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13588                 and headers are translated; adjust description windows' width to fit their
13589                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13590
13591 2006-03-23 [paul]       2.0.0cvs165
13592
13593         * src/common/utils.c
13594                 fix highlighting of URIs containing "()"
13595                 (2.0.0cvs164's reversal fixed)
13596                 Thanks to Colin.
13597
13598 2006-03-23 [paul]       2.0.0cvs164
13599
13600         * src/common/utils.c
13601                 revert patch, (postponing a fix), at 2.0.0cvs120
13602                 as it breaks more URIs than it fixes.
13603                 Allow '-' to be a terminating character in a URI
13604
13605 2006-03-22 [colin]      2.0.0cvs163
13606
13607         * configure.ac
13608                 Require libetpan 0.45
13609                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13610
13611 2006-03-22 [paul]       2.0.0cvs162
13612
13613         * src/editgroup.c
13614                 replace '<-' and '->' buttons with GTK_STOCK graphical
13615                 buttons
13616         * src/summary_search.c
13617                 don't offer '...' for translation
13618                 add a tooltip to advanced search '...' button
13619         * src/gtk/quicksearch.c
13620                 don't offer '...' for translation
13621
13622 2006-03-21 [colin]      2.0.0cvs161
13623
13624         * src/compose.c
13625                 Fix middle-click pasting (insert at click
13626                 position instead of cursor position, don't
13627                 remove existing selection and allow pasting
13628                 our own selection)
13629         * src/addressbook.c
13630                 "LDAP Server" -> "LDAP servers"
13631
13632 2006-03-21 [wwp]        2.0.0cvs160
13633
13634         * src/etpan/imap-thread.c
13635                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13636
13637 2006-03-20 [colin]      2.0.0cvs159
13638
13639         * src/summaryview.c
13640                 Don't reload summaryview after an execute with no
13641                 move action
13642
13643 2006-03-19 [colin]      2.0.0cvs158
13644
13645         * src/addressbook.c
13646                 and put groups at the top, always
13647
13648 2006-03-19 [colin]      2.0.0cvs157
13649
13650         * src/addressbook.c
13651                 Order groups before names, as previously
13652
13653 2006-03-19 [colin]      2.0.0cvs156
13654
13655         * src/addressbook.c
13656                 - Sort case-unsensitive
13657                 - Put the sort arrow at opening too
13658
13659 2006-03-19 [wwp]        2.0.0cvs155
13660
13661         * src/addressbook.c
13662                 allow sorting by name/email/remarks, ensure that right-pane's contents
13663                 matches the left-pane selection (cleared when appropriate).
13664                 Patch by Pawel Pekala <c0rn@o2.pl>.
13665
13666 2006-03-18 [colin]      2.0.0cvs154
13667
13668         * src/textview.c
13669                 Fix text cursor ;)
13670
13671 2006-03-18 [colin]      2.0.0cvs153
13672
13673         * src/gtk/filesel.c
13674                 Make sure we hide the preview if we didn't get
13675                 a filename
13676
13677 2006-03-18 [colin]      2.0.0cvs152
13678
13679         * src/summaryview.c
13680                 Set cursor to watch for execution (fixes lack
13681                 of watch-cursor when dnd'ing hundreds of mails)
13682         * src/gtk/filesel.c
13683                 Check that mime type is 'image/*' before updating
13684                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13685
13686 2006-03-18 [colin]      2.0.0cvs151
13687
13688         * src/mainwindow.c
13689         * src/textview.c
13690         * src/textview.h
13691                 Put a watch cursor in textview too when the mainwindow's
13692                 cursor in a watch
13693
13694 2006-03-18 [colin]      2.0.0cvs150
13695
13696         * src/folder.c
13697                 Change wrong asserts to simple tests
13698
13699 2006-03-17 [colin]      2.0.0cvs149
13700
13701         * src/mainwindow.c
13702         * src/mainwindow.h
13703         * src/prefs_msg_colors.c
13704         * src/summaryview.c
13705         * src/summaryview.h
13706         * src/gtk/colorlabel.c
13707         * src/gtk/colorlabel.h
13708                 Add a color label menu in the main menubar
13709                 Add (fixed) accels Ctrl-{0-7} to change the color
13710                 They have to be fixed because the menu's dynamic,
13711                 the items are complex widgets, hence we can't use
13712                 a GtkItemFactory.
13713
13714
13715 2006-03-17 [wwp]        2.0.0cvs148
13716
13717         * src/compose.c
13718                 rollback few lines from my previous commit (those lines come from
13719                 a pending patch, accidentally commited, even if neutral as they are
13720                 commented out).
13721
13722 2006-03-17 [wwp]        2.0.0cvs147
13723
13724         * src/compose.c
13725                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13726                 applied code style/indentation to the modified function.
13727
13728 2006-03-17 [wwp]        2.0.0cvs146
13729
13730         * src/procmsg.c
13731         * src/compose.c
13732                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13733
13734 2006-03-17 [paul]
13735
13736         2.1.0-rc1 released
13737
13738 2006-03-17 [paul]       2.0.0cvs145
13739
13740         * src/main.c
13741                 addressbook_read_file() was called twice
13742         * src/textview.c
13743                 X-Mailer highlighting
13744
13745 2006-03-16 [colin]      2.0.0cvs144
13746
13747         * src/sourcewindow.c
13748         * src/sourcewindow.h
13749                 And the last one, in source window.
13750
13751 2006-03-16 [colin]      2.0.0cvs143
13752
13753         * src/compose.c
13754         * src/compose.h
13755                 Fix the same stuff in compose
13756
13757 2006-03-16 [colin]      2.0.0cvs142
13758
13759         * src/messageview.c
13760                 Complete the previous messageview crash fix
13761
13762 2006-03-16 [colin]      2.0.0cvs141
13763
13764         * src/procmsg.h
13765         * src/procmsg.c
13766         * src/folder.c
13767                 Fix POSTPROCESSING hook
13768                 Patch by H. Merijn Brand
13769
13770         * src/procmime.c
13771         * src/procmime.h
13772                 Parse Content-Location
13773
13774         * src/toolbar.c
13775         * src/messageview.c
13776         * src/messageview.h
13777                 Don't crash when a top-level MessageView has
13778                 been closed on us. Same problematic than
13779                 yesterday's quicksearch issue.
13780
13781 2006-03-15 [colin]      2.0.0cvs140
13782
13783         * src/gtk/quicksearch.c
13784                 Fix a bitchy race we didn't think about when we
13785                 added quicksearch cancellation:
13786                 If the search is not on cached fields, for example
13787                 body_part matchcase "stuff"
13788                 the matcher code has to get the whole message. If
13789                 we're on IMAP, that can be slow, and in order to
13790                 be non-blocking, the IMAP code idle loop processes
13791                 gtk events too. So it is possible to cancel a
13792                 quicksearch while the matcher is getting the mail's
13793                 body. After matcher got its body, it will start to
13794                 iterate over the matcher list that the Quicksearch's
13795                 clear_search_cb() just freed via prepare_matcher().
13796                 SIGSEGV ensues.
13797                 The fix consists of guarding the matcherlist_match()
13798                 call with a boolean 'matching'. If we reset the
13799                 quicksearch while matching is TRUE, we don't free
13800                 the matcherlist anymore like we did, but we set
13801                 another new flag, deferred_free, to TRUE. Then,
13802                 in quicksearch_match(), just after returning from
13803                 matcherlist_match() and unsetting the matching flag,
13804                 we check the deferred_free flag and do the
13805                 prepare_matcher() (which does the matcherlist_free)
13806                 for real, so we free the matcherlist once it's not
13807                 used anymore.
13808                 As all of this runs via the glib main loop, we
13809                 luckily don't need a mutex.
13810         * src/summaryview.c
13811                 Also, show progress while searching.
13812
13813
13814 2006-03-14 [colin]      2.0.0cvs139
13815
13816         * src/alertpanel.c
13817                 Make alertpanel_is_open non-static
13818
13819 2006-03-14 [colin]      2.0.0cvs138
13820
13821         * src/prefs_spelling.c
13822                 Cleanups - Fabien Vantard
13823
13824 2006-03-14 [wwp]        2.0.0cvs137
13825
13826         * src/main.c
13827                 code style normalization (curly braces, indentation).
13828
13829 2006-03-14 [wwp]        2.0.0cvs137
13830
13831         * src/main.c
13832                 code style (braces, indentation)
13833
13834 2006-03-12 [paul]       2.0.0cvs136
13835
13836         * src/prefs_common.c
13837                 trans_hdr defaults to FALSE to be RFC-savvy
13838         * src/prefs_summaries.c
13839                 add a tooltip to the trans_hdr option
13840                 
13841
13842 2006-03-12 [paul]       2.0.0cvs135
13843
13844         * src/prefs_matcher.c
13845                 give a little more width to the combos
13846         * src/prefs_display_header.c
13847         * src/textview.c
13848                 translate headers if prefs_common.trans_hdr
13849                 is TRUE
13850
13851         Patches by Pawel Pekala
13852
13853 2006-03-12 [paul]       2.0.0cvs134
13854
13855         * src/plugins/clamav/clamav_plugin.c
13856         * src/plugins/dillo_viewer/dillo_viewer.c
13857         * src/plugins/pgpcore/plugin.c
13858         * src/plugins/pgpinline/plugin.c
13859         * src/plugins/pgpmime/plugin.c
13860         * src/plugins/spamassassin/spamassassin.c
13861                 update/add to descriptions
13862         * src/plugins/spamassassin/spamassassin_gtk.c
13863                 fixes to the english, remove superfluous
13864                 tooltips, clean up a little
13865
13866 2006-03-12 [paul]       2.0.0cvs133
13867
13868         * src/compose.c
13869                 fix Bug 924, 'Account combo box shows up wrong 
13870                 if & is in account name'
13871
13872 2006-03-11 [colin]      2.0.0cvs132
13873
13874         * src/summaryview.c
13875                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13876                 messed up shift-selection because is slows down
13877                 moving around summaryview. thanks -users
13878
13879 2006-03-10 [colin]      2.0.0cvs131
13880
13881         * src/plugins/spamassassin/spamassassin_gtk.c
13882                 Put back Paul's engrish fixes
13883
13884 2006-03-10 [colin]      2.0.0cvs130
13885
13886         * src/plugins/spamassassin/spamassassin.c
13887         * src/plugins/spamassassin/spamassassin.h
13888         * src/plugins/spamassassin/spamassassin_gtk.c
13889                 Cleanup SA prefs page (more)
13890                 Patch by Fabien Vantard
13891
13892 2006-03-10 [paul]       2.0.0cvs129
13893
13894         * src/prefs_msg_colors.c
13895         * src/prefs_spelling.c
13896                 widget sensitivity
13897
13898 2006-03-09 [mones]      2.0.0cvs128
13899
13900         * po/es.po
13901                 Update for next RC
13902
13903 2006-03-09 [wwp]        2.0.0cvs127
13904
13905         * configure.ac
13906                 revert accidental commit (requirement for libetpan 0.43), this time
13907                 not in HEAD.
13908
13909 2006-03-09 [wwp]        2.0.0cvs125
13910
13911         * configure.ac
13912                 revert accidental commit (requirement for libetpan 0.43)
13913
13914 2006-03-09 [paul]       2.0.0cvs126
13915
13916         * src/prefs_receive.c
13917                 remove useless frame
13918                 replace 'incorporation' with 'receiving'
13919         * src/plugins/clamav/clamav_plugin_gtk.c
13920         * src/plugins/spamassassin/spamassassin_gtk.c
13921                 improve widget sensitivity
13922                 fix a bit his engrish
13923
13924 2006-03-09 [wwp]        2.0.0cvs125
13925
13926         * src/addressadd.c
13927         * src/foldersel.c
13928         * src/prefs_common.c
13929         * src/prefs_common.h
13930                 remember some more windows' sizes (add to addressbook and
13931                 select folder).
13932
13933 2006-03-09 [paul]       2.0.0cvs124
13934
13935         * src/plugins/pgpcore/prefs_gpg.c
13936                 normalise construction of dialogue
13937
13938 2006-03-09 [paul]       2.0.0cvs123
13939
13940         * src/plugins/trayicon/Makefile.am
13941                 add missing slash
13942
13943 2006-03-08 [colin]      2.0.0cvs122
13944
13945         * src/plugins/trayicon/Makefile.am
13946                 Fix build in separate dir 
13947                 Patch by Bamanzi <bamanzi@gmail.com>
13948
13949 2006-03-08 [colin]      2.0.0cvs121
13950
13951         * src/procmsg.c
13952                 Batch move and copies from summaryview with delayed execution
13953                 too
13954
13955 2006-03-07 [paul]       2.0.0cvs120
13956
13957         * src/common/utils.c
13958                 fix highlighting of URIs containing "()"
13959                 Patch by Pawel Pekala
13960
13961 2006-03-07 [paul]       2.0.0cvs119
13962
13963         * src/folder.c
13964         * src/folder.h
13965         * src/folderview.c
13966                 immediately do alphabetical resort when
13967                 changing a folder's name
13968                 Patch by Pawel Pekala
13969
13970 2006-03-07 [paul]       2.0.0cvs118
13971
13972         * src/news.c
13973         * src/news_gtk.c
13974                 when unsubscribing a newsgroup, remove the
13975                 folder and msgs in .sylpheed-claws/newscache
13976                 Patch by Pawel Pekala <c0rn@gazeta.pl>
13977
13978 2006-03-07 [paul]       2.0.0cvs117
13979
13980         * src/textview.c
13981                 fix wrong Fake URL Warning
13982                 Thanks to Hiro
13983
13984 2006-03-07 [colin]      2.0.0cvs116
13985
13986         * src/imap.c
13987                 Return immediately when password dialog was
13988                 cancelled
13989         * src/gtk/inputdialog.c
13990                 Allow empty strings for passwords
13991
13992
13993 2006-03-06 [colin]      2.0.0cvs115
13994
13995         * src/imap.c
13996                 Prevent double-timeouts when connection fails
13997
13998 2006-03-06 [colin]
13999
14000         2.0.1-rc1 released
14001
14002 2006-03-06 [colin]      2.0.0cvs114
14003
14004         * src/imap.c
14005                 Refresh session during potentially long
14006                 operations
14007
14008 2006-03-06 [wwp]        2.0.0cvs113
14009
14010         * src/prefs_msg_colors.h
14011                 forgot that one (custom color labels).
14012
14013 2006-03-06 [wwp]        2.0.0cvs112
14014
14015         * src/prefs_common.c
14016         * src/prefs_common.h
14017         * src/prefs_msg_colors.c
14018         * src/summaryview.c
14019         * src/summaryview.h
14020         * src/gtk/colorlabel.c
14021         * src/gtk/colorlabel.h
14022                 colors in messages list are now customizable. Color values and names can
14023                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14024                 Thanks to Paul and Colin for their help with this longstanding patch!
14025
14026 2006-03-06 [wwp]        2.0.0cvs111
14027
14028         * src/textview.c
14029                 don't crash if (x)face is bad.
14030
14031 2006-03-05 [paul]       2.0.0cvs110
14032
14033         * AUTHORS
14034         * configure.ac
14035         * src/Makefile.am
14036         * src/common/Makefile.am
14037         * src/common/utils.h
14038         * src/etpan/imap-thread.c
14039         * src/gtk/authors.h
14040         * src/plugins/clamav/Makefile.am
14041         * src/plugins/demo/Makefile.am
14042         * src/plugins/dillo_viewer/Makefile.am
14043         * src/plugins/pgpcore/Makefile.am
14044         * src/plugins/pgpcore/passphrase.c
14045         * src/plugins/pgpinline/Makefile.am
14046         * src/plugins/pgpmime/Makefile.am
14047         * src/plugins/spamassassin/Makefile.am
14048         * src/plugins/trayicon/Makefile.am
14049                 fix builiding on cygwin
14050                 Patch by Ralgh Young <bamanzi@gmail.com>
14051
14052 2006-03-04 [wwp]        2.0.0cvs109
14053
14054         * manual/keyboard.xml
14055                 fix mixed up/down keys.
14056
14057 2006-03-04 [wwp]        2.0.0cvs108
14058
14059         * README
14060         * INSTALL
14061                 updated links to SpamAssassin.
14062
14063 2006-03-04 [wwp]        2.0.0cvs107
14064
14065         * manual/plugins.xml
14066         * src/plugins/spamassassin/README
14067                 updated SpamAssassin plugin docs to reflect new functional additions
14068                 (also fix/update/documents few technical stuff more, see the README).
14069
14070 2006-03-04 [wwp]        2.0.0cvs106
14071
14072         * src/prefs_message.c
14073                 normalized capitalization of message-prefs paths.
14074
14075 2006-03-04 [wwp]        2.0.0cvs105
14076
14077         * manual/advanced.xml
14078                 typo.
14079
14080 2006-03-03 [colin]      2.0.0cvs104
14081
14082         * src/plugins/clamav/clamav_plugin_gtk.c
14083                 Rework prefs page, patch by Fabien 
14084
14085 2006-03-03 [colin]      2.0.0cvs103
14086
14087         * src/plugins/clamav/clamav_plugin.c
14088                 Set error on all errors
14089
14090 2006-03-03 [colin]      2.0.0cvs102
14091
14092         * src/common/plugin.c
14093                 Initialize error to avoid crashing when a plugin fails
14094                 without setting error
14095
14096 2006-03-02 [wwp]        2.0.0cvs101
14097
14098         * configure.ac
14099                 fixed linker flags for libetpan support on Cygwin
14100                 (thanks to H.Merijn Brand).
14101
14102 2006-03-02 [wwp]        2.0.0cvs100
14103
14104         * src/addressbook.c
14105                 fix some AB error messages: one for punctuation and
14106                 one wrongly duplicate (thanks, maxbritov).
14107
14108 2006-03-02 [wwp]        2.0.0cvs99
14109
14110         * src/plugins/spamassassin/spamassassin.c
14111                 make sync calls to sa-learn/spamc to prevent
14112                 system (whatever local or client/server) overload.
14113
14114 2006-03-02 [colin]      2.0.0cvs98
14115
14116         * src/summaryview.c
14117                 Put the spam icon in the status column instead of the
14118                 mark one
14119
14120 2006-03-01 [colin]      2.0.0cvs97
14121
14122         * src/plugins/spamassassin/spamassassin.c
14123                 Fix segfault (g_file_set_contents fails for some 
14124                 reason and err==0x2f. Can't find out why with
14125                 valgrind, using working function :-)
14126
14127 2006-03-01 [colin]      2.0.0cvs96
14128
14129         * src/inc.c
14130                 Offline overriding: let 'No' be cached only 3 seconds
14131
14132 2006-03-01 [colin]      2.0.0cvs95
14133
14134         * src/addr_compl.c
14135         * src/addrbook.c
14136         * src/addressbook.c
14137         * src/addrindex.c
14138         * src/folder_item_prefs.c
14139         * src/headerview.c
14140         * src/imap.c
14141         * src/inc.c
14142         * src/ldif.c
14143         * src/mainwindow.c
14144         * src/mh.c
14145         * src/msgcache.c
14146         * src/prefs_common.h
14147         * src/prefs_msg_colors.c
14148         * src/procheader.c
14149         * src/procheader.h
14150         * src/procmime.c
14151         * src/procmsg.c
14152         * src/procmsg.h
14153         * src/send_message.h
14154         * src/simple-gettext.c
14155         * src/summaryview.c
14156         * src/summaryview.h
14157         * src/syldap.c
14158         * src/textview.c
14159         * src/undo.c
14160         * src/common/ssl_certificate.c
14161         * src/common/utils.c
14162         * src/gtk/colorsel.c
14163         * src/gtk/gtksctree.c
14164         * src/gtk/gtkshruler.c
14165         * src/plugins/trayicon/trayicon.c
14166                 #if 0 goes to /dev/null
14167
14168 2006-03-01 [colin]      2.0.0cvs94
14169
14170         * src/compose.c
14171         * src/imap.c
14172         * src/inc.c
14173         * src/inc.h
14174         * src/messageview.c
14175         * src/news.c
14176         * src/plugins/spamassassin/spamassassin.c
14177                 Allow to add information in the "working offline"
14178                 window
14179
14180 2006-03-01 [wwp]        2.0.0cvs93
14181
14182         * src/plugins/spamassassin/spamassassin.c
14183                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14184                 'cause it seems that calling `spamc ... < inputfile` with
14185                 g_spawn_(a)sync simply.. erm doesn't work :-).
14186
14187 2006-03-01 [wwp]        2.0.0cvs92
14188
14189         * src/toolbar.c
14190         * src/toolbar.h
14191                 simplify the adding of spam/ham button to the messageview toolbar
14192                 (it gets more clear now that the same button will be "Mark as spam"
14193                 or "Mark as ham" according to the current message status,
14194                 thanks to Colin).
14195
14196 2006-03-01 [wwp]        2.0.0cvs91
14197
14198         * src/messageview.c
14199         * src/procmsg.c
14200         * src/procmsg.h
14201         * src/summaryview.c
14202         * src/plugins/spamassassin/spamassassin.c
14203         * src/plugins/spamassassin/spamassassin.h
14204                 make learner callbacks return a status (0 for ok),
14205                 handle it in main code to avoid setting flags when learning failed,
14206                 don't learn on TCP if offline in spamassassin,
14207                 thanks to Colin.
14208
14209                 
14210
14211 2006-03-01 [wwp]        2.0.0cvs90
14212
14213         * src/compose.c
14214                 some work around the compose window's account menu,
14215                 patch by Fabien Vantard.
14216
14217 2006-03-01 [wwp]        2.0.0cvs89
14218
14219         * src/plugins/spamassassin/spamassassin.c
14220                 fixed bad logics, was using spamc in local mode and sa-learn
14221                 in remote mode (thanks, Colin).
14222
14223 2006-03-01 [wwp]        2.0.0cvs88
14224
14225         * src/plugins/spamassassin/spamassassin.c
14226         * src/plugins/spamassassin/spamassassin.h
14227         * src/plugins/spamassassin/spamassassin_gtk.c
14228                 made processing of emails w/ sa-plugin an option (default is TRUE),
14229                 fixed Engrish some tooltips, capitalization of some debug messages
14230                 and warnings. The spamassassin plugin now provides two separate
14231                 services: process emails upon incorporation and spamd training.
14232                 Both services (un)register independently but use some common
14233                 plugin settings (transport settings, spam storage location).
14234
14235 2006-02-28 [wwp]        2.0.0cvs87
14236
14237         * src/plugins/spamassassin/spamassassin.c
14238                 fix async flag to spamc cmdline execution (batch exec should
14239                 be asynchronous).
14240
14241 2006-02-27 [wwp]        2.0.0cvs86
14242
14243         * src/plugins/spamassassin/spamassassin.c
14244         * src/plugins/spamassassin/spamassassin.h
14245         * src/plugins/spamassassin/spamassassin_gtk.c
14246                 - added the ability to learn a remote spamassassin server (spamd),
14247                 using spamc.
14248                 - added the spamassassin option 'username', that applies to all
14249                 spamassassin operations (filtering, learning, local or remote).
14250                 The default username is the current unix user (if left blank
14251                 from gtk prefs or config file).
14252                 - commented out some unused code (notebook widget), removed unused
14253                 layout (hbox1).
14254                 - make more widgets sensitive to the transport type.
14255
14256 2006-02-27 [colin]      2.0.0cvs85
14257
14258         * src/plugins/spamassassin/spamassassin.c
14259                 Fix sa-learn call when offline
14260
14261 2006-02-27 [colin]      2.0.0cvs84
14262
14263         * configure.ac
14264         * src/Makefile.am
14265         * src/mainwindow.c
14266         * src/mainwindow.h
14267         * src/messageview.c
14268         * src/messageview.h
14269         * src/prefs_toolbar.c
14270         * src/procmsg.c
14271         * src/stock_pixmap.c
14272         * src/stock_pixmap.h
14273         * src/summaryview.c
14274         * src/toolbar.c
14275         * src/toolbar.h
14276         * src/pixmaps/ham_btn.xpm
14277         * src/pixmaps/spam.xpm
14278         * src/pixmaps/spam_btn.xpm
14279         * src/plugins/spamassassin/spamassassin.c
14280                 Add button in toolbar for spam learning
14281                 Fix a few bugs from the last related commit
14282                 Revert 1.9.6cvs23 which messed up shift-selection
14283
14284 2006-02-24 [colin]      2.0.0cvs83
14285
14286         * src/procmsg.c
14287         * src/summaryview.c
14288         * src/summaryview.h
14289         * src/plugins/spamassassin/spamassassin.c
14290         * src/plugins/spamassassin/spamassassin.h
14291         * src/plugins/spamassassin/spamassassin_gtk.c
14292                 Unregister learner when spamassassin is either
14293                 disabled or over tcp
14294
14295 2006-02-24 [colin]      2.0.0cvs82
14296
14297         * src/Makefile.am
14298         * src/mainwindow.c
14299         * src/mainwindow.h
14300         * src/procmsg.c
14301         * src/procmsg.h
14302         * src/stock_pixmap.c
14303         * src/stock_pixmap.h
14304         * src/summaryview.c
14305         * src/summaryview.h
14306         * src/gtk/icon_legend.c
14307         * src/pixmaps/spam.xpm  ** NEW FILE **
14308         * src/plugins/spamassassin/spamassassin.c
14309         * src/plugins/spamassassin/spamassassin_gtk.c
14310                 Add spam learning interface (Mark/Mark as 
14311                 (spam|ham) menus)
14312
14313 2006-02-24 [wwp]        2.0.0cvs81
14314
14315         * src/compose.c
14316         * src/compose.h
14317         * src/filtering.c
14318                 hide compose window when sending message in batch mode
14319                 (filtering: forward and redirect). Also fixed a wrong
14320                 value returned when sending failed, neutral anyway.
14321                 (Colin, me) 
14322
14323 2006-02-24 [wwp]        2.0.0cvs80
14324
14325         * src/mainwindow.c
14326                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14327
14328 2006-02-24 [paul]       2.0.0cvs79
14329
14330         * src/news.c
14331         * src/news.h
14332         * src/news_gtk.c
14333                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14334                 Thanks to Colin
14335
14336 2006-02-23 [colin]      2.0.0cvs78
14337
14338         * src/alertpanel.c
14339                 Change OK to Close in alertpanel with View log
14340                 button; add accel to View log. Patch by Fabien
14341                 Vantard
14342
14343 2006-02-23 [wwp]        2.0.0cvs77
14344
14345         * src/compose.c
14346                 silly me, there were much more tests to perform, since toolbars can
14347                 really have down to 1 element only.
14348
14349 2006-02-23 [wwp]        2.0.0cvs76
14350
14351         * commitHelper
14352                 fixed indentation from my previous commit. Fallback to VISUAL if
14353                 EDITOR is not set (and to vi, at last resort).
14354
14355 2006-02-23 [wwp]        2.0.0cvs75
14356
14357         * commitHelper
14358                 improved error detection (Colin, me).
14359
14360 2006-02-23 [wwp]        2.0.0cvs74
14361
14362         * src/prefs_toolbar.c
14363                 simplify and fix prefs/toolbars layouting. Combos' contents can
14364                 now be really displayed.
14365
14366 2006-02-23 [wwp]        2.0.0cvs73
14367         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14368         be really displayed.
14369
14370 2006-02-22 [wwp]        2.0.0cvs72
14371
14372         * src/compose.c
14373                 fix a typo in my previous commit (sorry!).
14374
14375 2006-02-22 [wwp]        2.0.0cvs71
14376
14377         * src/prefs_toolbar.c
14378                 fix a crash when adding separators to toolbars,
14379                 also fix some separator item information.
14380
14381 2006-02-22 [wwp]        2.0.0cvs70
14382
14383         * src/compose.c
14384                 fix a crash when redirecting (for instance) when compose window's
14385                 toolbar contents has been customized (when some buttons have been
14386                 removed in fact).
14387
14388 2006-02-21 [wwp]        2.0.0cvs69
14389
14390         * src/summaryview.c
14391         * src/gtk/pluginwindow.c
14392         * src/plugins/pgpcore/prefs_gpg.c
14393                 fix some compilation warnings (feat. remains of removed code).
14394
14395 2006-02-21 [wwp]        2.0.0cvs68
14396
14397         * src/gtk/gtkutils.c
14398                 fix two compilation issues, thanks to Stephan Sachse.
14399
14400 2006-02-20 [colin]      2.0.0cvs67
14401
14402         * src/mainwindow.c
14403                 Don't reselect displayed mail on refocus
14404                 This fixes actions misbehaving 
14405
14406 2006-02-20 [wwp]        2.0.0cvs66
14407
14408         * src/summaryview.c
14409         * src/gtk/gtksctree.c
14410         * src/gtk/gtkshruler.c
14411                 changed more runtime typecast checks.
14412
14413 2006-02-20 [wwp]        2.0.0cvs65
14414
14415         * src/summary_search.c
14416                 find all - summaryview refresh issue fixed, thanks to Colin.
14417
14418 2006-02-20 [wwp]        2.0.0cvs64
14419
14420         * src/gtk/gtkutils.c
14421                 better runtime typecast checks.
14422
14423 2006-02-20 [wwp]        2.0.0cvs63
14424
14425         * src/summary_search.c
14426                 enhancements to the summary search:
14427                         - add the ability to stop the running search
14428                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14429                         - don't search if no criteria (From/To/Subject/Body) is set
14430                         - ensure that a busy mouse pointer is always shown when searching,
14431                           show it even a bit earlier
14432
14433 2006-02-19 [colin]      2.0.0cvs62
14434
14435         * src/compose.c
14436         * src/imap.c
14437         * src/etpan/imap-thread.c
14438         * src/etpan/imap-thread.h
14439                 (Future) IMAP speed improvement on sending
14440                 Will require a libetpan update
14441         * src/summaryview.c
14442         * src/gtk/quicksearch.c
14443                 Make quicksearch clearable while running.
14444
14445 2006-02-17 [colin]      2.0.0cvs61
14446
14447         * src/imap.c
14448         * src/etpan/imap-thread.c
14449         * src/etpan/imap-thread.h
14450                 Check for IMAP certificates
14451                 ** Requires libetpan-0.42-cvs4 
14452                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14453
14454 2006-02-17 [colin]      2.0.0cvs60
14455
14456         * src/messageview.c
14457         * src/prefs_common.c
14458         * src/prefs_common.h
14459         * src/prefs_message.c
14460                 Add pref to display HTML-only mails with plugin, 
14461                 if possible (defaulting to FALSE of course).
14462
14463 2006-02-16 [colin]      2.0.0cvs59
14464
14465         * src/main.c
14466         * src/common/plugin.c
14467         * src/common/plugin.h
14468         * src/gtk/pluginwindow.c
14469                 Keep track of requested (but unloaded) plugins
14470                 in some error cases.
14471
14472 2006-02-16 [wwp]        2.0.0cvs58
14473
14474         * src/gtk/gtkaspell.c
14475         * src/gtk/gtkaspell.h
14476         * src/prefs_spelling.c
14477         * src/compose.c
14478         * src/prefs_common.c
14479         * src/prefs_common.h
14480                 implemented new optional spellchecker behaviour: re-check message when
14481                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14482
14483 2006-02-16 [wwp]        2.0.0cvs57
14484
14485         * src/quote_fmt_parse.y
14486                 pclose popen'ed pipe.
14487
14488 2006-02-15 [colin]      2.0.0cvs56
14489
14490         * src/mimeview.c
14491         * src/mimeview.h
14492                 Let MimeViewers know which MimeView they
14493                 depend of.
14494         * src/summaryview.c
14495                 Swap From/To columns in Sent/Queue/Drafts
14496                 folders
14497         * src/etpan/imap-thread.c
14498                 Use mailstream_low_tls_open() for STARTTLS
14499                 instead of mailstream_low_ssl_open()
14500                 ** REQUIRES libetpan 0.42cvs3 **
14501
14502 2006-02-15 [wwp]        2.0.0cvs55
14503
14504         * src/compose.c
14505         * src/compose.h
14506         * src/message_search.c
14507         * src/message_search.h
14508         * src/textview.c
14509         * src/gtk/gtkutils.c
14510         * src/gtk/gtkutils.h
14511                 added the ability to Find text in the compose window (and a bit
14512                 of code factorization).
14513
14514 2006-02-15 [wwp]        2.0.0cvs54
14515
14516         * src/prefs_gtk.c
14517                 yet another one file was missing (fix for some widgets' sensitivity).
14518                 Thanks Colin!
14519
14520 2006-02-15 [wwp]        2.0.0cvs53
14521
14522         * src/prefs_gtk.h
14523                 oops forgot that file (fix for some widgets' sensitivity).
14524
14525 2006-02-15 [wwp]        2.0.0cvs52
14526
14527         * src/summary_search.c
14528                 implemented advanced summary search options (added the ability
14529                 to use matcher conditions in an advanced search mode).
14530
14531 2006-02-15 [wwp]        2.0.0cvs51
14532
14533         * src/plugins/pgpcore/prefs_gpg.c
14534         * src/prefs_account.c
14535                 fix some widget sensitivity, mostly around some labels in
14536                 account prefs.
14537
14538 2006-02-15 [paul]       2.0.0cvs50
14539
14540         * manual/advanced.xml
14541                 improve Templates info
14542                 written by wwp
14543
14544 2006-02-14 [colin]      2.0.0cvs49
14545
14546         * src/pixmaps/address_book.xpm
14547         * src/pixmaps/preferences.xpm
14548         * src/pixmaps/properties.xpm
14549                 Fix pixmap size - patch by Fabien Vantard
14550
14551 2006-02-13 [colin]      2.0.0cvs48
14552
14553         * src/procmime.c
14554                 Add missing fclose()s on error
14555         * src/textview.c
14556                 Remove unused code
14557         * src/common/utils.c
14558                 Fix temp files not being deleted on windows
14559         Patches by Thomas Gilgin
14560
14561 2006-02-13 [colin]      2.0.0cvs47
14562
14563         * src/mainwindow.c
14564                 Fix exit crash
14565
14566 2006-02-13 [wwp]        2.0.0cvs46
14567
14568         * src/plugins/pgpcore/prefs_gpg.c
14569                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14570
14571 2006-02-12 [colin]      2.0.0cvs45
14572
14573         * src/folderview.c
14574         * src/main.c
14575         * src/mainwindow.c
14576                 Fix "stuff" when quitting
14577
14578 2006-02-12 [wwp]        2.0.0cvs44
14579
14580         * src/prefs_themes.c
14581                 fix typos in debug messages.
14582
14583 2006-02-11 [colin]      2.0.0cvs43
14584
14585         * src/summaryview.c
14586                 don't allow drag/drop from ourself
14587
14588 2006-02-10 [wwp]        2.0.0cvs42
14589
14590         * src/exporthtml.c
14591         * src/html.c
14592         * src/html.h
14593         * src/procmime.c
14594         * src/textview.c
14595                 renamed html_ prefixed functions and data structures to avoid
14596                 namespace clashes w/ other software (gtkhtml2 for instance).
14597                 Closes bug #907.
14598
14599
14600 2006-02-09 [colin]      2.0.0cvs41
14601
14602         * src/summaryview.c
14603                 Fix shitty logic messed up. Thanks Ticho for the hint!
14604
14605 2006-02-09 [wwp]        2.0.0cvs40
14606
14607         * src/gtk/about.c
14608         * src/compose.c
14609         * src/prefs_account.c
14610         * src/prefs_gtk.h
14611         * src/editaddress.c
14612                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14613                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14614                 Browse buttons in accounts prefs.
14615
14616 2006-02-09 [colin]      2.0.0cvs39
14617
14618         * src/matcher.c
14619                 Check for pointer before using its members
14620         * src/gtk/gtksourceprintjob.c
14621                 Fix a wrong warning
14622
14623 2006-02-09 [wwp]        2.0.0cvs38
14624
14625         * src/gtk/filesel.c
14626                 fix few compiler warnings (type mismatch).
14627
14628 2006-02-09 [paul]       2.0.0cvs37
14629
14630         * po/fr.po
14631                 updated by Fabien Vantard
14632
14633 2006-02-08 [colin]      2.0.0cvs36
14634
14635         * src/prefs_common.c
14636         * src/common/defs.h
14637         * src/common/plugin.c
14638                 allow windows and linux configurations to coexist
14639                 patch by Thomas Gilgin
14640
14641 2006-02-08 [colin]      2.0.0cvs35
14642
14643         * src/filtering.c
14644         * src/matcher.c
14645         * src/matcher.h
14646         * src/matcher_parser_parse.y
14647         * src/prefs_filtering_action.c
14648         * src/prefs_matcher.c
14649                 Add the "Ignore thread" filtering
14650                 action
14651
14652 2006-02-08 [colin]      2.0.0cvs34
14653
14654         * src/compose.c
14655         * src/procmime.c
14656         * src/procmime.h
14657                 Fix bug #905 (damaged attachment)
14658                 text files with raw \0's aren't really text files
14659         FOR_STABLE
14660
14661 2006-02-08 [colin]      2.0.0cvs33
14662
14663         * src/summaryview.c
14664                 Fix crasher introduced yesterday
14665
14666 2006-02-08 [wwp]        2.0.0cvs32
14667
14668         * src/compose.c
14669         * src/compose.h
14670                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14671
14672 2006-02-08 [wwp]        2.0.0cvs31
14673
14674         * src/prefs_template.c
14675                 templates enhancement: allow address completion for Cc and Bcc fields
14676                 (it was currently possible for the To field only)
14677
14678 2006-02-08 [colin]      2.0.0cvs30
14679
14680         * src/compose.c
14681                 Don't unblock if not blocked
14682         FOR_STABLE
14683
14684 2006-02-07 [colin]      2.0.0cvs29
14685
14686         * src/action.c
14687                 Forgot to refresh summaryview
14688
14689 2006-02-07 [colin]      2.0.0cvs28
14690
14691         * src/action.c
14692                 Freeze/thaw message list and folder list while
14693                 processing %as{} actions 
14694         * src/compose.c
14695                 Fix auto-wrap disabling after a middle-click
14696                 paste - FOR_STABLE
14697
14698 2006-02-07 [paul]       2.0.0cvs27
14699
14700         * src/folder.c
14701                 fix freeing of uninitialised pointers
14702                 Thanks to Colin
14703
14704 2006-02-06 [colin]      2.0.0cvs26
14705
14706         * src/folder.c
14707                 Use g_slist_prepend in potentially big list
14708
14709 2006-02-06 [colin]      2.0.0cvs25
14710
14711         * src/folder.c
14712                 Completely skip processing if it doesn't 
14713                 exist (faster!)
14714
14715 2006-02-06 [colin]      2.0.0cvs24
14716
14717         * src/folder.c
14718         * src/summaryview.c
14719                 Batch filtering in summaryview (from Tools menu)
14720                 and pre/post//-processing too
14721
14722 2006-02-06 [colin]      2.0.0cvs23
14723
14724         * src/procmsg.h
14725         * src/filtering.c
14726                 Use a special field for batch filtering instead
14727                 of stepping on deferred execution's toes
14728
14729 2006-02-06 [colin]      2.0.0cvs22
14730
14731         * src/action.c
14732         * src/filtering.c
14733         * src/filtering.h
14734         * src/folder.c
14735         * src/summaryview.c
14736                 Fix filtering via menus and actions
14737
14738 2006-02-06 [colin]      2.0.0cvs21
14739
14740         * src/imap.c
14741                 Put the added file directly to cache if possible (will work
14742                 with next libetpan)
14743         * src/filtering.c
14744         * src/filtering.h
14745         * src/inc.c
14746         * src/folder.c
14747         * src/mbox.c
14748         * src/procmsg.h
14749                 Move and copy filtered messages by batches instead of one
14750                 by one - faster on IMAP
14751         * src/procmsg.c
14752                 Add a function that'll possibly be useful later
14753
14754 2006-02-06 [colin]      2.0.0cvs20
14755
14756         * src/addressbook.c
14757                 Use internal mime-type instead of text/plain for d'n'd
14758         * src/compose.c
14759                 Allow attaching files from mimeview's icon list via d'n'd
14760         * src/folderview.c
14761         * src/folderview.h
14762                 Use internal mime-type instead of text/plain for d'n'd
14763                 Don't try to selected opened folder if none is
14764                 Factorize d'n'd from other apps code
14765         * src/headerview.c
14766         * src/textview.c
14767         * src/gtk/gtkutils.c
14768         * src/gtk/gtkutils.h
14769                 Factorize Face/X-Face stuff
14770         * src/mimeview.c
14771                 Fix d'n'd to other apps
14772         * src/prefs_message.c
14773                 Let the XFace pref be usable without libcompface as it also
14774                 applies to Face
14775         * src/summaryview.c
14776                 Fix d'n'd to other apps
14777                 Factorize d'n'd from other apps code
14778
14779 2006-02-06 [wwp]        2.0.0cvs19
14780
14781         * po/it.po
14782                 Italian translation fixes by Andrea Spadaccini (no more confusion
14783                 between filtering and processing, and few changes in the About
14784                 dialog).
14785
14786
14787 2006-02-06 [mones]      2.0.0cvs18
14788
14789         * src/gtk/icon_legend.c
14790                 Improved descriptions allowing better translations
14791
14792 2006-02-05 [colin]      2.0.0cvs17
14793
14794         * src/imap.c
14795                 Add the f*cking missing expunge that caused imap_fetch_env
14796                 to fail after an add_msgs ! :-///
14797         * src/etpan/imap-thread.c
14798                 Add a bit of debug
14799         FOR_STABLE
14800
14801 2006-02-05 [colin]      2.0.0cvs16
14802
14803         * src/common/utils.c
14804                 Don't check for return-path (or we can't put
14805                 back non-sent mails)
14806
14807 2006-02-05 [colin]      2.0.0cvs15
14808
14809         * src/textview.c
14810                 Don't try to display Face header in textview
14811                 when teh headerview's active
14812
14813 2006-02-05 [colin]      2.0.0cvs14
14814
14815         * tools/tbird2syl.py
14816         * tools/Makefile.am
14817                 Add script to import Thunderbird mails
14818
14819 2006-02-05 [colin]      2.0.0cvs13
14820
14821         * src/headerview.c
14822         * src/procheader.c
14823         * src/procmsg.c
14824         * src/procmsg.h
14825         * src/textview.c
14826                 Show Face headers - patch partially by Klaus Flittner
14827
14828 2006-02-05 [colin]      2.0.0cvs12
14829
14830         * src/folderview.c
14831         * src/summaryview.c
14832         * src/common/utils.c
14833         * src/common/utils.h
14834                 Let dnd work from mime icons to summaryview
14835                 and to folderview too
14836                 Add a crude test to avoid trying to add files
14837                 drag'n'dropped when they're not mails
14838
14839 2006-02-04 [colin]      2.0.0cvs11
14840
14841         * src/summaryview.c
14842         * src/mimeview.c
14843                 Fix utf8 conversion
14844
14845 2006-02-04 [colin]      2.0.0cvs10
14846
14847         * src/compose.c
14848         * src/folderview.c
14849         * src/mimeview.c
14850         * src/summaryview.c
14851         * src/summaryview.h
14852                 Added various drag and drop capas:
14853                 From                    To
14854                 summaryview             other apps
14855                 mimeview icons          other apps
14856                 other apps              summaryview
14857                 other apps              folderview
14858
14859                 This shouldn't have broken the existing:
14860                 From                    To
14861                 summaryview             folderview
14862                 folderview              folderview
14863                 summaryview             compose's attachments
14864
14865         Tests welcomed.
14866
14867 2006-02-02 [paul]       2.0.0cvs9
14868
14869         * src/mainwindow.c
14870                 move global option 'Set displayed columns...' out
14871                 of folder option grouping.
14872                 fix sensitivity of 'harvest addresses'
14873         FOR_STABLE
14874
14875 2006-02-01 [colin]      2.0.0cvs8
14876
14877         * src/mimeview.c
14878                 Revert the alertpanel patch, it sucks (intrusive
14879                 and gets in the way of "open")
14880
14881 2006-02-01 [colin]      2.0.0cvs7
14882
14883         * src/compose.c
14884         * src/prefs_account.c
14885         * src/prefs_common.c
14886         * src/common/defs.h
14887         * src/common/utils.c
14888         * src/common/utils.h
14889                 Add ability to edit the signature file
14890                 from the account preferences, and use
14891                 a default for the text editor.
14892                 Patch by Fabien Vantard
14893
14894 2006-02-01 [colin]      2.0.0cvs6
14895
14896         * src/mimeview.c
14897                 Try to get mime type by extension if it is
14898                 application/octet-stream
14899                 Display a window with possible choices when
14900                 encountering unknown mime types
14901         * src/gtk/filesel.c
14902         * src/gtk/filesel.h
14903                 Add preview
14904                 Allow multiple selection in filtered filesel
14905                 (patch by Fabien Vantard)
14906         * src/gtk/pluginwindow.c
14907                 Use it (patch by Fabien Vantard)
14908
14909 2006-02-01 [paul]       2.0.0cvs5
14910
14911         * src/jpilot.c
14912                 fix crash on creating jpilot address book
14913                 Thanks to Colin - FOR_STABLE
14914         * src/prefs_summaries.c
14915         * src/prefs_wrapping.c
14916         * src/gtk/icon_legend.c
14917         * src/gtk/quicksearch.c
14918                 string fixes and additions
14919
14920 2006-02-01 [paul]       2.0.0cvs4
14921
14922         * src/compose.c
14923         * src/mainwindow.c
14924         * src/messageview.c
14925         * src/prefs_send.c
14926                 add Arabic encoding option
14927                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
14928
14929 2006-01-31 [colin]      2.0.0cvs3
14930
14931         * src/plugins/pgpcore/passphrase.c
14932                 Convert passphrase to locale encoding
14933         * src/compose.c
14934                 Fix drafting on IMAP. Crappy bug sneaked in
14935                 the release :-/
14936         FOR_STABLE
14937
14938 2006-01-30 [paul]       2.0.0cvs2
14939
14940         * src/gtk/icon_legend.c
14941                 show the new entries
14942
14943 2006-01-30 [colin]      2.0.0cvs1
14944
14945         * src/manual.c
14946                 Check for the file to be present before 
14947                 enabling the menu - FOR_STABLE
14948         * src/gtk/icon_legend.c
14949                 Add folders icons (not all of them, there
14950                 are too much, but the most intriguing ones)
14951
14952 2006-01-30 [paul]       2.0.0
14953
14954         version 2.0.0 released
14955
14956 [For previous entries, see ChangeLog.pre2.0.0]