2007-08-10 [colin] 2.10.0cvs110
[claws.git] / ChangeLog
1 2007-08-10 [colin]      2.10.0cvs110
2
3         * src/imap.c
4         * src/etpan/imap-thread.c
5         * src/etpan/imap-thread.h
6                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
7
8 2007-08-09 [colin]      2.10.0cvs109
9
10         * src/editldap.c
11                 Fix port being reset to 636 on SSL
12         * src/folder.c
13                 Fix folder_item_get_msg_num_by_file
14                 on drafts/queue folders
15
16 2007-08-09 [wwp]        2.10.0cvs108
17
18         * src/folder.c
19                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
20                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
21
22
23 2007-08-09 [colin]      2.10.0cvs107
24
25         * src/folderview.c
26         * src/summaryview.c
27         * src/gtk/prefswindow.c
28                 A few Maemo layout fixes
29
30 2007-08-09 [paul]       2.10.0cvs106
31
32         * src/prefs_account.c
33                 remove the hyphen from plug-ins to
34                 match everywhere else
35
36 2007-08-08 [wwp]        2.10.0cvs105
37
38         * src/prefs_folder_item.c
39                 Fix an extraneous stealth ^L char.
40
41 2007-08-08 [wwp]        2.10.0cvs104
42
43         * src/prefs_folder_item.c
44                 Better fix, group variables declarations (USE_ASPELL).
45
46 2007-08-08 [wwp]        2.10.0cvs103
47
48         * src/prefs_folder_item.c
49                 Fix compilation w/ USE_ASPELL set (broken
50                 by 2.10.0cvs102).
51
52 2007-08-08 [ticho]      2.10.0cvs102
53
54         * src/prefs_folder_item.c
55                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
56
57 2007-08-08 [colin]      2.10.0cvs101
58
59         * src/imap.c
60         * src/etpan/imap-thread.c
61         * src/etpan/imap-thread.h
62                 Close selected mailbox before doing
63                 status on it.
64
65 2007-08-08 [colin]      2.10.0cvs100
66
67         * src/html.c
68                 Complete symbol table, thanks to wwp.
69                 Fixes bug 1284, 'The html -> text 
70                 converter ignores entities'
71         * src/msgcache.c
72                 Fix possible fd leak
73
74 2007-08-08 [colin]      2.10.0cvs99
75
76         * src/imap.c
77                 Better way to fetch UIDs on non-UIDPLUS servers
78
79 2007-08-07 [colin]      2.10.0cvs98
80
81         * src/imap.c
82                 fix bug 1275, 'auto-saved draft messages not 
83                 always being removed'; Also, make multiple
84                 copy (in the same account) faster by matching
85                 source/destination message UIDs.
86         * src/messageview.c
87                 Don't try to reshow deleted mail
88         * src/msgcache.c
89                 Fix leak on error path
90
91 2007-08-07 [wwp]        2.10.0cvs97
92
93         * manual/account.xml
94         * manual/advanced.xml
95         * manual/fr/account.xml
96         * manual/fr/advanced.xml
97                 Updated the reference manual and the French translation to
98                 reflect 2.10.0cvs84: enable running folder Processing
99                 rules on demand.
100
101 2007-08-06 [wwp]        2.10.0cvs96
102
103         * src/prefs_common.c
104         * src/prefs_common.h
105         * src/textview.c
106                 Allow changing the emphasis color used to highlight
107                 the newsreader/x-mailer header value when it matches
108                 our preferred mail agent (hidden pref 'emphasis_col' added
109                 to clawsrc).
110
111 2007-08-06 [colin]      2.10.0cvs95
112
113         * src/compose.c
114         * src/compose.h
115                 Re-commit 2.10.0cvs86, with a protection
116                 against Pango bug. Also, try to fix 
117                 bug 1275, 'auto-saved draft messages not 
118                 always being removed'
119
120 2007-08-06 [wwp]        2.10.0cvs94
121
122         * src/gtk/quicksearch.c
123                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
124
125 2007-08-06 [ticho]      2.10.0cvs93
126
127         * src/prefs_account.c
128         * src/gtk/combobox.c
129                 Use GtkComboBox instead of GtkOptionMenu for privacy system
130                 selection in account preferences.
131
132 2007-08-06 [wwp]        2.10.0cvs92
133
134         * src/plugins/pgpcore/plugin.def
135                 Apply one more chunk from gpg4win's 03-w32-port patch.
136
137 2007-08-05 [colin]      2.10.0cvs91
138
139         * src/compose.c
140         * src/compose.h
141                 reverting buggy patch for now
142
143 2007-08-05 [colin]      2.10.0cvs90
144
145         * src/folder.c
146                 Fix slowdown
147
148 2007-08-04 [colin]      2.10.0cvs89
149
150         * src/prefs_summaries.c
151         * src/summary_search.c
152                 Replace deprecated widgets. Patch by
153                 Andrej.
154
155 2007-08-04 [colin]      2.10.0cvs88
156
157         * src/mh.c
158                 Refresh GUI only every 2000 mails on mh_get_last_num
159                 This is fast (readdir) and done only once per 
160                 session/folder
161
162 2007-08-03 [colin]      2.10.0cvs87
163
164         * src/prefs_account.c
165         * src/gtk/combobox.h
166         * src/gtk/gtkutils.c
167                 Fix a deprecated widget. Patch by
168                 Andrej
169
170 2007-08-03 [colin]      2.10.0cvs86
171
172         * src/compose.c
173         * src/compose.h
174                 Make colorisation and wrapping algorithms
175                 faster. Fixes bug 1246, 'compose becomes 
176                 increasingly slow replying to complex emails'
177
178 2007-08-03 [paul]       2.10.0cvs85
179
180         * src/mh.c
181                 keep the window painted
182
183 2007-08-02 [paul]       2.10.0cvs84
184
185         * src/folderview.c
186         * src/mainwindow.c
187         * src/mainwindow.h
188                 enable running folder Processing
189                 rules on demand
190
191 2007-08-02 [paul]       2.10.0cvs83
192
193         * src/textview.c
194                 speed up/clean up rendering of larger
195                 msgs
196                 Thanks to Colin
197
198 2007-08-01 [paul]       2.10.0cvs82
199
200         * src/mainwindow.h
201                 clean up cruft
202         * src/toolbar.c
203                 change default toolbar layout on maemo
204         * src/pixmaps/close.xpm
205                 make the red cross a grey cross
206         * src/pixmaps/jpilot.xpm
207                 make icon smaller so it fits better
208
209 2007-07-31 [paul]       2.10.0cvs81
210
211         * src/setup.c
212         * src/gtk/gtkutils.c
213                 fix crash on maemo on first launch
214
215 2007-07-30 [paul]       2.10.0cvs80
216
217         * src/prefs_matcher.c
218                 specify the units of age and size
219
220 2007-07-30 [paul]       2.10.0cvs79
221
222         * src/main.c
223                 Fix IMAP timeout setting
224
225 2007-07-30 [colin]      2.10.0cvs78
226
227         * src/prefs_account.c
228                 Fix a deprecated widget. Patch by
229                 Andrej
230
231 2007-07-27 [paul]       2.10.0cvs77
232
233         * src/matcher_parser_parse.y
234         * src/prefs_filtering_action.c
235         * src/prefs_matcher.c
236                 these changes forgotten in cvs74's
237                 'watch thread' feature
238
239 2007-07-27 [paul]       2.10.0cvs76
240
241         * src/compose.c
242                 fix potential crasher
243                 thanks to Colin
244
245 2007-07-27 [paul]       2.10.0cvs75
246
247         * src/mainwindow.c
248         * src/manual.c
249         * src/manual.h
250         * src/gtk/gtkutils.c
251                 make mainwindow's /Help/Manual point to the
252                 remote copy if the local copy doesn't exist
253
254 2007-07-27 [paul]       2.10.0cvs74
255
256         * src/Makefile.am
257         * src/filtering.c
258         * src/folder.c
259         * src/mainwindow.c
260         * src/matcher.c
261         * src/matcher.h
262         * src/matcher_parser_parse.y
263         * src/procmsg.c
264         * src/procmsg.h
265         * src/stock_pixmap.c
266         * src/stock_pixmap.h
267         * src/summaryview.c
268         * src/summaryview.h
269         * src/toolbar.c
270         * src/toolbar.h
271         * src/pixmaps/watchthread.xpm
272                 add 'watch thread' feature
273
274 2007-07-27 [paul]       2.10.0cvs73
275
276         * src/prefs_folder_item.c
277                 adjust labels, add tooltips
278
279 2007-07-27 [colin]      2.10.0cvs72
280
281         * src/summaryview.c
282                 Maemo: Remove less used menu items
283
284 2007-07-26 [colin]      2.10.0cvs71
285
286         * src/messageview.c
287                 Maemo: destroy messageview after trashing mail.
288                 Maybe should be done on X11 too
289
290 2007-07-26 [colin]      2.10.0cvs70
291
292         * src/folderview.c
293         * src/mainwindow.c
294         * src/prefs_common.c
295         * src/prefs_common.h
296         * src/summaryview.c
297                 Add View/Show or Hide/Column headers
298
299 2007-07-26 [colin]      2.10.0cvs69
300
301         * src/procmime.c
302                 Fix unwanted output
303
304 2007-07-26 [colin]      2.10.0cvs68
305
306         * src/ldapserver.c
307                 Fix possible crash on cache invalidation
308         * src/compose.c
309         * src/procmime.c
310         * src/procmime.h
311         * src/quote_fmt_parse.y
312                 Make replying to mails with big attachments
313                 much faster. Fixes bug 1224, 'The process of 
314                 Replying to emails with large attachments 
315                 seems unreasonably long...'
316
317 2007-07-26 [colin]      2.10.0cvs67
318
319         * src/mimeview.c
320         * src/matcher.c
321         * src/common/ssl.c
322                 Fix threads use on BSDs
323
324 2007-07-26 [paul]       2.10.0cvs66
325
326         * src/gtk/prefswindow.c
327                 fix account prefs breakage
328                 thanks to Colin
329
330 2007-07-26 [paul]       2.10.0cvs65
331
332         * configure.ac
333                 standardise ./configure --help messages
334
335 2007-07-26 [colin]      2.10.0cvs64
336
337         * src/addressbook.c
338         * src/editaddress.c
339                 Fix two vCard-related crashes
340
341 2007-07-25 [colin]      2.10.0cvs63
342
343         * src/inc.c
344         * src/prefs_common.c
345         * src/prefs_common.h
346         * src/prefs_receive.c
347                 Maemo: Add a better way to notify of
348                 new mails
349         * src/mainwindow.c
350         * src/statusbar.h
351         * src/summaryview.c
352         * src/toolbar.c
353                 Maemo: Various layout fixes
354         * src/gtk/prefswindow.c
355                 Maemo: Better prefs layout
356
357 2007-07-25 [paul]       2.10.0cvs62
358
359         * src/textview.c
360                 fix the layout on maemo
361                 thanks to Colin
362
363 2007-07-25 [iwkse]      2.10.0cvs61
364
365         * src/summaryview.c
366                 add 'o' shortcut on summaryview
367
368 2007-07-25 [iwkse]      2.10.0cvs60
369
370         * src/textview.c
371                 fix o shortcut
372
373 2007-07-24 [colin]      2.10.0cvs59
374
375         * src/mh.c
376                 Fix missing timestamp update on source
377                 folder when moving
378         * src/textview.c
379         * src/textview.h
380                 Better text layout on part's choices
381
382 2007-07-23 [colin]      2.10.0cvs58
383
384         * src/mimeview.c
385         * src/textview.c
386                 Maemo: Automatically choose the correct application
387                 to open parts
388         * src/gtk/quicksearch.c
389                 Make search run on GDK_KP_Enter too
390
391 2007-07-23 [wwp]        2.10.0cvs57
392
393         * src/quote_fmt_lex.l
394                 Revert accidentaly committed lines (account_sig) in
395                 2.10.0cvs56.
396
397 2007-07-23 [wwp]        2.10.0cvs56
398
399         * src/quote_fmt_lex.l
400                 Fix typos around long form expressions in the quote lexer.
401
402 2007-07-23 [paul]
403
404         3.0.0-rc1 released
405
406 2007-07-23 [colin]      2.10.0cvs55
407
408         * src/addr_compl.c
409                 Fix auto-completion on Maemo
410
411 2007-07-23 [colin]      2.10.0cvs54
412
413         * src/statusbar.c
414                 Maemo: Fix sticking statusbars
415
416 2007-07-22 [colin]      2.10.0cvs53
417
418         * src/main.c
419                 Maemo: Fix the strange "top_application" info
420                 at startup. We should do something when 
421                 receiving such a message.
422
423 2007-07-20 [paul]       2.10.0cvs52
424
425         * src/news_gtk.c
426                 add missing #include "statusbar.h"
427
428 2007-07-20 [colin]      2.10.0cvs51
429
430         * src/folder.c
431         * src/folder.h
432         * src/folder_item_prefs.c
433         * src/folder_item_prefs.h
434         * src/folderview.c
435         * src/imap.c
436         * src/imap_gtk.c
437         * src/imap_gtk.h
438         * src/news.c
439         * src/news_gtk.c
440         * src/news_gtk.h
441         * src/prefs_folder_item.c
442                 Implement age-based caching: allow to
443                 specify a threshold for the offline synchronisation
444                 feature, and whether old cached bodies should 
445                 be removed
446         * src/toolbar.c
447         * src/toolbar.h
448                 Fix label/tooltips
449         * src/plugins/dillo_viewer/dillo_viewer.c
450                 Check that Dillo's installed
451
452 2007-07-20 [wwp]        2.10.0cvs50
453
454         * src/mimeview.c
455         * src/stock_pixmap.c
456                 Draw a frame around the selected mimeview part icon (instead of the
457                 shifted 'dancing' icon).
458
459 2007-07-20 [colin]      2.10.0cvs49
460
461         * src/main.c
462                 Unref stuff even on error
463         * src/wizard.c
464                 disconnect signals only at the very
465                 end of the wizard save.
466
467 2007-07-20 [colin]      2.10.0cvs48
468
469         * src/mainwindow.c
470         * src/messageview.c
471         * src/toolbar.c
472         * src/toolbar.h
473                 Fix random crashes while navigating
474                 (GTK_EVENTS_FLUSH)
475
476 2007-07-19 [colin]      2.10.0cvs47
477
478         * configure.ac
479         * src/main.c
480         * src/prefs_common.c
481         * src/prefs_common.h
482         * src/wizard.c
483         * src/common/defs.h
484         * src/common/utils.c
485                 Maemo: add an easy way to store data (mails
486                 and IMAP/NNTP caches) on one of the SD cards,
487                 and protect against unmounts if needed
488
489 2007-07-19 [paul]       2.10.0cvs46
490
491         * src/Makefile.am
492         * src/stock_pixmap.c
493         * src/gtk/about.c
494         * src/pixmaps/claws-mail_logo-small.xpm
495                 implement a (slightly) different About
496                 dialog for maemo and add a small version
497                 of the logo for it
498         * src/wizard.c
499                 use a scrolled window for wizard page 1
500                 on maemo
501
502 2007-07-19 [paul]       2.10.0cvs45
503
504         * src/Makefile.am
505                 too soon for this line
506
507 2007-07-19 [paul]       2.10.0cvs44
508
509         * src/Makefile.am
510                 fix build on n800
511
512 2007-07-19 [colin]      2.10.0cvs43
513
514         * src/wizard.c
515                 Solve Mail/Mailbox name when specifying
516                 full /path/to/Mail.
517
518 2007-07-18 [colin]      2.10.0cvs42
519
520         * src/inc.c
521         * configure.ac
522                 Fix build on n770
523
524 2007-07-18 [colin]      2.10.0cvs41
525
526         * src/inc.c
527                 Maemo: plug the online/offline system into
528                 maemo's interfaces to have Claws automatically
529                 switch according to the system status
530         * src/statusbar.c
531                 Maemo: use HildonBanners to display status
532                 messages. Renders the main statusbar useless.
533
534 2007-07-18 [paul]       2.10.0cvs40
535
536         * src/filtering.c
537                 fix screen blanking on moving/copying many msgs
538         * src/folder.c
539                 fix processing progressbar and screen blanking
540                 during processing
541
542 2007-07-18 [paul]       2.10.0cvs39
543
544         * src/messageview.c
545                 revert cvs37, breakage on maemo
546
547 2007-07-18 [paul]       2.10.0cvs38
548
549         * src/gtk/gtkutils.c
550                 make sure we can still build with older GTK's
551
552 2007-07-18 [colin]      2.10.0cvs37
553
554         * src/messageview.c
555                 Only hide the small layout's messageview, instead
556                 of destroying it when closing
557         * src/gtk/gtkutils.c
558                 Use gtk_window_present_with_time to popup windows,
559                 it seems to make things better with modern WMs
560                 (actually focusing)
561
562 2007-07-17 [colin]      2.10.0cvs36
563
564         * src/editaddress.c
565                 Simplify layout on Maemo
566         * src/folder.c
567                 Fix possible crash
568         * src/prefs_display_header.c
569                 Remove some headers by default on Maemo
570
571 2007-07-17 [paul]       2.10.0cvs35
572
573         * src/prefs_common.c
574         * src/prefs_common.h
575         * src/prefs_logging.c
576         * src/common/log.c
577                 add options to stop/enable writing logs to disc
578
579 2007-07-17 [paul]       2.10.0cvs34
580
581         * src/edittags.c
582                 fix some issues with the Apply tags window:
583                 - set search column (enables autocompl in the treeview)
584                 - apply tag from "New tag" if it existed
585                 - clears New tag entry when adding it with the button
586                 Thanks to Colin
587
588 2007-07-17 [paul]       2.10.0cvs33
589
590         * src/edittags.c
591                 fix 'apply tags' dialogue weirdness
592
593 2007-07-16 [colin]      2.10.0cvs32
594
595         * src/toolbar.c
596                 Fix double-loading of mails on Maemo
597
598 2007-07-16 [colin]      2.10.0cvs31
599
600         * src/messageview.c
601                 Prevent double-loading of the same part under some
602                 conditions; hide statusbar on Maemo
603
604 2007-07-16 [colin]      2.10.0cvs30
605
606         * src/edittags.c
607         * src/edittags.h
608         * src/mainwindow.c
609         * src/summaryview.c
610                 Improve the tag interface - allow
611                 to set/unset tags from a special
612                 window.
613         * src/gtk/gtkvscrollbutton.c
614         * src/mimeview.c
615         * src/mimeview.h
616         * src/stock_pixmap.c
617                 Fix Mimeview's ugly hacks in the
618                 icon list. 
619
620 2007-07-16 [paul]       2.10.0cvs29
621
622         * src/wizard.c
623                 rework dialog
624         * src/gtk/icon_legend.c
625                 put it all in a scrolled window
626
627 2007-07-15 [colin]      2.10.0cvs28
628
629         * src/mainwindow.c
630                 Maemo: force layout to be Small screen; the
631                 others don't make sense
632
633 2007-07-14 [colin]      2.10.0cvs27
634
635         * src/mimeview.c
636         * src/gtk/gtkvscrollbutton.c
637                 Maemo: Fix mimeview's buttons size
638
639 2007-07-14 [colin]      2.10.0cvs26
640
641         * src/toolbar.c
642                 Fix the button workaround fix.
643                 (Use the correct variable)
644
645 2007-07-14 [colin]      2.10.0cvs25
646
647         * src/mainwindow.c
648         * src/toolbar.c
649                 Maemo: put the progress bar in the
650                 toolbar
651
652 2007-07-14 [colin]      2.10.0cvs24
653
654         * src/prefs_common.c
655                 Maemo: hide statusbar by default
656         * src/Makefile.am
657         * src/stock_pixmap.c
658         * src/stock_pixmap.h
659         * src/toolbar.c
660         * src/pixmaps/go_folders.xpm
661                 Maemo: Add a specific icon to go back to
662                 folder list
663
664 2007-07-14 [colin]      2.10.0cvs23
665
666         * src/toolbar.c
667                 Don't set homogeneous finally
668
669 2007-07-14 [colin]      2.10.0cvs22
670
671         * src/toolbar.c
672                 Fix button show/hide issues
673
674 2007-07-14 [colin]      2.10.0cvs21
675
676         * src/toolbar.c
677                 Fix huge arrows
678                 Fix button workaround to be able to click
679                 if mouse was on button when it went un-
680                 sensitive.
681                 Revert previous commit, gtk_tool_item_set_homogeneous
682                 doesn't mean what it seems to mean ;-)
683
684 2007-07-14 [paul]       2.10.0cvs20
685
686         * src/toolbar.c
687                 make homogeneous FALSE always
688
689 2007-07-13 [colin]      2.10.0cvs19
690
691         * src/toolbar.c
692         * src/toolbar.h
693                 Rework to fit the non-deprecated API
694         * src/compose.c
695         * src/folderview.c
696         * src/mainwindow.c
697         * src/messageview.c
698         * src/summaryview.c
699                 Maemo layout changes. Better toolbars,
700                 removal of CTree headers. 
701
702 2007-07-13 [paul]       2.10.0cvs18
703
704         * src/gtk/colorlabel.c
705                 fix bug 1261, '[DE] coloring messages in overview 
706                 keys are not localised'
707                 the string is now included in claws-mail.pot
708
709 2007-07-13 [colin]      2.10.0cvs17
710
711         * src/summaryview.c
712                 Fix bug 1267, 'printing mutliple messages 
713                 opens one message-dialog after the other'
714                 Ask for confirmation when printing 10
715                 messages or more.
716
717 2007-07-11 [colin]      2.10.0cvs16
718
719         * COPYING
720         * README
721         * autogen.sh
722         * manual/claws-mail-manual.xml
723         * manual/gpl.xml
724         * manual/es/claws-mail-manual.xml
725         * manual/es/gpl.xml
726         * manual/fr/claws-mail-manual.xml
727         * manual/fr/gpl.xml
728         * manual/pl/gpl.xml
729         * src/account.c
730         * src/account.h
731         * src/action.c
732         * src/action.h
733         * src/adbookbase.h
734         * src/addr_compl.c
735         * src/addr_compl.h
736         * src/addrbook.c
737         * src/addrbook.h
738         * src/addrcache.c
739         * src/addrcache.h
740         * src/addrcindex.c
741         * src/addrcindex.h
742         * src/addrclip.c
743         * src/addrclip.h
744         * src/addrdefs.h
745         * src/addressadd.c
746         * src/addressadd.h
747         * src/addressbook.c
748         * src/addressbook.h
749         * src/addressbook_foldersel.c
750         * src/addressbook_foldersel.h
751         * src/addressitem.h
752         * src/addrgather.c
753         * src/addrgather.h
754         * src/addrharvest.c
755         * src/addrharvest.h
756         * src/addrindex.c
757         * src/addrindex.h
758         * src/addritem.c
759         * src/addritem.h
760         * src/addrquery.c
761         * src/addrquery.h
762         * src/addrselect.c
763         * src/addrselect.h
764         * src/alertpanel.c
765         * src/alertpanel.h
766         * src/browseldap.c
767         * src/browseldap.h
768         * src/codeconv.c
769         * src/codeconv.h
770         * src/compose.c
771         * src/compose.h
772         * src/crash.c
773         * src/crash.h
774         * src/customheader.c
775         * src/customheader.h
776         * src/displayheader.c
777         * src/displayheader.h
778         * src/editaddress.c
779         * src/editaddress.h
780         * src/editaddress_other_attributes_ldap.c
781         * src/editaddress_other_attributes_ldap.h
782         * src/editbook.c
783         * src/editbook.h
784         * src/editgroup.c
785         * src/editgroup.h
786         * src/editjpilot.c
787         * src/editjpilot.h
788         * src/editldap.c
789         * src/editldap.h
790         * src/editldap_basedn.c
791         * src/editldap_basedn.h
792         * src/edittags.c
793         * src/edittags.h
794         * src/editvcard.c
795         * src/editvcard.h
796         * src/enriched.c
797         * src/enriched.h
798         * src/exphtmldlg.c
799         * src/exphtmldlg.h
800         * src/expldifdlg.c
801         * src/expldifdlg.h
802         * src/export.c
803         * src/export.h
804         * src/exporthtml.c
805         * src/exporthtml.h
806         * src/exportldif.c
807         * src/exportldif.h
808         * src/filtering.c
809         * src/filtering.h
810         * src/folder.c
811         * src/folder.h
812         * src/folder_item_prefs.c
813         * src/folder_item_prefs.h
814         * src/foldersel.c
815         * src/foldersel.h
816         * src/folderutils.c
817         * src/folderutils.h
818         * src/folderview.c
819         * src/folderview.h
820         * src/gedit-print.c
821         * src/gedit-print.h
822         * src/grouplistdialog.c
823         * src/grouplistdialog.h
824         * src/headerview.c
825         * src/headerview.h
826         * src/html.c
827         * src/html.h
828         * src/image_viewer.c
829         * src/image_viewer.h
830         * src/imap.c
831         * src/imap.h
832         * src/imap_gtk.c
833         * src/imap_gtk.h
834         * src/import.c
835         * src/import.h
836         * src/importldif.c
837         * src/importldif.h
838         * src/importmutt.c
839         * src/importmutt.h
840         * src/importpine.c
841         * src/importpine.h
842         * src/inc.c
843         * src/inc.h
844         * src/jpilot.c
845         * src/jpilot.h
846         * src/ldapctrl.c
847         * src/ldapctrl.h
848         * src/ldaplocate.c
849         * src/ldaplocate.h
850         * src/ldapquery.c
851         * src/ldapquery.h
852         * src/ldapserver.c
853         * src/ldapserver.h
854         * src/ldapupdate.c
855         * src/ldapupdate.h
856         * src/ldaputil.c
857         * src/ldaputil.h
858         * src/ldif.c
859         * src/ldif.h
860         * src/localfolder.c
861         * src/localfolder.h
862         * src/main.c
863         * src/main.h
864         * src/mainwindow.c
865         * src/mainwindow.h
866         * src/manual.c
867         * src/manual.h
868         * src/matcher.c
869         * src/matcher.h
870         * src/matcher_parser.h
871         * src/matcher_parser_lex.l
872         * src/matcher_parser_parse.y
873         * src/mbox.c
874         * src/mbox.h
875         * src/message_search.c
876         * src/message_search.h
877         * src/messageview.c
878         * src/messageview.h
879         * src/mh.c
880         * src/mh.h
881         * src/mh_gtk.c
882         * src/mh_gtk.h
883         * src/mimeview.c
884         * src/mimeview.h
885         * src/msgcache.c
886         * src/msgcache.h
887         * src/mutt.c
888         * src/mutt.h
889         * src/news.c
890         * src/news.h
891         * src/news_gtk.c
892         * src/news_gtk.h
893         * src/noticeview.c
894         * src/noticeview.h
895         * src/partial_download.c
896         * src/partial_download.h
897         * src/pine.c
898         * src/pine.h
899         * src/pop.c
900         * src/pop.h
901         * src/prefs_account.c
902         * src/prefs_account.h
903         * src/prefs_actions.c
904         * src/prefs_actions.h
905         * src/prefs_common.c
906         * src/prefs_common.h
907         * src/prefs_compose_writing.c
908         * src/prefs_compose_writing.h
909         * src/prefs_customheader.c
910         * src/prefs_customheader.h
911         * src/prefs_display_header.c
912         * src/prefs_display_header.h
913         * src/prefs_ext_prog.c
914         * src/prefs_ext_prog.h
915         * src/prefs_filtering.c
916         * src/prefs_filtering.h
917         * src/prefs_filtering_action.c
918         * src/prefs_filtering_action.h
919         * src/prefs_folder_column.c
920         * src/prefs_folder_column.h
921         * src/prefs_folder_item.c
922         * src/prefs_folder_item.h
923         * src/prefs_fonts.c
924         * src/prefs_fonts.h
925         * src/prefs_gtk.c
926         * src/prefs_gtk.h
927         * src/prefs_image_viewer.c
928         * src/prefs_image_viewer.h
929         * src/prefs_logging.c
930         * src/prefs_logging.h
931         * src/prefs_matcher.c
932         * src/prefs_matcher.h
933         * src/prefs_message.c
934         * src/prefs_message.h
935         * src/prefs_msg_colors.c
936         * src/prefs_msg_colors.h
937         * src/prefs_other.c
938         * src/prefs_other.h
939         * src/prefs_quote.c
940         * src/prefs_quote.h
941         * src/prefs_receive.c
942         * src/prefs_receive.h
943         * src/prefs_send.c
944         * src/prefs_send.h
945         * src/prefs_spelling.c
946         * src/prefs_spelling.h
947         * src/prefs_summaries.c
948         * src/prefs_summaries.h
949         * src/prefs_summary_column.c
950         * src/prefs_summary_column.h
951         * src/prefs_summary_open.c
952         * src/prefs_summary_open.h
953         * src/prefs_template.c
954         * src/prefs_template.h
955         * src/prefs_themes.c
956         * src/prefs_themes.h
957         * src/prefs_toolbar.c
958         * src/prefs_toolbar.h
959         * src/prefs_wrapping.c
960         * src/prefs_wrapping.h
961         * src/privacy.c
962         * src/privacy.h
963         * src/procheader.c
964         * src/procheader.h
965         * src/procmime.c
966         * src/procmime.h
967         * src/procmsg.c
968         * src/procmsg.h
969         * src/quote_fmt.c
970         * src/quote_fmt_lex.l
971         * src/quote_fmt_parse.y
972         * src/recv.c
973         * src/recv.h
974         * src/remotefolder.c
975         * src/remotefolder.h
976         * src/send_message.c
977         * src/send_message.h
978         * src/setup.c
979         * src/setup.h
980         * src/simple-gettext.c
981         * src/sourcewindow.c
982         * src/sourcewindow.h
983         * src/ssl_manager.c
984         * src/ssl_manager.h
985         * src/statusbar.c
986         * src/statusbar.h
987         * src/stock_pixmap.c
988         * src/stock_pixmap.h
989         * src/summary_search.c
990         * src/summary_search.h
991         * src/summaryview.c
992         * src/summaryview.h
993         * src/textview.c
994         * src/textview.h
995         * src/toolbar.c
996         * src/toolbar.h
997         * src/undo.c
998         * src/undo.h
999         * src/unmime.c
1000         * src/unmime.h
1001         * src/uri_opener.c
1002         * src/uri_opener.h
1003         * src/vcard.c
1004         * src/vcard.h
1005         * src/wizard.c
1006         * src/wizard.h
1007         * src/common/base64.c
1008         * src/common/base64.h
1009         * src/common/claws.c
1010         * src/common/claws.h
1011         * src/common/defs.h
1012         * src/common/fnmatch.c
1013         * src/common/fnmatch.h
1014         * src/common/fnmatch_loop.c
1015         * src/common/hooks.c
1016         * src/common/hooks.h
1017         * src/common/log.c
1018         * src/common/log.h
1019         * src/common/md5.c
1020         * src/common/md5.h
1021         * src/common/mgutils.c
1022         * src/common/mgutils.h
1023         * src/common/nntp.c
1024         * src/common/nntp.h
1025         * src/common/passcrypt.c
1026         * src/common/passcrypt.h.in
1027         * src/common/plugin.c
1028         * src/common/plugin.h
1029         * src/common/prefs.c
1030         * src/common/prefs.h
1031         * src/common/progressindicator.c
1032         * src/common/progressindicator.h
1033         * src/common/quoted-printable.c
1034         * src/common/quoted-printable.h
1035         * src/common/session.c
1036         * src/common/session.h
1037         * src/common/smtp.c
1038         * src/common/smtp.h
1039         * src/common/socket.c
1040         * src/common/socket.h
1041         * src/common/ssl.c
1042         * src/common/ssl.h
1043         * src/common/ssl_certificate.c
1044         * src/common/ssl_certificate.h
1045         * src/common/string_match.c
1046         * src/common/string_match.h
1047         * src/common/stringtable.c
1048         * src/common/stringtable.h
1049         * src/common/tags.c
1050         * src/common/tags.h
1051         * src/common/template.c
1052         * src/common/template.h
1053         * src/common/timing.h
1054         * src/common/utils.c
1055         * src/common/utils.h
1056         * src/common/uuencode.c
1057         * src/common/uuencode.h
1058         * src/common/version.h.in
1059         * src/common/w32_dirent.c
1060         * src/common/w32_reg.c
1061         * src/common/w32_signal.c
1062         * src/common/w32_stat.c
1063         * src/common/w32_stdlib.c
1064         * src/common/w32_string.c
1065         * src/common/w32_time.c
1066         * src/common/w32_unistd.c
1067         * src/common/w32_wait.c
1068         * src/common/w32lib.h
1069         * src/common/xml.c
1070         * src/common/xml.h
1071         * src/common/xmlprops.c
1072         * src/common/xmlprops.h
1073         * src/etpan/etpan-errors.h
1074         * src/etpan/etpan-thread-manager-types.h
1075         * src/etpan/etpan-thread-manager.c
1076         * src/etpan/etpan-thread-manager.h
1077         * src/etpan/imap-thread.c
1078         * src/etpan/imap-thread.h
1079         * src/gtk/about.c
1080         * src/gtk/about.h
1081         * src/gtk/colorlabel.c
1082         * src/gtk/colorlabel.h
1083         * src/gtk/colorsel.c
1084         * src/gtk/colorsel.h
1085         * src/gtk/combobox.c
1086         * src/gtk/combobox.h
1087         * src/gtk/description_window.c
1088         * src/gtk/description_window.h
1089         * src/gtk/filesel.c
1090         * src/gtk/filesel.h
1091         * src/gtk/foldersort.c
1092         * src/gtk/foldersort.h
1093         * src/gtk/gtkaspell.c
1094         * src/gtk/gtkaspell.h
1095         * src/gtk/gtksctree.c
1096         * src/gtk/gtkshruler.c
1097         * src/gtk/gtkshruler.h
1098         * src/gtk/gtksourceprintjob.c
1099         * src/gtk/gtksourceprintjob.h
1100         * src/gtk/gtkutils.c
1101         * src/gtk/gtkutils.h
1102         * src/gtk/gtkvscrollbutton.c
1103         * src/gtk/gtkvscrollbutton.h
1104         * src/gtk/icon_legend.c
1105         * src/gtk/icon_legend.h
1106         * src/gtk/inputdialog.c
1107         * src/gtk/inputdialog.h
1108         * src/gtk/logwindow.c
1109         * src/gtk/logwindow.h
1110         * src/gtk/manage_window.c
1111         * src/gtk/manage_window.h
1112         * src/gtk/menu.c
1113         * src/gtk/menu.h
1114         * src/gtk/pluginwindow.c
1115         * src/gtk/pluginwindow.h
1116         * src/gtk/prefswindow.c
1117         * src/gtk/prefswindow.h
1118         * src/gtk/progressdialog.c
1119         * src/gtk/progressdialog.h
1120         * src/gtk/quicksearch.c
1121         * src/gtk/quicksearch.h
1122         * src/gtk/sslcertwindow.c
1123         * src/gtk/sslcertwindow.h
1124         * src/plugins/bogofilter/bogofilter.c
1125         * src/plugins/bogofilter/bogofilter.h
1126         * src/plugins/bogofilter/bogofilter_gtk.c
1127         * src/plugins/clamav/clamav_plugin.c
1128         * src/plugins/clamav/clamav_plugin.h
1129         * src/plugins/clamav/clamav_plugin_gtk.c
1130         * src/plugins/demo/demo.c
1131         * src/plugins/dillo_viewer/dillo_prefs.c
1132         * src/plugins/dillo_viewer/dillo_prefs.h
1133         * src/plugins/dillo_viewer/dillo_viewer.c
1134         * src/plugins/pgpcore/passphrase.c
1135         * src/plugins/pgpcore/passphrase.h
1136         * src/plugins/pgpcore/pgp_viewer.c
1137         * src/plugins/pgpcore/pgp_viewer.h
1138         * src/plugins/pgpcore/plugin.c
1139         * src/plugins/pgpcore/prefs_gpg.c
1140         * src/plugins/pgpcore/prefs_gpg.h
1141         * src/plugins/pgpcore/select-keys.c
1142         * src/plugins/pgpcore/select-keys.h
1143         * src/plugins/pgpcore/sgpgme.c
1144         * src/plugins/pgpcore/sgpgme.h
1145         * src/plugins/pgpinline/pgpinline.c
1146         * src/plugins/pgpinline/pgpinline.h
1147         * src/plugins/pgpinline/plugin.c
1148         * src/plugins/pgpmime/pgpmime.c
1149         * src/plugins/pgpmime/pgpmime.h
1150         * src/plugins/pgpmime/plugin.c
1151         * src/plugins/spamassassin/spamassassin.c
1152         * src/plugins/spamassassin/spamassassin.h
1153         * src/plugins/spamassassin/spamassassin_gtk.c
1154         * src/plugins/trayicon/trayicon.c
1155         * src/plugins/trayicon/trayicon_prefs.c
1156         * src/plugins/trayicon/trayicon_prefs.h
1157         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1158         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1159         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1160         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1161         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1162         * tools/OOo2claws-mail.pl
1163         * tools/README.sylprint
1164         * tools/acroread2claws-mail.pl
1165         * tools/claws-mail-compose-insert-files.pl
1166         * tools/convert_mbox.pl
1167         * tools/filter_conv.pl
1168         * tools/filter_conv_new.pl
1169         * tools/fix_date.sh
1170         * tools/freshmeat_search.pl
1171         * tools/google_search.pl
1172         * tools/kmail-mailbox2claws-mail.pl
1173         * tools/kmail2claws-mail.pl
1174         * tools/kmail2claws-mail_v2.pl
1175         * tools/mairix.sh
1176         * tools/make.themes.project
1177         * tools/multiwebsearch.pl
1178         * tools/nautilus2claws-mail.sh
1179         * tools/outlook2claws-mail.pl
1180         * tools/textviewer.sh
1181         * tools/thunderbird-filters-convertor.pl
1182         * tools/update-po
1183         * tools/uuooffice
1184         * tools/vcard2xml.py
1185         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1186                 Upgrade to GPLv3 or later.
1187
1188 2007-07-10 [wwp]        2.10.0cvs15
1189
1190         * src/main.c
1191                 Fix re-opening of all composing messages that were
1192                 opened when closing the previous instance, thanks
1193                 to Colin.
1194
1195 2007-07-10 [paul]       2.10.0cvs14
1196
1197         * src/editaddress_other_attributes_ldap.c
1198         * src/ldapupdate.c
1199                 fix crash on selecting 'other attributes' combo
1200                 for either a new entry or an old entry with no
1201                 existing attributes.
1202                 fix bug on editing multiple attributes which
1203                 resulted them all having the value of the last
1204                 one changed.
1205                 Thanks to Colin
1206
1207 2007-07-10 [colin]      2.10.0cvs13
1208
1209         * src/editaddress.c
1210         * src/editaddress_other_attributes_ldap.h
1211         * src/ldapupdate.c
1212                 Fix --disable-ldap build
1213
1214 2007-07-09 [colin]      2.10.0cvs12
1215
1216         * src/Makefile.am
1217         * src/addritem.c
1218         * src/addritem.h
1219         * src/editaddress.c
1220         * src/editaddress_other_attributes_ldap.c
1221         * src/editaddress_other_attributes_ldap.h
1222         * src/editldap.c
1223         * src/ldapctrl.c
1224         * src/ldapctrl.h
1225         * src/ldapupdate.c
1226                 Add capability to edit all inetOrgPerson
1227                 attributes on LDAP. Patch by Michael 
1228                 Rasmussen
1229
1230 2007-07-09 [colin]      2.10.0cvs11
1231
1232         * src/Makefile.am
1233         * src/exporthtml.c
1234         * src/mbox.c
1235         * src/msgcache.c
1236         * src/prefs_summaries.c
1237         * src/prefs_themes.c
1238         * src/procheader.c
1239         * src/common/Makefile.am
1240         * src/common/log.c
1241         * src/common/timing.h
1242         * src/common/utils.c
1243         * src/common/utils.h
1244         * src/common/w32_account.c
1245         * src/common/w32lib.h
1246         * src/gtk/Makefile.am
1247         * src/gtk/colorlabel.c
1248         * src/plugins/pgpcore/Makefile.am
1249         * src/plugins/pgpcore/claws.def
1250         * src/plugins/pgpcore/passphrase.c
1251         * src/plugins/pgpcore/pgp_viewer.c
1252         * src/plugins/pgpcore/plugin.def
1253         * src/plugins/pgpcore/sgpgme.c
1254         * src/plugins/pgpinline/Makefile.am
1255         * src/plugins/pgpinline/claws.def
1256         * src/plugins/pgpinline/mypgpcore.def
1257         * src/plugins/pgpinline/plugin.def
1258         * src/plugins/pgpmime/Makefile.am
1259         * src/plugins/pgpmime/claws.def
1260         * src/plugins/pgpmime/mypgpcore.def
1261         * src/plugins/pgpmime/plugin.def
1262                 Commit win32 patch, from Werner Koch and
1263                 Marcus Brinkmann
1264
1265 2007-07-09 [colin]      2.10.0cvs10
1266
1267         * src/prefs_toolbar.c
1268                 Fix crash when no actions exist
1269
1270 2007-07-07 [paul]       2.10.0cvs9
1271
1272         * COPYING
1273         * manual/claws-mail-manual.xml
1274                 update copyright year
1275         * po/fi.po
1276                 updated by Flammie Pirinen
1277
1278 2007-07-05 [wwp]        2.10.0cvs8
1279
1280         * src/plugins/clamav/clamav_plugin_gtk.c
1281                 Make vertical spacing like in other plugin prefs pages.
1282
1283 2007-07-05 [wwp]        2.10.0cvs7
1284
1285         * src/quote_fmt.c
1286                 It's %am that works, not %ae (this doc incoherence has been
1287                 introduced with 2.9.2cvs13).
1288
1289 2007-07-04 [wwp]        2.10.0cvs6
1290
1291         * src/plugins/bogofilter/bogofilter.c
1292                 Gettext-ize an occurrence of "Any" that wasn't.
1293
1294 2007-07-04 [colin]      2.10.0cvs5
1295
1296         * po/POTFILES.in
1297                 Fix untranslated strings; thanks
1298                 to Pader Rezso.
1299
1300 2007-07-03 [colin]      2.10.0cvs4
1301
1302         * src/folder.c
1303         * src/mainwindow.c
1304                 Fix saving of sort mode for tags and
1305                 thread date. Thanks to Pierre Ossman.
1306                 Completes fix for bug 1233
1307
1308 2007-07-03 [paul]       2.10.0cvs3
1309
1310         * src/compose.c
1311                 fix auto-save
1312         * src/summaryview.c
1313                 fix build warnings
1314         Thanks to Colin
1315
1316 2007-07-02 [colin]      2.10.0cvs2
1317
1318         * src/folder.h
1319         * src/mainwindow.c
1320         * src/procmsg.h
1321         * src/summaryview.c
1322                 Add View/Sort/by Thread date
1323                 Fixes bug 1233, 'Capability to sort 
1324                 threads by most recent message'
1325                 Based on a patch by Paul Rolland
1326
1327 2007-07-02 [colin]      2.10.0cvs1
1328
1329         * src/Makefile.am
1330         * src/compose.c
1331         * src/edittags.c
1332         * src/edittags.h
1333         * src/filtering.c
1334         * src/folder.c
1335         * src/folder.h
1336         * src/headerview.c
1337         * src/headerview.h
1338         * src/main.c
1339         * src/mainwindow.c
1340         * src/mainwindow.h
1341         * src/manual.h
1342         * src/matcher.c
1343         * src/matcher.h
1344         * src/matcher_parser_parse.y
1345         * src/mimeview.c
1346         * src/msgcache.c
1347         * src/msgcache.h
1348         * src/prefs_common.c
1349         * src/prefs_common.h
1350         * src/prefs_filtering_action.c
1351         * src/prefs_matcher.c
1352         * src/prefs_summary_column.c
1353         * src/procmsg.c
1354         * src/procmsg.h
1355         * src/quote_fmt.c
1356         * src/quote_fmt_lex.l
1357         * src/quote_fmt_parse.y
1358         * src/summaryview.c
1359         * src/summaryview.h
1360         * src/textview.c
1361         * src/common/Makefile.am
1362         * src/common/defs.h
1363         * src/common/tags.c
1364         * src/common/tags.h
1365         * src/gtk/quicksearch.c
1366         * src/gtk/quicksearch.h
1367                 Add Tags implementation. Tags are arbitrary labels
1368                 that can be applied to messages. It is possible 
1369                 to create, edit, remove tags; apply them to mails;
1370                 filter on tags or tag presence; apply or unset
1371                 tags via filtering actions; reference tags in
1372                 reply templates.
1373
1374 2007-07-02 [paul]       2.10.0
1375
1376         * NEWS
1377         * README
1378         * RELEASE_NOTES
1379                 2.10.0 released
1380
1381 2007-07-02 [paul]       2.9.2cvs78
1382
1383         * po/de.po
1384         * po/en_GB.po
1385         * po/es.po
1386         * po/fr.po
1387         * po/hu.po
1388         * po/pt_BR.po
1389         * po/ru.po
1390         * po/zh_CN.po
1391                 updated by Stephan Sachse, me, Ricardo Mones
1392                 Lastra, Fabien Vantard, Pader Rezso, Frederico
1393                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
1394
1395 2007-07-02 [paul]       2.9.2cvs77
1396
1397         * AUTHORS
1398                 updated
1399
1400 2007-06-29 [wwp]        2.9.2cvs76
1401
1402         * src/gtk/headers.h
1403                 Fix a typo (thanks to Ricardo for finding this out).
1404
1405 2007-06-28 [paul]       2.9.2cvs75
1406
1407         * src/folderview.c
1408                 fix build warnings
1409
1410 2007-06-28 [paul]       2.9.2cvs74
1411
1412         * tools/Makefile.am
1413                 fix bug in the autotools build system.
1414                 Files cataloged under EXTRA_DIST were never
1415                 automatically copied to the build tree.
1416                 (fix 'make distcheck')
1417                 Patch by Michael Rasmussen.
1418
1419 2007-06-24 [colin]      2.9.2cvs73
1420
1421         * src/news_gtk.c
1422                 Fix bug 1249, 'Error handling for 
1423                 news errors needs modification'
1424                 Only popup error if the according
1425                 pref in Prefs/Receive is set.
1426
1427 2007-06-21 [colin]      2.9.2cvs72
1428
1429         * src/common/plugin.c
1430         * src/common/plugin.h
1431                 Change plugin API to know whether it's safe to 
1432                 unload plugins or whether we should just hide
1433                 them. Fixes bug 1248, 'Core dumps after 
1434                 unloading plugin and clicking on load plugins'
1435         * src/plugins/bogofilter/bogofilter.c
1436         * src/plugins/clamav/clamav_plugin.c
1437         * src/plugins/demo/demo.c
1438         * src/plugins/dillo_viewer/dillo_viewer.c
1439         * src/plugins/pgpcore/plugin.c
1440         * src/plugins/pgpinline/plugin.c
1441         * src/plugins/pgpmime/plugin.c
1442         * src/plugins/spamassassin/spamassassin.c
1443         * src/plugins/trayicon/trayicon.c
1444                 Update API
1445
1446 2007-06-19 [colin]      2.9.2cvs71
1447
1448         * src/compose.c
1449         * src/messageview.c
1450                 Fix crash mentioned in bug 1246
1451                 Race condition when automatically drafting
1452                 due to insertion on reedit.
1453
1454 2007-06-18 [wwp]        2.9.2cvs70
1455
1456         * src/importldif.c
1457                 LDIF import: use a "Proceed" button to complete
1458                 the process.
1459
1460 2007-06-18 [paul]       2.9.2cvs69
1461
1462         * configure.ac
1463                 use pkgconfig to check for gtk and glib
1464
1465 2007-06-17 [wwp]        2.9.2cvs68
1466
1467         * src/ldif.c
1468         * src/importldif.c
1469                 LDIF import: better error handling, minor code
1470                 and UI cleanup, and renamed the Save button
1471                 to Close, as imported stuff is already saved
1472                 when the Save button is shown.
1473
1474 2007-06-17 [colin]      2.9.2cvs67
1475
1476         * src/prefs_summaries.c
1477         * src/procmsg.c
1478                 Don't set as read when forwarded, only replied to
1479
1480 2007-06-17 [paul]       2.9.2cvs66
1481
1482         * src/alertpanel.c
1483                 add missing #include
1484
1485 2007-06-16 [colin]      2.9.2cvs65
1486
1487         * src/prefs_summaries.c
1488         * src/procmsg.c
1489                 Change the pref "Only mark as read when opened
1490                 in new window" to "..., replied to or forwarded".
1491                 Based on a patch by Paul Rolland.
1492
1493 2007-06-16 [paul]       2.9.2cvs64
1494
1495         * src/gtk/authors.h
1496                 alphabetical order! :)
1497
1498 2007-06-16 [colin]      2.9.2cvs63
1499
1500         * AUTHORS
1501         * src/gtk/authors.h
1502                 Add Michael Rasmussen in authors list
1503
1504 2007-06-16 [colin]      2.9.2cvs62
1505
1506         * src/messageview.c
1507                 Fix messageview_copy_clipboard to take advantage
1508                 of plugins' get_selection.
1509
1510 2007-06-15 [colin]      2.9.2cvs61
1511
1512         * src/action.c
1513         * src/addr_compl.c
1514         * src/addressbook.c
1515         * src/folderview.c
1516         * src/message_search.c
1517         * src/mimeview.c
1518         * src/summary_search.c
1519         * src/summaryview.c
1520         * src/textview.c
1521                 Allow GDK_KP_Enter to do the same as GDK_Return
1522                 Patch by Michael Rasmussen
1523
1524 2007-06-15 [paul]       2.9.2cvs60
1525
1526         * src/compose.c
1527                 fix bug when closing a compose window
1528                 during autosave
1529
1530 2007-06-14 [paul]       2.9.2cvs59
1531
1532         * src/main.c
1533         * src/common/defs.h
1534                 migrate sylpheed config
1535
1536 2007-06-14 [wwp]        2.9.2cvs58
1537
1538         * src/gtk/pluginwindow.c
1539                 Yet another attempt to fix sizing/alignment of the
1540                 button bar in plugins window.
1541
1542 2007-06-12 [colin]      2.9.2cvs57
1543
1544         * po/POTFILES.in
1545         * src/Makefile.am
1546         * src/folderview.c
1547         * src/prefs_common.c
1548         * src/prefs_common.h
1549         * src/prefs_summaries.c
1550         * src/prefs_summary_open.c
1551         * src/prefs_summary_open.h
1552         * src/summaryview.c
1553                 Make "when entering a folder" actions more personalisable
1554
1555 2007-06-12 [wwp]        2.9.2cvs56
1556
1557         * tools/README
1558                 Use short description from Paul (mairix.sh).
1559
1560 2007-06-12 [wwp]        2.9.2cvs55
1561
1562         * tools/README
1563                 Updated info about mairix.sh.
1564
1565 2007-06-11 [paul]       2.9.2cvs54
1566
1567         * src/prefs_logging.c
1568                 rework log window length widgets
1569                 and some sensitivity fixes
1570
1571 2007-06-11 [paul]       2.9.2cvs53
1572
1573         * src/mainwindow.c
1574         * src/prefs_logging.c
1575                 rename 'Protocol Log' to 'Network Log'
1576                 and some function renaming
1577
1578 2007-06-10 [wwp]        2.9.2cvs52
1579
1580         * src/gtk/pluginwindow.c
1581                 Revert 2.9.2cvs51.
1582
1583 2007-06-10 [wwp]        2.9.2cvs51
1584
1585         * src/gtk/pluginwindow.c
1586                 Fix button bar in plugin window, was centered and not
1587                 behaving like other dialogs w/ such button bar.
1588
1589 2007-06-08 [wwp]        2.9.2cvs50
1590
1591         * src/compose.c
1592         * src/compose.h
1593         * src/main.c
1594         * src/mainwindow.c
1595         * src/mainwindow.h
1596                 Provide a way out of automatic draft saving on IMAP, when
1597                 exiting offline.
1598                 Prevent drafting while sending and quitting while sending.
1599                 Thanks for Colin.
1600
1601
1602
1603 2007-06-08 [wwp]        2.9.2cvs49
1604
1605         * src/prefs_account.c
1606         * src/gtk/prefswindow.c
1607         * src/gtk/prefswindow.h
1608                 Activate the Basic page when opening account prefs.
1609
1610 2007-06-08 [wwp]        2.9.2cvs48
1611
1612         * src/common/socket.c
1613                 Don't crash if fork() fails, thanks to Colin.
1614
1615 2007-06-08 [wwp]        2.9.2cvs47
1616
1617         * src/gtk/prefswindow.c
1618                 Wrap some long lines, and reset horizontal scroller's adjusment
1619                 (this was already done, vertically), when changing tab (not page)
1620                 in prefs windows.
1621
1622 2007-06-08 [paul]       2.9.2cvs46
1623
1624         * src/common/utils.c
1625                 use gethostname() instead of uname()
1626                 based on a patch by Michael Hughes
1627                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1628
1629 2007-06-07 [wwp]        2.9.2cvs45
1630
1631         * src/prefs_common.c
1632                 Fix some useless warnings, thanks to Colin.
1633
1634 2007-06-06 [colin]      2.9.2cvs44
1635
1636         * src/ldapupdate.c
1637                 Fix strange allocations. 
1638
1639 2007-06-06 [colin]      2.9.2cvs43
1640
1641         * src/ldapupdate.c
1642                 Patch by Michael Rasmussus to help
1643                 bug 1232
1644
1645 2007-06-05 [wwp]        2.9.2cvs42
1646
1647         * src/prefs_account.c
1648         * src/prefs_folder_item.c
1649         * src/prefs_quote.c
1650         * src/quote_fmt.c
1651         * src/quote_fmt.h
1652                 Per-folder templates can now be applied recursively.
1653                 Always save per-folder templates (formats were erroneously
1654                 saved only if they were enabled).
1655                 Check for validity of quotation marks everywhere there
1656                 are defined.
1657
1658 2007-06-05 [wwp]        2.9.2cvs41
1659
1660         * src/inc.c
1661                 Fix incoming messages from local accounts always getting filtered
1662                 (even if the account prefs say don't), thanks to Colin.
1663
1664 2007-06-05 [wwp]        2.9.2cvs40
1665
1666         * src/compose.c
1667         * src/compose.h
1668                 Use per-folder/per-account quote chars when applying a
1669                 template or inserting text as well. Const'ify some
1670                 vars more.
1671
1672 2007-06-04 [colin]      2.9.2cvs39
1673
1674         * src/compose.c
1675                 More work for wwp :)
1676
1677 2007-06-04 [wwp]        2.9.2cvs38
1678
1679         * src/compose.c
1680                 Same as 2.9.2cvs36 but for forwarding.
1681
1682 2007-06-04 [colin]      2.9.2cvs37
1683
1684         * src/compose.c
1685                 Use original mail file for forward/redirect
1686                 Fixes some forwarded mails to be attached as
1687                 application/octet-stream (when they have binary
1688                 parts), and incidentally fixes bug 848
1689                 'Redirect breaks GnuPG'
1690
1691 2007-06-04 [wwp]        2.9.2cvs36
1692
1693         * src/compose.c
1694                 Fix quote mark mis-initialisation when replying/forwarding
1695                 (introduced w/ 2.9.2cvs20).
1696
1697 2007-06-04 [wwp]        2.9.2cvs35
1698
1699         * src/prefs_compose_writing.c
1700         * src/prefs_quote.c
1701                 Fix a bug where Quotation characters (prefs/compose/writing)
1702                 was cleared (introduced w/ 2.9.2cvs26).
1703
1704 2007-06-04 [wwp]        2.9.2cvs34
1705
1706         * src/prefs_account.c
1707         * src/prefs_account.h
1708                 Better fix for compiling w/o aspell (rollbacks
1709                 2.9.2cvs31).
1710
1711 2007-06-04 [wwp]        2.9.2cvs33
1712
1713         * src/account.c
1714         * src/prefs_account.c
1715         * src/prefs_account.h
1716         * src/procmsg.c
1717                 It's now possible to disable mail filtering plugins
1718                 on a per-account basis.
1719
1720 2007-06-04 [wwp]        2.9.2cvs32
1721
1722         * src/procheader.c
1723         * src/common/utils.c
1724         * src/common/utils.h
1725                 Support CRLF in headers part of messages.
1726                 Support few more date formats (RFC3339 subsets).
1727
1728 2007-06-04 [wwp]        2.9.2cvs31
1729
1730         * src/prefs_account.c
1731                 Fix compiling w/o aspell support.
1732
1733 2007-06-03 [wwp]        2.9.2cvs30
1734
1735         * src/prefs_gtk.c
1736                 Don't decode leading ENV_ and ~ in P_PASSWORD
1737                 values.
1738
1739 2007-06-03 [wwp]        2.9.2cvs29
1740
1741         * src/prefs_gtk.c
1742                 Don't decode leading ENV_ and ~ in P_PASSWORD
1743                 values.
1744
1745 2007-06-03 [wwp]        2.9.2cvs28
1746
1747         * src/prefs_account.c
1748         * src/gtk/prefswindow.c
1749         * src/gtk/prefswindow.h
1750                 Added a way to force preloading of all pages
1751                 (prefswindow).
1752                 Moved tabs to pages in account prefs.
1753
1754 2007-06-02 [colin]      2.9.2cvs27
1755
1756         * src/addressbook.c
1757                 Fix possible crash, fix ldap write bugs
1758         * src/ldapupdate.c
1759                 Fix ldap write bugs - patch by Michael
1760                 Rasmussen
1761         * src/alertpanel.c
1762         * src/alertpanel.h
1763                 Add a hook whenever alertpanel opens/closes
1764
1765 2007-05-31 [wwp]        2.9.2cvs26
1766
1767         * src/prefs_compose_writing.c
1768         * src/prefs_quote.c
1769                 Re-organized writing options a bit:
1770                  - renamed the Quoting page to Templates
1771                  - moved all composing templates to that page
1772                  - moved non-templates options to the Writing one,
1773                    grouped reply-related options, reordered reply and
1774                    forward options.
1775
1776 2007-05-31 [wwp]        2.9.2cvs25
1777
1778         * src/compose.c
1779                 Removed unused code.
1780
1781 2007-05-31 [colin]      2.9.2cvs24
1782
1783         * src/addressbook.c
1784                 Fix missing display name when modifying
1785                 LDAP. Patch by Michael Rasmussen
1786
1787 2007-05-31 [wwp]        2.9.2cvs23
1788
1789         * src/plugins/bogofilter/Makefile.am
1790         * src/plugins/clamav/Makefile.am
1791         * src/plugins/demo/Makefile.am
1792         * src/plugins/dillo_viewer/Makefile.am
1793         * src/plugins/spamassassin/Makefile.am
1794                 Fix building of those plugins in Mac OS X.
1795
1796 2007-05-30 [wwp]        2.9.2cvs22
1797
1798         * src/gtk/quicksearch.c
1799                 Fix missing initialization.
1800
1801 2007-05-30 [wwp]        2.9.2cvs21
1802
1803         * src/procheader.c
1804                 Revert accidental commit (debug outputs).
1805
1806 2007-05-30 [wwp]        2.9.2cvs20
1807
1808         * src/compose.c
1809         * src/folder_item_prefs.c
1810         * src/folder_item_prefs.h
1811         * src/prefs_account.c
1812         * src/prefs_account.h
1813         * src/prefs_folder_item.c
1814         * src/prefs_gtk.c
1815         * src/prefs_gtk.h
1816                 Implemented per-account and per-folder
1817                 compose/reply/forward formats.
1818
1819 2007-05-30 [wwp]        2.9.2cvs19
1820
1821         * src/prefs_compose_writing.c
1822         * src/prefs_quote.c
1823         * src/procheader.c
1824         * src/quote_fmt.c
1825         * src/quote_fmt.h
1826                 Internal API changes (factorize quote format
1827                 prefs and checks).
1828
1829 2007-05-30 [colin]      2.9.2cvs18
1830
1831         * src/compose.c
1832                 Fix race where it's possible to re-click Send
1833                 between end of SMTP session and end of "move to
1834                 sent folder" when sending an email with send
1835                 dialog enabled.
1836
1837 2007-05-30 [colin]      2.9.2cvs17
1838
1839         * src/crash.c
1840                 Ask for backtrace on all threads. Patch by
1841                 Pawel
1842         * src/folderview.c
1843                 Fix stale news statusbar when scanning fails.
1844                 Patch by Pawel
1845         * src/ldapupdate.c
1846                 Fix some LDAP write updates bugs. Patch
1847                 by Michael Rasmussen
1848
1849 2007-05-29 [colin]      2.9.2cvs16
1850
1851         * src/imap.c
1852                 Fix loss of local flags when moving mails
1853                 on IMAP in high-bandwidth mode (UID FETCH)
1854
1855 2007-05-25 [paul]       2.9.2cvs15
1856
1857         * src/common/socket.c
1858                 fix sometimes crasher on cancelling
1859                 message sending
1860
1861 2007-05-25 [colin]      2.9.2cvs14
1862
1863         * src/imap.c
1864                 Fix a memory leak
1865         * src/imap_gtk.c
1866                 Be more helpful in the subscription
1867                 message
1868
1869 2007-05-23 [wwp]        2.9.2cvs13
1870
1871         * src/compose.c
1872         * src/prefs_compose_writing.c
1873         * src/prefs_quote.c
1874         * src/prefs_template.c
1875         * src/prefs_template.h
1876         * src/quote_fmt.c
1877         * src/quote_fmt.h
1878         * src/quote_fmt_lex.l
1879         * src/quote_fmt_parse.y
1880                 Introduced new syntax elements (symbols and commands)
1881                 in templates/quote_fmt. Compatibility w/ old
1882                 symbols is kept.
1883                 Updated and reworked the corresponding Information
1884                 dialog.
1885                 Display the line number in dialogs that talk about
1886                 parser errors (in addition to the error message in
1887                 output).
1888
1889 2007-05-23 [wwp]        2.9.2cvs12
1890
1891         * src/quote_fmt_parse.y
1892                 Fix 2.9.2cvs11, probably a paste accident ;).
1893
1894 2007-05-23 [wwp]        2.9.2cvs11
1895
1896         * src/compose.c
1897         * src/prefs_template.c
1898         * src/quote_fmt.h
1899         * src/quote_fmt_parse.y
1900                 Fix 2.9.2cvs10, which broke --disable-aspell.
1901
1902 2007-05-22 [wwp]        2.9.2cvs10
1903
1904         * src/compose.c
1905         * src/prefs_template.c
1906         * src/quote_fmt.c
1907         * src/quote_fmt.h
1908         * src/quote_fmt_lex.l
1909         * src/quote_fmt_parse.y
1910         * src/gtk/gtkaspell.c
1911         * src/gtk/gtkaspell.h
1912                 Added template/quote format syntactical elements
1913                 to show and query:
1914                         - current dictionary
1915                           %T to show (shows empty if not set or not enabled),
1916                           ?T and !T to check if the default dictionary is
1917                           enabled and set
1918                         - current account's default dictionary
1919                           %aT to show (empty if not set or not enabled),
1920                           ?aT and !aT to check if it's enabled and set
1921                         - name completion for an address, from the address
1922                           book
1923                           %ABf, %ABt, %ABc respectively show the full name got
1924                           from the address book if From, To or Cc match a single
1925                           contact.
1926                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
1927                           matches any contact and if the full name is non-empty.
1928                           If From, To or Cc are lists of email addresses, only
1929                           the first address will be checked.
1930                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
1931                 that could show a trailing ','.
1932                 Also, template/quote_fmt parser now shows the line number in case
1933                 of parser error.
1934
1935 2007-05-15 [colin]      2.9.2cvs9
1936
1937         * src/main.c
1938         * src/main.h
1939                 Add a public function to know whether Claws
1940                 crashed last time
1941                 Store opened folder when exiting
1942         * src/folder.c
1943         * src/folder.h
1944                 Store last opened message in each FolderItem;
1945                 Reset last seen messages if Claws crashed, so 
1946                 that one can't go in an infinite crash in case 
1947                 a particular mail crashes Claws.
1948         * src/messageview.c
1949         * src/prefs_common.c
1950         * src/prefs_common.h
1951         * src/summaryview.c
1952         * src/prefs_summaries.c
1953                 Add "Select last opened message" when entering
1954                 a folder
1955                 Add "Select last opened folder" at startup.
1956
1957 2007-05-14 [colin]      2.9.2cvs8
1958
1959         * manual/xml2pdf
1960                 Fix bashism, search for xml catalog 
1961                 in /usr/local/share/xml/catalog too
1962                 Patch by Pawel
1963
1964 2007-05-13 [wwp]        2.9.2cvs7
1965
1966         * src/gtk/logwindow.c
1967                 fix raising log windows when they are either minimized or
1968                 in background.
1969
1970 2007-05-11 [colin]      2.9.2cvs6
1971
1972         * src/gtk/filesel.c
1973                 Use Hildon's file chooser on Maemo. Patch
1974                 by Jean-Luc Biord; fixes part 2 of bug 1201,
1975                 'File attachment "manipulation" bugs...'
1976
1977 2007-05-10 [wwp]        2.9.2cvs5
1978
1979         * src/prefs_common.c
1980         * src/prefs_common.h
1981         * src/gtk/quicksearch.c
1982                 Add a quicksearch option to automatically run
1983                 a search selected from the history (this option
1984                 is exclusive towards type-ahead).
1985
1986 2007-05-10 [colin]      2.9.2cvs4
1987
1988         * src/imap.c
1989                 Fix g_warnings, thanks to Brian
1990                 Morrison
1991
1992 2007-05-09 [colin]      2.9.2cvs3
1993
1994         * src/crash.c
1995         * src/exporthtml.c
1996         * src/mbox.c
1997         * src/prefs_summaries.c
1998         * src/procheader.c
1999         * src/common/log.c
2000         * src/common/utils.c
2001         * src/gtk/gtksourceprintjob.c
2002         * src/gtk/sslcertwindow.c
2003                 Use the re-entrant variant of time functions
2004                 Probably fixes bug 1217, 'reentrancy problems 
2005                 with time functions'
2006
2007 2007-05-09 [colin]      2.9.2cvs2
2008
2009         * src/imap.c
2010                 Fix crasher when reconnection fails
2011
2012 2007-05-08 [paul]       2.9.2cvs1
2013
2014         * NEWS
2015         * README
2016         * RELEASE_NOTES
2017         * configure.ac
2018                 bump version number following
2019                 stable release
2020
2021 2007-05-08 [paul]       2.9.1cvs48
2022
2023         * src/plugins/demo/demo.c
2024         * src/plugins/dillo_viewer/dillo_prefs.c
2025         * src/plugins/dillo_viewer/dillo_prefs.h
2026         * src/plugins/dillo_viewer/dillo_viewer.c
2027         * src/plugins/pgpcore/pgp_viewer.c
2028         * src/plugins/pgpcore/pgp_viewer.h
2029         * src/plugins/pgpcore/plugin.c
2030         * src/plugins/pgpcore/prefs_gpg.c
2031         * src/plugins/pgpcore/prefs_gpg.h
2032         * src/plugins/pgpcore/sgpgme.c
2033         * src/plugins/pgpcore/sgpgme.h
2034         * src/plugins/pgpinline/plugin.c
2035         * src/plugins/pgpmime/pgpmime.c
2036         * src/plugins/pgpmime/pgpmime.h
2037         * src/plugins/pgpmime/plugin.c
2038         * src/plugins/spamassassin/spamassassin.c
2039         * src/plugins/spamassassin/spamassassin.h
2040         * src/plugins/spamassassin/spamassassin_gtk.c
2041         * src/plugins/trayicon/README
2042         * tools/README
2043         * tools/README.sylprint
2044         * tools/outlook2claws-mail.pl
2045         * tools/sylprint.pl
2046         * tools/tb2claws-mail
2047         * tools/tbird2claws.py
2048         * tools/update-po
2049         * tools/vcard2xml.py
2050         * tools/kdeservicemenu/README
2051                 cleanups and corrections
2052
2053 2007-05-06 [wwp]        2.9.1cvs47
2054
2055         * tools/uudec
2056                 Fix missing dash to `display` command-line, reported
2057                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2058
2059 2007-05-06 [colin]      2.9.1cvs46
2060
2061         * src/Makefile.am
2062         * src/stock_pixmap.c
2063         * src/stock_pixmap.h
2064         * src/pixmaps/printer.xpm
2065                 Add a printer icon
2066
2067 2007-05-06 [paul]       2.9.1cvs45
2068
2069         * src/compose.c
2070         * src/ldapquery.c
2071         * src/privacy.h
2072         * src/summary_search.c
2073         * src/summaryview.c
2074                 fix build warnings
2075
2076 2007-05-05 [wwp]        2.9.1cvs44
2077
2078         * src/messageview.c
2079         * src/mh.c
2080         * src/prefs_actions.c
2081         * src/prefs_gtk.c
2082         * src/summaryview.c
2083         * src/common/xml.c
2084                 Fix "faild" typos everywhere and capitalization of
2085                 some g_warnings.
2086
2087 2007-05-04 [colin]      2.9.1cvs43
2088
2089         * src/compose.c
2090         * src/privacy.c
2091         * src/privacy.h
2092         * src/plugins/pgpcore/prefs_gpg.c
2093         * src/plugins/pgpcore/prefs_gpg.h
2094         * src/plugins/pgpinline/pgpinline.c
2095         * src/plugins/pgpmime/pgpmime.c
2096                 Add an API to warn about encryption limits,
2097                 and allow to disable these warnings
2098
2099 2007-05-03 [colin]      2.9.1cvs42
2100
2101         * src/summaryview.c
2102         * src/mainwindow.c
2103                 Fix bug 1213, 'Delete more than 
2104                 one thread at once'
2105
2106 2007-05-03 [wwp]        2.9.1cvs41
2107
2108         * src/prefs_common.c
2109         * src/prefs_filtering.c
2110         * src/prefs_template.c
2111         * src/common/template.c
2112         * src/common/template.h
2113         * src/gtk/gtkutils.c
2114         * src/gtk/gtkutils.h
2115                 Templates are no longer automatically sorted
2116                 by name, but can be sorted manually using
2117                 |< < > >| buttons as well as drag'n'drop.
2118
2119 2007-05-03 [wwp]        2.9.1cvs40
2120
2121         * src/plugins/spamassassin/spamassassin.c
2122         * src/plugins/spamassassin/spamassassin.h
2123         * src/plugins/spamassassin/spamassassin_gtk.c
2124         * src/plugins/bogofilter/bogofilter.c
2125         * src/plugins/bogofilter/bogofilter.h
2126         * src/plugins/bogofilter/bogofilter_gtk.c
2127                 Added an option to conditionally mark saved spam
2128                 as read (default is and was to do so).
2129                 Satisfies feature request 1708539 on sf.net tracker.
2130
2131 2007-05-03 [colin]      2.9.1cvs39
2132
2133         * src/inc.c
2134                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2135
2136 2007-05-02 [colin]      2.9.1cvs38
2137
2138         * src/textview.c
2139                 Fix bug 1209, 'Clicking on address 
2140                 in header (mailto uri) selects 
2141                 default account'. Patch adapted from
2142                 G.P. Halkes' patch.
2143
2144 2007-05-02 [colin]      2.9.1cvs37
2145
2146         * src/grouplistdialog.c
2147                 Set cursor to wait cursor while loading
2148                 groups.
2149
2150 2007-05-02 [paul]       2.9.1cvs36
2151
2152         * src/folder.c
2153         * src/common/defs.h
2154                 rename cache and mark files
2155                 (data is preserved)
2156
2157 2007-04-30 [paul]       2.9.1cvs35
2158
2159         * manual/glossary.xml
2160         * manual/plugins.xml
2161                 updates. Patch by Ricardo
2162
2163 2007-04-29 [wwp]        2.9.1cvs34
2164
2165         * src/mainwindow.c
2166         * configure.ac
2167                 Fix few grammatical errors (patch by David Relson < relson at
2168                 osagesoftware dot com >).
2169
2170 2007-04-28 [colin]      2.9.1cvs33
2171
2172         * src/account.c
2173         * src/pop.c
2174         * src/prefs_account.c
2175         * src/prefs_account.h
2176                 Drop the "Download all" preference. It's
2177                 stupidly useless and confuses people from
2178                 time to time.
2179
2180 2007-04-27 [wwp]        2.9.1cvs32
2181
2182         * src/account.c
2183         * src/prefs_account.c
2184         * src/prefs_account.h
2185                 Don't reflect accounts changes to the mainwindow when it's
2186                 not necessary.
2187
2188 2007-04-27 [colin]      2.9.1cvs31
2189
2190         * src/folder.c
2191                 Freeze/thaw when sync'ing flags
2192         * src/imap.c
2193         * src/prefs_account.c
2194         * src/prefs_account.h
2195         * src/etpan/imap-thread.c
2196         * src/etpan/imap-thread.h
2197                 Add a way to use UID FETCH instead
2198                 of searches to fetch message lists
2199                 and flags. More expensive towards
2200                 bandwidth, less expensive towards
2201                 server's CPU. Probably fixes 
2202                 bug 1158, 'Scanning new folders on 
2203                 Exchange 2007 extremely slow'.
2204                 Patch 95% by Hoa.
2205
2206 2007-04-27 [paul]       2.9.1cvs30
2207
2208         * src/mainwindow.c
2209         * src/prefs_logging.c
2210                 improvements to english usage
2211
2212 2007-04-27 [colin]      2.9.1cvs29
2213
2214         * src/imap.c
2215                 Fix build without libetpan (my bad!)
2216
2217 2007-04-26 [colin]      2.9.1cvs28
2218
2219         * src/imap.c
2220         * src/imap.h
2221                 Fix uselessly exported function
2222         * src/textview.c
2223                 Consider "- -- \n" as signature separator
2224                 (that's what signature separators look like
2225                  in PGP/Inline signed mails)
2226
2227 2007-04-26 [colin]      2.9.1cvs27
2228
2229         * configure.ac
2230                 libetpan-0.49 is now required
2231         * src/procmime.c
2232                 Fix double fetching of mails if
2233                 first try failed
2234         * src/imap.c
2235                 Make offline sync faster, by
2236                 remembering last change time, and
2237                 last sync time.
2238
2239 2007-04-26 [hoa]        2.9.1cvs26
2240
2241         * src/imap.c
2242         * src/imap.h
2243         * src/mainwindow.c
2244         * src/toolbar.c
2245         * src/etpan/imap-thread.c
2246         * src/etpan/imap-thread.h
2247                 cancellation of IMAP operations is now allowed.
2248                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2249
2250 2007-04-26 [colin]      2.9.1cvs25
2251
2252         * src/folder.c
2253                 Always fetch body+headers in folders that are
2254                 synched for offline use, if "Synchronise as
2255                 soon as possible" is set.
2256                 Fixes bug 1200, 'Add option to always retrieve full 
2257                 messages'
2258
2259 2007-04-25 [colin]      2.9.1cvs24
2260
2261         * src/compose.c
2262                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2263                 persists...'
2264
2265 2007-04-24 [colin]      2.9.1cvs23
2266
2267         * src/folderview.c
2268                 Fix bug 1195, 'Hardware key navigation' 
2269                 Make GDK_Enter toggle expansion (Maemo)
2270
2271 2007-04-24 [wwp]        2.9.1cvs22
2272
2273         * src/compose.c
2274                 Fix few compiler warnings.
2275
2276 2007-04-24 [paul]       2.9.1cvs21
2277
2278         * src/Makefile.am
2279         * src/stock_pixmap.c
2280         * src/stock_pixmap.h
2281                 complete last commit
2282
2283 2007-04-24 [paul]       2.9.1cvs20
2284
2285         * src/gtk/about.c
2286         * src/pixmaps/active.xpm
2287         * src/pixmaps/checkbox_off.xpm
2288         * src/pixmaps/checkbox_on.xpm
2289         * src/pixmaps/inactive.xpm
2290                 kick out the blobs
2291                 remove transparent border from checkbox icons
2292
2293 2007-04-24 [wwp]        2.9.1cvs19
2294
2295         * src/textview.c
2296         * src/textview.h
2297                 Fix a crash in textview, thanks to Colin.
2298
2299 2007-04-23 [wwp]        2.9.1cvs18
2300
2301         * src/prefs_common.c
2302                 Fix 2.9.1cvs5: no header was being translated at all.
2303
2304 2007-04-23 [colin]      2.9.1cvs17
2305
2306         * src/Makefile.am
2307         * src/stock_pixmap.c
2308         * src/stock_pixmap.h
2309         * src/summaryview.c
2310         * src/summaryview.h
2311         * src/gtk/gtksctree.c
2312         * src/gtk/gtksctree.h
2313         * src/pixmaps/selection.xpm
2314                 Fix bug 1193, 'Need a way to multi-select
2315                 items'. Add a toggle button to the summaryview
2316                 to switch between normal and multiple selection
2317                 (Maemo)
2318
2319 2007-04-23 [colin]      2.9.1cvs16
2320
2321         * src/Makefile.am
2322         * src/stock_pixmap.c
2323         * src/stock_pixmap.h
2324         * src/summaryview.c
2325         * src/summaryview.h
2326         * src/gtk/gtksctree.c
2327         * src/gtk/gtksctree.h
2328         * src/pixmaps/selection.xpm
2329                 Fix bug 1193, 'Need a way to multi-
2330                 select items'
2331                 Add a toggle button in the summaryview
2332                 to enable normal or multiple selection.
2333                 (Maemo)
2334
2335 2007-04-23 [colin]      2.9.1cvs15
2336
2337         * src/compose.c
2338                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2339
2340 2007-04-21 [colin]      2.9.1cvs14
2341
2342         * src/gtk/quicksearch.c
2343                 Fix previous commit (actually use correct
2344                 parameter)
2345
2346 2007-04-21 [colin]      2.9.1cvs13
2347
2348         * src/gtk/quicksearch.c
2349                 Fix changing quicksearch type (after Esc,
2350                 after changing Recursive, ...)
2351
2352 2007-04-20 [wwp]        2.9.1cvs12
2353
2354         * src/gtk/Makefile.am
2355                 Added headers.h (completes 2.9.1cvs5).
2356
2357 2007-04-20 [wwp]        2.9.1cvs11
2358
2359         * src/addressbook.c
2360                 Fix the use of display name in name column,
2361                 it has been overriden w/ the use of nickname
2362                 by 2.9.0cvs3. Now nickname is used (if any)
2363                 in case of LDAP books only.
2364
2365 2007-04-20 [colin]      2.9.1cvs10
2366
2367         * src/mimeview.c
2368         * src/summaryview.c
2369         * src/textview.c
2370                 Add handling of 'a' to loop in a mail's
2371                 mimeparts
2372
2373 2007-04-20 [colin]      2.9.1cvs9
2374
2375         * src/toolbar.c
2376                 Fix bug 1190, 'dir_open' button doesn't work'
2377                 (Maemo)
2378
2379 2007-04-20 [colin]      2.9.1cvs8
2380
2381         * src/folderview.c
2382         * src/mainwindow.c
2383                 Fix bug 1194, 'Hardware keys move from email 
2384                 list to account/directory list, but not back 
2385                 to email list...' (Maemo)
2386
2387 2007-04-20 [colin]      2.9.1cvs7
2388
2389         * src/compose.h
2390                 complete previous commit
2391
2392 2007-04-20 [colin]      2.9.1cvs6
2393
2394         * src/compose.c
2395                 Fix bug 1187, 'Reply-to addressee disappears 
2396                 when reply-to text box is clicked...' (Maemo)
2397
2398 2007-04-20 [wwp]        2.9.1cvs5
2399
2400         * po/POTFILES.in
2401         * src/addressbook.c
2402         * src/compose.c
2403         * src/filtering.c
2404         * src/headerview.c
2405         * src/matcher.c
2406         * src/prefs_common.c
2407         * src/prefs_common.h
2408         * src/prefs_display_header.c
2409         * src/prefs_matcher.c
2410         * src/summaryview.c
2411         * src/gtk/headers.h
2412         * src/gtk/quicksearch.c
2413                 Translate more header names according to the relevant option value,
2414                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
2415                 Replaced nearly all uses of prefs_common.trans_hdr with a call
2416                 to prefs_common_translated_header_name().
2417                 Added a headers.h reference file that contains known header names
2418                 (RFC2822 and others) to the translation process' input, so that
2419                 translated header names will still exist even if no occurrence of
2420                 _("headername") is found anymore in the sources.
2421                 Don't translate column name 'Number' following to trans_hdr option
2422                 value as it's not a header name.
2423
2424 2007-04-20 [colin]      2.9.1cvs4
2425
2426         * src/gtk/quicksearch.c
2427         * src/gtk/quicksearch.h
2428                 Add "From, To or Subject" quicksearch
2429                 type. Patch by ulfschaper@users.sf.net
2430
2431 2007-04-20 [colin]      2.9.1cvs3
2432
2433         * src/matcher.c
2434                 Implement proper references filtering condition.
2435                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
2436
2437 2007-04-19 [wwp]        2.9.1cvs2
2438
2439         * src/prefs_display_header.c
2440         * src/message_search.c
2441                 Fix few warnings (g_free of const gchar*).
2442
2443 2007-04-19 [paul]       2.9.1cvs1
2444
2445         * NEWS
2446         * README
2447         * RELEASE_NOTES
2448         * configure.ac
2449                 bump version number following
2450                 stable release
2451
2452 2007-04-19 [paul]       2.9.0cvs9
2453
2454         * manual/advanced.xml
2455         * manual/glossary.xml
2456                 fix typos
2457
2458 2007-04-18 [paul]       2.9.0cvs8
2459
2460         * src/pop.c
2461                 fix for CVE-2007-1558 (APOP)
2462                 Thanks to Colin
2463
2464 2007-04-18 [paul]       2.9.0cvs7
2465
2466         * src/messageview.c
2467         * src/mimeview.c
2468         * src/summaryview.c
2469         * src/gtk/filesel.c
2470                 Fix encoding woes wrt saving of
2471                 mails and parts
2472                 Thanks to Colin
2473
2474 2007-04-18 [colin]      2.9.0cvs6
2475
2476         * src/gtk/pluginwindow.c
2477                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
2478
2479 2007-04-17 [wwp]        2.9.0cvs5
2480
2481         * src/addressadd.c
2482         * src/addressbook.c
2483         * src/addrindex.c
2484         * src/ldapupdate.c
2485                 Fix --disable-ldap build,
2486                 fix some LDAP annoyances on 
2487                 searches, thanks to Colin.
2488
2489 2007-04-17 [wwp]        2.9.0cvs4
2490
2491         * src/ldapupdate.c
2492                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
2493                 like gcc 2.9x. Thanks to Colin.
2494
2495 2007-04-17 [wwp]        2.9.0cvs3
2496
2497         * src/Makefile.am
2498         * src/addressadd.c
2499         * src/addressbook.c
2500         * src/addrindex.c
2501         * src/addritem.c
2502         * src/addritem.h
2503         * src/editaddress.c
2504         * src/ldapctrl.c
2505         * src/ldapctrl.h
2506         * src/ldapquery.c
2507         * src/ldapserver.c
2508         * src/ldapserver.h
2509         * src/ldapupdate.c
2510         * src/ldapupdate.h
2511                 Add LDAP write support. Patch mostly by 
2512                 Michael <mir at datanom dot net>
2513
2514 2007-04-17 [wwp]        2.9.0cvs2
2515
2516         * src/compose.c
2517                 Prepend "Add to address book" to the context menu of compose window's sender and
2518                 recipient fields.
2519
2520 2007-04-16 [paul]       2.9.0cvs1
2521
2522         * src/gtk/authors.h
2523                 add Pader Rezso
2524
2525 2007-04-16 [paul]       2.9.0
2526
2527         * NEWS
2528         * README
2529         * RELEASE_NOTES
2530                 2.9.0 released
2531
2532 2007-04-16 [paul]       2.8.1cvs102
2533
2534         * po/fr.po
2535                 updated by Fabien Vantard
2536
2537 2007-04-16 [paul]       2.8.1cvs101
2538
2539         * po/ca.po
2540         * po/cs.po
2541         * po/de.po
2542         * po/hu.po
2543         * po/pl.po
2544         * po/pt_BR.po
2545         * po/sr.po
2546         * po/zh_CN.po
2547                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2548                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2549                 Aleksandar Urosevic, and Ralgh Young
2550
2551 2007-04-15 [mones]      2.8.1cvs100
2552
2553         * po/es.po
2554                 Updated for release
2555
2556 2007-04-14 [colin]      2.8.1cvs99
2557
2558         * src/message_search.c
2559         * src/prefs_display_header.c
2560         * src/summary_search.c
2561         * src/gtk/combobox.c
2562                 Fix allocations
2563
2564 2007-04-14 [wwp]        2.8.1cvs98
2565
2566         * src/gtk/combobox.c
2567         * src/message_search.c
2568         * src/summary_search.c
2569         * src/prefs_display_header.c
2570                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2571                 returns NULL, get the text value directly from the GtkEntry child.
2572
2573 2007-04-13 [colin]      2.8.1cvs97
2574
2575         * src/gtk/quicksearch.c
2576                 Give the focus back to summaryview when
2577                 emptying the quicksearch with Esc
2578
2579 2007-04-13 [colin]      2.8.1cvs96
2580
2581         * src/message_search.c
2582         * src/prefs_display_header.c
2583         * src/summary_search.c
2584                 Fix possibles crashes when getting text
2585                 from gtk combos
2586
2587 2007-04-13 [colin]      2.8.1cvs95
2588
2589         * src/pop.c
2590                 Add some UIDL debugging
2591
2592 2007-04-12 [colin]      2.8.1cvs94
2593
2594         * src/folder.c
2595                 Force folder scan if necessary after
2596                 copying mails, to be able to reapply
2597                 flags.
2598
2599 2007-04-11 [colin]      2.8.1cvs93
2600
2601         * src/main.c
2602                 don't scan for new mail on startup if --select
2603                 is specified (or race conditions arise). If so,
2604                 do both sequentially.
2605
2606 2007-04-09 [colin]      2.8.1cvs92
2607
2608         * src/common/defs.h
2609                 Use leafpad by default on Maemo. Patch
2610                 by Jean-Luc Biord.
2611
2612 2007-04-06 [colin]      2.8.1cvs91
2613
2614         * src/pixmaps/queue_close.xpm
2615         * src/pixmaps/queue_close_hrm.xpm
2616         * src/pixmaps/queue_close_hrm_mark.xpm
2617         * src/pixmaps/queue_close_mark.xpm
2618         * src/pixmaps/queue_open.xpm
2619         * src/pixmaps/queue_open_hrm.xpm
2620         * src/pixmaps/queue_open_hrm_mark.xpm
2621         * src/pixmaps/queue_open_mark.xpm
2622                 Move the clock one pixel down :)
2623
2624 2007-04-05 [colin]      2.8.1cvs90
2625
2626         * src/mainwindow.c
2627                 Don't sync when switching offline from
2628                 command line - it's usually too late :)
2629
2630 2007-04-05 [paul]       2.8.1cvs89
2631
2632         * src/Makefile.am
2633         * src/stock_pixmap.c
2634         * src/pixmaps/dir_close_hrm.xpm
2635         * src/pixmaps/dir_close_hrm_mark.xpm
2636         * src/pixmaps/drafts_close.xpm
2637         * src/pixmaps/drafts_close_mark.xpm
2638         * src/pixmaps/drafts_open.xpm
2639         * src/pixmaps/drafts_open_mark.xpm
2640         * src/pixmaps/inbox.xpm
2641         * src/pixmaps/inbox_close.xpm
2642         * src/pixmaps/inbox_close_hrm.xpm
2643         * src/pixmaps/inbox_close_hrm_mark.xpm
2644         * src/pixmaps/inbox_close_mark.xpm
2645         * src/pixmaps/inbox_hrm.xpm
2646         * src/pixmaps/inbox_hrm_mark.xpm
2647         * src/pixmaps/inbox_mark.xpm
2648         * src/pixmaps/inbox_open.xpm
2649         * src/pixmaps/inbox_open_hrm.xpm
2650         * src/pixmaps/inbox_open_hrm_mark.xpm
2651         * src/pixmaps/inbox_open_mark.xpm
2652         * src/pixmaps/outbox.xpm
2653         * src/pixmaps/outbox_close.xpm
2654         * src/pixmaps/outbox_close_hrm.xpm
2655         * src/pixmaps/outbox_close_hrm_mark.xpm
2656         * src/pixmaps/outbox_close_mark.xpm
2657         * src/pixmaps/outbox_hrm.xpm
2658         * src/pixmaps/outbox_hrm_mark.xpm
2659         * src/pixmaps/outbox_mark.xpm
2660         * src/pixmaps/outbox_open.xpm
2661         * src/pixmaps/outbox_open_hrm.xpm
2662         * src/pixmaps/outbox_open_hrm_mark.xpm
2663         * src/pixmaps/outbox_open_mark.xpm
2664         * src/pixmaps/queue_close.xpm
2665         * src/pixmaps/queue_close_hrm.xpm
2666         * src/pixmaps/queue_close_hrm_mark.xpm
2667         * src/pixmaps/queue_close_mark.xpm
2668         * src/pixmaps/queue_open.xpm
2669         * src/pixmaps/queue_open_hrm.xpm
2670         * src/pixmaps/queue_open_hrm_mark.xpm
2671         * src/pixmaps/queue_open_mark.xpm
2672                 updated, added and replaced icons
2673                 Icons by Colin
2674
2675 2007-04-04 [colin]      2.8.1cvs88
2676
2677         * src/imap.c
2678                 Fix build without libetpan
2679
2680 2007-04-03 [colin]      2.8.1cvs87
2681
2682         * src/imap.c
2683                 Fix crash with Citadel, and try to make
2684                 things work. this server (and specifically 
2685                 STATUS and APPEND at least) seems broken.
2686
2687 2007-04-03 [colin]      2.8.1cvs86
2688
2689         * src/folderview.c
2690                 Fix icons on folder close
2691
2692 2007-04-03 [colin]      2.8.1cvs85
2693
2694         * src/inc.c
2695                 Fix double-ask of offline override in
2696                 certain cases
2697         * src/imap.c
2698         * src/imap.h
2699         * src/imap_gtk.c
2700                 Much more efficient way to synchronise
2701                 for offline use
2702         * src/etpan/imap-thread.c
2703                 Fix possible segs
2704         * src/folder.c
2705         * src/gtk/quicksearch.c
2706                 Fix some GUI lags
2707
2708 2007-04-03 [paul]       2.8.1cvs84
2709
2710         * src/filtering.c
2711         * src/folder.c
2712         * src/folder.h
2713         * src/prefs_common.c
2714         * src/prefs_common.h
2715         * src/prefs_other.c
2716                 Fix sync being done too late
2717                 Thanks to Colin
2718
2719 2007-04-02 [colin]      2.8.1cvs83
2720
2721         * src/summaryview.c
2722                 Maemo: Put status and quicksearch at the top
2723         * src/plugins/bogofilter/bogofilter.c
2724         * src/plugins/spamassassin/spamassassin.c
2725                 Derive trash from inbox if possible
2726
2727 2007-04-02 [paul]       2.8.1cvs82
2728
2729         * src/plugins/bogofilter/bogofilter_gtk.c
2730                 a few English changes
2731
2732 2007-04-02 [paul]
2733
2734         2.9.0-rc1 released
2735
2736 2007-04-02 [colin]      2.8.1cvs81
2737
2738         * src/image_viewer.c
2739                 Fix transparent images by using
2740                 GtkImage
2741         * src/messageview.c
2742                 Flush events (on new windows) to avoid
2743                 having the textview's image resize fail
2744                 to know the available width
2745
2746 2007-04-01 [colin]      2.8.1cvs80
2747
2748         * src/prefs_account.c
2749                 If no MH mailbox exist, when creating a POP/Local
2750                 account, just create and use the default one 
2751                 instead of bailing with a "Mailbox doesn't exist"
2752                 error
2753
2754 2007-03-31 [colin]      2.8.1cvs79
2755
2756         * src/prefs_account.c
2757                 Create signature file if it doesn't exist
2758                 before editing
2759         * src/prefs_toolbar.c
2760                 Maemo: Move "Use default" on the left so
2761                 that people can find it
2762         * src/common/defs.h
2763                 Maemo: make default editor "Maemopad", 
2764                 default signature file "MyDocs/signature.txt"
2765
2766 2007-03-31 [colin]      2.8.1cvs78
2767
2768         * src/prefs_account.c
2769                 Maemo: rework account prefs so
2770                 that less horizontal scrolling
2771                 is required
2772
2773 2007-03-31 [colin]      2.8.1cvs77
2774
2775         * src/folderview.c
2776         * src/prefs_common.c
2777         * src/prefs_common.h
2778                 Fix bug 1167, 'Allow not displaying zeros 
2779                 in folder list'. Patch by MartinP
2780
2781 2007-03-31 [colin]      2.8.1cvs76
2782
2783         * AUTHORS
2784                 Add Jean-Luc Biord
2785
2786 2007-03-31 [colin]      2.8.1cvs75
2787
2788         * src/imap.c
2789                 Apply patch from bug 1172, direct
2790                 access to the folder's session instead
2791                 of using getter. Patch by MartinP
2792
2793 2007-03-31 [paul]       2.8.1cvs74
2794
2795         * src/gtk/authors.h
2796                 no need to list Fabien twice!
2797
2798 2007-03-31 [colin]      2.8.1cvs73
2799
2800         * src/inc.c
2801                 If we're currently "overriding for %d minutes",
2802                 don't ask
2803
2804 2007-03-31 [colin]      2.8.1cvs72
2805
2806         * src/compose.c
2807         * src/imap.c
2808         * src/inc.c
2809         * src/inc.h
2810         * src/messageview.c
2811         * src/news.c
2812         * src/plugins/spamassassin/spamassassin.c
2813                 Offline override: Add a parameter to allow
2814                 asking even if the override timer is running.
2815                 Allows to ask every time the user makes an
2816                 explicit action needing online access (such
2817                 as Get Mail), and not when the action is 
2818                 implicit (such as opening an IMAP folder)
2819
2820 2007-03-31 [colin]      2.8.1cvs71
2821
2822         * src/inc.c
2823                 Override offline: "No" answer shouldn't
2824                 re-ask after 3 seconds, but 10 minutes. 
2825
2826 2007-03-30 [colin]      2.8.1cvs70
2827
2828         * src/common/socket.c
2829                 Better error reporting on unix socket
2830                 failure (bind usually)
2831         * src/gtk/gtkutils.c
2832         * src/gtk/gtkutils.h
2833                 Label window: add a pulsing progress
2834                 bar to show we're not hung :)
2835         * src/folderview.c
2836         * src/main.c
2837         * src/plugins/pgpcore/sgpgme.c
2838                 Update API
2839
2840 2007-03-30 [colin]      2.8.1cvs69
2841
2842         * src/pop.c
2843         * src/prefs_common.c
2844                 Fix possible trashing of history and uidl
2845                 files on disk full problems
2846
2847 2007-03-30 [paul]       2.8.1cvs68
2848
2849         * src/mainwindow.c
2850         * src/summaryview.c
2851         * src/summaryview.h
2852                 update summary when changing layout type
2853                 (fixes wrong folder icon being displayed)
2854                 Thanks to Colin
2855
2856 2007-03-29 [colin]      2.8.1cvs67
2857
2858         * src/prefs_ext_prog.c
2859                 The browser pref is irrelevant on Maemo
2860
2861 2007-03-29 [colin]      2.8.1cvs66
2862
2863         * src/compose.c
2864         * src/compose.h
2865                 Maemo: dynamically switch headers/text position
2866         * src/prefs_common.c
2867                 Maemo: hide compose's ruler by default
2868         * src/common/socket.c
2869         * src/common/socket.h
2870                 Fix build warning
2871
2872 2007-03-29 [colin]      2.8.1cvs65
2873
2874         * src/common/socket.c
2875         * src/common/socket.h
2876                 Fix build when MAEMO_CFLAGS contains
2877                 _X_OPENSOURCE (resolv.h errors as long
2878                 as we don't add _BSD_SOURCE. Ugly).
2879
2880 2007-03-29 [wwp]        2.8.1cvs64
2881
2882         * src/prefs_logging.c
2883                 Fix sensitivity of clip-log widgets in prefs/logging,
2884                 thanks to Fabien.
2885
2886 2007-03-29 [wwp]        2.8.1cvs63
2887
2888         * po/POTFILES.in
2889                 Updated files list for translations, thanks to Fabien.
2890
2891 2007-03-29 [colin]      2.8.1cvs62
2892
2893         * src/main.c
2894         * src/common/Makefile.am
2895         * src/common/utils.c
2896                 Maybe make URI opening work in Maemo
2897                 Requires testing :)
2898
2899 2007-03-28 [colin]      2.8.1cvs61
2900
2901         * src/folder.c
2902         * src/folder.h
2903         * src/folderview.c
2904                 Add the possibility to sort folders arbitrarily
2905                 (via editing of folderlist.xml only). Patch by
2906                 Martin P <mp26+claws@os.inf.tu-dresden.de>
2907                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
2908                 be changed by the user'
2909
2910 2007-03-28 [colin]      2.8.1cvs60
2911
2912         * src/mimeview.c
2913                 Add popup menu for mime icons
2914
2915 2007-03-28 [colin]      2.8.1cvs59
2916
2917         * src/mainwindow.c
2918                 Fix a layout issue when presenting
2919                 mainwindow in Small screen layout
2920         * src/toolbar.c
2921         * src/toolbar.h
2922                 Add a "Go to folder list" button for
2923                 mainwindow, and make it default in
2924                 the Maemo build
2925
2926 2007-03-28 [colin]      2.8.1cvs58
2927
2928         * src/compose.c
2929                 Don't dynamically update title on Maemo
2930                 Patch by Jean-Luc Biord
2931
2932 2007-03-27 [colin]      2.8.1cvs57
2933
2934         * src/compose.c
2935         * src/folderview.c
2936         * src/summaryview.c
2937                 Enable tap-and-hold on Maemo
2938
2939 2007-03-26 [colin]      2.8.1cvs56
2940
2941         * src/compose.c
2942                 More popup-menu (in attachments list)
2943
2944 2007-03-26 [colin]      2.8.1cvs55
2945
2946         * src/compose.c
2947                 Enable popup-menu signal
2948
2949 2007-03-26 [colin]      2.8.1cvs54
2950
2951         * src/plugins/pgpinline/pgpinline.c
2952                 Fix bug 1111, 'PGP/inline plugin hides text 
2953                 around encrypted text block'. Patch based on
2954                 a patch from Michal Cihar.
2955
2956 2007-03-26 [wwp]        2.8.1cvs53
2957
2958         * src/procmsg.c
2959                 Fix getting a false error when sending queued message
2960                 whereas the sending was fine (if there are subfolders
2961                 in the queue folder), thanks to Colin.
2962
2963 2007-03-26 [paul]       2.8.1cvs52
2964
2965         * src/wizard.c
2966                 update FACE header in welcome message
2967
2968 2007-03-25 [colin]      2.8.1cvs51
2969
2970         * src/Makefile.am
2971                 Fix make dist
2972
2973 2007-03-25 [colin]      2.8.1cvs50
2974
2975         * src/main.c
2976                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
2977
2978 2007-03-24 [colin]      2.8.1cvs49
2979
2980         * src/main.c
2981                 Fix a few launch problems on Maemo
2982                 Patch by Jean-Luc Biord
2983
2984 2007-03-24 [wwp]        2.8.1cvs48
2985
2986         * src/alertpanel.c
2987         * src/alertpanel.h
2988         * src/messageview.c
2989         * src/summaryview.c
2990                 Fix wrong action performed when closing the
2991                 "ask about account specific filtering rules
2992                 when filtering manually" dialog by pressing Escape.
2993                 Fix wrong order of buttons in the "return receipt
2994                 notification - the message was sent to several of
2995                 your accounts" dialog.
2996
2997 2007-03-24 [paul]       2.8.1cvs47
2998
2999         * src/folderview.c
3000                 an improvement to English usage
3001         * tools/kdeservicemenu/README
3002                 updated Claws url
3003
3004 2007-03-24 [paul]       2.8.1cvs46
3005
3006         * src/Makefile.am
3007         * src/stock_pixmap.c
3008         * src/pixmaps/edit_extern.xpm
3009         * src/pixmaps/mail_sign.xpm
3010                 rescue long lost icons
3011
3012 2007-03-24 [paul]       2.8.1cvs45
3013
3014         * src/toolbar.c
3015                 fix toolbar (broken in 2.8.1cvs42)
3016
3017 2007-03-23 [colin]      2.8.1cvs44
3018
3019         * src/imap.c
3020                 Correctly unsubscribe/resubscribe after
3021                 RENAME
3022
3023 2007-03-23 [colin]      2.8.1cvs43
3024
3025         * src/prefs_common.c
3026                 Maemo: as the platform is light on RAM, allow
3027                 caches to be discarded faster.
3028
3029 2007-03-23 [colin]      2.8.1cvs42
3030
3031         * src/Makefile.am
3032         * src/compose.c
3033         * src/compose.h
3034         * src/stock_pixmap.c
3035         * src/stock_pixmap.h
3036         * src/summaryview.c
3037         * src/summaryview.h
3038         * src/toolbar.c
3039         * src/toolbar.h
3040         * src/pixmaps/open_mail.xpm
3041                 Maemo changes: Add the possibility to have
3042                 "Open Email" and "Close Window" buttons on 
3043                 toolbars (and use them in Maemo's default
3044                 toolbars)
3045
3046 2007-03-23 [wwp]        2.8.1cvs41
3047
3048         * src/action.c
3049                 Reverted that part of the action dialog closure logics, to
3050                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3051                 done later in a different way (or may not).
3052
3053 2007-03-22 [wwp]        2.8.1cvs40
3054
3055         * src/action.c
3056                 Fix sticky action dialog when got no output but action command
3057                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3058
3059 2007-03-22 [colin]      2.8.1cvs39
3060
3061         * src/prefs_filtering.c
3062         * src/gtk/combobox.h
3063                 Fix escaping account names in filtering prefs
3064
3065 2007-03-22 [colin]      2.8.1cvs38
3066
3067         * src/addrindex.c
3068         * src/ldapctrl.h
3069         * src/ldapquery.c
3070                 Add any attribute specified in LDAP servers'
3071                 Search attributes to the Other Attributes tab
3072                 of contacts; Add 'telephoneNumber' in the
3073                 default list.
3074
3075 2007-03-22 [colin]      2.8.1cvs37
3076
3077         * src/folderview.c
3078         * src/folderview.h
3079         * src/mainwindow.c
3080                 Try to prevent race conditions when
3081                 changing the folder list
3082         * src/summaryview.c
3083                 Fix possible red folder icon when
3084                 switching from Small screen layout
3085                 to any other
3086
3087 2007-03-22 [colin]      2.8.1cvs36
3088
3089         * src/mainwindow.c
3090         * src/mainwindow.h
3091         * src/summaryview.c
3092                 Rename "little screen" to "Small screen"
3093         * src/gtk/Makefile.am
3094         * src/common/utils.c
3095         * src/mh.c
3096                 Fix Maemo-related compilation problems
3097
3098 2007-03-21 [colin]      2.8.1cvs35
3099
3100         * configure.ac
3101                 Fix previous commit
3102         * claws-mail.desktop
3103                 Remove .png from the Icon, it's useless
3104
3105 2007-03-21 [colin]      2.8.1cvs34
3106
3107         * configure.ac
3108         * src/Makefile.am
3109                 Add the necessary lib checking for 
3110                 Maemo
3111
3112 2007-03-21 [colin]      2.8.1cvs33
3113
3114         * src/main.c
3115                 Fix unconditional "error happened" when
3116                 sending via command-line. "lol @ myself"
3117
3118 2007-03-21 [colin]      2.8.1cvs32
3119
3120         * claws-mail-40x40.png
3121         * claws-mail-26x26.png
3122         * src/account.c
3123         * src/addressbook.c
3124         * src/compose.c
3125         * src/folderview.c
3126         * src/folderview.h
3127         * src/main.c
3128         * src/mainwindow.c
3129         * src/mainwindow.h
3130         * src/messageview.c
3131         * src/prefs_account.c
3132         * src/prefs_common.c
3133         * src/summary_search.c
3134         * src/summaryview.c
3135         * src/summaryview.h
3136         * src/gtk/authors.h
3137         * src/gtk/gtkutils.c
3138         * src/gtk/gtkutils.h
3139         * src/gtk/logwindow.c
3140         * src/gtk/menu.c
3141         * src/gtk/prefswindow.c
3142                 Add Maemo port (patch mainly by Jean-Luc Biort)
3143                 Add a new 'Little screen' layout to help on such
3144                 platforms (patch by me)
3145                 Make some default preferences different (more
3146                 adapted) on Maemo (patch by me)
3147
3148 2007-03-21 [wwp]        2.8.1cvs31
3149
3150         * src/prefs_logging.c
3151         * src/prefs_logging.h
3152                 Fixed copyright header of newly added files.
3153
3154 2007-03-21 [wwp]        2.8.1cvs30
3155
3156         * src/Makefile.am
3157         * src/filtering.c
3158         * src/filtering.h
3159         * src/folder.c
3160         * src/folderview.c
3161         * src/imap.c
3162         * src/inc.c
3163         * src/main.c
3164         * src/mainwindow.c
3165         * src/mainwindow.h
3166         * src/matcher.c
3167         * src/messageview.c
3168         * src/news.c
3169         * src/pop.c
3170         * src/prefs_common.c
3171         * src/prefs_common.h
3172         * src/prefs_logging.c
3173         * src/prefs_logging.h
3174         * src/prefs_other.c
3175         * src/procmsg.c
3176         * src/send_message.c
3177         * src/summaryview.c
3178         * src/common/log.c
3179         * src/common/log.h
3180         * src/common/nntp.c
3181         * src/common/session.c
3182         * src/common/smtp.c
3183         * src/common/socket.c
3184         * src/etpan/imap-thread.c
3185         * src/gtk/logwindow.c
3186         * src/gtk/logwindow.h
3187         * src/plugins/bogofilter/bogofilter.c
3188         * src/plugins/spamassassin/spamassassin.c
3189                 Added debugging of filtering/processing rules.
3190                 The debug log is here 'Tools/Filtering debug window',
3191                 the options there 'Configuration/Preferences/Other/Logging',
3192                 and the log file is ~/.claws-mail/filtering.log.
3193                 Moved protocol log prefs to 'Other/Logging' as well.
3194                 To support such debugging feature, the existing log API has
3195                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3196                 this impacts many external modules (commits follow).
3197
3198 2007-03-21 [paul]       2.8.1cvs29
3199
3200         * src/etpan/Makefile.am
3201         * src/etpan/imap-thread.c
3202                 add missing #include
3203
3204 2007-03-21 [colin]      2.8.1cvs28
3205
3206         * src/procmime.c
3207                 Fix bug 1157, 'some broken messages confuse 
3208                 mime parser'. Make sure we can't have MimeInfos
3209                 with negative sizes.
3210
3211 2007-03-20 [colin]      2.8.1cvs27
3212
3213         * src/main.c
3214                 Fix missing \0 on buffer
3215
3216 2007-03-20 [colin]      2.8.1cvs26
3217
3218         * src/mh.c
3219                 Use make_dir_hier instead of make_dir 
3220                 to create the MH mailbox
3221
3222 2007-03-20 [colin]      2.8.1cvs25
3223
3224         * src/folder.c
3225         * src/folder.h
3226         * src/prefs_account.c
3227         * src/wizard.c
3228                 Fix default inbox weirdnesses (after wizard,
3229                 if path is Mail, mailbox identifier is #mh/Mailbox,
3230                 and when creating new accounts)
3231
3232 2007-03-20 [colin]      2.8.1cvs24
3233
3234         * src/account.c
3235                 Write folderlist after adding/deleting accounts
3236                 that have folders
3237
3238 2007-03-20 [colin]      2.8.1cvs23
3239
3240         * src/imap.c
3241         * src/remotefolder.h
3242                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3243                 selected while scanning prior to update'
3244
3245 2007-03-17 [paul]       2.8.1cvs22
3246
3247         * src/main.c
3248                 fix a typo, and be a little more verbose.
3249
3250 2007-03-17 [wwp]        2.8.1cvs21
3251
3252         * src/inc.c
3253                 Fix a compiler warning.
3254
3255 2007-03-16 [wwp]        2.8.1cvs20
3256
3257         * tools/Makefile.am
3258         * tools/README
3259                 Updated to deal w/ the new mairix.sh tool.
3260
3261 2007-03-16 [wwp]        2.8.1cvs19
3262
3263         * src/action.c
3264                 Fix logics issues around the action IO dialog:
3265                 - disable entry widget and exec button when
3266                   the exec button is clicked (don't wait for any
3267                   output line) - fix possible disabling/re-enabling/
3268                   re-disabling of those widgets
3269                 - raise an error if executing a %as{} action either
3270                   empty or invalid, instead of failing silently
3271                 - don't close the dialog if the abort button has been
3272                   clicked and if there was no output yet
3273                 - set focus to the abort button when the exec button
3274                   is clicked
3275                 - fix capitalization of a warning message
3276
3277 2007-03-16 [wwp]        2.8.1cvs18
3278
3279         * tools/mairix.sh
3280                 Added a wrapper to mairix to the tools folder.
3281
3282 2007-03-16 [colin]      2.8.1cvs17
3283
3284         * src/messageview.c
3285         * src/mimeview.h
3286                 Allow mimeviewer plugins to print
3287                 their stuff
3288
3289 2007-03-16 [colin]      2.8.1cvs16
3290
3291         * .cvsignore
3292                 Ignore *.patchset
3293
3294 2007-03-15 [colin]      2.8.1cvs15
3295
3296         * src/messageview.c
3297         * src/mimeview.h
3298                 Add a way for mimeviewer plugins to
3299                 implement body search
3300
3301 2007-03-15 [paul]       2.8.1cvs14
3302
3303         * src/prefs_spelling.c
3304                 fix English usage
3305
3306 2007-03-15 [paul]       2.8.1cvs13
3307
3308         * src/common/quoted-printable.c
3309                 fix decoding of quoted-printable parts
3310
3311 2007-03-14 [wwp]        2.8.1cvs12
3312
3313         * src/gtk/logwindow.h
3314                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
3315
3316 2007-03-14 [wwp]        2.8.1cvs11
3317
3318         * src/gtk/logwindow.h
3319                 Complete 2.8.1cvs10.
3320
3321 2007-03-14 [colin]      2.8.1cvs10
3322
3323         * src/gtk/logwindow.c
3324                 Probably fix bug 1149, crash on logwindow
3325                 close - at the expense of performance once
3326                 logwin has been opened
3327
3328 2007-03-14 [colin]      2.8.1cvs9
3329
3330         * src/main.c
3331                 If claws-mail is running on another
3332                 display, warn instead of popping it up
3333                 on the other display
3334
3335 2007-03-12 [colin]      2.8.1cvs8
3336
3337         * src/wizard.c
3338                 Fix bug 1145, 'Setting a different name 
3339                 for the Mailbox name isn't reflected in 
3340                 default account settings'. Patch by wwp
3341
3342 2007-03-12 [colin]      2.8.1cvs7
3343
3344         * src/summaryview.c
3345                 Fix bug 1143, 'Add number of messages to be 
3346                 deleted to confirmation dialog'
3347
3348 2007-03-12 [wwp]        2.8.1cvs6
3349
3350         * src/folderview.c
3351         * src/prefs_common.c
3352         * src/prefs_common.h
3353         * src/prefs_summaries.c
3354                 Changed the option that displays unread messages count
3355                 next to the folder name in folder list: it is now
3356                 possible to either display nothing, display the
3357                 unread messages number only or the unread and total messages
3358                 numbers. The patch includes this extra feature as well
3359                 as some minor fixes by rewriting the algo in folderview.c.
3360                 Thanks to Paul for the original idea and implementation, plus
3361                 testing and proof-reading!
3362
3363 2007-03-09 [paul]       2.8.1cvs5
3364
3365         * tools/Makefile.am
3366         * tools/README
3367         * tools/claws-mail-compose-insert-files.pl
3368                 added a script which enables inserting files
3369                 into the message body of a new Claws Mail
3370                 Compose window from the command line. Additionally
3371                 To, Cc, Subject and files to attach to the message
3372                 can be specified.
3373
3374 2007-03-09 [wwp]        2.8.1cvs4
3375
3376         * src/addr_compl.c
3377         * src/addr_compl.h
3378         * src/filtering.c
3379                 Optimize matching of addresses in the addressbook
3380                 (filtering/processing 'found_in_addressbook' condition).
3381
3382 2007-03-07 [wwp]        2.8.1cvs3
3383
3384         * src/quote_fmt.c
3385         * src/quote_fmt_lex.l
3386         * src/quote_fmt_parse.y
3387                 Add a new quote format symbol: %A to insert the
3388                 sender email address (just the address itself).
3389
3390 2007-03-06 [wwp]        2.8.1cvs2
3391
3392         * src/gtk/gtkutils.c
3393         * src/plugins/trayicon/trayicon_prefs.h
3394         * src/plugins/trayicon/trayicon_prefs.c
3395         * src/plugins/trayicon/trayicon.c
3396         * src/mainwindow.h
3397         * src/mainwindow.c
3398                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
3399                 minimizing Claws-Mail main window will hide it to the trayicon instead.
3400
3401
3402 2007-03-06 [paul]       2.8.1cvs1
3403
3404         * NEWS
3405         * README
3406         * RELEASE_NOTES
3407         * configure.ac
3408                 bump version number following
3409                 stable release
3410
3411 2007-03-06 [paul]       2.8.0cvs24
3412
3413         * po/cs.po
3414                 corrected by by Tim <timbrain@post.cz>
3415
3416 2007-03-05 [colin]      2.8.0cvs23
3417
3418         * src/Makefile.am
3419         * src/procmime.c
3420                 Fix mime/globs path on NetBSD
3421                 patch by George Michaelson
3422
3423 2007-03-05 [wwp]        2.8.0cvs22
3424
3425         * src/addr_compl.c
3426                 Remove debug statement (accidentally committed w/ cvs14).
3427
3428 2007-03-05 [paul]       2.8.0cvs21
3429
3430         * src/plugins/pgpcore/prefs_gpg.c
3431                 fix compiler warning
3432
3433 2007-03-05 [wwp]        2.8.0cvs20
3434
3435         * src/matcher_parser_parse.y
3436                 Fix mismerge between cvs17 and cvs19.
3437
3438 2007-03-05 [wwp]        2.8.0cvs19
3439
3440         * src/matcher_parser_parse.y
3441         * src/prefs_filtering_action.c
3442         * src/matcher.c
3443         * src/matcher.h
3444         * src/filtering.c
3445         * src/filtering.h
3446                 Add new 'add_to_addressbook' filtering/processing action.
3447
3448 2007-03-05 [wwp]        2.8.0cvs18
3449
3450         * src/filtering.c
3451                 Fix mark_as_ham filtering/processing action: spam flag
3452                 was not unset.
3453
3454 2007-03-04 [colin]      2.8.0cvs17
3455
3456         * src/filtering.c
3457         * src/matcher.c
3458         * src/matcher.h
3459         * src/matcher_parser_parse.y
3460         * src/prefs_filtering_action.c
3461                 Add 'Mark as spam' and 'Mark as ham' filtering
3462                 actions. Fixes bug 1138.
3463
3464 2007-03-04 [colin]      2.8.0cvs16
3465
3466         * src/imap.c
3467                 Fix bug 1140, wrong return value
3468                 without libetpan
3469
3470 2007-03-04 [wwp]        2.8.0cvs15
3471
3472         * src/addr_compl.c
3473                 Rollback cvs14: don't free stuff that is managed in g_list.
3474
3475 2007-03-04 [wwp]        2.8.0cvs14
3476
3477         * src/addr_compl.c
3478                 Fix a leak in address completion code.
3479
3480 2007-03-04 [colin]      2.8.0cvs13
3481
3482         * src/addr_compl.c
3483                 Maybe fix bug 1136, 'Crash in group 
3484                 address completion'
3485
3486 2007-03-04 [iwkse]      2.8.0cvs12
3487
3488         * src/imap.c
3489                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
3490
3491 2007-03-03 [colin]      2.8.0cvs11
3492
3493         * src/plugins/pgpinline/pgpinline.c
3494                 Fix off-by-one, fix double-free. Fixes
3495                 bug 1135, 'cm-segfault on decrypting 
3496                 with PGP/inline'
3497
3498 2007-03-03 [colin]      2.8.0cvs10
3499
3500         * configure.ac
3501         * src/main.c
3502         * src/common/plugin.c
3503                 Fix bug 1134, 'Valgrind macros unhandled 
3504                 by Irix's cc'
3505
3506 2007-03-02 [colin]      2.8.0cvs9
3507
3508         * src/mbox.c
3509                 Don't error out on EAGAIN. Fixes 
3510                 bug 1129, '"local mbox file" account 
3511                 isn't retrieving mails'
3512
3513 2007-03-01 [wwp]        2.8.0cvs8
3514
3515         * src/mainwindow.c
3516         * src/gtk/colorlabel.c
3517                 Remove accels for extra color labels until we set better
3518                 and definitive ones.
3519
3520 2007-02-28 [wwp]        2.8.0cvs7
3521
3522         * src/mainwindow.c
3523         * src/matcher_parser_parse.y
3524         * src/prefs_common.c
3525         * src/prefs_msg_colors.c
3526         * src/procmsg.h
3527         * src/gtk/colorlabel.c
3528         * src/gtk/colorlabel.h
3529                 Add more customizable color labels. Cleaned up a bit
3530                 the color label API to avoid duplicate defines of
3531                 the max number of colors.
3532
3533 2007-02-27 [colin]      2.8.0cvs6
3534
3535         * src/mainwindow.c
3536         * src/common/utils.c
3537         * src/common/utils.h
3538                 Fix '+' in mailto URIs for List-* headers
3539
3540 2007-02-27 [colin]      2.8.0cvs5
3541
3542         * src/gtk/gtkutils.c
3543                 Use gtk_window_set_role instead of 
3544                 _set_wmclass
3545
3546 2007-02-27 [colin]      2.8.0cvs4
3547
3548         * src/inc.c
3549                 Fix "After receiving new mail, go to inbox" on IMAP,
3550                 and make it work only on manual reception
3551
3552 2007-02-27 [wwp]        2.8.0cvs3
3553
3554         * src/prefs_filtering.c
3555         * src/prefs_filtering_action.c
3556         * src/prefs_matcher.c
3557                 Update filtering matcher's and action's color label menus
3558                 when re-opening those dialogs (reflect any change to the
3559                 color labels list in the preferences).
3560
3561 2007-02-27 [colin]      2.8.0cvs2
3562
3563         * src/imap.c
3564         * src/etpan/etpan-thread-manager-types.h
3565         * src/etpan/etpan-thread-manager.c
3566         * src/etpan/imap-thread.c
3567                 Log imap ALERTs as errors in the log.
3568
3569 2007-02-26 [paul]       2.8.0cvs1
3570
3571         * tools/claws.i18n.status.pl
3572                 updated
3573
3574 2007-02-26 [paul]       2.7.2cvs75
3575
3576         * po/ca.po
3577         * po/cs.po
3578         * po/de.po
3579         * po/en_GB.po
3580         * po/fi.po
3581         * po/fr.po
3582         * po/hu.po
3583         * po/pl.po
3584         * po/pt_BR.po
3585         * po/sk.po
3586         * po/sr.po
3587         * po/zh_CN.po
3588                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3589                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3590                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3591                 Aleksandar Urosevic, and Ralgh Young
3592
3593 2007-02-25 [mones]      2.7.2cvs74
3594
3595         * po/es.po
3596                 Updated for release
3597
3598 2007-02-25 [colin]      2.7.2cvs73
3599
3600         * src/main.c
3601                 Clearing the list is only useful
3602                 to prevent a valgrind false-positive
3603
3604 2007-02-25 [paul]       2.7.2cvs72
3605
3606         * tools/Makefile.am
3607         * tools/README
3608         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3609         * tools/maildir2claws-mail.pl  **REMOVED**
3610                 renamed the script, fixed a couple bugs
3611
3612 2007-02-23 [colin]      2.7.2cvs71
3613
3614         * src/addressbook.c
3615                 Fix a leak, check for a few improbable nulls
3616
3617 2007-02-23 [colin]      2.7.2cvs70
3618
3619         * src/main.c
3620         * src/main.h
3621         * src/plugins/trayicon/trayicon.c
3622                 Fix blinking mainwin when starting in tray
3623                 (show mainwindow later in the startup process,
3624                  apart if restarting post-crash)
3625
3626 2007-02-23 [colin]      2.7.2cvs69
3627
3628         * src/folderview.c
3629         * src/imap_gtk.c
3630                 Fix crash when unsubscribing the currently
3631                 selected/opened folder
3632
3633 2007-02-23 [colin]      2.7.2cvs68
3634
3635         * src/compose.c
3636                 Fix bug that prevented colorization to
3637                 work without wrap quotation option
3638
3639 2007-02-23 [colin]      2.7.2cvs67
3640
3641         * src/addr_compl.c
3642                 Fix refcounting, start and end completion who
3643                 behaved as if there couldn't be any other current
3644                 user of completion
3645
3646 2007-02-23 [wwp]        2.7.2cvs66
3647
3648         * src/addressbook.c
3649         * src/addrindex.c
3650                 Address completion fixes: fix addressbook_peek_folder_exists() in
3651                 which the algorithm was ridiculously over-obfuscated and broken.
3652                 Fix addrindex_load_completion() as well, to load addresses in
3653                 completion list with regards to what addressbook_peek_folder_exists()
3654                 returns now.
3655
3656 2007-02-23 [wwp]        2.7.2cvs65
3657
3658         * src/addr_compl.c
3659                 Add addresses to completion when they're non-empty (thanks to Colin).
3660
3661 2007-02-23 [paul]       2.7.2cvs64
3662
3663         * src/plugins/pgpcore/passphrase.c
3664                 remove 'const '
3665
3666 2007-02-23 [colin]      2.7.2cvs63
3667
3668         * src/plugins/pgpcore/prefs_gpg.c
3669         * src/plugins/pgpcore/prefs_gpg.h
3670         * src/plugins/pgpcore/sgpgme.c
3671         * src/plugins/pgpinline/pgpinline.c
3672         * src/plugins/pgpmime/pgpmime.c
3673                 Try harder to respect user's choice wrt
3674                 gpg-agent even with gpg2, by unsetting
3675                 GPG_AGENT_INFO when necessary.
3676
3677 2007-02-22 [paul]       2.7.2cvs62
3678
3679         * src/plugins/pgpcore/sgpgme.c
3680         * src/plugins/pgpcore/sgpgme.h
3681         * src/plugins/pgpcore/passphrase.c
3682         * src/plugins/pgpinline/pgpinline.c
3683         * src/plugins/pgpmime/pgpmime.c
3684                 Fix a leak - gpgme_data_release_and_get_mem
3685                 leaks in recent gpgme. Workaround by using
3686                 our own function.
3687
3688 2007-02-22 [paul]       2.7.2cvs61
3689
3690         * src/gtk/quicksearch.c
3691                 Abandon dynamic search when pressing
3692                 Enter
3693
3694 2007-02-21 [colin]      2.7.2cvs60
3695
3696         * src/procmsg.c
3697         * src/plugins/pgpcore/passphrase.c
3698                 Fix little memory leaks
3699         * src/main.c
3700                 Fix false-positive leak at exit
3701         * src/gtk/quicksearch.c
3702                 Fix potentially big leak in recursive
3703                 Quicksearch
3704
3705 2007-02-21 [wwp]        2.7.2cvs59
3706
3707         * src/summaryview.c
3708                 Add missing newline to a debug message.
3709
3710 2007-02-20 [colin]      2.7.2cvs58
3711
3712         * src/Makefile.am
3713         * src/mimeview.c
3714         * src/stock_pixmap.c
3715         * src/stock_pixmap.h
3716         * src/pixmaps/mime_pgpsig.xpm
3717                 Add icon for application/pgp-signature
3718
3719 2007-02-20 [colin]      2.7.2cvs57
3720
3721         * src/Makefile.am
3722         * src/main.c
3723         * src/mimeview.c
3724         * src/stock_pixmap.c
3725         * src/stock_pixmap.h
3726         * src/pixmaps/mime_calendar.xpm
3727         * src/pixmaps/mime_pdf.xpm
3728         * src/pixmaps/mime_ps.xpm
3729                 Add icons for text/calendar, application/pdf
3730                 and application/postscript
3731
3732 2007-02-20 [colin]      2.7.2cvs56
3733
3734         * autogen.sh
3735         * src/matcher_parser_parse.y
3736         * src/matcher_parser_lex.l
3737                 Fix big memory leak in flex, and
3738                 require flex 2.5.31
3739
3740 2007-02-20 [wwp]        2.7.2cvs55
3741
3742         * src/matcher_parser_parse.y
3743                 Fix a duplicate token definition (thanks to iwkse).
3744
3745 2007-02-20 [wwp]        2.7.2cvs54
3746
3747         * src/matcher_parser_lex.l
3748         * src/quote_fmt_lex.l
3749                 Use proper flex options instead of direct use of #define,
3750                 make the flex-generated C lighter.
3751
3752 2007-02-20 [colin]      2.7.2cvs53
3753
3754         * src/summaryview.c
3755                 Grab focus in message list after hiding
3756                 the quicksearch, instead of leaving it
3757                 "somewhere"
3758
3759 2007-02-19 [colin]      2.7.2cvs52
3760
3761         * src/folderview.c
3762                 Fix bug 1033, 'Automatically refresh 
3763                 message list when new messages arrives'
3764                 Looks like folderview->opened can sometimes
3765                 be wrong...
3766
3767 2007-02-19 [paul]       2.7.2cvs51
3768
3769         * tools/Makefile.am
3770         * tools/README
3771         * tools/thunderbird-filters-convertor.pl
3772                 add new script which converts thunderbird filter
3773                 rules to Claws filter rules
3774
3775 2007-02-18 [paul]       2.7.2cvs50
3776
3777         * src/plugins/pgpcore/prefs_gpg.c
3778         * src/plugins/pgpcore/prefs_gpg.h
3779         * src/plugins/pgpcore/sgpgme.c
3780         * src/plugins/pgpinline/pgpinline.c
3781         * src/plugins/pgpmime/pgpmime.c
3782                 improved GUI interoperability with gpg-agent
3783
3784 2007-02-18 [paul]       2.7.2cvs49
3785
3786         * src/prefs_account.c
3787                 Privacy options sensitivity fix
3788
3789 2007-02-17 [colin]      2.7.2cvs48
3790
3791         * src/messageview.c
3792                 Reset icon to warning in the noticeview
3793
3794 2007-02-15 [colin]      2.7.2cvs47
3795
3796         * src/folderview.c
3797                 Fix a manifestation of bug 1033 (summaryview failing
3798                 to update for new mails), which happens after editing
3799                 account preferences or preferences that cause a 
3800                 folderview reload.
3801
3802 2007-02-15 [colin]      2.7.2cvs46
3803
3804         * src/addressbook.c
3805                 Probably fix bug 1123, 'Segmentation 
3806                 fault while opening address book'. I get
3807                 g_warnings if the saved paned position is
3808                 not greater than 0. Also, save position
3809                 when hiding the addressbook instead of
3810                 via signal.
3811
3812 2007-02-14 [colin]      2.7.2cvs45
3813
3814         * src/plugins/pgpcore/prefs_gpg.c
3815         * src/plugins/pgpcore/prefs_gpg.h
3816         * src/plugins/pgpcore/sgpgme.c
3817         * src/plugins/pgpinline/pgpinline.c
3818         * src/plugins/pgpmime/pgpmime.c
3819                 Add an option "Use gpg-agent if available". Fixes
3820                 annoyances with distro-installed gpg-agent, when
3821                 no pinentry program is installed, and the user's 
3822                 at a loss on why "decryption failed". Makes more
3823                 clear why passphrase isn't saved when gpg-agent is
3824                 used. Defaults to true, to avoid changing the 
3825                 current behaviour.
3826
3827 2007-02-14 [wwp]        2.7.2cvs44
3828
3829         * src/matcher_parser_parse.y
3830                 Fix missing line number reset (wrong line number might appear
3831                 when re-loading filtering rules if there's a parser error).
3832
3833 2007-02-13 [colin]      2.7.2cvs43
3834
3835         * src/common/utils.c
3836                 Don't encode ',' in URIs before passing it
3837                 to the browser command-line. It was probably
3838                 done at a time where commas in URIs made
3839                 mozilla -remote 'openurl(%s,new-window)'
3840                 bug.
3841
3842 2007-02-13 [wwp]        2.7.2cvs42
3843
3844         * src/prefs_matcher.c
3845         * src/plugins/bogofilter/bogofilter_gtk.c
3846                 A bit of string factorization around "Select ..." buttons.
3847
3848 2007-02-11 [colin]      2.7.2cvs41
3849
3850         * src/alertpanel.c
3851                 Make sure to escape the title
3852
3853 2007-02-11 [colin]      2.7.2cvs40
3854
3855         * src/codeconv.c
3856                 Recognize .utf8 locales as .UTF-8 ones
3857
3858 2007-02-11 [colin]      2.7.2cvs39
3859
3860         * src/compose.c
3861                 Fix code conversion when dragging a file
3862
3863 2007-02-09 [colin]      2.7.2cvs38
3864
3865         * src/plugins/clamav/clamav_plugin.c
3866                 Complete Paul's patch with conditional
3867                 compilation to avoid breaking compilation
3868                 on old Dapper and Edgy... Maybe other
3869                 distros too.
3870
3871 2007-02-09 [paul]       2.7.2cvs37
3872
3873         * src/plugins/clamav/clamav_plugin.c
3874                 fix for the upstream changes in libclamav
3875
3876 2007-02-09 [paul]       2.7.2cvs36
3877
3878         * src/main.c
3879         * src/mainwindow.c
3880         * src/procmsg.c
3881         * src/procmsg.h
3882                 fix "warn if there are queued messages" (on exit)
3883                 option, which only checked the first mailbox's
3884                 queue
3885                 don't ask before emptying trash if there are no
3886                 messages in trash, also check and empty all trash
3887                 folders
3888         * src/prefs_other.c
3889                 move "Ask before emptying trash" option
3890                 outside of the "On exit" frame as it's
3891                 not only an "On exit" option
3892
3893 2007-02-09 [paul]       2.7.2cvs35
3894
3895         * src/addrgather.c
3896         * src/alertpanel.c
3897         * src/editldap.c
3898         * src/prefs_account.c
3899         * src/prefs_folder_item.c
3900         * src/prefs_gtk.h
3901         * src/prefs_matcher.c
3902         * src/prefs_message.c
3903         * src/prefs_msg_colors.c
3904         * src/prefs_summaries.c
3905         * src/wizard.c
3906         * src/gtk/inputdialog.c
3907         * src/plugins/bogofilter/bogofilter_gtk.c
3908                 pedantic commit: use 'checkbtn' everywhere
3909                 instead of a mixture of 'checkbtn' and 'chkbtn'
3910
3911 2007-02-09 [paul]       2.7.2cvs34
3912
3913         * src/compose.c
3914                 fix default hotkeys
3915         * src/prefs_other.c
3916         * src/prefs_send.c
3917                 move "Never send Return Receipts" from
3918                 prefs_other to prefs_send
3919                 add an option "Ask about account specific
3920                 filtering rules..." to prefs_other
3921         * src/gtk/gtkutils.c
3922                 fix a compiler warning
3923
3924 2007-02-08 [colin]      2.7.2cvs33
3925
3926         * src/plugins/pgpinline/pgpinline.c
3927                 Fix bug 1110, 'pgpmime fails to process 
3928                 encapsulated openpgp mime (rfc 3156, 6.1 
3929                 -> rfc1847)'
3930                 It was due to an interaction between PGP/Mime
3931                 and PGP/Inline plugin. 
3932
3933 2007-02-08 [colin]      2.7.2cvs32
3934
3935         * src/inc.c
3936         * src/mbox.c
3937         * src/mbox.h
3938                 Fix bug 1117, 'fcntl locking code 
3939                 does not work in mbox.c'
3940
3941 2007-02-08 [colin]      2.7.2cvs31
3942
3943         * src/prefs_account.c
3944                 Fix Gentoo bug 165819, 'can't create 
3945                 a "local mbox file" account'. Patch
3946                 by Olivier <castan.o@free.fr>
3947
3948 2007-02-07 [colin]      2.7.2cvs30
3949
3950         * src/ldapquery.c
3951                 Fix bug 1106, 'Claws crash on exit if LDAPS 
3952                 autocompletion was used'
3953
3954 2007-02-07 [paul]       2.7.2cvs29
3955
3956         * src/folder.c
3957                 cut down on unnecessary debug_prints
3958         * src/imap_gtk.c
3959                 fix menu_set_active() on 'Show only
3960                 subscribed folders'
3961
3962 2007-02-07 [paul]       2.7.2cvs28
3963
3964         * src/plugins/clamav/clamav_plugin.c
3965         * src/plugins/clamav/clamav_plugin.h
3966         * src/plugins/clamav/clamav_plugin_gtk.c
3967                 fix copyright header
3968
3969 2007-02-07 [paul]       2.7.2cvs27
3970
3971         * src/procheader.c
3972                 fix bug 1116, 'summary view allow a 
3973                 subject line break'
3974
3975 2007-02-06 [colin]      2.7.2cvs26
3976
3977         * src/summaryview.c
3978                 Fix delete thread
3979
3980 2007-02-05 [fabien]     2.7.2cvs25
3981
3982         * po/POTFILES.in
3983         * src/uri_opener.c
3984                 i18n related - 1 fix and 1 message for translators.
3985
3986 2007-02-05 [colin]      2.7.2cvs24
3987
3988         * src/gtk/quicksearch.c
3989                 Don't reload summary list if quicksearch wasn't
3990                 active on hiding; move currently selected mail in
3991                 the visible area when showing the quicksearch
3992
3993 2007-02-05 [colin]      2.7.2cvs23
3994
3995         * src/folderview.c
3996                 Add debug to try to solve bug 1104
3997
3998 2007-02-05 [paul]       2.7.2cvs22
3999
4000         * src/mainwindow.c
4001                 confirm before emptying trash on exit is
4002                 a Yes or No answer, use Yes or No in the
4003                 dialog
4004
4005 2007-02-04 [colin]      2.7.2cvs21
4006
4007         * src/compose.c
4008         * src/plugins/pgpcore/passphrase.c
4009         * src/plugins/pgpcore/select-keys.c
4010                 Set wmclass on new windows
4011
4012 2007-02-04 [colin]
4013
4014         2.8.0-rc1 released
4015
4016 2007-02-04 [colin]      2.7.2cvs20
4017
4018         * src/compose.c
4019         * src/compose.h
4020                 Auto save drafts on exit, reopen them
4021                 at startup, instead of asking
4022         * src/account.c
4023         * src/addressadd.c
4024         * src/addressbook.c
4025         * src/addressbook_foldersel.c
4026         * src/addrgather.c
4027         * src/crash.c
4028         * src/editaddress.c
4029         * src/editbook.c
4030         * src/editgroup.c
4031         * src/editjpilot.c
4032         * src/editldap.c
4033         * src/editldap_basedn.c
4034         * src/editvcard.c
4035         * src/exphtmldlg.c
4036         * src/expldifdlg.c
4037         * src/export.c
4038         * src/foldersel.c
4039         * src/gedit-print.c
4040         * src/import.c
4041         * src/importldif.c
4042         * src/importmutt.c
4043         * src/importpine.c
4044         * src/main.c
4045         * src/mainwindow.c
4046         * src/message_search.c
4047         * src/messageview.c
4048         * src/prefs_actions.c
4049         * src/prefs_customheader.c
4050         * src/prefs_display_header.c
4051         * src/prefs_filtering.c
4052         * src/prefs_filtering_action.c
4053         * src/prefs_folder_column.c
4054         * src/prefs_gtk.c
4055         * src/prefs_matcher.c
4056         * src/prefs_other.c
4057         * src/prefs_summaries.c
4058         * src/prefs_summary_column.c
4059         * src/prefs_template.c
4060         * src/sourcewindow.c
4061         * src/ssl_manager.c
4062         * src/summary_search.c
4063         * src/uri_opener.c
4064         * src/gtk/about.c
4065         * src/gtk/description_window.c
4066         * src/gtk/foldersort.c
4067         * src/gtk/gtkutils.c
4068         * src/gtk/gtkutils.h
4069         * src/gtk/icon_legend.c
4070         * src/gtk/logwindow.c
4071         * src/gtk/pluginwindow.c
4072         * src/gtk/prefswindow.c
4073                 Give different wmclass to different
4074                 windows - thanks to sed ;)
4075
4076 2007-02-04 [colin]      2.7.2cvs19
4077
4078         * src/main.c
4079                 Revert previous patch, can't reproduce
4080                 it anymore. 
4081
4082 2007-02-03 [colin]      2.7.2cvs18
4083
4084         * src/main.c
4085                 Don't save the mainwindow size and
4086                 position on emergency exit (libSM's
4087                 "die" callback), Xfce seems to make
4088                 the window smaller just before the
4089                 size's saved.
4090
4091 2007-02-03 [colin]      2.7.2cvs17
4092
4093         * src/plugins/bogofilter/bogofilter.c
4094         * src/plugins/bogofilter/bogofilter.h
4095         * src/plugins/bogofilter/bogofilter_gtk.c
4096         * src/plugins/pgpinline/pgpinline.c
4097         * src/plugins/pgpinline/pgpinline.h
4098                 Fix more copyrights
4099
4100 2007-02-03 [colin]      2.7.2cvs16
4101
4102         * src/partial_download.c
4103         * src/partial_download.h
4104         * src/ssl_manager.c
4105         * src/ssl_manager.h
4106         * src/uri_opener.c
4107         * src/uri_opener.h
4108         * src/wizard.c
4109         * src/wizard.h
4110         * src/common/ssl_certificate.c
4111         * src/common/ssl_certificate.h
4112         * src/gtk/quicksearch.c
4113         * src/gtk/quicksearch.h
4114         * src/gtk/sslcertwindow.c
4115         * src/gtk/sslcertwindow.h
4116                 Fix copyright on my files
4117
4118 2007-02-02 [colin]      2.7.2cvs15
4119
4120         * src/Makefile.am
4121         * src/mainwindow.c
4122         * src/messageview.c
4123         * src/messageview.h
4124         * src/textview.c
4125         * src/textview.h
4126         * src/uri_opener.c
4127         * src/uri_opener.h
4128                 Add Tools/List URIs to allow
4129                 opening any URI in the current mail
4130
4131 2007-02-02 [colin]      2.7.2cvs14
4132
4133         * src/common/valgrind.h ** NEW FILE **
4134         * src/common/Makefile.am
4135         * src/common/plugin.c
4136                 Don't dlclose the plugins if we're running
4137                 under valgrind. (doesn't require valgrind
4138                 either at compile time or run time).
4139
4140 2007-02-01 [paul]       2.7.2cvs13
4141
4142         * AUTHORS
4143         * src/gtk/authors.h
4144         * tools/freshmeat_search.pl
4145         * tools/google_search.pl
4146         * tools/multiwebsearch.pl
4147                 add support for non ISO-8859-1 compatible locales
4148                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4149
4150 2007-02-01 [colin]      2.7.2cvs12
4151
4152         * src/prefs_other.c
4153         * src/prefs_summaries.c
4154                 Move keybinding prefs to the Other page
4155
4156 2007-02-01 [wwp]        2.7.2cvs11
4157
4158         * src/plugins/trayicon/trayicon.c
4159                 Fix a raising issue within KDE.
4160
4161 2007-02-01 [colin]      2.7.2cvs10
4162
4163         * src/codeconv.c
4164                 Fix stray quotes in encoded strings
4165         * src/addressadd.c
4166                 Fix wrong call causing g_warnings
4167         * src/textview.c
4168                 Remove useless message
4169
4170 2007-01-31 [wwp]        2.7.2cvs9
4171
4172         * src/plugins/trayicon/trayicon.c
4173                 fix buggy hiding of main window when closing if close-to-tray
4174                 is not set (bad logics  in the trayicon hook code).
4175                 Changed the quit confirmation message too.
4176
4177 2007-01-30 [colin]      2.7.2cvs8
4178
4179         * src/main.c
4180                 Fix hidden mainwindow after clicking on
4181                 the X close button, if compose windows
4182                 exist and the user chooses not to quit
4183
4184 2007-01-30 [colin]      2.7.2cvs7
4185
4186         * src/main.c
4187         * src/compose.c
4188                 Handle local URIs to attach files (file:///...)
4189                 Fixes attaching files from Thunar for example
4190
4191 2007-01-30 [colin]      2.7.2cvs6
4192
4193         * src/prefs_ext_prog.c
4194                 Add 'mousepad' to the list of text editors.
4195                 Mousepad is XFCE's text editor
4196
4197 2007-01-29 [wwp]        2.7.2cvs5
4198
4199         * po/POTFILES.in
4200         * src/plugins/trayicon/trayicon_prefs.c
4201                 trayicon i18n fixes, thanks to Fabien.
4202
4203 2007-01-28 [wwp]        2.7.2cvs4
4204
4205         * src/mainwindow.c
4206         * src/mainwindow.h
4207         * src/plugins/trayicon/trayicon.c
4208         * src/plugins/trayicon/trayicon_prefs.c
4209         * src/plugins/trayicon/trayicon_prefs.h
4210                 Added a new TrayIcon plugin option to close to tray
4211                 (WM's hotkey and [X] button will hide the window instead
4212                 of closing it - closing CM can be done using the tray icon
4213                 menu or the File menu).
4214                 Improved visibility handling in trayicon, clicking the
4215                 trayicon now raise the window to current desktop when it
4216                 was either minimized/shaded/on another desktop.
4217                 Thanks to Paul for testing and fixing a strange behaviour
4218                 in KDE ;-).
4219
4220 2007-01-27 [paul]       2.7.2cvs3
4221
4222         * src/prefs_folder_item.c
4223         * src/prefs_receive.c
4224         * src/plugins/pgpcore/prefs_gpg.c
4225                 use 'start-up' instead of 'startup' in labels
4226
4227 2007-01-26 [wwp]        2.7.2cvs2
4228
4229         * src/plugins/trayicon/Makefile.am
4230         * src/plugins/trayicon/trayicon.c
4231         * src/plugins/trayicon/trayicon_prefs.c
4232         * src/plugins/trayicon/trayicon_prefs.h
4233                 Add a new TrayIcon option to hide the main window at
4234                 start-up.
4235                 Fix trayicon.c copyright header.
4236
4237 2007-01-26 [paul]       2.7.2cvs1
4238
4239         * NEWS
4240         * README
4241         * RELEASE_NOTES
4242         * configure.ac
4243                 bump up version number following
4244                 stable release
4245
4246 2007-01-25 [mones]      2.7.1cvs60
4247
4248         * po/es.po
4249                 updated thousands of strings (well, probably less ;-)
4250
4251 2007-01-25 [colin]      2.7.1cvs59
4252
4253         * src/matcher.c
4254                 Fix 2nd-run loss of matcherrc on new
4255                 configurations. 
4256
4257 2007-01-25 [wwp]        2.7.1cvs58
4258
4259         * src/mimeview.c
4260                 fix handling of empty value in attach_save_directory too, thanks
4261                 to Colin.
4262
4263 2007-01-25 [wwp]        2.7.1cvs57
4264
4265         * src/gtk/filesel.c
4266                 fix handling of empty value in attach_load_directory,
4267                 thanks to Colin.
4268
4269 2007-01-25 [wwp]        2.7.1cvs56
4270
4271         * src/plugins/dillo_viewer/dillo_prefs.h
4272                 fix a typo.
4273
4274 2007-01-25 [colin]      2.7.1cvs55
4275
4276         * src/matcher.c
4277         * src/matcher.h
4278         * src/matcher_parser_parse.y
4279         * src/prefs_matcher.c
4280                 Add matching on the spam flag
4281
4282 2007-01-24 [colin]      2.7.1cvs54
4283
4284         * src/folder.c
4285         * src/common/xml.c
4286         * src/common/xml.h
4287                 Make sure folderlist.xml is correctly
4288                 written before overwriting it.
4289         * src/procmsg.c
4290         * src/procmsg.h
4291         * src/summaryview.c
4292         * src/plugins/bogofilter/bogofilter.c
4293         * src/plugins/bogofilter/bogofilter.h
4294         * src/plugins/bogofilter/bogofilter_gtk.c
4295         * src/plugins/spamassassin/spamassassin.c
4296         * src/plugins/spamassassin/spamassassin.h
4297         * src/plugins/spamassassin/spamassassin_gtk.c
4298                 Move spam to the correct trash folder after
4299                 learning, if spam directory isn't set.
4300
4301 2007-01-23 [paul]       2.7.1cvs53
4302
4303         * src/plugins/bogofilter/bogofilter_gtk.c
4304                 fix sensitivity of "Insert X-Bogosity header"
4305                 option
4306
4307 2007-01-23 [colin]      2.7.1cvs52
4308
4309         * src/toolbar.c
4310                 Translate toolbar items text if
4311                 they're translatable (default)
4312         * src/addrcache.c
4313         * src/addrcache.h
4314         * src/addritem.c
4315         * src/addritem.h
4316         * src/codeconv.c
4317         * src/codeconv.h
4318         * src/jpilot.c
4319         * src/jpilot.h
4320         * src/ldapctrl.c
4321         * src/ldapctrl.h
4322         * src/ldapquery.h
4323         * src/ldif.c
4324         * src/ldif.h
4325         * src/etpan/etpan-thread-manager.c
4326         * src/etpan/etpan-thread-manager.h
4327         * src/gtk/gtkutils.c
4328         * src/gtk/gtkutils.h
4329                 More static functions
4330
4331 2007-01-22 [fabien]     2.7.1cvs51
4332
4333         * src/gtk/gtkutils.c
4334                 gtkut_get_options_frame() : ability to pass
4335                 a 'NULL' value in frame pointer parameter if
4336                 we don't need it.
4337
4338 2007-01-22 [colin]      2.7.1cvs50
4339
4340         * src/procmsg.c
4341         * src/procmsg.h
4342         * src/plugins/bogofilter/bogofilter.c
4343         * src/plugins/bogofilter/bogofilter_gtk.c
4344         * src/plugins/spamassassin/spamassassin.c
4345         * src/plugins/spamassassin/spamassassin_gtk.c
4346                 Allow moving spams to the account's trash
4347                 instead of default one
4348
4349 2007-01-21 [colin]      2.7.1cvs49
4350
4351         * src/ldapquery.c
4352         * src/ldapquery.h
4353                 Revert a static function that shouldn't
4354                 have been
4355
4356 2007-01-21 [colin]      2.7.1cvs48
4357
4358         * src/ldapquery.c
4359         * src/ldapquery.h
4360                 Same
4361
4362 2007-01-21 [colin]      2.7.1cvs47
4363
4364         * src/procmsg.c
4365         * src/procmsg.h
4366                 Same
4367
4368 2007-01-21 [colin]      2.7.1cvs46
4369
4370         * src/common/socket.c
4371         * src/common/socket.h
4372                 Same
4373
4374 2007-01-21 [colin]      2.7.1cvs45
4375
4376         * src/crash.c
4377         * src/exporthtml.c
4378         * src/exporthtml.h
4379         * src/exportldif.c
4380         * src/exportldif.h
4381         * src/folder.c
4382         * src/folder.h
4383         * src/folder_item_prefs.c
4384         * src/folder_item_prefs.h
4385         * src/folderview.c
4386         * src/folderview.h
4387         * src/gedit-print.c
4388         * src/gedit-print.h
4389         * src/main.c
4390         * src/main.h
4391         * src/common/socket.c
4392         * src/common/socket.h
4393         * src/gtk/gtkaspell.c
4394         * src/gtk/gtkaspell.h
4395         * src/gtk/quicksearch.c
4396         * src/gtk/quicksearch.h
4397                 Same
4398
4399 2007-01-21 [colin]      2.7.1cvs44
4400
4401         * src/common/utils.c
4402         * src/common/utils.h
4403         * src/etpan/etpan-thread-manager.c
4404         * src/etpan/etpan-thread-manager.h
4405                 Same (Funny that etpan_thread_unbind
4406                 is called but not etpan_thread_bind)
4407
4408 2007-01-21 [colin]      2.7.1cvs43
4409
4410         * src/addrselect.c
4411         * src/addrselect.h
4412         * src/codeconv.c
4413         * src/codeconv.h
4414         * src/compose.c
4415         * src/compose.h
4416         * src/etpan/Makefile.am
4417         * src/gtk/colorlabel.c
4418         * src/gtk/colorlabel.h
4419         * src/gtk/sslcertwindow.c
4420         * src/gtk/sslcertwindow.h
4421         * src/etpan/etpan-log.c ** REMOVED **
4422         * src/etpan/etpan-log.h ** REMOVED **
4423                 Same
4424
4425 2007-01-20 [colin]      2.7.1cvs42
4426
4427         * src/addritem.c
4428         * src/addritem.h
4429                 Same
4430
4431 2007-01-20 [colin]      2.7.1cvs41
4432
4433         * src/account.c
4434         * src/account.h
4435         * src/addrbook.c
4436         * src/addrbook.h
4437         * src/addrcache.c
4438         * src/addrcache.h
4439         * src/addrclip.c
4440         * src/addrclip.h
4441         * src/addressbook.c
4442         * src/addressbook.h
4443         * src/addrharvest.c
4444         * src/addrharvest.h
4445         * src/addrindex.c
4446         * src/addrindex.h
4447         * src/editaddress.c
4448         * src/editaddress.h
4449                 Make functions that aren't used in other
4450                 files static
4451
4452 2007-01-20 [colin]      2.7.1cvs40
4453
4454         * src/account.c
4455         * src/addrbook.c
4456         * src/addrcache.c
4457         * src/addressbook.c
4458         * src/addrgather.c
4459         * src/addrindex.c
4460         * src/addrquery.c
4461         * src/addrselect.c
4462         * src/browseldap.c
4463         * src/compose.c
4464         * src/editbook.c
4465         * src/editjpilot.c
4466         * src/editldap.c
4467         * src/editldap_basedn.c
4468         * src/editvcard.c
4469         * src/exporthtml.c
4470         * src/exportldif.c
4471         * src/folder.c
4472         * src/folderview.c
4473         * src/image_viewer.c
4474         * src/imap.c
4475         * src/importmutt.c
4476         * src/importpine.c
4477         * src/jpilot.c
4478         * src/ldapquery.c
4479         * src/main.c
4480         * src/mainwindow.c
4481         * src/matcher.c
4482         * src/messageview.c
4483         * src/mh.c
4484         * src/mimeview.c
4485         * src/msgcache.c
4486         * src/mutt.c
4487         * src/news.c
4488         * src/pine.c
4489         * src/prefs_account.c
4490         * src/prefs_common.c
4491         * src/prefs_compose_writing.c
4492         * src/prefs_ext_prog.c
4493         * src/prefs_folder_item.c
4494         * src/prefs_fonts.c
4495         * src/prefs_message.c
4496         * src/prefs_msg_colors.c
4497         * src/prefs_other.c
4498         * src/prefs_quote.c
4499         * src/prefs_receive.c
4500         * src/prefs_send.c
4501         * src/prefs_spelling.c
4502         * src/prefs_summaries.c
4503         * src/prefs_toolbar.c
4504         * src/prefs_wrapping.c
4505         * src/privacy.c
4506         * src/procmime.c
4507         * src/procmsg.c
4508         * src/ssl_manager.c
4509         * src/statusbar.c
4510         * src/summaryview.c
4511         * src/toolbar.c
4512         * src/vcard.c
4513         * src/common/hooks.c
4514         * src/common/log.c
4515         * src/common/passcrypt.c
4516         * src/common/socket.c
4517         * src/common/ssl.c
4518         * src/common/ssl_certificate.c
4519         * src/common/template.c
4520         * src/common/utils.c
4521         * src/etpan/imap-thread.c
4522         * src/gtk/sslcertwindow.c
4523         * src/gtk/sslcertwindow.h
4524                 Make functions that could be static, static
4525
4526 2007-01-20 [colin]      2.7.1cvs39
4527
4528         * src/editldap.c
4529                 Fix tooltip
4530
4531 2007-01-20 [colin]      2.7.1cvs38
4532
4533         * src/ldapquery.c
4534         * src/ldaputil.c
4535         * src/ldaputil.h
4536                 Fix bug 1102, 'claws-mail-2.7.1 
4537                 makes use of deprecated ldap 
4538                 functions'
4539
4540 2007-01-20 [colin]      2.7.1cvs37
4541
4542         * src/mainwindow.c
4543         * src/mainwindow.h
4544         * src/summaryview.c
4545         * src/gtk/quicksearch.c
4546                 Add Wide message list layout
4547
4548 2007-01-19 [fabien]     2.7.1cvs36
4549
4550         * src/textview.c
4551                 make sure a font change is considered in links of
4552                 headerview.
4553
4554 2007-01-19 [colin]      2.7.1cvs35
4555
4556         * src/main.c
4557         * src/mainwindow.c
4558         * src/mainwindow.h
4559         * src/messageview.c
4560         * src/messageview.h
4561         * src/prefs_common.c
4562         * src/prefs_common.h
4563         * src/summaryview.c
4564         * src/summaryview.h
4565         * src/gtk/quicksearch.c
4566         * src/gtk/quicksearch.h
4567                 Drop 'Separate Folder tree' and 'Separate
4568                 Message View'. Put three layouts in place
4569                 of it.
4570
4571 2007-01-19 [paul]       2.7.1cvs34
4572
4573         * src/prefs_msg_colors.c
4574                 more use of Q_ for translators
4575
4576 2007-01-19 [paul]       2.7.1cvs33
4577
4578         * src/imap_gtk.c
4579         * src/prefs_account.c
4580                 a few changes to the English
4581
4582 2007-01-19 [fabien]     2.7.1cvs32
4583
4584         * src/wizard.c
4585                 factorize translatable string
4586
4587 2007-01-18 [colin]      2.7.1cvs31
4588
4589         * src/main.c
4590                 Don't error out on --sync option. Although
4591                 we don't do anything with it, gtk+ handles
4592                 it, and it's useful for debugging X errors
4593
4594 2007-01-18 [fabien]     2.7.1cvs30
4595
4596         * src/prefs_other.c
4597                 ability to apply on the fly the recent added
4598                 'gtk_can_change_accels' pref (no need to restart).
4599
4600 2007-01-18 [fabien]     2.7.1cvs29
4601
4602         * src/plugins/bogofilter/bogofilter_gtk.c
4603         * src/plugins/bogofilter/bogofilter.c
4604         * src/plugins/spamassassin/spamassassin_gtk.c
4605         * src/addr_compl.c
4606         * src/prefs_account.c
4607                 factorize or rewrite some translatable strings.
4608
4609 2007-01-18 [fabien]     2.7.1cvs28
4610
4611         * src/prefs_gtk.h
4612         * src/compose.c
4613                 set a 4pix space between "Subject:" label and subject entry in
4614                 compose window.
4615
4616 2007-01-18 [wwp]        2.7.1cvs27
4617
4618         * src/addressbook.c
4619                 fix conflicting address-copy/paste when focus is set
4620                 to the embedded edit-person form.
4621  
4622
4623 2007-01-18 [wwp]        2.7.1cvs26
4624
4625         * src/addressbook.h
4626                 complete 2.7.1cvs23 (one more file was missing from that
4627                 commit).
4628
4629 2007-01-18 [colin]      2.7.1cvs25
4630
4631         * src/main.c
4632                 Provide a way to migrate without backup
4633                 Re-ask for migration on next start if 
4634                 it has been refused and wizard has been 
4635                 cancelled after.
4636
4637 2007-01-18 [wwp]        2.7.1cvs24
4638
4639         * src/editaddress.c
4640                 complete 2.7.1.cvs23 (file was missing from previous
4641                 commit).
4642
4643 2007-01-18 [wwp]        2.7.1cvs23
4644
4645         * src/addressbook.c
4646                 fix potential crashes in address book's focus_in/out signal handlers,
4647                 force focus to the edit-person form when clicked the Edit menu entry or
4648                 button (this only matters if the edit-person form is embedded to the
4649                 AB window, in that case, focus is not set when browsing the contacts
4650                 list w/ keys or mouse clicks).
4651
4652 2007-01-18 [paul]       2.7.1cvs22
4653
4654         * src/main.c
4655                 add command line options:
4656                 -h for --help
4657                 -q and --quit for --exit
4658                 -v for --version
4659                 print "Unknown option" for unknown options
4660
4661 2007-01-18 [paul]       2.7.1cvs21
4662
4663         * po/ru.po
4664                 updated by Pavlo Bohmat
4665
4666 2007-01-18 [paul]       2.7.1cvs20
4667
4668         * src/mainwindow.c
4669                 fix sensitivity issues of Mark as Spam/Ham
4670
4671 2007-01-17 [fabien]     2.7.1cvs19
4672
4673         * src/prefs_other.c
4674         * src/prefs_common.c
4675         * src/prefs_common.h
4676         * src/main.c
4677                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4678                 control the corresponding gtk property. It could be used to lock
4679                 all shortcuts (avoid to set one of them by inadvertency).
4680
4681 2007-01-17 [colin]      2.7.1cvs18
4682
4683         * src/summaryview.c
4684                 Fix bug 1100, 'Highlighted e-mail data not visible 
4685                 when color label applied.'. Use a weighted average
4686                 between normal selected foreground color and color
4687                 label instead of a simple one (3/1 instead 1/1).
4688
4689 2007-01-17 [colin]      2.7.1cvs17
4690
4691         * src/messageview.c
4692                 Better fix for bug 1088, 'Ctrl-h produces repeatable
4693                 crash' - don't prevent mail switching while loading
4694
4695 2007-01-17 [colin]      2.7.1cvs16
4696
4697         * src/folder.c
4698         * src/folder.h
4699         * src/folderview.c
4700         * src/folderview.h
4701         * src/imap.c
4702         * src/imap.h
4703         * src/imap_gtk.c
4704                 Manage recursive search of unsubscribed folders
4705                 Rescan tree without checking for new messages 
4706                 after subscriptions changed
4707
4708 2007-01-17 [paul]       2.7.1cvs15
4709
4710         * src/prefs_common.c
4711         * src/gtk/pluginwindow.c
4712                 fix bug 1101, '"Load plugin" button is
4713                 accidentally hidden'
4714                 unset (-1) initial width in prefs_common,
4715                 fix overlapping buttons,
4716                 and other cleanups
4717
4718 2007-01-17 [paul]       2.7.1cvs14
4719
4720         * src/procmime.c
4721                 add #include <errno.h>, it's needed
4722                 on some systems
4723
4724 2007-01-17 [paul]       2.7.1cvs13
4725
4726         * src/common/defs.h
4727         * tools/make.themes.project
4728                 rename .sylpheed_themeinfo to .claws_themeinfo
4729                 and use it
4730         * src/etpan/etpan-errors.h
4731         * src/etpan/etpan-log.c
4732         * src/etpan/etpan-log.h
4733         * src/etpan/etpan-thread-manager-types.h
4734         * src/etpan/etpan-thread-manager.c
4735         * src/etpan/etpan-thread-manager.h
4736         * src/etpan/imap-thread.c
4737         * src/etpan/imap-thread.h
4738                 add copyright header
4739
4740 2007-01-17 [colin]      2.7.1cvs12
4741
4742         * src/plugins/pgpcore/select-keys.c
4743         * src/gtk/pluginwindow.c
4744         * src/prefs_account.c
4745                 Fix warnings
4746
4747 2007-01-16 [colin]      2.7.1cvs11
4748
4749         * src/imap.c
4750         * src/imap.h
4751         * src/imap_gtk.c
4752                 Manage subscribing to subfolders when only
4753                 subscribed folders are shown.
4754
4755 2007-01-16 [colin]      2.7.1cvs10
4756
4757         * src/folderview.c
4758                 Fix annoying vscrollbar going back to top
4759                 on Check for new folders
4760
4761 2007-01-16 [colin]      2.7.1cvs9
4762
4763         * src/imap.c
4764                 Remove printf
4765
4766 2007-01-16 [colin]      2.7.1cvs8
4767
4768         * src/filtering.c
4769                 Bigger buffer for errors
4770         * src/imap.c
4771         * src/imap.h
4772         * src/imap_gtk.c
4773         * src/prefs_account.c
4774         * src/prefs_account.h
4775         * src/wizard.c
4776         * src/etpan/imap-thread.c
4777         * src/etpan/imap-thread.h
4778         * manual/handling.xml
4779                 Add subscriptions management. What it changes:
4780                 Creating a folder subscribes to it
4781                 Deleting a folder unsubscribes it
4782                 New contextual menu item allowing to switch between
4783                 All folders and Subscribed folders, subscribe, and
4784                 unsubscribe. "Creating" an existing but unsubscribed
4785                 folder will subscribe it.
4786                 By default for new accounts, only subscribed folders 
4787                 are shown.
4788
4789
4790 2007-01-16 [paul]       2.7.1cvs7
4791
4792         * src/summaryview.c
4793                 Allow folder classes to specify only sort_key or
4794                 sort_type instead of both or none.
4795
4796 2007-01-16 [paul]       2.7.1cvs6
4797
4798         * src/action.c
4799         * src/compose.c
4800         * src/mimeview.c
4801         * src/procmime.c
4802         * src/textview.c
4803                 Save and use errno for procmime_get_part
4804
4805 2007-01-16 [colin]      2.7.1cvs5
4806
4807         * src/imap.c
4808                 Never remove INBOX when scanning for
4809                 new folders. It's a special folder
4810                 that has to exist.
4811
4812 2007-01-15 [colin]      2.7.1cvs4
4813
4814         * src/imap.c
4815                 Fix 'Check for new folders' when IMAP subdirectory
4816                 is set
4817         * src/etpan/imap-thread.c
4818                 Fix build
4819
4820 2007-01-15 [colin]      2.7.1cvs3
4821
4822         * src/etpan/imap-thread.c
4823                 Fix invalid free on command-connection
4824                 error
4825
4826 2007-01-15 [wwp]        2.7.1cvs2
4827
4828         * src/matcher_parser_lex.l
4829         * src/quote_fmt_lex.l
4830         * src/matcher_parser_parse.y
4831                 fix copyright header in lexers and parsers.
4832
4833 2007-01-15 [paul]       2.7.1cvs1
4834
4835         * NEWS
4836         * README
4837         * RELEASE_NOTES
4838         * configure.ac
4839                 bump up version number following
4840                 stable release
4841
4842 2007-01-15 [paul]       2.7.0cvs31
4843
4844         * AUTHORS
4845         * src/gtk/authors.h
4846                 add Fabien to the Team list
4847                 add the recent contributors
4848                 make a few corrections
4849
4850 2007-01-15 [paul]       2.7.0cvs30
4851
4852         * src/mainwindow.c
4853                 fix compiler warning
4854         * src/plugins/pgpcore/prefs_gpg.c
4855         * src/plugins/pgpcore/prefs_gpg.h
4856                 add missing include
4857                 fix copyright header
4858
4859 2007-01-14 [colin]      2.7.0cvs29
4860
4861         * src/gtk/filesel.c
4862                 Use the 'gtk+' backend. Avoids gnome-vfs use,
4863                 two benefits: faster to open, will fix strange
4864                 dbus-related crash. Thanks to Pascal Terjan.
4865
4866 2007-01-14 [colin]      2.7.0cvs28
4867
4868         * src/etpan/imap-thread.c
4869                 Delete the old imap just after allocating
4870                 the new one. Makes sure we don't get the
4871                 same pointer by sheer luck, which feels
4872                 strange in the debug log.
4873
4874 2007-01-14 [colin]      2.7.0cvs27
4875
4876         * src/gtk/inputdialog.c
4877                 Make sure we don't print passwords in
4878                 clear text when in debug mode
4879
4880 2007-01-14 [colin]      2.7.0cvs26
4881
4882         * src/gtk/gtksctree.c
4883                 Fix bug 1098, 'bogus last row display 
4884                 after expanding a thread'. Patch by
4885                 Jindrich Makovicka <makovick@gmail.com>
4886
4887 2007-01-14 [colin]      2.7.0cvs25
4888
4889         * src/etpan/imap-thread.c
4890                 Close socket manually before
4891                 freeing the imap struct
4892
4893 2007-01-14 [colin]      2.7.0cvs24
4894
4895         * src/etpan/imap-thread.c
4896                 Maybe fix new reconnection issues
4897
4898 2007-01-13 [colin]      2.7.0cvs23
4899
4900         * src/summaryview.c
4901                 Freeze/thaw on thread selection
4902
4903 2007-01-13 [paul]       2.7.0cvs22
4904
4905         * src/mainwindow.c
4906         * src/summaryview.c
4907         * src/summaryview.h
4908                 add 'Edit/Delete thread'
4909
4910 2007-01-13 [colin]      2.7.0cvs21
4911
4912         * src/prefs_account.c
4913         * src/prefs_compose_writing.c
4914         * src/prefs_message.c
4915         * src/prefs_msg_colors.c
4916         * src/prefs_other.c
4917         * src/prefs_receive.c
4918         * src/prefs_spelling.c
4919         * src/prefs_summaries.c
4920         * src/prefs_themes.c
4921         * src/gtk/gtkutils.c
4922         * src/gtk/gtkutils.h
4923         * src/plugins/pgpcore/prefs_gpg.c
4924         * src/plugins/spamassassin/spamassassin_gtk.c
4925                 Factorize gtk frame creation
4926                 Patch by Pawel
4927
4928 2007-01-13 [colin]      2.7.0cvs20
4929
4930         * src/message_search.c
4931         * src/summary_search.c
4932                 Fix Enter in search windows
4933         * src/messageview.c
4934                 Fix body search starting at the
4935                 end of the mail (and asking for loop)
4936
4937 2007-01-13 [colin]      2.7.0cvs19
4938
4939         * src/etpan/imap-thread.c
4940                 Make sure we don't free the same imap
4941                 twice
4942
4943 2007-01-13 [colin]      2.7.0cvs18
4944
4945         * commitHelper
4946                 Allow multiple commitHelpers to
4947                 run at once
4948
4949 2007-01-12 [colin]      2.7.0cvs17
4950
4951         * src/etpan/imap-thread.c
4952                 Make sure we get rid of the previous mailimap
4953                 when connecting - just in case disconnect was
4954                 unclean
4955
4956 2007-01-12 [paul]       2.7.0cvs16
4957
4958         * src/compose.c
4959                 Strip S/MIME signatures when re-editing
4960                 S/MIME signed messages.
4961
4962 2007-01-12 [paul]       2.7.0cvs15
4963
4964         * configure.ac
4965         * src/addressbook.c
4966         * src/foldersel.c
4967         * src/folderview.c
4968         * src/main.c
4969                 no need to define CLAWS anymore, remove
4970                 all that stuff
4971
4972 2007-01-12 [paul]       2.7.0cvs14
4973
4974         * src/mimeview.c
4975                 check if the mail's signed as
4976                 it can change the mail structure
4977                 Thanks to Colin
4978
4979 2007-01-12 [paul]       2.7.0cvs13
4980
4981         * src/procmime.c
4982                 fix Forwarding msgs with attachments
4983                 that have dos line endings
4984                 Thanks to Colin
4985
4986 2007-01-12 [wwp]        2.7.0cvs12
4987
4988         * configure.ac
4989                 Revert accidentally committed extra version tag.
4990
4991 2007-01-12 [wwp]        2.7.0cvs11
4992
4993         * src/prefs_account.c
4994                 Fix compilation w/o aspell (completes 2.7.0cvs7).
4995
4996 2007-01-11 [colin]      2.7.0cvs10
4997
4998         * src/imap.c
4999                 move g_warning to debug_print
5000                 it scares people for no reason
5001
5002 2007-01-11 [colin]      2.7.0cvs9
5003
5004         * po/POTFILES.in
5005                 Fix files to translate. Patch by
5006                 Fabien
5007
5008 2007-01-11 [paul]       2.7.0cvs8
5009
5010         * src/imap.c
5011                 Fix recursion when server lists the
5012                 current subfolder in the response
5013         * src/mimeview.c
5014                 Fix updating of icon_list/ctree
5015         * src/plugins/pgpcore/select-keys.c
5016                 Fix a few annoyances when choosing
5017                 keys for the CMS (S/MIME) protocol
5018
5019 2007-01-11 [wwp]        2.7.0cvs7
5020
5021         * src/compose.c
5022         * src/prefs_account.c
5023         * src/prefs_account.h
5024                 Add per-account spellcheck default dictionaries settings.
5025
5026 2007-01-10 [colin]      2.7.0cvs6
5027
5028         * src/prefs_folder_item.c
5029                 Factorize strings - patch by Fabien
5030
5031 2007-01-10 [colin]      2.7.0cvs5
5032
5033         * src/mainwindow.c
5034                 Fix bug 1095, 'Crash while changing folder 
5035                 columns during incorporation'
5036
5037 2007-01-09 [colin]      2.7.0cvs4
5038
5039         * src/gtk/pluginwindow.c
5040                 Set the plugin window transient. Seems
5041                 like some window managers hide it in
5042                 the background after "load plugin"...
5043
5044 2007-01-09 [colin]      2.7.0cvs3
5045
5046         * src/gtk/filesel.c
5047                 Use the same type for alloc and free
5048
5049 2007-01-08 [paul]       2.7.0cvs2
5050
5051         * po/nl.po
5052                 updated by Tim Dijkstra
5053
5054 2007-01-08 [paul]       2.7.0cvs1
5055
5056         * src/prefs_themes.c
5057         * src/common/utils.c
5058                 Fix resource leaks
5059
5060 2007-01-08 [paul]       2.7.0
5061
5062         * NEWS
5063         * README
5064         * RELEASE_NOTES
5065                 2.7.0 released
5066
5067 2007-01-08 [paul]       2.6.1cvs119
5068
5069         * doc/man/claws-mail.1
5070                 another correction
5071
5072 2007-01-08 [paul]       2.6.1cvs118
5073
5074         * doc/man/claws-mail.1
5075                 corrections
5076         * manual/advanced.xml
5077                 improved English usage
5078
5079 2007-01-08 [paul]       2.6.1cvs117
5080
5081         * po/ca.po
5082         * po/de.po
5083         * po/en_GB.po
5084         * po/fi.po
5085         * po/it.po
5086         * po/pt_BR.po
5087         * po/sk.po
5088         * po/sr.po
5089         * po/zh_CN.po
5090                 updated by Miquel Oliete, Stephan Sachse, me,
5091                 Tommi Pirinen, Andrea Spadaccini, Frederico
5092                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5093                 Urosevic, and Ralgh Young
5094
5095 2007-01-07 [mones]      2.6.1cvs116
5096
5097         * manual/es/advanced.xml
5098         * po/es.po
5099                 Synced manual (unhide mark_as_read_delay)
5100                 and updated translation for release
5101
5102 2007-01-07 [paul]       2.6.1cvs115
5103
5104         * src/prefs_matcher.c
5105                 make the hbox content fit better under
5106                 various languages
5107
5108 2007-01-07 [colin]      2.6.1cvs114
5109
5110         * src/messageview.c
5111                 Fix bug 1088, 'Ctrl-h produces repeatable
5112                 crash'
5113
5114 2007-01-06 [colin]      2.6.1cvs113
5115
5116         * src/etpan/imap-thread.c
5117                 Add casts to int to get certs. Fixes
5118                 bug 1064, 'crash @ etpan_certificate_check() 
5119                 when opening an IMAP folder', with latest
5120                 libetpan CVS or >= 0.49
5121         * src/mainwindow.c
5122         * src/mainwindow.h
5123         * src/imap_gtk.c
5124         * src/news_gtk.c
5125         * src/prefs_folder_item.c
5126                 Grey out the "synchronise" menu items if
5127                 there's nothing to synchronise.
5128         * src/plugins/pgpcore/sgpgme.c
5129                 Make an error clearer than "Unknown error"
5130
5131 2007-01-06 [colin]      2.6.1cvs112
5132
5133         * src/messageview.c
5134                 Don't try to show a message if updating
5135                 Maybe fixes bug 1088, 'ctrl-h produces
5136                 repeatable crash'.
5137
5138 2007-01-06 [colin]      2.6.1cvs111
5139
5140         * src/summaryview.c
5141                 Disable Control-Space (handle it as Space).
5142
5143 2007-01-05 [paul]       2.6.1cvs110
5144
5145         * src/imap.c
5146                 Fix bug 934, 'sylpheed claws 2.1 
5147                 doesn't show Exchanges Public Folders'
5148                 Thanks to Hoa and Colin
5149         * src/msgcache.c
5150                 Refuse to allocate more than 2 MB for a 
5151                 single field, it's a good indication of
5152                 cache corruption.
5153
5154 2007-01-05 [colin]      2.6.1cvs109
5155
5156         * src/mainwindow.c
5157                 Allow --select'ing emails by Message-ID too
5158
5159 2007-01-05 [colin]      2.6.1cvs108
5160
5161         * src/common/quoted-printable.c
5162                 Uh! Third fix :)
5163
5164 2007-01-05 [colin]      2.6.1cvs107
5165
5166         * src/common/quoted-printable.c
5167                 Fix previous commit about bug 1089
5168                 Thanks to Ralf
5169
5170 2007-01-05 [colin]      2.6.1cvs106
5171
5172         * src/common/quoted-printable.c
5173                 Fix my previous commit on bug 1089
5174                 - Thanks to Ralf :)
5175
5176 2007-01-04 [colin]      2.6.1cvs105
5177
5178         * src/common/quoted-printable.c
5179                 Fix bug 1089, 'NUL characters in Subject 
5180                 line are misinterpreted'. Not a pain to
5181                 fix in fact.
5182
5183 2007-01-04 [colin]      
5184
5185         2.7.0-rc3 released
5186
5187 2007-01-04 [wwp]        2.6.1cvs104
5188
5189         * src/image_viewer.c
5190                 Force operator precedence (fix a compiler warning).
5191
5192 2007-01-04 [colin]      2.6.1cvs103
5193
5194         * src/image_viewer.c
5195                 Be cautious there too (same fix as the one
5196                 in textview from cvs33)
5197         * src/messageview.c
5198                 Don't use any MimeViewer plugin when showing
5199                 all headers
5200
5201 2007-01-03 [wwp]        2.6.1cvs102
5202
5203         * src/html.c
5204         * src/html.h
5205                 fixed "cent" sign (use the existing ASCII one),
5206                 decode more HTML entities,
5207                 converted table ASCII entries to UTF-8,
5208                 moved a switch() into a hashtable.
5209
5210 2007-01-03 [paul]       2.6.1cvs101
5211
5212         * src/compose.c
5213         * src/messageview.c
5214         * src/procmsg.c
5215         * src/procmsg.h
5216                 When possible, use move_msg instead of
5217                 copy_msg + remove_msg to move sent mail
5218                 from Queue to Sent. 
5219
5220 2007-01-03 [paul]       2.6.1cvs100
5221
5222         * src/html.c
5223                 add more html entity recognition:
5224                 pounds, euros, and cents
5225
5226 2007-01-03 [colin]      2.6.1cvs99
5227
5228         * src/imap_gtk.c
5229                 Don't display an error on NOSELECT
5230                 folders when synchronising
5231
5232 2007-01-03 [paul]       2.6.1cvs98
5233
5234         * tools/maildir2claws-mail.pl
5235                 only substitute 'sent-mail' if it's
5236                 the full directory name
5237
5238 2007-01-03 [paul]       2.6.1cvs97
5239
5240         * ChangeLog
5241         * ChangeLog.pre2.0.0
5242         * Makefile.am
5243                 archive a chunk of ChangeLog in
5244                 ChangeLog.pre2.0.0
5245         * ChangeLog.gtk1
5246         * doc/src/ChangeLog.claws-pre0.8.0
5247                 remove ChangeLog.claws-pre0.8.0, adding
5248                 its contents to ChangeLog.gtk1
5249
5250 2007-01-03 [paul]       2.6.1cvs96
5251
5252         * src/account.c
5253         * src/account.h
5254         * src/action.c
5255         * src/action.h
5256         * src/adbookbase.h
5257         * src/addr_compl.c
5258         * src/addr_compl.h
5259         * src/addrbook.c
5260         * src/addrcache.c
5261         * src/addrcache.h
5262         * src/addrcindex.c
5263         * src/addrcindex.h
5264         * src/addrclip.c
5265         * src/addrclip.h
5266         * src/addrdefs.h
5267         * src/addressadd.c
5268         * src/addressadd.h
5269         * src/addressbook.c
5270         * src/addressbook.h
5271         * src/addressbook_foldersel.c
5272         * src/addressbook_foldersel.h
5273         * src/addrgather.c
5274         * src/addrgather.h
5275         * src/addrharvest.c
5276         * src/addrharvest.h
5277         * src/addrindex.c
5278         * src/addrindex.h
5279         * src/addritem.c
5280         * src/addritem.h
5281         * src/addrquery.c
5282         * src/addrquery.h
5283         * src/addrselect.c
5284         * src/addrselect.h
5285         * src/alertpanel.c
5286         * src/alertpanel.h
5287         * src/browseldap.c
5288         * src/browseldap.h
5289         * src/codeconv.c
5290         * src/codeconv.h
5291         * src/compose.c
5292         * src/compose.h
5293         * src/customheader.c
5294         * src/customheader.h
5295         * src/displayheader.c
5296         * src/displayheader.h
5297         * src/editaddress.c
5298         * src/editaddress.h
5299         * src/editbook.c
5300         * src/editbook.h
5301         * src/editgroup.c
5302         * src/editgroup.h
5303         * src/editjpilot.c
5304         * src/editjpilot.h
5305         * src/editldap.c
5306         * src/editldap.h
5307         * src/editldap_basedn.c
5308         * src/editldap_basedn.h
5309         * src/editvcard.c
5310         * src/editvcard.h
5311         * src/exphtmldlg.c
5312         * src/exphtmldlg.h
5313         * src/expldifdlg.c
5314         * src/expldifdlg.h
5315         * src/export.c
5316         * src/export.h
5317         * src/exporthtml.c
5318         * src/exporthtml.h
5319         * src/exportldif.c
5320         * src/exportldif.h
5321         * src/filtering.c
5322         * src/filtering.h
5323         * src/folder.c
5324         * src/folder.h
5325         * src/folder_item_prefs.c
5326         * src/folder_item_prefs.h
5327         * src/foldersel.c
5328         * src/foldersel.h
5329         * src/folderutils.c
5330         * src/folderutils.h
5331         * src/folderview.c
5332         * src/folderview.h
5333         * src/grouplistdialog.c
5334         * src/grouplistdialog.h
5335         * src/headerview.c
5336         * src/html.c
5337         * src/html.h
5338         * src/image_viewer.c
5339         * src/image_viewer.h
5340         * src/imap.c
5341         * src/imap.h
5342         * src/imap_gtk.c
5343         * src/imap_gtk.h
5344         * src/import.c
5345         * src/import.h
5346         * src/importldif.c
5347         * src/importldif.h
5348         * src/importmutt.c
5349         * src/importmutt.h
5350         * src/importpine.c
5351         * src/importpine.h
5352         * src/inc.c
5353         * src/inc.h
5354         * src/jpilot.c
5355         * src/jpilot.h
5356         * src/ldapctrl.c
5357         * src/ldapctrl.h
5358         * src/ldaplocate.c
5359         * src/ldaplocate.h
5360         * src/ldapquery.c
5361         * src/ldapquery.h
5362         * src/ldapserver.c
5363         * src/ldapserver.h
5364         * src/ldaputil.c
5365         * src/ldaputil.h
5366         * src/ldif.c
5367         * src/ldif.h
5368         * src/main.c
5369         * src/main.h
5370         * src/mainwindow.c
5371         * src/mainwindow.h
5372         * src/manual.c
5373         * src/manual.h
5374         * src/mbox.c
5375         * src/message_search.c
5376         * src/message_search.h
5377         * src/messageview.c
5378         * src/messageview.h
5379         * src/mh.c
5380         * src/mh.h
5381         * src/mh_gtk.c
5382         * src/mh_gtk.h
5383         * src/mimeview.c
5384         * src/mimeview.h
5385         * src/msgcache.c
5386         * src/msgcache.h
5387         * src/mutt.c
5388         * src/mutt.h
5389         * src/news.c
5390         * src/news.h
5391         * src/news_gtk.c
5392         * src/news_gtk.h
5393         * src/partial_download.c
5394         * src/partial_download.h
5395         * src/pine.c
5396         * src/pine.h
5397         * src/pop.c
5398         * src/pop.h
5399         * src/prefs_account.c
5400         * src/prefs_account.h
5401         * src/prefs_actions.c
5402         * src/prefs_actions.h
5403         * src/prefs_common.c
5404         * src/prefs_common.h
5405         * src/prefs_compose_writing.c
5406         * src/prefs_compose_writing.h
5407         * src/prefs_customheader.c
5408         * src/prefs_customheader.h
5409         * src/prefs_display_header.c
5410         * src/prefs_display_header.h
5411         * src/prefs_filtering.c
5412         * src/prefs_filtering.h
5413         * src/prefs_filtering_action.c
5414         * src/prefs_filtering_action.h
5415         * src/prefs_folder_column.c
5416         * src/prefs_folder_column.h
5417         * src/prefs_folder_item.c
5418         * src/prefs_folder_item.h
5419         * src/prefs_fonts.c
5420         * src/prefs_fonts.h
5421         * src/prefs_gtk.c
5422         * src/prefs_gtk.h
5423         * src/prefs_image_viewer.c
5424         * src/prefs_image_viewer.h
5425         * src/prefs_matcher.c
5426         * src/prefs_matcher.h
5427         * src/prefs_message.c
5428         * src/prefs_msg_colors.c
5429         * src/prefs_msg_colors.h
5430         * src/prefs_other.c
5431         * src/prefs_quote.c
5432         * src/prefs_receive.c
5433         * src/prefs_send.c
5434         * src/prefs_spelling.c
5435         * src/prefs_spelling.h
5436         * src/prefs_summaries.c
5437         * src/prefs_summaries.h
5438         * src/prefs_summary_column.c
5439         * src/prefs_summary_column.h
5440         * src/prefs_template.c
5441         * src/prefs_template.h
5442         * src/prefs_themes.c
5443         * src/prefs_themes.h
5444         * src/prefs_toolbar.c
5445         * src/prefs_toolbar.h
5446         * src/prefs_wrapping.c
5447         * src/prefs_wrapping.h
5448         * src/privacy.c
5449         * src/privacy.h
5450         * src/procheader.c
5451         * src/procheader.h
5452         * src/procmime.c
5453         * src/procmime.h
5454         * src/procmsg.c
5455         * src/procmsg.h
5456         * src/quote_fmt.c
5457         * src/quote_fmt_parse.y
5458         * src/recv.c
5459         * src/recv.h
5460         * src/remotefolder.c
5461         * src/remotefolder.h
5462         * src/send_message.c
5463         * src/send_message.h
5464         * src/setup.c
5465         * src/setup.h
5466         * src/sourcewindow.c
5467         * src/sourcewindow.h
5468         * src/ssl_manager.c
5469         * src/ssl_manager.h
5470         * src/statusbar.c
5471         * src/statusbar.h
5472         * src/stock_pixmap.c
5473         * src/stock_pixmap.h
5474         * src/summary_search.c
5475         * src/summary_search.h
5476         * src/summaryview.c
5477         * src/summaryview.h
5478         * src/textview.c
5479         * src/textview.h
5480         * src/toolbar.c
5481         * src/toolbar.h
5482         * src/undo.c
5483         * src/undo.h
5484         * src/unmime.c
5485         * src/unmime.h
5486         * src/vcard.c
5487         * src/vcard.h
5488         * src/wizard.c
5489         * src/wizard.h
5490         * src/common/base64.c
5491         * src/common/base64.h
5492         * src/common/defs.h
5493         * src/common/hooks.c
5494         * src/common/hooks.h
5495         * src/common/log.c
5496         * src/common/log.h
5497         * src/common/mgutils.c
5498         * src/common/mgutils.h
5499         * src/common/nntp.c
5500         * src/common/nntp.h
5501         * src/common/passcrypt.c
5502         * src/common/passcrypt.h.in
5503         * src/common/plugin.c
5504         * src/common/plugin.h
5505         * src/common/prefs.c
5506         * src/common/prefs.h
5507         * src/common/progressindicator.c
5508         * src/common/progressindicator.h
5509         * src/common/quoted-printable.c
5510         * src/common/quoted-printable.h
5511         * src/common/session.c
5512         * src/common/session.h
5513         * src/common/smtp.c
5514         * src/common/smtp.h
5515         * src/common/socket.c
5516         * src/common/socket.h
5517         * src/common/ssl.c
5518         * src/common/ssl.h
5519         * src/common/ssl_certificate.c
5520         * src/common/ssl_certificate.h
5521         * src/common/stringtable.c
5522         * src/common/stringtable.h
5523         * src/common/template.c
5524         * src/common/template.h
5525         * src/common/timing.h
5526         * src/common/utils.c
5527         * src/common/utils.h
5528         * src/common/version.h.in
5529         * src/common/xml.c
5530         * src/common/xml.h
5531         * src/common/xmlprops.c
5532         * src/common/xmlprops.h
5533         * src/gtk/about.c
5534         * src/gtk/colorlabel.c
5535         * src/gtk/colorsel.c
5536         * src/gtk/colorsel.h
5537         * src/gtk/combobox.c
5538         * src/gtk/combobox.h
5539         * src/gtk/description_window.c
5540         * src/gtk/description_window.h
5541         * src/gtk/filesel.c
5542         * src/gtk/filesel.h
5543         * src/gtk/foldersort.c
5544         * src/gtk/foldersort.h
5545         * src/gtk/gtksctree.c
5546         * src/gtk/gtkutils.c
5547         * src/gtk/gtkutils.h
5548         * src/gtk/inputdialog.c
5549         * src/gtk/inputdialog.h
5550         * src/gtk/logwindow.c
5551         * src/gtk/logwindow.h
5552         * src/gtk/manage_window.c
5553         * src/gtk/manage_window.h
5554         * src/gtk/menu.c
5555         * src/gtk/menu.h
5556         * src/gtk/pluginwindow.c
5557         * src/gtk/pluginwindow.h
5558         * src/gtk/prefswindow.c
5559         * src/gtk/prefswindow.h
5560         * src/gtk/progressdialog.c
5561         * src/gtk/progressdialog.h
5562         * src/gtk/sslcertwindow.c
5563         * src/gtk/sslcertwindow.h
5564         * src/plugins/bogofilter/bogofilter.c
5565         * src/plugins/bogofilter/bogofilter.h
5566         * src/plugins/bogofilter/bogofilter_gtk.c
5567         * src/plugins/clamav/clamav_plugin.c
5568         * src/plugins/clamav/clamav_plugin.h
5569         * src/plugins/clamav/clamav_plugin_gtk.c
5570         * src/plugins/demo/demo.c
5571         * src/plugins/dillo_viewer/dillo_prefs.c
5572         * src/plugins/dillo_viewer/dillo_prefs.h
5573         * src/plugins/dillo_viewer/dillo_viewer.c
5574         * src/plugins/pgpcore/passphrase.c
5575         * src/plugins/pgpcore/passphrase.h
5576         * src/plugins/pgpcore/pgp_viewer.c
5577         * src/plugins/pgpcore/pgp_viewer.h
5578         * src/plugins/pgpcore/plugin.c
5579         * src/plugins/pgpcore/select-keys.c
5580         * src/plugins/pgpcore/select-keys.h
5581         * src/plugins/pgpcore/sgpgme.c
5582         * src/plugins/pgpcore/sgpgme.h
5583         * src/plugins/pgpinline/pgpinline.c
5584         * src/plugins/pgpinline/pgpinline.h
5585         * src/plugins/pgpinline/plugin.c
5586         * src/plugins/pgpmime/pgpmime.c
5587         * src/plugins/pgpmime/pgpmime.h
5588         * src/plugins/pgpmime/plugin.c
5589         * src/plugins/spamassassin/spamassassin.c
5590         * src/plugins/spamassassin/spamassassin.h
5591         * src/plugins/spamassassin/spamassassin_gtk.c
5592         * src/plugins/trayicon/trayicon.c
5593                 it's 2007, update the year in the copyright headers
5594
5595 2007-01-03 [paul]       2.6.1cvs95
5596
5597         * src/gtk/about.c
5598                 it is 2007, use it in the copyright string
5599
5600 2007-01-03 [paul]       2.6.1cvs94
5601
5602         * src/html.c
5603                 html entity conversion:
5604                 move &#153; to a more suitable place
5605                 add &bull; and &ndash;
5606                 make sure &mdash; and &#8212; are both
5607                 converted the same
5608
5609 2007-01-02 [colin]      2.6.1cvs93
5610
5611         * src/addrbook.c
5612                 Fix leak
5613         * src/common/plugin.c
5614                 Add comment
5615         * src/etpan/imap-thread.c
5616                 Fix warning
5617
5618 2006-12-31 [paul]       2.6.1cvs92
5619
5620         * src/prefs_summaries.c
5621                 use gtk_button_new_from_stock()
5622
5623 2006-12-30 [colin]      2.6.1cvs91
5624
5625         * src/folder.c
5626         * src/imap_gtk.c
5627         * src/mh_gtk.c
5628                 Don't update filtering and account paths 
5629                 when copying folders
5630
5631 2006-12-30 [colin]      2.6.1cvs90
5632
5633         * src/prefs_compose_writing.c
5634         * src/prefs_quote.c
5635         * src/prefs_template.c
5636                 Use message font for Writing and 
5637                 Quoting prefs, as well as Templates.
5638
5639 2006-12-30 [colin]      2.6.1cvs89
5640
5641         * src/prefs_summaries.c
5642                 Rework GUI; patch by Pawel
5643
5644 2006-12-29 [colin]      2.6.1cvs88
5645
5646         * src/prefs_folder_item.c
5647                 Fix bug 1085, 'Apply to subfolder 
5648                 doesn't work' - I was mistaken saying
5649                 it worked in every case
5650
5651 2006-12-28 [colin]      2.6.1cvs87
5652
5653         * src/gtk/gtkaspell.c
5654                 Don't assert if use_alternate is true
5655                 and alt_dictionary isn't set -- this 
5656                 is what happens on upgrade! Rather,
5657                 do with it.
5658
5659 2006-12-28 [colin]      2.6.1cvs86
5660
5661         * Makefile.am
5662                 Fix desktop/icon simplification
5663
5664 2006-12-28 [colin]      2.6.1cvs85
5665
5666         * Makefile.am
5667                 Make desktop and icon not 
5668                 dependant on the desktop
5669
5670 2006-12-28 [wwp]        2.6.1cvs84
5671
5672         * src/plugins/pgpmime/claws.def
5673                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5674
5675 2006-12-28 [wwp]        2.6.1cvs83
5676
5677         * src/prefs_folder_item.c
5678                 Fix coloring of "simplify subject regexp" (folder prefs),
5679                 which might be left to red whereas the regexp gets empty.
5680
5681 2006-12-28 [wwp]        2.6.1cvs82
5682
5683         * src/prefs_common.c
5684         * src/prefs_common.h
5685         * src/addressbook.c
5686         * src/addressitem.h
5687                 Save addressbook mainwindow's horizontal and vertical splitter position.
5688
5689 2006-12-27 [wwp]        2.6.1cvs81
5690
5691         * src/gtk/gtkaspell.c
5692         * src/gtk/gtkaspell.h
5693         * src/compose.c
5694                 Fix assignment of compose's default and alternate dictionary from
5695                 account or folder settings. Now gtkaspell_change_dict does rotate
5696                 dicts only when it's called from a menu cb.
5697
5698 2006-12-27 [wwp]        2.6.1cvs80
5699
5700         * src/folder_item_prefs.c
5701                 Fix randomly initialized default-alt-dictionary (folder prefs),
5702                 complete 2.6.1cvs72.
5703
5704 2006-12-27 [paul]       2.6.1cvs79
5705
5706         * src/imap_gtk.c
5707         * src/mh_gtk.c
5708                 Add Copy folder in the folder's contextual
5709                 menu
5710
5711 2006-12-27 [wwp]        2.6.1cvs78
5712
5713         * src/imap.c
5714                 Clean up session locking, thanks to Colin.
5715
5716 2006-12-26 [colin]      2.6.1cvs77
5717
5718         * src/statusbar.c
5719                 Revert previous patch
5720
5721 2006-12-26 [colin]      2.6.1cvs76
5722
5723         * src/folder.c
5724         * src/folderview.c
5725         * src/imap.c
5726         * src/statusbar.c
5727         * src/etpan/imap-thread.c
5728                 Fix previous commit warnings
5729                 Make statusbar update every second if total < 20
5730                 Make IMAP APPEND faster by simplifying log              
5731
5732 2006-12-26 [colin]      2.6.1cvs75
5733
5734         * src/folder.c
5735         * src/folder.h
5736         * src/folderview.c
5737         * src/folderview.h
5738         * src/imap_gtk.c
5739         * src/mh_gtk.c
5740                 Make it possible to copy folders accross
5741                 mailboxes (this was an arbitrary limitation).
5742                 Still make it impossible to move folders 
5743                 accross mailboxes.
5744
5745 2006-12-26 [colin]      2.6.1cvs74
5746
5747         * src/etpan/imap-thread.c
5748                 Fix bug 1081, 'claws-mail 
5749                 segfaults when going offline 
5750                 while it transfers mails via 
5751                 imap'
5752
5753 2006-12-26 [colin]      2.6.1cvs73
5754
5755         * src/folder_item_prefs.c
5756                 Don't forget alt dictionary when
5757                 renaming/moving folders
5758
5759 2006-12-26 [wwp]        2.6.1cvs72
5760
5761         * src/folder_item_prefs.c
5762                 Add missing defaults for per-folder alt dict
5763                 (forgotten in 2.6.1cvs61).
5764
5765 2006-12-26 [colin]      2.6.1cvs71
5766
5767         * src/wizard.c
5768                 Add tooltip to state that specifying
5769                 full path to mailbox is possible
5770
5771 2006-12-26 [wwp]        2.6.1cvs70
5772
5773         * src/partial_download.c
5774         * src/gtk/gtkvscrollbutton.c
5775         * src/plugins/pgpinline/plugin.c
5776                 Fix for few compiler warnings that matter.
5777
5778 2006-12-25 [colin]      2.6.1cvs69
5779
5780         * src/partial_download.c
5781                 Fix marking for download or deletion
5782                 when the header isn't the first
5783         * src/gtk/logwindow.c
5784                 Fix start of scrolling
5785
5786 2006-12-23 [paul]       2.6.1cvs68
5787
5788         * src/compose.c
5789                 change last commit to use the 'academic'
5790                 method instead. Thanks to wwp
5791
5792 2006-12-23 [paul]       2.6.1cvs67
5793
5794         * src/compose.c
5795                 don't warn about empty subject when
5796                 redirecting
5797
5798 2006-12-22 [colin]      2.6.1cvs66
5799
5800         * src/summary_search.c
5801                 Fix previous patch
5802
5803 2006-12-22 [colin]      2.6.1cvs65
5804
5805         * src/gtk/gtkutils.c
5806         * src/imap.c
5807         * src/jpilot.c
5808         * src/summary_search.c
5809                 A few warning fixes
5810
5811 2006-12-23 [paul]       
5812
5813         2.7.0-rc2 released
5814
5815 2006-12-22 [colin]      2.6.1cvs64
5816
5817         * src/toolbar.c
5818         * src/toolbar.h
5819                 Add a combo to the learn spam button
5820         * src/plugins/bogofilter/bogofilter.c
5821         * src/plugins/bogofilter/bogofilter_gtk.c
5822         * src/plugins/bogofilter/bogofilter.h
5823                 Allow to store Unsure mails in a specific
5824                 folder to make better teaching easier
5825
5826 2006-12-21 [wwp]        2.6.1cvs63
5827
5828         * src/compose.c
5829         * src/prefs_common.c
5830         * src/prefs_common.h
5831         * src/prefs_spelling.c
5832         * src/gtk/gtkaspell.c
5833         * src/gtk/gtkaspell.h
5834                 Allow spell-checking using both current and alternate dictionaries
5835                 (thanks to Colin).
5836
5837 2006-12-21 [wwp]        2.6.1cvs62
5838
5839         * src/gtk/gtkaspell.c
5840                 Apply recheck_when_changing_dict (highlight all mispelled words)
5841                 when switching to alternate dictionary.
5842
5843 2006-12-21 [wwp]        2.6.1cvs61
5844
5845         * src/compose.c
5846         * src/folder_item_prefs.h
5847         * src/prefs_common.c
5848         * src/prefs_common.h
5849         * src/prefs_folder_item.c
5850         * src/prefs_spelling.c
5851         * src/gtk/gtkaspell.c
5852         * src/gtk/gtkaspell.h
5853                 Add global and per-folder prefs to set the default
5854                 alternate dictionary.
5855
5856 2006-12-21 [colin]      2.6.1cvs60
5857
5858         * src/folder.c
5859                 Look for folders by path in all folders
5860         * src/html.c
5861                 add &mdash;
5862
5863 2006-12-20 [colin]      2.6.1cvs59
5864
5865         * src/gtk/quicksearch.c
5866                 Make sure in_typing is false when clearing
5867
5868 2006-12-20 [wwp]        2.6.1cvs58
5869
5870         * configure.ac
5871                 change manual's target dir to be LFH-compliant (thanks to Colin).
5872
5873 2006-12-20 [wwp]        2.6.1cvs57
5874
5875         * src/prefs_common.c
5876         * src/prefs_summaries.c
5877                 i18n fix and factorize patch, thanks to Fabien.
5878
5879 2006-12-20 [paul]       2.6.1cvs56
5880
5881         * configure.ac
5882                 last of the renaming (??)
5883         * src/main.c
5884                 correct --help info of --status-full
5885         * src/plugins/bogofilter/bogofilter.c
5886                 make FALSE default of whitelist_ab
5887
5888 2006-12-19 [colin]      2.6.1cvs55
5889
5890         * src/jpilot.c
5891                 Same as before, without depending on
5892                 pisock >= 0.12
5893
5894 2006-12-19 [colin]      2.6.1cvs54
5895
5896         * src/jpilot.c
5897                 Fix bug 1059, 'Better jpilot charset 
5898                 handling'. Use libpisync's charset conversion
5899                 if possible
5900
5901 2006-12-19 [colin]      2.6.1cvs53
5902
5903         * po/fr.po
5904                 Updated by Fabien
5905
5906 2006-12-19 [wwp]        2.6.1cvs52
5907
5908         * src/gtk/about.c
5909                 Add missing #include (thanks to Colin).
5910
5911 2006-12-19 [wwp]        2.6.1cvs51
5912
5913         * src/prefs_receive.c
5914                 Better spacing between widgets in prefs.
5915
5916 2006-12-18 [colin]      2.6.1cvs50
5917
5918         * src/imap.c
5919                 Fix failure to get separator on LIST "" ""
5920                 Try LIST "" "INBOX" too.
5921
5922 2006-12-18 [wwp]        2.6.1cvs49
5923
5924         * src/common/session.c
5925                 Fix a compiler warning (thanks to Fabien).
5926
5927 2006-12-18 [wwp]        2.6.1cvs48
5928
5929         * src/compose.c
5930         * src/prefs_quote.c
5931                 Factorize some strings for translation (it's about error
5932                 messages when applying or checking template/quote format).
5933
5934 2006-12-18 [colin]      2.6.1cvs47
5935
5936         * Makefile.am
5937         * src/common/defs.h
5938         * src/gtk/Makefile.am
5939         * src/gtk/about.c
5940                 Add a Release notes tab from the contents of
5941                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
5942
5943 2006-12-17 [colin]      2.6.1cvs46
5944
5945         * src/mimeview.c
5946         * src/textview.c
5947         * src/gtk/filesel.c
5948                 Correctly convert from/to UTF8/filename encoding
5949                 when loading and saving files. Probably fixes
5950                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
5951                 for a file to attach and is blocked...'
5952
5953 2006-12-17 [colin]      2.6.1cvs45
5954
5955         * src/gtk/logwindow.c
5956                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
5957                 IMAP folder and is blocked on main thread': 
5958                 make sure we put utf8 in the log.
5959
5960 2006-12-16 [colin]      2.6.1cvs44
5961
5962         * src/toolbar.c
5963         * src/toolbar.h
5964                 Fix bug 1055, 'Add the 'cancel receive' 
5965                 in the available events for the toolbar buttons'
5966
5967 2006-12-16 [colin]      2.6.1cvs43
5968
5969         * po/POTFILES.in
5970         * src/imap.c
5971         * src/common/nntp.c
5972         * src/common/session.c
5973                 Log error when SSL handshakes fail. 
5974                 Fixes bug 1082, 'incorrect / imprecise 
5975                 error message when imap server provides 
5976                 ssl only through STARTTLS but SSL is 
5977                 selected'
5978
5979 2006-12-15 [wwp]        2.6.1cvs42
5980
5981         * src/plugins/bogofilter/bogofilter_gtk.c
5982                 set proper sensitivity to widgets I've recently added.
5983
5984 2006-12-15 [colin]      
5985
5986         2.7.0-rc1 released
5987
5988 2006-12-15 [wwp]        2.6.1cvs41
5989
5990         * src/plugins/bogofilter/bogofilter.c
5991         * src/plugins/bogofilter/bogofilter.h
5992         * src/plugins/bogofilter/bogofilter_gtk.c
5993                 bogofilter's whitelist can now use a subset of
5994                 the addressbook (either a book, a subfolder of a book,
5995                 or the whole addressbook by using "Any"). Re-used there
5996                 some pref_matcher widgets and mechanisms to match a subset
5997                 of the addressbook.
5998
5999 2006-12-15 [wwp]        2.6.1cvs40
6000
6001         * src/wizard.c
6002         * src/common/plugin.c
6003         * src/common/plugin.h
6004         * src/gtk/about.c
6005         * src/plugins/bogofilter/bogofilter.c
6006         * src/plugins/clamav/clamav_plugin.c
6007         * src/plugins/demo/demo.c
6008         * src/plugins/dillo_viewer/dillo_viewer.c
6009         * src/plugins/pgpcore/plugin.c
6010         * src/plugins/pgpinline/plugin.c
6011         * src/plugins/pgpmime/plugin.c
6012         * src/plugins/spamassassin/spamassassin.c
6013         * src/plugins/trayicon/trayicon.c
6014                 factorize some translatable strings (plugins-related),
6015                 fix missing punctuation in several places,
6016                 remove useless translatable \n in about.c,
6017                 and factorize plugin init code w/ a new function
6018                 check_plugin_version() in common/plugin.c.
6019                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6020
6021 2006-12-15 [wwp]        2.6.1cvs39
6022
6023         * src/plugins/bogofilter/bogofilter.c
6024         * src/plugins/bogofilter/bogofilter_gtk.c
6025                 flag whitelisted spams as spam, but don't filter it to the spam
6026                 folder. Thanks to Colin.
6027
6028 2006-12-15 [ticho]      2.6.1cvs38
6029
6030         * src/plugins/bogofilter/bogofilter.c
6031         * src/plugins/bogofilter/bogofilter.h
6032         * src/plugins/bogofilter/bogofilter_gtk.c
6033                 Add option to whitelist senders found in addressbook. Patch by colin.
6034
6035 2006-12-15 [paul]       2.6.1cvs37
6036
6037         * src/folderview.c
6038                 add missing #include "log.h"
6039
6040 2006-12-15 [paul]       2.6.1cvs36
6041
6042         * src/plugins/bogofilter/bogofilter.c
6043         * src/plugins/bogofilter/bogofilter.h
6044         * src/plugins/bogofilter/bogofilter_gtk.c
6045                 Add an option to allow inserting an
6046                 X-Claws-Bogosity header (on MH folders
6047                 only). Patch by Colin
6048
6049 2006-12-14 [colin]      2.6.1cvs35
6050
6051         * src/main.c
6052                 "Yes" should be the default choice for
6053                 migration configuration
6054
6055 2006-12-14 [paul]       2.6.1cvs34
6056
6057         * src/prefs_summaries.c
6058         * manual/advanced.xml
6059                 Unhide mark_as_read_delay
6060
6061 2006-12-14 [paul]       2.6.1cvs33
6062
6063         * src/messageview.c
6064         * src/messageview.h
6065         * src/mimeview.c
6066         * src/mimeview.h
6067         * src/summaryview.c
6068         * src/textview.c
6069         * src/textview.h
6070                 Fix printing of selection
6071                 Fix printing of message parts
6072                 Fix printing of images
6073         * src/gtk/gtksourceprintjob.c
6074                 Fix page count when there are images
6075
6076 2006-12-14 [wwp]        2.6.1cvs32
6077
6078         * src/mainwindow.c
6079         * src/summaryview.c
6080         * src/summaryview.h
6081         * src/gtk/quicksearch.c
6082                 fix quicksearch 'magnify' button status when QS is closed
6083                 using the Escape key, thanks to Colin.
6084
6085 2006-12-14 [wwp]        2.6.1cvs31
6086
6087         * src/mainwindow.c
6088         * src/summaryview.c
6089         * src/summaryview.h
6090         * src/gtk/quicksearch.c
6091                 fix quicksearch 'magnify' button status when QS is closed
6092                 using the Escape key, thanks to Colin.
6093
6094 2006-12-13 [colin]      2.6.1cvs30
6095
6096         * src/ldapquery.c
6097         * src/ldaputil.c
6098                 Use the binary safe version of ldap_get_values,
6099                 to make sure we manipulate null-terminated 
6100                 strings. Maybe fixes bug 1075, 'claws mail 
6101                 segfault when completing ldap adresses'
6102         * src/syldap.c ** REMOVED **
6103         * src/syldap.h ** REMOVED **
6104                 Remove dead files
6105
6106 2006-12-13 [mones]      2.6.1cvs29
6107
6108         * po/es.po
6109                 Fixed piped strings, fixed click translation
6110
6111 2006-12-13 [paul]       2.6.1cvs28
6112
6113         * src/main.c
6114                 don't translate these strings
6115
6116 2006-12-13 [paul]       2.6.1cvs27
6117
6118         * po/en_GB.po
6119                 updated
6120
6121 2006-12-13 [colin]      2.6.1cvs26
6122
6123         * src/main.c
6124         * src/main.h
6125                 Add claws_is_starting()
6126
6127 2006-12-13 [mones]      2.6.1cvs25
6128
6129         * manual/es/advanced.xml
6130         * po/es.po
6131                 Synced manual and updated translation
6132
6133 2006-12-12 [colin]      2.6.1cvs24
6134
6135         * src/wizard.c
6136                 Add an option to use STARTTLS in the
6137                 welcome wizard. Fixes bug 1080, 
6138                 'Using SSL option in wizard for incoming 
6139                 server does not activate SSL with STARTTLS'
6140
6141 2006-12-12 [colin]      2.6.1cvs23
6142
6143         * src/main.c
6144                 Don't exit when there's an incomplete
6145                 mailbox configured - leaves a chance 
6146                 to fix a failing IMAP account. Exit
6147                 if no mailbox at all is loaded (case
6148                 of missing plugin).
6149                 Completes bug 1077's fix (I was wrong
6150                 in this bug's comment #3).
6151
6152 2006-12-12 [colin]      2.6.1cvs22
6153
6154         * src/gtk/menu.h
6155                 Add another menu data type
6156         * src/prefs_account.c
6157                 Complete the completion of bug 1076
6158                 (doesn't lose the pref on apply)
6159
6160 2006-12-12 [paul]       2.6.1cvs21
6161
6162         * src/prefs_account.c
6163                 complete the fix of bug 1076
6164                 also be more verbose with the text
6165
6166 2006-12-12 [paul]       2.6.1cvs20
6167
6168         * src/gtk/combobox.c
6169                 fix compilation warning
6170
6171 2006-12-11 [colin]      2.6.1cvs19
6172
6173         * src/wizard.c
6174                 Document :port in server entry tooltips
6175
6176 2006-12-11 [colin]      2.6.1cvs18
6177
6178         * src/main.c
6179                 Fix compile
6180
6181 2006-12-11 [colin]      2.6.1cvs17
6182
6183         * src/main.c
6184                 Add failing IMAP as a reason for no
6185                 mailbox
6186
6187 2006-12-11 [colin]      2.6.1cvs16
6188
6189         * src/prefs_account.c
6190                 Check for existence of inbox for local
6191                 accounts too
6192         * src/wizard.c
6193                 Allow setting the port to use for servers
6194                 by using the usual "server.example.com:port"
6195                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6196                 not start when IMAP server is unavailable'
6197
6198 2006-12-11 [colin]      2.6.1cvs15
6199
6200         * src/prefs_account.c
6201                 Prevent use of non-existing default inbox
6202
6203 2006-12-11 [colin]      2.6.1cvs14
6204
6205         * src/prefs_account.c
6206                 Fix sensitivity. Fixes bug 1076, 'privacy 
6207                 options are displayed even when pgp plugin 
6208                 not loaded / available'
6209
6210 2006-12-09 [colin]      2.6.1cvs13
6211
6212         * manual/advanced.xml
6213         * src/prefs_common.c
6214         * src/prefs_common.h
6215         * src/common/ssl_certificate.c
6216                 Add a new hidden preference, 'unsafe_ssl_certs',
6217                 which allows to store multiple certificates per
6218                 server/port. This is disabled by default because
6219                 it's less secure (presenting a new certificate
6220                 instead of a changed one raises less alarms).
6221                 This will cause Claws to ask about an unknown
6222                 certificate for people who have used 2.6.1cvs8
6223                 or greater.
6224
6225 2006-12-09 [colin]      2.6.1cvs12
6226
6227         * src/action.c
6228                 Fix cache updating after action
6229
6230 2006-12-07 [wwp]        2.6.1cvs11
6231
6232         * src/compose.c
6233                 fix email address comparison when replying to all
6234                 (avoid replying to ourselves), thanks to Colin.
6235
6236 2006-12-06 [paul]       2.6.1cvs10
6237
6238         * src/addrharvest.c
6239         * src/editldap.c
6240         * src/expldifdlg.c
6241         * src/news.c
6242         * src/toolbar.c
6243         * src/common/utils.c
6244                 ...and more renaming
6245                 Thanks to Colin
6246
6247 2006-12-06 [paul]       2.6.1cvs9
6248
6249         * src/compose.c
6250         * src/messageview.c
6251         * src/procheader.c
6252         * src/procmime.c
6253         * src/procmsg.c
6254         * src/textview.c
6255                 more renaming
6256                 Thanks to Colin
6257
6258 2006-12-06 [colin]      2.6.1cvs8
6259
6260         * src/ssl_manager.c
6261         * src/common/ssl_certificate.c
6262         * src/common/ssl_certificate.h
6263                 Handle multiple certificates per host/port
6264
6265 2006-12-06 [colin]      2.6.1cvs7
6266
6267         * src/etpan/imap-thread.c
6268                 Fix certificate checking on IMAP
6269
6270 2006-12-06 [colin]      2.6.1cvs6
6271
6272         * src/folderview.c
6273                 Fix bug 1072, 'Claws stops fetching newsgroups 
6274                 from server when newsgroup got deleted': continue
6275                 checking other groups
6276
6277 2006-12-05 [wwp]        2.6.1cvs5
6278
6279         * src/message_search.c
6280         * src/summary_search.c
6281         * src/gtk/combobox.c
6282         * src/gtk/combobox.h
6283         * src/gtk/gtkutils.c
6284         * src/gtk/gtkutils.h
6285                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6286                 behave like w/ old comboboxes (summary and message search only).
6287
6288 2006-12-05 [paul]       2.6.1cvs4
6289
6290         * src/wizard.c
6291                 encode headers
6292                 Thanks to Colin
6293
6294 2006-12-05 [paul]       2.6.1cvs3
6295
6296         * tools/README
6297         * tools/textviewer.pl
6298                 script updated and description added
6299
6300 2006-12-04 [colin]      2.6.1cvs2
6301
6302         * src/compose.c
6303                 Run pre-send hook only when checking
6304                 everything
6305
6306 2006-12-04 [paul]       2.6.1cvs1
6307
6308         * NEWS
6309         * README
6310         * RELEASE_NOTES
6311         * configure.ac
6312         * tools/README
6313                 bump up version number following stable release
6314
6315 2006-12-04 [paul]       2.6.0cvs83
6316
6317         * README
6318                 updates and corrections
6319
6320 2006-12-04 [colin]      2.6.0cvs82
6321
6322         * src/common/utils.c
6323                 Probably fix bug 1066, 'Incorrect mailbox 
6324                 size displayed'
6325
6326 2006-12-04 [colin]      2.6.0cvs81
6327
6328         * src/common/utils.c
6329                 Trim tabs from mailcap file too.
6330
6331 2006-12-02 [paul]       2.6.0cvs80
6332
6333         * src/exphtmldlg.c
6334                 fix broken GUI under certain languages
6335         * src/expldifdlg.c
6336                 put the Cancel button to the right
6337
6338 2006-12-01 [paul]       2.6.0cvs79
6339
6340         * tools/Makefile.am
6341                 remove reference to removed file
6342
6343 2006-12-01 [wwp]        2.6.0cvs78
6344
6345         * src/addressbook.c
6346         * src/editaddress.c
6347                 remove forgotten debug statements.
6348
6349 2006-12-01 [wwp]        2.6.0cvs77
6350
6351         * manual/advanced.xml
6352         * manual/fr/advanced.xml
6353         * src/addressbook.c
6354         * src/addressbook.h
6355         * src/addressitem.h
6356         * src/editaddress.c
6357         * src/editaddress.h
6358         * src/prefs_common.c
6359         * src/prefs_common.h
6360         * src/gtk/gtkutils.c
6361         * src/gtk/gtkutils.h
6362                 add a hidden option to allow embedding the editaddress (edit contact details)
6363                 dialog into the addressbook's window. This doesn't change the default
6364                 behaviour.
6365
6366 2006-12-01 [wwp]        2.6.0cvs76
6367
6368         * src/message_search.c
6369         * src/summary_search.c
6370                 fix more focus issues (don't set focus to combobox's entry widget when
6371                 entry's value changed, if entry widget has focus already).
6372
6373 2006-12-01 [wwp]        2.6.0cvs75
6374
6375         * src/gtk/quicksearch.c
6376                 revert last changes to the quicksearch gtk_combo_box, this needs more
6377                 tuning and testing.
6378
6379 2006-12-01 [paul]       2.6.0cvs74
6380
6381         * tools/kdeservicemenu/README
6382         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6383         * tools/kdeservicemenu/install.sh
6384         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6385         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6386                 simplify this stuff, and in so doing,
6387                 fix it. (possibly re-extend it again at
6388                 a later date)
6389
6390 2006-12-01 [wwp]        2.6.0cvs73
6391
6392         * src/gtk/quicksearch.c
6393                 adapt quicksearch code to use modern gtk_combo_box'es.
6394
6395 2006-12-01 [wwp]        2.6.0cvs72
6396
6397         * src/common/defs.h
6398         * src/prefs_common.c
6399         * src/prefs_common.h
6400         * src/message_search.c
6401         * src/summary_search.c
6402         * src/gtk/combobox.c
6403         * src/gtk/combobox.h
6404                 add history combos to all message and summary search fields.
6405
6406 2006-12-01 [wwp]        2.6.0cvs71
6407
6408         * src/summaryview.c
6409                 As the list may change while the mark as read delay
6410                 runs, we can't rely on the 'row' pointer, which can
6411                 be invalid when the timeout is called. As the mark
6412                 as read is only done if the message is still selected,
6413                 use summaryview->selected instead. Thanks to Colin.
6414
6415 2006-11-30 [paul]       2.6.0cvs70
6416
6417         * src/textview.c
6418                 give emphasis to "Sylpheed-Claws"
6419                 as well as "Claws Mail"
6420
6421 2006-11-30 [colin]      2.6.0cvs69
6422
6423         * src/wizard.c
6424                 Put the SSL checkboxes in the receiving
6425                 and sending server pages.
6426
6427 2006-11-29 [colin]      2.6.0cvs68
6428
6429         * src/gtk/gtkutils.c
6430         * src/gtk/gtkvscrollbutton.c
6431                 Revert some deprecated fixes - they seem to
6432                 deprecate stuff as soon as a new one gets out.
6433                 g_object_ref_sink needed glib-2.10.
6434
6435 2006-11-29 [colin]      2.6.0cvs67
6436
6437         * src/common/utils.c
6438                 Create .mailcap if it doesn't exist
6439
6440 2006-11-29 [colin]      2.6.0cvs66
6441
6442         * src/compose.c
6443                 Followup to cvs60: use original list
6444                 of recipients if replying to a mail
6445                 in Sent Drafts or Queue.
6446
6447 2006-11-27 [paul]       2.6.0cvs65
6448
6449         * src/image_viewer.c
6450                 revert the last change for now (it's broken)
6451
6452 2006-11-27 [paul]       2.6.0cvs64
6453
6454         * Makefile.am
6455         * configure.ac
6456         * m4/aclocal-include.m4
6457         * m4/check-type.m4
6458         * src/Makefile.am
6459         * src/addr_compl.c
6460         * src/compose.c
6461         * src/crash.c
6462         * src/export.c
6463         * src/exporthtml.c
6464         * src/exportldif.c
6465         * src/imap.c
6466         * src/import.c
6467         * src/main.c
6468         * src/main.h
6469         * src/matcher.c
6470         * src/mimeview.c
6471         * src/procmsg.c
6472         * src/textview.c
6473         * src/common/Makefile.am
6474         * src/common/claws.c
6475         * src/common/claws.h
6476         * src/common/ssl.c
6477         * src/common/sylpheed.c
6478         * src/common/sylpheed.h
6479         * src/etpan/Makefile.am
6480         * src/gtk/Makefile.am
6481         * src/gtk/claws-marshal.list
6482         * src/gtk/filesel.c
6483         * src/gtk/gtksctree.c
6484         * src/gtk/quicksearch.c
6485         * src/gtk/sylpheed-marshal.list
6486         * src/plugins/bogofilter/bogofilter.c
6487         * src/plugins/bogofilter/bogofilter_gtk.c
6488         * src/plugins/clamav/clamav_plugin.c
6489         * src/plugins/clamav/clamav_plugin_gtk.c
6490         * src/plugins/demo/demo.c
6491         * src/plugins/dillo_viewer/dillo_viewer.c
6492         * src/plugins/pgpcore/Makefile.am
6493         * src/plugins/pgpcore/claws.def
6494         * src/plugins/pgpcore/pgp_viewer.c
6495         * src/plugins/pgpcore/plugin.c
6496         * src/plugins/pgpcore/sylpheed.def
6497         * src/plugins/pgpinline/Makefile.am
6498         * src/plugins/pgpinline/claws.def
6499         * src/plugins/pgpinline/plugin.c
6500         * src/plugins/pgpinline/sylpheed.def
6501         * src/plugins/pgpmime/Makefile.am
6502         * src/plugins/pgpmime/claws.def
6503         * src/plugins/pgpmime/plugin.c
6504         * src/plugins/pgpmime/sylpheed.def
6505         * src/plugins/spamassassin/spamassassin.c
6506         * src/plugins/spamassassin/spamassassin_gtk.c
6507         * src/plugins/trayicon/trayicon.c
6508                 yet more renaming
6509                 remove deprecated gtk_tooltips_set_delay()
6510
6511 2006-11-26 [paul]       2.6.0cvs63
6512
6513         * src/expldifdlg.c
6514         * src/folderview.c
6515         * src/image_viewer.c
6516         * src/mainwindow.c
6517         * src/gtk/gtkutils.c
6518         * src/gtk/gtkvscrollbutton.c
6519         * src/gtk/prefswindow.c
6520         * src/plugins/pgpcore/prefs_gpg.c
6521                 replace more deprecated GTK+ functions
6522
6523 2006-11-26 [paul]       2.6.0cvs62
6524
6525         * src/addr_compl.c
6526         * src/addressbook.c
6527         * src/browseldap.c
6528                 replace deprecated gtk_idle_... functions
6529
6530 2006-11-26 [paul]       2.6.0cvs61
6531
6532         * src/compose.c
6533         * src/folderview.c
6534         * src/inc.c
6535         * src/summaryview.c
6536         * src/gtk/gtkvscrollbutton.c
6537         * src/gtk/quicksearch.c
6538         * src/plugins/pgpcore/passphrase.c
6539                 replace deprecated gtk_timeout_add and
6540                 gtk_timeout_remove
6541
6542 2006-11-26 [paul]       2.6.0cvs60
6543
6544         * src/compose.c
6545                 fix bug that caused the wrong recipient
6546                 to be selected when replying to a msg
6547                 which is From one of our accounts to
6548                 another of our accounts
6549
6550 2006-11-25 [paul]       2.6.0cvs59
6551
6552         * src/summaryview.c
6553                 don't change the From column title to
6554                 To if the To column is visible
6555
6556 2006-11-24 [paul]       2.6.0cvs58
6557
6558         * src/compose.c
6559                 fix bug 1069, 'Sent mails disappear, BCC
6560                 or locking problem?'
6561
6562 2006-11-21 [wwp]        2.6.0cvs57
6563
6564         * src/compose.c
6565                 fix spelling menu when replying (same as 2.3.1cvs39):
6566                 discrepancy between context menu and top menu when
6567                 folder's dictionary isn't the default one.
6568
6569 2006-11-19 [paul]       2.6.0cvs56
6570
6571         * src/summaryview.c
6572                 obey always_show_msg option when
6573                 marking as spam
6574         * src/plugins/bogofilter/bogofilter.c
6575                 fix typo
6576
6577 2006-11-18 [paul]       2.6.0cvs55
6578
6579         * AUTHORS
6580         * README
6581         * debian/copyright
6582         * manual/ack.xml
6583         * manual/es/ack.xml
6584         * manual/fr/ack.xml
6585         * manual/pl/ack.xml
6586         * src/gtk/authors.h
6587         * src/gtk/icon_legend.c
6588         * src/gtk/icon_legend.h
6589         * tools/OOo2claws-mail.pl
6590         * tools/README
6591         * tools/acroread2claws-mail.pl
6592         * tools/claws.i18n.status.pl
6593         * tools/filter_conv.pl
6594         * tools/filter_conv_new.pl
6595         * tools/freshmeat_search.pl
6596         * tools/google_search.pl
6597         * tools/kmail2claws-mail.pl
6598         * tools/kmail2claws-mail_v2.pl
6599         * tools/maildir2claws-mail.pl
6600         * tools/make.themes.project
6601         * tools/multiwebsearch.pl
6602         * tools/outlook2claws-mail.pl
6603         * tools/tb2claws-mail
6604         * tools/kdeservicemenu/README
6605         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6606                 update mine and wwp's email addresses in
6607                 several places
6608                 Patch by wwp
6609         * src/prefs_compose_writing.c
6610                 set sensitivity on 'new message format' frame
6611
6612 2006-11-17 [paul]       2.6.0cvs54
6613
6614         * src/gtk/about.c
6615                 more reworking of the GUI
6616                 Patch by Fabien Vantard
6617
6618 2006-11-16 [paul]       2.6.0cvs53
6619
6620         * src/gtk/about.c
6621                 set a minimum size for the window, allow
6622                 it to automatically expand as necessary
6623
6624 2006-11-16 [wwp]        2.6.0cvs52
6625
6626         * src/gtk/about.c
6627                 better wrap of copyright info on some systems.
6628
6629 2006-11-16 [paul]       2.6.0cvs51
6630
6631         * src/gtk/about.c
6632                 move the tech info from the upper panel
6633                 to the Info tab
6634                 use a gtk_text_view for the features tab
6635
6636 2006-11-16 [paul]       2.6.0cvs50
6637
6638         * po/Makevars
6639                 update my email address
6640         * src/addressbook.c
6641         * src/compose.c
6642         * src/imap_gtk.c
6643         * src/mh_gtk.c
6644         * src/news_gtk.c
6645         * src/summaryview.c
6646         * src/plugins/trayicon/trayicon.c
6647                 don't offer simple menu separators
6648                 for translation
6649         * src/folderview.c
6650                 add separator between 'mark all read'
6651                 and 'search folder'
6652
6653 2006-11-15 [wwp]        2.6.0cvs49
6654
6655         * src/gtk/authors.h
6656                 updated manuals authors.
6657
6658 2006-11-14 [paul]       2.6.0cvs48
6659
6660         * src/compose.c
6661                 Fix Options/Reply mode after draft save
6662
6663 2006-11-14 [paul]       2.6.0cvs47
6664
6665         * src/Makefile.am
6666                 Fix make DESTDIR=...
6667         * src/mbox.c
6668                 Optimise speed
6669         * src/plugins/pgpinline/pgpinline.c
6670                 Probably fix bug 1061
6671
6672 2006-11-14 [paul]       2.6.0cvs46
6673
6674         * po/Makevars
6675                 enable Q_ macro
6676         * src/Makefile.am
6677         * src/stock_pixmap.c
6678         * src/stock_pixmap.h
6679         * src/gtk/about.c
6680         * src/pixmaps/active.xpm
6681         * src/pixmaps/inactive.xpm
6682                 add a new page, 'Features', to the About dialog
6683                 showing which features are compiled in and which
6684                 are not
6685
6686 2006-11-14 [paul]       2.6.0cvs45
6687
6688         * po/ru.po
6689                 updated by Pavlo Bohmat
6690
6691 2006-11-14 [colin]      2.6.0cvs44
6692
6693         * src/compose.c
6694         * src/inc.c
6695         * src/messageview.c
6696         * src/news.c
6697         * src/pop.c
6698         * src/procmsg.c
6699         * src/gtk/gtkaspell.c
6700                 Fix 64-bit-related warnings
6701         * src/ssl_manager.c
6702                 Fix possible infinite loop
6703         * src/plugins/pgpcore/sgpgme.c
6704                 Remove useless check
6705
6706 2006-11-13 [colin]      2.6.0cvs43
6707
6708         * src/gtk/Makefile.am
6709                 authors.h isn't generated
6710
6711 2006-11-13 [colin]      2.6.0cvs42
6712
6713         * src/plugins/pgpinline/pgpinline.c
6714         * src/plugins/pgpmime/pgpmime.c
6715                 Very probably fix bug 1061, 'crash on 
6716                 opening signed email'. Another cast
6717                 problem
6718
6719 2006-11-13 [colin]      2.6.0cvs41
6720
6721         * src/plugins/pgpcore/sgpgme.c
6722                 Maybe fix bug 1061, 'crash on opening 
6723                 signed email'
6724
6725 2006-11-13 [wwp]        2.6.0cvs40
6726
6727         * src/plugins/pgpinline/pgpinline.c
6728                 fix candidate for bug #1057, thanks to Colin.
6729
6730 2006-11-13 [wwp]        2.6.0cvs39
6731
6732         * src/compose.c
6733         * src/quote_fmt_parse.y
6734                 fix bug 1052: current parser buffer was not always 
6735                 allocated, ptr to this buffer could be returned as 
6736                 NULL whereas no parser error has occurred. in 
6737                 consequence, defining a template body as "%d" 
6738                 (w/o the quotes) for the first time of the instance 
6739                 of claws-mail, was reporting a parser error. make 
6740                 sure that the buffer is always allocated, even to 
6741                 an empty string.
6742                 fix mis-unescaping in compose.:compose_quote_fmt(): 
6743                 unescaping of the fmt string was always done 
6744                 whereas it must be done *only* when receiving 
6745                 quote format strings issued from the prefs 
6746                 (compose new message, reply, forward, redirect 
6747                 formats), *not* when applying templates.  in 
6748                 consequences, applying templates w/ sequences 
6749                 like \\|p{echo} were failing. make sure that 
6750                 unescaping is done only when necessary.
6751
6752 2006-11-12 [colin]      2.6.0cvs38
6753
6754         * po/de.po
6755                 Fix typo (s/KB/MB)
6756
6757 2006-11-12 [colin]      2.6.0cvs37
6758
6759         * src/plugins/pgpinline/pgpinline.c
6760         * src/plugins/pgpmime/pgpmime.c
6761                 Release GPG context at the latest 
6762                 possible moment. Maybe fixes 
6763                 bug 1057, 'crash on sending signed 
6764                 message to a newsgroup'
6765                 
6766
6767 2006-11-12 [colin]      2.6.0cvs36
6768
6769         * src/plugins/pgpcore/sgpgme.c
6770                 Tell a bit more when gpg's status doesn't
6771                 contain any signature
6772
6773 2006-11-12 [colin]      2.6.0cvs35
6774
6775         * src/compose.c
6776                 Fix bug 1060, 'compilation error with 
6777                 Irix's cc'
6778
6779 2006-11-12 [paul]       2.6.0cvs34
6780
6781         * doc/man/claws-mail.1
6782         * src/prefs_gtk.c
6783         * src/plugins/clamav/README
6784         * src/plugins/spamassassin/README
6785         * tools/README
6786         * tools/freshmeat_search.pl
6787         * tools/google_search.pl
6788         * tools/multiwebsearch.pl
6789                 more renaming
6790         * src/plugins/trayicon/trayicon.c
6791                 fix compiliation warning
6792
6793 2006-11-11 [colin]      2.6.0cvs33
6794
6795         * src/folderview.c
6796                 Forbid drag and drop from/to different
6797                 folders of type F_UNKNOWN
6798
6799 2006-11-11 [colin]      2.6.0cvs32
6800
6801         * src/plugins/pgpinline/pgpinline.c
6802                 Fix typo in previous commit:
6803                 - gpgme_new(&ctx);
6804                 + if ((err = gpgme_new(&data->ctx)) ...)
6805
6806 2006-11-11 [colin]      2.6.0cvs31
6807
6808         * src/plugins/pgpinline/pgpinline.c
6809         * src/plugins/pgpmime/pgpmime.c
6810                 Check success after calling gpgme_new
6811                 Maybe fixes bug 1057, 'crash on sending 
6812                 signed message to a newsgroup'
6813
6814 2006-11-11 [colin]      2.6.0cvs30
6815
6816         * src/undo.c
6817                 init undostruct to 0s (from
6818                 valgrind log of bug 1057)
6819
6820 2006-11-10 [colin]      2.6.0cvs29
6821
6822         * src/mainwindow.c
6823                 Set cursor to wait before filtering
6824                 duplicates in all folders
6825         * src/plugins/bogofilter/bogofilter.c
6826         * src/plugins/bogofilter/bogofilter.h
6827         * src/plugins/bogofilter/bogofilter_gtk.c
6828                 Completely thread away the bogofilter
6829                 filtering
6830
6831 2006-11-10 [mones]      2.6.0cvs28
6832
6833         * src/compose.c
6834         * src/compose.h
6835                 added COMPOSE_CHECK_BEFORE_SEND hook
6836
6837 2006-11-10 [paul]       2.6.0cvs27
6838
6839         * src/crash.c
6840                 more renaming
6841                 add libSM to get_compiled_in_features()
6842         * src/main.c
6843                 more renaming
6844
6845 2006-11-10 [colin]      2.6.0cvs26
6846
6847         * src/etpan/imap-thread.c
6848                 Add a reference to libetpan's sasl engine
6849                 so that sasl_done() doesn't get called by
6850                 libetpan, and doesn't break openssl.
6851                 Should fix bug 1053, 'SC fails to reestablish 
6852                 a secure connection'
6853                 Patch by Hoa
6854
6855 2006-11-10 [colin]      2.6.0cvs25
6856
6857         * manual/addrbook.xml
6858         * manual/advanced.xml
6859         * manual/faq.xml
6860         * manual/intro.xml
6861                 Some more renaming
6862
6863 2006-11-09 [colin]      2.6.0cvs24
6864
6865         * src/plugins/bogofilter/bogofilter_gtk.c
6866                 Add comment about annoyance
6867
6868 2006-11-09 [colin]      2.6.0cvs23
6869
6870         * src/plugins/bogofilter/bogofilter.c
6871         * src/plugins/bogofilter/bogofilter_gtk.c
6872                 Prepare things needed to thread bogofilter
6873                 filtering: separate bogo stuff and possible GUI
6874                 stuff. 
6875
6876 2006-11-09 [colin]      2.6.0cvs22
6877
6878         * src/account.c
6879         * src/compose.c
6880                 Search for one of our accounts in Delivered-To
6881                 (helps for auto-account selection when 
6882                  replying/forwarding)
6883         * src/folderview.c
6884         * src/mainwindow.c
6885         * src/mainwindow.h
6886         * src/plugins/trayicon/trayicon.c
6887                 Allow opening a new mail with any account from
6888                 the contextual menu
6889
6890 2006-11-09 [wwp]        2.6.0cvs21
6891
6892         * src/compose.c
6893         * src/prefs_common.c
6894         * src/prefs_common.h
6895         * src/prefs_compose_writing.c
6896                 add a compose new message format (in prefs/compose/writing), it's a
6897                 simple subject+body template to use when opening a new composition
6898                 window. It's similar to the existent reply and forward formats.
6899
6900                 enhanced the template/format % symbols substitution mechanism to
6901                 use current composition window information when % are used in
6902                 the compose new message format or in templates applied to new
6903                 messages (there were useless in that situations before). When
6904                 applied to new messages, %d corresponds to the system time/date.
6905
6906 2006-11-09 [paul]       2.6.0cvs20
6907
6908         * src/gtk/authors.h
6909                 fix last commit
6910
6911 2006-11-09 [paul]       2.6.0cvs19
6912
6913         * src/gtk/authors.h
6914                 keep tje alphabetical order
6915
6916 2006-11-08 [colin]      2.6.0cvs18
6917
6918         * src/etpan/imap-thread.c
6919                 Fix bug 1054, 'Slowness logging big 
6920                 data chunks'
6921
6922 2006-11-08 [paul]       2.6.0cvs17
6923
6924         * tools/Makefile.am
6925                 fix the renaming
6926
6927 2006-11-08 [paul]       2.6.0cvs16
6928
6929         * src/common/defs.h
6930                 update BUGZILLA_URI
6931
6932 2006-11-08 [paul]       2.6.0cvs15
6933
6934         * tools/Makefile.am
6935         * tools/OOo2claws-mail.pl
6936         * tools/OOo2sylpheed.pl
6937         * tools/README
6938         * tools/acroread2claws-mail.pl
6939         * tools/acroread2sylpheed.pl
6940         * tools/kmail2claws-mail.pl
6941         * tools/kmail2claws-mail_v2.pl
6942         * tools/kmail2sylpheed.pl
6943         * tools/kmail2sylpheed_v2.pl
6944         * tools/maildir2claws-mail.pl
6945         * tools/maildir2sylpheed.pl
6946         * tools/nautilus2claws-mail.sh
6947         * tools/nautilus2sylpheed.sh
6948         * tools/outlook2claws-mail.pl
6949         * tools/outlook2sylpheed.pl
6950         * tools/tb2claws-mail
6951         * tools/tb2sylpheed
6952         * tools/tbird2claws.py
6953         * tools/tbird2syl.py
6954         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6955         * tools/kdeservicemenu/install.sh
6956         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6957         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6958         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6959         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6960         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6961                 renamed (removed, added) tools files
6962
6963 2006-11-08 [paul]       2.6.0cvs14
6964
6965         * src/main.c
6966         * src/common/defs.h
6967                 Migrate sylpheedrc to clawsrc, and fix the standard
6968                 plugins path in the process
6969
6970 2006-11-07 [colin]      2.6.0cvs13
6971
6972         * src/Makefile.am
6973                 Symlink sylpheed-claws relative to 
6974                 claws-mail
6975
6976 2006-11-07 [colin]      2.6.0cvs12
6977
6978         * src/compose.c
6979                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
6980
6981 2006-11-07 [paul]       2.6.0cvs11
6982
6983         * src/gtk/about.c
6984                 Fix a missed occurence of
6985                 Sylpheed-Claws
6986
6987 2006-11-07 [paul]       2.6.0cvs10
6988
6989         * src/Makefile.am
6990                 Fix symlink installation
6991
6992 2006-11-07 [paul]       2.6.0cvs9
6993
6994         * src/Makefile.am
6995                 Symlink claws-mail to sylpheed-claws
6996         * src/common/utils.c
6997                 Fix migrating symlinks
6998         * src/etpan/imap-thread.c
6999                 check certificate only when there's
7000                 no error
7001
7002 2006-11-07 [paul]       2.6.0cvs8
7003
7004         * Makefile.am
7005                 Fix icon breakages with Gtk, which needs a 
7006                 cache updated to see them.
7007
7008 2006-11-07 [paul]       2.6.0cvs7
7009
7010         * .cvsignore
7011         * AUTHORS
7012         * COPYING
7013         * INSTALL
7014         * Makefile.am
7015         * NEWS
7016         * README
7017         * RELEASE_NOTES
7018         * autogen.sh
7019         * claws-mail-128x128.png
7020         * claws-mail-64x64.png
7021         * claws-mail.ico
7022         * claws-mail.pc.in
7023         * claws-mail.png
7024         * configure.ac
7025         * sylpheed-claws-128x128.png
7026         * sylpheed-claws-64x64.png
7027         * sylpheed-claws.desktop
7028         * sylpheed-claws.ico
7029         * sylpheed-claws.pc.in
7030         * sylpheed-claws.png
7031         * debian/README.Debian
7032         * debian/changelog
7033         * debian/claws-mail.desktop
7034         * debian/claws-mail.menu
7035         * debian/claws-mail.postinst.debhelper
7036         * debian/claws-mail.postrm.debhelper
7037         * debian/control
7038         * debian/copyright
7039         * debian/files
7040         * debian/rules
7041         * debian/sylpheed-claws.desktop
7042         * debian/sylpheed-claws.menu
7043         * debian/sylpheed-claws.postinst.debhelper
7044         * debian/sylpheed-claws.postrm.debhelper
7045         * doc/man/Makefile.am
7046         * doc/man/claws-mail.1
7047         * doc/man/sylpheed-claws.1
7048         * doc/src/ChangeLog.claws-pre0.8.0
7049         * manual/Makefile.am
7050         * manual/account.xml
7051         * manual/ack.xml
7052         * manual/addrbook.xml
7053         * manual/advanced.xml
7054         * manual/claws-mail-manual.xml
7055         * manual/faq.xml
7056         * manual/glossary.xml
7057         * manual/handling.xml
7058         * manual/intro.xml
7059         * manual/keyboard.xml
7060         * manual/plugins.xml
7061         * manual/starting.xml
7062         * manual/sylpheed-claws-manual.xml
7063         * manual/xml2pdf
7064         * manual/dist/.cvsignore
7065         * manual/dist/html/.cvsignore
7066         * manual/dist/html/Makefile.am
7067         * manual/dist/pdf/.cvsignore
7068         * manual/dist/pdf/Makefile.am
7069         * manual/dist/ps/.cvsignore
7070         * manual/dist/ps/Makefile.am
7071         * manual/dist/txt/.cvsignore
7072         * manual/dist/txt/Makefile.am
7073         * manual/es/Makefile.am
7074         * manual/es/advanced.xml
7075         * manual/es/claws-mail-manual.xml
7076         * manual/es/faq.xml
7077         * manual/es/glossary.xml
7078         * manual/es/handling.xml
7079         * manual/es/intro.xml
7080         * manual/es/plugins.xml
7081         * manual/es/sylpheed-claws-manual.xml
7082         * manual/es/dist/.cvsignore
7083         * manual/es/dist/html/.cvsignore
7084         * manual/es/dist/html/Makefile.am
7085         * manual/es/dist/pdf/.cvsignore
7086         * manual/es/dist/pdf/Makefile.am
7087         * manual/es/dist/ps/.cvsignore
7088         * manual/es/dist/ps/Makefile.am
7089         * manual/es/dist/txt/.cvsignore
7090         * manual/es/dist/txt/Makefile.am
7091         * manual/fr/Makefile.am
7092         * manual/fr/account.xml
7093         * manual/fr/ack.xml
7094         * manual/fr/addrbook.xml
7095         * manual/fr/advanced.xml
7096         * manual/fr/claws-mail-manual.xml
7097         * manual/fr/faq.xml
7098         * manual/fr/glossary.xml
7099         * manual/fr/handling.xml
7100         * manual/fr/intro.xml
7101         * manual/fr/keyboard.xml
7102         * manual/fr/plugins.xml
7103         * manual/fr/starting.xml
7104         * manual/fr/sylpheed-claws-manual.xml
7105         * manual/fr/dist/.cvsignore
7106         * manual/fr/dist/html/.cvsignore
7107         * manual/fr/dist/html/Makefile.am
7108         * manual/fr/dist/pdf/.cvsignore
7109         * manual/fr/dist/pdf/Makefile.am
7110         * manual/fr/dist/ps/.cvsignore
7111         * manual/fr/dist/ps/Makefile.am
7112         * manual/fr/dist/txt/.cvsignore
7113         * manual/fr/dist/txt/Makefile.am
7114         * manual/pl/Makefile.am
7115         * manual/pl/account.xml
7116         * manual/pl/ack.xml
7117         * manual/pl/addrbook.xml
7118         * manual/pl/advanced.xml
7119         * manual/pl/claws-mail-manual.xml
7120         * manual/pl/faq.xml
7121         * manual/pl/glossary.xml
7122         * manual/pl/handling.xml
7123         * manual/pl/intro.xml
7124         * manual/pl/keyboard.xml
7125         * manual/pl/plugins.xml
7126         * manual/pl/starting.xml
7127         * manual/pl/sylpheed-claws-manual.xml
7128         * manual/pl/dist/.cvsignore
7129         * manual/pl/dist/html/.cvsignore
7130         * manual/pl/dist/html/Makefile.am
7131         * manual/pl/dist/pdf/.cvsignore
7132         * manual/pl/dist/pdf/Makefile.am
7133         * manual/pl/dist/ps/.cvsignore
7134         * manual/pl/dist/ps/Makefile.am
7135         * manual/pl/dist/txt/.cvsignore
7136         * manual/pl/dist/txt/Makefile.am
7137         * po/.cvsignore
7138         * po/Makevars
7139         * src/.cvsignore
7140         * src/Makefile.am
7141         * src/account.c
7142         * src/account.h
7143         * src/action.c
7144         * src/action.h
7145         * src/adbookbase.h
7146         * src/addr_compl.c
7147         * src/addr_compl.h
7148         * src/addrbook.c
7149         * src/addrcache.c
7150         * src/addrcache.h
7151         * src/addrcindex.c
7152         * src/addrcindex.h
7153         * src/addrclip.c
7154         * src/addrclip.h
7155         * src/addrdefs.h
7156         * src/addressadd.c
7157         * src/addressadd.h
7158         * src/addressbook.c
7159         * src/addressbook.h
7160         * src/addressbook_foldersel.c
7161         * src/addressbook_foldersel.h
7162         * src/addrgather.c
7163         * src/addrgather.h
7164         * src/addrharvest.c
7165         * src/addrharvest.h
7166         * src/addrindex.c
7167         * src/addrindex.h
7168         * src/addritem.c
7169         * src/addritem.h
7170         * src/addrquery.c
7171         * src/addrquery.h
7172         * src/addrselect.c
7173         * src/addrselect.h
7174         * src/alertpanel.c
7175         * src/alertpanel.h
7176         * src/browseldap.c
7177         * src/browseldap.h
7178         * src/codeconv.c
7179         * src/codeconv.h
7180         * src/compose.c
7181         * src/crash.c
7182         * src/crash.h
7183         * src/customheader.c
7184         * src/customheader.h
7185         * src/displayheader.c
7186         * src/displayheader.h
7187         * src/editaddress.c
7188         * src/editaddress.h
7189         * src/editbook.c
7190         * src/editbook.h
7191         * src/editgroup.c
7192         * src/editgroup.h
7193         * src/editjpilot.c
7194         * src/editjpilot.h
7195         * src/editldap.c
7196         * src/editldap.h
7197         * src/editldap_basedn.c
7198         * src/editldap_basedn.h
7199         * src/editvcard.c
7200         * src/editvcard.h
7201         * src/exphtmldlg.c
7202         * src/exphtmldlg.h
7203         * src/expldifdlg.c
7204         * src/expldifdlg.h
7205         * src/export.c
7206         * src/exporthtml.c
7207         * src/exporthtml.h
7208         * src/exportldif.c
7209         * src/exportldif.h
7210         * src/filtering.c
7211         * src/filtering.h
7212         * src/folder.c
7213         * src/folder.h
7214         * src/folder_item_prefs.c
7215         * src/folder_item_prefs.h
7216         * src/foldersel.c
7217         * src/foldersel.h
7218         * src/folderutils.c
7219         * src/folderutils.h
7220         * src/folderview.c
7221         * src/folderview.h
7222         * src/grouplistdialog.c
7223         * src/grouplistdialog.h
7224         * src/html.c
7225         * src/html.h
7226         * src/image_viewer.c
7227         * src/image_viewer.h
7228         * src/imap.c
7229         * src/imap.h
7230         * src/imap_gtk.c
7231         * src/imap_gtk.h
7232         * src/import.c
7233         * src/import.h
7234         * src/importldif.c
7235         * src/importldif.h
7236         * src/importmutt.c
7237         * src/importmutt.h
7238         * src/importpine.c
7239         * src/importpine.h
7240         * src/inc.c
7241         * src/inc.h
7242         * src/jpilot.c
7243         * src/jpilot.h
7244         * src/ldapctrl.c
7245         * src/ldapctrl.h
7246         * src/ldaplocate.c
7247         * src/ldaplocate.h
7248         * src/ldapquery.c
7249         * src/ldapquery.h
7250         * src/ldapserver.c
7251         * src/ldapserver.h
7252         * src/ldaputil.c
7253         * src/ldaputil.h
7254         * src/ldif.c
7255         * src/ldif.h
7256         * src/localfolder.c
7257         * src/localfolder.h
7258         * src/main.c
7259         * src/main.h
7260         * src/mainwindow.c
7261         * src/mainwindow.h
7262         * src/manual.c
7263         * src/manual.h
7264         * src/matcher.c
7265         * src/matcher.h
7266         * src/matcher_parser.h
7267         * src/matcher_parser_lex.l
7268         * src/matcher_parser_parse.y
7269         * src/mbox.c
7270         * src/mbox.h
7271         * src/message_search.c
7272         * src/message_search.h
7273         * src/messageview.c
7274         * src/messageview.h
7275         * src/mh.c
7276         * src/mh.h
7277         * src/mh_gtk.c
7278         * src/mh_gtk.h
7279         * src/mimeview.c
7280         * src/mimeview.h
7281         * src/msgcache.c
7282         * src/msgcache.h
7283         * src/mutt.c
7284         * src/mutt.h
7285         * src/news.c
7286         * src/news.h
7287         * src/news_gtk.c
7288         * src/news_gtk.h
7289         * src/noticeview.c
7290         * src/noticeview.h
7291         * src/partial_download.c
7292         * src/partial_download.h
7293         * src/pine.c
7294         * src/pine.h
7295         * src/pop.c
7296         * src/pop.h
7297         * src/prefs_account.c
7298         * src/prefs_account.h
7299         * src/prefs_actions.c
7300         * src/prefs_actions.h
7301         * src/prefs_common.c
7302         * src/prefs_common.h
7303         * src/prefs_compose_writing.c
7304         * src/prefs_compose_writing.h
7305         * src/prefs_customheader.c
7306         * src/prefs_customheader.h
7307         * src/prefs_display_header.c
7308         * src/prefs_display_header.h
7309         * src/prefs_ext_prog.c
7310         * src/prefs_ext_prog.h
7311         * src/prefs_filtering.c
7312         * src/prefs_folder_column.c
7313         * src/prefs_folder_column.h
7314         * src/prefs_folder_item.c
7315         * src/prefs_folder_item.h
7316         * src/prefs_fonts.c
7317         * src/prefs_fonts.h
7318         * src/prefs_gtk.c
7319         * src/prefs_gtk.h
7320         * src/prefs_image_viewer.c
7321         * src/prefs_image_viewer.h
7322         * src/prefs_matcher.c
7323         * src/prefs_matcher.h
7324         * src/prefs_message.c
7325         * src/prefs_message.h
7326         * src/prefs_msg_colors.c
7327         * src/prefs_msg_colors.h
7328         * src/prefs_other.c
7329         * src/prefs_other.h
7330         * src/prefs_quote.c
7331         * src/prefs_quote.h
7332         * src/prefs_receive.c
7333         * src/prefs_receive.h
7334         * src/prefs_send.c
7335         * src/prefs_send.h
7336         * src/prefs_spelling.c
7337         * src/prefs_spelling.h
7338         * src/prefs_summaries.c
7339         * src/prefs_summaries.h
7340         * src/prefs_summary_column.c
7341         * src/prefs_summary_column.h
7342         * src/prefs_template.c
7343         * src/prefs_template.h
7344         * src/prefs_themes.c
7345         * src/prefs_themes.h
7346         * src/prefs_toolbar.c
7347         * src/prefs_toolbar.h
7348         * src/prefs_wrapping.c
7349         * src/prefs_wrapping.h
7350         * src/privacy.c
7351         * src/privacy.h
7352         * src/procheader.c
7353         * src/procheader.h
7354         * src/procmime.c
7355         * src/procmime.h
7356         * src/procmsg.c
7357         * src/procmsg.h
7358         * src/quote_fmt.c
7359         * src/quote_fmt_parse.y
7360         * src/recv.c
7361         * src/recv.h
7362         * src/remotefolder.c
7363         * src/remotefolder.h
7364         * src/send_message.c
7365         * src/send_message.h
7366         * src/setup.c
7367         * src/setup.h
7368         * src/sourcewindow.c
7369         * src/sourcewindow.h
7370         * src/ssl_manager.c
7371         * src/ssl_manager.h
7372         * src/statusbar.c
7373         * src/statusbar.h
7374         * src/stock_pixmap.c
7375         * src/stock_pixmap.h
7376         * src/summary_search.c
7377         * src/summary_search.h
7378         * src/summaryview.c
7379         * src/summaryview.h
7380         * src/syldap.c
7381         * src/syldap.h
7382         * src/textview.c
7383         * src/textview.h
7384         * src/toolbar.c
7385         * src/toolbar.h
7386         * src/undo.c
7387         * src/undo.h
7388         * src/unmime.c
7389         * src/unmime.h
7390         * src/vcard.c
7391         * src/vcard.h
7392         * src/wizard.c
7393         * src/wizard.h
7394         * src/common/base64.c
7395         * src/common/base64.h
7396         * src/common/defs.h
7397         * src/common/hooks.c
7398         * src/common/hooks.h
7399         * src/common/log.c
7400         * src/common/log.h
7401         * src/common/mgutils.c
7402         * src/common/mgutils.h
7403         * src/common/nntp.c
7404         * src/common/nntp.h
7405         * src/common/passcrypt.c
7406         * src/common/passcrypt.h.in
7407         * src/common/plugin.c
7408         * src/common/plugin.h
7409         * src/common/prefs.c
7410         * src/common/prefs.h
7411         * src/common/progressindicator.c
7412         * src/common/progressindicator.h
7413         * src/common/quoted-printable.c
7414         * src/common/quoted-printable.h
7415         * src/common/session.c
7416         * src/common/session.h
7417         * src/common/smtp.c
7418         * src/common/smtp.h
7419         * src/common/socket.c
7420         * src/common/socket.h
7421         * src/common/ssl.c
7422         * src/common/ssl.h
7423         * src/common/stringtable.c
7424         * src/common/stringtable.h
7425         * src/common/sylpheed.c
7426         * src/common/sylpheed.h
7427         * src/common/template.c
7428         * src/common/template.h
7429         * src/common/timing.h
7430         * src/common/utils.c
7431         * src/common/utils.h
7432         * src/common/version.h.in
7433         * src/common/xml.c
7434         * src/common/xml.h
7435         * src/common/xmlprops.c
7436         * src/common/xmlprops.h
7437         * src/gtk/about.c
7438         * src/gtk/colorlabel.c
7439         * src/gtk/colorlabel.h
7440         * src/gtk/colorsel.c
7441         * src/gtk/colorsel.h
7442         * src/gtk/combobox.c
7443         * src/gtk/combobox.h
7444         * src/gtk/description_window.c
7445         * src/gtk/description_window.h
7446         * src/gtk/filesel.c
7447         * src/gtk/filesel.h
7448         * src/gtk/foldersort.c
7449         * src/gtk/foldersort.h
7450         * src/gtk/gtkaspell.c
7451         * src/gtk/gtkaspell.h
7452         * src/gtk/gtksctree.c
7453         * src/gtk/gtkshruler.c
7454         * src/gtk/gtkshruler.h
7455         * src/gtk/gtkutils.c
7456         * src/gtk/gtkutils.h
7457         * src/gtk/icon_legend.c
7458         * src/gtk/icon_legend.h
7459         * src/gtk/logwindow.c
7460         * src/gtk/logwindow.h
7461         * src/gtk/manage_window.c
7462         * src/gtk/manage_window.h
7463         * src/gtk/pluginwindow.c
7464         * src/gtk/pluginwindow.h
7465         * src/gtk/prefswindow.c
7466         * src/gtk/prefswindow.h
7467         * src/gtk/quicksearch.c
7468         * src/gtk/quicksearch.h
7469         * src/pixmaps/claws-mail.xpm
7470         * src/pixmaps/claws-mail_icon.xpm
7471         * src/pixmaps/claws-mail_logo.xpm
7472         * src/pixmaps/sylpheed-claws.xpm
7473         * src/pixmaps/sylpheed-claws_icon.xpm
7474         * src/pixmaps/sylpheed-claws_logo.xpm
7475         * src/plugins/bogofilter/Makefile.am
7476         * src/plugins/bogofilter/bogofilter.c
7477         * src/plugins/bogofilter/bogofilter.h
7478         * src/plugins/bogofilter/bogofilter_gtk.c
7479         * src/plugins/clamav/Makefile.am
7480         * src/plugins/clamav/clamav_plugin.c
7481         * src/plugins/clamav/clamav_plugin.h
7482         * src/plugins/clamav/clamav_plugin_gtk.c
7483         * src/plugins/demo/Makefile.am
7484         * src/plugins/demo/demo.c
7485         * src/plugins/dillo_viewer/Makefile.am
7486         * src/plugins/dillo_viewer/README
7487         * src/plugins/dillo_viewer/dillo_prefs.c
7488         * src/plugins/dillo_viewer/dillo_prefs.h
7489         * src/plugins/dillo_viewer/dillo_viewer.c
7490         * src/plugins/pgpcore/Makefile.am
7491         * src/plugins/pgpcore/passphrase.c
7492         * src/plugins/pgpcore/passphrase.h
7493         * src/plugins/pgpcore/pgp_viewer.c
7494         * src/plugins/pgpcore/pgp_viewer.h
7495         * src/plugins/pgpcore/plugin.c
7496         * src/plugins/pgpcore/prefs_gpg.c
7497         * src/plugins/pgpcore/prefs_gpg.h
7498         * src/plugins/pgpcore/select-keys.c
7499         * src/plugins/pgpcore/select-keys.h
7500         * src/plugins/pgpcore/sgpgme.c
7501         * src/plugins/pgpcore/sgpgme.h
7502         * src/plugins/pgpcore/sylpheed.def
7503         * src/plugins/pgpcore/version.rc
7504         * src/plugins/pgpinline/Makefile.am
7505         * src/plugins/pgpinline/pgpinline.c
7506         * src/plugins/pgpinline/pgpinline.h
7507         * src/plugins/pgpinline/plugin.c
7508         * src/plugins/pgpinline/sylpheed.def
7509         * src/plugins/pgpinline/version.rc
7510         * src/plugins/pgpmime/Makefile.am
7511         * src/plugins/pgpmime/pgpmime.c
7512         * src/plugins/pgpmime/pgpmime.h
7513         * src/plugins/pgpmime/plugin.c
7514         * src/plugins/pgpmime/sylpheed.def
7515         * src/plugins/pgpmime/version.rc
7516         * src/plugins/spamassassin/Makefile.am
7517         * src/plugins/spamassassin/README
7518         * src/plugins/spamassassin/spamassassin.c
7519         * src/plugins/spamassassin/spamassassin.h
7520         * src/plugins/spamassassin/spamassassin_gtk.c
7521         * src/plugins/trayicon/Makefile.am
7522         * src/plugins/trayicon/trayicon.c
7523         * tools/OOo2sylpheed.pl
7524         * tools/README
7525         * tools/README.sylprint
7526         * tools/acroread2sylpheed.pl
7527         * tools/claws.i18n.status.pl
7528         * tools/filter_conv.pl
7529         * tools/filter_conv_new.pl
7530         * tools/freshmeat_search.pl
7531         * tools/google_search.pl
7532         * tools/kmail2sylpheed.pl
7533         * tools/kmail2sylpheed_v2.pl
7534         * tools/make.themes.project
7535         * tools/multiwebsearch.pl
7536         * tools/nautilus2sylpheed.sh
7537         * tools/outlook2sylpheed.pl
7538         * tools/sylprint.pl
7539         * tools/sylprint.rc
7540         * tools/tb2sylpheed
7541         * tools/textviewer.sh
7542         * tools/vcard2xml.py
7543         * tools/kdeservicemenu/README
7544         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7545         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7546         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7547                 Change name to Claws Mail. Announce to follow...
7548
7549 2006-11-06 [wwp]        2.6.0cvs6
7550
7551         * src/prefs_template.c
7552                 unify messages related to quote format/template errors (fix
7553                 capitalization), again.
7554
7555 2006-11-06 [wwp]        2.6.0cvs5
7556
7557         * src/prefs_quote.c
7558                 unify messages related to quote format/template errors.
7559
7560 2006-11-06 [wwp]        2.6.0cvs4
7561
7562         * src/prefs_msg_colors.c
7563                 more uses of Q_ macro for contextual translations, thanks
7564                 to Fabien (fzzzzz).
7565
7566 2006-11-06 [wwp]        2.6.0cvs3
7567
7568         * src/compose.c
7569         * src/common/utils.c
7570         * src/common/utils.h
7571                 show an alertpanel to make sure users are aware that sensitive
7572                 files are attached (it's file blacklist-based). This will fix
7573                 interaction w/ GoogleEarth for instance, thanks to Colin.
7574
7575 2006-11-06 [wwp]        2.6.0cvs2
7576
7577         * src/prefs_quote.c
7578         * src/prefs_template.c
7579         * src/prefs_template.h
7580                 check quote format when applying/closing prefs. For now this only
7581                 shows up an error dialog box, not preventing the user from using
7582                 a broken quote (reply, forwards) format.
7583
7584 2006-11-06 [wwp]        2.6.0cvs1
7585
7586         * src/prefs_template.c
7587                 fix missing checks of some template fields.
7588
7589 2006-11-06 [paul]       2.6.0
7590
7591         * NEWS
7592         * README
7593         * RELEASE_NOTES
7594                 2.6.0 released
7595
7596 2006-11-06 [paul]       2.5.6cvs22
7597
7598         * manual/advanced.xml
7599         * manual/es/advanced.xml
7600                 put 'respect_flowed_format' info in the correct
7601                 place
7602
7603 2006-11-06 [mones]      2.5.6cvs21
7604
7605         * po/es.po
7606                 Minor fixes for release
7607
7608 2006-11-06 [paul]       2.5.6cvs20
7609
7610         * po/cs.po
7611         * po/de.po
7612         * po/fr.po
7613         * po/it.po
7614         * po/nl.po
7615         * po/pt_BR.po
7616         * po/sk.po
7617         * po/sv.po
7618         * po/zh_CN.po
7619                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7620                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7621                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7622                 Young
7623
7624 2006-11-02 [colin]      2.5.6cvs19
7625
7626         * src/imap.c
7627         * src/imap.h
7628         * src/prefs_account.c
7629         * src/etpan/imap-thread.c
7630                 Add GSSAPI support - fixes Debian bug #383274
7631
7632 2006-11-01 [colin]      2.5.6cvs18
7633
7634         * src/jpilot.c
7635                 Handle libpisock12 support. Probably
7636                 fixes bug 1046, 'jpilot AddressDB.pdb 
7637                 import fail'
7638
7639 2006-11-01 [colin]      2.5.6cvs17
7640
7641         * src/folderutils.c
7642                 debug_print() folderutils_mark_all_read()
7643
7644 2006-11-01 [colin]      2.5.6cvs16
7645
7646         * COPYING
7647                 Add missed files to the Apache exception
7648
7649 2006-10-31 [colin]      2.5.6cvs15
7650
7651         * src/folder.c
7652         * src/folder.h
7653                 Add a copy_private_data() func to FolderClasses
7654                 Doesn't break the feature freeze, because we 
7655                 won't use it (right now) in the core.
7656
7657 2006-10-31 [colin]      2.5.6cvs14
7658
7659         * COPYING
7660                 Allow linking with the Apache licensed files in
7661                 src/plugins/spamassassin. Hopefully fixes 
7662                 bug 1048, 'Spamassassin plugin license problem'
7663
7664 2006-10-31 [wwp]        2.5.6cvs13
7665
7666         * src/compose.c
7667                 fix and optimize trimming of leading linefeeds in body loop.
7668
7669 2006-10-31 [colin]      2.5.6cvs12
7670
7671         * src/etpan/imap-thread.c
7672         * src/imap.c
7673                 Make really sure to have NULL sets in case
7674                 of error
7675
7676 2006-10-30 [wwp]        2.5.6cvs11
7677
7678         * src/prefs_common.c
7679         * src/prefs_common.h
7680         * src/compose.c
7681                 fix broken storage of quote format template when it contains \-escape
7682                 sequences. The application of such sequences is also fixed now (\t
7683                 in quote format will be a real tab instead of a 't', for instance).
7684
7685 2006-10-27 [colin]      2.5.6cvs10
7686
7687         * src/compose.c
7688                 Probably fix bug 1045, 'sylpheed-claws 
7689                 doesn't remove the mail from the IMAP 
7690                 Queue folder after sending'. From
7691                 2.5.6cvs3-stable
7692
7693 2006-10-27 [colin]      2.5.6cvs9
7694
7695         * configure.ac
7696                 Require libetpan-0.48. I'm so annoying,
7697                 I know ;-)
7698
7699 2006-10-27 [colin]      2.5.6cvs8
7700
7701         * src/folder.c
7702         * src/imap.c
7703                 Probably fix bug 1044, 'sylpheed-claws 
7704                 segfaults while moving mails' - Fix relation
7705                 usage when moving to an IMAP mailbox from another
7706                 mailbox
7707
7708 2006-10-26 [paul]       2.5.6cvs7
7709
7710         * src/gtk/about.c
7711                 add libSM to compiled-in features
7712                 list
7713
7714 2006-10-24 [colin]      2.5.6cvs6
7715
7716         * src/textview.c
7717         * src/gtk/gtkutils.c
7718                 Fix crash when printing emails with an
7719                 xface
7720
7721 2006-10-24 [mones]      2.5.6cvs5
7722
7723         * manual/es/advanced.xml
7724                 Synchronize hidden option respect_flowed_format
7725         * po/es.po
7726                 Updated translation
7727
7728 2006-10-21 [paul]       2.5.6cvs4
7729
7730         * src/gtk/authors.h
7731         * src/plugins/pgpcore/pgp_viewer.c
7732         * src/plugins/pgpcore/sgpgme.c
7733                 fix building on BSDs
7734                 Thanks to Michael Hughes
7735                 <Sylpheed-Claws_user@thehugheslogcabin.net>
7736
7737 2006-10-20 [colin]      2.5.6cvs3
7738
7739         * configure.ac
7740                 Bump up libetpan requirement
7741                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
7742         * src/common/utils.c
7743         * src/common/utils.h
7744                 Add convenience get_file_mtime()
7745         * src/imap.c
7746         * src/etpan/imap-thread.c
7747         * src/etpan/imap-thread.h
7748                 Implement UIDPLUS support if the server
7749                 supports it - faster sending in this case
7750
7751 2006-10-19 [colin]      2.5.6cvs2
7752
7753         * src/gtk/quicksearch.c
7754                 Fix emptying in type-ahead+extended mode
7755         * src/mainwindow.c
7756         * src/mainwindow.h
7757                 Add a hook for offline state change
7758         * src/plugins/trayicon/trayicon.c
7759                 Use it to display offline icons
7760         * src/plugins/trayicon/Makefile.am
7761         * src/plugins/trayicon/newmail.offline.xpm
7762         * src/plugins/trayicon/newmarkedmail.offline.xpm
7763         * src/plugins/trayicon/nomail.offline.xpm
7764         * src/plugins/trayicon/unreadmail.offline.xpm
7765         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7766                 Add the icons
7767
7768 2006-10-12 [paul]       2.5.6cvs1
7769
7770         * NEWS
7771         * README
7772         * configure.ac
7773                 Update version number following
7774                 stable release
7775
7776 2006-10-19 [colin]      2.5.5cvs18
7777
7778         * manual/handling.xml
7779                 Add type-ahead search
7780
7781 2006-10-18 [colin]      2.5.5cvs17
7782
7783         * src/gtk/quicksearch.c
7784                 Remove "save to history only if there's
7785                 no syntax error", it breaks for some 
7786                 reason which I'll investigate later.
7787
7788 2006-10-18 [colin]      2.5.5cvs16
7789
7790         * src/prefs_common.c
7791         * src/prefs_common.h
7792         * src/summaryview.c
7793         * src/gtk/quicksearch.c
7794         * src/gtk/quicksearch.h
7795                 Add a type-ahead option for fast searches
7796                 Patch by Fabien Vantard
7797
7798 2006-10-18 [colin]      2.5.5cvs15
7799
7800         * src/compose.c
7801         * src/compose.h
7802                 Add Options/Reply mode/ menu to be able to
7803                 change the recipients of a reply on the fly
7804
7805 2006-10-18 [colin]      2.5.5cvs14
7806
7807         * src/compose.c
7808                 Fix redirecting of our own sent mails
7809
7810 2006-10-17 [wwp]        2.5.5cvs13
7811
7812         * src/send_message.c
7813                 Fix duplicate error messages when sending, and missing
7814                 newline in such error messages.
7815
7816 2006-10-17 [colin]      2.5.5cvs12
7817
7818         * src/compose.c
7819                 Compare addresses case-insensitive
7820
7821 2006-10-17 [colin]      2.5.5cvs11
7822
7823         * src/plugins/pgpcore/sgpgme.c
7824                 Fix return status
7825
7826 2006-10-17 [colin]      2.5.5cvs10
7827
7828         * src/plugins/pgpcore/pgp_viewer.c
7829                 Fix return status
7830
7831 2006-10-17 [colin]      2.5.5cvs9
7832
7833         * src/quote_fmt.c
7834                 Fix a typo (thanks to Fabien)
7835
7836 2006-10-16 [colin]      2.5.5cvs8
7837
7838         * src/textview.c
7839                 Fix problem with quote-folding when emails
7840                 don't convert cleanly to UTF-8
7841
7842 2006-10-14 [colin]      2.5.5cvs7
7843
7844         * src/prefs_template.c
7845                 Reset fields when reopening
7846                 the window
7847
7848 2006-10-13 [paul]       2.5.5cvs6
7849
7850         * manual/advanced.xml
7851         * src/prefs_message.c
7852                 make 'respect_flowed_format' a hidden
7853                 option, and add a manual entry for it
7854                 Thanks to Colin
7855
7856 2006-10-12 [colin]      2.5.5cvs5
7857
7858         * src/codeconv.c
7859                 Revert part of 2.5.2cvs21:
7860                 Don't optimise by reusing the 
7861                 last iconv converter if possible:
7862                 it seems slightly broken in a 
7863                 very hard way to reproduce
7864
7865 2006-10-12 [colin]      2.5.5cvs4
7866
7867         * src/prefs_common.c
7868         * src/prefs_common.h
7869         * src/prefs_message.c
7870         * src/procmime.c
7871                 Fix bug 1035, 'Incorrect handling 
7872                 of flowed lines'. We now optionnaly
7873                 handle this format (preference is in
7874                 Message View/Text options section)
7875
7876 2006-10-12 [colin]      2.5.5cvs3
7877
7878         * po/POTFILES.in
7879                 Add new file
7880         * src/plugins/pgpcore/pgp_viewer.c
7881         * src/plugins/pgpcore/sgpgme.c
7882                 Don't try to import without asking
7883
7884 2006-10-12 [colin]      2.5.5cvs2
7885
7886         * src/compose.c
7887                 Fix bug 1036, 'Forwarding a mutlipart
7888                 mail with a "text/html" block to ms
7889                 outlook users leeds to freeze of
7890                 outlook'. Poor outlook users...
7891
7892 2006-10-12 [paul]       2.5.5cvs1
7893
7894         * NEWS
7895         * README
7896         * configure.ac
7897                 Update version number following
7898                 stable release
7899
7900 2006-10-11 [paul]       2.5.4cvs1
7901
7902         * NEWS
7903         * README
7904         * configure.ac
7905                 Update version number following
7906                 stable release
7907
7908 2006-10-11 [paul]       2.5.3cvs32
7909
7910         * src/textview.c
7911                 fix bug 1032, 'Segmentation fault when showing
7912                 message' (bug in quote folding)
7913                 Thanks to Colin
7914
7915 2006-10-10 [colin]      2.5.3cvs31
7916
7917         * src/quote_fmt.c
7918                 Rephrase english a bit
7919
7920 2006-10-10 [colin]      2.5.3cvs30
7921
7922         * src/prefs_compose_writing.c
7923                 Stop making the page larger than the window
7924
7925 2006-10-10 [wwp]        2.5.3cvs29
7926
7927         * src/compose.c
7928         * src/prefs_template.c
7929         * src/quote_fmt.c
7930         * src/quote_fmt.h
7931         * src/quote_fmt_lex.l
7932         * src/quote_fmt_parse.y
7933                 Extend the quote parser a bit: allow to get access to
7934                 basic (composing) account info.
7935
7936 2006-10-10 [colin]      2.5.3cvs28
7937
7938         * src/procheader.c
7939                 Fix this \t problem in subject
7940
7941 2006-10-09 [colin]      2.5.3cvs27
7942
7943         * src/main.c
7944         * src/prefs_gtk.c
7945                 Prepare cache a bit later
7946                 If section already exists, skip the new one 
7947                 (as previously); avoid writing the same block
7948                 twice - if we find a second block with the 
7949                 same id, skip it.
7950         * src/plugins/pgpcore/pgp_viewer.c
7951                 Set cursor to busy when retrieving a key
7952         * src/plugins/pgpcore/sgpgme.c
7953                 allow 5 seconds for gpg to export the key
7954                 
7955
7956 2006-10-09 [colin]      2.5.3cvs26
7957
7958         * configure.ac
7959         * src/msgcache.c
7960         * src/prefs_gtk.c
7961                 Check for existence of fgets_unlocked
7962                 and fwrite_unlocked
7963
7964 2006-10-09 [paul]       2.5.3cvs25
7965
7966         * src/prefs_summaries.c
7967                 replace strftime() with fast_strftime() and in
7968                 the consequence fix the bug in the display of
7969                 AM/PM in the 'Example' string
7970
7971 2006-10-09 [ticho]      2.5.3cvs24
7972
7973         * po/sk.po
7974                 Updated (and fixed up somewhat) Slovak translation.
7975
7976 2006-10-08 [colin]      2.5.3cvs23
7977
7978         * src/prefs_folder_item.c
7979                 Explain why prefs in the top-level folder
7980                 aren't retained, but are still useful
7981
7982 2006-10-08 [colin]      2.5.3cvs22
7983
7984         * src/prefs_gtk.c
7985                 Don't cache anything if caching fails
7986
7987 2006-10-08 [colin]      2.5.3cvs21
7988
7989         * src/common/utils.c
7990                 always include gi18n.h
7991
7992 2006-10-07 [colin]      2.5.3cvs20
7993
7994         * src/plugins/pgpcore/pgp_viewer.c
7995                 Kill gpg after 5 seconds wait
7996
7997 2006-10-07 [colin]      2.5.3cvs19
7998
7999         * src/plugins/pgpcore/pgp_viewer.c
8000         * src/plugins/pgpcore/pgp_viewer.h
8001                 Fix copyright
8002
8003 2006-10-07 [colin]      2.5.3cvs18
8004
8005         * src/plugins/pgpcore/pgp_viewer.c
8006         * src/plugins/pgpcore/pgp_viewer.h
8007                 Actually add the files to CVS
8008
8009 2006-10-07 [colin]      2.5.3cvs17
8010
8011         * src/plugins/pgpcore/sgpgme.c
8012                 Be sure not to crash on 'application/pgp-signature' that
8013                 are not application/pgp-signatures
8014
8015 2006-10-07 [colin]      2.5.3cvs16
8016
8017         * src/textview.c
8018         * src/textview.h
8019                 Make a bit more of the API available
8020         * src/plugins/pgpcore/Makefile.am
8021         * src/plugins/pgpcore/plugin.c
8022         * src/plugins/pgpcore/sgpgme.c
8023                 Add basic key import/export
8024
8025 2006-10-07 [colin]      2.5.3cvs15
8026
8027         * src/folderview.c
8028         * src/imap.c
8029         * src/prefs_account.c
8030         * src/wizard.c
8031                 Warn users *everywhere* if libetpan's not
8032                 linked in
8033
8034 2006-10-06 [mones]      2.5.3cvs14
8035
8036         * po/de.po
8037         * po/es.po
8038                 updated by Stephan Sachse and me
8039
8040 2006-10-06 [colin]      2.5.3cvs13
8041
8042         * src/main.c
8043         * src/common/sylpheed.c
8044                 Don't load common plugins if --exit is passed
8045         * src/prefs_gtk.c
8046         * src/prefs_gtk.h
8047                 Implement a cache to avoid reading the same
8048                 files over and over again at startup
8049
8050 2006-10-06 [colin]      2.5.3cvs12
8051
8052         * src/summaryview.c
8053         * src/gtk/quicksearch.c
8054                 Update display every 5k mails on fast searches
8055
8056 2006-10-06 [colin]      2.5.3cvs11
8057
8058         * src/textview.c
8059                 Don't do quote folding on HTML or ERTF.
8060                 May fix the Cygwin issues if they were
8061                 happening with HTML mails?
8062
8063 2006-10-05 [colin]      2.5.3cvs10
8064
8065         * src/prefs_gtk.c
8066                 Oops, forgot one
8067
8068 2006-10-05 [colin]      2.5.3cvs9
8069
8070         * src/prefs_gtk.c
8071                 Use unlocked_stdio here too
8072
8073 2006-10-05 [colin]      2.5.3cvs8
8074
8075         * src/folderview.c
8076                 Fix go to next * after preferences apply
8077         * src/msgcache.c
8078                 Do the fd lock/unlock ourselves instead of
8079                 letting the libc do it at each write 
8080
8081 2006-10-05 [colin]      2.5.3cvs7
8082
8083         * src/common/utils.c
8084                 Faster division, thanks to Jean Diraison
8085
8086 2006-10-05 [paul]       2.5.3cvs6
8087
8088         * src/common/utils.c
8089                 fix building with --disable-nls
8090
8091 2006-10-04 [colin]      2.5.3cvs5
8092
8093         * src/folder.c
8094                 Maybe fix a segfault
8095
8096 2006-10-04 [wwp]        2.5.3cvs4
8097
8098         * src/prefs_folder_item.c
8099                 Fine-tune layouts in folder item prefs. Suggested by
8100                 Fabien Vantard <fzzzzz@gmail.com>.
8101
8102 2006-10-04 [wwp]        2.5.3cvs3
8103
8104         * src/prefs_folder_item.c
8105                 Kill the clandestine passengers. You didn't see anything.
8106
8107 2006-10-04 [wwp]        2.5.3cvs2
8108
8109         * src/prefs_folder_item.c
8110                 Add a way to test the subject simplify regexp in
8111                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8112                 w/ few layout changes.
8113
8114 2006-20-04 [paul]       2.5.3cvs1
8115
8116         * NEWS
8117         * README
8118         * configure.ac
8119                 Update version number following
8120                 stable release
8121
8122 2006-10-04 [colin]      2.5.2cvs42
8123
8124         * src/folder.c
8125         * src/folder.h
8126         * src/summaryview.c
8127                 Provide a way for folder classes to set their sort
8128                 type and key
8129
8130 2006-10-03 [colin]      2.5.2cvs41
8131
8132         * src/mh.c
8133                 Don't use strlen() to know if the
8134                 string's empty
8135
8136 2006-10-03 [colin]      2.5.2cvs40
8137
8138         * src/mh.c
8139                 Fix "check for new folders" with accentued folders
8140
8141 2006-10-03 [ticho]      2.5.2cvs39
8142
8143         * src/filtering.c
8144         * src/folder.c
8145         * src/inc.c
8146         * src/mbox.c
8147                 Colin's fix for "copy" filtering rules.
8148
8149 2006-10-02 [colin]      2.5.2cvs38
8150
8151         * src/folderview.c
8152                 Fix for double-click too
8153
8154 2006-10-02 [colin]      2.5.2cvs37
8155
8156         * src/folderview.c
8157                 correct fix for cvs36
8158
8159 2006-10-02 [colin]      2.5.2cvs36
8160
8161         * src/folderview.c
8162                 Fix 'goto next unread' after collapsing/expanding 
8163                 a node.
8164
8165 2006-10-02 [colin]      2.5.2cvs35
8166
8167         * src/summaryview.c
8168                 Fix double freeze/thaw
8169         * src/common/utils.c
8170         * src/common/utils.h
8171                 Reimplement strftime
8172         * src/procheader.c
8173                 Use it
8174
8175
8176 2006-10-02 [colin]      2.5.2cvs34
8177
8178         * src/mh.c
8179                 Time mh_write_sequences() - it's fast
8180         * src/summaryview.c
8181                 Init a variable to shut up gcc
8182
8183 2006-10-01 [colin]      2.5.2cvs33
8184
8185         * src/folder.c
8186         * src/mh.c
8187         * src/mh.h
8188         * src/msgcache.c
8189                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8190                 Add fsync but disable it, it's slow as hell
8191
8192 2006-10-01 [colin]      2.5.2cvs32
8193
8194         * src/mh.c
8195         * src/msgcache.c
8196                 fflush() caches and mh_sequences before
8197                 fclose()ing
8198
8199 2006-10-01 [colin]      2.5.2cvs31
8200
8201         * src/msgcache.c
8202                 Don't ftruncate when not using mmap
8203
8204 2006-09-30 [colin]      2.5.2cvs30
8205
8206         * src/main.c
8207                 Write folder list *after* saving caches
8208
8209 2006-09-30 [colin]      2.5.2cvs29
8210
8211         * src/folder.c
8212         * src/mh.c
8213                 Debug forced mtime changes
8214
8215 2006-09-30 [colin]      2.5.2cvs28
8216
8217         * src/folder.c
8218         * src/main.c
8219                 Remove useless debug_print()s (code
8220                 well-tested)
8221
8222 2006-09-30 [colin]      2.5.2cvs27
8223
8224         * src/mh.c
8225                 Do stuff faster when writing mh_sequences
8226
8227 2006-09-30 [colin]      2.5.2cvs26
8228
8229         * src/mh.c
8230                 Don't let the writing of .mh_sequences, which
8231                 can change the folder's mtime, let us think
8232                 we need to scan.
8233
8234 2006-09-30 [colin]      2.5.2cvs25
8235
8236         * src/folder.c
8237                 Move a debug_print where it belongs 
8238                 (processing)
8239         * src/summaryview.c
8240                 Don't mess with a huge slow subject
8241                 table if we're not threading by
8242                 subject
8243
8244 2006-09-30 [colin]      2.5.2cvs24
8245
8246         * src/msgcache.c
8247                 Reenable mmaped reads (*not* writes!)
8248         * src/procmsg.c
8249                 Don't destroy and recreate hashtables just
8250                 for fun
8251         * src/common/utils.c
8252                 Remove useless reply prefixes (it's case
8253                 unsensitive)
8254
8255 2006-09-30 [wwp]        2.5.2cvs23
8256
8257         * tools/fix_date.sh
8258                 Fixed a minor bug in date value extraction, added a switch
8259                 to replace non RFC-compliant Date: value, added a switch
8260                 to use strict RFC matching patterns for dates.
8261
8262 2006-09-29 [colin]      2.5.2cvs22
8263
8264         * src/matcher_parser.h
8265         * src/matcher_parser_parse.y
8266         * src/prefs_filtering.c
8267         * src/statusbar.c
8268         * src/summary_search.c
8269         * src/summaryview.c
8270         * src/gtk/quicksearch.c
8271         * src/gtk/quicksearch.h
8272                 Optimise searches by setting different
8273                 refresh intervals (depending if the 
8274                 search is fast or not)
8275
8276 2006-09-29 [colin]      2.5.2cvs21
8277
8278         * src/codeconv.c
8279                 Optimise by reusing the last iconv converter
8280                 if possible
8281         * src/textview.c
8282                 Optimise a bit (the foldable quotes feature
8283                 still has an awful O(n^2) algo
8284
8285 2006-09-29 [colin]      2.5.2cvs20
8286
8287         * src/gtk/gtksctree.c
8288         * src/gtk/gtksctree.h
8289                 Optimise de-selection via up/down or
8290                 another key
8291
8292 2006-09-28 [colin]      2.5.2cvs19
8293
8294         * src/action.c
8295         * src/compose.c
8296         * src/folderview.c
8297         * src/mainwindow.c
8298         * src/messageview.c
8299         * src/summary_search.c
8300         * src/toolbar.c
8301                 Avoid using summaryview->ctree directly
8302
8303 2006-09-28 [colin]      2.5.2cvs18
8304
8305         * src/summaryview.c
8306         * src/summaryview.h
8307                 Add helpers to freeze/thaw/grab_focus
8308                 Factorize calls to freeze/thaw/grab_focus
8309                 
8310
8311 2006-09-28 [colin]      2.5.2cvs17
8312
8313         * src/main.c
8314                 More guards for the session management
8315
8316 2006-09-28 [colin]      2.5.2cvs16
8317
8318         * src/folderview.c
8319         * src/gtk/gtksctree.c
8320         * src/gtk/gtksctree.h
8321                 Make expanding not recursive in folderview
8322
8323 2006-09-28 [colin]      2.5.2cvs15
8324
8325         * src/addressbook.c
8326                 If nothing is selected in the list (right part)
8327                 and a group is selected in the tree (left part),
8328                 mail this group.
8329
8330 2006-09-28 [colin]      2.5.2cvs14
8331
8332         * src/Makefile.am
8333                 Actually use SM_LIBS
8334
8335 2006-09-28 [ticho]      2.5.2cvs13
8336
8337         * src/export.c
8338         * src/messageview.c
8339         * src/mimeview.c
8340         * src/news.c
8341         * src/pop.c
8342         * src/prefs_themes.c
8343         * src/procmsg.c
8344                 Small i18n string optimization.
8345         * src/send_message.c
8346         * src/summaryview.c
8347         * src/common/session.c
8348         * src/common/smtp.c
8349         * src/common/ssl_certificate.c
8350         * src/common/utils.c
8351                 Use "Couldn't" instead of "Can't" in UI messages,
8352                 where appropriate.
8353
8354 2006-09-28 [colin]      2.5.2cvs12
8355
8356         * configure.ac
8357                 Possibly fix link errors
8358
8359 2006-09-27 [wwp]        2.5.2cvs11
8360
8361         * src/gtk/authors.h
8362         * doc/man/sylpheed-claws.1
8363         * manual/ack.xml
8364         * manual/es/ack.xml
8365         * manual/fr/ack.xml
8366         * manual/pl/ack.xml
8367                 Updated authors info (me, myself and I).
8368
8369 2006-09-27 [colin]      2.5.2cvs10
8370
8371         * src/addressbook.c
8372                 Remove useless printf
8373
8374 2006-09-27 [wwp]        2.5.2cvs9
8375
8376         * src/editgroup.c
8377         * src/send_message.c
8378         * src/inc.c
8379         * src/prefs_common.c
8380         * src/prefs_common.h
8381         * src/gtk/progressdialog.c
8382                 remember more windows' sizes (send dialog, received dialog,
8383                 edit group in addressbook).
8384
8385 2006-09-27 [colin]      2.5.2cvs8
8386
8387         * configure.ac
8388         * src/main.c
8389         * src/mainwindow.h
8390                 Use libSM to communicate with the session
8391                 manager, so that we can know when the 
8392                 session ends, save our caches, and draft
8393                 our compose windows.
8394
8395 2006-09-27 [colin]      2.5.2cvs7
8396
8397         * src/addressbook.c
8398                 Fix issues:
8399                 o Allow Book and Group creation from the tree's
8400                   contextual menu
8401                 o Do not actually delete the contacts when 
8402                   deleting groups from the tree (duh!)
8403
8404 2006-09-27 [colin]      2.5.2cvs6
8405
8406         * src/compose.c
8407         * src/compose.h
8408         * src/mainwindow.c
8409         * src/textview.c
8410         * src/toolbar.c
8411                 o Allow passing an email address to 
8412                   compose_new_with_folderitem
8413                 o Update callers
8414                 o Use current folderitem when clicking
8415                   on a TextView mailto: link
8416                 o Fix a possible leak in TextView
8417
8418 2006-09-27 [colin]      2.5.2cvs5
8419
8420         * src/html.c
8421                 Use UTF-8 chars to replace HTML entities
8422
8423 2006-09-27 [colin]      2.5.2cvs4
8424
8425         * AUTHORS
8426         * src/prefs_account.c
8427         * src/gtk/authors.h
8428                 Fix bug #1024 (Array index out of
8429                 range in sylpheed-claws-2.5.2)
8430                 Patch by Ales Nosek <anosek@suse.cz>
8431
8432 2006-09-27 [colin]      2.5.2cvs3
8433
8434         * src/addr_compl.c
8435                 Actually do the test
8436
8437 2006-09-27 [colin]      2.5.2cvs2
8438
8439         * src/addr_compl.c
8440         * src/addr_compl.h
8441                 Allow completing with comma (in certain cases: vCalendar
8442                 for example doesn't support that)
8443                 Patch by Fabien Vantard
8444
8445 2006-09-26 [colin]      2.5.2cvs1
8446
8447         * src/Makefile.am
8448         * src/addr_compl.c
8449         * src/addr_compl.h
8450         * src/addrbook.c
8451         * src/addrbook.h
8452         * src/addressbook.c
8453         * src/addrindex.c
8454         * src/addrindex.h
8455         * src/compose.c
8456         * src/prefs_common.c
8457         * src/prefs_filtering_action.c
8458         * src/prefs_folder_item.c
8459         * src/prefs_template.c
8460         * src/stock_pixmap.c
8461         * src/stock_pixmap.h
8462         * src/pixmaps/addr_one.xpm
8463         * src/pixmaps/addr_two.xpm
8464                 Add auto-completion on groups
8465
8466 2006-09-26 [colin]      2.5.2
8467
8468         * NEWS
8469         * README
8470         * RELEASE_NOTES
8471                 2.5.2 released
8472
8473 2006-09-26 [colin]      2.5.1cvs5
8474
8475         * src/matcher.c
8476                 Fix condition
8477
8478 2006-09-26 [colin]      2.5.1cvs4
8479
8480         * src/mbox.c
8481                 Revert cvs1 (useless as the message is printed 
8482                 every 500 mails)
8483
8484 2006-09-26 [colin]      2.5.1cvs3
8485
8486         * src/partial_download.c
8487                 Fix crasher found by Alexsandar Urosevic
8488
8489 2006-09-26 [colin]      2.5.1cvs2
8490
8491         * src/summaryview.c
8492                 Fix bug #1023 (Sylpheed deletes too much messages)
8493
8494 2006-09-26 [ticho]      2.5.1cvs1
8495
8496         * src/mbox.c
8497                 Make use of gettext's multiple plurals for statusbar
8498                 progress message.
8499
8500 2006-09-25 [paul]       2.5.1
8501
8502         * NEWS
8503         * README
8504         * RELEASE_NOTES
8505                 2.5.1 released
8506
8507 2006-09-25 [colin]      2.5.0cvs3
8508
8509         * src/plugins/bogofilter/bogofilter.c
8510         * src/plugins/clamav/clamav_plugin.c
8511         * src/plugins/spamassassin/spamassassin.c
8512                 BogoFilter, Spamassassin: Fix double hook registering after
8513                 visiting preferences
8514                 Spamassassin, Clamav: Just set the mails to move instead of
8515                 doing the move - caller will move the things at once.
8516
8517 2006-09-25 [colin]      2.5.0cvs2
8518
8519         * src/imap.c
8520         * src/etpan/imap-thread.c
8521                 Use UID SEARCH ALL instead of UID 1:*
8522                 (braindead servers can't figure out that's
8523                 the same...)
8524
8525 2006-09-25 [wwp]        2.5.0cvs1
8526
8527         * src/message_search.c
8528                 Added the ability to stop a running search (in message body).
8529
8530 2006-09-25 [paul]       2.5.0
8531
8532         * NEWS
8533         * README
8534         * RELEASE_NOTES
8535                 2.5.0 released
8536
8537 2006-09-25 [paul]       2.4.0cvs214
8538
8539         * po/cs.po
8540         * po/de.po
8541         * po/fi.po
8542         * po/fr.po
8543         * po/nl.po
8544         * po/pt_BR.po
8545         * po/sk.po
8546         * po/sr.po
8547         * po/zh_CN.po
8548                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8549                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8550                 Ticho, Aleksander Urosevic, Ralgh Young
8551
8552 2006-09-24 [mones]      2.4.0cvs213
8553
8554         * po/es.po
8555                 Updated for release
8556
8557 2006-09-23 [colin]      2.4.0cvs212
8558
8559         * src/gtk/inputdialog.c
8560                 Fix [ ] remember this appearing in normal
8561                 input dialogs after it's been used by
8562                 mimeview.
8563         * src/folder.c
8564         * src/folderview.c
8565         * src/msgcache.c
8566         * src/procmsg.c
8567         * src/summaryview.c
8568         * src/textview.c
8569         * src/common/timing.h
8570                 Enable timings in debug mode and make it
8571                 look prettier.
8572
8573 2006-09-22 [colin]      2.4.0cvs211
8574
8575         * README
8576                 Revert test change
8577         * commitHelper
8578                 ping the correct URI
8579
8580 2006-09-22 [colin]      2.4.0cvs210
8581
8582         * README
8583                 Let's see if bug #1022 is fixed
8584
8585 2006-09-21 [colin]      2.4.0cvs209
8586
8587         * src/wizard.c
8588         * src/common/plugin.c
8589                 Prepare infra to load predefined plugins when
8590                 no configuration existed. Don't actually load
8591                 anything yet (feat. freeze)
8592
8593 2006-09-21 [wwp]        2.4.0cvs208
8594
8595         * manual/fr/faq.xml
8596                 Partial sync w/ 2.4.0cvs72:
8597                 wrap file and minor updates.
8598
8599 2006-09-21 [wwp]        2.4.0cvs207
8600
8601         * tools/fix_date.sh
8602                 several fixes and enhancements. A new --force switch has been
8603                 added to prevent overriding by default Date: header when
8604                 already existing.
8605
8606 2006-09-21 [paul]       2.4.0cvs206
8607
8608         * src/common/utils.c
8609                 add Chinese UTF8 Re prefix
8610
8611 2006-09-21 [wwp]        2.4.0cvs205
8612
8613         * tools/Makefile.am
8614                 Fics alfabettical order.
8615
8616 2006-09-21 [wwp]        2.4.0cvs204
8617
8618         * tools/fix_date.sh
8619         * tools/Makefile.am
8620                 Added an action tool to fix missing Date field in emails.
8621                 Updated Makefile.am to reflect those last two additions.
8622
8623 2006-09-21 [wwp]        2.4.0cvs203
8624
8625         * tools/uuooffice
8626                 Added a action tool to open uuencoded docs w/
8627                 OpenOffice (based on uudec method).
8628
8629 2006-09-21 [colin]      2.4.0cvs202
8630
8631         * src/compose.c
8632         * src/textview.c
8633                 Workaround possible GTK crash: remove selection 
8634                 clipboard before destroying widget, or GTK+-2.10
8635                 dies. Thanks to Hiro.
8636
8637 2006-09-20 [colin]      2.4.0cvs201
8638
8639         * src/compose.c
8640                 Fix free-after-use in some cases (when 
8641                 procmime_encode_content() frees mimeinfo->data.mem
8642                 and turns it to a temp file)
8643
8644 2006-09-20 [colin]      2.4.0cvs200
8645
8646         * src/folderview.c
8647         * src/summaryview.c
8648         * src/gtk/gtksctree.c
8649         * src/gtk/gtksctree.h
8650                 Add tooltips in the folderview and summaryview
8651                 (Doesn't break string freeze as they already
8652                 exist)
8653         * src/toolbar.c
8654                 Put the spam button in the default configuration
8655                 if compiled with bogo plugin too
8656
8657 2006-09-19 [colin]      2.4.0cvs199
8658
8659         * src/summaryview.c
8660         * src/summaryview.h
8661                 Update folder name label on folder rename
8662         * src/prefs_matcher.c
8663         * src/gtk/logwindow.h
8664                 Fix warnings
8665                 Patches by Fabien
8666
8667 2006-09-19 [wwp]        2.4.0cvs198
8668
8669         * src/summary_search.c
8670                 fix can't click forward/backward buttons in the
8671                 search messages.
8672
8673 2006-09-18 [paul]       2.4.0cvs197
8674
8675         * src/wizard.c
8676                 add missing bracket, capitalise the A of
8677                 'SpamAssassin'
8678
8679 2006-09-18 [paul]       2.4.0cvs196
8680
8681         * src/compose.c
8682                 fix bug 1012 'crashed upon sending mail
8683                 from compose window'
8684                 Thanks to Colin
8685
8686 2006-09-16 [colin]      2.4.0cvs195
8687
8688         * src/folderview.c
8689                 Fix "real-time" sorting by freezing/thawing
8690
8691 2006-09-16 [colin]      2.4.0cvs194
8692
8693         * manual/faq.xml
8694                 Fix the anti-spam entry a bit
8695
8696 2006-09-16 [colin]      2.4.0cvs193
8697
8698         * src/wizard.c
8699                 Make sure reviewers have no excuse when stating
8700                 Sylpheed-Claws doesn't have antispam capabilities.
8701
8702 2006-09-16 [colin]      2.4.0cvs192
8703
8704         * src/main.c
8705                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
8706                 as if the SIGPIPE comes from etpan's thread we could
8707                 trigger a GUI update from this thread.
8708
8709 2006-09-16 [colin]      2.4.0cvs191
8710
8711         * src/summaryview.c
8712                 Init all members of the struct
8713
8714 2006-09-16 [paul]       2.4.0cvs190
8715
8716         * src/account.c
8717                 improvements to the English
8718
8719 2006-09-15 [colin]      2.4.0cvs189
8720
8721         * src/summaryview.c
8722                 HIG order on dialog
8723
8724 2006-09-14 [colin]      2.4.0cvs188
8725
8726         * src/common/socket.c
8727         * src/common/socket.h
8728         * src/common/ssl.c
8729         * src/common/ssl_certificate.c
8730         * src/common/ssl_certificate.h
8731         * src/etpan/imap-thread.c
8732                 the get_fqdn() call done to get canonical name when
8733                 checking an SSL certificate is blocking, which is
8734                 sad as we just did a non-blocking lookup to connect.
8735                 Fix that by letting the fqdn available to the SockInfo,
8736                 and use that in ssl_certificate_check(). For IMAP,
8737                 we don't do it as the lookup's done by libetpan, but
8738                 it's less annoying as IMAP connections as much more
8739                 rare than POP3 connections.
8740
8741 2006-09-14 [paul]       2.4.0cvs187
8742
8743         * manual/advanced.xml
8744                 improvements to the English,
8745                 properly place the new hidden options
8746                 within the alphabetical order
8747         * src/gtk/pluginwindow.c
8748                 improvements to the English
8749
8750 2006-09-14 [colin]      2.4.0cvs186
8751
8752         * src/prefs_common.c
8753         * src/prefs_common.h
8754         * src/gtk/gtksctree.c
8755         * manual/advanced.xml
8756                 New hidden pref, stripes_color_offset, to change
8757                 the value added/substracted to normal bgcolor to
8758                 create the stripes in summaries
8759
8760 2006-09-13 [colin]      2.4.0cvs185
8761
8762         * src/gedit-print.c
8763         * src/messageview.c
8764         * src/messageview.h
8765         * src/summaryview.c
8766         * src/textview.c
8767                 Fix misc. printing issues: 
8768                 - Bad font for linkified headers
8769                 - Different font if the mail was displayed or not
8770                 - Factorize the thing
8771
8772 2006-09-13 [colin]      2.4.0cvs184
8773
8774         * src/common/ssl_certificate.c
8775                 Only get FQDN once when checking certificate
8776
8777 2006-09-13 [colin]      2.4.0cvs183
8778
8779         * src/account.c
8780         * src/gtk/pluginwindow.c
8781                 Misc. GUI fixes by Fabien
8782
8783 2006-09-13 [wwp]        2.4.0cvs182
8784
8785         * configure.ac
8786         * src/common/utils.h
8787         * src/common/utils.c
8788                 get rid of unused wide-char functions.
8789
8790 2006-09-13 [wwp]        2.4.0cvs181
8791
8792         * src/plugins/pgpinline/sylpheed.def
8793         * src/textview.c
8794                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
8795                 add privacy_reset_error to the .def file,
8796                 do not fork for an external textviewer.
8797
8798 2006-09-13 [wwp]        2.4.0cvs180
8799
8800         * src/prefs_common.c
8801                 fix broken font entry in prefs (patch issued by the gpg4win team,
8802                 probably by Marcus Brinkmann <marcus@g10code.de>).
8803
8804 2006-09-13 [colin]      2.4.0cvs179
8805
8806         * src/folder.h
8807                 Fix a warning in summaryview.c
8808         * src/mainwindow.c
8809         * src/summaryview.c
8810         * src/summaryview.h
8811                 Add missing Mark/* elements in the
8812                 main menu
8813
8814 2006-09-12 [colin]      2.4.0cvs178
8815
8816         * src/prefs_actions.c
8817         * src/prefs_filtering_action.c
8818         * src/prefs_matcher.c
8819                 Use (New) instead of New everywhere
8820
8821 2006-09-12 [wwp]        2.4.0cvs177
8822
8823         * manual/fr/addrbook.xml
8824         * manual/fr/handling.xml
8825                 updated some quotes in the fr manual to match the fr translation.
8826
8827 2006-09-12 [wwp]        2.4.0cvs176
8828
8829         * src/prefs_matcher.c
8830                 don't store translated string elements in matcher expressions.
8831                 Also fixed a misused of Q_().
8832
8833 2006-09-11 [wwp]        2.4.0cvs175
8834
8835         * src/plugins//bogofilter/bogofilter.c
8836         * src/plugins//clamav/clamav_plugin.c
8837         * src/plugins//demo/demo.c
8838         * src/plugins//dillo_viewer/dillo_viewer.c
8839         * src/plugins//pgpcore/plugin.c
8840         * src/plugins//pgpinline/plugin.c
8841         * src/plugins//pgpmime/plugin.c
8842         * src/plugins//spamassassin/spamassassin.c
8843                 gettext-ize more strings (mostly plugin error messages).
8844
8845 2006-09-11 [colin]      2.4.0cvs174
8846
8847         * src/alertpanel.c
8848                 Make maximum buffer size bigger to avoid
8849                 truncating translated messages. Patch by
8850                 Fabien
8851
8852 2006-09-11 [colin]      2.4.0cvs173
8853
8854         * src/etpan/imap-thread.c
8855                 Fix compilation on OpenBSD, thanks to 
8856                 Landry
8857
8858 2006-09-10 [wwp]        2.4.0cvs172
8859
8860         * manual/account.xml
8861         * manual/addrbook.xml
8862         * manual/handling.xml
8863         * manual/es/handling.xml
8864         * manual/fr/account.xml
8865         * manual/fr/addrbook.xml
8866         * manual/fr/handling.xml
8867                 documented addressbook matching (condition configuration):
8868                   addrbook.xml, en fr
8869                 documented per-account filtering rules (handling/filtering
8870                   section, account section):
8871                   account.xml, handling.xml, en fr
8872                 slightly updated the handling/searching section to tell few
8873                   words about the extended search ability:
8874                   handling.xml, en fr
8875                 added missing <quote></quotes> to Quick Search:
8876                   handling.xml, en fr es
8877                 fixed a typo (auomatically):
8878                   handling.xml, en
8879                 changes revisited by Paul.
8880
8881 2006-09-10 [paul]       2.4.0cvs171
8882
8883         * src/prefs_actions.c
8884         * src/prefs_filtering.c
8885         * src/prefs_template.c
8886                 adjustments to the gui
8887                 Patch by Fabien Vantard (slightly modified)
8888
8889 2006-09-10 [colin]      2.4.0cvs170
8890
8891         * src/summaryview.c
8892                 Check folderitem/summaryview consistency
8893                 (basically automates Update summary). Fixes
8894                 #1011 (wrong (negative) count on unread 
8895                 messages)
8896
8897 2006-09-10 [colin]      2.4.0cvs169
8898
8899         * src/gtk/gtksctree.c
8900                 Fix recursive expansion via mouse
8901         * src/plugins/bogofilter/bogofilter.c
8902                 Use normal filtering way of moving
8903                 messages (batching), possibly fixing
8904                 bug #1015 (Bogofilter plugin doubles 
8905                 new messages)
8906
8907 2006-09-09 [wwp]        2.4.0cvs168
8908
8909         * src/prefs_filtering.c
8910                 better place for this fix.
8911
8912 2006-09-09 [wwp]        2.4.0cvs167
8913
8914         * src/prefs_filtering.c
8915                 fix a minor bug when the enabled status of a filtering/processing
8916                 rule always got set to TRUE when replacing this rule. That still
8917                 make sense when adding a new rule, but now when replacing, we
8918                 don't override the value of 'enabled'.
8919                 Also renamed the func prefs_filtering_list_view_get_rule_name()
8920                 to prefs_filtering_list_view_get_info() as this function not only
8921                 returns the name, but also the account_id and the enabled status.
8922
8923 2006-09-09 [mones]      2.4.0cvs166
8924
8925         * manual/glossary.xml
8926         * manual/plugins.xml
8927                 Minor format corrections
8928         * manual/gpl.xml
8929                 Fix misplaced NO WARRANTY section
8930         * manual/es/advanced.xml
8931         * manual/es/faq.xml
8932         * manual/es/glossary.xml
8933         * manual/es/gpl.xml
8934         * manual/es/handling.xml
8935         * manual/es/plugins.xml
8936         * manual/es/starting.xml
8937                 Incorporate changes from English version
8938         * manual/fr/ack.xml
8939         * manual/pl/ack.xml
8940         * manual/es/ack.xml
8941                 Fix address, (add translation credits in es version)
8942         * po/es.po
8943                 Updated translation
8944
8945 2006-09-09 [wwp]        2.4.0cvs165
8946
8947         * src/prefs_filtering.c
8948                 fix a crash when opening filtering prefs, if matcherrc file contains
8949                 broken data (non-existing account id, which is theoretically not
8950                 possible).
8951
8952 2006-09-08 [colin]      2.4.0cvs164
8953
8954         * src/folder.c
8955                 Wrong assert, make it an if()
8956         * src/gtk/gtksctree.c
8957                 Fix bug #1013 (expand selected thread 
8958                 tree) - expanding is now recursive
8959
8960 2006-09-07 [wwp]        2.4.0cvs163
8961
8962         * src/prefs_matcher.c
8963                 make better sentences about addressbook matching in the
8964                 matcher prefs. This should make translators' work easier
8965                 too.
8966
8967 2006-09-07 [wwp]        2.4.0cvs162
8968
8969         * src/prefs_filtering.c
8970                 code simplification (get rid of dup var. assignment).
8971
8972 2006-09-07 [wwp]        2.4.0cvs161
8973
8974         * src/summaryview.c
8975                 use GTK_STOCK icons when possible, patch by Fabien Vantard
8976                 <fzzzzz@gmail.com>.
8977
8978 2006-09-07 [paul]       2.4.0cvs160
8979
8980         * src/mimeview.c
8981                 fix compilation warnings
8982                 Thanks to Colin
8983
8984 2006-09-07 [paul]       2.4.0cvs159
8985
8986         * src/mimeview.c
8987                 select the mimepart icon when
8988                 displaying as text
8989                 Thanks to Colin
8990
8991 2006-09-06 [paul]       2.4.0cvs158
8992
8993         * src/prefs_filtering.c
8994                 fix labels and table element spacing
8995                 Patch by Fabien Vantard
8996
8997 2006-09-06 [paul]
8998
8999         2.5.0-rc3 released
9000
9001 2006-09-06 [paul]       2.4.0cvs157
9002
9003         * manual/es/advanced.xml
9004                 fix typo
9005
9006 2006-09-06 [wwp]        2.4.0cvs156
9007
9008         * src/mainwindow.c
9009                 fix an dup launch issue when iconified, thanks to Colin.
9010
9011 2006-09-06 [wwp]        2.4.0cvs155
9012
9013         * src/gtk//gtksctree.h
9014                 oops, forgot that one!
9015
9016 2006-09-06 [wwp]        2.4.0cvs154
9017
9018         * manual/pl/advanced.xml
9019         * manual/advanced.xml
9020         * manual/es/advanced.xml
9021         * manual/fr/advanced.xml
9022         * src/prefs_customheader.c
9023         * src/prefs_filtering_action.c
9024         * src/foldersel.c
9025         * src/prefs_summaries.c
9026         * src/prefs_filtering.c
9027         * src/account.c
9028         * src/compose.c
9029         * src/prefs_summary_column.c
9030         * src/addr_compl.c
9031         * src/prefs_actions.c
9032         * src/prefs_folder_column.c
9033         * src/ssl_manager.c
9034         * src/prefs_template.c
9035         * src/prefs_display_header.c
9036         * src/prefs_common.h
9037         * src/prefs_matcher.c
9038         * src/prefs_common.c
9039         * src/prefs_toolbar.c
9040         * src/summaryview.c
9041         * src/folderview.c
9042         * src/gtk/gtksctree.c
9043         * src/gtk/pluginwindow.c
9044         * src/gtk/progressdialog.c
9045         * src/gtk/prefswindow.c
9046                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9047                 to make its meaning more obvious (all versions of the manual reflect
9048                 the change).
9049                 added an extra hidden option use_stripes_in_summary to allow
9050                 discarding these stripes in mainwindow's folder and message lists;
9051                 en and fr manuals only are OK towards this.
9052
9053 2006-09-06 [colin]      2.4.0cvs153
9054
9055         * src/textview.c
9056                 Hide Sylpheed-Claws' internal queue headers
9057                 when showing all headers. They'll be present
9058                 only in Source window.
9059
9060 2006-09-05 [colin]      2.4.0cvs152
9061
9062         * src/plugins/trayicon/trayicon.c
9063                 Fix crash at exit - we have to disconnect
9064                 our handlers
9065         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9066                 Update eggtrayicon - patch adapted from a
9067                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9068                 on Sylpheed's ML
9069
9070 2006-09-05 [colin]      2.4.0cvs151
9071
9072         * src/mainwindow.c
9073         * src/gtk/logwindow.c
9074                 Fix race condition when something writes
9075                 to the log too soon during init. Thanks
9076                 to Fabien Vantard
9077
9078 2006-09-05 [colin]      2.4.0cvs150
9079
9080         * src/mimeview.c
9081                 Don't select part on right-click either
9082
9083 2006-09-05 [paul]       2.4.0cvs149
9084
9085         * src/mimeview.c
9086                 completion of previous commit
9087                 Thanks to Colin
9088
9089 2006-09-05 [colin]      2.4.0cvs148
9090
9091         * src/mimeview.c
9092                 Don't force selection on middle-click, just open
9093
9094 2006-09-04 [colin]      2.4.0cvs147
9095
9096         * src/mimeview.c
9097                 Looks like gtk_notebook_set_current_page()
9098                 sometimes steals focus, and this annoys us
9099                 in MimeViewers as it renders navigation
9100                 keys useless. Take back focus after switching
9101                 pages.
9102
9103 2006-09-04 [colin]      2.4.0cvs146
9104
9105         * src/messageview.c
9106                 Set stop_loading when clicking on Next
9107                 during load. Don't add a callback to 
9108                 avoid over-complicating things.
9109
9110 2006-09-04 [colin]      2.4.0cvs145
9111
9112         * src/mimeview.c
9113         * src/messageview.c
9114                 Fix multiple loads in separate messageview
9115
9116 2006-09-04 [colin]      2.4.0cvs144
9117
9118         * src/summaryview.c
9119                 Let navigation keys be handled during 
9120                 load
9121
9122 2006-09-04 [colin]      2.4.0cvs143
9123
9124         * src/messageview.c
9125         * src/summaryview.c
9126         * src/textview.c
9127         * src/textview.h
9128                 Make loading of huge mails (lots of text and/or
9129                 images) cancellable, so the GUI doesn't block 
9130
9131 2006-09-04 [colin]      2.4.0cvs142
9132
9133         * src/plugins/trayicon/trayicon.c
9134                 Fix annoyance when removing a folder with 
9135                 unread mails: trayicon didn't update
9136
9137 2006-09-04 [paul]       2.4.0cvs141
9138
9139         * src/gtk/icon_legend.c
9140                 straighten up columns
9141                 Patch by Fabien Vantard
9142
9143 2006-09-04 [wwp]        2.4.0cvs140
9144
9145         * src/prefs_filtering.c
9146                 fix new line's account name in filtering prefs:
9147                 was "All", is now "(New)".
9148
9149 2006-09-04 [paul]       2.4.0cvs139
9150
9151         * tools/make.themes.project
9152                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9153                 instead of homebrewed "make release"
9154
9155 2006-09-03 [colin]      2.4.0cvs138
9156
9157         * src/folderview.c
9158                 Fix bug #1007 (Wrong folder highlighted)
9159
9160 2006-09-03 [colin]      2.4.0cvs137
9161
9162         * src/compose.c
9163                 Don't set Newsgroup: header to a mail folder
9164                 path
9165
9166 2006-09-03 [paul]       2.4.0cvs136
9167
9168         * src/prefs_other.c
9169         * src/prefs_spelling.c
9170                 unify the gui
9171
9172 2006-09-03 [paul]       2.4.0cvs135
9173
9174         * src/prefs_summaries.c
9175                 correct menu item text in prefs_keybind_apply_clicked()
9176
9177 2006-09-03 [paul]       2.4.0cvs134
9178
9179         * manual/advanced.xml
9180                 some improvements to the descriptions
9181         * src/mainwindow.c
9182         * src/messageview.c
9183         * src/summaryview.c
9184         * src/gtk/menu.c
9185                 fix menu sensitivity issues
9186         * src/prefs_message.c
9187                 drop the useless word 'short'
9188         * src/prefs_other.c
9189                 add the word 'lines' indicating log length
9190                 is a measure of lines
9191         * src/textview.c
9192                 fix compilation warnings
9193
9194 2006-09-02 [colin]      2.4.0cvs133
9195
9196         * src/messageview.c
9197                 Display a special return-receipt message
9198                 if the message is from the user
9199         * src/summaryview.c
9200                 Fix missing freeze of the list when marking
9201                 all read and unthreading for exec. Thanks
9202                 to Stephan Sachse.
9203
9204 2006-09-02 [paul]       2.4.0cvs132
9205
9206         * src/mainwindow.c
9207         * src/prefs_message.c
9208         * src/summaryview.c
9209                 fix some english
9210
9211 2006-09-02 [wwp]        2.4.0cvs131
9212
9213         * src/prefs_filtering.c
9214                 added an account name column to the filtering rules
9215                 dialog.
9216
9217 2006-09-02 [colin]      2.4.0cvs130
9218
9219         * src/gtk/logwindow.c
9220         * src/gtk/logwindow.h
9221                 Block scrolling if we're not at the end
9222                 of the log
9223
9224 2006-09-02 [colin]      2.4.0cvs129
9225
9226         * src/folder.c
9227                 Make sure account-specific rules can't
9228                 be used in {pre-,post-,}processing
9229         * src/mainwindow.c
9230         * src/gtk/logwindow.c
9231         * src/gtk/logwindow.h
9232                 Jump to last error when clicking on the
9233                 warning icon
9234
9235 2006-09-02 [colin]      2.4.0cvs128
9236
9237         * src/imap.c
9238         * src/import.c
9239         * src/mainwindow.c
9240         * src/mainwindow.h
9241                 Fix warning icon
9242         * src/inc.c
9243         * src/mbox.c
9244         * src/mbox.h
9245                 Let proc_mbox know its account, for
9246                 account-specific rules
9247
9248 2006-09-01 [colin]      2.4.0cvs127
9249
9250         * src/codeconv.c
9251                 Don't uselessly use iconv to convert from
9252                 us-ascii
9253         * src/alertpanel.c
9254         * src/mainwindow.c
9255         * src/mainwindow.h
9256         * src/inc.c
9257                 Fix certain log cases, disable warning icon
9258                 for now, the correct way to display it when
9259                 necessary and only when necessary is probably
9260                 to do it manually rather than use error logs
9261         * src/etpan/imap-thread.c
9262                 Clean up UID logging a bit
9263         * src/gtk/logwindow.c
9264         * src/gtk/logwindow.h
9265                 Make logging faster when the window's closed
9266
9267 2006-09-01 [wwp]        2.4.0cvs126
9268
9269         * manual/fr/account.xml
9270                 reflect changes to the ref. manual (parts of cvs72):
9271                 fix tabnames and quotes.
9272
9273 2006-09-01 [wwp]        2.4.0cvs125
9274
9275         * manual/fr/plugins.xml
9276                 reflect changes to the reference manual (cvs42):
9277                 update IRC channel info.
9278
9279 2006-09-01 [wwp]        2.4.0cvs124
9280
9281         * commitHelper
9282                 use CVSEDITOR env. var. if set, according to `man cvs`.
9283
9284 2006-09-01 [wwp]        2.4.0cvs123
9285
9286         * manual/advanced.xml
9287                 better sentence again (thanks to Paul).
9288
9289 2006-09-01 [wwp]        2.4.0cvs122
9290
9291         * manual/advanced.xml
9292         fix definition of toolbar_detachable and rework a bit the one of
9293         enable_dotted_lines.
9294
9295 2006-09-01 [mones]      2.4.0cvs121
9296
9297         * manual/advanced.xml
9298                 Document enable_dotted_lines
9299
9300 2006-09-01 [paul]       2.4.0cvs120
9301
9302         * src/folderview.c
9303         * src/folderview.h
9304         * src/imap.c
9305         * src/mainwindow.c
9306         * src/summaryview.c
9307                 obey the 'When entering folder...' option
9308                 when using the /View/Go to/... menu items
9309                 Thanks to Colin
9310
9311 2006-08-31 [colin]      2.4.0cvs119
9312
9313         * src/folderview.c
9314                 Revert 2.4.0cvs116, wrong fix.
9315
9316 2006-08-31 [colin]      2.4.0cvs118
9317
9318         * src/gtk/gtksctree.c
9319                 Better state the various copyrights
9320
9321 2006-08-31 [colin]      2.4.0cvs117
9322
9323         * src/prefs_common.c
9324                 fix enable_dotted_lines
9325
9326 2006-08-31 [colin]      2.4.0cvs116
9327
9328         * src/folderview.c
9329                 Use pref "Always open on select" when going
9330                 to next unread folder
9331         * src/gtk/gtksctree.c
9332                 Fix link failure to _gtk_clist_create_cell_layout
9333                 on certain computers. (Why not mine, I wonder)
9334
9335 2006-08-31 [colin]      2.4.0cvs115
9336
9337         * src/procmsg.c
9338         * src/textview.c
9339         * src/plugins/bogofilter/bogofilter.c
9340         * src/plugins/spamassassin/spamassassin.c
9341                 Requalify some "errors" to warnings
9342         * src/mainwindow.c
9343         * src/mainwindow.h
9344         * src/statusbar.c
9345                 Add an icon in the statusbar to notify
9346                 of errors
9347         * src/gtk/gtksctree.c
9348         * src/folderview.c
9349         * src/summaryview.c
9350                 Make the GtkSCTree look more modern by
9351                 alternating background lines
9352         * src/prefs_common.c
9353         * src/prefs_common.h
9354                 Add a pref to let people have the old
9355                 way if they prefer
9356
9357
9358 2006-08-30 [colin]      2.4.0cvs114
9359
9360         * src/procmsg.c
9361         * src/procmsg.h
9362                 Provide a way to filter a list of
9363                 messages in an optimised manner, and
9364                 add a list-filtering hook
9365         * src/folder.c
9366         * src/inc.c
9367         * src/mbox.c
9368                 Use the list filtering
9369         * src/plugins/bogofilter/bogofilter.c
9370                 Use the list-filtering hook
9371                 Use -b (bulk) mode for more speed
9372                 when learning and filtering
9373         * src/etpan/imap-thread.c
9374                 Make log output shorter in UID SEARCH
9375
9376
9377 2006-08-30 [colin]      2.4.0cvs113
9378
9379         * src/plugins/bogofilter/bogofilter.c
9380                 Really fast mass learning - thanks to David
9381                 Relson for the options explanations :)
9382
9383 2006-08-30 [colin]      2.4.0cvs112
9384
9385         * src/msgcache.c
9386                 Fix compilation on FreeBSD. Thanks
9387                 to Michael Hugues
9388
9389 2006-08-29 [colin]      2.4.0cvs111
9390
9391         * src/folderview.c
9392                 Handle "popup_menu" signal (for popping the 
9393                 menu via the keyboard)
9394         * src/mimeview.c
9395         * src/mimeview.h
9396         * src/summaryview.c
9397         * src/textview.c
9398         * src/gtk/gtkutils.c
9399         * src/gtk/gtkutils.h
9400                 Factorize scrolling code, and add an API 
9401                 for MimeViewers to handle scroll orders
9402
9403 2006-08-29 [wwp]        2.4.0cvs110
9404
9405         * src/plugins//bogofilter/bogofilter.c
9406         * src/plugins//spamassassin/spamassassin.c
9407                 make the bogofilter/spamassassin filtering error dialogs at
9408         incorporation obey to the "don't popup error dialog on
9409         receive error" option. If disabled, feed the log window w/
9410         the error message.
9411
9412 2006-08-29 [paul]
9413
9414         2.5.0-rc2 released
9415
9416 2006-08-29 [paul]       2.4.0cvs109
9417
9418         * Makefile.am
9419                 remove 'make release', it's not needed
9420                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
9421
9422 2006-08-29 [paul]       2.4.0cvs108
9423
9424         * src/foldersel.c
9425         * src/summary_search.c
9426         * src/gtk/progressdialog.c
9427         * src/plugins/pgpcore/passphrase.c
9428                 replace deprecated gtk_window_set_policy()
9429
9430 2006-08-29 [colin]      2.4.0cvs107
9431
9432         * src/folder.c
9433                 Fix data loss when copy fails during a move:
9434                 only use fast remove_msgs if everything was
9435                 copied OK; else use slow remove_msg on the
9436                 mails that got copied only.
9437
9438 2006-08-28 [paul]       2.4.0cvs106
9439
9440         * src/mh.c
9441                 revert change in 2.4.0cvs104, it breaks
9442                 stuff
9443
9444 2006-08-28 [paul]       2.4.0cvs105
9445
9446         * src/plugins/spamassassin/spamassassin.c
9447                 english fix
9448
9449 2006-08-28 [paul]       2.4.0cvs104
9450
9451         * src/mh.c
9452                 fix data loss when moving to another
9453                 mailbox fails
9454         * src/prefs_spelling.c
9455                 improve the english
9456         * src/gtk/pluginwindow.c
9457                 improve the layout of the dialog text
9458         All thanks to Colin
9459
9460 2006-08-28 [paul]       2.4.0cvs103
9461
9462         * src/plugins/bogofilter/bogofilter.c
9463         * src/plugins/bogofilter/bogofilter_gtk.c
9464                 fix english up a bit, innit
9465
9466 2006-08-28 [paul]       2.4.0cvs102
9467
9468         * configure.ac
9469         * po/Makefile.in.in
9470         * po/Makevars
9471                 require autoconf 2.60, enabling building
9472                 with gettext 0.15 (gettext 0.14.x build still
9473                 possible). Replace Makefiles with versions
9474                 from gettext 0.15.
9475                 Remove configure options --with-localedir and
9476                 --with-mandir. The options that are provided
9477                 directly by autoconf 2.60 can be used instead:
9478                 --mandir --localedir
9479
9480 2006-08-27 [colin]      2.4.0cvs101
9481
9482         * src/plugins/bogofilter/Makefile.am
9483                 Fix make dist (no README)
9484
9485 2006-08-27 [colin]      2.4.0cvs100
9486
9487         * src/folder.c
9488                 Don't use F_UNKNOWN folders for any default
9489                 outbox/trash/etc
9490         * src/plugins/bogofilter/bogofilter.c
9491         * src/plugins/bogofilter/bogofilter.h
9492         * src/plugins/bogofilter/bogofilter_gtk.c
9493                 Add an option to specify the path to bogofilter
9494                 Use single-quotes to be able to learn in folders
9495                 with spaces in their names
9496                 Verify learning status
9497
9498 2006-08-27 [colin]      2.4.0cvs99
9499
9500         * manual/faq.xml
9501         * manual/plugins.xml
9502                 Document Bogofilter plugin
9503
9504 2006-08-27 [colin]      2.4.0cvs98
9505
9506         * src/compose.c
9507         * src/messageview.c
9508         * src/procmsg.c
9509         * src/procmsg.h
9510                 When possible, copy the queued mail to sent folder
9511                 instead of re-adding. Much faster on IMAP.
9512
9513 2006-08-27 [colin]      2.4.0cvs97
9514
9515         * src/msgcache.c
9516                 Disable mmaped caches - huge metadata loss
9517                 here after a power failure.
9518         * src/summaryview.c
9519                 Add quicksearch timing
9520         * src/common/plugin.c
9521         * src/common/plugin.h
9522                 Implement an interface to tell what plugins
9523                 provide. Prevent loading of similar plugins.
9524         * src/plugins/clamav/clamav_plugin.c
9525         * src/plugins/demo/demo.c
9526         * src/plugins/dillo_viewer/dillo_viewer.c
9527         * src/plugins/pgpcore/plugin.c
9528         * src/plugins/pgpinline/pgpinline.c
9529         * src/plugins/pgpmime/pgpmime.c
9530         * src/plugins/spamassassin/spamassassin.c
9531         * src/plugins/trayicon/trayicon.c
9532                 Implement plugin_provides()
9533
9534 2006-08-27 [colin]      2.4.0cvs96
9535
9536         * configure.ac
9537         * src/plugins/Makefile.am
9538         * src/plugins/bogofilter/.cvsignore
9539         * src/plugins/bogofilter/Makefile.am
9540         * src/plugins/bogofilter/bogofilter.c
9541         * src/plugins/bogofilter/bogofilter.h
9542         * src/plugins/bogofilter/bogofilter_gtk.c
9543                 New Bogofilter plugin, provides filtering and
9544                 learning. Spamassassin will go to extra plugins.
9545
9546 2006-08-26 [mones]      2.4.0cvs95
9547
9548         * manual/handling.xml
9549                 Fix subfolder path in the example (thanks to Paul) 
9550
9551 2006-08-26 [mones]      2.4.0cvs94
9552
9553         * manual/glossary.xml
9554                 2.2. + add ISP to the glossary
9555                 7.5. + Add UIDL to glossary
9556                 7.7. + Add TCP to glossary
9557         * manual/handling.xml
9558                 7.1. + Mentions GNU/Linux distribution, what about the non...
9559                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9560                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9561                 7.4. = Use appropriate quotation for commands
9562                 7.6. = change "" to <quote></quote>
9563         * manual/plugins.xml
9564                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9565         * manual/starting.xml
9566                 2.1. + local mbox file: some examples of mbox file locations...
9567                 Also reformatted files requiring it
9568
9569 2006-08-26 [wwp]        2.4.0cvs93
9570
9571         * src/summary_search.c
9572                 disable find buttons while summary search is running.
9573
9574 2006-08-25 [colin]      2.4.0cvs92
9575
9576         * src/folder.c
9577         * src/folderutils.c
9578         * src/mh.c
9579         * src/procmsg.h
9580         * src/summaryview.c
9581                 Speed up MH moving, and add progressbar
9582                 for MH deletion
9583         * src/msgcache.c
9584                 Write cache files using mmap() too
9585
9586 2006-08-25 [wwp]        2.4.0cvs91
9587
9588         * src/summaryview.c
9589                 switch spam<->ham button when a message has been marked as spam or ham
9590                 and is still selected. Thanks to Colin.
9591
9592 2006-08-25 [paul]       2.4.0cvs90
9593
9594         * src/Makefile.am
9595         * src/stock_pixmap.c
9596         * src/stock_pixmap.h
9597         * src/summaryview.c
9598         * src/gtk/icon_legend.c
9599         * src/pixmaps/copied.xpm
9600         * src/pixmaps/moved.xpm
9601                 add icons for delayed execution marked for
9602                 copying, marked for moving
9603
9604 2006-08-25 [mones]      2.4.0cvs89
9605
9606         * manual/glossary.xml
9607                 Fix the other glossary items:
9608                 5.1. = Inmmediate execution -> <quote>immediate execution...
9609                 5.2. = Fix MBOX capitalization -> Mbox
9610                 5.3. + Improve Plugins def. w/ tech. ref.
9611                 5.4. = Quotation -> replace '>' by <quote>></quote>
9612                 5.5. - SMTP Server. -> remove dot
9613         * po/es.po
9614                 Updated translation
9615
9616 2006-08-25 [mones]      2.4.0cvs88
9617
9618         * manual/ack.xml
9619                 Reformatted, changed email address
9620         * manual/glossary.xml
9621                 Reformatted, fixed MANUAL-TODO items:
9622                 8.2. + add ROT-13 to glossary
9623                 8.4. + add URL to glossary
9624         * manual/es/advanced.xml
9625                 Fixed <literal>s
9626
9627 2006-08-25 [paul]       2.4.0cvs87
9628
9629         * src/gtk/icon_legend.c
9630                 add 'marked for deletion' icon
9631                 arrange icons by containing column
9632                 wrap long label text
9633
9634 2006-08-25 [colin]      2.4.0cvs86
9635
9636         * src/common/utils.c
9637         * src/common/utils.h
9638                 Add the sc_g_*list_bigger functions in
9639                 a place everyone can use it
9640         * src/summaryview.c
9641                 Only freeze/thaw the list when working
9642                 on the selection, if it's bigger than 1
9643         * src/gtk/gtksctree.c
9644                 Only freeze/thaw the list when unselec-
9645                 ting 'all' if ('all' != 1)
9646                 This avoids some flickering
9647
9648 2006-08-24 [colin]      2.4.0cvs85
9649
9650         * src/addressbook.c
9651                 Fix strange list selection
9652                 Fix random seg (Invalid read of freed memory)
9653
9654 2006-08-24 [colin]      2.4.0cvs84
9655
9656         * src/alertpanel.c
9657         * src/gtk/inputdialog.c
9658         * src/plugins/pgpcore/passphrase.c
9659                 Revert minimal width patch of 2.4.0cvs67,
9660                 as it is also a maximal width. Use 
9661                 gtk_window_set_default_size instead.
9662
9663 2006-08-24 [colin]      2.4.0cvs83
9664
9665         * src/msgcache.c
9666                 Write cache/mark to temp files before
9667                 overwriting old ones (avoids metadata
9668                 loss if writing the new files fail).
9669                 Use mmap() to read cache/mark file, as
9670                 this makes cache reading faster. Dis-
9671                 abled for big-endian machines until it
9672                 can be tested. (Big-endian users: set
9673                 msgcache_use_mmap = TRUE in the relevant
9674                 #if).
9675         * src/procmsg.h
9676                 Move rarely used fields of MsgInfo in 
9677                 another structure, which will only be
9678                 allocated if needed. Face, X-Face,
9679                 Return receipt headers and List-*
9680                 headers are moved. Mails having none
9681                 of these occupy 52 bytes less with
9682                 this patch, which makes 2.5MB of RAM
9683                 saved on a 50k folder).
9684         * src/headerview.c
9685         * src/mainwindow.c
9686         * src/messageview.c
9687         * src/partial_download.c
9688         * src/procheader.c
9689         * src/procmsg.c
9690         * src/textview.c
9691                 Follow this structure change.
9692
9693 2006-08-24 [wwp]        2.4.0cvs82
9694
9695         * manual/es/.cvsignore
9696         * manual/es/dist/.cvsignore
9697         * manual/es/dist/html/.cvsignore
9698         * manual/es/dist/pdf/.cvsignore
9699         * manual/es/dist/ps/.cvsignore
9700         * manual/es/dist/txt/.cvsignore
9701                 more (generated) files to ignore.
9702
9703 2006-08-24 [colin]      2.4.0cvs81
9704
9705         * src/folder.c
9706         * src/mh.c
9707                 Fix possible problems with local delivery. Check the folder doesn't
9708                 need scan before setting its mtime when saving cache (which can be
9709                 done long after the folder's been modified by an external process);
9710                 Check that the stored item's mtime didn't change in mh functions.
9711
9712 2006-08-24 [mones]      2.4.0cvs80
9713
9714         * manual/advanced.xml
9715                 Rewrapping, some fixes and MANUAL-TODO items:
9716                 8.1. = change "" to <quote></quote>
9717                 8.3. = quote menu items
9718                 8.5. - deploying -> new user ... ideally a new user (redundant)
9719
9720 2006-08-23 [colin]      2.4.0cvs79
9721
9722         * src/gtk/gtksctree.c
9723                 When selecting or deselecting range, only
9724                 freeze/thaw when selection is bigger than 10
9725
9726 2006-08-23 [colin]      2.4.0cvs78
9727
9728         * src/messageview.c
9729         * src/mimeview.c
9730         * src/mimeview.h
9731         * src/plugins/dillo_viewer/dillo_viewer.c
9732                 Provide an API for MimeViewer plugins to
9733                 return a text selection for replying
9734
9735 2006-08-23 [colin]      2.4.0cvs77
9736
9737         * src/image_viewer.c
9738         * src/textview.c
9739                 Use gtk_pixbuf_new_from_file_at_scale(), which
9740                 is faster than getting the pixbuf then resizing
9741                 it.
9742
9743 2006-08-23 [colin]      2.4.0cvs76
9744
9745         * src/procmime.c
9746                 UTF-8 should be sent Quoted-printable
9747
9748 2006-08-22 [colin]      2.4.0cvs75
9749
9750         * src/mh.c
9751                 Check if scan is required before touching
9752                 the folder (or it'll be required every time)
9753
9754 2006-08-22 [colin]      2.4.0cvs74
9755
9756         * configure.ac
9757                 Require libetpan 0.46 (crasher fix when built
9758                 against gnutls)
9759
9760 2006-08-22 [colin]      2.4.0cvs73
9761
9762         * src/folder.c
9763                 Set folder's mtime after writing its
9764                 cache
9765         * src/folderview.c
9766                 Add some timing
9767         * src/procmsg.c
9768                 Don't do useless stuff if we don't 
9769                 thread by subject
9770         * src/summaryview.c
9771                 Add some timing, don't deselect prior
9772                 to selecting (gtksctree does it itself),
9773                 remove crash avoidance hacks as it's been
9774                 properly fixed since a while
9775         * src/common/utils.c
9776                 Optimize to_human_readable(): _() is slow,
9777                 do it only once, and avoid %f format for KB
9778                 (the most common in a summaryview)
9779         * src/gtk/gtksctree.c
9780                 Don't uselessly freeze/thaw (fixes flicker
9781                 on next unread and friends), reduce number
9782                 of g_list_nth/g_list_position where possible
9783         * src/gtk/gtkutils.c
9784         * src/gtk/gtkutils.h
9785                 Reduce number of g_list_nth/g_list_position
9786                 where possible.
9787                 All of this makes loading as 70k folder 2.1
9788                 seconds instead of 3.2 (with hot FS caches).
9789                 (1.3 seconds without Date and Size columns...)
9790
9791 2006-08-22 [paul]       2.4.0cvs72
9792
9793         wrap documents and do some items from mones' MANUAL-TODO:
9794
9795         * manual/account.xml
9796                 4.1. = fix tabname references to <quote>tabname</quote>
9797                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
9798         * manual/faq.xml
9799                 1.1. = mentioned options don't match UI
9800                 Add information about the 'Never send Return Receipts'
9801                 option
9802         * manual/handling.xml
9803                 6.2. = Mentions Extended symbols button, but now is
9804                 named Information
9805                 6.3. = Mentions ... button, which is now Edit
9806
9807 2006-08-22 [colin]      2.4.0cvs71
9808
9809         * src/gtk/pluginwindow.c
9810                 Fix layout in verbose translations (such
9811                 as french)
9812
9813 2006-08-22 [paul]       2.4.0cvs70
9814
9815         * manual/Makefile.am
9816                 build manuals in alphabetical order
9817         * src/addressbook.c
9818         * src/prefs_themes.c
9819                 replace/remove deprecated symbols
9820         * src/gtk/gtkutils.c
9821                 fix a warning
9822         * src/gtk/pluginwindow.c
9823                 replace deprecated symbol
9824                 replace label text and move it
9825         * src/plugins/pgpcore/prefs_gpg.c
9826                 move the 'Generate...' button out of the
9827                 Sign Key frame, replace the English used
9828         * src/plugins/pgpcore/sgpgme.c
9829                 fixes to the English
9830
9831 2006-08-21 [colin]      2.4.0cvs69
9832
9833         * src/plugins/trayicon/trayicon.c
9834                 Add more strings for translation; patch
9835                 by Pawel
9836
9837 2006-08-21 [colin]      2.4.0cvs68
9838
9839         * src/compose.c
9840                 fix replied flag not set after drafting
9841         * src/matcher.c
9842                 fix body quicksearch in non-encoded bodies
9843                 containing '='
9844         * src/msgcache.c
9845                 Get rid of the g_malloc workaround for
9846                 corrupted caches, use g_try_malloc
9847
9848 2006-08-21 [colin]      2.4.0cvs67
9849
9850         * src/alertpanel.c
9851         * src/gtk/inputdialog.c
9852         * src/plugins/pgpcore/passphrase.c
9853                 Set minimal width to 375
9854         * src/mainwindow.c
9855                 Fix switching to offline, asking if it 
9856                 should be overriden for synchronising
9857         * src/mimeview.c
9858                 Don't offer to remember command on Open 
9859                 with for text parts, as the browser or 
9860                 text editor command isn't changed from 
9861                 there
9862
9863 2006-08-20 [paul]       2.4.0cvs66
9864
9865         * po/ko.po
9866         * po/zh_CN.po
9867                 fix plural form errors. revealed by stricter
9868                 checking of gettext 0.15
9869
9870 2006-08-18 [paul]       2.4.0cvs65
9871
9872         * src/stock_pixmap.c
9873                 fix the fix of 2.4.0cvs64
9874                 Thanks to Colin
9875
9876 2006-08-18 [paul]       2.4.0cvs64
9877
9878         * src/stock_pixmap.c
9879                 fix leaks
9880                 Thanks to Colin
9881
9882 2006-08-18 [paul]       2.4.0cvs63
9883
9884         * src/compose.c
9885         * src/procmsg.c
9886                 fix occasional IMAP bug where large msgs
9887                 were left in the queue folder after sending
9888                 Thanks to Colin
9889
9890 2006-08-18 [paul]       2.4.0cvs62
9891
9892         * src/folderview.c
9893                 freeze the summaryview while quicksearch results
9894                 are displayed
9895                 (fixes bug 456 'current message is hidden when the
9896                 view is refreshed and extended search is "unread 
9897                 messages"')
9898                 Thanks to Colin
9899         * src/textview.c
9900                 add missing #include "inputdialog.h"
9901         * src/common/utils.h
9902                 add missing mailcap_update_default() and improve
9903                 readability
9904
9905 2006-08-17 [colin]      2.4.0cvs61
9906
9907         * src/plugins/pgpcore/select-keys.c
9908                 Fix warnings :)
9909
9910 2006-08-17 [colin]      2.4.0cvs60
9911
9912         * src/compose.c
9913                 Don't continue queuing if Cancel is clicked
9914                 in select-keys
9915
9916 2006-08-17 [colin]      2.4.0cvs59
9917
9918         * src/plugins/pgpcore/select-keys.c
9919                 When encrypting, if only one key matches and it 
9920                 matches exactly, automatically use it.
9921
9922 2006-08-17 [colin]      2.4.0cvs58
9923
9924         * src/mimeview.c
9925         * src/prefs_common.c
9926         * src/prefs_common.h
9927         * src/prefs_ext_prog.c
9928         * src/textview.c
9929                 Fix issues with previous patch (text/html)
9930                 Remove outdated prefs
9931
9932 2006-08-17 [colin]      2.4.0cvs57
9933
9934         * src/imap.c
9935                 Add View Log button on auth error
9936         * src/procmsg.c
9937                 Fix encrypted mail marked as new when
9938                 saved in normal folders
9939         * src/plugins/pgpinline/pgpinline.c
9940                 Fix encrypt bug on IMAP
9941         * src/mimeview.c
9942         * src/common/utils.c
9943         * src/common/utils.h
9944         * src/gtk/inputdialog.c
9945         * src/gtk/inputdialog.h
9946                 Get rid of metamail stuff, simplify
9947                 opening, and allow remembering of user's
9948                 choices (by updating ~/.mailcap). There's
9949                 still to drop "Audio player" and "Image
9950                 viewer" preferences.
9951
9952 2006-08-17 [mones]      2.4.0cvs56
9953
9954         * manual/es/sylpheed-claws-manual.xml
9955                 fix DTD path
9956
9957 2006-08-17 [mones]      2.4.0cvs55
9958
9959         * configure.ac
9960         * manual/Makefile.am
9961         * manual/es/Makefile.am
9962         * manual/es/account.xml
9963         * manual/es/ack.xml
9964         * manual/es/addrbook.xml
9965         * manual/es/advanced.xml
9966         * manual/es/faq.xml
9967         * manual/es/glossary.xml
9968         * manual/es/gpl.xml
9969         * manual/es/handling.xml
9970         * manual/es/intro.xml
9971         * manual/es/keyboard.xml
9972         * manual/es/plugins.xml
9973         * manual/es/starting.xml
9974         * manual/es/sylpheed-claws-manual.xml
9975         * manual/es/dist/Makefile.am
9976         * manual/es/dist/html/Makefile.am
9977         * manual/es/dist/pdf/Makefile.am
9978         * manual/es/dist/ps/Makefile.am
9979         * manual/es/dist/txt/Makefile.am
9980                 Spanish translation for the manual
9981
9982 2006-08-16 [colin]      2.4.0cvs54
9983
9984         * src/compose.c
9985         * src/main.c
9986         * src/mainwindow.c
9987                 Fix send button sensitivity at startup
9988                 Set send menu sensitivity (patch by Fabien)
9989         * src/ssl_manager.c
9990                 Enable closing with esc (patch by Fabien)
9991         * src/gtk/foldersort.c
9992                 Enable closing with esc (patch by Fabien)
9993         * src/procmime.c
9994                 Optimisation (no need to copy to tempfile to
9995                 "decode" 7bit and 8bit)
9996         * src/summaryview.c
9997                 Fix cruft in swap_from case
9998         * src/textview.c
9999                 Fix missing last line in some mail cases 
10000                 (Fixes debian #381872)
10001         * src/plugins/pgpcore/prefs_gpg.c
10002         * src/plugins/pgpcore/sgpgme.c
10003         * src/plugins/pgpcore/sgpgme.h
10004                 Don't show "no key found" when user explicitely
10005                 wants to create a key
10006
10007 2006-08-16 [paul]       2.4.0cvs53
10008
10009         * configure.ac
10010         * src/account.c
10011         * src/addressbook.c
10012         * src/headerview.c
10013         * src/prefs_account.c
10014         * src/prefs_message.c
10015         * src/gtk/gtkutils.c
10016                 bump up minimum required versions of GTK+ and
10017                 GLIB to 2.6.0
10018
10019 2006-08-16 [paul]       2.4.0cvs52
10020
10021         * src/toolbar.c
10022                 workaround GTK+ Bug 351600 - 'Can't re-click
10023                 on button after sensitivity update'
10024                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10025                 Thanks to Colin
10026
10027 2006-08-15 [colin]      2.4.0cvs51
10028
10029         * src/plugins/pgpcore/prefs_gpg.c
10030                 Set options sensitivity according to
10031                 key existence
10032         * src/plugins/pgpcore/sgpgme.c
10033                 Allow to create key with no passphrase
10034
10035 2006-08-14 [cleroy]     2.4.0cvs50
10036
10037         * src/gtk/pluginwindow.c
10038                 New layout (maybe to be changed?)
10039         * src/gtk/gtkutils.c
10040                 Fix a bit label_window
10041         * src/plugins/pgpcore/passphrase.c
10042         * src/plugins/pgpcore/passphrase.h
10043         * src/plugins/pgpcore/plugin.c
10044         * src/plugins/pgpcore/prefs_gpg.c
10045         * src/plugins/pgpcore/prefs_gpg.h
10046         * src/plugins/pgpcore/sgpgme.c
10047         * src/plugins/pgpcore/sgpgme.h
10048                 Allow to create a PGP private key via the GUI
10049
10050 2006-08-14 [wwp]        2.4.0cvs49
10051
10052         * src/addressbook_foldersel.c
10053                 fix strict ISO C90 compliance.
10054
10055 2006-08-14 [paul]       2.4.0cvs48
10056
10057         * src/gtk/prefswindow.c
10058                 re-set scrolled window on opening
10059                 Patch by Ticho
10060
10061 2006-08-14 [paul]
10062
10063         2.5.0-rc1 released
10064
10065 2006-08-14 [paul]       2.4.0cvs47
10066
10067         * src/prefs_display_header.c
10068                 re-enable user-defined Displayed Headers
10069
10070 2006-08-14 [paul]       2.4.0cvs46
10071
10072         * src/prefs_account.c
10073                 use GTK_STOCK_EDIT
10074
10075 2006-08-13 [colin]      2.4.0cvs45
10076
10077         * src/common/utils.c
10078                 Fix "a" in quote when the original message is empty,
10079                 by using \0 instead of 'a' to test writability of
10080                 temp files.
10081
10082 2006-08-13 [wwp]        2.4.0cvs44
10083
10084         * src/plugins/spamassassin/spamassassin.c
10085                 fix capitalization of "SpamAssassin" in some debug, log and
10086                 dialog messages.
10087
10088 2006-08-13 [paul]       2.4.0cvs43
10089
10090         * src/editldap.c
10091                 fix overlapping widgets
10092         * src/prefs_account.c
10093                 fix translation of protocol_names[]
10094                 fix label disappearing off the edge of the
10095                 visible area
10096
10097 2006-08-12 [paul]       2.4.0cvs42
10098
10099         * manual/plugins.xml
10100                 update IRC channel info before it gets forgotten
10101                 about
10102
10103 2006-08-11 [colin]      2.4.0cvs41
10104
10105         * src/compose.c
10106         * src/mainwindow.c
10107         * src/mainwindow.h
10108         * src/procmsg.c
10109         * src/procmsg.h
10110         * src/summaryview.c
10111         * src/toolbar.c
10112                 Grey out the Send button if
10113                 - Queue folders are empty, or
10114                 - We're sending already
10115
10116 2006-08-11 [wwp]        2.4.0cvs40
10117
10118         * src/main.c
10119                 fix a logic issue when quitting while a compose window is
10120                 still open, thanks to Colin.
10121
10122 2006-08-10 [colin]      2.4.0cvs39
10123
10124         * src/main.c
10125                 Fix default font size setting after wizard run
10126         * src/imap.c
10127         * src/etpan/imap-thread.c
10128         * src/etpan/imap-thread.h
10129                 Fix bug #999 (Timing out on TSL cert validation 
10130                 dialog makes ugly things happen). Also, STARTTLS
10131                 unconditionnaly if initial capabilities contain
10132                 LOGINDISABLED and STARTTLS.
10133
10134 2006-08-09 [colin]      2.4.0cvs38
10135
10136         * src/mainwindow.c
10137         * src/mainwindow.h
10138                 Fix Tools/Actions sensitivity when there are
10139                 no actions
10140
10141 2006-08-09 [colin]      2.4.0cvs37
10142
10143         * src/prefs_filtering.c
10144                 Warning fix, patch by Paul
10145         * src/messageview.c
10146         * src/prefs_actions.c
10147         * src/prefs_filtering_action.c
10148         * src/prefs_matcher.c
10149                 Uniformisation of "Info ..." to "Info..." (for
10150                 old gtk), patch by Fabien
10151         * src/plugins/clamav/clamav_plugin_gtk.c
10152                 Sensitivity fix by Fabien
10153
10154 2006-08-09 [colin]      2.4.0cvs36
10155
10156         * src/main.c
10157         * src/main.h
10158                 Add a function to know whether we're exiting
10159         * src/plugins/trayicon/trayicon.c
10160                 If exiting, don't do anything. Faster, and
10161                 avoids gtk_main_iteration reentracy causing
10162                 segfaults at exit
10163
10164 2006-08-09 [colin]      2.4.0cvs35
10165
10166         * src/messageview.c
10167         * src/mimeview.c
10168         * src/mimeview.h
10169                 Fix lack of part selection when automatically 
10170                 jumping to a specific part
10171         * src/msgcache.c
10172                 Little optimisation in cache reading
10173
10174 2006-08-09 [colin]      2.4.0cvs34
10175
10176         * src/compose.c
10177                 Fix crash setting the priority on reedit
10178                 (Accessing compose before creating it!)
10179
10180 2006-08-08 [colin]      2.4.0cvs33
10181
10182         * src/procmime.c
10183                 Fix bug #998 (last attachment is not accessible)
10184                 Bad RFC interpretation on multipart close-delimiters
10185         * src/mimeview.c
10186         * src/mimeview.h
10187         * src/gtk/gtkvscrollbutton.c
10188         * src/gtk/gtkvscrollbutton.h
10189                 Make attachments list wheel-scrollable
10190
10191 2006-08-07 [colin]      2.4.0cvs32
10192
10193         * src/gtk/gtkaspell.c
10194                 Fix bug #973 (Unicode punctation characters 
10195                 are not recognized as separators by the
10196                 spell checker); fix unsigned stuff
10197
10198 2006-08-07 [colin]      2.4.0cvs31
10199
10200         * src/compose.c
10201                 Fix bug #956 (DnD text with accents in compose 
10202                 text entry); fix gccc's signed/unsigned fuss
10203
10204 2006-08-06 [colin]      2.4.0cvs30
10205
10206         * src/main.c
10207                 Fix bug #979 (Plugin crashes when exiting 
10208                 sylpheed-claws) : handle exit request only 
10209                 once
10210
10211 2006-08-05 [colin]      2.4.0cvs29
10212
10213         * src/news.c
10214                 Just make sure we have a msgid.
10215
10216 2006-08-05 [colin]      2.4.0cvs28
10217
10218         * src/news.c
10219         * src/summaryview.c
10220                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10221                 by reimplementing it
10222         * src/textview.c
10223                 Fix bug when hiding quotes with level > 3 and quote
10224                 colors are recycled
10225
10226 2006-08-04 [colin]      2.4.0cvs27
10227
10228         * src/compose.c
10229         * src/undo.c
10230         * src/undo.h
10231                 Fix a bit replace-by-pasting undo
10232         * src/mainwindow.c
10233         * src/messageview.c
10234                 Fix Fold quotes menu synchro in
10235                 mainwindow when it changes in 
10236                 messageview
10237         * src/textview.c
10238                 Fix right-click on quotes blocks
10239         * src/common/utils.c
10240                 Verify that the file created by
10241                 my_tmpfile() is writable. Fixes
10242                 bug #988 (very specific filesystem
10243                 issue)
10244         * src/plugins/pgpcore/sgpgme.c
10245                 Fix file descriptor leak
10246         * src/plugins/spamassassin/spamassassin.c
10247                 Warn once if spamd isn't reachable
10248
10249 2006-08-04 [colin]      2.4.0cvs26
10250
10251         * src/toolbar.c
10252                 i18n context patch by Fabien
10253
10254 2006-08-03 [colin]      2.4.0cvs25
10255
10256         * src/mainwindow.c
10257         * src/messageview.c
10258                 Rename "Hide quotes" to "Fold quotes"
10259         * src/textview.c
10260                 Don't use hand cursor on quotes. "all 
10261                 the bonuses of the feature and none of 
10262                 unwelcome side-effects"
10263
10264 2006-08-03 [colin]      2.4.0cvs24
10265
10266         * AUTHORS
10267         * sylpheed-claws.desktop
10268         * src/gtk/authors.h
10269                 Bring the desktop file to XDG compliance
10270                 Patch by Charles A. Edwards
10271
10272 2006-08-03 [colin]      2.4.0cvs23
10273
10274         * src/textview.c
10275                 Fix links offset when they are preceded
10276                 by accentued chars (g_utf8_strlen!)
10277         * src/mainwindow.c
10278                 Fix wrong status when starting offline
10279
10280
10281 2006-08-03 [wwp]        2.4.0cvs22
10282
10283         * src/prefs_common.h
10284                 ask what to do w/ filtering rules that belong to an account when
10285                 applying filtering rules manually from the main window (skip,
10286                 apply regardless of the account, use current account). This dialog
10287                 can be skipped and the last reply used.
10288                 (forgot that file)
10289
10290 2006-08-03 [wwp]        2.4.0cvs21
10291
10292         * src/filtering.c
10293         * src/filtering.h
10294         * src/prefs_common.c
10295         * src/summaryview.c
10296         * src/alertpanel.c
10297         * src/alertpanel.h
10298         * src/messageview.c
10299                 ask what to do w/ filtering rules that belong to an account when
10300                 applying filtering rules manually from the main window (skip,
10301                 apply regardless of the account, use current account). This dialog
10302                 can be skipped and the last reply used.
10303
10304
10305 2006-08-03 [colin]      2.4.0cvs20
10306
10307         * src/textview.c
10308                 Optimize previous patch
10309
10310 2006-08-03 [cleroy]     2.4.0cvs19
10311
10312         * src/textview.c
10313                 Fix quotes getting toggled back when the
10314                 mail has an even number of text parts
10315
10316 2006-08-02 [colin]      2.4.0cvs18
10317
10318         * src/messageview.c
10319                 Add Hide quotes menu
10320
10321 2006-08-02 [colin]      2.4.0cvs17
10322
10323         * src/mainwindow.c
10324         * src/prefs_common.c
10325         * src/textview.c
10326         * src/textview.h
10327         * src/gtk/about.c
10328                 Allow per-level quote hiding,
10329                 Allow toggling quotes by double-clicking them
10330                 Rename RemoteURI to ClickableText to reflect
10331                 the fact it's used for a variety of things
10332
10333 2006-08-02 [wwp]        2.4.0cvs16
10334
10335         * src/mainwindow.c
10336                 fix "View/Hide quotes" menu item status initialization.
10337
10338 2006-08-02 [wwp]        2.4.0cvs15
10339
10340         * src/matcher_parser_parse.y
10341                 remove a debug trace.
10342
10343 2006-08-02 [paul]       2.4.0cvs14
10344
10345         * src/plugins/pgpcore/passphrase.c
10346                 don't set initial dialog size
10347                 make it resizable
10348
10349 2006-08-02 [paul]       2.4.0cvs13
10350
10351         * src/noticeview.c
10352                 remove the rogue '/' character
10353
10354 2006-08-02 [paul]       2.4.0cvs12
10355
10356         * src/noticeview.c
10357                 allow buttons to resize as necessary
10358
10359 2006-08-01 [wwp]        2.4.0cvs11
10360
10361         * src/mbox.c
10362                 fix strict ISO C90 compliance.
10363
10364 2006-08-01 [wwp]        2.4.0cvs10
10365
10366         * tools/update-po
10367                 updated update-po tool to work w/ context-dependent translations.
10368                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
10369
10370 2006-08-01 [wwp]        2.4.0cvs9
10371
10372         * src/matcher.c
10373         * src/prefs_filtering.c
10374         * src/prefs_matcher.c
10375                 allow context-dependent translations for "All",
10376                 patch by Fabien Vantard <fzzzzz@gmail.com>.
10377
10378 2006-07-31 [colin]      2.4.0cvs8
10379
10380         * AUTHORS
10381         * src/gtk/authors.h
10382                 Add Rafal to authors
10383
10384 2006-07-31 [colin]      2.4.0cvs7
10385
10386         * src/compose.c
10387         * src/mainwindow.c
10388         * src/messageview.h
10389         * src/prefs_common.c
10390         * src/prefs_common.h
10391         * src/textview.c
10392                 Add 'View/Hide quotes'. Patch based on a patch
10393                 by Rafal Weglarz
10394
10395 2006-07-31 [colin]      2.4.0cvs6
10396
10397         * src/action.c
10398                 Fix problem with "> stuff >" actions
10399
10400 2006-07-31 [paul]       2.4.0cvs5
10401
10402         * po/nb.po
10403                 updated by Geir Helland
10404
10405 2006-07-31 [wwp]        2.4.0cvs4
10406
10407         * src/mainwindow.c
10408         * src/summaryview.c
10409         * src/summaryview.h
10410                 add "View/Go to/Parent message" and "View/Go to/Last read message",
10411                 thanks to Colin.
10412
10413 2006-07-31 [wwp]        2.4.0cvs3
10414
10415         * src/Makefile.am
10416         * src/addr_compl.c
10417         * src/addr_compl.h
10418         * src/addressbook.c
10419         * src/addressbook.h
10420         * src/addressbook_foldersel.c
10421         * src/addressbook_foldersel.h
10422         * src/addrindex.c
10423         * src/addrindex.h
10424         * src/matcher.c
10425         * src/matcher.h
10426         * src/matcher_parser_lex.l
10427         * src/matcher_parser_parse.y
10428         * src/prefs_common.c
10429         * src/prefs_common.h
10430         * src/prefs_filtering.c
10431         * src/prefs_matcher.c
10432         * src/prefs_matcher.h
10433         * src/summaryview.c
10434                 introduce filtering against the address book. It's now possible to add
10435                 matched conditions to determine if any email address in a message matches
10436                 or doesn't match any or all books or folders in the address book.
10437
10438 2006-07-31 [wwp]        2.4.0cvs2
10439
10440         * src/account.c
10441         * src/filtering.c
10442         * src/filtering.h
10443         * src/folder.c
10444         * src/folderview.c
10445         * src/inc.c
10446         * src/mainwindow.c
10447         * src/matcher.c
10448         * src/matcher_parser_lex.l
10449         * src/matcher_parser_parse.y
10450         * src/mbox.c
10451         * src/prefs_filtering.c
10452         * src/prefs_filtering.h
10453         * src/procmsg.c
10454         * src/procmsg.h
10455         * src/summaryview.c
10456                 introduce per-account filtering rules. Each filtering rule can now be assigned
10457                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
10458                 when applying filtering rules manually, as all rules will apply - even the ones
10459                 assigned to an account. This issue will be addressed soon.
10460  
10461
10462
10463 2006-07-31 [wwp]        2.4.0cvs1
10464
10465         * src/quote_fmt.c
10466                 make more strings translatable.
10467
10468 2006-07-31 [paul]       2.4.0
10469
10470         2.4.0 released
10471
10472 2006-07-31 [paul]       2.3.1cvs91
10473
10474         * po/ca.po
10475                 updated by Miquel Oliete
10476
10477 2006-07-31 [paul]       2.3.1cvs90
10478
10479         * po/de.po
10480         * po/el.po
10481         * po/fr.po
10482         * po/it.po
10483         * po/pl.po
10484         * po/pt_BR.po
10485         * po/sr.po
10486         * po/zh_CN.po
10487                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
10488                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
10489                 Aleksandar Urosevic, and Ralgh Young
10490
10491 2006-07-31 [paul]       2.3.1cvs89
10492
10493         * src/account.c
10494         * src/main.c
10495         * src/mainwindow.c
10496         * src/mainwindow.h
10497                 Fix a race condition when, after an SC crash, rescanning
10498                 folders took more than 0.5 seconds
10499                 Thanks to Colin
10500
10501 2006-07-31 [paul]       2.3.1cvs88
10502
10503         * src/folderview.c
10504                 don't translate separator strings
10505
10506 2006-07-30 [mones]      2.3.1cvs87
10507
10508         * doc/man/sylpheed-claws.1
10509                 Fixed non-ASCII chars in Hoa's name
10510         * po/es.po
10511                 Updated for release
10512
10513 2006-07-27 [colin]      2.3.1cvs86
10514
10515         * src/textview.c
10516                 Don't include the leading \n in links
10517                 Patch by Fabien
10518
10519 2006-07-25 [colin]      2.3.1cvs85
10520
10521         * src/mainwindow.c
10522         * src/common/socket.h
10523         * src/etpan/imap-thread.c
10524                 Refresh resolvers before connecting
10525                 to IMAP servers, and after switching
10526                 to online. Thanks to Paul.
10527
10528 2006-07-18 [colin]
10529
10530         * 2.4.0-rc4 released
10531
10532 2006-07-17 [colin]      2.3.1cvs84
10533
10534         * src/inc.c
10535                 Show connection attempt in statusbar before
10536                 connecting (previously first message was
10537                 "Retrieving messages from ..." after the
10538                 connection succeeded.
10539
10540 2006-07-16 [wwp]        2.3.1cvs83
10541
10542         * sylpheed-claws.ico
10543                 Added .ico file (windows multi-size icon file, generated).
10544
10545 2006-07-12 [wwp]        2.3.1cvs82
10546
10547         * src/messageview.c
10548                 remove Message/Re-edit menu entry from messageview window,
10549                 as sent/draft/queued messages are opened in compose window when
10550                 re-edited and it's not possible to re-edit other msgs.
10551
10552 2006-07-12 [paul]       2.3.1cvs81
10553
10554         * AUTHORS
10555         * src/mainwindow.c
10556         * src/gtk/authors.h
10557                 check online state before resetting
10558                 mailcheck timer. Useful if some program
10559                 verifies connection state and updates
10560                 Claws.
10561                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10562
10563 2006-07-12 [paul]       2.3.1cvs80
10564
10565         * sylpheed-claws-128x128.png
10566         * sylpheed-claws-64x64.png
10567         * sylpheed-claws.png
10568         * src/Makefile.am
10569         * src/main.c
10570         * src/prefs_toolbar.c
10571         * src/stock_pixmap.c
10572         * src/stock_pixmap.h
10573         * src/wizard.c
10574         * src/gtk/about.c
10575         * src/gtk/gtkutils.c
10576         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10577         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10578         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10579         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10580         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10581         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10582                 updated and renamed logo/icon files and related
10583                 logo by Jesper Schultz
10584
10585 2006-07-11 [paul]       2.3.1cvs79
10586
10587         * src/main.c
10588                 fix the labels a smidgin
10589
10590 2006-07-09 [colin]      2.3.1cvs78
10591
10592         * src/textview.c
10593                 Show errors in textviewer's command
10594                 Patch by H. Merijn Brand
10595
10596 2006-07-09 [colin]      2.3.1cvs77
10597
10598         * src/compose.c
10599                 Save FMID in drafts too
10600
10601 2006-07-08 [colin]      2.3.1cvs76
10602
10603         * src/compose.c
10604                 Svae RMID in drafted mails too
10605                 Save quote_fmt vars for whole mails,
10606                 don't reset at each quote_fmt_init:
10607                 allows to use the same |i{var} in
10608                 various template fields
10609         * src/prefs_template.c
10610         * src/quote_fmt.h
10611         * src/quote_fmt_parse.y
10612                 Same
10613
10614 2006-07-08 [colin]      2.3.1cvs75
10615
10616         * src/textview.c
10617                 Fix highlighting of attached parts URIs
10618
10619 2006-07-08 [colin]      2.3.1cvs74
10620
10621         * src/main.c
10622                 Prevent bug #981 (sc 2.3.1 segfaults with 
10623                 gtk+ 2.10) from being reported again:
10624                 if Sylpheed-Claws has been compiled against
10625                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10626                 of if Sylpheed-Claws has been compiled against
10627                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10628                 error out.
10629
10630 2006-07-07 [colin]      2.3.1cvs73
10631
10632         * src/prefs_actions.c
10633                 Fix label
10634
10635 2006-07-07 [colin]      2.3.1cvs72
10636
10637         * src/prefs_actions.c
10638                 Fix compile on gtk < 2.8. argh :)
10639
10640 2006-07-07 [paul]       2.3.1cvs71
10641
10642         * src/common/defs.h
10643                 update DONATE_URI
10644
10645 2006-07-07 [colin]      2.3.1cvs70
10646
10647         * po/POTFILES.in
10648         * src/quote_fmt.c
10649         * src/quote_fmt_lex.l
10650         * src/quote_fmt_parse.y
10651                 Add |i{var}, a way to insert user-entered
10652                 text in a template
10653
10654 2006-07-07 [colin]
10655
10656         * 2.4.0-rc3 released
10657
10658 2006-07-07 [colin]      2.3.1cvs69
10659
10660         * src/folder.c
10661                 Don't consider inboxes of UNKNOWN folder 
10662                 classes to be useable as default inboxes
10663
10664 2006-07-07 [paul]       2.3.1cvs68
10665
10666         * src/textview.c
10667                 add missing #include <errno.h>
10668                 Thanks to René J. Blokland
10669
10670 2006-07-07 [paul]       2.3.1cvs67
10671
10672         * src/action.c
10673                 Return now Closes dialog
10674         * src/mimeview.c
10675         * src/mimeview.h
10676         * src/textview.c
10677                 add contextual menu to mime parts listed
10678                 in the textview
10679                 Thanks to Colin
10680         * src/common/utils.c
10681                 reversal: ' is a valid character in URLs
10682
10683 2006-07-06 [colin]      2.3.1cvs66
10684
10685         * src/remotefolder.h
10686                 Forgotten in previous commit
10687
10688 2006-07-06 [colin]      2.3.1cvs65
10689
10690         * src/folder.c
10691                 Set summary update flag whenever
10692                 totals changed
10693         * src/imap.c
10694         * src/prefs_account.c
10695         * src/common/utils.h
10696         * src/etpan/imap-thread.c
10697                 Fix warnings, thanks to Fabien and
10698                 Ricardo
10699
10700 2006-07-06 [wwp]        2.3.1cvs64
10701
10702         * src/gtk/gtkutils.c
10703                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
10704
10705 2006-07-06 [wwp]        2.3.1cvs63
10706
10707         * src/account.c
10708         * src/addressbook.c
10709         * src/addressitem.h
10710         * src/folderview.c
10711         * src/mainwindow.c
10712         * src/manual.c
10713         * src/manual.h
10714         * src/message_search.c
10715         * src/prefs_actions.c
10716         * src/prefs_filtering.c
10717         * src/prefs_filtering.h
10718         * src/prefs_template.c
10719         * src/summary_search.c
10720         * src/summaryview.c
10721         * src/gtk/gtkutils.c
10722         * src/gtk/gtkutils.h
10723         * src/gtk/pluginwindow.c
10724                 add help buttons to some dialogs. Clicking such buttons opens a
10725                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
10726
10727 2006-07-06 [paul]       2.3.1cvs62
10728
10729         * src/textview.c
10730                 fix attachments contextual menu
10731                 Thanks to Colin
10732
10733 2006-07-05 [colin]      2.3.1cvs61
10734
10735         * src/textview.c
10736         * src/compose.c
10737                 Handle sftp:// links
10738
10739 2006-07-05 [paul]       2.3.1cvs60
10740
10741         * src/gtk/filesel.c
10742                 grab save button by default
10743                 Thanks to Colin
10744
10745 2006-07-05 [wwp]        2.3.1cvs59
10746
10747         * manual/xml2pdf
10748                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
10749
10750 2006-07-04 [colin]      2.3.1cvs58
10751
10752         * src/mimeview.c
10753         * src/textview.c
10754                 Use left click to select, middle click to open
10755                 on mimeparts links
10756         * src/common/utils.c
10757                 Fix segfault
10758
10759 2006-07-04 [colin]      2.3.1cvs57
10760
10761         * src/mainwindow.c
10762         * src/news.c
10763                 Warning fixes, thanks to Fabien
10764
10765 2006-07-04 [colin]      2.3.1cvs56
10766
10767         * src/mimeview.c
10768         * src/mimeview.h
10769         * src/textview.c
10770                 Allow parts to be selected via their text label
10771                 in textview
10772
10773 2006-07-04 [colin]      2.3.1cvs55
10774
10775         * src/folderview.c
10776                 Feedback when closing (for big folders)
10777         * src/prefs_actions.c
10778         * src/prefs_filtering.c
10779         * src/prefs_matcher.c
10780         * src/prefs_template.c
10781                 Fix default button when closing without
10782                 having saved
10783
10784 2006-07-04 [colin]      2.3.1cvs54
10785
10786         * src/news.c
10787                 Delete local file on deletion
10788
10789 2006-07-03 [colin]      2.3.1cvs53
10790
10791         * src/folderview.c
10792         * src/main.c
10793                 Don't freeze when rescanning after crash
10794
10795 2006-07-03 [wwp]        2.3.1cvs52
10796
10797         * src/compose.c
10798         * src/privacy.c
10799         * src/privacy.h
10800         * src/plugins/pgpinline/pgpinline.c
10801         * src/plugins/pgpmime/pgpmime.c
10802                 don't report an error when the user cancels the passphrase dialog.
10803
10804 2006-07-02 [colin]      2.3.1cvs51
10805
10806         * src/folderview.c
10807                 Open message when crossing folders with Space,
10808                 goto next unread and friends
10809
10810 2006-07-01 [colin]      2.3.1cvs50
10811
10812         * src/prefs_account.c
10813                 Typographic rules varying from language
10814                 to language (in french "Protocole :"),
10815                 we have to do that :)
10816
10817 2006-07-01 [ticho]      2.3.1cvs49
10818
10819         * src/prefs_account.c
10820                 Only use one temporary gchar* variable in
10821                 prefs_account_protocol_set_optmenu().
10822
10823 2006-07-01 [ticho]      2.3.1cvs48
10824
10825         * src/prefs_account.c
10826         * src/prefs_account.h
10827                 Use GtkLabel for existing account protocol name.
10828                 Created an array for protocol names and populate the
10829                 combobox from it in a for() cycle.
10830
10831 2006-06-30 [colin]      2.3.1cvs47
10832
10833         * src/compose.c
10834                 Block undo when changing signature (by changing
10835                 account)
10836
10837 2006-06-30 [paul]       2.3.1cvs46
10838
10839         * src/send_message.c
10840                 when editing From in the Compose window, use that address
10841                 in the Return-Path: header
10842                 Thanks to Colin
10843
10844 2006-06-30 [colin]      2.3.1cvs45
10845
10846         * src/compose.c
10847                 Fix signature replacement:
10848                 - when no newline before separator
10849                 - when reediting
10850
10851 2006-06-29 [colin]      2.3.1cvs44
10852
10853         * src/folderview.c
10854         * src/folderview.h
10855         * src/mainwindow.c
10856         * src/summaryview.c
10857                 Let 'View/Go to/Next marked' work like
10858                 Next new & Next unread: across folders
10859                 Change the select_on_entry pref to do
10860                 what we want when changing folder
10861         * src/common/utils.c
10862                 Fix single-quoted links 
10863
10864 2006-06-29 [colin]      2.3.1cvs43
10865
10866         * src/gtk/gtkaspell.c
10867                 "Sylpheed" and "Sylpheed-Claws" do exist !
10868
10869 2006-06-29 [colin]      2.3.1cvs42
10870
10871         * src/imap.c
10872                 Forgot to remove debug
10873
10874 2006-06-29 [colin]      2.3.1cvs41
10875
10876         * src/imap.c
10877         * src/imap.h
10878         * src/mainwindow.c
10879                 Disconnect from IMAP servers when going
10880                 offline. Fixes bug #978 (going to offline-mode 
10881                 won't close connections)
10882
10883 2006-06-29 [colin]      2.3.1cvs40
10884
10885         * src/main.c
10886                 Fix transient setting on failing plugins
10887                 Patch by Fabien
10888         * src/plugins/pgpcore/sgpgme.c
10889                 Only warn for OpenPGP. Most people don't
10890                 have CMS available.
10891
10892 2006-06-29 [colin]      2.3.1cvs39
10893
10894         * src/compose.c
10895                 Fix Spelling menu (discrepancy between context menu
10896                 and top menu when folder's dictionary isn't the 
10897                 default one)
10898         * src/plugins/pgpcore/sgpgme.c
10899                 More error reporting about why gpgme can fail
10900
10901 2006-06-29 [wwp]        2.3.1cvs38
10902
10903         * src/mainwindow.c
10904                 honor the display-header-pane setting even when the message view
10905                 is a separate window.
10906
10907 2006-06-29 [wwp]        2.3.1cvs37
10908
10909         * src/prefs_actions.c
10910                 forgot to commit that one (use of GTK_STOCK_INFO).
10911
10912 2006-06-29 [colin]      2.3.1cvs36
10913
10914         * src/imap.c
10915                 Better handling of login errors (ask the password
10916                 again once), alert in case of error. Fix three
10917                 signedness warnings.
10918
10919 2006-06-28 [wwp]        2.3.1cvs35
10920
10921         * src/prefs_template.c
10922         * src/prefs_matcher.c
10923         * src/prefs_filtering_action.c
10924         * src/prefs_quote.c
10925                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
10926                 patch by Fabien Vantard, slightly modified.
10927
10928 2006-06-28 [paul]
10929
10930         2.4.0-rc2 released
10931
10932 2006-06-28 [colin]      2.3.1cvs34
10933
10934         * src/prefs_account.c
10935                 Fix bug #977 (Can't add or edit imap accounts)
10936
10937 2006-06-28 [colin]      2.3.1cvs33
10938
10939         * src/mimeview.c
10940                 Fix previous
10941
10942 2006-06-28 [colin]      2.3.1cvs32
10943
10944         * src/mimeview.c
10945                 Save named inlined attachments with "Save all"
10946         * src/main.c
10947         * src/mbox.c
10948         * src/common/plugin.c
10949         * src/common/plugin.h
10950         * src/common/sylpheed.c
10951         * src/common/utils.c
10952         * src/plugins/pgpcore/sylpheed.def
10953         * src/plugins/pgpinline/sylpheed.def
10954         * src/plugins/pgpmime/sylpheed.def
10955                 Win32 compatibility patch, by
10956                 Werner Koch
10957
10958 2006-06-28 [wwp]        2.3.1cvs31
10959
10960         * src/imap.c
10961         * src/prefs_folder_item.c
10962                 less compilation warnings (thanks to Fabien Vantard), less typos.
10963
10964 2006-06-28 [paul]       2.3.1cvs30
10965
10966         * src/gtk/gtkutils.c
10967                 gtk_combo_box_set_focus_on_click() is only
10968                 available since gtk 2.6.0
10969
10970 2006-06-28 [paul]       2.3.1cvs29
10971
10972         * src/prefs_ext_prog.c
10973                 fix engrish and add a tooltip for the
10974                 'command for 'Display as text' option
10975
10976 2006-06-28 [paul]
10977
10978         2.4.0-rc1 released
10979
10980 2006-06-28 [paul]       2.3.1cvs28
10981
10982         * ChangeLog
10983         * tools/Makefile.am
10984                 include textviewer.pl in releases
10985
10986 2006-06-28 [paul]       2.3.1cvs27
10987
10988         * src/prefs_ext_prog.c
10989                 hide Print command option if libgnomeprint
10990                 support is present
10991
10992 2006-06-27 [colin]      2.3.1cvs26
10993
10994         * src/compose.c
10995                 Fix Esc handling in insert/attach dialog
10996                 Don't show this dialog if dragging something
10997                 else than text/uri-list
10998                 Thanks to Fabien Vantard
10999         * tools/textviewer.pl
11000                 Filter script to display stuff as text
11001                 by H. Merijn Brand
11002
11003 2006-06-27 [wwp]        2.3.1cvs25
11004
11005         * src/messageview.c
11006                 use the exact product name (message view title), patch
11007                 by Fabien Vantard.
11008
11009 2006-06-27 [ticho]      2.3.1cvs24
11010
11011         * src/prefs_account.c
11012         * src/prefs_common.c
11013         * src/prefs_common.h
11014         * src/prefs_ext_prog.c
11015         * src/textview.c
11016                 Add a preference (Preferences/External programs)
11017                 to allow "Display as text" to be done via a script
11018                 (patch by H.Merijn Brand).
11019                 Use GtkComboBox for protocol selection in account
11020                 preferences.
11021                 Only include current choice for existing accounts, and
11022                 insensitivize the combobox.
11023
11024 2006-06-27 [paul]       2.3.1cvs23
11025
11026         * src/mbox.c
11027                 fix crasher introduced in cvs21.
11028                 Thanks to Colin
11029
11030 2006-06-26 [colin]      2.3.1cvs22
11031
11032         * src/mbox.c
11033                 Fix double-frees when leaving folders
11034                 after exporting to mbox
11035
11036 2006-06-26 [colin]      2.3.1cvs21
11037
11038         * src/mbox.c
11039                 More feedback (and optimisation)
11040                 on import/export
11041         * src/common/utils.c
11042                 Fix case when looking for mail addresses
11043         * src/gtk/gtkutils.c
11044                 Extra check for (X-)Face
11045
11046 2006-06-25 [ticho]      2.3.1cvs20
11047
11048         * src/compose.c
11049         * src/exphtmldlg.c
11050         * src/gtk/gtkutils.c
11051         * src/gtk/gtkutils.h
11052                 Added second argument to gtkut_sc_combobox_create() to
11053                 control focus-on-click for the widget.
11054                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11055
11056 2006-06-25 [ticho]      2.3.1cvs19
11057
11058         * src/compose.c
11059         * src/gtk/Makefile.am
11060         * src/gtk/combobox.c
11061         * src/gtk/combobox.h
11062         * src/gtk/gtkutils.c
11063         * src/gtk/gtkutils.h
11064                 Use GtkComboBox instead of deprecated GtkOptionMenu
11065                 for account selector in compose window and for encoding
11066                 selector in attachment properties.
11067                 Also factorise working with the new GtkComboBox somewhat.
11068
11069 2006-06-24 [paul]       2.3.1cvs18
11070
11071         * src/prefs_common.c
11072                 use the correct default value
11073
11074 2006-06-24 [paul]       2.3.1cvs17
11075
11076         * src/compose.c
11077         * src/prefs_common.c
11078         * src/prefs_common.h
11079         * src/prefs_compose_writing.c
11080                 enable setting of default action when
11081                 dnd'ing files in the compose window.
11082                 (Collaborative effort with wwp)
11083
11084 2006-06-23 [wwp]        2.3.1cvs16
11085
11086         * src/compose.c
11087                 i18n fix (thanks to Fabien Vantard)
11088
11089 2006-06-22 [colin]      2.3.1cvs15
11090
11091         * src/prefs_customheader.c
11092                 Don't use filters in custom headers' file 
11093                 selector. Remember, extensions mean nothing :)
11094
11095 2006-06-22 [paul]       2.3.1cvs14
11096
11097         * configure.ac
11098                 allow setting of man directory location
11099
11100 2006-06-22 [colin]      2.3.1cvs13
11101
11102         * src/mainwindow.c
11103                 Add 'View/Go to/Next unread folder'.
11104                 I missed that :)
11105
11106 2006-06-22 [colin]      2.3.1cvs12
11107
11108         * src/common/utils.c
11109                 Add some subject prefixes
11110                 Patch by Bjorn T Johansen <btj@havleik.no>
11111
11112 2006-06-22 [colin]      2.3.1cvs11
11113
11114         * manual/advanced.xml
11115                 Forgotten hidden pref
11116
11117 2006-06-21 [paul]       2.3.1cvs10
11118
11119         * src/prefs_account.c
11120                 complete the removal of 'Add date header' option
11121
11122 2006-06-21 [paul]       2.3.1cvs9
11123
11124         * src/account.c
11125         * src/compose.c
11126         * src/prefs_account.c
11127         * src/prefs_account.h
11128                 remove option to add date header - always
11129                 add date header
11130         * src/etpan/imap-thread.c
11131                 fix warnings (Thanks to Colin)
11132
11133 2006-06-21 [wwp]        2.3.1cvs8
11134
11135         * src/folder.c
11136                 set the attachment flag when inline text part are (file)named. This is more convenient
11137                 when receiving (for instance) inline source files or patches sent using thunderbird.
11138
11139 2006-06-21 [paul]       2.3.1cvs7
11140
11141         * src/inc.c
11142                 fix off-by-one count of current msg in
11143                 statusbar filtering progressbar
11144
11145 2006-06-21 [paul]       2.3.1cvs6
11146
11147         * src/folder.c
11148                 Show attachment icon even if the part is 'inline'
11149                 if the following conditions are met:
11150                 - content-type != 'text/plain'
11151                 - content-type != '*/pgp-signature'
11152                 - either 'name' or 'filename' parameter is not NULL
11153                 
11154                 Thanks to Colin
11155
11156 2006-06-21 [paul]       2.3.1cvs5
11157
11158         * src/messageview.c
11159         * src/prefs_common.c
11160         * src/prefs_common.h
11161         * src/prefs_other.c
11162                 add an option to 'Never send Return
11163                 Receipts'
11164                 Thanks to Colin
11165
11166 2006-06-20 [mones]      2.3.1cvs4
11167
11168         * po/es.po
11169                 updated
11170         * src/compose.c
11171                 typo fixed (space after comma)
11172         * tools/make.themes.project
11173                 remove exec mode from tarball files
11174
11175 2006-06-20 [colin]      2.3.1cvs3
11176
11177         * src/news.c
11178         * src/procheader.c
11179         * src/unmime.c
11180                 Better fix for \n's in headers (don't 
11181                 break Received: and others)
11182
11183 2006-06-20 [paul]       2.3.1cvs2
11184
11185         * src/alertpanel.c
11186         * src/textview.c
11187                 improve legibility of phishing attempt
11188                 dialog
11189
11190 2006-06-20 [paul]       2.3.1cvs1
11191
11192         * NEWS
11193         * README
11194         * configure.ac
11195                 Update version number following
11196                 stable release
11197
11198 2006-06-20 [colin]      2.3.0cvs26
11199
11200         * src/compose.c
11201                 When dragging a file to the text of the compose
11202                 window, ask whether we want to insert or attach
11203                 (I know lots of people who do that to attach)
11204
11205 2006-06-20 [colin]      2.3.0cvs25
11206
11207         * src/etpan/imap-thread.c
11208                 Fix threshold (the append command is often > 32 bytes)
11209
11210 2006-06-19 [colin]      2.3.0cvs24
11211
11212         * src/imap.c
11213         * src/etpan/imap-thread.c
11214                 Workaround Rockliffe IMAP server bug: replace
11215                 "x UID SEARCH (ANSWERED UID 1:*)" with
11216                 "x UID SEARCH ANSWERED"
11217                 (Rockliffe doesn't handle the parenthesis)
11218
11219 2006-06-19 [colin]      2.3.0cvs23
11220
11221         * src/compose.c
11222         * src/imap.c
11223         * src/etpan/imap-thread.c
11224                 Probably fix bug #972 (Freezes when adding 
11225                 an attachment to the message)
11226         * src/common/defs.h
11227                 Modernize Firefox cmd
11228
11229
11230 2006-06-18 [colin]      2.3.0cvs22
11231
11232         * src/prefs_customheader.c
11233                 Only allow correct filenames for various
11234                 custom headers
11235
11236 2006-06-18 [colin]      2.3.0cvs21
11237
11238         * src/prefs_customheader.c
11239                 Add a 'From File...' button in custom headers prefs, which
11240                 try to do the right thing: 
11241                 for normal headers, use file as plaintext,
11242                 for X-Face, calls compface,
11243                 for Face, encode to b64.
11244
11245 2006-06-17 [colin]      2.3.0cvs20
11246
11247         * src/mh.c
11248                 Warning fix
11249
11250 2006-06-16 [colin]      2.3.0cvs19
11251
11252         * src/summaryview.c
11253                 Recursive quicksearch: show message list
11254                 in current folder, *then* search children
11255                 in the background.
11256
11257 2006-06-16 [colin]      2.3.0cvs18
11258
11259         * src/main.c
11260                 Instead of ignoring SIGPIPE, save caches
11261                 when getting one. Will fix the fact that
11262                 hot caches are out-of-date when logging 
11263                 out of Xorg.
11264         * src/compose.c
11265         * src/prefs_compose_writing.c
11266                 Only save text (not attachments) when 
11267                 auto-saving to drafts
11268         * src/unmime.c
11269                 Always replace \n, \r and \t with spaces
11270                 in headers
11271         * manual/dist/html/Makefile.am
11272         * manual/dist/pdf/Makefile.am
11273         * manual/dist/ps/Makefile.am
11274         * manual/dist/txt/Makefile.am
11275         * manual/fr/dist/html/Makefile.am
11276         * manual/fr/dist/pdf/Makefile.am
11277         * manual/fr/dist/ps/Makefile.am
11278         * manual/fr/dist/txt/Makefile.am
11279         * manual/pl/dist/html/Makefile.am
11280         * manual/pl/dist/pdf/Makefile.am
11281         * manual/pl/dist/ps/Makefile.am
11282         * manual/pl/dist/txt/Makefile.am
11283                 Fix make clean removing pregenerated manuals
11284
11285
11286 2006-06-16 [colin]      2.3.0cvs17
11287
11288         * src/plugins/pgpcore/sgpgme.c
11289         * src/plugins/pgpmime/pgpmime.c
11290         * src/plugins/pgpinline/pgpinline.c
11291                 Better error reporting in setup_signers.
11292                 Don't fallback to default key if specified
11293                 key isn't found.
11294                 Don't allow signing if more than one secret
11295                 key matches the one specified in prefs.
11296
11297 2006-06-15 [colin]      2.3.0cvs16
11298
11299         * src/folderview.c
11300                 Add "Send queue" in the folder's contextual
11301                 menu
11302         * src/compose.c
11303         * src/messageview.c
11304         * src/privacy.c
11305         * src/privacy.h
11306         * src/procmime.c
11307         * src/procmsg.c
11308         * src/plugins/pgpcore/passphrase.c
11309         * src/plugins/pgpcore/sgpgme.c
11310         * src/plugins/pgpinline/pgpinline.c
11311         * src/plugins/pgpmime/pgpmime.c
11312                 Better error reporting
11313         * src/mbox.c
11314                 Probably fix bug #971 (2.2.3 cannot read mail 
11315                 from local mbox)
11316
11317
11318 2006-06-15 [mones]      2.3.0cvs15
11319
11320         * tools/make.themes.project
11321                 creates the themes project from the web page
11322
11323 2006-06-15 [colin]      2.3.0cvs14
11324
11325         * src/folder.c
11326                 Better fix (avoid losing the folder if scan_tree 
11327                 fails)
11328
11329 2006-06-15 [cleroy]     2.3.0cvs13
11330
11331         * src/folder.c
11332                 Probably fix Bug #969 (crash on rebuilding 
11333                 imap folder)
11334
11335 2006-06-14 [colin]      2.3.0cvs12
11336
11337         * manual/dtd/manual.xsl
11338         * manual/sylpheed-claws-manual.xml
11339         * manual/fr/sylpheed-claws-manual.xml
11340         * manual/pl/sylpheed-claws-manual.xml
11341                 Insert pagebreaks between sections
11342
11343 2006-06-14 [paul]       2.3.0cvs11
11344
11345         * configure.ac
11346                 better fix than 2.3.0cvs10
11347
11348 2006-06-14 [paul]       2.3.0cvs10
11349
11350         * configure.ac
11351                 fix setting of PACKAGE_DATA_DIR with newer autoconf
11352                 (backwards compatible)
11353
11354 2006-06-13 [colin]      2.3.0cvs9
11355
11356         * src/messageview.c
11357                 Fix sending of return receipt with the new queue folders
11358
11359 2006-06-13 [wwp]        2.3.0cvs8
11360
11361         * src/quote_fmt_lex.l
11362                 fix wrong tokens returned in quote_fmt lexer, query not().
11363
11364 2006-06-13 [wwp]        2.3.0cvs7
11365
11366         * src/folder.c
11367         * src/prefs_folder_item.c
11368                 allow changing folder type even when folder is not a top-level one,
11369                 thanks to Colin.
11370
11371 2006-06-12 [colin]      2.3.0cvs6
11372
11373         * src/folderview.c
11374                 Fix double-ask of "Do you want to mark all
11375                 as read"
11376
11377 2006-06-12 [colin]      2.3.0cvs5
11378
11379         * src/compose.c
11380         * src/compose.h
11381         * src/folder.c
11382         * src/folder.h
11383         * src/imap.c
11384         * src/inc.c
11385         * src/main.c
11386         * src/messageview.c
11387         * src/mh.c
11388         * src/prefs_folder_item.c
11389         * src/procheader.c
11390         * src/procmime.c
11391         * src/procmsg.c
11392         * src/procmsg.h
11393         * src/send_message.c
11394         * src/summaryview.c
11395         * src/toolbar.c
11396                 Apply bug #964's patch (Queue and drafts aren't normal)
11397                 The Drafts and Queue folder now contain RFC-822 files,
11398                 allowing to move and copy mails from and to these 
11399                 folders. Moving from Drafts to Queue will prepare the
11400                 mail for sending (PGP signature, encryption, etc).
11401                 This patch also rework sending errors handling to try
11402                 to be more helpful.
11403                 Also, allow redefining folder types via the GUI 
11404                 (Folder type in its Properties)
11405
11406 2006-06-12 [colin]      2.3.0cvs4
11407
11408         * src/summaryview.c
11409         * src/prefs_common.c
11410         * src/prefs_common.h
11411         * src/gedit-print.c
11412                 Allow to define a specific print font - patch
11413                 by Bernhard Walle <bernhard.walle@gmx.de>
11414         * src/prefs_fonts.c
11415         * manual/advanced.xml
11416         * manual/fr/advanced.xml
11417                 Add a hidden pref to allow deletion without
11418                 confirmation
11419
11420 2006-06-12 [wwp]        2.3.0cvs3
11421
11422         * .cvsignore
11423                 more files to ignore.
11424
11425 2006-06-12 [wwp]        2.3.0cvs2
11426
11427         * src/quote_fmt.c
11428         * src/quote_fmt_lex.l
11429         * src/quote_fmt_parse.y
11430                 extend the quote_fmt parser (templates and quotes):
11431                 - allow limited sub-expressions in |p{} and |f{} expressions,
11432                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
11433                 - implemented/fixed missing implementation of query_references and show_references,
11434                 - completed, fixed contents and format of the symbols help dialog,
11435                 - fix some compilation warnings.
11436
11437 2006-06-12 [wwp]        2.3.0cvs1
11438
11439         * manual/advanced.xml
11440         * manual/fr/advanced.xml
11441                 updates in the "templates" section of the manual (eng/fr):
11442                  - be more precise (both versions)
11443                  - completed to match the english reference (fr version)
11444                  - touchups (both versions)
11445
11446 2006-06-12 [paul]       2.3.0
11447
11448         2.3.0 released
11449
11450 2006-06-12 [paul]       2.2.3cvs14
11451
11452         * po/ca.po
11453         * po/cs.po
11454         * po/de.po
11455         * po/el.po
11456         * po/fr.po
11457         * po/it.po
11458         * po/pt_BR.po
11459         * po/sr.po
11460         * po/zh_CN.po
11461                 updated by Miquel Oliete, Tim, Stephan Sachse,
11462                 Stavros Giannouris, Fabien Vantard, Andrea
11463                 Spadaccini, Frederico Goncalves Guimaraes,
11464                 Aleksandar Urosevic, and Ralgh Young
11465
11466 2006-06-12 [colin]      2.2.3cvs13
11467
11468         * src/mbox.c
11469                 Add missing header
11470
11471 2006-06-11 [colin]      2.2.3cvs12
11472
11473         * src/msgcache.c
11474                 Verify that g_malloc() succeeded
11475
11476 2006-06-11 [colin]      2.2.3cvs11
11477
11478         * src/wizard.c
11479                 Add Face header to welcome mail
11480
11481 2006-06-10 [colin]      2.2.3cvs10
11482
11483         * src/textview.c
11484                 Revert previous (Forgot it changes the
11485                 margin on the whole mail)
11486
11487 2006-06-10 [colin]      2.2.3cvs9
11488
11489         * src/textview.c
11490                 Don't overlap long headers under (X-)Face
11491
11492 2006-06-10 [mones]      2.2.3cvs8
11493
11494         * manual/xml2pdf
11495                 allow generation of manual on systems lacking saxon binary
11496                 but with java and the saxon library installed
11497
11498         * po/es.po
11499                 updated for release
11500
11501 2006-06-09 [colin]      2.2.3cvs7
11502
11503         * src/summaryview.c
11504                 Fix leak when using Display Sender using Addressbook
11505
11506 2006-06-09 [colin]      2.2.3cvs6
11507
11508         * src/compose.c
11509         * src/folder.c
11510         * src/folderview.c
11511         * src/mimeview.c
11512         * src/summaryview.c
11513                 More leaks fixes
11514
11515 2006-06-09 [paul]       2.2.3cvs5
11516
11517         * AUTHORS
11518         * src/gtk/authors.h
11519         * tools/claws.i18n.status.pl
11520                 updated with new info
11521
11522 2006-06-09 [paul]       2.2.3cvs4
11523
11524         * README
11525                 updated
11526         * manual/ack.xml
11527                 add wwp to authors list
11528         * src/gtk/authors.h
11529                 update mine and Colin's addresses
11530
11531 2006-06-08 [colin]      2.2.3cvs3
11532
11533         * src/etpan/imap-thread.c
11534                 Fix leak on SSL cert check
11535
11536 2006-06-08 [colin]      2.2.3cvs2
11537
11538         * src/common/utils.c
11539                 Fix leak
11540
11541 2006-06-08 [paul]       2.2.3cvs1
11542
11543         * configure.ac
11544                 Update version number following
11545                 stable release
11546
11547 2006-06-07 [colin]      2.2.2cvs3
11548
11549         * src/msgcache.c
11550                 Fix catching cache read errors (guint instead of gint)
11551                 Prevent malloc'ing more than 8MB (means cache corruption)
11552
11553 2006-06-07 [paul]       2.2.2cvs2
11554
11555         * src/exporthtml.c
11556         * src/exportldif.c
11557         * src/mh.c
11558         * src/mutt.c
11559         * src/pine.c
11560         * src/common/utils.c
11561                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11562                 obey $HOME'
11563                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11564                 Thanks to Colin
11565
11566 2006-06-06 [paul]       2.2.2cvs1
11567
11568         * configure.ac
11569                 Update version number following
11570                 stable release
11571
11572 2006-06-06 [paul]       2.2.1cvs6
11573
11574         * src/matcher.c
11575                 fix  implicit declaration of
11576                 sylpheed_do_idle()
11577                 Patch by Fabien Vantard
11578
11579 2006-06-06 [paul]       2.2.1cvs5
11580
11581         * src/matcher.c
11582                 fix age_greater and age_lower so that they
11583                 mean what say and not '...or equal to'
11584                 Thanks to Colin
11585
11586 2006-06-06 [paul]       2.2.1cvs4
11587
11588         * src/textview.c
11589         * src/common/utils.c
11590                 fix URI check
11591                 Thanks to Colin
11592
11593 2006-06-05 [wwp]        2.2.1cvs3
11594
11595         * manual/fr/account.xml
11596                 minor language fixes (thanks to Fabien Vantard).
11597
11598 2006-06-05 [colin]      2.2.1cvs2
11599
11600         * src/prefs_folder_item.c
11601         * src/folderview.c
11602                 Allow recursive setting of properties 
11603                 for whole mailboxes
11604         * src/matcher.c
11605                 Don't freeze on 'test' filtering rule
11606
11607 2006-06-05 [colin]      2.2.1cvs1
11608
11609         * configure.ac
11610                 Update version number following
11611                 stable release
11612
11613 2006-06-04 [wwp]        2.2.0cvs82
11614
11615         * manual/glossary.xml
11616         * manual/account.xml
11617         * manual/fr/glossary.xml
11618         * manual/fr/account.xml
11619                 added glossary section and references/links related to the Face custom header.
11620
11621 2006-06-04 [colin]      2.2.0cvs81
11622
11623         * src/summaryview.c
11624                 Skip to next message on move with no
11625                 immediate execution
11626
11627 2006-06-04 [wwp]        2.2.0cvs80
11628
11629         * manual/xml2pdf
11630                 added sanity checks, exit when needed.
11631
11632 2006-06-03 [paul]       2.2.0cvs79
11633
11634         * src/prefs_receive.c
11635                 page name is now 'Receiving'
11636         * src/prefs_send.c
11637                 page name is now 'Sending'
11638
11639 2006-06-03 [colin]      2.2.0cvs78
11640
11641         * src/plugins/spamassassin/spamassassin_gtk.c
11642                 Autoswitch to Localhost if transport was previously
11643                 disabled. Else people had to check [] Enable, then
11644                 *reselect* transport.
11645
11646 2006-06-03 [colin]      2.2.0cvs77
11647
11648         * src/plugins/pgpinline/pgpinline.c
11649         * src/plugins/pgpmime/pgpmime.c
11650                 Check that gpg_data_release_and_get_mem 
11651                 didn't fail (now, why this happens...)
11652
11653 2006-06-03 [colin]      2.2.0cvs76
11654
11655         * src/mbox.c
11656                 Fix bug #962 (Manual and/or UI should 
11657                 warn about incompatible locking 
11658                 causing dataloss)
11659
11660 2006-06-02 [cleroy]     2.2.0cvs75
11661
11662         * src/filtering.c
11663         * src/folder.c
11664         * src/procmsg.c
11665         * src/summaryview.c
11666                 Fix a few leaks
11667
11668 2006-06-02 [colin]      2.2.0cvs74
11669
11670         * src/main.c
11671                 On exit, free caches after writing them
11672                 Shuts up some valgrind false positives
11673         * src/procmsg.c
11674         * src/send_message.c
11675                 Fix races when reusing existing SMTP connections
11676                 Fix inexistant session timeout
11677         * src/toolbar.c
11678                 Display alertpanel after all queues have
11679                 been processed, not after each
11680
11681 2006-06-02 [wwp]        2.2.0cvs73
11682
11683         * manual/fr/glossary.xml
11684         * manual/fr/ack.xml
11685         * manual/ack.xml
11686                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11687
11688 2006-06-02 [wwp]        2.2.0cvs72
11689
11690         * manual/xml2pdf
11691         * manual/dist/pdf/Makefile.am
11692         * manual/dtd/manual.xsl
11693         * manual/fr/dist/pdf/Makefile.am
11694         * manual/pl/dist/pdf/Makefile.am
11695                 we changed the procedure to generate the .pdf version of the manual.
11696                 The procedure is more modern and the .pdf we get now has a valid index.
11697                 Here are the new pre-requisites:
11698
11699                 - JRE 1.x (1.4 here): there must be one from your distro
11700                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
11701                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
11702                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
11703
11704                 See my posts for further info about the installation of this toolchain:
11705
11706                 Date: Fri, 19 May 2006 19:40:06 +0200
11707                 From: wwp <subscript@free.fr>
11708                 To: sylpheed-claws-devel@lists.sourceforge.net
11709                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
11710
11711                 and
11712
11713                 Date: Wed, 24 May 2006 12:58:49 +0200
11714                 From: wwp <subscript@free.fr>
11715                 To: sylpheed-claws-devel@lists.sourceforge.net
11716                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
11717
11718 2006-06-01 [colin]      2.2.0cvs71
11719
11720         * src/compose.c
11721                 Better guards against IMAP races
11722         * src/main.c
11723         * src/prefs_common.c
11724         * src/prefs_common.h
11725         * src/common/ssl_certificate.c
11726         * src/etpan/imap-thread.c
11727         * src/etpan/imap-thread.h
11728         * src/gtk/sslcertwindow.c
11729                 New hidden option ssl_skip_cert_check to 
11730                 avoid dups of bug #959 (libetpan linked
11731                 against gnutls and gnutls buggy on 64bit)
11732                 Present expired warning only once per
11733                 session/server.
11734         * manual/advanced.xml
11735         * manual/fr/advanced.xml
11736                 Document new option
11737
11738 2006-06-01 [wwp]        2.2.0cvs70
11739
11740         * src/messageview.c
11741                 fix for bug #961 (return receipt dialog 
11742                 complains incorrectly about return-path 
11743                 email adress being different), thanks 
11744                 to Colin.
11745
11746 2006-05-31 [cleroy]     2.2.0cvs69
11747
11748         * src/common/ssl.c
11749                 Guard against NULLs, although this
11750                 should never be an issue
11751
11752 2006-05-31 [colin]      2.2.0cvs68
11753
11754         * src/filtering.c
11755                 Use g_slist_prepend
11756         * src/imap.c
11757                 Don't remove caches when destroying folder, it
11758                 could (should) be done at exit
11759         * src/inc.c
11760                 free processing cache after incorporation
11761         * src/etpan/imap-thread.c
11762                 Maybe fix bug #959 (Crash on moving to emails 
11763                 to a imap account per ssl with a expired 
11764                 certificate.)
11765
11766 2006-05-30 [colin]      2.2.0cvs67
11767
11768         * src/summaryview.c
11769                 Put back event flush when displaying message
11770                 It avoids reading a bunch of messages just
11771                 by hitting shift-n for too long ;)
11772
11773 2006-05-29 [colin]      2.2.0cvs66
11774
11775         * src/summaryview.c
11776                 Remove useless g_warnings
11777
11778 2006-05-29 [colin]      2.2.0cvs65
11779
11780         * src/imap.c
11781                 Fix g_slist_append()s for performance
11782
11783 2006-05-29 [colin]      2.2.0cvs64
11784
11785         * src/compose.c
11786         * src/common/utils.c
11787                 Fix extraneous tab at start of addresses
11788         * src/mainwindow.c
11789                 Fix warnings (thanks to Fabien)
11790                 Fix crash at exit when composing messages 
11791                 exist
11792         * src/pop.c
11793                 Fix progress bar when deleting expired mails
11794                 Thanks to Hiro
11795         * src/summaryview.c
11796         * src/gtk/gtksctree.c
11797                 Fix re-sorting slowness
11798
11799 2006-05-29 [paul]       2.2.0cvs63
11800
11801         * src/mh.c
11802                 fetch full message when moving mails
11803                 from another mailbox, (fixed data loss
11804                 when filtering from IMAP to MH, introduced
11805                 in 2.2.0cvs57).
11806                 Thanks to Colin
11807
11808 2006-05-29 [mones]      2.2.0cvs62
11809
11810         * src/gtk/gtksctree.c
11811                 Unselect faster (patch by Colin)        
11812
11813 2006-05-26 [colin]      2.2.0cvs61
11814
11815         * src/summaryview.c
11816                 Unplug MSGINFO_UPDATE callback on delete too.
11817
11818 2006-05-26 [colin]      2.2.0cvs60
11819
11820         * src/foldersel.c
11821                 Fix bold in folder selection window with glib2.10
11822                 thanks Hiro
11823
11824 2006-05-26 [colin]      2.2.0cvs59
11825
11826         * src/procheader.c
11827                 Convert date only if necessary (and don't
11828                 try to convert from utf8 to utf8, too)
11829         * src/summaryview.c
11830                 Only set column's text if the column's 
11831                 displayed
11832
11833 2006-05-26 [colin]      2.2.0cvs58
11834
11835         * src/summaryview.c
11836         * src/gtk/gtkutils.c
11837                 Fix useless warning
11838
11839 2006-05-26 [colin]      2.2.0cvs57
11840
11841         * src/mainwindow.c
11842                 Make summaryview selectable as long as 
11843                 no message has focus
11844         * src/mh.c
11845                 Faster deletion (by implementing mh_remove_msgs)
11846                 Faster copy (avoid using mh_fetch_msg just to get
11847                 the filename)
11848                 Faster move (using move_file instead of copy_file
11849                 if MSG_IS_MOVE)
11850                 No progressbar if total number of mails to cp/mv 
11851                 is less than 100
11852         * src/summaryview.c
11853                 Fix removal from subject_table when mail gets moved
11854                 Faster deletion (g_slist_prepend instead of append)
11855         * src/gtk/gtksctree.c
11856                 Remove useless code
11857
11858 2006-05-25 [colin]      2.2.0cvs56
11859
11860         * src/common/ssl_certificate.c
11861                 Fix leak in expired cert check
11862
11863 2006-05-25 [colin]      2.2.0cvs55
11864
11865         * src/mh.c
11866                 Disable flags syncing on .mh_sequences - it
11867                 is buggy and marks mails read under unknown
11868                 conditions.
11869
11870 2006-05-25 [paul]
11871
11872         * 2.3.0-rc4 released
11873
11874 2006-05-24 [colin]      2.2.0cvs54
11875
11876         attention cvs users: if you manage to crash
11877         Sylpheed-Claws while moving, copying or deleting
11878         mails, we *are* interested in stack traces and
11879         valgrind logs. It looks stable, but one never
11880         knows...
11881
11882         * src/folder.c
11883                 Add progressbar for cache updates
11884         * src/folderutils.c
11885                 Optimize Mark all read in the current
11886                 folder
11887         * src/mh.c
11888                 Add progressbar for copy/move
11889         * src/procmsg.c
11890                 Optimize O(n^2) in copy/move
11891         * src/summaryview.c
11892         * src/gtk/gtksctree.c
11893                 Optimize O(n^2) algos
11894         * src/common/timing.h
11895                 Display ms instead of us
11896
11897 2006-05-24 [wwp]        2.2.0cvs53
11898
11899         * manual/fr/advanced.xml
11900                 updates to the French manual.
11901
11902 2006-05-24 [wwp]        2.2.0cvs52
11903
11904         * src/common/utils.c
11905                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
11906
11907 2006-05-24 [wwp]        2.2.0cvs51
11908
11909         * src/folderutils.c
11910                 fixed "mark all read" in MH folders (thanks to Colin).
11911
11912 2006-05-24 [paul]       2.2.0cvs50
11913
11914         * doc/man/sylpheed-claws.1
11915                 updated the man page
11916
11917 2006-05-23 [colin]      2.2.0cvs49
11918
11919         * src/folderview.c
11920         * src/imap.c
11921         * src/inc.c
11922         * src/mbox.c
11923         * src/messageview.c
11924         * src/news.c
11925         * src/send_message.c
11926         * src/summaryview.c
11927         * src/gtk/sslcertwindow.c
11928                 alertpanel fixes, by Fabien
11929
11930 2006-05-23 [colin]      2.2.0cvs48
11931
11932         * src/folder.c
11933         * src/folderview.c
11934         * src/msgcache.c
11935         * src/summaryview.c
11936         * src/gtk/gtksctree.c
11937         * src/gtk/gtksctree.h
11938                 More timings
11939                 Fix slow loading problem, which was caused by the
11940                 use of some gtk_ctree funcs and their use of
11941                 g_list_position while gtk_ctree_(un)link'ing.
11942                 Reap more functions from gtkctree.c to be sure we
11943                 use our (fast) version instead of theirs.
11944         * src/mh.c
11945                 Fix copy of unread mails
11946
11947
11948 2006-05-22 [wwp]        2.2.0cvs47
11949
11950         * manual/fr/advanced.xml
11951                 updated.
11952
11953 2006-05-22 [colin]      2.2.0cvs46
11954
11955         * src/filtering.c
11956                 Fix possible infinite loop. 'copy' is not a 
11957                 final action, so when encountering a 'copy',
11958                 we have to check if a previous one was set
11959                 and do it. In the same way, if we encounter
11960                 a 'move' we have to perform a possibly 
11961                 pending 'copy'. This will slow down filtering
11962                 on IMAP if move+copy or multiple copy actions
11963                 are to be done, but handling it via the batch
11964                 would be really too convoluted.
11965
11966 2006-05-22 [wwp]        2.2.0cvs45
11967
11968         * manual/fr/advanced.xml
11969         * manual/fr/faq.xml
11970         * manual/fr/glossary.xml
11971         * manual/fr/handling.xml
11972         * manual/fr/intro.xml
11973         * manual/fr/plugins.xml
11974         * manual/fr/sylpheed-claws-manual.xml
11975                 sync w/ the english manual: updates URIs, documented mailing-list
11976                 support, better explanation about the enabled/disabled feature
11977                 in filtering/processing rules by Paul.
11978
11979 2006-05-21 [colin]      2.2.0cvs44
11980
11981         * src/summaryview.c
11982                 Don't expand after building threads, but during
11983
11984 2006-05-21 [colin]      2.2.0cvs43
11985
11986         * src/procmsg.c
11987         * src/summaryview.c
11988                 More timing possibilities... For next time I have 
11989                 to find out how the hell some 3GHz computer takes
11990                 one minute to open a 30k folder...
11991
11992 2006-05-21 [colin]      2.2.0cvs42
11993
11994         * manual/pl/advanced.xml
11995         * manual/pl/faq.xml
11996         * manual/pl/glossary.xml
11997         * manual/pl/handling.xml
11998         * manual/pl/intro.xml
11999         * manual/pl/plugins.xml
12000         * manual/pl/sylpheed-claws-manual.xml
12001                 Polish manual updated by Pawel
12002
12003 2006-05-20 [colin]
12004
12005         * 2.3.0-rc3 released
12006
12007 2006-05-20 [colin]      2.2.0cvs41
12008
12009         * src/imap.c
12010                 Fix -rc2 problems:
12011                 - remove cache of moved messages from original folder
12012                 - apply new flags to messages even if they aren't appliable
12013                   via IMAP.
12014
12015 2006-05-20 [colin]
12016
12017         * 2.3.0-rc2 released
12018
12019 2006-05-19 [colin]      2.2.0cvs40
12020
12021         * src/imap.c
12022                 Don't issue SELECT in imap_change_flags
12023                 before having checked that we indeed have
12024                 some flags to change. MSG_POSTFILTERED for
12025                 example can't be used on IMAP.
12026                 Fixes bug #955 (copying messages between 
12027                 imap folders is extremely slow), which was
12028                 a regression.
12029
12030 2006-05-19 [colin]      2.2.0cvs39
12031
12032         * src/folder.c
12033         * src/folder.h
12034         * src/folderview.c
12035                 Try to fix bug #830 (Some unread messages 
12036                 get marked read in IMAP inbox):
12037                 - Prevent scanning a folder if it's being 
12038                   opened via the GUI
12039                 - Postpone opening via the GUI of a folder
12040                   currently scanned.
12041
12042
12043 2006-05-19 [wwp]        2.2.0cvs38
12044
12045         * manual/advanced.xml
12046                 fix English+typo (thanks to Paul).
12047
12048 2006-05-19 [wwp]        2.2.0cvs37
12049
12050         * manual/advanced.xml
12051         * manual/fr/advanced.xml
12052         * src/gtk/logwindow.c
12053         * src/prefs_common.c
12054         * src/prefs_common.h
12055                 added hidden prefs to allow customization of colors used in
12056                 protocol log window (useful for dark gtk+ themes).
12057
12058 2006-05-19 [wwp]        2.2.0cvs36
12059
12060         * ChangeLog
12061                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12062
12063 2006-05-19 [paul]       2.2.0cvs35
12064
12065         * src/textview.c
12066                 make Reply-To fully clickable
12067         * src/gtk/logwindow.c
12068                 more colouring (SMTP ESMTP)
12069         Both patches by Pawel Pekala
12070
12071 2006-05-19 [cleroy]     2.2.0cvs34
12072
12073         * src/mh.c
12074                 Don't update flags from current folder
12075                 Probably fixes bug #935 (Read Messages 
12076                 Revert to Being Marked as Unread)
12077
12078 2006-05-18 [colin]      2.2.0cvs33
12079
12080         * src/imap.c
12081                 Warning fix
12082         * src/compose.c
12083         * src/mainwindow.c
12084         * src/summaryview.c
12085         * src/toolbar.c
12086                 Allow replying to multiple emails
12087                 in multiple windows
12088         * src/mimeview.c
12089         * src/etpan/imap-thread.c
12090                 Leak fixes
12091
12092 2006-05-18 [paul]       2.2.0cvs32
12093
12094         * src/summaryview.c
12095                 keep Mailing-List menu refreshed
12096                 Thanks to Colin
12097
12098 2006-05-18 [paul]       2.2.0cvs31
12099
12100         * manual/advanced.xml
12101         * manual/faq.xml
12102         * manual/glossary.xml
12103         * manual/handling.xml
12104         * manual/intro.xml
12105         * manual/plugins.xml
12106         * manual/sylpheed-claws-manual.xml
12107                 update URLs
12108                 add info about mailing-list support
12109                 edit filtering info
12110         * src/wizard.c
12111         * src/common/defs.h
12112         * src/gtk/about.c
12113         * src/plugins/dillo_viewer/README
12114                 update URLs
12115
12116 2006-05-17 [wwp]        2.2.0cvs30
12117
12118         * manual/handling.xml
12119         * manual/fr/handling.xml
12120                 documented the ability to enabled/disable filtering/processing rules.
12121
12122 2006-05-17 [colin]      2.2.0cvs29
12123
12124         * src/main.c
12125                 Don't initialize g_thread subsystem if it's 
12126                 already done (thanks to Hiro)
12127         * src/mimeview.c
12128                 Fix saving of parts when there name can't be
12129                 converted from UTF-8.
12130
12131 2006-05-17 [paul]       2.2.0cvs28
12132
12133         * po/Makefile.in.in
12134                 fix config.status warning with autoconf 2.60
12135
12136 2006-05-17 [paul]       2.2.0cvs27
12137
12138         * po/POTFILES.in
12139                 add src/mbox.c
12140
12141 2006-05-17 [wwp]        2.2.0cvs26
12142
12143         * src/mainwindow.c
12144                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12145
12146 2006-05-17 [wwp]        2.2.0cvs25
12147
12148         * src/plugins/demo/demo.c
12149                 updated product name in plugin demo (many plugins need to be
12150                 sync'ed w/ that change).
12151
12152 2006-05-17 [colin]      2.2.0cvs24
12153
12154         * src/mh.c
12155                 Fix leak
12156
12157 2006-05-16 [colin]      2.2.0cvs23
12158
12159         * src/mainwindow.c
12160                 Stupid me hit again. Fix cvs22.
12161
12162 2006-05-16 [colin]      2.2.0cvs22
12163
12164         * src/mainwindow.c
12165                 Fix bug #922 (sylpheed-claws crashed after 
12166                 pushing on Inbox folder)
12167
12168 2006-05-16 [colin]      2.2.0cvs21
12169
12170         * src/compose.c
12171                 Make From header be copy/paste/select-able
12172
12173 2006-05-16 [wwp]        2.2.0cvs20
12174
12175         * src/export.c
12176         * src/matcher.c
12177         * src/summaryview.c
12178         * src/etpan/imap-thread.c
12179                 fix some compiler warnings (thanks to Colin).
12180
12181 2006-05-16 [wwp]        2.2.0cvs19
12182
12183         * src/action.c
12184         * src/gedit-print.c
12185         * src/inc.c
12186         * src/mainwindow.c
12187         * src/mh.c
12188         * src/statusbar.c
12189         * src/send_message.c
12190         * src/summaryview.c
12191                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12192
12193 2006-05-15 [colin]      2.2.0cvs18
12194
12195         * src/procmsg.c
12196                 Fix automatic rule creation with List-Post
12197
12198 2006-05-15 [paul]       2.2.0cvs17
12199
12200         * tools/filter_conv_new.pl
12201                 updated for rule enabling/disabling
12202                 claws version >= 2.3.x required
12203
12204 2006-05-15 [cleroy]     2.2.0cvs16
12205
12206         * src/main.c
12207                 Revert test
12208
12209 2006-05-15 [cleroy]     2.2.0cvs15
12210
12211         * src/main.c
12212                 test
12213
12214 2006-05-15 [wwp]        2.2.0cvs14
12215
12216         * manual/pl/.cvsignore
12217                 ignore generated files.
12218
12219 2006-05-14 [wwp]        2.3.0-rc1
12220
12221         * 2.3.0-rc1 released
12222
12223 2006-05-13 [wwp]        2.2.0cvs13
12224
12225         * src/filtering.c
12226         * src/filtering.h
12227         * src/matcher.c
12228         * src/matcher_parser_lex.l
12229         * src/matcher_parser_parse.y
12230         * src/prefs_filtering.c
12231                 new feature: provide the ability to disable filtering and processing
12232                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12233                 adaptations.
12234
12235 2006-05-13 [colin]      2.2.0cvs12
12236
12237         * src/compose.c
12238                 Remove useless if (a) b; else b;
12239                 Thanks to wwp
12240
12241 2006-05-13 [wwp]        2.2.0cvs11
12242
12243         * src/export.c
12244         * src/import.c
12245         * src/mainwindow.c
12246         * src/mbox.c
12247         * src/summaryview.c
12248         * src/summaryview.h
12249                 no more silent failures (or at least less ones) when importing
12250                 or exporting from/to mbox. Also start importing/exporting if
12251                 the necessary info is set.
12252
12253 2006-05-13 [wwp]        2.2.0cvs10
12254
12255         * RELEASE_NOTES
12256                 restored up-to-date release notes.
12257
12258 2006-05-13 [paul]       2.2.0cvs9
12259
12260         * po/nl.po
12261         * po/ru.po
12262                 updated by Tim Dijkstra and Pavlo Bohmat
12263
12264 2006-05-12 [colin]      2.2.0cvs8
12265
12266         * src/gtk/quicksearch.c
12267                 Add "k" as shortcut for "colorlabel". Patch
12268                 by ath42@users.sf.net.
12269
12270 2006-05-12 [paul]       2.2.0cvs7
12271
12272         * src/prefs_common.h
12273         * src/prefs_summaries.c
12274         * src/summaryview.c
12275                 when entering a folder also allow
12276                 going directly to first Marked message
12277
12278 2006-05-12 [paul]       2.2.0cvs6
12279
12280         * src/summaryview.c
12281                 always obey 'confirm before marking all
12282                 mails read' option
12283
12284 2006-05-12 [paul]       2.2.0cvs5
12285
12286         * src/textview.c
12287                 make Sender fully clickable
12288
12289 2006-05-12 [colin]      2.2.0cvs4
12290
12291         * src/compose.c
12292         * src/compose.h
12293                 Let From be editable
12294         * src/main.c
12295         * src/mh.c
12296                 Full support of .mh_sequences' Unseen seq
12297
12298 2006-05-12 [colin]      2.2.0cvs3
12299
12300         * src/folder.c
12301         * src/mainwindow.c
12302         * src/mainwindow.h
12303         * src/messageview.c
12304         * src/prefs_spelling.c
12305         * src/procheader.c
12306         * src/procmsg.c
12307         * src/procmsg.h
12308         * src/summaryview.c
12309         * src/toolbar.c
12310         * src/toolbar.h
12311                 Add contextual menu on Compose toolbar
12312                 button. Fixes bug #944 (Automatic
12313                 addresses not applied when changing account
12314                 from compose window)
12315                 add Mailing List support
12316                 based on the old 0.6.5claws25 patch by
12317                 Melvin Hadasht, with finishing touches
12318                 by Colin
12319                 Fix "ignore thread" when mails are threaded by
12320                 subject (and weren't ignored although appearing
12321                 in the thread).
12322                 GUI rework.
12323                 Both patches by Pawel.
12324
12325 2006-05-08 [paul]       2.2.0cvs2
12326
12327         * src/mainwindow.c
12328         * src/mainwindow.h
12329         * src/messageview.c
12330         * src/procheader.c
12331         * src/procmsg.c
12332         * src/procmsg.h
12333         * src/summaryview.c
12334                 add Mailing List support
12335                 based on the old 0.6.5claws25 patch by 
12336                 Melvin Hadasht, with finishing touches
12337                 by Colin
12338
12339 2006-05-08 [colin]      2.2.0cvs1
12340
12341         * src/mainwindow.c
12342         * src/toolbar.c
12343         * src/toolbar.h
12344                 Add contextual menu on Compose toolbar 
12345                 button. Fixes bug #944 (Automatic 
12346                 addresses not applied when changing account 
12347                 from compose window)
12348
12349 2006-05-08 [paul]       2.2.0
12350
12351         2.2.0 released
12352
12353 2006-05-08 [paul]       2.1.1cvs51
12354
12355         * po/cs.po
12356         * po/de.po
12357         * po/en_GB.po
12358         * po/fi.po
12359         * po/fr.po
12360         * po/pt_BR.po
12361         * po/sr.po
12362         * po/zh_CN.po
12363                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12364                 Fabien Vantard, Frederico Goncalves Guimaraes,
12365                 Aleksandar Urosevic, and Ralgh Young
12366
12367 2006-05-12 [colin]      2.1.1cvs50
12368
12369         * po/cs.po
12370         * po/de.po
12371         * po/en_GB.po
12372         * po/es.po
12373         * po/fi.po
12374         * po/fr.po
12375         * po/pt_BR.po
12376         * po/sr.po
12377         * po/zh_CN.po
12378                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
12379                 Fabien Vantard, Frederico Goncalves Guimaraes,
12380                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
12381
12382 2006-05-05 [colin]      2.1.1cvs49
12383
12384         * manual/Makefile.am
12385         * manual/pl/Makefile.am
12386         * manual/pl/account.xml
12387         * manual/pl/ack.xml
12388         * manual/pl/addrbook.xml
12389         * manual/pl/advanced.xml
12390         * manual/pl/faq.xml
12391         * manual/pl/glossary.xml
12392         * manual/pl/gpl.xml
12393         * manual/pl/handling.xml
12394         * manual/pl/intro.xml
12395         * manual/pl/keyboard.xml
12396         * manual/pl/plugins.xml
12397         * manual/pl/starting.xml
12398         * manual/pl/sylpheed-claws-manual.xml
12399         * manual/pl/dist/.cvsignore
12400         * manual/pl/dist/Makefile.am
12401         * manual/pl/dist/html/.cvsignore
12402         * manual/pl/dist/html/Makefile.am
12403         * manual/pl/dist/pdf/.cvsignore
12404         * manual/pl/dist/pdf/Makefile.am
12405         * manual/pl/dist/ps/.cvsignore
12406         * manual/pl/dist/ps/Makefile.am
12407         * manual/pl/dist/txt/.cvsignore
12408         * manual/pl/dist/txt/Makefile.am
12409                 Add the polish translation of the manual,
12410                 Authored by Pawel Pekala.
12411
12412 2006-05-05 [cleroy]     2.1.1cvs48
12413
12414         * src/main.c
12415                 Re-read matcherrc after loading plugins 
12416                 if some of them add folders.
12417
12418 2006-05-03 [colin]      2.1.1cvs47
12419
12420         * src/imap.c
12421                 I'm idiot
12422
12423 2006-05-03 [colin]      2.1.1cvs46
12424
12425         * src/imap.c
12426                 Be sure to have a session when
12427                 getting separator
12428
12429 2006-05-03 [colin]      2.1.1cvs45
12430
12431         * src/imap.c
12432         * src/imap.h
12433         * src/imap_gtk.c
12434                 Fix preventing renaming with namespace 
12435                 separator.
12436
12437 2006-05-01 [colin]      2.1.1cvs44
12438
12439         * src/action.c
12440                 Don't reload messageview when result of
12441                 action is piped.
12442
12443 2006-04-29 [colin]      2.1.1cvs43
12444
12445         * src/prefs_receive.c
12446         * src/plugins/spamassassin/spamassassin_gtk.c
12447         * src/plugins/clamav/clamav_plugin_gtk.c
12448                 GUI fixes by Pawel
12449
12450 2006-04-29 [colin]      2.1.1cvs42
12451
12452         * src/prefs_compose_writing.c
12453         * src/prefs_quote.c
12454                 Cleanups. Patch by Pawel
12455
12456 2006-04-28 [paul]       2.1.1cvs41
12457
12458         * src/matcher.c
12459                 fix returned quick search results when search
12460                 term contains an underscore.
12461                 Thanks to Colin
12462
12463 2006-04-28 [paul]       2.1.1cvs40
12464
12465         * src/prefs_message.c
12466         * src/prefs_receive.c
12467                 GUI cleanups
12468                 Patches by Pawel Pekala
12469
12470 2006-04-27 [colin]      2.1.1cvs39
12471
12472         * src/wizard.c
12473                 Differentiate subject Welcome from
12474                 window's title Welcome
12475
12476 2006-04-27 [paul]
12477
12478         2.2.0-rc1 released
12479
12480 2006-04-27 [paul]       2.1.1cvs38
12481
12482         * manual/advanced.xml
12483         * manual/fr/advanced.xml
12484                 add info about compose_no_markup hidden pref
12485
12486 2006-04-27 [paul]       2.1.1cvs37
12487
12488         * src/prefs_account.c
12489                 improve privacy labels
12490         * src/prefs_msg_colors.c
12491                 change some strings for translators' convenience
12492         * src/gtk/gtkutils.c
12493                 don't underline the link button text
12494
12495 2006-04-25 [colin]      2.1.1cvs36
12496
12497         * src/folder.c
12498                 Complete 2.1.1cvs33 (once more ;)
12499
12500 2006-04-25 [colin]      2.1.1cvs35
12501
12502         * src/editldap.c
12503                 Fix tooltip
12504
12505 2006-04-25 [cleroy]     2.1.1cvs34
12506
12507         * src/compose.c
12508         * src/gtk/gtkaspell.c
12509                 Fix crash on redirect (related to the return 
12510                 of the aspell menu in compose's toolbar)
12511         * src/prefs_msg_colors.c
12512                 Fix sensitivity widgets
12513         * src/image_viewer.c
12514         * src/gtk/pluginwindow.c
12515         * src/gtk/prefswindow.c
12516                 Change released signals to clicked (Fabien)
12517         * po/POTFILES.in
12518         * src/common/socket.c
12519         * src/plugins/spamassassin/spamassassin.c
12520                 Translate strings (Fabien)
12521
12522 2006-04-25 [paul]       2.1.1cvs33
12523
12524         * src/folder.c
12525         * src/folder.h
12526         * src/folderview.c
12527                 complete the fix of bug #912
12528                 Thanks to Colin
12529
12530 2006-04-25 [colin]      2.1.1cvs32
12531
12532         * src/news.c
12533                 Better progress bar
12534         * src/mimeview.c
12535         * src/summaryview.c
12536         * src/summaryview.h
12537                 Fix focus chain
12538                 Patches by Pawel Pekala
12539
12540 2006-04-24 [colin]      2.1.1cvs31
12541
12542         * src/compose.c
12543                 Fix compilation warnings (Fabien)
12544
12545 2006-04-24 [colin]      2.1.1cvs30
12546
12547         * src/addrindex.c
12548         * src/editldap.c
12549         * src/editldap_basedn.c
12550         * src/editldap_basedn.h
12551         * src/ldapctrl.c
12552         * src/ldapctrl.h
12553         * src/ldapquery.c
12554         * src/ldaputil.c
12555         * src/ldaputil.h
12556                 Fix bug #901 (LDAPS support)
12557
12558 2006-04-24 [colin]      2.1.1cvs29
12559
12560         * src/compose.c
12561                 Fix logic on error with send dialog on
12562         * src/imap.c
12563                 Fix compilation without libetpan, thanks
12564                 to Fabien
12565         * src/summaryview.c
12566                 Fix 'context-menu' key
12567
12568 2006-04-23 [colin]      2.1.1cvs28
12569
12570         * src/folder.c
12571                 Never free current's cache to free up 
12572                 memory. Fixes bug #912 (new count 
12573                 randomly set to message count)
12574
12575 2006-04-23 [colin]      2.1.1cvs27
12576
12577         * src/gtk/quicksearch.c
12578                 And remove printf...
12579
12580 2006-04-23 [colin]      2.1.1cvs26
12581
12582         * src/gtk/quicksearch.c
12583                 Fix replacing in quicksearch, and fix inserting
12584                 in the middle of the string. (introduced at 2.1.0cvs22)
12585
12586 2006-04-23 [colin]      2.1.1cvs25
12587
12588         * src/imap.c
12589                 Make sure uidnext is initialized in get_num_list
12590                 (not for stable, related to 2.1.1cvs8 and friends)
12591
12592 2006-04-23 [colin]      2.1.1cvs24
12593
12594         * src/imap.c
12595                 Output something when login is successful
12596                 too
12597
12598 2006-04-23 [colin]      2.1.1cvs23
12599
12600         * src/etpan/imap-thread.c
12601                 Better logging (line-per-line, hide data in fetch)
12602                 Fix a const warning
12603         * src/gtk/logwindow.c
12604         * src/gtk/logwindow.h
12605                 Better logging (color for input/output)
12606
12607 2006-04-21 [colin]      2.1.1cvs22
12608
12609         * src/gtk/quicksearch.c
12610                 On gtk+-2.8, use stock buttons in quicksearch
12611                 Based on a patch by Fabien and a design by Paul
12612
12613 2006-04-21 [colin]      2.1.1cvs21
12614
12615         * src/folderview.c
12616         * src/mainwindow.c
12617                 Fix occasional flicker in folderview
12618         * src/common/utils.c
12619                 Fix bug #943 (Incorrectly parsed email address 
12620                 list in short headers on message view and in 
12621                 printouts)
12622
12623 2006-04-20 [colin]      2.1.1cvs20
12624
12625         * src/imap.c
12626         * src/imap.h
12627         * src/prefs_account.c
12628                 Add ANONYMOUS auth for IMAP
12629
12630 2006-04-20 [paul]       2.1.1cvs19
12631
12632         * src/main.c
12633                 proper fix for 2.1.1cvs18
12634                 Thanks to Colin
12635
12636 2006-04-20 [paul]       2.1.1cvs18
12637
12638         * src/main.c
12639                 fix build warnings
12640
12641 2006-04-20 [paul]       2.1.1cvs17
12642
12643         * src/gtk/quicksearch.c
12644                 fix standard, non-extended Quick search,
12645                 was broken in 2.1.1cvs15.
12646                 Thanks to Colin.
12647
12648 2006-04-20 [colin]      2.1.1cvs16
12649
12650         * src/prefs_matcher.c
12651                 Fix values when reselecting a ~test
12652                 rule
12653
12654 2006-04-19 [colin]      2.1.1cvs15
12655
12656         * src/compose.c
12657         * src/compose.h
12658         * src/gtk/gtkaspell.c
12659         * src/gtk/gtkaspell.h
12660                 Put back Options menu in Spelling/
12661         * src/gtk/quicksearch.c
12662                 Don't search, and show error, if the
12663                 advanced search has a syntax error
12664
12665 2006-04-18 [colin]      2.1.1cvs14
12666
12667         * src/textview.c
12668                 Fix gdk warnings on set_cursor when textview
12669                 isn't visible
12670
12671 2006-04-18 [colin]      2.1.1cvs13
12672
12673         * src/gtk/gtksctree.c
12674                 Remove seemingly useless refresh that causes
12675                 flicker - watch this commit in case of 
12676                 problems before planned backport to stable
12677
12678 2006-04-18 [colin]      2.1.1cvs12
12679
12680         * src/imap.c
12681                 Factorize get/set_xml code
12682         * src/compose.c
12683         * src/prefs_account.c
12684         * src/prefs_account.h
12685         * src/procmsg.c
12686                 Add Encrypt to self option
12687
12688 2006-04-17 [colin]      2.1.1cvs11
12689
12690         * configure.ac
12691                 Fix search on encrpyt function on dragonfly
12692                 Patch by Jonathan Buschmann <jonthn@agmact.com>
12693
12694 2006-04-17 [colin]      2.1.1cvs10
12695
12696         * src/prefs_account.c
12697                 Be safe by default: remove mails from POP3
12698                 after 7 days, not immediately
12699
12700 2006-04-17 [colin]      2.1.1cvs9
12701
12702         * src/etpan/imap-thread.c
12703                 Fix build on DragonFly - patch by 
12704                 Jonathan Buschmann <jonthn@agmact.com>
12705
12706 2006-04-17 [colin]      2.1.1cvs8
12707
12708         * src/imap.c
12709                 Save uidnext between sessions
12710
12711 2006-04-17 [colin]      2.1.1cvs7
12712
12713         * src/imap.c
12714                 scan is required when uid validity changes
12715
12716 2006-04-17 [colin]      2.1.1cvs6
12717
12718         * src/folderview.c
12719                 Don't scan if not necessary, apart in current
12720                 folder and INBOX to fetch flags.
12721         * src/imap.c
12722                 Scan is necessary if unread count changes
12723
12724 2006-04-17 [colin]      2.1.1cvs5
12725
12726         * src/imap.c
12727                 ...But always fetch ANSWERED and DELETED flags for
12728                 INBOX, as filtering can happen on these flags.
12729
12730 2006-04-17 [colin]      2.1.1cvs4
12731
12732         * src/imap.c
12733                 Don't fetch REPLIED and DELETED flags when synchronising
12734                 flags with a closed folder. We only need UNSEEN and FLAGGED
12735                 to update the folderview.
12736
12737 2006-04-17 [colin]      2.1.1cvs3
12738
12739         * src/imap.c
12740                 Faster flag search when there are new mails 
12741                 in a folder. We can do a full search if the 
12742                 folder contains less messages than the new
12743                 list.
12744
12745 2006-04-17 [colin]      2.1.1cvs2
12746
12747         * po/cs.po
12748         * po/de.po
12749         * po/fr.po
12750         * po/nl.po
12751         * po/pt_BR.po
12752                 Update translations from stable branch
12753
12754 2006-04-17 [colin]      2.1.1cvs1
12755
12756         * configure.ac
12757                 Bump version to follow stable release
12758
12759 2006-04-16 [mones]      2.1.0cvs50
12760
12761         * po/es.po
12762                 Updated for release
12763
12764 2006-04-16 [colin]      2.1.0cvs49
12765
12766         * src/textview.c
12767                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
12768                 with gtk < 2.8. Thanks to Fabien Vantard.
12769
12770 2006-04-15 [colin]      2.1.0cvs48
12771
12772         * src/etpan/imap-thread.c
12773                 Fix bug #919 (libetpan: SEGV when connecting 
12774                 using command)
12775
12776 2006-04-14 [colin]      2.1.0cvs47
12777
12778         * src/main.c
12779                 Fix race on --select (should be done better)
12780
12781 2006-04-14 [wwp]        2.1.0cvs46
12782
12783         * src/send_message.c
12784                 enforce a check for domain in account prefs (a sending
12785                 error could be faced if domain was checked but no value set),
12786                 thanks to Colin.
12787
12788 2006-04-14 [colin]      2.1.0cvs45
12789
12790         * src/codeconv.c
12791                 when converting from unknown to unknown, if the
12792                 string is UTF8, don't convert it to the locale
12793                 (which breaks it)
12794
12795 2006-04-14 [colin]      2.1.0cvs44
12796
12797         * src/compose.c
12798                 Don't try to use ASCII for converting headers
12799                 (as done in body)
12800
12801 2006-04-14 [paul]       2.1.0cvs43
12802
12803         * src/crash.c
12804                 add locale/charset info to crash report
12805         * src/gtk/about.c
12806                 add wwp to doc team
12807                 replace 'e-mail' with preferred 'email'
12808         * src/gtk/authors.h
12809                 ensure contributors list is in alphabetical
12810                 order
12811
12812 2006-04-13 [colin]      2.1.0cvs42
12813
12814         * src/textview.c
12815                 Prevent gdk warnings
12816
12817 2006-04-13 [colin]      2.1.0cvs41
12818
12819         * src/common/ssl_certificate.c
12820         * src/common/ssl_certificate.h
12821         * src/gtk/sslcertwindow.c
12822                 Warn on expired certs, and display the expiration date
12823
12824 2006-04-13 [colin]      2.1.0cvs40
12825
12826         * src/plugins/spamassassin/spamassassin_gtk.c
12827                 Fix missing set_text on unix socket
12828
12829 2006-04-13 [wwp]        2.1.0cvs39
12830
12831         * manual/fr/advanced.xml
12832         * manual/fr/glossary.xml
12833                 applied new spam/ham/email lexicon (pourriel, courriel)
12834
12835 2006-04-13 [paul]       2.1.0cvs38
12836
12837         * src/plugins/pgpmime/plugin.c
12838                 remove the mention of S/MIME from the
12839                 description. This is now handled by the
12840                 S/MIME plugin.
12841
12842 2006-04-13 [paul]       2.1.0cvs37
12843
12844         * src/prefs_msg_colors.c
12845                 rework dialog
12846         * src/prefs_folder_item.c
12847         * src/prefs_spelling.c
12848                 add a tooltip to the colour selector buttons
12849
12850 2006-04-13 [wwp]        2.1.0cvs36
12851
12852         * manual/advanced.xml
12853         * manual/glossary.xml
12854         * manual/handling.xml
12855         * manual/keyboard.xml
12856         * manual/plugins.xml
12857         * manual/starting.xml
12858         * manual/fr/account.xml
12859         * manual/fr/ack.xml
12860         * manual/fr/addrbook.xml
12861         * manual/fr/advanced.xml
12862         * manual/fr/faq.xml
12863         * manual/fr/glossary.xml
12864         * manual/fr/gpl.xml
12865         * manual/fr/handling.xml
12866         * manual/fr/intro.xml
12867         * manual/fr/keyboard.xml
12868         * manual/fr/plugins.xml
12869         * manual/fr/starting.xml
12870         * manual/fr/sylpheed-claws-manual.xml
12871                 fixes to the manuals:
12872                  - summaryview -> Message List (same in French)
12873                  - translate key names
12874                  - fix French punctuation, use non-breakable spaces when
12875                    necessary, don't use &thinsp; which is not portable
12876                  - tell what maildir and mbox formats we support
12877
12878 2006-04-12 [wwp]        2.1.0cvs35
12879
12880         * src/prefs_toolbar.c
12881                 unified a replace button more,
12882                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12883
12884 2006-04-12 [wwp]        2.1.0cvs34
12885
12886         * src/prefs_common.c
12887         * src/prefs_msg_colors.c
12888                 make default color labels translatable,
12889                 patch from Fabien Vantard <fzzzzz@gmail.com>,
12890                 thanks to Tim <timbrain@post.cz> for reporting.
12891
12892 2006-04-12 [wwp]        2.1.0cvs33
12893
12894         * manual/glossary.xml
12895         * manual/intro.xml
12896         * manual/plugins.xml
12897         * manual/starting.xml
12898         * manual/sylpheed-claws-manual.xml
12899         * manual/fr/.cvsignore
12900         * manual/fr/account.xml
12901         * manual/fr/ack.xml
12902         * manual/fr/addrbook.xml
12903         * manual/fr/advanced.xml
12904         * manual/fr/faq.xml
12905         * manual/fr/glossary.xml
12906         * manual/fr/handling.xml
12907         * manual/fr/intro.xml
12908         * manual/fr/keyboard.xml
12909         * manual/fr/plugins.xml
12910         * manual/fr/starting.xml
12911         * manual/fr/sylpheed-claws-manual.xml
12912                 various fixes: typos, missing .fr translations, punctuation,
12913                 capitalization, links, accents and some bad French more.
12914
12915 2006-04-12 [wwp]        2.1.0cvs32
12916
12917         * src/prefs_gtk.c
12918                 fix for bug #935: always store prefs files in UTF-8 (thanks
12919                 to Colin).
12920
12921 2006-04-11 [colin]      2.1.0cvs31
12922
12923         * src/compose.c
12924                 Fix inserting files not in utf8 when locale is utf8
12925
12926 2006-04-11 [colin]      2.1.0cvs30
12927
12928         * src/inc.c
12929                 Don't show error dialog when cancelling connection
12930                 Patch by Pawel
12931
12932 2006-04-11 [cleroy]     2.1.0cvs29
12933
12934         * src/compose.c
12935                 Implement multiple quote levels
12936         * src/prefs_common.c
12937                 Change a little bit the quote bgcolor for 2nd level
12938
12939 2006-04-11 [colin]      2.1.0cvs28
12940
12941         * src/gtk/about.c
12942                 Add locale and charset in the label
12943
12944 2006-04-10 [colin]      2.1.0cvs27
12945
12946         * src/compose.c
12947         * src/prefs_common.c
12948         * src/prefs_common.h
12949         * src/prefs_msg_colors.c
12950         * src/textview.c
12951                 Allow optional background color in quotes
12952                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
12953                 GTK+-2.8.x feature
12954
12955 2006-04-10 [colin]      2.1.0cvs26
12956
12957         * src/main.c
12958         * src/mainwindow.c
12959         * src/mainwindow.h
12960                 Implement --select
12961
12962 2006-04-10 [colin]      2.1.0cvs25
12963
12964         * manual/plugins.xml
12965         * manual/fr/plugins.xml
12966                 Document libcurl's proxy variables
12967
12968 2006-04-09 [colin]      2.1.0cvs24
12969
12970         * src/prefs_common.c
12971                 gettext() returns statically allocated stuff. We have
12972                 to strdup it in order to be able to free it.
12973
12974 2006-04-09 [colin]      2.1.0cvs23
12975
12976         * AUTHORS
12977         * src/gtk/authors.h
12978                 Add Alexei
12979
12980 2006-04-09 [colin]      2.1.0cvs22
12981
12982         * src/mainwindow.c
12983         * src/gtk/quicksearch.c
12984                 Fix bug #859 (problems with cyrilic input in 
12985                 search panel) - Patch by Alexey Illarionov 
12986                 <littlesavage@rambler.ru>
12987
12988 2006-04-09 [colin]      2.1.0cvs21
12989
12990         * src/prefs_customheader.c
12991                 I prefer removing then freeing rather than the contrary
12992                 (even if it doesn't change anything ;-)
12993         * src/prefs_account.c
12994                 Fix bug #933 (Crash re-entering the custom headers list 
12995                 dialog in accounts prefs)
12996                 The problem happened when cancelling the Account 
12997                 Preferences' dialogs - in which case we didn't do 
12998                 anything to the PrefsAccount * struct. In case of applying,
12999                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13000                 working with in this dialog. The problem is that 
13001                 prefs_customheader.c, working on this tmp_ac_prefs, always
13002                 changes the ->customhdr_list pointer, even when cancelled. 
13003                 So in case of cancelling the prefs_account dialog, we still
13004                 have to update ->customhdr_list in the real account.
13005
13006 2006-04-08 [colin]      2.1.0cvs20
13007
13008         * manual/fr/glossary.xml
13009         * manual/fr/keyboard.xml
13010                 Forgot some headers :)
13011
13012 2006-04-08 [colin]      2.1.0cvs19
13013
13014         * manual/Makefile.am
13015         * manual/fr/Makefile.am
13016         * manual/fr/account.xml
13017         * manual/fr/ack.xml
13018         * manual/fr/addrbook.xml
13019         * manual/fr/advanced.xml
13020         * manual/fr/faq.xml
13021         * manual/fr/glossary.xml
13022         * manual/fr/gpl.xml
13023         * manual/fr/handling.xml
13024         * manual/fr/intro.xml
13025         * manual/fr/keyboard.xml
13026         * manual/fr/plugins.xml
13027         * manual/fr/starting.xml
13028         * manual/fr/sylpheed-claws-manual.xml
13029         * manual/fr/dist/.cvsignore
13030         * manual/fr/dist/Makefile.am
13031         * manual/fr/dist/html/.cvsignore
13032         * manual/fr/dist/html/Makefile.am
13033         * manual/fr/dist/pdf/.cvsignore
13034         * manual/fr/dist/pdf/Makefile.am
13035         * manual/fr/dist/ps/.cvsignore
13036         * manual/fr/dist/ps/Makefile.am
13037         * manual/fr/dist/txt/.cvsignore
13038         * manual/fr/dist/txt/Makefile.am
13039                 Add the french translation of the manual. Thanks to
13040                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13041                 account.xml, ack.xml, addrbook.xml and advanced.xml
13042
13043 2006-04-08 [colin]      2.1.0cvs18
13044
13045         * manual/plugins.xml
13046         * manual/starting.xml
13047                 More fixes
13048
13049 2006-04-07 [colin]      2.1.0cvs17
13050
13051         * manual/faq.xml
13052         * manual/intro.xml
13053         * manual/keyboard.xml
13054                 Little fixes
13055
13056 2006-04-07 [colin]      2.1.0cvs16
13057
13058         * README
13059         * src/compose.c
13060         * src/prefs_common.c
13061         * src/prefs_common.h
13062                 Add hidden compose_no_markup pref
13063
13064 2006-04-07 [wwp]        2.1.0cvs15
13065
13066         * src/summary_search.c
13067         * .cvsignore
13068                 Bugfix: stop button was sticky when searching in an empty folder.
13069                 Applied curly brackets code style to the whole file (summary_search.c).
13070                 More files to ignore.
13071
13072 2006-04-07 [wwp]        2.1.0cvs14
13073
13074         * src/message_search.c
13075         * src/summary_search.c
13076                 changed default button when search bumps at file/folder
13077                 beginning or end, for convenience (thanks to Colin).
13078
13079 2006-04-07 [paul]       2.1.0cvs13
13080
13081         * src/plugins/dillo_viewer/dillo_prefs.c
13082                 avoid future potential for namespace collision
13083                 Patch by Colin
13084
13085 2006-04-06 [wwp]        2.1.0cvs12
13086
13087         * src/summary_search.c
13088                 Unify extended/advanced searches names (and thus factorize labels),
13089                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13090
13091 2006-04-06 [wwp]        2.1.0cvs11
13092
13093         * src/folderview.c
13094         * src/prefs_themes.c
13095         * src/summaryview.c
13096                 Fixed some compilation warnings.
13097
13098 2006-04-06 [colin]      2.1.0cvs10
13099
13100         * manual/advanced.xml
13101                 Document the wizard template and how to deploy
13102                 Sylpheed-Claws effectively
13103
13104 2006-04-06 [colin]      2.1.0cvs9
13105
13106         * src/folderview.c
13107                 gettext patch to tell translators about _("#"),
13108                 by Maxim Britov
13109
13110 2006-04-06 [colin]      2.1.0cvs8
13111
13112         * src/textview.c
13113                 Fix invalid GtkTextBIter after clicking "Display as text"
13114
13115 2006-04-06 [mones]      2.1.0cvs7
13116
13117         * src/addr_compl.c
13118         * src/addrindex.c
13119         * src/addritem.c
13120         * src/codeconv.c
13121         * src/compose.c
13122         * src/filtering.c
13123         * src/folder.c
13124         * src/folder_item_prefs.c
13125         * src/folderview.c
13126         * src/localfolder.c
13127         * src/matcher.c
13128         * src/mimeview.c
13129         * src/prefs_msg_colors.c
13130         * src/prefs_spelling.c
13131         * src/prefs_themes.c
13132         * src/procmime.c
13133         * src/procmsg.c
13134         * src/stock_pixmap.c
13135         * src/summaryview.c
13136         * src/textview.c
13137         * src/toolbar.c
13138         * src/common/mgutils.c
13139         * src/common/prefs.c
13140         * src/common/ssl_certificate.c
13141         * src/gtk/colorlabel.c
13142         * src/gtk/quicksearch.c
13143         * src/plugins/pgpmime/pgpmime.c
13144         * src/plugins/spamassassin/spamassassin.c
13145                 Removed redundant NULL checks for g_free() calls.
13146                 Patch by Pawel Pekala.
13147
13148 2006-04-06 [mones]      2.1.0cvs6
13149
13150         * src/prefs_actions.c
13151         * src/prefs_filtering.c
13152         * src/prefs_filtering_action.c
13153         * src/prefs_matcher.c
13154         * src/prefs_template.c
13155         * src/gtk/gtkutils.c
13156         * src/gtk/gtkutils.h
13157                 Have a nice replace button. Patch by Pawel Pekala
13158
13159 2006-04-06 [colin]      2.1.0cvs5
13160
13161         * src/addressbook.c
13162                 Fix crash with empty columns
13163
13164 2006-04-05 [colin]      2.1.0cvs4
13165
13166         * src/wizard.c
13167         * src/prefs_gtk.c
13168                 Allow wizard customization with pre-filled values
13169
13170 2006-04-05 [colin]      2.1.0cvs3
13171
13172         * src/textview.c
13173         * src/mimeview.c
13174         * src/mimeview.h
13175                 Nicer messages in mimeview
13176
13177 2006-04-05 [colin]      2.1.0cvs2
13178
13179         * src/addressbook.c
13180         * src/prefs_summaries.c
13181                 i18n fix
13182
13183 2006-04-05 [colin]      2.1.0cvs1
13184
13185         * src/plugins/pgpcore/plugin.c
13186         * src/plugins/pgpcore/select-keys.c
13187         * src/plugins/pgpcore/select-keys.h
13188         * src/plugins/pgpcore/sgpgme.c
13189         * src/plugins/pgpcore/sgpgme.h
13190         * src/plugins/pgpinline/pgpinline.c
13191         * src/plugins/pgpinline/plugin.c
13192         * src/plugins/pgpmime/pgpmime.c
13193         * src/plugins/pgpmime/plugin.c
13194                 Factorize and generalize a bit 
13195                 Drop S/MIME signature verification from PGP/MIME
13196                 (adding it as another, more complete plugin)
13197
13198 2006-04-05 [paul]       2.1.0
13199
13200         2.1.0 released
13201
13202 2006-04-05 [paul]       2.0.0cvs186
13203
13204         * manual/advanced.xml
13205                 add info on colour labels
13206
13207 2006-04-05 [paul]       2.0.0cvs185
13208
13209         * po/bg.po
13210         * po/cs.po
13211         * po/de.po
13212         * po/el.po
13213         * po/en_GB.po
13214         * po/fi.po
13215         * po/fr.po
13216         * po/it.po
13217         * po/nl.po
13218         * po/pl.po
13219         * po/pt_BR.po
13220         * po/sr.po
13221         * po/zh_CN.po
13222                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13223                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13224                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13225                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13226         * src/gtk/authors.h
13227         * tools/claws.i18n.status.pl
13228                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13229                 and new Czech translator, Tim <timbrain@post.cz>
13230
13231 2006-04-05 [mones]      2.0.0cvs184
13232
13233         * po/es.po
13234                 Updated translation
13235
13236 2006-04-05 [colin]      2.0.0cvs183
13237
13238         * src/gtk/quicksearch.c
13239                 Fix bug #929 (unnecessary reload in quick search bar)
13240
13241 2006-04-05 [colin]      2.0.0cvs182
13242
13243         * src/compose.c
13244                 Fix crash on Reply with no From:
13245                 Show signature and conversion error on queuing 
13246                 (but not sending)
13247         * src/mainwindow.c
13248         * src/summaryview.c
13249         * src/summaryview.h
13250                 Factorize threading code and make sure msginfo 
13251                 is not null when it comes from a GtkCTreeRow's 
13252                 data
13253         * src/gtk/gtkaspell.c
13254                 Check for necessary things
13255         * src/gtk/gtksctree.c
13256         * src/gtk/gtksctree.h
13257                 Reset anchor if necessary when removing node
13258
13259 2006-03-29 [colin]      2.0.0cvs181
13260
13261         * src/folderview.c
13262                 Warn for disabled IMAP accounts (due to lack of
13263                 libetpan). Breaks string-freeze - sorry - but it
13264                 is kind of important ;)
13265
13266 2006-03-28 [colin]      2.0.0cvs180
13267
13268         * src/gtk/gtkutils.c
13269         * src/gtk/gtkutils.h
13270                 Add a gtkut_get_link_btn() function that
13271                 creates a button which acts like an URI
13272         * src/prefs_themes.c
13273         * src/gtk/about.c
13274                 Use this function (factorizes codes)
13275         * src/common/defs.h
13276         * src/gtk/pluginwindow.c
13277                 Add a "Get more..." in the plugins window
13278
13279 2006-03-28 [colin]      2.0.0cvs179
13280
13281         * src/common/smtp.c
13282         * src/common/passcrypt.c
13283         * src/undo.c
13284                 Warning fixes. Patch by Pawel Pekala
13285
13286 2006-03-27 [colin]      2.0.0cvs178
13287
13288         * src/undo.c
13289                 Fix undoing by blocks with spaces
13290
13291 2006-03-27 [colin]      2.0.0cvs177
13292
13293         * src/textview.c
13294                 Set margin to 3px for headers
13295
13296 2006-03-27 [paul]
13297
13298         2.1.0-rc2 released
13299
13300 2006-03-27 [wwp]        2.0.0cvs176
13301
13302         * src/summaryview.c
13303                 don't reset quicksearch when updating the message list.
13304                 Thanks to Colin.
13305
13306 2006-03-26 [wwp]        2.0.0cvs175
13307
13308         * src/compose.c
13309                 use a unified border width ('other' tab in the compose window,
13310                 patch by Pawel Pekala).
13311
13312
13313 2006-03-26 [wwp]        2.0.0cvs174
13314
13315         * src/common/quoted-printable.c
13316         * src/addressbook.c
13317                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
13318
13319 2006-03-26 [colin]      2.0.0cvs173
13320
13321         * src/quote_fmt_parse.y
13322                 Fix non-UTF8 date formats messing up the whole quote a 
13323                 little bit
13324
13325 2006-03-26 [colin]      2.0.0cvs172
13326
13327         * src/procheader.c
13328                 Make sure the date is UTF8 valid, or try to make it
13329                 so. IncrediMail is really IncrediStupid.
13330         * src/compose.c
13331                 Fix possible conversions. 
13332                 
13333
13334 2006-03-26 [colin]      2.0.0cvs171
13335
13336         * src/matcher.c
13337                 Fix corner cases in body search. This is still a
13338                 hack... It seems impossible to make it good and 
13339                 reasonably fast at the same time.
13340
13341 2006-03-26 [colin]      2.0.0cvs170
13342
13343         * src/summaryview.c
13344                 I think I killed the twilight zone bug!
13345                 summary_select_node() flushes GTK events in order
13346                 to be able to center the view. But this also 
13347                 flushes keypresses like Ctrl-Alt-U, so this can
13348                 call summary_show from summary_select_node (itself
13349                 called from summary_show, etc.). And the summaryview
13350                 has to be unlocked in this function. So just locking
13351                 while processing GTK events, and bailing if locked, 
13352                 should fix it.
13353                 Fixes bug #927 (SIGSEGV during Update Summary)
13354
13355 2006-03-25 [colin]      2.0.0cvs169
13356
13357         * src/matcher.c
13358                 Fix search in QP-encoded bodies
13359                 Fix utf-8 searches in bodies encoded in the
13360                 locale's encoding
13361         * src/common/quoted-printable.c
13362         * src/common/quoted-printable.h
13363                 Add a decode function that doesn't overwrite
13364                 the original pointer
13365                 
13366
13367 2006-03-24 [colin]      2.0.0cvs168
13368
13369         * src/action.c
13370         * src/summaryview.c
13371         * src/summaryview.h
13372                 Update message cache after action
13373                 Patch by H. Merijn Brand
13374         * src/prefs_msg_colors.c
13375                 Factorize label 
13376                 Patch by Fabien Vantard
13377         * src/plugins/spamassassin/spamassassin_gtk.c
13378                 Remove useless translation
13379                 Patch by Fabien Vantard
13380
13381 2006-03-23 [colin]      2.0.0cvs167
13382
13383         * src/common/ssl.c
13384                 Let 30 seconds to SSL_connect
13385
13386 2006-03-23 [wwp]        2.0.0cvs166
13387
13388         * src/summaryview.c
13389         * src/gtk/description_window.c
13390                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
13391                 and headers are translated; adjust description windows' width to fit their
13392                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
13393
13394 2006-03-23 [paul]       2.0.0cvs165
13395
13396         * src/common/utils.c
13397                 fix highlighting of URIs containing "()"
13398                 (2.0.0cvs164's reversal fixed)
13399                 Thanks to Colin.
13400
13401 2006-03-23 [paul]       2.0.0cvs164
13402
13403         * src/common/utils.c
13404                 revert patch, (postponing a fix), at 2.0.0cvs120
13405                 as it breaks more URIs than it fixes.
13406                 Allow '-' to be a terminating character in a URI
13407
13408 2006-03-22 [colin]      2.0.0cvs163
13409
13410         * configure.ac
13411                 Require libetpan 0.45
13412                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
13413
13414 2006-03-22 [paul]       2.0.0cvs162
13415
13416         * src/editgroup.c
13417                 replace '<-' and '->' buttons with GTK_STOCK graphical
13418                 buttons
13419         * src/summary_search.c
13420                 don't offer '...' for translation
13421                 add a tooltip to advanced search '...' button
13422         * src/gtk/quicksearch.c
13423                 don't offer '...' for translation
13424
13425 2006-03-21 [colin]      2.0.0cvs161
13426
13427         * src/compose.c
13428                 Fix middle-click pasting (insert at click
13429                 position instead of cursor position, don't
13430                 remove existing selection and allow pasting
13431                 our own selection)
13432         * src/addressbook.c
13433                 "LDAP Server" -> "LDAP servers"
13434
13435 2006-03-21 [wwp]        2.0.0cvs160
13436
13437         * src/etpan/imap-thread.c
13438                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
13439
13440 2006-03-20 [colin]      2.0.0cvs159
13441
13442         * src/summaryview.c
13443                 Don't reload summaryview after an execute with no
13444                 move action
13445
13446 2006-03-19 [colin]      2.0.0cvs158
13447
13448         * src/addressbook.c
13449                 and put groups at the top, always
13450
13451 2006-03-19 [colin]      2.0.0cvs157
13452
13453         * src/addressbook.c
13454                 Order groups before names, as previously
13455
13456 2006-03-19 [colin]      2.0.0cvs156
13457
13458         * src/addressbook.c
13459                 - Sort case-unsensitive
13460                 - Put the sort arrow at opening too
13461
13462 2006-03-19 [wwp]        2.0.0cvs155
13463
13464         * src/addressbook.c
13465                 allow sorting by name/email/remarks, ensure that right-pane's contents
13466                 matches the left-pane selection (cleared when appropriate).
13467                 Patch by Pawel Pekala <c0rn@o2.pl>.
13468
13469 2006-03-18 [colin]      2.0.0cvs154
13470
13471         * src/textview.c
13472                 Fix text cursor ;)
13473
13474 2006-03-18 [colin]      2.0.0cvs153
13475
13476         * src/gtk/filesel.c
13477                 Make sure we hide the preview if we didn't get
13478                 a filename
13479
13480 2006-03-18 [colin]      2.0.0cvs152
13481
13482         * src/summaryview.c
13483                 Set cursor to watch for execution (fixes lack
13484                 of watch-cursor when dnd'ing hundreds of mails)
13485         * src/gtk/filesel.c
13486                 Check that mime type is 'image/*' before updating
13487                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
13488
13489 2006-03-18 [colin]      2.0.0cvs151
13490
13491         * src/mainwindow.c
13492         * src/textview.c
13493         * src/textview.h
13494                 Put a watch cursor in textview too when the mainwindow's
13495                 cursor in a watch
13496
13497 2006-03-18 [colin]      2.0.0cvs150
13498
13499         * src/folder.c
13500                 Change wrong asserts to simple tests
13501
13502 2006-03-17 [colin]      2.0.0cvs149
13503
13504         * src/mainwindow.c
13505         * src/mainwindow.h
13506         * src/prefs_msg_colors.c
13507         * src/summaryview.c
13508         * src/summaryview.h
13509         * src/gtk/colorlabel.c
13510         * src/gtk/colorlabel.h
13511                 Add a color label menu in the main menubar
13512                 Add (fixed) accels Ctrl-{0-7} to change the color
13513                 They have to be fixed because the menu's dynamic,
13514                 the items are complex widgets, hence we can't use
13515                 a GtkItemFactory.
13516
13517
13518 2006-03-17 [wwp]        2.0.0cvs148
13519
13520         * src/compose.c
13521                 rollback few lines from my previous commit (those lines come from
13522                 a pending patch, accidentally commited, even if neutral as they are
13523                 commented out).
13524
13525 2006-03-17 [wwp]        2.0.0cvs147
13526
13527         * src/compose.c
13528                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13529                 applied code style/indentation to the modified function.
13530
13531 2006-03-17 [wwp]        2.0.0cvs146
13532
13533         * src/procmsg.c
13534         * src/compose.c
13535                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13536
13537 2006-03-17 [paul]
13538
13539         2.1.0-rc1 released
13540
13541 2006-03-17 [paul]       2.0.0cvs145
13542
13543         * src/main.c
13544                 addressbook_read_file() was called twice
13545         * src/textview.c
13546                 X-Mailer highlighting
13547
13548 2006-03-16 [colin]      2.0.0cvs144
13549
13550         * src/sourcewindow.c
13551         * src/sourcewindow.h
13552                 And the last one, in source window.
13553
13554 2006-03-16 [colin]      2.0.0cvs143
13555
13556         * src/compose.c
13557         * src/compose.h
13558                 Fix the same stuff in compose
13559
13560 2006-03-16 [colin]      2.0.0cvs142
13561
13562         * src/messageview.c
13563                 Complete the previous messageview crash fix
13564
13565 2006-03-16 [colin]      2.0.0cvs141
13566
13567         * src/procmsg.h
13568         * src/procmsg.c
13569         * src/folder.c
13570                 Fix POSTPROCESSING hook
13571                 Patch by H. Merijn Brand
13572
13573         * src/procmime.c
13574         * src/procmime.h
13575                 Parse Content-Location
13576
13577         * src/toolbar.c
13578         * src/messageview.c
13579         * src/messageview.h
13580                 Don't crash when a top-level MessageView has
13581                 been closed on us. Same problematic than
13582                 yesterday's quicksearch issue.
13583
13584 2006-03-15 [colin]      2.0.0cvs140
13585
13586         * src/gtk/quicksearch.c
13587                 Fix a bitchy race we didn't think about when we
13588                 added quicksearch cancellation:
13589                 If the search is not on cached fields, for example
13590                 body_part matchcase "stuff"
13591                 the matcher code has to get the whole message. If
13592                 we're on IMAP, that can be slow, and in order to
13593                 be non-blocking, the IMAP code idle loop processes
13594                 gtk events too. So it is possible to cancel a
13595                 quicksearch while the matcher is getting the mail's
13596                 body. After matcher got its body, it will start to
13597                 iterate over the matcher list that the Quicksearch's
13598                 clear_search_cb() just freed via prepare_matcher().
13599                 SIGSEGV ensues.
13600                 The fix consists of guarding the matcherlist_match()
13601                 call with a boolean 'matching'. If we reset the
13602                 quicksearch while matching is TRUE, we don't free
13603                 the matcherlist anymore like we did, but we set
13604                 another new flag, deferred_free, to TRUE. Then,
13605                 in quicksearch_match(), just after returning from
13606                 matcherlist_match() and unsetting the matching flag,
13607                 we check the deferred_free flag and do the
13608                 prepare_matcher() (which does the matcherlist_free)
13609                 for real, so we free the matcherlist once it's not
13610                 used anymore.
13611                 As all of this runs via the glib main loop, we
13612                 luckily don't need a mutex.
13613         * src/summaryview.c
13614                 Also, show progress while searching.
13615
13616
13617 2006-03-14 [colin]      2.0.0cvs139
13618
13619         * src/alertpanel.c
13620                 Make alertpanel_is_open non-static
13621
13622 2006-03-14 [colin]      2.0.0cvs138
13623
13624         * src/prefs_spelling.c
13625                 Cleanups - Fabien Vantard
13626
13627 2006-03-14 [wwp]        2.0.0cvs137
13628
13629         * src/main.c
13630                 code style normalization (curly braces, indentation).
13631
13632 2006-03-14 [wwp]        2.0.0cvs137
13633
13634         * src/main.c
13635                 code style (braces, indentation)
13636
13637 2006-03-12 [paul]       2.0.0cvs136
13638
13639         * src/prefs_common.c
13640                 trans_hdr defaults to FALSE to be RFC-savvy
13641         * src/prefs_summaries.c
13642                 add a tooltip to the trans_hdr option
13643                 
13644
13645 2006-03-12 [paul]       2.0.0cvs135
13646
13647         * src/prefs_matcher.c
13648                 give a little more width to the combos
13649         * src/prefs_display_header.c
13650         * src/textview.c
13651                 translate headers if prefs_common.trans_hdr
13652                 is TRUE
13653
13654         Patches by Pawel Pekala
13655
13656 2006-03-12 [paul]       2.0.0cvs134
13657
13658         * src/plugins/clamav/clamav_plugin.c
13659         * src/plugins/dillo_viewer/dillo_viewer.c
13660         * src/plugins/pgpcore/plugin.c
13661         * src/plugins/pgpinline/plugin.c
13662         * src/plugins/pgpmime/plugin.c
13663         * src/plugins/spamassassin/spamassassin.c
13664                 update/add to descriptions
13665         * src/plugins/spamassassin/spamassassin_gtk.c
13666                 fixes to the english, remove superfluous
13667                 tooltips, clean up a little
13668
13669 2006-03-12 [paul]       2.0.0cvs133
13670
13671         * src/compose.c
13672                 fix Bug 924, 'Account combo box shows up wrong 
13673                 if & is in account name'
13674
13675 2006-03-11 [colin]      2.0.0cvs132
13676
13677         * src/summaryview.c
13678                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13679                 messed up shift-selection because is slows down
13680                 moving around summaryview. thanks -users
13681
13682 2006-03-10 [colin]      2.0.0cvs131
13683
13684         * src/plugins/spamassassin/spamassassin_gtk.c
13685                 Put back Paul's engrish fixes
13686
13687 2006-03-10 [colin]      2.0.0cvs130
13688
13689         * src/plugins/spamassassin/spamassassin.c
13690         * src/plugins/spamassassin/spamassassin.h
13691         * src/plugins/spamassassin/spamassassin_gtk.c
13692                 Cleanup SA prefs page (more)
13693                 Patch by Fabien Vantard
13694
13695 2006-03-10 [paul]       2.0.0cvs129
13696
13697         * src/prefs_msg_colors.c
13698         * src/prefs_spelling.c
13699                 widget sensitivity
13700
13701 2006-03-09 [mones]      2.0.0cvs128
13702
13703         * po/es.po
13704                 Update for next RC
13705
13706 2006-03-09 [wwp]        2.0.0cvs127
13707
13708         * configure.ac
13709                 revert accidental commit (requirement for libetpan 0.43), this time
13710                 not in HEAD.
13711
13712 2006-03-09 [wwp]        2.0.0cvs125
13713
13714         * configure.ac
13715                 revert accidental commit (requirement for libetpan 0.43)
13716
13717 2006-03-09 [paul]       2.0.0cvs126
13718
13719         * src/prefs_receive.c
13720                 remove useless frame
13721                 replace 'incorporation' with 'receiving'
13722         * src/plugins/clamav/clamav_plugin_gtk.c
13723         * src/plugins/spamassassin/spamassassin_gtk.c
13724                 improve widget sensitivity
13725                 fix a bit his engrish
13726
13727 2006-03-09 [wwp]        2.0.0cvs125
13728
13729         * src/addressadd.c
13730         * src/foldersel.c
13731         * src/prefs_common.c
13732         * src/prefs_common.h
13733                 remember some more windows' sizes (add to addressbook and
13734                 select folder).
13735
13736 2006-03-09 [paul]       2.0.0cvs124
13737
13738         * src/plugins/pgpcore/prefs_gpg.c
13739                 normalise construction of dialogue
13740
13741 2006-03-09 [paul]       2.0.0cvs123
13742
13743         * src/plugins/trayicon/Makefile.am
13744                 add missing slash
13745
13746 2006-03-08 [colin]      2.0.0cvs122
13747
13748         * src/plugins/trayicon/Makefile.am
13749                 Fix build in separate dir 
13750                 Patch by Bamanzi <bamanzi@gmail.com>
13751
13752 2006-03-08 [colin]      2.0.0cvs121
13753
13754         * src/procmsg.c
13755                 Batch move and copies from summaryview with delayed execution
13756                 too
13757
13758 2006-03-07 [paul]       2.0.0cvs120
13759
13760         * src/common/utils.c
13761                 fix highlighting of URIs containing "()"
13762                 Patch by Pawel Pekala
13763
13764 2006-03-07 [paul]       2.0.0cvs119
13765
13766         * src/folder.c
13767         * src/folder.h
13768         * src/folderview.c
13769                 immediately do alphabetical resort when
13770                 changing a folder's name
13771                 Patch by Pawel Pekala
13772
13773 2006-03-07 [paul]       2.0.0cvs118
13774
13775         * src/news.c
13776         * src/news_gtk.c
13777                 when unsubscribing a newsgroup, remove the
13778                 folder and msgs in .sylpheed-claws/newscache
13779                 Patch by Pawel Pekala <c0rn@gazeta.pl>
13780
13781 2006-03-07 [paul]       2.0.0cvs117
13782
13783         * src/textview.c
13784                 fix wrong Fake URL Warning
13785                 Thanks to Hiro
13786
13787 2006-03-07 [colin]      2.0.0cvs116
13788
13789         * src/imap.c
13790                 Return immediately when password dialog was
13791                 cancelled
13792         * src/gtk/inputdialog.c
13793                 Allow empty strings for passwords
13794
13795
13796 2006-03-06 [colin]      2.0.0cvs115
13797
13798         * src/imap.c
13799                 Prevent double-timeouts when connection fails
13800
13801 2006-03-06 [colin]
13802
13803         2.0.1-rc1 released
13804
13805 2006-03-06 [colin]      2.0.0cvs114
13806
13807         * src/imap.c
13808                 Refresh session during potentially long
13809                 operations
13810
13811 2006-03-06 [wwp]        2.0.0cvs113
13812
13813         * src/prefs_msg_colors.h
13814                 forgot that one (custom color labels).
13815
13816 2006-03-06 [wwp]        2.0.0cvs112
13817
13818         * src/prefs_common.c
13819         * src/prefs_common.h
13820         * src/prefs_msg_colors.c
13821         * src/summaryview.c
13822         * src/summaryview.h
13823         * src/gtk/colorlabel.c
13824         * src/gtk/colorlabel.h
13825                 colors in messages list are now customizable. Color values and names can
13826                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
13827                 Thanks to Paul and Colin for their help with this longstanding patch!
13828
13829 2006-03-06 [wwp]        2.0.0cvs111
13830
13831         * src/textview.c
13832                 don't crash if (x)face is bad.
13833
13834 2006-03-05 [paul]       2.0.0cvs110
13835
13836         * AUTHORS
13837         * configure.ac
13838         * src/Makefile.am
13839         * src/common/Makefile.am
13840         * src/common/utils.h
13841         * src/etpan/imap-thread.c
13842         * src/gtk/authors.h
13843         * src/plugins/clamav/Makefile.am
13844         * src/plugins/demo/Makefile.am
13845         * src/plugins/dillo_viewer/Makefile.am
13846         * src/plugins/pgpcore/Makefile.am
13847         * src/plugins/pgpcore/passphrase.c
13848         * src/plugins/pgpinline/Makefile.am
13849         * src/plugins/pgpmime/Makefile.am
13850         * src/plugins/spamassassin/Makefile.am
13851         * src/plugins/trayicon/Makefile.am
13852                 fix builiding on cygwin
13853                 Patch by Ralgh Young <bamanzi@gmail.com>
13854
13855 2006-03-04 [wwp]        2.0.0cvs109
13856
13857         * manual/keyboard.xml
13858                 fix mixed up/down keys.
13859
13860 2006-03-04 [wwp]        2.0.0cvs108
13861
13862         * README
13863         * INSTALL
13864                 updated links to SpamAssassin.
13865
13866 2006-03-04 [wwp]        2.0.0cvs107
13867
13868         * manual/plugins.xml
13869         * src/plugins/spamassassin/README
13870                 updated SpamAssassin plugin docs to reflect new functional additions
13871                 (also fix/update/documents few technical stuff more, see the README).
13872
13873 2006-03-04 [wwp]        2.0.0cvs106
13874
13875         * src/prefs_message.c
13876                 normalized capitalization of message-prefs paths.
13877
13878 2006-03-04 [wwp]        2.0.0cvs105
13879
13880         * manual/advanced.xml
13881                 typo.
13882
13883 2006-03-03 [colin]      2.0.0cvs104
13884
13885         * src/plugins/clamav/clamav_plugin_gtk.c
13886                 Rework prefs page, patch by Fabien 
13887
13888 2006-03-03 [colin]      2.0.0cvs103
13889
13890         * src/plugins/clamav/clamav_plugin.c
13891                 Set error on all errors
13892
13893 2006-03-03 [colin]      2.0.0cvs102
13894
13895         * src/common/plugin.c
13896                 Initialize error to avoid crashing when a plugin fails
13897                 without setting error
13898
13899 2006-03-02 [wwp]        2.0.0cvs101
13900
13901         * configure.ac
13902                 fixed linker flags for libetpan support on Cygwin
13903                 (thanks to H.Merijn Brand).
13904
13905 2006-03-02 [wwp]        2.0.0cvs100
13906
13907         * src/addressbook.c
13908                 fix some AB error messages: one for punctuation and
13909                 one wrongly duplicate (thanks, maxbritov).
13910
13911 2006-03-02 [wwp]        2.0.0cvs99
13912
13913         * src/plugins/spamassassin/spamassassin.c
13914                 make sync calls to sa-learn/spamc to prevent
13915                 system (whatever local or client/server) overload.
13916
13917 2006-03-02 [colin]      2.0.0cvs98
13918
13919         * src/summaryview.c
13920                 Put the spam icon in the status column instead of the
13921                 mark one
13922
13923 2006-03-01 [colin]      2.0.0cvs97
13924
13925         * src/plugins/spamassassin/spamassassin.c
13926                 Fix segfault (g_file_set_contents fails for some 
13927                 reason and err==0x2f. Can't find out why with
13928                 valgrind, using working function :-)
13929
13930 2006-03-01 [colin]      2.0.0cvs96
13931
13932         * src/inc.c
13933                 Offline overriding: let 'No' be cached only 3 seconds
13934
13935 2006-03-01 [colin]      2.0.0cvs95
13936
13937         * src/addr_compl.c
13938         * src/addrbook.c
13939         * src/addressbook.c
13940         * src/addrindex.c
13941         * src/folder_item_prefs.c
13942         * src/headerview.c
13943         * src/imap.c
13944         * src/inc.c
13945         * src/ldif.c
13946         * src/mainwindow.c
13947         * src/mh.c
13948         * src/msgcache.c
13949         * src/prefs_common.h
13950         * src/prefs_msg_colors.c
13951         * src/procheader.c
13952         * src/procheader.h
13953         * src/procmime.c
13954         * src/procmsg.c
13955         * src/procmsg.h
13956         * src/send_message.h
13957         * src/simple-gettext.c
13958         * src/summaryview.c
13959         * src/summaryview.h
13960         * src/syldap.c
13961         * src/textview.c
13962         * src/undo.c
13963         * src/common/ssl_certificate.c
13964         * src/common/utils.c
13965         * src/gtk/colorsel.c
13966         * src/gtk/gtksctree.c
13967         * src/gtk/gtkshruler.c
13968         * src/plugins/trayicon/trayicon.c
13969                 #if 0 goes to /dev/null
13970
13971 2006-03-01 [colin]      2.0.0cvs94
13972
13973         * src/compose.c
13974         * src/imap.c
13975         * src/inc.c
13976         * src/inc.h
13977         * src/messageview.c
13978         * src/news.c
13979         * src/plugins/spamassassin/spamassassin.c
13980                 Allow to add information in the "working offline"
13981                 window
13982
13983 2006-03-01 [wwp]        2.0.0cvs93
13984
13985         * src/plugins/spamassassin/spamassassin.c
13986                 fixed spamc invocation: use a tricky temporary mini shell wrapper
13987                 'cause it seems that calling `spamc ... < inputfile` with
13988                 g_spawn_(a)sync simply.. erm doesn't work :-).
13989
13990 2006-03-01 [wwp]        2.0.0cvs92
13991
13992         * src/toolbar.c
13993         * src/toolbar.h
13994                 simplify the adding of spam/ham button to the messageview toolbar
13995                 (it gets more clear now that the same button will be "Mark as spam"
13996                 or "Mark as ham" according to the current message status,
13997                 thanks to Colin).
13998
13999 2006-03-01 [wwp]        2.0.0cvs91
14000
14001         * src/messageview.c
14002         * src/procmsg.c
14003         * src/procmsg.h
14004         * src/summaryview.c
14005         * src/plugins/spamassassin/spamassassin.c
14006         * src/plugins/spamassassin/spamassassin.h
14007                 make learner callbacks return a status (0 for ok),
14008                 handle it in main code to avoid setting flags when learning failed,
14009                 don't learn on TCP if offline in spamassassin,
14010                 thanks to Colin.
14011
14012                 
14013
14014 2006-03-01 [wwp]        2.0.0cvs90
14015
14016         * src/compose.c
14017                 some work around the compose window's account menu,
14018                 patch by Fabien Vantard.
14019
14020 2006-03-01 [wwp]        2.0.0cvs89
14021
14022         * src/plugins/spamassassin/spamassassin.c
14023                 fixed bad logics, was using spamc in local mode and sa-learn
14024                 in remote mode (thanks, Colin).
14025
14026 2006-03-01 [wwp]        2.0.0cvs88
14027
14028         * src/plugins/spamassassin/spamassassin.c
14029         * src/plugins/spamassassin/spamassassin.h
14030         * src/plugins/spamassassin/spamassassin_gtk.c
14031                 made processing of emails w/ sa-plugin an option (default is TRUE),
14032                 fixed Engrish some tooltips, capitalization of some debug messages
14033                 and warnings. The spamassassin plugin now provides two separate
14034                 services: process emails upon incorporation and spamd training.
14035                 Both services (un)register independently but use some common
14036                 plugin settings (transport settings, spam storage location).
14037
14038 2006-02-28 [wwp]        2.0.0cvs87
14039
14040         * src/plugins/spamassassin/spamassassin.c
14041                 fix async flag to spamc cmdline execution (batch exec should
14042                 be asynchronous).
14043
14044 2006-02-27 [wwp]        2.0.0cvs86
14045
14046         * src/plugins/spamassassin/spamassassin.c
14047         * src/plugins/spamassassin/spamassassin.h
14048         * src/plugins/spamassassin/spamassassin_gtk.c
14049                 - added the ability to learn a remote spamassassin server (spamd),
14050                 using spamc.
14051                 - added the spamassassin option 'username', that applies to all
14052                 spamassassin operations (filtering, learning, local or remote).
14053                 The default username is the current unix user (if left blank
14054                 from gtk prefs or config file).
14055                 - commented out some unused code (notebook widget), removed unused
14056                 layout (hbox1).
14057                 - make more widgets sensitive to the transport type.
14058
14059 2006-02-27 [colin]      2.0.0cvs85
14060
14061         * src/plugins/spamassassin/spamassassin.c
14062                 Fix sa-learn call when offline
14063
14064 2006-02-27 [colin]      2.0.0cvs84
14065
14066         * configure.ac
14067         * src/Makefile.am
14068         * src/mainwindow.c
14069         * src/mainwindow.h
14070         * src/messageview.c
14071         * src/messageview.h
14072         * src/prefs_toolbar.c
14073         * src/procmsg.c
14074         * src/stock_pixmap.c
14075         * src/stock_pixmap.h
14076         * src/summaryview.c
14077         * src/toolbar.c
14078         * src/toolbar.h
14079         * src/pixmaps/ham_btn.xpm
14080         * src/pixmaps/spam.xpm
14081         * src/pixmaps/spam_btn.xpm
14082         * src/plugins/spamassassin/spamassassin.c
14083                 Add button in toolbar for spam learning
14084                 Fix a few bugs from the last related commit
14085                 Revert 1.9.6cvs23 which messed up shift-selection
14086
14087 2006-02-24 [colin]      2.0.0cvs83
14088
14089         * src/procmsg.c
14090         * src/summaryview.c
14091         * src/summaryview.h
14092         * src/plugins/spamassassin/spamassassin.c
14093         * src/plugins/spamassassin/spamassassin.h
14094         * src/plugins/spamassassin/spamassassin_gtk.c
14095                 Unregister learner when spamassassin is either
14096                 disabled or over tcp
14097
14098 2006-02-24 [colin]      2.0.0cvs82
14099
14100         * src/Makefile.am
14101         * src/mainwindow.c
14102         * src/mainwindow.h
14103         * src/procmsg.c
14104         * src/procmsg.h
14105         * src/stock_pixmap.c
14106         * src/stock_pixmap.h
14107         * src/summaryview.c
14108         * src/summaryview.h
14109         * src/gtk/icon_legend.c
14110         * src/pixmaps/spam.xpm  ** NEW FILE **
14111         * src/plugins/spamassassin/spamassassin.c
14112         * src/plugins/spamassassin/spamassassin_gtk.c
14113                 Add spam learning interface (Mark/Mark as 
14114                 (spam|ham) menus)
14115
14116 2006-02-24 [wwp]        2.0.0cvs81
14117
14118         * src/compose.c
14119         * src/compose.h
14120         * src/filtering.c
14121                 hide compose window when sending message in batch mode
14122                 (filtering: forward and redirect). Also fixed a wrong
14123                 value returned when sending failed, neutral anyway.
14124                 (Colin, me) 
14125
14126 2006-02-24 [wwp]        2.0.0cvs80
14127
14128         * src/mainwindow.c
14129                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14130
14131 2006-02-24 [paul]       2.0.0cvs79
14132
14133         * src/news.c
14134         * src/news.h
14135         * src/news_gtk.c
14136                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14137                 Thanks to Colin
14138
14139 2006-02-23 [colin]      2.0.0cvs78
14140
14141         * src/alertpanel.c
14142                 Change OK to Close in alertpanel with View log
14143                 button; add accel to View log. Patch by Fabien
14144                 Vantard
14145
14146 2006-02-23 [wwp]        2.0.0cvs77
14147
14148         * src/compose.c
14149                 silly me, there were much more tests to perform, since toolbars can
14150                 really have down to 1 element only.
14151
14152 2006-02-23 [wwp]        2.0.0cvs76
14153
14154         * commitHelper
14155                 fixed indentation from my previous commit. Fallback to VISUAL if
14156                 EDITOR is not set (and to vi, at last resort).
14157
14158 2006-02-23 [wwp]        2.0.0cvs75
14159
14160         * commitHelper
14161                 improved error detection (Colin, me).
14162
14163 2006-02-23 [wwp]        2.0.0cvs74
14164
14165         * src/prefs_toolbar.c
14166                 simplify and fix prefs/toolbars layouting. Combos' contents can
14167                 now be really displayed.
14168
14169 2006-02-23 [wwp]        2.0.0cvs73
14170         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14171         be really displayed.
14172
14173 2006-02-22 [wwp]        2.0.0cvs72
14174
14175         * src/compose.c
14176                 fix a typo in my previous commit (sorry!).
14177
14178 2006-02-22 [wwp]        2.0.0cvs71
14179
14180         * src/prefs_toolbar.c
14181                 fix a crash when adding separators to toolbars,
14182                 also fix some separator item information.
14183
14184 2006-02-22 [wwp]        2.0.0cvs70
14185
14186         * src/compose.c
14187                 fix a crash when redirecting (for instance) when compose window's
14188                 toolbar contents has been customized (when some buttons have been
14189                 removed in fact).
14190
14191 2006-02-21 [wwp]        2.0.0cvs69
14192
14193         * src/summaryview.c
14194         * src/gtk/pluginwindow.c
14195         * src/plugins/pgpcore/prefs_gpg.c
14196                 fix some compilation warnings (feat. remains of removed code).
14197
14198 2006-02-21 [wwp]        2.0.0cvs68
14199
14200         * src/gtk/gtkutils.c
14201                 fix two compilation issues, thanks to Stephan Sachse.
14202
14203 2006-02-20 [colin]      2.0.0cvs67
14204
14205         * src/mainwindow.c
14206                 Don't reselect displayed mail on refocus
14207                 This fixes actions misbehaving 
14208
14209 2006-02-20 [wwp]        2.0.0cvs66
14210
14211         * src/summaryview.c
14212         * src/gtk/gtksctree.c
14213         * src/gtk/gtkshruler.c
14214                 changed more runtime typecast checks.
14215
14216 2006-02-20 [wwp]        2.0.0cvs65
14217
14218         * src/summary_search.c
14219                 find all - summaryview refresh issue fixed, thanks to Colin.
14220
14221 2006-02-20 [wwp]        2.0.0cvs64
14222
14223         * src/gtk/gtkutils.c
14224                 better runtime typecast checks.
14225
14226 2006-02-20 [wwp]        2.0.0cvs63
14227
14228         * src/summary_search.c
14229                 enhancements to the summary search:
14230                         - add the ability to stop the running search
14231                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14232                         - don't search if no criteria (From/To/Subject/Body) is set
14233                         - ensure that a busy mouse pointer is always shown when searching,
14234                           show it even a bit earlier
14235
14236 2006-02-19 [colin]      2.0.0cvs62
14237
14238         * src/compose.c
14239         * src/imap.c
14240         * src/etpan/imap-thread.c
14241         * src/etpan/imap-thread.h
14242                 (Future) IMAP speed improvement on sending
14243                 Will require a libetpan update
14244         * src/summaryview.c
14245         * src/gtk/quicksearch.c
14246                 Make quicksearch clearable while running.
14247
14248 2006-02-17 [colin]      2.0.0cvs61
14249
14250         * src/imap.c
14251         * src/etpan/imap-thread.c
14252         * src/etpan/imap-thread.h
14253                 Check for IMAP certificates
14254                 ** Requires libetpan-0.42-cvs4 
14255                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14256
14257 2006-02-17 [colin]      2.0.0cvs60
14258
14259         * src/messageview.c
14260         * src/prefs_common.c
14261         * src/prefs_common.h
14262         * src/prefs_message.c
14263                 Add pref to display HTML-only mails with plugin, 
14264                 if possible (defaulting to FALSE of course).
14265
14266 2006-02-16 [colin]      2.0.0cvs59
14267
14268         * src/main.c
14269         * src/common/plugin.c
14270         * src/common/plugin.h
14271         * src/gtk/pluginwindow.c
14272                 Keep track of requested (but unloaded) plugins
14273                 in some error cases.
14274
14275 2006-02-16 [wwp]        2.0.0cvs58
14276
14277         * src/gtk/gtkaspell.c
14278         * src/gtk/gtkaspell.h
14279         * src/prefs_spelling.c
14280         * src/compose.c
14281         * src/prefs_common.c
14282         * src/prefs_common.h
14283                 implemented new optional spellchecker behaviour: re-check message when
14284                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14285
14286 2006-02-16 [wwp]        2.0.0cvs57
14287
14288         * src/quote_fmt_parse.y
14289                 pclose popen'ed pipe.
14290
14291 2006-02-15 [colin]      2.0.0cvs56
14292
14293         * src/mimeview.c
14294         * src/mimeview.h
14295                 Let MimeViewers know which MimeView they
14296                 depend of.
14297         * src/summaryview.c
14298                 Swap From/To columns in Sent/Queue/Drafts
14299                 folders
14300         * src/etpan/imap-thread.c
14301                 Use mailstream_low_tls_open() for STARTTLS
14302                 instead of mailstream_low_ssl_open()
14303                 ** REQUIRES libetpan 0.42cvs3 **
14304
14305 2006-02-15 [wwp]        2.0.0cvs55
14306
14307         * src/compose.c
14308         * src/compose.h
14309         * src/message_search.c
14310         * src/message_search.h
14311         * src/textview.c
14312         * src/gtk/gtkutils.c
14313         * src/gtk/gtkutils.h
14314                 added the ability to Find text in the compose window (and a bit
14315                 of code factorization).
14316
14317 2006-02-15 [wwp]        2.0.0cvs54
14318
14319         * src/prefs_gtk.c
14320                 yet another one file was missing (fix for some widgets' sensitivity).
14321                 Thanks Colin!
14322
14323 2006-02-15 [wwp]        2.0.0cvs53
14324
14325         * src/prefs_gtk.h
14326                 oops forgot that file (fix for some widgets' sensitivity).
14327
14328 2006-02-15 [wwp]        2.0.0cvs52
14329
14330         * src/summary_search.c
14331                 implemented advanced summary search options (added the ability
14332                 to use matcher conditions in an advanced search mode).
14333
14334 2006-02-15 [wwp]        2.0.0cvs51
14335
14336         * src/plugins/pgpcore/prefs_gpg.c
14337         * src/prefs_account.c
14338                 fix some widget sensitivity, mostly around some labels in
14339                 account prefs.
14340
14341 2006-02-15 [paul]       2.0.0cvs50
14342
14343         * manual/advanced.xml
14344                 improve Templates info
14345                 written by wwp
14346
14347 2006-02-14 [colin]      2.0.0cvs49
14348
14349         * src/pixmaps/address_book.xpm
14350         * src/pixmaps/preferences.xpm
14351         * src/pixmaps/properties.xpm
14352                 Fix pixmap size - patch by Fabien Vantard
14353
14354 2006-02-13 [colin]      2.0.0cvs48
14355
14356         * src/procmime.c
14357                 Add missing fclose()s on error
14358         * src/textview.c
14359                 Remove unused code
14360         * src/common/utils.c
14361                 Fix temp files not being deleted on windows
14362         Patches by Thomas Gilgin
14363
14364 2006-02-13 [colin]      2.0.0cvs47
14365
14366         * src/mainwindow.c
14367                 Fix exit crash
14368
14369 2006-02-13 [wwp]        2.0.0cvs46
14370
14371         * src/plugins/pgpcore/prefs_gpg.c
14372                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
14373
14374 2006-02-12 [colin]      2.0.0cvs45
14375
14376         * src/folderview.c
14377         * src/main.c
14378         * src/mainwindow.c
14379                 Fix "stuff" when quitting
14380
14381 2006-02-12 [wwp]        2.0.0cvs44
14382
14383         * src/prefs_themes.c
14384                 fix typos in debug messages.
14385
14386 2006-02-11 [colin]      2.0.0cvs43
14387
14388         * src/summaryview.c
14389                 don't allow drag/drop from ourself
14390
14391 2006-02-10 [wwp]        2.0.0cvs42
14392
14393         * src/exporthtml.c
14394         * src/html.c
14395         * src/html.h
14396         * src/procmime.c
14397         * src/textview.c
14398                 renamed html_ prefixed functions and data structures to avoid
14399                 namespace clashes w/ other software (gtkhtml2 for instance).
14400                 Closes bug #907.
14401
14402
14403 2006-02-09 [colin]      2.0.0cvs41
14404
14405         * src/summaryview.c
14406                 Fix shitty logic messed up. Thanks Ticho for the hint!
14407
14408 2006-02-09 [wwp]        2.0.0cvs40
14409
14410         * src/gtk/about.c
14411         * src/compose.c
14412         * src/prefs_account.c
14413         * src/prefs_gtk.h
14414         * src/editaddress.c
14415                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
14416                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
14417                 Browse buttons in accounts prefs.
14418
14419 2006-02-09 [colin]      2.0.0cvs39
14420
14421         * src/matcher.c
14422                 Check for pointer before using its members
14423         * src/gtk/gtksourceprintjob.c
14424                 Fix a wrong warning
14425
14426 2006-02-09 [wwp]        2.0.0cvs38
14427
14428         * src/gtk/filesel.c
14429                 fix few compiler warnings (type mismatch).
14430
14431 2006-02-09 [paul]       2.0.0cvs37
14432
14433         * po/fr.po
14434                 updated by Fabien Vantard
14435
14436 2006-02-08 [colin]      2.0.0cvs36
14437
14438         * src/prefs_common.c
14439         * src/common/defs.h
14440         * src/common/plugin.c
14441                 allow windows and linux configurations to coexist
14442                 patch by Thomas Gilgin
14443
14444 2006-02-08 [colin]      2.0.0cvs35
14445
14446         * src/filtering.c
14447         * src/matcher.c
14448         * src/matcher.h
14449         * src/matcher_parser_parse.y
14450         * src/prefs_filtering_action.c
14451         * src/prefs_matcher.c
14452                 Add the "Ignore thread" filtering
14453                 action
14454
14455 2006-02-08 [colin]      2.0.0cvs34
14456
14457         * src/compose.c
14458         * src/procmime.c
14459         * src/procmime.h
14460                 Fix bug #905 (damaged attachment)
14461                 text files with raw \0's aren't really text files
14462         FOR_STABLE
14463
14464 2006-02-08 [colin]      2.0.0cvs33
14465
14466         * src/summaryview.c
14467                 Fix crasher introduced yesterday
14468
14469 2006-02-08 [wwp]        2.0.0cvs32
14470
14471         * src/compose.c
14472         * src/compose.h
14473                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
14474
14475 2006-02-08 [wwp]        2.0.0cvs31
14476
14477         * src/prefs_template.c
14478                 templates enhancement: allow address completion for Cc and Bcc fields
14479                 (it was currently possible for the To field only)
14480
14481 2006-02-08 [colin]      2.0.0cvs30
14482
14483         * src/compose.c
14484                 Don't unblock if not blocked
14485         FOR_STABLE
14486
14487 2006-02-07 [colin]      2.0.0cvs29
14488
14489         * src/action.c
14490                 Forgot to refresh summaryview
14491
14492 2006-02-07 [colin]      2.0.0cvs28
14493
14494         * src/action.c
14495                 Freeze/thaw message list and folder list while
14496                 processing %as{} actions 
14497         * src/compose.c
14498                 Fix auto-wrap disabling after a middle-click
14499                 paste - FOR_STABLE
14500
14501 2006-02-07 [paul]       2.0.0cvs27
14502
14503         * src/folder.c
14504                 fix freeing of uninitialised pointers
14505                 Thanks to Colin
14506
14507 2006-02-06 [colin]      2.0.0cvs26
14508
14509         * src/folder.c
14510                 Use g_slist_prepend in potentially big list
14511
14512 2006-02-06 [colin]      2.0.0cvs25
14513
14514         * src/folder.c
14515                 Completely skip processing if it doesn't 
14516                 exist (faster!)
14517
14518 2006-02-06 [colin]      2.0.0cvs24
14519
14520         * src/folder.c
14521         * src/summaryview.c
14522                 Batch filtering in summaryview (from Tools menu)
14523                 and pre/post//-processing too
14524
14525 2006-02-06 [colin]      2.0.0cvs23
14526
14527         * src/procmsg.h
14528         * src/filtering.c
14529                 Use a special field for batch filtering instead
14530                 of stepping on deferred execution's toes
14531
14532 2006-02-06 [colin]      2.0.0cvs22
14533
14534         * src/action.c
14535         * src/filtering.c
14536         * src/filtering.h
14537         * src/folder.c
14538         * src/summaryview.c
14539                 Fix filtering via menus and actions
14540
14541 2006-02-06 [colin]      2.0.0cvs21
14542
14543         * src/imap.c
14544                 Put the added file directly to cache if possible (will work
14545                 with next libetpan)
14546         * src/filtering.c
14547         * src/filtering.h
14548         * src/inc.c
14549         * src/folder.c
14550         * src/mbox.c
14551         * src/procmsg.h
14552                 Move and copy filtered messages by batches instead of one
14553                 by one - faster on IMAP
14554         * src/procmsg.c
14555                 Add a function that'll possibly be useful later
14556
14557 2006-02-06 [colin]      2.0.0cvs20
14558
14559         * src/addressbook.c
14560                 Use internal mime-type instead of text/plain for d'n'd
14561         * src/compose.c
14562                 Allow attaching files from mimeview's icon list via d'n'd
14563         * src/folderview.c
14564         * src/folderview.h
14565                 Use internal mime-type instead of text/plain for d'n'd
14566                 Don't try to selected opened folder if none is
14567                 Factorize d'n'd from other apps code
14568         * src/headerview.c
14569         * src/textview.c
14570         * src/gtk/gtkutils.c
14571         * src/gtk/gtkutils.h
14572                 Factorize Face/X-Face stuff
14573         * src/mimeview.c
14574                 Fix d'n'd to other apps
14575         * src/prefs_message.c
14576                 Let the XFace pref be usable without libcompface as it also
14577                 applies to Face
14578         * src/summaryview.c
14579                 Fix d'n'd to other apps
14580                 Factorize d'n'd from other apps code
14581
14582 2006-02-06 [wwp]        2.0.0cvs19
14583
14584         * po/it.po
14585                 Italian translation fixes by Andrea Spadaccini (no more confusion
14586                 between filtering and processing, and few changes in the About
14587                 dialog).
14588
14589
14590 2006-02-06 [mones]      2.0.0cvs18
14591
14592         * src/gtk/icon_legend.c
14593                 Improved descriptions allowing better translations
14594
14595 2006-02-05 [colin]      2.0.0cvs17
14596
14597         * src/imap.c
14598                 Add the f*cking missing expunge that caused imap_fetch_env
14599                 to fail after an add_msgs ! :-///
14600         * src/etpan/imap-thread.c
14601                 Add a bit of debug
14602         FOR_STABLE
14603
14604 2006-02-05 [colin]      2.0.0cvs16
14605
14606         * src/common/utils.c
14607                 Don't check for return-path (or we can't put
14608                 back non-sent mails)
14609
14610 2006-02-05 [colin]      2.0.0cvs15
14611
14612         * src/textview.c
14613                 Don't try to display Face header in textview
14614                 when teh headerview's active
14615
14616 2006-02-05 [colin]      2.0.0cvs14
14617
14618         * tools/tbird2syl.py
14619         * tools/Makefile.am
14620                 Add script to import Thunderbird mails
14621
14622 2006-02-05 [colin]      2.0.0cvs13
14623
14624         * src/headerview.c
14625         * src/procheader.c
14626         * src/procmsg.c
14627         * src/procmsg.h
14628         * src/textview.c
14629                 Show Face headers - patch partially by Klaus Flittner
14630
14631 2006-02-05 [colin]      2.0.0cvs12
14632
14633         * src/folderview.c
14634         * src/summaryview.c
14635         * src/common/utils.c
14636         * src/common/utils.h
14637                 Let dnd work from mime icons to summaryview
14638                 and to folderview too
14639                 Add a crude test to avoid trying to add files
14640                 drag'n'dropped when they're not mails
14641
14642 2006-02-04 [colin]      2.0.0cvs11
14643
14644         * src/summaryview.c
14645         * src/mimeview.c
14646                 Fix utf8 conversion
14647
14648 2006-02-04 [colin]      2.0.0cvs10
14649
14650         * src/compose.c
14651         * src/folderview.c
14652         * src/mimeview.c
14653         * src/summaryview.c
14654         * src/summaryview.h
14655                 Added various drag and drop capas:
14656                 From                    To
14657                 summaryview             other apps
14658                 mimeview icons          other apps
14659                 other apps              summaryview
14660                 other apps              folderview
14661
14662                 This shouldn't have broken the existing:
14663                 From                    To
14664                 summaryview             folderview
14665                 folderview              folderview
14666                 summaryview             compose's attachments
14667
14668         Tests welcomed.
14669
14670 2006-02-02 [paul]       2.0.0cvs9
14671
14672         * src/mainwindow.c
14673                 move global option 'Set displayed columns...' out
14674                 of folder option grouping.
14675                 fix sensitivity of 'harvest addresses'
14676         FOR_STABLE
14677
14678 2006-02-01 [colin]      2.0.0cvs8
14679
14680         * src/mimeview.c
14681                 Revert the alertpanel patch, it sucks (intrusive
14682                 and gets in the way of "open")
14683
14684 2006-02-01 [colin]      2.0.0cvs7
14685
14686         * src/compose.c
14687         * src/prefs_account.c
14688         * src/prefs_common.c
14689         * src/common/defs.h
14690         * src/common/utils.c
14691         * src/common/utils.h
14692                 Add ability to edit the signature file
14693                 from the account preferences, and use
14694                 a default for the text editor.
14695                 Patch by Fabien Vantard
14696
14697 2006-02-01 [colin]      2.0.0cvs6
14698
14699         * src/mimeview.c
14700                 Try to get mime type by extension if it is
14701                 application/octet-stream
14702                 Display a window with possible choices when
14703                 encountering unknown mime types
14704         * src/gtk/filesel.c
14705         * src/gtk/filesel.h
14706                 Add preview
14707                 Allow multiple selection in filtered filesel
14708                 (patch by Fabien Vantard)
14709         * src/gtk/pluginwindow.c
14710                 Use it (patch by Fabien Vantard)
14711
14712 2006-02-01 [paul]       2.0.0cvs5
14713
14714         * src/jpilot.c
14715                 fix crash on creating jpilot address book
14716                 Thanks to Colin - FOR_STABLE
14717         * src/prefs_summaries.c
14718         * src/prefs_wrapping.c
14719         * src/gtk/icon_legend.c
14720         * src/gtk/quicksearch.c
14721                 string fixes and additions
14722
14723 2006-02-01 [paul]       2.0.0cvs4
14724
14725         * src/compose.c
14726         * src/mainwindow.c
14727         * src/messageview.c
14728         * src/prefs_send.c
14729                 add Arabic encoding option
14730                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
14731
14732 2006-01-31 [colin]      2.0.0cvs3
14733
14734         * src/plugins/pgpcore/passphrase.c
14735                 Convert passphrase to locale encoding
14736         * src/compose.c
14737                 Fix drafting on IMAP. Crappy bug sneaked in
14738                 the release :-/
14739         FOR_STABLE
14740
14741 2006-01-30 [paul]       2.0.0cvs2
14742
14743         * src/gtk/icon_legend.c
14744                 show the new entries
14745
14746 2006-01-30 [colin]      2.0.0cvs1
14747
14748         * src/manual.c
14749                 Check for the file to be present before 
14750                 enabling the menu - FOR_STABLE
14751         * src/gtk/icon_legend.c
14752                 Add folders icons (not all of them, there
14753                 are too much, but the most intriguing ones)
14754
14755 2006-01-30 [paul]       2.0.0
14756
14757         version 2.0.0 released
14758
14759 [For previous entries, see ChangeLog.pre2.0.0]